Skip to content

Commit

Permalink
Merge branch 'main' into refactor-added-another-entry-to-angular-group
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Jan 30, 2024
2 parents 0fd1142 + c4ebd6b commit 85b0852
Show file tree
Hide file tree
Showing 23 changed files with 3,221 additions and 4,567 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/00-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected].0
uses: styfle/[email protected].1

- name: ⏬ Checkout repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/99-dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: ⏬ Checkout repo
uses: actions/checkout@v4
- name: 🔎 Dependency Review
uses: actions/dependency-review-action@v3
uses: actions/dependency-review-action@v4
5 changes: 0 additions & 5 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
#!/usr/bin/env sh
# shellcheck disable=SC1091
# shellcheck source=./_/husky.sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit "$1"
5 changes: 0 additions & 5 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#!/usr/bin/env sh
# shellcheck disable=SC1091
# shellcheck source=./_/husky.sh
. "$(dirname -- "$0")/_/husky.sh"

npx validate-branch-name
npm run scripts:check-commit-mail
npx --no -- lint-staged --config ./.lintstagedrc.js
Expand Down
6 changes: 3 additions & 3 deletions docs/adr-xx-Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

| | | |
| -------------- | ---------- | --- |
| **Datum** | 2022-11-01 |
| **Status** | |
| **Beteiligte** | |
| **Datum** | 2022-11-01 | |
| **Status** | | |
| **Beteiligte** | | |

## Entscheidung und Begründung

Expand Down
7 changes: 6 additions & 1 deletion docs/research-other-design-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ We'd like to maintain a list of other design systems that might be interesting f
- [Storybook](https://barmer-puls-react.entw.bconnect.barmer.de/?path=/story/surfaces-accordion--base)
- [SAP UI5 Web Components](https://sap.github.io/ui5-webcomponents/)
- [Web Components](https://github.com/SAP/ui5-webcomponents)
- [Audi Design System](https://www.audi.com/ci/en/guides/user-interface/components/buttons.html)
- React
- [DHL Design System](https://www.dpdhl-brands.com/en/dhl/buttons)
- React
- [Netherlands government](https://nldesignsystem.nl/), Tech Stack (among others):
- Web Components / StencilJS
- Storybook
Expand All @@ -49,4 +53,5 @@ We'd like to maintain a list of other design systems that might be interesting f

## Further inspirational websites

- <https://www.w3.org/WAI/ARIA/apg/patterns/tabs/>
- <https://www.w3.org/WAI/ARIA/apg/patterns/>
- <https://inclusive-components.design/#components>
2 changes: 1 addition & 1 deletion docs/research/tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
| [Telefonica Mistica](https://github.com/Telefonica/mistica-web) | [tabs](https://brandfactory.telefonica.com/d/iSp7b1DkYygv/n-a#/components/tabs) | `div`, `button role=tab`, no panels |
| [Telekom Scale](https://github.com/telekom/scale) | [tab-navigation](https://telekom.github.io/scale/?path=/docs/components-tab-navigation--text-icon) | `div role=tablist`, `span role=tab`, `div role="tabpanel"` |
| [Washington Post Design System](https://build.washingtonpost.com/) | [tabs](https://build.washingtonpost.com/components/tabs) | `div role=tablist`, `button role=tab`, `div`, alignement, disabled, overflow, !activationMode! |
| [W3C](https://www.w3.org/WAI/ARIA/apg/patterns/) | [tabs pattern](https://w3.org/WAI/https://w3.org/WAI/) | Tabs -> Tablist = set of tab-elements (serves as label for tabpanel) -> activation displays content of tabpanel; aria and role attributes accurately described |
| [W3C](https://www.w3.org/WAI/ARIA/apg/patterns/) | [tabs pattern](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/) | Tabs -> Tablist = set of tab-elements (serves as label for tabpanel) -> activation displays content of tabpanel; aria and role attributes accurately described |

## Conclusion

Expand Down
5 changes: 5 additions & 0 deletions docs/scripts/component-research/design-systems.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ export const designSystems = [
url: 'https://www.w3.org/WAI/ARIA/apg/',
componentUrl: 'https://www.w3.org/WAI/ARIA/apg/patterns/'
},
{
name: 'Inclusive components by Heydon Pickering',
url: 'https://inclusive-components.design/',
componentUrl: 'https://inclusive-components.design/#components'
},
{
name: 'Telekom Scale',
url: 'https://github.com/telekom/scale',
Expand Down
6 changes: 3 additions & 3 deletions output/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"start": "ng serve"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.0.10",
"@angular/common": "17.0.9",
"ng-packagr": "17.0.3",
"@angular-devkit/build-angular": "17.1.1",
"@angular/common": "17.1.1",
"ng-packagr": "17.1.2",
"typescript": "^5.2.2"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions output/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"tsc": "tsc -p . --sourceMap false"
},
"devDependencies": {
"@axe-core/playwright": "^4.8.3",
"@playwright/experimental-ct-react": "1.41.0",
"@axe-core/playwright": "^4.8.4",
"@playwright/experimental-ct-react": "1.41.1",
"@types/react": "^18.2.48",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.69.7"
"sass": "^1.70.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
10 changes: 5 additions & 5 deletions output/vue/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"test:components": "playwright test -c playwright.config.ts"
},
"dependencies": {
"vue": "^3.4.14"
"vue": "^3.4.15"
},
"devDependencies": {
"@axe-core/playwright": "^4.8.3",
"@playwright/experimental-ct-vue": "1.41.0",
"@axe-core/playwright": "^4.8.4",
"@playwright/experimental-ct-vue": "1.41.1",
"@vitejs/plugin-vue": "^5.0.3",
"sass": "^1.69.7",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite": "^5.0.12",
"vue-tsc": "^1.8.27"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 85b0852

Please sign in to comment.