@aurodesignsystem-dev/auro-formkit 0.0.0-pr1332.1 → 0.0.0-pr1338.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/checkbox/demo/api.min.js +2 -2
- package/components/checkbox/demo/index.min.js +2 -2
- package/components/checkbox/dist/index.js +2 -2
- package/components/checkbox/dist/registered.js +2 -2
- package/components/combobox/demo/api.js +2 -2
- package/components/combobox/demo/api.md +80 -0
- package/components/combobox/demo/api.min.js +34 -61
- package/components/combobox/demo/index.min.js +19 -60
- package/components/combobox/dist/auro-combobox.d.ts +2 -2
- package/components/combobox/dist/index.js +19 -60
- package/components/combobox/dist/registered.js +19 -60
- package/components/counter/demo/api.min.js +4 -18
- package/components/counter/demo/index.min.js +4 -18
- package/components/counter/dist/index.js +4 -18
- package/components/counter/dist/registered.js +4 -18
- package/components/datepicker/demo/api.min.js +13 -40
- package/components/datepicker/demo/index.min.js +13 -40
- package/components/datepicker/dist/auro-datepicker.d.ts +1 -1
- package/components/datepicker/dist/index.js +13 -40
- package/components/datepicker/dist/registered.js +13 -40
- package/components/dropdown/demo/api.min.js +2 -16
- package/components/dropdown/demo/index.min.js +2 -16
- package/components/dropdown/dist/auro-dropdown.d.ts +0 -9
- package/components/dropdown/dist/index.js +2 -16
- package/components/dropdown/dist/registered.js +2 -16
- package/components/input/demo/api.md +1 -1
- package/components/input/demo/api.min.js +6 -19
- package/components/input/demo/index.min.js +6 -19
- package/components/input/dist/auro-input.d.ts +1 -0
- package/components/input/dist/base-input.d.ts +0 -9
- package/components/input/dist/index.js +6 -19
- package/components/input/dist/registered.js +6 -19
- package/components/radio/demo/api.min.js +2 -2
- package/components/radio/demo/index.min.js +2 -2
- package/components/radio/dist/index.js +2 -2
- package/components/radio/dist/registered.js +2 -2
- package/components/select/demo/api.min.js +12 -57
- package/components/select/demo/index.min.js +12 -57
- package/components/select/dist/auro-select.d.ts +0 -7
- package/components/select/dist/index.js +12 -57
- package/components/select/dist/registered.js +12 -57
- package/custom-elements.json +1250 -1327
- package/package.json +11 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurodesignsystem-dev/auro-formkit",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-pr1338.0",
|
|
4
4
|
"description": "A collection of web components used to build forms.",
|
|
5
5
|
"homepage": "https://github.com/AlaskaAirlines/auro-formkit#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -69,8 +69,10 @@
|
|
|
69
69
|
"@rollup/rollup-linux-x64-gnu": "*"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
+
"@aurodesignsystem/auro-accordion": "^6.1.1",
|
|
72
73
|
"@aurodesignsystem/auro-button": "^12.3.0",
|
|
73
74
|
"@aurodesignsystem/auro-library": "^5.5.4",
|
|
75
|
+
"@aurodesignsystem/auro-loader": "^6.1.0",
|
|
74
76
|
"@aurodesignsystem/build-tools": "*",
|
|
75
77
|
"@aurodesignsystem/config": "*",
|
|
76
78
|
"@aurodesignsystem/design-tokens": "^8.9.0",
|
|
@@ -80,7 +82,6 @@
|
|
|
80
82
|
"@aurodesignsystem/utils": "*",
|
|
81
83
|
"@aurodesignsystem/version": "*",
|
|
82
84
|
"@aurodesignsystem/webcorestylesheets": "^10.1.4",
|
|
83
|
-
"@aurodesignsystem/auro-loader": "^6.1.0",
|
|
84
85
|
"@chromatic-com/storybook": "^5.0.0",
|
|
85
86
|
"@commitlint/cli": "^19.8.1",
|
|
86
87
|
"@commitlint/config-conventional": "^19.8.1",
|
|
@@ -90,12 +91,16 @@
|
|
|
90
91
|
"@semantic-release/git": "^10.0.1",
|
|
91
92
|
"@semantic-release/npm": "^13.1.1",
|
|
92
93
|
"@storybook/addon-a11y": "^10.2.0",
|
|
94
|
+
"@storybook/addon-designs": "^11.1.1",
|
|
93
95
|
"@storybook/addon-docs": "^10.2.0",
|
|
94
|
-
"@storybook/addon-themes": "^10.2.
|
|
96
|
+
"@storybook/addon-themes": "^10.2.1",
|
|
97
|
+
"@storybook/addon-vitest": "^10.2.6",
|
|
95
98
|
"@storybook/web-components": "^10.2.0",
|
|
96
99
|
"@storybook/web-components-vite": "^10.2.0",
|
|
97
100
|
"@types/chai": "^5.2.2",
|
|
98
101
|
"@types/mocha": "^10.0.10",
|
|
102
|
+
"@vitest/browser-playwright": "^4.0.18",
|
|
103
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
99
104
|
"@wc-toolkit/storybook-helpers": "^10.0.0",
|
|
100
105
|
"@web/dev-server": "^0.4.6",
|
|
101
106
|
"@web/dev-server-hmr": "^0.4.1",
|
|
@@ -116,6 +121,7 @@
|
|
|
116
121
|
"mockdate": "^3.0.5",
|
|
117
122
|
"nodemon": "^3.1.10",
|
|
118
123
|
"npm-run-all": "^4.1.5",
|
|
124
|
+
"playwright": "^1.58.1",
|
|
119
125
|
"postcss": "^8.5.6",
|
|
120
126
|
"postcss-custom-properties": "^14.0.6",
|
|
121
127
|
"postcss-discard-comments": "^7.0.4",
|
|
@@ -125,6 +131,7 @@
|
|
|
125
131
|
"semantic-release": "^25.0.1",
|
|
126
132
|
"shadow-dom-testing-library": "^1.13.1",
|
|
127
133
|
"storybook": "^10.2.0",
|
|
134
|
+
"storybook-addon-tag-badges": "^3.0.5",
|
|
128
135
|
"stylelint": "^16.25.0",
|
|
129
136
|
"stylelint-config-idiomatic-order": "^10.0.0",
|
|
130
137
|
"stylelint-config-standard": "^39.0.1",
|
|
@@ -133,6 +140,7 @@
|
|
|
133
140
|
"stylelint-scss": "^6.12.1",
|
|
134
141
|
"turbo": "^2.5.8",
|
|
135
142
|
"typescript": "^5.9.3",
|
|
143
|
+
"vitest": "^4.0.18",
|
|
136
144
|
"whatwg-fetch": "^3.6.20",
|
|
137
145
|
"yaml-lint": "^1.7.0"
|
|
138
146
|
},
|