@sk-web-gui/core 1.1.2 → 2.0.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/components/alert-banner.js +1 -1
- package/dist/cjs/components/alert-banner.js.map +1 -1
- package/dist/cjs/components/checkbox.js +3 -0
- package/dist/cjs/components/checkbox.js.map +1 -1
- package/dist/cjs/components/chip.js.map +1 -1
- package/dist/cjs/components/combobox.js.map +1 -1
- package/dist/cjs/components/comments.js +2 -2
- package/dist/cjs/components/comments.js.map +1 -1
- package/dist/cjs/components/forms.js.map +1 -1
- package/dist/cjs/components/input.js.map +1 -1
- package/dist/cjs/components/label.js.map +1 -1
- package/dist/cjs/components/list.js.map +1 -1
- package/dist/cjs/components/logo.js.map +1 -1
- package/dist/cjs/components/menu-vertical.js.map +1 -1
- package/dist/cjs/components/menubar.js.map +1 -1
- package/dist/cjs/components/notification.js +2 -2
- package/dist/cjs/components/notification.js.map +1 -1
- package/dist/cjs/components/popup-menu.js +42 -9
- package/dist/cjs/components/popup-menu.js.map +1 -1
- package/dist/cjs/components/progress-bar.js.map +1 -1
- package/dist/cjs/components/progress-stepper.js.map +1 -1
- package/dist/cjs/components/search-field.js.map +1 -1
- package/dist/cjs/components/select.js.map +1 -1
- package/dist/cjs/components/side-menu.js +7 -7
- package/dist/cjs/components/side-menu.js.map +1 -1
- package/dist/cjs/components/spinner.js.map +1 -1
- package/dist/cjs/components/tab-menu.js.map +1 -1
- package/dist/cjs/components/table-autotable.js +158 -0
- package/dist/cjs/components/table-autotable.js.map +1 -0
- package/dist/cjs/components/tabs.js.map +1 -1
- package/dist/cjs/components/tooltip.js.map +1 -1
- package/dist/cjs/components/user-menu.js +1 -0
- package/dist/cjs/components/user-menu.js.map +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/plugin.js.map +1 -1
- package/dist/cjs/theme.js +19 -22
- package/dist/cjs/theme.js.map +1 -1
- package/dist/cjs/units.js.map +1 -1
- package/dist/esm/components/alert-banner.js +1 -1
- package/dist/esm/components/alert-banner.js.map +1 -1
- package/dist/esm/components/checkbox.js +3 -0
- package/dist/esm/components/checkbox.js.map +1 -1
- package/dist/esm/components/chip.js.map +1 -1
- package/dist/esm/components/combobox.js.map +1 -1
- package/dist/esm/components/comments.js +2 -2
- package/dist/esm/components/comments.js.map +1 -1
- package/dist/esm/components/forms.js.map +1 -1
- package/dist/esm/components/input.js.map +1 -1
- package/dist/esm/components/label.js.map +1 -1
- package/dist/esm/components/list.js.map +1 -1
- package/dist/esm/components/logo.js.map +1 -1
- package/dist/esm/components/menu-vertical.js.map +1 -1
- package/dist/esm/components/menubar.js.map +1 -1
- package/dist/esm/components/notification.js +2 -2
- package/dist/esm/components/notification.js.map +1 -1
- package/dist/esm/components/popup-menu.js +42 -9
- package/dist/esm/components/popup-menu.js.map +1 -1
- package/dist/esm/components/progress-bar.js.map +1 -1
- package/dist/esm/components/progress-stepper.js.map +1 -1
- package/dist/esm/components/search-field.js.map +1 -1
- package/dist/esm/components/select.js.map +1 -1
- package/dist/esm/components/side-menu.js +7 -7
- package/dist/esm/components/side-menu.js.map +1 -1
- package/dist/esm/components/spinner.js.map +1 -1
- package/dist/esm/components/tab-menu.js.map +1 -1
- package/dist/esm/components/table-autotable.js +152 -0
- package/dist/esm/components/table-autotable.js.map +1 -0
- package/dist/esm/components/tabs.js.map +1 -1
- package/dist/esm/components/tooltip.js.map +1 -1
- package/dist/esm/components/user-menu.js +1 -0
- package/dist/esm/components/user-menu.js.map +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/plugin.js.map +1 -1
- package/dist/esm/theme.js +19 -22
- package/dist/esm/theme.js.map +1 -1
- package/dist/esm/units.js.map +1 -1
- package/dist/types/components/alert-banner.d.ts +24 -0
- package/dist/types/components/checkbox.d.ts +3 -0
- package/dist/types/components/comments.d.ts +30 -0
- package/dist/types/components/context-menu.d.ts +39 -0
- package/dist/types/components/dropdown-filter.d.ts +58 -0
- package/dist/types/components/notification.d.ts +48 -0
- package/dist/types/components/popup-menu.d.ts +42 -9
- package/dist/types/components/side-menu.d.ts +219 -0
- package/dist/types/components/tab-menu.d.ts +57 -0
- package/dist/types/components/table-autotable.d.ts +151 -0
- package/dist/types/components/user-menu.d.ts +1 -0
- package/package.json +2 -2
- package/dist/cjs/components/calendar.js +0 -67
- package/dist/cjs/components/calendar.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/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
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
declare function _exports(): {
|
|
2
|
+
'.sk-sidemenu': {
|
|
3
|
+
'@apply w-[440px]': {};
|
|
4
|
+
'&-header': {
|
|
5
|
+
'@apply relative py-[2rem] px-[1.6rem] rounded-t-[.2rem] bg-primary text-white': {};
|
|
6
|
+
'.label-small': {
|
|
7
|
+
'@apply text-[1.6rem]': {};
|
|
8
|
+
};
|
|
9
|
+
'.label-button': {
|
|
10
|
+
'@apply w-full justify-between p-0 leading-[inherit]': {};
|
|
11
|
+
'&-icon': {
|
|
12
|
+
'@apply !text-xl': {};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
'&-label': {
|
|
16
|
+
'@apply flex items-center': {};
|
|
17
|
+
'label, .label': {
|
|
18
|
+
'@apply text-xl font-bold flex items-center w-full': {};
|
|
19
|
+
};
|
|
20
|
+
span: {
|
|
21
|
+
'@apply ml-auto': {};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
'&-item': {
|
|
26
|
+
'@apply bg-white h-full': {};
|
|
27
|
+
'> ul.items': {
|
|
28
|
+
'@apply hidden': {};
|
|
29
|
+
};
|
|
30
|
+
'&.open > ul.items': {
|
|
31
|
+
'@apply block': {};
|
|
32
|
+
};
|
|
33
|
+
'&-label': {
|
|
34
|
+
'@apply flex-grow select-none flex items-center': {};
|
|
35
|
+
};
|
|
36
|
+
'&.active': {
|
|
37
|
+
'> .sk-sidemenu-wrapper': {
|
|
38
|
+
boxShadow: string;
|
|
39
|
+
'.sk-sidemenu-item-label': {
|
|
40
|
+
'@apply underline': {};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
'& .sk-sidemenu-wrapper': {
|
|
45
|
+
'@apply min-h-[48px] max-h-[48px] relative flex flex-wrap items-center': {};
|
|
46
|
+
'.sk-sidemenu-item-link': {
|
|
47
|
+
'@apply flex-grow relative flex items-center text-base text-left justify-start pr-sm h-full': {};
|
|
48
|
+
'@apply focus-visible:z-base': {};
|
|
49
|
+
'&[aria-disabled="true"]': {
|
|
50
|
+
'@apply text-neutral-600 cursor-not-allowed': {};
|
|
51
|
+
'.sk-sidemenu-item-label': {
|
|
52
|
+
'@apply text-neutral-600': {};
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
'.expand': {
|
|
57
|
+
'@apply w-[50px] h-full flex justify-center items-center ml-auto p-0': {};
|
|
58
|
+
'&[aria-disabled="true"]': {
|
|
59
|
+
'@apply !text-gray-stroke cursor-not-allowed !bg-transparent': {};
|
|
60
|
+
path: {
|
|
61
|
+
'@apply fill-gray-stroke': {};
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
path: {
|
|
65
|
+
'@apply fill-primary': {};
|
|
66
|
+
};
|
|
67
|
+
'&-button': {
|
|
68
|
+
'@apply fill-primary flex justify-center items-center border-l border-gray-stroke h-[24px] w-[45px]': {};
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
'&.open': {
|
|
73
|
+
'& + .menu-item > .sk-sidemenu-wrapper': {
|
|
74
|
+
'@apply border-t': {};
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
'&.draggable': {
|
|
78
|
+
'&.dragenter': {
|
|
79
|
+
'> .sk-sidemenu-wrapper': {
|
|
80
|
+
'@apply h-full max-h-full': {};
|
|
81
|
+
};
|
|
82
|
+
"> .sk-sidemenu-wrapper > *:not([draggable='true'])": {
|
|
83
|
+
'@apply pointer-events-none': {};
|
|
84
|
+
};
|
|
85
|
+
'& > .sk-sidemenu-wrapper::after': {
|
|
86
|
+
'@apply bg-info-surface-accent block relative w-full h-[44px]': {};
|
|
87
|
+
content: string;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
'&.moving': {
|
|
91
|
+
'@apply hidden': {};
|
|
92
|
+
};
|
|
93
|
+
'& .sk-sidemenu-menuitem-movebutton': {
|
|
94
|
+
'@apply -translate-x-full no-underline text-gray-stroke absolute py-sm inset-y-0 my-auto': {};
|
|
95
|
+
svg: {
|
|
96
|
+
'@apply h-full': {};
|
|
97
|
+
};
|
|
98
|
+
'&[aria-disabled="true"]': {
|
|
99
|
+
'@apply !text-gray-stroke cursor-not-allowed !bg-transparent': {};
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
'&.separator': {
|
|
103
|
+
'@apply bg-transparent relative': {};
|
|
104
|
+
'> div.sk-sidemenu-wrapper, > .sk-sidemenu-item-link': {
|
|
105
|
+
'@apply h-[44px]': {};
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
'&-separator': {
|
|
110
|
+
'@apply text-divider': {};
|
|
111
|
+
height: string;
|
|
112
|
+
width: string;
|
|
113
|
+
backgroundImage: string;
|
|
114
|
+
backgroundSize: string;
|
|
115
|
+
backgroundPosition: string;
|
|
116
|
+
backgroundRepeat: string;
|
|
117
|
+
};
|
|
118
|
+
'&.lvl-0': {
|
|
119
|
+
'&:first-child > .sk-sidemenu-wrapper': {
|
|
120
|
+
'@apply border-t-0': {};
|
|
121
|
+
};
|
|
122
|
+
'> .sk-sidemenu-wrapper': {
|
|
123
|
+
'@apply h-[64px] max-h-[64px] border border-divider': {};
|
|
124
|
+
'> .sk-sidemenu-item-link': {
|
|
125
|
+
'@apply py-md': {};
|
|
126
|
+
paddingLeft: string;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
'.sk-sidemenu-item-link': {
|
|
130
|
+
'@apply h-[64px] max-h-[64px]': {};
|
|
131
|
+
};
|
|
132
|
+
'& + .sk-sidemenu-item > .sk-sidemenu-wrapper': {
|
|
133
|
+
'@apply border-t-0': {};
|
|
134
|
+
};
|
|
135
|
+
'> .items': {
|
|
136
|
+
'@apply border-l border-r border-divider': {};
|
|
137
|
+
};
|
|
138
|
+
'&.open > .items': {
|
|
139
|
+
'@apply border-b border-divider': {};
|
|
140
|
+
};
|
|
141
|
+
'&.separator': {
|
|
142
|
+
'& + .lvl-0': {
|
|
143
|
+
'@apply border-t border-divider': {};
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
'&.separator > .sk-sidemenu-wrapper': {
|
|
147
|
+
'@apply border-0': {};
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
'&.lvl-1': {
|
|
151
|
+
'@apply bg-gray-lighter': {};
|
|
152
|
+
'> .sk-sidemenu-wrapper, .sk-sidemenu-item-link': {
|
|
153
|
+
'@apply h-[56px] max-h-[56px]': {};
|
|
154
|
+
};
|
|
155
|
+
'&.open > .sk-sidemenu-wrapper': {
|
|
156
|
+
'@apply border-b border-divider': {};
|
|
157
|
+
};
|
|
158
|
+
'> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
|
|
159
|
+
paddingLeft: string;
|
|
160
|
+
};
|
|
161
|
+
};
|
|
162
|
+
'&.lvl-2': {
|
|
163
|
+
'.sk-sidemenu-wrapper': {
|
|
164
|
+
'@apply bg-gray-middle h-[48px] max-h-[48px]': {};
|
|
165
|
+
'> .sk-sidemenu-item-link': {
|
|
166
|
+
'@apply h-[48px] max-h-[48px]': {};
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
'> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
|
|
170
|
+
paddingLeft: string;
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
'&.lvl-3': {
|
|
174
|
+
'> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
|
|
175
|
+
paddingLeft: string;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
'&.lvl-4': {
|
|
179
|
+
'.sk-sidemenu-wrapper': {
|
|
180
|
+
'@apply bg-[#d4d4d4]': {};
|
|
181
|
+
};
|
|
182
|
+
'> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
|
|
183
|
+
paddingLeft: string;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
'&.lvl-5': {
|
|
187
|
+
'> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
|
|
188
|
+
paddingLeft: string;
|
|
189
|
+
};
|
|
190
|
+
};
|
|
191
|
+
'&.lvl-6': {
|
|
192
|
+
'> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
|
|
193
|
+
paddingLeft: string;
|
|
194
|
+
};
|
|
195
|
+
};
|
|
196
|
+
'&.lvl-7': {
|
|
197
|
+
'> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
|
|
198
|
+
paddingLeft: string;
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
'&.lvl-8': {
|
|
202
|
+
'> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
|
|
203
|
+
paddingLeft: string;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
'&.lvl-9': {
|
|
207
|
+
'> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
|
|
208
|
+
paddingLeft: string;
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
'&.lvl-10': {
|
|
212
|
+
'> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
|
|
213
|
+
paddingLeft: string;
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
export = _exports;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
declare function _exports(): {
|
|
2
|
+
'.sk-tab-menu': {
|
|
3
|
+
'&-wrapper': {
|
|
4
|
+
display: string;
|
|
5
|
+
flexDirection: string;
|
|
6
|
+
margin: string;
|
|
7
|
+
};
|
|
8
|
+
'&-right': {
|
|
9
|
+
'@apply justify-end': {};
|
|
10
|
+
};
|
|
11
|
+
'&-center': {
|
|
12
|
+
'@apply justify-center': {};
|
|
13
|
+
};
|
|
14
|
+
'&-list': {
|
|
15
|
+
all: string;
|
|
16
|
+
display: string;
|
|
17
|
+
'&-stretch': {
|
|
18
|
+
'@apply w-full justify-between': {};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
'&-underline': {
|
|
22
|
+
width: string;
|
|
23
|
+
height: number;
|
|
24
|
+
'@apply bg-gray-light': {};
|
|
25
|
+
};
|
|
26
|
+
'&-item': {
|
|
27
|
+
all: string;
|
|
28
|
+
height: number;
|
|
29
|
+
display: string;
|
|
30
|
+
padding: string;
|
|
31
|
+
marginRight: string;
|
|
32
|
+
alignItems: string;
|
|
33
|
+
position: string;
|
|
34
|
+
cursor: string;
|
|
35
|
+
'&-stretch': {
|
|
36
|
+
'@apply mr-0': {};
|
|
37
|
+
};
|
|
38
|
+
'&-right': {
|
|
39
|
+
'@apply mr-0 ml-[5rem]': {};
|
|
40
|
+
};
|
|
41
|
+
'&-center:last-of-type': {
|
|
42
|
+
'@apply mr-0': {};
|
|
43
|
+
};
|
|
44
|
+
'&.active::after': {
|
|
45
|
+
content: string;
|
|
46
|
+
display: string;
|
|
47
|
+
position: string;
|
|
48
|
+
width: string;
|
|
49
|
+
height: number;
|
|
50
|
+
top: string;
|
|
51
|
+
left: number;
|
|
52
|
+
'@apply bg-primary': {};
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
export = _exports;
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
export declare const TableAutoTable: () => {
|
|
2
|
+
'.sk-table-wrapper': {
|
|
3
|
+
'@apply rounded-groups': {};
|
|
4
|
+
'@apply border-1': {};
|
|
5
|
+
'@apply bg-background-content': {};
|
|
6
|
+
'&-inside': {
|
|
7
|
+
'@apply border-0 rounded-t-groups': {};
|
|
8
|
+
'@apply overflow-hidden': {};
|
|
9
|
+
};
|
|
10
|
+
'&[data-variant="table"]': {
|
|
11
|
+
'&:not([data-background="true"])': {
|
|
12
|
+
'@apply border-0': {};
|
|
13
|
+
'@apply bg-transparent': {};
|
|
14
|
+
};
|
|
15
|
+
'.sk-table-wrapper-inside': {
|
|
16
|
+
'@apply border-0 rounded-b-groups': {};
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
'.sk-table': {
|
|
21
|
+
'@apply w-full text-left table-auto': {};
|
|
22
|
+
'@apply text-dark-secondary': {};
|
|
23
|
+
'&-thead': {
|
|
24
|
+
'@apply border-b-1 border-dark-primary': {};
|
|
25
|
+
'@apply h-48': {};
|
|
26
|
+
'&-tr': {
|
|
27
|
+
'@apply table-row': {};
|
|
28
|
+
'@apply text-label-small': {};
|
|
29
|
+
};
|
|
30
|
+
'&-th': {
|
|
31
|
+
'@apply py-4': {};
|
|
32
|
+
"&[data-isColumnSortable='true']": {
|
|
33
|
+
'@apply cursor-pointer': {};
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
'&-manualth': {
|
|
37
|
+
'@apply py-4': {};
|
|
38
|
+
'@apply px-16': {};
|
|
39
|
+
"&[data-isColumnSortable='true']": {
|
|
40
|
+
'@apply cursor-pointer': {};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
'@apply bg-transparent': {};
|
|
44
|
+
'&[data-background="true"]': {
|
|
45
|
+
'@apply bg-vattjom-background-200 border-b-transparent': {};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
'&-sortbutton': {
|
|
49
|
+
'@apply flex items-center': {};
|
|
50
|
+
'@apply focus-visible:ring ring-ring ring-offset-0': {};
|
|
51
|
+
'@apply focus-visible:bg-vattjom-background-200': {};
|
|
52
|
+
'@apply rounded-utility': {};
|
|
53
|
+
'@apply px-16': {};
|
|
54
|
+
'@apply h-40': {};
|
|
55
|
+
'&-icon': {
|
|
56
|
+
'@apply inline-flex pl-sm': {};
|
|
57
|
+
'&-sort': {
|
|
58
|
+
'@apply text-dark-secondary': {};
|
|
59
|
+
'@apply flex flex-col': {};
|
|
60
|
+
svg: {
|
|
61
|
+
'@apply h-16 w-16': {};
|
|
62
|
+
'@apply first-of-type:-mb-4': {};
|
|
63
|
+
'@apply last-of-type:-mt-4': {};
|
|
64
|
+
};
|
|
65
|
+
"&[data-sortmodeascending='true']": {
|
|
66
|
+
'> *': {
|
|
67
|
+
'@apply last-of-type:text-dark-ghost': {};
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
"&[data-sortmodeascending='false']": {
|
|
71
|
+
'> *': {
|
|
72
|
+
'@apply first-of-type:text-dark-ghost': {};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
'&-tbody': {
|
|
79
|
+
'@apply text-dark-secondary bg-transparent': {};
|
|
80
|
+
'&-tr': {
|
|
81
|
+
'@apply bg-transparent': {};
|
|
82
|
+
'@apply hover:bg-background-100': {};
|
|
83
|
+
'@apply border-b-1': {};
|
|
84
|
+
'@apply last-of-type:border-b-transparent': {};
|
|
85
|
+
};
|
|
86
|
+
'&-td': {
|
|
87
|
+
'@apply text-small': {};
|
|
88
|
+
'&-content': {
|
|
89
|
+
'@apply inline-flex': {};
|
|
90
|
+
'@apply justify-start items-center': {};
|
|
91
|
+
'@apply gap-8': {};
|
|
92
|
+
'@apply py-8 px-18': {};
|
|
93
|
+
'@apply h-[6.3rem]': {};
|
|
94
|
+
'@apply min-h-[6.3rem]': {};
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
'&-manualtd': {
|
|
98
|
+
'@apply text-small': {};
|
|
99
|
+
'&-content': {
|
|
100
|
+
'@apply justify-start items-center': {};
|
|
101
|
+
'@apply gap-8': {};
|
|
102
|
+
'@apply py-8 px-18': {};
|
|
103
|
+
'@apply h-[6.3rem]': {};
|
|
104
|
+
'@apply min-h-[6.3rem]': {};
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
'&[data-dense="true"]': {
|
|
109
|
+
'.sk-table': {
|
|
110
|
+
'&-thead': {
|
|
111
|
+
'&-th': {
|
|
112
|
+
'@apply py-4': {};
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
'&-tbody': {
|
|
116
|
+
'&-td-content': {
|
|
117
|
+
'@apply py-0': {};
|
|
118
|
+
'@apply h-[4.7rem]': {};
|
|
119
|
+
'@apply min-h-[4.7rem]': {};
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
'&-paginationwrapper': {
|
|
125
|
+
'@apply w-full max-w-[60rem]': {};
|
|
126
|
+
'@apply shrink': {};
|
|
127
|
+
};
|
|
128
|
+
'&-bottom': {
|
|
129
|
+
'@apply py-14 px-16': {};
|
|
130
|
+
'@apply border-t-1': {};
|
|
131
|
+
'@apply flex flex-row': {};
|
|
132
|
+
'@apply gap-32': {};
|
|
133
|
+
'@apply justify-between items-center': {};
|
|
134
|
+
'&-section': {
|
|
135
|
+
'@apply shrink-0': {};
|
|
136
|
+
'@apply flex flex-row': {};
|
|
137
|
+
'@apply justify-start items-center': {};
|
|
138
|
+
'@apply gap-8': {};
|
|
139
|
+
'&-label': {
|
|
140
|
+
'@apply font-normal': {};
|
|
141
|
+
'@apply text-small': {};
|
|
142
|
+
'@apply shrink-0': {};
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
'&-pagination': {
|
|
146
|
+
'@apply grow': {};
|
|
147
|
+
'@apply shrink': {};
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sk-web-gui/core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"@sk-web-gui/theme": "1.0.2",
|
|
47
47
|
"mini-svg-data-uri": "^1.4.4"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "44396836dc9e415a94ac001c48e65647bc3000f9"
|
|
50
50
|
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
module.exports = Calendar = function Calendar() {
|
|
2
|
-
return {
|
|
3
|
-
// Month row
|
|
4
|
-
'.MuiCalendarPicker-root > div:first-of-type': {
|
|
5
|
-
'@apply ml-2 -mr-2 px-10': {}
|
|
6
|
-
},
|
|
7
|
-
// Month
|
|
8
|
-
'.MuiCalendarPicker-root > div:first-of-type > div': {
|
|
9
|
-
'@apply font-bold text-base text-body': {}
|
|
10
|
-
},
|
|
11
|
-
// Arrow switchers
|
|
12
|
-
'.MuiCalendarPicker-root > div:first-of-type .MuiButtonBase-root .MuiSvgIcon-root': {
|
|
13
|
-
'@apply text-body text-lg': {}
|
|
14
|
-
},
|
|
15
|
-
'.MuiCalendarPicker-root > div:first-of-type .MuiButtonBase-root': {
|
|
16
|
-
'@apply border-solid border border-transparent focus:text-transparent hover:text-transparent focus:bg-transparent hover:bg-transparent focus:border-primary hover:border-primary': {}
|
|
17
|
-
},
|
|
18
|
-
// Arrow spacer
|
|
19
|
-
'.MuiCalendarPicker-root .MuiPickersArrowSwitcher-spacer': {
|
|
20
|
-
'@apply w-11': {}
|
|
21
|
-
},
|
|
22
|
-
// Disabled arrow
|
|
23
|
-
'.MuiCalendarPicker-root > div:first-of-type .MuiButtonBase-root[disabled] .MuiSvgIcon-root': {
|
|
24
|
-
'@apply text-gray-stroke': {}
|
|
25
|
-
},
|
|
26
|
-
// Weekdays
|
|
27
|
-
'.MuiCalendarPicker-root div > div:first-of-type > .MuiTypography-root': {
|
|
28
|
-
'@apply font-bold text-body text-base': {}
|
|
29
|
-
},
|
|
30
|
-
// Days-Grid
|
|
31
|
-
'.MuiCalendarPicker-root > div:last-of-type > div:last-of-type': {
|
|
32
|
-
'@apply min-h-min pb-6': {}
|
|
33
|
-
},
|
|
34
|
-
// Day picking
|
|
35
|
-
'.MuiCalendarPicker-root .MuiPickersDay-root': {
|
|
36
|
-
'@apply text-base': {}
|
|
37
|
-
},
|
|
38
|
-
'.MuiCalendarPicker-root .Mui-disabled': {
|
|
39
|
-
'@apply text-gray-stroke': {}
|
|
40
|
-
},
|
|
41
|
-
// Day picked
|
|
42
|
-
'.MuiCalendarPicker-root .MuiButtonBase-root.MuiPickersDay-root.Mui-selected': {
|
|
43
|
-
'@apply bg-background-one text-body focus-visible:bg-background-one hover:bg-background-one focus:bg-background-one': {}
|
|
44
|
-
},
|
|
45
|
-
// Day hovered
|
|
46
|
-
'.MuiCalendarPicker-root .MuiPickersDay-root, .MuiCalendarPicker-root .MuiPickersDay-root.MuiPickersDay-today': {
|
|
47
|
-
'@apply border-primary border-solid focus-visible:border hover:bg-transparent focus:bg-transparent hover:border': {}
|
|
48
|
-
},
|
|
49
|
-
// today
|
|
50
|
-
'.MuiCalendarPicker-root .MuiPickersDay-root.MuiPickersDay-today': {
|
|
51
|
-
'@apply border-0 hover:border': {}
|
|
52
|
-
},
|
|
53
|
-
'.calendar': {
|
|
54
|
-
// Input field
|
|
55
|
-
'.datepicker-input': {
|
|
56
|
-
'@apply relative': {}
|
|
57
|
-
},
|
|
58
|
-
'.datepicker-input input': {
|
|
59
|
-
'@apply pl-20 cursor-pointer': {}
|
|
60
|
-
},
|
|
61
|
-
'.datepicker-input-icon': {
|
|
62
|
-
'@apply pointer-events-none absolute my-auto top-0 bottom-0 left-md mr-md text-xl fill-body': {}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
|
-
//# sourceMappingURL=calendar.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"calendar.js","names":["module","exports","Calendar"],"sources":["../../../src/components/calendar.js"],"sourcesContent":["module.exports = Calendar = () => ({\r\n // Month row\r\n '.MuiCalendarPicker-root > div:first-of-type': {\r\n '@apply ml-2 -mr-2 px-10': {},\r\n },\r\n\r\n // Month\r\n '.MuiCalendarPicker-root > div:first-of-type > div': {\r\n '@apply font-bold text-base text-body': {},\r\n },\r\n\r\n // Arrow switchers\r\n '.MuiCalendarPicker-root > div:first-of-type .MuiButtonBase-root .MuiSvgIcon-root': {\r\n '@apply text-body text-lg': {},\r\n },\r\n '.MuiCalendarPicker-root > div:first-of-type .MuiButtonBase-root': {\r\n '@apply border-solid border border-transparent focus:text-transparent hover:text-transparent focus:bg-transparent hover:bg-transparent focus:border-primary hover:border-primary':\r\n {},\r\n },\r\n // Arrow spacer\r\n '.MuiCalendarPicker-root .MuiPickersArrowSwitcher-spacer': {\r\n '@apply w-11': {},\r\n },\r\n // Disabled arrow\r\n '.MuiCalendarPicker-root > div:first-of-type .MuiButtonBase-root[disabled] .MuiSvgIcon-root': {\r\n '@apply text-gray-stroke': {},\r\n },\r\n\r\n // Weekdays\r\n '.MuiCalendarPicker-root div > div:first-of-type > .MuiTypography-root': {\r\n '@apply font-bold text-body text-base': {},\r\n },\r\n\r\n // Days-Grid\r\n '.MuiCalendarPicker-root > div:last-of-type > div:last-of-type': {\r\n '@apply min-h-min pb-6': {},\r\n },\r\n\r\n // Day picking\r\n '.MuiCalendarPicker-root .MuiPickersDay-root': {\r\n '@apply text-base': {},\r\n },\r\n '.MuiCalendarPicker-root .Mui-disabled': {\r\n '@apply text-gray-stroke': {},\r\n },\r\n\r\n // Day picked\r\n '.MuiCalendarPicker-root .MuiButtonBase-root.MuiPickersDay-root.Mui-selected': {\r\n '@apply bg-background-one text-body focus-visible:bg-background-one hover:bg-background-one focus:bg-background-one':\r\n {},\r\n },\r\n\r\n // Day hovered\r\n '.MuiCalendarPicker-root .MuiPickersDay-root, .MuiCalendarPicker-root .MuiPickersDay-root.MuiPickersDay-today': {\r\n '@apply border-primary border-solid focus-visible:border hover:bg-transparent focus:bg-transparent hover:border':\r\n {},\r\n },\r\n\r\n // today\r\n '.MuiCalendarPicker-root .MuiPickersDay-root.MuiPickersDay-today': {\r\n '@apply border-0 hover:border': {},\r\n },\r\n\r\n '.calendar': {\r\n // Input field\r\n '.datepicker-input': {\r\n '@apply relative': {},\r\n },\r\n\r\n '.datepicker-input input': {\r\n '@apply pl-20 cursor-pointer': {},\r\n },\r\n\r\n '.datepicker-input-icon': {\r\n '@apply pointer-events-none absolute my-auto top-0 bottom-0 left-md mr-md text-xl fill-body': {},\r\n },\r\n },\r\n});\r\n"],"mappings":"AAAAA,MAAM,CAACC,OAAO,GAAGC,QAAQ,GAAG,SAAAA,SAAA;EAAA,OAAO;IACjC;IACA,6CAA6C,EAAE;MAC7C,yBAAyB,EAAE,CAAC;IAC9B,CAAC;IAED;IACA,mDAAmD,EAAE;MACnD,sCAAsC,EAAE,CAAC;IAC3C,CAAC;IAED;IACA,kFAAkF,EAAE;MAClF,0BAA0B,EAAE,CAAC;IAC/B,CAAC;IACD,iEAAiE,EAAE;MACjE,iLAAiL,EAC/K,CAAC;IACL,CAAC;IACD;IACA,yDAAyD,EAAE;MACzD,aAAa,EAAE,CAAC;IAClB,CAAC;IACD;IACA,4FAA4F,EAAE;MAC5F,yBAAyB,EAAE,CAAC;IAC9B,CAAC;IAED;IACA,uEAAuE,EAAE;MACvE,sCAAsC,EAAE,CAAC;IAC3C,CAAC;IAED;IACA,+DAA+D,EAAE;MAC/D,uBAAuB,EAAE,CAAC;IAC5B,CAAC;IAED;IACA,6CAA6C,EAAE;MAC7C,kBAAkB,EAAE,CAAC;IACvB,CAAC;IACD,uCAAuC,EAAE;MACvC,yBAAyB,EAAE,CAAC;IAC9B,CAAC;IAED;IACA,6EAA6E,EAAE;MAC7E,oHAAoH,EAClH,CAAC;IACL,CAAC;IAED;IACA,8GAA8G,EAAE;MAC9G,gHAAgH,EAC9G,CAAC;IACL,CAAC;IAED;IACA,iEAAiE,EAAE;MACjE,8BAA8B,EAAE,CAAC;IACnC,CAAC;IAED,WAAW,EAAE;MACX;MACA,mBAAmB,EAAE;QACnB,iBAAiB,EAAE,CAAC;MACtB,CAAC;MAED,yBAAyB,EAAE;QACzB,6BAA6B,EAAE,CAAC;MAClC,CAAC;MAED,wBAAwB,EAAE;QACxB,4FAA4F,EAAE,CAAC;MACjG;IACF;EACF,CAAC;AAAA,CAAC"}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
module.exports = Message = function Message() {
|
|
2
|
-
return {
|
|
3
|
-
'.message': {
|
|
4
|
-
'@apply max-w-2xl flex items-center font-bold text-sm sm:text-base px-6 py-6 m-2 shadow-lg w-max break-words': {},
|
|
5
|
-
'@apply text-body bg-white border-l-4': {},
|
|
6
|
-
// dark
|
|
7
|
-
'@apply dark:text-neutral-100 dark:bg-neutral-700 dark:border-neutral-600': {},
|
|
8
|
-
'&-text': {
|
|
9
|
-
'@apply text-left flex-grow': {}
|
|
10
|
-
},
|
|
11
|
-
'&-info': {
|
|
12
|
-
'@apply border-info': {},
|
|
13
|
-
'.message-icon': {
|
|
14
|
-
'@apply text-info': {}
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
'&-success': {
|
|
18
|
-
'@apply border-success': {},
|
|
19
|
-
'.message-icon': {
|
|
20
|
-
'@apply text-success': {}
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
'&-error': {
|
|
24
|
-
'@apply border-error': {},
|
|
25
|
-
'.message-icon': {
|
|
26
|
-
'@apply text-error': {}
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
'&-warning': {
|
|
30
|
-
'@apply border-warning': {},
|
|
31
|
-
'.message-icon': {
|
|
32
|
-
'@apply text-warning': {}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
'.message-icon': {
|
|
37
|
-
'@apply mr-4 flex-shrink-0 w-10 h-10': {}
|
|
38
|
-
},
|
|
39
|
-
'.message-close-button': {
|
|
40
|
-
'@apply text-body border-transparent flex items-center justify-center transition-all duration-150 rounded-full outline-none cursor-base': {},
|
|
41
|
-
marginLeft: '0.25em',
|
|
42
|
-
marginRight: '-0.55em',
|
|
43
|
-
'&-icon': {
|
|
44
|
-
'@apply !text-xl': {}
|
|
45
|
-
},
|
|
46
|
-
'&-disabled': {
|
|
47
|
-
'@apply disabled:opacity-40 disabled:cursor-not-allowed disabled:shadow-none': {}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
//# sourceMappingURL=message.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"message.js","names":["module","exports","Message","marginLeft","marginRight"],"sources":["../../../src/components/message.js"],"sourcesContent":["module.exports = Message = () => ({\r\n '.message': {\r\n '@apply max-w-2xl flex items-center font-bold text-sm sm:text-base px-6 py-6 m-2 shadow-lg w-max break-words': {},\r\n '@apply text-body bg-white border-l-4': {},\r\n // dark\r\n '@apply dark:text-neutral-100 dark:bg-neutral-700 dark:border-neutral-600': {},\r\n\r\n '&-text': {\r\n '@apply text-left flex-grow': {},\r\n },\r\n\r\n '&-info': {\r\n '@apply border-info': {},\r\n\r\n '.message-icon': {\r\n '@apply text-info': {},\r\n },\r\n },\r\n '&-success': {\r\n '@apply border-success': {},\r\n\r\n '.message-icon': {\r\n '@apply text-success': {},\r\n },\r\n },\r\n '&-error': {\r\n '@apply border-error': {},\r\n\r\n '.message-icon': {\r\n '@apply text-error': {},\r\n },\r\n },\r\n '&-warning': {\r\n '@apply border-warning': {},\r\n\r\n '.message-icon': {\r\n '@apply text-warning': {},\r\n },\r\n },\r\n },\r\n\r\n '.message-icon': {\r\n '@apply mr-4 flex-shrink-0 w-10 h-10': {},\r\n },\r\n\r\n '.message-close-button': {\r\n '@apply text-body border-transparent flex items-center justify-center transition-all duration-150 rounded-full outline-none cursor-base':\r\n {},\r\n marginLeft: '0.25em',\r\n marginRight: '-0.55em',\r\n\r\n '&-icon': {\r\n '@apply !text-xl': {},\r\n },\r\n\r\n '&-disabled': {\r\n '@apply disabled:opacity-40 disabled:cursor-not-allowed disabled:shadow-none': {},\r\n },\r\n },\r\n});\r\n"],"mappings":"AAAAA,MAAM,CAACC,OAAO,GAAGC,OAAO,GAAG,SAAAA,QAAA;EAAA,OAAO;IAChC,UAAU,EAAE;MACV,6GAA6G,EAAE,CAAC,CAAC;MACjH,sCAAsC,EAAE,CAAC,CAAC;MAC1C;MACA,0EAA0E,EAAE,CAAC,CAAC;MAE9E,QAAQ,EAAE;QACR,4BAA4B,EAAE,CAAC;MACjC,CAAC;MAED,QAAQ,EAAE;QACR,oBAAoB,EAAE,CAAC,CAAC;QAExB,eAAe,EAAE;UACf,kBAAkB,EAAE,CAAC;QACvB;MACF,CAAC;MACD,WAAW,EAAE;QACX,uBAAuB,EAAE,CAAC,CAAC;QAE3B,eAAe,EAAE;UACf,qBAAqB,EAAE,CAAC;QAC1B;MACF,CAAC;MACD,SAAS,EAAE;QACT,qBAAqB,EAAE,CAAC,CAAC;QAEzB,eAAe,EAAE;UACf,mBAAmB,EAAE,CAAC;QACxB;MACF,CAAC;MACD,WAAW,EAAE;QACX,uBAAuB,EAAE,CAAC,CAAC;QAE3B,eAAe,EAAE;UACf,qBAAqB,EAAE,CAAC;QAC1B;MACF;IACF,CAAC;IAED,eAAe,EAAE;MACf,qCAAqC,EAAE,CAAC;IAC1C,CAAC;IAED,uBAAuB,EAAE;MACvB,wIAAwI,EACtI,CAAC,CAAC;MACJC,UAAU,EAAE,QAAQ;MACpBC,WAAW,EAAE,SAAS;MAEtB,QAAQ,EAAE;QACR,iBAAiB,EAAE,CAAC;MACtB,CAAC;MAED,YAAY,EAAE;QACZ,6EAA6E,EAAE,CAAC;MAClF;IACF;EACF,CAAC;AAAA,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
module.exports = ProfilePicture = function ProfilePicture() {
|
|
2
|
-
return {
|
|
3
|
-
'.profile-picture': {
|
|
4
|
-
'@apply relative overflow-hidden flex-shrink-0 text-xs leading-none flex items-center justify-center text-center w-[48px] h-[48px] mr-sm rounded-full border-2 border-primary': {},
|
|
5
|
-
'.profile-picture-img': {
|
|
6
|
-
'@apply bg-cover absolute inset-0 bg-center text-xs leading-none': {}
|
|
7
|
-
},
|
|
8
|
-
'.icon': {
|
|
9
|
-
width: '3.8rem!important',
|
|
10
|
-
height: '3.8rem!important'
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=profile-picture.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"profile-picture.js","names":["module","exports","ProfilePicture","width","height"],"sources":["../../../src/components/profile-picture.js"],"sourcesContent":["module.exports = ProfilePicture = () => ({\r\n '.profile-picture': {\r\n '@apply relative overflow-hidden flex-shrink-0 text-xs leading-none flex items-center justify-center text-center w-[48px] h-[48px] mr-sm rounded-full border-2 border-primary':\r\n {},\r\n\r\n '.profile-picture-img': {\r\n '@apply bg-cover absolute inset-0 bg-center text-xs leading-none': {},\r\n },\r\n '.icon': {\r\n width: '3.8rem!important',\r\n height: '3.8rem!important',\r\n },\r\n },\r\n});\r\n"],"mappings":"AAAAA,MAAM,CAACC,OAAO,GAAGC,cAAc,GAAG,SAAAA,eAAA;EAAA,OAAO;IACvC,kBAAkB,EAAE;MAClB,8KAA8K,EAC5K,CAAC,CAAC;MAEJ,sBAAsB,EAAE;QACtB,iEAAiE,EAAE,CAAC;MACtE,CAAC;MACD,OAAO,EAAE;QACPC,KAAK,EAAE,kBAAkB;QACzBC,MAAM,EAAE;MACV;IACF;EACF,CAAC;AAAA,CAAC"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
module.exports = Profile = function Profile() {
|
|
2
|
-
return {
|
|
3
|
-
'.profile-container': {
|
|
4
|
-
'@apply flex items-center': {},
|
|
5
|
-
'.profile-title': {
|
|
6
|
-
'@apply font-bold text-base m-0': {}
|
|
7
|
-
},
|
|
8
|
-
'.profile-subtitle': {
|
|
9
|
-
'@apply text-sm leading-[20px] m-0': {}
|
|
10
|
-
},
|
|
11
|
-
'&.minimal': {
|
|
12
|
-
'.profile-title': {
|
|
13
|
-
overflow: 'hidden',
|
|
14
|
-
'text-overflow': 'ellipsis',
|
|
15
|
-
display: '-webkit-box',
|
|
16
|
-
'-webkit-line-clamp': '1' /* number of lines to show */,
|
|
17
|
-
'line-clamp': '1',
|
|
18
|
-
'-webkit-box-orient': 'vertical'
|
|
19
|
-
},
|
|
20
|
-
'.profile-subtitle': {
|
|
21
|
-
overflow: 'hidden',
|
|
22
|
-
'text-overflow': 'ellipsis',
|
|
23
|
-
display: '-webkit-box',
|
|
24
|
-
'-webkit-line-clamp': '1' /* number of lines to show */,
|
|
25
|
-
'line-clamp': '1',
|
|
26
|
-
'-webkit-box-orient': 'vertical'
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
// '&.truncate': { '@apply truncate pr-md': {} },
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
//# sourceMappingURL=profile.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"profile.js","names":["module","exports","Profile","overflow","display"],"sources":["../../../src/components/profile.js"],"sourcesContent":["module.exports = Profile = () => ({\r\n '.profile-container': {\r\n '@apply flex items-center': {},\r\n\r\n '.profile-title': {\r\n '@apply font-bold text-base m-0': {},\r\n },\r\n '.profile-subtitle': {\r\n '@apply text-sm leading-[20px] m-0': {},\r\n },\r\n\r\n '&.minimal': {\r\n '.profile-title': {\r\n overflow: 'hidden',\r\n 'text-overflow': 'ellipsis',\r\n display: '-webkit-box',\r\n '-webkit-line-clamp': '1' /* number of lines to show */,\r\n 'line-clamp': '1',\r\n '-webkit-box-orient': 'vertical',\r\n },\r\n '.profile-subtitle': {\r\n overflow: 'hidden',\r\n 'text-overflow': 'ellipsis',\r\n display: '-webkit-box',\r\n '-webkit-line-clamp': '1' /* number of lines to show */,\r\n 'line-clamp': '1',\r\n '-webkit-box-orient': 'vertical',\r\n },\r\n },\r\n\r\n // '&.truncate': { '@apply truncate pr-md': {} },\r\n },\r\n});\r\n"],"mappings":"AAAAA,MAAM,CAACC,OAAO,GAAGC,OAAO,GAAG,SAAAA,QAAA;EAAA,OAAO;IAChC,oBAAoB,EAAE;MACpB,0BAA0B,EAAE,CAAC,CAAC;MAE9B,gBAAgB,EAAE;QAChB,gCAAgC,EAAE,CAAC;MACrC,CAAC;MACD,mBAAmB,EAAE;QACnB,mCAAmC,EAAE,CAAC;MACxC,CAAC;MAED,WAAW,EAAE;QACX,gBAAgB,EAAE;UAChBC,QAAQ,EAAE,QAAQ;UAClB,eAAe,EAAE,UAAU;UAC3BC,OAAO,EAAE,aAAa;UACtB,oBAAoB,EAAE,GAAG,CAAC;UAC1B,YAAY,EAAE,GAAG;UACjB,oBAAoB,EAAE;QACxB,CAAC;QACD,mBAAmB,EAAE;UACnBD,QAAQ,EAAE,QAAQ;UAClB,eAAe,EAAE,UAAU;UAC3BC,OAAO,EAAE,aAAa;UACtB,oBAAoB,EAAE,GAAG,CAAC;UAC1B,YAAY,EAAE,GAAG;UACjB,oBAAoB,EAAE;QACxB;MACF;;MAEA;IACF;EACF,CAAC;AAAA,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"search-bar.js","names":["module","exports","SearchBar"],"sources":["../../../src/components/search-bar.js"],"sourcesContent":["module.exports = SearchBar = () => ({\r\n '.search-bar': {\r\n '@apply w-full relative': {},\r\n },\r\n});\r\n"],"mappings":"AAAAA,MAAM,CAACC,OAAO,GAAGC,SAAS,GAAG,SAAAA,UAAA;EAAA,OAAO;IAClC,aAAa,EAAE;MACb,wBAAwB,EAAE,CAAC;IAC7B;EACF,CAAC;AAAA,CAAC"}
|