@aurodesignsystem-dev/auro-formkit 0.0.0-pr1445.6 → 0.0.0-pr1447.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.
Files changed (86) hide show
  1. package/components/checkbox/demo/api.md +2 -2
  2. package/components/checkbox/demo/api.min.js +3 -5
  3. package/components/checkbox/demo/index.min.js +3 -5
  4. package/components/checkbox/dist/auro-checkbox-group.d.ts +6 -6
  5. package/components/checkbox/dist/auro-checkbox.d.ts +10 -10
  6. package/components/checkbox/dist/index.js +3 -5
  7. package/components/checkbox/dist/registered.js +3 -5
  8. package/components/combobox/demo/api.min.js +3 -3
  9. package/components/combobox/demo/index.min.js +3 -3
  10. package/components/combobox/dist/auro-combobox.d.ts +35 -35
  11. package/components/combobox/dist/index.js +3 -3
  12. package/components/combobox/dist/registered.js +3 -3
  13. package/components/counter/demo/api.min.js +2 -2
  14. package/components/counter/demo/index.min.js +2 -2
  15. package/components/counter/dist/auro-counter-group.d.ts +2 -2
  16. package/components/counter/dist/auro-counter.d.ts +10 -10
  17. package/components/counter/dist/index.js +2 -2
  18. package/components/counter/dist/registered.js +2 -2
  19. package/components/datepicker/demo/api.md +1 -2
  20. package/components/datepicker/demo/api.min.js +10 -13
  21. package/components/datepicker/demo/index.min.js +10 -13
  22. package/components/datepicker/dist/index.js +10 -13
  23. package/components/datepicker/dist/registered.js +10 -13
  24. package/components/datepicker/dist/{auro-calendar-cell.d.ts → src/auro-calendar-cell.d.ts} +2 -2
  25. package/components/datepicker/dist/{auro-datepicker.d.ts → src/auro-datepicker.d.ts} +13 -13
  26. package/components/datepicker/dist/{utilities.d.ts → src/utilities.d.ts} +4 -4
  27. package/components/datepicker/dist/{utilitiesCalendar.d.ts → src/utilitiesCalendar.d.ts} +3 -3
  28. package/components/datepicker/dist/{vendor → src/vendor}/wc-range-datepicker/range-datepicker-calendar.d.ts +2 -2
  29. package/components/datepicker/dist/{vendor → src/vendor}/wc-range-datepicker/range-datepicker.d.ts +1 -1
  30. package/components/dropdown/demo/api.min.js +1 -1
  31. package/components/dropdown/demo/index.min.js +1 -1
  32. package/components/dropdown/dist/auro-dropdown.d.ts +22 -22
  33. package/components/dropdown/dist/auro-dropdownBib.d.ts +3 -3
  34. package/components/dropdown/dist/dropdownBibKeyboardStrategy.d.ts +1 -1
  35. package/components/dropdown/dist/index.js +1 -1
  36. package/components/dropdown/dist/registered.js +1 -1
  37. package/components/form/demo/api.min.js +22 -27
  38. package/components/form/demo/index.min.js +22 -27
  39. package/components/input/demo/api.min.js +1 -1
  40. package/components/input/demo/index.min.js +1 -1
  41. package/components/input/dist/auro-input.d.ts +1 -1
  42. package/components/input/dist/base-input.d.ts +29 -29
  43. package/components/input/dist/index.js +1 -1
  44. package/components/input/dist/registered.js +1 -1
  45. package/components/menu/demo/api.md +2 -2
  46. package/components/menu/dist/auro-menu-utils.d.ts +1 -1
  47. package/components/menu/dist/auro-menu.context.d.ts +3 -3
  48. package/components/menu/dist/auro-menu.d.ts +4 -4
  49. package/components/menu/dist/auro-menuoption.d.ts +6 -6
  50. package/components/radio/demo/api.min.js +1 -1
  51. package/components/radio/demo/index.min.js +1 -1
  52. package/components/radio/dist/auro-radio-group.d.ts +9 -9
  53. package/components/radio/dist/auro-radio.d.ts +8 -8
  54. package/components/radio/dist/index.js +1 -1
  55. package/components/radio/dist/registered.js +1 -1
  56. package/components/select/demo/api.min.js +2 -2
  57. package/components/select/demo/index.min.js +2 -2
  58. package/components/select/dist/auro-select.d.ts +11 -11
  59. package/components/select/dist/index.js +2 -2
  60. package/components/select/dist/registered.js +2 -2
  61. package/custom-elements.json +10 -13
  62. package/package.json +45 -48
  63. /package/components/datepicker/dist/{auro-calendar-month.d.ts → src/auro-calendar-month.d.ts} +0 -0
  64. /package/components/datepicker/dist/{auro-calendar.d.ts → src/auro-calendar.d.ts} +0 -0
  65. /package/components/datepicker/dist/{buttonVersion.d.ts → src/buttonVersion.d.ts} +0 -0
  66. /package/components/datepicker/dist/{datepickerKeyboardStrategy.d.ts → src/datepickerKeyboardStrategy.d.ts} +0 -0
  67. /package/components/datepicker/dist/{iconVersion.d.ts → src/iconVersion.d.ts} +0 -0
  68. /package/components/datepicker/dist/{index.d.ts → src/index.d.ts} +0 -0
  69. /package/components/datepicker/dist/{popoverVersion.d.ts → src/popoverVersion.d.ts} +0 -0
  70. /package/components/datepicker/dist/{styles → src/styles}/classic/color-css.d.ts +0 -0
  71. /package/components/datepicker/dist/{styles → src/styles}/classic/style-css.d.ts +0 -0
  72. /package/components/datepicker/dist/{styles → src/styles}/color-calendar-css.d.ts +0 -0
  73. /package/components/datepicker/dist/{styles → src/styles}/color-cell-css.d.ts +0 -0
  74. /package/components/datepicker/dist/{styles → src/styles}/color-css.d.ts +0 -0
  75. /package/components/datepicker/dist/{styles → src/styles}/color-month-css.d.ts +0 -0
  76. /package/components/datepicker/dist/{styles → src/styles}/shapeSize-css.d.ts +0 -0
  77. /package/components/datepicker/dist/{styles → src/styles}/snowflake/color-css.d.ts +0 -0
  78. /package/components/datepicker/dist/{styles → src/styles}/snowflake/style-css.d.ts +0 -0
  79. /package/components/datepicker/dist/{styles → src/styles}/style-auro-calendar-cell-css.d.ts +0 -0
  80. /package/components/datepicker/dist/{styles → src/styles}/style-auro-calendar-css.d.ts +0 -0
  81. /package/components/datepicker/dist/{styles → src/styles}/style-auro-calendar-month-css.d.ts +0 -0
  82. /package/components/datepicker/dist/{styles → src/styles}/style-css.d.ts +0 -0
  83. /package/components/datepicker/dist/{styles → src/styles}/tokens-css.d.ts +0 -0
  84. /package/components/datepicker/dist/{utilitiesCalendarRender.d.ts → src/utilitiesCalendarRender.d.ts} +0 -0
  85. /package/components/datepicker/dist/{vendor → src/vendor}/wc-range-datepicker/day.d.ts +0 -0
  86. /package/components/datepicker/dist/{vendor → src/vendor}/wc-range-datepicker/range-datepicker-cell.d.ts +0 -0
