@sk-web-gui/core 3.9.1 → 3.11.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/dist/cjs/aria-plugin.js +98 -43
- package/dist/cjs/aria-plugin.js.map +1 -1
- package/dist/cjs/base.js +55 -48
- package/dist/cjs/base.js.map +1 -1
- package/dist/cjs/colors.js +676 -599
- package/dist/cjs/colors.js.map +1 -1
- package/dist/cjs/components/accordion.js +203 -196
- package/dist/cjs/components/accordion.js.map +1 -1
- package/dist/cjs/components/ai/ai-corner-module.js +335 -278
- package/dist/cjs/components/ai/ai-corner-module.js.map +1 -1
- package/dist/cjs/components/ai/ai-feed.js +70 -63
- package/dist/cjs/components/ai/ai-feed.js.map +1 -1
- package/dist/cjs/components/ai/ai-service-module.js +218 -160
- package/dist/cjs/components/ai/ai-service-module.js.map +1 -1
- package/dist/cjs/components/ai/assistant-presentation.js +62 -55
- package/dist/cjs/components/ai/assistant-presentation.js.map +1 -1
- package/dist/cjs/components/ai/assistant-switch.js +54 -47
- package/dist/cjs/components/ai/assistant-switch.js.map +1 -1
- package/dist/cjs/components/ai/bubble.js +123 -66
- package/dist/cjs/components/ai/bubble.js.map +1 -1
- package/dist/cjs/components/ai/feedback.js +37 -30
- package/dist/cjs/components/ai/feedback.js.map +1 -1
- package/dist/cjs/components/ai/input-section.js +31 -24
- package/dist/cjs/components/ai/input-section.js.map +1 -1
- package/dist/cjs/components/ai/markdown-rendered.js +30 -23
- package/dist/cjs/components/ai/markdown-rendered.js.map +1 -1
- package/dist/cjs/components/ai/new-session-button.js +26 -19
- package/dist/cjs/components/ai/new-session-button.js.map +1 -1
- package/dist/cjs/components/ai/typing-bubble.js +28 -21
- package/dist/cjs/components/ai/typing-bubble.js.map +1 -1
- package/dist/cjs/components/ai/typing-sequence.js +87 -30
- package/dist/cjs/components/ai/typing-sequence.js.map +1 -1
- package/dist/cjs/components/avatar.js +101 -43
- package/dist/cjs/components/avatar.js.map +1 -1
- package/dist/cjs/components/badge.js +90 -32
- package/dist/cjs/components/badge.js.map +1 -1
- package/dist/cjs/components/breadcrumb.js +47 -27
- package/dist/cjs/components/breadcrumb.js.map +1 -1
- package/dist/cjs/components/button-group.js +35 -28
- package/dist/cjs/components/button-group.js.map +1 -1
- package/dist/cjs/components/button.js +290 -237
- package/dist/cjs/components/button.js.map +1 -1
- package/dist/cjs/components/callout.js +92 -35
- package/dist/cjs/components/callout.js.map +1 -1
- package/dist/cjs/components/card.js +273 -209
- package/dist/cjs/components/card.js.map +1 -1
- package/dist/cjs/components/checkbox.js +137 -113
- package/dist/cjs/components/checkbox.js.map +1 -1
- package/dist/cjs/components/chip.js +47 -40
- package/dist/cjs/components/chip.js.map +1 -1
- package/dist/cjs/components/code.js +19 -12
- package/dist/cjs/components/code.js.map +1 -1
- package/dist/cjs/components/combobox.js +97 -91
- package/dist/cjs/components/combobox.js.map +1 -1
- package/dist/cjs/components/cookie-consent.js +51 -46
- package/dist/cjs/components/cookie-consent.js.map +1 -1
- package/dist/cjs/components/dialog.js +78 -21
- package/dist/cjs/components/dialog.js.map +1 -1
- package/dist/cjs/components/divider.js +60 -53
- package/dist/cjs/components/divider.js.map +1 -1
- package/dist/cjs/components/dot.js +111 -56
- package/dist/cjs/components/dot.js.map +1 -1
- package/dist/cjs/components/file-upload.js +221 -214
- package/dist/cjs/components/file-upload.js.map +1 -1
- package/dist/cjs/components/filter.js +24 -17
- package/dist/cjs/components/filter.js.map +1 -1
- package/dist/cjs/components/footer.js +41 -34
- package/dist/cjs/components/footer.js.map +1 -1
- package/dist/cjs/components/forms.js +34 -27
- package/dist/cjs/components/forms.js.map +1 -1
- package/dist/cjs/components/header.js +38 -31
- package/dist/cjs/components/header.js.map +1 -1
- package/dist/cjs/components/icon.js +113 -55
- package/dist/cjs/components/icon.js.map +1 -1
- package/dist/cjs/components/input.js +285 -219
- package/dist/cjs/components/input.js.map +1 -1
- package/dist/cjs/components/kbd.js +17 -12
- package/dist/cjs/components/kbd.js.map +1 -1
- package/dist/cjs/components/label.js +93 -35
- package/dist/cjs/components/label.js.map +1 -1
- package/dist/cjs/components/link.js +59 -52
- package/dist/cjs/components/link.js.map +1 -1
- package/dist/cjs/components/list.js +63 -56
- package/dist/cjs/components/list.js.map +1 -1
- package/dist/cjs/components/logo.js +58 -51
- package/dist/cjs/components/logo.js.map +1 -1
- package/dist/cjs/components/menu-vertical.js +243 -204
- package/dist/cjs/components/menu-vertical.js.map +1 -1
- package/dist/cjs/components/menubar.js +100 -42
- package/dist/cjs/components/menubar.js.map +1 -1
- package/dist/cjs/components/modal.js +58 -51
- package/dist/cjs/components/modal.js.map +1 -1
- package/dist/cjs/components/pagination.js +108 -101
- package/dist/cjs/components/pagination.js.map +1 -1
- package/dist/cjs/components/popup-menu.js +148 -144
- package/dist/cjs/components/popup-menu.js.map +1 -1
- package/dist/cjs/components/progress-bar.js +80 -24
- package/dist/cjs/components/progress-bar.js.map +1 -1
- package/dist/cjs/components/progress-stepper.js +80 -73
- package/dist/cjs/components/progress-stepper.js.map +1 -1
- package/dist/cjs/components/radio.js +140 -134
- package/dist/cjs/components/radio.js.map +1 -1
- package/dist/cjs/components/search-field.js +44 -37
- package/dist/cjs/components/search-field.js.map +1 -1
- package/dist/cjs/components/select.js +256 -182
- package/dist/cjs/components/select.js.map +1 -1
- package/dist/cjs/components/snackbar.js +40 -33
- package/dist/cjs/components/snackbar.js.map +1 -1
- package/dist/cjs/components/spinner.js +80 -23
- package/dist/cjs/components/spinner.js.map +1 -1
- package/dist/cjs/components/switch.js +89 -66
- package/dist/cjs/components/switch.js.map +1 -1
- package/dist/cjs/components/table.js +297 -236
- package/dist/cjs/components/table.js.map +1 -1
- package/dist/cjs/components/tabs.js +124 -16
- package/dist/cjs/components/tabs.js.map +1 -1
- package/dist/cjs/components/tooltip.js +68 -61
- package/dist/cjs/components/tooltip.js.map +1 -1
- package/dist/cjs/components/user-menu.js +24 -17
- package/dist/cjs/components/user-menu.js.map +1 -1
- package/dist/cjs/components.js +377 -177
- package/dist/cjs/components.js.map +1 -1
- package/dist/cjs/data-plugin.js +64 -26
- package/dist/cjs/data-plugin.js.map +1 -1
- package/dist/cjs/fonts.js +17 -10
- package/dist/cjs/fonts.js.map +1 -1
- package/dist/cjs/index.js +36 -12
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/plugin.js +136 -54
- package/dist/cjs/plugin.js.map +1 -1
- package/dist/cjs/preset.js +161 -25
- package/dist/cjs/preset.js.map +1 -1
- package/dist/cjs/theme.js +198 -137
- package/dist/cjs/theme.js.map +1 -1
- package/dist/cjs/units.js +412 -288
- package/dist/cjs/units.js.map +1 -1
- package/dist/cjs/with-opacity.js +16 -9
- package/dist/cjs/with-opacity.js.map +1 -1
- package/dist/esm/aria-plugin.js +83 -38
- package/dist/esm/aria-plugin.js.map +1 -1
- package/dist/esm/base.js +45 -44
- package/dist/esm/base.js.map +1 -1
- package/dist/esm/colors.js +667 -596
- package/dist/esm/colors.js.map +1 -1
- package/dist/esm/components/accordion.js +198 -195
- package/dist/esm/components/accordion.js.map +1 -1
- package/dist/esm/components/ai/ai-corner-module.js +327 -275
- package/dist/esm/components/ai/ai-corner-module.js.map +1 -1
- package/dist/esm/components/ai/ai-feed.js +63 -60
- package/dist/esm/components/ai/ai-feed.js.map +1 -1
- package/dist/esm/components/ai/ai-service-module.js +211 -167
- package/dist/esm/components/ai/ai-service-module.js.map +1 -1
- package/dist/esm/components/ai/assistant-presentation.js +54 -51
- package/dist/esm/components/ai/assistant-presentation.js.map +1 -1
- package/dist/esm/components/ai/assistant-switch.js +47 -44
- package/dist/esm/components/ai/assistant-switch.js.map +1 -1
- package/dist/esm/components/ai/bubble.js +112 -82
- package/dist/esm/components/ai/bubble.js.map +1 -1
- package/dist/esm/components/ai/feedback.js +29 -26
- package/dist/esm/components/ai/feedback.js.map +1 -1
- package/dist/esm/components/ai/input-section.js +24 -21
- package/dist/esm/components/ai/input-section.js.map +1 -1
- package/dist/esm/components/ai/markdown-rendered.js +23 -20
- package/dist/esm/components/ai/markdown-rendered.js.map +1 -1
- package/dist/esm/components/ai/new-session-button.js +19 -16
- package/dist/esm/components/ai/new-session-button.js.map +1 -1
- package/dist/esm/components/ai/typing-bubble.js +21 -18
- package/dist/esm/components/ai/typing-bubble.js.map +1 -1
- package/dist/esm/components/ai/typing-sequence.js +80 -32
- package/dist/esm/components/ai/typing-sequence.js.map +1 -1
- package/dist/esm/components/avatar.js +91 -41
- package/dist/esm/components/avatar.js.map +1 -1
- package/dist/esm/components/badge.js +80 -29
- package/dist/esm/components/badge.js.map +1 -1
- package/dist/esm/components/breadcrumb.js +38 -27
- package/dist/esm/components/breadcrumb.js.map +1 -1
- package/dist/esm/components/button-group.js +28 -25
- package/dist/esm/components/button-group.js.map +1 -1
- package/dist/esm/components/button.js +283 -255
- package/dist/esm/components/button.js.map +1 -1
- package/dist/esm/components/callout.js +82 -31
- package/dist/esm/components/callout.js.map +1 -1
- package/dist/esm/components/card.js +262 -235
- package/dist/esm/components/card.js.map +1 -1
- package/dist/esm/components/checkbox.js +130 -110
- package/dist/esm/components/checkbox.js.map +1 -1
- package/dist/esm/components/chip.js +40 -37
- package/dist/esm/components/chip.js.map +1 -1
- package/dist/esm/components/code.js +12 -9
- package/dist/esm/components/code.js.map +1 -1
- package/dist/esm/components/combobox.js +89 -87
- package/dist/esm/components/combobox.js.map +1 -1
- package/dist/esm/components/cookie-consent.js +43 -42
- package/dist/esm/components/cookie-consent.js.map +1 -1
- package/dist/esm/components/dialog.js +70 -18
- package/dist/esm/components/dialog.js.map +1 -1
- package/dist/esm/components/divider.js +52 -49
- package/dist/esm/components/divider.js.map +1 -1
- package/dist/esm/components/dot.js +104 -56
- package/dist/esm/components/dot.js.map +1 -1
- package/dist/esm/components/file-upload.js +214 -211
- package/dist/esm/components/file-upload.js.map +1 -1
- package/dist/esm/components/filter.js +17 -14
- package/dist/esm/components/filter.js.map +1 -1
- package/dist/esm/components/footer.js +33 -30
- package/dist/esm/components/footer.js.map +1 -1
- package/dist/esm/components/forms.js +27 -24
- package/dist/esm/components/forms.js.map +1 -1
- package/dist/esm/components/header.js +31 -28
- package/dist/esm/components/header.js.map +1 -1
- package/dist/esm/components/icon.js +103 -54
- package/dist/esm/components/icon.js.map +1 -1
- package/dist/esm/components/input.js +278 -216
- package/dist/esm/components/input.js.map +1 -1
- package/dist/esm/components/kbd.js +10 -9
- package/dist/esm/components/kbd.js.map +1 -1
- package/dist/esm/components/label.js +83 -35
- package/dist/esm/components/label.js.map +1 -1
- package/dist/esm/components/link.js +52 -49
- package/dist/esm/components/link.js.map +1 -1
- package/dist/esm/components/list.js +55 -52
- package/dist/esm/components/list.js.map +1 -1
- package/dist/esm/components/logo.js +51 -48
- package/dist/esm/components/logo.js.map +1 -1
- package/dist/esm/components/menu-vertical.js +233 -199
- package/dist/esm/components/menu-vertical.js.map +1 -1
- package/dist/esm/components/menubar.js +92 -45
- package/dist/esm/components/menubar.js.map +1 -1
- package/dist/esm/components/modal.js +50 -47
- package/dist/esm/components/modal.js.map +1 -1
- package/dist/esm/components/pagination.js +101 -98
- package/dist/esm/components/pagination.js.map +1 -1
- package/dist/esm/components/popup-menu.js +142 -142
- package/dist/esm/components/popup-menu.js.map +1 -1
- package/dist/esm/components/progress-bar.js +69 -21
- package/dist/esm/components/progress-bar.js.map +1 -1
- package/dist/esm/components/progress-stepper.js +72 -69
- package/dist/esm/components/progress-stepper.js.map +1 -1
- package/dist/esm/components/radio.js +132 -130
- package/dist/esm/components/radio.js.map +1 -1
- package/dist/esm/components/search-field.js +37 -34
- package/dist/esm/components/search-field.js.map +1 -1
- package/dist/esm/components/select.js +250 -180
- package/dist/esm/components/select.js.map +1 -1
- package/dist/esm/components/snackbar.js +33 -30
- package/dist/esm/components/snackbar.js.map +1 -1
- package/dist/esm/components/spinner.js +70 -18
- package/dist/esm/components/spinner.js.map +1 -1
- package/dist/esm/components/switch.js +80 -70
- package/dist/esm/components/switch.js.map +1 -1
- package/dist/esm/components/table.js +292 -236
- package/dist/esm/components/table.js.map +1 -1
- package/dist/esm/components/tabs.js +118 -14
- package/dist/esm/components/tabs.js.map +1 -1
- package/dist/esm/components/tooltip.js +61 -58
- package/dist/esm/components/tooltip.js.map +1 -1
- package/dist/esm/components/user-menu.js +17 -14
- package/dist/esm/components/user-menu.js.map +1 -1
- package/dist/esm/components.js +404 -206
- package/dist/esm/components.js.map +1 -1
- package/dist/esm/data-plugin.js +49 -23
- package/dist/esm/data-plugin.js.map +1 -1
- package/dist/esm/fonts.js +7 -6
- package/dist/esm/fonts.js.map +1 -1
- package/dist/esm/index.js +5 -4
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/plugin.js +114 -46
- package/dist/esm/plugin.js.map +1 -1
- package/dist/esm/preset.js +104 -17
- package/dist/esm/preset.js.map +1 -1
- package/dist/esm/theme.js +187 -139
- package/dist/esm/theme.js.map +1 -1
- package/dist/esm/units.js +402 -284
- package/dist/esm/units.js.map +1 -1
- package/dist/esm/with-opacity.js +6 -7
- package/dist/esm/with-opacity.js.map +1 -1
- package/dist/types/colors.d.ts +70 -0
- package/dist/types/components/checkbox.d.ts +23 -7
- package/dist/types/components/combobox.d.ts +1 -2
- package/dist/types/components/input.d.ts +29 -34
- package/dist/types/components/popup-menu.d.ts +3 -6
- package/dist/types/components/radio.d.ts +27 -29
- package/dist/types/components/select.d.ts +24 -23
- package/dist/types/components/switch.d.ts +9 -8
- package/dist/types/components/tabs.d.ts +45 -3
- package/dist/types/preset.d.ts +1 -1
- package/package.json +17 -14
|
@@ -1,48 +1,95 @@
|
|
|
1
|
-
function
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
'@apply font-bold': {},
|
|
23
|
-
'@apply gap-2 px-14 py-8': {},
|
|
24
|
-
'@apply h-full min-h-full': {},
|
|
25
|
-
'@apply inline-flex shrink-0 flex-nowrap': {},
|
|
26
|
-
'@apply border-0': {},
|
|
27
|
-
'@apply focus-visible:bg-background-content focus-visible:ring': {},
|
|
28
|
-
'&[aria-current="page"]:not(:hover),&[aria-selected="true"]:not(:hover), ': {
|
|
29
|
-
'@apply bg-primary-surface text-light-primary': {},
|
|
30
|
-
'@apply focus-visible:ring': {}
|
|
1
|
+
function _define_property(obj, key, value) {
|
|
2
|
+
if (key in obj) {
|
|
3
|
+
Object.defineProperty(obj, key, {
|
|
4
|
+
value: value,
|
|
5
|
+
enumerable: true,
|
|
6
|
+
configurable: true,
|
|
7
|
+
writable: true
|
|
8
|
+
});
|
|
9
|
+
} else {
|
|
10
|
+
obj[key] = value;
|
|
11
|
+
}
|
|
12
|
+
return obj;
|
|
13
|
+
}
|
|
14
|
+
function _object_spread(target) {
|
|
15
|
+
for(var i = 1; i < arguments.length; i++){
|
|
16
|
+
var source = arguments[i] != null ? arguments[i] : {};
|
|
17
|
+
var ownKeys = Object.keys(source);
|
|
18
|
+
if (typeof Object.getOwnPropertySymbols === "function") {
|
|
19
|
+
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
20
|
+
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
21
|
+
}));
|
|
31
22
|
}
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
23
|
+
ownKeys.forEach(function(key) {
|
|
24
|
+
_define_property(target, key, source[key]);
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
return target;
|
|
28
|
+
}
|
|
29
|
+
function ownKeys(object, enumerableOnly) {
|
|
30
|
+
var keys = Object.keys(object);
|
|
31
|
+
if (Object.getOwnPropertySymbols) {
|
|
32
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
33
|
+
if (enumerableOnly) {
|
|
34
|
+
symbols = symbols.filter(function(sym) {
|
|
35
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
36
|
+
});
|
|
43
37
|
}
|
|
44
|
-
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
}
|
|
38
|
+
keys.push.apply(keys, symbols);
|
|
39
|
+
}
|
|
40
|
+
return keys;
|
|
41
|
+
}
|
|
42
|
+
function _object_spread_props(target, source) {
|
|
43
|
+
source = source != null ? source : {};
|
|
44
|
+
if (Object.getOwnPropertyDescriptors) {
|
|
45
|
+
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
46
|
+
} else {
|
|
47
|
+
ownKeys(Object(source)).forEach(function(key) {
|
|
48
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
return target;
|
|
52
|
+
}
|
|
53
|
+
export var MenuBar = function(colors) {
|
|
54
|
+
return {
|
|
55
|
+
'.sk-menubar': {
|
|
56
|
+
'@apply flex flex-row': {},
|
|
57
|
+
'@apply p-8 gap-16': {},
|
|
58
|
+
'@apply rounded-cards': {},
|
|
59
|
+
'&[data-background="true"]': {
|
|
60
|
+
'@apply bg-background-color-mixin-1': {}
|
|
61
|
+
},
|
|
62
|
+
'&-item': _object_spread({
|
|
63
|
+
'@apply inline-block': {},
|
|
64
|
+
'@apply relative': {},
|
|
65
|
+
'@apply h-40': {},
|
|
66
|
+
'a, button': {
|
|
67
|
+
color: 'unset'
|
|
68
|
+
},
|
|
69
|
+
'> *:first-child': {
|
|
70
|
+
'@apply rounded-button-sm md:rounded-button-md xl:rounded-button-lg': {},
|
|
71
|
+
'@apply cursor-pointer': {},
|
|
72
|
+
'@apply bg-transparent text-dark-primary': {},
|
|
73
|
+
'@apply hover:bg-tertiary-surface': {},
|
|
74
|
+
'@apply font-bold': {},
|
|
75
|
+
'@apply gap-2 px-14 py-8': {},
|
|
76
|
+
'@apply h-full min-h-full': {},
|
|
77
|
+
'@apply inline-flex shrink-0 flex-nowrap': {},
|
|
78
|
+
'@apply border-0': {},
|
|
79
|
+
'@apply focus-visible:bg-background-content focus-visible:ring': {},
|
|
80
|
+
'&[aria-current="page"]:not(:hover),&[aria-selected="true"]:not(:hover), ': {
|
|
81
|
+
'@apply bg-primary-surface text-light-primary': {},
|
|
82
|
+
'@apply focus-visible:ring': {}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}, colors.reduce(function(styles, color) {
|
|
86
|
+
var _obj, _obj1;
|
|
87
|
+
return _object_spread_props(_object_spread({}, styles), _define_property({}, '&[data-color="'.concat(color, '"]'), {
|
|
88
|
+
'> *:first-child': (_obj1 = {}, _define_property(_obj1, "@apply hover:bg-".concat(color, "-surface-accent"), {}), _define_property(_obj1, "@apply hover:text-".concat(color, "-text-primary"), {}), _define_property(_obj1, '@apply focus-visible:bg-background-content focus-visible:ring', {}), _define_property(_obj1, '&[aria-current="page"]:not(:hover),&[aria-selected="true"]:not(:hover)', (_obj = {}, _define_property(_obj, "@apply bg-".concat(color, "-surface-primary"), {}), _define_property(_obj, '@apply focus-visible:ring', {}), _obj)), _obj1)
|
|
89
|
+
}));
|
|
90
|
+
}, {}))
|
|
91
|
+
}
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
|
|
48
95
|
//# sourceMappingURL=menubar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../../src/components/menubar.ts"],"sourcesContent":["export const MenuBar = (colors: string[]) => ({\n '.sk-menubar': {\n '@apply flex flex-row': {},\n '@apply p-8 gap-16': {},\n '@apply rounded-cards': {},\n\n '&[data-background=\"true\"]': {\n '@apply bg-background-color-mixin-1': {},\n },\n\n '&-item': {\n '@apply inline-block': {},\n '@apply relative': {},\n '@apply h-40': {},\n 'a, button': {\n color: 'unset',\n },\n\n '> *:first-child': {\n '@apply rounded-button-sm md:rounded-button-md xl:rounded-button-lg': {},\n '@apply cursor-pointer': {},\n '@apply bg-transparent text-dark-primary': {},\n '@apply hover:bg-tertiary-surface': {},\n '@apply font-bold': {},\n '@apply gap-2 px-14 py-8': {},\n '@apply h-full min-h-full': {},\n '@apply inline-flex shrink-0 flex-nowrap': {},\n\n '@apply border-0': {},\n '@apply focus-visible:bg-background-content focus-visible:ring': {},\n '&[aria-current=\"page\"]:not(:hover),&[aria-selected=\"true\"]:not(:hover), ': {\n '@apply bg-primary-surface text-light-primary': {},\n '@apply focus-visible:ring': {},\n },\n },\n ...colors.reduce(\n (styles, color) => ({\n ...styles,\n [`&[data-color=\"${color}\"]`]: {\n '> *:first-child': {\n [`@apply hover:bg-${color}-surface-accent`]: {},\n [`@apply hover:text-${color}-text-primary`]: {},\n '@apply focus-visible:bg-background-content focus-visible:ring': {},\n '&[aria-current=\"page\"]:not(:hover),&[aria-selected=\"true\"]:not(:hover)': {\n [`@apply bg-${color}-surface-primary`]: {},\n '@apply focus-visible:ring': {},\n },\n },\n },\n }),\n {}\n ),\n },\n },\n});\n"],"names":["MenuBar","colors","color","reduce","styles"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,IAAMA,UAAU,SAACC;WAAsB;QAC5C,eAAe;YACb,wBAAwB,CAAC;YACzB,qBAAqB,CAAC;YACtB,wBAAwB,CAAC;YAEzB,6BAA6B;gBAC3B,sCAAsC,CAAC;YACzC;YAEA,UAAU;gBACR,uBAAuB,CAAC;gBACxB,mBAAmB,CAAC;gBACpB,eAAe,CAAC;gBAChB,aAAa;oBACXC,OAAO;gBACT;gBAEA,mBAAmB;oBACjB,sEAAsE,CAAC;oBACvE,yBAAyB,CAAC;oBAC1B,2CAA2C,CAAC;oBAC5C,oCAAoC,CAAC;oBACrC,oBAAoB,CAAC;oBACrB,2BAA2B,CAAC;oBAC5B,4BAA4B,CAAC;oBAC7B,2CAA2C,CAAC;oBAE5C,mBAAmB,CAAC;oBACpB,iEAAiE,CAAC;oBAClE,4EAA4E;wBAC1E,gDAAgD,CAAC;wBACjD,6BAA6B,CAAC;oBAChC;gBACF;eACGD,OAAOE,MAAM,CACd,SAACC,QAAQF;oBAOuE,MAJzD;uBAHH,wCACfE,SACH,qBAAC,AAAC,iBAAsB,OAANF,OAAM,OAAM;oBAC5B,iBAAiB,GAAE,YACjB,iBADiB,OAChB,AAAC,mBAAwB,OAANA,OAAM,oBAAmB,CAAC,IAC9C,iBAFiB,OAEhB,AAAC,qBAA0B,OAANA,OAAM,kBAAiB,CAAC,IAC9C,iBAHiB,OAGjB,iEAAiE,CAAC,qBAHjD,OAIjB,2EAA0E,WACxE,iBADwE,MACvE,AAAC,aAAkB,OAANA,OAAM,qBAAoB,CAAC,IACzC,iBAFwE,MAExE,6BAA6B,CAAC,IAF0C,QAJzD;gBASrB;eAEF,CAAC;QAGP;IACF;EAAG"}
|
|
@@ -1,49 +1,52 @@
|
|
|
1
|
-
export var Modal = ()
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
1
|
+
export var Modal = function() {
|
|
2
|
+
return {
|
|
3
|
+
'.sk-modal': {
|
|
4
|
+
'&-wrapper': {
|
|
5
|
+
'@apply fixed inset-0 z-20 overflow-y-auto': {},
|
|
6
|
+
'@apply bg-primitives-overlay-darken-6': {},
|
|
7
|
+
'@apply dark:bg-primitives-overlay-darken-8': {},
|
|
8
|
+
'&-inner': {
|
|
9
|
+
'@apply min-h-screen px-4 text-center': {}
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
'&-overlay': {
|
|
13
|
+
'@apply fixed inset-0': {}
|
|
14
|
+
},
|
|
15
|
+
'&-trixter': {
|
|
16
|
+
'@apply inline-block h-screen align-middle': {}
|
|
17
|
+
},
|
|
18
|
+
'&-dialog': {
|
|
19
|
+
'@apply text-dark-secondary': {},
|
|
20
|
+
'@apply inline-flex flex-col': {},
|
|
21
|
+
'@apply text-left': {},
|
|
22
|
+
'@apply align-middle': {},
|
|
23
|
+
'@apply transition-all transform': {},
|
|
24
|
+
'@apply rounded-cards': {},
|
|
25
|
+
'@apply bg-background-content': {},
|
|
26
|
+
'@apply dark:bg-background-100': {},
|
|
27
|
+
'@apply px-24 pt-24 pb-40': {},
|
|
28
|
+
'@apply gap-16': {},
|
|
29
|
+
'&-header': {
|
|
30
|
+
'@apply flex justify-between items-center w-full': {},
|
|
31
|
+
'&-title': {
|
|
32
|
+
'@apply grow': {},
|
|
33
|
+
'@apply text-label-medium': {}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
'&-content': {
|
|
38
|
+
'@apply flex flex-col': {},
|
|
39
|
+
'@apply py-8 pb-16 gap-12': {},
|
|
40
|
+
'h1, h2, h3, h4, h5, h6': {
|
|
41
|
+
'@apply text-dark-primary': {}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
'&-footer': {
|
|
45
|
+
'@apply flex flex-row justify-start': {},
|
|
46
|
+
'@apply p-0 gap-12': {}
|
|
47
|
+
}
|
|
33
48
|
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
'@apply flex flex-col': {},
|
|
38
|
-
'@apply py-8 pb-16 gap-12': {},
|
|
39
|
-
'h1, h2, h3, h4, h5, h6': {
|
|
40
|
-
'@apply text-dark-primary': {}
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
'&-footer': {
|
|
44
|
-
'@apply flex flex-row justify-start': {},
|
|
45
|
-
'@apply p-0 gap-12': {}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
});
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
|
|
49
52
|
//# sourceMappingURL=modal.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../../src/components/modal.ts"],"sourcesContent":["export const Modal = () => ({\r\n '.sk-modal': {\r\n '&-wrapper': {\r\n '@apply fixed inset-0 z-20 overflow-y-auto': {},\r\n '@apply bg-primitives-overlay-darken-6': {},\r\n '@apply dark:bg-primitives-overlay-darken-8': {},\r\n\r\n '&-inner': {\r\n '@apply min-h-screen px-4 text-center': {},\r\n },\r\n },\r\n\r\n '&-overlay': {\r\n '@apply fixed inset-0': {},\r\n },\r\n\r\n '&-trixter': {\r\n '@apply inline-block h-screen align-middle': {},\r\n },\r\n\r\n '&-dialog': {\r\n '@apply text-dark-secondary': {},\r\n '@apply inline-flex flex-col': {},\r\n '@apply text-left': {},\r\n '@apply align-middle': {},\r\n '@apply transition-all transform': {},\r\n '@apply rounded-cards': {},\r\n '@apply bg-background-content': {},\r\n '@apply dark:bg-background-100': {},\r\n '@apply px-24 pt-24 pb-40': {},\r\n '@apply gap-16': {},\r\n\r\n '&-header': {\r\n '@apply flex justify-between items-center w-full': {},\r\n '&-title': {\r\n '@apply grow': {},\r\n '@apply text-label-medium': {},\r\n },\r\n },\r\n },\r\n '&-content': {\r\n '@apply flex flex-col': {},\r\n '@apply py-8 pb-16 gap-12': {},\r\n 'h1, h2, h3, h4, h5, h6': {\r\n '@apply text-dark-primary': {},\r\n },\r\n },\r\n '&-footer': {\r\n '@apply flex flex-row justify-start': {},\r\n '@apply p-0 gap-12': {},\r\n },\r\n },\r\n});\r\n"],"names":["Modal"],"mappings":"AAAA,OAAO,IAAMA,QAAQ;WAAO;QAC1B,aAAa;YACX,aAAa;gBACX,6CAA6C,CAAC;gBAC9C,yCAAyC,CAAC;gBAC1C,8CAA8C,CAAC;gBAE/C,WAAW;oBACT,wCAAwC,CAAC;gBAC3C;YACF;YAEA,aAAa;gBACX,wBAAwB,CAAC;YAC3B;YAEA,aAAa;gBACX,6CAA6C,CAAC;YAChD;YAEA,YAAY;gBACV,8BAA8B,CAAC;gBAC/B,+BAA+B,CAAC;gBAChC,oBAAoB,CAAC;gBACrB,uBAAuB,CAAC;gBACxB,mCAAmC,CAAC;gBACpC,wBAAwB,CAAC;gBACzB,gCAAgC,CAAC;gBACjC,iCAAiC,CAAC;gBAClC,4BAA4B,CAAC;gBAC7B,iBAAiB,CAAC;gBAElB,YAAY;oBACV,mDAAmD,CAAC;oBACpD,WAAW;wBACT,eAAe,CAAC;wBAChB,4BAA4B,CAAC;oBAC/B;gBACF;YACF;YACA,aAAa;gBACX,wBAAwB,CAAC;gBACzB,4BAA4B,CAAC;gBAC7B,0BAA0B;oBACxB,4BAA4B,CAAC;gBAC/B;YACF;YACA,YAAY;gBACV,sCAAsC,CAAC;gBACvC,qBAAqB,CAAC;YACxB;QACF;IACF;EAAG"}
|
|
@@ -1,102 +1,105 @@
|
|
|
1
|
-
export var Pagination = ()
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
'&.fit-content': {
|
|
73
|
-
'@apply w-full max-w-full': {},
|
|
74
|
-
'.sk-pagination-list': {
|
|
75
|
-
'@apply w-full flex justify-center': {},
|
|
76
|
-
'@apply gap-0 md:gap-24': {},
|
|
77
|
-
'&-item': {
|
|
78
|
-
'@apply px-0 grow-0 text-center': {},
|
|
79
|
-
'&.ellipsis': {
|
|
80
|
-
'@apply flex-shrink grow-0': {}
|
|
81
|
-
},
|
|
82
|
-
'&.prev-next': {
|
|
83
|
-
'@apply flex-shrink': {},
|
|
84
|
-
'&.prev': {
|
|
85
|
-
'@apply text-left': {}
|
|
1
|
+
export var Pagination = function() {
|
|
2
|
+
return {
|
|
3
|
+
'.sk-pagination': {
|
|
4
|
+
'@apply select-none': {},
|
|
5
|
+
'@apply text-base': {},
|
|
6
|
+
'&-list': {
|
|
7
|
+
'@apply flex justify-between items-center': {},
|
|
8
|
+
'.sk-pagination[data-hideprevnextlabel="true"] &': {
|
|
9
|
+
'@apply w-fit': {}
|
|
10
|
+
},
|
|
11
|
+
li: {
|
|
12
|
+
'@apply min-w-40 text-center': {}
|
|
13
|
+
},
|
|
14
|
+
'li:first-child': {
|
|
15
|
+
'@apply text-left': {}
|
|
16
|
+
},
|
|
17
|
+
'li:last-child': {
|
|
18
|
+
'@apply text-right': {}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
'.form-select-wrapper': {
|
|
22
|
+
'@apply w-fit': {}
|
|
23
|
+
},
|
|
24
|
+
'&-pageLabel': {
|
|
25
|
+
'@apply leading-base cursor-pointer underline text-vattjom-surface-primary': {},
|
|
26
|
+
'@apply focus-visible:ring ring-ring ring-offset': {},
|
|
27
|
+
'@apply rounded-full': {},
|
|
28
|
+
'@apply h-32 w-32': {},
|
|
29
|
+
"&[aria-current='true']": {
|
|
30
|
+
'@apply font-bold no-underline text-dark-primary': {}
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
'&-prevNextButton': {
|
|
34
|
+
'@apply text-dark-secondary': {},
|
|
35
|
+
'&.sk-btn': {
|
|
36
|
+
'@apply bg-transparent text-dark-secondary font-normal': {},
|
|
37
|
+
'&.sk-btn-disabled:disabled, .sk-btn[aria-disabled="true"]:disabled': {
|
|
38
|
+
'@apply bg-transparent !important': {},
|
|
39
|
+
'@apply text-dark-disabled hover:text-dark-disabled': {},
|
|
40
|
+
'.sk-icon': {
|
|
41
|
+
'@apply text-dark-disabled hover:text-dark-disabled': {}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
'.sk-icon': {
|
|
45
|
+
'@apply bg-transparent text-dark-secondary': {}
|
|
46
|
+
},
|
|
47
|
+
'&:hover': {
|
|
48
|
+
'@apply text-dark-primary': {},
|
|
49
|
+
'@apply bg-tertiary-surface-hover': {},
|
|
50
|
+
'.sk-icon': {
|
|
51
|
+
'@apply text-dark-primary': {}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
'&[disabled]': {
|
|
56
|
+
'@apply cursor-default': {}
|
|
57
|
+
},
|
|
58
|
+
"&[disabled='false']": {
|
|
59
|
+
'.sk-pagination-prevNextButton-label, .sk-pagination-prevNextButton-icon': {
|
|
60
|
+
'@apply cursor-pointer': {}
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
'&-label': {
|
|
64
|
+
'@apply hidden sm:inline ml-sm leading-none': {}
|
|
65
|
+
},
|
|
66
|
+
'&-icon': {
|
|
67
|
+
'@apply m-1 leading-none flex items-center': {}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
'&-ellipsis': {
|
|
71
|
+
'@apply inline-block w-16 text-center': {}
|
|
86
72
|
},
|
|
87
|
-
'&.
|
|
88
|
-
|
|
73
|
+
'&.fit-content': {
|
|
74
|
+
'@apply w-full max-w-full': {},
|
|
75
|
+
'.sk-pagination-list': {
|
|
76
|
+
'@apply w-full flex justify-center': {},
|
|
77
|
+
'@apply gap-0 md:gap-24': {},
|
|
78
|
+
'&-item': {
|
|
79
|
+
'@apply px-0 grow-0 text-center': {},
|
|
80
|
+
'&.ellipsis': {
|
|
81
|
+
'@apply flex-shrink grow-0': {}
|
|
82
|
+
},
|
|
83
|
+
'&.prev-next': {
|
|
84
|
+
'@apply flex-shrink': {},
|
|
85
|
+
'&.prev': {
|
|
86
|
+
'@apply text-left': {}
|
|
87
|
+
},
|
|
88
|
+
'&.next': {
|
|
89
|
+
'@apply text-right': {}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
'.sk-pagination-pageLabel': {
|
|
93
|
+
'@apply mx-xs': {}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
'.form-select-wrapper': {
|
|
98
|
+
'@apply w-full': {}
|
|
99
|
+
}
|
|
89
100
|
}
|
|
90
|
-
},
|
|
91
|
-
'.sk-pagination-pageLabel': {
|
|
92
|
-
'@apply mx-xs': {}
|
|
93
|
-
}
|
|
94
101
|
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
});
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
|
|
102
105
|
//# sourceMappingURL=pagination.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../../src/components/pagination.ts"],"sourcesContent":["export const Pagination = () => ({\r\n '.sk-pagination': {\r\n '@apply select-none': {},\r\n '@apply text-base': {},\r\n\r\n '&-list': {\r\n '@apply flex justify-between items-center': {},\r\n\r\n '.sk-pagination[data-hideprevnextlabel=\"true\"] &': {\r\n '@apply w-fit': {},\r\n },\r\n\r\n li: {\r\n '@apply min-w-40 text-center': {},\r\n },\r\n\r\n 'li:first-child': {\r\n '@apply text-left': {},\r\n },\r\n\r\n 'li:last-child': {\r\n '@apply text-right': {},\r\n },\r\n },\r\n '.form-select-wrapper': {\r\n '@apply w-fit': {},\r\n },\r\n '&-pageLabel': {\r\n '@apply leading-base cursor-pointer underline text-vattjom-surface-primary': {},\r\n '@apply focus-visible:ring ring-ring ring-offset': {},\r\n '@apply rounded-full': {},\r\n '@apply h-32 w-32': {},\r\n \"&[aria-current='true']\": {\r\n '@apply font-bold no-underline text-dark-primary': {},\r\n },\r\n },\r\n\r\n '&-prevNextButton': {\r\n '@apply text-dark-secondary': {},\r\n\r\n '&.sk-btn': {\r\n '@apply bg-transparent text-dark-secondary font-normal': {},\r\n\r\n '&.sk-btn-disabled:disabled, .sk-btn[aria-disabled=\"true\"]:disabled': {\r\n '@apply bg-transparent !important': {},\r\n '@apply text-dark-disabled hover:text-dark-disabled': {},\r\n '.sk-icon': {\r\n '@apply text-dark-disabled hover:text-dark-disabled': {},\r\n },\r\n },\r\n\r\n '.sk-icon': {\r\n '@apply bg-transparent text-dark-secondary': {},\r\n },\r\n\r\n '&:hover': {\r\n '@apply text-dark-primary': {},\r\n '@apply bg-tertiary-surface-hover': {},\r\n\r\n '.sk-icon': {\r\n '@apply text-dark-primary': {},\r\n },\r\n },\r\n },\r\n\r\n '&[disabled]': {\r\n '@apply cursor-default': {},\r\n },\r\n\r\n \"&[disabled='false']\": {\r\n '.sk-pagination-prevNextButton-label, .sk-pagination-prevNextButton-icon': {\r\n '@apply cursor-pointer': {},\r\n },\r\n },\r\n\r\n '&-label': {\r\n '@apply hidden sm:inline ml-sm leading-none': {},\r\n },\r\n\r\n '&-icon': {\r\n '@apply m-1 leading-none flex items-center': {},\r\n },\r\n },\r\n\r\n '&-ellipsis': {\r\n '@apply inline-block w-16 text-center': {},\r\n },\r\n '&.fit-content': {\r\n '@apply w-full max-w-full': {},\r\n '.sk-pagination-list': {\r\n '@apply w-full flex justify-center': {},\r\n '@apply gap-0 md:gap-24': {},\r\n '&-item': {\r\n '@apply px-0 grow-0 text-center': {},\r\n '&.ellipsis': {\r\n '@apply flex-shrink grow-0': {},\r\n },\r\n '&.prev-next': {\r\n '@apply flex-shrink': {},\r\n '&.prev': {\r\n '@apply text-left': {},\r\n },\r\n '&.next': {\r\n '@apply text-right': {},\r\n },\r\n },\r\n '.sk-pagination-pageLabel': {\r\n '@apply mx-xs': {},\r\n },\r\n },\r\n },\r\n '.form-select-wrapper': {\r\n '@apply w-full': {},\r\n },\r\n },\r\n },\r\n});\r\n"],"names":["Pagination","li"],"mappings":"AAAA,OAAO,IAAMA,aAAa;WAAO;QAC/B,kBAAkB;YAChB,sBAAsB,CAAC;YACvB,oBAAoB,CAAC;YAErB,UAAU;gBACR,4CAA4C,CAAC;gBAE7C,mDAAmD;oBACjD,gBAAgB,CAAC;gBACnB;gBAEAC,IAAI;oBACF,+BAA+B,CAAC;gBAClC;gBAEA,kBAAkB;oBAChB,oBAAoB,CAAC;gBACvB;gBAEA,iBAAiB;oBACf,qBAAqB,CAAC;gBACxB;YACF;YACA,wBAAwB;gBACtB,gBAAgB,CAAC;YACnB;YACA,eAAe;gBACb,6EAA6E,CAAC;gBAC9E,mDAAmD,CAAC;gBACpD,uBAAuB,CAAC;gBACxB,oBAAoB,CAAC;gBACrB,0BAA0B;oBACxB,mDAAmD,CAAC;gBACtD;YACF;YAEA,oBAAoB;gBAClB,8BAA8B,CAAC;gBAE/B,YAAY;oBACV,yDAAyD,CAAC;oBAE1D,sEAAsE;wBACpE,oCAAoC,CAAC;wBACrC,sDAAsD,CAAC;wBACvD,YAAY;4BACV,sDAAsD,CAAC;wBACzD;oBACF;oBAEA,YAAY;wBACV,6CAA6C,CAAC;oBAChD;oBAEA,WAAW;wBACT,4BAA4B,CAAC;wBAC7B,oCAAoC,CAAC;wBAErC,YAAY;4BACV,4BAA4B,CAAC;wBAC/B;oBACF;gBACF;gBAEA,eAAe;oBACb,yBAAyB,CAAC;gBAC5B;gBAEA,uBAAuB;oBACrB,2EAA2E;wBACzE,yBAAyB,CAAC;oBAC5B;gBACF;gBAEA,WAAW;oBACT,8CAA8C,CAAC;gBACjD;gBAEA,UAAU;oBACR,6CAA6C,CAAC;gBAChD;YACF;YAEA,cAAc;gBACZ,wCAAwC,CAAC;YAC3C;YACA,iBAAiB;gBACf,4BAA4B,CAAC;gBAC7B,uBAAuB;oBACrB,qCAAqC,CAAC;oBACtC,0BAA0B,CAAC;oBAC3B,UAAU;wBACR,kCAAkC,CAAC;wBACnC,cAAc;4BACZ,6BAA6B,CAAC;wBAChC;wBACA,eAAe;4BACb,sBAAsB,CAAC;4BACvB,UAAU;gCACR,oBAAoB,CAAC;4BACvB;4BACA,UAAU;gCACR,qBAAqB,CAAC;4BACxB;wBACF;wBACA,4BAA4B;4BAC1B,gBAAgB,CAAC;wBACnB;oBACF;gBACF;gBACA,wBAAwB;oBACtB,iBAAiB,CAAC;gBACpB;YACF;QACF;IACF;EAAG"}
|