@metastringfoundation/map-list 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/dist/card.d.ts +7 -0
  2. package/dist/card.d.ts.map +1 -0
  3. package/dist/card.js +7 -0
  4. package/dist/components/core/button.d.ts +7 -0
  5. package/dist/components/core/button.d.ts.map +1 -0
  6. package/dist/components/core/button.js +21 -0
  7. package/dist/components/core/highlighter.d.ts +5 -0
  8. package/dist/components/core/highlighter.d.ts.map +1 -0
  9. package/dist/components/core/highlighter.js +15 -0
  10. package/dist/components/core/icons.d.ts +17 -0
  11. package/dist/components/core/icons.d.ts.map +1 -0
  12. package/dist/components/core/icons.js +60 -0
  13. package/dist/components/core/iconts.d.ts +2 -0
  14. package/dist/components/core/iconts.d.ts.map +1 -0
  15. package/dist/components/core/iconts.js +2 -0
  16. package/dist/components/core/index.d.ts +5 -0
  17. package/dist/components/core/index.d.ts.map +1 -0
  18. package/dist/components/core/index.js +20 -0
  19. package/dist/components/core/input.d.ts +14 -0
  20. package/dist/components/core/input.d.ts.map +1 -0
  21. package/dist/components/core/input.js +18 -0
  22. package/dist/components/core/popup.d.ts +5 -0
  23. package/dist/components/core/popup.d.ts.map +1 -0
  24. package/dist/components/core/popup.js +11 -0
  25. package/dist/components/core/tabs.d.ts +46 -0
  26. package/dist/components/core/tabs.d.ts.map +1 -0
  27. package/dist/components/core/tabs.js +147 -0
  28. package/dist/components/infobar/content.d.ts +4 -0
  29. package/dist/components/infobar/content.d.ts.map +1 -0
  30. package/dist/components/infobar/content.js +22 -0
  31. package/dist/components/infobar/index.d.ts +2 -0
  32. package/dist/components/infobar/index.d.ts.map +1 -0
  33. package/dist/components/infobar/index.js +17 -0
  34. package/dist/components/infobar/infobar-panel.d.ts +4 -0
  35. package/dist/components/infobar/infobar-panel.d.ts.map +1 -0
  36. package/dist/components/infobar/infobar-panel.js +52 -0
  37. package/dist/components/map/index.d.ts +2 -0
  38. package/dist/components/map/index.d.ts.map +1 -0
  39. package/dist/components/map/index.js +66 -0
  40. package/dist/components/map/layers/grid/index.d.ts +6 -0
  41. package/dist/components/map/layers/grid/index.d.ts.map +1 -0
  42. package/dist/components/map/layers/grid/index.js +31 -0
  43. package/dist/components/map/layers/highlight/index.d.ts +2 -0
  44. package/dist/components/map/layers/highlight/index.d.ts.map +1 -0
  45. package/dist/components/map/layers/highlight/index.js +7 -0
  46. package/dist/components/map/layers/index.d.ts +6 -0
  47. package/dist/components/map/layers/index.d.ts.map +1 -0
  48. package/dist/components/map/layers/index.js +27 -0
  49. package/dist/components/map/layers/raster/index.d.ts +6 -0
  50. package/dist/components/map/layers/raster/index.d.ts.map +1 -0
  51. package/dist/components/map/layers/raster/index.js +19 -0
  52. package/dist/components/map/layers/vector/index.d.ts +5 -0
  53. package/dist/components/map/layers/vector/index.d.ts.map +1 -0
  54. package/dist/components/map/layers/vector/index.js +29 -0
  55. package/dist/components/map/marker-list/index.d.ts +3 -0
  56. package/dist/components/map/marker-list/index.d.ts.map +1 -0
  57. package/dist/components/map/marker-list/index.js +16 -0
  58. package/dist/components/map/markers-list/index.d.ts +3 -0
  59. package/dist/components/map/markers-list/index.d.ts.map +1 -0
  60. package/dist/components/map/markers-list/index.js +16 -0
  61. package/dist/components/map/popup/index.d.ts +4 -0
  62. package/dist/components/map/popup/index.d.ts.map +1 -0
  63. package/dist/components/map/popup/index.js +17 -0
  64. package/dist/components/sidebar/common/grid-legend.d.ts +4 -0
  65. package/dist/components/sidebar/common/grid-legend.d.ts.map +1 -0
  66. package/dist/components/sidebar/common/grid-legend.js +22 -0
  67. package/dist/components/sidebar/common/info-popover.d.ts +10 -0
  68. package/dist/components/sidebar/common/info-popover.d.ts.map +1 -0
  69. package/dist/components/sidebar/common/info-popover.js +32 -0
  70. package/dist/components/sidebar/common/layer-item-style.d.ts +4 -0
  71. package/dist/components/sidebar/common/layer-item-style.d.ts.map +1 -0
  72. package/dist/components/sidebar/common/layer-item-style.js +21 -0
  73. package/dist/components/sidebar/common/layer-item.d.ts +11 -0
  74. package/dist/components/sidebar/common/layer-item.d.ts.map +1 -0
  75. package/dist/components/sidebar/common/layer-item.js +59 -0
  76. package/dist/components/sidebar/common/moreless.d.ts +4 -0
  77. package/dist/components/sidebar/common/moreless.d.ts.map +1 -0
  78. package/dist/components/sidebar/common/moreless.js +10 -0
  79. package/dist/components/sidebar/common/opacity-handler-addon.d.ts +3 -0
  80. package/dist/components/sidebar/common/opacity-handler-addon.d.ts.map +1 -0
  81. package/dist/components/sidebar/common/opacity-handler-addon.js +9 -0
  82. package/dist/components/sidebar/common/style-legend.d.ts +4 -0
  83. package/dist/components/sidebar/common/style-legend.d.ts.map +1 -0
  84. package/dist/components/sidebar/common/style-legend.js +23 -0
  85. package/dist/components/sidebar/common.d.ts +2 -0
  86. package/dist/components/sidebar/common.d.ts.map +1 -0
  87. package/dist/components/sidebar/common.js +2 -0
  88. package/dist/components/sidebar/index.d.ts +2 -0
  89. package/dist/components/sidebar/index.d.ts.map +1 -0
  90. package/dist/components/sidebar/index.js +38 -0
  91. package/dist/components/sidebar/layers/index.d.ts +2 -0
  92. package/dist/components/sidebar/layers/index.d.ts.map +1 -0
  93. package/dist/components/sidebar/layers/index.js +12 -0
  94. package/dist/components/sidebar/layers/layer-list.d.ts +2 -0
  95. package/dist/components/sidebar/layers/layer-list.d.ts.map +1 -0
  96. package/dist/components/sidebar/layers/layer-list.js +64 -0
  97. package/dist/components/sidebar/layers/search.d.ts +2 -0
  98. package/dist/components/sidebar/layers/search.d.ts.map +1 -0
  99. package/dist/components/sidebar/layers/search.js +16 -0
  100. package/dist/components/sidebar/layers.d.ts +2 -0
  101. package/dist/components/sidebar/layers.d.ts.map +1 -0
  102. package/dist/components/sidebar/layers.js +2 -0
  103. package/dist/components/sidebar/selected/extended.d.ts +3 -0
  104. package/dist/components/sidebar/selected/extended.d.ts.map +1 -0
  105. package/dist/components/sidebar/selected/extended.js +7 -0
  106. package/dist/components/sidebar/selected/index.d.ts +2 -0
  107. package/dist/components/sidebar/selected/index.d.ts.map +1 -0
  108. package/dist/components/sidebar/selected/index.js +20 -0
  109. package/dist/components/sidebar/selected/selected-item-list.d.ts +10 -0
  110. package/dist/components/sidebar/selected/selected-item-list.d.ts.map +1 -0
  111. package/dist/components/sidebar/selected/selected-item-list.js +36 -0
  112. package/dist/components/sidebar/settings/index.d.ts +2 -0
  113. package/dist/components/sidebar/settings/index.d.ts.map +1 -0
  114. package/dist/components/sidebar/settings/index.js +16 -0
  115. package/dist/components/sidebar/settings/layer-selection.d.ts +6 -0
  116. package/dist/components/sidebar/settings/layer-selection.d.ts.map +1 -0
  117. package/dist/components/sidebar/settings/layer-selection.js +17 -0
  118. package/dist/components/sidebar/tabs.d.ts +4 -0
  119. package/dist/components/sidebar/tabs.d.ts.map +1 -0
  120. package/dist/components/sidebar/tabs.js +15 -0
  121. package/dist/gradient.d.ts +6 -0
  122. package/dist/gradient.d.ts.map +1 -0
  123. package/dist/gradient.js +9 -0
  124. package/dist/hooks/use-layers.d.ts +55 -0
  125. package/dist/hooks/use-layers.d.ts.map +1 -0
  126. package/dist/hooks/use-layers.js +298 -0
  127. package/dist/index.css +1129 -0
  128. package/dist/index.d.ts +4 -0
  129. package/dist/index.d.ts.map +1 -0
  130. package/dist/index.js +18 -0
  131. package/dist/interfaces/index.d.ts +103 -0
  132. package/dist/interfaces/index.d.ts.map +1 -0
  133. package/dist/interfaces/index.js +2 -0
  134. package/dist/services/naksha.d.ts +62 -0
  135. package/dist/services/naksha.d.ts.map +1 -0
  136. package/dist/services/naksha.js +420 -0
  137. package/dist/static/constant.d.ts +16 -0
  138. package/dist/static/constant.d.ts.map +1 -0
  139. package/dist/static/constant.js +34 -0
  140. package/dist/static/constants.d.ts +16 -0
  141. package/dist/static/constants.d.ts.map +1 -0
  142. package/dist/static/constants.js +34 -0
  143. package/dist/test.d.ts +2 -0
  144. package/dist/test.d.ts.map +1 -0
  145. package/dist/test.js +9 -0
  146. package/dist/turborepo-logo.d.ts +2 -0
  147. package/dist/turborepo-logo.d.ts.map +1 -0
  148. package/dist/turborepo-logo.js +8 -0
  149. package/dist/utils/array-move.d.ts +3 -0
  150. package/dist/utils/array-move.d.ts.map +1 -0
  151. package/dist/utils/array-move.js +19 -0
  152. package/dist/utils/grid.d.ts +22 -0
  153. package/dist/utils/grid.d.ts.map +1 -0
  154. package/dist/utils/grid.js +116 -0
  155. package/dist/utils/naksha.d.ts +32 -0
  156. package/dist/utils/naksha.d.ts.map +1 -0
  157. package/dist/utils/naksha.js +141 -0
  158. package/package.json +57 -0
