lightning_ui_kit 0.3.1 → 0.3.2

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 (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +30 -0
  3. data/app/assets/stylesheets/lightning_ui_kit/application.css +58 -0
  4. data/app/assets/stylesheets/lightning_ui_kit/themes.css +133 -0
  5. data/app/components/lightning_ui_kit/alert_component.rb +1 -1
  6. data/app/components/lightning_ui_kit/avatar_component.html.erb +1 -1
  7. data/app/components/lightning_ui_kit/badge_component.rb +14 -14
  8. data/app/components/lightning_ui_kit/banner_component.html.erb +1 -1
  9. data/app/components/lightning_ui_kit/banner_component.rb +3 -3
  10. data/app/components/lightning_ui_kit/button_component.rb +16 -16
  11. data/app/components/lightning_ui_kit/checkbox_component.html.erb +10 -10
  12. data/app/components/lightning_ui_kit/combobox_component.html.erb +14 -14
  13. data/app/components/lightning_ui_kit/combobox_component.rb +4 -4
  14. data/app/components/lightning_ui_kit/description_list/item_component.html.erb +2 -2
  15. data/app/components/lightning_ui_kit/dropdown_component.html.erb +2 -2
  16. data/app/components/lightning_ui_kit/dropdown_component.rb +1 -1
  17. data/app/components/lightning_ui_kit/dropzone_component.html.erb +13 -13
  18. data/app/components/lightning_ui_kit/dropzone_component.rb +1 -1
  19. data/app/components/lightning_ui_kit/file_input_component.html.erb +2 -2
  20. data/app/components/lightning_ui_kit/file_input_component.rb +3 -3
  21. data/app/components/lightning_ui_kit/input_component.html.erb +2 -2
  22. data/app/components/lightning_ui_kit/input_component.rb +9 -9
  23. data/app/components/lightning_ui_kit/layout_component.html.erb +10 -10
  24. data/app/components/lightning_ui_kit/modal_component.html.erb +4 -4
  25. data/app/components/lightning_ui_kit/pagination_component.html.erb +3 -3
  26. data/app/components/lightning_ui_kit/pagination_component.rb +14 -5
  27. data/app/components/lightning_ui_kit/select_component.html.erb +3 -3
  28. data/app/components/lightning_ui_kit/select_component.rb +3 -3
  29. data/app/components/lightning_ui_kit/sidebar_link_component.html.erb +1 -1
  30. data/app/components/lightning_ui_kit/sidebar_link_component.rb +11 -7
  31. data/app/components/lightning_ui_kit/sidebar_section_component.rb +1 -1
  32. data/app/components/lightning_ui_kit/skeleton_component.html.erb +2 -2
  33. data/app/components/lightning_ui_kit/spinner_component.html.erb +5 -4
  34. data/app/components/lightning_ui_kit/switch_component.html.erb +2 -2
  35. data/app/components/lightning_ui_kit/switch_component.rb +7 -7
  36. data/app/components/lightning_ui_kit/table_component.html.erb +7 -7
  37. data/app/components/lightning_ui_kit/text_component.rb +1 -1
  38. data/app/components/lightning_ui_kit/textarea_component.html.erb +2 -2
  39. data/app/components/lightning_ui_kit/textarea_component.rb +3 -3
  40. data/app/components/lightning_ui_kit/toast_component.html.erb +3 -3
  41. data/app/components/lightning_ui_kit/tooltip_component.html.erb +2 -2
  42. data/app/javascript/lightning_ui_kit/controllers/combobox_controller.js +2 -2
  43. data/app/javascript/lightning_ui_kit/controllers/dropzone_controller.js +1 -1
  44. data/lib/lightning_ui_kit/builder.rb +56 -56
  45. data/lib/lightning_ui_kit/version.rb +1 -1
  46. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/bigdecimal-3.2.2/bigdecimal.so +0 -0
  47. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/bigdecimal-3.2.2/gem_make.out +5 -5
  48. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/bigdecimal-3.2.2/mkmf.log +3 -3
  49. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/date-3.4.1/date_core.so +0 -0
  50. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/date-3.4.1/gem_make.out +5 -5
  51. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/erb-5.0.2/erb/escape.so +0 -0
  52. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/erb-5.0.2/gem_make.out +5 -5
  53. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/io-console-0.8.1/gem_make.out +5 -5
  54. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/io-console-0.8.1/io/console.so +0 -0
  55. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/json-2.18.0/gem_make.out +5 -5
  56. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/json-2.18.0/json/ext/generator.so +0 -0
  57. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/json-2.18.0/json/ext/parser.so +0 -0
  58. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/nio4r-2.7.4/gem_make.out +5 -5
  59. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/nio4r-2.7.4/nio4r_ext.so +0 -0
  60. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/prism-1.8.0/gem_make.out +5 -5
  61. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/prism-1.8.0/prism/prism.so +0 -0
  62. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/psych-5.2.6/gem_make.out +5 -5
  63. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/psych-5.2.6/psych.so +0 -0
  64. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/racc-1.8.1/gem_make.out +5 -5
  65. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/racc-1.8.1/racc/cparse.so +0 -0
  66. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/stringio-3.1.7/gem_make.out +5 -5
  67. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/stringio-3.1.7/stringio.so +0 -0
  68. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/websocket-driver-0.8.0/gem_make.out +5 -5
  69. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/websocket-driver-0.8.0/websocket_mask.so +0 -0
  70. data/vendor/bundle/ruby/3.4.0/gems/bigdecimal-3.2.2/lib/bigdecimal.so +0 -0
  71. data/vendor/bundle/ruby/3.4.0/gems/date-3.4.1/lib/date_core.so +0 -0
  72. data/vendor/bundle/ruby/3.4.0/gems/erb-5.0.2/lib/erb/escape.so +0 -0
  73. data/vendor/bundle/ruby/3.4.0/gems/io-console-0.8.1/lib/io/console.so +0 -0
  74. data/vendor/bundle/ruby/3.4.0/gems/json-2.18.0/lib/json/ext/generator.so +0 -0
  75. data/vendor/bundle/ruby/3.4.0/gems/json-2.18.0/lib/json/ext/parser.so +0 -0
  76. data/vendor/bundle/ruby/3.4.0/gems/nio4r-2.7.4/lib/nio4r_ext.so +0 -0
  77. data/vendor/bundle/ruby/3.4.0/gems/prism-1.8.0/lib/prism/prism.so +0 -0
  78. data/vendor/bundle/ruby/3.4.0/gems/psych-5.2.6/lib/psych.so +0 -0
  79. data/vendor/bundle/ruby/3.4.0/gems/racc-1.8.1/lib/racc/cparse.so +0 -0
  80. data/vendor/bundle/ruby/3.4.0/gems/stringio-3.1.7/lib/stringio.so +0 -0
  81. data/vendor/bundle/ruby/3.4.0/gems/websocket-driver-0.8.0/lib/websocket_mask.so +0 -0
  82. metadata +2 -3
  83. data/app/assets/vendor/lightning_ui_kit.css +0 -3191
  84. data/app/assets/vendor/lightning_ui_kit.js +0 -12
@@ -1,3191 +0,0 @@
1
- /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
- @layer properties;
3
- @layer theme, base, components, utilities;
4
- @layer theme {
5
- :root, :host {
6
- --lui-color-red-500: oklch(0.637 0.237 25.331);
7
- --lui-color-red-600: oklch(0.577 0.245 27.325);
8
- --lui-color-red-700: oklch(0.505 0.213 27.518);
9
- --lui-color-red-950: oklch(0.258 0.092 26.042);
10
- --lui-color-yellow-200: oklch(0.945 0.129 101.54);
11
- --lui-color-yellow-400: oklch(0.852 0.199 91.936);
12
- --lui-color-green-200: oklch(0.925 0.084 155.995);
13
- --lui-color-green-600: oklch(0.627 0.194 149.214);
14
- --lui-color-blue-50: oklch(0.97 0.014 254.604);
15
- --lui-color-blue-500: oklch(0.623 0.214 259.815);
16
- --lui-color-blue-600: oklch(0.546 0.245 262.881);
17
- --lui-color-gray-50: oklch(0.985 0.002 247.839);
18
- --lui-color-gray-100: oklch(0.967 0.003 264.542);
19
- --lui-color-gray-300: oklch(0.872 0.01 258.338);
20
- --lui-color-gray-700: oklch(0.373 0.034 259.733);
21
- --lui-color-gray-800: oklch(0.278 0.033 256.848);
22
- --lui-color-zinc-50: oklch(0.985 0 0);
23
- --lui-color-zinc-100: oklch(0.967 0.001 286.375);
24
- --lui-color-zinc-200: oklch(0.92 0.004 286.32);
25
- --lui-color-zinc-300: oklch(0.871 0.006 286.286);
26
- --lui-color-zinc-400: oklch(0.705 0.015 286.067);
27
- --lui-color-zinc-500: oklch(0.552 0.016 285.938);
28
- --lui-color-zinc-600: oklch(0.442 0.017 285.786);
29
- --lui-color-zinc-700: oklch(0.37 0.013 285.805);
30
- --lui-color-zinc-800: oklch(0.274 0.006 286.033);
31
- --lui-color-zinc-900: oklch(0.21 0.006 285.885);
32
- --lui-color-zinc-950: oklch(0.141 0.005 285.823);
33
- --lui-color-black: #000;
34
- --lui-color-white: #fff;
35
- --lui-spacing: 0.25rem;
36
- --lui-container-xs: 20rem;
37
- --lui-container-3xl: 48rem;
38
- --lui-container-6xl: 72rem;
39
- --lui-text-xs: 0.75rem;
40
- --lui-text-xs--line-height: calc(1 / 0.75);
41
- --lui-text-sm: 0.875rem;
42
- --lui-text-sm--line-height: calc(1.25 / 0.875);
43
- --lui-text-base: 1rem;
44
- --lui-text-base--line-height: calc(1.5 / 1);
45
- --lui-text-lg: 1.125rem;
46
- --lui-text-lg--line-height: calc(1.75 / 1.125);
47
- --lui-text-xl: 1.25rem;
48
- --lui-text-xl--line-height: calc(1.75 / 1.25);
49
- --lui-text-2xl: 1.5rem;
50
- --lui-text-2xl--line-height: calc(2 / 1.5);
51
- --lui-font-weight-normal: 400;
52
- --lui-font-weight-medium: 500;
53
- --lui-font-weight-semibold: 600;
54
- --lui-font-weight-bold: 700;
55
- --lui-tracking-wider: 0.05em;
56
- --lui-leading-snug: 1.375;
57
- --lui-leading-relaxed: 1.625;
58
- --lui-radius-md: 0.375rem;
59
- --lui-radius-lg: 0.5rem;
60
- --lui-radius-xl: 0.75rem;
61
- --lui-radius-2xl: 1rem;
62
- --lui-radius-3xl: 1.5rem;
63
- --lui-ease-in: cubic-bezier(0.4, 0, 1, 1);
64
- --lui-ease-out: cubic-bezier(0, 0, 0.2, 1);
65
- --lui-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
66
- --lui-animate-spin: spin 1s linear infinite;
67
- --lui-animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
68
- --lui-default-transition-duration: 150ms;
69
- --lui-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
70
- }
71
- }
72
- @layer base {
73
- *, ::after, ::before, ::backdrop, ::file-selector-button {
74
- box-sizing: border-box;
75
- margin: 0;
76
- padding: 0;
77
- border: 0 solid;
78
- }
79
- html, :host {
80
- line-height: 1.5;
81
- -webkit-text-size-adjust: 100%;
82
- tab-size: 4;
83
- 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" );
84
- font-feature-settings: var(--default-font-feature-settings, normal);
85
- font-variation-settings: var( --default-font-variation-settings, normal );
86
- -webkit-tap-highlight-color: transparent;
87
- }
88
- body {
89
- line-height: inherit;
90
- }
91
- hr {
92
- height: 0;
93
- color: inherit;
94
- border-top-width: 1px;
95
- }
96
- abbr:where([title]) {
97
- -webkit-text-decoration: underline dotted;
98
- text-decoration: underline dotted;
99
- }
100
- h1, h2, h3, h4, h5, h6 {
101
- font-size: inherit;
102
- font-weight: inherit;
103
- }
104
- a {
105
- color: inherit;
106
- -webkit-text-decoration: inherit;
107
- text-decoration: inherit;
108
- }
109
- b, strong {
110
- font-weight: bolder;
111
- }
112
- code, kbd, samp, pre {
113
- font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
114
- font-feature-settings: var( --default-mono-font-feature-settings, normal );
115
- font-variation-settings: var( --default-mono-font-variation-settings, normal );
116
- font-size: 1em;
117
- }
118
- small {
119
- font-size: 80%;
120
- }
121
- sub, sup {
122
- font-size: 75%;
123
- line-height: 0;
124
- position: relative;
125
- vertical-align: baseline;
126
- }
127
- sub {
128
- bottom: -0.25em;
129
- }
130
- sup {
131
- top: -0.5em;
132
- }
133
- table {
134
- text-indent: 0;
135
- border-color: inherit;
136
- border-collapse: collapse;
137
- }
138
- :-moz-focusring {
139
- outline: auto;
140
- }
141
- progress {
142
- vertical-align: baseline;
143
- }
144
- summary {
145
- display: list-item;
146
- }
147
- ol, ul, menu {
148
- list-style: none;
149
- }
150
- img, svg, video, canvas, audio, iframe, embed, object {
151
- display: block;
152
- vertical-align: middle;
153
- }
154
- img, video {
155
- max-width: 100%;
156
- height: auto;
157
- }
158
- button, input, select, optgroup, textarea, ::file-selector-button {
159
- font: inherit;
160
- font-feature-settings: inherit;
161
- font-variation-settings: inherit;
162
- letter-spacing: inherit;
163
- color: inherit;
164
- border-radius: 0;
165
- background-color: transparent;
166
- opacity: 1;
167
- }
168
- :where(select:is([multiple], [size])) optgroup {
169
- font-weight: bolder;
170
- }
171
- :where(select:is([multiple], [size])) optgroup option {
172
- padding-inline-start: 20px;
173
- }
174
- ::file-selector-button {
175
- margin-inline-end: 4px;
176
- }
177
- ::placeholder {
178
- opacity: 1;
179
- color: currentColor;
180
- @supports (color: color-mix(in lab, red, red)) {
181
- color: color-mix(in oklab, currentColor 50%, transparent);
182
- }
183
- }
184
- textarea {
185
- resize: vertical;
186
- }
187
- ::-webkit-search-decoration {
188
- -webkit-appearance: none;
189
- }
190
- ::-webkit-date-and-time-value {
191
- min-height: 1lh;
192
- text-align: inherit;
193
- }
194
- ::-webkit-datetime-edit {
195
- display: inline-flex;
196
- }
197
- ::-webkit-datetime-edit-fields-wrapper {
198
- padding: 0;
199
- }
200
- ::-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 {
201
- padding-block: 0;
202
- }
203
- :-moz-ui-invalid {
204
- box-shadow: none;
205
- }
206
- button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
207
- appearance: button;
208
- }
209
- ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
210
- height: auto;
211
- }
212
- [hidden]:where(:not([hidden="until-found"])) {
213
- display: none !important;
214
- }
215
- }
216
- @layer utilities {
217
- .lui\:pointer-events-none {
218
- pointer-events: none;
219
- }
220
- .lui\:invisible {
221
- visibility: hidden;
222
- }
223
- .lui\:sr-only {
224
- position: absolute;
225
- width: 1px;
226
- height: 1px;
227
- padding: 0;
228
- margin: -1px;
229
- overflow: hidden;
230
- clip-path: inset(50%);
231
- white-space: nowrap;
232
- border-width: 0;
233
- }
234
- .lui\:absolute {
235
- position: absolute;
236
- }
237
- .lui\:fixed {
238
- position: fixed;
239
- }
240
- .lui\:relative {
241
- position: relative;
242
- }
243
- .lui\:inset-0 {
244
- inset: calc(var(--lui-spacing) * 0);
245
- }
246
- .lui\:inset-y-0 {
247
- inset-block: calc(var(--lui-spacing) * 0);
248
- }
249
- .lui\:top-1\/2 {
250
- top: calc(1/2 * 100%);
251
- }
252
- .lui\:top-5 {
253
- top: calc(var(--lui-spacing) * 5);
254
- }
255
- .lui\:top-auto {
256
- top: auto;
257
- }
258
- .lui\:right-0 {
259
- right: calc(var(--lui-spacing) * 0);
260
- }
261
- .lui\:bottom-5 {
262
- bottom: calc(var(--lui-spacing) * 5);
263
- }
264
- .lui\:bottom-full {
265
- bottom: 100%;
266
- }
267
- .lui\:left-0 {
268
- left: calc(var(--lui-spacing) * 0);
269
- }
270
- .lui\:left-1\/2 {
271
- left: calc(1/2 * 100%);
272
- }
273
- .lui\:isolate {
274
- isolation: isolate;
275
- }
276
- .lui\:z-10 {
277
- z-index: 10;
278
- }
279
- .lui\:z-50 {
280
- z-index: 50;
281
- }
282
- .lui\:col-start-1 {
283
- grid-column-start: 1;
284
- }
285
- .lui\:row-start-2 {
286
- grid-row-start: 2;
287
- }
288
- .lui\:-mx-1\.5 {
289
- margin-inline: calc(var(--lui-spacing) * -1.5);
290
- }
291
- .lui\:mx-auto {
292
- margin-inline: auto;
293
- }
294
- .lui\:-my-1\.5 {
295
- margin-block: calc(var(--lui-spacing) * -1.5);
296
- }
297
- .lui\:my-4 {
298
- margin-block: calc(var(--lui-spacing) * 4);
299
- }
300
- .lui\:ms-2\.5 {
301
- margin-inline-start: calc(var(--lui-spacing) * 2.5);
302
- }
303
- .lui\:me-2 {
304
- margin-inline-end: calc(var(--lui-spacing) * 2);
305
- }
306
- .lui\:me-3 {
307
- margin-inline-end: calc(var(--lui-spacing) * 3);
308
- }
309
- .lui\:mt-1 {
310
- margin-top: calc(var(--lui-spacing) * 1);
311
- }
312
- .lui\:mt-1\.5 {
313
- margin-top: calc(var(--lui-spacing) * 1.5);
314
- }
315
- .lui\:mt-2 {
316
- margin-top: calc(var(--lui-spacing) * 2);
317
- }
318
- .lui\:mt-4 {
319
- margin-top: calc(var(--lui-spacing) * 4);
320
- }
321
- .lui\:mt-8 {
322
- margin-top: calc(var(--lui-spacing) * 8);
323
- }
324
- .lui\:mb-2 {
325
- margin-bottom: calc(var(--lui-spacing) * 2);
326
- }
327
- .lui\:mb-3 {
328
- margin-bottom: calc(var(--lui-spacing) * 3);
329
- }
330
- .lui\:mb-4 {
331
- margin-bottom: calc(var(--lui-spacing) * 4);
332
- }
333
- .lui\:mb-6 {
334
- margin-bottom: calc(var(--lui-spacing) * 6);
335
- }
336
- .lui\:-ml-4 {
337
- margin-left: calc(var(--lui-spacing) * -4);
338
- }
339
- .lui\:ml-0\.5 {
340
- margin-left: calc(var(--lui-spacing) * 0.5);
341
- }
342
- .lui\:ml-2 {
343
- margin-left: calc(var(--lui-spacing) * 2);
344
- }
345
- .lui\:ml-3 {
346
- margin-left: calc(var(--lui-spacing) * 3);
347
- }
348
- .lui\:ml-auto {
349
- margin-left: auto;
350
- }
351
- .lui\:block {
352
- display: block;
353
- }
354
- .lui\:flex {
355
- display: flex;
356
- }
357
- .lui\:grid {
358
- display: grid;
359
- }
360
- .lui\:hidden {
361
- display: none;
362
- }
363
- .lui\:inline {
364
- display: inline;
365
- }
366
- .lui\:inline-block {
367
- display: inline-block;
368
- }
369
- .lui\:inline-flex {
370
- display: inline-flex;
371
- }
372
- .lui\:inline-grid {
373
- display: inline-grid;
374
- }
375
- .lui\:size-4 {
376
- width: calc(var(--lui-spacing) * 4);
377
- height: calc(var(--lui-spacing) * 4);
378
- }
379
- .lui\:size-5 {
380
- width: calc(var(--lui-spacing) * 5);
381
- height: calc(var(--lui-spacing) * 5);
382
- }
383
- .lui\:size-6 {
384
- width: calc(var(--lui-spacing) * 6);
385
- height: calc(var(--lui-spacing) * 6);
386
- }
387
- .lui\:size-8 {
388
- width: calc(var(--lui-spacing) * 8);
389
- height: calc(var(--lui-spacing) * 8);
390
- }
391
- .lui\:size-10 {
392
- width: calc(var(--lui-spacing) * 10);
393
- height: calc(var(--lui-spacing) * 10);
394
- }
395
- .lui\:size-\[1\.125rem\] {
396
- width: 1.125rem;
397
- height: 1.125rem;
398
- }
399
- .lui\:size-\[max\(100\%\,2\.75rem\)\] {
400
- width: max(100%, 2.75rem);
401
- height: max(100%, 2.75rem);
402
- }
403
- .lui\:size-full {
404
- width: 100%;
405
- height: 100%;
406
- }
407
- .lui\:h-2 {
408
- height: calc(var(--lui-spacing) * 2);
409
- }
410
- .lui\:h-2\.5 {
411
- height: calc(var(--lui-spacing) * 2.5);
412
- }
413
- .lui\:h-3 {
414
- height: calc(var(--lui-spacing) * 3);
415
- }
416
- .lui\:h-3\.5 {
417
- height: calc(var(--lui-spacing) * 3.5);
418
- }
419
- .lui\:h-4 {
420
- height: calc(var(--lui-spacing) * 4);
421
- }
422
- .lui\:h-5 {
423
- height: calc(var(--lui-spacing) * 5);
424
- }
425
- .lui\:h-6 {
426
- height: calc(var(--lui-spacing) * 6);
427
- }
428
- .lui\:h-8 {
429
- height: calc(var(--lui-spacing) * 8);
430
- }
431
- .lui\:h-10 {
432
- height: calc(var(--lui-spacing) * 10);
433
- }
434
- .lui\:h-11 {
435
- height: calc(var(--lui-spacing) * 11);
436
- }
437
- .lui\:h-full {
438
- height: 100%;
439
- }
440
- .lui\:h-screen {
441
- height: 100vh;
442
- }
443
- .lui\:max-h-60 {
444
- max-height: calc(var(--lui-spacing) * 60);
445
- }
446
- .lui\:min-h-0 {
447
- min-height: calc(var(--lui-spacing) * 0);
448
- }
449
- .lui\:min-h-\[42px\] {
450
- min-height: 42px;
451
- }
452
- .lui\:min-h-full {
453
- min-height: 100%;
454
- }
455
- .lui\:w-2 {
456
- width: calc(var(--lui-spacing) * 2);
457
- }
458
- .lui\:w-2\.5 {
459
- width: calc(var(--lui-spacing) * 2.5);
460
- }
461
- .lui\:w-3 {
462
- width: calc(var(--lui-spacing) * 3);
463
- }
464
- .lui\:w-3\.5 {
465
- width: calc(var(--lui-spacing) * 3.5);
466
- }
467
- .lui\:w-4 {
468
- width: calc(var(--lui-spacing) * 4);
469
- }
470
- .lui\:w-5 {
471
- width: calc(var(--lui-spacing) * 5);
472
- }
473
- .lui\:w-6 {
474
- width: calc(var(--lui-spacing) * 6);
475
- }
476
- .lui\:w-8 {
477
- width: calc(var(--lui-spacing) * 8);
478
- }
479
- .lui\:w-10 {
480
- width: calc(var(--lui-spacing) * 10);
481
- }
482
- .lui\:w-11 {
483
- width: calc(var(--lui-spacing) * 11);
484
- }
485
- .lui\:w-14 {
486
- width: calc(var(--lui-spacing) * 14);
487
- }
488
- .lui\:w-48 {
489
- width: calc(var(--lui-spacing) * 48);
490
- }
491
- .lui\:w-\[2\.25rem\] {
492
- width: 2.25rem;
493
- }
494
- .lui\:w-full {
495
- width: 100%;
496
- }
497
- .lui\:w-screen {
498
- width: 100vw;
499
- }
500
- .lui\:max-w-6xl {
501
- max-width: var(--lui-container-6xl);
502
- }
503
- .lui\:max-w-\[150px\] {
504
- max-width: 150px;
505
- }
506
- .lui\:max-w-xs {
507
- max-width: var(--lui-container-xs);
508
- }
509
- .lui\:min-w-0 {
510
- min-width: calc(var(--lui-spacing) * 0);
511
- }
512
- .lui\:min-w-\[2\.25rem\] {
513
- min-width: 2.25rem;
514
- }
515
- .lui\:min-w-\[120px\] {
516
- min-width: 120px;
517
- }
518
- .lui\:min-w-full {
519
- min-width: 100%;
520
- }
521
- .lui\:flex-1 {
522
- flex: 1;
523
- }
524
- .lui\:flex-shrink-0 {
525
- flex-shrink: 0;
526
- }
527
- .lui\:shrink-0 {
528
- flex-shrink: 0;
529
- }
530
- .lui\:border-collapse {
531
- border-collapse: collapse;
532
- }
533
- .lui\:origin-top-left {
534
- transform-origin: 0 0;
535
- }
536
- .lui\:-translate-x-1\/2 {
537
- --tw-translate-x: calc(calc(1/2 * 100%) * -1);
538
- translate: var(--tw-translate-x) var(--tw-translate-y);
539
- }
540
- .lui\:-translate-x-full {
541
- --tw-translate-x: -100%;
542
- translate: var(--tw-translate-x) var(--tw-translate-y);
543
- }
544
- .lui\:translate-x-0 {
545
- --tw-translate-x: calc(var(--lui-spacing) * 0);
546
- translate: var(--tw-translate-x) var(--tw-translate-y);
547
- }
548
- .lui\:-translate-y-1\/2 {
549
- --tw-translate-y: calc(calc(1/2 * 100%) * -1);
550
- translate: var(--tw-translate-x) var(--tw-translate-y);
551
- }
552
- .lui\:scale-95 {
553
- --tw-scale-x: 95%;
554
- --tw-scale-y: 95%;
555
- --tw-scale-z: 95%;
556
- scale: var(--tw-scale-x) var(--tw-scale-y);
557
- }
558
- .lui\:scale-100 {
559
- --tw-scale-x: 100%;
560
- --tw-scale-y: 100%;
561
- --tw-scale-z: 100%;
562
- scale: var(--tw-scale-x) var(--tw-scale-y);
563
- }
564
- .lui\:rotate-45 {
565
- rotate: 45deg;
566
- }
567
- .lui\:rotate-180 {
568
- rotate: 180deg;
569
- }
570
- .lui\:transform {
571
- transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
572
- }
573
- .lui\:animate-pulse {
574
- animation: var(--lui-animate-pulse);
575
- }
576
- .lui\:animate-spin {
577
- animation: var(--lui-animate-spin);
578
- }
579
- .lui\:cursor-default {
580
- cursor: default;
581
- }
582
- .lui\:cursor-help {
583
- cursor: help;
584
- }
585
- .lui\:cursor-pointer {
586
- cursor: pointer;
587
- }
588
- .lui\:list-inside {
589
- list-style-position: inside;
590
- }
591
- .lui\:list-disc {
592
- list-style-type: disc;
593
- }
594
- .lui\:appearance-none {
595
- appearance: none;
596
- }
597
- .lui\:grid-cols-1 {
598
- grid-template-columns: repeat(1, minmax(0, 1fr));
599
- }
600
- .lui\:grid-cols-\[1\.125rem_1fr\] {
601
- grid-template-columns: 1.125rem 1fr;
602
- }
603
- .lui\:grid-cols-\[1fr_auto\] {
604
- grid-template-columns: 1fr auto;
605
- }
606
- .lui\:grid-rows-\[0fr\] {
607
- grid-template-rows: 0fr;
608
- }
609
- .lui\:grid-rows-\[1fr\] {
610
- grid-template-rows: 1fr;
611
- }
612
- .lui\:grid-rows-\[1fr_auto\] {
613
- grid-template-rows: 1fr auto;
614
- }
615
- .lui\:flex-col {
616
- flex-direction: column;
617
- }
618
- .lui\:flex-col-reverse {
619
- flex-direction: column-reverse;
620
- }
621
- .lui\:flex-wrap {
622
- flex-wrap: wrap;
623
- }
624
- .lui\:items-baseline {
625
- align-items: baseline;
626
- }
627
- .lui\:items-center {
628
- align-items: center;
629
- }
630
- .lui\:justify-between {
631
- justify-content: space-between;
632
- }
633
- .lui\:justify-center {
634
- justify-content: center;
635
- }
636
- .lui\:justify-end {
637
- justify-content: flex-end;
638
- }
639
- .lui\:justify-items-center {
640
- justify-items: center;
641
- }
642
- .lui\:gap-0\.5 {
643
- gap: calc(var(--lui-spacing) * 0.5);
644
- }
645
- .lui\:gap-1 {
646
- gap: calc(var(--lui-spacing) * 1);
647
- }
648
- .lui\:gap-1\.5 {
649
- gap: calc(var(--lui-spacing) * 1.5);
650
- }
651
- .lui\:gap-2 {
652
- gap: calc(var(--lui-spacing) * 2);
653
- }
654
- .lui\:gap-2\.5 {
655
- gap: calc(var(--lui-spacing) * 2.5);
656
- }
657
- .lui\:gap-3 {
658
- gap: calc(var(--lui-spacing) * 3);
659
- }
660
- .lui\:gap-4 {
661
- gap: calc(var(--lui-spacing) * 4);
662
- }
663
- .lui\:space-y-1 {
664
- :where(& > :not(:last-child)) {
665
- --tw-space-y-reverse: 0;
666
- margin-block-start: calc(calc(var(--lui-spacing) * 1) * var(--tw-space-y-reverse));
667
- margin-block-end: calc(calc(var(--lui-spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
668
- }
669
- }
670
- .lui\:space-y-2\.5 {
671
- :where(& > :not(:last-child)) {
672
- --tw-space-y-reverse: 0;
673
- margin-block-start: calc(calc(var(--lui-spacing) * 2.5) * var(--tw-space-y-reverse));
674
- margin-block-end: calc(calc(var(--lui-spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
675
- }
676
- }
677
- .lui\:space-y-4 {
678
- :where(& > :not(:last-child)) {
679
- --tw-space-y-reverse: 0;
680
- margin-block-start: calc(calc(var(--lui-spacing) * 4) * var(--tw-space-y-reverse));
681
- margin-block-end: calc(calc(var(--lui-spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
682
- }
683
- }
684
- .lui\:space-y-6 {
685
- :where(& > :not(:last-child)) {
686
- --tw-space-y-reverse: 0;
687
- margin-block-start: calc(calc(var(--lui-spacing) * 6) * var(--tw-space-y-reverse));
688
- margin-block-end: calc(calc(var(--lui-spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
689
- }
690
- }
691
- .lui\:gap-x-1\.5 {
692
- column-gap: calc(var(--lui-spacing) * 1.5);
693
- }
694
- .lui\:gap-x-2 {
695
- column-gap: calc(var(--lui-spacing) * 2);
696
- }
697
- .lui\:gap-x-4 {
698
- column-gap: calc(var(--lui-spacing) * 4);
699
- }
700
- .lui\:gap-x-8 {
701
- column-gap: calc(var(--lui-spacing) * 8);
702
- }
703
- .lui\:gap-y-1 {
704
- row-gap: calc(var(--lui-spacing) * 1);
705
- }
706
- .lui\:self-center {
707
- align-self: center;
708
- }
709
- .lui\:truncate {
710
- overflow: hidden;
711
- text-overflow: ellipsis;
712
- white-space: nowrap;
713
- }
714
- .lui\:overflow-auto {
715
- overflow: auto;
716
- }
717
- .lui\:overflow-hidden {
718
- overflow: hidden;
719
- }
720
- .lui\:overflow-y-auto {
721
- overflow-y: auto;
722
- }
723
- .lui\:rounded {
724
- border-radius: 0.25rem;
725
- }
726
- .lui\:rounded-\(--avatar-radius\) {
727
- border-radius: var(--avatar-radius);
728
- }
729
- .lui\:rounded-2xl {
730
- border-radius: var(--lui-radius-2xl);
731
- }
732
- .lui\:rounded-3xl {
733
- border-radius: var(--lui-radius-3xl);
734
- }
735
- .lui\:rounded-\[0\.3125rem\] {
736
- border-radius: 0.3125rem;
737
- }
738
- .lui\:rounded-\[3px\] {
739
- border-radius: 3px;
740
- }
741
- .lui\:rounded-\[10px\] {
742
- border-radius: 10px;
743
- }
744
- .lui\:rounded-full {
745
- border-radius: calc(infinity * 1px);
746
- }
747
- .lui\:rounded-lg {
748
- border-radius: var(--lui-radius-lg);
749
- }
750
- .lui\:rounded-md {
751
- border-radius: var(--lui-radius-md);
752
- }
753
- .lui\:rounded-xl {
754
- border-radius: var(--lui-radius-xl);
755
- }
756
- .lui\:rounded-t-3xl {
757
- border-top-left-radius: var(--lui-radius-3xl);
758
- border-top-right-radius: var(--lui-radius-3xl);
759
- }
760
- .lui\:border {
761
- border-style: var(--tw-border-style);
762
- border-width: 1px;
763
- }
764
- .lui\:border-0 {
765
- border-style: var(--tw-border-style);
766
- border-width: 0px;
767
- }
768
- .lui\:border-\[1px\] {
769
- border-style: var(--tw-border-style);
770
- border-width: 1px;
771
- }
772
- .lui\:border-t {
773
- border-top-style: var(--tw-border-style);
774
- border-top-width: 1px;
775
- }
776
- .lui\:border-b {
777
- border-bottom-style: var(--tw-border-style);
778
- border-bottom-width: 1px;
779
- }
780
- .lui\:border-dotted {
781
- --tw-border-style: dotted;
782
- border-style: dotted;
783
- }
784
- .lui\:border-green-600 {
785
- border-color: var(--lui-color-green-600);
786
- }
787
- .lui\:border-inherit {
788
- border-color: inherit;
789
- }
790
- .lui\:border-red-500 {
791
- border-color: var(--lui-color-red-500);
792
- }
793
- .lui\:border-red-700 {
794
- border-color: var(--lui-color-red-700);
795
- }
796
- .lui\:border-transparent {
797
- border-color: transparent;
798
- }
799
- .lui\:border-white {
800
- border-color: var(--lui-color-white);
801
- }
802
- .lui\:border-yellow-400 {
803
- border-color: var(--lui-color-yellow-400);
804
- }
805
- .lui\:border-zinc-100 {
806
- border-color: var(--lui-color-zinc-100);
807
- }
808
- .lui\:border-zinc-400 {
809
- border-color: var(--lui-color-zinc-400);
810
- }
811
- .lui\:border-zinc-500 {
812
- border-color: var(--lui-color-zinc-500);
813
- }
814
- .lui\:border-zinc-950\/5 {
815
- border-color: var(--lui-color-zinc-950);
816
- @supports (color: color-mix(in lab, red, red)) {
817
- border-color: color-mix(in oklab, var(--lui-color-zinc-950) 5%, transparent);
818
- }
819
- }
820
- .lui\:border-zinc-950\/10 {
821
- border-color: var(--lui-color-zinc-950);
822
- @supports (color: color-mix(in lab, red, red)) {
823
- border-color: color-mix(in oklab, var(--lui-color-zinc-950) 10%, transparent);
824
- }
825
- }
826
- .lui\:border-zinc-950\/15 {
827
- border-color: var(--lui-color-zinc-950);
828
- @supports (color: color-mix(in lab, red, red)) {
829
- border-color: color-mix(in oklab, var(--lui-color-zinc-950) 15%, transparent);
830
- }
831
- }
832
- .lui\:border-b-zinc-950\/10 {
833
- border-bottom-color: var(--lui-color-zinc-950);
834
- @supports (color: color-mix(in lab, red, red)) {
835
- border-bottom-color: color-mix(in oklab, var(--lui-color-zinc-950) 10%, transparent);
836
- }
837
- }
838
- .lui\:bg-\(--btn-border\) {
839
- background-color: var(--btn-border);
840
- }
841
- .lui\:bg-blue-500 {
842
- background-color: var(--lui-color-blue-500);
843
- }
844
- .lui\:bg-blue-600 {
845
- background-color: var(--lui-color-blue-600);
846
- }
847
- .lui\:bg-gray-50 {
848
- background-color: var(--lui-color-gray-50);
849
- }
850
- .lui\:bg-gray-300 {
851
- background-color: var(--lui-color-gray-300);
852
- }
853
- .lui\:bg-green-200 {
854
- background-color: var(--lui-color-green-200);
855
- }
856
- .lui\:bg-green-600 {
857
- background-color: var(--lui-color-green-600);
858
- }
859
- .lui\:bg-red-600\/80 {
860
- background-color: var(--lui-color-red-600);
861
- @supports (color: color-mix(in lab, red, red)) {
862
- background-color: color-mix(in oklab, var(--lui-color-red-600) 80%, transparent);
863
- }
864
- }
865
- .lui\:bg-red-700 {
866
- background-color: var(--lui-color-red-700);
867
- }
868
- .lui\:bg-transparent {
869
- background-color: transparent;
870
- }
871
- .lui\:bg-white {
872
- background-color: var(--lui-color-white);
873
- }
874
- .lui\:bg-yellow-200 {
875
- background-color: var(--lui-color-yellow-200);
876
- }
877
- .lui\:bg-yellow-400 {
878
- background-color: var(--lui-color-yellow-400);
879
- }
880
- .lui\:bg-zinc-50 {
881
- background-color: var(--lui-color-zinc-50);
882
- }
883
- .lui\:bg-zinc-100 {
884
- background-color: var(--lui-color-zinc-100);
885
- }
886
- .lui\:bg-zinc-200 {
887
- background-color: var(--lui-color-zinc-200);
888
- }
889
- .lui\:bg-zinc-400 {
890
- background-color: var(--lui-color-zinc-400);
891
- }
892
- .lui\:bg-zinc-400\/20 {
893
- background-color: var(--lui-color-zinc-400);
894
- @supports (color: color-mix(in lab, red, red)) {
895
- background-color: color-mix(in oklab, var(--lui-color-zinc-400) 20%, transparent);
896
- }
897
- }
898
- .lui\:bg-zinc-800 {
899
- background-color: var(--lui-color-zinc-800);
900
- }
901
- .lui\:bg-zinc-900 {
902
- background-color: var(--lui-color-zinc-900);
903
- }
904
- .lui\:bg-zinc-950 {
905
- background-color: var(--lui-color-zinc-950);
906
- }
907
- .lui\:bg-zinc-950\/5 {
908
- background-color: var(--lui-color-zinc-950);
909
- @supports (color: color-mix(in lab, red, red)) {
910
- background-color: color-mix(in oklab, var(--lui-color-zinc-950) 5%, transparent);
911
- }
912
- }
913
- .lui\:bg-zinc-950\/25 {
914
- background-color: var(--lui-color-zinc-950);
915
- @supports (color: color-mix(in lab, red, red)) {
916
- background-color: color-mix(in oklab, var(--lui-color-zinc-950) 25%, transparent);
917
- }
918
- }
919
- .lui\:fill-current {
920
- fill: currentcolor;
921
- }
922
- .lui\:fill-zinc-500 {
923
- fill: var(--lui-color-zinc-500);
924
- }
925
- .lui\:fill-zinc-950 {
926
- fill: var(--lui-color-zinc-950);
927
- }
928
- .lui\:stroke-\(--checkbox-check\) {
929
- stroke: var(--checkbox-check);
930
- }
931
- .lui\:stroke-zinc-500 {
932
- stroke: var(--lui-color-zinc-500);
933
- }
934
- .lui\:p-\(--gutter\) {
935
- padding: var(--gutter);
936
- }
937
- .lui\:p-0 {
938
- padding: calc(var(--lui-spacing) * 0);
939
- }
940
- .lui\:p-1 {
941
- padding: calc(var(--lui-spacing) * 1);
942
- }
943
- .lui\:p-1\.5 {
944
- padding: calc(var(--lui-spacing) * 1.5);
945
- }
946
- .lui\:p-2 {
947
- padding: calc(var(--lui-spacing) * 2);
948
- }
949
- .lui\:p-4 {
950
- padding: calc(var(--lui-spacing) * 4);
951
- }
952
- .lui\:p-6 {
953
- padding: calc(var(--lui-spacing) * 6);
954
- }
955
- .lui\:p-\[3px\] {
956
- padding: 3px;
957
- }
958
- .lui\:p-\[5\%\] {
959
- padding: 5%;
960
- }
961
- .lui\:px-1 {
962
- padding-inline: calc(var(--lui-spacing) * 1);
963
- }
964
- .lui\:px-2 {
965
- padding-inline: calc(var(--lui-spacing) * 2);
966
- }
967
- .lui\:px-2\.5 {
968
- padding-inline: calc(var(--lui-spacing) * 2.5);
969
- }
970
- .lui\:px-3 {
971
- padding-inline: calc(var(--lui-spacing) * 3);
972
- }
973
- .lui\:px-4 {
974
- padding-inline: calc(var(--lui-spacing) * 4);
975
- }
976
- .lui\:px-\[calc\(--spacing\(3\.5\)-1px\)\] {
977
- padding-inline: calc(calc(var(--lui-spacing) * 3.5) - 1px);
978
- }
979
- .lui\:py-0\.5 {
980
- padding-block: calc(var(--lui-spacing) * 0.5);
981
- }
982
- .lui\:py-1 {
983
- padding-block: calc(var(--lui-spacing) * 1);
984
- }
985
- .lui\:py-1\.5 {
986
- padding-block: calc(var(--lui-spacing) * 1.5);
987
- }
988
- .lui\:py-2 {
989
- padding-block: calc(var(--lui-spacing) * 2);
990
- }
991
- .lui\:py-2\.5 {
992
- padding-block: calc(var(--lui-spacing) * 2.5);
993
- }
994
- .lui\:py-3 {
995
- padding-block: calc(var(--lui-spacing) * 3);
996
- }
997
- .lui\:py-9 {
998
- padding-block: calc(var(--lui-spacing) * 9);
999
- }
1000
- .lui\:py-\[calc\(--spacing\(2\.5\)-1px\)\] {
1001
- padding-block: calc(calc(var(--lui-spacing) * 2.5) - 1px);
1002
- }
1003
- .lui\:pt-0 {
1004
- padding-top: calc(var(--lui-spacing) * 0);
1005
- }
1006
- .lui\:pt-1 {
1007
- padding-top: calc(var(--lui-spacing) * 1);
1008
- }
1009
- .lui\:pt-3 {
1010
- padding-top: calc(var(--lui-spacing) * 3);
1011
- }
1012
- .lui\:pt-6 {
1013
- padding-top: calc(var(--lui-spacing) * 6);
1014
- }
1015
- .lui\:pr-2 {
1016
- padding-right: calc(var(--lui-spacing) * 2);
1017
- }
1018
- .lui\:pr-3 {
1019
- padding-right: calc(var(--lui-spacing) * 3);
1020
- }
1021
- .lui\:pr-10 {
1022
- padding-right: calc(var(--lui-spacing) * 10);
1023
- }
1024
- .lui\:pr-\[calc\(--spacing\(10\)-1px\)\] {
1025
- padding-right: calc(calc(var(--lui-spacing) * 10) - 1px);
1026
- }
1027
- .lui\:pb-3 {
1028
- padding-bottom: calc(var(--lui-spacing) * 3);
1029
- }
1030
- .lui\:pb-4 {
1031
- padding-bottom: calc(var(--lui-spacing) * 4);
1032
- }
1033
- .lui\:pl-5 {
1034
- padding-left: calc(var(--lui-spacing) * 5);
1035
- }
1036
- .lui\:pl-\[calc\(--spacing\(3\.5\)-1px\)\] {
1037
- padding-left: calc(calc(var(--lui-spacing) * 3.5) - 1px);
1038
- }
1039
- .lui\:text-center {
1040
- text-align: center;
1041
- }
1042
- .lui\:text-left {
1043
- text-align: left;
1044
- }
1045
- .lui\:align-middle {
1046
- vertical-align: middle;
1047
- }
1048
- .lui\:text-2xl {
1049
- font-size: var(--lui-text-2xl);
1050
- line-height: var(--tw-leading, var(--lui-text-2xl--line-height));
1051
- }
1052
- .lui\:text-base {
1053
- font-size: var(--lui-text-base);
1054
- line-height: var(--tw-leading, var(--lui-text-base--line-height));
1055
- }
1056
- .lui\:text-base\/6 {
1057
- font-size: var(--lui-text-base);
1058
- line-height: calc(var(--lui-spacing) * 6);
1059
- }
1060
- .lui\:text-lg {
1061
- font-size: var(--lui-text-lg);
1062
- line-height: var(--tw-leading, var(--lui-text-lg--line-height));
1063
- }
1064
- .lui\:text-lg\/6 {
1065
- font-size: var(--lui-text-lg);
1066
- line-height: calc(var(--lui-spacing) * 6);
1067
- }
1068
- .lui\:text-sm {
1069
- font-size: var(--lui-text-sm);
1070
- line-height: var(--tw-leading, var(--lui-text-sm--line-height));
1071
- }
1072
- .lui\:text-sm\/5 {
1073
- font-size: var(--lui-text-sm);
1074
- line-height: calc(var(--lui-spacing) * 5);
1075
- }
1076
- .lui\:text-sm\/6 {
1077
- font-size: var(--lui-text-sm);
1078
- line-height: calc(var(--lui-spacing) * 6);
1079
- }
1080
- .lui\:text-xl {
1081
- font-size: var(--lui-text-xl);
1082
- line-height: var(--tw-leading, var(--lui-text-xl--line-height));
1083
- }
1084
- .lui\:text-xs {
1085
- font-size: var(--lui-text-xs);
1086
- line-height: var(--tw-leading, var(--lui-text-xs--line-height));
1087
- }
1088
- .lui\:text-\[48px\] {
1089
- font-size: 48px;
1090
- }
1091
- .lui\:leading-4 {
1092
- --tw-leading: calc(var(--lui-spacing) * 4);
1093
- line-height: calc(var(--lui-spacing) * 4);
1094
- }
1095
- .lui\:leading-\[18px\] {
1096
- --tw-leading: 18px;
1097
- line-height: 18px;
1098
- }
1099
- .lui\:leading-relaxed {
1100
- --tw-leading: var(--lui-leading-relaxed);
1101
- line-height: var(--lui-leading-relaxed);
1102
- }
1103
- .lui\:leading-snug {
1104
- --tw-leading: var(--lui-leading-snug);
1105
- line-height: var(--lui-leading-snug);
1106
- }
1107
- .lui\:font-bold {
1108
- --tw-font-weight: var(--lui-font-weight-bold);
1109
- font-weight: var(--lui-font-weight-bold);
1110
- }
1111
- .lui\:font-medium {
1112
- --tw-font-weight: var(--lui-font-weight-medium);
1113
- font-weight: var(--lui-font-weight-medium);
1114
- }
1115
- .lui\:font-normal {
1116
- --tw-font-weight: var(--lui-font-weight-normal);
1117
- font-weight: var(--lui-font-weight-normal);
1118
- }
1119
- .lui\:font-semibold {
1120
- --tw-font-weight: var(--lui-font-weight-semibold);
1121
- font-weight: var(--lui-font-weight-semibold);
1122
- }
1123
- .lui\:tracking-wider {
1124
- --tw-tracking: var(--lui-tracking-wider);
1125
- letter-spacing: var(--lui-tracking-wider);
1126
- }
1127
- .lui\:text-balance {
1128
- text-wrap: balance;
1129
- }
1130
- .lui\:text-pretty {
1131
- text-wrap: pretty;
1132
- }
1133
- .lui\:whitespace-nowrap {
1134
- white-space: nowrap;
1135
- }
1136
- .lui\:text-blue-500 {
1137
- color: var(--lui-color-blue-500);
1138
- }
1139
- .lui\:text-blue-600 {
1140
- color: var(--lui-color-blue-600);
1141
- }
1142
- .lui\:text-gray-700 {
1143
- color: var(--lui-color-gray-700);
1144
- }
1145
- .lui\:text-gray-800 {
1146
- color: var(--lui-color-gray-800);
1147
- }
1148
- .lui\:text-green-600 {
1149
- color: var(--lui-color-green-600);
1150
- }
1151
- .lui\:text-red-600 {
1152
- color: var(--lui-color-red-600);
1153
- }
1154
- .lui\:text-white {
1155
- color: var(--lui-color-white);
1156
- }
1157
- .lui\:text-zinc-400 {
1158
- color: var(--lui-color-zinc-400);
1159
- }
1160
- .lui\:text-zinc-500 {
1161
- color: var(--lui-color-zinc-500);
1162
- }
1163
- .lui\:text-zinc-600 {
1164
- color: var(--lui-color-zinc-600);
1165
- }
1166
- .lui\:text-zinc-700 {
1167
- color: var(--lui-color-zinc-700);
1168
- }
1169
- .lui\:text-zinc-900 {
1170
- color: var(--lui-color-zinc-900);
1171
- }
1172
- .lui\:text-zinc-950 {
1173
- color: var(--lui-color-zinc-950);
1174
- }
1175
- .lui\:uppercase {
1176
- text-transform: uppercase;
1177
- }
1178
- .lui\:underline {
1179
- text-decoration-line: underline;
1180
- }
1181
- .lui\:decoration-dotted {
1182
- text-decoration-style: dotted;
1183
- }
1184
- .lui\:underline-offset-2 {
1185
- text-underline-offset: 2px;
1186
- }
1187
- .lui\:opacity-0 {
1188
- opacity: 0%;
1189
- }
1190
- .lui\:opacity-50 {
1191
- opacity: 50%;
1192
- }
1193
- .lui\:opacity-100 {
1194
- opacity: 100%;
1195
- }
1196
- .lui\:shadow {
1197
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1198
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1199
- }
1200
- .lui\:shadow-lg {
1201
- --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1202
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1203
- }
1204
- .lui\:shadow-sm {
1205
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1206
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1207
- }
1208
- .lui\:shadow-xl {
1209
- --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1210
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1211
- }
1212
- .lui\:ring-1 {
1213
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1214
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1215
- }
1216
- .lui\:ring-black\/5 {
1217
- --tw-ring-color: var(--lui-color-black);
1218
- @supports (color: color-mix(in lab, red, red)) {
1219
- --tw-ring-color: color-mix(in oklab, var(--lui-color-black) 5%, transparent);
1220
- }
1221
- }
1222
- .lui\:ring-zinc-950\/10 {
1223
- --tw-ring-color: var(--lui-color-zinc-950);
1224
- @supports (color: color-mix(in lab, red, red)) {
1225
- --tw-ring-color: color-mix(in oklab, var(--lui-color-zinc-950) 10%, transparent);
1226
- }
1227
- }
1228
- .lui\:outline {
1229
- outline-style: var(--tw-outline-style);
1230
- outline-width: 1px;
1231
- }
1232
- .lui\:-outline-offset-1 {
1233
- outline-offset: calc(1px * -1);
1234
- }
1235
- .lui\:outline-black\/\(--ring-opacity\) {
1236
- outline-color: var(--lui-color-black);
1237
- @supports (color: color-mix(in lab, red, red)) {
1238
- outline-color: color-mix(in oklab, var(--lui-color-black) var(--ring-opacity), transparent);
1239
- }
1240
- }
1241
- .lui\:transition {
1242
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
1243
- transition-timing-function: var(--tw-ease, var(--lui-default-transition-timing-function));
1244
- transition-duration: var(--tw-duration, var(--lui-default-transition-duration));
1245
- }
1246
- .lui\:transition-colors {
1247
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1248
- transition-timing-function: var(--tw-ease, var(--lui-default-transition-timing-function));
1249
- transition-duration: var(--tw-duration, var(--lui-default-transition-duration));
1250
- }
1251
- .lui\:transition-opacity {
1252
- transition-property: opacity;
1253
- transition-timing-function: var(--tw-ease, var(--lui-default-transition-timing-function));
1254
- transition-duration: var(--tw-duration, var(--lui-default-transition-duration));
1255
- }
1256
- .lui\:transition-transform {
1257
- transition-property: transform, translate, scale, rotate;
1258
- transition-timing-function: var(--tw-ease, var(--lui-default-transition-timing-function));
1259
- transition-duration: var(--tw-duration, var(--lui-default-transition-duration));
1260
- }
1261
- .lui\:duration-0 {
1262
- --tw-duration: 0ms;
1263
- transition-duration: 0ms;
1264
- }
1265
- .lui\:duration-100 {
1266
- --tw-duration: 100ms;
1267
- transition-duration: 100ms;
1268
- }
1269
- .lui\:duration-150 {
1270
- --tw-duration: 150ms;
1271
- transition-duration: 150ms;
1272
- }
1273
- .lui\:duration-200 {
1274
- --tw-duration: 200ms;
1275
- transition-duration: 200ms;
1276
- }
1277
- .lui\:duration-300 {
1278
- --tw-duration: 300ms;
1279
- transition-duration: 300ms;
1280
- }
1281
- .lui\:ease-in-out {
1282
- --tw-ease: var(--lui-ease-in-out);
1283
- transition-timing-function: var(--lui-ease-in-out);
1284
- }
1285
- .lui\:ease-out {
1286
- --tw-ease: var(--lui-ease-out);
1287
- transition-timing-function: var(--lui-ease-out);
1288
- }
1289
- .lui\:will-change-transform {
1290
- will-change: transform;
1291
- }
1292
- .lui\:select-none {
1293
- -webkit-user-select: none;
1294
- user-select: none;
1295
- }
1296
- .lui\:\[--avatar-radius\:20\%\] {
1297
- --avatar-radius: 20%;
1298
- }
1299
- .lui\:\[--btn-bg\:var\(--lui-color-red-600\)\] {
1300
- --btn-bg: var(--lui-color-red-600);
1301
- }
1302
- .lui\:\[--btn-bg\:var\(--lui-color-zinc-900\)\] {
1303
- --btn-bg: var(--lui-color-zinc-900);
1304
- }
1305
- .lui\:\[--btn-border\:var\(--lui-color-red-950\)\]\/90 {
1306
- --btn-border: var(--lui-color-red-950);
1307
- @supports (color: color-mix(in lab, red, red)) {
1308
- --btn-border: color-mix(in oklab, var(--lui-color-red-950) 90%, transparent);
1309
- }
1310
- }
1311
- .lui\:\[--btn-border\:var\(--lui-color-zinc-950\)\]\/90 {
1312
- --btn-border: var(--lui-color-zinc-950);
1313
- @supports (color: color-mix(in lab, red, red)) {
1314
- --btn-border: color-mix(in oklab, var(--lui-color-zinc-950) 90%, transparent);
1315
- }
1316
- }
1317
- .lui\:\[--btn-hover-overlay\:var\(--lui-color-white\)\]\/10 {
1318
- --btn-hover-overlay: var(--lui-color-white);
1319
- @supports (color: color-mix(in lab, red, red)) {
1320
- --btn-hover-overlay: color-mix(in oklab, var(--lui-color-white) 10%, transparent);
1321
- }
1322
- }
1323
- .lui\:\[--btn-icon\:var\(--lui-color-white\)\] {
1324
- --btn-icon: var(--lui-color-white);
1325
- }
1326
- .lui\:\[--btn-icon\:var\(--lui-color-zinc-400\)\] {
1327
- --btn-icon: var(--lui-color-zinc-400);
1328
- }
1329
- .lui\:\[--btn-icon\:var\(--lui-color-zinc-500\)\] {
1330
- --btn-icon: var(--lui-color-zinc-500);
1331
- }
1332
- .lui\:\[--checkbox-check\:var\(--lui-color-white\)\] {
1333
- --checkbox-check: var(--lui-color-white);
1334
- }
1335
- .lui\:\[--checkbox-checked-bg\:var\(--lui-color-zinc-900\)\] {
1336
- --checkbox-checked-bg: var(--lui-color-zinc-900);
1337
- }
1338
- .lui\:\[--checkbox-checked-border\:var\(--color-zinc-950\)\]\/90 {
1339
- --checkbox-checked-border: color-mix(in srgb, oklch(0.141 0.005 285.823) 90%, transparent);
1340
- @supports (color: color-mix(in lab, red, red)) {
1341
- --checkbox-checked-border: color-mix(in oklab, var(--color-zinc-950) 90%, transparent);
1342
- }
1343
- }
1344
- .lui\:\[--gutter\:--spacing\(8\)\] {
1345
- --gutter: calc(var(--lui-spacing) * 8);
1346
- }
1347
- .lui\:\[--ring-opacity\:20\%\] {
1348
- --ring-opacity: 20%;
1349
- }
1350
- .lui\:\[--switch-bg-ring\:var\(--lui-color-zinc-950\)\]\/90 {
1351
- --switch-bg-ring: var(--lui-color-zinc-950);
1352
- @supports (color: color-mix(in lab, red, red)) {
1353
- --switch-bg-ring: color-mix(in oklab, var(--lui-color-zinc-950) 90%, transparent);
1354
- }
1355
- }
1356
- .lui\:\[--switch-bg\:var\(--lui-color-zinc-900\)\] {
1357
- --switch-bg: var(--lui-color-zinc-900);
1358
- }
1359
- .lui\:\[--switch-ring\:var\(--lui-color-zinc-950\)\]\/90 {
1360
- --switch-ring: var(--lui-color-zinc-950);
1361
- @supports (color: color-mix(in lab, red, red)) {
1362
- --switch-ring: color-mix(in oklab, var(--lui-color-zinc-950) 90%, transparent);
1363
- }
1364
- }
1365
- .lui\:\[--switch-shadow\:var\(--lui-color-black\)\]\/10 {
1366
- --switch-shadow: var(--lui-color-black);
1367
- @supports (color: color-mix(in lab, red, red)) {
1368
- --switch-shadow: color-mix(in oklab, var(--lui-color-black) 10%, transparent);
1369
- }
1370
- }
1371
- .lui\:\[--switch\:white\] {
1372
- --switch: white;
1373
- }
1374
- .lui\:ring-inset {
1375
- --tw-ring-inset: inset;
1376
- }
1377
- .lui\:\*\:rounded-\(--avatar-radius\) {
1378
- :is(& > *) {
1379
- border-radius: var(--avatar-radius);
1380
- }
1381
- }
1382
- .lui\:\*\:rounded-full {
1383
- :is(& > *) {
1384
- border-radius: calc(infinity * 1px);
1385
- }
1386
- }
1387
- .lui\:group-last\:border-b-0 {
1388
- &:is(:where(.lui\:group):last-child *) {
1389
- border-bottom-style: var(--tw-border-style);
1390
- border-bottom-width: 0px;
1391
- }
1392
- }
1393
- .lui\:group-hover\:border-zinc-950\/30 {
1394
- &:is(:where(.lui\:group):hover *) {
1395
- @media (hover: hover) {
1396
- border-color: var(--lui-color-zinc-950);
1397
- @supports (color: color-mix(in lab, red, red)) {
1398
- border-color: color-mix(in oklab, var(--lui-color-zinc-950) 30%, transparent);
1399
- }
1400
- }
1401
- }
1402
- }
1403
- .lui\:group-data-checked\:translate-x-4 {
1404
- &:is(:where(.lui\:group)[data-checked] *) {
1405
- --tw-translate-x: calc(var(--lui-spacing) * 4);
1406
- translate: var(--tw-translate-x) var(--tw-translate-y);
1407
- }
1408
- }
1409
- .lui\:group-data-checked\:border-transparent {
1410
- &:is(:where(.lui\:group)[data-checked] *) {
1411
- border-color: transparent;
1412
- }
1413
- }
1414
- .lui\:group-data-checked\:bg-\(--checkbox-checked-border\) {
1415
- &:is(:where(.lui\:group)[data-checked] *) {
1416
- background-color: var(--checkbox-checked-border);
1417
- }
1418
- }
1419
- .lui\:group-data-checked\:bg-\(--switch\) {
1420
- &:is(:where(.lui\:group)[data-checked] *) {
1421
- background-color: var(--switch);
1422
- }
1423
- }
1424
- .lui\:group-data-checked\:opacity-100 {
1425
- &:is(:where(.lui\:group)[data-checked] *) {
1426
- opacity: 100%;
1427
- }
1428
- }
1429
- .lui\:group-data-checked\:shadow-\(--switch-shadow\) {
1430
- &:is(:where(.lui\:group)[data-checked] *) {
1431
- --tw-shadow: var(--switch-shadow);
1432
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1433
- }
1434
- }
1435
- .lui\:group-data-checked\:ring-\(--switch-ring\) {
1436
- &:is(:where(.lui\:group)[data-checked] *) {
1437
- --tw-ring-color: var(--switch-ring);
1438
- }
1439
- }
1440
- .lui\:group-hover\:group-data-checked\:border-transparent {
1441
- &:is(:where(.lui\:group):hover *) {
1442
- @media (hover: hover) {
1443
- &:is(:where(.lui\:group)[data-checked] *) {
1444
- border-color: transparent;
1445
- }
1446
- }
1447
- }
1448
- }
1449
- .lui\:group-data-disabled\:border-zinc-950\/25 {
1450
- &:is(:where(.lui\:group)[data-disabled] *) {
1451
- border-color: var(--lui-color-zinc-950);
1452
- @supports (color: color-mix(in lab, red, red)) {
1453
- border-color: color-mix(in oklab, var(--lui-color-zinc-950) 25%, transparent);
1454
- }
1455
- }
1456
- }
1457
- .lui\:group-data-disabled\:bg-zinc-950\/5 {
1458
- &:is(:where(.lui\:group)[data-disabled] *) {
1459
- background-color: var(--lui-color-zinc-950);
1460
- @supports (color: color-mix(in lab, red, red)) {
1461
- background-color: color-mix(in oklab, var(--lui-color-zinc-950) 5%, transparent);
1462
- }
1463
- }
1464
- }
1465
- .lui\:group-data-disabled\:opacity-50 {
1466
- &:is(:where(.lui\:group)[data-disabled] *) {
1467
- opacity: 50%;
1468
- }
1469
- }
1470
- .lui\:group-data-disabled\:\[--checkbox-check\:var\(--lui-color-zinc-950\)\]\/50 {
1471
- &:is(:where(.lui\:group)[data-disabled] *) {
1472
- --checkbox-check: var(--lui-color-zinc-950);
1473
- @supports (color: color-mix(in lab, red, red)) {
1474
- --checkbox-check: color-mix(in oklab, var(--lui-color-zinc-950) 50%, transparent);
1475
- }
1476
- }
1477
- }
1478
- .lui\:group-data-checked\:group-data-disabled\:bg-white {
1479
- &:is(:where(.lui\:group)[data-checked] *) {
1480
- &:is(:where(.lui\:group)[data-disabled] *) {
1481
- background-color: var(--lui-color-white);
1482
- }
1483
- }
1484
- }
1485
- .lui\:group-data-checked\:group-data-disabled\:shadow-sm {
1486
- &:is(:where(.lui\:group)[data-checked] *) {
1487
- &:is(:where(.lui\:group)[data-disabled] *) {
1488
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1489
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1490
- }
1491
- }
1492
- }
1493
- .lui\:group-data-checked\:group-data-disabled\:ring-black\/5 {
1494
- &:is(:where(.lui\:group)[data-checked] *) {
1495
- &:is(:where(.lui\:group)[data-disabled] *) {
1496
- --tw-ring-color: var(--lui-color-black);
1497
- @supports (color: color-mix(in lab, red, red)) {
1498
- --tw-ring-color: color-mix(in oklab, var(--lui-color-black) 5%, transparent);
1499
- }
1500
- }
1501
- }
1502
- }
1503
- .lui\:group-data-focus\:outline {
1504
- &:is(:where(.lui\:group)[data-focus] *) {
1505
- outline-style: var(--tw-outline-style);
1506
- outline-width: 1px;
1507
- }
1508
- }
1509
- .lui\:group-data-focus\:outline-2 {
1510
- &:is(:where(.lui\:group)[data-focus] *) {
1511
- outline-style: var(--tw-outline-style);
1512
- outline-width: 2px;
1513
- }
1514
- }
1515
- .lui\:group-data-focus\:outline-offset-2 {
1516
- &:is(:where(.lui\:group)[data-focus] *) {
1517
- outline-offset: 2px;
1518
- }
1519
- }
1520
- .lui\:group-data-focus\:outline-blue-500 {
1521
- &:is(:where(.lui\:group)[data-focus] *) {
1522
- outline-color: var(--lui-color-blue-500);
1523
- }
1524
- }
1525
- .lui\:group-data-indeterminate\:opacity-0 {
1526
- &:is(:where(.lui\:group)[data-indeterminate] *) {
1527
- opacity: 0%;
1528
- }
1529
- }
1530
- .lui\:group-data-indeterminate\:opacity-100 {
1531
- &:is(:where(.lui\:group)[data-indeterminate] *) {
1532
- opacity: 100%;
1533
- }
1534
- }
1535
- .lui\:group-data-\[open\]\:translate-x-0 {
1536
- &:is(:where(.lui\:group)[data-open] *) {
1537
- --tw-translate-x: calc(var(--lui-spacing) * 0);
1538
- translate: var(--tw-translate-x) var(--tw-translate-y);
1539
- }
1540
- }
1541
- .lui\:group-data-\[open\]\:opacity-100 {
1542
- &:is(:where(.lui\:group)[data-open] *) {
1543
- opacity: 100%;
1544
- }
1545
- }
1546
- .lui\:file\:mr-4 {
1547
- &::file-selector-button {
1548
- margin-right: calc(var(--lui-spacing) * 4);
1549
- }
1550
- }
1551
- .lui\:file\:cursor-pointer {
1552
- &::file-selector-button {
1553
- cursor: pointer;
1554
- }
1555
- }
1556
- .lui\:file\:rounded-l-\[calc\(var\(--radius-lg\)-1px\)\] {
1557
- &::file-selector-button {
1558
- border-top-left-radius: calc(var(--radius-lg) - 1px);
1559
- border-bottom-left-radius: calc(var(--radius-lg) - 1px);
1560
- }
1561
- }
1562
- .lui\:file\:border-0 {
1563
- &::file-selector-button {
1564
- border-style: var(--tw-border-style);
1565
- border-width: 0px;
1566
- }
1567
- }
1568
- .lui\:file\:bg-zinc-100 {
1569
- &::file-selector-button {
1570
- background-color: var(--lui-color-zinc-100);
1571
- }
1572
- }
1573
- .lui\:file\:px-\[calc\(--spacing\(3\.5\)-1px\)\] {
1574
- &::file-selector-button {
1575
- padding-inline: calc(calc(var(--lui-spacing) * 3.5) - 1px);
1576
- }
1577
- }
1578
- .lui\:file\:py-\[calc\(--spacing\(2\.5\)-1px\)\] {
1579
- &::file-selector-button {
1580
- padding-block: calc(calc(var(--lui-spacing) * 2.5) - 1px);
1581
- }
1582
- }
1583
- .lui\:placeholder\:text-zinc-500 {
1584
- &::placeholder {
1585
- color: var(--lui-color-zinc-500);
1586
- }
1587
- }
1588
- .lui\:before\:pointer-events-none {
1589
- &::before {
1590
- content: var(--tw-content);
1591
- pointer-events: none;
1592
- }
1593
- }
1594
- .lui\:before\:absolute {
1595
- &::before {
1596
- content: var(--tw-content);
1597
- position: absolute;
1598
- }
1599
- }
1600
- .lui\:before\:inset-0 {
1601
- &::before {
1602
- content: var(--tw-content);
1603
- inset: calc(var(--lui-spacing) * 0);
1604
- }
1605
- }
1606
- .lui\:before\:inset-px {
1607
- &::before {
1608
- content: var(--tw-content);
1609
- inset: 1px;
1610
- }
1611
- }
1612
- .lui\:before\:-z-10 {
1613
- &::before {
1614
- content: var(--tw-content);
1615
- z-index: calc(10 * -1);
1616
- }
1617
- }
1618
- .lui\:before\:rounded-\[7px\] {
1619
- &::before {
1620
- content: var(--tw-content);
1621
- border-radius: 7px;
1622
- }
1623
- }
1624
- .lui\:before\:rounded-\[calc\(0\.3125rem-1px\)\] {
1625
- &::before {
1626
- content: var(--tw-content);
1627
- border-radius: calc(0.3125rem - 1px);
1628
- }
1629
- }
1630
- .lui\:before\:rounded-\[calc\(var\(--lui-radius-lg\)-1px\)\] {
1631
- &::before {
1632
- content: var(--tw-content);
1633
- border-radius: calc(var(--lui-radius-lg) - 1px);
1634
- }
1635
- }
1636
- .lui\:before\:bg-\(--btn-bg\) {
1637
- &::before {
1638
- content: var(--tw-content);
1639
- background-color: var(--btn-bg);
1640
- }
1641
- }
1642
- .lui\:before\:bg-white {
1643
- &::before {
1644
- content: var(--tw-content);
1645
- background-color: var(--lui-color-white);
1646
- }
1647
- }
1648
- .lui\:before\:shadow-sm {
1649
- &::before {
1650
- content: var(--tw-content);
1651
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1652
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1653
- }
1654
- }
1655
- .lui\:group-data-checked\:before\:bg-\(--checkbox-checked-bg\) {
1656
- &:is(:where(.lui\:group)[data-checked] *) {
1657
- &::before {
1658
- content: var(--tw-content);
1659
- background-color: var(--checkbox-checked-bg);
1660
- }
1661
- }
1662
- }
1663
- .lui\:group-data-disabled\:before\:bg-transparent {
1664
- &:is(:where(.lui\:group)[data-disabled] *) {
1665
- &::before {
1666
- content: var(--tw-content);
1667
- background-color: transparent;
1668
- }
1669
- }
1670
- }
1671
- .lui\:after\:pointer-events-none {
1672
- &::after {
1673
- content: var(--tw-content);
1674
- pointer-events: none;
1675
- }
1676
- }
1677
- .lui\:after\:absolute {
1678
- &::after {
1679
- content: var(--tw-content);
1680
- position: absolute;
1681
- }
1682
- }
1683
- .lui\:after\:inset-0 {
1684
- &::after {
1685
- content: var(--tw-content);
1686
- inset: calc(var(--lui-spacing) * 0);
1687
- }
1688
- }
1689
- .lui\:after\:-top-\[1px\] {
1690
- &::after {
1691
- content: var(--tw-content);
1692
- top: calc(1px * -1);
1693
- }
1694
- }
1695
- .lui\:after\:left-\[1px\] {
1696
- &::after {
1697
- content: var(--tw-content);
1698
- left: 1px;
1699
- }
1700
- }
1701
- .lui\:after\:-z-10 {
1702
- &::after {
1703
- content: var(--tw-content);
1704
- z-index: calc(10 * -1);
1705
- }
1706
- }
1707
- .lui\:after\:h-\[8\.2px\] {
1708
- &::after {
1709
- content: var(--tw-content);
1710
- height: 8.2px;
1711
- }
1712
- }
1713
- .lui\:after\:w-\[3\.75px\] {
1714
- &::after {
1715
- content: var(--tw-content);
1716
- width: 3.75px;
1717
- }
1718
- }
1719
- .lui\:after\:-rotate-45 {
1720
- &::after {
1721
- content: var(--tw-content);
1722
- rotate: calc(45deg * -1);
1723
- }
1724
- }
1725
- .lui\:after\:rounded-\[calc\(0\.3125rem-1px\)\] {
1726
- &::after {
1727
- content: var(--tw-content);
1728
- border-radius: calc(0.3125rem - 1px);
1729
- }
1730
- }
1731
- .lui\:after\:rounded-\[calc\(var\(--lui-radius-lg\)-1px\)\] {
1732
- &::after {
1733
- content: var(--tw-content);
1734
- border-radius: calc(var(--lui-radius-lg) - 1px);
1735
- }
1736
- }
1737
- .lui\:after\:rounded-lg {
1738
- &::after {
1739
- content: var(--tw-content);
1740
- border-radius: var(--lui-radius-lg);
1741
- }
1742
- }
1743
- .lui\:after\:border-\[1px\] {
1744
- &::after {
1745
- content: var(--tw-content);
1746
- border-style: var(--tw-border-style);
1747
- border-width: 1px;
1748
- }
1749
- }
1750
- .lui\:after\:border-transparent {
1751
- &::after {
1752
- content: var(--tw-content);
1753
- border-color: transparent;
1754
- }
1755
- }
1756
- .lui\:after\:border-r-green-600 {
1757
- &::after {
1758
- content: var(--tw-content);
1759
- border-right-color: var(--lui-color-green-600);
1760
- }
1761
- }
1762
- .lui\:after\:border-r-white {
1763
- &::after {
1764
- content: var(--tw-content);
1765
- border-right-color: var(--lui-color-white);
1766
- }
1767
- }
1768
- .lui\:after\:border-r-yellow-400 {
1769
- &::after {
1770
- content: var(--tw-content);
1771
- border-right-color: var(--lui-color-yellow-400);
1772
- }
1773
- }
1774
- .lui\:after\:border-r-zinc-400 {
1775
- &::after {
1776
- content: var(--tw-content);
1777
- border-right-color: var(--lui-color-zinc-400);
1778
- }
1779
- }
1780
- .lui\:after\:border-l-green-600 {
1781
- &::after {
1782
- content: var(--tw-content);
1783
- border-left-color: var(--lui-color-green-600);
1784
- }
1785
- }
1786
- .lui\:after\:border-l-white {
1787
- &::after {
1788
- content: var(--tw-content);
1789
- border-left-color: var(--lui-color-white);
1790
- }
1791
- }
1792
- .lui\:after\:border-l-yellow-400 {
1793
- &::after {
1794
- content: var(--tw-content);
1795
- border-left-color: var(--lui-color-yellow-400);
1796
- }
1797
- }
1798
- .lui\:after\:border-l-zinc-400 {
1799
- &::after {
1800
- content: var(--tw-content);
1801
- border-left-color: var(--lui-color-zinc-400);
1802
- }
1803
- }
1804
- .lui\:after\:shadow-\[inset_0_1px_--theme\(--color-white\/15\%\)\] {
1805
- &::after {
1806
- content: var(--tw-content);
1807
- --tw-shadow: inset 0 1px var(--tw-shadow-color, var(--lui-color-white));
1808
- @supports (color: color-mix(in lab, red, red)) {
1809
- --tw-shadow: inset 0 1px var(--tw-shadow-color, color-mix(in oklab, var(--lui-color-white) 15%, transparent));
1810
- }
1811
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1812
- }
1813
- }
1814
- .lui\:after\:shadow-\[shadow\:inset_0_1px_--theme\(--color-white\/15\%\)\] {
1815
- &::after {
1816
- content: var(--tw-content);
1817
- --tw-shadow: inset 0 1px var(--tw-shadow-color, var(--lui-color-white));
1818
- @supports (color: color-mix(in lab, red, red)) {
1819
- --tw-shadow: inset 0 1px var(--tw-shadow-color, color-mix(in oklab, var(--lui-color-white) 15%, transparent));
1820
- }
1821
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1822
- }
1823
- }
1824
- .lui\:after\:ring-transparent {
1825
- &::after {
1826
- content: var(--tw-content);
1827
- --tw-ring-color: transparent;
1828
- }
1829
- }
1830
- .lui\:after\:ring-inset {
1831
- &::after {
1832
- content: var(--tw-content);
1833
- --tw-ring-inset: inset;
1834
- }
1835
- }
1836
- .lui\:first\:border-none {
1837
- &:first-child {
1838
- --tw-border-style: none;
1839
- border-style: none;
1840
- }
1841
- }
1842
- .lui\:focus-within\:ring-2 {
1843
- &:focus-within {
1844
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1845
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1846
- }
1847
- }
1848
- .lui\:focus-within\:ring-blue-500 {
1849
- &:focus-within {
1850
- --tw-ring-color: var(--lui-color-blue-500);
1851
- }
1852
- }
1853
- .lui\:focus-within\:ring-offset-0 {
1854
- &:focus-within {
1855
- --tw-ring-offset-width: 0px;
1856
- --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1857
- }
1858
- }
1859
- .lui\:focus-within\:after\:ring-2 {
1860
- &:focus-within {
1861
- &::after {
1862
- content: var(--tw-content);
1863
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1864
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1865
- }
1866
- }
1867
- }
1868
- .lui\:focus-within\:after\:ring-blue-500 {
1869
- &:focus-within {
1870
- &::after {
1871
- content: var(--tw-content);
1872
- --tw-ring-color: var(--lui-color-blue-500);
1873
- }
1874
- }
1875
- }
1876
- .lui\:hover\:cursor-pointer {
1877
- &:hover {
1878
- @media (hover: hover) {
1879
- cursor: pointer;
1880
- }
1881
- }
1882
- }
1883
- .lui\:hover\:bg-blue-50 {
1884
- &:hover {
1885
- @media (hover: hover) {
1886
- background-color: var(--lui-color-blue-50);
1887
- }
1888
- }
1889
- }
1890
- .lui\:hover\:bg-gray-100 {
1891
- &:hover {
1892
- @media (hover: hover) {
1893
- background-color: var(--lui-color-gray-100);
1894
- }
1895
- }
1896
- }
1897
- .lui\:hover\:bg-red-600 {
1898
- &:hover {
1899
- @media (hover: hover) {
1900
- background-color: var(--lui-color-red-600);
1901
- }
1902
- }
1903
- }
1904
- .lui\:hover\:bg-zinc-50 {
1905
- &:hover {
1906
- @media (hover: hover) {
1907
- background-color: var(--lui-color-zinc-50);
1908
- }
1909
- }
1910
- }
1911
- .lui\:hover\:bg-zinc-100 {
1912
- &:hover {
1913
- @media (hover: hover) {
1914
- background-color: var(--lui-color-zinc-100);
1915
- }
1916
- }
1917
- }
1918
- .lui\:hover\:bg-zinc-950\/5 {
1919
- &:hover {
1920
- @media (hover: hover) {
1921
- background-color: var(--lui-color-zinc-950);
1922
- @supports (color: color-mix(in lab, red, red)) {
1923
- background-color: color-mix(in oklab, var(--lui-color-zinc-950) 5%, transparent);
1924
- }
1925
- }
1926
- }
1927
- }
1928
- .lui\:hover\:bg-zinc-950\/\[2\.5\%\] {
1929
- &:hover {
1930
- @media (hover: hover) {
1931
- background-color: var(--lui-color-zinc-950);
1932
- @supports (color: color-mix(in lab, red, red)) {
1933
- background-color: color-mix(in oklab, var(--lui-color-zinc-950) 2.5%, transparent);
1934
- }
1935
- }
1936
- }
1937
- }
1938
- .lui\:hover\:text-blue-500 {
1939
- &:hover {
1940
- @media (hover: hover) {
1941
- color: var(--lui-color-blue-500);
1942
- }
1943
- }
1944
- }
1945
- .lui\:hover\:text-zinc-700 {
1946
- &:hover {
1947
- @media (hover: hover) {
1948
- color: var(--lui-color-zinc-700);
1949
- }
1950
- }
1951
- }
1952
- .lui\:hover\:text-zinc-950 {
1953
- &:hover {
1954
- @media (hover: hover) {
1955
- color: var(--lui-color-zinc-950);
1956
- }
1957
- }
1958
- }
1959
- .lui\:hover\:underline {
1960
- &:hover {
1961
- @media (hover: hover) {
1962
- text-decoration-line: underline;
1963
- }
1964
- }
1965
- }
1966
- .lui\:hover\:ring-black\/15 {
1967
- &:hover {
1968
- @media (hover: hover) {
1969
- --tw-ring-color: var(--lui-color-black);
1970
- @supports (color: color-mix(in lab, red, red)) {
1971
- --tw-ring-color: color-mix(in oklab, var(--lui-color-black) 15%, transparent);
1972
- }
1973
- }
1974
- }
1975
- }
1976
- .lui\:hover\:\[--btn-icon\:var\(--lui-color-white\)\] {
1977
- &:hover {
1978
- @media (hover: hover) {
1979
- --btn-icon: var(--lui-color-white);
1980
- }
1981
- }
1982
- }
1983
- .lui\:hover\:\[--btn-icon\:var\(--lui-color-zinc-300\)\] {
1984
- &:hover {
1985
- @media (hover: hover) {
1986
- --btn-icon: var(--lui-color-zinc-300);
1987
- }
1988
- }
1989
- }
1990
- .lui\:hover\:\[--btn-icon\:var\(--lui-color-zinc-700\)\] {
1991
- &:hover {
1992
- @media (hover: hover) {
1993
- --btn-icon: var(--lui-color-zinc-700);
1994
- }
1995
- }
1996
- }
1997
- .lui\:hover\:after\:bg-\(--btn-hover-overlay\) {
1998
- &:hover {
1999
- @media (hover: hover) {
2000
- &::after {
2001
- content: var(--tw-content);
2002
- background-color: var(--btn-hover-overlay);
2003
- }
2004
- }
2005
- }
2006
- }
2007
- .lui\:focus\:ring-0 {
2008
- &:focus {
2009
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2010
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2011
- }
2012
- }
2013
- .lui\:focus\:ring-2 {
2014
- &:focus {
2015
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2016
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2017
- }
2018
- }
2019
- .lui\:focus\:ring-blue-500 {
2020
- &:focus {
2021
- --tw-ring-color: var(--lui-color-blue-500);
2022
- }
2023
- }
2024
- .lui\:focus\:ring-zinc-950\/10 {
2025
- &:focus {
2026
- --tw-ring-color: var(--lui-color-zinc-950);
2027
- @supports (color: color-mix(in lab, red, red)) {
2028
- --tw-ring-color: color-mix(in oklab, var(--lui-color-zinc-950) 10%, transparent);
2029
- }
2030
- }
2031
- }
2032
- .lui\:focus\:outline-hidden {
2033
- &:focus {
2034
- --tw-outline-style: none;
2035
- outline-style: none;
2036
- @media (forced-colors: active) {
2037
- outline: 2px solid transparent;
2038
- outline-offset: 2px;
2039
- }
2040
- }
2041
- }
2042
- .lui\:focus\:outline {
2043
- &:focus {
2044
- outline-style: var(--tw-outline-style);
2045
- outline-width: 1px;
2046
- }
2047
- }
2048
- .lui\:focus\:outline-0 {
2049
- &:focus {
2050
- outline-style: var(--tw-outline-style);
2051
- outline-width: 0px;
2052
- }
2053
- }
2054
- .lui\:focus\:outline-2 {
2055
- &:focus {
2056
- outline-style: var(--tw-outline-style);
2057
- outline-width: 2px;
2058
- }
2059
- }
2060
- .lui\:focus\:outline-offset-2 {
2061
- &:focus {
2062
- outline-offset: 2px;
2063
- }
2064
- }
2065
- .lui\:focus\:outline-blue-500 {
2066
- &:focus {
2067
- outline-color: var(--lui-color-blue-500);
2068
- }
2069
- }
2070
- .lui\:focus\:outline-none {
2071
- &:focus {
2072
- --tw-outline-style: none;
2073
- outline-style: none;
2074
- }
2075
- }
2076
- .lui\:active\:bg-red-700 {
2077
- &:active {
2078
- background-color: var(--lui-color-red-700);
2079
- }
2080
- }
2081
- .lui\:active\:bg-zinc-950\/\[2\.5\%\] {
2082
- &:active {
2083
- background-color: var(--lui-color-zinc-950);
2084
- @supports (color: color-mix(in lab, red, red)) {
2085
- background-color: color-mix(in oklab, var(--lui-color-zinc-950) 2.5%, transparent);
2086
- }
2087
- }
2088
- }
2089
- .lui\:active\:\[--btn-icon\:var\(--lui-color-white\)\] {
2090
- &:active {
2091
- --btn-icon: var(--lui-color-white);
2092
- }
2093
- }
2094
- .lui\:active\:\[--btn-icon\:var\(--lui-color-zinc-300\)\] {
2095
- &:active {
2096
- --btn-icon: var(--lui-color-zinc-300);
2097
- }
2098
- }
2099
- .lui\:active\:\[--btn-icon\:var\(--lui-color-zinc-700\)\] {
2100
- &:active {
2101
- --btn-icon: var(--lui-color-zinc-700);
2102
- }
2103
- }
2104
- .lui\:active\:after\:bg-\(--btn-hover-overlay\) {
2105
- &:active {
2106
- &::after {
2107
- content: var(--tw-content);
2108
- background-color: var(--btn-hover-overlay);
2109
- }
2110
- }
2111
- }
2112
- .lui\:disabled\:cursor-not-allowed {
2113
- &:disabled {
2114
- cursor: not-allowed;
2115
- }
2116
- }
2117
- .lui\:disabled\:opacity-50 {
2118
- &:disabled {
2119
- opacity: 50%;
2120
- }
2121
- }
2122
- .lui\:disabled\:before\:shadow-none {
2123
- &:disabled {
2124
- &::before {
2125
- content: var(--tw-content);
2126
- --tw-shadow: 0 0 #0000;
2127
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2128
- }
2129
- }
2130
- }
2131
- .lui\:disabled\:after\:shadow-none {
2132
- &:disabled {
2133
- &::after {
2134
- content: var(--tw-content);
2135
- --tw-shadow: 0 0 #0000;
2136
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2137
- }
2138
- }
2139
- }
2140
- .lui\:disabled\:hover\:after\:bg-transparent {
2141
- &:disabled {
2142
- &:hover {
2143
- @media (hover: hover) {
2144
- &::after {
2145
- content: var(--tw-content);
2146
- background-color: transparent;
2147
- }
2148
- }
2149
- }
2150
- }
2151
- }
2152
- .lui\:has-data-disabled\:opacity-50 {
2153
- &:has(*[data-disabled]) {
2154
- opacity: 50%;
2155
- }
2156
- }
2157
- .lui\:has-data-disabled\:before\:bg-zinc-950\/5 {
2158
- &:has(*[data-disabled]) {
2159
- &::before {
2160
- content: var(--tw-content);
2161
- background-color: var(--lui-color-zinc-950);
2162
- @supports (color: color-mix(in lab, red, red)) {
2163
- background-color: color-mix(in oklab, var(--lui-color-zinc-950) 5%, transparent);
2164
- }
2165
- }
2166
- }
2167
- }
2168
- .lui\:has-data-disabled\:before\:shadow-none {
2169
- &:has(*[data-disabled]) {
2170
- &::before {
2171
- content: var(--tw-content);
2172
- --tw-shadow: 0 0 #0000;
2173
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2174
- }
2175
- }
2176
- }
2177
- .lui\:has-data-invalid\:before\:shadow-red-500\/10 {
2178
- &:has(*[data-invalid]) {
2179
- &::before {
2180
- content: var(--tw-content);
2181
- --tw-shadow-color: var(--lui-color-red-500);
2182
- @supports (color: color-mix(in lab, red, red)) {
2183
- --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--lui-color-red-500) 10%, transparent) var(--tw-shadow-alpha), transparent);
2184
- }
2185
- }
2186
- }
2187
- }
2188
- .lui\:data-checked\:bg-\(--switch-bg\) {
2189
- &[data-checked] {
2190
- background-color: var(--switch-bg);
2191
- }
2192
- }
2193
- .lui\:data-checked\:ring-\(--switch-bg-ring\) {
2194
- &[data-checked] {
2195
- --tw-ring-color: var(--switch-bg-ring);
2196
- }
2197
- }
2198
- .lui\:hover\:data-checked\:ring-\(--switch-bg-ring\) {
2199
- &:hover {
2200
- @media (hover: hover) {
2201
- &[data-checked] {
2202
- --tw-ring-color: var(--switch-bg-ring);
2203
- }
2204
- }
2205
- }
2206
- }
2207
- .lui\:data-closed\:translate-y-12 {
2208
- &[data-closed] {
2209
- --tw-translate-y: calc(var(--lui-spacing) * 12);
2210
- translate: var(--tw-translate-x) var(--tw-translate-y);
2211
- }
2212
- }
2213
- .lui\:data-closed\:opacity-0 {
2214
- &[data-closed] {
2215
- opacity: 0%;
2216
- }
2217
- }
2218
- .lui\:data-disabled\:cursor-not-allowed {
2219
- &[data-disabled] {
2220
- cursor: not-allowed;
2221
- }
2222
- }
2223
- .lui\:data-disabled\:border-zinc-950\/20 {
2224
- &[data-disabled] {
2225
- border-color: var(--lui-color-zinc-950);
2226
- @supports (color: color-mix(in lab, red, red)) {
2227
- border-color: color-mix(in oklab, var(--lui-color-zinc-950) 20%, transparent);
2228
- }
2229
- }
2230
- }
2231
- .lui\:data-disabled\:bg-zinc-200 {
2232
- &[data-disabled] {
2233
- background-color: var(--lui-color-zinc-200);
2234
- }
2235
- }
2236
- .lui\:data-disabled\:opacity-50 {
2237
- &[data-disabled] {
2238
- opacity: 50%;
2239
- }
2240
- }
2241
- .lui\:data-disabled\:opacity-100 {
2242
- &[data-disabled] {
2243
- opacity: 100%;
2244
- }
2245
- }
2246
- .lui\:data-disabled\:file\:cursor-not-allowed {
2247
- &[data-disabled] {
2248
- &::file-selector-button {
2249
- cursor: not-allowed;
2250
- }
2251
- }
2252
- }
2253
- .lui\:data-disabled\:data-checked\:bg-zinc-200 {
2254
- &[data-disabled] {
2255
- &[data-checked] {
2256
- background-color: var(--lui-color-zinc-200);
2257
- }
2258
- }
2259
- }
2260
- .lui\:data-disabled\:data-checked\:ring-black\/5 {
2261
- &[data-disabled] {
2262
- &[data-checked] {
2263
- --tw-ring-color: var(--lui-color-black);
2264
- @supports (color: color-mix(in lab, red, red)) {
2265
- --tw-ring-color: color-mix(in oklab, var(--lui-color-black) 5%, transparent);
2266
- }
2267
- }
2268
- }
2269
- }
2270
- .lui\:data-enter\:ease-out {
2271
- &[data-enter] {
2272
- --tw-ease: var(--lui-ease-out);
2273
- transition-timing-function: var(--lui-ease-out);
2274
- }
2275
- }
2276
- .lui\:data-focus\:outline-2 {
2277
- &[data-focus] {
2278
- outline-style: var(--tw-outline-style);
2279
- outline-width: 2px;
2280
- }
2281
- }
2282
- .lui\:data-focus\:outline-offset-2 {
2283
- &[data-focus] {
2284
- outline-offset: 2px;
2285
- }
2286
- }
2287
- .lui\:data-focus\:outline-blue-500 {
2288
- &[data-focus] {
2289
- outline-color: var(--lui-color-blue-500);
2290
- }
2291
- }
2292
- .lui\:data-invalid\:border-red-500 {
2293
- &[data-invalid] {
2294
- border-color: var(--lui-color-red-500);
2295
- }
2296
- }
2297
- .lui\:data-leave\:ease-in {
2298
- &[data-leave] {
2299
- --tw-ease: var(--lui-ease-in);
2300
- transition-timing-function: var(--lui-ease-in);
2301
- }
2302
- }
2303
- .lui\:data-\[active\]\:bg-zinc-950\/5 {
2304
- &[data-active] {
2305
- background-color: var(--lui-color-zinc-950);
2306
- @supports (color: color-mix(in lab, red, red)) {
2307
- background-color: color-mix(in oklab, var(--lui-color-zinc-950) 5%, transparent);
2308
- }
2309
- }
2310
- }
2311
- .lui\:data-\[disabled\]\:pointer-events-none {
2312
- &[data-disabled] {
2313
- pointer-events: none;
2314
- }
2315
- }
2316
- .lui\:data-\[disabled\]\:cursor-not-allowed {
2317
- &[data-disabled] {
2318
- cursor: not-allowed;
2319
- }
2320
- }
2321
- .lui\:data-\[disabled\]\:opacity-50 {
2322
- &[data-disabled] {
2323
- opacity: 50%;
2324
- }
2325
- }
2326
- .lui\:data-\[highlighted\]\:bg-zinc-100 {
2327
- &[data-highlighted] {
2328
- background-color: var(--lui-color-zinc-100);
2329
- }
2330
- }
2331
- .lui\:data-\[hover\]\:border-zinc-950\/20 {
2332
- &[data-hover] {
2333
- border-color: var(--lui-color-zinc-950);
2334
- @supports (color: color-mix(in lab, red, red)) {
2335
- border-color: color-mix(in oklab, var(--lui-color-zinc-950) 20%, transparent);
2336
- }
2337
- }
2338
- }
2339
- .lui\:data-invalid\:data-\[hover\]\:border-red-500 {
2340
- &[data-invalid] {
2341
- &[data-hover] {
2342
- border-color: var(--lui-color-red-500);
2343
- }
2344
- }
2345
- }
2346
- .lui\:data-invalid\:data-\[hover\]\:border-red-500\/60 {
2347
- &[data-invalid] {
2348
- &[data-hover] {
2349
- border-color: var(--lui-color-red-500);
2350
- @supports (color: color-mix(in lab, red, red)) {
2351
- border-color: color-mix(in oklab, var(--lui-color-red-500) 60%, transparent);
2352
- }
2353
- }
2354
- }
2355
- }
2356
- .lui\:data-\[open\]\:visible {
2357
- &[data-open] {
2358
- visibility: visible;
2359
- }
2360
- }
2361
- .lui\:data-\[selected\]\:bg-blue-50 {
2362
- &[data-selected] {
2363
- background-color: var(--lui-color-blue-50);
2364
- }
2365
- }
2366
- .lui\:\*\:data-\[slot\=control\]\:col-start-1 {
2367
- :is(& > *) {
2368
- &[data-slot="control"] {
2369
- grid-column-start: 1;
2370
- }
2371
- }
2372
- }
2373
- .lui\:\*\:data-\[slot\=control\]\:col-start-2 {
2374
- :is(& > *) {
2375
- &[data-slot="control"] {
2376
- grid-column-start: 2;
2377
- }
2378
- }
2379
- }
2380
- .lui\:\*\:data-\[slot\=control\]\:row-start-1 {
2381
- :is(& > *) {
2382
- &[data-slot="control"] {
2383
- grid-row-start: 1;
2384
- }
2385
- }
2386
- }
2387
- .lui\:\*\:data-\[slot\=control\]\:self-center {
2388
- :is(& > *) {
2389
- &[data-slot="control"] {
2390
- align-self: center;
2391
- }
2392
- }
2393
- }
2394
- .lui\:\*\:data-\[slot\=control\]\:justify-self-center {
2395
- :is(& > *) {
2396
- &[data-slot="control"] {
2397
- justify-self: center;
2398
- }
2399
- }
2400
- }
2401
- .lui\:\*\:data-\[slot\=description\]\:col-start-1 {
2402
- :is(& > *) {
2403
- &[data-slot="description"] {
2404
- grid-column-start: 1;
2405
- }
2406
- }
2407
- }
2408
- .lui\:\*\:data-\[slot\=description\]\:col-start-2 {
2409
- :is(& > *) {
2410
- &[data-slot="description"] {
2411
- grid-column-start: 2;
2412
- }
2413
- }
2414
- }
2415
- .lui\:\*\:data-\[slot\=description\]\:row-start-2 {
2416
- :is(& > *) {
2417
- &[data-slot="description"] {
2418
- grid-row-start: 2;
2419
- }
2420
- }
2421
- }
2422
- .lui\:\*\:data-\[slot\=error\]\:col-start-1 {
2423
- :is(& > *) {
2424
- &[data-slot="error"] {
2425
- grid-column-start: 1;
2426
- }
2427
- }
2428
- }
2429
- .lui\:\*\:data-\[slot\=error\]\:row-start-3 {
2430
- :is(& > *) {
2431
- &[data-slot="error"] {
2432
- grid-row-start: 3;
2433
- }
2434
- }
2435
- }
2436
- .lui\:\*\:data-\[slot\=header\]\:bg-gray-50 {
2437
- :is(& > *) {
2438
- &[data-slot="header"] {
2439
- background-color: var(--lui-color-gray-50);
2440
- }
2441
- }
2442
- }
2443
- .lui\:\*\:data-\[slot\=header\]\:bg-red-600\/80 {
2444
- :is(& > *) {
2445
- &[data-slot="header"] {
2446
- background-color: var(--lui-color-red-600);
2447
- @supports (color: color-mix(in lab, red, red)) {
2448
- background-color: color-mix(in oklab, var(--lui-color-red-600) 80%, transparent);
2449
- }
2450
- }
2451
- }
2452
- }
2453
- .lui\:\*\:data-\[slot\=header\]\:text-white {
2454
- :is(& > *) {
2455
- &[data-slot="header"] {
2456
- color: var(--lui-color-white);
2457
- }
2458
- }
2459
- }
2460
- .lui\:\*\:data-\[slot\=icon\]\:-mx-0\.5 {
2461
- :is(& > *) {
2462
- &[data-slot="icon"] {
2463
- margin-inline: calc(var(--lui-spacing) * -0.5);
2464
- }
2465
- }
2466
- }
2467
- .lui\:\*\:data-\[slot\=icon\]\:my-0\.5 {
2468
- :is(& > *) {
2469
- &[data-slot="icon"] {
2470
- margin-block: calc(var(--lui-spacing) * 0.5);
2471
- }
2472
- }
2473
- }
2474
- .lui\:\*\:data-\[slot\=icon\]\:size-5 {
2475
- :is(& > *) {
2476
- &[data-slot="icon"] {
2477
- width: calc(var(--lui-spacing) * 5);
2478
- height: calc(var(--lui-spacing) * 5);
2479
- }
2480
- }
2481
- }
2482
- .lui\:\*\:data-\[slot\=icon\]\:shrink-0 {
2483
- :is(& > *) {
2484
- &[data-slot="icon"] {
2485
- flex-shrink: 0;
2486
- }
2487
- }
2488
- }
2489
- .lui\:\*\:data-\[slot\=icon\]\:self-center {
2490
- :is(& > *) {
2491
- &[data-slot="icon"] {
2492
- align-self: center;
2493
- }
2494
- }
2495
- }
2496
- .lui\:\*\:data-\[slot\=icon\]\:text-\(--btn-icon\) {
2497
- :is(& > *) {
2498
- &[data-slot="icon"] {
2499
- color: var(--btn-icon);
2500
- }
2501
- }
2502
- }
2503
- .lui\:\*\:data-\[slot\=label\]\:col-start-1 {
2504
- :is(& > *) {
2505
- &[data-slot="label"] {
2506
- grid-column-start: 1;
2507
- }
2508
- }
2509
- }
2510
- .lui\:\*\:data-\[slot\=label\]\:col-start-2 {
2511
- :is(& > *) {
2512
- &[data-slot="label"] {
2513
- grid-column-start: 2;
2514
- }
2515
- }
2516
- }
2517
- .lui\:\*\:data-\[slot\=label\]\:row-start-1 {
2518
- :is(& > *) {
2519
- &[data-slot="label"] {
2520
- grid-row-start: 1;
2521
- }
2522
- }
2523
- }
2524
- .lui\:\*\:data-\[slot\=label\]\:justify-self-start {
2525
- :is(& > *) {
2526
- &[data-slot="label"] {
2527
- justify-self: flex-start;
2528
- }
2529
- }
2530
- }
2531
- .lui\:\*\:data-\[slot\=label\]\:font-medium {
2532
- :is(& > *) {
2533
- &[data-slot="label"] {
2534
- --tw-font-weight: var(--lui-font-weight-medium);
2535
- font-weight: var(--lui-font-weight-medium);
2536
- }
2537
- }
2538
- }
2539
- .lui\:has-data-\[slot\=description\]\:\*\*\:data-\[slot\=label\]\:font-medium {
2540
- &:has(*[data-slot="description"]) {
2541
- :is(& *) {
2542
- &[data-slot="label"] {
2543
- --tw-font-weight: var(--lui-font-weight-medium);
2544
- font-weight: var(--lui-font-weight-medium);
2545
- }
2546
- }
2547
- }
2548
- }
2549
- .lui\:max-lg\:hidden {
2550
- @media (width < 64rem) {
2551
- display: none;
2552
- }
2553
- }
2554
- .lui\:max-lg\:h-auto {
2555
- @media (width < 64rem) {
2556
- height: auto;
2557
- }
2558
- }
2559
- .lui\:max-lg\:min-h-screen {
2560
- @media (width < 64rem) {
2561
- min-height: 100vh;
2562
- }
2563
- }
2564
- .lui\:max-lg\:flex-col {
2565
- @media (width < 64rem) {
2566
- flex-direction: column;
2567
- }
2568
- }
2569
- .lui\:sm\:mb-auto {
2570
- @media (width >= 40rem) {
2571
- margin-bottom: auto;
2572
- }
2573
- }
2574
- .lui\:sm\:flex {
2575
- @media (width >= 40rem) {
2576
- display: flex;
2577
- }
2578
- }
2579
- .lui\:sm\:size-3\.5 {
2580
- @media (width >= 40rem) {
2581
- width: calc(var(--lui-spacing) * 3.5);
2582
- height: calc(var(--lui-spacing) * 3.5);
2583
- }
2584
- }
2585
- .lui\:sm\:size-4 {
2586
- @media (width >= 40rem) {
2587
- width: calc(var(--lui-spacing) * 4);
2588
- height: calc(var(--lui-spacing) * 4);
2589
- }
2590
- }
2591
- .lui\:sm\:size-5 {
2592
- @media (width >= 40rem) {
2593
- width: calc(var(--lui-spacing) * 5);
2594
- height: calc(var(--lui-spacing) * 5);
2595
- }
2596
- }
2597
- .lui\:sm\:h-3\.5 {
2598
- @media (width >= 40rem) {
2599
- height: calc(var(--lui-spacing) * 3.5);
2600
- }
2601
- }
2602
- .lui\:sm\:h-5 {
2603
- @media (width >= 40rem) {
2604
- height: calc(var(--lui-spacing) * 5);
2605
- }
2606
- }
2607
- .lui\:sm\:min-h-\[38px\] {
2608
- @media (width >= 40rem) {
2609
- min-height: 38px;
2610
- }
2611
- }
2612
- .lui\:sm\:w-3\.5 {
2613
- @media (width >= 40rem) {
2614
- width: calc(var(--lui-spacing) * 3.5);
2615
- }
2616
- }
2617
- .lui\:sm\:w-8 {
2618
- @media (width >= 40rem) {
2619
- width: calc(var(--lui-spacing) * 8);
2620
- }
2621
- }
2622
- .lui\:sm\:max-w-3xl {
2623
- @media (width >= 40rem) {
2624
- max-width: var(--lui-container-3xl);
2625
- }
2626
- }
2627
- .lui\:sm\:grid-cols-\[1fr_auto\] {
2628
- @media (width >= 40rem) {
2629
- grid-template-columns: 1fr auto;
2630
- }
2631
- }
2632
- .lui\:sm\:grid-cols-\[1rem_1fr\] {
2633
- @media (width >= 40rem) {
2634
- grid-template-columns: 1rem 1fr;
2635
- }
2636
- }
2637
- .lui\:sm\:grid-cols-\[min\(50\%\,--spacing\(80\)\)_auto\] {
2638
- @media (width >= 40rem) {
2639
- grid-template-columns: min(50%, calc(var(--lui-spacing) * 80)) auto;
2640
- }
2641
- }
2642
- .lui\:sm\:grid-rows-\[1fr_auto_3fr\] {
2643
- @media (width >= 40rem) {
2644
- grid-template-rows: 1fr auto 3fr;
2645
- }
2646
- }
2647
- .lui\:sm\:flex-row {
2648
- @media (width >= 40rem) {
2649
- flex-direction: row;
2650
- }
2651
- }
2652
- .lui\:sm\:rounded-2xl {
2653
- @media (width >= 40rem) {
2654
- border-radius: var(--lui-radius-2xl);
2655
- }
2656
- }
2657
- .lui\:sm\:border-t {
2658
- @media (width >= 40rem) {
2659
- border-top-style: var(--tw-border-style);
2660
- border-top-width: 1px;
2661
- }
2662
- }
2663
- .lui\:sm\:border-zinc-950\/5 {
2664
- @media (width >= 40rem) {
2665
- border-color: var(--lui-color-zinc-950);
2666
- @supports (color: color-mix(in lab, red, red)) {
2667
- border-color: color-mix(in oklab, var(--lui-color-zinc-950) 5%, transparent);
2668
- }
2669
- }
2670
- }
2671
- .lui\:sm\:p-4 {
2672
- @media (width >= 40rem) {
2673
- padding: calc(var(--lui-spacing) * 4);
2674
- }
2675
- }
2676
- .lui\:sm\:px-3 {
2677
- @media (width >= 40rem) {
2678
- padding-inline: calc(var(--lui-spacing) * 3);
2679
- }
2680
- }
2681
- .lui\:sm\:px-6 {
2682
- @media (width >= 40rem) {
2683
- padding-inline: calc(var(--lui-spacing) * 6);
2684
- }
2685
- }
2686
- .lui\:sm\:px-\[calc\(--spacing\(3\)-1px\)\] {
2687
- @media (width >= 40rem) {
2688
- padding-inline: calc(calc(var(--lui-spacing) * 3) - 1px);
2689
- }
2690
- }
2691
- .lui\:sm\:py-2 {
2692
- @media (width >= 40rem) {
2693
- padding-block: calc(var(--lui-spacing) * 2);
2694
- }
2695
- }
2696
- .lui\:sm\:py-3 {
2697
- @media (width >= 40rem) {
2698
- padding-block: calc(var(--lui-spacing) * 3);
2699
- }
2700
- }
2701
- .lui\:sm\:py-8 {
2702
- @media (width >= 40rem) {
2703
- padding-block: calc(var(--lui-spacing) * 8);
2704
- }
2705
- }
2706
- .lui\:sm\:py-\[calc\(--spacing\(1\.5\)-1px\)\] {
2707
- @media (width >= 40rem) {
2708
- padding-block: calc(calc(var(--lui-spacing) * 1.5) - 1px);
2709
- }
2710
- }
2711
- .lui\:sm\:pt-0 {
2712
- @media (width >= 40rem) {
2713
- padding-top: calc(var(--lui-spacing) * 0);
2714
- }
2715
- }
2716
- .lui\:sm\:pr-\[calc\(--spacing\(9\)-1px\)\] {
2717
- @media (width >= 40rem) {
2718
- padding-right: calc(calc(var(--lui-spacing) * 9) - 1px);
2719
- }
2720
- }
2721
- .lui\:sm\:pl-\[calc\(--spacing\(3\)-1px\)\] {
2722
- @media (width >= 40rem) {
2723
- padding-left: calc(calc(var(--lui-spacing) * 3) - 1px);
2724
- }
2725
- }
2726
- .lui\:sm\:text-base\/6 {
2727
- @media (width >= 40rem) {
2728
- font-size: var(--lui-text-base);
2729
- line-height: calc(var(--lui-spacing) * 6);
2730
- }
2731
- }
2732
- .lui\:sm\:text-sm\/5 {
2733
- @media (width >= 40rem) {
2734
- font-size: var(--lui-text-sm);
2735
- line-height: calc(var(--lui-spacing) * 5);
2736
- }
2737
- }
2738
- .lui\:sm\:text-sm\/6 {
2739
- @media (width >= 40rem) {
2740
- font-size: var(--lui-text-sm);
2741
- line-height: calc(var(--lui-spacing) * 6);
2742
- }
2743
- }
2744
- .lui\:sm\:text-xs {
2745
- @media (width >= 40rem) {
2746
- font-size: var(--lui-text-xs);
2747
- line-height: var(--tw-leading, var(--lui-text-xs--line-height));
2748
- }
2749
- }
2750
- .lui\:sm\:\*\:w-auto {
2751
- @media (width >= 40rem) {
2752
- :is(& > *) {
2753
- width: auto;
2754
- }
2755
- }
2756
- }
2757
- .lui\:sm\:group-data-checked\:translate-x-3 {
2758
- @media (width >= 40rem) {
2759
- &:is(:where(.lui\:group)[data-checked] *) {
2760
- --tw-translate-x: calc(var(--lui-spacing) * 3);
2761
- translate: var(--tw-translate-x) var(--tw-translate-y);
2762
- }
2763
- }
2764
- }
2765
- .lui\:file\:sm\:px-\[calc\(--spacing\(3\)-1px\)\] {
2766
- &::file-selector-button {
2767
- @media (width >= 40rem) {
2768
- padding-inline: calc(calc(var(--lui-spacing) * 3) - 1px);
2769
- }
2770
- }
2771
- }
2772
- .lui\:file\:sm\:py-\[calc\(--spacing\(1\.5\)-1px\)\] {
2773
- &::file-selector-button {
2774
- @media (width >= 40rem) {
2775
- padding-block: calc(calc(var(--lui-spacing) * 1.5) - 1px);
2776
- }
2777
- }
2778
- }
2779
- .lui\:sm\:focus-within\:after\:ring-2 {
2780
- @media (width >= 40rem) {
2781
- &:focus-within {
2782
- &::after {
2783
- content: var(--tw-content);
2784
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2785
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2786
- }
2787
- }
2788
- }
2789
- }
2790
- .lui\:sm\:focus-within\:after\:ring-blue-500 {
2791
- @media (width >= 40rem) {
2792
- &:focus-within {
2793
- &::after {
2794
- content: var(--tw-content);
2795
- --tw-ring-color: var(--lui-color-blue-500);
2796
- }
2797
- }
2798
- }
2799
- }
2800
- .lui\:sm\:data-closed\:translate-y-0 {
2801
- @media (width >= 40rem) {
2802
- &[data-closed] {
2803
- --tw-translate-y: calc(var(--lui-spacing) * 0);
2804
- translate: var(--tw-translate-x) var(--tw-translate-y);
2805
- }
2806
- }
2807
- }
2808
- .lui\:sm\:data-closed\:data-enter\:scale-95 {
2809
- @media (width >= 40rem) {
2810
- &[data-closed] {
2811
- &[data-enter] {
2812
- --tw-scale-x: 95%;
2813
- --tw-scale-y: 95%;
2814
- --tw-scale-z: 95%;
2815
- scale: var(--tw-scale-x) var(--tw-scale-y);
2816
- }
2817
- }
2818
- }
2819
- }
2820
- .lui\:sm\:\*\:data-\[slot\=icon\]\:my-1 {
2821
- @media (width >= 40rem) {
2822
- :is(& > *) {
2823
- &[data-slot="icon"] {
2824
- margin-block: calc(var(--lui-spacing) * 1);
2825
- }
2826
- }
2827
- }
2828
- }
2829
- .lui\:sm\:\*\:data-\[slot\=icon\]\:size-4 {
2830
- @media (width >= 40rem) {
2831
- :is(& > *) {
2832
- &[data-slot="icon"] {
2833
- width: calc(var(--lui-spacing) * 4);
2834
- height: calc(var(--lui-spacing) * 4);
2835
- }
2836
- }
2837
- }
2838
- }
2839
- .lui\:sm\:nth-2\:border-none {
2840
- @media (width >= 40rem) {
2841
- &:nth-child(2) {
2842
- --tw-border-style: none;
2843
- border-style: none;
2844
- }
2845
- }
2846
- }
2847
- .lui\:lg\:hidden {
2848
- @media (width >= 64rem) {
2849
- display: none;
2850
- }
2851
- }
2852
- .lui\:lg\:w-64 {
2853
- @media (width >= 64rem) {
2854
- width: calc(var(--lui-spacing) * 64);
2855
- }
2856
- }
2857
- .lui\:lg\:min-w-0 {
2858
- @media (width >= 64rem) {
2859
- min-width: calc(var(--lui-spacing) * 0);
2860
- }
2861
- }
2862
- .lui\:lg\:overflow-y-auto {
2863
- @media (width >= 64rem) {
2864
- overflow-y: auto;
2865
- }
2866
- }
2867
- .lui\:lg\:rounded-lg {
2868
- @media (width >= 64rem) {
2869
- border-radius: var(--lui-radius-lg);
2870
- }
2871
- }
2872
- .lui\:lg\:bg-white {
2873
- @media (width >= 64rem) {
2874
- background-color: var(--lui-color-white);
2875
- }
2876
- }
2877
- .lui\:lg\:bg-zinc-100 {
2878
- @media (width >= 64rem) {
2879
- background-color: var(--lui-color-zinc-100);
2880
- }
2881
- }
2882
- .lui\:lg\:p-10 {
2883
- @media (width >= 64rem) {
2884
- padding: calc(var(--lui-spacing) * 10);
2885
- }
2886
- }
2887
- .lui\:lg\:pt-4 {
2888
- @media (width >= 64rem) {
2889
- padding-top: calc(var(--lui-spacing) * 4);
2890
- }
2891
- }
2892
- .lui\:lg\:pr-4 {
2893
- @media (width >= 64rem) {
2894
- padding-right: calc(var(--lui-spacing) * 4);
2895
- }
2896
- }
2897
- .lui\:lg\:pl-64 {
2898
- @media (width >= 64rem) {
2899
- padding-left: calc(var(--lui-spacing) * 64);
2900
- }
2901
- }
2902
- .lui\:lg\:shadow-xs {
2903
- @media (width >= 64rem) {
2904
- --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
2905
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2906
- }
2907
- }
2908
- .lui\:lg\:ring-1 {
2909
- @media (width >= 64rem) {
2910
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2911
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2912
- }
2913
- }
2914
- .lui\:lg\:ring-zinc-950\/5 {
2915
- @media (width >= 64rem) {
2916
- --tw-ring-color: var(--lui-color-zinc-950);
2917
- @supports (color: color-mix(in lab, red, red)) {
2918
- --tw-ring-color: color-mix(in oklab, var(--lui-color-zinc-950) 5%, transparent);
2919
- }
2920
- }
2921
- }
2922
- .lui\:forced-colors\:stroke-\[CanvasText\] {
2923
- @media (forced-colors: active) {
2924
- stroke: CanvasText;
2925
- }
2926
- }
2927
- .lui\:forced-colors\:outline {
2928
- @media (forced-colors: active) {
2929
- outline-style: var(--tw-outline-style);
2930
- outline-width: 1px;
2931
- }
2932
- }
2933
- .lui\:forced-colors\:\[--checkbox-check\:HighlightText\] {
2934
- @media (forced-colors: active) {
2935
- --checkbox-check: HighlightText;
2936
- }
2937
- }
2938
- .lui\:forced-colors\:\[--checkbox-checked-bg\:Highlight\] {
2939
- @media (forced-colors: active) {
2940
- --checkbox-checked-bg: Highlight;
2941
- }
2942
- }
2943
- .lui\:forced-colors\:\[--switch-bg\:Highlight\] {
2944
- @media (forced-colors: active) {
2945
- --switch-bg: Highlight;
2946
- }
2947
- }
2948
- .lui\:forced-colors\:group-data-disabled\:\[--checkbox-check\:Highlight\] {
2949
- @media (forced-colors: active) {
2950
- &:is(:where(.lui\:group)[data-disabled] *) {
2951
- --checkbox-check: Highlight;
2952
- }
2953
- }
2954
- }
2955
- .lui\:\[\&_optgroup\]\:font-semibold {
2956
- & optgroup {
2957
- --tw-font-weight: var(--lui-font-weight-semibold);
2958
- font-weight: var(--lui-font-weight-semibold);
2959
- }
2960
- }
2961
- .lui\:\[\&\>\[data-slot\=control\]\+\[data-slot\=description\]\]\:mt-3 {
2962
- &>[data-slot=control]+[data-slot=description] {
2963
- margin-top: calc(var(--lui-spacing) * 3);
2964
- }
2965
- }
2966
- .lui\:\[\&\>\[data-slot\=control\]\+\[data-slot\=error\]\]\:mt-3 {
2967
- &>[data-slot=control]+[data-slot=error] {
2968
- margin-top: calc(var(--lui-spacing) * 3);
2969
- }
2970
- }
2971
- .lui\:\[\&\>\[data-slot\=description\]\+\[data-slot\=control\]\]\:mt-3 {
2972
- &>[data-slot=description]+[data-slot=control] {
2973
- margin-top: calc(var(--lui-spacing) * 3);
2974
- }
2975
- }
2976
- .lui\:\[\&\>\[data-slot\=label\]\+\[data-slot\=control\]\]\:mt-3 {
2977
- &>[data-slot=label]+[data-slot=control] {
2978
- margin-top: calc(var(--lui-spacing) * 3);
2979
- }
2980
- }
2981
- .lui\:\[\&\>\[data-slot\=label\]\+\[data-slot\=description\]\]\:mt-1 {
2982
- &>[data-slot=label]+[data-slot=description] {
2983
- margin-top: calc(var(--lui-spacing) * 1);
2984
- }
2985
- }
2986
- }
2987
- @property --tw-translate-x {
2988
- syntax: "*";
2989
- inherits: false;
2990
- initial-value: 0;
2991
- }
2992
- @property --tw-translate-y {
2993
- syntax: "*";
2994
- inherits: false;
2995
- initial-value: 0;
2996
- }
2997
- @property --tw-translate-z {
2998
- syntax: "*";
2999
- inherits: false;
3000
- initial-value: 0;
3001
- }
3002
- @property --tw-scale-x {
3003
- syntax: "*";
3004
- inherits: false;
3005
- initial-value: 1;
3006
- }
3007
- @property --tw-scale-y {
3008
- syntax: "*";
3009
- inherits: false;
3010
- initial-value: 1;
3011
- }
3012
- @property --tw-scale-z {
3013
- syntax: "*";
3014
- inherits: false;
3015
- initial-value: 1;
3016
- }
3017
- @property --tw-rotate-x {
3018
- syntax: "*";
3019
- inherits: false;
3020
- }
3021
- @property --tw-rotate-y {
3022
- syntax: "*";
3023
- inherits: false;
3024
- }
3025
- @property --tw-rotate-z {
3026
- syntax: "*";
3027
- inherits: false;
3028
- }
3029
- @property --tw-skew-x {
3030
- syntax: "*";
3031
- inherits: false;
3032
- }
3033
- @property --tw-skew-y {
3034
- syntax: "*";
3035
- inherits: false;
3036
- }
3037
- @property --tw-space-y-reverse {
3038
- syntax: "*";
3039
- inherits: false;
3040
- initial-value: 0;
3041
- }
3042
- @property --tw-border-style {
3043
- syntax: "*";
3044
- inherits: false;
3045
- initial-value: solid;
3046
- }
3047
- @property --tw-leading {
3048
- syntax: "*";
3049
- inherits: false;
3050
- }
3051
- @property --tw-font-weight {
3052
- syntax: "*";
3053
- inherits: false;
3054
- }
3055
- @property --tw-tracking {
3056
- syntax: "*";
3057
- inherits: false;
3058
- }
3059
- @property --tw-shadow {
3060
- syntax: "*";
3061
- inherits: false;
3062
- initial-value: 0 0 #0000;
3063
- }
3064
- @property --tw-shadow-color {
3065
- syntax: "*";
3066
- inherits: false;
3067
- }
3068
- @property --tw-shadow-alpha {
3069
- syntax: "<percentage>";
3070
- inherits: false;
3071
- initial-value: 100%;
3072
- }
3073
- @property --tw-inset-shadow {
3074
- syntax: "*";
3075
- inherits: false;
3076
- initial-value: 0 0 #0000;
3077
- }
3078
- @property --tw-inset-shadow-color {
3079
- syntax: "*";
3080
- inherits: false;
3081
- }
3082
- @property --tw-inset-shadow-alpha {
3083
- syntax: "<percentage>";
3084
- inherits: false;
3085
- initial-value: 100%;
3086
- }
3087
- @property --tw-ring-color {
3088
- syntax: "*";
3089
- inherits: false;
3090
- }
3091
- @property --tw-ring-shadow {
3092
- syntax: "*";
3093
- inherits: false;
3094
- initial-value: 0 0 #0000;
3095
- }
3096
- @property --tw-inset-ring-color {
3097
- syntax: "*";
3098
- inherits: false;
3099
- }
3100
- @property --tw-inset-ring-shadow {
3101
- syntax: "*";
3102
- inherits: false;
3103
- initial-value: 0 0 #0000;
3104
- }
3105
- @property --tw-ring-inset {
3106
- syntax: "*";
3107
- inherits: false;
3108
- }
3109
- @property --tw-ring-offset-width {
3110
- syntax: "<length>";
3111
- inherits: false;
3112
- initial-value: 0px;
3113
- }
3114
- @property --tw-ring-offset-color {
3115
- syntax: "*";
3116
- inherits: false;
3117
- initial-value: #fff;
3118
- }
3119
- @property --tw-ring-offset-shadow {
3120
- syntax: "*";
3121
- inherits: false;
3122
- initial-value: 0 0 #0000;
3123
- }
3124
- @property --tw-outline-style {
3125
- syntax: "*";
3126
- inherits: false;
3127
- initial-value: solid;
3128
- }
3129
- @property --tw-duration {
3130
- syntax: "*";
3131
- inherits: false;
3132
- }
3133
- @property --tw-ease {
3134
- syntax: "*";
3135
- inherits: false;
3136
- }
3137
- @property --tw-content {
3138
- syntax: "*";
3139
- initial-value: "";
3140
- inherits: false;
3141
- }
3142
- @keyframes spin {
3143
- to {
3144
- transform: rotate(360deg);
3145
- }
3146
- }
3147
- @keyframes pulse {
3148
- 50% {
3149
- opacity: 0.5;
3150
- }
3151
- }
3152
- @layer properties {
3153
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
3154
- *, ::before, ::after, ::backdrop {
3155
- --tw-translate-x: 0;
3156
- --tw-translate-y: 0;
3157
- --tw-translate-z: 0;
3158
- --tw-scale-x: 1;
3159
- --tw-scale-y: 1;
3160
- --tw-scale-z: 1;
3161
- --tw-rotate-x: initial;
3162
- --tw-rotate-y: initial;
3163
- --tw-rotate-z: initial;
3164
- --tw-skew-x: initial;
3165
- --tw-skew-y: initial;
3166
- --tw-space-y-reverse: 0;
3167
- --tw-border-style: solid;
3168
- --tw-leading: initial;
3169
- --tw-font-weight: initial;
3170
- --tw-tracking: initial;
3171
- --tw-shadow: 0 0 #0000;
3172
- --tw-shadow-color: initial;
3173
- --tw-shadow-alpha: 100%;
3174
- --tw-inset-shadow: 0 0 #0000;
3175
- --tw-inset-shadow-color: initial;
3176
- --tw-inset-shadow-alpha: 100%;
3177
- --tw-ring-color: initial;
3178
- --tw-ring-shadow: 0 0 #0000;
3179
- --tw-inset-ring-color: initial;
3180
- --tw-inset-ring-shadow: 0 0 #0000;
3181
- --tw-ring-inset: initial;
3182
- --tw-ring-offset-width: 0px;
3183
- --tw-ring-offset-color: #fff;
3184
- --tw-ring-offset-shadow: 0 0 #0000;
3185
- --tw-outline-style: solid;
3186
- --tw-duration: initial;
3187
- --tw-ease: initial;
3188
- --tw-content: "";
3189
- }
3190
- }
3191
- }