Skip to content

Commit b8dc3a1

Browse files
authored
Merge branch 'main' into refactor-added-another-dependabot-group
2 parents 7a6bbd9 + 653d1a4 commit b8dc3a1

File tree

16 files changed

+382
-381
lines changed

16 files changed

+382
-381
lines changed

.husky/commit-msg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
#!/usr/bin/env sh
2-
# shellcheck disable=SC1091
3-
# shellcheck source=./_/husky.sh
4-
. "$(dirname -- "$0")/_/husky.sh"
5-
61
npx --no -- commitlint --edit "$1"

.husky/pre-commit

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
#!/usr/bin/env sh
2-
# shellcheck disable=SC1091
3-
# shellcheck source=./_/husky.sh
4-
. "$(dirname -- "$0")/_/husky.sh"
5-
61
npx validate-branch-name
72
npm run scripts:check-commit-mail
83
npx --no -- lint-staged --config ./.lintstagedrc.js

docs/research-other-design-systems.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ We'd like to maintain a list of other design systems that might be interesting f
2929
- [Storybook](https://barmer-puls-react.entw.bconnect.barmer.de/?path=/story/surfaces-accordion--base)
3030
- [SAP UI5 Web Components](https://sap.github.io/ui5-webcomponents/)
3131
- [Web Components](https://github.com/SAP/ui5-webcomponents)
32+
- [Audi Design System](https://www.audi.com/ci/en/guides/user-interface/components/buttons.html)
33+
- React
34+
- [DHL Design System](https://www.dpdhl-brands.com/en/dhl/buttons)
35+
- React
3236
- [Netherlands government](https://nldesignsystem.nl/), Tech Stack (among others):
3337
- Web Components / StencilJS
3438
- Storybook
@@ -49,4 +53,5 @@ We'd like to maintain a list of other design systems that might be interesting f
4953

5054
## Further inspirational websites
5155

52-
- <https://www.w3.org/WAI/ARIA/apg/patterns/tabs/>
56+
- <https://www.w3.org/WAI/ARIA/apg/patterns/>
57+
- <https://inclusive-components.design/#components>

docs/scripts/component-research/design-systems.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ export const designSystems = [
88
url: 'https://www.w3.org/WAI/ARIA/apg/',
99
componentUrl: 'https://www.w3.org/WAI/ARIA/apg/patterns/'
1010
},
11+
{
12+
name: 'Inclusive components by Heydon Pickering',
13+
url: 'https://inclusive-components.design/',
14+
componentUrl: 'https://inclusive-components.design/#components'
15+
},
1116
{
1217
name: 'Telekom Scale',
1318
url: 'https://github.com/telekom/scale',

output/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@axe-core/playwright": "^4.8.3",
29-
"@playwright/experimental-ct-react": "1.41.0",
29+
"@playwright/experimental-ct-react": "1.41.1",
3030
"@types/react": "^18.2.48",
3131
"react": "^18.2.0",
3232
"react-dom": "^18.2.0",

output/vue/vue3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
},
3636
"devDependencies": {
3737
"@axe-core/playwright": "^4.8.3",
38-
"@playwright/experimental-ct-vue": "1.41.0",
38+
"@playwright/experimental-ct-vue": "1.41.1",
3939
"@vitejs/plugin-vue": "^5.0.3",
4040
"sass": "^1.70.0",
4141
"typescript": "^5.3.3",
42-
"vite": "^5.0.10",
42+
"vite": "^5.0.12",
4343
"vue-tsc": "^1.8.27"
4444
},
4545
"publishConfig": {

0 commit comments

Comments
 (0)