@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 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../../../src/components/ai/feedback.ts"],"sourcesContent":["export const Feedback = () => ({\n '.sk-ai-feedback': {\n '@apply ml-24 flex gap-24 justify-start mb-16': {},\n '@apply max-w-full': {},\n '&-button': {\n '&[data-current=\"true\"]': {\n '@apply bg-tertiary-surface-hover': {},\n '&[data-inverted=\"true\"]': {\n '@apply bg-inverted-tertiary-surface-hover': {},\n },\n },\n },\n '&-more': {\n '@apply flex flex-col gap-8 px-14 pt-8 pb-12 rounded-button': {},\n '@apply bg-background-color-mixin-1 text-dark-primary': {},\n '&[data-inverted=\"true\"]': {\n '@apply bg-inverted-background-color-mixin-1 text-inverted-dark-primary': {},\n },\n '&-header': {\n '@apply flex flex-row items-center justify-between text-label-small': {},\n },\n '&-reason': {\n '@apply flex flex-row items-center gap-8 justify-start flex-wrap': {},\n },\n },\n },\n});\n"],"names":["Feedback"],"mappings":"AAAA,OAAO,IAAMA,WAAW;WAAO;QAC7B,mBAAmB;YACjB,gDAAgD,CAAC;YACjD,qBAAqB,CAAC;YACtB,YAAY;gBACV,0BAA0B;oBACxB,oCAAoC,CAAC;oBACrC,2BAA2B;wBACzB,6CAA6C,CAAC;oBAChD;gBACF;YACF;YACA,UAAU;gBACR,8DAA8D,CAAC;gBAC/D,wDAAwD,CAAC;gBACzD,2BAA2B;oBACzB,0EAA0E,CAAC;gBAC7E;gBACA,YAAY;oBACV,sEAAsE,CAAC;gBACzE;gBACA,YAAY;oBACV,mEAAmE,CAAC;gBACtE;YACF;QACF;IACF;EAAG"}
|
|
@@ -1,22 +1,25 @@
|
|
|
1
|
-
export var InputSection = ()
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
1
|
+
export var InputSection = function() {
|
|
2
|
+
return {
|
|
3
|
+
'.sk-ai-inputsection': {
|
|
4
|
+
'@apply w-full': {},
|
|
5
|
+
'&-input, &-group': {
|
|
6
|
+
'@apply w-full': {}
|
|
7
|
+
},
|
|
8
|
+
'&-wrapper': {
|
|
9
|
+
'@apply bg-background-content': {},
|
|
10
|
+
'@apply flex items-center justify-center w-full': {},
|
|
11
|
+
'@apply px-16 py-12 gap-12': {},
|
|
12
|
+
'&[data-shadow="true"]': {
|
|
13
|
+
'@apply shadow-100': {}
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
'&-group': {
|
|
17
|
+
'.sk-form-input-addin-right': {
|
|
18
|
+
'@apply pr-4': {}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
|
|
22
25
|
//# sourceMappingURL=input-section.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../../../src/components/ai/input-section.ts"],"sourcesContent":["export const InputSection = () => ({\n '.sk-ai-inputsection': {\n '@apply w-full': {},\n '&-input, &-group': {\n '@apply w-full': {},\n },\n '&-wrapper': {\n '@apply bg-background-content': {},\n '@apply flex items-center justify-center w-full': {},\n '@apply px-16 py-12 gap-12': {},\n '&[data-shadow=\"true\"]': {\n '@apply shadow-100': {},\n },\n },\n '&-group': {\n '.sk-form-input-addin-right': {\n '@apply pr-4': {},\n },\n },\n },\n});\n"],"names":["InputSection"],"mappings":"AAAA,OAAO,IAAMA,eAAe;WAAO;QACjC,uBAAuB;YACrB,iBAAiB,CAAC;YAClB,oBAAoB;gBAClB,iBAAiB,CAAC;YACpB;YACA,aAAa;gBACX,gCAAgC,CAAC;gBACjC,kDAAkD,CAAC;gBACnD,6BAA6B,CAAC;gBAC9B,yBAAyB;oBACvB,qBAAqB,CAAC;gBACxB;YACF;YACA,WAAW;gBACT,8BAA8B;oBAC5B,eAAe,CAAC;gBAClB;YACF;QACF;IACF;EAAG"}
|
|
@@ -1,21 +1,24 @@
|
|
|
1
|
-
export var MarkdownRendered = ()
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
1
|
+
export var MarkdownRendered = function() {
|
|
2
|
+
return {
|
|
3
|
+
'.sk-ai-markdown': {
|
|
4
|
+
'@apply flex flex-col gap-32': {},
|
|
5
|
+
'&-p': {
|
|
6
|
+
'@apply mb-0 my-0 break-words': {}
|
|
7
|
+
},
|
|
8
|
+
'&-a': {
|
|
9
|
+
'@apply my-8': {}
|
|
10
|
+
},
|
|
11
|
+
'&-ol': {
|
|
12
|
+
'@apply list-decimal ml-24 my-0': {}
|
|
13
|
+
},
|
|
14
|
+
'&-ul': {
|
|
15
|
+
'@apply list-disc ml-24 my-0': {}
|
|
16
|
+
},
|
|
17
|
+
'&-li': {
|
|
18
|
+
'@apply my-16': {}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
|
|
21
24
|
//# sourceMappingURL=markdown-rendered.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../../../src/components/ai/markdown-rendered.ts"],"sourcesContent":["export const MarkdownRendered = () => ({\n '.sk-ai-markdown': {\n '@apply flex flex-col gap-32': {},\n '&-p': {\n '@apply mb-0 my-0 break-words': {},\n },\n '&-a': {\n '@apply my-8': {},\n },\n '&-ol': {\n '@apply list-decimal ml-24 my-0': {},\n },\n '&-ul': {\n '@apply list-disc ml-24 my-0': {},\n },\n '&-li': {\n '@apply my-16': {},\n },\n },\n});\n"],"names":["MarkdownRendered"],"mappings":"AAAA,OAAO,IAAMA,mBAAmB;WAAO;QACrC,mBAAmB;YACjB,+BAA+B,CAAC;YAChC,OAAO;gBACL,gCAAgC,CAAC;YACnC;YACA,OAAO;gBACL,eAAe,CAAC;YAClB;YACA,QAAQ;gBACN,kCAAkC,CAAC;YACrC;YACA,QAAQ;gBACN,+BAA+B,CAAC;YAClC;YACA,QAAQ;gBACN,gBAAgB,CAAC;YACnB;QACF;IACF;EAAG"}
|
|
@@ -1,17 +1,20 @@
|
|
|
1
|
-
export var NewSessionButton = ()
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
1
|
+
export var NewSessionButton = function() {
|
|
2
|
+
return {
|
|
3
|
+
'.sk-ai-newsession': {
|
|
4
|
+
'@apply text-base max-w-[15.25em]': {},
|
|
5
|
+
'@apply flex flex-col': {},
|
|
6
|
+
'@apply py-16 gap-8': {},
|
|
7
|
+
'@apply items-center': {},
|
|
8
|
+
'&-button': {
|
|
9
|
+
'@apply grow-0': {}
|
|
10
|
+
},
|
|
11
|
+
'&-helpertext': {
|
|
12
|
+
'@apply text-dark-secondary': {},
|
|
13
|
+
'@apply text-small': {},
|
|
14
|
+
'@apply text-center': {}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
|
|
17
20
|
//# sourceMappingURL=new-session-button.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../../../src/components/ai/new-session-button.ts"],"sourcesContent":["export const NewSessionButton = () => ({\n '.sk-ai-newsession': {\n '@apply text-base max-w-[15.25em]': {},\n '@apply flex flex-col': {},\n '@apply py-16 gap-8': {},\n '@apply items-center': {},\n '&-button': {\n '@apply grow-0': {},\n },\n '&-helpertext': {\n '@apply text-dark-secondary': {},\n '@apply text-small': {},\n '@apply text-center': {},\n },\n },\n});\n"],"names":["NewSessionButton"],"mappings":"AAAA,OAAO,IAAMA,mBAAmB;WAAO;QACrC,qBAAqB;YACnB,oCAAoC,CAAC;YACrC,wBAAwB,CAAC;YACzB,sBAAsB,CAAC;YACvB,uBAAuB,CAAC;YACxB,YAAY;gBACV,iBAAiB,CAAC;YACpB;YACA,gBAAgB;gBACd,8BAA8B,CAAC;gBAC/B,qBAAqB,CAAC;gBACtB,sBAAsB,CAAC;YACzB;QACF;IACF;EAAG"}
|
|
@@ -1,19 +1,22 @@
|
|
|
1
|
-
export var TypingBubble = ()
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
1
|
+
export var TypingBubble = function() {
|
|
2
|
+
return {
|
|
3
|
+
'.sk-ai-typing-bubble': {
|
|
4
|
+
'@apply inline-flex items-center justify-center': {},
|
|
5
|
+
'@apply p-12 gap-8 w-min': {},
|
|
6
|
+
'@apply bg-tertiary-surface': {},
|
|
7
|
+
'@apply text-dark-secondary': {},
|
|
8
|
+
'@apply rounded-button': {},
|
|
9
|
+
'&[data-position="left"]': {
|
|
10
|
+
'@apply rounded-br-0': {}
|
|
11
|
+
},
|
|
12
|
+
'&[data-position="right"]': {
|
|
13
|
+
'@apply rounded-bl-0': {}
|
|
14
|
+
},
|
|
15
|
+
'&[data-inverted="true"]': {
|
|
16
|
+
'@apply bg-inverted-tertiary-surface': {}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
|
|
19
22
|
//# sourceMappingURL=typing-bubble.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../../../src/components/ai/typing-bubble.ts"],"sourcesContent":["export const TypingBubble = () => ({\n '.sk-ai-typing-bubble': {\n '@apply inline-flex items-center justify-center': {},\n '@apply p-12 gap-8 w-min': {},\n '@apply bg-tertiary-surface': {},\n '@apply text-dark-secondary': {},\n '@apply rounded-button': {},\n '&[data-position=\"left\"]': {\n '@apply rounded-br-0': {},\n },\n '&[data-position=\"right\"]': {\n '@apply rounded-bl-0': {},\n },\n '&[data-inverted=\"true\"]': {\n '@apply bg-inverted-tertiary-surface': {},\n },\n },\n});\n"],"names":["TypingBubble"],"mappings":"AAAA,OAAO,IAAMA,eAAe;WAAO;QACjC,wBAAwB;YACtB,kDAAkD,CAAC;YACnD,2BAA2B,CAAC;YAC5B,8BAA8B,CAAC;YAC/B,8BAA8B,CAAC;YAC/B,yBAAyB,CAAC;YAC1B,2BAA2B;gBACzB,uBAAuB,CAAC;YAC1B;YACA,4BAA4B;gBAC1B,uBAAuB,CAAC;YAC1B;YACA,2BAA2B;gBACzB,uCAAuC,CAAC;YAC1C;QACF;IACF;EAAG"}
|
|
@@ -1,34 +1,82 @@
|
|
|
1
|
-
function
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
'@apply animate-typing-bounce-3': {}
|
|
23
|
-
}
|
|
24
|
-
}, colors.reduce((styles, color) => _extends({}, styles, {
|
|
25
|
-
["&[data-color=\"" + color + "\"]"]: {
|
|
26
|
-
["@apply bg-" + color + "-surface-primary"]: {},
|
|
27
|
-
'&[data-inverted="true"]': {
|
|
28
|
-
["@apply bg-inverted-" + color + "-surface-primary"]: {}
|
|
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
|
+
}));
|
|
29
22
|
}
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
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
|
+
});
|
|
37
|
+
}
|
|
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 TypingSequence = function(colors) {
|
|
54
|
+
return {
|
|
55
|
+
'.sk-ai-typing-sequence': {
|
|
56
|
+
'@apply bg-transparent': {},
|
|
57
|
+
'@apply inline-flex': {},
|
|
58
|
+
'@apply h-5 w-fit gap-6': {},
|
|
59
|
+
'&-dot': _object_spread({
|
|
60
|
+
'@apply rounded-full': {},
|
|
61
|
+
'@apply block': {},
|
|
62
|
+
'@apply w-5 h-5': {},
|
|
63
|
+
'@apply bg-dark-secondary': {},
|
|
64
|
+
'&[data-inverted="true"]': _define_property({}, "@apply bg-inverted-dark-secondary", {}),
|
|
65
|
+
'&[data-order="1"]': {
|
|
66
|
+
'@apply animate-typing-bounce-1': {}
|
|
67
|
+
},
|
|
68
|
+
'&[data-order="2"]': {
|
|
69
|
+
'@apply animate-typing-bounce-2': {}
|
|
70
|
+
},
|
|
71
|
+
'&[data-order="3"]': {
|
|
72
|
+
'@apply animate-typing-bounce-3': {}
|
|
73
|
+
}
|
|
74
|
+
}, colors.reduce(function(styles, color) {
|
|
75
|
+
var _obj;
|
|
76
|
+
return _object_spread_props(_object_spread({}, styles), _define_property({}, '&[data-color="'.concat(color, '"]'), (_obj = {}, _define_property(_obj, "@apply bg-".concat(color, "-surface-primary"), {}), _define_property(_obj, '&[data-inverted="true"]', _define_property({}, "@apply bg-inverted-".concat(color, "-surface-primary"), {})), _obj)));
|
|
77
|
+
}, {}))
|
|
78
|
+
}
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
|
|
34
82
|
//# sourceMappingURL=typing-sequence.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../../../src/components/ai/typing-sequence.ts"],"sourcesContent":["export const TypingSequence = (colors: string[]) => ({\n '.sk-ai-typing-sequence': {\n '@apply bg-transparent': {},\n '@apply inline-flex': {},\n '@apply h-5 w-fit gap-6': {},\n '&-dot': {\n '@apply rounded-full': {},\n '@apply block': {},\n '@apply w-5 h-5': {},\n '@apply bg-dark-secondary': {},\n '&[data-inverted=\"true\"]': {\n [`@apply bg-inverted-dark-secondary`]: {},\n },\n '&[data-order=\"1\"]': {\n '@apply animate-typing-bounce-1': {},\n },\n '&[data-order=\"2\"]': {\n '@apply animate-typing-bounce-2': {},\n },\n '&[data-order=\"3\"]': {\n '@apply animate-typing-bounce-3': {},\n },\n ...colors.reduce(\n (styles, color) => ({\n ...styles,\n\n [`&[data-color=\"${color}\"]`]: {\n [`@apply bg-${color}-surface-primary`]: {},\n '&[data-inverted=\"true\"]': {\n [`@apply bg-inverted-${color}-surface-primary`]: {},\n },\n },\n }),\n {}\n ),\n },\n },\n});\n"],"names":["TypingSequence","colors","reduce","styles","color"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,IAAMA,iBAAiB,SAACC;WAAsB;QACnD,0BAA0B;YACxB,yBAAyB,CAAC;YAC1B,sBAAsB,CAAC;YACvB,0BAA0B,CAAC;YAC3B,SAAS;gBACP,uBAAuB,CAAC;gBACxB,gBAAgB,CAAC;gBACjB,kBAAkB,CAAC;gBACnB,4BAA4B,CAAC;gBAC7B,2BACE,qBAAE,qCAAqC,CAAC;gBAE1C,qBAAqB;oBACnB,kCAAkC,CAAC;gBACrC;gBACA,qBAAqB;oBACnB,kCAAkC,CAAC;gBACrC;gBACA,qBAAqB;oBACnB,kCAAkC,CAAC;gBACrC;eACGA,OAAOC,MAAM,CACd,SAACC,QAAQC;oBAGuB;uBAHZ,wCACfD,8BAEF,AAAC,iBAAsB,OAANC,OAAM,QAAM,WAC5B,iBAD4B,MAC3B,AAAC,aAAkB,OAANA,OAAM,qBAAoB,CAAC,IACzC,iBAF4B,MAE5B,2BACE,qBAAC,AAAC,sBAA2B,OAANA,OAAM,qBAAoB,CAAC,KAHxB;eAOhC,CAAC;QAGP;IACF;EAAG"}
|
|
@@ -1,45 +1,95 @@
|
|
|
1
|
-
function
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'&&-sm': {
|
|
12
|
-
'@apply h-32 w-32 min-h-24 max-h-32 min-w-24 max-w-32': {},
|
|
13
|
-
'@apply text-label-small': {}
|
|
14
|
-
},
|
|
15
|
-
'&&-md': {
|
|
16
|
-
'@apply h-40 w-40 min-h-32 max-h-40 min-w-32 max-w-40': {},
|
|
17
|
-
'@apply text-label-medium': {}
|
|
18
|
-
},
|
|
19
|
-
'&&-lg': {
|
|
20
|
-
'@apply h-64 w-64 min-h-40 max-h-64 min-w-40 max-w-64': {},
|
|
21
|
-
'@apply text-label-large': {}
|
|
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;
|
|
22
11
|
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
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
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
ownKeys.forEach(function(key) {
|
|
24
|
+
_define_property(target, key, source[key]);
|
|
25
|
+
});
|
|
29
26
|
}
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
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
|
+
});
|
|
37
|
+
}
|
|
38
|
+
keys.push.apply(keys, symbols);
|
|
42
39
|
}
|
|
43
|
-
|
|
44
|
-
}
|
|
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 Avatar = function(colors) {
|
|
54
|
+
return {
|
|
55
|
+
'.sk-avatar': _object_spread_props(_object_spread({
|
|
56
|
+
'@apply inline-flex': {},
|
|
57
|
+
'@apply justify-center items-center': {},
|
|
58
|
+
'@apply rounded-button-sm md:rounded-button-md xl:rounded-button-lg': {},
|
|
59
|
+
'@apply overflow-hidden': {},
|
|
60
|
+
'&[data-rounded="true"]': {
|
|
61
|
+
'@apply rounded-circular': {}
|
|
62
|
+
},
|
|
63
|
+
'&&-sm': {
|
|
64
|
+
'@apply h-32 w-32 min-h-24 max-h-32 min-w-24 max-w-32': {},
|
|
65
|
+
'@apply text-label-small': {}
|
|
66
|
+
},
|
|
67
|
+
'&&-md': {
|
|
68
|
+
'@apply h-40 w-40 min-h-32 max-h-40 min-w-32 max-w-40': {},
|
|
69
|
+
'@apply text-label-medium': {}
|
|
70
|
+
},
|
|
71
|
+
'&&-lg': {
|
|
72
|
+
'@apply h-64 w-64 min-h-40 max-h-64 min-w-40 max-w-64': {},
|
|
73
|
+
'@apply text-label-large': {}
|
|
74
|
+
}
|
|
75
|
+
}, colors.reduce(function(styles, color) {
|
|
76
|
+
var _obj;
|
|
77
|
+
return _object_spread_props(_object_spread({}, styles), _define_property({}, '&[data-color="'.concat(color, '"]'), (_obj = {}, _define_property(_obj, "@apply bg-".concat(color, "-surface-primary text-").concat(color, "-text-secondary"), {}), _define_property(_obj, '&[data-accent="true"]', _define_property({}, "@apply bg-".concat(color, "-surface-accent text-").concat(color, "-text-primary"), {})), _obj)));
|
|
78
|
+
}, {})), {
|
|
79
|
+
'&[data-color="primary"]': {
|
|
80
|
+
'@apply bg-primary-surface text-light-primary': {},
|
|
81
|
+
'&[data-accent="true"]': {
|
|
82
|
+
'@apply bg-inverted-primary-surface text-inverted-light-primary': {}
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
'&-img': {
|
|
86
|
+
'@apply min-w-full min-h-full object-cover': {}
|
|
87
|
+
},
|
|
88
|
+
'&[data-hasimage="true"]': {
|
|
89
|
+
'@apply bg-transparent': {}
|
|
90
|
+
}
|
|
91
|
+
})
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
|
|
45
95
|
//# sourceMappingURL=avatar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../../../src/components/avatar.ts"],"sourcesContent":["export const Avatar = (colors: string[]) => ({\r\n '.sk-avatar': {\r\n '@apply inline-flex': {},\r\n '@apply justify-center items-center': {},\r\n '@apply rounded-button-sm md:rounded-button-md xl:rounded-button-lg': {},\r\n '@apply overflow-hidden': {},\r\n '&[data-rounded=\"true\"]': {\r\n '@apply rounded-circular': {},\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 '@apply text-label-medium': {},\r\n },\r\n '&&-lg': {\r\n '@apply h-64 w-64 min-h-40 max-h-64 min-w-40 max-w-64': {},\r\n '@apply text-label-large': {},\r\n },\r\n ...colors.reduce(\r\n (styles, color) => ({\r\n ...styles,\r\n [`&[data-color=\"${color}\"]`]: {\r\n [`@apply bg-${color}-surface-primary text-${color}-text-secondary`]: {},\r\n\r\n '&[data-accent=\"true\"]': {\r\n [`@apply bg-${color}-surface-accent text-${color}-text-primary`]: {},\r\n },\r\n },\r\n }),\r\n {}\r\n ),\r\n '&[data-color=\"primary\"]': {\r\n '@apply bg-primary-surface text-light-primary': {},\r\n\r\n '&[data-accent=\"true\"]': {\r\n '@apply bg-inverted-primary-surface text-inverted-light-primary': {},\r\n },\r\n },\r\n '&-img': {\r\n '@apply min-w-full min-h-full object-cover': {},\r\n },\r\n '&[data-hasimage=\"true\"]': {\r\n '@apply bg-transparent': {},\r\n },\r\n },\r\n});\r\n"],"names":["Avatar","colors","reduce","styles","color"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,IAAMA,SAAS,SAACC;WAAsB;QAC3C,cAAc;YACZ,sBAAsB,CAAC;YACvB,sCAAsC,CAAC;YACvC,sEAAsE,CAAC;YACvE,0BAA0B,CAAC;YAC3B,0BAA0B;gBACxB,2BAA2B,CAAC;YAC9B;YAEA,SAAS;gBACP,wDAAwD,CAAC;gBACzD,2BAA2B,CAAC;YAC9B;YACA,SAAS;gBACP,wDAAwD,CAAC;gBACzD,4BAA4B,CAAC;YAC/B;YACA,SAAS;gBACP,wDAAwD,CAAC;gBACzD,2BAA2B,CAAC;YAC9B;WACGA,OAAOC,MAAM,CACd,SAACC,QAAQC;gBAEuB;mBAFZ,wCACfD,8BACF,AAAC,iBAAsB,OAANC,OAAM,QAAM,WAC5B,iBAD4B,MAC3B,AAAC,aAA2CA,OAA/BA,OAAM,2BAA+B,OAANA,OAAM,oBAAmB,CAAC,IAEvE,iBAH4B,MAG5B,yBACE,qBAAC,AAAC,aAA0CA,OAA9BA,OAAM,0BAA8B,OAANA,OAAM,kBAAiB,CAAC,KAJ1C;WAQhC,CAAC;YAEH,2BAA2B;gBACzB,iDAAiD,CAAC;gBAElD,yBAAyB;oBACvB,mEAAmE,CAAC;gBACtE;YACF;YACA,SAAS;gBACP,6CAA6C,CAAC;YAChD;YACA,2BAA2B;gBACzB,yBAAyB,CAAC;YAC5B;;IAEJ;EAAG"}
|