@sk-web-gui/core 1.0.2 → 1.1.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/base.js +6 -1
- package/dist/cjs/base.js.map +1 -1
- package/dist/cjs/colors.js +5 -1
- package/dist/cjs/colors.js.map +1 -1
- package/dist/cjs/components/accordion.js +97 -20
- package/dist/cjs/components/accordion.js.map +1 -1
- package/dist/cjs/components/alert.js +5 -1
- package/dist/cjs/components/alert.js.map +1 -1
- package/dist/cjs/components/avatar.js +5 -1
- package/dist/cjs/components/avatar.js.map +1 -1
- package/dist/cjs/components/badge.js +5 -1
- package/dist/cjs/components/badge.js.map +1 -1
- package/dist/cjs/components/breadcrumb.js +5 -1
- package/dist/cjs/components/breadcrumb.js.map +1 -1
- package/dist/cjs/components/button-group.js +5 -1
- package/dist/cjs/components/button-group.js.map +1 -1
- package/dist/cjs/components/button.js +5 -1
- package/dist/cjs/components/button.js.map +1 -1
- package/dist/cjs/components/card.js +5 -1
- package/dist/cjs/components/card.js.map +1 -1
- package/dist/cjs/components/checkbox.js +5 -1
- package/dist/cjs/components/checkbox.js.map +1 -1
- package/dist/cjs/components/chip.js +41 -0
- package/dist/cjs/components/chip.js.map +1 -0
- package/dist/cjs/components/code.js +5 -1
- package/dist/cjs/components/code.js.map +1 -1
- package/dist/cjs/components/combobox.js +10 -1
- package/dist/cjs/components/combobox.js.map +1 -1
- package/dist/cjs/components/cookie-consent.js +5 -1
- package/dist/cjs/components/cookie-consent.js.map +1 -1
- package/dist/cjs/components/dialog.js +5 -1
- package/dist/cjs/components/dialog.js.map +1 -1
- package/dist/cjs/components/divider.js +5 -1
- package/dist/cjs/components/divider.js.map +1 -1
- package/dist/cjs/components/dot.js +5 -1
- package/dist/cjs/components/dot.js.map +1 -1
- package/dist/cjs/components/filter.js +5 -1
- package/dist/cjs/components/filter.js.map +1 -1
- package/dist/cjs/components/footer.js +5 -1
- package/dist/cjs/components/footer.js.map +1 -1
- package/dist/cjs/components/forms.js +5 -1
- package/dist/cjs/components/forms.js.map +1 -1
- package/dist/cjs/components/header.js +10 -2
- package/dist/cjs/components/header.js.map +1 -1
- package/dist/cjs/components/icon.js +5 -1
- package/dist/cjs/components/icon.js.map +1 -1
- package/dist/cjs/components/input.js +17 -10
- package/dist/cjs/components/input.js.map +1 -1
- package/dist/cjs/components/kbd.js +5 -1
- package/dist/cjs/components/kbd.js.map +1 -1
- package/dist/cjs/components/label.js +5 -1
- package/dist/cjs/components/label.js.map +1 -1
- package/dist/cjs/components/link.js +5 -1
- package/dist/cjs/components/link.js.map +1 -1
- package/dist/cjs/components/list.js +5 -1
- package/dist/cjs/components/list.js.map +1 -1
- package/dist/cjs/components/logo.js +5 -1
- package/dist/cjs/components/logo.js.map +1 -1
- package/dist/cjs/components/menu-vertical.js +7 -6
- package/dist/cjs/components/menu-vertical.js.map +1 -1
- package/dist/cjs/components/menubar.js +7 -3
- package/dist/cjs/components/menubar.js.map +1 -1
- package/dist/cjs/components/modal.js +5 -1
- package/dist/cjs/components/modal.js.map +1 -1
- package/dist/cjs/components/pagination.js +5 -1
- package/dist/cjs/components/pagination.js.map +1 -1
- package/dist/cjs/components/popup-menu.js +5 -1
- package/dist/cjs/components/popup-menu.js.map +1 -1
- package/dist/cjs/components/progress-bar.js +5 -1
- package/dist/cjs/components/progress-bar.js.map +1 -1
- package/dist/cjs/components/progress-stepper.js +5 -1
- package/dist/cjs/components/progress-stepper.js.map +1 -1
- package/dist/cjs/components/radio.js +5 -1
- package/dist/cjs/components/radio.js.map +1 -1
- package/dist/cjs/components/search-field.js +5 -1
- package/dist/cjs/components/search-field.js.map +1 -1
- package/dist/cjs/components/select.js +5 -1
- package/dist/cjs/components/select.js.map +1 -1
- package/dist/cjs/components/snackbar.js +5 -1
- package/dist/cjs/components/snackbar.js.map +1 -1
- package/dist/cjs/components/spinner.js +5 -1
- package/dist/cjs/components/spinner.js.map +1 -1
- package/dist/cjs/components/switch.js +5 -1
- package/dist/cjs/components/switch.js.map +1 -1
- package/dist/cjs/components/table.js +5 -1
- package/dist/cjs/components/table.js.map +1 -1
- package/dist/cjs/components/tabs.js +12 -57
- package/dist/cjs/components/tabs.js.map +1 -1
- package/dist/cjs/components/tooltip.js +5 -1
- package/dist/cjs/components/tooltip.js.map +1 -1
- package/dist/cjs/components/user-menu.js +5 -1
- package/dist/cjs/components/user-menu.js.map +1 -1
- package/dist/cjs/components/zebratable.js +18 -5
- package/dist/cjs/components/zebratable.js.map +1 -1
- package/dist/cjs/index.js +10 -7
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/plugin.js +56 -56
- package/dist/cjs/plugin.js.map +1 -1
- package/dist/cjs/preset.js +10 -2
- package/dist/cjs/preset.js.map +1 -1
- package/dist/cjs/theme.js +70 -66
- package/dist/cjs/theme.js.map +1 -1
- package/dist/cjs/units.js +44 -39
- package/dist/cjs/units.js.map +1 -1
- package/dist/cjs/with-opacity.js +6 -1
- package/dist/cjs/with-opacity.js.map +1 -1
- package/dist/esm/base.js +3 -1
- package/dist/esm/base.js.map +1 -1
- package/dist/esm/colors.js +2 -1
- package/dist/esm/colors.js.map +1 -1
- package/dist/esm/components/accordion.js +93 -20
- package/dist/esm/components/accordion.js.map +1 -1
- package/dist/esm/components/alert.js +1 -1
- package/dist/esm/components/alert.js.map +1 -1
- package/dist/esm/components/avatar.js +1 -1
- package/dist/esm/components/avatar.js.map +1 -1
- package/dist/esm/components/badge.js +1 -1
- package/dist/esm/components/badge.js.map +1 -1
- package/dist/esm/components/breadcrumb.js +1 -1
- package/dist/esm/components/breadcrumb.js.map +1 -1
- package/dist/esm/components/button-group.js +1 -1
- package/dist/esm/components/button-group.js.map +1 -1
- package/dist/esm/components/button.js +1 -1
- package/dist/esm/components/button.js.map +1 -1
- package/dist/esm/components/card.js +1 -1
- package/dist/esm/components/card.js.map +1 -1
- package/dist/esm/components/checkbox.js +1 -1
- package/dist/esm/components/checkbox.js.map +1 -1
- package/dist/esm/components/chip.js +35 -0
- package/dist/esm/components/chip.js.map +1 -0
- package/dist/esm/components/code.js +1 -1
- package/dist/esm/components/code.js.map +1 -1
- package/dist/esm/components/combobox.js +6 -1
- package/dist/esm/components/combobox.js.map +1 -1
- package/dist/esm/components/cookie-consent.js +1 -1
- package/dist/esm/components/cookie-consent.js.map +1 -1
- package/dist/esm/components/dialog.js +1 -1
- package/dist/esm/components/dialog.js.map +1 -1
- package/dist/esm/components/divider.js +1 -1
- package/dist/esm/components/divider.js.map +1 -1
- package/dist/esm/components/dot.js +1 -1
- package/dist/esm/components/dot.js.map +1 -1
- package/dist/esm/components/filter.js +1 -1
- package/dist/esm/components/filter.js.map +1 -1
- package/dist/esm/components/footer.js +1 -1
- package/dist/esm/components/footer.js.map +1 -1
- package/dist/esm/components/forms.js +1 -1
- package/dist/esm/components/forms.js.map +1 -1
- package/dist/esm/components/header.js +6 -2
- package/dist/esm/components/header.js.map +1 -1
- package/dist/esm/components/icon.js +1 -1
- package/dist/esm/components/icon.js.map +1 -1
- package/dist/esm/components/input.js +13 -10
- package/dist/esm/components/input.js.map +1 -1
- package/dist/esm/components/kbd.js +1 -1
- package/dist/esm/components/kbd.js.map +1 -1
- package/dist/esm/components/label.js +1 -1
- package/dist/esm/components/label.js.map +1 -1
- package/dist/esm/components/link.js +1 -1
- package/dist/esm/components/link.js.map +1 -1
- package/dist/esm/components/list.js +1 -1
- package/dist/esm/components/list.js.map +1 -1
- package/dist/esm/components/logo.js +1 -1
- package/dist/esm/components/logo.js.map +1 -1
- package/dist/esm/components/menu-vertical.js +3 -6
- package/dist/esm/components/menu-vertical.js.map +1 -1
- package/dist/esm/components/menubar.js +3 -3
- package/dist/esm/components/menubar.js.map +1 -1
- package/dist/esm/components/modal.js +1 -1
- package/dist/esm/components/modal.js.map +1 -1
- package/dist/esm/components/pagination.js +1 -1
- package/dist/esm/components/pagination.js.map +1 -1
- package/dist/esm/components/popup-menu.js +1 -1
- package/dist/esm/components/popup-menu.js.map +1 -1
- package/dist/esm/components/progress-bar.js +1 -1
- package/dist/esm/components/progress-bar.js.map +1 -1
- package/dist/esm/components/progress-stepper.js +1 -1
- package/dist/esm/components/progress-stepper.js.map +1 -1
- package/dist/esm/components/radio.js +1 -1
- package/dist/esm/components/radio.js.map +1 -1
- package/dist/esm/components/search-field.js +1 -1
- package/dist/esm/components/search-field.js.map +1 -1
- package/dist/esm/components/select.js +1 -1
- package/dist/esm/components/select.js.map +1 -1
- package/dist/esm/components/snackbar.js +1 -1
- package/dist/esm/components/snackbar.js.map +1 -1
- package/dist/esm/components/spinner.js +1 -1
- package/dist/esm/components/spinner.js.map +1 -1
- package/dist/esm/components/switch.js +1 -1
- package/dist/esm/components/switch.js.map +1 -1
- package/dist/esm/components/table.js +1 -1
- package/dist/esm/components/table.js.map +1 -1
- package/dist/esm/components/tabs.js +8 -57
- package/dist/esm/components/tabs.js.map +1 -1
- package/dist/esm/components/tooltip.js +1 -1
- package/dist/esm/components/tooltip.js.map +1 -1
- package/dist/esm/components/user-menu.js +1 -1
- package/dist/esm/components/user-menu.js.map +1 -1
- package/dist/esm/components/zebratable.js +14 -5
- package/dist/esm/components/zebratable.js.map +1 -1
- package/dist/esm/index.js +4 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/plugin.js +50 -54
- package/dist/esm/plugin.js.map +1 -1
- package/dist/esm/preset.js +5 -2
- package/dist/esm/preset.js.map +1 -1
- package/dist/esm/theme.js +25 -26
- package/dist/esm/theme.js.map +1 -1
- package/dist/esm/units.js +41 -39
- package/dist/esm/units.js.map +1 -1
- package/dist/esm/with-opacity.js +2 -1
- package/dist/esm/with-opacity.js.map +1 -1
- package/dist/types/base.d.ts +53 -0
- package/dist/types/colors.d.ts +643 -0
- package/dist/types/components/accordion.d.ts +169 -0
- package/dist/types/components/alert-banner.d.ts +24 -0
- package/dist/types/components/alert.d.ts +21 -0
- package/dist/types/components/avatar.d.ts +26 -0
- package/dist/types/components/badge.d.ts +21 -0
- package/dist/types/components/breadcrumb.d.ts +28 -0
- package/dist/types/components/button-group.d.ts +25 -0
- package/dist/types/components/button.d.ts +198 -0
- package/dist/types/components/card.d.ts +135 -0
- package/dist/types/components/checkbox.d.ts +105 -0
- package/dist/types/components/chip.d.ts +34 -0
- package/dist/types/components/code.d.ts +8 -0
- package/dist/types/components/combobox.d.ts +69 -0
- package/dist/types/components/comments.d.ts +30 -0
- package/dist/types/components/context-menu.d.ts +39 -0
- package/dist/types/components/cookie-consent.d.ts +35 -0
- package/dist/types/components/dialog.d.ts +5 -0
- package/dist/types/components/divider.d.ts +50 -0
- package/dist/types/components/dot.d.ts +43 -0
- package/dist/types/components/dropdown-filter.d.ts +58 -0
- package/dist/types/components/filter.d.ts +14 -0
- package/dist/types/components/footer.d.ts +27 -0
- package/dist/types/components/forms.d.ts +24 -0
- package/dist/types/components/header.d.ts +28 -0
- package/dist/types/components/icon.d.ts +38 -0
- package/dist/types/components/input.d.ts +209 -0
- package/dist/types/components/kbd.d.ts +7 -0
- package/dist/types/components/label.d.ts +19 -0
- package/dist/types/components/link.d.ts +43 -0
- package/dist/types/components/list.d.ts +52 -0
- package/dist/types/components/logo.d.ts +48 -0
- package/dist/types/components/menu-vertical.d.ts +215 -0
- package/dist/types/components/menubar.d.ts +35 -0
- package/dist/types/components/modal.d.ts +41 -0
- package/dist/types/components/notification.d.ts +48 -0
- package/dist/types/components/pagination.d.ts +100 -0
- package/dist/types/components/popup-menu.d.ts +105 -0
- package/dist/types/components/progress-bar.d.ts +13 -0
- package/dist/types/components/progress-stepper.d.ts +50 -0
- package/dist/types/components/radio.d.ts +125 -0
- package/dist/types/components/search-field.d.ts +20 -0
- package/dist/types/components/select.d.ts +141 -0
- package/dist/types/components/side-menu.d.ts +219 -0
- package/dist/types/components/snackbar.d.ts +30 -0
- package/dist/types/components/spinner.d.ts +10 -0
- package/dist/types/components/switch.d.ts +64 -0
- package/dist/types/components/tab-menu.d.ts +57 -0
- package/dist/types/components/table.d.ts +11 -0
- package/dist/types/components/tabs.d.ts +14 -0
- package/dist/types/components/tooltip.d.ts +53 -0
- package/dist/types/components/user-menu.d.ts +13 -0
- package/dist/types/components/zebratable.d.ts +134 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/plugin.d.ts +12 -0
- package/dist/types/preset.d.ts +15 -0
- package/dist/types/theme.d.ts +4 -0
- package/dist/types/units.d.ts +251 -0
- package/dist/types/with-opacity.d.ts +4 -0
- package/package.json +20 -13
- package/dist/cjs/components/calendar.js +0 -67
- package/dist/cjs/components/calendar.js.map +0 -1
- package/dist/cjs/components/form-control.js +0 -8
- package/dist/cjs/components/form-control.js.map +0 -1
- package/dist/cjs/components/message.js +0 -52
- package/dist/cjs/components/message.js.map +0 -1
- package/dist/cjs/components/profile-picture.js +0 -15
- package/dist/cjs/components/profile-picture.js.map +0 -1
- package/dist/cjs/components/profile.js +0 -34
- package/dist/cjs/components/profile.js.map +0 -1
- package/dist/cjs/components/search-bar.js +0 -8
- package/dist/cjs/components/search-bar.js.map +0 -1
- package/dist/cjs/components/tag.js +0 -72
- package/dist/cjs/components/tag.js.map +0 -1
- package/dist/esm/components/calendar.js +0 -65
- package/dist/esm/components/calendar.js.map +0 -1
- package/dist/esm/components/form-control.js +0 -6
- package/dist/esm/components/form-control.js.map +0 -1
- package/dist/esm/components/message.js +0 -50
- package/dist/esm/components/message.js.map +0 -1
- package/dist/esm/components/profile-picture.js +0 -13
- package/dist/esm/components/profile-picture.js.map +0 -1
- package/dist/esm/components/profile.js +0 -32
- package/dist/esm/components/profile.js.map +0 -1
- package/dist/esm/components/search-bar.js +0 -6
- package/dist/esm/components/search-bar.js.map +0 -1
- package/dist/esm/components/tag.js +0 -79
- package/dist/esm/components/tag.js.map +0 -1
- package/src/base.js +0 -47
- package/src/colors.js +0 -645
- package/src/components/accordion.js +0 -103
- package/src/components/alert-banner.js +0 -29
- package/src/components/alert.js +0 -90
- package/src/components/avatar.js +0 -39
- package/src/components/badge.js +0 -41
- package/src/components/breadcrumb.js +0 -33
- package/src/components/button-group.js +0 -31
- package/src/components/button.js +0 -309
- package/src/components/card.js +0 -293
- package/src/components/checkbox.js +0 -136
- package/src/components/code.js +0 -9
- package/src/components/combobox.js +0 -66
- package/src/components/comments.js +0 -38
- package/src/components/context-menu.js +0 -49
- package/src/components/cookie-consent.js +0 -45
- package/src/components/dialog.js +0 -5
- package/src/components/divider.js +0 -52
- package/src/components/dot.js +0 -83
- package/src/components/dropdown-filter.js +0 -66
- package/src/components/filter.js +0 -16
- package/src/components/footer.js +0 -29
- package/src/components/forms.js +0 -27
- package/src/components/header.js +0 -28
- package/src/components/icon.js +0 -78
- package/src/components/input.js +0 -244
- package/src/components/kbd.js +0 -9
- package/src/components/label.js +0 -37
- package/src/components/link.js +0 -53
- package/src/components/list.js +0 -61
- package/src/components/logo.js +0 -49
- package/src/components/menu-vertical.js +0 -293
- package/src/components/menubar.js +0 -56
- package/src/components/modal.js +0 -47
- package/src/components/notification.js +0 -56
- package/src/components/pagination.js +0 -116
- package/src/components/popup-menu.js +0 -111
- package/src/components/progress-bar.js +0 -31
- package/src/components/progress-stepper.js +0 -50
- package/src/components/radio.js +0 -138
- package/src/components/search-field.js +0 -20
- package/src/components/select.js +0 -203
- package/src/components/side-menu.js +0 -272
- package/src/components/snackbar.js +0 -34
- package/src/components/spinner.js +0 -23
- package/src/components/switch.js +0 -85
- package/src/components/tab-menu.js +0 -58
- package/src/components/table.js +0 -13
- package/src/components/tabs.js +0 -64
- package/src/components/tooltip.js +0 -64
- package/src/components/user-menu.js +0 -13
- package/src/components/zebratable.js +0 -140
- package/src/index.js +0 -8
- package/src/plugin.js +0 -142
- package/src/preset.js +0 -5
- package/src/theme.js +0 -158
- package/src/units.js +0 -212
- package/src/with-opacity.js +0 -6
package/src/components/list.js
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
module.exports = Link = () => ({
|
|
2
|
-
'.sk-list': {
|
|
3
|
-
// General
|
|
4
|
-
li: {
|
|
5
|
-
'&:before': {
|
|
6
|
-
'@apply text-vattjom-surface-primary font-bold': {},
|
|
7
|
-
'@apply absolute inline-flex items-center justify-center text-center': {},
|
|
8
|
-
'@apply w-24 h-24': {},
|
|
9
|
-
},
|
|
10
|
-
},
|
|
11
|
-
|
|
12
|
-
'&[data-style="bullet"]': {
|
|
13
|
-
li: {
|
|
14
|
-
'&:before': {
|
|
15
|
-
"@apply content-['•'] my-[.5rem] text-[1.8rem]": {},
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
},
|
|
19
|
-
|
|
20
|
-
'&[data-style="numbered"]': {
|
|
21
|
-
li: {
|
|
22
|
-
counterIncrement: 'item',
|
|
23
|
-
|
|
24
|
-
'&:before': {
|
|
25
|
-
'@apply text-small border-vattjom-surface-primary rounded-full leading-8': {},
|
|
26
|
-
'@apply my-[.6rem] h-[2.2rem] w-[2.2rem] border-[.2rem]': {},
|
|
27
|
-
content: 'counter(item)',
|
|
28
|
-
},
|
|
29
|
-
},
|
|
30
|
-
},
|
|
31
|
-
|
|
32
|
-
'&[data-style="stroke"]': {
|
|
33
|
-
li: {
|
|
34
|
-
'&:before': {
|
|
35
|
-
"@apply content-['–'] my-[.4rem] text-[1.6rem]": {},
|
|
36
|
-
},
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
|
-
|
|
40
|
-
'.sk-link': {
|
|
41
|
-
'&-tertiary': {
|
|
42
|
-
'@apply text-dark-primary': {},
|
|
43
|
-
'&:hover': {
|
|
44
|
-
'@apply text-dark-secondary': {},
|
|
45
|
-
},
|
|
46
|
-
},
|
|
47
|
-
},
|
|
48
|
-
|
|
49
|
-
'&-item': {
|
|
50
|
-
'@apply pt-20': {},
|
|
51
|
-
},
|
|
52
|
-
|
|
53
|
-
'&-header': {
|
|
54
|
-
'@apply text-large font-bold ml-[3.2rem]': {},
|
|
55
|
-
},
|
|
56
|
-
|
|
57
|
-
'&-text': {
|
|
58
|
-
'@apply text-dark-secondary ml-[3.2rem]': {},
|
|
59
|
-
},
|
|
60
|
-
},
|
|
61
|
-
});
|
package/src/components/logo.js
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
module.exports = Logo = () => ({
|
|
2
|
-
'.sk-logo': {
|
|
3
|
-
'@apply flex w-auto h-auto': {},
|
|
4
|
-
'@apply items-center': {},
|
|
5
|
-
'@apply text-dark-primary': {},
|
|
6
|
-
'&[data-inverted="true"]': {
|
|
7
|
-
'@apply text-light-primary': {},
|
|
8
|
-
'.sk-logo-divider': {
|
|
9
|
-
'@apply border-inverted-divider': {},
|
|
10
|
-
},
|
|
11
|
-
},
|
|
12
|
-
|
|
13
|
-
'&-figure': {
|
|
14
|
-
'@apply w-full h-full': {},
|
|
15
|
-
},
|
|
16
|
-
'&[data-variant="service"]': {
|
|
17
|
-
'@apply flex-row gap-6': {},
|
|
18
|
-
'@apply w-max': {},
|
|
19
|
-
'@apply h-[6rem]': {},
|
|
20
|
-
'@apply pb-4': {},
|
|
21
|
-
'.sk-logo-figure': {
|
|
22
|
-
'@apply w-auto h-[5.6rem]': {},
|
|
23
|
-
},
|
|
24
|
-
},
|
|
25
|
-
'a:focus-within &': {
|
|
26
|
-
'@apply outline outline-2 outline-ring': {},
|
|
27
|
-
},
|
|
28
|
-
'a &': {
|
|
29
|
-
'@apply no-underline': {},
|
|
30
|
-
},
|
|
31
|
-
'a:hover &': {
|
|
32
|
-
'@apply underline': {},
|
|
33
|
-
},
|
|
34
|
-
'&-service-content': {
|
|
35
|
-
'@apply h-full w-max': {},
|
|
36
|
-
'@apply flex flex-col justify-center': {},
|
|
37
|
-
'@apply pl-2 pt-2 pr-8 pb-0': {},
|
|
38
|
-
},
|
|
39
|
-
'&-title': {
|
|
40
|
-
'@apply text-[2.2rem] leading-[2.8rem] font-header font-bold': {},
|
|
41
|
-
},
|
|
42
|
-
'&-subtitle': {
|
|
43
|
-
'@apply text-small font-normal block': {},
|
|
44
|
-
},
|
|
45
|
-
'&-divider': {
|
|
46
|
-
'@apply pt-8 pb-4': {},
|
|
47
|
-
},
|
|
48
|
-
},
|
|
49
|
-
});
|
|
@@ -1,293 +0,0 @@
|
|
|
1
|
-
const svgToDataUri = require('mini-svg-data-uri');
|
|
2
|
-
|
|
3
|
-
const MenuVerticalNav = () => ({
|
|
4
|
-
'.sk-menu-vertical-nav': {
|
|
5
|
-
'.sk-menu-vertical': {
|
|
6
|
-
'@apply gap-12': {},
|
|
7
|
-
|
|
8
|
-
'&.ul, & ul': {
|
|
9
|
-
'@apply pt-12 pr-[1.6rem] pb-16': {},
|
|
10
|
-
},
|
|
11
|
-
|
|
12
|
-
'&-item': {
|
|
13
|
-
'.sk-menu-vertical-item-submenu': {
|
|
14
|
-
'@apply font-bold': {},
|
|
15
|
-
|
|
16
|
-
'&-medium': {
|
|
17
|
-
'button, a': {
|
|
18
|
-
'@apply py-[0.6rem] px-[1.4rem]': {},
|
|
19
|
-
},
|
|
20
|
-
},
|
|
21
|
-
'&-large': {
|
|
22
|
-
'button, a': {
|
|
23
|
-
'@apply text-large': {},
|
|
24
|
-
'@apply py-[1rem] px-[1.4rem]': {},
|
|
25
|
-
},
|
|
26
|
-
},
|
|
27
|
-
},
|
|
28
|
-
'.sk-menu-vertical-item-submenu-button:not([aria-disabled="true"])': {
|
|
29
|
-
'@apply text-dark-secondary': {},
|
|
30
|
-
},
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
},
|
|
34
|
-
});
|
|
35
|
-
|
|
36
|
-
const MenuVerticalSidebar = () => ({
|
|
37
|
-
'.sk-menu-vertical-sidebar': {
|
|
38
|
-
'@apply rounded-button': {},
|
|
39
|
-
|
|
40
|
-
'> ul > li > .sk-menu-vertical-item-submenu': {
|
|
41
|
-
'> .sk-menu-vertical-item-submenu-button': {
|
|
42
|
-
'@apply min-h-[5.2rem]': {},
|
|
43
|
-
},
|
|
44
|
-
},
|
|
45
|
-
|
|
46
|
-
'> ul': {
|
|
47
|
-
'@apply py-16 px-24': {},
|
|
48
|
-
},
|
|
49
|
-
|
|
50
|
-
'.sk-menu-vertical': {
|
|
51
|
-
'@apply gap-12': {},
|
|
52
|
-
|
|
53
|
-
'&-header': {
|
|
54
|
-
'@apply bg-primary-surface': {},
|
|
55
|
-
|
|
56
|
-
'@apply rounded-t-button': {},
|
|
57
|
-
'@apply py-20 px-32': {},
|
|
58
|
-
|
|
59
|
-
'&, a': {
|
|
60
|
-
'@apply text-light-primary': {},
|
|
61
|
-
},
|
|
62
|
-
|
|
63
|
-
'.sk-divider': {
|
|
64
|
-
'@apply border-inverted-divider': {},
|
|
65
|
-
},
|
|
66
|
-
|
|
67
|
-
'.sk-logo': {
|
|
68
|
-
'@apply text-light-secondary': {},
|
|
69
|
-
},
|
|
70
|
-
},
|
|
71
|
-
|
|
72
|
-
'&.ul, & ul': {
|
|
73
|
-
'@apply py-8 pl-[2rem] ml-[2rem]': {},
|
|
74
|
-
},
|
|
75
|
-
|
|
76
|
-
'li ul': {
|
|
77
|
-
'@apply gap-8': {},
|
|
78
|
-
|
|
79
|
-
ul: {
|
|
80
|
-
li: {
|
|
81
|
-
'@apply text-small leading-[1.8rem]': {},
|
|
82
|
-
|
|
83
|
-
'.sk-menu-vertical-item-submenu-button, .sk-menu-vertical-item-submenu-button-expand': {
|
|
84
|
-
'@apply py-[0.6rem] px-[1.4rem]': {},
|
|
85
|
-
},
|
|
86
|
-
},
|
|
87
|
-
},
|
|
88
|
-
|
|
89
|
-
li: {
|
|
90
|
-
'@apply relative -ml-[.4rem]': {},
|
|
91
|
-
|
|
92
|
-
// hook
|
|
93
|
-
'&:before': {
|
|
94
|
-
content: `""`,
|
|
95
|
-
position: 'absolute',
|
|
96
|
-
display: 'inline-flex',
|
|
97
|
-
width: '2rem',
|
|
98
|
-
height: '4.4rem',
|
|
99
|
-
top: '-.8rem',
|
|
100
|
-
left: '-1.6rem',
|
|
101
|
-
backgroundImage: `url("${svgToDataUri(
|
|
102
|
-
`<svg width="16" height="52" viewBox="0 0 16 52" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
103
|
-
<path d="M1 17V17C1 24.1797 6.8203 30 14 30H15" stroke="#B7B7BA" stroke-linecap="round" />
|
|
104
|
-
</svg>`
|
|
105
|
-
)}")`,
|
|
106
|
-
backgroundRepeat: 'no-repeat',
|
|
107
|
-
},
|
|
108
|
-
|
|
109
|
-
// line
|
|
110
|
-
'&:not(:last-child):after': {
|
|
111
|
-
content: `""`,
|
|
112
|
-
position: 'absolute',
|
|
113
|
-
display: 'inline-flex',
|
|
114
|
-
width: '2rem',
|
|
115
|
-
top: '-.8rem',
|
|
116
|
-
bottom: 0,
|
|
117
|
-
left: '-1.6rem',
|
|
118
|
-
backgroundImage: `url("${svgToDataUri(
|
|
119
|
-
`<svg width="16" viewBox="0 0 16 52" xmlns="http://www.w3.org/2000/svg">
|
|
120
|
-
<line x1="1" y1="0" x2="1" y2="52" stroke="#B7B7BA" stroke-linecap="round" />
|
|
121
|
-
</svg> `
|
|
122
|
-
)}")`,
|
|
123
|
-
backgroundRepeat: 'repeat-y',
|
|
124
|
-
},
|
|
125
|
-
|
|
126
|
-
// lastline
|
|
127
|
-
'&:last-child:after': {
|
|
128
|
-
content: `""`,
|
|
129
|
-
position: 'absolute',
|
|
130
|
-
display: 'inline-flex',
|
|
131
|
-
width: '2rem',
|
|
132
|
-
top: '-.8rem',
|
|
133
|
-
bottom: 0,
|
|
134
|
-
left: '-1.6rem',
|
|
135
|
-
backgroundImage: `url("${svgToDataUri(
|
|
136
|
-
`<svg width="16" height="17" viewBox="0 0 16 17" xmlns="http://www.w3.org/2000/svg">
|
|
137
|
-
<line x1="1" y1="0" x2="1" y2="17" stroke="#B7B7BA" stroke-linecap="round" />
|
|
138
|
-
</svg> `
|
|
139
|
-
)}")`,
|
|
140
|
-
backgroundRepeat: 'no-repeat',
|
|
141
|
-
},
|
|
142
|
-
},
|
|
143
|
-
},
|
|
144
|
-
'&-item': {
|
|
145
|
-
'.sk-menu-vertical-item-submenu': {
|
|
146
|
-
'&-button': {
|
|
147
|
-
'@apply gap-8': {},
|
|
148
|
-
|
|
149
|
-
'&[aria-current="page"], &[aria-current="page"] ~ button': {
|
|
150
|
-
'@apply font-bold': {},
|
|
151
|
-
},
|
|
152
|
-
},
|
|
153
|
-
},
|
|
154
|
-
|
|
155
|
-
'> a, > button': {
|
|
156
|
-
'&[aria-current="page"]': {
|
|
157
|
-
'@apply font-bold': {},
|
|
158
|
-
},
|
|
159
|
-
},
|
|
160
|
-
},
|
|
161
|
-
},
|
|
162
|
-
},
|
|
163
|
-
});
|
|
164
|
-
|
|
165
|
-
module.exports = MenuVertical = () => ({
|
|
166
|
-
'.sk-menu-vertical': {
|
|
167
|
-
'@apply flex flex-col': {},
|
|
168
|
-
|
|
169
|
-
'&.hide': {
|
|
170
|
-
'@apply hidden': {},
|
|
171
|
-
},
|
|
172
|
-
|
|
173
|
-
'&-backbutton': {
|
|
174
|
-
'@apply flex items-center gap-[1.6rem] text-lead mb-40': {},
|
|
175
|
-
},
|
|
176
|
-
|
|
177
|
-
'&-label': {
|
|
178
|
-
'@apply mb-24': {},
|
|
179
|
-
},
|
|
180
|
-
|
|
181
|
-
'&-item': {
|
|
182
|
-
'@apply flex flex-col': {},
|
|
183
|
-
|
|
184
|
-
'&.hide': {
|
|
185
|
-
'@apply hidden': {},
|
|
186
|
-
},
|
|
187
|
-
|
|
188
|
-
'[aria-disabled="true"]': {
|
|
189
|
-
'@apply cursor-default bg-transparent text-primitives-overlay-darken-6 dark:text-primitives-overlay-lighten-7':
|
|
190
|
-
{},
|
|
191
|
-
},
|
|
192
|
-
|
|
193
|
-
'a, button': {
|
|
194
|
-
'@apply flex': {},
|
|
195
|
-
color: 'unset',
|
|
196
|
-
},
|
|
197
|
-
|
|
198
|
-
'& > a, > button': {
|
|
199
|
-
'@apply flex items-center min-h-[4.4rem]': {},
|
|
200
|
-
|
|
201
|
-
'&:focus-visible': {
|
|
202
|
-
'@apply outline outline-2 outline-ring': {},
|
|
203
|
-
},
|
|
204
|
-
|
|
205
|
-
'> *': {
|
|
206
|
-
'@apply flex w-full py-[.6rem] px-[1.4rem]': {},
|
|
207
|
-
'@apply rounded-button cursor-pointer': {},
|
|
208
|
-
},
|
|
209
|
-
|
|
210
|
-
'&:not([aria-disabled="true"]) > *': {
|
|
211
|
-
'@apply bg-transparent text-dark-secondary': {},
|
|
212
|
-
},
|
|
213
|
-
|
|
214
|
-
'&:hover:not([aria-disabled="true"]) > *': {
|
|
215
|
-
'@apply bg-primitives-overlay-darken-3': {},
|
|
216
|
-
},
|
|
217
|
-
|
|
218
|
-
'&[aria-current="page"]:not(:hover) > *': {
|
|
219
|
-
'@apply bg-primary-surface text-light-primary': {},
|
|
220
|
-
'@apply focus-visible:ring': {},
|
|
221
|
-
},
|
|
222
|
-
},
|
|
223
|
-
|
|
224
|
-
'.sk-menu-vertical-item-submenu': {
|
|
225
|
-
'@apply flex justify-between w-full': {},
|
|
226
|
-
'@apply rounded-button': {},
|
|
227
|
-
|
|
228
|
-
'&:hover': {
|
|
229
|
-
'> a:not([aria-disabled="true"]), > button:not([aria-disabled="true"]), > a[aria-expanded="true"]:not([aria-disabled="true"]), > button[aria-expanded="true"]:not([aria-disabled="true"])':
|
|
230
|
-
{
|
|
231
|
-
'@apply text-dark-primary bg-primitives-overlay-darken-3': {},
|
|
232
|
-
},
|
|
233
|
-
},
|
|
234
|
-
|
|
235
|
-
'&:focus-within': {
|
|
236
|
-
'@apply outline outline-2 outline-ring': {},
|
|
237
|
-
|
|
238
|
-
'.sk-menu-vertical-item-submenu-button, .sk-menu-vertical-item-submenu-button-expand': {
|
|
239
|
-
'&:focus-visible': {
|
|
240
|
-
'@apply ring-0 ring-offset-0 outline-0': {},
|
|
241
|
-
},
|
|
242
|
-
},
|
|
243
|
-
},
|
|
244
|
-
|
|
245
|
-
'&-medium': {
|
|
246
|
-
'button, a': {
|
|
247
|
-
'@apply py-[0.6rem] px-[1.4rem]': {},
|
|
248
|
-
},
|
|
249
|
-
},
|
|
250
|
-
'&-large': {
|
|
251
|
-
'button, a': {
|
|
252
|
-
'@apply py-[1rem] px-[1.4rem]': {},
|
|
253
|
-
},
|
|
254
|
-
},
|
|
255
|
-
|
|
256
|
-
'&-button, &-button-expand': {
|
|
257
|
-
'@apply items-center': {},
|
|
258
|
-
'@apply py-[1rem] px-[1.4rem]': {},
|
|
259
|
-
},
|
|
260
|
-
|
|
261
|
-
'&-button-expand': {
|
|
262
|
-
'@apply rounded-r-button rounded-l-0': {},
|
|
263
|
-
},
|
|
264
|
-
|
|
265
|
-
'&-button': {
|
|
266
|
-
'@apply text-left grow rounded-l-button rounded-r-0': {},
|
|
267
|
-
|
|
268
|
-
'&[aria-current="page"]:not(:hover), &[aria-current="page"]:not(:hover) ~ button:not(:hover)': {
|
|
269
|
-
'@apply bg-primary-surface text-light-primary': {},
|
|
270
|
-
},
|
|
271
|
-
|
|
272
|
-
'&[aria-expanded="true"]': {
|
|
273
|
-
'&:not(:hover,[aria-current="page"],[aria-disabled="true"]), &:not(:hover,[aria-current="page"],[aria-disabled="true"]) ~ button:not(:hover)':
|
|
274
|
-
{
|
|
275
|
-
'@apply bg-vattjom-surface-accent': {},
|
|
276
|
-
},
|
|
277
|
-
},
|
|
278
|
-
},
|
|
279
|
-
},
|
|
280
|
-
|
|
281
|
-
'.sk-menu-vertical-item-tool-item': {
|
|
282
|
-
'@apply flex items-center gap-10 p-[.6rem] rounded-groups': {},
|
|
283
|
-
|
|
284
|
-
'.sk-avatar': {
|
|
285
|
-
'@apply border-2 border-background-content': {},
|
|
286
|
-
},
|
|
287
|
-
},
|
|
288
|
-
},
|
|
289
|
-
},
|
|
290
|
-
|
|
291
|
-
...MenuVerticalNav(),
|
|
292
|
-
...MenuVerticalSidebar(),
|
|
293
|
-
});
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
module.exports = MenuBar = (colors) => ({
|
|
2
|
-
'.sk-menubar': {
|
|
3
|
-
'@apply flex flex-row': {},
|
|
4
|
-
'@apply p-8 gap-16': {},
|
|
5
|
-
'@apply rounded-cards': {},
|
|
6
|
-
|
|
7
|
-
'&[data-background="true"]': {
|
|
8
|
-
'@apply bg-background-color-mixin-1': {},
|
|
9
|
-
},
|
|
10
|
-
|
|
11
|
-
'&-item': {
|
|
12
|
-
'@apply inline-block': {},
|
|
13
|
-
'@apply relative': {},
|
|
14
|
-
'@apply h-40': {},
|
|
15
|
-
'a, button': {
|
|
16
|
-
color: 'unset',
|
|
17
|
-
},
|
|
18
|
-
|
|
19
|
-
'> *:first-child': {
|
|
20
|
-
'@apply rounded-button-sm md:rounded-button-md xl:rounded-button-lg': {},
|
|
21
|
-
'@apply cursor-pointer': {},
|
|
22
|
-
'@apply bg-transparent text-dark-primary': {},
|
|
23
|
-
'@apply hover:bg-tertiary-surface': {},
|
|
24
|
-
'@apply font-bold': {},
|
|
25
|
-
'@apply gap-2 px-14 py-8': {},
|
|
26
|
-
'@apply h-full min-h-full': {},
|
|
27
|
-
'@apply text-base leading-base': {},
|
|
28
|
-
'@apply inline-flex shrink-0 flex-nowrap': {},
|
|
29
|
-
|
|
30
|
-
'@apply border-0': {},
|
|
31
|
-
'@apply focus-visible:bg-background-content focus-visible:ring': {},
|
|
32
|
-
'&[aria-current="page"]:not(:hover)': {
|
|
33
|
-
'@apply bg-primary-surface text-light-primary': {},
|
|
34
|
-
'@apply focus-visible:ring': {},
|
|
35
|
-
},
|
|
36
|
-
},
|
|
37
|
-
...colors.reduce(
|
|
38
|
-
(styles, color) => ({
|
|
39
|
-
...styles,
|
|
40
|
-
[`&[data-color="${color}"]`]: {
|
|
41
|
-
'> *:first-child': {
|
|
42
|
-
[`@apply hover:bg-${color}-surface-accent`]: {},
|
|
43
|
-
[`@apply hover:text-${color}-text-primary`]: {},
|
|
44
|
-
'@apply focus-visible:bg-background-content focus-visible:ring': {},
|
|
45
|
-
'&[aria-current="page"]:not(:hover)': {
|
|
46
|
-
[`@apply bg-${color}-surface-primary`]: {},
|
|
47
|
-
'@apply focus-visible:ring': {},
|
|
48
|
-
},
|
|
49
|
-
},
|
|
50
|
-
},
|
|
51
|
-
}),
|
|
52
|
-
{}
|
|
53
|
-
),
|
|
54
|
-
},
|
|
55
|
-
},
|
|
56
|
-
});
|
package/src/components/modal.js
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
module.exports = Modal = () => ({
|
|
2
|
-
'.sk-modal': {
|
|
3
|
-
// '@apply fixed inset-0 z-10 flex items-center justify-center overflow-y-auto': {},
|
|
4
|
-
|
|
5
|
-
'&-wrapper': {
|
|
6
|
-
'@apply fixed inset-0 z-20 overflow-y-auto': {},
|
|
7
|
-
'@apply bg-primitives-overlay-darken-6': {},
|
|
8
|
-
'@apply dark:bg-primitives-overlay-darken-8': {},
|
|
9
|
-
|
|
10
|
-
'&-inner': {
|
|
11
|
-
'@apply min-h-screen px-4 text-center': {},
|
|
12
|
-
},
|
|
13
|
-
},
|
|
14
|
-
|
|
15
|
-
'&-overlay': {
|
|
16
|
-
'@apply fixed inset-0': {},
|
|
17
|
-
},
|
|
18
|
-
|
|
19
|
-
'&-dialog': {
|
|
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
|
-
|
|
30
|
-
'&-header': {
|
|
31
|
-
'@apply flex justify-between items-center w-full': {},
|
|
32
|
-
'&-title': {
|
|
33
|
-
'@apply grow': {},
|
|
34
|
-
'@apply text-label-medium': {},
|
|
35
|
-
},
|
|
36
|
-
},
|
|
37
|
-
},
|
|
38
|
-
'&-content': {
|
|
39
|
-
'@apply flex flex-col': {},
|
|
40
|
-
'@apply py-8 pb-16 gap-12': {},
|
|
41
|
-
},
|
|
42
|
-
'&-footer': {
|
|
43
|
-
'@apply flex flex-row justify-start': {},
|
|
44
|
-
'@apply p-0 gap-12': {},
|
|
45
|
-
},
|
|
46
|
-
},
|
|
47
|
-
});
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
module.exports = Notification = () => ({
|
|
2
|
-
'.notification': {
|
|
3
|
-
'@apply relative flex p-4 text-small w-96 m-2 max-w-full rounded-base shadow-sm sm:max-w-md': {},
|
|
4
|
-
'@apply text-body bg-white border border-neutral-200': {},
|
|
5
|
-
// dark
|
|
6
|
-
'@apply dark:text-neutral-100 dark:bg-neutral-700 dark:border-neutral-600': {},
|
|
7
|
-
},
|
|
8
|
-
|
|
9
|
-
'.notification-icon': {
|
|
10
|
-
'@apply flex-shrink-0 w-5 h-5 mr-3': {},
|
|
11
|
-
|
|
12
|
-
'&-info': {
|
|
13
|
-
'--tw-text-opacity': '1',
|
|
14
|
-
color: 'rgba(59, 130, 246, var(--tw-text-opacity))',
|
|
15
|
-
},
|
|
16
|
-
'&-success': {
|
|
17
|
-
'--tw-text-opacity': '1',
|
|
18
|
-
color: 'rgba(34, 197, 94, var(--tw-text-opacity))',
|
|
19
|
-
},
|
|
20
|
-
'&-error': {
|
|
21
|
-
'--tw-text-opacity': '1',
|
|
22
|
-
color: 'rgba(239, 68, 68, var(--tw-text-opacity))',
|
|
23
|
-
},
|
|
24
|
-
'&-warning': {
|
|
25
|
-
'--tw-text-opacity': '1',
|
|
26
|
-
color: 'rgba(234, 179, 8, var(--tw-text-opacity))',
|
|
27
|
-
},
|
|
28
|
-
},
|
|
29
|
-
|
|
30
|
-
'.notification-content': {
|
|
31
|
-
'@apply flex flex-col items-start flex-1 mr-2 -mt-px text-left': {},
|
|
32
|
-
|
|
33
|
-
'&-title': {
|
|
34
|
-
'@apply font-semibold': {},
|
|
35
|
-
},
|
|
36
|
-
|
|
37
|
-
'&-description': {
|
|
38
|
-
'@apply text-neutral-500 dark:text-neutral-400': {},
|
|
39
|
-
},
|
|
40
|
-
},
|
|
41
|
-
|
|
42
|
-
'.notification-action': {
|
|
43
|
-
'@apply absolute space-x-2': {},
|
|
44
|
-
right: 16,
|
|
45
|
-
top: 16,
|
|
46
|
-
|
|
47
|
-
'&-undo': {
|
|
48
|
-
'@apply h-auto p-0 text-small': {},
|
|
49
|
-
},
|
|
50
|
-
|
|
51
|
-
'&-close-button': {
|
|
52
|
-
'@apply cursor-base text-neutral-700 hover:text-body': {},
|
|
53
|
-
'@apply dark:text-neutral-400 dark:hover:text-neutral-100': {},
|
|
54
|
-
},
|
|
55
|
-
},
|
|
56
|
-
});
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
module.exports = Pagination = () => ({
|
|
2
|
-
'.sk-pagination': {
|
|
3
|
-
'@apply select-none': {},
|
|
4
|
-
'@apply text-base': {},
|
|
5
|
-
|
|
6
|
-
'&-list': {
|
|
7
|
-
'@apply flex justify-between items-center': {},
|
|
8
|
-
|
|
9
|
-
'.sk-pagination[data-hideprevnextlabel="true"] &': {
|
|
10
|
-
'@apply w-fit': {},
|
|
11
|
-
},
|
|
12
|
-
|
|
13
|
-
li: {
|
|
14
|
-
'@apply min-w-[4rem] text-center': {},
|
|
15
|
-
},
|
|
16
|
-
|
|
17
|
-
'li:first-child': {
|
|
18
|
-
'@apply text-left': {},
|
|
19
|
-
},
|
|
20
|
-
|
|
21
|
-
'li:last-child': {
|
|
22
|
-
'@apply text-right': {},
|
|
23
|
-
},
|
|
24
|
-
},
|
|
25
|
-
'.form-select-wrapper': {
|
|
26
|
-
'@apply w-fit': {},
|
|
27
|
-
},
|
|
28
|
-
'&-pageLabel': {
|
|
29
|
-
'@apply leading-base cursor-pointer underline text-vattjom-surface-primary': {},
|
|
30
|
-
'@apply focus-visible:ring ring-ring ring-offset': {},
|
|
31
|
-
'@apply rounded-full': {},
|
|
32
|
-
'@apply h-32 w-32': {},
|
|
33
|
-
"&[aria-current='true']": {
|
|
34
|
-
'@apply font-bold no-underline text-dark-primary': {},
|
|
35
|
-
},
|
|
36
|
-
},
|
|
37
|
-
|
|
38
|
-
'&-prevNextButton': {
|
|
39
|
-
'@apply text-dark-secondary': {},
|
|
40
|
-
|
|
41
|
-
'&.sk-btn': {
|
|
42
|
-
'@apply bg-transparent text-dark-secondary font-normal': {},
|
|
43
|
-
|
|
44
|
-
'&.sk-btn-disabled:disabled, .sk-btn[aria-disabled="true"]:disabled': {
|
|
45
|
-
'@apply bg-transparent !important': {},
|
|
46
|
-
'@apply text-dark-disabled hover:text-dark-disabled': {},
|
|
47
|
-
'.sk-icon': {
|
|
48
|
-
'@apply text-dark-disabled hover:text-dark-disabled': {},
|
|
49
|
-
},
|
|
50
|
-
},
|
|
51
|
-
|
|
52
|
-
'.sk-icon': {
|
|
53
|
-
'@apply bg-transparent text-dark-secondary': {},
|
|
54
|
-
},
|
|
55
|
-
|
|
56
|
-
'&:hover': {
|
|
57
|
-
'@apply text-white': {},
|
|
58
|
-
|
|
59
|
-
'.sk-icon': {
|
|
60
|
-
'@apply text-white': {},
|
|
61
|
-
},
|
|
62
|
-
},
|
|
63
|
-
},
|
|
64
|
-
|
|
65
|
-
'&[disabled]': {
|
|
66
|
-
'@apply cursor-default': {},
|
|
67
|
-
},
|
|
68
|
-
|
|
69
|
-
"&[disabled='false']": {
|
|
70
|
-
'.sk-pagination-prevNextButton-label, .sk-pagination-prevNextButton-icon': {
|
|
71
|
-
'@apply cursor-pointer': {},
|
|
72
|
-
},
|
|
73
|
-
},
|
|
74
|
-
|
|
75
|
-
'&-label': {
|
|
76
|
-
'@apply hidden sm:inline ml-sm leading-none': {},
|
|
77
|
-
},
|
|
78
|
-
|
|
79
|
-
'&-icon': {
|
|
80
|
-
'@apply m-1 leading-none flex items-center': {},
|
|
81
|
-
},
|
|
82
|
-
},
|
|
83
|
-
|
|
84
|
-
'&-ellipsis': {
|
|
85
|
-
'@apply inline-block w-16 text-center': {},
|
|
86
|
-
},
|
|
87
|
-
'&.fit-content': {
|
|
88
|
-
'@apply w-full max-w-full': {},
|
|
89
|
-
'.sk-pagination-list': {
|
|
90
|
-
'@apply w-full flex justify-center': {},
|
|
91
|
-
'@apply gap-24': {},
|
|
92
|
-
'&-item': {
|
|
93
|
-
'@apply px-0 grow-0 text-center': {},
|
|
94
|
-
'&.ellipsis': {
|
|
95
|
-
'@apply flex-shrink grow-0': {},
|
|
96
|
-
},
|
|
97
|
-
'&.prev-next': {
|
|
98
|
-
'@apply flex-shrink grow': {},
|
|
99
|
-
'&.prev': {
|
|
100
|
-
'@apply text-left': {},
|
|
101
|
-
},
|
|
102
|
-
'&.next': {
|
|
103
|
-
'@apply text-right': {},
|
|
104
|
-
},
|
|
105
|
-
},
|
|
106
|
-
'.sk-pagination-pageLabel': {
|
|
107
|
-
'@apply mx-xs': {},
|
|
108
|
-
},
|
|
109
|
-
},
|
|
110
|
-
},
|
|
111
|
-
'.form-select-wrapper': {
|
|
112
|
-
'@apply w-full': {},
|
|
113
|
-
},
|
|
114
|
-
},
|
|
115
|
-
},
|
|
116
|
-
});
|