@warp-ds/elements 2.2.0-next.3 → 2.2.0-next.31
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 +200 -28
- package/dist/.storybook/utilities.d.ts +28 -0
- package/dist/.storybook/utilities.js +52 -0
- package/dist/api.js +1 -49
- package/dist/api.js.map +4 -4
- package/dist/custom-elements.json +3059 -0
- package/dist/index.d.ts +942 -18
- package/dist/packages/affix/affix.react.stories.d.ts +9 -0
- package/dist/packages/affix/affix.react.stories.js +10 -0
- package/dist/packages/affix/affix.stories.d.ts +10 -0
- package/dist/packages/affix/affix.stories.js +25 -0
- package/dist/packages/affix/affix.test.d.ts +1 -0
- package/dist/packages/affix/affix.test.js +9 -0
- package/dist/packages/affix/index.d.ts +47 -24
- package/dist/packages/affix/index.js +2448 -2240
- package/dist/packages/affix/index.js.map +4 -4
- package/dist/packages/affix/react.d.ts +2 -0
- package/dist/packages/affix/react.js +15 -0
- package/dist/packages/affix/styles.d.ts +1 -0
- package/dist/packages/affix/styles.js +2 -0
- package/dist/packages/alert/alert.react.stories.d.ts +13 -0
- package/dist/packages/alert/alert.react.stories.js +44 -0
- package/dist/packages/alert/alert.stories.d.ts +15 -0
- package/dist/packages/alert/alert.stories.js +68 -0
- package/dist/packages/alert/alert.test.d.ts +1 -0
- package/dist/packages/alert/alert.test.js +18 -0
- package/dist/packages/alert/index.d.ts +23 -17
- package/dist/packages/alert/index.js +2452 -2446
- package/dist/packages/alert/index.js.map +4 -4
- package/dist/packages/alert/react.d.ts +2 -0
- package/dist/packages/alert/react.js +11 -0
- package/dist/packages/alert/styles.d.ts +1 -0
- package/dist/packages/alert/styles.js +2 -0
- package/dist/packages/attention/attention.react.stories.d.ts +15 -0
- package/dist/packages/attention/attention.react.stories.js +92 -0
- package/dist/packages/attention/attention.stories.d.ts +16 -0
- package/dist/packages/attention/attention.stories.js +180 -0
- package/dist/packages/attention/attention.test.d.ts +1 -0
- package/dist/packages/attention/attention.test.js +11 -0
- package/dist/packages/attention/index.d.ts +61 -89
- package/dist/packages/attention/index.js +3530 -3924
- package/dist/packages/attention/index.js.map +4 -4
- package/dist/packages/attention/layout-styles.d.ts +1 -0
- package/dist/packages/attention/layout-styles.js +905 -0
- package/dist/packages/attention/locales/da/messages.mjs +1 -0
- package/dist/packages/attention/locales/en/messages.mjs +1 -0
- package/dist/packages/attention/locales/fi/messages.mjs +1 -0
- package/dist/packages/attention/locales/nb/messages.mjs +1 -0
- package/dist/packages/attention/locales/sv/messages.mjs +1 -0
- package/dist/packages/attention/react.d.ts +15 -0
- package/dist/packages/attention/react.js +17 -0
- package/dist/packages/attention/styles.d.ts +1 -0
- package/dist/packages/attention/styles.js +2 -0
- package/dist/packages/badge/badge.react.stories.d.ts +18 -0
- package/dist/packages/badge/badge.react.stories.js +60 -0
- package/dist/packages/badge/badge.stories.d.ts +17 -0
- package/dist/packages/badge/badge.stories.js +68 -0
- package/dist/packages/badge/badge.test.d.ts +1 -0
- package/dist/packages/badge/badge.test.js +9 -0
- package/dist/packages/badge/index.d.ts +12 -12
- package/dist/packages/badge/index.js +2441 -300
- package/dist/packages/badge/index.js.map +4 -4
- package/dist/packages/badge/react.d.ts +2 -0
- package/dist/packages/badge/react.js +11 -0
- package/dist/packages/badge/styles.d.ts +1 -0
- package/dist/packages/badge/styles.js +2 -0
- package/dist/packages/box/box.react.stories.d.ts +15 -0
- package/dist/packages/box/box.react.stories.js +45 -0
- package/dist/packages/box/box.stories.d.ts +14 -0
- package/dist/packages/box/box.stories.js +59 -0
- package/dist/packages/box/box.test.d.ts +1 -0
- package/dist/packages/box/box.test.js +9 -0
- package/dist/packages/box/index.d.ts +16 -21
- package/dist/packages/box/index.js +2443 -299
- package/dist/packages/box/index.js.map +4 -4
- package/dist/packages/box/react.d.ts +2 -0
- package/dist/packages/box/react.js +11 -0
- package/dist/packages/box/slot.test.d.ts +1 -0
- package/dist/packages/box/slot.test.js +9 -0
- package/dist/packages/box/styles.d.ts +1 -0
- package/dist/packages/box/styles.js +2 -0
- package/dist/packages/breadcrumbs/breadcrumbs.react.stories.d.ts +13 -0
- package/dist/packages/breadcrumbs/breadcrumbs.react.stories.js +40 -0
- package/dist/packages/breadcrumbs/breadcrumbs.stories.d.ts +12 -0
- package/dist/packages/breadcrumbs/breadcrumbs.stories.js +60 -0
- package/dist/packages/breadcrumbs/breadcrumbs.test.d.ts +1 -0
- package/dist/packages/breadcrumbs/breadcrumbs.test.js +16 -0
- package/dist/packages/breadcrumbs/index.d.ts +19 -16
- package/dist/packages/breadcrumbs/index.js +2402 -2051
- package/dist/packages/breadcrumbs/index.js.map +4 -4
- package/dist/packages/breadcrumbs/locales/da/messages.mjs +1 -0
- package/dist/packages/breadcrumbs/locales/en/messages.mjs +1 -0
- package/dist/packages/breadcrumbs/locales/fi/messages.mjs +1 -0
- package/dist/packages/breadcrumbs/locales/nb/messages.mjs +1 -0
- package/dist/packages/breadcrumbs/locales/sv/messages.mjs +1 -0
- package/dist/packages/breadcrumbs/react.d.ts +2 -0
- package/dist/packages/breadcrumbs/react.js +11 -0
- package/dist/packages/breadcrumbs/styles.d.ts +1 -0
- package/dist/packages/breadcrumbs/styles.js +2 -0
- package/dist/packages/button/button.react.stories.d.ts +22 -0
- package/dist/packages/button/button.react.stories.js +102 -0
- package/dist/packages/button/button.stories.d.ts +25 -0
- package/dist/packages/button/button.stories.js +151 -0
- package/dist/packages/button/button.test.d.ts +1 -1
- package/dist/packages/button/button.test.js +25 -0
- package/dist/packages/button/index.d.ts +83 -9
- package/dist/packages/button/index.js +2614 -2422
- package/dist/packages/button/index.js.map +4 -4
- package/dist/packages/button/locales/da/messages.mjs +1 -0
- package/dist/packages/button/locales/en/messages.mjs +1 -0
- package/dist/packages/button/locales/fi/messages.mjs +1 -0
- package/dist/packages/button/locales/nb/messages.mjs +1 -0
- package/dist/packages/button/locales/sv/messages.mjs +1 -0
- package/dist/packages/button/react.d.ts +2 -0
- package/dist/packages/button/react.js +11 -0
- package/dist/packages/button/styles.d.ts +1 -0
- package/dist/packages/button/styles.js +2 -0
- package/dist/packages/card/card.react.stories.d.ts +16 -0
- package/dist/packages/card/card.react.stories.js +63 -0
- package/dist/packages/card/card.stories.d.ts +15 -0
- package/dist/packages/card/card.stories.js +82 -0
- package/dist/packages/card/card.test.d.ts +1 -0
- package/dist/packages/card/card.test.js +9 -0
- package/dist/packages/card/index.d.ts +27 -16
- package/dist/packages/card/index.js +2403 -2067
- package/dist/packages/card/index.js.map +4 -4
- package/dist/packages/card/locales/da/messages.mjs +1 -0
- package/dist/packages/card/locales/en/messages.mjs +1 -0
- package/dist/packages/card/locales/fi/messages.mjs +1 -0
- package/dist/packages/card/locales/nb/messages.mjs +1 -0
- package/dist/packages/card/locales/sv/messages.mjs +1 -0
- package/dist/packages/card/react.d.ts +2 -0
- package/dist/packages/card/react.js +11 -0
- package/dist/packages/card/styles.d.ts +1 -0
- package/dist/packages/card/styles.js +2 -0
- package/dist/packages/expandable/expandable.react.stories.d.ts +18 -0
- package/dist/packages/expandable/expandable.react.stories.js +103 -0
- package/dist/packages/expandable/expandable.stories.d.ts +19 -0
- package/dist/packages/expandable/expandable.stories.js +132 -0
- package/dist/packages/expandable/expandable.test.d.ts +1 -0
- package/dist/packages/expandable/expandable.test.js +24 -0
- package/dist/packages/expandable/index.d.ts +52 -50
- package/dist/packages/expandable/index.js +2424 -2286
- package/dist/packages/expandable/index.js.map +4 -4
- package/dist/packages/expandable/react.d.ts +2 -0
- package/dist/packages/expandable/react.js +11 -0
- package/dist/packages/expandable/styles.d.ts +1 -0
- package/dist/packages/expandable/styles.js +2 -0
- package/dist/packages/i18n.js +45 -0
- package/dist/packages/link/index.d.ts +34 -0
- package/dist/packages/link/index.js +99 -0
- package/dist/packages/link/styles.d.ts +1 -0
- package/dist/packages/link/styles.js +200 -0
- package/dist/packages/modal/index.d.ts +5 -6
- package/dist/packages/modal/index.js +5 -2611
- package/dist/packages/modal/locales/da/messages.mjs +1 -0
- package/dist/packages/modal/locales/en/messages.mjs +1 -0
- package/dist/packages/modal/locales/fi/messages.mjs +1 -0
- package/dist/packages/modal/locales/nb/messages.mjs +1 -0
- package/dist/packages/modal/locales/sv/messages.mjs +1 -0
- package/dist/packages/modal/modal-footer.d.ts +12 -10
- package/dist/packages/modal/modal-footer.js +2460 -0
- package/dist/packages/modal/modal-footer.js.map +7 -0
- package/dist/packages/modal/modal-header.d.ts +15 -13
- package/dist/packages/modal/modal-header.js +2567 -0
- package/dist/packages/modal/modal-header.js.map +7 -0
- package/dist/packages/modal/modal-main.d.ts +14 -8
- package/dist/packages/modal/modal-main.js +2572 -0
- package/dist/packages/modal/modal-main.js.map +7 -0
- package/dist/packages/modal/modal.react.stories.d.ts +14 -0
- package/dist/packages/modal/modal.react.stories.js +27 -0
- package/dist/packages/modal/modal.stories.d.ts +19 -0
- package/dist/packages/modal/modal.stories.js +254 -0
- package/dist/packages/modal/react.d.ts +12 -0
- package/dist/packages/modal/react.js +31 -0
- package/dist/packages/modal/util.d.ts +7 -17
- package/dist/packages/modal/util.js +21 -0
- package/dist/packages/pill/index.d.ts +39 -23
- package/dist/packages/pill/index.js +2408 -2175
- package/dist/packages/pill/index.js.map +4 -4
- package/dist/packages/pill/locales/da/messages.mjs +1 -0
- package/dist/packages/pill/locales/en/messages.mjs +1 -0
- package/dist/packages/pill/locales/fi/messages.mjs +1 -0
- package/dist/packages/pill/locales/nb/messages.mjs +1 -0
- package/dist/packages/pill/locales/sv/messages.mjs +1 -0
- package/dist/packages/pill/pill.react.stories.d.ts +23 -0
- package/dist/packages/pill/pill.react.stories.js +22 -0
- package/dist/packages/pill/pill.stories.d.ts +12 -0
- package/dist/packages/pill/pill.stories.js +33 -0
- package/dist/packages/pill/pill.test.d.ts +1 -0
- package/dist/packages/pill/pill.test.js +25 -0
- package/dist/packages/pill/react.d.ts +7 -0
- package/dist/packages/pill/react.js +17 -0
- package/dist/packages/pill/styles.d.ts +1 -0
- package/dist/packages/pill/styles.js +2 -0
- package/dist/packages/select/index.d.ts +56 -60
- package/dist/packages/select/index.js +2428 -2533
- package/dist/packages/select/index.js.map +4 -4
- package/dist/packages/select/locales/da/messages.mjs +1 -0
- package/dist/packages/select/locales/en/messages.mjs +1 -0
- package/dist/packages/select/locales/fi/messages.mjs +1 -0
- package/dist/packages/select/locales/nb/messages.mjs +1 -0
- package/dist/packages/select/locales/sv/messages.mjs +1 -0
- package/dist/packages/select/react.d.ts +6 -0
- package/dist/packages/select/react.js +20 -0
- package/dist/packages/select/select.react.stories.d.ts +18 -0
- package/dist/packages/select/select.react.stories.js +28 -0
- package/dist/packages/select/select.stories.d.ts +17 -0
- package/dist/packages/select/select.stories.js +100 -0
- package/dist/packages/select/select.test.d.ts +1 -0
- package/dist/packages/select/select.test.js +31 -0
- package/dist/packages/select/styles.d.ts +1 -0
- package/dist/packages/select/styles.js +2 -0
- package/dist/packages/styles.js +2442 -0
- package/dist/packages/textfield/index.d.ts +78 -74
- package/dist/packages/textfield/index.js +2522 -707
- package/dist/packages/textfield/index.js.map +4 -4
- package/dist/packages/textfield/react.d.ts +11 -0
- package/dist/packages/textfield/react.js +21 -0
- package/dist/packages/textfield/styles/w-textfield.styles.d.ts +1 -0
- package/dist/packages/textfield/styles/w-textfield.styles.js +55 -0
- package/dist/packages/textfield/styles.d.ts +1 -0
- package/dist/packages/textfield/styles.js +2 -0
- package/dist/packages/textfield/textfield.react.stories.d.ts +37 -0
- package/dist/packages/textfield/textfield.react.stories.js +88 -0
- package/dist/packages/textfield/textfield.stories.d.ts +18 -0
- package/dist/packages/textfield/textfield.stories.js +105 -0
- package/dist/packages/textfield/textfield.test.d.ts +2 -0
- package/dist/packages/textfield/textfield.test.js +68 -0
- package/dist/packages/toast/api.d.ts +4 -45
- package/dist/packages/toast/api.js +41 -0
- package/dist/packages/toast/index.d.ts +3 -3
- package/dist/packages/toast/index.js +3 -2804
- package/dist/packages/toast/locales/da/messages.mjs +1 -0
- package/dist/packages/toast/locales/en/messages.mjs +1 -0
- package/dist/packages/toast/locales/fi/messages.mjs +1 -0
- package/dist/packages/toast/locales/nb/messages.mjs +1 -0
- package/dist/packages/toast/locales/sv/messages.mjs +1 -0
- package/dist/packages/toast/styles.d.ts +1 -0
- package/dist/packages/toast/styles.js +2 -0
- package/dist/packages/toast/toast-container.d.ts +13 -63
- package/dist/packages/toast/toast-container.js +2458 -0
- package/dist/packages/toast/toast-container.js.map +7 -0
- package/dist/packages/toast/toast.d.ts +36 -29
- package/dist/packages/toast/toast.js +2466 -0
- package/dist/packages/toast/toast.js.map +7 -0
- package/dist/packages/toast/toast.stories.d.ts +12 -0
- package/dist/packages/toast/toast.stories.js +50 -0
- package/dist/packages/toast/types.d.ts +15 -0
- package/dist/packages/toast/types.js +1 -0
- package/dist/packages/utils/expand-transition.d.ts +3 -3
- package/dist/packages/utils/expand-transition.js +59 -0
- package/dist/packages/utils/index.d.ts +1 -1
- package/dist/packages/utils/index.js +37 -0
- package/dist/packages/utils/unstyled-heading.d.ts +3 -4
- package/dist/packages/utils/unstyled-heading.js +22 -0
- package/dist/packages/utils/window-exists.js +1 -0
- package/dist/setup-tests.d.ts +1 -0
- package/dist/setup-tests.js +1 -0
- package/dist/web-types.json +661 -0
- package/package.json +89 -36
- package/dist/index.js +0 -9820
- package/dist/index.js.map +0 -7
- package/dist/packages/modal/index.js.map +0 -7
- package/dist/packages/toast/index.js.map +0 -7
package/package.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-ds/elements",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.2.0-next.
|
|
5
|
-
"packageManager": "pnpm@10.
|
|
4
|
+
"version": "2.2.0-next.31",
|
|
5
|
+
"packageManager": "pnpm@10.20.0",
|
|
6
6
|
"description": "Custom elements for Warp",
|
|
7
7
|
"exports": {
|
|
8
|
-
".":
|
|
8
|
+
".": {
|
|
9
|
+
"types": "./dist/index.d.ts",
|
|
10
|
+
"import": "./dist/index.js"
|
|
11
|
+
},
|
|
9
12
|
"./components/affix": "./dist/packages/affix/index.js",
|
|
10
13
|
"./components/alert": "./dist/packages/alert/index.js",
|
|
11
14
|
"./components/attention": "./dist/packages/attention/index.js",
|
|
@@ -20,92 +23,142 @@
|
|
|
20
23
|
"./components/select": "./dist/packages/select/index.js",
|
|
21
24
|
"./components/textfield": "./dist/packages/textfield/index.js",
|
|
22
25
|
"./components/toast": "./dist/packages/toast/index.js",
|
|
23
|
-
"./toast": "./dist/api.js"
|
|
26
|
+
"./toast": "./dist/api.js",
|
|
27
|
+
"./custom-elements.json": "./dist/custom-elements.json",
|
|
28
|
+
"./react/*": {
|
|
29
|
+
"types": "./dist/packages/*/react.d.ts",
|
|
30
|
+
"import": "./dist/packages/*/react.js"
|
|
31
|
+
},
|
|
32
|
+
"./*": {
|
|
33
|
+
"types": "./dist/packages/*/index.d.ts",
|
|
34
|
+
"import": "./dist/packages/*/index.js"
|
|
35
|
+
}
|
|
24
36
|
},
|
|
25
|
-
"
|
|
37
|
+
"main": "./dist/index.js",
|
|
38
|
+
"module": "./dist/index.js",
|
|
39
|
+
"customElements": "./dist/custom-elements.json",
|
|
40
|
+
"web-types": "./dist/web-types.json",
|
|
41
|
+
"types": "./dist/index.d.ts",
|
|
26
42
|
"files": [
|
|
27
|
-
"dist/"
|
|
43
|
+
"./dist/",
|
|
44
|
+
"./dist/custom-elements.json"
|
|
28
45
|
],
|
|
29
|
-
"types": "dist/index.d.ts",
|
|
30
46
|
"scripts": {
|
|
31
|
-
"build:
|
|
32
|
-
"build:
|
|
33
|
-
"build:
|
|
34
|
-
"build": "
|
|
47
|
+
"build:bundle": "tsc --project tsconfig.json --outDir .tmp --declaration false --sourceMap true && rollup -c ./build/bundle.js && rimraf .tmp",
|
|
48
|
+
"build:cloak": "node ./build/cloak.js",
|
|
49
|
+
"build:components": "node ./build/components.js",
|
|
50
|
+
"build:eik-components-backwards-compat": "node ./build/components-eik.js",
|
|
51
|
+
"build:editor": "node ./build/editor.js",
|
|
52
|
+
"build:entrypoint": "node ./build/entrypoint.js",
|
|
53
|
+
"build:manifest": "custom-elements-manifest analyze --config .cem/custom-element-manifest.config.js",
|
|
54
|
+
"build:polyfill": "node ./build/polyfill.js",
|
|
55
|
+
"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",
|
|
56
|
+
"build:styles": "node ./build/styles.js",
|
|
57
|
+
"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:eik-components-backwards-compat && pnpm run build:polyfill",
|
|
58
|
+
"check": "pnpm biome check --write .",
|
|
59
|
+
"clean": "rimraf .pnpm-store node_modules dist eik storybook-static entrypoint.js",
|
|
35
60
|
"commit": "cz",
|
|
36
|
-
"dev": "
|
|
37
|
-
"
|
|
38
|
-
"
|
|
61
|
+
"dev": "pnpm run storybook",
|
|
62
|
+
"storybook": "storybook dev --port 63900",
|
|
63
|
+
"storybook:react": "storybook dev -p 63901 -c .storybook-react",
|
|
64
|
+
"format": "pnpm biome format --write .",
|
|
65
|
+
"lint:check": "pnpm biome lint .",
|
|
66
|
+
"lint": "pnpm biome lint --write .",
|
|
39
67
|
"messages:compile": "lingui compile",
|
|
40
68
|
"messages:extract": "lingui extract",
|
|
41
|
-
"
|
|
69
|
+
"prepare": "husky",
|
|
42
70
|
"semantic-release": "semantic-release",
|
|
43
71
|
"test": "vitest",
|
|
44
72
|
"watch:npm": "npx esbuild ./index.js --outdir=dist/ --target=es2017 --bundle --sourcemap --format=esm --minify --watch"
|
|
45
73
|
},
|
|
46
74
|
"repository": {
|
|
47
75
|
"type": "git",
|
|
48
|
-
"url": "https://github.com/warp-ds/elements.git"
|
|
76
|
+
"url": "git+https://github.com/warp-ds/elements.git"
|
|
49
77
|
},
|
|
50
78
|
"license": "Apache-2.0",
|
|
51
|
-
"peerDependencies": {
|
|
52
|
-
"@lingui/core": "5.x",
|
|
53
|
-
"@warp-ds/css": "2.1.1",
|
|
54
|
-
"@warp-ds/elements-core": "2.x",
|
|
55
|
-
"lit": "3.x"
|
|
56
|
-
},
|
|
57
79
|
"devDependencies": {
|
|
80
|
+
"@biomejs/biome": "2.2.6",
|
|
58
81
|
"@chbphone55/classnames": "2.0.0",
|
|
82
|
+
"@custom-elements-manifest/analyzer": "^0.10.5",
|
|
59
83
|
"@eik/cli": "2.0.38",
|
|
60
84
|
"@eik/esbuild-plugin": "1.1.47",
|
|
61
85
|
"@itsy/animate": "0.0.9",
|
|
62
86
|
"@lingui/cli": "5.2.0",
|
|
63
87
|
"@lingui/conf": "5.2.0",
|
|
88
|
+
"@oddbird/css-anchor-positioning": "^0.7.0",
|
|
89
|
+
"@open-wc/lit-helpers": "^0.7.0",
|
|
64
90
|
"@semantic-release/changelog": "6.0.3",
|
|
65
91
|
"@semantic-release/git": "10.0.1",
|
|
92
|
+
"@storybook/addon-a11y": "^9.1.4",
|
|
93
|
+
"@storybook/addon-docs": "^9.1.4",
|
|
94
|
+
"@storybook/addon-essentials": "^8.6.14",
|
|
95
|
+
"@storybook/addon-interactions": "^8.6.14",
|
|
96
|
+
"@storybook/builder-vite": "^9.1.4",
|
|
97
|
+
"@storybook/react": "^9.1.10",
|
|
98
|
+
"@storybook/react-vite": "^9.1.10",
|
|
99
|
+
"@storybook/web-components": "^9.1.4",
|
|
100
|
+
"@storybook/web-components-vite": "^9.1.4",
|
|
66
101
|
"@types/node": "20.14.10",
|
|
67
|
-
"@
|
|
102
|
+
"@types/react": "^19.2.0",
|
|
103
|
+
"@types/react-dom": "^19.2.0",
|
|
104
|
+
"@unocss/core": "^66.5.0",
|
|
105
|
+
"@vitejs/plugin-react": "^5.0.2",
|
|
106
|
+
"@vitest/browser": "^3.2.4",
|
|
107
|
+
"@vitest/utils": "^3.2.4",
|
|
68
108
|
"@warp-ds/uno": "2.1.0",
|
|
109
|
+
"@wc-toolkit/cem-validator": "^1.0.3",
|
|
110
|
+
"@wc-toolkit/jsx-types": "^1.4.2",
|
|
111
|
+
"@wc-toolkit/storybook-helpers": "^9.0.1",
|
|
112
|
+
"@wc-toolkit/type-parser": "^1.2.0",
|
|
113
|
+
"custom-element-jet-brains-integration": "^1.7.0",
|
|
69
114
|
"cz-conventional-changelog": "3.3.0",
|
|
70
115
|
"element-collapse": "1.1.0",
|
|
71
|
-
"esbuild": "0.
|
|
72
|
-
"eslint": "8.57.0",
|
|
73
|
-
"eslint-plugin-import": "^2.32.0",
|
|
74
|
-
"eslint-plugin-lit": "1.14.0",
|
|
75
|
-
"eslint-plugin-prettier": "^5.5.4",
|
|
116
|
+
"esbuild": "0.25.10",
|
|
76
117
|
"express": "4.19.2",
|
|
77
118
|
"glob": "11.0.0",
|
|
119
|
+
"globals": "15.13.0",
|
|
78
120
|
"html-format": "1.1.7",
|
|
121
|
+
"husky": "^9.1.7",
|
|
122
|
+
"lightningcss": "^1.30.1",
|
|
79
123
|
"lit": "3.x",
|
|
124
|
+
"nanoid": "^5.1.5",
|
|
80
125
|
"playwright": "^1.55.0",
|
|
81
126
|
"prettier": "3.3.2",
|
|
127
|
+
"react": "^19.1.1",
|
|
128
|
+
"react-dom": "^19.1.1",
|
|
82
129
|
"rimraf": "6.0.1",
|
|
83
130
|
"semantic-release": "24.0.0",
|
|
131
|
+
"storybook": "^9.1.4",
|
|
84
132
|
"typescript": "5.5.3",
|
|
85
133
|
"unocss": "0.x",
|
|
86
|
-
"vite": "
|
|
87
|
-
"vite-plugin-html": "3.2.2",
|
|
88
|
-
"vite-plugin-top-level-await": "1.4.1",
|
|
134
|
+
"vite": "^6.0.0",
|
|
89
135
|
"vitest": "^3.2.4",
|
|
90
|
-
"vitest-browser-lit": "^0.1.0"
|
|
136
|
+
"vitest-browser-lit": "^0.1.0",
|
|
137
|
+
"vitest-browser-react": "^1.0.1"
|
|
91
138
|
},
|
|
92
139
|
"dependencies": {
|
|
93
140
|
"@lingui/core": "5.2.0",
|
|
141
|
+
"@lit-labs/rollup-plugin-minify-html-literals": "^0.1.0",
|
|
142
|
+
"@lit/react": "^1.0.8",
|
|
94
143
|
"@open-wc/form-control": "^1.0.0",
|
|
144
|
+
"@rollup/plugin-commonjs": "^28.0.6",
|
|
145
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
146
|
+
"@rollup/plugin-replace": "^6.0.2",
|
|
147
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
95
148
|
"@warp-ds/core": "1.1.8",
|
|
96
149
|
"@warp-ds/css": "2.1.1",
|
|
97
150
|
"@warp-ds/elements-core": "2.0.1",
|
|
98
151
|
"@warp-ds/icons": "2.5.0",
|
|
99
|
-
"
|
|
152
|
+
"date-fns": "^4.1.0",
|
|
153
|
+
"rollup": "^4.52.3",
|
|
154
|
+
"scroll-doctor": "2.0.2",
|
|
155
|
+
"tslib": "^2.8.1"
|
|
100
156
|
},
|
|
101
157
|
"publishConfig": {
|
|
102
158
|
"access": "public"
|
|
103
159
|
},
|
|
104
160
|
"eik": {
|
|
105
161
|
"files": "eik",
|
|
106
|
-
"import-map": [
|
|
107
|
-
"https://assets.finn.no/map/custom-elements/v3"
|
|
108
|
-
],
|
|
109
162
|
"server": "https://assets.finn.no",
|
|
110
163
|
"type": "package"
|
|
111
164
|
},
|