@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,47 +1,105 @@
|
|
|
1
1
|
"use strict";
|
|
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
|
-
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "MenuBar", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return MenuBar;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
function _define_property(obj, key, value) {
|
|
12
|
+
if (key in obj) {
|
|
13
|
+
Object.defineProperty(obj, key, {
|
|
14
|
+
value: value,
|
|
15
|
+
enumerable: true,
|
|
16
|
+
configurable: true,
|
|
17
|
+
writable: true
|
|
18
|
+
});
|
|
19
|
+
} else {
|
|
20
|
+
obj[key] = value;
|
|
21
|
+
}
|
|
22
|
+
return obj;
|
|
23
|
+
}
|
|
24
|
+
function _object_spread(target) {
|
|
25
|
+
for(var i = 1; i < arguments.length; i++){
|
|
26
|
+
var source = arguments[i] != null ? arguments[i] : {};
|
|
27
|
+
var ownKeys = Object.keys(source);
|
|
28
|
+
if (typeof Object.getOwnPropertySymbols === "function") {
|
|
29
|
+
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
30
|
+
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
31
|
+
}));
|
|
32
|
+
}
|
|
33
|
+
ownKeys.forEach(function(key) {
|
|
34
|
+
_define_property(target, key, source[key]);
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
return target;
|
|
38
|
+
}
|
|
39
|
+
function ownKeys(object, enumerableOnly) {
|
|
40
|
+
var keys = Object.keys(object);
|
|
41
|
+
if (Object.getOwnPropertySymbols) {
|
|
42
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
43
|
+
if (enumerableOnly) {
|
|
44
|
+
symbols = symbols.filter(function(sym) {
|
|
45
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
46
|
+
});
|
|
37
47
|
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
48
|
+
keys.push.apply(keys, symbols);
|
|
49
|
+
}
|
|
50
|
+
return keys;
|
|
51
|
+
}
|
|
52
|
+
function _object_spread_props(target, source) {
|
|
53
|
+
source = source != null ? source : {};
|
|
54
|
+
if (Object.getOwnPropertyDescriptors) {
|
|
55
|
+
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
56
|
+
} else {
|
|
57
|
+
ownKeys(Object(source)).forEach(function(key) {
|
|
58
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
59
|
+
});
|
|
44
60
|
}
|
|
45
|
-
|
|
61
|
+
return target;
|
|
62
|
+
}
|
|
63
|
+
var MenuBar = function(colors) {
|
|
64
|
+
return {
|
|
65
|
+
'.sk-menubar': {
|
|
66
|
+
'@apply flex flex-row': {},
|
|
67
|
+
'@apply p-8 gap-16': {},
|
|
68
|
+
'@apply rounded-cards': {},
|
|
69
|
+
'&[data-background="true"]': {
|
|
70
|
+
'@apply bg-background-color-mixin-1': {}
|
|
71
|
+
},
|
|
72
|
+
'&-item': _object_spread({
|
|
73
|
+
'@apply inline-block': {},
|
|
74
|
+
'@apply relative': {},
|
|
75
|
+
'@apply h-40': {},
|
|
76
|
+
'a, button': {
|
|
77
|
+
color: 'unset'
|
|
78
|
+
},
|
|
79
|
+
'> *:first-child': {
|
|
80
|
+
'@apply rounded-button-sm md:rounded-button-md xl:rounded-button-lg': {},
|
|
81
|
+
'@apply cursor-pointer': {},
|
|
82
|
+
'@apply bg-transparent text-dark-primary': {},
|
|
83
|
+
'@apply hover:bg-tertiary-surface': {},
|
|
84
|
+
'@apply font-bold': {},
|
|
85
|
+
'@apply gap-2 px-14 py-8': {},
|
|
86
|
+
'@apply h-full min-h-full': {},
|
|
87
|
+
'@apply inline-flex shrink-0 flex-nowrap': {},
|
|
88
|
+
'@apply border-0': {},
|
|
89
|
+
'@apply focus-visible:bg-background-content focus-visible:ring': {},
|
|
90
|
+
'&[aria-current="page"]:not(:hover),&[aria-selected="true"]:not(:hover), ': {
|
|
91
|
+
'@apply bg-primary-surface text-light-primary': {},
|
|
92
|
+
'@apply focus-visible:ring': {}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}, colors.reduce(function(styles, color) {
|
|
96
|
+
var _obj, _obj1;
|
|
97
|
+
return _object_spread_props(_object_spread({}, styles), _define_property({}, '&[data-color="'.concat(color, '"]'), {
|
|
98
|
+
'> *: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)
|
|
99
|
+
}));
|
|
100
|
+
}, {}))
|
|
101
|
+
}
|
|
102
|
+
};
|
|
46
103
|
};
|
|
104
|
+
|
|
47
105
|
//# 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":";;;;+BAAaA;;;eAAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAN,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"}
|
|
@@ -1,55 +1,62 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'@apply fixed inset-0 z-20 overflow-y-auto': {},
|
|
10
|
-
'@apply bg-primitives-overlay-darken-6': {},
|
|
11
|
-
'@apply dark:bg-primitives-overlay-darken-8': {},
|
|
12
|
-
'&-inner': {
|
|
13
|
-
'@apply min-h-screen px-4 text-center': {}
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
'&-overlay': {
|
|
17
|
-
'@apply fixed inset-0': {}
|
|
18
|
-
},
|
|
19
|
-
'&-trixter': {
|
|
20
|
-
'@apply inline-block h-screen align-middle': {}
|
|
21
|
-
},
|
|
22
|
-
'&-dialog': {
|
|
23
|
-
'@apply text-dark-secondary': {},
|
|
24
|
-
'@apply inline-flex flex-col': {},
|
|
25
|
-
'@apply text-left': {},
|
|
26
|
-
'@apply align-middle': {},
|
|
27
|
-
'@apply transition-all transform': {},
|
|
28
|
-
'@apply rounded-cards': {},
|
|
29
|
-
'@apply bg-background-content': {},
|
|
30
|
-
'@apply dark:bg-background-100': {},
|
|
31
|
-
'@apply px-24 pt-24 pb-40': {},
|
|
32
|
-
'@apply gap-16': {},
|
|
33
|
-
'&-header': {
|
|
34
|
-
'@apply flex justify-between items-center w-full': {},
|
|
35
|
-
'&-title': {
|
|
36
|
-
'@apply grow': {},
|
|
37
|
-
'@apply text-label-medium': {}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
'&-content': {
|
|
42
|
-
'@apply flex flex-col': {},
|
|
43
|
-
'@apply py-8 pb-16 gap-12': {},
|
|
44
|
-
'h1, h2, h3, h4, h5, h6': {
|
|
45
|
-
'@apply text-dark-primary': {}
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
'&-footer': {
|
|
49
|
-
'@apply flex flex-row justify-start': {},
|
|
50
|
-
'@apply p-0 gap-12': {}
|
|
51
|
-
}
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "Modal", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return Modal;
|
|
52
9
|
}
|
|
53
|
-
|
|
10
|
+
});
|
|
11
|
+
var Modal = function() {
|
|
12
|
+
return {
|
|
13
|
+
'.sk-modal': {
|
|
14
|
+
'&-wrapper': {
|
|
15
|
+
'@apply fixed inset-0 z-20 overflow-y-auto': {},
|
|
16
|
+
'@apply bg-primitives-overlay-darken-6': {},
|
|
17
|
+
'@apply dark:bg-primitives-overlay-darken-8': {},
|
|
18
|
+
'&-inner': {
|
|
19
|
+
'@apply min-h-screen px-4 text-center': {}
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
'&-overlay': {
|
|
23
|
+
'@apply fixed inset-0': {}
|
|
24
|
+
},
|
|
25
|
+
'&-trixter': {
|
|
26
|
+
'@apply inline-block h-screen align-middle': {}
|
|
27
|
+
},
|
|
28
|
+
'&-dialog': {
|
|
29
|
+
'@apply text-dark-secondary': {},
|
|
30
|
+
'@apply inline-flex flex-col': {},
|
|
31
|
+
'@apply text-left': {},
|
|
32
|
+
'@apply align-middle': {},
|
|
33
|
+
'@apply transition-all transform': {},
|
|
34
|
+
'@apply rounded-cards': {},
|
|
35
|
+
'@apply bg-background-content': {},
|
|
36
|
+
'@apply dark:bg-background-100': {},
|
|
37
|
+
'@apply px-24 pt-24 pb-40': {},
|
|
38
|
+
'@apply gap-16': {},
|
|
39
|
+
'&-header': {
|
|
40
|
+
'@apply flex justify-between items-center w-full': {},
|
|
41
|
+
'&-title': {
|
|
42
|
+
'@apply grow': {},
|
|
43
|
+
'@apply text-label-medium': {}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
'&-content': {
|
|
48
|
+
'@apply flex flex-col': {},
|
|
49
|
+
'@apply py-8 pb-16 gap-12': {},
|
|
50
|
+
'h1, h2, h3, h4, h5, h6': {
|
|
51
|
+
'@apply text-dark-primary': {}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
'&-footer': {
|
|
55
|
+
'@apply flex flex-row justify-start': {},
|
|
56
|
+
'@apply p-0 gap-12': {}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
};
|
|
54
60
|
};
|
|
61
|
+
|
|
55
62
|
//# 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":";;;;+BAAaA;;;eAAAA;;;AAAN,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"}
|
|
@@ -1,108 +1,115 @@
|
|
|
1
1
|
"use strict";
|
|
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
|
-
'@apply bg-transparent !important': {},
|
|
43
|
-
'@apply text-dark-disabled hover:text-dark-disabled': {},
|
|
44
|
-
'.sk-icon': {
|
|
45
|
-
'@apply text-dark-disabled hover:text-dark-disabled': {}
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
'.sk-icon': {
|
|
49
|
-
'@apply bg-transparent text-dark-secondary': {}
|
|
50
|
-
},
|
|
51
|
-
'&:hover': {
|
|
52
|
-
'@apply text-dark-primary': {},
|
|
53
|
-
'@apply bg-tertiary-surface-hover': {},
|
|
54
|
-
'.sk-icon': {
|
|
55
|
-
'@apply text-dark-primary': {}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
'&[disabled]': {
|
|
60
|
-
'@apply cursor-default': {}
|
|
61
|
-
},
|
|
62
|
-
"&[disabled='false']": {
|
|
63
|
-
'.sk-pagination-prevNextButton-label, .sk-pagination-prevNextButton-icon': {
|
|
64
|
-
'@apply cursor-pointer': {}
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
'&-label': {
|
|
68
|
-
'@apply hidden sm:inline ml-sm leading-none': {}
|
|
69
|
-
},
|
|
70
|
-
'&-icon': {
|
|
71
|
-
'@apply m-1 leading-none flex items-center': {}
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
'&-ellipsis': {
|
|
75
|
-
'@apply inline-block w-16 text-center': {}
|
|
76
|
-
},
|
|
77
|
-
'&.fit-content': {
|
|
78
|
-
'@apply w-full max-w-full': {},
|
|
79
|
-
'.sk-pagination-list': {
|
|
80
|
-
'@apply w-full flex justify-center': {},
|
|
81
|
-
'@apply gap-0 md:gap-24': {},
|
|
82
|
-
'&-item': {
|
|
83
|
-
'@apply px-0 grow-0 text-center': {},
|
|
84
|
-
'&.ellipsis': {
|
|
85
|
-
'@apply flex-shrink grow-0': {}
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "Pagination", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return Pagination;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var Pagination = function() {
|
|
12
|
+
return {
|
|
13
|
+
'.sk-pagination': {
|
|
14
|
+
'@apply select-none': {},
|
|
15
|
+
'@apply text-base': {},
|
|
16
|
+
'&-list': {
|
|
17
|
+
'@apply flex justify-between items-center': {},
|
|
18
|
+
'.sk-pagination[data-hideprevnextlabel="true"] &': {
|
|
19
|
+
'@apply w-fit': {}
|
|
20
|
+
},
|
|
21
|
+
li: {
|
|
22
|
+
'@apply min-w-40 text-center': {}
|
|
23
|
+
},
|
|
24
|
+
'li:first-child': {
|
|
25
|
+
'@apply text-left': {}
|
|
26
|
+
},
|
|
27
|
+
'li:last-child': {
|
|
28
|
+
'@apply text-right': {}
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
'.form-select-wrapper': {
|
|
32
|
+
'@apply w-fit': {}
|
|
33
|
+
},
|
|
34
|
+
'&-pageLabel': {
|
|
35
|
+
'@apply leading-base cursor-pointer underline text-vattjom-surface-primary': {},
|
|
36
|
+
'@apply focus-visible:ring ring-ring ring-offset': {},
|
|
37
|
+
'@apply rounded-full': {},
|
|
38
|
+
'@apply h-32 w-32': {},
|
|
39
|
+
"&[aria-current='true']": {
|
|
40
|
+
'@apply font-bold no-underline text-dark-primary': {}
|
|
41
|
+
}
|
|
86
42
|
},
|
|
87
|
-
'
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
43
|
+
'&-prevNextButton': {
|
|
44
|
+
'@apply text-dark-secondary': {},
|
|
45
|
+
'&.sk-btn': {
|
|
46
|
+
'@apply bg-transparent text-dark-secondary font-normal': {},
|
|
47
|
+
'&.sk-btn-disabled:disabled, .sk-btn[aria-disabled="true"]:disabled': {
|
|
48
|
+
'@apply bg-transparent !important': {},
|
|
49
|
+
'@apply text-dark-disabled hover:text-dark-disabled': {},
|
|
50
|
+
'.sk-icon': {
|
|
51
|
+
'@apply text-dark-disabled hover:text-dark-disabled': {}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
'.sk-icon': {
|
|
55
|
+
'@apply bg-transparent text-dark-secondary': {}
|
|
56
|
+
},
|
|
57
|
+
'&:hover': {
|
|
58
|
+
'@apply text-dark-primary': {},
|
|
59
|
+
'@apply bg-tertiary-surface-hover': {},
|
|
60
|
+
'.sk-icon': {
|
|
61
|
+
'@apply text-dark-primary': {}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
'&[disabled]': {
|
|
66
|
+
'@apply cursor-default': {}
|
|
67
|
+
},
|
|
68
|
+
"&[disabled='false']": {
|
|
69
|
+
'.sk-pagination-prevNextButton-label, .sk-pagination-prevNextButton-icon': {
|
|
70
|
+
'@apply cursor-pointer': {}
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
'&-label': {
|
|
74
|
+
'@apply hidden sm:inline ml-sm leading-none': {}
|
|
75
|
+
},
|
|
76
|
+
'&-icon': {
|
|
77
|
+
'@apply m-1 leading-none flex items-center': {}
|
|
78
|
+
}
|
|
95
79
|
},
|
|
96
|
-
'
|
|
97
|
-
|
|
80
|
+
'&-ellipsis': {
|
|
81
|
+
'@apply inline-block w-16 text-center': {}
|
|
82
|
+
},
|
|
83
|
+
'&.fit-content': {
|
|
84
|
+
'@apply w-full max-w-full': {},
|
|
85
|
+
'.sk-pagination-list': {
|
|
86
|
+
'@apply w-full flex justify-center': {},
|
|
87
|
+
'@apply gap-0 md:gap-24': {},
|
|
88
|
+
'&-item': {
|
|
89
|
+
'@apply px-0 grow-0 text-center': {},
|
|
90
|
+
'&.ellipsis': {
|
|
91
|
+
'@apply flex-shrink grow-0': {}
|
|
92
|
+
},
|
|
93
|
+
'&.prev-next': {
|
|
94
|
+
'@apply flex-shrink': {},
|
|
95
|
+
'&.prev': {
|
|
96
|
+
'@apply text-left': {}
|
|
97
|
+
},
|
|
98
|
+
'&.next': {
|
|
99
|
+
'@apply text-right': {}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
'.sk-pagination-pageLabel': {
|
|
103
|
+
'@apply mx-xs': {}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
'.form-select-wrapper': {
|
|
108
|
+
'@apply w-full': {}
|
|
109
|
+
}
|
|
98
110
|
}
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
|
-
'.form-select-wrapper': {
|
|
102
|
-
'@apply w-full': {}
|
|
103
111
|
}
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
};
|
|
112
|
+
};
|
|
107
113
|
};
|
|
114
|
+
|
|
108
115
|
//# 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":";;;;+BAAaA;;;eAAAA;;;AAAN,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"}
|