package/dist/index.css ADDED
@@ -0,0 +1,1129 @@
1
+ /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
7
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
+ "Courier New", monospace;
10
+ --color-red-100: oklch(93.6% 0.032 17.717);
11
+ --color-red-200: oklch(88.5% 0.062 18.334);
12
+ --color-red-600: oklch(57.7% 0.245 27.325);
13
+ --color-red-800: oklch(44.4% 0.177 26.899);
14
+ --color-blue-300: oklch(80.9% 0.105 251.813);
15
+ --color-blue-500: oklch(62.3% 0.214 259.815);
16
+ --color-blue-600: oklch(54.6% 0.245 262.881);
17
+ --color-blue-700: oklch(48.8% 0.243 264.376);
18
+ --color-gray-50: oklch(98.5% 0.002 247.839);
19
+ --color-gray-100: oklch(96.7% 0.003 264.542);
20
+ --color-gray-200: oklch(92.8% 0.006 264.531);
21
+ --color-gray-300: oklch(87.2% 0.01 258.338);
22
+ --color-gray-400: oklch(70.7% 0.022 261.325);
23
+ --color-gray-600: oklch(44.6% 0.03 256.802);
24
+ --color-gray-700: oklch(37.3% 0.034 259.733);
25
+ --color-white: #fff;
26
+ --spacing: 0.25rem;
27
+ --container-sm: 24rem;
28
+ --text-sm: 0.875rem;
29
+ --text-sm--line-height: calc(1.25 / 0.875);
30
+ --text-base: 1rem;
31
+ --text-base--line-height: calc(1.5 / 1);
32
+ --text-lg: 1.125rem;
33
+ --text-lg--line-height: calc(1.75 / 1.125);
34
+ --text-2xl: 1.5rem;
35
+ --text-2xl--line-height: calc(2 / 1.5);
36
+ --font-weight-medium: 500;
37
+ --tracking-wide: 0.025em;
38
+ --leading-tight: 1.25;
39
+ --radius-md: 0.375rem;
40
+ --radius-lg: 0.5rem;
41
+ --animate-spin: spin 1s linear infinite;
42
+ --default-transition-duration: 150ms;
43
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
44
+ --default-font-family: var(--font-sans);
45
+ --default-mono-font-family: var(--font-mono);
46
+ }
47
+ }
48
+ @layer base {
49
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
50
+ box-sizing: border-box;
51
+ margin: 0;
52
+ padding: 0;
53
+ border: 0 solid;
54
+ }
55
+ html, :host {
56
+ line-height: 1.5;
57
+ -webkit-text-size-adjust: 100%;
58
+ tab-size: 4;
59
+ 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");
60
+ font-feature-settings: var(--default-font-feature-settings, normal);
61
+ font-variation-settings: var(--default-font-variation-settings, normal);
62
+ -webkit-tap-highlight-color: transparent;
63
+ }
64
+ hr {
65
+ height: 0;
66
+ color: inherit;
67
+ border-top-width: 1px;
68
+ }
69
+ abbr:where([title]) {
70
+ -webkit-text-decoration: underline dotted;
71
+ text-decoration: underline dotted;
72
+ }
73
+ h1, h2, h3, h4, h5, h6 {
74
+ font-size: inherit;
75
+ font-weight: inherit;
76
+ }
77
+ a {
78
+ color: inherit;
79
+ -webkit-text-decoration: inherit;
80
+ text-decoration: inherit;
81
+ }
82
+ b, strong {
83
+ font-weight: bolder;
84
+ }
85
+ code, kbd, samp, pre {
86
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
87
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
88
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
89
+ font-size: 1em;
90
+ }
91
+ small {
92
+ font-size: 80%;
93
+ }
94
+ sub, sup {
95
+ font-size: 75%;
96
+ line-height: 0;
97
+ position: relative;
98
+ vertical-align: baseline;
99
+ }
100
+ sub {
101
+ bottom: -0.25em;
102
+ }
103
+ sup {
104
+ top: -0.5em;
105
+ }
106
+ table {
107
+ text-indent: 0;
108
+ border-color: inherit;
109
+ border-collapse: collapse;
110
+ }
111
+ :-moz-focusring {
112
+ outline: auto;
113
+ }
114
+ progress {
115
+ vertical-align: baseline;
116
+ }
117
+ summary {
118
+ display: list-item;
119
+ }
120
+ ol, ul, menu {
121
+ list-style: none;
122
+ }
123
+ img, svg, video, canvas, audio, iframe, embed, object {
124
+ display: block;
125
+ vertical-align: middle;
126
+ }
127
+ img, video {
128
+ max-width: 100%;
129
+ height: auto;
130
+ }
131
+ button, input, select, optgroup, textarea, ::file-selector-button {
132
+ font: inherit;
133
+ font-feature-settings: inherit;
134
+ font-variation-settings: inherit;
135
+ letter-spacing: inherit;
136
+ color: inherit;
137
+ border-radius: 0;
138
+ background-color: transparent;
139
+ opacity: 1;
140
+ }
141
+ :where(select:is([multiple], [size])) optgroup {
142
+ font-weight: bolder;
143
+ }
144
+ :where(select:is([multiple], [size])) optgroup option {
145
+ padding-inline-start: 20px;
146
+ }
147
+ ::file-selector-button {
148
+ margin-inline-end: 4px;
149
+ }
150
+ ::placeholder {
151
+ opacity: 1;
152
+ }
153
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
154
+ ::placeholder {
155
+ color: currentcolor;
156
+ @supports (color: color-mix(in lab, red, red)) {
157
+ color: color-mix(in oklab, currentcolor 50%, transparent);
158
+ }
159
+ }
160
+ }
161
+ textarea {
162
+ resize: vertical;
163
+ }
164
+ ::-webkit-search-decoration {
165
+ -webkit-appearance: none;
166
+ }
167
+ ::-webkit-date-and-time-value {
168
+ min-height: 1lh;
169
+ text-align: inherit;
170
+ }
171
+ ::-webkit-datetime-edit {
172
+ display: inline-flex;
173
+ }
174
+ ::-webkit-datetime-edit-fields-wrapper {
175
+ padding: 0;
176
+ }
177
+ ::-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 {
178
+ padding-block: 0;
179
+ }
180
+ ::-webkit-calendar-picker-indicator {
181
+ line-height: 1;
182
+ }
183
+ :-moz-ui-invalid {
184
+ box-shadow: none;
185
+ }
186
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
187
+ appearance: button;
188
+ }
189
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
190
+ height: auto;
191
+ }
192
+ [hidden]:where(:not([hidden="until-found"])) {
193
+ display: none !important;
194
+ }
195
+ }
196
+ @layer utilities {
197
+ .visible {
198
+ visibility: visible;
199
+ }
200
+ .absolute {
201
+ position: absolute;
202
+ }
203
+ .fixed {
204
+ position: fixed;
205
+ }
206
+ .relative {
207
+ position: relative;
208
+ }
209
+ .inset-y-0 {
210
+ inset-block: calc(var(--spacing) * 0);
211
+ }
212
+ .top-0 {
213
+ top: calc(var(--spacing) * 0);
214
+ }
215
+ .top-4 {
216
+ top: calc(var(--spacing) * 4);
217
+ }
218
+ .right-0 {
219
+ right: calc(var(--spacing) * 0);
220
+ }
221
+ .right-4 {
222
+ right: calc(var(--spacing) * 4);
223
+ }
224
+ .bottom-0 {
225
+ bottom: calc(var(--spacing) * 0);
226
+ }
227
+ .left-0 {
228
+ left: calc(var(--spacing) * 0);
229
+ }
230
+ .left-4 {
231
+ left: calc(var(--spacing) * 4);
232
+ }
233
+ .z-10 {
234
+ z-index: 10;
235
+ }
236
+ .z-20 {
237
+ z-index: 20;
238
+ }
239
+ .container {
240
+ width: 100%;
241
+ @media (width >= 40rem) {
242
+ max-width: 40rem;
243
+ }
244
+ @media (width >= 48rem) {
245
+ max-width: 48rem;
246
+ }
247
+ @media (width >= 64rem) {
248
+ max-width: 64rem;
249
+ }
250
+ @media (width >= 80rem) {
251
+ max-width: 80rem;
252
+ }
253
+ @media (width >= 96rem) {
254
+ max-width: 96rem;
255
+ }
256
+ }
257
+ .mt-1 {
258
+ margin-top: calc(var(--spacing) * 1);
259
+ }
260
+ .mt-2 {
261
+ margin-top: calc(var(--spacing) * 2);
262
+ }
263
+ .-mb-px {
264
+ margin-bottom: -1px;
265
+ }
266
+ .mb-1 {
267
+ margin-bottom: calc(var(--spacing) * 1);
268
+ }
269
+ .mb-2 {
270
+ margin-bottom: calc(var(--spacing) * 2);
271
+ }
272
+ .ml-2 {
273
+ margin-left: calc(var(--spacing) * 2);
274
+ }
275
+ .ml-4 {
276
+ margin-left: calc(var(--spacing) * 4);
277
+ }
278
+ .block {
279
+ display: block;
280
+ }
281
+ .flex {
282
+ display: flex;
283
+ }
284
+ .grid {
285
+ display: grid;
286
+ }
287
+ .hidden {
288
+ display: none;
289
+ }
290
+ .inline {
291
+ display: inline;
292
+ }
293
+ .inline-block {
294
+ display: inline-block;
295
+ }
296
+ .h-5 {
297
+ height: calc(var(--spacing) * 5);
298
+ }
299
+ .h-8 {
300
+ height: calc(var(--spacing) * 8);
301
+ }
302
+ .h-10 {
303
+ height: calc(var(--spacing) * 10);
304
+ }
305
+ .h-12 {
306
+ height: calc(var(--spacing) * 12);
307
+ }
308
+ .h-16 {
309
+ height: calc(var(--spacing) * 16);
310
+ }
311
+ .h-full {
312
+ height: 100%;
313
+ }
314
+ .h-screen {
315
+ height: 100vh;
316
+ }
317
+ .min-h-0 {
318
+ min-height: calc(var(--spacing) * 0);
319
+ }
320
+ .w-5 {
321
+ width: calc(var(--spacing) * 5);
322
+ }
323
+ .w-6 {
324
+ width: calc(var(--spacing) * 6);
325
+ }
326
+ .w-10 {
327
+ width: calc(var(--spacing) * 10);
328
+ }
329
+ .w-12 {
330
+ width: calc(var(--spacing) * 12);
331
+ }
332
+ .w-16 {
333
+ width: calc(var(--spacing) * 16);
334
+ }
335
+ .w-48 {
336
+ width: calc(var(--spacing) * 48);
337
+ }
338
+ .w-72 {
339
+ width: calc(var(--spacing) * 72);
340
+ }
341
+ .w-full {
342
+ width: 100%;
343
+ }
344
+ .max-w-sm {
345
+ max-width: var(--container-sm);
346
+ }
347
+ .flex-1 {
348
+ flex: 1;
349
+ }
350
+ .shrink-0 {
351
+ flex-shrink: 0;
352
+ }
353
+ .grow {
354
+ flex-grow: 1;
355
+ }
356
+ .table-auto {
357
+ table-layout: auto;
358
+ }
359
+ .transform {
360
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
361
+ }
362
+ .animate-spin {
363
+ animation: var(--animate-spin);
364
+ }
365
+ .cursor-move {
366
+ cursor: move;
367
+ }
368
+ .cursor-pointer {
369
+ cursor: pointer;
370
+ }
371
+ .appearance-none {
372
+ appearance: none;
373
+ }
374
+ .flex-col {
375
+ flex-direction: column;
376
+ }
377
+ .items-center {
378
+ align-items: center;
379
+ }
380
+ .justify-around {
381
+ justify-content: space-around;
382
+ }
383
+ .justify-between {
384
+ justify-content: space-between;
385
+ }
386
+ .justify-center {
387
+ justify-content: center;
388
+ }
389
+ .gap-1 {
390
+ gap: calc(var(--spacing) * 1);
391
+ }
392
+ .gap-2 {
393
+ gap: calc(var(--spacing) * 2);
394
+ }
395
+ .gap-3 {
396
+ gap: calc(var(--spacing) * 3);
397
+ }
398
+ .gap-4 {
399
+ gap: calc(var(--spacing) * 4);
400
+ }
401
+ .space-y-4 {
402
+ :where(& > :not(:last-child)) {
403
+ --tw-space-y-reverse: 0;
404
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
405
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
406
+ }
407
+ }
408
+ .overflow-auto {
409
+ overflow: auto;
410
+ }
411
+ .overflow-hidden {
412
+ overflow: hidden;
413
+ }
414
+ .overflow-y-auto {
415
+ overflow-y: auto;
416
+ }
417
+ .rounded {
418
+ border-radius: 0.25rem;
419
+ }
420
+ .rounded-lg {
421
+ border-radius: var(--radius-lg);
422
+ }
423
+ .rounded-md {
424
+ border-radius: var(--radius-md);
425
+ }
426
+ .rounded-t-lg {
427
+ border-top-left-radius: var(--radius-lg);
428
+ border-top-right-radius: var(--radius-lg);
429
+ }
430
+ .border {
431
+ border-style: var(--tw-border-style);
432
+ border-width: 1px;
433
+ }
434
+ .border-2 {
435
+ border-style: var(--tw-border-style);
436
+ border-width: 2px;
437
+ }
438
+ .border-t {
439
+ border-top-style: var(--tw-border-style);
440
+ border-top-width: 1px;
441
+ }
442
+ .border-b {
443
+ border-bottom-style: var(--tw-border-style);
444
+ border-bottom-width: 1px;
445
+ }
446
+ .border-b-2 {
447
+ border-bottom-style: var(--tw-border-style);
448
+ border-bottom-width: 2px;
449
+ }
450
+ .border-l {
451
+ border-left-style: var(--tw-border-style);
452
+ border-left-width: 1px;
453
+ }
454
+ .border-solid {
455
+ --tw-border-style: solid;
456
+ border-style: solid;
457
+ }
458
+ .border-blue-300 {
459
+ border-color: var(--color-blue-300);
460
+ }
461
+ .border-blue-500 {
462
+ border-color: var(--color-blue-500);
463
+ }
464
+ .border-blue-600 {
465
+ border-color: var(--color-blue-600);
466
+ }
467
+ .border-gray-100 {
468
+ border-color: var(--color-gray-100);
469
+ }
470
+ .border-gray-200 {
471
+ border-color: var(--color-gray-200);
472
+ }
473
+ .border-gray-300 {
474
+ border-color: var(--color-gray-300);
475
+ }
476
+ .bg-gray-50 {
477
+ background-color: var(--color-gray-50);
478
+ }
479
+ .bg-gray-100 {
480
+ background-color: var(--color-gray-100);
481
+ }
482
+ .bg-gray-200 {
483
+ background-color: var(--color-gray-200);
484
+ }
485
+ .bg-red-100 {
486
+ background-color: var(--color-red-100);
487
+ }
488
+ .bg-transparent {
489
+ background-color: transparent;
490
+ }
491
+ .bg-white {
492
+ background-color: var(--color-white);
493
+ }
494
+ .object-cover {
495
+ object-fit: cover;
496
+ }
497
+ .p-1 {
498
+ padding: calc(var(--spacing) * 1);
499
+ }
500
+ .p-2 {
501
+ padding: calc(var(--spacing) * 2);
502
+ }
503
+ .p-3 {
504
+ padding: calc(var(--spacing) * 3);
505
+ }
506
+ .p-4 {
507
+ padding: calc(var(--spacing) * 4);
508
+ }
509
+ .px-2 {
510
+ padding-inline: calc(var(--spacing) * 2);
511
+ }
512
+ .px-3 {
513
+ padding-inline: calc(var(--spacing) * 3);
514
+ }
515
+ .px-4 {
516
+ padding-inline: calc(var(--spacing) * 4);
517
+ }
518
+ .py-1 {
519
+ padding-block: calc(var(--spacing) * 1);
520
+ }
521
+ .py-2 {
522
+ padding-block: calc(var(--spacing) * 2);
523
+ }
524
+ .py-3 {
525
+ padding-block: calc(var(--spacing) * 3);
526
+ }
527
+ .pt-2 {
528
+ padding-top: calc(var(--spacing) * 2);
529
+ }
530
+ .pr-4 {
531
+ padding-right: calc(var(--spacing) * 4);
532
+ }
533
+ .pr-12 {
534
+ padding-right: calc(var(--spacing) * 12);
535
+ }
536
+ .pb-0 {
537
+ padding-bottom: calc(var(--spacing) * 0);
538
+ }
539
+ .pb-3 {
540
+ padding-bottom: calc(var(--spacing) * 3);
541
+ }
542
+ .pl-3 {
543
+ padding-left: calc(var(--spacing) * 3);
544
+ }
545
+ .pl-10 {
546
+ padding-left: calc(var(--spacing) * 10);
547
+ }
548
+ .text-center {
549
+ text-align: center;
550
+ }
551
+ .text-left {
552
+ text-align: left;
553
+ }
554
+ .align-middle {
555
+ vertical-align: middle;
556
+ }
557
+ .text-2xl {
558
+ font-size: var(--text-2xl);
559
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
560
+ }
561
+ .text-base {
562
+ font-size: var(--text-base);
563
+ line-height: var(--tw-leading, var(--text-base--line-height));
564
+ }
565
+ .text-lg {
566
+ font-size: var(--text-lg);
567
+ line-height: var(--tw-leading, var(--text-lg--line-height));
568
+ }
569
+ .text-sm {
570
+ font-size: var(--text-sm);
571
+ line-height: var(--tw-leading, var(--text-sm--line-height));
572
+ }
573
+ .leading-tight {
574
+ --tw-leading: var(--leading-tight);
575
+ line-height: var(--leading-tight);
576
+ }
577
+ .font-medium {
578
+ --tw-font-weight: var(--font-weight-medium);
579
+ font-weight: var(--font-weight-medium);
580
+ }
581
+ .tracking-wide {
582
+ --tw-tracking: var(--tracking-wide);
583
+ letter-spacing: var(--tracking-wide);
584
+ }
585
+ .break-all {
586
+ word-break: break-all;
587
+ }
588
+ .whitespace-nowrap {
589
+ white-space: nowrap;
590
+ }
591
+ .text-blue-500 {
592
+ color: var(--color-blue-500);
593
+ }
594
+ .text-blue-600 {
595
+ color: var(--color-blue-600);
596
+ }
597
+ .text-blue-700 {
598
+ color: var(--color-blue-700);
599
+ }
600
+ .text-gray-200 {
601
+ color: var(--color-gray-200);
602
+ }
603
+ .text-gray-400 {
604
+ color: var(--color-gray-400);
605
+ }
606
+ .text-gray-600 {
607
+ color: var(--color-gray-600);
608
+ }
609
+ .text-gray-700 {
610
+ color: var(--color-gray-700);
611
+ }
612
+ .text-red-600 {
613
+ color: var(--color-red-600);
614
+ }
615
+ .text-red-800 {
616
+ color: var(--color-red-800);
617
+ }
618
+ .capitalize {
619
+ text-transform: capitalize;
620
+ }
621
+ .shadow-md {
622
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
623
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
624
+ }
625
+ .shadow-xl {
626
+ --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));
627
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
628
+ }
629
+ .filter {
630
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
631
+ }
632
+ .transition-colors {
633
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
634
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
635
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
636
+ }
637
+ .duration-200 {
638
+ --tw-duration: 200ms;
639
+ transition-duration: 200ms;
640
+ }
641
+ .hover\:border-blue-500 {
642
+ &:hover {
643
+ @media (hover: hover) {
644
+ border-color: var(--color-blue-500);
645
+ }
646
+ }
647
+ }
648
+ .hover\:border-gray-400 {
649
+ &:hover {
650
+ @media (hover: hover) {
651
+ border-color: var(--color-gray-400);
652
+ }
653
+ }
654
+ }
655
+ .hover\:bg-gray-100 {
656
+ &:hover {
657
+ @media (hover: hover) {
658
+ background-color: var(--color-gray-100);
659
+ }
660
+ }
661
+ }
662
+ .hover\:bg-gray-200 {
663
+ &:hover {
664
+ @media (hover: hover) {
665
+ background-color: var(--color-gray-200);
666
+ }
667
+ }
668
+ }
669
+ .hover\:bg-red-200 {
670
+ &:hover {
671
+ @media (hover: hover) {
672
+ background-color: var(--color-red-200);
673
+ }
674
+ }
675
+ }
676
+ .focus\:ring {
677
+ &:focus {
678
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
679
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
680
+ }
681
+ }
682
+ .focus\:ring-blue-300 {
683
+ &:focus {
684
+ --tw-ring-color: var(--color-blue-300);
685
+ }
686
+ }
687
+ .focus\:outline {
688
+ &:focus {
689
+ outline-style: var(--tw-outline-style);
690
+ outline-width: 1px;
691
+ }
692
+ }
693
+ .focus\:outline-none {
694
+ &:focus {
695
+ --tw-outline-style: none;
696
+ outline-style: none;
697
+ }
698
+ }
699
+ .disabled\:cursor-not-allowed {
700
+ &:disabled {
701
+ cursor: not-allowed;
702
+ }
703
+ }
704
+ .disabled\:bg-gray-100\! {
705
+ &:disabled {
706
+ background-color: var(--color-gray-100) !important;
707
+ }
708
+ }
709
+ .disabled\:opacity-50 {
710
+ &:disabled {
711
+ opacity: 50%;
712
+ }
713
+ }
714
+ .md\:top-4 {
715
+ @media (width >= 48rem) {
716
+ top: calc(var(--spacing) * 4);
717
+ }
718
+ }
719
+ .md\:right-4 {
720
+ @media (width >= 48rem) {
721
+ right: calc(var(--spacing) * 4);
722
+ }
723
+ }
724
+ .md\:right-auto {
725
+ @media (width >= 48rem) {
726
+ right: auto;
727
+ }
728
+ }
729
+ .md\:bottom-4 {
730
+ @media (width >= 48rem) {
731
+ bottom: calc(var(--spacing) * 4);
732
+ }
733
+ }
734
+ .md\:left-4 {
735
+ @media (width >= 48rem) {
736
+ left: calc(var(--spacing) * 4);
737
+ }
738
+ }
739
+ .md\:left-auto {
740
+ @media (width >= 48rem) {
741
+ left: auto;
742
+ }
743
+ }
744
+ .md\:max-w-sm {
745
+ @media (width >= 48rem) {
746
+ max-width: var(--container-sm);
747
+ }
748
+ }
749
+ .dark\:text-gray-600 {
750
+ @media (prefers-color-scheme: dark) {
751
+ color: var(--color-gray-600);
752
+ }
753
+ }
754
+ }
755
+ @layer theme, base, components, utilities;
756
+ @layer theme;
757
+ @layer base {
758
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
759
+ box-sizing: border-box;
760
+ margin: 0;
761
+ padding: 0;
762
+ border: 0 solid;
763
+ }
764
+ html, :host {
765
+ line-height: 1.5;
766
+ -webkit-text-size-adjust: 100%;
767
+ tab-size: 4;
768
+ 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");
769
+ font-feature-settings: var(--default-font-feature-settings, normal);
770
+ font-variation-settings: var(--default-font-variation-settings, normal);
771
+ -webkit-tap-highlight-color: transparent;
772
+ }
773
+ hr {
774
+ height: 0;
775
+ color: inherit;
776
+ border-top-width: 1px;
777
+ }
778
+ abbr:where([title]) {
779
+ -webkit-text-decoration: underline dotted;
780
+ text-decoration: underline dotted;
781
+ }
782
+ h1, h2, h3, h4, h5, h6 {
783
+ font-size: inherit;
784
+ font-weight: inherit;
785
+ }
786
+ a {
787
+ color: inherit;
788
+ -webkit-text-decoration: inherit;
789
+ text-decoration: inherit;
790
+ }
791
+ b, strong {
792
+ font-weight: bolder;
793
+ }
794
+ code, kbd, samp, pre {
795
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
796
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
797
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
798
+ font-size: 1em;
799
+ }
800
+ small {
801
+ font-size: 80%;
802
+ }
803
+ sub, sup {
804
+ font-size: 75%;
805
+ line-height: 0;
806
+ position: relative;
807
+ vertical-align: baseline;
808
+ }
809
+ sub {
810
+ bottom: -0.25em;
811
+ }
812
+ sup {
813
+ top: -0.5em;
814
+ }
815
+ table {
816
+ text-indent: 0;
817
+ border-color: inherit;
818
+ border-collapse: collapse;
819
+ }
820
+ :-moz-focusring {
821
+ outline: auto;
822
+ }
823
+ progress {
824
+ vertical-align: baseline;
825
+ }
826
+ summary {
827
+ display: list-item;
828
+ }
829
+ ol, ul, menu {
830
+ list-style: none;
831
+ }
832
+ img, svg, video, canvas, audio, iframe, embed, object {
833
+ display: block;
834
+ vertical-align: middle;
835
+ }
836
+ img, video {
837
+ max-width: 100%;
838
+ height: auto;
839
+ }
840
+ button, input, select, optgroup, textarea, ::file-selector-button {
841
+ font: inherit;
842
+ font-feature-settings: inherit;
843
+ font-variation-settings: inherit;
844
+ letter-spacing: inherit;
845
+ color: inherit;
846
+ border-radius: 0;
847
+ background-color: transparent;
848
+ opacity: 1;
849
+ }
850
+ :where(select:is([multiple], [size])) optgroup {
851
+ font-weight: bolder;
852
+ }
853
+ :where(select:is([multiple], [size])) optgroup option {
854
+ padding-inline-start: 20px;
855
+ }
856
+ ::file-selector-button {
857
+ margin-inline-end: 4px;
858
+ }
859
+ ::placeholder {
860
+ opacity: 1;
861
+ }
862
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
863
+ ::placeholder {
864
+ color: currentcolor;
865
+ @supports (color: color-mix(in lab, red, red)) {
866
+ color: color-mix(in oklab, currentcolor 50%, transparent);
867
+ }
868
+ }
869
+ }
870
+ textarea {
871
+ resize: vertical;
872
+ }
873
+ ::-webkit-search-decoration {
874
+ -webkit-appearance: none;
875
+ }
876
+ ::-webkit-date-and-time-value {
877
+ min-height: 1lh;
878
+ text-align: inherit;
879
+ }
880
+ ::-webkit-datetime-edit {
881
+ display: inline-flex;
882
+ }
883
+ ::-webkit-datetime-edit-fields-wrapper {
884
+ padding: 0;
885
+ }
886
+ ::-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 {
887
+ padding-block: 0;
888
+ }
889
+ ::-webkit-calendar-picker-indicator {
890
+ line-height: 1;
891
+ }
892
+ :-moz-ui-invalid {
893
+ box-shadow: none;
894
+ }
895
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
896
+ appearance: button;
897
+ }
898
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
899
+ height: auto;
900
+ }
901
+ [hidden]:where(:not([hidden="until-found"])) {
902
+ display: none !important;
903
+ }
904
+ }
905
+ @layer utilities;
906
+ @property --tw-rotate-x {
907
+ syntax: "*";
908
+ inherits: false;
909
+ }
910
+ @property --tw-rotate-y {
911
+ syntax: "*";
912
+ inherits: false;
913
+ }
914
+ @property --tw-rotate-z {
915
+ syntax: "*";
916
+ inherits: false;
917
+ }
918
+ @property --tw-skew-x {
919
+ syntax: "*";
920
+ inherits: false;
921
+ }
922
+ @property --tw-skew-y {
923
+ syntax: "*";
924
+ inherits: false;
925
+ }
926
+ @property --tw-space-y-reverse {
927
+ syntax: "*";
928
+ inherits: false;
929
+ initial-value: 0;
930
+ }
931
+ @property --tw-border-style {
932
+ syntax: "*";
933
+ inherits: false;
934
+ initial-value: solid;
935
+ }
936
+ @property --tw-leading {
937
+ syntax: "*";
938
+ inherits: false;
939
+ }
940
+ @property --tw-font-weight {
941
+ syntax: "*";
942
+ inherits: false;
943
+ }
944
+ @property --tw-tracking {
945
+ syntax: "*";
946
+ inherits: false;
947
+ }
948
+ @property --tw-shadow {
949
+ syntax: "*";
950
+ inherits: false;
951
+ initial-value: 0 0 #0000;
952
+ }
953
+ @property --tw-shadow-color {
954
+ syntax: "*";
955
+ inherits: false;
956
+ }
957
+ @property --tw-shadow-alpha {
958
+ syntax: "<percentage>";
959
+ inherits: false;
960
+ initial-value: 100%;
961
+ }
962
+ @property --tw-inset-shadow {
963
+ syntax: "*";
964
+ inherits: false;
965
+ initial-value: 0 0 #0000;
966
+ }
967
+ @property --tw-inset-shadow-color {
968
+ syntax: "*";
969
+ inherits: false;
970
+ }
971
+ @property --tw-inset-shadow-alpha {
972
+ syntax: "<percentage>";
973
+ inherits: false;
974
+ initial-value: 100%;
975
+ }
976
+ @property --tw-ring-color {
977
+ syntax: "*";
978
+ inherits: false;
979
+ }
980
+ @property --tw-ring-shadow {
981
+ syntax: "*";
982
+ inherits: false;
983
+ initial-value: 0 0 #0000;
984
+ }
985
+ @property --tw-inset-ring-color {
986
+ syntax: "*";
987
+ inherits: false;
988
+ }
989
+ @property --tw-inset-ring-shadow {
990
+ syntax: "*";
991
+ inherits: false;
992
+ initial-value: 0 0 #0000;
993
+ }
994
+ @property --tw-ring-inset {
995
+ syntax: "*";
996
+ inherits: false;
997
+ }
998
+ @property --tw-ring-offset-width {
999
+ syntax: "<length>";
1000
+ inherits: false;
1001
+ initial-value: 0px;
1002
+ }
1003
+ @property --tw-ring-offset-color {
1004
+ syntax: "*";
1005
+ inherits: false;
1006
+ initial-value: #fff;
1007
+ }
1008
+ @property --tw-ring-offset-shadow {
1009
+ syntax: "*";
1010
+ inherits: false;
1011
+ initial-value: 0 0 #0000;
1012
+ }
1013
+ @property --tw-blur {
1014
+ syntax: "*";
1015
+ inherits: false;
1016
+ }
1017
+ @property --tw-brightness {
1018
+ syntax: "*";
1019
+ inherits: false;
1020
+ }
1021
+ @property --tw-contrast {
1022
+ syntax: "*";
1023
+ inherits: false;
1024
+ }
1025
+ @property --tw-grayscale {
1026
+ syntax: "*";
1027
+ inherits: false;
1028
+ }
1029
+ @property --tw-hue-rotate {
1030
+ syntax: "*";
1031
+ inherits: false;
1032
+ }
1033
+ @property --tw-invert {
1034
+ syntax: "*";
1035
+ inherits: false;
1036
+ }
1037
+ @property --tw-opacity {
1038
+ syntax: "*";
1039
+ inherits: false;
1040
+ }
1041
+ @property --tw-saturate {
1042
+ syntax: "*";
1043
+ inherits: false;
1044
+ }
1045
+ @property --tw-sepia {
1046
+ syntax: "*";
1047
+ inherits: false;
1048
+ }
1049
+ @property --tw-drop-shadow {
1050
+ syntax: "*";
1051
+ inherits: false;
1052
+ }
1053
+ @property --tw-drop-shadow-color {
1054
+ syntax: "*";
1055
+ inherits: false;
1056
+ }
1057
+ @property --tw-drop-shadow-alpha {
1058
+ syntax: "<percentage>";
1059
+ inherits: false;
1060
+ initial-value: 100%;
1061
+ }
1062
+ @property --tw-drop-shadow-size {
1063
+ syntax: "*";
1064
+ inherits: false;
1065
+ }
1066
+ @property --tw-duration {
1067
+ syntax: "*";
1068
+ inherits: false;
1069
+ }
1070
+ @property --tw-outline-style {
1071
+ syntax: "*";
1072
+ inherits: false;
1073
+ initial-value: solid;
1074
+ }
1075
+ @keyframes spin {
1076
+ to {
1077
+ transform: rotate(360deg);
1078
+ }
1079
+ }
1080
+ @keyframes spin {
1081
+ to {
1082
+ transform: rotate(360deg);
1083
+ }
1084
+ }
1085
+ @layer properties {
1086
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1087
+ *, ::before, ::after, ::backdrop {
1088
+ --tw-rotate-x: initial;
1089
+ --tw-rotate-y: initial;
1090
+ --tw-rotate-z: initial;
1091
+ --tw-skew-x: initial;
1092
+ --tw-skew-y: initial;
1093
+ --tw-space-y-reverse: 0;
1094
+ --tw-border-style: solid;
1095
+ --tw-leading: initial;
1096
+ --tw-font-weight: initial;
1097
+ --tw-tracking: initial;
1098
+ --tw-shadow: 0 0 #0000;
1099
+ --tw-shadow-color: initial;
1100
+ --tw-shadow-alpha: 100%;
1101
+ --tw-inset-shadow: 0 0 #0000;
1102
+ --tw-inset-shadow-color: initial;
1103
+ --tw-inset-shadow-alpha: 100%;
1104
+ --tw-ring-color: initial;
1105
+ --tw-ring-shadow: 0 0 #0000;
1106
+ --tw-inset-ring-color: initial;
1107
+ --tw-inset-ring-shadow: 0 0 #0000;
1108
+ --tw-ring-inset: initial;
1109
+ --tw-ring-offset-width: 0px;
1110
+ --tw-ring-offset-color: #fff;
1111
+ --tw-ring-offset-shadow: 0 0 #0000;
1112
+ --tw-blur: initial;
1113
+ --tw-brightness: initial;
1114
+ --tw-contrast: initial;
1115
+ --tw-grayscale: initial;
1116
+ --tw-hue-rotate: initial;
1117
+ --tw-invert: initial;
1118
+ --tw-opacity: initial;
1119
+ --tw-saturate: initial;
1120
+ --tw-sepia: initial;
1121
+ --tw-drop-shadow: initial;
1122
+ --tw-drop-shadow-color: initial;
1123
+ --tw-drop-shadow-alpha: 100%;
1124
+ --tw-drop-shadow-size: initial;
1125
+ --tw-duration: initial;
1126
+ --tw-outline-style: solid;
1127
+ }
1128
+ }
1129
+ }