vitrail 0.4.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +16 -30
  3. data/app/components/vitrail/badge.rb +7 -7
  4. data/app/components/vitrail/button_tag/component.rb +74 -0
  5. data/app/components/vitrail/card/component.html.erb +18 -0
  6. data/app/components/vitrail/card/component.rb +9 -0
  7. data/app/components/vitrail/link_to/component.rb +64 -0
  8. data/app/components/vitrail/notice.html.erb +5 -5
  9. data/app/components/vitrail/notice.rb +6 -6
  10. data/app/components/vitrail/table/component.html.erb +15 -0
  11. data/app/components/vitrail/table/component.rb +10 -0
  12. data/app/components/vitrail/table/division.html.erb +1 -1
  13. data/app/components/vitrail/table/division.rb +3 -3
  14. data/app/components/vitrail/table/header.rb +3 -3
  15. data/app/components/vitrail/table/row.rb +2 -2
  16. data/app/components/vitrail/title/component.rb +34 -0
  17. data/lib/generators/vitrail/install/install_generator.rb +50 -0
  18. data/lib/generators/vitrail/install/templates/stylesheets/vitrail/button_tag.css.tt +36 -0
  19. data/lib/generators/vitrail/install/templates/stylesheets/vitrail/card.css.tt +20 -0
  20. data/lib/generators/vitrail/install/templates/stylesheets/vitrail/config.css.tt +23 -0
  21. data/lib/generators/vitrail/install/templates/stylesheets/vitrail/index.css.tt +8 -0
  22. data/lib/generators/vitrail/install/templates/stylesheets/vitrail/link_to.css.tt +36 -0
  23. data/lib/generators/vitrail/install/templates/stylesheets/vitrail/primitives.css.tt +24 -0
  24. data/lib/generators/vitrail/install/templates/stylesheets/vitrail/table.css.tt +37 -0
  25. data/lib/generators/vitrail/install/templates/stylesheets/vitrail/title.css.tt +21 -0
  26. data/lib/generators/vitrail/install/templates/vitrail_preset.js.tt +41 -0
  27. data/lib/vitrail/engine.rb +18 -2
  28. data/lib/vitrail/helper.rb +9 -0
  29. data/lib/vitrail/tasks/install.rake +8 -0
  30. data/lib/vitrail/version.rb +1 -1
  31. data/lib/vitrail.rb +2 -0
  32. metadata +25 -19
  33. data/Rakefile +0 -8
  34. data/app/assets/config/vitrail_manifest.js +0 -1
  35. data/app/assets/stylesheets/vitrail/application.css +0 -15
  36. data/app/assets/stylesheets/vitrail/vitrail.css +0 -891
  37. data/app/assets/stylesheets/vitrail.tailwind.css +0 -13
  38. data/app/components/vitrail/card.html.erb +0 -12
  39. data/app/components/vitrail/card.rb +0 -18
  40. data/app/components/vitrail/link_to.rb +0 -40
  41. data/app/components/vitrail/table.html.erb +0 -19
  42. data/app/components/vitrail/table.rb +0 -10
  43. data/app/components/vitrail/title.rb +0 -29
  44. data/app/views/layouts/vitrail/component_preview.html.erb +0 -16
  45. data/config/tailwind.config.js +0 -22
