@warp-ds/elements 1.3.3-next.1 → 1.3.4-next.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/dist/index.js +25 -21
- package/dist/index.js.map +3 -3
- package/dist/packages/affix/index.js +11 -8
- package/dist/packages/affix/index.js.map +3 -3
- package/dist/packages/alert/index.js +11 -8
- package/dist/packages/alert/index.js.map +3 -3
- package/dist/packages/attention/index.js +11 -8
- package/dist/packages/attention/index.js.map +3 -3
- package/dist/packages/badge/index.js +11 -8
- package/dist/packages/badge/index.js.map +3 -3
- package/dist/packages/box/index.js +11 -8
- package/dist/packages/box/index.js.map +3 -3
- package/dist/packages/breadcrumbs/index.js +11 -8
- package/dist/packages/breadcrumbs/index.js.map +3 -3
- package/dist/packages/button/index.js +11 -8
- package/dist/packages/button/index.js.map +3 -3
- package/dist/packages/card/index.d.ts +2 -2
- package/dist/packages/card/index.js +25 -21
- package/dist/packages/card/index.js.map +3 -3
- package/dist/packages/expandable/index.js +11 -8
- package/dist/packages/expandable/index.js.map +3 -3
- package/dist/packages/pill/index.js +11 -8
- package/dist/packages/pill/index.js.map +3 -3
- package/dist/packages/select/index.js +11 -8
- package/dist/packages/select/index.js.map +3 -3
- package/dist/packages/textfield/index.js +11 -8
- package/dist/packages/textfield/index.js.map +3 -3
- package/dist/packages/toast/index.js +11 -8
- package/dist/packages/toast/index.js.map +3 -3
- package/package.json +5 -9
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-ds/elements",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.4-next.1",
|
|
5
5
|
"description": "Custom elements for Warp",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./dist/index.js",
|
|
@@ -31,12 +31,8 @@
|
|
|
31
31
|
"build": "rimraf dist && rimraf eik && tsc && vite build --mode lib && pnpm run build:npm && pnpm build:eik",
|
|
32
32
|
"commit": "cz",
|
|
33
33
|
"dev": "vite",
|
|
34
|
-
"
|
|
35
|
-
"lint
|
|
36
|
-
"lint:format": "prettier --check . --ignore-path .gitignore",
|
|
37
|
-
"lint": "npm run lint:format && pnpm run lint:eslint",
|
|
38
|
-
"lint:fix": "eslint . --fix --ignore-path .gitignore",
|
|
39
|
-
"lint:check": "eslint . --ignore-path .gitignore",
|
|
34
|
+
"lint:check": "eslint . --ext js,cjs,mjs --ignore-path .gitignore",
|
|
35
|
+
"lint": "eslint . --fix --ext js,cjs,mjs --ignore-path .gitignore",
|
|
40
36
|
"messages:compile": "lingui compile",
|
|
41
37
|
"messages:extract": "lingui extract",
|
|
42
38
|
"preview:docs": "vite preview",
|
|
@@ -61,7 +57,7 @@
|
|
|
61
57
|
"@semantic-release/changelog": "6.0.3",
|
|
62
58
|
"@semantic-release/git": "10.0.1",
|
|
63
59
|
"@types/node": "20.11.19",
|
|
64
|
-
"@warp-ds/uno": "1.
|
|
60
|
+
"@warp-ds/uno": "1.10.2",
|
|
65
61
|
"cors": "2.8.5",
|
|
66
62
|
"cz-conventional-changelog": "3.3.0",
|
|
67
63
|
"element-collapse": "1.1.0",
|
|
@@ -88,7 +84,7 @@
|
|
|
88
84
|
"dependencies": {
|
|
89
85
|
"@lingui/core": "4.7.1",
|
|
90
86
|
"@warp-ds/core": "1.0.2",
|
|
91
|
-
"@warp-ds/css": "1.9.
|
|
87
|
+
"@warp-ds/css": "1.9.3",
|
|
92
88
|
"@warp-ds/elements-core": "0.0.1-alpha.12",
|
|
93
89
|
"@warp-ds/icons": "2.0.0"
|
|
94
90
|
},
|