@refactico/pages 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +935 -3
- package/dist/index.d.ts +87 -0
- package/dist/index.js +929 -5
- package/dist/style.css +300 -249
- package/package.json +12 -12
package/dist/style.css
CHANGED
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
--tw-translate-x: 0;
|
|
6
6
|
--tw-translate-y: 0;
|
|
7
7
|
--tw-translate-z: 0;
|
|
8
|
+
--tw-scale-x: 1;
|
|
9
|
+
--tw-scale-y: 1;
|
|
10
|
+
--tw-scale-z: 1;
|
|
8
11
|
--tw-rotate-x: initial;
|
|
9
12
|
--tw-rotate-y: initial;
|
|
10
13
|
--tw-rotate-z: initial;
|
|
@@ -37,7 +40,6 @@
|
|
|
37
40
|
|
|
38
41
|
@layer theme {
|
|
39
42
|
:root, :host {
|
|
40
|
-
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
41
43
|
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
42
44
|
--color-red-50: oklch(97.1% .013 17.38);
|
|
43
45
|
--color-red-100: oklch(93.6% .032 17.717);
|
|
@@ -45,24 +47,34 @@
|
|
|
45
47
|
--color-red-300: oklch(80.8% .114 19.571);
|
|
46
48
|
--color-red-400: oklch(70.4% .191 22.216);
|
|
47
49
|
--color-red-500: oklch(63.7% .237 25.331);
|
|
50
|
+
--color-red-600: oklch(57.7% .245 27.325);
|
|
48
51
|
--color-red-700: oklch(50.5% .213 27.518);
|
|
49
52
|
--color-red-800: oklch(44.4% .177 26.899);
|
|
53
|
+
--color-red-900: oklch(39.6% .141 25.723);
|
|
50
54
|
--color-red-950: oklch(25.8% .092 26.042);
|
|
51
55
|
--color-amber-50: oklch(98.7% .022 95.277);
|
|
56
|
+
--color-amber-100: oklch(96.2% .059 95.617);
|
|
52
57
|
--color-amber-200: oklch(92.4% .12 95.746);
|
|
53
58
|
--color-amber-300: oklch(87.9% .169 91.605);
|
|
59
|
+
--color-amber-400: oklch(82.8% .189 84.429);
|
|
54
60
|
--color-amber-500: oklch(76.9% .188 70.08);
|
|
61
|
+
--color-amber-600: oklch(66.6% .179 58.318);
|
|
55
62
|
--color-amber-700: oklch(55.5% .163 48.998);
|
|
56
63
|
--color-amber-800: oklch(47.3% .137 46.201);
|
|
64
|
+
--color-amber-900: oklch(41.4% .112 45.904);
|
|
57
65
|
--color-amber-950: oklch(27.9% .077 45.635);
|
|
58
66
|
--color-yellow-500: oklch(79.5% .184 86.047);
|
|
59
67
|
--color-green-500: oklch(72.3% .219 149.579);
|
|
60
68
|
--color-emerald-50: oklch(97.9% .021 166.113);
|
|
69
|
+
--color-emerald-100: oklch(95% .052 163.051);
|
|
61
70
|
--color-emerald-200: oklch(90.5% .093 164.15);
|
|
62
71
|
--color-emerald-300: oklch(84.5% .143 164.978);
|
|
72
|
+
--color-emerald-400: oklch(76.5% .177 163.223);
|
|
63
73
|
--color-emerald-500: oklch(69.6% .17 162.48);
|
|
74
|
+
--color-emerald-600: oklch(59.6% .145 163.225);
|
|
64
75
|
--color-emerald-700: oklch(50.8% .118 165.612);
|
|
65
76
|
--color-emerald-800: oklch(43.2% .095 166.913);
|
|
77
|
+
--color-emerald-900: oklch(37.8% .077 168.94);
|
|
66
78
|
--color-emerald-950: oklch(26.2% .051 172.552);
|
|
67
79
|
--color-blue-50: oklch(97% .014 254.604);
|
|
68
80
|
--color-blue-200: oklch(88.2% .059 254.128);
|
|
@@ -101,6 +113,7 @@
|
|
|
101
113
|
--color-gray-800: oklch(27.8% .033 256.848);
|
|
102
114
|
--color-white: #fff;
|
|
103
115
|
--spacing: .25rem;
|
|
116
|
+
--container-4xl: 56rem;
|
|
104
117
|
--text-xs: .75rem;
|
|
105
118
|
--text-xs--line-height: calc(1 / .75);
|
|
106
119
|
--text-sm: .875rem;
|
|
@@ -126,265 +139,23 @@
|
|
|
126
139
|
--tracking-wide: .025em;
|
|
127
140
|
--tracking-wider: .05em;
|
|
128
141
|
--leading-relaxed: 1.625;
|
|
142
|
+
--radius-md: .375rem;
|
|
129
143
|
--radius-lg: .5rem;
|
|
130
144
|
--radius-xl: .75rem;
|
|
131
145
|
--default-transition-duration: .15s;
|
|
132
146
|
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
133
|
-
--default-font-family: var(--font-sans);
|
|
134
|
-
--default-mono-font-family: var(--font-mono);
|
|
135
147
|
}
|
|
136
148
|
}
|
|
137
149
|
|
|
138
|
-
@layer
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
border: 0 solid;
|
|
142
|
-
margin: 0;
|
|
143
|
-
padding: 0;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
::file-selector-button {
|
|
147
|
-
box-sizing: border-box;
|
|
148
|
-
border: 0 solid;
|
|
149
|
-
margin: 0;
|
|
150
|
-
padding: 0;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
html, :host {
|
|
154
|
-
-webkit-text-size-adjust: 100%;
|
|
155
|
-
tab-size: 4;
|
|
156
|
-
line-height: 1.5;
|
|
157
|
-
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
158
|
-
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
159
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
160
|
-
-webkit-tap-highlight-color: transparent;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
hr {
|
|
164
|
-
height: 0;
|
|
165
|
-
color: inherit;
|
|
166
|
-
border-top-width: 1px;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
abbr:where([title]) {
|
|
170
|
-
-webkit-text-decoration: underline dotted;
|
|
171
|
-
text-decoration: underline dotted;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
h1, h2, h3, h4, h5, h6 {
|
|
175
|
-
font-size: inherit;
|
|
176
|
-
font-weight: inherit;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
a {
|
|
180
|
-
color: inherit;
|
|
181
|
-
-webkit-text-decoration: inherit;
|
|
182
|
-
-webkit-text-decoration: inherit;
|
|
183
|
-
-webkit-text-decoration: inherit;
|
|
184
|
-
text-decoration: inherit;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
b, strong {
|
|
188
|
-
font-weight: bolder;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
code, kbd, samp, pre {
|
|
192
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
193
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
194
|
-
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
195
|
-
font-size: 1em;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
small {
|
|
199
|
-
font-size: 80%;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
sub, sup {
|
|
203
|
-
vertical-align: baseline;
|
|
204
|
-
font-size: 75%;
|
|
205
|
-
line-height: 0;
|
|
206
|
-
position: relative;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
sub {
|
|
210
|
-
bottom: -.25em;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
sup {
|
|
214
|
-
top: -.5em;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
table {
|
|
218
|
-
text-indent: 0;
|
|
219
|
-
border-color: inherit;
|
|
220
|
-
border-collapse: collapse;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
:-moz-focusring {
|
|
224
|
-
outline: auto;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
progress {
|
|
228
|
-
vertical-align: baseline;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
summary {
|
|
232
|
-
display: list-item;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
ol, ul, menu {
|
|
236
|
-
list-style: none;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
img, svg, video, canvas, audio, iframe, embed, object {
|
|
240
|
-
vertical-align: middle;
|
|
241
|
-
display: block;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
img, video {
|
|
245
|
-
max-width: 100%;
|
|
246
|
-
height: auto;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
button, input, select, optgroup, textarea {
|
|
250
|
-
font: inherit;
|
|
251
|
-
font-feature-settings: inherit;
|
|
252
|
-
font-variation-settings: inherit;
|
|
253
|
-
letter-spacing: inherit;
|
|
254
|
-
color: inherit;
|
|
255
|
-
opacity: 1;
|
|
256
|
-
background-color: #0000;
|
|
257
|
-
border-radius: 0;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
::file-selector-button {
|
|
261
|
-
font: inherit;
|
|
262
|
-
font-feature-settings: inherit;
|
|
263
|
-
font-variation-settings: inherit;
|
|
264
|
-
letter-spacing: inherit;
|
|
265
|
-
color: inherit;
|
|
266
|
-
opacity: 1;
|
|
267
|
-
background-color: #0000;
|
|
268
|
-
border-radius: 0;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
:where(select:is([multiple], [size])) optgroup {
|
|
272
|
-
font-weight: bolder;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
:where(select:is([multiple], [size])) optgroup option {
|
|
276
|
-
padding-inline-start: 20px;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
::file-selector-button {
|
|
280
|
-
margin-inline-end: 4px;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
::placeholder {
|
|
284
|
-
opacity: 1;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
@supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
|
|
288
|
-
::placeholder {
|
|
289
|
-
color: currentColor;
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
293
|
-
::placeholder {
|
|
294
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
textarea {
|
|
300
|
-
resize: vertical;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
::-webkit-search-decoration {
|
|
304
|
-
-webkit-appearance: none;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
::-webkit-date-and-time-value {
|
|
308
|
-
min-height: 1lh;
|
|
309
|
-
text-align: inherit;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
::-webkit-datetime-edit {
|
|
313
|
-
display: inline-flex;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
::-webkit-datetime-edit-fields-wrapper {
|
|
317
|
-
padding: 0;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
::-webkit-datetime-edit {
|
|
321
|
-
padding-block: 0;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
::-webkit-datetime-edit-year-field {
|
|
325
|
-
padding-block: 0;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
::-webkit-datetime-edit-month-field {
|
|
329
|
-
padding-block: 0;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
::-webkit-datetime-edit-day-field {
|
|
333
|
-
padding-block: 0;
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
::-webkit-datetime-edit-hour-field {
|
|
337
|
-
padding-block: 0;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
::-webkit-datetime-edit-minute-field {
|
|
341
|
-
padding-block: 0;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
::-webkit-datetime-edit-second-field {
|
|
345
|
-
padding-block: 0;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
::-webkit-datetime-edit-millisecond-field {
|
|
349
|
-
padding-block: 0;
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
::-webkit-datetime-edit-meridiem-field {
|
|
353
|
-
padding-block: 0;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
::-webkit-calendar-picker-indicator {
|
|
357
|
-
line-height: 1;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
:-moz-ui-invalid {
|
|
361
|
-
box-shadow: none;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
365
|
-
appearance: button;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
::file-selector-button {
|
|
369
|
-
appearance: button;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
::-webkit-inner-spin-button {
|
|
373
|
-
height: auto;
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
::-webkit-outer-spin-button {
|
|
377
|
-
height: auto;
|
|
150
|
+
@layer utilities {
|
|
151
|
+
.pointer-events-auto {
|
|
152
|
+
pointer-events: auto;
|
|
378
153
|
}
|
|
379
154
|
|
|
380
|
-
|
|
381
|
-
|
|
155
|
+
.pointer-events-none {
|
|
156
|
+
pointer-events: none;
|
|
382
157
|
}
|
|
383
|
-
}
|
|
384
158
|
|
|
385
|
-
@layer components;
|
|
386
|
-
|
|
387
|
-
@layer utilities {
|
|
388
159
|
.visible {
|
|
389
160
|
visibility: visible;
|
|
390
161
|
}
|
|
@@ -417,6 +188,10 @@
|
|
|
417
188
|
top: calc(var(--spacing) * 0);
|
|
418
189
|
}
|
|
419
190
|
|
|
191
|
+
.top-1\/2 {
|
|
192
|
+
top: 50%;
|
|
193
|
+
}
|
|
194
|
+
|
|
420
195
|
.top-full {
|
|
421
196
|
top: 100%;
|
|
422
197
|
}
|
|
@@ -429,6 +204,10 @@
|
|
|
429
204
|
right: calc(var(--spacing) * 2);
|
|
430
205
|
}
|
|
431
206
|
|
|
207
|
+
.bottom-0 {
|
|
208
|
+
bottom: calc(var(--spacing) * 0);
|
|
209
|
+
}
|
|
210
|
+
|
|
432
211
|
.bottom-2 {
|
|
433
212
|
bottom: calc(var(--spacing) * 2);
|
|
434
213
|
}
|
|
@@ -445,6 +224,14 @@
|
|
|
445
224
|
z-index: 10;
|
|
446
225
|
}
|
|
447
226
|
|
|
227
|
+
.z-20 {
|
|
228
|
+
z-index: 20;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.z-30 {
|
|
232
|
+
z-index: 30;
|
|
233
|
+
}
|
|
234
|
+
|
|
448
235
|
.z-50 {
|
|
449
236
|
z-index: 50;
|
|
450
237
|
}
|
|
@@ -483,6 +270,10 @@
|
|
|
483
270
|
}
|
|
484
271
|
}
|
|
485
272
|
|
|
273
|
+
.-mx-4 {
|
|
274
|
+
margin-inline: calc(var(--spacing) * -4);
|
|
275
|
+
}
|
|
276
|
+
|
|
486
277
|
.mx-1 {
|
|
487
278
|
margin-inline: calc(var(--spacing) * 1);
|
|
488
279
|
}
|
|
@@ -547,6 +338,10 @@
|
|
|
547
338
|
display: inline-block;
|
|
548
339
|
}
|
|
549
340
|
|
|
341
|
+
.inline-flex {
|
|
342
|
+
display: inline-flex;
|
|
343
|
+
}
|
|
344
|
+
|
|
550
345
|
.table {
|
|
551
346
|
display: table;
|
|
552
347
|
}
|
|
@@ -575,6 +370,14 @@
|
|
|
575
370
|
height: auto;
|
|
576
371
|
}
|
|
577
372
|
|
|
373
|
+
.h-full {
|
|
374
|
+
height: 100%;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.h-screen {
|
|
378
|
+
height: 100vh;
|
|
379
|
+
}
|
|
380
|
+
|
|
578
381
|
.max-h-80 {
|
|
579
382
|
max-height: calc(var(--spacing) * 80);
|
|
580
383
|
}
|
|
@@ -595,10 +398,18 @@
|
|
|
595
398
|
min-height: calc(100vh - 57px);
|
|
596
399
|
}
|
|
597
400
|
|
|
401
|
+
.min-h-full {
|
|
402
|
+
min-height: 100%;
|
|
403
|
+
}
|
|
404
|
+
|
|
598
405
|
.min-h-screen {
|
|
599
406
|
min-height: 100vh;
|
|
600
407
|
}
|
|
601
408
|
|
|
409
|
+
.w-1 {
|
|
410
|
+
width: calc(var(--spacing) * 1);
|
|
411
|
+
}
|
|
412
|
+
|
|
602
413
|
.w-1\/2 {
|
|
603
414
|
width: 50%;
|
|
604
415
|
}
|
|
@@ -639,6 +450,10 @@
|
|
|
639
450
|
width: 1px;
|
|
640
451
|
}
|
|
641
452
|
|
|
453
|
+
.max-w-4xl {
|
|
454
|
+
max-width: var(--container-4xl);
|
|
455
|
+
}
|
|
456
|
+
|
|
642
457
|
.max-w-\[1800px\] {
|
|
643
458
|
max-width: 1800px;
|
|
644
459
|
}
|
|
@@ -672,10 +487,26 @@
|
|
|
672
487
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
673
488
|
}
|
|
674
489
|
|
|
490
|
+
.-translate-y-1\/2 {
|
|
491
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
492
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
.scale-110 {
|
|
496
|
+
--tw-scale-x: 110%;
|
|
497
|
+
--tw-scale-y: 110%;
|
|
498
|
+
--tw-scale-z: 110%;
|
|
499
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
500
|
+
}
|
|
501
|
+
|
|
675
502
|
.transform {
|
|
676
503
|
transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
|
|
677
504
|
}
|
|
678
505
|
|
|
506
|
+
.cursor-col-resize {
|
|
507
|
+
cursor: col-resize;
|
|
508
|
+
}
|
|
509
|
+
|
|
679
510
|
.cursor-grab {
|
|
680
511
|
cursor: grab;
|
|
681
512
|
}
|
|
@@ -712,6 +543,10 @@
|
|
|
712
543
|
flex-direction: column;
|
|
713
544
|
}
|
|
714
545
|
|
|
546
|
+
.flex-wrap {
|
|
547
|
+
flex-wrap: wrap;
|
|
548
|
+
}
|
|
549
|
+
|
|
715
550
|
.items-center {
|
|
716
551
|
align-items: center;
|
|
717
552
|
}
|
|
@@ -740,6 +575,10 @@
|
|
|
740
575
|
gap: calc(var(--spacing) * 3);
|
|
741
576
|
}
|
|
742
577
|
|
|
578
|
+
.gap-4 {
|
|
579
|
+
gap: calc(var(--spacing) * 4);
|
|
580
|
+
}
|
|
581
|
+
|
|
743
582
|
:where(.space-y-1 > :not(:last-child)) {
|
|
744
583
|
--tw-space-y-reverse: 0;
|
|
745
584
|
margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
|
|
@@ -752,6 +591,12 @@
|
|
|
752
591
|
margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
|
|
753
592
|
}
|
|
754
593
|
|
|
594
|
+
:where(.space-y-4 > :not(:last-child)) {
|
|
595
|
+
--tw-space-y-reverse: 0;
|
|
596
|
+
margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
|
|
597
|
+
margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
|
|
598
|
+
}
|
|
599
|
+
|
|
755
600
|
.truncate {
|
|
756
601
|
text-overflow: ellipsis;
|
|
757
602
|
white-space: nowrap;
|
|
@@ -786,6 +631,10 @@
|
|
|
786
631
|
border-radius: var(--radius-lg);
|
|
787
632
|
}
|
|
788
633
|
|
|
634
|
+
.rounded-md {
|
|
635
|
+
border-radius: var(--radius-md);
|
|
636
|
+
}
|
|
637
|
+
|
|
789
638
|
.rounded-xl {
|
|
790
639
|
border-radius: var(--radius-xl);
|
|
791
640
|
}
|
|
@@ -849,6 +698,14 @@
|
|
|
849
698
|
border-color: var(--color-amber-200);
|
|
850
699
|
}
|
|
851
700
|
|
|
701
|
+
.border-amber-400 {
|
|
702
|
+
border-color: var(--color-amber-400);
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
.border-amber-600 {
|
|
706
|
+
border-color: var(--color-amber-600);
|
|
707
|
+
}
|
|
708
|
+
|
|
852
709
|
.border-amber-800 {
|
|
853
710
|
border-color: var(--color-amber-800);
|
|
854
711
|
}
|
|
@@ -865,6 +722,14 @@
|
|
|
865
722
|
border-color: var(--color-emerald-200);
|
|
866
723
|
}
|
|
867
724
|
|
|
725
|
+
.border-emerald-400 {
|
|
726
|
+
border-color: var(--color-emerald-400);
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
.border-emerald-600 {
|
|
730
|
+
border-color: var(--color-emerald-600);
|
|
731
|
+
}
|
|
732
|
+
|
|
868
733
|
.border-emerald-800 {
|
|
869
734
|
border-color: var(--color-emerald-800);
|
|
870
735
|
}
|
|
@@ -877,6 +742,14 @@
|
|
|
877
742
|
border-color: var(--color-red-200);
|
|
878
743
|
}
|
|
879
744
|
|
|
745
|
+
.border-red-400 {
|
|
746
|
+
border-color: var(--color-red-400);
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
.border-red-600 {
|
|
750
|
+
border-color: var(--color-red-600);
|
|
751
|
+
}
|
|
752
|
+
|
|
880
753
|
.border-red-800 {
|
|
881
754
|
border-color: var(--color-red-800);
|
|
882
755
|
}
|
|
@@ -917,6 +790,34 @@
|
|
|
917
790
|
background-color: var(--color-amber-50);
|
|
918
791
|
}
|
|
919
792
|
|
|
793
|
+
.bg-amber-100 {
|
|
794
|
+
background-color: var(--color-amber-100);
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
.bg-amber-900 {
|
|
798
|
+
background-color: var(--color-amber-900);
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.bg-amber-900\/50 {
|
|
802
|
+
background-color: #7b330680;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
806
|
+
.bg-amber-900\/50 {
|
|
807
|
+
background-color: color-mix(in oklab, var(--color-amber-900) 50%, transparent);
|
|
808
|
+
}
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
.bg-amber-950\/30 {
|
|
812
|
+
background-color: #4619014d;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
816
|
+
.bg-amber-950\/30 {
|
|
817
|
+
background-color: color-mix(in oklab, var(--color-amber-950) 30%, transparent);
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
|
|
920
821
|
.bg-amber-950\/40 {
|
|
921
822
|
background-color: #46190166;
|
|
922
823
|
}
|
|
@@ -945,6 +846,42 @@
|
|
|
945
846
|
background-color: var(--color-emerald-50);
|
|
946
847
|
}
|
|
947
848
|
|
|
849
|
+
.bg-emerald-100 {
|
|
850
|
+
background-color: var(--color-emerald-100);
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
.bg-emerald-400 {
|
|
854
|
+
background-color: var(--color-emerald-400);
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
.bg-emerald-500 {
|
|
858
|
+
background-color: var(--color-emerald-500);
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
.bg-emerald-900 {
|
|
862
|
+
background-color: var(--color-emerald-900);
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
.bg-emerald-900\/50 {
|
|
866
|
+
background-color: #004e3b80;
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
870
|
+
.bg-emerald-900\/50 {
|
|
871
|
+
background-color: color-mix(in oklab, var(--color-emerald-900) 50%, transparent);
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
.bg-emerald-950\/30 {
|
|
876
|
+
background-color: #002c224d;
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
880
|
+
.bg-emerald-950\/30 {
|
|
881
|
+
background-color: color-mix(in oklab, var(--color-emerald-950) 30%, transparent);
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
|
|
948
885
|
.bg-emerald-950\/40 {
|
|
949
886
|
background-color: #002c2266;
|
|
950
887
|
}
|
|
@@ -1019,6 +956,18 @@
|
|
|
1019
956
|
background-color: var(--color-red-50);
|
|
1020
957
|
}
|
|
1021
958
|
|
|
959
|
+
.bg-red-100 {
|
|
960
|
+
background-color: var(--color-red-100);
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
.bg-red-400 {
|
|
964
|
+
background-color: var(--color-red-400);
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
.bg-red-500 {
|
|
968
|
+
background-color: var(--color-red-500);
|
|
969
|
+
}
|
|
970
|
+
|
|
1022
971
|
.bg-red-500\/80 {
|
|
1023
972
|
background-color: #fb2c36cc;
|
|
1024
973
|
}
|
|
@@ -1029,6 +978,30 @@
|
|
|
1029
978
|
}
|
|
1030
979
|
}
|
|
1031
980
|
|
|
981
|
+
.bg-red-900 {
|
|
982
|
+
background-color: var(--color-red-900);
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
.bg-red-900\/50 {
|
|
986
|
+
background-color: #82181a80;
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
990
|
+
.bg-red-900\/50 {
|
|
991
|
+
background-color: color-mix(in oklab, var(--color-red-900) 50%, transparent);
|
|
992
|
+
}
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
.bg-red-950\/30 {
|
|
996
|
+
background-color: #4608094d;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1000
|
+
.bg-red-950\/30 {
|
|
1001
|
+
background-color: color-mix(in oklab, var(--color-red-950) 30%, transparent);
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1032
1005
|
.bg-red-950\/40 {
|
|
1033
1006
|
background-color: #46080966;
|
|
1034
1007
|
}
|
|
@@ -1051,6 +1024,10 @@
|
|
|
1051
1024
|
background-color: var(--color-slate-200);
|
|
1052
1025
|
}
|
|
1053
1026
|
|
|
1027
|
+
.bg-slate-300 {
|
|
1028
|
+
background-color: var(--color-slate-300);
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1054
1031
|
.bg-slate-600 {
|
|
1055
1032
|
background-color: var(--color-slate-600);
|
|
1056
1033
|
}
|
|
@@ -1145,6 +1122,10 @@
|
|
|
1145
1122
|
padding-inline: calc(var(--spacing) * 2);
|
|
1146
1123
|
}
|
|
1147
1124
|
|
|
1125
|
+
.px-2\.5 {
|
|
1126
|
+
padding-inline: calc(var(--spacing) * 2.5);
|
|
1127
|
+
}
|
|
1128
|
+
|
|
1148
1129
|
.px-3 {
|
|
1149
1130
|
padding-inline: calc(var(--spacing) * 3);
|
|
1150
1131
|
}
|
|
@@ -1193,6 +1174,14 @@
|
|
|
1193
1174
|
padding-right: calc(var(--spacing) * 3);
|
|
1194
1175
|
}
|
|
1195
1176
|
|
|
1177
|
+
.pr-6 {
|
|
1178
|
+
padding-right: calc(var(--spacing) * 6);
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
.pb-2 {
|
|
1182
|
+
padding-bottom: calc(var(--spacing) * 2);
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1196
1185
|
.pb-3 {
|
|
1197
1186
|
padding-bottom: calc(var(--spacing) * 3);
|
|
1198
1187
|
}
|
|
@@ -1333,6 +1322,10 @@
|
|
|
1333
1322
|
color: var(--color-amber-300);
|
|
1334
1323
|
}
|
|
1335
1324
|
|
|
1325
|
+
.text-amber-400 {
|
|
1326
|
+
color: var(--color-amber-400);
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1336
1329
|
.text-amber-500 {
|
|
1337
1330
|
color: var(--color-amber-500);
|
|
1338
1331
|
}
|
|
@@ -1373,6 +1366,10 @@
|
|
|
1373
1366
|
color: var(--color-emerald-300);
|
|
1374
1367
|
}
|
|
1375
1368
|
|
|
1369
|
+
.text-emerald-400 {
|
|
1370
|
+
color: var(--color-emerald-400);
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1376
1373
|
.text-emerald-500 {
|
|
1377
1374
|
color: var(--color-emerald-500);
|
|
1378
1375
|
}
|
|
@@ -1401,6 +1398,10 @@
|
|
|
1401
1398
|
color: var(--color-red-300);
|
|
1402
1399
|
}
|
|
1403
1400
|
|
|
1401
|
+
.text-red-400 {
|
|
1402
|
+
color: var(--color-red-400);
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1404
1405
|
.text-red-500 {
|
|
1405
1406
|
color: var(--color-red-500);
|
|
1406
1407
|
}
|
|
@@ -1505,11 +1506,24 @@
|
|
|
1505
1506
|
opacity: .5;
|
|
1506
1507
|
}
|
|
1507
1508
|
|
|
1509
|
+
.opacity-60 {
|
|
1510
|
+
opacity: .6;
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1513
|
+
.opacity-80 {
|
|
1514
|
+
opacity: .8;
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1508
1517
|
.shadow-lg {
|
|
1509
1518
|
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
|
|
1510
1519
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1511
1520
|
}
|
|
1512
1521
|
|
|
1522
|
+
.shadow-md {
|
|
1523
|
+
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
|
|
1524
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1513
1527
|
.shadow-sm {
|
|
1514
1528
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
|
|
1515
1529
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -1647,6 +1661,10 @@
|
|
|
1647
1661
|
border-color: var(--color-slate-500);
|
|
1648
1662
|
}
|
|
1649
1663
|
|
|
1664
|
+
.hover\:bg-indigo-500:hover {
|
|
1665
|
+
background-color: var(--color-indigo-500);
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1650
1668
|
.hover\:bg-indigo-700:hover {
|
|
1651
1669
|
background-color: var(--color-indigo-700);
|
|
1652
1670
|
}
|
|
@@ -1721,6 +1739,10 @@
|
|
|
1721
1739
|
color: var(--color-slate-700);
|
|
1722
1740
|
}
|
|
1723
1741
|
|
|
1742
|
+
.hover\:text-slate-900:hover {
|
|
1743
|
+
color: var(--color-slate-900);
|
|
1744
|
+
}
|
|
1745
|
+
|
|
1724
1746
|
.hover\:text-white:hover {
|
|
1725
1747
|
color: var(--color-white);
|
|
1726
1748
|
}
|
|
@@ -1750,6 +1772,17 @@
|
|
|
1750
1772
|
}
|
|
1751
1773
|
}
|
|
1752
1774
|
|
|
1775
|
+
.pages-editor *, .pages-editor :before, .pages-editor :after {
|
|
1776
|
+
box-sizing: border-box;
|
|
1777
|
+
margin: 0;
|
|
1778
|
+
padding: 0;
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1781
|
+
.pages-editor {
|
|
1782
|
+
-webkit-text-size-adjust: 100%;
|
|
1783
|
+
line-height: 1.5;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1753
1786
|
@property --tw-translate-x {
|
|
1754
1787
|
syntax: "*";
|
|
1755
1788
|
inherits: false;
|
|
@@ -1768,6 +1801,24 @@
|
|
|
1768
1801
|
initial-value: 0;
|
|
1769
1802
|
}
|
|
1770
1803
|
|
|
1804
|
+
@property --tw-scale-x {
|
|
1805
|
+
syntax: "*";
|
|
1806
|
+
inherits: false;
|
|
1807
|
+
initial-value: 1;
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
@property --tw-scale-y {
|
|
1811
|
+
syntax: "*";
|
|
1812
|
+
inherits: false;
|
|
1813
|
+
initial-value: 1;
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
@property --tw-scale-z {
|
|
1817
|
+
syntax: "*";
|
|
1818
|
+
inherits: false;
|
|
1819
|
+
initial-value: 1;
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1771
1822
|
@property --tw-rotate-x {
|
|
1772
1823
|
syntax: "*";
|
|
1773
1824
|
inherits: false
|