@sk-web-gui/core 3.10.0 → 3.11.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/cjs/aria-plugin.js +101 -1
- package/dist/cjs/aria-plugin.js.map +1 -1
- package/dist/cjs/base.js +60 -1
- package/dist/cjs/base.js.map +1 -1
- package/dist/cjs/colors.js +724 -1
- package/dist/cjs/colors.js.map +1 -1
- package/dist/cjs/components/accordion.js +211 -1
- package/dist/cjs/components/accordion.js.map +1 -1
- package/dist/cjs/components/ai/ai-corner-module.js +344 -1
- package/dist/cjs/components/ai/ai-corner-module.js.map +1 -1
- package/dist/cjs/components/ai/ai-feed.js +74 -1
- package/dist/cjs/components/ai/ai-feed.js.map +1 -1
- package/dist/cjs/components/ai/ai-service-module.js +225 -1
- package/dist/cjs/components/ai/ai-service-module.js.map +1 -1
- package/dist/cjs/components/ai/assistant-presentation.js +65 -1
- package/dist/cjs/components/ai/assistant-presentation.js.map +1 -1
- package/dist/cjs/components/ai/assistant-switch.js +58 -1
- package/dist/cjs/components/ai/assistant-switch.js.map +1 -1
- package/dist/cjs/components/ai/bubble.js +127 -1
- package/dist/cjs/components/ai/bubble.js.map +1 -1
- package/dist/cjs/components/ai/feedback.js +40 -1
- package/dist/cjs/components/ai/feedback.js.map +1 -1
- package/dist/cjs/components/ai/input-section.js +34 -1
- package/dist/cjs/components/ai/input-section.js.map +1 -1
- package/dist/cjs/components/ai/markdown-rendered.js +33 -1
- package/dist/cjs/components/ai/markdown-rendered.js.map +1 -1
- package/dist/cjs/components/ai/new-session-button.js +29 -1
- package/dist/cjs/components/ai/new-session-button.js.map +1 -1
- package/dist/cjs/components/ai/typing-bubble.js +31 -1
- package/dist/cjs/components/ai/typing-bubble.js.map +1 -1
- package/dist/cjs/components/ai/typing-sequence.js +91 -1
- package/dist/cjs/components/ai/typing-sequence.js.map +1 -1
- package/dist/cjs/components/avatar.js +104 -1
- package/dist/cjs/components/avatar.js.map +1 -1
- package/dist/cjs/components/badge.js +93 -1
- package/dist/cjs/components/badge.js.map +1 -1
- package/dist/cjs/components/breadcrumb.js +49 -1
- package/dist/cjs/components/breadcrumb.js.map +1 -1
- package/dist/cjs/components/button-group.js +38 -1
- package/dist/cjs/components/button-group.js.map +1 -1
- package/dist/cjs/components/button.js +306 -1
- package/dist/cjs/components/button.js.map +1 -1
- package/dist/cjs/components/callout.js +96 -1
- package/dist/cjs/components/callout.js.map +1 -1
- package/dist/cjs/components/card.js +282 -1
- package/dist/cjs/components/card.js.map +1 -1
- package/dist/cjs/components/checkbox.js +141 -1
- package/dist/cjs/components/checkbox.js.map +1 -1
- package/dist/cjs/components/chip.js +50 -1
- package/dist/cjs/components/chip.js.map +1 -1
- package/dist/cjs/components/code.js +22 -1
- package/dist/cjs/components/code.js.map +1 -1
- package/dist/cjs/components/combobox.js +102 -1
- package/dist/cjs/components/combobox.js.map +1 -1
- package/dist/cjs/components/cookie-consent.js +54 -1
- package/dist/cjs/components/cookie-consent.js.map +1 -1
- package/dist/cjs/components/dialog.js +82 -1
- package/dist/cjs/components/dialog.js.map +1 -1
- package/dist/cjs/components/divider.js +63 -1
- package/dist/cjs/components/divider.js.map +1 -1
- package/dist/cjs/components/dot.js +115 -1
- package/dist/cjs/components/dot.js.map +1 -1
- package/dist/cjs/components/file-upload.js +230 -1
- package/dist/cjs/components/file-upload.js.map +1 -1
- package/dist/cjs/components/filter.js +27 -1
- package/dist/cjs/components/filter.js.map +1 -1
- package/dist/cjs/components/footer.js +44 -1
- package/dist/cjs/components/footer.js.map +1 -1
- package/dist/cjs/components/forms.js +37 -1
- package/dist/cjs/components/forms.js.map +1 -1
- package/dist/cjs/components/header.js +41 -1
- package/dist/cjs/components/header.js.map +1 -1
- package/dist/cjs/components/icon.js +117 -1
- package/dist/cjs/components/icon.js.map +1 -1
- package/dist/cjs/components/input.js +302 -1
- package/dist/cjs/components/input.js.map +1 -1
- package/dist/cjs/components/kbd.js +20 -1
- package/dist/cjs/components/kbd.js.map +1 -1
- package/dist/cjs/components/label.js +96 -1
- package/dist/cjs/components/label.js.map +1 -1
- package/dist/cjs/components/link.js +62 -1
- package/dist/cjs/components/link.js.map +1 -1
- package/dist/cjs/components/list.js +66 -1
- package/dist/cjs/components/list.js.map +1 -1
- package/dist/cjs/components/logo.js +61 -1
- package/dist/cjs/components/logo.js.map +1 -1
- package/dist/cjs/components/menu-vertical.js +256 -1
- package/dist/cjs/components/menu-vertical.js.map +1 -1
- package/dist/cjs/components/menubar.js +104 -1
- package/dist/cjs/components/menubar.js.map +1 -1
- package/dist/cjs/components/modal.js +61 -1
- package/dist/cjs/components/modal.js.map +1 -1
- package/dist/cjs/components/pagination.js +114 -1
- package/dist/cjs/components/pagination.js.map +1 -1
- package/dist/cjs/components/popup-menu.js +153 -1
- package/dist/cjs/components/popup-menu.js.map +1 -1
- package/dist/cjs/components/progress-bar.js +82 -1
- package/dist/cjs/components/progress-bar.js.map +1 -1
- package/dist/cjs/components/progress-stepper.js +83 -1
- package/dist/cjs/components/progress-stepper.js.map +1 -1
- package/dist/cjs/components/radio.js +143 -1
- package/dist/cjs/components/radio.js.map +1 -1
- package/dist/cjs/components/search-field.js +48 -1
- package/dist/cjs/components/search-field.js.map +1 -1
- package/dist/cjs/components/select.js +267 -1
- package/dist/cjs/components/select.js.map +1 -1
- package/dist/cjs/components/snackbar.js +43 -1
- package/dist/cjs/components/snackbar.js.map +1 -1
- package/dist/cjs/components/spinner.js +82 -1
- package/dist/cjs/components/spinner.js.map +1 -1
- package/dist/cjs/components/switch.js +93 -1
- package/dist/cjs/components/switch.js.map +1 -1
- package/dist/cjs/components/table.js +308 -1
- package/dist/cjs/components/table.js.map +1 -1
- package/dist/cjs/components/tabs.js +134 -1
- package/dist/cjs/components/tabs.js.map +1 -1
- package/dist/cjs/components/tooltip.js +71 -1
- package/dist/cjs/components/tooltip.js.map +1 -1
- package/dist/cjs/components/user-menu.js +27 -1
- package/dist/cjs/components/user-menu.js.map +1 -1
- package/dist/cjs/components.js +415 -1
- package/dist/cjs/components.js.map +1 -1
- package/dist/cjs/data-plugin.js +67 -1
- package/dist/cjs/data-plugin.js.map +1 -1
- package/dist/cjs/fonts.js +19 -1
- package/dist/cjs/fonts.js.map +1 -1
- package/dist/cjs/index.js +38 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/plugin.js +144 -1
- package/dist/cjs/plugin.js.map +1 -1
- package/dist/cjs/preset.js +164 -1
- package/dist/cjs/preset.js.map +1 -1
- package/dist/cjs/theme.js +209 -1
- package/dist/cjs/theme.js.map +1 -1
- package/dist/cjs/units.js +415 -1
- package/dist/cjs/units.js.map +1 -1
- package/dist/cjs/with-opacity.js +19 -1
- package/dist/cjs/with-opacity.js.map +1 -1
- package/dist/esm/aria-plugin.js +86 -1
- package/dist/esm/aria-plugin.js.map +1 -1
- package/dist/esm/base.js +51 -1
- package/dist/esm/base.js.map +1 -1
- package/dist/esm/colors.js +715 -1
- package/dist/esm/colors.js.map +1 -1
- package/dist/esm/components/accordion.js +201 -1
- package/dist/esm/components/accordion.js.map +1 -1
- package/dist/esm/components/ai/ai-corner-module.js +334 -1
- package/dist/esm/components/ai/ai-corner-module.js.map +1 -1
- package/dist/esm/components/ai/ai-feed.js +64 -1
- package/dist/esm/components/ai/ai-feed.js.map +1 -1
- package/dist/esm/components/ai/ai-service-module.js +215 -1
- package/dist/esm/components/ai/ai-service-module.js.map +1 -1
- package/dist/esm/components/ai/assistant-presentation.js +55 -1
- package/dist/esm/components/ai/assistant-presentation.js.map +1 -1
- package/dist/esm/components/ai/assistant-switch.js +48 -1
- package/dist/esm/components/ai/assistant-switch.js.map +1 -1
- package/dist/esm/components/ai/bubble.js +117 -1
- package/dist/esm/components/ai/bubble.js.map +1 -1
- package/dist/esm/components/ai/feedback.js +30 -1
- package/dist/esm/components/ai/feedback.js.map +1 -1
- package/dist/esm/components/ai/input-section.js +24 -1
- package/dist/esm/components/ai/input-section.js.map +1 -1
- package/dist/esm/components/ai/markdown-rendered.js +23 -1
- package/dist/esm/components/ai/markdown-rendered.js.map +1 -1
- package/dist/esm/components/ai/new-session-button.js +19 -1
- package/dist/esm/components/ai/new-session-button.js.map +1 -1
- package/dist/esm/components/ai/typing-bubble.js +21 -1
- package/dist/esm/components/ai/typing-bubble.js.map +1 -1
- package/dist/esm/components/ai/typing-sequence.js +81 -1
- package/dist/esm/components/ai/typing-sequence.js.map +1 -1
- package/dist/esm/components/avatar.js +94 -1
- package/dist/esm/components/avatar.js.map +1 -1
- package/dist/esm/components/badge.js +83 -1
- package/dist/esm/components/badge.js.map +1 -1
- package/dist/esm/components/breadcrumb.js +39 -1
- package/dist/esm/components/breadcrumb.js.map +1 -1
- package/dist/esm/components/button-group.js +28 -1
- package/dist/esm/components/button-group.js.map +1 -1
- package/dist/esm/components/button.js +296 -1
- package/dist/esm/components/button.js.map +1 -1
- package/dist/esm/components/callout.js +86 -1
- package/dist/esm/components/callout.js.map +1 -1
- package/dist/esm/components/card.js +272 -1
- package/dist/esm/components/card.js.map +1 -1
- package/dist/esm/components/checkbox.js +131 -1
- package/dist/esm/components/checkbox.js.map +1 -1
- package/dist/esm/components/chip.js +40 -1
- package/dist/esm/components/chip.js.map +1 -1
- package/dist/esm/components/code.js +12 -1
- package/dist/esm/components/code.js.map +1 -1
- package/dist/esm/components/combobox.js +92 -1
- package/dist/esm/components/combobox.js.map +1 -1
- package/dist/esm/components/cookie-consent.js +44 -1
- package/dist/esm/components/cookie-consent.js.map +1 -1
- package/dist/esm/components/dialog.js +72 -1
- package/dist/esm/components/dialog.js.map +1 -1
- package/dist/esm/components/divider.js +53 -1
- package/dist/esm/components/divider.js.map +1 -1
- package/dist/esm/components/dot.js +105 -1
- package/dist/esm/components/dot.js.map +1 -1
- package/dist/esm/components/file-upload.js +220 -1
- package/dist/esm/components/file-upload.js.map +1 -1
- package/dist/esm/components/filter.js +17 -1
- package/dist/esm/components/filter.js.map +1 -1
- package/dist/esm/components/footer.js +34 -1
- package/dist/esm/components/footer.js.map +1 -1
- package/dist/esm/components/forms.js +27 -1
- package/dist/esm/components/forms.js.map +1 -1
- package/dist/esm/components/header.js +31 -1
- package/dist/esm/components/header.js.map +1 -1
- package/dist/esm/components/icon.js +107 -1
- package/dist/esm/components/icon.js.map +1 -1
- package/dist/esm/components/input.js +292 -1
- package/dist/esm/components/input.js.map +1 -1
- package/dist/esm/components/kbd.js +10 -1
- package/dist/esm/components/kbd.js.map +1 -1
- package/dist/esm/components/label.js +86 -1
- package/dist/esm/components/label.js.map +1 -1
- package/dist/esm/components/link.js +52 -1
- package/dist/esm/components/link.js.map +1 -1
- package/dist/esm/components/list.js +56 -1
- package/dist/esm/components/list.js.map +1 -1
- package/dist/esm/components/logo.js +51 -1
- package/dist/esm/components/logo.js.map +1 -1
- package/dist/esm/components/menu-vertical.js +241 -1
- package/dist/esm/components/menu-vertical.js.map +1 -1
- package/dist/esm/components/menubar.js +94 -1
- package/dist/esm/components/menubar.js.map +1 -1
- package/dist/esm/components/modal.js +51 -1
- package/dist/esm/components/modal.js.map +1 -1
- package/dist/esm/components/pagination.js +104 -1
- package/dist/esm/components/pagination.js.map +1 -1
- package/dist/esm/components/popup-menu.js +143 -1
- package/dist/esm/components/popup-menu.js.map +1 -1
- package/dist/esm/components/progress-bar.js +72 -1
- package/dist/esm/components/progress-bar.js.map +1 -1
- package/dist/esm/components/progress-stepper.js +73 -1
- package/dist/esm/components/progress-stepper.js.map +1 -1
- package/dist/esm/components/radio.js +133 -1
- package/dist/esm/components/radio.js.map +1 -1
- package/dist/esm/components/search-field.js +38 -1
- package/dist/esm/components/search-field.js.map +1 -1
- package/dist/esm/components/select.js +257 -1
- package/dist/esm/components/select.js.map +1 -1
- package/dist/esm/components/snackbar.js +33 -1
- package/dist/esm/components/snackbar.js.map +1 -1
- package/dist/esm/components/spinner.js +72 -1
- package/dist/esm/components/spinner.js.map +1 -1
- package/dist/esm/components/switch.js +83 -1
- package/dist/esm/components/switch.js.map +1 -1
- package/dist/esm/components/table.js +298 -1
- package/dist/esm/components/table.js.map +1 -1
- package/dist/esm/components/tabs.js +124 -1
- package/dist/esm/components/tabs.js.map +1 -1
- package/dist/esm/components/tooltip.js +61 -1
- package/dist/esm/components/tooltip.js.map +1 -1
- package/dist/esm/components/user-menu.js +17 -1
- package/dist/esm/components/user-menu.js.map +1 -1
- package/dist/esm/components.js +407 -1
- package/dist/esm/components.js.map +1 -1
- package/dist/esm/data-plugin.js +52 -1
- package/dist/esm/data-plugin.js.map +1 -1
- package/dist/esm/fonts.js +9 -1
- package/dist/esm/fonts.js.map +1 -1
- package/dist/esm/index.js +7 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/plugin.js +121 -1
- package/dist/esm/plugin.js.map +1 -1
- package/dist/esm/preset.js +109 -1
- package/dist/esm/preset.js.map +1 -1
- package/dist/esm/theme.js +195 -1
- package/dist/esm/theme.js.map +1 -1
- package/dist/esm/units.js +406 -1
- package/dist/esm/units.js.map +1 -1
- package/dist/esm/with-opacity.js +9 -1
- package/dist/esm/with-opacity.js.map +1 -1
- package/dist/types/components/checkbox.d.ts +19 -3
- package/dist/types/components/input.d.ts +12 -0
- package/dist/types/components/radio.d.ts +8 -0
- package/dist/types/components/select.d.ts +7 -0
- package/dist/types/components/tabs.d.ts +6 -1
- package/package.json +10 -8
|
@@ -1,2 +1,84 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "ProgressStepper", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return ProgressStepper;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var ProgressStepper = function() {
|
|
12
|
+
return {
|
|
13
|
+
'.sk-progress-stepper': {
|
|
14
|
+
'@apply flex justify-between': {},
|
|
15
|
+
hr: {
|
|
16
|
+
'@apply w-full mt-19': {}
|
|
17
|
+
},
|
|
18
|
+
'&-step': {
|
|
19
|
+
'@apply flex flex-col items-center': {},
|
|
20
|
+
'@apply gap-4': {},
|
|
21
|
+
'@apply w-auto': {},
|
|
22
|
+
'@apply shrink-0': {},
|
|
23
|
+
'@apply text-base leading-base text-dark-primary font-normal': {},
|
|
24
|
+
svg: {
|
|
25
|
+
'@apply w-20 h-20': {}
|
|
26
|
+
},
|
|
27
|
+
'&-wrapper': {
|
|
28
|
+
'@apply flex flex-row shrink w-full gap-4': {},
|
|
29
|
+
hr: {
|
|
30
|
+
'@apply w-full grow shrink mt-19': {}
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
'&:first-of-type': {
|
|
34
|
+
'.sk-divider:first-of-type': {
|
|
35
|
+
'@apply invisible': {}
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
'&:last-of-type': {
|
|
39
|
+
'.sk-divider:last-of-type': {
|
|
40
|
+
'@apply invisible': {}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
'&-box': {
|
|
44
|
+
'@apply box-border': {},
|
|
45
|
+
'@apply shrink-0': {},
|
|
46
|
+
'@apply h-40 w-40': {},
|
|
47
|
+
'@apply bg-secondary-surface': {},
|
|
48
|
+
'@apply flex justify-center items-center': {},
|
|
49
|
+
'@apply text-label-medium': {},
|
|
50
|
+
'@apply border-2 border-secondary-outline': {},
|
|
51
|
+
'@apply text-dark-secondary': {},
|
|
52
|
+
'@apply rounded-button-sm md:rounded-button-md xl:rounded-button-lg': {},
|
|
53
|
+
'&[data-rounded="true"]': {
|
|
54
|
+
'@apply rounded-full': {}
|
|
55
|
+
},
|
|
56
|
+
'&&-sm': {
|
|
57
|
+
'@apply h-32 w-32 min-h-24 max-h-32 min-w-24 max-w-32': {},
|
|
58
|
+
'@apply text-label-small': {}
|
|
59
|
+
},
|
|
60
|
+
'&&-md': {
|
|
61
|
+
'@apply h-40 w-40 min-h-32 max-h-40 min-w-32 max-w-40': {}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
'&[data-progress="current"]': {
|
|
65
|
+
'@apply font-bold': {},
|
|
66
|
+
'.sk-progress-stepper-step-box': {
|
|
67
|
+
'@apply border-vattjom-surface-primary': {},
|
|
68
|
+
'@apply bg-vattjom-surface-primary': {},
|
|
69
|
+
'@apply text-vattjom-text-secondary': {}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
'&[data-progress="done"]': {
|
|
73
|
+
'.sk-progress-stepper-step-box': {
|
|
74
|
+
'@apply border-success-surface-primary': {},
|
|
75
|
+
'@apply bg-success-surface-primary': {},
|
|
76
|
+
'@apply text-success-text-secondary': {}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
|
|
2
84
|
//# sourceMappingURL=progress-stepper.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/components/progress-stepper.ts"],"sourcesContent":["export const ProgressStepper = () => ({\n '.sk-progress-stepper': {\n '@apply flex justify-between': {},\n hr: {\n '@apply w-full mt-19': {},\n },\n '&-step': {\n '@apply flex flex-col items-center': {},\n '@apply gap-4': {},\n '@apply w-auto': {},\n '@apply shrink-0': {},\n '@apply text-base leading-base text-dark-primary font-normal': {},\n svg: {\n '@apply w-20 h-20': {},\n },\n '&-wrapper': {\n '@apply flex flex-row shrink w-full gap-4': {},\n hr: {\n '@apply w-full grow shrink mt-19': {},\n },\n },\n '&:first-of-type': {\n '.sk-divider:first-of-type': {\n '@apply invisible': {},\n },\n },\n '&:last-of-type': {\n '.sk-divider:last-of-type': {\n '@apply invisible': {},\n },\n },\n '&-box': {\n '@apply box-border': {},\n '@apply shrink-0': {},\n '@apply h-40 w-40': {},\n '@apply bg-secondary-surface': {},\n '@apply flex justify-center items-center': {},\n '@apply text-label-medium': {},\n '@apply border-2 border-secondary-outline': {},\n '@apply text-dark-secondary': {},\n '@apply rounded-button-sm md:rounded-button-md xl:rounded-button-lg': {},\n '&[data-rounded=\"true\"]': {\n '@apply rounded-full': {},\n },\n\n '&&-sm': {\n '@apply h-32 w-32 min-h-24 max-h-32 min-w-24 max-w-32': {},\n '@apply text-label-small': {},\n },\n '&&-md': {\n '@apply h-40 w-40 min-h-32 max-h-40 min-w-32 max-w-40': {},\n },\n },\n '&[data-progress=\"current\"]': {\n '@apply font-bold': {},\n '.sk-progress-stepper-step-box': {\n '@apply border-vattjom-surface-primary': {},\n '@apply bg-vattjom-surface-primary': {},\n '@apply text-vattjom-text-secondary': {},\n },\n },\n '&[data-progress=\"done\"]': {\n '.sk-progress-stepper-step-box': {\n '@apply border-success-surface-primary': {},\n '@apply bg-success-surface-primary': {},\n '@apply text-success-text-secondary': {},\n },\n },\n },\n },\n});\n"],"names":["ProgressStepper","hr","svg"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../src/components/progress-stepper.ts"],"sourcesContent":["export const ProgressStepper = () => ({\r\n '.sk-progress-stepper': {\r\n '@apply flex justify-between': {},\r\n hr: {\r\n '@apply w-full mt-19': {},\r\n },\r\n '&-step': {\r\n '@apply flex flex-col items-center': {},\r\n '@apply gap-4': {},\r\n '@apply w-auto': {},\r\n '@apply shrink-0': {},\r\n '@apply text-base leading-base text-dark-primary font-normal': {},\r\n svg: {\r\n '@apply w-20 h-20': {},\r\n },\r\n '&-wrapper': {\r\n '@apply flex flex-row shrink w-full gap-4': {},\r\n hr: {\r\n '@apply w-full grow shrink mt-19': {},\r\n },\r\n },\r\n '&:first-of-type': {\r\n '.sk-divider:first-of-type': {\r\n '@apply invisible': {},\r\n },\r\n },\r\n '&:last-of-type': {\r\n '.sk-divider:last-of-type': {\r\n '@apply invisible': {},\r\n },\r\n },\r\n '&-box': {\r\n '@apply box-border': {},\r\n '@apply shrink-0': {},\r\n '@apply h-40 w-40': {},\r\n '@apply bg-secondary-surface': {},\r\n '@apply flex justify-center items-center': {},\r\n '@apply text-label-medium': {},\r\n '@apply border-2 border-secondary-outline': {},\r\n '@apply text-dark-secondary': {},\r\n '@apply rounded-button-sm md:rounded-button-md xl:rounded-button-lg': {},\r\n '&[data-rounded=\"true\"]': {\r\n '@apply rounded-full': {},\r\n },\r\n\r\n '&&-sm': {\r\n '@apply h-32 w-32 min-h-24 max-h-32 min-w-24 max-w-32': {},\r\n '@apply text-label-small': {},\r\n },\r\n '&&-md': {\r\n '@apply h-40 w-40 min-h-32 max-h-40 min-w-32 max-w-40': {},\r\n },\r\n },\r\n '&[data-progress=\"current\"]': {\r\n '@apply font-bold': {},\r\n '.sk-progress-stepper-step-box': {\r\n '@apply border-vattjom-surface-primary': {},\r\n '@apply bg-vattjom-surface-primary': {},\r\n '@apply text-vattjom-text-secondary': {},\r\n },\r\n },\r\n '&[data-progress=\"done\"]': {\r\n '.sk-progress-stepper-step-box': {\r\n '@apply border-success-surface-primary': {},\r\n '@apply bg-success-surface-primary': {},\r\n '@apply text-success-text-secondary': {},\r\n },\r\n },\r\n },\r\n },\r\n});\r\n"],"names":["ProgressStepper","hr","svg"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,IAAMA,kBAAkB;WAAO;QACpC,wBAAwB;YACtB,+BAA+B,CAAC;YAChCC,IAAI;gBACF,uBAAuB,CAAC;YAC1B;YACA,UAAU;gBACR,qCAAqC,CAAC;gBACtC,gBAAgB,CAAC;gBACjB,iBAAiB,CAAC;gBAClB,mBAAmB,CAAC;gBACpB,+DAA+D,CAAC;gBAChEC,KAAK;oBACH,oBAAoB,CAAC;gBACvB;gBACA,aAAa;oBACX,4CAA4C,CAAC;oBAC7CD,IAAI;wBACF,mCAAmC,CAAC;oBACtC;gBACF;gBACA,mBAAmB;oBACjB,6BAA6B;wBAC3B,oBAAoB,CAAC;oBACvB;gBACF;gBACA,kBAAkB;oBAChB,4BAA4B;wBAC1B,oBAAoB,CAAC;oBACvB;gBACF;gBACA,SAAS;oBACP,qBAAqB,CAAC;oBACtB,mBAAmB,CAAC;oBACpB,oBAAoB,CAAC;oBACrB,+BAA+B,CAAC;oBAChC,2CAA2C,CAAC;oBAC5C,4BAA4B,CAAC;oBAC7B,4CAA4C,CAAC;oBAC7C,8BAA8B,CAAC;oBAC/B,sEAAsE,CAAC;oBACvE,0BAA0B;wBACxB,uBAAuB,CAAC;oBAC1B;oBAEA,SAAS;wBACP,wDAAwD,CAAC;wBACzD,2BAA2B,CAAC;oBAC9B;oBACA,SAAS;wBACP,wDAAwD,CAAC;oBAC3D;gBACF;gBACA,8BAA8B;oBAC5B,oBAAoB,CAAC;oBACrB,iCAAiC;wBAC/B,yCAAyC,CAAC;wBAC1C,qCAAqC,CAAC;wBACtC,sCAAsC,CAAC;oBACzC;gBACF;gBACA,2BAA2B;oBACzB,iCAAiC;wBAC/B,yCAAyC,CAAC;wBAC1C,qCAAqC,CAAC;wBACtC,sCAAsC,CAAC;oBACzC;gBACF;YACF;QACF;IACF"}
|
|
@@ -1,2 +1,144 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "Radio", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return Radio;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var Radio = function() {
|
|
12
|
+
return {
|
|
13
|
+
'.sk-form-radio': {
|
|
14
|
+
backgroundImage: 'none',
|
|
15
|
+
'@apply relative': {},
|
|
16
|
+
'@apply box-border': {},
|
|
17
|
+
'@apply bg-input-field-surface': {},
|
|
18
|
+
'@apply border-1': {},
|
|
19
|
+
'@apply border-input-field-outline': {},
|
|
20
|
+
'@apply m-0': {},
|
|
21
|
+
'@apply h-24 w-24': {},
|
|
22
|
+
//Hover
|
|
23
|
+
'@apply hover:after:content-[""]': {},
|
|
24
|
+
'@apply hover:border-input-field-outline-hover': {},
|
|
25
|
+
'&::after': {
|
|
26
|
+
'@apply absolute': {},
|
|
27
|
+
'@apply rounded-full': {},
|
|
28
|
+
'@apply bg-dark-placeholder': {},
|
|
29
|
+
'@apply m-5': {},
|
|
30
|
+
'@apply top-0 left-0 bottom-0 right-0': {}
|
|
31
|
+
},
|
|
32
|
+
//Focus
|
|
33
|
+
'@apply focus-visible:ring': {},
|
|
34
|
+
'@apply focus-visible:bg-background-content': {},
|
|
35
|
+
'@apply focus-visible:border-background-content': {},
|
|
36
|
+
'@apply focus-visible:hover:border-background-content': {},
|
|
37
|
+
//Invalid
|
|
38
|
+
'&[aria-invalid="true"]': {
|
|
39
|
+
'@apply border-2': {},
|
|
40
|
+
'@apply border-error-surface-primary': {},
|
|
41
|
+
'@apply hover:border-2': {},
|
|
42
|
+
'@apply hover:border-error-surface-primary': {}
|
|
43
|
+
},
|
|
44
|
+
//Checked
|
|
45
|
+
'&:checked, &[checked="true"]': {
|
|
46
|
+
'@apply bg-input-field-surface': {},
|
|
47
|
+
'@apply hover:bg-input-field-surface': {},
|
|
48
|
+
'@apply focus:bg-input-field-surface': {},
|
|
49
|
+
'@apply text-input-field-surface': {},
|
|
50
|
+
'@apply border-input-field-outline': {},
|
|
51
|
+
'@apply hover:text-input-field-surface': {},
|
|
52
|
+
'@apply focus:text-input-field-surface': {},
|
|
53
|
+
'@apply focus:border-input-field-outline': {},
|
|
54
|
+
'@apply focus:hover:border-input-field-outline-hover': {},
|
|
55
|
+
'@apply hover:border-input-field-outline-hover': {},
|
|
56
|
+
'@apply focus:outline-0': {},
|
|
57
|
+
'@apply focus:ring-0 focus:ring-offset-0': {},
|
|
58
|
+
'@apply focus-visible:ring': {},
|
|
59
|
+
'@apply focus-visible:hover:border-transparent': {},
|
|
60
|
+
'@apply focus-visible:border-transparent': {},
|
|
61
|
+
'@apply after:content-[""]': {},
|
|
62
|
+
'&[aria-invalid="true"]': {
|
|
63
|
+
'@apply border-2': {},
|
|
64
|
+
'@apply border-error-surface-primary': {},
|
|
65
|
+
'@apply hover:border-2': {},
|
|
66
|
+
'@apply hover:border-error-surface-primary': {}
|
|
67
|
+
},
|
|
68
|
+
'&::after': {
|
|
69
|
+
'@apply bg-dark-primary': {}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
'&:active': {
|
|
73
|
+
'@apply ring-0 ring-offset-0': {}
|
|
74
|
+
},
|
|
75
|
+
//Disabled
|
|
76
|
+
'&:disabled, &[disabled="true"]': {
|
|
77
|
+
'@apply border-input-field-outline-disabled': {},
|
|
78
|
+
'@apply hover:border-input-field-outline-disabled': {},
|
|
79
|
+
'@apply bg-input-field-surface-disabled': {},
|
|
80
|
+
'@apply hover:bg-input-field-surface-disabled': {},
|
|
81
|
+
'@apply cursor-not-allowed': {},
|
|
82
|
+
'&:not(:checked):not([checked="true"]):after': {
|
|
83
|
+
'@apply hidden': {}
|
|
84
|
+
},
|
|
85
|
+
'&:checked, &[checked="true"]': {
|
|
86
|
+
'@apply border-input-field-outline-disabled': {},
|
|
87
|
+
'&::after': {
|
|
88
|
+
'@apply bg-dark-disabled': {}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
//ReadOnly
|
|
93
|
+
'&[readonly], &[readonly="true"]': {
|
|
94
|
+
'@apply bg-input-field-surface-disabled': {},
|
|
95
|
+
'@apply border-input-field-outline-disabled': {},
|
|
96
|
+
'@apply hover:border-input-field-outline-disabled': {},
|
|
97
|
+
'&:not(:checked):not([checked="true"]):after': {
|
|
98
|
+
'@apply hidden': {}
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
'&-label': {
|
|
102
|
+
'@apply inline-flex align-top items-center': {},
|
|
103
|
+
'@apply font-normal': {},
|
|
104
|
+
'@apply p-2': {},
|
|
105
|
+
'&-sm': {
|
|
106
|
+
'@apply text-small': {},
|
|
107
|
+
'@apply h-28': {},
|
|
108
|
+
'@apply gap-10': {}
|
|
109
|
+
},
|
|
110
|
+
'&-md': {
|
|
111
|
+
'@apply text-base': {},
|
|
112
|
+
'@apply h-28': {},
|
|
113
|
+
'@apply gap-10': {}
|
|
114
|
+
},
|
|
115
|
+
'&-lg': {
|
|
116
|
+
'@apply text-large': {},
|
|
117
|
+
'@apply h-30': {},
|
|
118
|
+
'@apply gap-12': {}
|
|
119
|
+
},
|
|
120
|
+
'&[data-disabled="true"]': {
|
|
121
|
+
'@apply text-dark-disabled': {},
|
|
122
|
+
'@apply cursor-default': {}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
'&-group': {
|
|
126
|
+
'@apply flex flex-row': {},
|
|
127
|
+
'&[data-direction="column"]': {
|
|
128
|
+
'@apply flex-col': {}
|
|
129
|
+
},
|
|
130
|
+
'&-sm': {
|
|
131
|
+
'@apply gap-12': {}
|
|
132
|
+
},
|
|
133
|
+
'&-md': {
|
|
134
|
+
'@apply gap-16': {}
|
|
135
|
+
},
|
|
136
|
+
'&-lg': {
|
|
137
|
+
'@apply gap-16': {}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
|
|
2
144
|
//# sourceMappingURL=radio.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/components/radio.ts"],"sourcesContent":["export const Radio = () => ({\r\n '.sk-form-radio': {\r\n backgroundImage: 'none',\r\n\r\n '@apply relative': {},\r\n '@apply box-border': {},\r\n '@apply bg-input-field-surface': {},\r\n '@apply border-1': {},\r\n '@apply border-input-field-outline': {},\r\n '@apply m-0': {},\r\n '@apply h-24 w-24': {},\r\n\r\n //Hover\r\n '@apply hover:after:content-[\"\"]': {},\r\n '@apply hover:border-input-field-outline-hover': {},\r\n '&::after': {\r\n '@apply absolute': {},\r\n '@apply rounded-full': {},\r\n '@apply bg-dark-placeholder': {},\r\n '@apply m-5': {},\r\n '@apply top-0 left-0 bottom-0 right-0': {},\r\n },\r\n\r\n //Focus\r\n '@apply focus-visible:ring': {},\r\n '@apply focus-visible:bg-background-content': {},\r\n '@apply focus-visible:border-background-content': {},\r\n '@apply focus-visible:hover:border-background-content': {},\r\n\r\n //Invalid\r\n '&[aria-invalid=\"true\"]': {\r\n '@apply border-2': {},\r\n '@apply border-error-surface-primary': {},\r\n '@apply hover:border-2': {},\r\n '@apply hover:border-error-surface-primary': {},\r\n },\r\n\r\n //Checked\r\n '&:checked, &[checked=\"true\"]': {\r\n '@apply bg-input-field-surface': {},\r\n '@apply hover:bg-input-field-surface': {},\r\n '@apply focus:bg-input-field-surface': {},\r\n '@apply text-input-field-surface': {},\r\n '@apply border-input-field-outline': {},\r\n '@apply hover:text-input-field-surface': {},\r\n '@apply focus:text-input-field-surface': {},\r\n '@apply focus:border-input-field-outline': {},\r\n '@apply focus:hover:border-input-field-outline-hover': {},\r\n '@apply hover:border-input-field-outline-hover': {},\r\n '@apply focus:outline-0': {},\r\n '@apply focus:ring-0 focus:ring-offset-0': {},\r\n '@apply focus-visible:ring': {},\r\n '@apply focus-visible:hover:border-transparent': {},\r\n '@apply focus-visible:border-transparent': {},\r\n '@apply after:content-[\"\"]': {},\r\n '&[aria-invalid=\"true\"]': {\r\n '@apply border-2': {},\r\n '@apply border-error-surface-primary': {},\r\n '@apply hover:border-2': {},\r\n '@apply hover:border-error-surface-primary': {},\r\n },\r\n '&::after': {\r\n '@apply bg-dark-primary': {},\r\n },\r\n },\r\n\r\n '&:active': {\r\n '@apply ring-0 ring-offset-0': {},\r\n },\r\n\r\n //Disabled\r\n '&:disabled, &[disabled=\"true\"]': {\r\n '@apply border-input-field-outline-disabled': {},\r\n '@apply hover:border-input-field-outline-disabled': {},\r\n '@apply bg-input-field-surface-disabled': {},\r\n '@apply hover:bg-input-field-surface-disabled': {},\r\n '@apply cursor-not-allowed': {},\r\n '&:not(:checked):not([checked=\"true\"]):after': {\r\n '@apply hidden': {},\r\n },\r\n '&:checked, &[checked=\"true\"]': {\r\n '@apply border-input-field-outline-disabled': {},\r\n '&::after': {\r\n '@apply bg-dark-disabled': {},\r\n },\r\n },\r\n },\r\n\r\n '&-label': {\r\n '@apply inline-flex align-top items-center': {},\r\n '@apply font-normal': {},\r\n '@apply p-2': {},\r\n '&-sm': {\r\n '@apply text-small': {},\r\n '@apply h-28': {},\r\n '@apply gap-10': {},\r\n },\r\n '&-md': {\r\n '@apply text-base': {},\r\n '@apply h-28': {},\r\n '@apply gap-10': {},\r\n },\r\n '&-lg': {\r\n '@apply text-large': {},\r\n '@apply h-30': {},\r\n '@apply gap-12': {},\r\n },\r\n '&[data-disabled=\"true\"]': {\r\n '@apply text-dark-disabled': {},\r\n '@apply cursor-default': {},\r\n },\r\n },\r\n '&-group': {\r\n '@apply flex flex-row': {},\r\n '&[data-direction=\"column\"]': {\r\n '@apply flex-col': {},\r\n },\r\n '&-sm': {\r\n '@apply gap-12': {},\r\n },\r\n '&-md': {\r\n '@apply gap-16': {},\r\n },\r\n '&-lg': {\r\n '@apply gap-16': {},\r\n },\r\n },\r\n },\r\n});\r\n"],"names":["Radio","backgroundImage"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../src/components/radio.ts"],"sourcesContent":["export const Radio = () => ({\r\n '.sk-form-radio': {\r\n backgroundImage: 'none',\r\n\r\n '@apply relative': {},\r\n '@apply box-border': {},\r\n '@apply bg-input-field-surface': {},\r\n '@apply border-1': {},\r\n '@apply border-input-field-outline': {},\r\n '@apply m-0': {},\r\n '@apply h-24 w-24': {},\r\n\r\n //Hover\r\n '@apply hover:after:content-[\"\"]': {},\r\n '@apply hover:border-input-field-outline-hover': {},\r\n '&::after': {\r\n '@apply absolute': {},\r\n '@apply rounded-full': {},\r\n '@apply bg-dark-placeholder': {},\r\n '@apply m-5': {},\r\n '@apply top-0 left-0 bottom-0 right-0': {},\r\n },\r\n\r\n //Focus\r\n '@apply focus-visible:ring': {},\r\n '@apply focus-visible:bg-background-content': {},\r\n '@apply focus-visible:border-background-content': {},\r\n '@apply focus-visible:hover:border-background-content': {},\r\n\r\n //Invalid\r\n '&[aria-invalid=\"true\"]': {\r\n '@apply border-2': {},\r\n '@apply border-error-surface-primary': {},\r\n '@apply hover:border-2': {},\r\n '@apply hover:border-error-surface-primary': {},\r\n },\r\n\r\n //Checked\r\n '&:checked, &[checked=\"true\"]': {\r\n '@apply bg-input-field-surface': {},\r\n '@apply hover:bg-input-field-surface': {},\r\n '@apply focus:bg-input-field-surface': {},\r\n '@apply text-input-field-surface': {},\r\n '@apply border-input-field-outline': {},\r\n '@apply hover:text-input-field-surface': {},\r\n '@apply focus:text-input-field-surface': {},\r\n '@apply focus:border-input-field-outline': {},\r\n '@apply focus:hover:border-input-field-outline-hover': {},\r\n '@apply hover:border-input-field-outline-hover': {},\r\n '@apply focus:outline-0': {},\r\n '@apply focus:ring-0 focus:ring-offset-0': {},\r\n '@apply focus-visible:ring': {},\r\n '@apply focus-visible:hover:border-transparent': {},\r\n '@apply focus-visible:border-transparent': {},\r\n '@apply after:content-[\"\"]': {},\r\n '&[aria-invalid=\"true\"]': {\r\n '@apply border-2': {},\r\n '@apply border-error-surface-primary': {},\r\n '@apply hover:border-2': {},\r\n '@apply hover:border-error-surface-primary': {},\r\n },\r\n '&::after': {\r\n '@apply bg-dark-primary': {},\r\n },\r\n },\r\n\r\n '&:active': {\r\n '@apply ring-0 ring-offset-0': {},\r\n },\r\n\r\n //Disabled\r\n '&:disabled, &[disabled=\"true\"]': {\r\n '@apply border-input-field-outline-disabled': {},\r\n '@apply hover:border-input-field-outline-disabled': {},\r\n '@apply bg-input-field-surface-disabled': {},\r\n '@apply hover:bg-input-field-surface-disabled': {},\r\n '@apply cursor-not-allowed': {},\r\n '&:not(:checked):not([checked=\"true\"]):after': {\r\n '@apply hidden': {},\r\n },\r\n '&:checked, &[checked=\"true\"]': {\r\n '@apply border-input-field-outline-disabled': {},\r\n '&::after': {\r\n '@apply bg-dark-disabled': {},\r\n },\r\n },\r\n },\r\n\r\n //ReadOnly\r\n '&[readonly], &[readonly=\"true\"]': {\r\n '@apply bg-input-field-surface-disabled': {},\r\n '@apply border-input-field-outline-disabled': {},\r\n '@apply hover:border-input-field-outline-disabled': {},\r\n '&:not(:checked):not([checked=\"true\"]):after': {\r\n '@apply hidden': {},\r\n },\r\n },\r\n\r\n '&-label': {\r\n '@apply inline-flex align-top items-center': {},\r\n '@apply font-normal': {},\r\n '@apply p-2': {},\r\n '&-sm': {\r\n '@apply text-small': {},\r\n '@apply h-28': {},\r\n '@apply gap-10': {},\r\n },\r\n '&-md': {\r\n '@apply text-base': {},\r\n '@apply h-28': {},\r\n '@apply gap-10': {},\r\n },\r\n '&-lg': {\r\n '@apply text-large': {},\r\n '@apply h-30': {},\r\n '@apply gap-12': {},\r\n },\r\n '&[data-disabled=\"true\"]': {\r\n '@apply text-dark-disabled': {},\r\n '@apply cursor-default': {},\r\n },\r\n },\r\n '&-group': {\r\n '@apply flex flex-row': {},\r\n '&[data-direction=\"column\"]': {\r\n '@apply flex-col': {},\r\n },\r\n '&-sm': {\r\n '@apply gap-12': {},\r\n },\r\n '&-md': {\r\n '@apply gap-16': {},\r\n },\r\n '&-lg': {\r\n '@apply gap-16': {},\r\n },\r\n },\r\n },\r\n});\r\n"],"names":["Radio","backgroundImage"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,IAAMA,QAAQ;WAAO;QAC1B,kBAAkB;YAChBC,iBAAiB;YAEjB,mBAAmB,CAAC;YACpB,qBAAqB,CAAC;YACtB,iCAAiC,CAAC;YAClC,mBAAmB,CAAC;YACpB,qCAAqC,CAAC;YACtC,cAAc,CAAC;YACf,oBAAoB,CAAC;YAErB,OAAO;YACP,mCAAmC,CAAC;YACpC,iDAAiD,CAAC;YAClD,YAAY;gBACV,mBAAmB,CAAC;gBACpB,uBAAuB,CAAC;gBACxB,8BAA8B,CAAC;gBAC/B,cAAc,CAAC;gBACf,wCAAwC,CAAC;YAC3C;YAEA,OAAO;YACP,6BAA6B,CAAC;YAC9B,8CAA8C,CAAC;YAC/C,kDAAkD,CAAC;YACnD,wDAAwD,CAAC;YAEzD,SAAS;YACT,0BAA0B;gBACxB,mBAAmB,CAAC;gBACpB,uCAAuC,CAAC;gBACxC,yBAAyB,CAAC;gBAC1B,6CAA6C,CAAC;YAChD;YAEA,SAAS;YACT,gCAAgC;gBAC9B,iCAAiC,CAAC;gBAClC,uCAAuC,CAAC;gBACxC,uCAAuC,CAAC;gBACxC,mCAAmC,CAAC;gBACpC,qCAAqC,CAAC;gBACtC,yCAAyC,CAAC;gBAC1C,yCAAyC,CAAC;gBAC1C,2CAA2C,CAAC;gBAC5C,uDAAuD,CAAC;gBACxD,iDAAiD,CAAC;gBAClD,0BAA0B,CAAC;gBAC3B,2CAA2C,CAAC;gBAC5C,6BAA6B,CAAC;gBAC9B,iDAAiD,CAAC;gBAClD,2CAA2C,CAAC;gBAC5C,6BAA6B,CAAC;gBAC9B,0BAA0B;oBACxB,mBAAmB,CAAC;oBACpB,uCAAuC,CAAC;oBACxC,yBAAyB,CAAC;oBAC1B,6CAA6C,CAAC;gBAChD;gBACA,YAAY;oBACV,0BAA0B,CAAC;gBAC7B;YACF;YAEA,YAAY;gBACV,+BAA+B,CAAC;YAClC;YAEA,UAAU;YACV,kCAAkC;gBAChC,8CAA8C,CAAC;gBAC/C,oDAAoD,CAAC;gBACrD,0CAA0C,CAAC;gBAC3C,gDAAgD,CAAC;gBACjD,6BAA6B,CAAC;gBAC9B,+CAA+C;oBAC7C,iBAAiB,CAAC;gBACpB;gBACA,gCAAgC;oBAC9B,8CAA8C,CAAC;oBAC/C,YAAY;wBACV,2BAA2B,CAAC;oBAC9B;gBACF;YACF;YAEA,UAAU;YACV,mCAAmC;gBACjC,0CAA0C,CAAC;gBAC3C,8CAA8C,CAAC;gBAC/C,oDAAoD,CAAC;gBACrD,+CAA+C;oBAC7C,iBAAiB,CAAC;gBACpB;YACF;YAEA,WAAW;gBACT,6CAA6C,CAAC;gBAC9C,sBAAsB,CAAC;gBACvB,cAAc,CAAC;gBACf,QAAQ;oBACN,qBAAqB,CAAC;oBACtB,eAAe,CAAC;oBAChB,iBAAiB,CAAC;gBACpB;gBACA,QAAQ;oBACN,oBAAoB,CAAC;oBACrB,eAAe,CAAC;oBAChB,iBAAiB,CAAC;gBACpB;gBACA,QAAQ;oBACN,qBAAqB,CAAC;oBACtB,eAAe,CAAC;oBAChB,iBAAiB,CAAC;gBACpB;gBACA,2BAA2B;oBACzB,6BAA6B,CAAC;oBAC9B,yBAAyB,CAAC;gBAC5B;YACF;YACA,WAAW;gBACT,wBAAwB,CAAC;gBACzB,8BAA8B;oBAC5B,mBAAmB,CAAC;gBACtB;gBACA,QAAQ;oBACN,iBAAiB,CAAC;gBACpB;gBACA,QAAQ;oBACN,iBAAiB,CAAC;gBACpB;gBACA,QAAQ;oBACN,iBAAiB,CAAC;gBACpB;YACF;QACF;IACF"}
|
|
@@ -1,2 +1,49 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "SearchField", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return SearchField;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var SearchField = function() {
|
|
12
|
+
return {
|
|
13
|
+
'.sk-search-field-suggestions': {
|
|
14
|
+
'&.sk-form-combobox': {
|
|
15
|
+
'@apply h-auto': {}
|
|
16
|
+
},
|
|
17
|
+
'.sk-form-combobox': {
|
|
18
|
+
'&-list': {
|
|
19
|
+
'@apply w-full': {},
|
|
20
|
+
'&-option': {
|
|
21
|
+
'.sk-icon': {
|
|
22
|
+
'@apply hidden': {}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
'.sk-search-field': {
|
|
29
|
+
'&-md': {
|
|
30
|
+
'.sk-search-field-icon': {
|
|
31
|
+
'@apply w-20 h-20': {},
|
|
32
|
+
svg: {
|
|
33
|
+
'@apply w-20 h-20': {}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
'&-lg': {
|
|
38
|
+
'.sk-search-field-icon': {
|
|
39
|
+
'@apply w-22 h-22': {},
|
|
40
|
+
svg: {
|
|
41
|
+
'@apply w-22 h-22': {}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
|
|
2
49
|
//# sourceMappingURL=search-field.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/components/search-field.ts"],"sourcesContent":["export const SearchField = () => ({\n '.sk-search-field-suggestions': {\n '&.sk-form-combobox': {\n '@apply h-auto': {},\n },\n '.sk-form-combobox': {\n '&-list': {\n '@apply w-full': {},\n '&-option': {\n '.sk-icon': {\n '@apply hidden': {},\n },\n },\n },\n },\n },\n '.sk-search-field': {\n '&-md': {\n '.sk-search-field-icon': {\n '@apply w-20 h-20': {},\n svg: {\n '@apply w-20 h-20': {},\n },\n },\n },\n '&-lg': {\n '.sk-search-field-icon': {\n '@apply w-22 h-22': {},\n svg: {\n '@apply w-22 h-22': {},\n },\n },\n },\n },\n});\n"],"names":["SearchField","svg"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../src/components/search-field.ts"],"sourcesContent":["export const SearchField = () => ({\r\n '.sk-search-field-suggestions': {\r\n '&.sk-form-combobox': {\r\n '@apply h-auto': {},\r\n },\r\n '.sk-form-combobox': {\r\n '&-list': {\r\n '@apply w-full': {},\r\n '&-option': {\r\n '.sk-icon': {\r\n '@apply hidden': {},\r\n },\r\n },\r\n },\r\n },\r\n },\r\n '.sk-search-field': {\r\n '&-md': {\r\n '.sk-search-field-icon': {\r\n '@apply w-20 h-20': {},\r\n svg: {\r\n '@apply w-20 h-20': {},\r\n },\r\n },\r\n },\r\n '&-lg': {\r\n '.sk-search-field-icon': {\r\n '@apply w-22 h-22': {},\r\n svg: {\r\n '@apply w-22 h-22': {},\r\n },\r\n },\r\n },\r\n },\r\n});\r\n"],"names":["SearchField","svg"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,IAAMA,cAAc;WAAO;QAChC,gCAAgC;YAC9B,sBAAsB;gBACpB,iBAAiB,CAAC;YACpB;YACA,qBAAqB;gBACnB,UAAU;oBACR,iBAAiB,CAAC;oBAClB,YAAY;wBACV,YAAY;4BACV,iBAAiB,CAAC;wBACpB;oBACF;gBACF;YACF;QACF;QACA,oBAAoB;YAClB,QAAQ;gBACN,yBAAyB;oBACvB,oBAAoB,CAAC;oBACrBC,KAAK;wBACH,oBAAoB,CAAC;oBACvB;gBACF;YACF;YACA,QAAQ;gBACN,yBAAyB;oBACvB,oBAAoB,CAAC;oBACrBA,KAAK;wBACH,oBAAoB,CAAC;oBACvB;gBACF;YACF;QACF;IACF"}
|