@aurodesignsystem-dev/auro-formkit 0.0.0-pr998.0 → 0.0.0-pr999.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/components/bibtemplate/dist/iconVersion.d.ts +1 -1
- package/components/bibtemplate/dist/index.js +3 -2
- package/components/bibtemplate/dist/registered.js +3 -2
- package/components/checkbox/demo/api.min.js +11 -11
- package/components/checkbox/demo/index.min.js +11 -11
- package/components/checkbox/dist/index.js +11 -11
- package/components/checkbox/dist/registered.js +11 -11
- package/components/combobox/demo/api.min.js +39 -32
- package/components/combobox/demo/index.min.js +39 -32
- package/components/combobox/dist/index.js +33 -27
- package/components/combobox/dist/registered.js +33 -27
- package/components/counter/demo/api.min.js +21 -18
- package/components/counter/demo/index.min.js +21 -18
- package/components/counter/dist/iconVersion.d.ts +1 -1
- package/components/counter/dist/index.js +21 -18
- package/components/counter/dist/registered.js +21 -18
- package/components/datepicker/demo/api.min.js +41 -35
- package/components/datepicker/demo/index.min.js +41 -35
- package/components/datepicker/dist/index.js +41 -35
- package/components/datepicker/dist/registered.js +41 -35
- package/components/dropdown/demo/api.min.js +3 -2
- package/components/dropdown/demo/index.min.js +3 -2
- package/components/dropdown/dist/index.js +3 -2
- package/components/dropdown/dist/registered.js +3 -2
- package/components/helptext/dist/index.js +1 -1
- package/components/helptext/dist/registered.js +1 -1
- package/components/input/demo/api.min.js +14 -13
- package/components/input/demo/index.min.js +14 -13
- package/components/input/dist/index.js +14 -13
- package/components/input/dist/registered.js +14 -13
- package/components/menu/demo/api.min.js +6 -5
- package/components/menu/demo/index.min.js +6 -5
- package/components/menu/dist/iconVersion.d.ts +1 -1
- package/components/menu/dist/index.js +6 -5
- package/components/menu/dist/registered.js +6 -5
- package/components/radio/demo/api.min.js +12 -12
- package/components/radio/demo/index.min.js +12 -12
- package/components/radio/dist/auro-radio.d.ts +1 -1
- package/components/radio/dist/index.js +12 -12
- package/components/radio/dist/registered.js +12 -12
- package/components/select/demo/api.min.js +28 -24
- package/components/select/demo/index.min.js +28 -24
- package/components/select/dist/auro-select.d.ts +1 -0
- package/components/select/dist/index.js +22 -19
- package/components/select/dist/registered.js +22 -19
- package/package.json +12 -14
- package/packages/build-tools/src/postinstall.mjs +0 -12
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-pr999.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,7 +42,6 @@
|
|
|
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",
|
|
@@ -53,17 +51,17 @@
|
|
|
53
51
|
"local-demo": "npm run build && sh ./local-demo.sh --zip"
|
|
54
52
|
},
|
|
55
53
|
"dependencies": {
|
|
56
|
-
"@aurodesignsystem/auro-library": "^5.3.2",
|
|
57
54
|
"@lit/reactive-element": "^2.1.1",
|
|
58
|
-
"lit": "^3.
|
|
55
|
+
"lit": "^3.3.1"
|
|
59
56
|
},
|
|
60
57
|
"optionalDependencies": {
|
|
61
58
|
"@rollup/rollup-linux-x64-gnu": "*"
|
|
62
59
|
},
|
|
63
60
|
"devDependencies": {
|
|
64
|
-
"@aurodesignsystem/design-tokens": "^8.
|
|
61
|
+
"@aurodesignsystem/design-tokens": "^8.3.0",
|
|
65
62
|
"@aurodesignsystem/eslint-config": "^1.3.5",
|
|
66
|
-
"@aurodesignsystem/
|
|
63
|
+
"@aurodesignsystem/auro-library": "^5.3.2",
|
|
64
|
+
"@aurodesignsystem/webcorestylesheets": "^10.0.2",
|
|
67
65
|
"@commitlint/cli": "^19.8.1",
|
|
68
66
|
"@commitlint/config-conventional": "^19.8.1",
|
|
69
67
|
"@open-wc/testing": "^4.0.0",
|
|
@@ -77,16 +75,16 @@
|
|
|
77
75
|
"@web/test-runner": "^0.20.2",
|
|
78
76
|
"autoprefixer": "^10.4.21",
|
|
79
77
|
"babel-loader": "^10.0.0",
|
|
80
|
-
"compression": "^1.8.
|
|
78
|
+
"compression": "^1.8.1",
|
|
81
79
|
"concat": "^1.0.3",
|
|
82
80
|
"concurrently": "^9.2.0",
|
|
83
81
|
"copyfiles": "^2.4.1",
|
|
84
|
-
"core-js": "^3.
|
|
82
|
+
"core-js": "^3.44.0",
|
|
85
83
|
"eslint": "^9.31.0",
|
|
86
|
-
"eslint-plugin-jsdoc": "^51.4.
|
|
84
|
+
"eslint-plugin-jsdoc": "^51.4.1",
|
|
87
85
|
"husky": "^9.1.7",
|
|
88
86
|
"lodash": "^4.17.21",
|
|
89
|
-
"markdown-magic": "^3.
|
|
87
|
+
"markdown-magic": "^3.7.0",
|
|
90
88
|
"nodemon": "^3.1.10",
|
|
91
89
|
"npm-run-all": "^4.1.5",
|
|
92
90
|
"postcss": "^8.5.6",
|
|
@@ -95,13 +93,13 @@
|
|
|
95
93
|
"prettier": "^3.6.2",
|
|
96
94
|
"sass": "^1.89.2",
|
|
97
95
|
"semantic-release": "^24.2.7",
|
|
98
|
-
"stylelint": "^16.
|
|
96
|
+
"stylelint": "^16.22.0",
|
|
99
97
|
"stylelint-config-idiomatic-order": "^10.0.0",
|
|
100
98
|
"stylelint-config-standard": "^38.0.0",
|
|
101
99
|
"stylelint-config-standard-scss": "^15.0.1",
|
|
102
100
|
"stylelint-order": "^7.0.0",
|
|
103
101
|
"stylelint-scss": "^6.12.1",
|
|
104
|
-
"turbo": "^2.5.
|
|
102
|
+
"turbo": "^2.5.5",
|
|
105
103
|
"typescript": "^5.8.3",
|
|
106
104
|
"whatwg-fetch": "^3.6.20",
|
|
107
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);
|