@@ -2323,10 +2323,16 @@
2323
2323
  }
2324
2324
  },
2325
2325
  {
2326
+ "type": {
2327
+ "text": "CustomEvent<any>"
2328
+ },
2326
2329
  "description": "(Deprecated) Notifies when checked value is changed.",
2327
2330
  "name": "change"
2328
2331
  },
2329
2332
  {
2333
+ "type": {
2334
+ "text": "InputEvent"
2335
+ },
2330
2336
  "description": "Notifies when when checked value is changed by user's interface.",
2331
2337
  "name": "input"
2332
2338
  }
@@ -6678,19 +6684,6 @@
6678
6684
  }
6679
6685
  ],
6680
6686
  "events": [
6681
- {
6682
- "name": "auroDatePicker-valueSet",
6683
- "type": {
6684
- "text": "Event"
6685
- },
6686
- "description": "Notifies that the component has a new value set."
6687
- },
6688
- {
6689
- "name": "input",
6690
- "type": {
6691
- "text": "Event"
6692
- }
6693
- },
6694
6687
  {
6695
6688
  "name": "auroDatePicker-toggled",
6696
6689
  "type": {
@@ -6712,6 +6705,10 @@
6712
6705
  },
6713
6706
  "description": "Notifies that new slot content has been added to the datepicker."
6714
6707
  },
6708
+ {
6709
+ "description": "Notifies that the component has a new value set.",
6710
+ "name": "auroDatePicker-valueSet"
6711
+ },
6715
6712
  {
6716
6713
  "description": "Notifies that the component value(s) have been validated.",
6717
6714
  "name": "auroFormElement-validated"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem-dev/auro-formkit",
3
- "version": "0.0.0-pr1445.6",
3
+ "version": "0.0.0-pr1447.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": {
@@ -15,7 +15,7 @@
15
15
  "engines": {
16
16
  "node": ">=20"
17
17
  },
18
- "packageManager": "npm@11.12.1",
18
+ "packageManager": "npm@11.13.0",
19
19
  "publishConfig": {
20
20
  "access": "public",
21
21
  "provenance": true
@@ -36,42 +36,39 @@
36
36
  "custom-elements.json"
37
37
  ],
38
38
  "scripts": {
39
- "analyze": "custom-elements-manifest analyze --config ./packages/config/src/custom-elements-manifest.config.mjs",
40
39
  "build": "npm run analyze && npm run build:docs:kit && turbo run build",
41
- "build-storybook": "npm run build && npm run analyze && storybook build",
42
- "build:docs": "turbo run build:docs",
43
- "build:docs:kit": "node ./packages/build-tools/src/kitDocProcessor.mjs",
44
40
  "build:force": "npm run analyze && turbo run build --force",
45
- "build:formkit-version": "turbo run build:formkit-version",
41
+ "sass": "turbo run sass",
46
42
  "build:version": "turbo run build:version",
47
- "clean": "turbo run clean && rm -rf node_modules",
48
- "deploy-demo": "npm run build && sh ./deploy-components.sh",
43
+ "build:formkit-version": "turbo run build:formkit-version",
49
44
  "dev": "turbo run dev --parallel",
50
45
  "dev:closed": "turbo run dev:closed --parallel",
51
- "dev:react": "concurrently \"npx turbo run build:watch --concurrency=20\" \"npm run dev:app:open --workspace=apps/react-framework\"",
52
46
  "dev:svelte": "concurrently \"npx turbo run build:watch --concurrency=20\" \"npm run dev:app:open --workspace=apps/svelte-framework\"",
53
- "format": "prettier --write \"**/*.{ts,tsx,md}\"",
47
+ "dev:react": "concurrently \"npx turbo run build:watch --concurrency=20\" \"npm run dev:app:open --workspace=apps/react-framework\"",
54
48
  "lint": "turbo run lint",
49
+ "test": "turbo run test && npm run test:frameworks",
50
+ "test:force": "turbo run test --force",
51
+ "test:watch": "turbo run test:watch",
52
+ "clean": "turbo run clean && rm -rf node_modules",
53
+ "format": "prettier --write \"**/*.{ts,tsx,md}\"",
54
+ "build:docs": "turbo run build:docs",
55
+ "build:docs:kit": "node ./packages/build-tools/src/kitDocProcessor.mjs",
56
+ "sweep": "find ./components ./packages -type d -name 'dist' -exec rm -rf {} + && find ./ -type d -name '.turbo' -exec rm -rf {} + && find ./components ./packages -not -path '*/node_modules/*' -type f \\( -name '*.css' -o -name '*-css.js' \\) -delete",
57
+ "preCommit": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/pre-commit.mjs",
58
+ "prepare": "husky",
59
+ "deploy-demo": "npm run build && sh ./deploy-components.sh",
55
60
  "local-demo": "sh ./local-demo.sh",
56
61
  "local-demo:build": "npm run build && npm run local-demo",
57
62
  "local-demo:zip": "npm run local-demo:build -- --zip",
58
- "preCommit": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/pre-commit.mjs",
59
- "prepare": "husky",
60
- "sass": "turbo run sass",
63
+ "analyze": "custom-elements-manifest analyze --config ./packages/config/src/custom-elements-manifest.config.mjs",
64
+ "update-stories": "node ./packages/utils/update-stories.js",
61
65
  "storybook": "npm run analyze && storybook dev -p 6006",
62
- "sweep": "find ./components ./packages -type d -name 'dist' -exec rm -rf {} + && find ./ -type d -name '.turbo' -exec rm -rf {} + && find ./components ./packages -not -path '*/node_modules/*' -type f \\( -name '*.css' -o -name '*-css.js' \\) -delete",
63
- "test": "npm run test:wtr && npm run test:frameworks",
64
- "test:local": "npm run test:wtr; npm run test:frameworks; npm run test:dashboard",
65
- "test:dashboard": "node test/coverage/generate-dashboard.mjs",
66
- "test:force": "turbo run test --force",
66
+ "build-storybook": "npm run build && npm run analyze && storybook build",
67
67
  "test:framework:react": "turbo run test:framework --filter=@aurodesignsystem/react-framework",
68
- "test:framework:report:react": "npm run test:framework:report -w apps/react-framework",
69
- "test:framework:report:svelte": "npm run test:framework:report -w apps/svelte-framework",
70
68
  "test:framework:svelte": "turbo run test:framework --filter=@aurodesignsystem/svelte-framework",
71
69
  "test:frameworks": "turbo run test:framework --filter=@aurodesignsystem/react-framework --filter=@aurodesignsystem/svelte-framework",
72
- "test:watch": "turbo run test:watch",
73
- "test:wtr": "turbo run test --concurrency=3",
74
- "update-stories": "node ./packages/utils/update-stories.js"
70
+ "test:framework:report:react": "npm run test:framework:report -w apps/react-framework",
71
+ "test:framework:report:svelte": "npm run test:framework:report -w apps/svelte-framework"
75
72
  },
76
73
  "dependencies": {
77
74
  "@lit/context": "^1.1.6",
@@ -83,7 +80,7 @@
83
80
  "@rollup/rollup-linux-x64-gnu": "*"
84
81
  },
85
82
  "devDependencies": {
86
- "@aurodesignsystem/auro-accordion": "^6.1.2",
83
+ "@aurodesignsystem/auro-accordion": "^6.1.3",
87
84
  "@aurodesignsystem/auro-button": "^12.3.2",
88
85
  "@aurodesignsystem/auro-dialog": "^4.1.1",
89
86
  "@aurodesignsystem/auro-drawer": "^5.1.2",
@@ -98,40 +95,40 @@
98
95
  "@aurodesignsystem/utils": "*",
99
96
  "@aurodesignsystem/version": "*",
100
97
  "@aurodesignsystem/webcorestylesheets": "^10.1.4",
101
- "@chromatic-com/storybook": "^5.1.1",
98
+ "@chromatic-com/storybook": "^5.1.2",
102
99
  "@commitlint/cli": "^20.5.0",
103
100
  "@commitlint/config-conventional": "^20.5.0",
104
101
  "@custom-elements-manifest/analyzer": "^0.11.0",
105
- "@eslint/compat": "^2.0.4",
102
+ "@eslint/compat": "^2.0.5",
106
103
  "@open-wc/testing": "^4.0.0",
107
104
  "@semantic-release/changelog": "^6.0.3",
108
105
  "@semantic-release/git": "^10.0.1",
109
106
  "@semantic-release/npm": "^13.1.5",
110
- "@storybook/addon-a11y": "^10.3.4",
107
+ "@storybook/addon-a11y": "^10.3.5",
111
108
  "@storybook/addon-designs": "^11.1.3",
112
- "@storybook/addon-docs": "^10.3.4",
113
- "@storybook/addon-themes": "^10.3.4",
114
- "@storybook/addon-vitest": "^10.3.4",
115
- "@storybook/web-components": "^10.3.4",
116
- "@storybook/web-components-vite": "^10.3.4",
109
+ "@storybook/addon-docs": "^10.3.5",
110
+ "@storybook/addon-themes": "^10.3.5",
111
+ "@storybook/addon-vitest": "^10.3.5",
112
+ "@storybook/web-components": "^10.3.5",
113
+ "@storybook/web-components-vite": "^10.3.5",
117
114
  "@types/chai": "^5.2.3",
118
115
  "@types/mocha": "^10.0.10",
119
- "@vitest/browser-playwright": "^4.1.2",
120
- "@vitest/coverage-v8": "^4.1.2",
121
- "@wc-toolkit/storybook-helpers": "10.0.0",
116
+ "@vitest/browser-playwright": "^4.1.5",
117
+ "@vitest/coverage-v8": "^4.1.5",
118
+ "@wc-toolkit/storybook-helpers": "10.3.0",
122
119
  "@web/dev-server": "^0.4.6",
123
120
  "@web/dev-server-hmr": "^0.4.1",
124
121
  "@web/test-runner": "^0.20.2",
125
- "autoprefixer": "^10.4.27",
122
+ "autoprefixer": "^10.5.0",
126
123
  "babel-loader": "^10.1.1",
127
124
  "compression": "^1.8.1",
128
125
  "concat": "^1.0.3",
129
126
  "concurrently": "^9.2.1",
130
127
  "copyfiles": "^2.4.1",
131
128
  "core-js": "^3.49.0",
132
- "eslint": "^10.2.0",
129
+ "eslint": "^10.2.1",
133
130
  "eslint-plugin-jsdoc": "^62.9.0",
134
- "eslint-plugin-storybook": "^10.3.4",
131
+ "eslint-plugin-storybook": "^10.3.5",
135
132
  "husky": "^9.1.7",
136
133
  "lodash": "^4.18.1",
137
134
  "markdown-magic": "^4.8.0",
@@ -139,26 +136,26 @@
139
136
  "nodemon": "^3.1.14",
140
137
  "npm-run-all": "^4.1.5",
141
138
  "playwright": "^1.59.1",
142
- "postcss": "^8.5.8",
139
+ "postcss": "^8.5.10",
143
140
  "postcss-custom-properties": "^15.0.1",
144
- "postcss-discard-comments": "^7.0.6",
145
- "prettier": "^3.8.1",
141
+ "postcss-discard-comments": "^7.0.7",
142
+ "prettier": "^3.8.3",
146
143
  "remark-gfm": "^4.0.1",
147
144
  "sass": "^1.99.0",
148
145
  "semantic-release": "^25.0.3",
149
146
  "shadow-dom-testing-library": "^1.13.1",
150
- "storybook": "^10.3.4",
151
- "storybook-addon-pseudo-states": "^10.3.4",
147
+ "storybook": "^10.3.5",
148
+ "storybook-addon-pseudo-states": "^10.3.5",
152
149
  "storybook-addon-tag-badges": "^3.1.0",
153
- "stylelint": "^17.6.0",
150
+ "stylelint": "^17.8.0",
154
151
  "stylelint-config-idiomatic-order": "^10.0.0",
155
152
  "stylelint-config-standard": "^40.0.0",
156
153
  "stylelint-config-standard-scss": "^17.0.0",
157
154
  "stylelint-order": "^8.1.1",
158
155
  "stylelint-scss": "^7.0.0",
159
- "turbo": "^2.9.4",
160
- "typescript": "^5.9.3",
161
- "vitest": "^4.1.2",
156
+ "turbo": "^2.9.6",
157
+ "typescript": "^6.0.3",
158
+ "vitest": "^4.1.5",
162
159
  "whatwg-fetch": "^3.6.20",
163
160
  "yaml-lint": "^1.7.0"
164
161
  },