@aurodesignsystem-dev/auro-formkit 0.0.0-pr1318.5 → 0.0.0-pr1319.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 +1 -1
- package/components/checkbox/demo/index.min.js +1 -1
- package/components/checkbox/dist/index.js +1 -1
- package/components/checkbox/dist/registered.js +1 -1
- package/components/combobox/demo/api.min.js +3 -3
- package/components/combobox/demo/index.min.js +3 -3
- package/components/combobox/dist/index.js +3 -3
- package/components/combobox/dist/registered.js +3 -3
- package/components/counter/demo/api.min.js +2 -2
- package/components/counter/demo/index.min.js +2 -2
- package/components/counter/dist/index.js +2 -2
- package/components/counter/dist/registered.js +2 -2
- package/components/datepicker/demo/api.min.js +3 -3
- package/components/datepicker/demo/index.min.js +3 -3
- package/components/datepicker/dist/index.js +3 -3
- package/components/datepicker/dist/registered.js +3 -3
- package/components/dropdown/demo/api.min.js +1 -1
- package/components/dropdown/demo/index.min.js +1 -1
- package/components/dropdown/dist/index.js +1 -1
- package/components/dropdown/dist/registered.js +1 -1
- package/components/input/demo/api.min.js +1 -1
- package/components/input/demo/index.min.js +1 -1
- package/components/input/dist/index.js +1 -1
- package/components/input/dist/registered.js +1 -1
- package/components/radio/demo/api.min.js +1 -1
- package/components/radio/demo/index.min.js +1 -1
- package/components/radio/dist/index.js +1 -1
- package/components/radio/dist/registered.js +1 -1
- package/components/select/demo/api.min.js +2 -2
- package/components/select/demo/index.min.js +2 -2
- package/components/select/dist/index.js +2 -2
- package/components/select/dist/registered.js +2 -2
- package/custom-elements.json +1406 -1406
- package/package.json +5 -13
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-pr1319.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,10 +69,8 @@
|
|
|
69
69
|
"@rollup/rollup-linux-x64-gnu": "*"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@aurodesignsystem/auro-accordion": "^6.1.1",
|
|
73
72
|
"@aurodesignsystem/auro-button": "^12.3.0",
|
|
74
73
|
"@aurodesignsystem/auro-library": "^5.5.4",
|
|
75
|
-
"@aurodesignsystem/auro-loader": "^6.1.0",
|
|
76
74
|
"@aurodesignsystem/build-tools": "*",
|
|
77
75
|
"@aurodesignsystem/config": "*",
|
|
78
76
|
"@aurodesignsystem/design-tokens": "^8.9.0",
|
|
@@ -82,6 +80,7 @@
|
|
|
82
80
|
"@aurodesignsystem/utils": "*",
|
|
83
81
|
"@aurodesignsystem/version": "*",
|
|
84
82
|
"@aurodesignsystem/webcorestylesheets": "^10.1.4",
|
|
83
|
+
"@aurodesignsystem/auro-loader": "^6.1.0",
|
|
85
84
|
"@chromatic-com/storybook": "^5.0.0",
|
|
86
85
|
"@commitlint/cli": "^19.8.1",
|
|
87
86
|
"@commitlint/config-conventional": "^19.8.1",
|
|
@@ -89,18 +88,14 @@
|
|
|
89
88
|
"@open-wc/testing": "^4.0.0",
|
|
90
89
|
"@semantic-release/changelog": "^6.0.3",
|
|
91
90
|
"@semantic-release/git": "^10.0.1",
|
|
92
|
-
"@semantic-release/npm": "^
|
|
91
|
+
"@semantic-release/npm": "^12.0.2",
|
|
93
92
|
"@storybook/addon-a11y": "^10.2.0",
|
|
94
|
-
"@storybook/addon-designs": "^11.1.1",
|
|
95
93
|
"@storybook/addon-docs": "^10.2.0",
|
|
96
|
-
"@storybook/addon-themes": "^10.2.
|
|
97
|
-
"@storybook/addon-vitest": "^10.2.6",
|
|
94
|
+
"@storybook/addon-themes": "^10.2.0",
|
|
98
95
|
"@storybook/web-components": "^10.2.0",
|
|
99
96
|
"@storybook/web-components-vite": "^10.2.0",
|
|
100
97
|
"@types/chai": "^5.2.2",
|
|
101
98
|
"@types/mocha": "^10.0.10",
|
|
102
|
-
"@vitest/browser-playwright": "^4.0.18",
|
|
103
|
-
"@vitest/coverage-v8": "^4.0.18",
|
|
104
99
|
"@wc-toolkit/storybook-helpers": "^10.0.0",
|
|
105
100
|
"@web/dev-server": "^0.4.6",
|
|
106
101
|
"@web/dev-server-hmr": "^0.4.1",
|
|
@@ -121,17 +116,15 @@
|
|
|
121
116
|
"mockdate": "^3.0.5",
|
|
122
117
|
"nodemon": "^3.1.10",
|
|
123
118
|
"npm-run-all": "^4.1.5",
|
|
124
|
-
"playwright": "^1.58.1",
|
|
125
119
|
"postcss": "^8.5.6",
|
|
126
120
|
"postcss-custom-properties": "^14.0.6",
|
|
127
121
|
"postcss-discard-comments": "^7.0.4",
|
|
128
122
|
"prettier": "^3.6.2",
|
|
129
123
|
"remark-gfm": "^4.0.1",
|
|
130
124
|
"sass": "^1.93.2",
|
|
131
|
-
"semantic-release": "^
|
|
125
|
+
"semantic-release": "^24.2.7",
|
|
132
126
|
"shadow-dom-testing-library": "^1.13.1",
|
|
133
127
|
"storybook": "^10.2.0",
|
|
134
|
-
"storybook-addon-tag-badges": "^3.0.5",
|
|
135
128
|
"stylelint": "^16.25.0",
|
|
136
129
|
"stylelint-config-idiomatic-order": "^10.0.0",
|
|
137
130
|
"stylelint-config-standard": "^39.0.1",
|
|
@@ -140,7 +133,6 @@
|
|
|
140
133
|
"stylelint-scss": "^6.12.1",
|
|
141
134
|
"turbo": "^2.5.8",
|
|
142
135
|
"typescript": "^5.9.3",
|
|
143
|
-
"vitest": "^4.0.18",
|
|
144
136
|
"whatwg-fetch": "^3.6.20",
|
|
145
137
|
"yaml-lint": "^1.7.0"
|
|
146
138
|
},
|