@warp-ds/elements 2.2.0-next.15 → 2.2.0-next.17
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/README.md +190 -18
- package/dist/custom-elements.json +9 -9
- package/dist/index.d.ts +110 -0
- package/dist/packages/affix/index.d.ts +0 -5
- package/dist/packages/affix/index.js +5 -5
- package/dist/packages/affix/index.js.map +1 -1
- package/dist/packages/alert/index.d.ts +0 -5
- package/dist/packages/alert/index.js +3 -3
- package/dist/packages/alert/index.js.map +1 -1
- package/dist/packages/badge/index.d.ts +0 -5
- package/dist/packages/badge/index.js.map +1 -1
- package/dist/packages/box/index.d.ts +0 -5
- package/dist/packages/box/index.js.map +1 -1
- package/dist/packages/breadcrumbs/index.d.ts +0 -5
- package/dist/packages/breadcrumbs/index.js +2 -2
- package/dist/packages/breadcrumbs/index.js.map +1 -1
- package/dist/packages/button/button.test.js +1 -0
- package/dist/packages/button/index.d.ts +0 -5
- package/dist/packages/button/index.js +7 -7
- package/dist/packages/button/index.js.map +3 -3
- package/dist/packages/card/index.d.ts +0 -5
- package/dist/packages/card/index.js +3 -3
- package/dist/packages/card/index.js.map +1 -1
- package/dist/packages/combobox/index.d.ts +0 -5
- package/dist/packages/combobox/index.js +3 -3
- package/dist/packages/combobox/index.js.map +1 -1
- package/dist/packages/datepicker/datepicker.d.ts +0 -5
- package/dist/packages/datepicker/datepicker.js.map +1 -1
- package/dist/packages/datepicker/datepicker.stories.d.ts +1 -0
- package/dist/packages/datepicker/datepicker.stories.js +1 -0
- package/dist/packages/datepicker/index.js.map +1 -1
- package/dist/packages/dead-toggle/index.d.ts +0 -5
- package/dist/packages/dead-toggle/index.js +2 -2
- package/dist/packages/dead-toggle/index.js.map +1 -1
- package/dist/packages/expandable/index.d.ts +0 -5
- package/dist/packages/expandable/index.js +3 -3
- package/dist/packages/expandable/index.js.map +1 -1
- package/dist/packages/link/index.d.ts +0 -5
- package/dist/packages/link/index.js +1 -1
- package/dist/packages/link/index.js.map +1 -1
- package/dist/packages/modal/index.js +7 -7
- package/dist/packages/modal/index.js.map +1 -1
- package/dist/packages/modal/modal-footer.d.ts +0 -5
- package/dist/packages/modal/modal-footer.js.map +1 -1
- package/dist/packages/modal/modal-header.d.ts +0 -5
- package/dist/packages/modal/modal-header.js +2 -2
- package/dist/packages/modal/modal-header.js.map +1 -1
- package/dist/packages/modal/modal-main.d.ts +0 -5
- package/dist/packages/modal/modal-main.js.map +1 -1
- package/dist/packages/pageindicator/index.d.ts +2 -6
- package/dist/packages/pageindicator/index.js +4 -4
- package/dist/packages/pageindicator/index.js.map +2 -2
- package/dist/packages/pagination/index.d.ts +0 -5
- package/dist/packages/pagination/index.js +6 -6
- package/dist/packages/pagination/index.js.map +1 -1
- package/dist/packages/pill/index.d.ts +0 -5
- package/dist/packages/pill/index.js +3 -3
- package/dist/packages/pill/index.js.map +1 -1
- package/dist/packages/rip-and-tear-checkbox/index.d.ts +1 -6
- package/dist/packages/rip-and-tear-checkbox/index.js.map +1 -1
- package/dist/packages/rip-and-tear-radio/index.d.ts +1 -8
- package/dist/packages/rip-and-tear-radio/index.js +4 -4
- package/dist/packages/rip-and-tear-radio/index.js.map +2 -2
- package/dist/packages/select/index.d.ts +0 -5
- package/dist/packages/select/index.js +4 -4
- package/dist/packages/select/index.js.map +2 -2
- package/dist/packages/slider/index.js +9 -9
- package/dist/packages/slider/index.js.map +2 -2
- package/dist/packages/slider/slider-thumb.d.ts +0 -5
- package/dist/packages/slider/slider-thumb.js +15 -15
- package/dist/packages/slider/slider-thumb.js.map +2 -2
- package/dist/packages/slider/slider.d.ts +0 -5
- package/dist/packages/slider/slider.js +2 -2
- package/dist/packages/slider/slider.js.map +1 -1
- package/dist/packages/steps/index.d.ts +0 -6
- package/dist/packages/steps/index.js +5 -5
- package/dist/packages/steps/index.js.map +1 -1
- package/dist/packages/switch/index.d.ts +0 -5
- package/dist/packages/switch/index.js.map +1 -1
- package/dist/packages/tabs/index.js +4 -4
- package/dist/packages/tabs/index.js.map +1 -1
- package/dist/packages/tabs/tab.d.ts +0 -5
- package/dist/packages/textfield/index.d.ts +0 -5
- package/dist/packages/textfield/index.js +4 -4
- package/dist/packages/textfield/index.js.map +2 -2
- package/dist/web-types.json +1 -1
- package/package.json +9 -12
package/dist/web-types.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-ds/elements",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.2.0-next.
|
|
4
|
+
"version": "2.2.0-next.17",
|
|
5
5
|
"packageManager": "pnpm@10.15.1",
|
|
6
6
|
"description": "Custom elements for Warp",
|
|
7
7
|
"exports": {
|
|
@@ -48,13 +48,14 @@
|
|
|
48
48
|
"build:entrypoint": "node ./build/entrypoint.js",
|
|
49
49
|
"build:storybook": "pnpm run messages:compile && tsc && pnpm run build:manifest && pnpm run build:entrypoint && storybook build && pnpm run build:polyfill && touch ./storybook-static/.nojekyll",
|
|
50
50
|
"build:manifest": "custom-elements-manifest analyze --config .cem/custom-element-manifest.config.js",
|
|
51
|
-
"build": "rimraf dist && rimraf eik && pnpm
|
|
51
|
+
"build": "rimraf dist && rimraf eik && pnpm messages:compile && tsc && pnpm build:manifest && pnpm build:editor && pnpm build:components && pnpm run build:cloak && pnpm build:bundle && pnpm build:types && pnpm run build:polyfill",
|
|
52
52
|
"build:cloak": "node ./build/cloak.js",
|
|
53
53
|
"build:components": "node ./build/components.js",
|
|
54
54
|
"build:editor": "node ./build/editor.js",
|
|
55
55
|
"build:styles": "node ./build/styles.js",
|
|
56
56
|
"build:polyfill": "node ./build/polyfill.js",
|
|
57
57
|
"build:bundle": "tsc --project tsconfig.json --outDir .tmp --declaration false --sourceMap true && rollup -c ./build/bundle.js && rimraf .tmp",
|
|
58
|
+
"build:types": "cp ./index.d.ts ./dist/index.d.ts",
|
|
58
59
|
"commit": "cz",
|
|
59
60
|
"dev": "pnpm run storybook",
|
|
60
61
|
"storybook": "storybook dev --port 63900",
|
|
@@ -64,20 +65,14 @@
|
|
|
64
65
|
"messages:extract": "lingui extract",
|
|
65
66
|
"semantic-release": "semantic-release",
|
|
66
67
|
"test": "vitest",
|
|
67
|
-
"watch:npm": "npx esbuild ./index.js --outdir=dist/ --target=es2017 --bundle --sourcemap --format=esm --minify --watch"
|
|
68
|
+
"watch:npm": "npx esbuild ./index.js --outdir=dist/ --target=es2017 --bundle --sourcemap --format=esm --minify --watch",
|
|
69
|
+
"prepare": "husky"
|
|
68
70
|
},
|
|
69
71
|
"repository": {
|
|
70
72
|
"type": "git",
|
|
71
73
|
"url": "git+https://github.com/warp-ds/elements.git"
|
|
72
74
|
},
|
|
73
75
|
"license": "Apache-2.0",
|
|
74
|
-
"peerDependencies": {
|
|
75
|
-
"@lingui/core": "5.x",
|
|
76
|
-
"@warp-ds/css": "2.1.1",
|
|
77
|
-
"@warp-ds/elements-core": "2.x",
|
|
78
|
-
"lit": "3.x",
|
|
79
|
-
"react": "^19.1.1"
|
|
80
|
-
},
|
|
81
76
|
"devDependencies": {
|
|
82
77
|
"@chbphone55/classnames": "2.0.0",
|
|
83
78
|
"@custom-elements-manifest/analyzer": "^0.10.5",
|
|
@@ -87,7 +82,7 @@
|
|
|
87
82
|
"@itsy/animate": "0.0.9",
|
|
88
83
|
"@lingui/cli": "5.2.0",
|
|
89
84
|
"@lingui/conf": "5.2.0",
|
|
90
|
-
"@oddbird/css-anchor-positioning": "^0.
|
|
85
|
+
"@oddbird/css-anchor-positioning": "^0.7.0",
|
|
91
86
|
"@open-wc/lit-helpers": "^0.7.0",
|
|
92
87
|
"@semantic-release/changelog": "6.0.3",
|
|
93
88
|
"@semantic-release/git": "10.0.1",
|
|
@@ -96,7 +91,8 @@
|
|
|
96
91
|
"@storybook/web-components": "^9.1.4",
|
|
97
92
|
"@storybook/web-components-vite": "^9.1.4",
|
|
98
93
|
"@types/node": "20.14.10",
|
|
99
|
-
"@types/react": "^19.
|
|
94
|
+
"@types/react": "^19.2.0",
|
|
95
|
+
"@types/react-dom": "^19.2.0",
|
|
100
96
|
"@unocss/core": "^66.5.0",
|
|
101
97
|
"@vitejs/plugin-react": "^5.0.2",
|
|
102
98
|
"@vitest/browser": "^3.2.4",
|
|
@@ -120,6 +116,7 @@
|
|
|
120
116
|
"glob": "11.0.0",
|
|
121
117
|
"globals": "15.13.0",
|
|
122
118
|
"html-format": "1.1.7",
|
|
119
|
+
"husky": "^9.1.7",
|
|
123
120
|
"lightningcss": "^1.30.1",
|
|
124
121
|
"lit": "3.x",
|
|
125
122
|
"nanoid": "^5.1.5",
|