gd-ui-library 1.0.8 → 1.0.12
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/index.css +611 -3
- package/dist/index.css.map +1 -1
- package/package.json +13 -4
package/dist/index.css
CHANGED
|
@@ -1,5 +1,613 @@
|
|
|
1
1
|
/* src/index.css */
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
*,
|
|
3
|
+
::before,
|
|
4
|
+
::after {
|
|
5
|
+
--tw-border-spacing-x: 0;
|
|
6
|
+
--tw-border-spacing-y: 0;
|
|
7
|
+
--tw-translate-x: 0;
|
|
8
|
+
--tw-translate-y: 0;
|
|
9
|
+
--tw-rotate: 0;
|
|
10
|
+
--tw-skew-x: 0;
|
|
11
|
+
--tw-skew-y: 0;
|
|
12
|
+
--tw-scale-x: 1;
|
|
13
|
+
--tw-scale-y: 1;
|
|
14
|
+
--tw-pan-x: ;
|
|
15
|
+
--tw-pan-y: ;
|
|
16
|
+
--tw-pinch-zoom: ;
|
|
17
|
+
--tw-scroll-snap-strictness: proximity;
|
|
18
|
+
--tw-gradient-from-position: ;
|
|
19
|
+
--tw-gradient-via-position: ;
|
|
20
|
+
--tw-gradient-to-position: ;
|
|
21
|
+
--tw-ordinal: ;
|
|
22
|
+
--tw-slashed-zero: ;
|
|
23
|
+
--tw-numeric-figure: ;
|
|
24
|
+
--tw-numeric-spacing: ;
|
|
25
|
+
--tw-numeric-fraction: ;
|
|
26
|
+
--tw-ring-inset: ;
|
|
27
|
+
--tw-ring-offset-width: 0px;
|
|
28
|
+
--tw-ring-offset-color: #fff;
|
|
29
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
30
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
31
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
32
|
+
--tw-shadow: 0 0 #0000;
|
|
33
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
34
|
+
--tw-blur: ;
|
|
35
|
+
--tw-brightness: ;
|
|
36
|
+
--tw-contrast: ;
|
|
37
|
+
--tw-grayscale: ;
|
|
38
|
+
--tw-hue-rotate: ;
|
|
39
|
+
--tw-invert: ;
|
|
40
|
+
--tw-saturate: ;
|
|
41
|
+
--tw-sepia: ;
|
|
42
|
+
--tw-drop-shadow: ;
|
|
43
|
+
--tw-backdrop-blur: ;
|
|
44
|
+
--tw-backdrop-brightness: ;
|
|
45
|
+
--tw-backdrop-contrast: ;
|
|
46
|
+
--tw-backdrop-grayscale: ;
|
|
47
|
+
--tw-backdrop-hue-rotate: ;
|
|
48
|
+
--tw-backdrop-invert: ;
|
|
49
|
+
--tw-backdrop-opacity: ;
|
|
50
|
+
--tw-backdrop-saturate: ;
|
|
51
|
+
--tw-backdrop-sepia: ;
|
|
52
|
+
--tw-contain-size: ;
|
|
53
|
+
--tw-contain-layout: ;
|
|
54
|
+
--tw-contain-paint: ;
|
|
55
|
+
--tw-contain-style: ;
|
|
56
|
+
}
|
|
57
|
+
::backdrop {
|
|
58
|
+
--tw-border-spacing-x: 0;
|
|
59
|
+
--tw-border-spacing-y: 0;
|
|
60
|
+
--tw-translate-x: 0;
|
|
61
|
+
--tw-translate-y: 0;
|
|
62
|
+
--tw-rotate: 0;
|
|
63
|
+
--tw-skew-x: 0;
|
|
64
|
+
--tw-skew-y: 0;
|
|
65
|
+
--tw-scale-x: 1;
|
|
66
|
+
--tw-scale-y: 1;
|
|
67
|
+
--tw-pan-x: ;
|
|
68
|
+
--tw-pan-y: ;
|
|
69
|
+
--tw-pinch-zoom: ;
|
|
70
|
+
--tw-scroll-snap-strictness: proximity;
|
|
71
|
+
--tw-gradient-from-position: ;
|
|
72
|
+
--tw-gradient-via-position: ;
|
|
73
|
+
--tw-gradient-to-position: ;
|
|
74
|
+
--tw-ordinal: ;
|
|
75
|
+
--tw-slashed-zero: ;
|
|
76
|
+
--tw-numeric-figure: ;
|
|
77
|
+
--tw-numeric-spacing: ;
|
|
78
|
+
--tw-numeric-fraction: ;
|
|
79
|
+
--tw-ring-inset: ;
|
|
80
|
+
--tw-ring-offset-width: 0px;
|
|
81
|
+
--tw-ring-offset-color: #fff;
|
|
82
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
83
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
84
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
85
|
+
--tw-shadow: 0 0 #0000;
|
|
86
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
87
|
+
--tw-blur: ;
|
|
88
|
+
--tw-brightness: ;
|
|
89
|
+
--tw-contrast: ;
|
|
90
|
+
--tw-grayscale: ;
|
|
91
|
+
--tw-hue-rotate: ;
|
|
92
|
+
--tw-invert: ;
|
|
93
|
+
--tw-saturate: ;
|
|
94
|
+
--tw-sepia: ;
|
|
95
|
+
--tw-drop-shadow: ;
|
|
96
|
+
--tw-backdrop-blur: ;
|
|
97
|
+
--tw-backdrop-brightness: ;
|
|
98
|
+
--tw-backdrop-contrast: ;
|
|
99
|
+
--tw-backdrop-grayscale: ;
|
|
100
|
+
--tw-backdrop-hue-rotate: ;
|
|
101
|
+
--tw-backdrop-invert: ;
|
|
102
|
+
--tw-backdrop-opacity: ;
|
|
103
|
+
--tw-backdrop-saturate: ;
|
|
104
|
+
--tw-backdrop-sepia: ;
|
|
105
|
+
--tw-contain-size: ;
|
|
106
|
+
--tw-contain-layout: ;
|
|
107
|
+
--tw-contain-paint: ;
|
|
108
|
+
--tw-contain-style: ;
|
|
109
|
+
}
|
|
110
|
+
*,
|
|
111
|
+
::before,
|
|
112
|
+
::after {
|
|
113
|
+
box-sizing: border-box;
|
|
114
|
+
border-width: 0;
|
|
115
|
+
border-style: solid;
|
|
116
|
+
border-color: #e5e7eb;
|
|
117
|
+
}
|
|
118
|
+
::before,
|
|
119
|
+
::after {
|
|
120
|
+
--tw-content: "";
|
|
121
|
+
}
|
|
122
|
+
html,
|
|
123
|
+
:host {
|
|
124
|
+
line-height: 1.5;
|
|
125
|
+
-webkit-text-size-adjust: 100%;
|
|
126
|
+
-moz-tab-size: 4;
|
|
127
|
+
-o-tab-size: 4;
|
|
128
|
+
tab-size: 4;
|
|
129
|
+
font-family:
|
|
130
|
+
ui-sans-serif,
|
|
131
|
+
system-ui,
|
|
132
|
+
sans-serif,
|
|
133
|
+
"Apple Color Emoji",
|
|
134
|
+
"Segoe UI Emoji",
|
|
135
|
+
"Segoe UI Symbol",
|
|
136
|
+
"Noto Color Emoji";
|
|
137
|
+
font-feature-settings: normal;
|
|
138
|
+
font-variation-settings: normal;
|
|
139
|
+
-webkit-tap-highlight-color: transparent;
|
|
140
|
+
}
|
|
141
|
+
body {
|
|
142
|
+
margin: 0;
|
|
143
|
+
line-height: inherit;
|
|
144
|
+
}
|
|
145
|
+
hr {
|
|
146
|
+
height: 0;
|
|
147
|
+
color: inherit;
|
|
148
|
+
border-top-width: 1px;
|
|
149
|
+
}
|
|
150
|
+
abbr:where([title]) {
|
|
151
|
+
-webkit-text-decoration: underline dotted;
|
|
152
|
+
text-decoration: underline dotted;
|
|
153
|
+
}
|
|
154
|
+
h1,
|
|
155
|
+
h2,
|
|
156
|
+
h3,
|
|
157
|
+
h4,
|
|
158
|
+
h5,
|
|
159
|
+
h6 {
|
|
160
|
+
font-size: inherit;
|
|
161
|
+
font-weight: inherit;
|
|
162
|
+
}
|
|
163
|
+
a {
|
|
164
|
+
color: inherit;
|
|
165
|
+
text-decoration: inherit;
|
|
166
|
+
}
|
|
167
|
+
b,
|
|
168
|
+
strong {
|
|
169
|
+
font-weight: bolder;
|
|
170
|
+
}
|
|
171
|
+
code,
|
|
172
|
+
kbd,
|
|
173
|
+
samp,
|
|
174
|
+
pre {
|
|
175
|
+
font-family:
|
|
176
|
+
ui-monospace,
|
|
177
|
+
SFMono-Regular,
|
|
178
|
+
Menlo,
|
|
179
|
+
Monaco,
|
|
180
|
+
Consolas,
|
|
181
|
+
"Liberation Mono",
|
|
182
|
+
"Courier New",
|
|
183
|
+
monospace;
|
|
184
|
+
font-feature-settings: normal;
|
|
185
|
+
font-variation-settings: normal;
|
|
186
|
+
font-size: 1em;
|
|
187
|
+
}
|
|
188
|
+
small {
|
|
189
|
+
font-size: 80%;
|
|
190
|
+
}
|
|
191
|
+
sub,
|
|
192
|
+
sup {
|
|
193
|
+
font-size: 75%;
|
|
194
|
+
line-height: 0;
|
|
195
|
+
position: relative;
|
|
196
|
+
vertical-align: baseline;
|
|
197
|
+
}
|
|
198
|
+
sub {
|
|
199
|
+
bottom: -0.25em;
|
|
200
|
+
}
|
|
201
|
+
sup {
|
|
202
|
+
top: -0.5em;
|
|
203
|
+
}
|
|
204
|
+
table {
|
|
205
|
+
text-indent: 0;
|
|
206
|
+
border-color: inherit;
|
|
207
|
+
border-collapse: collapse;
|
|
208
|
+
}
|
|
209
|
+
button,
|
|
210
|
+
input,
|
|
211
|
+
optgroup,
|
|
212
|
+
select,
|
|
213
|
+
textarea {
|
|
214
|
+
font-family: inherit;
|
|
215
|
+
font-feature-settings: inherit;
|
|
216
|
+
font-variation-settings: inherit;
|
|
217
|
+
font-size: 100%;
|
|
218
|
+
font-weight: inherit;
|
|
219
|
+
line-height: inherit;
|
|
220
|
+
letter-spacing: inherit;
|
|
221
|
+
color: inherit;
|
|
222
|
+
margin: 0;
|
|
223
|
+
padding: 0;
|
|
224
|
+
}
|
|
225
|
+
button,
|
|
226
|
+
select {
|
|
227
|
+
text-transform: none;
|
|
228
|
+
}
|
|
229
|
+
button,
|
|
230
|
+
input:where([type=button]),
|
|
231
|
+
input:where([type=reset]),
|
|
232
|
+
input:where([type=submit]) {
|
|
233
|
+
-webkit-appearance: button;
|
|
234
|
+
background-color: transparent;
|
|
235
|
+
background-image: none;
|
|
236
|
+
}
|
|
237
|
+
:-moz-focusring {
|
|
238
|
+
outline: auto;
|
|
239
|
+
}
|
|
240
|
+
:-moz-ui-invalid {
|
|
241
|
+
box-shadow: none;
|
|
242
|
+
}
|
|
243
|
+
progress {
|
|
244
|
+
vertical-align: baseline;
|
|
245
|
+
}
|
|
246
|
+
::-webkit-inner-spin-button,
|
|
247
|
+
::-webkit-outer-spin-button {
|
|
248
|
+
height: auto;
|
|
249
|
+
}
|
|
250
|
+
[type=search] {
|
|
251
|
+
-webkit-appearance: textfield;
|
|
252
|
+
outline-offset: -2px;
|
|
253
|
+
}
|
|
254
|
+
::-webkit-search-decoration {
|
|
255
|
+
-webkit-appearance: none;
|
|
256
|
+
}
|
|
257
|
+
::-webkit-file-upload-button {
|
|
258
|
+
-webkit-appearance: button;
|
|
259
|
+
font: inherit;
|
|
260
|
+
}
|
|
261
|
+
summary {
|
|
262
|
+
display: list-item;
|
|
263
|
+
}
|
|
264
|
+
blockquote,
|
|
265
|
+
dl,
|
|
266
|
+
dd,
|
|
267
|
+
h1,
|
|
268
|
+
h2,
|
|
269
|
+
h3,
|
|
270
|
+
h4,
|
|
271
|
+
h5,
|
|
272
|
+
h6,
|
|
273
|
+
hr,
|
|
274
|
+
figure,
|
|
275
|
+
p,
|
|
276
|
+
pre {
|
|
277
|
+
margin: 0;
|
|
278
|
+
}
|
|
279
|
+
fieldset {
|
|
280
|
+
margin: 0;
|
|
281
|
+
padding: 0;
|
|
282
|
+
}
|
|
283
|
+
legend {
|
|
284
|
+
padding: 0;
|
|
285
|
+
}
|
|
286
|
+
ol,
|
|
287
|
+
ul,
|
|
288
|
+
menu {
|
|
289
|
+
list-style: none;
|
|
290
|
+
margin: 0;
|
|
291
|
+
padding: 0;
|
|
292
|
+
}
|
|
293
|
+
dialog {
|
|
294
|
+
padding: 0;
|
|
295
|
+
}
|
|
296
|
+
textarea {
|
|
297
|
+
resize: vertical;
|
|
298
|
+
}
|
|
299
|
+
input::-moz-placeholder,
|
|
300
|
+
textarea::-moz-placeholder {
|
|
301
|
+
opacity: 1;
|
|
302
|
+
color: #9ca3af;
|
|
303
|
+
}
|
|
304
|
+
input::placeholder,
|
|
305
|
+
textarea::placeholder {
|
|
306
|
+
opacity: 1;
|
|
307
|
+
color: #9ca3af;
|
|
308
|
+
}
|
|
309
|
+
button,
|
|
310
|
+
[role=button] {
|
|
311
|
+
cursor: pointer;
|
|
312
|
+
}
|
|
313
|
+
:disabled {
|
|
314
|
+
cursor: default;
|
|
315
|
+
}
|
|
316
|
+
img,
|
|
317
|
+
svg,
|
|
318
|
+
video,
|
|
319
|
+
canvas,
|
|
320
|
+
audio,
|
|
321
|
+
iframe,
|
|
322
|
+
embed,
|
|
323
|
+
object {
|
|
324
|
+
display: block;
|
|
325
|
+
vertical-align: middle;
|
|
326
|
+
}
|
|
327
|
+
img,
|
|
328
|
+
video {
|
|
329
|
+
max-width: 100%;
|
|
330
|
+
height: auto;
|
|
331
|
+
}
|
|
332
|
+
[hidden]:where(:not([hidden=until-found])) {
|
|
333
|
+
display: none;
|
|
334
|
+
}
|
|
335
|
+
.sr-only {
|
|
336
|
+
position: absolute;
|
|
337
|
+
width: 1px;
|
|
338
|
+
height: 1px;
|
|
339
|
+
padding: 0;
|
|
340
|
+
margin: -1px;
|
|
341
|
+
overflow: hidden;
|
|
342
|
+
clip: rect(0, 0, 0, 0);
|
|
343
|
+
white-space: nowrap;
|
|
344
|
+
border-width: 0;
|
|
345
|
+
}
|
|
346
|
+
.absolute {
|
|
347
|
+
position: absolute;
|
|
348
|
+
}
|
|
349
|
+
.relative {
|
|
350
|
+
position: relative;
|
|
351
|
+
}
|
|
352
|
+
.left-3 {
|
|
353
|
+
left: 0.75rem;
|
|
354
|
+
}
|
|
355
|
+
.right-3 {
|
|
356
|
+
right: 0.75rem;
|
|
357
|
+
}
|
|
358
|
+
.top-1\/2 {
|
|
359
|
+
top: 50%;
|
|
360
|
+
}
|
|
361
|
+
.ml-1 {
|
|
362
|
+
margin-left: 0.25rem;
|
|
363
|
+
}
|
|
364
|
+
.ml-2 {
|
|
365
|
+
margin-left: 0.5rem;
|
|
366
|
+
}
|
|
367
|
+
.mr-2 {
|
|
368
|
+
margin-right: 0.5rem;
|
|
369
|
+
}
|
|
370
|
+
.flex {
|
|
371
|
+
display: flex;
|
|
372
|
+
}
|
|
373
|
+
.inline-flex {
|
|
374
|
+
display: inline-flex;
|
|
375
|
+
}
|
|
376
|
+
.h-10 {
|
|
377
|
+
height: 2.5rem;
|
|
378
|
+
}
|
|
379
|
+
.h-12 {
|
|
380
|
+
height: 3rem;
|
|
381
|
+
}
|
|
382
|
+
.h-3\.5 {
|
|
383
|
+
height: 0.875rem;
|
|
384
|
+
}
|
|
385
|
+
.h-9 {
|
|
386
|
+
height: 2.25rem;
|
|
387
|
+
}
|
|
388
|
+
.w-3\.5 {
|
|
389
|
+
width: 0.875rem;
|
|
390
|
+
}
|
|
391
|
+
.w-full {
|
|
392
|
+
width: 100%;
|
|
393
|
+
}
|
|
394
|
+
.-translate-y-1\/2 {
|
|
395
|
+
--tw-translate-y: -50%;
|
|
396
|
+
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));
|
|
397
|
+
}
|
|
398
|
+
.items-center {
|
|
399
|
+
align-items: center;
|
|
400
|
+
}
|
|
401
|
+
.justify-center {
|
|
402
|
+
justify-content: center;
|
|
403
|
+
}
|
|
404
|
+
.gap-1 {
|
|
405
|
+
gap: 0.25rem;
|
|
406
|
+
}
|
|
407
|
+
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
|
|
408
|
+
--tw-space-y-reverse: 0;
|
|
409
|
+
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
|
|
410
|
+
margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
|
|
411
|
+
}
|
|
412
|
+
.rounded-lg {
|
|
413
|
+
border-radius: 0.5rem;
|
|
414
|
+
}
|
|
415
|
+
.rounded-md {
|
|
416
|
+
border-radius: 0.375rem;
|
|
417
|
+
}
|
|
418
|
+
.border {
|
|
419
|
+
border-width: 1px;
|
|
420
|
+
}
|
|
421
|
+
.border-gray-300 {
|
|
422
|
+
--tw-border-opacity: 1;
|
|
423
|
+
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
|
|
424
|
+
}
|
|
425
|
+
.border-red-500 {
|
|
426
|
+
--tw-border-opacity: 1;
|
|
427
|
+
border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
|
|
428
|
+
}
|
|
429
|
+
.bg-blue-600 {
|
|
430
|
+
--tw-bg-opacity: 1;
|
|
431
|
+
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
|
|
432
|
+
}
|
|
433
|
+
.bg-white {
|
|
434
|
+
--tw-bg-opacity: 1;
|
|
435
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
436
|
+
}
|
|
437
|
+
.px-3 {
|
|
438
|
+
padding-left: 0.75rem;
|
|
439
|
+
padding-right: 0.75rem;
|
|
440
|
+
}
|
|
441
|
+
.px-3\.5 {
|
|
442
|
+
padding-left: 0.875rem;
|
|
443
|
+
padding-right: 0.875rem;
|
|
444
|
+
}
|
|
445
|
+
.px-4 {
|
|
446
|
+
padding-left: 1rem;
|
|
447
|
+
padding-right: 1rem;
|
|
448
|
+
}
|
|
449
|
+
.px-6 {
|
|
450
|
+
padding-left: 1.5rem;
|
|
451
|
+
padding-right: 1.5rem;
|
|
452
|
+
}
|
|
453
|
+
.py-1\.5 {
|
|
454
|
+
padding-top: 0.375rem;
|
|
455
|
+
padding-bottom: 0.375rem;
|
|
456
|
+
}
|
|
457
|
+
.py-2 {
|
|
458
|
+
padding-top: 0.5rem;
|
|
459
|
+
padding-bottom: 0.5rem;
|
|
460
|
+
}
|
|
461
|
+
.py-3 {
|
|
462
|
+
padding-top: 0.75rem;
|
|
463
|
+
padding-bottom: 0.75rem;
|
|
464
|
+
}
|
|
465
|
+
.pl-10 {
|
|
466
|
+
padding-left: 2.5rem;
|
|
467
|
+
}
|
|
468
|
+
.pr-10 {
|
|
469
|
+
padding-right: 2.5rem;
|
|
470
|
+
}
|
|
471
|
+
.text-base {
|
|
472
|
+
font-size: 1rem;
|
|
473
|
+
line-height: 1.5rem;
|
|
474
|
+
}
|
|
475
|
+
.text-sm {
|
|
476
|
+
font-size: 0.875rem;
|
|
477
|
+
line-height: 1.25rem;
|
|
478
|
+
}
|
|
479
|
+
.text-xs {
|
|
480
|
+
font-size: 0.75rem;
|
|
481
|
+
line-height: 1rem;
|
|
482
|
+
}
|
|
483
|
+
.font-medium {
|
|
484
|
+
font-weight: 500;
|
|
485
|
+
}
|
|
486
|
+
.text-gray-400 {
|
|
487
|
+
--tw-text-opacity: 1;
|
|
488
|
+
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
489
|
+
}
|
|
490
|
+
.text-gray-500 {
|
|
491
|
+
--tw-text-opacity: 1;
|
|
492
|
+
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
493
|
+
}
|
|
494
|
+
.text-gray-700 {
|
|
495
|
+
--tw-text-opacity: 1;
|
|
496
|
+
color: rgb(55 65 81 / var(--tw-text-opacity, 1));
|
|
497
|
+
}
|
|
498
|
+
.text-gray-900 {
|
|
499
|
+
--tw-text-opacity: 1;
|
|
500
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
501
|
+
}
|
|
502
|
+
.text-red-500 {
|
|
503
|
+
--tw-text-opacity: 1;
|
|
504
|
+
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|
|
505
|
+
}
|
|
506
|
+
.text-white {
|
|
507
|
+
--tw-text-opacity: 1;
|
|
508
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
509
|
+
}
|
|
510
|
+
.outline-none {
|
|
511
|
+
outline: 2px solid transparent;
|
|
512
|
+
outline-offset: 2px;
|
|
513
|
+
}
|
|
514
|
+
.transition-all {
|
|
515
|
+
transition-property: all;
|
|
516
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
517
|
+
transition-duration: 150ms;
|
|
518
|
+
}
|
|
519
|
+
.transition-colors {
|
|
520
|
+
transition-property:
|
|
521
|
+
color,
|
|
522
|
+
background-color,
|
|
523
|
+
border-color,
|
|
524
|
+
text-decoration-color,
|
|
525
|
+
fill,
|
|
526
|
+
stroke;
|
|
527
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
528
|
+
transition-duration: 150ms;
|
|
529
|
+
}
|
|
530
|
+
.duration-150 {
|
|
531
|
+
transition-duration: 150ms;
|
|
532
|
+
}
|
|
533
|
+
.placeholder\:text-sm::-moz-placeholder {
|
|
534
|
+
font-size: 0.875rem;
|
|
535
|
+
line-height: 1.25rem;
|
|
536
|
+
}
|
|
537
|
+
.placeholder\:text-sm::placeholder {
|
|
538
|
+
font-size: 0.875rem;
|
|
539
|
+
line-height: 1.25rem;
|
|
540
|
+
}
|
|
541
|
+
.placeholder\:text-gray-400::-moz-placeholder {
|
|
542
|
+
--tw-text-opacity: 1;
|
|
543
|
+
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
544
|
+
}
|
|
545
|
+
.placeholder\:text-gray-400::placeholder {
|
|
546
|
+
--tw-text-opacity: 1;
|
|
547
|
+
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
548
|
+
}
|
|
549
|
+
.hover\:bg-blue-700:hover {
|
|
550
|
+
--tw-bg-opacity: 1;
|
|
551
|
+
background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
|
|
552
|
+
}
|
|
553
|
+
.hover\:bg-gray-50:hover {
|
|
554
|
+
--tw-bg-opacity: 1;
|
|
555
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
556
|
+
}
|
|
557
|
+
.focus\:border-blue-500:focus {
|
|
558
|
+
--tw-border-opacity: 1;
|
|
559
|
+
border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
|
|
560
|
+
}
|
|
561
|
+
.focus\:border-red-500:focus {
|
|
562
|
+
--tw-border-opacity: 1;
|
|
563
|
+
border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
|
|
564
|
+
}
|
|
565
|
+
.focus\:outline-none:focus {
|
|
566
|
+
outline: 2px solid transparent;
|
|
567
|
+
outline-offset: 2px;
|
|
568
|
+
}
|
|
569
|
+
.focus\:ring-2:focus {
|
|
570
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
571
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
572
|
+
box-shadow:
|
|
573
|
+
var(--tw-ring-offset-shadow),
|
|
574
|
+
var(--tw-ring-shadow),
|
|
575
|
+
var(--tw-shadow, 0 0 #0000);
|
|
576
|
+
}
|
|
577
|
+
.focus\:ring-blue-100:focus {
|
|
578
|
+
--tw-ring-opacity: 1;
|
|
579
|
+
--tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
|
|
580
|
+
}
|
|
581
|
+
.focus\:ring-blue-500:focus {
|
|
582
|
+
--tw-ring-opacity: 1;
|
|
583
|
+
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
|
|
584
|
+
}
|
|
585
|
+
.focus\:ring-red-100:focus {
|
|
586
|
+
--tw-ring-opacity: 1;
|
|
587
|
+
--tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
|
|
588
|
+
}
|
|
589
|
+
.focus\:ring-red-500:focus {
|
|
590
|
+
--tw-ring-opacity: 1;
|
|
591
|
+
--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
|
|
592
|
+
}
|
|
593
|
+
.focus\:ring-offset-2:focus {
|
|
594
|
+
--tw-ring-offset-width: 2px;
|
|
595
|
+
}
|
|
596
|
+
.disabled\:pointer-events-none:disabled {
|
|
597
|
+
pointer-events: none;
|
|
598
|
+
}
|
|
599
|
+
.disabled\:cursor-not-allowed:disabled {
|
|
600
|
+
cursor: not-allowed;
|
|
601
|
+
}
|
|
602
|
+
.disabled\:bg-gray-100:disabled {
|
|
603
|
+
--tw-bg-opacity: 1;
|
|
604
|
+
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
|
605
|
+
}
|
|
606
|
+
.disabled\:text-gray-400:disabled {
|
|
607
|
+
--tw-text-opacity: 1;
|
|
608
|
+
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
609
|
+
}
|
|
610
|
+
.disabled\:opacity-50:disabled {
|
|
611
|
+
opacity: 0.5;
|
|
612
|
+
}
|
|
5
613
|
/*# sourceMappingURL=index.css.map */
|
package/dist/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.css"],"sourcesContent":["@tailwind base;\r\n@tailwind components;\r\n@tailwind utilities;"],"mappings":";AAAA,UAAU;AACV,UAAU;AACV,UAAU;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../src/index.css"],"sourcesContent":["*, ::before, ::after {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n --tw-contain-size: ;\n --tw-contain-layout: ;\n --tw-contain-paint: ;\n --tw-contain-style: ;\n}\n\n::backdrop {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n --tw-contain-size: ;\n --tw-contain-layout: ;\n --tw-contain-paint: ;\n --tw-contain-style: ;\n}/*\n! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com\n*//*\n1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)\n2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)\n*/\n\n*,\n::before,\n::after {\n box-sizing: border-box; /* 1 */\n border-width: 0; /* 2 */\n border-style: solid; /* 2 */\n border-color: #e5e7eb; /* 2 */\n}\n\n::before,\n::after {\n --tw-content: '';\n}\n\n/*\n1. Use a consistent sensible line-height in all browsers.\n2. Prevent adjustments of font size after orientation changes in iOS.\n3. Use a more readable tab size.\n4. Use the user's configured `sans` font-family by default.\n5. Use the user's configured `sans` font-feature-settings by default.\n6. Use the user's configured `sans` font-variation-settings by default.\n7. Disable tap highlights on iOS\n*/\n\nhtml,\n:host {\n line-height: 1.5; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */\n -moz-tab-size: 4; /* 3 */\n -o-tab-size: 4;\n tab-size: 4; /* 3 */\n font-family: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"; /* 4 */\n font-feature-settings: normal; /* 5 */\n font-variation-settings: normal; /* 6 */\n -webkit-tap-highlight-color: transparent; /* 7 */\n}\n\n/*\n1. Remove the margin in all browsers.\n2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.\n*/\n\nbody {\n margin: 0; /* 1 */\n line-height: inherit; /* 2 */\n}\n\n/*\n1. Add the correct height in Firefox.\n2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)\n3. Ensure horizontal rules are visible by default.\n*/\n\nhr {\n height: 0; /* 1 */\n color: inherit; /* 2 */\n border-top-width: 1px; /* 3 */\n}\n\n/*\nAdd the correct text decoration in Chrome, Edge, and Safari.\n*/\n\nabbr:where([title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n}\n\n/*\nRemove the default font size and weight for headings.\n*/\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: inherit;\n font-weight: inherit;\n}\n\n/*\nReset links to optimize for opt-in styling instead of opt-out.\n*/\n\na {\n color: inherit;\n text-decoration: inherit;\n}\n\n/*\nAdd the correct font weight in Edge and Safari.\n*/\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/*\n1. Use the user's configured `mono` font-family by default.\n2. Use the user's configured `mono` font-feature-settings by default.\n3. Use the user's configured `mono` font-variation-settings by default.\n4. Correct the odd `em` font sizing in all browsers.\n*/\n\ncode,\nkbd,\nsamp,\npre {\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace; /* 1 */\n font-feature-settings: normal; /* 2 */\n font-variation-settings: normal; /* 3 */\n font-size: 1em; /* 4 */\n}\n\n/*\nAdd the correct font size in all browsers.\n*/\n\nsmall {\n font-size: 80%;\n}\n\n/*\nPrevent `sub` and `sup` elements from affecting the line height in all browsers.\n*/\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/*\n1. 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)\n2. 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)\n3. Remove gaps between table borders by default.\n*/\n\ntable {\n text-indent: 0; /* 1 */\n border-color: inherit; /* 2 */\n border-collapse: collapse; /* 3 */\n}\n\n/*\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n3. Remove default padding in all browsers.\n*/\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-feature-settings: inherit; /* 1 */\n font-variation-settings: inherit; /* 1 */\n font-size: 100%; /* 1 */\n font-weight: inherit; /* 1 */\n line-height: inherit; /* 1 */\n letter-spacing: inherit; /* 1 */\n color: inherit; /* 1 */\n margin: 0; /* 2 */\n padding: 0; /* 3 */\n}\n\n/*\nRemove the inheritance of text transform in Edge and Firefox.\n*/\n\nbutton,\nselect {\n text-transform: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Remove default button styles.\n*/\n\nbutton,\ninput:where([type='button']),\ninput:where([type='reset']),\ninput:where([type='submit']) {\n -webkit-appearance: button; /* 1 */\n background-color: transparent; /* 2 */\n background-image: none; /* 2 */\n}\n\n/*\nUse the modern Firefox focus style for all focusable elements.\n*/\n\n:-moz-focusring {\n outline: auto;\n}\n\n/*\nRemove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)\n*/\n\n:-moz-ui-invalid {\n box-shadow: none;\n}\n\n/*\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\nprogress {\n vertical-align: baseline;\n}\n\n/*\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n\n/*\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n[type='search'] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/*\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to `inherit` in Safari.\n*/\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\nsummary {\n display: list-item;\n}\n\n/*\nRemoves the default spacing and border for appropriate elements.\n*/\n\nblockquote,\ndl,\ndd,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nhr,\nfigure,\np,\npre {\n margin: 0;\n}\n\nfieldset {\n margin: 0;\n padding: 0;\n}\n\nlegend {\n padding: 0;\n}\n\nol,\nul,\nmenu {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n\n/*\nReset default styling for dialogs.\n*/\ndialog {\n padding: 0;\n}\n\n/*\nPrevent resizing textareas horizontally by default.\n*/\n\ntextarea {\n resize: vertical;\n}\n\n/*\n1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)\n2. Set the default placeholder color to the user's configured gray 400 color.\n*/\n\ninput::-moz-placeholder, textarea::-moz-placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\n\ninput::placeholder,\ntextarea::placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\n\n/*\nSet the default cursor for buttons.\n*/\n\nbutton,\n[role=\"button\"] {\n cursor: pointer;\n}\n\n/*\nMake sure disabled buttons don't get the pointer cursor.\n*/\n:disabled {\n cursor: default;\n}\n\n/*\n1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)\n2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)\n This can trigger a poorly considered lint error in some tools but is included by design.\n*/\n\nimg,\nsvg,\nvideo,\ncanvas,\naudio,\niframe,\nembed,\nobject {\n display: block; /* 1 */\n vertical-align: middle; /* 2 */\n}\n\n/*\nConstrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)\n*/\n\nimg,\nvideo {\n max-width: 100%;\n height: auto;\n}\n\n/* Make elements with the HTML hidden attribute stay hidden by default */\n[hidden]:where(:not([hidden=\"until-found\"])) {\n display: none;\n}\r\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n}\r\n.absolute {\n position: absolute;\n}\r\n.relative {\n position: relative;\n}\r\n.left-3 {\n left: 0.75rem;\n}\r\n.right-3 {\n right: 0.75rem;\n}\r\n.top-1\\/2 {\n top: 50%;\n}\r\n.ml-1 {\n margin-left: 0.25rem;\n}\r\n.ml-2 {\n margin-left: 0.5rem;\n}\r\n.mr-2 {\n margin-right: 0.5rem;\n}\r\n.flex {\n display: flex;\n}\r\n.inline-flex {\n display: inline-flex;\n}\r\n.h-10 {\n height: 2.5rem;\n}\r\n.h-12 {\n height: 3rem;\n}\r\n.h-3\\.5 {\n height: 0.875rem;\n}\r\n.h-9 {\n height: 2.25rem;\n}\r\n.w-3\\.5 {\n width: 0.875rem;\n}\r\n.w-full {\n width: 100%;\n}\r\n.-translate-y-1\\/2 {\n --tw-translate-y: -50%;\n 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));\n}\r\n.items-center {\n align-items: center;\n}\r\n.justify-center {\n justify-content: center;\n}\r\n.gap-1 {\n gap: 0.25rem;\n}\r\n.space-y-1\\.5 > :not([hidden]) ~ :not([hidden]) {\n --tw-space-y-reverse: 0;\n margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));\n margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));\n}\r\n.rounded-lg {\n border-radius: 0.5rem;\n}\r\n.rounded-md {\n border-radius: 0.375rem;\n}\r\n.border {\n border-width: 1px;\n}\r\n.border-gray-300 {\n --tw-border-opacity: 1;\n border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));\n}\r\n.border-red-500 {\n --tw-border-opacity: 1;\n border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));\n}\r\n.bg-blue-600 {\n --tw-bg-opacity: 1;\n background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));\n}\r\n.bg-white {\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));\n}\r\n.px-3 {\n padding-left: 0.75rem;\n padding-right: 0.75rem;\n}\r\n.px-3\\.5 {\n padding-left: 0.875rem;\n padding-right: 0.875rem;\n}\r\n.px-4 {\n padding-left: 1rem;\n padding-right: 1rem;\n}\r\n.px-6 {\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n}\r\n.py-1\\.5 {\n padding-top: 0.375rem;\n padding-bottom: 0.375rem;\n}\r\n.py-2 {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\r\n.py-3 {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n}\r\n.pl-10 {\n padding-left: 2.5rem;\n}\r\n.pr-10 {\n padding-right: 2.5rem;\n}\r\n.text-base {\n font-size: 1rem;\n line-height: 1.5rem;\n}\r\n.text-sm {\n font-size: 0.875rem;\n line-height: 1.25rem;\n}\r\n.text-xs {\n font-size: 0.75rem;\n line-height: 1rem;\n}\r\n.font-medium {\n font-weight: 500;\n}\r\n.text-gray-400 {\n --tw-text-opacity: 1;\n color: rgb(156 163 175 / var(--tw-text-opacity, 1));\n}\r\n.text-gray-500 {\n --tw-text-opacity: 1;\n color: rgb(107 114 128 / var(--tw-text-opacity, 1));\n}\r\n.text-gray-700 {\n --tw-text-opacity: 1;\n color: rgb(55 65 81 / var(--tw-text-opacity, 1));\n}\r\n.text-gray-900 {\n --tw-text-opacity: 1;\n color: rgb(17 24 39 / var(--tw-text-opacity, 1));\n}\r\n.text-red-500 {\n --tw-text-opacity: 1;\n color: rgb(239 68 68 / var(--tw-text-opacity, 1));\n}\r\n.text-white {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity, 1));\n}\r\n.outline-none {\n outline: 2px solid transparent;\n outline-offset: 2px;\n}\r\n.transition-all {\n transition-property: all;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\r\n.transition-colors {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\r\n.duration-150 {\n transition-duration: 150ms;\n}\r\n.placeholder\\:text-sm::-moz-placeholder {\n font-size: 0.875rem;\n line-height: 1.25rem;\n}\r\n.placeholder\\:text-sm::placeholder {\n font-size: 0.875rem;\n line-height: 1.25rem;\n}\r\n.placeholder\\:text-gray-400::-moz-placeholder {\n --tw-text-opacity: 1;\n color: rgb(156 163 175 / var(--tw-text-opacity, 1));\n}\r\n.placeholder\\:text-gray-400::placeholder {\n --tw-text-opacity: 1;\n color: rgb(156 163 175 / var(--tw-text-opacity, 1));\n}\r\n.hover\\:bg-blue-700:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));\n}\r\n.hover\\:bg-gray-50:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));\n}\r\n.focus\\:border-blue-500:focus {\n --tw-border-opacity: 1;\n border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));\n}\r\n.focus\\:border-red-500:focus {\n --tw-border-opacity: 1;\n border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));\n}\r\n.focus\\:outline-none:focus {\n outline: 2px solid transparent;\n outline-offset: 2px;\n}\r\n.focus\\:ring-2:focus {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);\n}\r\n.focus\\:ring-blue-100:focus {\n --tw-ring-opacity: 1;\n --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));\n}\r\n.focus\\:ring-blue-500:focus {\n --tw-ring-opacity: 1;\n --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));\n}\r\n.focus\\:ring-red-100:focus {\n --tw-ring-opacity: 1;\n --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));\n}\r\n.focus\\:ring-red-500:focus {\n --tw-ring-opacity: 1;\n --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));\n}\r\n.focus\\:ring-offset-2:focus {\n --tw-ring-offset-width: 2px;\n}\r\n.disabled\\:pointer-events-none:disabled {\n pointer-events: none;\n}\r\n.disabled\\:cursor-not-allowed:disabled {\n cursor: not-allowed;\n}\r\n.disabled\\:bg-gray-100:disabled {\n --tw-bg-opacity: 1;\n background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));\n}\r\n.disabled\\:text-gray-400:disabled {\n --tw-text-opacity: 1;\n color: rgb(156 163 175 / var(--tw-text-opacity, 1));\n}\r\n.disabled\\:opacity-50:disabled {\n opacity: 0.5;\n}"],"mappings":";AAAA;AAAG;AAAU;AACX,yBAAuB;AACvB,yBAAuB;AACvB,oBAAkB;AAClB,oBAAkB;AAClB,eAAa;AACb,eAAa;AACb,eAAa;AACb,gBAAc;AACd,gBAAc;AACd;AACA;AACA;AACA,+BAA6B;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0BAAwB;AACxB,0BAAwB;AACxB,mBAAiB,IAAI,GAAG,IAAI,IAAI,EAAE;AAClC,2BAAyB,EAAE,EAAE;AAC7B,oBAAkB,EAAE,EAAE;AACtB,eAAa,EAAE,EAAE;AACjB,uBAAqB,EAAE,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF;AAEA;AACE,yBAAuB;AACvB,yBAAuB;AACvB,oBAAkB;AAClB,oBAAkB;AAClB,eAAa;AACb,eAAa;AACb,eAAa;AACb,gBAAc;AACd,gBAAc;AACd;AACA;AACA;AACA,+BAA6B;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0BAAwB;AACxB,0BAAwB;AACxB,mBAAiB,IAAI,GAAG,IAAI,IAAI,EAAE;AAClC,2BAAyB,EAAE,EAAE;AAC7B,oBAAkB,EAAE,EAAE;AACtB,eAAa,EAAE,EAAE;AACjB,uBAAqB,EAAE,EAAE;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF;AAOA;AACA;AACA;AACE,cAAY;AACZ,gBAAc;AACd,gBAAc;AACd,gBAAc;AAChB;AAEA;AACA;AACE,gBAAc;AAChB;AAYA;AACA;AACE,eAAa;AACb,4BAA0B;AAC1B,iBAAe;AACf,eAAa;AACV,YAAU;AACb;AAAA,IAAa,aAAa;AAAA,IAAE,SAAS;AAAA,IAAE,UAAU;AAAA,IAAE,mBAAmB;AAAA,IAAE,gBAAgB;AAAA,IAAE,iBAAiB;AAAA,IAAE;AAC7G,yBAAuB;AACvB,2B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","names":[]}
|
package/package.json
CHANGED
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gd-ui-library",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"description": "Reusable UI components",
|
|
5
|
-
"main": "dist/index.
|
|
6
|
-
"module": "dist/index.
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.mjs",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
|
+
"style": "dist/index.css",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"import": "./dist/index.mjs",
|
|
13
|
+
"require": "./dist/index.js"
|
|
14
|
+
},
|
|
15
|
+
"./dist/index.css": "./dist/index.css"
|
|
16
|
+
},
|
|
8
17
|
"files": [
|
|
9
18
|
"dist"
|
|
10
19
|
],
|
|
@@ -26,7 +35,7 @@
|
|
|
26
35
|
"autoprefixer": "^10.4.27",
|
|
27
36
|
"postcss": "^8.5.8",
|
|
28
37
|
"react": "^19.2.4",
|
|
29
|
-
"tailwindcss": "^4.
|
|
38
|
+
"tailwindcss": "^3.4.19",
|
|
30
39
|
"tsup": "^8.5.1",
|
|
31
40
|
"typescript": "^5.9.3"
|
|
32
41
|
},
|