Skip to content

Commit

Permalink
refactor: stable renaming (#3808)
Browse files Browse the repository at this point in the history
* refactor: stable renaming

* chore: update from main

* Update README.md

* refactor: further renamings

* chore: update from main

* fix: corrected that URL

* fix: issue with test

* fix: issues with old name mono

* fix: issue with patternhub

* chore: update package-lock.json

* fix: issue with patternhub

* chore: update snapshots

* Update README.md

Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>

* Update .github/workflows/default.yml

Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>

* Update README.md

Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>

* fix: issue with publish-npm.js

* Update docs/migration/alpha-beta.md

* Update showcases/patternhub/next.config.js

Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>

* Update docs/adr/adr-01-framework.md

Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>

* Update docs/adr/adr-02-monorepo.md

Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>

* Update package.json

Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>

* Update docs/research/tabs.md

Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>

* Update docs/conventions.md

Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>

* Update docs/conventions.md

Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>

* docs: update migration files

---------

Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>
Co-authored-by: Maximilian Franzke <Maximilian.Franzke@deutschebahn.com>
  • Loading branch information
3 people authored Feb 13, 2025
1 parent 58d3b51 commit d766d31
Show file tree
Hide file tree
Showing 356 changed files with 1,084 additions and 1,002 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: 🐞 Bug Report
description: Create a report to help us improve
labels: [bug]
projects: ["db-ui/8"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/cancel-workflow/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
gh api \
--method POST \
-H "Accept: application/vnd.github+json" \
/repos/db-ui/mono/actions/runs/${{ github.run_id }}/cancel
/repos/db-ux-design-system/core-web/actions/runs/${{ github.run_id }}/cancel
shell: bash
env:
GH_TOKEN: ${{ inputs.token }}
12 changes: 6 additions & 6 deletions .github/workflows/01-build-outputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,31 @@ jobs:
- name: ⏬ Download foundations build
uses: actions/download-artifact@v4
with:
name: db-ui-foundations-build
name: db-ux-foundations-build
path: packages/foundations/build

- name: ⏬ Download components build
uses: actions/download-artifact@v4
with:
name: db-ui-components-build
name: db-ux-components-build
path: packages/components/build

- name: ⏬ Download migration build
uses: actions/download-artifact@v4
with:
name: db-ui-migration-build
name: db-ux-migration-build
path: packages/migration/build

- name: ⏬ Download stylelint build
uses: actions/download-artifact@v4
with:
name: db-ui-stylelint-build
name: db-ux-stylelint-build
path: packages/stylelint/build

- name: ⏬ Download output
uses: actions/download-artifact@v4
with:
name: db-ui-output
name: db-ux-output
path: output

- name: 📥 Install output dependencies
Expand All @@ -56,7 +56,7 @@ jobs:
- name: ⏫ Upload outputs
uses: actions/upload-artifact@v4
with:
name: db-ui-outputs
name: db-ux-outputs
path: build-outputs

- name: 💀 Killing me softly
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/01-build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,31 @@ jobs:
- name: ⏫ Upload foundations build
uses: actions/upload-artifact@v4
with:
name: db-ui-foundations-build
name: db-ux-foundations-build
path: packages/foundations/build

- name: ⏫ Upload output
uses: actions/upload-artifact@v4
with:
name: db-ui-output
name: db-ux-output
path: output

- name: ⏫ Upload components build
uses: actions/upload-artifact@v4
with:
name: db-ui-components-build
name: db-ux-components-build
path: packages/components/build

- name: ⏫ Upload migration build
uses: actions/upload-artifact@v4
with:
name: db-ui-migration-build
name: db-ux-migration-build
path: packages/migration/build

- name: ⏫ Upload stylelint build
uses: actions/upload-artifact@v4
with:
name: db-ui-stylelint-build
name: db-ux-stylelint-build
path: packages/stylelint/build

- name: 💀 Killing me softly
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/01-build-patternhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ jobs:
- name: ⏬ Download foundations build
uses: actions/download-artifact@v4
with:
name: db-ui-foundations-build
name: db-ux-foundations-build
path: packages/foundations/build

- name: ⏬ Download output
uses: actions/download-artifact@v4
with:
name: db-ui-output
name: db-ux-output
path: output

- name: ⏬ Download components build
uses: actions/download-artifact@v4
with:
name: db-ui-components-build
name: db-ux-components-build
path: packages/components/build

- name: ↔ Extract branch name
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: ⏫ Upload Patternhub
uses: actions/upload-artifact@v4
with:
name: db-ui-patternhub
name: db-ux-patternhub
path: build-showcases/patternhub

- name: 💀 Killing me softly
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/01-build-showcases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ jobs:
- name: ⏬ Download foundations build
uses: actions/download-artifact@v4
with:
name: db-ui-foundations-build
name: db-ux-foundations-build
path: packages/foundations/build

- name: ⏬ Download output
uses: actions/download-artifact@v4
with:
name: db-ui-output
name: db-ux-output
path: output

- name: ⏬ Download components build
uses: actions/download-artifact@v4
with:
name: db-ui-components-build
name: db-ux-components-build
path: packages/components/build

- name: 🔨 Build ${{ inputs.showcase }}
Expand All @@ -46,7 +46,7 @@ jobs:
- name: ⏫ Upload ${{ inputs.showcase }}
uses: actions/upload-artifact@v4
with:
name: db-ui-${{ inputs.showcase }}
name: db-ux-${{ inputs.showcase }}
path: build-showcases/${{ inputs.showcase }}

- name: 💀 Killing me softly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/01-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: ⚡ Run Lint
run: |
npm run build --workspace=@db-ui/stylelint
npm run build --workspace=@db-ux/core-stylelint
npm run lint
- name: 💀 Killing me softly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/02-e2e-foundations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: ⏬ Download foundations build
uses: actions/download-artifact@v4
with:
name: db-ui-foundations-build
name: db-ux-foundations-build
path: packages/foundations/build

- name: 👩‍🔬 Test with Playwright 🎭
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/02-e2e-regenerate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,33 +36,33 @@ jobs:
- name: ⏬ Download foundations build
uses: actions/download-artifact@v4
with:
name: db-ui-foundations-build
name: db-ux-foundations-build
path: packages/foundations/build

- name: ⏬ Download output
uses: actions/download-artifact@v4
with:
name: db-ui-output
name: db-ux-output
path: output

- name: ⏬ Download components styles build
uses: actions/download-artifact@v4
with:
name: db-ui-components-build
name: db-ux-components-build
path: packages/components/build

- name: ⏬ Download showcases
if: inputs.type == 'showcases'
uses: actions/download-artifact@v4
with:
name: db-ui-react-showcase
name: db-ux-react-showcase
path: build-showcases/react-showcase

- name: ⏬ Download patternhub
if: inputs.type == 'patternhub'
uses: actions/download-artifact@v4
with:
name: db-ui-patternhub
name: db-ux-patternhub
path: build-showcases/patternhub

- name: 👩‍🔬 Generate snapshots 🎭
Expand All @@ -73,9 +73,9 @@ jobs:
NEXT_PUBLIC_BASE_PATH: ${{ inputs.path }}
run: |
if [[ $TYPE == "components" ]]; then
npm run regenerate:screenshots --workspace=@db-ui/react-components
npm run regenerate:screenshots --workspace=@db-ux/react-core-components
elif [[ $TYPE == "foundations" ]]; then
npm run regenerate:screenshots --workspace=@db-ui/foundations
npm run regenerate:screenshots --workspace=@db-ux/core-foundations
elif [[ $TYPE == "patternhub" ]]; then
mkdir -p ./build-showcases${{ inputs.path }}
cp -RT ./build-showcases/${{ inputs.type }} ./build-showcases${{ inputs.path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/02-e2e-screen-reader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: ⏬ Download react-showcase
uses: actions/download-artifact@v4
with:
name: db-ui-react-showcase
name: db-ux-react-showcase
path: build-showcases/react-showcase

- name: 👩‍🔬 Test showcase with Playwright 🎭
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/02-e2e-showcases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,25 @@ jobs:
- name: ⏬ Download foundations build
uses: actions/download-artifact@v4
with:
name: db-ui-foundations-build
name: db-ux-foundations-build
path: packages/foundations/build

- name: ⏬ Download output
uses: actions/download-artifact@v4
with:
name: db-ui-output
name: db-ux-output
path: output

- name: ⏬ Download components styles build
uses: actions/download-artifact@v4
with:
name: db-ui-components-build
name: db-ux-components-build
path: packages/components/build

- name: ⏬ Download ${{ inputs.showcase }}
uses: actions/download-artifact@v4
with:
name: db-ui-${{ inputs.showcase }}
name: db-ux-${{ inputs.showcase }}
path: build-showcases/${{ inputs.showcase }}

- name: 🧴 Copy patternhub testing app
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/02-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ jobs:
- name: ⏬ Download foundations build
uses: actions/download-artifact@v4
with:
name: db-ui-foundations-build
name: db-ux-foundations-build
path: packages/foundations/build

- name: ⏬ Download output
uses: actions/download-artifact@v4
with:
name: db-ui-output
name: db-ux-output
path: output

- name: ⏬ Download components styles build
uses: actions/download-artifact@v4
with:
name: db-ui-components-build
name: db-ux-components-build
path: packages/components/build

- name: 🚋 Get working directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/03-deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: ⏬ Download patternhub
uses: actions/download-artifact@v4
with:
name: db-ui-patternhub
name: db-ux-patternhub
path: build-showcases/patternhub

- name: 🦵🦿 I like to move it move it
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/03-publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: ⏬ Download outputs
uses: actions/download-artifact@v4
with:
name: db-ui-outputs
name: db-ux-outputs
path: build-outputs

- name: 📰 Publish to NPM Registries
Expand All @@ -44,7 +44,6 @@ jobs:
PRE_RELEASE: ${{ inputs.preRelease }}
VALID_SEMVER_VERSION: ${{ inputs.version }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GPR_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 💀 Killing me softly
uses: ./.github/actions/cancel-workflow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: 📥 Get gh-pages tar
run: wget -q https://github.com/db-ui/mono/tarball/gh-pages
run: wget -q https://github.com/db-ux-design-system/core-web/tarball/gh-pages

- name: ➕ Create public dir
run: mkdir public
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
secrets: inherit

scan-secrets:
if: github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ui'
if: github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ux-design-system'
uses: ./.github/workflows/00-scan-secrets.yml

get-playwright-version:
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:

deploy:
uses: ./.github/workflows/03-deploy-gh-pages.yml
if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ui') }}
if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ux-design-system') }}
needs: [checks-done]
with:
release: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ permissions:

jobs:
add-url-comment:
if: github.event.pull_request.head.repo.owner.login == 'db-ui'
if: github.event.pull_request.head.repo.owner.login == 'db-ux-design-system'
uses: ./.github/workflows/99-add-url-comment.yml
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
uses: ./.github/workflows/99-dependency-review.yml

labeler:
if: github.event.pull_request.head.repo.owner.login == 'db-ui'
if: github.event.pull_request.head.repo.owner.login == 'db-ux-design-system'
uses: ./.github/workflows/99-labeler.yml
10 changes: 5 additions & 5 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"plugins": [
"stylelint-use-logical",
"@double-great/stylelint-a11y",
"@db-ui/stylelint"
"@db-ux/core-stylelint"
],
"rules": {
"db-ui/use-spacings": [
"db-ux/use-spacings": [
true,
{
"allowCalc": true,
Expand All @@ -24,9 +24,9 @@
}
}
],
"db-ui/use-border-height": [true],
"db-ui/use-border-radius": [true],
"db-ui/use-border-color": [true],
"db-ux/use-border-height": [true],
"db-ux/use-border-radius": [true],
"db-ux/use-border-color": [true],
"a11y/media-prefers-reduced-motion": true,
"a11y/no-outline-none": true,
"a11y/selector-pseudo-class-focus": true,
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing

Thanks for your interest in our project. Contributions are welcome. Feel free to [open an issue](https://github.com/db-ui/mono/issues/new) with questions or reporting ideas and bugs, or [open pull requests](https://github.com/db-ui/mono/compare) to contribute code.
Thanks for your interest in our project. Contributions are welcome. Feel free to [open an issue](https://github.com/db-ux-design-system/core-web/issues/new) with questions or reporting ideas and bugs, or [open pull requests](https://github.com/db-ux-design-system/core-web/compare) to contribute code.

We are committed to fostering a welcoming, respectful, and harassment-free environment. Be kind!

Expand Down
Loading

0 comments on commit d766d31

Please sign in to comment.