@aurodesignsystem/auro-formkit 4.0.2 → 5.0.0-rc-1002.1.1
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/CHANGELOG.md +193 -2
- package/components/bibtemplate/dist/auro-bibtemplate.d.ts +12 -2
- package/components/bibtemplate/dist/buttonVersion.d.ts +2 -0
- package/components/bibtemplate/dist/headerVersion.d.ts +1 -1
- package/components/bibtemplate/dist/iconVersion.d.ts +1 -1
- package/components/bibtemplate/dist/index.js +1184 -105
- package/components/bibtemplate/dist/registered.js +1184 -105
- package/components/checkbox/demo/api.html +16 -10
- package/components/checkbox/demo/api.md +52 -17
- package/components/checkbox/demo/api.min.js +66 -33
- package/components/checkbox/demo/index.html +16 -10
- package/components/checkbox/demo/index.min.js +66 -33
- package/components/checkbox/demo/readme.html +16 -9
- package/components/checkbox/dist/auro-checkbox-group.d.ts +2 -2
- package/components/checkbox/dist/auro-checkbox.d.ts +8 -1
- package/components/checkbox/dist/index.js +65 -32
- package/components/checkbox/dist/registered.js +65 -32
- package/components/combobox/README.md +2 -0
- package/components/combobox/demo/api.html +16 -10
- package/components/combobox/demo/api.md +124 -7
- package/components/combobox/demo/api.min.js +4542 -1330
- package/components/combobox/demo/index.html +16 -10
- package/components/combobox/demo/index.md +108 -4
- package/components/combobox/demo/index.min.js +4542 -1330
- package/components/combobox/demo/readme.html +16 -9
- package/components/combobox/demo/readme.md +2 -0
- package/components/combobox/dist/auro-combobox.d.ts +81 -18
- package/components/combobox/dist/index.js +4588 -1520
- package/components/combobox/dist/registered.js +4588 -1520
- package/components/counter/demo/api.html +17 -10
- package/components/counter/demo/api.md +167 -21
- package/components/counter/demo/api.min.js +3621 -866
- package/components/counter/demo/index.html +17 -10
- package/components/counter/demo/index.md +191 -34
- package/components/counter/demo/index.min.js +3621 -866
- package/components/counter/demo/readme.html +16 -9
- package/components/counter/dist/auro-counter-button.d.ts +2 -0
- package/components/counter/dist/auro-counter-group.d.ts +162 -11
- package/components/counter/dist/auro-counter.d.ts +16 -0
- package/components/counter/dist/helptextVersion.d.ts +2 -0
- package/components/counter/dist/iconVersion.d.ts +1 -1
- package/components/counter/dist/index.js +3619 -864
- package/components/counter/dist/registered.js +3619 -864
- package/components/datepicker/README.md +2 -1
- package/components/datepicker/demo/api.html +16 -10
- package/components/datepicker/demo/api.md +80 -30
- package/components/datepicker/demo/api.min.js +14795 -10365
- package/components/datepicker/demo/index.html +16 -10
- package/components/datepicker/demo/index.md +96 -4
- package/components/datepicker/demo/index.min.js +14795 -10365
- package/components/datepicker/demo/readme.html +16 -9
- package/components/datepicker/demo/readme.md +2 -1
- package/components/datepicker/dist/auro-datepicker.d.ts +163 -4
- package/components/datepicker/dist/buttonVersion.d.ts +1 -1
- package/components/datepicker/dist/iconVersion.d.ts +2 -0
- package/components/datepicker/dist/index.js +14916 -10486
- package/components/datepicker/dist/popoverVersion.d.ts +1 -1
- package/components/datepicker/dist/registered.js +14916 -10486
- package/components/dropdown/demo/api.html +16 -10
- package/components/dropdown/demo/api.md +94 -262
- package/components/dropdown/demo/api.min.js +738 -259
- package/components/dropdown/demo/index.html +16 -10
- package/components/dropdown/demo/index.md +93 -266
- package/components/dropdown/demo/index.min.js +738 -259
- package/components/dropdown/demo/readme.html +16 -9
- package/components/dropdown/dist/auro-dropdown.d.ts +92 -73
- package/components/dropdown/dist/auro-dropdownBib.d.ts +14 -0
- package/components/dropdown/dist/index.js +710 -231
- package/components/dropdown/dist/registered.js +710 -231
- package/components/dropdown/dist/styles/classic/style-css.d.ts +2 -0
- package/components/dropdown/dist/styles/emphasized/style-css.d.ts +2 -0
- package/components/dropdown/dist/styles/shapeSize-css.d.ts +2 -0
- package/components/dropdown/dist/styles/snowflake/style-css.d.ts +2 -0
- package/components/form/demo/api.html +16 -9
- package/components/form/demo/api.md +1 -1
- package/components/form/demo/api.min.js +3 -3
- package/components/form/demo/autocomplete.html +19 -3
- package/components/form/demo/index.html +16 -9
- package/components/form/demo/index.min.js +3 -3
- package/components/form/demo/readme.html +16 -9
- package/components/form/demo/working.html +19 -13
- package/components/form/dist/auro-form.d.ts +1 -1
- package/components/form/dist/index.js +2 -2
- package/components/form/dist/registered.js +2 -2
- package/components/helptext/dist/auro-helptext.d.ts +0 -2
- package/components/helptext/dist/index.js +2 -4
- package/components/helptext/dist/registered.js +2 -4
- package/components/input/README.md +6 -2
- package/components/input/demo/api.html +16 -10
- package/components/input/demo/api.md +258 -144
- package/components/input/demo/api.min.js +1550 -497
- package/components/input/demo/index.html +17 -11
- package/components/input/demo/index.md +95 -27
- package/components/input/demo/index.min.js +1549 -496
- package/components/input/demo/readme.html +16 -9
- package/components/input/demo/readme.md +6 -2
- package/components/input/dist/auro-input.d.ts +139 -3
- package/components/input/dist/base-input.d.ts +80 -26
- package/components/input/dist/buttonVersion.d.ts +1 -1
- package/components/input/dist/iconVersion.d.ts +1 -1
- package/components/input/dist/index.js +1504 -451
- package/components/input/dist/registered.js +1504 -451
- package/components/input/dist/styles/classic/color-css.d.ts +2 -0
- package/components/input/dist/styles/classic/style-css.d.ts +2 -0
- package/components/input/dist/styles/default/borders-css.d.ts +2 -0
- package/components/input/dist/styles/default/color-css.d.ts +2 -0
- package/components/input/dist/styles/default/mixins-css.d.ts +2 -0
- package/components/input/dist/styles/default/notificationIcons-css.d.ts +2 -0
- package/components/input/dist/styles/default/style-css.d.ts +2 -0
- package/components/input/dist/styles/emphasized/color-css.d.ts +2 -0
- package/components/input/dist/styles/emphasized/style-css.d.ts +2 -0
- package/components/input/dist/styles/shapeSize-css.d.ts +2 -0
- package/components/input/dist/styles/snowflake/style-css.d.ts +2 -0
- package/components/layoutElement/dist/auroElement.d.ts +34 -0
- package/components/layoutElement/dist/index.d.ts +2 -0
- package/components/layoutElement/dist/index.js +98 -0
- package/components/layoutElement/dist/registered.js +98 -0
- package/components/menu/demo/api.html +17 -10
- package/components/menu/demo/api.md +65 -8
- package/components/menu/demo/api.min.js +304 -65
- package/components/menu/demo/index.html +16 -10
- package/components/menu/demo/index.min.js +304 -65
- package/components/menu/demo/readme.html +16 -9
- package/components/menu/dist/auro-menu.d.ts +53 -7
- package/components/menu/dist/auro-menuoption.d.ts +21 -3
- package/components/menu/dist/iconVersion.d.ts +1 -1
- package/components/menu/dist/index.js +289 -50
- package/components/menu/dist/registered.js +289 -50
- package/components/menu/dist/styles/default/color-menu-css.d.ts +2 -0
- package/components/menu/dist/styles/default/color-menuoption-css.d.ts +2 -0
- package/components/menu/dist/styles/default/style-menu-css.d.ts +2 -0
- package/components/menu/dist/styles/default/style-menuoption-css.d.ts +2 -0
- package/components/menu/dist/styles/default/tokens-css.d.ts +2 -0
- package/components/radio/demo/api.html +16 -10
- package/components/radio/demo/api.md +41 -9
- package/components/radio/demo/api.min.js +93 -95
- package/components/radio/demo/index.html +16 -10
- package/components/radio/demo/index.min.js +93 -95
- package/components/radio/demo/readme.html +16 -9
- package/components/radio/dist/auro-radio-group.d.ts +1 -1
- package/components/radio/dist/auro-radio.d.ts +11 -12
- package/components/radio/dist/index.js +92 -94
- package/components/radio/dist/registered.js +92 -94
- package/components/select/README.md +1 -0
- package/components/select/demo/api.html +16 -10
- package/components/select/demo/api.js +0 -2
- package/components/select/demo/api.md +156 -114
- package/components/select/demo/api.min.js +3126 -657
- package/components/select/demo/index.html +17 -10
- package/components/select/demo/index.md +398 -62
- package/components/select/demo/index.min.js +3129 -648
- package/components/select/demo/readme.html +16 -9
- package/components/select/demo/readme.md +1 -0
- package/components/select/dist/auro-select.d.ts +173 -18
- package/components/select/dist/helptextVersion.d.ts +2 -0
- package/components/select/dist/index.js +3128 -791
- package/components/select/dist/registered.js +3128 -791
- package/components/select/dist/styles/shapeSize-css.d.ts +2 -0
- package/components/select/dist/styles/tokens-css.d.ts +2 -0
- package/package.json +33 -32
- package/packages/build-tools/src/postinstall.mjs +0 -12
- /package/components/{dropdown/dist/styles/bibColors-css.d.ts → combobox/dist/styles/emphasized/style-css.d.ts} +0 -0
- /package/components/{dropdown/dist/styles/bibStyles-css.d.ts → combobox/dist/styles/snowflake/style-css.d.ts} +0 -0
- /package/components/{input/dist/styles/borders-css.d.ts → counter/dist/styles/shapeSize-css.d.ts} +0 -0
- /package/components/{input/dist/styles/input-css.d.ts → datepicker/dist/styles/classic/color-css.d.ts} +0 -0
- /package/components/{input/dist/styles/label-css.d.ts → datepicker/dist/styles/classic/style-css.d.ts} +0 -0
- /package/components/{input/dist/styles/notificationIcons-css.d.ts → datepicker/dist/styles/shapeSize-css.d.ts} +0 -0
- /package/components/{menu/dist/styles/color-menu-css.d.ts → datepicker/dist/styles/snowflake/color-css.d.ts} +0 -0
- /package/components/{menu/dist/styles/color-menuoption-css.d.ts → datepicker/dist/styles/snowflake/style-css.d.ts} +0 -0
- /package/components/{menu/dist/styles/style-menu-css.d.ts → dropdown/dist/styles/classic/bibColors-css.d.ts} +0 -0
- /package/components/{menu/dist/styles/style-menuoption-css.d.ts → dropdown/dist/styles/classic/bibStyles-css.d.ts} +0 -0
- /package/components/{menu/dist/styles/tokens-css.d.ts → dropdown/dist/styles/classic/color-css.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurodesignsystem/auro-formkit",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-rc-1002.1.1",
|
|
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.x || ^22.x"
|
|
17
17
|
},
|
|
18
|
-
"packageManager": "npm@11.
|
|
18
|
+
"packageManager": "npm@11.5.1",
|
|
19
19
|
"publishConfig": {
|
|
20
20
|
"access": "public"
|
|
21
21
|
},
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
"packages/*"
|
|
25
25
|
],
|
|
26
26
|
"files": [
|
|
27
|
-
"packages/build-tools/src/postinstall.mjs",
|
|
28
27
|
"components/*/dist/**/*",
|
|
29
28
|
"components/*/demo/**/*",
|
|
30
29
|
"CHANGELOG.md",
|
|
@@ -43,62 +42,64 @@
|
|
|
43
42
|
"test:watch": "turbo run test:watch",
|
|
44
43
|
"clean": "turbo run clean && rm -rf node_modules",
|
|
45
44
|
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
|
46
|
-
"postinstall": "node ./packages/build-tools/src/postinstall.mjs",
|
|
47
45
|
"build:docs": "turbo run build:docs",
|
|
48
46
|
"build:docs:kit": "node ./packages/build-tools/src/kitDocProcessor.mjs",
|
|
49
47
|
"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",
|
|
50
48
|
"preCommit": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/pre-commit.mjs",
|
|
51
49
|
"prepare": "husky",
|
|
52
|
-
"deploy-demo": "npm run build && sh ./deploy-components.sh"
|
|
50
|
+
"deploy-demo": "npm run build && sh ./deploy-components.sh",
|
|
51
|
+
"local-demo": "npm run build && sh ./local-demo.sh --zip"
|
|
53
52
|
},
|
|
54
53
|
"dependencies": {
|
|
55
|
-
"@
|
|
56
|
-
"
|
|
57
|
-
"lit": "^3.2.1"
|
|
54
|
+
"@lit/reactive-element": "^2.1.1",
|
|
55
|
+
"lit": "^3.3.1"
|
|
58
56
|
},
|
|
59
57
|
"optionalDependencies": {
|
|
60
58
|
"@rollup/rollup-linux-x64-gnu": "*"
|
|
61
59
|
},
|
|
62
60
|
"devDependencies": {
|
|
63
|
-
"@aurodesignsystem/
|
|
64
|
-
"@
|
|
65
|
-
"@
|
|
61
|
+
"@aurodesignsystem/design-tokens": "^8.3.0",
|
|
62
|
+
"@aurodesignsystem/eslint-config": "^1.3.5",
|
|
63
|
+
"@aurodesignsystem/auro-library": "^5.3.2",
|
|
64
|
+
"@aurodesignsystem/webcorestylesheets": "^10.0.2",
|
|
65
|
+
"@commitlint/cli": "^19.8.1",
|
|
66
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
66
67
|
"@open-wc/testing": "^4.0.0",
|
|
67
68
|
"@semantic-release/changelog": "^6.0.3",
|
|
68
69
|
"@semantic-release/git": "^10.0.1",
|
|
69
|
-
"@semantic-release/npm": "^12.0.
|
|
70
|
-
"@types/chai": "^5.2.
|
|
70
|
+
"@semantic-release/npm": "^12.0.2",
|
|
71
|
+
"@types/chai": "^5.2.2",
|
|
71
72
|
"@types/mocha": "^10.0.10",
|
|
72
73
|
"@web/dev-server": "^0.4.6",
|
|
73
74
|
"@web/dev-server-hmr": "^0.4.1",
|
|
74
|
-
"@web/test-runner": "^0.20.
|
|
75
|
+
"@web/test-runner": "^0.20.2",
|
|
75
76
|
"autoprefixer": "^10.4.21",
|
|
76
77
|
"babel-loader": "^10.0.0",
|
|
77
|
-
"compression": "^1.8.
|
|
78
|
+
"compression": "^1.8.1",
|
|
78
79
|
"concat": "^1.0.3",
|
|
79
|
-
"concurrently": "^9.
|
|
80
|
+
"concurrently": "^9.2.0",
|
|
80
81
|
"copyfiles": "^2.4.1",
|
|
81
|
-
"core-js": "^3.
|
|
82
|
-
"eslint": "^9.
|
|
83
|
-
"eslint-plugin-jsdoc": "^
|
|
82
|
+
"core-js": "^3.44.0",
|
|
83
|
+
"eslint": "^9.31.0",
|
|
84
|
+
"eslint-plugin-jsdoc": "^51.4.1",
|
|
84
85
|
"husky": "^9.1.7",
|
|
85
86
|
"lodash": "^4.17.21",
|
|
86
|
-
"markdown-magic": "^3.
|
|
87
|
-
"nodemon": "^3.1.
|
|
87
|
+
"markdown-magic": "^3.7.0",
|
|
88
|
+
"nodemon": "^3.1.10",
|
|
88
89
|
"npm-run-all": "^4.1.5",
|
|
89
|
-
"postcss": "^8.5.
|
|
90
|
-
"postcss-custom-properties": "^14.0.
|
|
91
|
-
"postcss-discard-comments": "^7.0.
|
|
92
|
-
"prettier": "^3.
|
|
93
|
-
"sass": "^1.
|
|
94
|
-
"semantic-release": "^24.2.
|
|
95
|
-
"stylelint": "^16.
|
|
90
|
+
"postcss": "^8.5.6",
|
|
91
|
+
"postcss-custom-properties": "^14.0.6",
|
|
92
|
+
"postcss-discard-comments": "^7.0.4",
|
|
93
|
+
"prettier": "^3.6.2",
|
|
94
|
+
"sass": "^1.89.2",
|
|
95
|
+
"semantic-release": "^24.2.7",
|
|
96
|
+
"stylelint": "^16.22.0",
|
|
96
97
|
"stylelint-config-idiomatic-order": "^10.0.0",
|
|
97
98
|
"stylelint-config-standard": "^38.0.0",
|
|
98
|
-
"stylelint-config-standard-scss": "^
|
|
99
|
-
"stylelint-order": "^
|
|
100
|
-
"stylelint-scss": "^6.
|
|
101
|
-
"turbo": "^2.5.
|
|
99
|
+
"stylelint-config-standard-scss": "^15.0.1",
|
|
100
|
+
"stylelint-order": "^7.0.0",
|
|
101
|
+
"stylelint-scss": "^6.12.1",
|
|
102
|
+
"turbo": "^2.5.5",
|
|
102
103
|
"typescript": "^5.8.3",
|
|
103
104
|
"whatwg-fetch": "^3.6.20",
|
|
104
105
|
"yaml-lint": "^1.7.0"
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { createRequire } from 'module';
|
|
2
|
-
import { pathToFileURL } from 'url';
|
|
3
|
-
|
|
4
|
-
const require = createRequire(import.meta.url);
|
|
5
|
-
|
|
6
|
-
const postinstallPath = require.resolve('@aurodesignsystem/auro-library/scripts/build/postinstall.mjs');
|
|
7
|
-
|
|
8
|
-
// Convert the path to a file:// URL for cross-platform compatibility
|
|
9
|
-
const postinstallURL = pathToFileURL(postinstallPath);
|
|
10
|
-
|
|
11
|
-
// Import and execute the script
|
|
12
|
-
import(postinstallURL);
|
|
File without changes
|
|
File without changes
|
/package/components/{input/dist/styles/borders-css.d.ts → counter/dist/styles/shapeSize-css.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/components/{menu/dist/styles/tokens-css.d.ts → dropdown/dist/styles/classic/color-css.d.ts}
RENAMED
|
File without changes
|