@luxonis/depthai-pipeline-lib 3.4.0-rc.2 → 3.5.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 (229) hide show
  1. package/dist/index.css +1696 -2
  2. package/dist/src/components/BridgeEdge.js +3 -13
  3. package/dist/src/components/Node.js +18 -65
  4. package/dist/src/components/PipelineCanvas.js +1 -2
  5. package/dist/src/components/PipelineLegend.d.ts +1 -1
  6. package/dist/src/components/PipelineLegend.js +10 -24
  7. package/dist/src/version.d.ts +1 -1
  8. package/dist/src/version.js +1 -1
  9. package/package.json +3 -5
  10. package/dist/panda.css +0 -1342
  11. package/dist/src/styled-system/css/conditions.mjs +0 -36
  12. package/dist/src/styled-system/css/css.d.mts +0 -22
  13. package/dist/src/styled-system/css/css.mjs +0 -45
  14. package/dist/src/styled-system/css/cva.d.mts +0 -6
  15. package/dist/src/styled-system/css/cva.mjs +0 -87
  16. package/dist/src/styled-system/css/cx.d.mts +0 -5
  17. package/dist/src/styled-system/css/cx.mjs +0 -15
  18. package/dist/src/styled-system/css/index.d.mts +0 -5
  19. package/dist/src/styled-system/css/index.mjs +0 -4
  20. package/dist/src/styled-system/css/sva.d.mts +0 -4
  21. package/dist/src/styled-system/css/sva.mjs +0 -41
  22. package/dist/src/styled-system/helpers.mjs +0 -327
  23. package/dist/src/styled-system/patterns/aspect-ratio.d.mts +0 -21
  24. package/dist/src/styled-system/patterns/aspect-ratio.mjs +0 -38
  25. package/dist/src/styled-system/patterns/bleed.d.mts +0 -22
  26. package/dist/src/styled-system/patterns/bleed.mjs +0 -24
  27. package/dist/src/styled-system/patterns/box.d.mts +0 -21
  28. package/dist/src/styled-system/patterns/box.mjs +0 -15
  29. package/dist/src/styled-system/patterns/center.d.mts +0 -21
  30. package/dist/src/styled-system/patterns/center.mjs +0 -21
  31. package/dist/src/styled-system/patterns/circle.d.mts +0 -21
  32. package/dist/src/styled-system/patterns/circle.mjs +0 -25
  33. package/dist/src/styled-system/patterns/container.d.mts +0 -21
  34. package/dist/src/styled-system/patterns/container.mjs +0 -21
  35. package/dist/src/styled-system/patterns/cq.d.mts +0 -22
  36. package/dist/src/styled-system/patterns/cq.mjs +0 -21
  37. package/dist/src/styled-system/patterns/divider.d.mts +0 -23
  38. package/dist/src/styled-system/patterns/divider.mjs +0 -25
  39. package/dist/src/styled-system/patterns/flex.d.mts +0 -27
  40. package/dist/src/styled-system/patterns/flex.mjs +0 -26
  41. package/dist/src/styled-system/patterns/float.d.mts +0 -24
  42. package/dist/src/styled-system/patterns/float.mjs +0 -52
  43. package/dist/src/styled-system/patterns/grid-item.d.mts +0 -26
  44. package/dist/src/styled-system/patterns/grid-item.mjs +0 -25
  45. package/dist/src/styled-system/patterns/grid.d.mts +0 -25
  46. package/dist/src/styled-system/patterns/grid.mjs +0 -27
  47. package/dist/src/styled-system/patterns/hstack.d.mts +0 -22
  48. package/dist/src/styled-system/patterns/hstack.mjs +0 -24
  49. package/dist/src/styled-system/patterns/index.d.mts +0 -21
  50. package/dist/src/styled-system/patterns/index.mjs +0 -20
  51. package/dist/src/styled-system/patterns/link-overlay.d.mts +0 -21
  52. package/dist/src/styled-system/patterns/link-overlay.mjs +0 -24
  53. package/dist/src/styled-system/patterns/spacer.d.mts +0 -21
  54. package/dist/src/styled-system/patterns/spacer.mjs +0 -21
  55. package/dist/src/styled-system/patterns/square.d.mts +0 -21
  56. package/dist/src/styled-system/patterns/square.mjs +0 -24
  57. package/dist/src/styled-system/patterns/stack.d.mts +0 -24
  58. package/dist/src/styled-system/patterns/stack.mjs +0 -24
  59. package/dist/src/styled-system/patterns/visually-hidden.d.mts +0 -21
  60. package/dist/src/styled-system/patterns/visually-hidden.mjs +0 -18
  61. package/dist/src/styled-system/patterns/vstack.d.mts +0 -22
  62. package/dist/src/styled-system/patterns/vstack.mjs +0 -24
  63. package/dist/src/styled-system/patterns/wrap.d.mts +0 -25
  64. package/dist/src/styled-system/patterns/wrap.mjs +0 -25
  65. package/dist/src/styled-system/recipes/accordion.d.mts +0 -32
  66. package/dist/src/styled-system/recipes/accordion.mjs +0 -48
  67. package/dist/src/styled-system/recipes/alert-description.d.mts +0 -32
  68. package/dist/src/styled-system/recipes/alert-description.mjs +0 -24
  69. package/dist/src/styled-system/recipes/alert-dialog.d.mts +0 -32
  70. package/dist/src/styled-system/recipes/alert-dialog.mjs +0 -72
  71. package/dist/src/styled-system/recipes/alert-title.d.mts +0 -32
  72. package/dist/src/styled-system/recipes/alert-title.mjs +0 -24
  73. package/dist/src/styled-system/recipes/alert.d.mts +0 -35
  74. package/dist/src/styled-system/recipes/alert.mjs +0 -31
  75. package/dist/src/styled-system/recipes/avatar.d.mts +0 -32
  76. package/dist/src/styled-system/recipes/avatar.mjs +0 -40
  77. package/dist/src/styled-system/recipes/badge.d.mts +0 -35
  78. package/dist/src/styled-system/recipes/badge.mjs +0 -33
  79. package/dist/src/styled-system/recipes/blockquote.d.mts +0 -32
  80. package/dist/src/styled-system/recipes/blockquote.mjs +0 -24
  81. package/dist/src/styled-system/recipes/button.d.mts +0 -39
  82. package/dist/src/styled-system/recipes/button.mjs +0 -42
  83. package/dist/src/styled-system/recipes/calendar.d.mts +0 -32
  84. package/dist/src/styled-system/recipes/calendar.mjs +0 -120
  85. package/dist/src/styled-system/recipes/card-content.d.mts +0 -32
  86. package/dist/src/styled-system/recipes/card-content.mjs +0 -24
  87. package/dist/src/styled-system/recipes/card-description.d.mts +0 -32
  88. package/dist/src/styled-system/recipes/card-description.mjs +0 -24
  89. package/dist/src/styled-system/recipes/card-footer.d.mts +0 -32
  90. package/dist/src/styled-system/recipes/card-footer.mjs +0 -24
  91. package/dist/src/styled-system/recipes/card-header.d.mts +0 -32
  92. package/dist/src/styled-system/recipes/card-header.mjs +0 -24
  93. package/dist/src/styled-system/recipes/card-title.d.mts +0 -32
  94. package/dist/src/styled-system/recipes/card-title.mjs +0 -24
  95. package/dist/src/styled-system/recipes/card.d.mts +0 -32
  96. package/dist/src/styled-system/recipes/card.mjs +0 -24
  97. package/dist/src/styled-system/recipes/checkbox.d.mts +0 -32
  98. package/dist/src/styled-system/recipes/checkbox.mjs +0 -36
  99. package/dist/src/styled-system/recipes/collapsible.d.mts +0 -32
  100. package/dist/src/styled-system/recipes/collapsible.mjs +0 -40
  101. package/dist/src/styled-system/recipes/command-dialog.d.mts +0 -32
  102. package/dist/src/styled-system/recipes/command-dialog.mjs +0 -36
  103. package/dist/src/styled-system/recipes/command.d.mts +0 -32
  104. package/dist/src/styled-system/recipes/command.mjs +0 -68
  105. package/dist/src/styled-system/recipes/context-menu.d.mts +0 -35
  106. package/dist/src/styled-system/recipes/context-menu.mjs +0 -100
  107. package/dist/src/styled-system/recipes/create-recipe.mjs +0 -82
  108. package/dist/src/styled-system/recipes/dialog.d.mts +0 -32
  109. package/dist/src/styled-system/recipes/dialog.mjs +0 -68
  110. package/dist/src/styled-system/recipes/dropdown-menu.d.mts +0 -32
  111. package/dist/src/styled-system/recipes/dropdown-menu.mjs +0 -92
  112. package/dist/src/styled-system/recipes/form-control.d.mts +0 -32
  113. package/dist/src/styled-system/recipes/form-control.mjs +0 -24
  114. package/dist/src/styled-system/recipes/form-description.d.mts +0 -32
  115. package/dist/src/styled-system/recipes/form-description.mjs +0 -24
  116. package/dist/src/styled-system/recipes/form-item.d.mts +0 -32
  117. package/dist/src/styled-system/recipes/form-item.mjs +0 -24
  118. package/dist/src/styled-system/recipes/form-label.d.mts +0 -32
  119. package/dist/src/styled-system/recipes/form-label.mjs +0 -24
  120. package/dist/src/styled-system/recipes/form-message.d.mts +0 -32
  121. package/dist/src/styled-system/recipes/form-message.mjs +0 -24
  122. package/dist/src/styled-system/recipes/h1.d.mts +0 -32
  123. package/dist/src/styled-system/recipes/h1.mjs +0 -24
  124. package/dist/src/styled-system/recipes/h2.d.mts +0 -32
  125. package/dist/src/styled-system/recipes/h2.mjs +0 -24
  126. package/dist/src/styled-system/recipes/h3.d.mts +0 -32
  127. package/dist/src/styled-system/recipes/h3.mjs +0 -24
  128. package/dist/src/styled-system/recipes/h4.d.mts +0 -32
  129. package/dist/src/styled-system/recipes/h4.mjs +0 -24
  130. package/dist/src/styled-system/recipes/hover-card.d.mts +0 -32
  131. package/dist/src/styled-system/recipes/hover-card.mjs +0 -40
  132. package/dist/src/styled-system/recipes/icon.d.mts +0 -51
  133. package/dist/src/styled-system/recipes/icon.mjs +0 -54
  134. package/dist/src/styled-system/recipes/index.d.mts +0 -74
  135. package/dist/src/styled-system/recipes/index.mjs +0 -73
  136. package/dist/src/styled-system/recipes/inline-code.d.mts +0 -32
  137. package/dist/src/styled-system/recipes/inline-code.mjs +0 -24
  138. package/dist/src/styled-system/recipes/input.d.mts +0 -32
  139. package/dist/src/styled-system/recipes/input.mjs +0 -24
  140. package/dist/src/styled-system/recipes/label.d.mts +0 -32
  141. package/dist/src/styled-system/recipes/label.mjs +0 -24
  142. package/dist/src/styled-system/recipes/large.d.mts +0 -32
  143. package/dist/src/styled-system/recipes/large.mjs +0 -24
  144. package/dist/src/styled-system/recipes/lead.d.mts +0 -32
  145. package/dist/src/styled-system/recipes/lead.mjs +0 -24
  146. package/dist/src/styled-system/recipes/link.d.mts +0 -32
  147. package/dist/src/styled-system/recipes/link.mjs +0 -24
  148. package/dist/src/styled-system/recipes/list.d.mts +0 -32
  149. package/dist/src/styled-system/recipes/list.mjs +0 -24
  150. package/dist/src/styled-system/recipes/menubar.d.mts +0 -32
  151. package/dist/src/styled-system/recipes/menubar.mjs +0 -96
  152. package/dist/src/styled-system/recipes/muted.d.mts +0 -32
  153. package/dist/src/styled-system/recipes/muted.mjs +0 -24
  154. package/dist/src/styled-system/recipes/navigation-menu.d.mts +0 -32
  155. package/dist/src/styled-system/recipes/navigation-menu.mjs +0 -64
  156. package/dist/src/styled-system/recipes/p.d.mts +0 -32
  157. package/dist/src/styled-system/recipes/p.mjs +0 -24
  158. package/dist/src/styled-system/recipes/popover.d.mts +0 -32
  159. package/dist/src/styled-system/recipes/popover.mjs +0 -44
  160. package/dist/src/styled-system/recipes/progress.d.mts +0 -32
  161. package/dist/src/styled-system/recipes/progress.mjs +0 -36
  162. package/dist/src/styled-system/recipes/radio-group.d.mts +0 -32
  163. package/dist/src/styled-system/recipes/radio-group.mjs +0 -44
  164. package/dist/src/styled-system/recipes/scroll-area.d.mts +0 -32
  165. package/dist/src/styled-system/recipes/scroll-area.mjs +0 -48
  166. package/dist/src/styled-system/recipes/select.d.mts +0 -32
  167. package/dist/src/styled-system/recipes/select.mjs +0 -68
  168. package/dist/src/styled-system/recipes/separator.d.mts +0 -35
  169. package/dist/src/styled-system/recipes/separator.mjs +0 -31
  170. package/dist/src/styled-system/recipes/sheet.d.mts +0 -35
  171. package/dist/src/styled-system/recipes/sheet.mjs +0 -83
  172. package/dist/src/styled-system/recipes/skeleton.d.mts +0 -32
  173. package/dist/src/styled-system/recipes/skeleton.mjs +0 -24
  174. package/dist/src/styled-system/recipes/slider.d.mts +0 -32
  175. package/dist/src/styled-system/recipes/slider.mjs +0 -44
  176. package/dist/src/styled-system/recipes/small.d.mts +0 -32
  177. package/dist/src/styled-system/recipes/small.mjs +0 -24
  178. package/dist/src/styled-system/recipes/switch-recipe.d.mts +0 -32
  179. package/dist/src/styled-system/recipes/switch-recipe.mjs +0 -36
  180. package/dist/src/styled-system/recipes/table-body.d.mts +0 -32
  181. package/dist/src/styled-system/recipes/table-body.mjs +0 -24
  182. package/dist/src/styled-system/recipes/table-caption.d.mts +0 -32
  183. package/dist/src/styled-system/recipes/table-caption.mjs +0 -24
  184. package/dist/src/styled-system/recipes/table-cell.d.mts +0 -32
  185. package/dist/src/styled-system/recipes/table-cell.mjs +0 -24
  186. package/dist/src/styled-system/recipes/table-container.d.mts +0 -32
  187. package/dist/src/styled-system/recipes/table-container.mjs +0 -24
  188. package/dist/src/styled-system/recipes/table-footer.d.mts +0 -32
  189. package/dist/src/styled-system/recipes/table-footer.mjs +0 -24
  190. package/dist/src/styled-system/recipes/table-head.d.mts +0 -32
  191. package/dist/src/styled-system/recipes/table-head.mjs +0 -24
  192. package/dist/src/styled-system/recipes/table-header.d.mts +0 -32
  193. package/dist/src/styled-system/recipes/table-header.mjs +0 -24
  194. package/dist/src/styled-system/recipes/table-row.d.mts +0 -32
  195. package/dist/src/styled-system/recipes/table-row.mjs +0 -24
  196. package/dist/src/styled-system/recipes/table.d.mts +0 -32
  197. package/dist/src/styled-system/recipes/table.mjs +0 -24
  198. package/dist/src/styled-system/recipes/tabs.d.mts +0 -32
  199. package/dist/src/styled-system/recipes/tabs.mjs +0 -44
  200. package/dist/src/styled-system/recipes/textarea.d.mts +0 -32
  201. package/dist/src/styled-system/recipes/textarea.mjs +0 -24
  202. package/dist/src/styled-system/recipes/toast-viewport.d.mts +0 -32
  203. package/dist/src/styled-system/recipes/toast-viewport.mjs +0 -24
  204. package/dist/src/styled-system/recipes/toast.d.mts +0 -35
  205. package/dist/src/styled-system/recipes/toast.mjs +0 -61
  206. package/dist/src/styled-system/recipes/toggle.d.mts +0 -39
  207. package/dist/src/styled-system/recipes/toggle.mjs +0 -37
  208. package/dist/src/styled-system/recipes/tooltip.d.mts +0 -32
  209. package/dist/src/styled-system/recipes/tooltip.mjs +0 -40
  210. package/dist/src/styled-system/recipes/typography-table-container.d.mts +0 -32
  211. package/dist/src/styled-system/recipes/typography-table-container.mjs +0 -24
  212. package/dist/src/styled-system/recipes/typography-table.d.mts +0 -32
  213. package/dist/src/styled-system/recipes/typography-table.mjs +0 -24
  214. package/dist/src/styled-system/tokens/index.d.mts +0 -9
  215. package/dist/src/styled-system/tokens/index.mjs +0 -2732
  216. package/dist/src/styled-system/tokens/tokens.d.mts +0 -63
  217. package/dist/src/styled-system/types/composition.d.mts +0 -164
  218. package/dist/src/styled-system/types/conditions.d.mts +0 -322
  219. package/dist/src/styled-system/types/csstype.d.mts +0 -21298
  220. package/dist/src/styled-system/types/global.d.mts +0 -20
  221. package/dist/src/styled-system/types/index.d.mts +0 -7
  222. package/dist/src/styled-system/types/parts.d.mts +0 -8
  223. package/dist/src/styled-system/types/pattern.d.mts +0 -78
  224. package/dist/src/styled-system/types/prop-type.d.mts +0 -264
  225. package/dist/src/styled-system/types/recipe.d.mts +0 -181
  226. package/dist/src/styled-system/types/selectors.d.mts +0 -59
  227. package/dist/src/styled-system/types/static-css.d.mts +0 -56
  228. package/dist/src/styled-system/types/style-props.d.mts +0 -7549
  229. package/dist/src/styled-system/types/system-types.d.mts +0 -193