@@ -1,891 +0,0 @@
1
- /*
2
- ! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
3
- */
4
-
5
- /*
6
- 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
7
- 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
8
- */
9
-
10
- *,
11
- ::before,
12
- ::after {
13
- box-sizing: border-box;
14
- /* 1 */
15
- border-width: 0;
16
- /* 2 */
17
- border-style: solid;
18
- /* 2 */
19
- border-color: #e5e7eb;
20
- /* 2 */
21
- }
22
-
23
- ::before,
24
- ::after {
25
- --tw-content: '';
26
- }
27
-
28
- /*
29
- 1. Use a consistent sensible line-height in all browsers.
30
- 2. Prevent adjustments of font size after orientation changes in iOS.
31
- 3. Use a more readable tab size.
32
- 4. Use the user's configured `sans` font-family by default.
33
- 5. Use the user's configured `sans` font-feature-settings by default.
34
- 6. Use the user's configured `sans` font-variation-settings by default.
35
- */
36
-
37
- html {
38
- line-height: 1.5;
39
- /* 1 */
40
- -webkit-text-size-adjust: 100%;
41
- /* 2 */
42
- -moz-tab-size: 4;
43
- /* 3 */
44
- -o-tab-size: 4;
45
- tab-size: 4;
46
- /* 3 */
47
- font-family: Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
48
- /* 4 */
49
- font-feature-settings: normal;
50
- /* 5 */
51
- font-variation-settings: normal;
52
- /* 6 */
53
- }
54
-
55
- /*
56
- 1. Remove the margin in all browsers.
57
- 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
58
- */
59
-
60
- body {
61
- margin: 0;
62
- /* 1 */
63
- line-height: inherit;
64
- /* 2 */
65
- }
66
-
67
- /*
68
- 1. Add the correct height in Firefox.
69
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
70
- 3. Ensure horizontal rules are visible by default.
71
- */
72
-
73
- hr {
74
- height: 0;
75
- /* 1 */
76
- color: inherit;
77
- /* 2 */
78
- border-top-width: 1px;
79
- /* 3 */
80
- }
81
-
82
- /*
83
- Add the correct text decoration in Chrome, Edge, and Safari.
84
- */
85
-
86
- abbr:where([title]) {
87
- -webkit-text-decoration: underline dotted;
88
- text-decoration: underline dotted;
89
- }
90
-
91
- /*
92
- Remove the default font size and weight for headings.
93
- */
94
-
95
- h1,
96
- h2,
97
- h3,
98
- h4,
99
- h5,
100
- h6 {
101
- font-size: inherit;
102
- font-weight: inherit;
103
- }
104
-
105
- /*
106
- Reset links to optimize for opt-in styling instead of opt-out.
107
- */
108
-
109
- a {
110
- color: inherit;
111
- text-decoration: inherit;
112
- }
113
-
114
- /*
115
- Add the correct font weight in Edge and Safari.
116
- */
117
-
118
- b,
119
- strong {
120
- font-weight: bolder;
121
- }
122
-
123
- /*
124
- 1. Use the user's configured `mono` font family by default.
125
- 2. Correct the odd `em` font sizing in all browsers.
126
- */
127
-
128
- code,
129
- kbd,
130
- samp,
131
- pre {
132
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
133
- /* 1 */
134
- font-size: 1em;
135
- /* 2 */
136
- }
137
-
138
- /*
139
- Add the correct font size in all browsers.
140
- */
141
-
142
- small {
143
- font-size: 80%;
144
- }
145
-
146
- /*
147
- Prevent `sub` and `sup` elements from affecting the line height in all browsers.
148
- */
149
-
150
- sub,
151
- sup {
152
- font-size: 75%;
153
- line-height: 0;
154
- position: relative;
155
- vertical-align: baseline;
156
- }
157
-
158
- sub {
159
- bottom: -0.25em;
160
- }
161
-
162
- sup {
163
- top: -0.5em;
164
- }
165
-
166
- /*
167
- 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)
168
- 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)
169
- 3. Remove gaps between table borders by default.
170
- */
171
-
172
- table {
173
- text-indent: 0;
174
- /* 1 */
175
- border-color: inherit;
176
- /* 2 */
177
- border-collapse: collapse;
178
- /* 3 */
179
- }
180
-
181
- /*
182
- 1. Change the font styles in all browsers.
183
- 2. Remove the margin in Firefox and Safari.
184
- 3. Remove default padding in all browsers.
185
- */
186
-
187
- button,
188
- input,
189
- optgroup,
190
- select,
191
- textarea {
192
- font-family: inherit;
193
- /* 1 */
194
- font-feature-settings: inherit;
195
- /* 1 */
196
- font-variation-settings: inherit;
197
- /* 1 */
198
- font-size: 100%;
199
- /* 1 */
200
- font-weight: inherit;
201
- /* 1 */
202
- line-height: inherit;
203
- /* 1 */
204
- color: inherit;
205
- /* 1 */
206
- margin: 0;
207
- /* 2 */
208
- padding: 0;
209
- /* 3 */
210
- }
211
-
212
- /*
213
- Remove the inheritance of text transform in Edge and Firefox.
214
- */
215
-
216
- button,
217
- select {
218
- text-transform: none;
219
- }
220
-
221
- /*
222
- 1. Correct the inability to style clickable types in iOS and Safari.
223
- 2. Remove default button styles.
224
- */
225
-
226
- button,
227
- [type='button'],
228
- [type='reset'],
229
- [type='submit'] {
230
- -webkit-appearance: button;
231
- /* 1 */
232
- background-color: transparent;
233
- /* 2 */
234
- background-image: none;
235
- /* 2 */
236
- }
237
-
238
- /*
239
- Use the modern Firefox focus style for all focusable elements.
240
- */
241
-
242
- :-moz-focusring {
243
- outline: auto;
244
- }
245
-
246
- /*
247
- Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
248
- */
249
-
250
- :-moz-ui-invalid {
251
- box-shadow: none;
252
- }
253
-
254
- /*
255
- Add the correct vertical alignment in Chrome and Firefox.
256
- */
257
-
258
- progress {
259
- vertical-align: baseline;
260
- }
261
-
262
- /*
263
- Correct the cursor style of increment and decrement buttons in Safari.
264
- */
265
-
266
- ::-webkit-inner-spin-button,
267
- ::-webkit-outer-spin-button {
268
- height: auto;
269
- }
270
-
271
- /*
272
- 1. Correct the odd appearance in Chrome and Safari.
273
- 2. Correct the outline style in Safari.
274
- */
275
-
276
- [type='search'] {
277
- -webkit-appearance: textfield;
278
- /* 1 */
279
- outline-offset: -2px;
280
- /* 2 */
281
- }
282
-
283
- /*
284
- Remove the inner padding in Chrome and Safari on macOS.
285
- */
286
-
287
- ::-webkit-search-decoration {
288
- -webkit-appearance: none;
289
- }
290
-
291
- /*
292
- 1. Correct the inability to style clickable types in iOS and Safari.
293
- 2. Change font properties to `inherit` in Safari.
294
- */
295
-
296
- ::-webkit-file-upload-button {
297
- -webkit-appearance: button;
298
- /* 1 */
299
- font: inherit;
300
- /* 2 */
301
- }
302
-
303
- /*
304
- Add the correct display in Chrome and Safari.
305
- */
306
-
307
- summary {
308
- display: list-item;
309
- }
310
-
311
- /*
312
- Removes the default spacing and border for appropriate elements.
313
- */
314
-
315
- blockquote,
316
- dl,
317
- dd,
318
- h1,
319
- h2,
320
- h3,
321
- h4,
322
- h5,
323
- h6,
324
- hr,
325
- figure,
326
- p,
327
- pre {
328
- margin: 0;
329
- }
330
-
331
- fieldset {
332
- margin: 0;
333
- padding: 0;
334
- }
335
-
336
- legend {
337
- padding: 0;
338
- }
339
-
340
- ol,
341
- ul,
342
- menu {
343
- list-style: none;
344
- margin: 0;
345
- padding: 0;
346
- }
347
-
348
- /*
349
- Reset default styling for dialogs.
350
- */
351
-
352
- dialog {
353
- padding: 0;
354
- }
355
-
356
- /*
357
- Prevent resizing textareas horizontally by default.
358
- */
359
-
360
- textarea {
361
- resize: vertical;
362
- }
363
-
364
- /*
365
- 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
366
- 2. Set the default placeholder color to the user's configured gray 400 color.
367
- */
368
-
369
- input::-moz-placeholder, textarea::-moz-placeholder {
370
- opacity: 1;
371
- /* 1 */
372
- color: #9ca3af;
373
- /* 2 */
374
- }
375
-
376
- input::placeholder,
377
- textarea::placeholder {
378
- opacity: 1;
379
- /* 1 */
380
- color: #9ca3af;
381
- /* 2 */
382
- }
383
-
384
- /*
385
- Set the default cursor for buttons.
386
- */
387
-
388
- button,
389
- [role="button"] {
390
- cursor: pointer;
391
- }
392
-
393
- /*
394
- Make sure disabled buttons don't get the pointer cursor.
395
- */
396
-
397
- :disabled {
398
- cursor: default;
399
- }
400
-
401
- /*
402
- 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
403
- 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
404
- This can trigger a poorly considered lint error in some tools but is included by design.
405
- */
406
-
407
- img,
408
- svg,
409
- video,
410
- canvas,
411
- audio,
412
- iframe,
413
- embed,
414
- object {
415
- display: block;
416
- /* 1 */
417
- vertical-align: middle;
418
- /* 2 */
419
- }
420
-
421
- /*
422
- Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
423
- */
424
-
425
- img,
426
- video {
427
- max-width: 100%;
428
- height: auto;
429
- }
430
-
431
- /* Make elements with the HTML hidden attribute stay hidden by default */
432
-
433
- [hidden] {
434
- display: none;
435
- }
436
-
437
- [type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
438
- -webkit-appearance: none;
439
- -moz-appearance: none;
440
- appearance: none;
441
- background-color: #fff;
442
- border-color: #6b7280;
443
- border-width: 1px;
444
- border-radius: 0px;
445
- padding-top: 0.5rem;
446
- padding-right: 0.75rem;
447
- padding-bottom: 0.5rem;
448
- padding-left: 0.75rem;
449
- font-size: 1rem;
450
- line-height: 1.5rem;
451
- --tw-shadow: 0 0 #0000;
452
- }
453
-
454
- [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
455
- outline: 2px solid transparent;
456
- outline-offset: 2px;
457
- --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
458
- --tw-ring-offset-width: 0px;
459
- --tw-ring-offset-color: #fff;
460
- --tw-ring-color: #2563eb;
461
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
462
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
463
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
464
- border-color: #2563eb;
465
- }
466
-
467
- input::-moz-placeholder, textarea::-moz-placeholder {
468
- color: #6b7280;
469
- opacity: 1;
470
- }
471
-
472
- input::placeholder,textarea::placeholder {
473
- color: #6b7280;
474
- opacity: 1;
475
- }
476
-
477
- ::-webkit-datetime-edit-fields-wrapper {
478
- padding: 0;
479
- }
480
-
481
- ::-webkit-date-and-time-value {
482
- min-height: 1.5em;
483
- }
484
-
485
- ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
486
- padding-top: 0;
487
- padding-bottom: 0;
488
- }
489
-
490
- select {
491
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
492
- background-position: right 0.5rem center;
493
- background-repeat: no-repeat;
494
- background-size: 1.5em 1.5em;
495
- padding-right: 2.5rem;
496
- -webkit-print-color-adjust: exact;
497
- print-color-adjust: exact;
498
- }
499
-
500
- [multiple] {
501
- background-image: initial;
502
- background-position: initial;
503
- background-repeat: unset;
504
- background-size: initial;
505
- padding-right: 0.75rem;
506
- -webkit-print-color-adjust: unset;
507
- print-color-adjust: unset;
508
- }
509
-
510
- [type='checkbox'],[type='radio'] {
511
- -webkit-appearance: none;
512
- -moz-appearance: none;
513
- appearance: none;
514
- padding: 0;
515
- -webkit-print-color-adjust: exact;
516
- print-color-adjust: exact;
517
- display: inline-block;
518
- vertical-align: middle;
519
- background-origin: border-box;
520
- -webkit-user-select: none;
521
- -moz-user-select: none;
522
- user-select: none;
523
- flex-shrink: 0;
524
- height: 1rem;
525
- width: 1rem;
526
- color: #2563eb;
527
- background-color: #fff;
528
- border-color: #6b7280;
529
- border-width: 1px;
530
- --tw-shadow: 0 0 #0000;
531
- }
532
-
533
- [type='checkbox'] {
534
- border-radius: 0px;
535
- }
536
-
537
- [type='radio'] {
538
- border-radius: 100%;
539
- }
540
-
541
- [type='checkbox']:focus,[type='radio']:focus {
542
- outline: 2px solid transparent;
543
- outline-offset: 2px;
544
- --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
545
- --tw-ring-offset-width: 2px;
546
- --tw-ring-offset-color: #fff;
547
- --tw-ring-color: #2563eb;
548
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
549
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
550
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
551
- }
552
-
553
- [type='checkbox']:checked,[type='radio']:checked {
554
- border-color: transparent;
555
- background-color: currentColor;
556
- background-size: 100% 100%;
557
- background-position: center;
558
- background-repeat: no-repeat;
559
- }
560
-
561
- [type='checkbox']:checked {
562
- background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
563
- }
564
-
565
- [type='radio']:checked {
566
- background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
567
- }
568
-
569
- [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
570
- border-color: transparent;
571
- background-color: currentColor;
572
- }
573
-
574
- [type='checkbox']:indeterminate {
575
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
576
- border-color: transparent;
577
- background-color: currentColor;
578
- background-size: 100% 100%;
579
- background-position: center;
580
- background-repeat: no-repeat;
581
- }
582
-
583
- [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
584
- border-color: transparent;
585
- background-color: currentColor;
586
- }
587
-
588
- [type='file'] {
589
- background: unset;
590
- border-color: inherit;
591
- border-width: 0;
592
- border-radius: 0;
593
- padding: 0;
594
- font-size: unset;
595
- line-height: inherit;
596
- }
597
-
598
- [type='file']:focus {
599
- outline: 1px solid ButtonText;
600
- outline: 1px auto -webkit-focus-ring-color;
601
- }
602
-
603
- *, ::before, ::after {
604
- --tw-border-spacing-x: 0;
605
- --tw-border-spacing-y: 0;
606
- --tw-translate-x: 0;
607
- --tw-translate-y: 0;
608
- --tw-rotate: 0;
609
- --tw-skew-x: 0;
610
- --tw-skew-y: 0;
611
- --tw-scale-x: 1;
612
- --tw-scale-y: 1;
613
- --tw-pan-x: ;
614
- --tw-pan-y: ;
615
- --tw-pinch-zoom: ;
616
- --tw-scroll-snap-strictness: proximity;
617
- --tw-gradient-from-position: ;
618
- --tw-gradient-via-position: ;
619
- --tw-gradient-to-position: ;
620
- --tw-ordinal: ;
621
- --tw-slashed-zero: ;
622
- --tw-numeric-figure: ;
623
- --tw-numeric-spacing: ;
624
- --tw-numeric-fraction: ;
625
- --tw-ring-inset: ;
626
- --tw-ring-offset-width: 0px;
627
- --tw-ring-offset-color: #fff;
628
- --tw-ring-color: rgb(59 130 246 / 0.5);
629
- --tw-ring-offset-shadow: 0 0 #0000;
630
- --tw-ring-shadow: 0 0 #0000;
631
- --tw-shadow: 0 0 #0000;
632
- --tw-shadow-colored: 0 0 #0000;
633
- --tw-blur: ;
634
- --tw-brightness: ;
635
- --tw-contrast: ;
636
- --tw-grayscale: ;
637
- --tw-hue-rotate: ;
638
- --tw-invert: ;
639
- --tw-saturate: ;
640
- --tw-sepia: ;
641
- --tw-drop-shadow: ;
642
- --tw-backdrop-blur: ;
643
- --tw-backdrop-brightness: ;
644
- --tw-backdrop-contrast: ;
645
- --tw-backdrop-grayscale: ;
646
- --tw-backdrop-hue-rotate: ;
647
- --tw-backdrop-invert: ;
648
- --tw-backdrop-opacity: ;
649
- --tw-backdrop-saturate: ;
650
- --tw-backdrop-sepia: ;
651
- }
652
-
653
- ::backdrop {
654
- --tw-border-spacing-x: 0;
655
- --tw-border-spacing-y: 0;
656
- --tw-translate-x: 0;
657
- --tw-translate-y: 0;
658
- --tw-rotate: 0;
659
- --tw-skew-x: 0;
660
- --tw-skew-y: 0;
661
- --tw-scale-x: 1;
662
- --tw-scale-y: 1;
663
- --tw-pan-x: ;
664
- --tw-pan-y: ;
665
- --tw-pinch-zoom: ;
666
- --tw-scroll-snap-strictness: proximity;
667
- --tw-gradient-from-position: ;
668
- --tw-gradient-via-position: ;
669
- --tw-gradient-to-position: ;
670
- --tw-ordinal: ;
671
- --tw-slashed-zero: ;
672
- --tw-numeric-figure: ;
673
- --tw-numeric-spacing: ;
674
- --tw-numeric-fraction: ;
675
- --tw-ring-inset: ;
676
- --tw-ring-offset-width: 0px;
677
- --tw-ring-offset-color: #fff;
678
- --tw-ring-color: rgb(59 130 246 / 0.5);
679
- --tw-ring-offset-shadow: 0 0 #0000;
680
- --tw-ring-shadow: 0 0 #0000;
681
- --tw-shadow: 0 0 #0000;
682
- --tw-shadow-colored: 0 0 #0000;
683
- --tw-blur: ;
684
- --tw-brightness: ;
685
- --tw-contrast: ;
686
- --tw-grayscale: ;
687
- --tw-hue-rotate: ;
688
- --tw-invert: ;
689
- --tw-saturate: ;
690
- --tw-sepia: ;
691
- --tw-drop-shadow: ;
692
- --tw-backdrop-blur: ;
693
- --tw-backdrop-brightness: ;
694
- --tw-backdrop-contrast: ;
695
- --tw-backdrop-grayscale: ;
696
- --tw-backdrop-hue-rotate: ;
697
- --tw-backdrop-invert: ;
698
- --tw-backdrop-opacity: ;
699
- --tw-backdrop-saturate: ;
700
- --tw-backdrop-sepia: ;
701
- }
702
-
703
- .sticky {
704
- position: sticky;
705
- }
706
-
707
- .top-0 {
708
- top: 0px;
709
- }
710
-
711
- .-mx-3 {
712
- margin-left: -0.75rem;
713
- margin-right: -0.75rem;
714
- }
715
-
716
- .-my-4 {
717
- margin-top: -1rem;
718
- margin-bottom: -1rem;
719
- }
720
-
721
- .mb-2 {
722
- margin-bottom: 0.5rem;
723
- }
724
-
725
- .ml-2 {
726
- margin-left: 0.5rem;
727
- }
728
-
729
- .ml-3 {
730
- margin-left: 0.75rem;
731
- }
732
-
733
- .block {
734
- display: block;
735
- }
736
-
737
- .inline-block {
738
- display: inline-block;
739
- }
740
-
741
- .flex {
742
- display: flex;
743
- }
744
-
745
- .table {
746
- display: table;
747
- }
748
-
749
- .flow-root {
750
- display: flow-root;
751
- }
752
-
753
- .max-h-\[28rem\] {
754
- max-height: 28rem;
755
- }
756
-
757
- .min-w-full {
758
- min-width: 100%;
759
- }
760
-
761
- .flex-shrink-0 {
762
- flex-shrink: 0;
763
- }
764
-
765
- .table-auto {
766
- table-layout: auto;
767
- }
768
-
769
- .items-center {
770
- align-items: center;
771
- }
772
-
773
- .justify-between {
774
- justify-content: space-between;
775
- }
776
-
777
- .divide-y > :not([hidden]) ~ :not([hidden]) {
778
- --tw-divide-y-reverse: 0;
779
- border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
780
- border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
781
- }
782
-
783
- .divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
784
- --tw-divide-opacity: 1;
785
- border-color: rgb(229 231 235 / var(--tw-divide-opacity));
786
- }
787
-
788
- .divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
789
- --tw-divide-opacity: 1;
790
- border-color: rgb(209 213 219 / var(--tw-divide-opacity));
791
- }
792
-
793
- .truncate {
794
- overflow: hidden;
795
- text-overflow: ellipsis;
796
- white-space: nowrap;
797
- }
798
-
799
- .border {
800
- border-width: 1px;
801
- }
802
-
803
- .\!border-red-200 {
804
- --tw-border-opacity: 1 !important;
805
- border-color: rgb(254 202 202 / var(--tw-border-opacity)) !important;
806
- }
807
-
808
- .border-slate-200 {
809
- --tw-border-opacity: 1;
810
- border-color: rgb(226 232 240 / var(--tw-border-opacity));
811
- }
812
-
813
- .\!bg-red-100 {
814
- --tw-bg-opacity: 1 !important;
815
- background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
816
- }
817
-
818
- .bg-white {
819
- --tw-bg-opacity: 1;
820
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
821
- }
822
-
823
- .px-3 {
824
- padding-left: 0.75rem;
825
- padding-right: 0.75rem;
826
- }
827
-
828
- .px-8 {
829
- padding-left: 2rem;
830
- padding-right: 2rem;
831
- }
832
-
833
- .py-4 {
834
- padding-top: 1rem;
835
- padding-bottom: 1rem;
836
- }
837
-
838
- .text-right {
839
- text-align: right;
840
- }
841
-
842
- .align-middle {
843
- vertical-align: middle;
844
- }
845
-
846
- .text-sm {
847
- font-size: 0.875rem;
848
- line-height: 1.25rem;
849
- }
850
-
851
- .font-medium {
852
- font-weight: 500;
853
- }
854
-
855
- .font-semibold {
856
- font-weight: 600;
857
- }
858
-
859
- .uppercase {
860
- text-transform: uppercase;
861
- }
862
-
863
- .text-red-800 {
864
- --tw-text-opacity: 1;
865
- color: rgb(153 27 27 / var(--tw-text-opacity));
866
- }
867
-
868
- .text-slate-500 {
869
- --tw-text-opacity: 1;
870
- color: rgb(100 116 139 / var(--tw-text-opacity));
871
- }
872
-
873
- .text-slate-600 {
874
- --tw-text-opacity: 1;
875
- color: rgb(71 85 105 / var(--tw-text-opacity));
876
- }
877
-
878
- .text-slate-900 {
879
- --tw-text-opacity: 1;
880
- color: rgb(15 23 42 / var(--tw-text-opacity));
881
- }
882
-
883
- /*
884
-
885
- @layer components {
886
- .btn-primary {
887
- @apply py-2 px-4 bg-blue-200;
888
- }
889
- }
890
-
891
- */