@skf-design-system/ui-components 1.0.1-beta.1 → 1.0.2-beta.0
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 +1 -18
- package/dist/components/accordion/accordion.component.d.ts +4 -4
- package/dist/components/accordion/accordion.component.js +8 -8
- package/dist/components/alert/alert.component.d.ts +8 -9
- package/dist/components/alert/alert.component.js +7 -7
- package/dist/components/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/dist/components/card/card.component.js +18 -30
- package/dist/components/card/card.styles.js +25 -28
- package/dist/components/checkbox/checkbox.component.d.ts +8 -8
- package/dist/components/checkbox/checkbox.component.js +3 -3
- package/dist/components/collapse/collapse.component.js +1 -1
- package/dist/components/date-picker/datepicker.calendar.component.d.ts +5 -0
- package/dist/components/date-picker/datepicker.calendar.component.js +128 -95
- package/dist/components/date-picker/datepicker.calendar.styles.js +35 -25
- package/dist/components/date-picker/datepicker.component.d.ts +5 -0
- package/dist/components/date-picker/datepicker.component.js +117 -97
- package/dist/components/date-picker/datepicker.helpers.d.ts +3 -2
- package/dist/components/date-picker/datepicker.helpers.js +46 -39
- package/dist/components/date-picker/datepicker.styles.js +14 -26
- package/dist/components/date-picker-input/datepicker-input.component.d.ts +13 -5
- package/dist/components/date-picker-input/datepicker-input.component.js +263 -219
- package/dist/components/date-picker-input/datepicker-input.helpers.d.ts +36 -2
- package/dist/components/date-picker-input/datepicker-input.helpers.js +25 -23
- package/dist/components/date-picker-input/datepicker-input.styles.js +6 -10
- package/dist/components/dialog/dialog.component.d.ts +18 -28
- package/dist/components/dialog/dialog.component.js +89 -79
- package/dist/components/divider/divider.component.d.ts +4 -8
- package/dist/components/divider/divider.component.js +24 -46
- package/dist/components/divider/divider.styles.js +34 -30
- package/dist/components/drawer/drawer.component.d.ts +57 -0
- package/dist/components/drawer/drawer.component.js +124 -0
- package/dist/components/drawer/drawer.d.ts +8 -0
- package/dist/components/drawer/drawer.js +6 -0
- package/dist/components/drawer/drawer.styles.d.ts +1 -0
- package/dist/components/drawer/drawer.styles.js +71 -0
- package/dist/components/header/header.component.d.ts +45 -0
- package/dist/components/header/header.component.js +110 -0
- package/dist/components/header/header.d.ts +8 -0
- package/dist/components/header/header.js +6 -0
- package/dist/components/header/header.styles.d.ts +1 -0
- package/dist/components/header/header.styles.js +68 -0
- package/dist/components/heading/heading.component.d.ts +6 -12
- package/dist/components/heading/heading.component.js +11 -11
- package/dist/components/heading/heading.styles.d.ts +1 -2
- package/dist/components/heading/heading.styles.js +1 -1
- package/dist/components/icon/icon.component.d.ts +1 -1
- package/dist/components/input/input.component.d.ts +2 -2
- package/dist/components/input/input.component.js +3 -3
- package/dist/components/input/input.controllers.d.ts +20 -6
- package/dist/components/input/input.controllers.js +14 -10
- package/dist/components/link/link.component.js +1 -0
- package/dist/components/link/link.styles.js +24 -20
- package/dist/components/menu/menu.component.d.ts +4 -5
- package/dist/components/menu/menu.component.js +1 -1
- package/dist/components/nav/nav.component.d.ts +17 -0
- package/dist/components/nav/nav.component.js +34 -0
- package/dist/components/nav/nav.d.ts +8 -0
- package/dist/components/nav/nav.js +6 -0
- package/dist/components/nav/nav.styles.d.ts +1 -0
- package/dist/components/nav/nav.styles.js +17 -0
- package/dist/components/nav-item/nav-item.component.d.ts +20 -0
- package/dist/components/nav-item/nav-item.component.js +38 -0
- package/dist/components/nav-item/nav-item.d.ts +8 -0
- package/dist/components/nav-item/nav-item.js +6 -0
- package/dist/components/nav-item/nav-item.styles.d.ts +1 -0
- package/dist/components/nav-item/nav-item.styles.js +39 -0
- package/dist/components/popover/popover.component.d.ts +5 -6
- package/dist/components/popover/popover.component.js +19 -19
- package/dist/components/radio/radio.component.d.ts +10 -6
- package/dist/components/radio/radio.component.js +10 -10
- package/dist/components/radio/radio.styles.d.ts +1 -2
- package/dist/components/radio/radio.styles.js +1 -1
- package/dist/components/segmented-button/segmented-button.component.d.ts +32 -0
- package/dist/components/segmented-button/segmented-button.d.ts +8 -0
- package/dist/components/segmented-button/segmented-button.styles.d.ts +1 -0
- package/dist/components/segmented-button-item/segmented-button-item.component.d.ts +36 -0
- package/dist/components/segmented-button-item/segmented-button-item.d.ts +8 -0
- package/dist/components/segmented-button-item/segmented-button-item.styles.d.ts +1 -0
- package/dist/components/select/select.component.js +2 -2
- package/dist/components/select/select.controllers.d.ts +20 -9
- package/dist/components/select/select.controllers.js +27 -22
- package/dist/components/select-option/select-option.controllers.d.ts +11 -5
- package/dist/components/stepper/stepper.component.d.ts +2 -1
- package/dist/components/stepper-item/stepper-item.component.js +2 -2
- package/dist/components/switch/switch.component.d.ts +7 -6
- package/dist/components/switch/switch.component.js +7 -7
- package/dist/components/tag/tag.component.d.ts +4 -2
- package/dist/components/tag/tag.component.js +6 -6
- package/dist/components/textarea/textarea.component.js +7 -7
- package/dist/components/toast/toast.component.d.ts +1 -1
- package/dist/components/tooltip/tooltip.component.d.ts +5 -6
- package/dist/components/tooltip/tooltip.component.js +11 -11
- package/dist/custom-elements.json +2477 -1745
- package/dist/index.d.ts +4 -0
- package/dist/index.js +82 -70
- package/dist/internal/base-classes/popover/popover.base.d.ts +17 -7
- package/dist/internal/base-classes/popover/popover.base.js +119 -75
- package/dist/internal/base-classes/popover/popover.styles.js +14 -1
- package/dist/internal/controllers/elementOverflowController.d.ts +13 -0
- package/dist/internal/controllers/popover.controller.d.ts +12 -7
- package/dist/internal/controllers/popover.controller.js +9 -14
- package/dist/internal/helpers/utilityTypes.d.ts +1 -1
- package/dist/internal/helpers/uuid.d.ts +15 -0
- package/dist/internal/helpers/uuid.js +14 -0
- package/dist/internal/storybook/styles.d.ts +1 -0
- package/dist/styles/form-field.styles.js +11 -6
- package/dist/styles/global.css +1 -1
- package/dist/types/jsx/custom-element-jsx.d.ts +642 -1261
- package/dist/types/vue/index.d.ts +422 -267
- package/dist/vscode.html-custom-data.json +805 -525
- package/dist/web-types.json +928 -653
- package/package.json +41 -51
- package/dist/react/index.d.ts +0 -36
- package/dist/react/index.js +0 -36
- package/dist/react/skf-accordion/index.d.ts +0 -3
- package/dist/react/skf-accordion/index.js +0 -13
- package/dist/react/skf-alert/index.d.ts +0 -9
- package/dist/react/skf-alert/index.js +0 -17
- package/dist/react/skf-breadcrumb/index.d.ts +0 -9
- package/dist/react/skf-breadcrumb/index.js +0 -17
- package/dist/react/skf-breadcrumb-item/index.d.ts +0 -3
- package/dist/react/skf-breadcrumb-item/index.js +0 -13
- package/dist/react/skf-button/index.d.ts +0 -9
- package/dist/react/skf-button/index.js +0 -17
- package/dist/react/skf-card/index.d.ts +0 -3
- package/dist/react/skf-card/index.js +0 -13
- package/dist/react/skf-checkbox/index.d.ts +0 -9
- package/dist/react/skf-checkbox/index.js +0 -17
- package/dist/react/skf-collapse/index.d.ts +0 -9
- package/dist/react/skf-collapse/index.js +0 -17
- package/dist/react/skf-datepicker/index.d.ts +0 -12
- package/dist/react/skf-datepicker/index.js +0 -18
- package/dist/react/skf-dialog/index.d.ts +0 -15
- package/dist/react/skf-dialog/index.js +0 -19
- package/dist/react/skf-divider/index.d.ts +0 -3
- package/dist/react/skf-divider/index.js +0 -13
- package/dist/react/skf-heading/index.d.ts +0 -3
- package/dist/react/skf-heading/index.js +0 -13
- package/dist/react/skf-icon/index.d.ts +0 -3
- package/dist/react/skf-icon/index.js +0 -13
- package/dist/react/skf-input/index.d.ts +0 -12
- package/dist/react/skf-input/index.js +0 -18
- package/dist/react/skf-link/index.d.ts +0 -3
- package/dist/react/skf-link/index.js +0 -13
- package/dist/react/skf-loader/index.d.ts +0 -3
- package/dist/react/skf-loader/index.js +0 -13
- package/dist/react/skf-logo/index.d.ts +0 -3
- package/dist/react/skf-logo/index.js +0 -13
- package/dist/react/skf-menu/index.d.ts +0 -12
- package/dist/react/skf-menu/index.js +0 -18
- package/dist/react/skf-menu-item/index.d.ts +0 -27
- package/dist/react/skf-menu-item/index.js +0 -23
- package/dist/react/skf-popover/index.d.ts +0 -12
- package/dist/react/skf-popover/index.js +0 -18
- package/dist/react/skf-progress/index.d.ts +0 -3
- package/dist/react/skf-progress/index.js +0 -13
- package/dist/react/skf-radio/index.d.ts +0 -9
- package/dist/react/skf-radio/index.js +0 -17
- package/dist/react/skf-select/index.d.ts +0 -21
- package/dist/react/skf-select/index.js +0 -21
- package/dist/react/skf-select-option/index.d.ts +0 -9
- package/dist/react/skf-select-option/index.js +0 -17
- package/dist/react/skf-select-option-group/index.d.ts +0 -3
- package/dist/react/skf-select-option-group/index.js +0 -13
- package/dist/react/skf-stepper/index.d.ts +0 -9
- package/dist/react/skf-stepper/index.js +0 -17
- package/dist/react/skf-stepper-item/index.d.ts +0 -9
- package/dist/react/skf-stepper-item/index.js +0 -17
- package/dist/react/skf-switch/index.d.ts +0 -3
- package/dist/react/skf-switch/index.js +0 -13
- package/dist/react/skf-tab/index.d.ts +0 -12
- package/dist/react/skf-tab/index.js +0 -18
- package/dist/react/skf-tab-group/index.d.ts +0 -3
- package/dist/react/skf-tab-group/index.js +0 -13
- package/dist/react/skf-tab-panel/index.d.ts +0 -3
- package/dist/react/skf-tab-panel/index.js +0 -13
- package/dist/react/skf-tag/index.d.ts +0 -3
- package/dist/react/skf-tag/index.js +0 -13
- package/dist/react/skf-textarea/index.d.ts +0 -12
- package/dist/react/skf-textarea/index.js +0 -18
- package/dist/react/skf-toast/index.d.ts +0 -3
- package/dist/react/skf-toast/index.js +0 -13
- package/dist/react/skf-toast-wrapper/index.d.ts +0 -3
- package/dist/react/skf-toast-wrapper/index.js +0 -13
- package/dist/react/skf-tooltip/index.d.ts +0 -12
- package/dist/react/skf-tooltip/index.js +0 -18
package/package.json
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
},
|
8
8
|
"engines": {
|
9
9
|
"node": ">=20",
|
10
|
-
"pnpm": ">=
|
10
|
+
"pnpm": ">=10"
|
11
11
|
},
|
12
12
|
"engineStrict": true,
|
13
13
|
"customElements": "./dist/custom-elements.json",
|
@@ -34,91 +34,81 @@
|
|
34
34
|
"sideEffects": true,
|
35
35
|
"type": "module",
|
36
36
|
"types": "./dist/index.d.ts",
|
37
|
-
"version": "1.0.
|
37
|
+
"version": "1.0.2-beta.0",
|
38
38
|
"dependencies": {
|
39
39
|
"@floating-ui/dom": "^1.6.13",
|
40
40
|
"@js-temporal/polyfill": "^0.4.4"
|
41
41
|
},
|
42
42
|
"devDependencies": {
|
43
|
-
"@chromatic-com/storybook": "^3.2.
|
44
|
-
"@commitlint/cli": "^19.
|
45
|
-
"@commitlint/config-conventional": "^19.
|
43
|
+
"@chromatic-com/storybook": "^3.2.6",
|
44
|
+
"@commitlint/cli": "^19.8.0",
|
45
|
+
"@commitlint/config-conventional": "^19.8.0",
|
46
46
|
"@custom-elements-manifest/analyzer": "^0.10.4",
|
47
|
-
"@eslint/js": "^9.
|
48
|
-
"@
|
49
|
-
"@playwright/test": "^1.49.1",
|
47
|
+
"@eslint/js": "^9.22.0",
|
48
|
+
"@playwright/test": "^1.51.1",
|
50
49
|
"@skf-design-system/ui-assets": "0.1.3-beta.4",
|
51
|
-
"@
|
52
|
-
"@storybook/addon-
|
53
|
-
"@storybook/addon-
|
54
|
-
"@storybook/addon-
|
55
|
-
"@storybook/
|
56
|
-
"@storybook/
|
57
|
-
"@storybook/
|
58
|
-
"@storybook/test": "^
|
59
|
-
"@storybook/
|
60
|
-
"@storybook/
|
61
|
-
"@storybook/web-components": "^8.
|
62
|
-
"@
|
63
|
-
"@
|
64
|
-
"@
|
65
|
-
"
|
66
|
-
"command-line-args": "^6.0.1",
|
50
|
+
"@storybook/addon-a11y": "^8.6.7",
|
51
|
+
"@storybook/addon-essentials": "^8.6.7",
|
52
|
+
"@storybook/addon-interactions": "^8.6.7",
|
53
|
+
"@storybook/addon-links": "^8.6.7",
|
54
|
+
"@storybook/blocks": "^8.6.7",
|
55
|
+
"@storybook/manager-api": "^8.6.7",
|
56
|
+
"@storybook/test": "^8.6.7",
|
57
|
+
"@storybook/test-runner": "^0.22.0",
|
58
|
+
"@storybook/theming": "^8.6.7",
|
59
|
+
"@storybook/web-components": "^8.6.7",
|
60
|
+
"@storybook/web-components-vite": "^8.6.7",
|
61
|
+
"@types/node": "^22.13.10",
|
62
|
+
"@wc-toolkit/module-path-resolver": "^1.0.0",
|
63
|
+
"@wc-toolkit/storybook-helpers": "^1.0.4",
|
64
|
+
"@wc-toolkit/type-parser": "^1.0.3",
|
67
65
|
"concurrently": "^9.1.2",
|
68
|
-
"custom-element-jet-brains-integration": "^1.
|
69
|
-
"custom-element-jsx-integration": "^1.
|
70
|
-
"custom-element-vs-code-integration": "^1.
|
71
|
-
"custom-element-vuejs-integration": "^1.
|
72
|
-
"
|
73
|
-
"eslint": "^
|
74
|
-
"eslint-config-prettier": "^9.1.0",
|
66
|
+
"custom-element-jet-brains-integration": "^1.7.0",
|
67
|
+
"custom-element-jsx-integration": "^1.6.0",
|
68
|
+
"custom-element-vs-code-integration": "^1.5.0",
|
69
|
+
"custom-element-vuejs-integration": "^1.4.0",
|
70
|
+
"eslint": "^9.22.0",
|
71
|
+
"eslint-config-prettier": "^10.1.1",
|
75
72
|
"eslint-plugin-lit": "^1.15.0",
|
76
73
|
"eslint-plugin-lit-a11y": "^4.1.4",
|
77
74
|
"eslint-plugin-wc": "^2.2.0",
|
78
75
|
"express": "^4.21.2",
|
79
76
|
"husky": "^9.1.7",
|
80
|
-
"lint-staged": "^15.
|
77
|
+
"lint-staged": "^15.5.0",
|
81
78
|
"lit": "^3.2.1",
|
82
|
-
"postcss-styled-syntax": "^0.7.
|
83
|
-
"prettier": "3.
|
84
|
-
"
|
85
|
-
"
|
86
|
-
"stylelint": "^16.13.0",
|
79
|
+
"postcss-styled-syntax": "^0.7.1",
|
80
|
+
"prettier": "3.5.3",
|
81
|
+
"storybook": "^8.6.7",
|
82
|
+
"stylelint": "^16.16.0",
|
87
83
|
"stylelint-config-standard": "^37.0.0",
|
88
|
-
"stylelint-no-unsupported-browser-features": "^8.0.
|
84
|
+
"stylelint-no-unsupported-browser-features": "^8.0.4",
|
89
85
|
"stylelint-order": "^6.0.4",
|
90
86
|
"stylelint-value-no-unknown-custom-properties": "^6.0.1",
|
91
|
-
"tsc-alias": "^1.8.
|
92
|
-
"typescript": "^5.
|
93
|
-
"typescript-eslint": "^8.
|
94
|
-
"vite": "^6.
|
87
|
+
"tsc-alias": "^1.8.11",
|
88
|
+
"typescript": "^5.8.2",
|
89
|
+
"typescript-eslint": "^8.26.1",
|
90
|
+
"vite": "^6.2.2",
|
95
91
|
"vite-tsconfig-paths": "^5.1.4"
|
96
92
|
},
|
97
93
|
"peerDependencies": {
|
98
|
-
"@lit/react": "^1.0.5",
|
99
94
|
"@skf-design-system/ui-assets": "0.1.3-beta.1",
|
100
95
|
"lit": "^3.1.3"
|
101
96
|
},
|
102
97
|
"scripts": {
|
103
|
-
"analyze": "cem analyze
|
98
|
+
"analyze": "cem analyze",
|
104
99
|
"dev": "vite",
|
105
|
-
"build": "
|
106
|
-
"build:web-components": "vite build && tsc && pnpm cem analyze && tsc-alias",
|
107
|
-
"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",
|
100
|
+
"build": "vite build && tsc && pnpm cem analyze && tsc-alias && bash ./scripts/extra-build-checks.sh",
|
108
101
|
"build-storybook": "storybook build",
|
109
102
|
"create-component": "node scripts/create-component/create-component.js",
|
110
103
|
"format": "pnpm format:eslint && pnpm format:stylelint && pnpm format:prettier",
|
111
104
|
"format:eslint": "eslint \"**/*.{js,ts}\" --fix --ignore-pattern .gitignore",
|
112
105
|
"format:prettier": "prettier \"**/*.{css,js,ts}\" --write --ignore-path .gitignore --log-level warn",
|
113
106
|
"format:stylelint": "stylelint \"**/*.{css,ts}\" --fix --ignore-path .gitignore",
|
114
|
-
"generate": "pnpm generate:tokens && pnpm generate:index",
|
115
|
-
"generate:index": "node \"./scripts/generate-index.cjs\"",
|
116
|
-
"generate:react": "node ./scripts/make-react.js --outdir dist",
|
117
107
|
"lint": "pnpm lint:eslint && pnpm lint:stylelint && pnpm lint:prettier",
|
118
108
|
"lint:eslint": "eslint \"**/*.{js,ts}\" --ignore-pattern .gitignore",
|
119
109
|
"lint:prettier": "prettier \"**/*.{js,ts}\" --check --ignore-path .gitignore --log-level warn",
|
120
110
|
"lint:stylelint": "stylelint \"**/*.{css,ts}\" --quiet --ignore-path .gitignore",
|
121
|
-
"serve:storybook-static": "pnpm build && pnpm
|
111
|
+
"serve:storybook-static": "pnpm build && pnpm storybook build && node ./build/serve.js",
|
122
112
|
"storybook": "concurrently \"storybook dev -p 9009\" \"pnpm analyze --watch\"",
|
123
113
|
"test": "npx playwright test",
|
124
114
|
"test:ui": " npx playwright test --ui"
|
package/dist/react/index.d.ts
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
export { default as SkfAccordion } from './skf-accordion/index.js';
|
2
|
-
export { default as SkfAlert } from './skf-alert/index.js';
|
3
|
-
export { default as SkfBreadcrumb } from './skf-breadcrumb/index.js';
|
4
|
-
export { default as SkfBreadcrumbItem } from './skf-breadcrumb-item/index.js';
|
5
|
-
export { default as SkfButton } from './skf-button/index.js';
|
6
|
-
export { default as SkfCard } from './skf-card/index.js';
|
7
|
-
export { default as SkfCheckbox } from './skf-checkbox/index.js';
|
8
|
-
export { default as SkfCollapse } from './skf-collapse/index.js';
|
9
|
-
export { default as SkfDatePicker } from './skf-datepicker/index.js';
|
10
|
-
export { default as SkfDialog } from './skf-dialog/index.js';
|
11
|
-
export { default as SkfDivider } from './skf-divider/index.js';
|
12
|
-
export { default as SkfHeading } from './skf-heading/index.js';
|
13
|
-
export { default as SkfIcon } from './skf-icon/index.js';
|
14
|
-
export { default as SkfInput } from './skf-input/index.js';
|
15
|
-
export { default as SkfLink } from './skf-link/index.js';
|
16
|
-
export { default as SkfLoader } from './skf-loader/index.js';
|
17
|
-
export { default as SkfLogo } from './skf-logo/index.js';
|
18
|
-
export { default as SkfMenu } from './skf-menu/index.js';
|
19
|
-
export { default as SkfMenuItem } from './skf-menu-item/index.js';
|
20
|
-
export { default as SkfPopover } from './skf-popover/index.js';
|
21
|
-
export { default as SkfProgress } from './skf-progress/index.js';
|
22
|
-
export { default as SkfRadio } from './skf-radio/index.js';
|
23
|
-
export { default as SkfSelect } from './skf-select/index.js';
|
24
|
-
export { default as SkfSelectOption } from './skf-select-option/index.js';
|
25
|
-
export { default as SkfSelectOptionGroup } from './skf-select-option-group/index.js';
|
26
|
-
export { default as SkfStepper } from './skf-stepper/index.js';
|
27
|
-
export { default as SkfStepperItem } from './skf-stepper-item/index.js';
|
28
|
-
export { default as SkfSwitch } from './skf-switch/index.js';
|
29
|
-
export { default as SkfTab } from './skf-tab/index.js';
|
30
|
-
export { default as SkfTabGroup } from './skf-tab-group/index.js';
|
31
|
-
export { default as SkfTabPanel } from './skf-tab-panel/index.js';
|
32
|
-
export { default as SkfTag } from './skf-tag/index.js';
|
33
|
-
export { default as SkfTextArea } from './skf-textarea/index.js';
|
34
|
-
export { default as SkfToast } from './skf-toast/index.js';
|
35
|
-
export { default as SkfToastWrapper } from './skf-toast-wrapper/index.js';
|
36
|
-
export { default as SkfTooltip } from './skf-tooltip/index.js';
|
package/dist/react/index.js
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
export { default as SkfAccordion } from './skf-accordion/index.js';
|
2
|
-
export { default as SkfAlert } from './skf-alert/index.js';
|
3
|
-
export { default as SkfBreadcrumb } from './skf-breadcrumb/index.js';
|
4
|
-
export { default as SkfBreadcrumbItem } from './skf-breadcrumb-item/index.js';
|
5
|
-
export { default as SkfButton } from './skf-button/index.js';
|
6
|
-
export { default as SkfCard } from './skf-card/index.js';
|
7
|
-
export { default as SkfCheckbox } from './skf-checkbox/index.js';
|
8
|
-
export { default as SkfCollapse } from './skf-collapse/index.js';
|
9
|
-
export { default as SkfDatePicker } from './skf-datepicker/index.js';
|
10
|
-
export { default as SkfDialog } from './skf-dialog/index.js';
|
11
|
-
export { default as SkfDivider } from './skf-divider/index.js';
|
12
|
-
export { default as SkfHeading } from './skf-heading/index.js';
|
13
|
-
export { default as SkfIcon } from './skf-icon/index.js';
|
14
|
-
export { default as SkfInput } from './skf-input/index.js';
|
15
|
-
export { default as SkfLink } from './skf-link/index.js';
|
16
|
-
export { default as SkfLoader } from './skf-loader/index.js';
|
17
|
-
export { default as SkfLogo } from './skf-logo/index.js';
|
18
|
-
export { default as SkfMenu } from './skf-menu/index.js';
|
19
|
-
export { default as SkfMenuItem } from './skf-menu-item/index.js';
|
20
|
-
export { default as SkfPopover } from './skf-popover/index.js';
|
21
|
-
export { default as SkfProgress } from './skf-progress/index.js';
|
22
|
-
export { default as SkfRadio } from './skf-radio/index.js';
|
23
|
-
export { default as SkfSelect } from './skf-select/index.js';
|
24
|
-
export { default as SkfSelectOption } from './skf-select-option/index.js';
|
25
|
-
export { default as SkfSelectOptionGroup } from './skf-select-option-group/index.js';
|
26
|
-
export { default as SkfStepper } from './skf-stepper/index.js';
|
27
|
-
export { default as SkfStepperItem } from './skf-stepper-item/index.js';
|
28
|
-
export { default as SkfSwitch } from './skf-switch/index.js';
|
29
|
-
export { default as SkfTab } from './skf-tab/index.js';
|
30
|
-
export { default as SkfTabGroup } from './skf-tab-group/index.js';
|
31
|
-
export { default as SkfTabPanel } from './skf-tab-panel/index.js';
|
32
|
-
export { default as SkfTag } from './skf-tag/index.js';
|
33
|
-
export { default as SkfTextArea } from './skf-textarea/index.js';
|
34
|
-
export { default as SkfToast } from './skf-toast/index.js';
|
35
|
-
export { default as SkfToastWrapper } from './skf-toast-wrapper/index.js';
|
36
|
-
export { default as SkfTooltip } from './skf-tooltip/index.js';
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import { createComponent } from '@lit/react';
|
3
|
-
import Component from '../../components/accordion/accordion.js';
|
4
|
-
const tagName = 'skf-accordion';
|
5
|
-
Component.define('skf-accordion');
|
6
|
-
const reactWrapper = createComponent({
|
7
|
-
tagName,
|
8
|
-
elementClass: Component,
|
9
|
-
react: React,
|
10
|
-
events: {},
|
11
|
-
displayName: 'SkfAccordion',
|
12
|
-
});
|
13
|
-
export default reactWrapper;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import Component from '../../components/alert/alert.js';
|
2
|
-
import { type SkfAlert } from '../../components/alert/alert.js';
|
3
|
-
import { type EventName } from '@lit/react';
|
4
|
-
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
5
|
-
onSkfAlertClose: EventName<Event & {
|
6
|
-
target: SkfAlert;
|
7
|
-
}>;
|
8
|
-
}>;
|
9
|
-
export default reactWrapper;
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import { createComponent } from '@lit/react';
|
3
|
-
import Component from '../../components/alert/alert.js';
|
4
|
-
import {} from '../../components/alert/alert.js';
|
5
|
-
import {} from '@lit/react';
|
6
|
-
const tagName = 'skf-alert';
|
7
|
-
Component.define('skf-alert');
|
8
|
-
const reactWrapper = createComponent({
|
9
|
-
tagName,
|
10
|
-
elementClass: Component,
|
11
|
-
react: React,
|
12
|
-
events: {
|
13
|
-
onSkfAlertClose: 'skf-alert-close',
|
14
|
-
},
|
15
|
-
displayName: 'SkfAlert',
|
16
|
-
});
|
17
|
-
export default reactWrapper;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import Component from '../../components/breadcrumb/breadcrumb.js';
|
2
|
-
import { type SkfBreadcrumb } from '../../components/breadcrumb/breadcrumb.js';
|
3
|
-
import { type EventName } from '@lit/react';
|
4
|
-
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
5
|
-
onClick: EventName<Event & {
|
6
|
-
target: SkfBreadcrumb;
|
7
|
-
}>;
|
8
|
-
}>;
|
9
|
-
export default reactWrapper;
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import { createComponent } from '@lit/react';
|
3
|
-
import Component from '../../components/breadcrumb/breadcrumb.js';
|
4
|
-
import {} from '../../components/breadcrumb/breadcrumb.js';
|
5
|
-
import {} from '@lit/react';
|
6
|
-
const tagName = 'skf-breadcrumb';
|
7
|
-
Component.define('skf-breadcrumb');
|
8
|
-
const reactWrapper = createComponent({
|
9
|
-
tagName,
|
10
|
-
elementClass: Component,
|
11
|
-
react: React,
|
12
|
-
events: {
|
13
|
-
onClick: 'click',
|
14
|
-
},
|
15
|
-
displayName: 'SkfBreadcrumb',
|
16
|
-
});
|
17
|
-
export default reactWrapper;
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import { createComponent } from '@lit/react';
|
3
|
-
import Component from '../../components/breadcrumb-item/breadcrumb-item.js';
|
4
|
-
const tagName = 'skf-breadcrumb-item';
|
5
|
-
Component.define('skf-breadcrumb-item');
|
6
|
-
const reactWrapper = createComponent({
|
7
|
-
tagName,
|
8
|
-
elementClass: Component,
|
9
|
-
react: React,
|
10
|
-
events: {},
|
11
|
-
displayName: 'SkfBreadcrumbItem',
|
12
|
-
});
|
13
|
-
export default reactWrapper;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import Component from '../../components/button/button.js';
|
2
|
-
import { type SkfButton } from '../../components/button/button.js';
|
3
|
-
import { type EventName } from '@lit/react';
|
4
|
-
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
5
|
-
onClick: EventName<Event & {
|
6
|
-
target: SkfButton;
|
7
|
-
}>;
|
8
|
-
}>;
|
9
|
-
export default reactWrapper;
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import { createComponent } from '@lit/react';
|
3
|
-
import Component from '../../components/button/button.js';
|
4
|
-
import {} from '../../components/button/button.js';
|
5
|
-
import {} from '@lit/react';
|
6
|
-
const tagName = 'skf-button';
|
7
|
-
Component.define('skf-button');
|
8
|
-
const reactWrapper = createComponent({
|
9
|
-
tagName,
|
10
|
-
elementClass: Component,
|
11
|
-
react: React,
|
12
|
-
events: {
|
13
|
-
onClick: 'click',
|
14
|
-
},
|
15
|
-
displayName: 'SkfButton',
|
16
|
-
});
|
17
|
-
export default reactWrapper;
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import { createComponent } from '@lit/react';
|
3
|
-
import Component from '../../components/card/card.js';
|
4
|
-
const tagName = 'skf-card';
|
5
|
-
Component.define('skf-card');
|
6
|
-
const reactWrapper = createComponent({
|
7
|
-
tagName,
|
8
|
-
elementClass: Component,
|
9
|
-
react: React,
|
10
|
-
events: {},
|
11
|
-
displayName: 'SkfCard',
|
12
|
-
});
|
13
|
-
export default reactWrapper;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import Component from '../../components/checkbox/checkbox.js';
|
2
|
-
import { type SkfCheckbox } from '../../components/checkbox/checkbox.js';
|
3
|
-
import { type EventName } from '@lit/react';
|
4
|
-
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
5
|
-
onChange: EventName<Event & {
|
6
|
-
target: SkfCheckbox;
|
7
|
-
}>;
|
8
|
-
}>;
|
9
|
-
export default reactWrapper;
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import { createComponent } from '@lit/react';
|
3
|
-
import Component from '../../components/checkbox/checkbox.js';
|
4
|
-
import {} from '../../components/checkbox/checkbox.js';
|
5
|
-
import {} from '@lit/react';
|
6
|
-
const tagName = 'skf-checkbox';
|
7
|
-
Component.define('skf-checkbox');
|
8
|
-
const reactWrapper = createComponent({
|
9
|
-
tagName,
|
10
|
-
elementClass: Component,
|
11
|
-
react: React,
|
12
|
-
events: {
|
13
|
-
onChange: 'change',
|
14
|
-
},
|
15
|
-
displayName: 'SkfCheckbox',
|
16
|
-
});
|
17
|
-
export default reactWrapper;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import Component from '../../components/collapse/collapse.js';
|
2
|
-
import { type SkfCollapse } from '../../components/collapse/collapse.js';
|
3
|
-
import { type EventName } from '@lit/react';
|
4
|
-
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
5
|
-
onSkfCollapseToggle: EventName<Event & {
|
6
|
-
target: SkfCollapse;
|
7
|
-
}>;
|
8
|
-
}>;
|
9
|
-
export default reactWrapper;
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import { createComponent } from '@lit/react';
|
3
|
-
import Component from '../../components/collapse/collapse.js';
|
4
|
-
import {} from '../../components/collapse/collapse.js';
|
5
|
-
import {} from '@lit/react';
|
6
|
-
const tagName = 'skf-collapse';
|
7
|
-
Component.define('skf-collapse');
|
8
|
-
const reactWrapper = createComponent({
|
9
|
-
tagName,
|
10
|
-
elementClass: Component,
|
11
|
-
react: React,
|
12
|
-
events: {
|
13
|
-
onSkfCollapseToggle: 'skf-collapse-toggle',
|
14
|
-
},
|
15
|
-
displayName: 'SkfCollapse',
|
16
|
-
});
|
17
|
-
export default reactWrapper;
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import Component from '../../components/date-picker/datepicker.js';
|
2
|
-
import { type SkfDatePicker } from '../../components/date-picker/datepicker.js';
|
3
|
-
import { type EventName } from '@lit/react';
|
4
|
-
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
5
|
-
onSelectedDateChanged: EventName<Event & {
|
6
|
-
target: SkfDatePicker;
|
7
|
-
}>;
|
8
|
-
onSelectedDateRangeChanged: EventName<Event & {
|
9
|
-
target: SkfDatePicker;
|
10
|
-
}>;
|
11
|
-
}>;
|
12
|
-
export default reactWrapper;
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import { createComponent } from '@lit/react';
|
3
|
-
import Component from '../../components/date-picker/datepicker.js';
|
4
|
-
import {} from '../../components/date-picker/datepicker.js';
|
5
|
-
import {} from '@lit/react';
|
6
|
-
const tagName = 'skf-datepicker';
|
7
|
-
Component.define('skf-datepicker');
|
8
|
-
const reactWrapper = createComponent({
|
9
|
-
tagName,
|
10
|
-
elementClass: Component,
|
11
|
-
react: React,
|
12
|
-
events: {
|
13
|
-
onSelectedDateChanged: 'selected-date-changed',
|
14
|
-
onSelectedDateRangeChanged: 'selected-date-range-changed',
|
15
|
-
},
|
16
|
-
displayName: 'SkfDatePicker',
|
17
|
-
});
|
18
|
-
export default reactWrapper;
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import Component from '../../components/dialog/dialog.js';
|
2
|
-
import { type SkfDialog } from '../../components/dialog/dialog.js';
|
3
|
-
import { type EventName } from '@lit/react';
|
4
|
-
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
5
|
-
onSkfDialogOpen: EventName<Event & {
|
6
|
-
target: SkfDialog;
|
7
|
-
}>;
|
8
|
-
onSkfDialogClose: EventName<Event & {
|
9
|
-
target: SkfDialog;
|
10
|
-
}>;
|
11
|
-
onClose: EventName<Event & {
|
12
|
-
target: SkfDialog;
|
13
|
-
}>;
|
14
|
-
}>;
|
15
|
-
export default reactWrapper;
|
@@ -1,19 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import { createComponent } from '@lit/react';
|
3
|
-
import Component from '../../components/dialog/dialog.js';
|
4
|
-
import {} from '../../components/dialog/dialog.js';
|
5
|
-
import {} from '@lit/react';
|
6
|
-
const tagName = 'skf-dialog';
|
7
|
-
Component.define('skf-dialog');
|
8
|
-
const reactWrapper = createComponent({
|
9
|
-
tagName,
|
10
|
-
elementClass: Component,
|
11
|
-
react: React,
|
12
|
-
events: {
|
13
|
-
onSkfDialogOpen: 'skf-dialog-open',
|
14
|
-
onSkfDialogClose: 'skf-dialog-close',
|
15
|
-
onClose: 'close',
|
16
|
-
},
|
17
|
-
displayName: 'SkfDialog',
|
18
|
-
});
|
19
|
-
export default reactWrapper;
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import { createComponent } from '@lit/react';
|
3
|
-
import Component from '../../components/divider/divider.js';
|
4
|
-
const tagName = 'skf-divider';
|
5
|
-
Component.define('skf-divider');
|
6
|
-
const reactWrapper = createComponent({
|
7
|
-
tagName,
|
8
|
-
elementClass: Component,
|
9
|
-
react: React,
|
10
|
-
events: {},
|
11
|
-
displayName: 'SkfDivider',
|
12
|
-
});
|
13
|
-
export default reactWrapper;
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import { createComponent } from '@lit/react';
|
3
|
-
import Component from '../../components/heading/heading.js';
|
4
|
-
const tagName = 'skf-heading';
|
5
|
-
Component.define('skf-heading');
|
6
|
-
const reactWrapper = createComponent({
|
7
|
-
tagName,
|
8
|
-
elementClass: Component,
|
9
|
-
react: React,
|
10
|
-
events: {},
|
11
|
-
displayName: 'SkfHeading',
|
12
|
-
});
|
13
|
-
export default reactWrapper;
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import { createComponent } from '@lit/react';
|
3
|
-
import Component from '../../components/icon/icon.js';
|
4
|
-
const tagName = 'skf-icon';
|
5
|
-
Component.define('skf-icon');
|
6
|
-
const reactWrapper = createComponent({
|
7
|
-
tagName,
|
8
|
-
elementClass: Component,
|
9
|
-
react: React,
|
10
|
-
events: {},
|
11
|
-
displayName: 'SkfIcon',
|
12
|
-
});
|
13
|
-
export default reactWrapper;
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import Component from '../../components/input/input.js';
|
2
|
-
import { type SkfInput } from '../../components/input/input.js';
|
3
|
-
import { type EventName } from '@lit/react';
|
4
|
-
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {
|
5
|
-
onChange: EventName<Event & {
|
6
|
-
target: SkfInput;
|
7
|
-
}>;
|
8
|
-
onInvalid: EventName<Event & {
|
9
|
-
target: SkfInput;
|
10
|
-
}>;
|
11
|
-
}>;
|
12
|
-
export default reactWrapper;
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import { createComponent } from '@lit/react';
|
3
|
-
import Component from '../../components/input/input.js';
|
4
|
-
import {} from '../../components/input/input.js';
|
5
|
-
import {} from '@lit/react';
|
6
|
-
const tagName = 'skf-input';
|
7
|
-
Component.define('skf-input');
|
8
|
-
const reactWrapper = createComponent({
|
9
|
-
tagName,
|
10
|
-
elementClass: Component,
|
11
|
-
react: React,
|
12
|
-
events: {
|
13
|
-
onChange: 'change',
|
14
|
-
onInvalid: 'invalid',
|
15
|
-
},
|
16
|
-
displayName: 'SkfInput',
|
17
|
-
});
|
18
|
-
export default reactWrapper;
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import { createComponent } from '@lit/react';
|
3
|
-
import Component from '../../components/link/link.js';
|
4
|
-
const tagName = 'skf-link';
|
5
|
-
Component.define('skf-link');
|
6
|
-
const reactWrapper = createComponent({
|
7
|
-
tagName,
|
8
|
-
elementClass: Component,
|
9
|
-
react: React,
|
10
|
-
events: {},
|
11
|
-
displayName: 'SkfLink',
|
12
|
-
});
|
13
|
-
export default reactWrapper;
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import * as React from 'react';
|
2
|
-
import { createComponent } from '@lit/react';
|
3
|
-
import Component from '../../components/loader/loader.js';
|
4
|
-
const tagName = 'skf-loader';
|
5
|
-
Component.define('skf-loader');
|
6
|
-
const reactWrapper = createComponent({
|
7
|
-
tagName,
|
8
|
-
elementClass: Component,
|
9
|
-
react: React,
|
10
|
-
events: {},
|
11
|
-
displayName: 'SkfLoader',
|
12
|
-
});
|
13
|
-
export default reactWrapper;
|