@sk-web-gui/core 1.0.1 → 1.0.3
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/components/header.js +5 -1
- package/dist/cjs/components/header.js.map +1 -1
- package/dist/cjs/components/zebratable.js +14 -5
- package/dist/cjs/components/zebratable.js.map +1 -1
- package/dist/cjs/preset.js +1 -21
- package/dist/cjs/preset.js.map +1 -1
- package/dist/cjs/theme.js +1 -1
- package/dist/cjs/theme.js.map +1 -1
- package/dist/esm/components/header.js +5 -1
- package/dist/esm/components/header.js.map +1 -1
- package/dist/esm/components/zebratable.js +14 -5
- package/dist/esm/components/zebratable.js.map +1 -1
- package/dist/esm/preset.js +1 -23
- package/dist/esm/preset.js.map +1 -1
- package/dist/esm/theme.js +1 -1
- package/dist/esm/theme.js.map +1 -1
- package/dist/types/base.d.ts +52 -0
- package/dist/types/colors.d.ts +883 -0
- package/dist/types/components/accordion.d.ts +97 -0
- package/dist/types/components/alert-banner.d.ts +24 -0
- package/dist/types/components/alert.d.ts +10 -0
- package/dist/types/components/avatar.d.ts +4 -0
- package/dist/types/components/badge.d.ts +4 -0
- package/dist/types/components/breadcrumb.d.ts +29 -0
- package/dist/types/components/button-group.d.ts +26 -0
- package/dist/types/components/button.d.ts +172 -0
- package/dist/types/components/card.d.ts +56 -0
- package/dist/types/components/checkbox.d.ts +106 -0
- package/dist/types/components/code.d.ts +9 -0
- package/dist/types/components/combobox.d.ts +65 -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 +36 -0
- package/dist/types/components/dialog.d.ts +6 -0
- package/dist/types/components/divider.d.ts +51 -0
- package/dist/types/components/dot.d.ts +35 -0
- package/dist/types/components/dropdown-filter.d.ts +58 -0
- package/dist/types/components/filter.d.ts +15 -0
- package/dist/types/components/footer.d.ts +28 -0
- package/dist/types/components/forms.d.ts +25 -0
- package/dist/types/components/header.d.ts +29 -0
- package/dist/types/components/icon.d.ts +4 -0
- package/dist/types/components/input.d.ts +207 -0
- package/dist/types/components/kbd.d.ts +8 -0
- package/dist/types/components/label.d.ts +4 -0
- package/dist/types/components/link.d.ts +44 -0
- package/dist/types/components/list.d.ts +53 -0
- package/dist/types/components/logo.d.ts +49 -0
- package/dist/types/components/menu-vertical.d.ts +219 -0
- package/dist/types/components/menubar.d.ts +12 -0
- package/dist/types/components/modal.d.ts +42 -0
- package/dist/types/components/notification.d.ts +48 -0
- package/dist/types/components/pagination.d.ts +101 -0
- package/dist/types/components/popup-menu.d.ts +106 -0
- package/dist/types/components/progress-bar.d.ts +4 -0
- package/dist/types/components/progress-stepper.d.ts +51 -0
- package/dist/types/components/radio.d.ts +126 -0
- package/dist/types/components/search-field.d.ts +21 -0
- package/dist/types/components/select.d.ts +142 -0
- package/dist/types/components/side-menu.d.ts +219 -0
- package/dist/types/components/snackbar.d.ts +31 -0
- package/dist/types/components/spinner.d.ts +4 -0
- package/dist/types/components/switch.d.ts +65 -0
- package/dist/types/components/tab-menu.d.ts +57 -0
- package/dist/types/components/table.d.ts +12 -0
- package/dist/types/components/tabs.d.ts +64 -0
- package/dist/types/components/tooltip.d.ts +54 -0
- package/dist/types/components/user-menu.d.ts +14 -0
- package/dist/types/components/zebratable.d.ts +135 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/plugin.d.ts +8 -0
- package/dist/types/preset.d.ts +13 -0
- package/dist/types/theme.d.ts +1719 -0
- package/dist/types/units.d.ts +247 -0
- package/dist/types/with-opacity.d.ts +4 -0
- package/package.json +15 -8
- 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 -38
- package/src/theme.js +0 -158
- package/src/units.js +0 -212
- package/src/with-opacity.js +0 -6
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare function _exports(): {
|
|
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
|
+
'&-figure': {
|
|
13
|
+
'@apply w-full h-full': {};
|
|
14
|
+
};
|
|
15
|
+
'&[data-variant="service"]': {
|
|
16
|
+
'@apply flex-row gap-6': {};
|
|
17
|
+
'@apply w-max': {};
|
|
18
|
+
'@apply h-[6rem]': {};
|
|
19
|
+
'@apply pb-4': {};
|
|
20
|
+
'.sk-logo-figure': {
|
|
21
|
+
'@apply w-auto h-[5.6rem]': {};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
'a:focus-within &': {
|
|
25
|
+
'@apply outline outline-2 outline-ring': {};
|
|
26
|
+
};
|
|
27
|
+
'a &': {
|
|
28
|
+
'@apply no-underline': {};
|
|
29
|
+
};
|
|
30
|
+
'a:hover &': {
|
|
31
|
+
'@apply underline': {};
|
|
32
|
+
};
|
|
33
|
+
'&-service-content': {
|
|
34
|
+
'@apply h-full w-max': {};
|
|
35
|
+
'@apply flex flex-col justify-center': {};
|
|
36
|
+
'@apply pl-2 pt-2 pr-8 pb-0': {};
|
|
37
|
+
};
|
|
38
|
+
'&-title': {
|
|
39
|
+
'@apply text-[2.2rem] leading-[2.8rem] font-header font-bold': {};
|
|
40
|
+
};
|
|
41
|
+
'&-subtitle': {
|
|
42
|
+
'@apply text-small font-normal block': {};
|
|
43
|
+
};
|
|
44
|
+
'&-divider': {
|
|
45
|
+
'@apply pt-8 pb-4': {};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
export = _exports;
|
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
declare function _exports(): {
|
|
2
|
+
'.sk-menu-vertical-sidebar': {
|
|
3
|
+
'@apply rounded-button': {};
|
|
4
|
+
'> ul > li > .sk-menu-vertical-item-submenu': {
|
|
5
|
+
'> .sk-menu-vertical-item-submenu-button': {
|
|
6
|
+
'@apply min-h-[5.2rem]': {};
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
'> ul': {
|
|
10
|
+
'@apply py-16 px-24': {};
|
|
11
|
+
};
|
|
12
|
+
'.sk-menu-vertical': {
|
|
13
|
+
'@apply gap-12': {};
|
|
14
|
+
'&-header': {
|
|
15
|
+
'@apply bg-primary-surface': {};
|
|
16
|
+
'@apply rounded-t-button': {};
|
|
17
|
+
'@apply py-20 px-32': {};
|
|
18
|
+
'&, a': {
|
|
19
|
+
'@apply text-light-primary': {};
|
|
20
|
+
};
|
|
21
|
+
'.sk-divider': {
|
|
22
|
+
'@apply border-inverted-divider': {};
|
|
23
|
+
};
|
|
24
|
+
'.sk-logo': {
|
|
25
|
+
'@apply text-light-secondary': {};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
'&.ul, & ul': {
|
|
29
|
+
'@apply py-8 pl-[2rem] ml-[2rem]': {};
|
|
30
|
+
};
|
|
31
|
+
'li ul': {
|
|
32
|
+
'@apply gap-8': {};
|
|
33
|
+
ul: {
|
|
34
|
+
li: {
|
|
35
|
+
'@apply text-small leading-[1.8rem]': {};
|
|
36
|
+
'.sk-menu-vertical-item-submenu-button, .sk-menu-vertical-item-submenu-button-expand': {
|
|
37
|
+
'@apply py-[0.6rem] px-[1.4rem]': {};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
li: {
|
|
42
|
+
'@apply relative -ml-[.4rem]': {};
|
|
43
|
+
'&:before': {
|
|
44
|
+
content: string;
|
|
45
|
+
position: string;
|
|
46
|
+
display: string;
|
|
47
|
+
width: string;
|
|
48
|
+
height: string;
|
|
49
|
+
top: string;
|
|
50
|
+
left: string;
|
|
51
|
+
backgroundImage: string;
|
|
52
|
+
backgroundRepeat: string;
|
|
53
|
+
};
|
|
54
|
+
'&:not(:last-child):after': {
|
|
55
|
+
content: string;
|
|
56
|
+
position: string;
|
|
57
|
+
display: string;
|
|
58
|
+
width: string;
|
|
59
|
+
top: string;
|
|
60
|
+
bottom: number;
|
|
61
|
+
left: string;
|
|
62
|
+
backgroundImage: string;
|
|
63
|
+
backgroundRepeat: string;
|
|
64
|
+
};
|
|
65
|
+
'&:last-child:after': {
|
|
66
|
+
content: string;
|
|
67
|
+
position: string;
|
|
68
|
+
display: string;
|
|
69
|
+
width: string;
|
|
70
|
+
top: string;
|
|
71
|
+
bottom: number;
|
|
72
|
+
left: string;
|
|
73
|
+
backgroundImage: string;
|
|
74
|
+
backgroundRepeat: string;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
'&-item': {
|
|
79
|
+
'.sk-menu-vertical-item-submenu': {
|
|
80
|
+
'&-button': {
|
|
81
|
+
'@apply gap-8': {};
|
|
82
|
+
'&[aria-current="page"], &[aria-current="page"] ~ button': {
|
|
83
|
+
'@apply font-bold': {};
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
'> a, > button': {
|
|
88
|
+
'&[aria-current="page"]': {
|
|
89
|
+
'@apply font-bold': {};
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
'.sk-menu-vertical-nav': {
|
|
96
|
+
'.sk-menu-vertical': {
|
|
97
|
+
'@apply gap-12': {};
|
|
98
|
+
'&.ul, & ul': {
|
|
99
|
+
'@apply pt-12 pr-[1.6rem] pb-16': {};
|
|
100
|
+
};
|
|
101
|
+
'&-item': {
|
|
102
|
+
'.sk-menu-vertical-item-submenu': {
|
|
103
|
+
'@apply font-bold': {};
|
|
104
|
+
'&-medium': {
|
|
105
|
+
'button, a': {
|
|
106
|
+
'@apply py-[0.6rem] px-[1.4rem]': {};
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
'&-large': {
|
|
110
|
+
'button, a': {
|
|
111
|
+
'@apply text-large': {};
|
|
112
|
+
'@apply py-[1rem] px-[1.4rem]': {};
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
'.sk-menu-vertical-item-submenu-button:not([aria-disabled="true"])': {
|
|
117
|
+
'@apply text-dark-secondary': {};
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
'.sk-menu-vertical': {
|
|
123
|
+
'@apply flex flex-col': {};
|
|
124
|
+
'&.hide': {
|
|
125
|
+
'@apply hidden': {};
|
|
126
|
+
};
|
|
127
|
+
'&-backbutton': {
|
|
128
|
+
'@apply flex items-center gap-[1.6rem] text-lead mb-40': {};
|
|
129
|
+
};
|
|
130
|
+
'&-label': {
|
|
131
|
+
'@apply mb-24': {};
|
|
132
|
+
};
|
|
133
|
+
'&-item': {
|
|
134
|
+
'@apply flex flex-col': {};
|
|
135
|
+
'&.hide': {
|
|
136
|
+
'@apply hidden': {};
|
|
137
|
+
};
|
|
138
|
+
'[aria-disabled="true"]': {
|
|
139
|
+
'@apply cursor-default bg-transparent text-primitives-overlay-darken-6 dark:text-primitives-overlay-lighten-7': {};
|
|
140
|
+
};
|
|
141
|
+
'a, button': {
|
|
142
|
+
'@apply flex': {};
|
|
143
|
+
color: string;
|
|
144
|
+
};
|
|
145
|
+
'& > a, > button': {
|
|
146
|
+
'@apply flex items-center min-h-[4.4rem]': {};
|
|
147
|
+
'&:focus-visible': {
|
|
148
|
+
'@apply outline outline-2 outline-ring': {};
|
|
149
|
+
};
|
|
150
|
+
'> *': {
|
|
151
|
+
'@apply flex w-full py-[.6rem] px-[1.4rem]': {};
|
|
152
|
+
'@apply rounded-button cursor-pointer': {};
|
|
153
|
+
};
|
|
154
|
+
'&:not([aria-disabled="true"]) > *': {
|
|
155
|
+
'@apply bg-transparent text-dark-secondary': {};
|
|
156
|
+
};
|
|
157
|
+
'&:hover:not([aria-disabled="true"]) > *': {
|
|
158
|
+
'@apply bg-primitives-overlay-darken-3': {};
|
|
159
|
+
};
|
|
160
|
+
'&[aria-current="page"]:not(:hover) > *': {
|
|
161
|
+
'@apply bg-primary-surface text-light-primary': {};
|
|
162
|
+
'@apply focus-visible:ring': {};
|
|
163
|
+
};
|
|
164
|
+
};
|
|
165
|
+
'.sk-menu-vertical-item-submenu': {
|
|
166
|
+
'@apply flex justify-between w-full': {};
|
|
167
|
+
'@apply rounded-button': {};
|
|
168
|
+
'&:hover': {
|
|
169
|
+
'> 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"])': {
|
|
170
|
+
'@apply text-dark-primary bg-primitives-overlay-darken-3': {};
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
'&:focus-within': {
|
|
174
|
+
'@apply outline outline-2 outline-ring': {};
|
|
175
|
+
'.sk-menu-vertical-item-submenu-button, .sk-menu-vertical-item-submenu-button-expand': {
|
|
176
|
+
'&:focus-visible': {
|
|
177
|
+
'@apply ring-0 ring-offset-0 outline-0': {};
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
'&-medium': {
|
|
182
|
+
'button, a': {
|
|
183
|
+
'@apply py-[0.6rem] px-[1.4rem]': {};
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
'&-large': {
|
|
187
|
+
'button, a': {
|
|
188
|
+
'@apply py-[1rem] px-[1.4rem]': {};
|
|
189
|
+
};
|
|
190
|
+
};
|
|
191
|
+
'&-button, &-button-expand': {
|
|
192
|
+
'@apply items-center': {};
|
|
193
|
+
'@apply py-[1rem] px-[1.4rem]': {};
|
|
194
|
+
};
|
|
195
|
+
'&-button-expand': {
|
|
196
|
+
'@apply rounded-r-button rounded-l-0': {};
|
|
197
|
+
};
|
|
198
|
+
'&-button': {
|
|
199
|
+
'@apply text-left grow rounded-l-button rounded-r-0': {};
|
|
200
|
+
'&[aria-current="page"]:not(:hover), &[aria-current="page"]:not(:hover) ~ button:not(:hover)': {
|
|
201
|
+
'@apply bg-primary-surface text-light-primary': {};
|
|
202
|
+
};
|
|
203
|
+
'&[aria-expanded="true"]': {
|
|
204
|
+
'&:not(:hover,[aria-current="page"],[aria-disabled="true"]), &:not(:hover,[aria-current="page"],[aria-disabled="true"]) ~ button:not(:hover)': {
|
|
205
|
+
'@apply bg-vattjom-surface-accent': {};
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
'.sk-menu-vertical-item-tool-item': {
|
|
211
|
+
'@apply flex items-center gap-10 p-[.6rem] rounded-groups': {};
|
|
212
|
+
'.sk-avatar': {
|
|
213
|
+
'@apply border-2 border-background-content': {};
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
export = _exports;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare function _exports(colors: any): {
|
|
2
|
+
'.sk-menubar': {
|
|
3
|
+
'@apply flex flex-row': {};
|
|
4
|
+
'@apply p-8 gap-16': {};
|
|
5
|
+
'@apply rounded-cards': {};
|
|
6
|
+
'&[data-background="true"]': {
|
|
7
|
+
'@apply bg-background-color-mixin-1': {};
|
|
8
|
+
};
|
|
9
|
+
'&-item': any;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export = _exports;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
declare function _exports(): {
|
|
2
|
+
'.sk-modal': {
|
|
3
|
+
'&-wrapper': {
|
|
4
|
+
'@apply fixed inset-0 z-20 overflow-y-auto': {};
|
|
5
|
+
'@apply bg-primitives-overlay-darken-6': {};
|
|
6
|
+
'@apply dark:bg-primitives-overlay-darken-8': {};
|
|
7
|
+
'&-inner': {
|
|
8
|
+
'@apply min-h-screen px-4 text-center': {};
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
'&-overlay': {
|
|
12
|
+
'@apply fixed inset-0': {};
|
|
13
|
+
};
|
|
14
|
+
'&-dialog': {
|
|
15
|
+
'@apply inline-flex flex-col': {};
|
|
16
|
+
'@apply text-left': {};
|
|
17
|
+
'@apply align-middle': {};
|
|
18
|
+
'@apply transition-all transform': {};
|
|
19
|
+
'@apply rounded-cards': {};
|
|
20
|
+
'@apply bg-background-content': {};
|
|
21
|
+
'@apply dark:bg-background-100': {};
|
|
22
|
+
'@apply px-24 pt-24 pb-40': {};
|
|
23
|
+
'@apply gap-16': {};
|
|
24
|
+
'&-header': {
|
|
25
|
+
'@apply flex justify-between items-center w-full': {};
|
|
26
|
+
'&-title': {
|
|
27
|
+
'@apply grow': {};
|
|
28
|
+
'@apply text-label-medium': {};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
'&-content': {
|
|
33
|
+
'@apply flex flex-col': {};
|
|
34
|
+
'@apply py-8 pb-16 gap-12': {};
|
|
35
|
+
};
|
|
36
|
+
'&-footer': {
|
|
37
|
+
'@apply flex flex-row justify-start': {};
|
|
38
|
+
'@apply p-0 gap-12': {};
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export = _exports;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
declare function _exports(): {
|
|
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
|
+
'@apply dark:text-neutral-100 dark:bg-neutral-700 dark:border-neutral-600': {};
|
|
6
|
+
};
|
|
7
|
+
'.notification-icon': {
|
|
8
|
+
'@apply flex-shrink-0 w-5 h-5 mr-3': {};
|
|
9
|
+
'&-info': {
|
|
10
|
+
'--tw-text-opacity': string;
|
|
11
|
+
color: string;
|
|
12
|
+
};
|
|
13
|
+
'&-success': {
|
|
14
|
+
'--tw-text-opacity': string;
|
|
15
|
+
color: string;
|
|
16
|
+
};
|
|
17
|
+
'&-error': {
|
|
18
|
+
'--tw-text-opacity': string;
|
|
19
|
+
color: string;
|
|
20
|
+
};
|
|
21
|
+
'&-warning': {
|
|
22
|
+
'--tw-text-opacity': string;
|
|
23
|
+
color: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
'.notification-content': {
|
|
27
|
+
'@apply flex flex-col items-start flex-1 mr-2 -mt-px text-left': {};
|
|
28
|
+
'&-title': {
|
|
29
|
+
'@apply font-semibold': {};
|
|
30
|
+
};
|
|
31
|
+
'&-description': {
|
|
32
|
+
'@apply text-neutral-500 dark:text-neutral-400': {};
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
'.notification-action': {
|
|
36
|
+
'@apply absolute space-x-2': {};
|
|
37
|
+
right: number;
|
|
38
|
+
top: number;
|
|
39
|
+
'&-undo': {
|
|
40
|
+
'@apply h-auto p-0 text-small': {};
|
|
41
|
+
};
|
|
42
|
+
'&-close-button': {
|
|
43
|
+
'@apply cursor-base text-neutral-700 hover:text-body': {};
|
|
44
|
+
'@apply dark:text-neutral-400 dark:hover:text-neutral-100': {};
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
export = _exports;
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
declare function _exports(): {
|
|
2
|
+
'.sk-pagination': {
|
|
3
|
+
'@apply select-none': {};
|
|
4
|
+
'@apply text-base': {};
|
|
5
|
+
'&-list': {
|
|
6
|
+
'@apply flex justify-between items-center': {};
|
|
7
|
+
'.sk-pagination[data-hideprevnextlabel="true"] &': {
|
|
8
|
+
'@apply w-fit': {};
|
|
9
|
+
};
|
|
10
|
+
li: {
|
|
11
|
+
'@apply min-w-[4rem] text-center': {};
|
|
12
|
+
};
|
|
13
|
+
'li:first-child': {
|
|
14
|
+
'@apply text-left': {};
|
|
15
|
+
};
|
|
16
|
+
'li:last-child': {
|
|
17
|
+
'@apply text-right': {};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
'.form-select-wrapper': {
|
|
21
|
+
'@apply w-fit': {};
|
|
22
|
+
};
|
|
23
|
+
'&-pageLabel': {
|
|
24
|
+
'@apply leading-base cursor-pointer underline text-vattjom-surface-primary': {};
|
|
25
|
+
'@apply focus-visible:ring ring-ring ring-offset': {};
|
|
26
|
+
'@apply rounded-full': {};
|
|
27
|
+
'@apply h-32 w-32': {};
|
|
28
|
+
"&[aria-current='true']": {
|
|
29
|
+
'@apply font-bold no-underline text-dark-primary': {};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
'&-prevNextButton': {
|
|
33
|
+
'@apply text-dark-secondary': {};
|
|
34
|
+
'&.sk-btn': {
|
|
35
|
+
'@apply bg-transparent text-dark-secondary font-normal': {};
|
|
36
|
+
'&.sk-btn-disabled:disabled, .sk-btn[aria-disabled="true"]:disabled': {
|
|
37
|
+
'@apply bg-transparent !important': {};
|
|
38
|
+
'@apply text-dark-disabled hover:text-dark-disabled': {};
|
|
39
|
+
'.sk-icon': {
|
|
40
|
+
'@apply text-dark-disabled hover:text-dark-disabled': {};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
'.sk-icon': {
|
|
44
|
+
'@apply bg-transparent text-dark-secondary': {};
|
|
45
|
+
};
|
|
46
|
+
'&:hover': {
|
|
47
|
+
'@apply text-white': {};
|
|
48
|
+
'.sk-icon': {
|
|
49
|
+
'@apply text-white': {};
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
'&[disabled]': {
|
|
54
|
+
'@apply cursor-default': {};
|
|
55
|
+
};
|
|
56
|
+
"&[disabled='false']": {
|
|
57
|
+
'.sk-pagination-prevNextButton-label, .sk-pagination-prevNextButton-icon': {
|
|
58
|
+
'@apply cursor-pointer': {};
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
'&-label': {
|
|
62
|
+
'@apply hidden sm:inline ml-sm leading-none': {};
|
|
63
|
+
};
|
|
64
|
+
'&-icon': {
|
|
65
|
+
'@apply m-1 leading-none flex items-center': {};
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
'&-ellipsis': {
|
|
69
|
+
'@apply inline-block w-16 text-center': {};
|
|
70
|
+
};
|
|
71
|
+
'&.fit-content': {
|
|
72
|
+
'@apply w-full max-w-full': {};
|
|
73
|
+
'.sk-pagination-list': {
|
|
74
|
+
'@apply w-full flex justify-center': {};
|
|
75
|
+
'@apply gap-24': {};
|
|
76
|
+
'&-item': {
|
|
77
|
+
'@apply px-0 grow-0 text-center': {};
|
|
78
|
+
'&.ellipsis': {
|
|
79
|
+
'@apply flex-shrink grow-0': {};
|
|
80
|
+
};
|
|
81
|
+
'&.prev-next': {
|
|
82
|
+
'@apply flex-shrink grow': {};
|
|
83
|
+
'&.prev': {
|
|
84
|
+
'@apply text-left': {};
|
|
85
|
+
};
|
|
86
|
+
'&.next': {
|
|
87
|
+
'@apply text-right': {};
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
'.sk-pagination-pageLabel': {
|
|
91
|
+
'@apply mx-xs': {};
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
'.form-select-wrapper': {
|
|
96
|
+
'@apply w-full': {};
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
export = _exports;
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
declare function _exports(): {
|
|
2
|
+
'.sk-popup-menu-items': {
|
|
3
|
+
'&[data-position="left"]': {
|
|
4
|
+
'@apply mt-0 mr-8 right-[100%]': {};
|
|
5
|
+
'&[data-align="end"]': {
|
|
6
|
+
'@apply bottom-0': {};
|
|
7
|
+
};
|
|
8
|
+
'&[data-align="start"]': {
|
|
9
|
+
'@apply top-0': {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
'&[data-position="right"]': {
|
|
13
|
+
'@apply mt-0 ml-8 left-[100%]': {};
|
|
14
|
+
'&[data-align="end"]': {
|
|
15
|
+
'@apply bottom-0': {};
|
|
16
|
+
};
|
|
17
|
+
'&[data-align="start"]': {
|
|
18
|
+
'@apply top-0': {};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
'&[data-position="over"]': {
|
|
22
|
+
'@apply mt-0 mb-8 bottom-[100%]': {};
|
|
23
|
+
'&[data-align="end"]': {
|
|
24
|
+
'@apply right-0': {};
|
|
25
|
+
};
|
|
26
|
+
'&[data-align="start"]': {
|
|
27
|
+
'@apply left-0': {};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
'&[data-position="under"]': {
|
|
31
|
+
'&[data-align="end"]': {
|
|
32
|
+
'@apply right-0': {};
|
|
33
|
+
};
|
|
34
|
+
'&[data-align="start"]': {
|
|
35
|
+
'@apply left-0': {};
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
'@apply absolute flex flex-col justify-start items-start mt-8': {};
|
|
39
|
+
'@apply w-max': {};
|
|
40
|
+
'@apply rounded-utility': {};
|
|
41
|
+
'@apply bg-background-100': {};
|
|
42
|
+
'@apply z-10': {};
|
|
43
|
+
'@apply p-8 gap-4': {};
|
|
44
|
+
'@apply shadow-100': {};
|
|
45
|
+
'@apply border-0': {};
|
|
46
|
+
'@apply focus-within:border-0': {};
|
|
47
|
+
'@apply focus:outline-0 focus-visible:outline-0 focus-visible:ring': {};
|
|
48
|
+
'.sk-popup-menu-item': {
|
|
49
|
+
'@apply w-full': {};
|
|
50
|
+
'@apply h-[4rem]': {};
|
|
51
|
+
'@apply min-h-[4rem]': {};
|
|
52
|
+
'@apply bg-transparent hover:bg-primitives-gray-200': {};
|
|
53
|
+
'@apply dark:hover:bg-primitives-overlay-lighten-1': {};
|
|
54
|
+
'@apply cursor-pointer': {};
|
|
55
|
+
'@apply flex flex-row shrink-0': {};
|
|
56
|
+
'@apply pl-8 pr-32 py-4 gap-12': {};
|
|
57
|
+
'@apply rounded-utility': {};
|
|
58
|
+
'@apply text-body font-normal': {};
|
|
59
|
+
'&.active, &:active': {
|
|
60
|
+
'@apply bg-primitives-gray-200': {};
|
|
61
|
+
'@apply dark:bg-primitives-overlay-lighten-1': {};
|
|
62
|
+
};
|
|
63
|
+
svg: {
|
|
64
|
+
'@apply w-[2rem] h-[2rem]': {};
|
|
65
|
+
};
|
|
66
|
+
'@apply justify-start': {};
|
|
67
|
+
'@apply border-0': {};
|
|
68
|
+
'@apply items-center': {};
|
|
69
|
+
'@apply no-underline': {};
|
|
70
|
+
};
|
|
71
|
+
'&-group': {
|
|
72
|
+
'@apply w-full flex flex-col border-b-1 border-divider pb-4 gap-4': {};
|
|
73
|
+
'&:first-child': {
|
|
74
|
+
'@apply pt-0': {};
|
|
75
|
+
};
|
|
76
|
+
'&:last-child': {
|
|
77
|
+
'@apply border-0 pb-0': {};
|
|
78
|
+
};
|
|
79
|
+
'> *': {
|
|
80
|
+
'@apply pl-8 pr-32 py-4 gap-12': {};
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
'&-sm': {
|
|
84
|
+
'@apply p-8 gap-6': {};
|
|
85
|
+
'.sk-popup-menu-item': {
|
|
86
|
+
'@apply h-[3.2rem]': {};
|
|
87
|
+
'@apply min-h-[3.2rem]': {};
|
|
88
|
+
'@apply gap-10 pl-8 pr-24 py-4': {};
|
|
89
|
+
'@apply text-small': {};
|
|
90
|
+
'&-group': {
|
|
91
|
+
'@apply gap-6 pb-6': {};
|
|
92
|
+
'> *': {
|
|
93
|
+
'@apply gap-10 pl-8 pr-24 py-4': {};
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
svg: {
|
|
97
|
+
'@apply w-[1.8rem] h-[1.8rem]': {};
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
'&.right': {
|
|
102
|
+
'@apply right-0': {};
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
export = _exports;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
declare function _exports(): {
|
|
2
|
+
'.sk-progress-stepper': {
|
|
3
|
+
'@apply flex justify-between': {};
|
|
4
|
+
hr: {
|
|
5
|
+
'@apply w-full mt-[1.9rem]': {};
|
|
6
|
+
};
|
|
7
|
+
'&-step': {
|
|
8
|
+
'@apply flex flex-col items-center': {};
|
|
9
|
+
'@apply gap-4': {};
|
|
10
|
+
'@apply w-auto': {};
|
|
11
|
+
'@apply shrink-0': {};
|
|
12
|
+
'@apply text-base leading-base text-dark-primary font-normal': {};
|
|
13
|
+
svg: {
|
|
14
|
+
'@apply w-20 h-20': {};
|
|
15
|
+
};
|
|
16
|
+
'&-wrapper': {
|
|
17
|
+
'@apply flex flex-row shrink w-full gap-4': {};
|
|
18
|
+
hr: {
|
|
19
|
+
'@apply w-full grow shrink mt-[1.9rem]': {};
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
'&-box': {
|
|
23
|
+
'@apply box-border': {};
|
|
24
|
+
'@apply shrink-0': {};
|
|
25
|
+
'@apply h-[4rem] w-[4rem]': {};
|
|
26
|
+
'@apply bg-secondary-surface': {};
|
|
27
|
+
'@apply flex justify-center items-center': {};
|
|
28
|
+
'@apply text-label-medium': {};
|
|
29
|
+
'@apply border-2 border-secondary-outline': {};
|
|
30
|
+
'@apply text-dark-secondary': {};
|
|
31
|
+
'@apply rounded-button-sm md:rounded-button-md xl:rounded-button-lg': {};
|
|
32
|
+
};
|
|
33
|
+
'&[data-progress="current"]': {
|
|
34
|
+
'@apply font-bold': {};
|
|
35
|
+
'.sk-progress-stepper-step-box': {
|
|
36
|
+
'@apply border-vattjom-surface-primary': {};
|
|
37
|
+
'@apply bg-vattjom-surface-primary': {};
|
|
38
|
+
'@apply text-vattjom-text-secondary': {};
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
'&[data-progress="done"]': {
|
|
42
|
+
'.sk-progress-stepper-step-box': {
|
|
43
|
+
'@apply border-success-surface-primary': {};
|
|
44
|
+
'@apply bg-success-surface-primary': {};
|
|
45
|
+
'@apply text-success-text-secondary': {};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
export = _exports;
|