@evercam/ui 0.0.4 → 0.0.5

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