@luxonis/depthai-pipeline-lib 1.4.13 → 1.4.14

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 (224) hide show
  1. package/dist/panda.css +670 -809
  2. package/dist/src/styled-system/css/conditions.mjs +4 -2
  3. package/dist/src/styled-system/css/css.d.mts +15 -2
  4. package/dist/src/styled-system/css/css.mjs +2 -1
  5. package/dist/src/styled-system/css/cva.d.mts +1 -1
  6. package/dist/src/styled-system/css/cva.mjs +28 -4
  7. package/dist/src/styled-system/css/sva.mjs +9 -3
  8. package/dist/src/styled-system/helpers.mjs +109 -64
  9. package/dist/src/styled-system/patterns/aspect-ratio.d.mts +1 -1
  10. package/dist/src/styled-system/patterns/aspect-ratio.mjs +5 -2
  11. package/dist/src/styled-system/patterns/bleed.d.mts +3 -3
  12. package/dist/src/styled-system/patterns/bleed.mjs +12 -7
  13. package/dist/src/styled-system/patterns/box.d.mts +1 -1
  14. package/dist/src/styled-system/patterns/box.mjs +5 -2
  15. package/dist/src/styled-system/patterns/center.d.mts +1 -1
  16. package/dist/src/styled-system/patterns/center.mjs +5 -2
  17. package/dist/src/styled-system/patterns/circle.d.mts +2 -2
  18. package/dist/src/styled-system/patterns/circle.mjs +5 -2
  19. package/dist/src/styled-system/patterns/container.d.mts +1 -1
  20. package/dist/src/styled-system/patterns/container.mjs +5 -2
  21. package/dist/src/styled-system/patterns/cq.d.mts +22 -0
  22. package/dist/src/styled-system/patterns/cq.mjs +21 -0
  23. package/dist/src/styled-system/patterns/divider.d.mts +1 -1
  24. package/dist/src/styled-system/patterns/divider.mjs +8 -4
  25. package/dist/src/styled-system/patterns/flex.d.mts +8 -8
  26. package/dist/src/styled-system/patterns/flex.mjs +5 -2
  27. package/dist/src/styled-system/patterns/float.d.mts +1 -1
  28. package/dist/src/styled-system/patterns/float.mjs +10 -3
  29. package/dist/src/styled-system/patterns/grid-item.d.mts +1 -1
  30. package/dist/src/styled-system/patterns/grid-item.mjs +5 -2
  31. package/dist/src/styled-system/patterns/grid.d.mts +4 -4
  32. package/dist/src/styled-system/patterns/grid.mjs +12 -5
  33. package/dist/src/styled-system/patterns/hstack.d.mts +3 -3
  34. package/dist/src/styled-system/patterns/hstack.mjs +8 -4
  35. package/dist/src/styled-system/patterns/index.d.mts +2 -2
  36. package/dist/src/styled-system/patterns/index.mjs +2 -2
  37. package/dist/src/styled-system/patterns/link-overlay.d.mts +1 -1
  38. package/dist/src/styled-system/patterns/link-overlay.mjs +5 -5
  39. package/dist/src/styled-system/patterns/spacer.d.mts +1 -1
  40. package/dist/src/styled-system/patterns/spacer.mjs +5 -2
  41. package/dist/src/styled-system/patterns/square.d.mts +2 -2
  42. package/dist/src/styled-system/patterns/square.mjs +5 -2
  43. package/dist/src/styled-system/patterns/stack.d.mts +5 -5
  44. package/dist/src/styled-system/patterns/stack.mjs +8 -4
  45. package/dist/src/styled-system/patterns/visually-hidden.d.mts +1 -1
  46. package/dist/src/styled-system/patterns/visually-hidden.mjs +5 -2
  47. package/dist/src/styled-system/patterns/vstack.d.mts +3 -3
  48. package/dist/src/styled-system/patterns/vstack.mjs +8 -4
  49. package/dist/src/styled-system/patterns/wrap.d.mts +6 -6
  50. package/dist/src/styled-system/patterns/wrap.mjs +5 -2
  51. package/dist/src/styled-system/recipes/accordion.d.mts +8 -4
  52. package/dist/src/styled-system/recipes/accordion.mjs +6 -4
  53. package/dist/src/styled-system/recipes/alert-description.d.mts +8 -4
  54. package/dist/src/styled-system/recipes/alert-description.mjs +8 -3
  55. package/dist/src/styled-system/recipes/alert-dialog.d.mts +8 -4
  56. package/dist/src/styled-system/recipes/alert-dialog.mjs +6 -4
  57. package/dist/src/styled-system/recipes/alert-title.d.mts +8 -4
  58. package/dist/src/styled-system/recipes/alert-title.mjs +8 -3
  59. package/dist/src/styled-system/recipes/alert.d.mts +12 -5
  60. package/dist/src/styled-system/recipes/alert.mjs +8 -3
  61. package/dist/src/styled-system/recipes/avatar.d.mts +8 -4
  62. package/dist/src/styled-system/recipes/avatar.mjs +6 -4
  63. package/dist/src/styled-system/recipes/badge.d.mts +12 -5
  64. package/dist/src/styled-system/recipes/badge.mjs +8 -3
  65. package/dist/src/styled-system/recipes/blockquote.d.mts +8 -4
  66. package/dist/src/styled-system/recipes/blockquote.mjs +8 -3
  67. package/dist/src/styled-system/recipes/button.d.mts +15 -5
  68. package/dist/src/styled-system/recipes/button.mjs +8 -3
  69. package/dist/src/styled-system/recipes/calendar.d.mts +8 -4
  70. package/dist/src/styled-system/recipes/calendar.mjs +6 -4
  71. package/dist/src/styled-system/recipes/card-content.d.mts +8 -4
  72. package/dist/src/styled-system/recipes/card-content.mjs +8 -3
  73. package/dist/src/styled-system/recipes/card-description.d.mts +8 -4
  74. package/dist/src/styled-system/recipes/card-description.mjs +8 -3
  75. package/dist/src/styled-system/recipes/card-footer.d.mts +8 -4
  76. package/dist/src/styled-system/recipes/card-footer.mjs +8 -3
  77. package/dist/src/styled-system/recipes/card-header.d.mts +8 -4
  78. package/dist/src/styled-system/recipes/card-header.mjs +8 -3
  79. package/dist/src/styled-system/recipes/card-title.d.mts +8 -4
  80. package/dist/src/styled-system/recipes/card-title.mjs +8 -3
  81. package/dist/src/styled-system/recipes/card.d.mts +8 -4
  82. package/dist/src/styled-system/recipes/card.mjs +8 -3
  83. package/dist/src/styled-system/recipes/checkbox.d.mts +8 -4
  84. package/dist/src/styled-system/recipes/checkbox.mjs +6 -4
  85. package/dist/src/styled-system/recipes/collapsible.d.mts +8 -4
  86. package/dist/src/styled-system/recipes/collapsible.mjs +6 -4
  87. package/dist/src/styled-system/recipes/command-dialog.d.mts +8 -4
  88. package/dist/src/styled-system/recipes/command-dialog.mjs +6 -4
  89. package/dist/src/styled-system/recipes/command.d.mts +8 -4
  90. package/dist/src/styled-system/recipes/command.mjs +6 -4
  91. package/dist/src/styled-system/recipes/context-menu.d.mts +12 -5
  92. package/dist/src/styled-system/recipes/context-menu.mjs +6 -4
  93. package/dist/src/styled-system/recipes/create-recipe.mjs +39 -7
  94. package/dist/src/styled-system/recipes/dialog.d.mts +8 -4
  95. package/dist/src/styled-system/recipes/dialog.mjs +6 -4
  96. package/dist/src/styled-system/recipes/dropdown-menu.d.mts +8 -4
  97. package/dist/src/styled-system/recipes/dropdown-menu.mjs +6 -4
  98. package/dist/src/styled-system/recipes/form-control.d.mts +8 -4
  99. package/dist/src/styled-system/recipes/form-control.mjs +8 -3
  100. package/dist/src/styled-system/recipes/form-description.d.mts +8 -4
  101. package/dist/src/styled-system/recipes/form-description.mjs +8 -3
  102. package/dist/src/styled-system/recipes/form-item.d.mts +8 -4
  103. package/dist/src/styled-system/recipes/form-item.mjs +8 -3
  104. package/dist/src/styled-system/recipes/form-label.d.mts +8 -4
  105. package/dist/src/styled-system/recipes/form-label.mjs +8 -3
  106. package/dist/src/styled-system/recipes/form-message.d.mts +8 -4
  107. package/dist/src/styled-system/recipes/form-message.mjs +8 -3
  108. package/dist/src/styled-system/recipes/h1.d.mts +8 -4
  109. package/dist/src/styled-system/recipes/h1.mjs +8 -3
  110. package/dist/src/styled-system/recipes/h2.d.mts +8 -4
  111. package/dist/src/styled-system/recipes/h2.mjs +8 -3
  112. package/dist/src/styled-system/recipes/h3.d.mts +8 -4
  113. package/dist/src/styled-system/recipes/h3.mjs +8 -3
  114. package/dist/src/styled-system/recipes/h4.d.mts +8 -4
  115. package/dist/src/styled-system/recipes/h4.mjs +8 -3
  116. package/dist/src/styled-system/recipes/hover-card.d.mts +8 -4
  117. package/dist/src/styled-system/recipes/hover-card.mjs +6 -4
  118. package/dist/src/styled-system/recipes/icon.d.mts +24 -5
  119. package/dist/src/styled-system/recipes/icon.mjs +8 -3
  120. package/dist/src/styled-system/recipes/inline-code.d.mts +8 -4
  121. package/dist/src/styled-system/recipes/inline-code.mjs +8 -3
  122. package/dist/src/styled-system/recipes/input.d.mts +8 -4
  123. package/dist/src/styled-system/recipes/input.mjs +8 -3
  124. package/dist/src/styled-system/recipes/label.d.mts +8 -4
  125. package/dist/src/styled-system/recipes/label.mjs +8 -3
  126. package/dist/src/styled-system/recipes/large.d.mts +8 -4
  127. package/dist/src/styled-system/recipes/large.mjs +8 -3
  128. package/dist/src/styled-system/recipes/lead.d.mts +8 -4
  129. package/dist/src/styled-system/recipes/lead.mjs +8 -3
  130. package/dist/src/styled-system/recipes/link.d.mts +8 -4
  131. package/dist/src/styled-system/recipes/link.mjs +8 -3
  132. package/dist/src/styled-system/recipes/list.d.mts +8 -4
  133. package/dist/src/styled-system/recipes/list.mjs +8 -3
  134. package/dist/src/styled-system/recipes/menubar.d.mts +8 -4
  135. package/dist/src/styled-system/recipes/menubar.mjs +6 -4
  136. package/dist/src/styled-system/recipes/muted.d.mts +8 -4
  137. package/dist/src/styled-system/recipes/muted.mjs +8 -3
  138. package/dist/src/styled-system/recipes/navigation-menu.d.mts +8 -4
  139. package/dist/src/styled-system/recipes/navigation-menu.mjs +6 -4
  140. package/dist/src/styled-system/recipes/p.d.mts +8 -4
  141. package/dist/src/styled-system/recipes/p.mjs +8 -3
  142. package/dist/src/styled-system/recipes/popover.d.mts +8 -4
  143. package/dist/src/styled-system/recipes/popover.mjs +6 -4
  144. package/dist/src/styled-system/recipes/progress.d.mts +8 -4
  145. package/dist/src/styled-system/recipes/progress.mjs +6 -4
  146. package/dist/src/styled-system/recipes/radio-group.d.mts +8 -4
  147. package/dist/src/styled-system/recipes/radio-group.mjs +6 -4
  148. package/dist/src/styled-system/recipes/scroll-area.d.mts +8 -4
  149. package/dist/src/styled-system/recipes/scroll-area.mjs +6 -4
  150. package/dist/src/styled-system/recipes/select.d.mts +8 -4
  151. package/dist/src/styled-system/recipes/select.mjs +6 -4
  152. package/dist/src/styled-system/recipes/separator.d.mts +12 -5
  153. package/dist/src/styled-system/recipes/separator.mjs +8 -3
  154. package/dist/src/styled-system/recipes/sheet.d.mts +12 -5
  155. package/dist/src/styled-system/recipes/sheet.mjs +6 -4
  156. package/dist/src/styled-system/recipes/skeleton.d.mts +8 -4
  157. package/dist/src/styled-system/recipes/skeleton.mjs +8 -3
  158. package/dist/src/styled-system/recipes/slider.d.mts +8 -4
  159. package/dist/src/styled-system/recipes/slider.mjs +6 -4
  160. package/dist/src/styled-system/recipes/small.d.mts +8 -4
  161. package/dist/src/styled-system/recipes/small.mjs +8 -3
  162. package/dist/src/styled-system/recipes/switch-recipe.d.mts +8 -4
  163. package/dist/src/styled-system/recipes/switch-recipe.mjs +6 -4
  164. package/dist/src/styled-system/recipes/table-body.d.mts +8 -4
  165. package/dist/src/styled-system/recipes/table-body.mjs +8 -3
  166. package/dist/src/styled-system/recipes/table-caption.d.mts +8 -4
  167. package/dist/src/styled-system/recipes/table-caption.mjs +8 -3
  168. package/dist/src/styled-system/recipes/table-cell.d.mts +8 -4
  169. package/dist/src/styled-system/recipes/table-cell.mjs +8 -3
  170. package/dist/src/styled-system/recipes/table-container.d.mts +8 -4
  171. package/dist/src/styled-system/recipes/table-container.mjs +8 -3
  172. package/dist/src/styled-system/recipes/table-footer.d.mts +8 -4
  173. package/dist/src/styled-system/recipes/table-footer.mjs +8 -3
  174. package/dist/src/styled-system/recipes/table-head.d.mts +8 -4
  175. package/dist/src/styled-system/recipes/table-head.mjs +8 -3
  176. package/dist/src/styled-system/recipes/table-header.d.mts +8 -4
  177. package/dist/src/styled-system/recipes/table-header.mjs +8 -3
  178. package/dist/src/styled-system/recipes/table-row.d.mts +8 -4
  179. package/dist/src/styled-system/recipes/table-row.mjs +8 -3
  180. package/dist/src/styled-system/recipes/table.d.mts +8 -4
  181. package/dist/src/styled-system/recipes/table.mjs +8 -3
  182. package/dist/src/styled-system/recipes/tabs.d.mts +8 -4
  183. package/dist/src/styled-system/recipes/tabs.mjs +6 -4
  184. package/dist/src/styled-system/recipes/textarea.d.mts +8 -4
  185. package/dist/src/styled-system/recipes/textarea.mjs +8 -3
  186. package/dist/src/styled-system/recipes/toast-viewport.d.mts +8 -4
  187. package/dist/src/styled-system/recipes/toast-viewport.mjs +8 -3
  188. package/dist/src/styled-system/recipes/toast.d.mts +12 -5
  189. package/dist/src/styled-system/recipes/toast.mjs +6 -4
  190. package/dist/src/styled-system/recipes/toggle.d.mts +15 -5
  191. package/dist/src/styled-system/recipes/toggle.mjs +8 -3
  192. package/dist/src/styled-system/recipes/tooltip.d.mts +8 -4
  193. package/dist/src/styled-system/recipes/tooltip.mjs +6 -4
  194. package/dist/src/styled-system/recipes/typography-table-container.d.mts +8 -4
  195. package/dist/src/styled-system/recipes/typography-table-container.mjs +8 -3
  196. package/dist/src/styled-system/recipes/typography-table.d.mts +8 -4
  197. package/dist/src/styled-system/recipes/typography-table.mjs +8 -3
  198. package/dist/src/styled-system/tokens/index.mjs +271 -219
  199. package/dist/src/styled-system/tokens/tokens.d.mts +18 -18
  200. package/dist/src/styled-system/types/composition.d.mts +70 -17
  201. package/dist/src/styled-system/types/conditions.d.mts +105 -49
  202. package/dist/src/styled-system/types/csstype.d.mts +1270 -721
  203. package/dist/src/styled-system/types/global.d.mts +1 -0
  204. package/dist/src/styled-system/types/index.d.mts +1 -2
  205. package/dist/src/styled-system/types/parts.d.mts +3 -1
  206. package/dist/src/styled-system/types/pattern.d.mts +20 -3
  207. package/dist/src/styled-system/types/prop-type.d.mts +59 -135
  208. package/dist/src/styled-system/types/recipe.d.mts +42 -9
  209. package/dist/src/styled-system/types/selectors.d.mts +1 -1
  210. package/dist/src/styled-system/types/static-css.d.mts +56 -0
  211. package/dist/src/styled-system/types/style-props.d.mts +7540 -678
  212. package/dist/src/styled-system/types/system-types.d.mts +128 -20
  213. package/package.json +3 -3
  214. package/dist/src/styled-system/chunks/src__components__Node.css +0 -195
  215. package/dist/src/styled-system/chunks/src__components__PipelineCanvas.css +0 -25
  216. package/dist/src/styled-system/global.css +0 -70
  217. package/dist/src/styled-system/patterns/link-box.d.mts +0 -21
  218. package/dist/src/styled-system/patterns/link-box.mjs +0 -19
  219. package/dist/src/styled-system/recipes/create-recipe.d.mts +0 -1
  220. package/dist/src/styled-system/reset.css +0 -206
  221. package/dist/src/styled-system/static.css +0 -320
  222. package/dist/src/styled-system/tokens/index.css +0 -620
  223. package/dist/src/styled-system/tokens/keyframes.css +0 -56
  224. package/dist/src/styled-system/types/helpers.d.mts +0 -2