package/dist/index.css CHANGED
@@ -1,4 +1,1698 @@
1
+ /*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
1
2
  @import url("@xyflow/react/dist/style.css");
2
- @import url("@luxonis/common-fe-components/styles");
3
3
  @import url("@luxonis/ui-components/styles.css");
4
- @import url("./panda.css");
4
+ @layer properties;
5
+ @layer theme, base, components, utilities;
6
+ @layer theme {
7
+ :root, :host {
8
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
9
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
10
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
11
+ "Courier New", monospace;
12
+ --color-black: #000;
13
+ --color-white: #fff;
14
+ --spacing: 0.25rem;
15
+ --container-sm: 24rem;
16
+ --text-xs: 0.75rem;
17
+ --text-xs--line-height: calc(1 / 0.75);
18
+ --text-sm: 0.875rem;
19
+ --text-sm--line-height: calc(1.25 / 0.875);
20
+ --text-base: 1rem;
21
+ --text-base--line-height: calc(1.5 / 1);
22
+ --text-lg: 1.125rem;
23
+ --text-lg--line-height: calc(1.75 / 1.125);
24
+ --text-xl: 1.25rem;
25
+ --text-xl--line-height: calc(1.75 / 1.25);
26
+ --text-2xl: 1.5rem;
27
+ --text-2xl--line-height: calc(2 / 1.5);
28
+ --text-3xl: 1.875rem;
29
+ --text-3xl--line-height: calc(2.25 / 1.875);
30
+ --font-weight-light: 300;
31
+ --font-weight-normal: 400;
32
+ --font-weight-medium: 500;
33
+ --font-weight-semibold: 600;
34
+ --font-weight-bold: 700;
35
+ --tracking-tight: -0.025em;
36
+ --leading-tight: 1.25;
37
+ --radius-sm: 0.25rem;
38
+ --radius-md: 0.375rem;
39
+ --radius-lg: 0.5rem;
40
+ --ease-out: cubic-bezier(0, 0, 0.2, 1);
41
+ --animate-spin: spin 1s linear infinite;
42
+ --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
43
+ --blur-sm: 8px;
44
+ --default-transition-duration: 150ms;
45
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
46
+ --default-font-family: var(--font-sans);
47
+ --default-mono-font-family: var(--font-mono);
48
+ }
49
+ }
50
+ @layer base {
51
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
52
+ box-sizing: border-box;
53
+ margin: 0;
54
+ padding: 0;
55
+ border: 0 solid;
56
+ }
57
+ html, :host {
58
+ line-height: 1.5;
59
+ -webkit-text-size-adjust: 100%;
60
+ tab-size: 4;
61
+ 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");
62
+ font-feature-settings: var(--default-font-feature-settings, normal);
63
+ font-variation-settings: var(--default-font-variation-settings, normal);
64
+ -webkit-tap-highlight-color: transparent;
65
+ }
66
+ hr {
67
+ height: 0;
68
+ color: inherit;
69
+ border-top-width: 1px;
70
+ }
71
+ abbr:where([title]) {
72
+ -webkit-text-decoration: underline dotted;
73
+ text-decoration: underline dotted;
74
+ }
75
+ h1, h2, h3, h4, h5, h6 {
76
+ font-size: inherit;
77
+ font-weight: inherit;
78
+ }
79
+ a {
80
+ color: inherit;
81
+ -webkit-text-decoration: inherit;
82
+ text-decoration: inherit;
83
+ }
84
+ b, strong {
85
+ font-weight: bolder;
86
+ }
87
+ code, kbd, samp, pre {
88
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
89
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
90
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
91
+ font-size: 1em;
92
+ }
93
+ small {
94
+ font-size: 80%;
95
+ }
96
+ sub, sup {
97
+ font-size: 75%;
98
+ line-height: 0;
99
+ position: relative;
100
+ vertical-align: baseline;
101
+ }
102
+ sub {
103
+ bottom: -0.25em;
104
+ }
105
+ sup {
106
+ top: -0.5em;
107
+ }
108
+ table {
109
+ text-indent: 0;
110
+ border-color: inherit;
111
+ border-collapse: collapse;
112
+ }
113
+ :-moz-focusring {
114
+ outline: auto;
115
+ }
116
+ progress {
117
+ vertical-align: baseline;
118
+ }
119
+ summary {
120
+ display: list-item;
121
+ }
122
+ ol, ul, menu {
123
+ list-style: none;
124
+ }
125
+ img, svg, video, canvas, audio, iframe, embed, object {
126
+ display: block;
127
+ vertical-align: middle;
128
+ }
129
+ img, video {
130
+ max-width: 100%;
131
+ height: auto;
132
+ }
133
+ button, input, select, optgroup, textarea, ::file-selector-button {
134
+ font: inherit;
135
+ font-feature-settings: inherit;
136
+ font-variation-settings: inherit;
137
+ letter-spacing: inherit;
138
+ color: inherit;
139
+ border-radius: 0;
140
+ background-color: transparent;
141
+ opacity: 1;
142
+ }
143
+ :where(select:is([multiple], [size])) optgroup {
144
+ font-weight: bolder;
145
+ }
146
+ :where(select:is([multiple], [size])) optgroup option {
147
+ padding-inline-start: 20px;
148
+ }
149
+ ::file-selector-button {
150
+ margin-inline-end: 4px;
151
+ }
152
+ ::placeholder {
153
+ opacity: 1;
154
+ }
155
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
156
+ ::placeholder {
157
+ color: currentcolor;
158
+ @supports (color: color-mix(in lab, red, red)) {
159
+ color: color-mix(in oklab, currentcolor 50%, transparent);
160
+ }
161
+ }
162
+ }
163
+ textarea {
164
+ resize: vertical;
165
+ }
166
+ ::-webkit-search-decoration {
167
+ -webkit-appearance: none;
168
+ }
169
+ ::-webkit-date-and-time-value {
170
+ min-height: 1lh;
171
+ text-align: inherit;
172
+ }
173
+ ::-webkit-datetime-edit {
174
+ display: inline-flex;
175
+ }
176
+ ::-webkit-datetime-edit-fields-wrapper {
177
+ padding: 0;
178
+ }
179
+ ::-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 {
180
+ padding-block: 0;
181
+ }
182
+ ::-webkit-calendar-picker-indicator {
183
+ line-height: 1;
184
+ }
185
+ :-moz-ui-invalid {
186
+ box-shadow: none;
187
+ }
188
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
189
+ appearance: button;
190
+ }
191
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
192
+ height: auto;
193
+ }
194
+ [hidden]:where(:not([hidden="until-found"])) {
195
+ display: none !important;
196
+ }
197
+ }
198
+ @layer utilities {
199
+ .pointer-events-auto {
200
+ pointer-events: auto;
201
+ }
202
+ .pointer-events-none {
203
+ pointer-events: none;
204
+ }
205
+ .visible {
206
+ visibility: visible;
207
+ }
208
+ .absolute {
209
+ position: absolute;
210
+ }
211
+ .fixed {
212
+ position: fixed;
213
+ }
214
+ .relative {
215
+ position: relative;
216
+ }
217
+ .static {
218
+ position: static;
219
+ }
220
+ .sticky {
221
+ position: sticky;
222
+ }
223
+ .inset-0 {
224
+ inset: calc(var(--spacing) * 0);
225
+ }
226
+ .top-0 {
227
+ top: calc(var(--spacing) * 0);
228
+ }
229
+ .top-1\/2 {
230
+ top: calc(1 / 2 * 100%);
231
+ }
232
+ .top-2 {
233
+ top: calc(var(--spacing) * 2);
234
+ }
235
+ .top-auto {
236
+ top: auto;
237
+ }
238
+ .top-full {
239
+ top: 100%;
240
+ }
241
+ .right-0 {
242
+ right: calc(var(--spacing) * 0);
243
+ }
244
+ .right-2 {
245
+ right: calc(var(--spacing) * 2);
246
+ }
247
+ .bottom-0 {
248
+ bottom: calc(var(--spacing) * 0);
249
+ }
250
+ .bottom-auto {
251
+ bottom: auto;
252
+ }
253
+ .left-1\/2 {
254
+ left: calc(1 / 2 * 100%);
255
+ }
256
+ .left-2 {
257
+ left: calc(var(--spacing) * 2);
258
+ }
259
+ .z-\[700\] {
260
+ z-index: 700;
261
+ }
262
+ .z-\[1000\] {
263
+ z-index: 1000;
264
+ }
265
+ .col-span-1 {
266
+ grid-column: span 1 / span 1;
267
+ }
268
+ .col-span-2 {
269
+ grid-column: span 2 / span 2;
270
+ }
271
+ .col-span-3 {
272
+ grid-column: span 3 / span 3;
273
+ }
274
+ .col-span-4 {
275
+ grid-column: span 4 / span 4;
276
+ }
277
+ .col-span-5 {
278
+ grid-column: span 5 / span 5;
279
+ }
280
+ .col-span-6 {
281
+ grid-column: span 6 / span 6;
282
+ }
283
+ .col-span-7 {
284
+ grid-column: span 7 / span 7;
285
+ }
286
+ .col-span-8 {
287
+ grid-column: span 8 / span 8;
288
+ }
289
+ .col-span-9 {
290
+ grid-column: span 9 / span 9;
291
+ }
292
+ .col-span-10 {
293
+ grid-column: span 10 / span 10;
294
+ }
295
+ .col-span-11 {
296
+ grid-column: span 11 / span 11;
297
+ }
298
+ .col-span-12 {
299
+ grid-column: span 12 / span 12;
300
+ }
301
+ .container {
302
+ width: 100%;
303
+ @media (width >= 40rem) {
304
+ max-width: 40rem;
305
+ }
306
+ @media (width >= 48rem) {
307
+ max-width: 48rem;
308
+ }
309
+ @media (width >= 64rem) {
310
+ max-width: 64rem;
311
+ }
312
+ @media (width >= 80rem) {
313
+ max-width: 80rem;
314
+ }
315
+ @media (width >= 96rem) {
316
+ max-width: 96rem;
317
+ }
318
+ }
319
+ .-mx-1 {
320
+ margin-inline: calc(var(--spacing) * -1);
321
+ }
322
+ .my-1 {
323
+ margin-block: calc(var(--spacing) * 1);
324
+ }
325
+ .mt-1 {
326
+ margin-top: calc(var(--spacing) * 1);
327
+ }
328
+ .mt-2 {
329
+ margin-top: calc(var(--spacing) * 2);
330
+ }
331
+ .mr-2 {
332
+ margin-right: calc(var(--spacing) * 2);
333
+ }
334
+ .mb-2 {
335
+ margin-bottom: calc(var(--spacing) * 2);
336
+ }
337
+ .mb-6 {
338
+ margin-bottom: calc(var(--spacing) * 6);
339
+ }
340
+ .ml-2 {
341
+ margin-left: calc(var(--spacing) * 2);
342
+ }
343
+ .ml-auto {
344
+ margin-left: auto;
345
+ }
346
+ .block {
347
+ display: block;
348
+ }
349
+ .flex {
350
+ display: flex;
351
+ }
352
+ .grid {
353
+ display: grid;
354
+ }
355
+ .hidden {
356
+ display: none;
357
+ }
358
+ .inline-block {
359
+ display: inline-block;
360
+ }
361
+ .inline-flex {
362
+ display: inline-flex;
363
+ }
364
+ .\!h-2 {
365
+ height: calc(var(--spacing) * 2) !important;
366
+ }
367
+ .h-2 {
368
+ height: calc(var(--spacing) * 2);
369
+ }
370
+ .h-3\.5 {
371
+ height: calc(var(--spacing) * 3.5);
372
+ }
373
+ .h-4 {
374
+ height: calc(var(--spacing) * 4);
375
+ }
376
+ .h-5 {
377
+ height: calc(var(--spacing) * 5);
378
+ }
379
+ .h-6 {
380
+ height: calc(var(--spacing) * 6);
381
+ }
382
+ .h-8 {
383
+ height: calc(var(--spacing) * 8);
384
+ }
385
+ .h-9 {
386
+ height: calc(var(--spacing) * 9);
387
+ }
388
+ .h-10 {
389
+ height: calc(var(--spacing) * 10);
390
+ }
391
+ .h-11 {
392
+ height: calc(var(--spacing) * 11);
393
+ }
394
+ .h-12 {
395
+ height: calc(var(--spacing) * 12);
396
+ }
397
+ .h-\[32px\] {
398
+ height: 32px;
399
+ }
400
+ .h-\[64px\] {
401
+ height: 64px;
402
+ }
403
+ .h-\[128px\] {
404
+ height: 128px;
405
+ }
406
+ .h-\[256px\] {
407
+ height: 256px;
408
+ }
409
+ .h-\[512px\] {
410
+ height: 512px;
411
+ }
412
+ .h-auto {
413
+ height: auto;
414
+ }
415
+ .h-full {
416
+ height: 100%;
417
+ }
418
+ .h-px {
419
+ height: 1px;
420
+ }
421
+ .max-h-64 {
422
+ max-height: calc(var(--spacing) * 64);
423
+ }
424
+ .max-h-screen {
425
+ max-height: 100vh;
426
+ }
427
+ .min-h-20 {
428
+ min-height: calc(var(--spacing) * 20);
429
+ }
430
+ .min-h-40 {
431
+ min-height: calc(var(--spacing) * 40);
432
+ }
433
+ .min-h-\[40px\] {
434
+ min-height: 40px;
435
+ }
436
+ .\!w-2 {
437
+ width: calc(var(--spacing) * 2) !important;
438
+ }
439
+ .w-2 {
440
+ width: calc(var(--spacing) * 2);
441
+ }
442
+ .w-3\.5 {
443
+ width: calc(var(--spacing) * 3.5);
444
+ }
445
+ .w-4 {
446
+ width: calc(var(--spacing) * 4);
447
+ }
448
+ .w-5 {
449
+ width: calc(var(--spacing) * 5);
450
+ }
451
+ .w-6 {
452
+ width: calc(var(--spacing) * 6);
453
+ }
454
+ .w-8 {
455
+ width: calc(var(--spacing) * 8);
456
+ }
457
+ .w-10 {
458
+ width: calc(var(--spacing) * 10);
459
+ }
460
+ .w-11 {
461
+ width: calc(var(--spacing) * 11);
462
+ }
463
+ .w-12 {
464
+ width: calc(var(--spacing) * 12);
465
+ }
466
+ .w-\[var\(--radix-select-trigger-width\)\] {
467
+ width: var(--radix-select-trigger-width);
468
+ }
469
+ .w-auto {
470
+ width: auto;
471
+ }
472
+ .w-fit {
473
+ width: fit-content;
474
+ }
475
+ .w-full {
476
+ width: 100%;
477
+ }
478
+ .w-px {
479
+ width: 1px;
480
+ }
481
+ .max-w-\[240px\] {
482
+ max-width: 240px;
483
+ }
484
+ .max-w-\[390px\] {
485
+ max-width: 390px;
486
+ }
487
+ .max-w-full {
488
+ max-width: 100%;
489
+ }
490
+ .max-w-sm {
491
+ max-width: var(--container-sm);
492
+ }
493
+ .min-w-0 {
494
+ min-width: calc(var(--spacing) * 0);
495
+ }
496
+ .min-w-9 {
497
+ min-width: calc(var(--spacing) * 9);
498
+ }
499
+ .min-w-10 {
500
+ min-width: calc(var(--spacing) * 10);
501
+ }
502
+ .min-w-11 {
503
+ min-width: calc(var(--spacing) * 11);
504
+ }
505
+ .min-w-48 {
506
+ min-width: calc(var(--spacing) * 48);
507
+ }
508
+ .min-w-\[120px\] {
509
+ min-width: 120px;
510
+ }
511
+ .min-w-\[376px\] {
512
+ min-width: 376px;
513
+ }
514
+ .min-w-\[var\(--radix-select-trigger-width\)\] {
515
+ min-width: var(--radix-select-trigger-width);
516
+ }
517
+ .min-w-full {
518
+ min-width: 100%;
519
+ }
520
+ .flex-1 {
521
+ flex: 1;
522
+ }
523
+ .flex-none {
524
+ flex: none;
525
+ }
526
+ .shrink-0 {
527
+ flex-shrink: 0;
528
+ }
529
+ .grow {
530
+ flex-grow: 1;
531
+ }
532
+ .-translate-x-1\/2 {
533
+ --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
534
+ translate: var(--tw-translate-x) var(--tw-translate-y);
535
+ }
536
+ .-translate-y-1\/2 {
537
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
538
+ translate: var(--tw-translate-x) var(--tw-translate-y);
539
+ }
540
+ .rotate-180 {
541
+ rotate: 180deg;
542
+ }
543
+ .transform {
544
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
545
+ }
546
+ .animate-pulse {
547
+ animation: var(--animate-pulse);
548
+ }
549
+ .animate-spin {
550
+ animation: var(--animate-spin);
551
+ }
552
+ .cursor-auto {
553
+ cursor: auto;
554
+ }
555
+ .cursor-default {
556
+ cursor: default;
557
+ }
558
+ .cursor-help {
559
+ cursor: help;
560
+ }
561
+ .cursor-not-allowed {
562
+ cursor: not-allowed;
563
+ }
564
+ .cursor-pointer {
565
+ cursor: pointer;
566
+ }
567
+ .touch-none {
568
+ touch-action: none;
569
+ }
570
+ .resize {
571
+ resize: both;
572
+ }
573
+ .grid-flow-col {
574
+ grid-auto-flow: column;
575
+ }
576
+ .grid-flow-col-dense {
577
+ grid-auto-flow: column dense;
578
+ }
579
+ .grid-flow-dense {
580
+ grid-auto-flow: dense;
581
+ }
582
+ .grid-flow-row {
583
+ grid-auto-flow: row;
584
+ }
585
+ .grid-flow-row-dense {
586
+ grid-auto-flow: row dense;
587
+ }
588
+ .grid-cols-1 {
589
+ grid-template-columns: repeat(1, minmax(0, 1fr));
590
+ }
591
+ .grid-cols-2 {
592
+ grid-template-columns: repeat(2, minmax(0, 1fr));
593
+ }
594
+ .grid-cols-3 {
595
+ grid-template-columns: repeat(3, minmax(0, 1fr));
596
+ }
597
+ .grid-cols-4 {
598
+ grid-template-columns: repeat(4, minmax(0, 1fr));
599
+ }
600
+ .grid-cols-5 {
601
+ grid-template-columns: repeat(5, minmax(0, 1fr));
602
+ }
603
+ .grid-cols-6 {
604
+ grid-template-columns: repeat(6, minmax(0, 1fr));
605
+ }
606
+ .grid-cols-7 {
607
+ grid-template-columns: repeat(7, minmax(0, 1fr));
608
+ }
609
+ .grid-cols-8 {
610
+ grid-template-columns: repeat(8, minmax(0, 1fr));
611
+ }
612
+ .grid-cols-9 {
613
+ grid-template-columns: repeat(9, minmax(0, 1fr));
614
+ }
615
+ .grid-cols-10 {
616
+ grid-template-columns: repeat(10, minmax(0, 1fr));
617
+ }
618
+ .grid-cols-11 {
619
+ grid-template-columns: repeat(11, minmax(0, 1fr));
620
+ }
621
+ .grid-cols-12 {
622
+ grid-template-columns: repeat(12, minmax(0, 1fr));
623
+ }
624
+ .grid-rows-1 {
625
+ grid-template-rows: repeat(1, minmax(0, 1fr));
626
+ }
627
+ .grid-rows-2 {
628
+ grid-template-rows: repeat(2, minmax(0, 1fr));
629
+ }
630
+ .grid-rows-3 {
631
+ grid-template-rows: repeat(3, minmax(0, 1fr));
632
+ }
633
+ .grid-rows-4 {
634
+ grid-template-rows: repeat(4, minmax(0, 1fr));
635
+ }
636
+ .grid-rows-5 {
637
+ grid-template-rows: repeat(5, minmax(0, 1fr));
638
+ }
639
+ .grid-rows-6 {
640
+ grid-template-rows: repeat(6, minmax(0, 1fr));
641
+ }
642
+ .grid-rows-7 {
643
+ grid-template-rows: repeat(7, minmax(0, 1fr));
644
+ }
645
+ .grid-rows-8 {
646
+ grid-template-rows: repeat(8, minmax(0, 1fr));
647
+ }
648
+ .grid-rows-9 {
649
+ grid-template-rows: repeat(9, minmax(0, 1fr));
650
+ }
651
+ .grid-rows-10 {
652
+ grid-template-rows: repeat(10, minmax(0, 1fr));
653
+ }
654
+ .grid-rows-11 {
655
+ grid-template-rows: repeat(11, minmax(0, 1fr));
656
+ }
657
+ .grid-rows-12 {
658
+ grid-template-rows: repeat(12, minmax(0, 1fr));
659
+ }
660
+ .flex-col {
661
+ flex-direction: column;
662
+ }
663
+ .flex-col-reverse {
664
+ flex-direction: column-reverse;
665
+ }
666
+ .flex-row {
667
+ flex-direction: row;
668
+ }
669
+ .flex-row-reverse {
670
+ flex-direction: row-reverse;
671
+ }
672
+ .flex-nowrap {
673
+ flex-wrap: nowrap;
674
+ }
675
+ .flex-wrap {
676
+ flex-wrap: wrap;
677
+ }
678
+ .flex-wrap-reverse {
679
+ flex-wrap: wrap-reverse;
680
+ }
681
+ .content-around {
682
+ align-content: space-around;
683
+ }
684
+ .content-between {
685
+ align-content: space-between;
686
+ }
687
+ .content-center {
688
+ align-content: center;
689
+ }
690
+ .content-end {
691
+ align-content: flex-end;
692
+ }
693
+ .content-evenly {
694
+ align-content: space-evenly;
695
+ }
696
+ .content-start {
697
+ align-content: flex-start;
698
+ }
699
+ .content-stretch {
700
+ align-content: stretch;
701
+ }
702
+ .items-baseline {
703
+ align-items: baseline;
704
+ }
705
+ .items-center {
706
+ align-items: center;
707
+ }
708
+ .items-end {
709
+ align-items: flex-end;
710
+ }
711
+ .items-start {
712
+ align-items: flex-start;
713
+ }
714
+ .items-stretch {
715
+ align-items: stretch;
716
+ }
717
+ .justify-around {
718
+ justify-content: space-around;
719
+ }
720
+ .justify-between {
721
+ justify-content: space-between;
722
+ }
723
+ .justify-center {
724
+ justify-content: center;
725
+ }
726
+ .justify-end {
727
+ justify-content: flex-end;
728
+ }
729
+ .justify-evenly {
730
+ justify-content: space-evenly;
731
+ }
732
+ .justify-start {
733
+ justify-content: flex-start;
734
+ }
735
+ .justify-items-center {
736
+ justify-items: center;
737
+ }
738
+ .justify-items-end {
739
+ justify-items: end;
740
+ }
741
+ .justify-items-start {
742
+ justify-items: start;
743
+ }
744
+ .justify-items-stretch {
745
+ justify-items: stretch;
746
+ }
747
+ .gap-0 {
748
+ gap: calc(var(--spacing) * 0);
749
+ }
750
+ .gap-1 {
751
+ gap: calc(var(--spacing) * 1);
752
+ }
753
+ .gap-2 {
754
+ gap: calc(var(--spacing) * 2);
755
+ }
756
+ .gap-3 {
757
+ gap: calc(var(--spacing) * 3);
758
+ }
759
+ .gap-4 {
760
+ gap: calc(var(--spacing) * 4);
761
+ }
762
+ .gap-6 {
763
+ gap: calc(var(--spacing) * 6);
764
+ }
765
+ .gap-8 {
766
+ gap: calc(var(--spacing) * 8);
767
+ }
768
+ .gap-16 {
769
+ gap: calc(var(--spacing) * 16);
770
+ }
771
+ .space-y-1\.5 {
772
+ :where(& > :not(:last-child)) {
773
+ --tw-space-y-reverse: 0;
774
+ margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
775
+ margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
776
+ }
777
+ }
778
+ .space-y-2 {
779
+ :where(& > :not(:last-child)) {
780
+ --tw-space-y-reverse: 0;
781
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
782
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
783
+ }
784
+ }
785
+ .space-y-4 {
786
+ :where(& > :not(:last-child)) {
787
+ --tw-space-y-reverse: 0;
788
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
789
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
790
+ }
791
+ }
792
+ .self-auto {
793
+ align-self: auto;
794
+ }
795
+ .self-baseline {
796
+ align-self: baseline;
797
+ }
798
+ .self-center {
799
+ align-self: center;
800
+ }
801
+ .self-end {
802
+ align-self: flex-end;
803
+ }
804
+ .self-start {
805
+ align-self: flex-start;
806
+ }
807
+ .self-stretch {
808
+ align-self: stretch;
809
+ }
810
+ .justify-self-auto {
811
+ justify-self: auto;
812
+ }
813
+ .justify-self-center {
814
+ justify-self: center;
815
+ }
816
+ .justify-self-end {
817
+ justify-self: flex-end;
818
+ }
819
+ .justify-self-start {
820
+ justify-self: flex-start;
821
+ }
822
+ .justify-self-stretch {
823
+ justify-self: stretch;
824
+ }
825
+ .overflow-hidden {
826
+ overflow: hidden;
827
+ }
828
+ .overflow-y-auto {
829
+ overflow-y: auto;
830
+ }
831
+ .\!rounded-full {
832
+ border-radius: calc(infinity * 1px) !important;
833
+ }
834
+ .\!rounded-none {
835
+ border-radius: 0 !important;
836
+ }
837
+ .rounded-full {
838
+ border-radius: calc(infinity * 1px);
839
+ }
840
+ .rounded-lg {
841
+ border-radius: var(--radius-lg);
842
+ }
843
+ .rounded-md {
844
+ border-radius: var(--radius-md);
845
+ }
846
+ .rounded-none {
847
+ border-radius: 0;
848
+ }
849
+ .rounded-sm {
850
+ border-radius: var(--radius-sm);
851
+ }
852
+ .rounded-t-sm {
853
+ border-top-left-radius: var(--radius-sm);
854
+ border-top-right-radius: var(--radius-sm);
855
+ }
856
+ .\!border-0 {
857
+ border-style: var(--tw-border-style) !important;
858
+ border-width: 0px !important;
859
+ }
860
+ .border {
861
+ border-style: var(--tw-border-style);
862
+ border-width: 1px;
863
+ }
864
+ .border-0 {
865
+ border-style: var(--tw-border-style);
866
+ border-width: 0px;
867
+ }
868
+ .border-b {
869
+ border-bottom-style: var(--tw-border-style);
870
+ border-bottom-width: 1px;
871
+ }
872
+ .border-\[var\(--lux-intent-active-text\)\]\/30 {
873
+ border-color: var(--lux-intent-active-text);
874
+ @supports (color: color-mix(in lab, red, red)) {
875
+ border-color: color-mix(in oklab, var(--lux-intent-active-text) 30%, transparent);
876
+ }
877
+ }
878
+ .border-\[var\(--lux-intent-error-border\)\] {
879
+ border-color: var(--lux-intent-error-border);
880
+ }
881
+ .border-\[var\(--lux-intent-success-border\)\] {
882
+ border-color: var(--lux-intent-success-border);
883
+ }
884
+ .border-\[var\(--lux-intent-warning-border\)\] {
885
+ border-color: var(--lux-intent-warning-border);
886
+ }
887
+ .border-\[var\(--ui-color-border\)\] {
888
+ border-color: var(--ui-color-border);
889
+ }
890
+ .border-black {
891
+ border-color: var(--color-black);
892
+ }
893
+ .border-transparent {
894
+ border-color: transparent;
895
+ }
896
+ .\!bg-\[var\(--lux-error\)\] {
897
+ background-color: var(--lux-error) !important;
898
+ }
899
+ .\!bg-\[var\(--lux-gray\)\] {
900
+ background-color: var(--lux-gray) !important;
901
+ }
902
+ .\!bg-\[var\(--lux-success\)\] {
903
+ background-color: var(--lux-success) !important;
904
+ }
905
+ .\!bg-\[var\(--lux-warning\)\] {
906
+ background-color: var(--lux-warning) !important;
907
+ }
908
+ .\!bg-transparent {
909
+ background-color: transparent !important;
910
+ }
911
+ .bg-\[\#12B76A\] {
912
+ background-color: #12B76A;
913
+ }
914
+ .bg-\[\#667085\] {
915
+ background-color: #667085;
916
+ }
917
+ .bg-\[\#DC6803\] {
918
+ background-color: #DC6803;
919
+ }
920
+ .bg-\[\#F04438\] {
921
+ background-color: #F04438;
922
+ }
923
+ .bg-\[var\(--lux-intent-active-text\)\]\/10 {
924
+ background-color: var(--lux-intent-active-text);
925
+ @supports (color: color-mix(in lab, red, red)) {
926
+ background-color: color-mix(in oklab, var(--lux-intent-active-text) 10%, transparent);
927
+ }
928
+ }
929
+ .bg-\[var\(--lux-intent-error-border\)\]\/10 {
930
+ background-color: var(--lux-intent-error-border);
931
+ @supports (color: color-mix(in lab, red, red)) {
932
+ background-color: color-mix(in oklab, var(--lux-intent-error-border) 10%, transparent);
933
+ }
934
+ }
935
+ .bg-\[var\(--lux-intent-success-border\)\]\/10 {
936
+ background-color: var(--lux-intent-success-border);
937
+ @supports (color: color-mix(in lab, red, red)) {
938
+ background-color: color-mix(in oklab, var(--lux-intent-success-border) 10%, transparent);
939
+ }
940
+ }
941
+ .bg-\[var\(--lux-intent-warning-border\)\]\/10 {
942
+ background-color: var(--lux-intent-warning-border);
943
+ @supports (color: color-mix(in lab, red, red)) {
944
+ background-color: color-mix(in oklab, var(--lux-intent-warning-border) 10%, transparent);
945
+ }
946
+ }
947
+ .bg-\[var\(--ui-color-bg\)\] {
948
+ background-color: var(--ui-color-bg);
949
+ }
950
+ .bg-black {
951
+ background-color: var(--color-black);
952
+ }
953
+ .bg-black\/50 {
954
+ background-color: color-mix(in srgb, #000 50%, transparent);
955
+ @supports (color: color-mix(in lab, red, red)) {
956
+ background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
957
+ }
958
+ }
959
+ .bg-transparent {
960
+ background-color: transparent;
961
+ }
962
+ .bg-white {
963
+ background-color: var(--color-white);
964
+ }
965
+ .p-0 {
966
+ padding: calc(var(--spacing) * 0);
967
+ }
968
+ .p-1 {
969
+ padding: calc(var(--spacing) * 1);
970
+ }
971
+ .p-1\.5 {
972
+ padding: calc(var(--spacing) * 1.5);
973
+ }
974
+ .p-4 {
975
+ padding: calc(var(--spacing) * 4);
976
+ }
977
+ .p-6 {
978
+ padding: calc(var(--spacing) * 6);
979
+ }
980
+ .px-0 {
981
+ padding-inline: calc(var(--spacing) * 0);
982
+ }
983
+ .px-2 {
984
+ padding-inline: calc(var(--spacing) * 2);
985
+ }
986
+ .px-2\.5 {
987
+ padding-inline: calc(var(--spacing) * 2.5);
988
+ }
989
+ .px-3 {
990
+ padding-inline: calc(var(--spacing) * 3);
991
+ }
992
+ .px-4 {
993
+ padding-inline: calc(var(--spacing) * 4);
994
+ }
995
+ .px-6 {
996
+ padding-inline: calc(var(--spacing) * 6);
997
+ }
998
+ .px-\[5px\] {
999
+ padding-inline: 5px;
1000
+ }
1001
+ .\!py-0 {
1002
+ padding-block: calc(var(--spacing) * 0) !important;
1003
+ }
1004
+ .py-0 {
1005
+ padding-block: calc(var(--spacing) * 0);
1006
+ }
1007
+ .py-0\.5 {
1008
+ padding-block: calc(var(--spacing) * 0.5);
1009
+ }
1010
+ .py-1 {
1011
+ padding-block: calc(var(--spacing) * 1);
1012
+ }
1013
+ .py-1\.5 {
1014
+ padding-block: calc(var(--spacing) * 1.5);
1015
+ }
1016
+ .py-2 {
1017
+ padding-block: calc(var(--spacing) * 2);
1018
+ }
1019
+ .py-4 {
1020
+ padding-block: calc(var(--spacing) * 4);
1021
+ }
1022
+ .py-6 {
1023
+ padding-block: calc(var(--spacing) * 6);
1024
+ }
1025
+ .pt-0 {
1026
+ padding-top: calc(var(--spacing) * 0);
1027
+ }
1028
+ .pt-2 {
1029
+ padding-top: calc(var(--spacing) * 2);
1030
+ }
1031
+ .\!pr-0 {
1032
+ padding-right: calc(var(--spacing) * 0) !important;
1033
+ }
1034
+ .pr-2 {
1035
+ padding-right: calc(var(--spacing) * 2);
1036
+ }
1037
+ .pr-8 {
1038
+ padding-right: calc(var(--spacing) * 8);
1039
+ }
1040
+ .pb-4 {
1041
+ padding-bottom: calc(var(--spacing) * 4);
1042
+ }
1043
+ .pl-8 {
1044
+ padding-left: calc(var(--spacing) * 8);
1045
+ }
1046
+ .text-center {
1047
+ text-align: center;
1048
+ }
1049
+ .text-left {
1050
+ text-align: left;
1051
+ }
1052
+ .text-right {
1053
+ text-align: right;
1054
+ }
1055
+ .font-mono {
1056
+ font-family: var(--font-mono);
1057
+ }
1058
+ .font-sans {
1059
+ font-family: var(--font-sans);
1060
+ }
1061
+ .text-2xl {
1062
+ font-size: var(--text-2xl);
1063
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
1064
+ }
1065
+ .text-3xl {
1066
+ font-size: var(--text-3xl);
1067
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
1068
+ }
1069
+ .text-base {
1070
+ font-size: var(--text-base);
1071
+ line-height: var(--tw-leading, var(--text-base--line-height));
1072
+ }
1073
+ .text-lg {
1074
+ font-size: var(--text-lg);
1075
+ line-height: var(--tw-leading, var(--text-lg--line-height));
1076
+ }
1077
+ .text-sm {
1078
+ font-size: var(--text-sm);
1079
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1080
+ }
1081
+ .text-xl {
1082
+ font-size: var(--text-xl);
1083
+ line-height: var(--tw-leading, var(--text-xl--line-height));
1084
+ }
1085
+ .text-xs {
1086
+ font-size: var(--text-xs);
1087
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1088
+ }
1089
+ .text-\[10px\] {
1090
+ font-size: 10px;
1091
+ }
1092
+ .leading-4 {
1093
+ --tw-leading: calc(var(--spacing) * 4);
1094
+ line-height: calc(var(--spacing) * 4);
1095
+ }
1096
+ .leading-5 {
1097
+ --tw-leading: calc(var(--spacing) * 5);
1098
+ line-height: calc(var(--spacing) * 5);
1099
+ }
1100
+ .leading-6 {
1101
+ --tw-leading: calc(var(--spacing) * 6);
1102
+ line-height: calc(var(--spacing) * 6);
1103
+ }
1104
+ .leading-7 {
1105
+ --tw-leading: calc(var(--spacing) * 7);
1106
+ line-height: calc(var(--spacing) * 7);
1107
+ }
1108
+ .leading-none {
1109
+ --tw-leading: 1;
1110
+ line-height: 1;
1111
+ }
1112
+ .leading-tight {
1113
+ --tw-leading: var(--leading-tight);
1114
+ line-height: var(--leading-tight);
1115
+ }
1116
+ .font-bold {
1117
+ --tw-font-weight: var(--font-weight-bold);
1118
+ font-weight: var(--font-weight-bold);
1119
+ }
1120
+ .font-light {
1121
+ --tw-font-weight: var(--font-weight-light);
1122
+ font-weight: var(--font-weight-light);
1123
+ }
1124
+ .font-medium {
1125
+ --tw-font-weight: var(--font-weight-medium);
1126
+ font-weight: var(--font-weight-medium);
1127
+ }
1128
+ .font-normal {
1129
+ --tw-font-weight: var(--font-weight-normal);
1130
+ font-weight: var(--font-weight-normal);
1131
+ }
1132
+ .font-semibold {
1133
+ --tw-font-weight: var(--font-weight-semibold);
1134
+ font-weight: var(--font-weight-semibold);
1135
+ }
1136
+ .tracking-tight {
1137
+ --tw-tracking: var(--tracking-tight);
1138
+ letter-spacing: var(--tracking-tight);
1139
+ }
1140
+ .break-words {
1141
+ overflow-wrap: break-word;
1142
+ }
1143
+ .break-all {
1144
+ word-break: break-all;
1145
+ }
1146
+ .text-ellipsis {
1147
+ text-overflow: ellipsis;
1148
+ }
1149
+ .whitespace-nowrap {
1150
+ white-space: nowrap;
1151
+ }
1152
+ .whitespace-pre-wrap {
1153
+ white-space: pre-wrap;
1154
+ }
1155
+ .text-\[var\(--lux-intent-active-text\)\] {
1156
+ color: var(--lux-intent-active-text);
1157
+ }
1158
+ .text-\[var\(--lux-intent-error-border\)\] {
1159
+ color: var(--lux-intent-error-border);
1160
+ }
1161
+ .text-\[var\(--lux-intent-success-border\)\] {
1162
+ color: var(--lux-intent-success-border);
1163
+ }
1164
+ .text-\[var\(--lux-intent-warning-border\)\] {
1165
+ color: var(--lux-intent-warning-border);
1166
+ }
1167
+ .text-\[var\(--ui-color-text\)\] {
1168
+ color: var(--ui-color-text);
1169
+ }
1170
+ .text-black {
1171
+ color: var(--color-black);
1172
+ }
1173
+ .text-inherit {
1174
+ color: inherit;
1175
+ }
1176
+ .text-white {
1177
+ color: var(--color-white);
1178
+ }
1179
+ .italic {
1180
+ font-style: italic;
1181
+ }
1182
+ .underline {
1183
+ text-decoration-line: underline;
1184
+ }
1185
+ .opacity-0 {
1186
+ opacity: 0%;
1187
+ }
1188
+ .opacity-50 {
1189
+ opacity: 50%;
1190
+ }
1191
+ .opacity-60 {
1192
+ opacity: 60%;
1193
+ }
1194
+ .opacity-90 {
1195
+ opacity: 90%;
1196
+ }
1197
+ .shadow-\[0_1px_2px_rgba\(0\,0\,0\,0\.12\)\] {
1198
+ --tw-shadow: 0 1px 2px var(--tw-shadow-color, rgba(0,0,0,0.12));
1199
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1200
+ }
1201
+ .shadow-lg {
1202
+ --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));
1203
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1204
+ }
1205
+ .shadow-md {
1206
+ --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));
1207
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1208
+ }
1209
+ .shadow-sm {
1210
+ --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));
1211
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1212
+ }
1213
+ .ring-0 {
1214
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1215
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1216
+ }
1217
+ .outline {
1218
+ outline-style: var(--tw-outline-style);
1219
+ outline-width: 1px;
1220
+ }
1221
+ .backdrop-blur-sm {
1222
+ --tw-backdrop-blur: blur(var(--blur-sm));
1223
+ -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1224
+ backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1225
+ }
1226
+ .transition-all {
1227
+ transition-property: all;
1228
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1229
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1230
+ }
1231
+ .transition-colors {
1232
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1233
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1234
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1235
+ }
1236
+ .transition-opacity {
1237
+ transition-property: opacity;
1238
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1239
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1240
+ }
1241
+ .transition-shadow {
1242
+ transition-property: box-shadow;
1243
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1244
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1245
+ }
1246
+ .transition-transform {
1247
+ transition-property: transform, translate, scale, rotate;
1248
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1249
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1250
+ }
1251
+ .duration-150 {
1252
+ --tw-duration: 150ms;
1253
+ transition-duration: 150ms;
1254
+ }
1255
+ .duration-200 {
1256
+ --tw-duration: 200ms;
1257
+ transition-duration: 200ms;
1258
+ }
1259
+ .duration-300 {
1260
+ --tw-duration: 300ms;
1261
+ transition-duration: 300ms;
1262
+ }
1263
+ .ease-out {
1264
+ --tw-ease: var(--ease-out);
1265
+ transition-timing-function: var(--ease-out);
1266
+ }
1267
+ .outline-none {
1268
+ --tw-outline-style: none;
1269
+ outline-style: none;
1270
+ }
1271
+ .select-none {
1272
+ -webkit-user-select: none;
1273
+ user-select: none;
1274
+ }
1275
+ .group-focus-within\:opacity-100 {
1276
+ &:is(:where(.group):focus-within *) {
1277
+ opacity: 100%;
1278
+ }
1279
+ }
1280
+ .group-hover\:opacity-100 {
1281
+ &:is(:where(.group):hover *) {
1282
+ @media (hover: hover) {
1283
+ opacity: 100%;
1284
+ }
1285
+ }
1286
+ }
1287
+ .hover\:border-\[var\(--ui-color-border-hover\)\] {
1288
+ &:hover {
1289
+ @media (hover: hover) {
1290
+ border-color: var(--ui-color-border-hover);
1291
+ }
1292
+ }
1293
+ }
1294
+ .hover\:bg-\[var\(--ui-color-bg-hover\)\] {
1295
+ &:hover {
1296
+ @media (hover: hover) {
1297
+ background-color: var(--ui-color-bg-hover);
1298
+ }
1299
+ }
1300
+ }
1301
+ .hover\:text-\[var\(--ui-color-text-hover\)\] {
1302
+ &:hover {
1303
+ @media (hover: hover) {
1304
+ color: var(--ui-color-text-hover);
1305
+ }
1306
+ }
1307
+ }
1308
+ .hover\:underline {
1309
+ &:hover {
1310
+ @media (hover: hover) {
1311
+ text-decoration-line: underline;
1312
+ }
1313
+ }
1314
+ }
1315
+ .hover\:opacity-100 {
1316
+ &:hover {
1317
+ @media (hover: hover) {
1318
+ opacity: 100%;
1319
+ }
1320
+ }
1321
+ }
1322
+ .hover\:shadow-\[0_10px_24px_rgba\(0\,0\,0\,0\.22\)\] {
1323
+ &:hover {
1324
+ @media (hover: hover) {
1325
+ --tw-shadow: 0 10px 24px var(--tw-shadow-color, rgba(0,0,0,0.22));
1326
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1327
+ }
1328
+ }
1329
+ }
1330
+ .hover\:ring-4 {
1331
+ &:hover {
1332
+ @media (hover: hover) {
1333
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1334
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1335
+ }
1336
+ }
1337
+ }
1338
+ .focus\:ring-2 {
1339
+ &:focus {
1340
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1341
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1342
+ }
1343
+ }
1344
+ .focus\:ring-offset-2 {
1345
+ &:focus {
1346
+ --tw-ring-offset-width: 2px;
1347
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1348
+ }
1349
+ }
1350
+ .focus\:outline-none {
1351
+ &:focus {
1352
+ --tw-outline-style: none;
1353
+ outline-style: none;
1354
+ }
1355
+ }
1356
+ .focus-visible\:ring-2 {
1357
+ &:focus-visible {
1358
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1359
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1360
+ }
1361
+ }
1362
+ .focus-visible\:ring-offset-2 {
1363
+ &:focus-visible {
1364
+ --tw-ring-offset-width: 2px;
1365
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1366
+ }
1367
+ }
1368
+ .focus-visible\:outline-none {
1369
+ &:focus-visible {
1370
+ --tw-outline-style: none;
1371
+ outline-style: none;
1372
+ }
1373
+ }
1374
+ .disabled\:pointer-events-none {
1375
+ &:disabled {
1376
+ pointer-events: none;
1377
+ }
1378
+ }
1379
+ .disabled\:cursor-default {
1380
+ &:disabled {
1381
+ cursor: default;
1382
+ }
1383
+ }
1384
+ .disabled\:cursor-not-allowed {
1385
+ &:disabled {
1386
+ cursor: not-allowed;
1387
+ }
1388
+ }
1389
+ .disabled\:opacity-50 {
1390
+ &:disabled {
1391
+ opacity: 50%;
1392
+ }
1393
+ }
1394
+ .data-\[disabled\]\:pointer-events-none {
1395
+ &[data-disabled] {
1396
+ pointer-events: none;
1397
+ }
1398
+ }
1399
+ .data-\[disabled\]\:opacity-50 {
1400
+ &[data-disabled] {
1401
+ opacity: 50%;
1402
+ }
1403
+ }
1404
+ .data-\[state\=active\]\:shadow-sm {
1405
+ &[data-state="active"] {
1406
+ --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));
1407
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1408
+ }
1409
+ }
1410
+ .data-\[state\=checked\]\:translate-x-5 {
1411
+ &[data-state="checked"] {
1412
+ --tw-translate-x: calc(var(--spacing) * 5);
1413
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1414
+ }
1415
+ }
1416
+ .data-\[state\=inactive\]\:hidden {
1417
+ &[data-state="inactive"] {
1418
+ display: none;
1419
+ }
1420
+ }
1421
+ .data-\[state\=unchecked\]\:translate-x-0 {
1422
+ &[data-state="unchecked"] {
1423
+ --tw-translate-x: calc(var(--spacing) * 0);
1424
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1425
+ }
1426
+ }
1427
+ .sm\:max-w-\[420px\] {
1428
+ @media (width >= 40rem) {
1429
+ max-width: 420px;
1430
+ }
1431
+ }
1432
+ .sm\:flex-row {
1433
+ @media (width >= 40rem) {
1434
+ flex-direction: row;
1435
+ }
1436
+ }
1437
+ .sm\:justify-end {
1438
+ @media (width >= 40rem) {
1439
+ justify-content: flex-end;
1440
+ }
1441
+ }
1442
+ .\[\&\>svg\]\:absolute {
1443
+ &>svg {
1444
+ position: absolute;
1445
+ }
1446
+ }
1447
+ .\[\&\>svg\]\:top-4 {
1448
+ &>svg {
1449
+ top: calc(var(--spacing) * 4);
1450
+ }
1451
+ }
1452
+ .\[\&\>svg\]\:left-4 {
1453
+ &>svg {
1454
+ left: calc(var(--spacing) * 4);
1455
+ }
1456
+ }
1457
+ .\[\&\>svg\]\:text-current {
1458
+ &>svg {
1459
+ color: currentcolor;
1460
+ }
1461
+ }
1462
+ .\[\&\>svg\~\*\]\:pl-7 {
1463
+ &>svg~* {
1464
+ padding-left: calc(var(--spacing) * 7);
1465
+ }
1466
+ }
1467
+ .\[\&\[data-state\=open\]\>svg\]\:rotate-180 {
1468
+ &[data-state=open]>svg {
1469
+ rotate: 180deg;
1470
+ }
1471
+ }
1472
+ }
1473
+ @property --tw-translate-x {
1474
+ syntax: "*";
1475
+ inherits: false;
1476
+ initial-value: 0;
1477
+ }
1478
+ @property --tw-translate-y {
1479
+ syntax: "*";
1480
+ inherits: false;
1481
+ initial-value: 0;
1482
+ }
1483
+ @property --tw-translate-z {
1484
+ syntax: "*";
1485
+ inherits: false;
1486
+ initial-value: 0;
1487
+ }
1488
+ @property --tw-rotate-x {
1489
+ syntax: "*";
1490
+ inherits: false;
1491
+ }
1492
+ @property --tw-rotate-y {
1493
+ syntax: "*";
1494
+ inherits: false;
1495
+ }
1496
+ @property --tw-rotate-z {
1497
+ syntax: "*";
1498
+ inherits: false;
1499
+ }
1500
+ @property --tw-skew-x {
1501
+ syntax: "*";
1502
+ inherits: false;
1503
+ }
1504
+ @property --tw-skew-y {
1505
+ syntax: "*";
1506
+ inherits: false;
1507
+ }
1508
+ @property --tw-space-y-reverse {
1509
+ syntax: "*";
1510
+ inherits: false;
1511
+ initial-value: 0;
1512
+ }
1513
+ @property --tw-border-style {
1514
+ syntax: "*";
1515
+ inherits: false;
1516
+ initial-value: solid;
1517
+ }
1518
+ @property --tw-leading {
1519
+ syntax: "*";
1520
+ inherits: false;
1521
+ }
1522
+ @property --tw-font-weight {
1523
+ syntax: "*";
1524
+ inherits: false;
1525
+ }
1526
+ @property --tw-tracking {
1527
+ syntax: "*";
1528
+ inherits: false;
1529
+ }
1530
+ @property --tw-shadow {
1531
+ syntax: "*";
1532
+ inherits: false;
1533
+ initial-value: 0 0 #0000;
1534
+ }
1535
+ @property --tw-shadow-color {
1536
+ syntax: "*";
1537
+ inherits: false;
1538
+ }
1539
+ @property --tw-shadow-alpha {
1540
+ syntax: "<percentage>";
1541
+ inherits: false;
1542
+ initial-value: 100%;
1543
+ }
1544
+ @property --tw-inset-shadow {
1545
+ syntax: "*";
1546
+ inherits: false;
1547
+ initial-value: 0 0 #0000;
1548
+ }
1549
+ @property --tw-inset-shadow-color {
1550
+ syntax: "*";
1551
+ inherits: false;
1552
+ }
1553
+ @property --tw-inset-shadow-alpha {
1554
+ syntax: "<percentage>";
1555
+ inherits: false;
1556
+ initial-value: 100%;
1557
+ }
1558
+ @property --tw-ring-color {
1559
+ syntax: "*";
1560
+ inherits: false;
1561
+ }
1562
+ @property --tw-ring-shadow {
1563
+ syntax: "*";
1564
+ inherits: false;
1565
+ initial-value: 0 0 #0000;
1566
+ }
1567
+ @property --tw-inset-ring-color {
1568
+ syntax: "*";
1569
+ inherits: false;
1570
+ }
1571
+ @property --tw-inset-ring-shadow {
1572
+ syntax: "*";
1573
+ inherits: false;
1574
+ initial-value: 0 0 #0000;
1575
+ }
1576
+ @property --tw-ring-inset {
1577
+ syntax: "*";
1578
+ inherits: false;
1579
+ }
1580
+ @property --tw-ring-offset-width {
1581
+ syntax: "<length>";
1582
+ inherits: false;
1583
+ initial-value: 0px;
1584
+ }
1585
+ @property --tw-ring-offset-color {
1586
+ syntax: "*";
1587
+ inherits: false;
1588
+ initial-value: #fff;
1589
+ }
1590
+ @property --tw-ring-offset-shadow {
1591
+ syntax: "*";
1592
+ inherits: false;
1593
+ initial-value: 0 0 #0000;
1594
+ }
1595
+ @property --tw-outline-style {
1596
+ syntax: "*";
1597
+ inherits: false;
1598
+ initial-value: solid;
1599
+ }
1600
+ @property --tw-backdrop-blur {
1601
+ syntax: "*";
1602
+ inherits: false;
1603
+ }
1604
+ @property --tw-backdrop-brightness {
1605
+ syntax: "*";
1606
+ inherits: false;
1607
+ }
1608
+ @property --tw-backdrop-contrast {
1609
+ syntax: "*";
1610
+ inherits: false;
1611
+ }
1612
+ @property --tw-backdrop-grayscale {
1613
+ syntax: "*";
1614
+ inherits: false;
1615
+ }
1616
+ @property --tw-backdrop-hue-rotate {
1617
+ syntax: "*";
1618
+ inherits: false;
1619
+ }
1620
+ @property --tw-backdrop-invert {
1621
+ syntax: "*";
1622
+ inherits: false;
1623
+ }
1624
+ @property --tw-backdrop-opacity {
1625
+ syntax: "*";
1626
+ inherits: false;
1627
+ }
1628
+ @property --tw-backdrop-saturate {
1629
+ syntax: "*";
1630
+ inherits: false;
1631
+ }
1632
+ @property --tw-backdrop-sepia {
1633
+ syntax: "*";
1634
+ inherits: false;
1635
+ }
1636
+ @property --tw-duration {
1637
+ syntax: "*";
1638
+ inherits: false;
1639
+ }
1640
+ @property --tw-ease {
1641
+ syntax: "*";
1642
+ inherits: false;
1643
+ }
1644
+ @keyframes spin {
1645
+ to {
1646
+ transform: rotate(360deg);
1647
+ }
1648
+ }
1649
+ @keyframes pulse {
1650
+ 50% {
1651
+ opacity: 0.5;
1652
+ }
1653
+ }
1654
+ @layer properties {
1655
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1656
+ *, ::before, ::after, ::backdrop {
1657
+ --tw-translate-x: 0;
1658
+ --tw-translate-y: 0;
1659
+ --tw-translate-z: 0;
1660
+ --tw-rotate-x: initial;
1661
+ --tw-rotate-y: initial;
1662
+ --tw-rotate-z: initial;
1663
+ --tw-skew-x: initial;
1664
+ --tw-skew-y: initial;
1665
+ --tw-space-y-reverse: 0;
1666
+ --tw-border-style: solid;
1667
+ --tw-leading: initial;
1668
+ --tw-font-weight: initial;
1669
+ --tw-tracking: initial;
1670
+ --tw-shadow: 0 0 #0000;
1671
+ --tw-shadow-color: initial;
1672
+ --tw-shadow-alpha: 100%;
1673
+ --tw-inset-shadow: 0 0 #0000;
1674
+ --tw-inset-shadow-color: initial;
1675
+ --tw-inset-shadow-alpha: 100%;
1676
+ --tw-ring-color: initial;
1677
+ --tw-ring-shadow: 0 0 #0000;
1678
+ --tw-inset-ring-color: initial;
1679
+ --tw-inset-ring-shadow: 0 0 #0000;
1680
+ --tw-ring-inset: initial;
1681
+ --tw-ring-offset-width: 0px;
1682
+ --tw-ring-offset-color: #fff;
1683
+ --tw-ring-offset-shadow: 0 0 #0000;
1684
+ --tw-outline-style: solid;
1685
+ --tw-backdrop-blur: initial;
1686
+ --tw-backdrop-brightness: initial;
1687
+ --tw-backdrop-contrast: initial;
1688
+ --tw-backdrop-grayscale: initial;
1689
+ --tw-backdrop-hue-rotate: initial;
1690
+ --tw-backdrop-invert: initial;
1691
+ --tw-backdrop-opacity: initial;
1692
+ --tw-backdrop-saturate: initial;
1693
+ --tw-backdrop-sepia: initial;
1694
+ --tw-duration: initial;
1695
+ --tw-ease: initial;
1696
+ }
1697
+ }
1698
+ }