@skf-design-system/ui-components 1.0.0-beta.5 → 1.0.0-beta.7
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/components/accordion/accordion-item.d.ts +1 -1
- package/dist/components/accordion/accordion.component.d.ts +4 -4
- package/dist/components/accordion/accordion.component.js +18 -17
- package/dist/components/accordion/accordion.styles.d.ts +1 -2
- package/dist/components/accordion/accordion.styles.js +5 -4
- package/dist/components/alert/alert.component.d.ts +3 -3
- package/dist/components/alert/alert.component.js +44 -33
- package/dist/components/alert/alert.styles.d.ts +1 -2
- package/dist/components/alert/alert.styles.js +29 -24
- package/dist/components/button/button.component.d.ts +26 -4
- package/dist/components/button/button.component.js +78 -54
- package/dist/components/button/button.styles.js +1 -0
- package/dist/components/card/card.component.d.ts +4 -4
- package/dist/components/card/card.component.js +35 -24
- package/dist/components/card/card.styles.d.ts +1 -2
- package/dist/components/card/card.styles.js +14 -12
- package/dist/components/checkbox/checkbox.component.d.ts +11 -12
- package/dist/components/checkbox/checkbox.component.js +95 -89
- package/dist/components/collapse/collapse.component.d.ts +8 -8
- package/dist/components/collapse/collapse.component.js +42 -34
- package/dist/components/collapse/collapse.styles.js +15 -14
- package/dist/components/dialog/dialog.component.d.ts +75 -0
- package/dist/components/dialog/dialog.component.js +189 -0
- package/dist/components/dialog/dialog.d.ts +8 -0
- package/dist/components/dialog/dialog.js +6 -0
- package/dist/components/dialog/dialog.styles.js +91 -0
- package/dist/components/divider/divider.component.d.ts +3 -3
- package/dist/components/divider/divider.component.js +39 -27
- package/dist/components/divider/divider.styles.d.ts +1 -2
- package/dist/components/divider/divider.styles.js +26 -26
- package/dist/components/heading/heading.component.d.ts +2 -2
- package/dist/components/icon/icon.component.d.ts +1 -1
- package/dist/components/input/input.component.d.ts +12 -11
- package/dist/components/input/input.component.js +88 -89
- package/dist/components/link/link.component.d.ts +6 -6
- package/dist/components/link/link.component.js +20 -14
- package/dist/components/link/link.styles.js +36 -40
- package/dist/components/loader/loader.component.d.ts +2 -2
- package/dist/components/loader/loader.component.js +32 -25
- package/dist/components/loader/loader.styles.js +11 -10
- package/dist/components/logo/logo.component.d.ts +3 -3
- package/dist/components/logo/logo.component.js +25 -14
- package/dist/components/logo/logo.styles.d.ts +1 -2
- package/dist/components/logo/logo.styles.js +11 -9
- package/dist/components/progress/progress.component.d.ts +22 -0
- package/dist/components/progress/progress.component.js +49 -0
- package/dist/components/progress/progress.d.ts +8 -0
- package/dist/components/progress/progress.js +6 -0
- package/dist/components/progress/progress.styles.js +48 -0
- package/dist/components/radio/radio.component.d.ts +7 -9
- package/dist/components/radio/radio.component.js +93 -77
- package/dist/components/select/select.component.d.ts +2 -2
- package/dist/components/select/select.component.js +16 -13
- package/dist/components/select/select.controllers.d.ts +1 -1
- package/dist/components/select-option/select-option.component.d.ts +1 -1
- package/dist/components/select-option/select-option.controllers.d.ts +1 -1
- package/dist/components/select-option-group/select-option-group.component.d.ts +1 -1
- package/dist/components/switch/switch.component.d.ts +2 -2
- package/dist/components/switch/switch.component.js +17 -7
- package/dist/components/switch/switch.styles.js +16 -13
- package/dist/components/tab/tab.component.d.ts +29 -0
- package/dist/components/tab/tab.component.js +57 -0
- package/dist/components/tab/tab.d.ts +8 -0
- package/dist/components/tab/tab.js +6 -0
- package/dist/components/tab/tab.styles.d.ts +1 -0
- package/dist/components/tab/tab.styles.js +123 -0
- package/dist/components/tab-group/tab-group.component.d.ts +43 -0
- package/dist/components/tab-group/tab-group.component.js +98 -0
- package/dist/components/tab-group/tab-group.d.ts +8 -0
- package/dist/components/tab-group/tab-group.js +6 -0
- package/dist/components/tab-group/tab-group.styles.d.ts +1 -0
- package/dist/components/tab-group/tab-group.styles.js +75 -0
- package/dist/components/tab-panel/tab-panel.component.d.ts +19 -0
- package/dist/components/tab-panel/tab-panel.component.js +36 -0
- package/dist/components/tab-panel/tab-panel.d.ts +8 -0
- package/dist/components/tab-panel/tab-panel.js +6 -0
- package/dist/components/tab-panel/tab-panel.styles.d.ts +1 -0
- package/dist/components/tab-panel/tab-panel.styles.js +13 -0
- package/dist/components/tag/tag.component.d.ts +2 -2
- package/dist/components/tag/tag.component.js +61 -45
- package/dist/components/tag/tag.styles.js +30 -28
- package/dist/components/textarea/textarea.component.d.ts +4 -4
- package/dist/components/textarea/textarea.component.js +5 -5
- package/dist/components/toast/toast.component.d.ts +1 -1
- package/dist/components/toast/toast.component.js +13 -13
- package/dist/components/toast/toast.singleton.d.ts +3 -3
- package/dist/components/toast/toast.styles.d.ts +1 -0
- package/dist/components/toast-item/toast-item.component.d.ts +1 -1
- package/dist/components/toast-item/toast-item.component.js +1 -1
- package/dist/components/toast-wrapper/toast-wrapper.component.d.ts +2 -2
- package/dist/components/toast-wrapper/toast-wrapper.component.js +1 -1
- package/dist/components/toast-wrapper/toast-wrapper.styles.d.ts +1 -0
- package/dist/custom-elements.json +1170 -511
- package/dist/index.d.ts +5 -0
- package/dist/index.js +59 -44
- package/dist/internal/components/formBase.d.ts +1 -0
- package/dist/internal/components/formBase.js +11 -11
- package/dist/internal/components/hint/hint.component.d.ts +2 -2
- package/dist/internal/components/skf-element.js +26 -25
- package/dist/internal/helpers/hintSeverity.d.ts +1 -1
- package/dist/internal/helpers/watch.d.ts +27 -0
- package/dist/internal/helpers/watch.js +28 -0
- package/dist/internal/templates/asterisk.d.ts +1 -1
- package/dist/internal/templates/asterisk.js +7 -6
- package/dist/react/index.d.ts +7 -2
- package/dist/react/index.js +7 -2
- package/dist/react/skf-button/index.d.ts +7 -1
- package/dist/react/skf-button/index.js +5 -1
- package/dist/react/skf-dialog/index.d.ts +15 -0
- package/dist/react/skf-dialog/index.js +19 -0
- package/dist/react/skf-progress/index.d.ts +3 -0
- package/dist/react/skf-progress/index.js +13 -0
- package/dist/react/skf-tab/index.d.ts +12 -0
- package/dist/react/skf-tab/index.js +18 -0
- package/dist/react/skf-tab-group/index.d.ts +3 -0
- package/dist/react/skf-tab-group/index.js +13 -0
- package/dist/react/skf-tab-panel/index.d.ts +3 -0
- package/dist/react/skf-tab-panel/index.js +13 -0
- package/dist/styles/component.styles.js +15 -2
- package/dist/types/jsx/custom-element-jsx.d.ts +246 -101
- package/dist/types/vue/index.d.ts +215 -65
- package/dist/vscode.html-custom-data.json +276 -182
- package/dist/web-types.json +556 -248
- package/package.json +33 -32
- /package/dist/components/{toast-wrapper/toast-wrapper.style.d.ts → dialog/dialog.styles.d.ts} +0 -0
- /package/dist/components/{toast/toast.style.d.ts → progress/progress.styles.d.ts} +0 -0
- /package/dist/components/toast/{toast.style.js → toast.styles.js} +0 -0
- /package/dist/components/toast-item/{toast-item.style.d.ts → toast-item.styles.d.ts} +0 -0
- /package/dist/components/toast-item/{toast-item.style.js → toast-item.styles.js} +0 -0
- /package/dist/components/toast-wrapper/{toast-wrapper.style.js → toast-wrapper.styles.js} +0 -0
package/package.json
CHANGED
@@ -34,63 +34,64 @@
|
|
34
34
|
"sideEffects": true,
|
35
35
|
"type": "module",
|
36
36
|
"types": "./dist/index.d.ts",
|
37
|
-
"version": "1.0.0-beta.
|
37
|
+
"version": "1.0.0-beta.7",
|
38
38
|
"dependencies": {
|
39
|
-
"@floating-ui/dom": "^1.6.
|
39
|
+
"@floating-ui/dom": "^1.6.12"
|
40
40
|
},
|
41
41
|
"devDependencies": {
|
42
|
-
"@chromatic-com/storybook": "^2.
|
43
|
-
"@commitlint/cli": "^19.
|
44
|
-
"@commitlint/config-conventional": "^19.
|
42
|
+
"@chromatic-com/storybook": "^3.2.2",
|
43
|
+
"@commitlint/cli": "^19.6.0",
|
44
|
+
"@commitlint/config-conventional": "^19.6.0",
|
45
45
|
"@custom-elements-manifest/analyzer": "^0.10.3",
|
46
|
-
"@eslint/js": "^9.
|
46
|
+
"@eslint/js": "^9.15.0",
|
47
47
|
"@lit/react": "^1.0.6",
|
48
|
-
"@playwright/test": "^1.
|
49
|
-
"@skf-design-system/ui-assets": "0.1.3-beta.
|
50
|
-
"@skf-design-system/wc-storybook-helpers": "^0.0
|
51
|
-
"@storybook/addon-a11y": "^8.
|
52
|
-
"@storybook/addon-essentials": "^8.
|
53
|
-
"@storybook/addon-interactions": "^8.
|
54
|
-
"@storybook/addon-links": "^8.
|
55
|
-
"@storybook/blocks": "^8.
|
56
|
-
"@storybook/manager-api": "^8.
|
57
|
-
"@storybook/test": "^8.
|
48
|
+
"@playwright/test": "^1.49.0",
|
49
|
+
"@skf-design-system/ui-assets": "0.1.3-beta.4",
|
50
|
+
"@skf-design-system/wc-storybook-helpers": "^0.1.0",
|
51
|
+
"@storybook/addon-a11y": "^8.4.5",
|
52
|
+
"@storybook/addon-essentials": "^8.4.5",
|
53
|
+
"@storybook/addon-interactions": "^8.4.5",
|
54
|
+
"@storybook/addon-links": "^8.4.5",
|
55
|
+
"@storybook/blocks": "^8.4.5",
|
56
|
+
"@storybook/manager-api": "^8.4.5",
|
57
|
+
"@storybook/test": "^8.4.5",
|
58
58
|
"@storybook/test-runner": "^0.19.1",
|
59
|
-
"@storybook/theming": "^8.
|
60
|
-
"@storybook/web-components": "^8.
|
61
|
-
"@storybook/web-components-vite": "^8.
|
62
|
-
"@types/node": "^22.
|
63
|
-
"@types/react": "^18.3.
|
59
|
+
"@storybook/theming": "^8.4.5",
|
60
|
+
"@storybook/web-components": "^8.4.5",
|
61
|
+
"@storybook/web-components-vite": "^8.4.5",
|
62
|
+
"@types/node": "^22.9.1",
|
63
|
+
"@types/react": "^18.3.12",
|
64
64
|
"cem-plugin-expanded-types": "^1.3.3",
|
65
|
-
"command-line-args": "^6.0.
|
66
|
-
"concurrently": "^9.0
|
65
|
+
"command-line-args": "^6.0.1",
|
66
|
+
"concurrently": "^9.1.0",
|
67
67
|
"custom-element-jet-brains-integration": "^1.6.2",
|
68
68
|
"custom-element-jsx-integration": "^1.5.3",
|
69
69
|
"custom-element-vs-code-integration": "^1.4.1",
|
70
70
|
"custom-element-vuejs-integration": "^1.3.3",
|
71
71
|
"del": "^8.0.0",
|
72
|
-
"eslint": "^9.
|
72
|
+
"eslint": "^9.15.0",
|
73
73
|
"eslint-config-prettier": "^9.1.0",
|
74
74
|
"eslint-plugin-lit": "^1.15.0",
|
75
75
|
"eslint-plugin-lit-a11y": "^4.1.4",
|
76
76
|
"eslint-plugin-wc": "^2.2.0",
|
77
77
|
"express": "^4.21.1",
|
78
|
-
"husky": "^9.1.
|
78
|
+
"husky": "^9.1.7",
|
79
79
|
"lint-staged": "^15.2.10",
|
80
80
|
"lit": "^3.2.1",
|
81
|
-
"postcss-styled-syntax": "^0.
|
81
|
+
"postcss-styled-syntax": "^0.7.0",
|
82
82
|
"prettier": "3.3.3",
|
83
83
|
"react": "^18.3.1",
|
84
|
-
"storybook": "^8.
|
84
|
+
"storybook": "^8.4.5",
|
85
85
|
"stylelint": "^16.10.0",
|
86
86
|
"stylelint-config-standard": "^36.0.1",
|
87
|
-
"stylelint-no-unsupported-browser-features": "^8.0.
|
87
|
+
"stylelint-no-unsupported-browser-features": "^8.0.2",
|
88
88
|
"stylelint-order": "^6.0.4",
|
89
89
|
"stylelint-value-no-unknown-custom-properties": "^6.0.1",
|
90
|
+
"tsc-alias": "^1.8.10",
|
90
91
|
"typescript": "^5.6.3",
|
91
|
-
"typescript-eslint": "^8.
|
92
|
-
"vite": "^5.4.
|
93
|
-
"vite-tsconfig-paths": "^5.
|
92
|
+
"typescript-eslint": "^8.15.0",
|
93
|
+
"vite": "^5.4.11",
|
94
|
+
"vite-tsconfig-paths": "^5.1.3"
|
94
95
|
},
|
95
96
|
"peerDependencies": {
|
96
97
|
"@lit/react": "^1.0.5",
|
@@ -101,7 +102,7 @@
|
|
101
102
|
"analyze": "cem analyze --config \"./custom-elements-manifest.config.js\"",
|
102
103
|
"dev": "vite",
|
103
104
|
"build": "pnpm build:web-components && pnpm build:react && bash ./scripts/extra-build-checks.sh",
|
104
|
-
"build:web-components": "vite build && tsc && pnpm cem analyze",
|
105
|
+
"build:web-components": "vite build && tsc && pnpm cem analyze && tsc-alias",
|
105
106
|
"build:react": "pnpm generate:react && pnpm tsc -p tsconfig.react.json && mv dist-react/react/ dist/react/ && rm -rf dist-react && rm -rf src/react",
|
106
107
|
"build-storybook": "storybook build",
|
107
108
|
"create-component": "node scripts/create-component/create-component.js",
|
/package/dist/components/{toast-wrapper/toast-wrapper.style.d.ts → dialog/dialog.styles.d.ts}
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|