@klu_dev/ui-klu-green 1.0.12 → 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/README.md +85 -23
- package/dist/index.css +478 -728
- package/dist/index.js +149 -180
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1,855 +1,605 @@
|
|
|
1
1
|
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@8..144,100..1000&display=swap');
|
|
2
2
|
*, ::before, ::after{
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
3
|
+
--tw-border-spacing-x: 0;
|
|
4
|
+
--tw-border-spacing-y: 0;
|
|
5
|
+
--tw-translate-x: 0;
|
|
6
|
+
--tw-translate-y: 0;
|
|
7
|
+
--tw-rotate: 0;
|
|
8
|
+
--tw-skew-x: 0;
|
|
9
|
+
--tw-skew-y: 0;
|
|
10
|
+
--tw-scale-x: 1;
|
|
11
|
+
--tw-scale-y: 1;
|
|
12
|
+
--tw-pan-x: ;
|
|
13
|
+
--tw-pan-y: ;
|
|
14
|
+
--tw-pinch-zoom: ;
|
|
15
|
+
--tw-scroll-snap-strictness: proximity;
|
|
16
|
+
--tw-gradient-from-position: ;
|
|
17
|
+
--tw-gradient-via-position: ;
|
|
18
|
+
--tw-gradient-to-position: ;
|
|
19
|
+
--tw-ordinal: ;
|
|
20
|
+
--tw-slashed-zero: ;
|
|
21
|
+
--tw-numeric-figure: ;
|
|
22
|
+
--tw-numeric-spacing: ;
|
|
23
|
+
--tw-numeric-fraction: ;
|
|
24
|
+
--tw-ring-inset: ;
|
|
25
|
+
--tw-ring-offset-width: 0px;
|
|
26
|
+
--tw-ring-offset-color: #fff;
|
|
27
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
28
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
29
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
30
|
+
--tw-shadow: 0 0 #0000;
|
|
31
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
32
|
+
--tw-blur: ;
|
|
33
|
+
--tw-brightness: ;
|
|
34
|
+
--tw-contrast: ;
|
|
35
|
+
--tw-grayscale: ;
|
|
36
|
+
--tw-hue-rotate: ;
|
|
37
|
+
--tw-invert: ;
|
|
38
|
+
--tw-saturate: ;
|
|
39
|
+
--tw-sepia: ;
|
|
40
|
+
--tw-drop-shadow: ;
|
|
41
|
+
--tw-backdrop-blur: ;
|
|
42
|
+
--tw-backdrop-brightness: ;
|
|
43
|
+
--tw-backdrop-contrast: ;
|
|
44
|
+
--tw-backdrop-grayscale: ;
|
|
45
|
+
--tw-backdrop-hue-rotate: ;
|
|
46
|
+
--tw-backdrop-invert: ;
|
|
47
|
+
--tw-backdrop-opacity: ;
|
|
48
|
+
--tw-backdrop-saturate: ;
|
|
49
|
+
--tw-backdrop-sepia: ;
|
|
50
|
+
--tw-contain-size: ;
|
|
51
|
+
--tw-contain-layout: ;
|
|
52
|
+
--tw-contain-paint: ;
|
|
53
|
+
--tw-contain-style: ;
|
|
54
54
|
}
|
|
55
55
|
::backdrop{
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
}
|
|
108
|
-
/*
|
|
109
|
-
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
|
|
110
|
-
*/
|
|
111
|
-
/*
|
|
112
|
-
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
113
|
-
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
114
|
-
*/
|
|
115
|
-
*,
|
|
116
|
-
::before,
|
|
117
|
-
::after {
|
|
118
|
-
box-sizing: border-box; /* 1 */
|
|
119
|
-
border-width: 0; /* 2 */
|
|
120
|
-
border-style: solid; /* 2 */
|
|
121
|
-
border-color: #e5e7eb; /* 2 */
|
|
122
|
-
}
|
|
123
|
-
::before,
|
|
124
|
-
::after {
|
|
125
|
-
--tw-content: '';
|
|
126
|
-
}
|
|
127
|
-
/*
|
|
128
|
-
1. Use a consistent sensible line-height in all browsers.
|
|
129
|
-
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
130
|
-
3. Use a more readable tab size.
|
|
131
|
-
4. Use the user's configured `sans` font-family by default.
|
|
132
|
-
5. Use the user's configured `sans` font-feature-settings by default.
|
|
133
|
-
6. Use the user's configured `sans` font-variation-settings by default.
|
|
134
|
-
7. Disable tap highlights on iOS
|
|
135
|
-
*/
|
|
136
|
-
html,
|
|
137
|
-
:host {
|
|
138
|
-
line-height: 1.5; /* 1 */
|
|
139
|
-
-webkit-text-size-adjust: 100%; /* 2 */
|
|
140
|
-
-moz-tab-size: 4; /* 3 */
|
|
141
|
-
-o-tab-size: 4;
|
|
142
|
-
tab-size: 4; /* 3 */
|
|
143
|
-
font-family: 'Google Sans Flex', sans-serif; /* 4 */
|
|
144
|
-
font-feature-settings: normal; /* 5 */
|
|
145
|
-
font-variation-settings: normal; /* 6 */
|
|
146
|
-
-webkit-tap-highlight-color: transparent; /* 7 */
|
|
147
|
-
}
|
|
148
|
-
/*
|
|
149
|
-
1. Remove the margin in all browsers.
|
|
150
|
-
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
|
151
|
-
*/
|
|
152
|
-
body {
|
|
153
|
-
margin: 0; /* 1 */
|
|
154
|
-
line-height: inherit; /* 2 */
|
|
155
|
-
}
|
|
156
|
-
/*
|
|
157
|
-
1. Add the correct height in Firefox.
|
|
158
|
-
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
159
|
-
3. Ensure horizontal rules are visible by default.
|
|
160
|
-
*/
|
|
161
|
-
hr {
|
|
162
|
-
height: 0; /* 1 */
|
|
163
|
-
color: inherit; /* 2 */
|
|
164
|
-
border-top-width: 1px; /* 3 */
|
|
165
|
-
}
|
|
166
|
-
/*
|
|
167
|
-
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
168
|
-
*/
|
|
169
|
-
abbr:where([title]) {
|
|
170
|
-
-webkit-text-decoration: underline dotted;
|
|
171
|
-
text-decoration: underline dotted;
|
|
172
|
-
}
|
|
173
|
-
/*
|
|
174
|
-
Remove the default font size and weight for headings.
|
|
175
|
-
*/
|
|
176
|
-
h1,
|
|
177
|
-
h2,
|
|
178
|
-
h3,
|
|
179
|
-
h4,
|
|
180
|
-
h5,
|
|
181
|
-
h6 {
|
|
182
|
-
font-size: inherit;
|
|
183
|
-
font-weight: inherit;
|
|
184
|
-
}
|
|
185
|
-
/*
|
|
186
|
-
Reset links to optimize for opt-in styling instead of opt-out.
|
|
187
|
-
*/
|
|
188
|
-
a {
|
|
189
|
-
color: inherit;
|
|
190
|
-
text-decoration: inherit;
|
|
191
|
-
}
|
|
192
|
-
/*
|
|
193
|
-
Add the correct font weight in Edge and Safari.
|
|
194
|
-
*/
|
|
195
|
-
b,
|
|
196
|
-
strong {
|
|
197
|
-
font-weight: bolder;
|
|
198
|
-
}
|
|
199
|
-
/*
|
|
200
|
-
1. Use the user's configured `mono` font-family by default.
|
|
201
|
-
2. Use the user's configured `mono` font-feature-settings by default.
|
|
202
|
-
3. Use the user's configured `mono` font-variation-settings by default.
|
|
203
|
-
4. Correct the odd `em` font sizing in all browsers.
|
|
204
|
-
*/
|
|
205
|
-
code,
|
|
206
|
-
kbd,
|
|
207
|
-
samp,
|
|
208
|
-
pre {
|
|
209
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
|
|
210
|
-
font-feature-settings: normal; /* 2 */
|
|
211
|
-
font-variation-settings: normal; /* 3 */
|
|
212
|
-
font-size: 1em; /* 4 */
|
|
213
|
-
}
|
|
214
|
-
/*
|
|
215
|
-
Add the correct font size in all browsers.
|
|
216
|
-
*/
|
|
217
|
-
small {
|
|
218
|
-
font-size: 80%;
|
|
219
|
-
}
|
|
220
|
-
/*
|
|
221
|
-
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
222
|
-
*/
|
|
223
|
-
sub,
|
|
224
|
-
sup {
|
|
225
|
-
font-size: 75%;
|
|
226
|
-
line-height: 0;
|
|
227
|
-
position: relative;
|
|
228
|
-
vertical-align: baseline;
|
|
229
|
-
}
|
|
230
|
-
sub {
|
|
231
|
-
bottom: -0.25em;
|
|
232
|
-
}
|
|
233
|
-
sup {
|
|
234
|
-
top: -0.5em;
|
|
235
|
-
}
|
|
236
|
-
/*
|
|
237
|
-
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
|
238
|
-
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
|
239
|
-
3. Remove gaps between table borders by default.
|
|
240
|
-
*/
|
|
241
|
-
table {
|
|
242
|
-
text-indent: 0; /* 1 */
|
|
243
|
-
border-color: inherit; /* 2 */
|
|
244
|
-
border-collapse: collapse; /* 3 */
|
|
245
|
-
}
|
|
246
|
-
/*
|
|
247
|
-
1. Change the font styles in all browsers.
|
|
248
|
-
2. Remove the margin in Firefox and Safari.
|
|
249
|
-
3. Remove default padding in all browsers.
|
|
250
|
-
*/
|
|
251
|
-
button,
|
|
252
|
-
input,
|
|
253
|
-
optgroup,
|
|
254
|
-
select,
|
|
255
|
-
textarea {
|
|
256
|
-
font-family: inherit; /* 1 */
|
|
257
|
-
font-feature-settings: inherit; /* 1 */
|
|
258
|
-
font-variation-settings: inherit; /* 1 */
|
|
259
|
-
font-size: 100%; /* 1 */
|
|
260
|
-
font-weight: inherit; /* 1 */
|
|
261
|
-
line-height: inherit; /* 1 */
|
|
262
|
-
letter-spacing: inherit; /* 1 */
|
|
263
|
-
color: inherit; /* 1 */
|
|
264
|
-
margin: 0; /* 2 */
|
|
265
|
-
padding: 0; /* 3 */
|
|
266
|
-
}
|
|
267
|
-
/*
|
|
268
|
-
Remove the inheritance of text transform in Edge and Firefox.
|
|
269
|
-
*/
|
|
270
|
-
button,
|
|
271
|
-
select {
|
|
272
|
-
text-transform: none;
|
|
273
|
-
}
|
|
274
|
-
/*
|
|
275
|
-
1. Correct the inability to style clickable types in iOS and Safari.
|
|
276
|
-
2. Remove default button styles.
|
|
277
|
-
*/
|
|
278
|
-
button,
|
|
279
|
-
input:where([type='button']),
|
|
280
|
-
input:where([type='reset']),
|
|
281
|
-
input:where([type='submit']) {
|
|
282
|
-
-webkit-appearance: button; /* 1 */
|
|
283
|
-
background-color: transparent; /* 2 */
|
|
284
|
-
background-image: none; /* 2 */
|
|
285
|
-
}
|
|
286
|
-
/*
|
|
287
|
-
Use the modern Firefox focus style for all focusable elements.
|
|
288
|
-
*/
|
|
289
|
-
:-moz-focusring {
|
|
290
|
-
outline: auto;
|
|
291
|
-
}
|
|
292
|
-
/*
|
|
293
|
-
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
294
|
-
*/
|
|
295
|
-
:-moz-ui-invalid {
|
|
296
|
-
box-shadow: none;
|
|
297
|
-
}
|
|
298
|
-
/*
|
|
299
|
-
Add the correct vertical alignment in Chrome and Firefox.
|
|
300
|
-
*/
|
|
301
|
-
progress {
|
|
302
|
-
vertical-align: baseline;
|
|
303
|
-
}
|
|
304
|
-
/*
|
|
305
|
-
Correct the cursor style of increment and decrement buttons in Safari.
|
|
306
|
-
*/
|
|
307
|
-
::-webkit-inner-spin-button,
|
|
308
|
-
::-webkit-outer-spin-button {
|
|
309
|
-
height: auto;
|
|
310
|
-
}
|
|
311
|
-
/*
|
|
312
|
-
1. Correct the odd appearance in Chrome and Safari.
|
|
313
|
-
2. Correct the outline style in Safari.
|
|
314
|
-
*/
|
|
315
|
-
[type='search'] {
|
|
316
|
-
-webkit-appearance: textfield; /* 1 */
|
|
317
|
-
outline-offset: -2px; /* 2 */
|
|
318
|
-
}
|
|
319
|
-
/*
|
|
320
|
-
Remove the inner padding in Chrome and Safari on macOS.
|
|
321
|
-
*/
|
|
322
|
-
::-webkit-search-decoration {
|
|
323
|
-
-webkit-appearance: none;
|
|
324
|
-
}
|
|
325
|
-
/*
|
|
326
|
-
1. Correct the inability to style clickable types in iOS and Safari.
|
|
327
|
-
2. Change font properties to `inherit` in Safari.
|
|
328
|
-
*/
|
|
329
|
-
::-webkit-file-upload-button {
|
|
330
|
-
-webkit-appearance: button; /* 1 */
|
|
331
|
-
font: inherit; /* 2 */
|
|
332
|
-
}
|
|
333
|
-
/*
|
|
334
|
-
Add the correct display in Chrome and Safari.
|
|
335
|
-
*/
|
|
336
|
-
summary {
|
|
337
|
-
display: list-item;
|
|
338
|
-
}
|
|
339
|
-
/*
|
|
340
|
-
Removes the default spacing and border for appropriate elements.
|
|
341
|
-
*/
|
|
342
|
-
blockquote,
|
|
343
|
-
dl,
|
|
344
|
-
dd,
|
|
345
|
-
h1,
|
|
346
|
-
h2,
|
|
347
|
-
h3,
|
|
348
|
-
h4,
|
|
349
|
-
h5,
|
|
350
|
-
h6,
|
|
351
|
-
hr,
|
|
352
|
-
figure,
|
|
353
|
-
p,
|
|
354
|
-
pre {
|
|
355
|
-
margin: 0;
|
|
356
|
-
}
|
|
357
|
-
fieldset {
|
|
358
|
-
margin: 0;
|
|
359
|
-
padding: 0;
|
|
360
|
-
}
|
|
361
|
-
legend {
|
|
362
|
-
padding: 0;
|
|
363
|
-
}
|
|
364
|
-
ol,
|
|
365
|
-
ul,
|
|
366
|
-
menu {
|
|
367
|
-
list-style: none;
|
|
368
|
-
margin: 0;
|
|
369
|
-
padding: 0;
|
|
370
|
-
}
|
|
371
|
-
/*
|
|
372
|
-
Reset default styling for dialogs.
|
|
373
|
-
*/
|
|
374
|
-
dialog {
|
|
375
|
-
padding: 0;
|
|
376
|
-
}
|
|
377
|
-
/*
|
|
378
|
-
Prevent resizing textareas horizontally by default.
|
|
379
|
-
*/
|
|
380
|
-
textarea {
|
|
381
|
-
resize: vertical;
|
|
382
|
-
}
|
|
383
|
-
/*
|
|
384
|
-
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
385
|
-
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
386
|
-
*/
|
|
387
|
-
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
388
|
-
opacity: 1; /* 1 */
|
|
389
|
-
color: #9ca3af; /* 2 */
|
|
390
|
-
}
|
|
391
|
-
input::placeholder,
|
|
392
|
-
textarea::placeholder {
|
|
393
|
-
opacity: 1; /* 1 */
|
|
394
|
-
color: #9ca3af; /* 2 */
|
|
395
|
-
}
|
|
396
|
-
/*
|
|
397
|
-
Set the default cursor for buttons.
|
|
398
|
-
*/
|
|
399
|
-
button,
|
|
400
|
-
[role="button"] {
|
|
401
|
-
cursor: pointer;
|
|
402
|
-
}
|
|
403
|
-
/*
|
|
404
|
-
Make sure disabled buttons don't get the pointer cursor.
|
|
405
|
-
*/
|
|
406
|
-
:disabled {
|
|
407
|
-
cursor: default;
|
|
408
|
-
}
|
|
409
|
-
/*
|
|
410
|
-
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
411
|
-
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
412
|
-
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
413
|
-
*/
|
|
414
|
-
img,
|
|
415
|
-
svg,
|
|
416
|
-
video,
|
|
417
|
-
canvas,
|
|
418
|
-
audio,
|
|
419
|
-
iframe,
|
|
420
|
-
embed,
|
|
421
|
-
object {
|
|
422
|
-
display: block; /* 1 */
|
|
423
|
-
vertical-align: middle; /* 2 */
|
|
424
|
-
}
|
|
425
|
-
/*
|
|
426
|
-
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
427
|
-
*/
|
|
428
|
-
img,
|
|
429
|
-
video {
|
|
430
|
-
max-width: 100%;
|
|
431
|
-
height: auto;
|
|
432
|
-
}
|
|
433
|
-
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
434
|
-
[hidden]:where(:not([hidden="until-found"])) {
|
|
435
|
-
display: none;
|
|
56
|
+
--tw-border-spacing-x: 0;
|
|
57
|
+
--tw-border-spacing-y: 0;
|
|
58
|
+
--tw-translate-x: 0;
|
|
59
|
+
--tw-translate-y: 0;
|
|
60
|
+
--tw-rotate: 0;
|
|
61
|
+
--tw-skew-x: 0;
|
|
62
|
+
--tw-skew-y: 0;
|
|
63
|
+
--tw-scale-x: 1;
|
|
64
|
+
--tw-scale-y: 1;
|
|
65
|
+
--tw-pan-x: ;
|
|
66
|
+
--tw-pan-y: ;
|
|
67
|
+
--tw-pinch-zoom: ;
|
|
68
|
+
--tw-scroll-snap-strictness: proximity;
|
|
69
|
+
--tw-gradient-from-position: ;
|
|
70
|
+
--tw-gradient-via-position: ;
|
|
71
|
+
--tw-gradient-to-position: ;
|
|
72
|
+
--tw-ordinal: ;
|
|
73
|
+
--tw-slashed-zero: ;
|
|
74
|
+
--tw-numeric-figure: ;
|
|
75
|
+
--tw-numeric-spacing: ;
|
|
76
|
+
--tw-numeric-fraction: ;
|
|
77
|
+
--tw-ring-inset: ;
|
|
78
|
+
--tw-ring-offset-width: 0px;
|
|
79
|
+
--tw-ring-offset-color: #fff;
|
|
80
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
81
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
82
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
83
|
+
--tw-shadow: 0 0 #0000;
|
|
84
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
85
|
+
--tw-blur: ;
|
|
86
|
+
--tw-brightness: ;
|
|
87
|
+
--tw-contrast: ;
|
|
88
|
+
--tw-grayscale: ;
|
|
89
|
+
--tw-hue-rotate: ;
|
|
90
|
+
--tw-invert: ;
|
|
91
|
+
--tw-saturate: ;
|
|
92
|
+
--tw-sepia: ;
|
|
93
|
+
--tw-drop-shadow: ;
|
|
94
|
+
--tw-backdrop-blur: ;
|
|
95
|
+
--tw-backdrop-brightness: ;
|
|
96
|
+
--tw-backdrop-contrast: ;
|
|
97
|
+
--tw-backdrop-grayscale: ;
|
|
98
|
+
--tw-backdrop-hue-rotate: ;
|
|
99
|
+
--tw-backdrop-invert: ;
|
|
100
|
+
--tw-backdrop-opacity: ;
|
|
101
|
+
--tw-backdrop-saturate: ;
|
|
102
|
+
--tw-backdrop-sepia: ;
|
|
103
|
+
--tw-contain-size: ;
|
|
104
|
+
--tw-contain-layout: ;
|
|
105
|
+
--tw-contain-paint: ;
|
|
106
|
+
--tw-contain-style: ;
|
|
436
107
|
}
|
|
437
108
|
:root {
|
|
438
|
-
--background: 0 0% 100%;
|
|
439
|
-
--foreground: 222.2 84% 4.9%;
|
|
440
|
-
|
|
441
|
-
--primary:
|
|
442
|
-
|
|
443
|
-
--
|
|
444
|
-
|
|
445
|
-
--
|
|
446
|
-
--
|
|
447
|
-
|
|
448
|
-
--
|
|
449
|
-
--
|
|
450
|
-
|
|
451
|
-
--
|
|
452
|
-
--
|
|
453
|
-
|
|
454
|
-
--
|
|
455
|
-
--
|
|
456
|
-
|
|
457
|
-
--muted: 210 40% 96%;
|
|
458
|
-
--muted-foreground: 215 20% 40%;
|
|
459
|
-
|
|
460
|
-
--destructive: 0 80% 50%;
|
|
461
|
-
--destructive-foreground: 0 0% 100%;
|
|
462
|
-
|
|
463
|
-
--border: 214.3 31.8% 91.4%;
|
|
464
|
-
|
|
465
|
-
--inputtext: 210 1% 42%;
|
|
466
|
-
|
|
109
|
+
--uiklu-background: 0 0% 100%;
|
|
110
|
+
--uiklu-foreground: 222.2 84% 4.9%;
|
|
111
|
+
--uiklu-primary: 175 77% 20%;
|
|
112
|
+
--uiklu-primary-foreground: 0 0% 100%;
|
|
113
|
+
--uiklu-secondary: 160 60% 40%;
|
|
114
|
+
--uiklu-secondary-foreground: 0 0% 100%;
|
|
115
|
+
--uiklu-outlinesecondary: 180 35% 62%;
|
|
116
|
+
--uiklu-outlinesecondary-foreground: 0 0% 100%;
|
|
117
|
+
--uiklu-basewhite: 0 0% 100%;
|
|
118
|
+
/* Esto hará que el texto sea blanco */
|
|
119
|
+
--uiklu-baseblack: 0 0% 0%;
|
|
120
|
+
--uiklu-accent: 45 100% 50%;
|
|
121
|
+
--uiklu-accent-foreground: 0 0% 0%;
|
|
122
|
+
--uiklu-muted: 210 40% 96%;
|
|
123
|
+
--uiklu-muted-foreground: 215 20% 40%;
|
|
124
|
+
--uiklu-destructive: 0 86% 58%;
|
|
125
|
+
--uiklu-destructive-foreground: 0 0% 100%;
|
|
126
|
+
--uiklu-border: 214.3 31.8% 91.4%;
|
|
127
|
+
--uiklu-inputtext: 210 1% 42%;
|
|
467
128
|
}
|
|
468
|
-
|
|
469
|
-
|
|
129
|
+
button,
|
|
130
|
+
[role="button"] {
|
|
131
|
+
cursor: pointer;
|
|
132
|
+
}
|
|
133
|
+
*, ::before, ::after {
|
|
134
|
+
border-width: 0;
|
|
135
|
+
border-style: solid;
|
|
136
|
+
}
|
|
137
|
+
.uiklu-font-sans {
|
|
138
|
+
font-family: 'Google Sans Flex', sans-serif;
|
|
139
|
+
-webkit-font-smoothing: antialiased;
|
|
140
|
+
-moz-osx-font-smoothing: grayscale;
|
|
141
|
+
}
|
|
142
|
+
.uiklu-absolute{
|
|
143
|
+
position: absolute;
|
|
470
144
|
}
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
color: hsl(var(--foreground));
|
|
145
|
+
.uiklu-relative{
|
|
146
|
+
position: relative;
|
|
474
147
|
}
|
|
475
|
-
.
|
|
476
|
-
|
|
148
|
+
.uiklu-right-6{
|
|
149
|
+
right: 1.5rem;
|
|
477
150
|
}
|
|
478
|
-
.
|
|
479
|
-
|
|
151
|
+
.uiklu-top-0{
|
|
152
|
+
top: 0px;
|
|
480
153
|
}
|
|
481
|
-
.
|
|
482
|
-
|
|
154
|
+
.uiklu-z-10{
|
|
155
|
+
z-index: 10;
|
|
483
156
|
}
|
|
484
|
-
.
|
|
485
|
-
|
|
157
|
+
.uiklu-m-0{
|
|
158
|
+
margin: 0px;
|
|
486
159
|
}
|
|
487
|
-
.mb-
|
|
488
|
-
|
|
160
|
+
.uiklu-mb-2{
|
|
161
|
+
margin-bottom: 0.5rem;
|
|
489
162
|
}
|
|
490
|
-
.mt-1{
|
|
491
|
-
|
|
163
|
+
.uiklu-mt-1{
|
|
164
|
+
margin-top: 0.25rem;
|
|
492
165
|
}
|
|
493
|
-
.
|
|
494
|
-
|
|
166
|
+
.uiklu-box-border{
|
|
167
|
+
box-sizing: border-box;
|
|
495
168
|
}
|
|
496
|
-
.
|
|
497
|
-
|
|
169
|
+
.uiklu-block{
|
|
170
|
+
display: block;
|
|
498
171
|
}
|
|
499
|
-
.
|
|
500
|
-
|
|
172
|
+
.uiklu-flex{
|
|
173
|
+
display: flex;
|
|
501
174
|
}
|
|
502
|
-
.
|
|
503
|
-
|
|
175
|
+
.uiklu-inline-flex{
|
|
176
|
+
display: inline-flex;
|
|
504
177
|
}
|
|
505
|
-
.h
|
|
506
|
-
|
|
178
|
+
.uiklu-h-4{
|
|
179
|
+
height: 1rem;
|
|
507
180
|
}
|
|
508
|
-
.h
|
|
509
|
-
|
|
181
|
+
.uiklu-h-5{
|
|
182
|
+
height: 1.25rem;
|
|
510
183
|
}
|
|
511
|
-
.h
|
|
512
|
-
|
|
184
|
+
.uiklu-h-6{
|
|
185
|
+
height: 1.5rem;
|
|
513
186
|
}
|
|
514
|
-
.h
|
|
515
|
-
|
|
187
|
+
.uiklu-h-\[100px\]{
|
|
188
|
+
height: 100px;
|
|
516
189
|
}
|
|
517
|
-
.
|
|
518
|
-
|
|
190
|
+
.uiklu-h-\[40px\]{
|
|
191
|
+
height: 40px;
|
|
519
192
|
}
|
|
520
|
-
.
|
|
521
|
-
|
|
193
|
+
.uiklu-h-\[50px\]{
|
|
194
|
+
height: 50px;
|
|
522
195
|
}
|
|
523
|
-
.
|
|
524
|
-
|
|
196
|
+
.uiklu-h-\[60px\]{
|
|
197
|
+
height: 60px;
|
|
525
198
|
}
|
|
526
|
-
.
|
|
527
|
-
|
|
199
|
+
.uiklu-h-full{
|
|
200
|
+
height: 100%;
|
|
528
201
|
}
|
|
529
|
-
.
|
|
530
|
-
|
|
202
|
+
.uiklu-max-h-\[60px\]{
|
|
203
|
+
max-height: 60px;
|
|
531
204
|
}
|
|
532
|
-
.w
|
|
533
|
-
|
|
205
|
+
.uiklu-w-4{
|
|
206
|
+
width: 1rem;
|
|
534
207
|
}
|
|
535
|
-
.w
|
|
536
|
-
|
|
208
|
+
.uiklu-w-5{
|
|
209
|
+
width: 1.25rem;
|
|
537
210
|
}
|
|
538
|
-
.w
|
|
539
|
-
|
|
211
|
+
.uiklu-w-6{
|
|
212
|
+
width: 1.5rem;
|
|
540
213
|
}
|
|
541
|
-
.w
|
|
542
|
-
|
|
214
|
+
.uiklu-w-\[150px\]{
|
|
215
|
+
width: 150px;
|
|
543
216
|
}
|
|
544
|
-
.
|
|
545
|
-
|
|
217
|
+
.uiklu-w-\[250px\]{
|
|
218
|
+
width: 250px;
|
|
546
219
|
}
|
|
547
|
-
.
|
|
548
|
-
|
|
220
|
+
.uiklu-w-\[350px\]{
|
|
221
|
+
width: 350px;
|
|
549
222
|
}
|
|
550
|
-
.
|
|
551
|
-
|
|
223
|
+
.uiklu-w-\[450px\]{
|
|
224
|
+
width: 450px;
|
|
552
225
|
}
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
226
|
+
.uiklu-w-\[550px\]{
|
|
227
|
+
width: 550px;
|
|
556
228
|
}
|
|
557
|
-
.
|
|
558
|
-
|
|
229
|
+
.uiklu-w-\[600px\]{
|
|
230
|
+
width: 600px;
|
|
559
231
|
}
|
|
560
|
-
.
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
user-select: none;
|
|
232
|
+
.uiklu-w-fit{
|
|
233
|
+
width: -moz-fit-content;
|
|
234
|
+
width: fit-content;
|
|
564
235
|
}
|
|
565
|
-
.
|
|
566
|
-
|
|
236
|
+
.uiklu-w-full{
|
|
237
|
+
width: 100%;
|
|
567
238
|
}
|
|
568
|
-
.
|
|
569
|
-
|
|
239
|
+
.uiklu-max-w-\[600px\]{
|
|
240
|
+
max-width: 600px;
|
|
570
241
|
}
|
|
571
|
-
.
|
|
572
|
-
|
|
242
|
+
.uiklu-flex-shrink-0{
|
|
243
|
+
flex-shrink: 0;
|
|
573
244
|
}
|
|
574
|
-
.
|
|
575
|
-
|
|
245
|
+
.uiklu-cursor-pointer{
|
|
246
|
+
cursor: pointer;
|
|
576
247
|
}
|
|
577
|
-
.
|
|
578
|
-
|
|
248
|
+
.uiklu-appearance-none{
|
|
249
|
+
-webkit-appearance: none;
|
|
250
|
+
-moz-appearance: none;
|
|
251
|
+
appearance: none;
|
|
579
252
|
}
|
|
580
|
-
.
|
|
581
|
-
|
|
253
|
+
.uiklu-flex-col{
|
|
254
|
+
flex-direction: column;
|
|
582
255
|
}
|
|
583
|
-
.
|
|
584
|
-
|
|
256
|
+
.uiklu-items-start{
|
|
257
|
+
align-items: flex-start;
|
|
585
258
|
}
|
|
586
|
-
.
|
|
587
|
-
|
|
259
|
+
.uiklu-items-center{
|
|
260
|
+
align-items: center;
|
|
588
261
|
}
|
|
589
|
-
.
|
|
590
|
-
|
|
591
|
-
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
592
|
-
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
262
|
+
.uiklu-justify-center{
|
|
263
|
+
justify-content: center;
|
|
593
264
|
}
|
|
594
|
-
.
|
|
595
|
-
|
|
265
|
+
.uiklu-gap-1{
|
|
266
|
+
gap: 0.25rem;
|
|
596
267
|
}
|
|
597
|
-
.
|
|
598
|
-
|
|
268
|
+
.uiklu-gap-1\.5{
|
|
269
|
+
gap: 0.375rem;
|
|
599
270
|
}
|
|
600
|
-
.
|
|
601
|
-
|
|
271
|
+
.uiklu-gap-2{
|
|
272
|
+
gap: 0.5rem;
|
|
602
273
|
}
|
|
603
|
-
.
|
|
604
|
-
|
|
274
|
+
.uiklu-gap-2\.5{
|
|
275
|
+
gap: 0.625rem;
|
|
605
276
|
}
|
|
606
|
-
.
|
|
607
|
-
|
|
277
|
+
.uiklu-gap-4{
|
|
278
|
+
gap: 1rem;
|
|
608
279
|
}
|
|
609
|
-
.
|
|
610
|
-
|
|
280
|
+
.uiklu-gap-6{
|
|
281
|
+
gap: 1.5rem;
|
|
611
282
|
}
|
|
612
|
-
.
|
|
613
|
-
|
|
283
|
+
.uiklu-gap-8{
|
|
284
|
+
gap: 2rem;
|
|
614
285
|
}
|
|
615
|
-
.
|
|
616
|
-
|
|
286
|
+
.uiklu-overflow-hidden{
|
|
287
|
+
overflow: hidden;
|
|
617
288
|
}
|
|
618
|
-
.
|
|
619
|
-
|
|
289
|
+
.uiklu-text-ellipsis{
|
|
290
|
+
text-overflow: ellipsis;
|
|
620
291
|
}
|
|
621
|
-
.
|
|
622
|
-
|
|
292
|
+
.uiklu-rounded{
|
|
293
|
+
border-radius: 0.25rem;
|
|
623
294
|
}
|
|
624
|
-
.
|
|
625
|
-
|
|
295
|
+
.uiklu-rounded-2xl{
|
|
296
|
+
border-radius: 1rem;
|
|
626
297
|
}
|
|
627
|
-
.
|
|
628
|
-
|
|
298
|
+
.uiklu-rounded-\[48px\]{
|
|
299
|
+
border-radius: 48px;
|
|
629
300
|
}
|
|
630
|
-
.
|
|
631
|
-
|
|
301
|
+
.uiklu-rounded-\[50px\]{
|
|
302
|
+
border-radius: 50px;
|
|
632
303
|
}
|
|
633
|
-
.
|
|
634
|
-
|
|
304
|
+
.uiklu-rounded-xl{
|
|
305
|
+
border-radius: 0.75rem;
|
|
635
306
|
}
|
|
636
|
-
.
|
|
637
|
-
|
|
307
|
+
.uiklu-border{
|
|
308
|
+
border-width: 1px;
|
|
638
309
|
}
|
|
639
|
-
.
|
|
640
|
-
|
|
641
|
-
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
|
310
|
+
.uiklu-border-2{
|
|
311
|
+
border-width: 2px;
|
|
642
312
|
}
|
|
643
|
-
.
|
|
644
|
-
|
|
313
|
+
.uiklu-border-\[1px\]{
|
|
314
|
+
border-width: 1px;
|
|
645
315
|
}
|
|
646
|
-
.
|
|
647
|
-
|
|
316
|
+
.uiklu-border-\[2px\]{
|
|
317
|
+
border-width: 2px;
|
|
648
318
|
}
|
|
649
|
-
.
|
|
650
|
-
|
|
319
|
+
.uiklu-border-solid{
|
|
320
|
+
border-style: solid;
|
|
651
321
|
}
|
|
652
|
-
.
|
|
653
|
-
|
|
654
|
-
--tw-gradient-to: rgb(251 160 34 / 0) var(--tw-gradient-to-position);
|
|
655
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
322
|
+
.uiklu-border-dashed{
|
|
323
|
+
border-style: dashed;
|
|
656
324
|
}
|
|
657
|
-
.
|
|
658
|
-
|
|
325
|
+
.uiklu-border-none{
|
|
326
|
+
border-style: none;
|
|
659
327
|
}
|
|
660
|
-
.
|
|
661
|
-
|
|
328
|
+
.uiklu-border-basewhite{
|
|
329
|
+
--tw-border-opacity: 1;
|
|
330
|
+
border-color: hsl(var(--uiklu-basewhite) / var(--tw-border-opacity, 1));
|
|
662
331
|
}
|
|
663
|
-
.
|
|
664
|
-
|
|
665
|
-
|
|
332
|
+
.uiklu-border-border{
|
|
333
|
+
--tw-border-opacity: 1;
|
|
334
|
+
border-color: hsl(var(--uiklu-border) / var(--tw-border-opacity, 1));
|
|
666
335
|
}
|
|
667
|
-
.
|
|
668
|
-
|
|
669
|
-
|
|
336
|
+
.uiklu-border-destructive{
|
|
337
|
+
--tw-border-opacity: 1;
|
|
338
|
+
border-color: hsl(var(--uiklu-destructive) / var(--tw-border-opacity, 1));
|
|
670
339
|
}
|
|
671
|
-
.
|
|
672
|
-
|
|
673
|
-
|
|
340
|
+
.uiklu-border-gray-200{
|
|
341
|
+
--tw-border-opacity: 1;
|
|
342
|
+
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
|
|
674
343
|
}
|
|
675
|
-
.
|
|
676
|
-
|
|
677
|
-
|
|
344
|
+
.uiklu-border-gray-300{
|
|
345
|
+
--tw-border-opacity: 1;
|
|
346
|
+
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
|
|
678
347
|
}
|
|
679
|
-
.
|
|
680
|
-
|
|
681
|
-
|
|
348
|
+
.uiklu-border-outlinesecondary{
|
|
349
|
+
--tw-border-opacity: 1;
|
|
350
|
+
border-color: hsl(var(--uiklu-outlinesecondary) / var(--tw-border-opacity, 1));
|
|
682
351
|
}
|
|
683
|
-
.
|
|
684
|
-
|
|
685
|
-
|
|
352
|
+
.uiklu-border-primary{
|
|
353
|
+
--tw-border-opacity: 1;
|
|
354
|
+
border-color: hsl(var(--uiklu-primary) / var(--tw-border-opacity, 1));
|
|
686
355
|
}
|
|
687
|
-
.
|
|
688
|
-
|
|
356
|
+
.uiklu-border-transparent{
|
|
357
|
+
border-color: transparent;
|
|
689
358
|
}
|
|
690
|
-
.
|
|
691
|
-
|
|
359
|
+
.uiklu-bg-background{
|
|
360
|
+
--tw-bg-opacity: 1;
|
|
361
|
+
background-color: hsl(var(--uiklu-background) / var(--tw-bg-opacity, 1));
|
|
692
362
|
}
|
|
693
|
-
.
|
|
694
|
-
|
|
363
|
+
.uiklu-bg-green-100{
|
|
364
|
+
--tw-bg-opacity: 1;
|
|
365
|
+
background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
|
|
695
366
|
}
|
|
696
|
-
.
|
|
697
|
-
|
|
367
|
+
.uiklu-bg-primary{
|
|
368
|
+
--tw-bg-opacity: 1;
|
|
369
|
+
background-color: hsl(var(--uiklu-primary) / var(--tw-bg-opacity, 1));
|
|
698
370
|
}
|
|
699
|
-
.
|
|
700
|
-
|
|
371
|
+
.uiklu-bg-slate-900{
|
|
372
|
+
--tw-bg-opacity: 1;
|
|
373
|
+
background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
|
|
701
374
|
}
|
|
702
|
-
.
|
|
703
|
-
|
|
375
|
+
.uiklu-bg-transparent{
|
|
376
|
+
background-color: transparent;
|
|
704
377
|
}
|
|
705
|
-
.
|
|
706
|
-
|
|
378
|
+
.uiklu-bg-white{
|
|
379
|
+
--tw-bg-opacity: 1;
|
|
380
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
707
381
|
}
|
|
708
|
-
.
|
|
709
|
-
|
|
710
|
-
line-height: 1.5rem;
|
|
382
|
+
.uiklu-bg-gradient-to-r{
|
|
383
|
+
background-image: linear-gradient(to right, var(--tw-gradient-stops));
|
|
711
384
|
}
|
|
712
|
-
.
|
|
713
|
-
|
|
714
|
-
|
|
385
|
+
.uiklu-from-\[\#FBA022\]{
|
|
386
|
+
--tw-gradient-from: #FBA022 var(--tw-gradient-from-position);
|
|
387
|
+
--tw-gradient-to: rgb(251 160 34 / 0) var(--tw-gradient-to-position);
|
|
388
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
715
389
|
}
|
|
716
|
-
.
|
|
717
|
-
|
|
390
|
+
.uiklu-to-\[\#157C70\]{
|
|
391
|
+
--tw-gradient-to: #157C70 var(--tw-gradient-to-position);
|
|
718
392
|
}
|
|
719
|
-
.
|
|
720
|
-
|
|
393
|
+
.uiklu-fill-destructive{
|
|
394
|
+
fill: hsl(var(--uiklu-destructive) / 1);
|
|
721
395
|
}
|
|
722
|
-
.
|
|
723
|
-
|
|
396
|
+
.uiklu-fill-inputtext{
|
|
397
|
+
fill: hsl(var(--uiklu-inputtext));
|
|
724
398
|
}
|
|
725
|
-
.
|
|
726
|
-
|
|
399
|
+
.uiklu-stroke-destructive{
|
|
400
|
+
stroke: hsl(var(--uiklu-destructive) / 1);
|
|
727
401
|
}
|
|
728
|
-
.
|
|
729
|
-
|
|
402
|
+
.uiklu-stroke-inputtext{
|
|
403
|
+
stroke: hsl(var(--uiklu-inputtext));
|
|
730
404
|
}
|
|
731
|
-
.
|
|
732
|
-
|
|
405
|
+
.uiklu-p-0{
|
|
406
|
+
padding: 0px;
|
|
733
407
|
}
|
|
734
|
-
.
|
|
735
|
-
|
|
408
|
+
.uiklu-p-10{
|
|
409
|
+
padding: 2.5rem;
|
|
736
410
|
}
|
|
737
|
-
.
|
|
738
|
-
|
|
411
|
+
.uiklu-p-6{
|
|
412
|
+
padding: 1.5rem;
|
|
739
413
|
}
|
|
740
|
-
.
|
|
741
|
-
|
|
414
|
+
.uiklu-p-8{
|
|
415
|
+
padding: 2rem;
|
|
742
416
|
}
|
|
743
|
-
.
|
|
744
|
-
|
|
417
|
+
.uiklu-px-2{
|
|
418
|
+
padding-left: 0.5rem;
|
|
419
|
+
padding-right: 0.5rem;
|
|
745
420
|
}
|
|
746
|
-
.
|
|
747
|
-
|
|
421
|
+
.uiklu-px-4{
|
|
422
|
+
padding-left: 1rem;
|
|
423
|
+
padding-right: 1rem;
|
|
748
424
|
}
|
|
749
|
-
.
|
|
750
|
-
|
|
425
|
+
.uiklu-px-5{
|
|
426
|
+
padding-left: 1.25rem;
|
|
427
|
+
padding-right: 1.25rem;
|
|
751
428
|
}
|
|
752
|
-
.
|
|
753
|
-
|
|
754
|
-
|
|
429
|
+
.uiklu-px-6{
|
|
430
|
+
padding-left: 1.5rem;
|
|
431
|
+
padding-right: 1.5rem;
|
|
755
432
|
}
|
|
756
|
-
.
|
|
757
|
-
|
|
758
|
-
|
|
433
|
+
.uiklu-px-\[32px\]{
|
|
434
|
+
padding-left: 32px;
|
|
435
|
+
padding-right: 32px;
|
|
759
436
|
}
|
|
760
|
-
.
|
|
761
|
-
|
|
437
|
+
.uiklu-px-\[40px\]{
|
|
438
|
+
padding-left: 40px;
|
|
439
|
+
padding-right: 40px;
|
|
762
440
|
}
|
|
763
|
-
.
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
transition-duration: 150ms;
|
|
441
|
+
.uiklu-px-\[48px\]{
|
|
442
|
+
padding-left: 48px;
|
|
443
|
+
padding-right: 48px;
|
|
767
444
|
}
|
|
768
|
-
.
|
|
769
|
-
|
|
445
|
+
.uiklu-py-1{
|
|
446
|
+
padding-top: 0.25rem;
|
|
447
|
+
padding-bottom: 0.25rem;
|
|
770
448
|
}
|
|
771
|
-
.
|
|
772
|
-
|
|
449
|
+
.uiklu-pr-14{
|
|
450
|
+
padding-right: 3.5rem;
|
|
773
451
|
}
|
|
774
|
-
.
|
|
775
|
-
|
|
452
|
+
.uiklu-text-center{
|
|
453
|
+
text-align: center;
|
|
776
454
|
}
|
|
777
|
-
.
|
|
778
|
-
|
|
455
|
+
.uiklu-font-mono{
|
|
456
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
779
457
|
}
|
|
780
|
-
.
|
|
781
|
-
|
|
458
|
+
.uiklu-font-sans{
|
|
459
|
+
font-family: 'Google Sans Flex', sans-serif;
|
|
782
460
|
}
|
|
783
|
-
.
|
|
784
|
-
|
|
461
|
+
.uiklu-text-\[10px\]{
|
|
462
|
+
font-size: 10px;
|
|
785
463
|
}
|
|
786
|
-
.
|
|
787
|
-
|
|
464
|
+
.uiklu-text-\[11px\]{
|
|
465
|
+
font-size: 11px;
|
|
788
466
|
}
|
|
789
|
-
.
|
|
790
|
-
|
|
467
|
+
.uiklu-text-\[12px\]{
|
|
468
|
+
font-size: 12px;
|
|
791
469
|
}
|
|
792
|
-
.
|
|
793
|
-
|
|
470
|
+
.uiklu-text-\[14px\]{
|
|
471
|
+
font-size: 14px;
|
|
794
472
|
}
|
|
795
|
-
.
|
|
796
|
-
|
|
473
|
+
.uiklu-text-\[16px\]{
|
|
474
|
+
font-size: 16px;
|
|
797
475
|
}
|
|
798
|
-
.
|
|
799
|
-
|
|
476
|
+
.uiklu-text-\[18px\]{
|
|
477
|
+
font-size: 18px;
|
|
800
478
|
}
|
|
801
|
-
.
|
|
802
|
-
|
|
479
|
+
.uiklu-text-base{
|
|
480
|
+
font-size: 1rem;
|
|
481
|
+
line-height: 1.5rem;
|
|
803
482
|
}
|
|
804
|
-
.
|
|
805
|
-
|
|
483
|
+
.uiklu-text-lg{
|
|
484
|
+
font-size: 18px;
|
|
485
|
+
line-height: 16px;
|
|
806
486
|
}
|
|
807
|
-
.
|
|
808
|
-
|
|
487
|
+
.uiklu-text-md{
|
|
488
|
+
font-size: 16px;
|
|
489
|
+
line-height: 12px;
|
|
809
490
|
}
|
|
810
|
-
.
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
491
|
+
.uiklu-text-sm{
|
|
492
|
+
font-size: 14px;
|
|
493
|
+
line-height: 10px;
|
|
814
494
|
}
|
|
815
|
-
.
|
|
816
|
-
|
|
495
|
+
.uiklu-text-xs{
|
|
496
|
+
font-size: 0.75rem;
|
|
497
|
+
line-height: 1rem;
|
|
817
498
|
}
|
|
818
|
-
.
|
|
819
|
-
|
|
499
|
+
.uiklu-font-bold{
|
|
500
|
+
font-weight: 700;
|
|
820
501
|
}
|
|
821
|
-
.
|
|
822
|
-
|
|
502
|
+
.uiklu-font-medium{
|
|
503
|
+
font-weight: 500;
|
|
823
504
|
}
|
|
824
|
-
.
|
|
825
|
-
|
|
505
|
+
.uiklu-uppercase{
|
|
506
|
+
text-transform: uppercase;
|
|
826
507
|
}
|
|
827
|
-
.
|
|
828
|
-
|
|
508
|
+
.uiklu-leading-none{
|
|
509
|
+
line-height: 1;
|
|
829
510
|
}
|
|
830
|
-
.
|
|
831
|
-
|
|
511
|
+
.uiklu-leading-tight{
|
|
512
|
+
line-height: 1.25;
|
|
832
513
|
}
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
514
|
+
.uiklu-text-basewhite{
|
|
515
|
+
--tw-text-opacity: 1;
|
|
516
|
+
color: hsl(var(--uiklu-basewhite) / var(--tw-text-opacity, 1));
|
|
517
|
+
}
|
|
518
|
+
.uiklu-text-destructive{
|
|
519
|
+
--tw-text-opacity: 1;
|
|
520
|
+
color: hsl(var(--uiklu-destructive) / var(--tw-text-opacity, 1));
|
|
521
|
+
}
|
|
522
|
+
.uiklu-text-gray-400{
|
|
523
|
+
--tw-text-opacity: 1;
|
|
524
|
+
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
837
525
|
}
|
|
838
|
-
|
|
839
|
-
|
|
526
|
+
.uiklu-text-gray-500{
|
|
527
|
+
--tw-text-opacity: 1;
|
|
528
|
+
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
840
529
|
}
|
|
841
|
-
|
|
842
|
-
|
|
530
|
+
.uiklu-text-green-700{
|
|
531
|
+
--tw-text-opacity: 1;
|
|
532
|
+
color: rgb(21 128 61 / var(--tw-text-opacity, 1));
|
|
843
533
|
}
|
|
844
|
-
|
|
845
|
-
|
|
534
|
+
.uiklu-text-inputtext{
|
|
535
|
+
color: hsl(var(--uiklu-inputtext));
|
|
846
536
|
}
|
|
847
|
-
|
|
848
|
-
|
|
537
|
+
.uiklu-text-outlinesecondary{
|
|
538
|
+
--tw-text-opacity: 1;
|
|
539
|
+
color: hsl(var(--uiklu-outlinesecondary) / var(--tw-text-opacity, 1));
|
|
849
540
|
}
|
|
850
|
-
|
|
851
|
-
|
|
541
|
+
.uiklu-text-primary{
|
|
542
|
+
--tw-text-opacity: 1;
|
|
543
|
+
color: hsl(var(--uiklu-primary) / var(--tw-text-opacity, 1));
|
|
852
544
|
}
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
545
|
+
.uiklu-text-primary-foreground{
|
|
546
|
+
--tw-text-opacity: 1;
|
|
547
|
+
color: hsl(var(--uiklu-primary-foreground) / var(--tw-text-opacity, 1));
|
|
548
|
+
}
|
|
549
|
+
.uiklu-text-white{
|
|
550
|
+
--tw-text-opacity: 1;
|
|
551
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
552
|
+
}
|
|
553
|
+
.uiklu-opacity-70{
|
|
554
|
+
opacity: 0.7;
|
|
555
|
+
}
|
|
556
|
+
.uiklu-outline-none{
|
|
557
|
+
outline: 2px solid transparent;
|
|
558
|
+
outline-offset: 2px;
|
|
559
|
+
}
|
|
560
|
+
.uiklu-transition-all{
|
|
561
|
+
transition-property: all;
|
|
562
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
563
|
+
transition-duration: 150ms;
|
|
564
|
+
}
|
|
565
|
+
.uiklu-transition-opacity{
|
|
566
|
+
transition-property: opacity;
|
|
567
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
568
|
+
transition-duration: 150ms;
|
|
569
|
+
}
|
|
570
|
+
.hover\:uiklu-bg-outlinesecondary\/10:hover{
|
|
571
|
+
background-color: hsl(var(--uiklu-outlinesecondary) / 0.1);
|
|
572
|
+
}
|
|
573
|
+
.hover\:uiklu-bg-primary\/90:hover{
|
|
574
|
+
background-color: hsl(var(--uiklu-primary) / 0.9);
|
|
575
|
+
}
|
|
576
|
+
.hover\:uiklu-underline:hover{
|
|
577
|
+
text-decoration-line: underline;
|
|
578
|
+
}
|
|
579
|
+
.hover\:uiklu-opacity-100:hover{
|
|
580
|
+
opacity: 1;
|
|
581
|
+
}
|
|
582
|
+
.hover\:uiklu-opacity-90:hover{
|
|
583
|
+
opacity: 0.9;
|
|
584
|
+
}
|
|
585
|
+
.focus\:uiklu-border-\[1px\]:focus{
|
|
586
|
+
border-width: 1px;
|
|
587
|
+
}
|
|
588
|
+
.focus\:uiklu-border-baseblack:focus{
|
|
589
|
+
--tw-border-opacity: 1;
|
|
590
|
+
border-color: hsl(var(--uiklu-baseblack) / var(--tw-border-opacity, 1));
|
|
591
|
+
}
|
|
592
|
+
.focus\:uiklu-border-destructive:focus{
|
|
593
|
+
--tw-border-opacity: 1;
|
|
594
|
+
border-color: hsl(var(--uiklu-destructive) / var(--tw-border-opacity, 1));
|
|
595
|
+
}
|
|
596
|
+
.active\:uiklu-opacity-70:active{
|
|
597
|
+
opacity: 0.7;
|
|
598
|
+
}
|
|
599
|
+
.disabled\:uiklu-cursor-not-allowed:disabled{
|
|
600
|
+
cursor: not-allowed;
|
|
601
|
+
}
|
|
602
|
+
.disabled\:uiklu-opacity-50:disabled{
|
|
603
|
+
opacity: 0.5;
|
|
604
|
+
}
|
|
605
|
+
|