@@ -1,4 +1,28 @@
1
1
  const tokens = {
2
+ "aspectRatios.square": {
3
+ "value": "1 / 1",
4
+ "variable": "var(--aspect-ratios-square)"
5
+ },
6
+ "aspectRatios.landscape": {
7
+ "value": "4 / 3",
8
+ "variable": "var(--aspect-ratios-landscape)"
9
+ },
10
+ "aspectRatios.portrait": {
11
+ "value": "3 / 4",
12
+ "variable": "var(--aspect-ratios-portrait)"
13
+ },
14
+ "aspectRatios.wide": {
15
+ "value": "16 / 9",
16
+ "variable": "var(--aspect-ratios-wide)"
17
+ },
18
+ "aspectRatios.ultrawide": {
19
+ "value": "18 / 5",
20
+ "variable": "var(--aspect-ratios-ultrawide)"
21
+ },
22
+ "aspectRatios.golden": {
23
+ "value": "1.618 / 1",
24
+ "variable": "var(--aspect-ratios-golden)"
25
+ },
2
26
  "letterSpacings.tighter": {
3
27
  "value": "-0.05em",
4
28
  "variable": "var(--letter-spacings-tighter)"
@@ -67,6 +91,94 @@ const tokens = {
67
91
  "value": "bounce 1s infinite",
68
92
  "variable": "var(--animations-bounce)"
69
93
  },
94
+ "fonts.serif": {
95
+ "value": "ui-serif, Georgia, Cambria, \"Times New Roman\", Times, serif",
96
+ "variable": "var(--fonts-serif)"
97
+ },
98
+ "fonts.sans": {
99
+ "value": "var(--font-inter, Inter), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
100
+ "variable": "var(--fonts-sans)"
101
+ },
102
+ "fonts.body": {
103
+ "value": "Inter",
104
+ "variable": "var(--fonts-body)"
105
+ },
106
+ "fonts.mono": {
107
+ "value": "JetBrainsMono",
108
+ "variable": "var(--fonts-mono)"
109
+ },
110
+ "lineHeights.3": {
111
+ "value": ".75rem",
112
+ "variable": "var(--line-heights-3)"
113
+ },
114
+ "lineHeights.4": {
115
+ "value": "1rem",
116
+ "variable": "var(--line-heights-4)"
117
+ },
118
+ "lineHeights.5": {
119
+ "value": "1.25rem",
120
+ "variable": "var(--line-heights-5)"
121
+ },
122
+ "lineHeights.6": {
123
+ "value": "1.5rem",
124
+ "variable": "var(--line-heights-6)"
125
+ },
126
+ "lineHeights.7": {
127
+ "value": "1.75rem",
128
+ "variable": "var(--line-heights-7)"
129
+ },
130
+ "lineHeights.8": {
131
+ "value": "2rem",
132
+ "variable": "var(--line-heights-8)"
133
+ },
134
+ "lineHeights.9": {
135
+ "value": "2.25rem",
136
+ "variable": "var(--line-heights-9)"
137
+ },
138
+ "lineHeights.10": {
139
+ "value": "2.5rem",
140
+ "variable": "var(--line-heights-10)"
141
+ },
142
+ "lineHeights.none": {
143
+ "value": "1",
144
+ "variable": "var(--line-heights-none)"
145
+ },
146
+ "lineHeights.tight": {
147
+ "value": "1.25",
148
+ "variable": "var(--line-heights-tight)"
149
+ },
150
+ "lineHeights.snug": {
151
+ "value": "1.375",
152
+ "variable": "var(--line-heights-snug)"
153
+ },
154
+ "lineHeights.normal": {
155
+ "value": "1.5",
156
+ "variable": "var(--line-heights-normal)"
157
+ },
158
+ "lineHeights.relaxed": {
159
+ "value": "1.625",
160
+ "variable": "var(--line-heights-relaxed)"
161
+ },
162
+ "lineHeights.loose": {
163
+ "value": "2",
164
+ "variable": "var(--line-heights-loose)"
165
+ },
166
+ "lineHeights.sm": {
167
+ "value": "20px",
168
+ "variable": "var(--line-heights-sm)"
169
+ },
170
+ "lineHeights.primary": {
171
+ "value": "24px",
172
+ "variable": "var(--line-heights-primary)"
173
+ },
174
+ "lineHeights.md": {
175
+ "value": "32px",
176
+ "variable": "var(--line-heights-md)"
177
+ },
178
+ "lineHeights.lg": {
179
+ "value": "38px",
180
+ "variable": "var(--line-heights-lg)"
181
+ },
70
182
  "fontWeights.thin": {
71
183
  "value": "100",
72
184
  "variable": "var(--font-weights-thin)"
@@ -119,6 +231,50 @@ const tokens = {
119
231
  "value": "800",
120
232
  "variable": "var(--font-weights-xl)"
121
233
  },
234
+ "radii.xs": {
235
+ "value": "0.125rem",
236
+ "variable": "var(--radii-xs)"
237
+ },
238
+ "radii.sm": {
239
+ "value": "calc(var(--radii-radius) - 4px)",
240
+ "variable": "var(--radii-sm)"
241
+ },
242
+ "radii.md": {
243
+ "value": "calc(var(--radii-radius) - 2px)",
244
+ "variable": "var(--radii-md)"
245
+ },
246
+ "radii.lg": {
247
+ "value": "var(--radii-radius)",
248
+ "variable": "var(--radii-lg)"
249
+ },
250
+ "radii.xl": {
251
+ "value": "calc(var(--radii-radius) + 4px)",
252
+ "variable": "var(--radii-xl)"
253
+ },
254
+ "radii.2xl": {
255
+ "value": "1rem",
256
+ "variable": "var(--radii-2xl)"
257
+ },
258
+ "radii.3xl": {
259
+ "value": "1.5rem",
260
+ "variable": "var(--radii-3xl)"
261
+ },
262
+ "radii.4xl": {
263
+ "value": "2rem",
264
+ "variable": "var(--radii-4xl)"
265
+ },
266
+ "radii.full": {
267
+ "value": "9999px",
268
+ "variable": "var(--radii-full)"
269
+ },
270
+ "radii.radius": {
271
+ "value": "0.5rem",
272
+ "variable": "var(--radii-radius)"
273
+ },
274
+ "radii.common": {
275
+ "value": "6px",
276
+ "variable": "var(--radii-common)"
277
+ },
122
278
  "spacing.0": {
123
279
  "value": "0rem",
124
280
  "variable": "var(--spacing-0)"
@@ -403,134 +559,6 @@ const tokens = {
403
559
  "value": "150ms",
404
560
  "variable": "var(--durations-fast)"
405
561
  },
406
- "fonts.serif": {
407
- "value": "ui-serif, Georgia, Cambria, \"Times New Roman\", Times, serif",
408
- "variable": "var(--fonts-serif)"
409
- },
410
- "fonts.body": {
411
- "value": "Inter",
412
- "variable": "var(--fonts-body)"
413
- },
414
- "fonts.mono": {
415
- "value": "JetBrainsMono",
416
- "variable": "var(--fonts-mono)"
417
- },
418
- "fonts.sans": {
419
- "value": "var(--font-inter, Inter), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
420
- "variable": "var(--fonts-sans)"
421
- },
422
- "lineHeights.3": {
423
- "value": ".75rem",
424
- "variable": "var(--line-heights-3)"
425
- },
426
- "lineHeights.4": {
427
- "value": "1rem",
428
- "variable": "var(--line-heights-4)"
429
- },
430
- "lineHeights.5": {
431
- "value": "1.25rem",
432
- "variable": "var(--line-heights-5)"
433
- },
434
- "lineHeights.6": {
435
- "value": "1.5rem",
436
- "variable": "var(--line-heights-6)"
437
- },
438
- "lineHeights.7": {
439
- "value": "1.75rem",
440
- "variable": "var(--line-heights-7)"
441
- },
442
- "lineHeights.8": {
443
- "value": "2rem",
444
- "variable": "var(--line-heights-8)"
445
- },
446
- "lineHeights.9": {
447
- "value": "2.25rem",
448
- "variable": "var(--line-heights-9)"
449
- },
450
- "lineHeights.10": {
451
- "value": "2.5rem",
452
- "variable": "var(--line-heights-10)"
453
- },
454
- "lineHeights.sm": {
455
- "value": "20px",
456
- "variable": "var(--line-heights-sm)"
457
- },
458
- "lineHeights.primary": {
459
- "value": "24px",
460
- "variable": "var(--line-heights-primary)"
461
- },
462
- "lineHeights.md": {
463
- "value": "32px",
464
- "variable": "var(--line-heights-md)"
465
- },
466
- "lineHeights.lg": {
467
- "value": "38px",
468
- "variable": "var(--line-heights-lg)"
469
- },
470
- "lineHeights.none": {
471
- "value": "1",
472
- "variable": "var(--line-heights-none)"
473
- },
474
- "lineHeights.tight": {
475
- "value": "1.25",
476
- "variable": "var(--line-heights-tight)"
477
- },
478
- "lineHeights.snug": {
479
- "value": "1.375",
480
- "variable": "var(--line-heights-snug)"
481
- },
482
- "lineHeights.normal": {
483
- "value": "1.5",
484
- "variable": "var(--line-heights-normal)"
485
- },
486
- "lineHeights.relaxed": {
487
- "value": "1.625",
488
- "variable": "var(--line-heights-relaxed)"
489
- },
490
- "lineHeights.loose": {
491
- "value": "2",
492
- "variable": "var(--line-heights-loose)"
493
- },
494
- "radii.xs": {
495
- "value": "0.125rem",
496
- "variable": "var(--radii-xs)"
497
- },
498
- "radii.sm": {
499
- "value": "var(--radii-sm)",
500
- "variable": "var(--radii-sm)"
501
- },
502
- "radii.md": {
503
- "value": "var(--radii-md)",
504
- "variable": "var(--radii-md)"
505
- },
506
- "radii.lg": {
507
- "value": "var(--radii-lg)",
508
- "variable": "var(--radii-lg)"
509
- },
510
- "radii.xl": {
511
- "value": "var(--radii-xl)",
512
- "variable": "var(--radii-xl)"
513
- },
514
- "radii.2xl": {
515
- "value": "1rem",
516
- "variable": "var(--radii-2xl)"
517
- },
518
- "radii.3xl": {
519
- "value": "1.5rem",
520
- "variable": "var(--radii-3xl)"
521
- },
522
- "radii.full": {
523
- "value": "9999px",
524
- "variable": "var(--radii-full)"
525
- },
526
- "radii.common": {
527
- "value": "6px",
528
- "variable": "var(--radii-common)"
529
- },
530
- "radii.radius": {
531
- "value": "0.5rem",
532
- "variable": "var(--radii-radius)"
533
- },
534
562
  "fontSizes.2xs": {
535
563
  "value": "0.5rem",
536
564
  "variable": "var(--font-sizes-2xs)"
@@ -1579,6 +1607,54 @@ const tokens = {
1579
1607
  "value": "#020617",
1580
1608
  "variable": "var(--colors-slate-950)"
1581
1609
  },
1610
+ "colors.grayscale.0": {
1611
+ "value": "var(--colors-white)",
1612
+ "variable": "var(--colors-grayscale-0)"
1613
+ },
1614
+ "colors.grayscale.50": {
1615
+ "value": "var(--colors-zinc-50)",
1616
+ "variable": "var(--colors-grayscale-50)"
1617
+ },
1618
+ "colors.grayscale.100": {
1619
+ "value": "var(--colors-zinc-100)",
1620
+ "variable": "var(--colors-grayscale-100)"
1621
+ },
1622
+ "colors.grayscale.200": {
1623
+ "value": "var(--colors-zinc-200)",
1624
+ "variable": "var(--colors-grayscale-200)"
1625
+ },
1626
+ "colors.grayscale.300": {
1627
+ "value": "var(--colors-zinc-300)",
1628
+ "variable": "var(--colors-grayscale-300)"
1629
+ },
1630
+ "colors.grayscale.400": {
1631
+ "value": "var(--colors-zinc-400)",
1632
+ "variable": "var(--colors-grayscale-400)"
1633
+ },
1634
+ "colors.grayscale.500": {
1635
+ "value": "var(--colors-zinc-500)",
1636
+ "variable": "var(--colors-grayscale-500)"
1637
+ },
1638
+ "colors.grayscale.600": {
1639
+ "value": "var(--colors-zinc-600)",
1640
+ "variable": "var(--colors-grayscale-600)"
1641
+ },
1642
+ "colors.grayscale.700": {
1643
+ "value": "var(--colors-zinc-700)",
1644
+ "variable": "var(--colors-grayscale-700)"
1645
+ },
1646
+ "colors.grayscale.800": {
1647
+ "value": "var(--colors-zinc-800)",
1648
+ "variable": "var(--colors-grayscale-800)"
1649
+ },
1650
+ "colors.grayscale.900": {
1651
+ "value": "var(--colors-zinc-900)",
1652
+ "variable": "var(--colors-grayscale-900)"
1653
+ },
1654
+ "colors.grayscale.950": {
1655
+ "value": "var(--colors-zinc-950)",
1656
+ "variable": "var(--colors-grayscale-950)"
1657
+ },
1582
1658
  "colors.hover.light.success": {
1583
1659
  "value": "#ECFDF3d9",
1584
1660
  "variable": "var(--colors-hover-light-success)"
@@ -1691,6 +1767,10 @@ const tokens = {
1691
1767
  "value": "#344054",
1692
1768
  "variable": "var(--colors-text-gray)"
1693
1769
  },
1770
+ "colors.text.lightGray": {
1771
+ "value": "#D3D3D3",
1772
+ "variable": "var(--colors-text-light-gray)"
1773
+ },
1694
1774
  "colors.decoration.success": {
1695
1775
  "value": "#6CE9A6",
1696
1776
  "variable": "var(--colors-decoration-success)"
@@ -1711,54 +1791,6 @@ const tokens = {
1711
1791
  "value": "#D0D5DD",
1712
1792
  "variable": "var(--colors-decoration-gray)"
1713
1793
  },
1714
- "colors.grayscale.0": {
1715
- "value": "var(--colors-white)",
1716
- "variable": "var(--colors-grayscale-0)"
1717
- },
1718
- "colors.grayscale.50": {
1719
- "value": "var(--colors-zinc-50)",
1720
- "variable": "var(--colors-grayscale-50)"
1721
- },
1722
- "colors.grayscale.100": {
1723
- "value": "var(--colors-zinc-100)",
1724
- "variable": "var(--colors-grayscale-100)"
1725
- },
1726
- "colors.grayscale.200": {
1727
- "value": "var(--colors-zinc-200)",
1728
- "variable": "var(--colors-grayscale-200)"
1729
- },
1730
- "colors.grayscale.300": {
1731
- "value": "var(--colors-zinc-300)",
1732
- "variable": "var(--colors-grayscale-300)"
1733
- },
1734
- "colors.grayscale.400": {
1735
- "value": "var(--colors-zinc-400)",
1736
- "variable": "var(--colors-grayscale-400)"
1737
- },
1738
- "colors.grayscale.500": {
1739
- "value": "var(--colors-zinc-500)",
1740
- "variable": "var(--colors-grayscale-500)"
1741
- },
1742
- "colors.grayscale.600": {
1743
- "value": "var(--colors-zinc-600)",
1744
- "variable": "var(--colors-grayscale-600)"
1745
- },
1746
- "colors.grayscale.700": {
1747
- "value": "var(--colors-zinc-700)",
1748
- "variable": "var(--colors-grayscale-700)"
1749
- },
1750
- "colors.grayscale.800": {
1751
- "value": "var(--colors-zinc-800)",
1752
- "variable": "var(--colors-grayscale-800)"
1753
- },
1754
- "colors.grayscale.900": {
1755
- "value": "var(--colors-zinc-900)",
1756
- "variable": "var(--colors-grayscale-900)"
1757
- },
1758
- "colors.grayscale.950": {
1759
- "value": "var(--colors-zinc-950)",
1760
- "variable": "var(--colors-grayscale-950)"
1761
- },
1762
1794
  "sizes.0": {
1763
1795
  "value": "0rem",
1764
1796
  "variable": "var(--sizes-0)"
@@ -2003,6 +2035,10 @@ const tokens = {
2003
2035
  "value": "410px",
2004
2036
  "variable": "var(--sizes-container-smaller-sm)"
2005
2037
  },
2038
+ "sizes.container.smaller.md": {
2039
+ "value": "600px",
2040
+ "variable": "var(--sizes-container-smaller-md)"
2041
+ },
2006
2042
  "sizes.container.bigger.xs": {
2007
2043
  "value": "380px",
2008
2044
  "variable": "var(--sizes-container-bigger-xs)"
@@ -2087,6 +2123,14 @@ const tokens = {
2087
2123
  "value": "40px",
2088
2124
  "variable": "var(--sizes-slider-label)"
2089
2125
  },
2126
+ "sizes.slider.thumb.sm": {
2127
+ "value": "16px",
2128
+ "variable": "var(--sizes-slider-thumb-sm)"
2129
+ },
2130
+ "sizes.slider.thumb.lg": {
2131
+ "value": "20px",
2132
+ "variable": "var(--sizes-slider-thumb-lg)"
2133
+ },
2090
2134
  "sizes.skeleton.height": {
2091
2135
  "value": "40px",
2092
2136
  "variable": "var(--sizes-skeleton-height)"
@@ -2219,10 +2263,6 @@ const tokens = {
2219
2263
  "value": "8px",
2220
2264
  "variable": "var(--sizes-custom-handle-dot)"
2221
2265
  },
2222
- "sizes.breakpoint-2lg": {
2223
- "value": "1100px",
2224
- "variable": "var(--sizes-breakpoint-2lg)"
2225
- },
2226
2266
  "sizes.breakpoint-sm": {
2227
2267
  "value": "640px",
2228
2268
  "variable": "var(--sizes-breakpoint-sm)"
@@ -2235,6 +2275,10 @@ const tokens = {
2235
2275
  "value": "1024px",
2236
2276
  "variable": "var(--sizes-breakpoint-lg)"
2237
2277
  },
2278
+ "sizes.breakpoint-2lg": {
2279
+ "value": "1100px",
2280
+ "variable": "var(--sizes-breakpoint-2lg)"
2281
+ },
2238
2282
  "sizes.breakpoint-xl": {
2239
2283
  "value": "1280px",
2240
2284
  "variable": "var(--sizes-breakpoint-xl)"
@@ -2243,10 +2287,6 @@ const tokens = {
2243
2287
  "value": "1536px",
2244
2288
  "variable": "var(--sizes-breakpoint-2xl)"
2245
2289
  },
2246
- "breakpoints.2lg": {
2247
- "value": "1100px",
2248
- "variable": "var(--breakpoints-2lg)"
2249
- },
2250
2290
  "breakpoints.sm": {
2251
2291
  "value": "640px",
2252
2292
  "variable": "var(--breakpoints-sm)"
@@ -2259,6 +2299,10 @@ const tokens = {
2259
2299
  "value": "1024px",
2260
2300
  "variable": "var(--breakpoints-lg)"
2261
2301
  },
2302
+ "breakpoints.2lg": {
2303
+ "value": "1100px",
2304
+ "variable": "var(--breakpoints-2lg)"
2305
+ },
2262
2306
  "breakpoints.xl": {
2263
2307
  "value": "1280px",
2264
2308
  "variable": "var(--breakpoints-xl)"
@@ -2267,9 +2311,29 @@ const tokens = {
2267
2311
  "value": "1536px",
2268
2312
  "variable": "var(--breakpoints-2xl)"
2269
2313
  },
2270
- "sizes.icon.primary": {
2271
- "value": "var(--sizes-icon-primary)",
2272
- "variable": "var(--sizes-icon-primary)"
2314
+ "borders.base": {
2315
+ "value": "1px solid var(--colors-border)",
2316
+ "variable": "var(--borders-base)"
2317
+ },
2318
+ "borders.input": {
2319
+ "value": "1px solid var(--colors-input)",
2320
+ "variable": "var(--borders-input)"
2321
+ },
2322
+ "borders.primary": {
2323
+ "value": "1px solid var(--colors-primary)",
2324
+ "variable": "var(--borders-primary)"
2325
+ },
2326
+ "borders.destructive": {
2327
+ "value": "1px solid var(--colors-destructive)",
2328
+ "variable": "var(--borders-destructive)"
2329
+ },
2330
+ "animations.accordion-down": {
2331
+ "value": "accordion-down 0.2s ease-out",
2332
+ "variable": "var(--animations-accordion-down)"
2333
+ },
2334
+ "animations.accordion-up": {
2335
+ "value": "accordion-up 0.2s ease-out",
2336
+ "variable": "var(--animations-accordion-up)"
2273
2337
  },
2274
2338
  "colors.background": {
2275
2339
  "value": "var(--colors-background)",
@@ -2311,14 +2375,6 @@ const tokens = {
2311
2375
  "value": "var(--colors-input)",
2312
2376
  "variable": "var(--colors-input)"
2313
2377
  },
2314
- "colors.primary": {
2315
- "value": "var(--colors-primary)",
2316
- "variable": "var(--colors-primary)"
2317
- },
2318
- "colors.primary.foreground": {
2319
- "value": "var(--colors-primary-foreground)",
2320
- "variable": "var(--colors-primary-foreground)"
2321
- },
2322
2378
  "colors.secondary": {
2323
2379
  "value": "var(--colors-secondary)",
2324
2380
  "variable": "var(--colors-secondary)"
@@ -2347,29 +2403,17 @@ const tokens = {
2347
2403
  "value": "var(--colors-ring)",
2348
2404
  "variable": "var(--colors-ring)"
2349
2405
  },
2350
- "borders.base": {
2351
- "value": "var(--borders-base)",
2352
- "variable": "var(--borders-base)"
2353
- },
2354
- "borders.input": {
2355
- "value": "var(--borders-input)",
2356
- "variable": "var(--borders-input)"
2357
- },
2358
- "borders.primary": {
2359
- "value": "var(--borders-primary)",
2360
- "variable": "var(--borders-primary)"
2361
- },
2362
- "borders.destructive": {
2363
- "value": "var(--borders-destructive)",
2364
- "variable": "var(--borders-destructive)"
2406
+ "colors.primary.foreground": {
2407
+ "value": "var(--colors-primary-foreground)",
2408
+ "variable": "var(--colors-primary-foreground)"
2365
2409
  },
2366
- "animations.accordion-down": {
2367
- "value": "var(--animations-accordion-down)",
2368
- "variable": "var(--animations-accordion-down)"
2410
+ "colors.primary": {
2411
+ "value": "var(--colors-dark-active)",
2412
+ "variable": "var(--colors-primary)"
2369
2413
  },
2370
- "animations.accordion-up": {
2371
- "value": "var(--animations-accordion-up)",
2372
- "variable": "var(--animations-accordion-up)"
2414
+ "sizes.icon.primary": {
2415
+ "value": "var(--sizes-icon-xs)",
2416
+ "variable": "var(--sizes-icon-primary)"
2373
2417
  },
2374
2418
  "spacing.-1": {
2375
2419
  "value": "calc(var(--spacing-1) * -1)",
@@ -2543,6 +2587,10 @@ const tokens = {
2543
2587
  "value": "calc(var(--spacing-lg) * -1)",
2544
2588
  "variable": "var(--spacing-lg)"
2545
2589
  },
2590
+ "colors.colorPalette": {
2591
+ "value": "var(--colors-color-palette)",
2592
+ "variable": "var(--colors-color-palette)"
2593
+ },
2546
2594
  "colors.colorPalette.50": {
2547
2595
  "value": "var(--colors-color-palette-50)",
2548
2596
  "variable": "var(--colors-color-palette-50)"
@@ -2587,6 +2635,10 @@ const tokens = {
2587
2635
  "value": "var(--colors-color-palette-950)",
2588
2636
  "variable": "var(--colors-color-palette-950)"
2589
2637
  },
2638
+ "colors.colorPalette.0": {
2639
+ "value": "var(--colors-color-palette-0)",
2640
+ "variable": "var(--colors-color-palette-0)"
2641
+ },
2590
2642
  "colors.colorPalette.light.success": {
2591
2643
  "value": "var(--colors-color-palette-light-success)",
2592
2644
  "variable": "var(--colors-color-palette-light-success)"
@@ -2659,9 +2711,9 @@ const tokens = {
2659
2711
  "value": "var(--colors-color-palette-light)",
2660
2712
  "variable": "var(--colors-color-palette-light)"
2661
2713
  },
2662
- "colors.colorPalette.0": {
2663
- "value": "var(--colors-color-palette-0)",
2664
- "variable": "var(--colors-color-palette-0)"
2714
+ "colors.colorPalette.lightGray": {
2715
+ "value": "var(--colors-color-palette-light-gray)",
2716
+ "variable": "var(--colors-color-palette-light-gray)"
2665
2717
  },
2666
2718
  "colors.colorPalette.foreground": {
2667
2719
  "value": "var(--colors-color-palette-foreground)",