@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
@@ -1,63 +0,0 @@
1
- /* eslint-disable */
2
- export type Token = "aspectRatios.square" | "aspectRatios.landscape" | "aspectRatios.portrait" | "aspectRatios.wide" | "aspectRatios.ultrawide" | "aspectRatios.golden" | "letterSpacings.tighter" | "letterSpacings.tight" | "letterSpacings.normal" | "letterSpacings.wide" | "letterSpacings.wider" | "letterSpacings.widest" | "blurs.sm" | "blurs.base" | "blurs.md" | "blurs.lg" | "blurs.xl" | "blurs.2xl" | "blurs.3xl" | "animations.spin" | "animations.ping" | "animations.pulse" | "animations.bounce" | "fonts.serif" | "fonts.sans" | "fonts.body" | "fonts.mono" | "lineHeights.3" | "lineHeights.4" | "lineHeights.5" | "lineHeights.6" | "lineHeights.7" | "lineHeights.8" | "lineHeights.9" | "lineHeights.10" | "lineHeights.none" | "lineHeights.tight" | "lineHeights.snug" | "lineHeights.normal" | "lineHeights.relaxed" | "lineHeights.loose" | "lineHeights.sm" | "lineHeights.primary" | "lineHeights.md" | "lineHeights.lg" | "fontWeights.thin" | "fontWeights.extralight" | "fontWeights.light" | "fontWeights.normal" | "fontWeights.medium" | "fontWeights.semibold" | "fontWeights.bold" | "fontWeights.extrabold" | "fontWeights.black" | "fontWeights.primary" | "fontWeights.md" | "fontWeights.lg" | "fontWeights.xl" | "radii.xs" | "radii.sm" | "radii.md" | "radii.lg" | "radii.xl" | "radii.2xl" | "radii.3xl" | "radii.4xl" | "radii.full" | "radii.radius" | "radii.common" | "spacing.0" | "spacing.1" | "spacing.2" | "spacing.3" | "spacing.4" | "spacing.5" | "spacing.6" | "spacing.7" | "spacing.8" | "spacing.9" | "spacing.10" | "spacing.11" | "spacing.12" | "spacing.14" | "spacing.16" | "spacing.20" | "spacing.24" | "spacing.28" | "spacing.32" | "spacing.36" | "spacing.40" | "spacing.44" | "spacing.48" | "spacing.52" | "spacing.56" | "spacing.60" | "spacing.64" | "spacing.72" | "spacing.80" | "spacing.96" | "spacing.0.5" | "spacing.1.5" | "spacing.2.5" | "spacing.3.5" | "spacing.separator" | "spacing.smaller.xs" | "spacing.smaller.sm" | "spacing.smaller.md" | "spacing.xxs" | "spacing.xs" | "spacing.sm" | "spacing.3xs" | "spacing.md" | "spacing.lg" | "shadows.xl" | "shadows.2xl" | "shadows.inner" | "shadows.xs" | "shadows.sm" | "shadows.md" | "shadows.lg" | "borders.none" | "borders.outline.base" | "borders.border.base" | "borders.border.error" | "borders.border.success" | "borders.border.active" | "opacity.90" | "easings.default" | "easings.linear" | "easings.in" | "easings.out" | "easings.in-out" | "easings.easeInOut" | "durations.fastest" | "durations.faster" | "durations.normal" | "durations.slow" | "durations.slower" | "durations.slowest" | "durations.fast" | "fontSizes.2xs" | "fontSizes.2xl" | "fontSizes.3xl" | "fontSizes.4xl" | "fontSizes.5xl" | "fontSizes.6xl" | "fontSizes.7xl" | "fontSizes.8xl" | "fontSizes.9xl" | "fontSizes.xxs" | "fontSizes.xs" | "fontSizes.sm" | "fontSizes.primary" | "fontSizes.md" | "fontSizes.lg" | "fontSizes.xl" | "colors.current" | "colors.black" | "colors.white" | "colors.transparent" | "colors.rose.50" | "colors.rose.100" | "colors.rose.200" | "colors.rose.300" | "colors.rose.400" | "colors.rose.500" | "colors.rose.600" | "colors.rose.700" | "colors.rose.800" | "colors.rose.900" | "colors.rose.950" | "colors.pink.50" | "colors.pink.100" | "colors.pink.200" | "colors.pink.300" | "colors.pink.400" | "colors.pink.500" | "colors.pink.600" | "colors.pink.700" | "colors.pink.800" | "colors.pink.900" | "colors.pink.950" | "colors.fuchsia.50" | "colors.fuchsia.100" | "colors.fuchsia.200" | "colors.fuchsia.300" | "colors.fuchsia.400" | "colors.fuchsia.500" | "colors.fuchsia.600" | "colors.fuchsia.700" | "colors.fuchsia.800" | "colors.fuchsia.900" | "colors.fuchsia.950" | "colors.purple.50" | "colors.purple.100" | "colors.purple.200" | "colors.purple.300" | "colors.purple.400" | "colors.purple.500" | "colors.purple.600" | "colors.purple.700" | "colors.purple.800" | "colors.purple.900" | "colors.purple.950" | "colors.violet.50" | "colors.violet.100" | "colors.violet.200" | "colors.violet.300" | "colors.violet.400" | "colors.violet.500" | "colors.violet.600" | "colors.violet.700" | "colors.violet.800" | "colors.violet.900" | "colors.violet.950" | "colors.indigo.50" | "colors.indigo.100" | "colors.indigo.200" | "colors.indigo.300" | "colors.indigo.400" | "colors.indigo.500" | "colors.indigo.600" | "colors.indigo.700" | "colors.indigo.800" | "colors.indigo.900" | "colors.indigo.950" | "colors.blue.50" | "colors.blue.100" | "colors.blue.200" | "colors.blue.300" | "colors.blue.400" | "colors.blue.500" | "colors.blue.600" | "colors.blue.700" | "colors.blue.800" | "colors.blue.900" | "colors.blue.950" | "colors.sky.50" | "colors.sky.100" | "colors.sky.200" | "colors.sky.300" | "colors.sky.400" | "colors.sky.500" | "colors.sky.600" | "colors.sky.700" | "colors.sky.800" | "colors.sky.900" | "colors.sky.950" | "colors.cyan.50" | "colors.cyan.100" | "colors.cyan.200" | "colors.cyan.300" | "colors.cyan.400" | "colors.cyan.500" | "colors.cyan.600" | "colors.cyan.700" | "colors.cyan.800" | "colors.cyan.900" | "colors.cyan.950" | "colors.teal.50" | "colors.teal.100" | "colors.teal.200" | "colors.teal.300" | "colors.teal.400" | "colors.teal.500" | "colors.teal.600" | "colors.teal.700" | "colors.teal.800" | "colors.teal.900" | "colors.teal.950" | "colors.emerald.50" | "colors.emerald.100" | "colors.emerald.200" | "colors.emerald.300" | "colors.emerald.400" | "colors.emerald.500" | "colors.emerald.600" | "colors.emerald.700" | "colors.emerald.800" | "colors.emerald.900" | "colors.emerald.950" | "colors.green.50" | "colors.green.100" | "colors.green.200" | "colors.green.300" | "colors.green.400" | "colors.green.500" | "colors.green.600" | "colors.green.700" | "colors.green.800" | "colors.green.900" | "colors.green.950" | "colors.lime.50" | "colors.lime.100" | "colors.lime.200" | "colors.lime.300" | "colors.lime.400" | "colors.lime.500" | "colors.lime.600" | "colors.lime.700" | "colors.lime.800" | "colors.lime.900" | "colors.lime.950" | "colors.yellow.50" | "colors.yellow.100" | "colors.yellow.200" | "colors.yellow.300" | "colors.yellow.400" | "colors.yellow.500" | "colors.yellow.600" | "colors.yellow.700" | "colors.yellow.800" | "colors.yellow.900" | "colors.yellow.950" | "colors.amber.50" | "colors.amber.100" | "colors.amber.200" | "colors.amber.300" | "colors.amber.400" | "colors.amber.500" | "colors.amber.600" | "colors.amber.700" | "colors.amber.800" | "colors.amber.900" | "colors.amber.950" | "colors.orange.50" | "colors.orange.100" | "colors.orange.200" | "colors.orange.300" | "colors.orange.400" | "colors.orange.500" | "colors.orange.600" | "colors.orange.700" | "colors.orange.800" | "colors.orange.900" | "colors.orange.950" | "colors.red.50" | "colors.red.100" | "colors.red.200" | "colors.red.300" | "colors.red.400" | "colors.red.500" | "colors.red.600" | "colors.red.700" | "colors.red.800" | "colors.red.900" | "colors.red.950" | "colors.neutral.50" | "colors.neutral.100" | "colors.neutral.200" | "colors.neutral.300" | "colors.neutral.400" | "colors.neutral.500" | "colors.neutral.600" | "colors.neutral.700" | "colors.neutral.800" | "colors.neutral.900" | "colors.neutral.950" | "colors.stone.50" | "colors.stone.100" | "colors.stone.200" | "colors.stone.300" | "colors.stone.400" | "colors.stone.500" | "colors.stone.600" | "colors.stone.700" | "colors.stone.800" | "colors.stone.900" | "colors.stone.950" | "colors.zinc.50" | "colors.zinc.100" | "colors.zinc.200" | "colors.zinc.300" | "colors.zinc.400" | "colors.zinc.500" | "colors.zinc.600" | "colors.zinc.700" | "colors.zinc.800" | "colors.zinc.900" | "colors.zinc.950" | "colors.gray.50" | "colors.gray.100" | "colors.gray.200" | "colors.gray.300" | "colors.gray.400" | "colors.gray.500" | "colors.gray.600" | "colors.gray.700" | "colors.gray.800" | "colors.gray.900" | "colors.gray.950" | "colors.slate.50" | "colors.slate.100" | "colors.slate.200" | "colors.slate.300" | "colors.slate.400" | "colors.slate.500" | "colors.slate.600" | "colors.slate.700" | "colors.slate.800" | "colors.slate.900" | "colors.slate.950" | "colors.grayscale.0" | "colors.grayscale.50" | "colors.grayscale.100" | "colors.grayscale.200" | "colors.grayscale.300" | "colors.grayscale.400" | "colors.grayscale.500" | "colors.grayscale.600" | "colors.grayscale.700" | "colors.grayscale.800" | "colors.grayscale.900" | "colors.grayscale.950" | "colors.hover.light.success" | "colors.hover.light.warning" | "colors.hover.light.error" | "colors.hover.light.active" | "colors.hover.light.gray" | "colors.hover.dark.success" | "colors.hover.dark.warning" | "colors.hover.dark.error" | "colors.hover.dark.active" | "colors.hover.dark.gray" | "colors.light.success" | "colors.light.warning" | "colors.light.error" | "colors.light.active" | "colors.light.gray" | "colors.dark.success" | "colors.dark.warning" | "colors.dark.error" | "colors.dark.active" | "colors.dark.gray" | "colors.text.normal" | "colors.text.label" | "colors.text.light" | "colors.text.success" | "colors.text.warning" | "colors.text.error" | "colors.text.active" | "colors.text.gray" | "colors.text.lightGray" | "colors.decoration.success" | "colors.decoration.warning" | "colors.decoration.error" | "colors.decoration.active" | "colors.decoration.gray" | "sizes.0" | "sizes.1" | "sizes.2" | "sizes.3" | "sizes.4" | "sizes.5" | "sizes.6" | "sizes.7" | "sizes.8" | "sizes.9" | "sizes.10" | "sizes.11" | "sizes.12" | "sizes.14" | "sizes.16" | "sizes.20" | "sizes.24" | "sizes.28" | "sizes.32" | "sizes.36" | "sizes.40" | "sizes.44" | "sizes.48" | "sizes.52" | "sizes.56" | "sizes.60" | "sizes.64" | "sizes.72" | "sizes.80" | "sizes.96" | "sizes.0.5" | "sizes.1.5" | "sizes.2.5" | "sizes.3.5" | "sizes.xs" | "sizes.sm" | "sizes.md" | "sizes.lg" | "sizes.xl" | "sizes.2xl" | "sizes.3xl" | "sizes.4xl" | "sizes.5xl" | "sizes.6xl" | "sizes.7xl" | "sizes.8xl" | "sizes.prose" | "sizes.full" | "sizes.min" | "sizes.max" | "sizes.fit" | "sizes.basic.almost-full" | "sizes.card.xs" | "sizes.card.sm" | "sizes.responsive.card.xs" | "sizes.responsive.card.sm" | "sizes.circle" | "sizes.container.smaller.xxxs" | "sizes.container.smaller.xxs" | "sizes.container.smaller.xs" | "sizes.container.smaller.sm" | "sizes.container.smaller.md" | "sizes.container.bigger.xs" | "sizes.container.xxs" | "sizes.container.xs" | "sizes.container.sm" | "sizes.container.md" | "sizes.container.lg" | "sizes.container.xl" | "sizes.container.xxl" | "sizes.container.content-xl" | "sizes.container.content-2xl" | "sizes.container.grid.base-size" | "sizes.container.grid.label-height" | "sizes.container.grid.grid-gap" | "sizes.container.side-bar.collapsed" | "sizes.container.side-bar.expanded" | "sizes.table.cell.min-width" | "sizes.table.instances.name-cell" | "sizes.table.instances.name" | "sizes.table.instances.cell" | "sizes.sourcecode.width" | "sizes.slider.label" | "sizes.slider.thumb.sm" | "sizes.slider.thumb.lg" | "sizes.skeleton.height" | "sizes.skeleton.width" | "sizes.skeleton.button.width" | "sizes.skeleton.button.height" | "sizes.skeleton.input.width" | "sizes.skeleton.input.height" | "sizes.skeleton.textarea.width" | "sizes.skeleton.textarea.height" | "sizes.skeleton.avatar.width" | "sizes.skeleton.avatar.height" | "sizes.skeleton.grid.width.xs" | "sizes.skeleton.grid.width.sm" | "sizes.skeleton.grid.width.md" | "sizes.skeleton.grid.width.lg" | "sizes.skeleton.grid.width.xl" | "sizes.skeleton.grid.height.xs" | "sizes.skeleton.grid.height.sm" | "sizes.skeleton.grid.height.md" | "sizes.skeleton.grid.height.lg" | "sizes.skeleton.grid.height.xl" | "sizes.skeleton.table.height.sm" | "sizes.skeleton.table.height.md" | "sizes.skeleton.table.height.lg" | "sizes.skeleton.table.height.xl" | "sizes.icon.xxs" | "sizes.icon.xs" | "sizes.icon.sm" | "sizes.icon.md" | "sizes.icon.lg" | "sizes.icon.xl" | "sizes.icon.xxl" | "sizes.icon.smaller.xs" | "sizes.custom.handle.dot" | "sizes.breakpoint-sm" | "sizes.breakpoint-md" | "sizes.breakpoint-lg" | "sizes.breakpoint-2lg" | "sizes.breakpoint-xl" | "sizes.breakpoint-2xl" | "breakpoints.sm" | "breakpoints.md" | "breakpoints.lg" | "breakpoints.2lg" | "breakpoints.xl" | "breakpoints.2xl" | "borders.base" | "borders.input" | "borders.primary" | "borders.destructive" | "animations.accordion-down" | "animations.accordion-up" | "colors.background" | "colors.foreground" | "colors.muted" | "colors.muted.foreground" | "colors.card" | "colors.card.foreground" | "colors.popover" | "colors.popover.foreground" | "colors.border" | "colors.input" | "colors.secondary" | "colors.secondary.foreground" | "colors.accent" | "colors.accent.foreground" | "colors.destructive" | "colors.destructive.foreground" | "colors.ring" | "colors.primary.foreground" | "colors.primary" | "sizes.icon.primary" | "spacing.-1" | "spacing.-2" | "spacing.-3" | "spacing.-4" | "spacing.-5" | "spacing.-6" | "spacing.-7" | "spacing.-8" | "spacing.-9" | "spacing.-10" | "spacing.-11" | "spacing.-12" | "spacing.-14" | "spacing.-16" | "spacing.-20" | "spacing.-24" | "spacing.-28" | "spacing.-32" | "spacing.-36" | "spacing.-40" | "spacing.-44" | "spacing.-48" | "spacing.-52" | "spacing.-56" | "spacing.-60" | "spacing.-64" | "spacing.-72" | "spacing.-80" | "spacing.-96" | "spacing.-0.5" | "spacing.-1.5" | "spacing.-2.5" | "spacing.-3.5" | "spacing.-separator" | "spacing.smaller.-xs" | "spacing.smaller.-sm" | "spacing.smaller.-md" | "spacing.-xxs" | "spacing.-xs" | "spacing.-sm" | "spacing.-3xs" | "spacing.-md" | "spacing.-lg" | "colors.colorPalette" | "colors.colorPalette.50" | "colors.colorPalette.100" | "colors.colorPalette.200" | "colors.colorPalette.300" | "colors.colorPalette.400" | "colors.colorPalette.500" | "colors.colorPalette.600" | "colors.colorPalette.700" | "colors.colorPalette.800" | "colors.colorPalette.900" | "colors.colorPalette.950" | "colors.colorPalette.0" | "colors.colorPalette.light.success" | "colors.colorPalette.success" | "colors.colorPalette.light.warning" | "colors.colorPalette.warning" | "colors.colorPalette.light.error" | "colors.colorPalette.error" | "colors.colorPalette.light.active" | "colors.colorPalette.active" | "colors.colorPalette.light.gray" | "colors.colorPalette.gray" | "colors.colorPalette.dark.success" | "colors.colorPalette.dark.warning" | "colors.colorPalette.dark.error" | "colors.colorPalette.dark.active" | "colors.colorPalette.dark.gray" | "colors.colorPalette.normal" | "colors.colorPalette.label" | "colors.colorPalette.light" | "colors.colorPalette.lightGray" | "colors.colorPalette.foreground"
3
-
4
- export type ColorPalette = "current" | "black" | "white" | "transparent" | "rose" | "pink" | "fuchsia" | "purple" | "violet" | "indigo" | "blue" | "sky" | "cyan" | "teal" | "emerald" | "green" | "lime" | "yellow" | "amber" | "orange" | "red" | "neutral" | "stone" | "zinc" | "gray" | "slate" | "grayscale" | "hover" | "hover.light" | "hover.dark" | "light" | "dark" | "text" | "decoration" | "background" | "foreground" | "muted" | "card" | "popover" | "border" | "input" | "secondary" | "accent" | "destructive" | "ring" | "primary"
5
-
6
- export type AspectRatioToken = "square" | "landscape" | "portrait" | "wide" | "ultrawide" | "golden"
7
-
8
- export type LetterSpacingToken = "tighter" | "tight" | "normal" | "wide" | "wider" | "widest"
9
-
10
- export type BlurToken = "sm" | "base" | "md" | "lg" | "xl" | "2xl" | "3xl"
11
-
12
- export type AnimationToken = "spin" | "ping" | "pulse" | "bounce" | "accordion-down" | "accordion-up"
13
-
14
- export type FontToken = "serif" | "sans" | "body" | "mono"
15
-
16
- export type LineHeightToken = "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "none" | "tight" | "snug" | "normal" | "relaxed" | "loose" | "sm" | "primary" | "md" | "lg"
17
-
18
- export type FontWeightToken = "thin" | "extralight" | "light" | "normal" | "medium" | "semibold" | "bold" | "extrabold" | "black" | "primary" | "md" | "lg" | "xl"
19
-
20
- export type RadiusToken = "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "full" | "radius" | "common"
21
-
22
- export type SpacingToken = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "0.5" | "1.5" | "2.5" | "3.5" | "separator" | "smaller.xs" | "smaller.sm" | "smaller.md" | "xxs" | "xs" | "sm" | "3xs" | "md" | "lg" | "-1" | "-2" | "-3" | "-4" | "-5" | "-6" | "-7" | "-8" | "-9" | "-10" | "-11" | "-12" | "-14" | "-16" | "-20" | "-24" | "-28" | "-32" | "-36" | "-40" | "-44" | "-48" | "-52" | "-56" | "-60" | "-64" | "-72" | "-80" | "-96" | "-0.5" | "-1.5" | "-2.5" | "-3.5" | "-separator" | "-smaller.xs" | "-smaller.sm" | "-smaller.md" | "-xxs" | "-xs" | "-sm" | "-3xs" | "-md" | "-lg"
23
-
24
- export type ShadowToken = "xl" | "2xl" | "inner" | "xs" | "sm" | "md" | "lg"
25
-
26
- export type BorderToken = "none" | "outline.base" | "border.base" | "border.error" | "border.success" | "border.active" | "base" | "input" | "primary" | "destructive"
27
-
28
- export type OpacityToken = "90"
29
-
30
- export type EasingToken = "default" | "linear" | "in" | "out" | "in-out" | "easeInOut"
31
-
32
- export type DurationToken = "fastest" | "faster" | "normal" | "slow" | "slower" | "slowest" | "fast"
33
-
34
- export type FontSizeToken = "2xs" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "xxs" | "xs" | "sm" | "primary" | "md" | "lg" | "xl"
35
-
36
- export type ColorToken = "current" | "black" | "white" | "transparent" | "rose.50" | "rose.100" | "rose.200" | "rose.300" | "rose.400" | "rose.500" | "rose.600" | "rose.700" | "rose.800" | "rose.900" | "rose.950" | "pink.50" | "pink.100" | "pink.200" | "pink.300" | "pink.400" | "pink.500" | "pink.600" | "pink.700" | "pink.800" | "pink.900" | "pink.950" | "fuchsia.50" | "fuchsia.100" | "fuchsia.200" | "fuchsia.300" | "fuchsia.400" | "fuchsia.500" | "fuchsia.600" | "fuchsia.700" | "fuchsia.800" | "fuchsia.900" | "fuchsia.950" | "purple.50" | "purple.100" | "purple.200" | "purple.300" | "purple.400" | "purple.500" | "purple.600" | "purple.700" | "purple.800" | "purple.900" | "purple.950" | "violet.50" | "violet.100" | "violet.200" | "violet.300" | "violet.400" | "violet.500" | "violet.600" | "violet.700" | "violet.800" | "violet.900" | "violet.950" | "indigo.50" | "indigo.100" | "indigo.200" | "indigo.300" | "indigo.400" | "indigo.500" | "indigo.600" | "indigo.700" | "indigo.800" | "indigo.900" | "indigo.950" | "blue.50" | "blue.100" | "blue.200" | "blue.300" | "blue.400" | "blue.500" | "blue.600" | "blue.700" | "blue.800" | "blue.900" | "blue.950" | "sky.50" | "sky.100" | "sky.200" | "sky.300" | "sky.400" | "sky.500" | "sky.600" | "sky.700" | "sky.800" | "sky.900" | "sky.950" | "cyan.50" | "cyan.100" | "cyan.200" | "cyan.300" | "cyan.400" | "cyan.500" | "cyan.600" | "cyan.700" | "cyan.800" | "cyan.900" | "cyan.950" | "teal.50" | "teal.100" | "teal.200" | "teal.300" | "teal.400" | "teal.500" | "teal.600" | "teal.700" | "teal.800" | "teal.900" | "teal.950" | "emerald.50" | "emerald.100" | "emerald.200" | "emerald.300" | "emerald.400" | "emerald.500" | "emerald.600" | "emerald.700" | "emerald.800" | "emerald.900" | "emerald.950" | "green.50" | "green.100" | "green.200" | "green.300" | "green.400" | "green.500" | "green.600" | "green.700" | "green.800" | "green.900" | "green.950" | "lime.50" | "lime.100" | "lime.200" | "lime.300" | "lime.400" | "lime.500" | "lime.600" | "lime.700" | "lime.800" | "lime.900" | "lime.950" | "yellow.50" | "yellow.100" | "yellow.200" | "yellow.300" | "yellow.400" | "yellow.500" | "yellow.600" | "yellow.700" | "yellow.800" | "yellow.900" | "yellow.950" | "amber.50" | "amber.100" | "amber.200" | "amber.300" | "amber.400" | "amber.500" | "amber.600" | "amber.700" | "amber.800" | "amber.900" | "amber.950" | "orange.50" | "orange.100" | "orange.200" | "orange.300" | "orange.400" | "orange.500" | "orange.600" | "orange.700" | "orange.800" | "orange.900" | "orange.950" | "red.50" | "red.100" | "red.200" | "red.300" | "red.400" | "red.500" | "red.600" | "red.700" | "red.800" | "red.900" | "red.950" | "neutral.50" | "neutral.100" | "neutral.200" | "neutral.300" | "neutral.400" | "neutral.500" | "neutral.600" | "neutral.700" | "neutral.800" | "neutral.900" | "neutral.950" | "stone.50" | "stone.100" | "stone.200" | "stone.300" | "stone.400" | "stone.500" | "stone.600" | "stone.700" | "stone.800" | "stone.900" | "stone.950" | "zinc.50" | "zinc.100" | "zinc.200" | "zinc.300" | "zinc.400" | "zinc.500" | "zinc.600" | "zinc.700" | "zinc.800" | "zinc.900" | "zinc.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "slate.50" | "slate.100" | "slate.200" | "slate.300" | "slate.400" | "slate.500" | "slate.600" | "slate.700" | "slate.800" | "slate.900" | "slate.950" | "grayscale.0" | "grayscale.50" | "grayscale.100" | "grayscale.200" | "grayscale.300" | "grayscale.400" | "grayscale.500" | "grayscale.600" | "grayscale.700" | "grayscale.800" | "grayscale.900" | "grayscale.950" | "hover.light.success" | "hover.light.warning" | "hover.light.error" | "hover.light.active" | "hover.light.gray" | "hover.dark.success" | "hover.dark.warning" | "hover.dark.error" | "hover.dark.active" | "hover.dark.gray" | "light.success" | "light.warning" | "light.error" | "light.active" | "light.gray" | "dark.success" | "dark.warning" | "dark.error" | "dark.active" | "dark.gray" | "text.normal" | "text.label" | "text.light" | "text.success" | "text.warning" | "text.error" | "text.active" | "text.gray" | "text.lightGray" | "decoration.success" | "decoration.warning" | "decoration.error" | "decoration.active" | "decoration.gray" | "background" | "foreground" | "muted" | "muted.foreground" | "card" | "card.foreground" | "popover" | "popover.foreground" | "border" | "input" | "secondary" | "secondary.foreground" | "accent" | "accent.foreground" | "destructive" | "destructive.foreground" | "ring" | "primary.foreground" | "primary" | "colorPalette" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.0" | "colorPalette.light.success" | "colorPalette.success" | "colorPalette.light.warning" | "colorPalette.warning" | "colorPalette.light.error" | "colorPalette.error" | "colorPalette.light.active" | "colorPalette.active" | "colorPalette.light.gray" | "colorPalette.gray" | "colorPalette.dark.success" | "colorPalette.dark.warning" | "colorPalette.dark.error" | "colorPalette.dark.active" | "colorPalette.dark.gray" | "colorPalette.normal" | "colorPalette.label" | "colorPalette.light" | "colorPalette.lightGray" | "colorPalette.foreground"
37
-
38
- export type SizeToken = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "0.5" | "1.5" | "2.5" | "3.5" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "prose" | "full" | "min" | "max" | "fit" | "basic.almost-full" | "card.xs" | "card.sm" | "responsive.card.xs" | "responsive.card.sm" | "circle" | "container.smaller.xxxs" | "container.smaller.xxs" | "container.smaller.xs" | "container.smaller.sm" | "container.smaller.md" | "container.bigger.xs" | "container.xxs" | "container.xs" | "container.sm" | "container.md" | "container.lg" | "container.xl" | "container.xxl" | "container.content-xl" | "container.content-2xl" | "container.grid.base-size" | "container.grid.label-height" | "container.grid.grid-gap" | "container.side-bar.collapsed" | "container.side-bar.expanded" | "table.cell.min-width" | "table.instances.name-cell" | "table.instances.name" | "table.instances.cell" | "sourcecode.width" | "slider.label" | "slider.thumb.sm" | "slider.thumb.lg" | "skeleton.height" | "skeleton.width" | "skeleton.button.width" | "skeleton.button.height" | "skeleton.input.width" | "skeleton.input.height" | "skeleton.textarea.width" | "skeleton.textarea.height" | "skeleton.avatar.width" | "skeleton.avatar.height" | "skeleton.grid.width.xs" | "skeleton.grid.width.sm" | "skeleton.grid.width.md" | "skeleton.grid.width.lg" | "skeleton.grid.width.xl" | "skeleton.grid.height.xs" | "skeleton.grid.height.sm" | "skeleton.grid.height.md" | "skeleton.grid.height.lg" | "skeleton.grid.height.xl" | "skeleton.table.height.sm" | "skeleton.table.height.md" | "skeleton.table.height.lg" | "skeleton.table.height.xl" | "icon.xxs" | "icon.xs" | "icon.sm" | "icon.md" | "icon.lg" | "icon.xl" | "icon.xxl" | "icon.smaller.xs" | "custom.handle.dot" | "breakpoint-sm" | "breakpoint-md" | "breakpoint-lg" | "breakpoint-2lg" | "breakpoint-xl" | "breakpoint-2xl" | "icon.primary"
39
-
40
- export type BreakpointToken = "sm" | "md" | "lg" | "2lg" | "xl" | "2xl"
41
-
42
- export type Tokens = {
43
- aspectRatios: AspectRatioToken
44
- letterSpacings: LetterSpacingToken
45
- blurs: BlurToken
46
- animations: AnimationToken
47
- fonts: FontToken
48
- lineHeights: LineHeightToken
49
- fontWeights: FontWeightToken
50
- radii: RadiusToken
51
- spacing: SpacingToken
52
- shadows: ShadowToken
53
- borders: BorderToken
54
- opacity: OpacityToken
55
- easings: EasingToken
56
- durations: DurationToken
57
- fontSizes: FontSizeToken
58
- colors: ColorToken
59
- sizes: SizeToken
60
- breakpoints: BreakpointToken
61
- } & { [token: string]: never }
62
-
63
- export type TokenCategory = "aspectRatios" | "zIndex" | "opacity" | "colors" | "fonts" | "fontSizes" | "fontWeights" | "lineHeights" | "letterSpacings" | "sizes" | "cursor" | "shadows" | "spacing" | "radii" | "borders" | "borderWidths" | "durations" | "easings" | "animations" | "blurs" | "gradients" | "breakpoints" | "assets"
@@ -1,164 +0,0 @@
1
- /* eslint-disable */
2
- import type { CompositionStyleObject } from './system-types.d.mts';
3
-
4
- interface Token<T> {
5
- value: T
6
- description?: string
7
- }
8
-
9
- interface Recursive<T> {
10
- [key: string]: Recursive<T> | T
11
- }
12
-
13
- /* -----------------------------------------------------------------------------
14
- * Text styles
15
- * -----------------------------------------------------------------------------*/
16
-
17
- type TextStyleProperty =
18
- | 'font'
19
- | 'fontFamily'
20
- | 'fontFeatureSettings'
21
- | 'fontKerning'
22
- | 'fontLanguageOverride'
23
- | 'fontOpticalSizing'
24
- | 'fontPalette'
25
- | 'fontSize'
26
- | 'fontSizeAdjust'
27
- | 'fontStretch'
28
- | 'fontStyle'
29
- | 'fontSynthesis'
30
- | 'fontVariant'
31
- | 'fontVariantAlternates'
32
- | 'fontVariantCaps'
33
- | 'fontVariantLigatures'
34
- | 'fontVariantNumeric'
35
- | 'fontVariantPosition'
36
- | 'fontVariationSettings'
37
- | 'fontWeight'
38
- | 'hypens'
39
- | 'hyphenateCharacter'
40
- | 'hyphenateLimitChars'
41
- | 'letterSpacing'
42
- | 'lineBreak'
43
- | 'lineHeight'
44
- | 'quotes'
45
- | 'overflowWrap'
46
- | 'textCombineUpright'
47
- | 'textDecoration'
48
- | 'textDecorationColor'
49
- | 'textDecorationLine'
50
- | 'textDecorationSkipInk'
51
- | 'textDecorationStyle'
52
- | 'textDecorationThickness'
53
- | 'textEmphasis'
54
- | 'textEmphasisColor'
55
- | 'textEmphasisPosition'
56
- | 'textEmphasisStyle'
57
- | 'textIndent'
58
- | 'textJustify'
59
- | 'textOrientation'
60
- | 'textOverflow'
61
- | 'textRendering'
62
- | 'textShadow'
63
- | 'textTransform'
64
- | 'textUnderlineOffset'
65
- | 'textUnderlinePosition'
66
- | 'textWrap'
67
- | 'textWrapMode'
68
- | 'textWrapStyle'
69
- | 'verticalAlign'
70
- | 'whiteSpace'
71
- | 'wordBreak'
72
- | 'wordSpacing'
73
-
74
- export type TextStyle = CompositionStyleObject<TextStyleProperty>
75
-
76
- export type TextStyles = Recursive<Token<TextStyle>>
77
-
78
- /* -----------------------------------------------------------------------------
79
- * Layer styles
80
- * -----------------------------------------------------------------------------*/
81
-
82
- type Placement =
83
- | 'Top'
84
- | 'Right'
85
- | 'Bottom'
86
- | 'Left'
87
- | 'Inline'
88
- | 'Block'
89
- | 'InlineStart'
90
- | 'InlineEnd'
91
- | 'BlockStart'
92
- | 'BlockEnd'
93
-
94
- type Radius =
95
- | `Top${'Right' | 'Left'}`
96
- | `Bottom${'Right' | 'Left'}`
97
- | `Start${'Start' | 'End'}`
98
- | `End${'Start' | 'End'}`
99
-
100
- type LayerStyleProperty =
101
- | 'background'
102
- | 'backgroundColor'
103
- | 'backgroundImage'
104
- | 'borderRadius'
105
- | 'border'
106
- | 'borderWidth'
107
- | 'borderColor'
108
- | 'borderStyle'
109
- | 'boxShadow'
110
- | 'filter'
111
- | 'backdropFilter'
112
- | 'transform'
113
- | 'color'
114
- | 'opacity'
115
- | 'backgroundBlendMode'
116
- | 'backgroundAttachment'
117
- | 'backgroundClip'
118
- | 'backgroundOrigin'
119
- | 'backgroundPosition'
120
- | 'backgroundRepeat'
121
- | 'backgroundSize'
122
- | `border${Placement}`
123
- | `border${Placement}Width`
124
- | 'borderRadius'
125
- | `border${Radius}Radius`
126
- | `border${Placement}Color`
127
- | `border${Placement}Style`
128
- | 'padding'
129
- | `padding${Placement}`
130
-
131
- export type LayerStyle = CompositionStyleObject<LayerStyleProperty>
132
-
133
- export type LayerStyles = Recursive<Token<LayerStyle>>
134
-
135
- /* -----------------------------------------------------------------------------
136
- * Motion styles
137
- * -----------------------------------------------------------------------------*/
138
-
139
- type AnimationStyleProperty =
140
- | 'animation'
141
- | 'animationComposition'
142
- | 'animationDelay'
143
- | 'animationDirection'
144
- | 'animationDuration'
145
- | 'animationFillMode'
146
- | 'animationIterationCount'
147
- | 'animationName'
148
- | 'animationPlayState'
149
- | 'animationTimingFunction'
150
- | 'animationRange'
151
- | 'animationRangeStart'
152
- | 'animationRangeEnd'
153
- | 'animationTimeline'
154
- | 'transformOrigin'
155
-
156
- export type AnimationStyle = CompositionStyleObject<AnimationStyleProperty>
157
-
158
- export type AnimationStyles = Recursive<Token<AnimationStyle>>
159
-
160
- export interface CompositionStyles {
161
- textStyles: TextStyles
162
- layerStyles: LayerStyles
163
- animationStyles: AnimationStyles
164
- }
@@ -1,322 +0,0 @@
1
- /* eslint-disable */
2
- import type { AnySelector, Selectors } from './selectors.d.mts';
3
-
4
- export interface Conditions {
5
- /** `&:is(:hover, [data-hover])` */
6
- "_hover": string
7
- /** `&:is(:focus, [data-focus])` */
8
- "_focus": string
9
- /** `&:focus-within` */
10
- "_focusWithin": string
11
- /** `&:is(:focus-visible, [data-focus-visible])` */
12
- "_focusVisible": string
13
- /** `&:is(:disabled, [disabled], [data-disabled])` */
14
- "_disabled": string
15
- /** `&:is(:active, [data-active])` */
16
- "_active": string
17
- /** `&:visited` */
18
- "_visited": string
19
- /** `&:target` */
20
- "_target": string
21
- /** `&:is(:read-only, [data-read-only])` */
22
- "_readOnly": string
23
- /** `&:read-write` */
24
- "_readWrite": string
25
- /** `&:is(:empty, [data-empty])` */
26
- "_empty": string
27
- /** `&:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"])` */
28
- "_checked": string
29
- /** `&:enabled` */
30
- "_enabled": string
31
- /** `&:is([aria-expanded=true], [data-expanded], [data-state="expanded"])` */
32
- "_expanded": string
33
- /** `&[data-highlighted]` */
34
- "_highlighted": string
35
- /** `&[data-complete]` */
36
- "_complete": string
37
- /** `&[data-incomplete]` */
38
- "_incomplete": string
39
- /** `&[data-dragging]` */
40
- "_dragging": string
41
- /** `&::before` */
42
- "_before": string
43
- /** `&::after` */
44
- "_after": string
45
- /** `&::first-letter` */
46
- "_firstLetter": string
47
- /** `&::first-line` */
48
- "_firstLine": string
49
- /** `&::marker` */
50
- "_marker": string
51
- /** `&::selection` */
52
- "_selection": string
53
- /** `&::file-selector-button` */
54
- "_file": string
55
- /** `&::backdrop` */
56
- "_backdrop": string
57
- /** `&:first-child` */
58
- "_first": string
59
- /** `&:last-child` */
60
- "_last": string
61
- /** `&:only-child` */
62
- "_only": string
63
- /** `&:nth-child(even)` */
64
- "_even": string
65
- /** `&:nth-child(odd)` */
66
- "_odd": string
67
- /** `&:first-of-type` */
68
- "_firstOfType": string
69
- /** `&:last-of-type` */
70
- "_lastOfType": string
71
- /** `&:only-of-type` */
72
- "_onlyOfType": string
73
- /** `.peer:is(:focus, [data-focus]) ~ &` */
74
- "_peerFocus": string
75
- /** `.peer:is(:hover, [data-hover]) ~ &` */
76
- "_peerHover": string
77
- /** `.peer:is(:active, [data-active]) ~ &` */
78
- "_peerActive": string
79
- /** `.peer:focus-within ~ &` */
80
- "_peerFocusWithin": string
81
- /** `.peer:is(:focus-visible, [data-focus-visible]) ~ &` */
82
- "_peerFocusVisible": string
83
- /** `.peer:is(:disabled, [disabled], [data-disabled]) ~ &` */
84
- "_peerDisabled": string
85
- /** `.peer:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) ~ &` */
86
- "_peerChecked": string
87
- /** `.peer:is(:invalid, [data-invalid], [aria-invalid=true]) ~ &` */
88
- "_peerInvalid": string
89
- /** `.peer:is([aria-expanded=true], [data-expanded], [data-state="expanded"]) ~ &` */
90
- "_peerExpanded": string
91
- /** `.peer:placeholder-shown ~ &` */
92
- "_peerPlaceholderShown": string
93
- /** `.group:is(:focus, [data-focus]) &` */
94
- "_groupFocus": string
95
- /** `.group:is(:hover, [data-hover]) &` */
96
- "_groupHover": string
97
- /** `.group:is(:active, [data-active]) &` */
98
- "_groupActive": string
99
- /** `.group:focus-within &` */
100
- "_groupFocusWithin": string
101
- /** `.group:is(:focus-visible, [data-focus-visible]) &` */
102
- "_groupFocusVisible": string
103
- /** `.group:is(:disabled, [disabled], [data-disabled]) &` */
104
- "_groupDisabled": string
105
- /** `.group:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]) &` */
106
- "_groupChecked": string
107
- /** `.group:is([aria-expanded=true], [data-expanded], [data-state="expanded"]) &` */
108
- "_groupExpanded": string
109
- /** `.group:is(:invalid, [data-invalid]) &` */
110
- "_groupInvalid": string
111
- /** `&:is(:indeterminate, [data-indeterminate], [aria-checked=mixed], [data-state="indeterminate"])` */
112
- "_indeterminate": string
113
- /** `&:is(:required, [data-required], [aria-required=true])` */
114
- "_required": string
115
- /** `&:is(:valid, [data-valid])` */
116
- "_valid": string
117
- /** `&:is(:invalid, [data-invalid])` */
118
- "_invalid": string
119
- /** `&:autofill` */
120
- "_autofill": string
121
- /** `&:is(:in-range, [data-in-range])` */
122
- "_inRange": string
123
- /** `&:is(:out-of-range, [data-outside-range])` */
124
- "_outOfRange": string
125
- /** `&::placeholder, &[data-placeholder]` */
126
- "_placeholder": string
127
- /** `&:is(:placeholder-shown, [data-placeholder-shown])` */
128
- "_placeholderShown": string
129
- /** `&:is([aria-pressed=true], [data-pressed])` */
130
- "_pressed": string
131
- /** `&:is([aria-selected=true], [data-selected])` */
132
- "_selected": string
133
- /** `&:is([aria-grabbed=true], [data-grabbed])` */
134
- "_grabbed": string
135
- /** `&[data-state=under-value]` */
136
- "_underValue": string
137
- /** `&[data-state=over-value]` */
138
- "_overValue": string
139
- /** `&[data-state=at-value]` */
140
- "_atValue": string
141
- /** `&:default` */
142
- "_default": string
143
- /** `&:optional` */
144
- "_optional": string
145
- /** `&:is([open], [data-open], [data-state="open"])` */
146
- "_open": string
147
- /** `&:is([closed], [data-closed], [data-state="closed"])` */
148
- "_closed": string
149
- /** `&:is(:fullscreen, [data-fullscreen])` */
150
- "_fullscreen": string
151
- /** `&:is([data-loading], [aria-busy=true])` */
152
- "_loading": string
153
- /** `&:is([hidden], [data-hidden])` */
154
- "_hidden": string
155
- /** `&:is([aria-current=true], [data-current])` */
156
- "_current": string
157
- /** `&[aria-current=page]` */
158
- "_currentPage": string
159
- /** `&[aria-current=step]` */
160
- "_currentStep": string
161
- /** `&[data-today]` */
162
- "_today": string
163
- /** `&[data-unavailable]` */
164
- "_unavailable": string
165
- /** `&[data-range-start]` */
166
- "_rangeStart": string
167
- /** `&[data-range-end]` */
168
- "_rangeEnd": string
169
- /** `&[data-now]` */
170
- "_now": string
171
- /** `&[data-topmost]` */
172
- "_topmost": string
173
- /** `@media (prefers-reduced-motion: reduce)` */
174
- "_motionReduce": string
175
- /** `@media (prefers-reduced-motion: no-preference)` */
176
- "_motionSafe": string
177
- /** `@media print` */
178
- "_print": string
179
- /** `@media (orientation: landscape)` */
180
- "_landscape": string
181
- /** `@media (orientation: portrait)` */
182
- "_portrait": string
183
- /** `.dark &` */
184
- "_dark": string
185
- /** `.light &` */
186
- "_light": string
187
- /** `@media (prefers-color-scheme: dark)` */
188
- "_osDark": string
189
- /** `@media (prefers-color-scheme: light)` */
190
- "_osLight": string
191
- /** `@media (forced-colors: active)` */
192
- "_highContrast": string
193
- /** `@media (prefers-contrast: less)` */
194
- "_lessContrast": string
195
- /** `@media (prefers-contrast: more)` */
196
- "_moreContrast": string
197
- /** `[dir=ltr] &` */
198
- "_ltr": string
199
- /** `[dir=rtl] &` */
200
- "_rtl": string
201
- /** `&::-webkit-scrollbar` */
202
- "_scrollbar": string
203
- /** `&::-webkit-scrollbar-thumb` */
204
- "_scrollbarThumb": string
205
- /** `&::-webkit-scrollbar-track` */
206
- "_scrollbarTrack": string
207
- /** `&[data-orientation=horizontal]` */
208
- "_horizontal": string
209
- /** `&[data-orientation=vertical]` */
210
- "_vertical": string
211
- /** `& :where(svg)` */
212
- "_icon": string
213
- /** `@starting-style` */
214
- "_starting": string
215
- /** `@media screen and (min-width: 40rem)` */
216
- "sm": string
217
- /** `@media screen and (min-width: 40rem) and (max-width: 47.9975rem)` */
218
- "smOnly": string
219
- /** `@media screen and (max-width: 39.9975rem)` */
220
- "smDown": string
221
- /** `@media screen and (min-width: 48rem)` */
222
- "md": string
223
- /** `@media screen and (min-width: 48rem) and (max-width: 63.9975rem)` */
224
- "mdOnly": string
225
- /** `@media screen and (max-width: 47.9975rem)` */
226
- "mdDown": string
227
- /** `@media screen and (min-width: 64rem)` */
228
- "lg": string
229
- /** `@media screen and (min-width: 64rem) and (max-width: 68.7475rem)` */
230
- "lgOnly": string
231
- /** `@media screen and (max-width: 63.9975rem)` */
232
- "lgDown": string
233
- /** `@media screen and (min-width: 68.75rem)` */
234
- "2lg": string
235
- /** `@media screen and (min-width: 68.75rem) and (max-width: 79.9975rem)` */
236
- "2lgOnly": string
237
- /** `@media screen and (max-width: 68.7475rem)` */
238
- "2lgDown": string
239
- /** `@media screen and (min-width: 80rem)` */
240
- "xl": string
241
- /** `@media screen and (min-width: 80rem) and (max-width: 95.9975rem)` */
242
- "xlOnly": string
243
- /** `@media screen and (max-width: 79.9975rem)` */
244
- "xlDown": string
245
- /** `@media screen and (min-width: 96rem)` */
246
- "2xl": string
247
- /** `@media screen and (min-width: 96rem)` */
248
- "2xlOnly": string
249
- /** `@media screen and (max-width: 95.9975rem)` */
250
- "2xlDown": string
251
- /** `@media screen and (min-width: 40rem) and (max-width: 47.9975rem)` */
252
- "smToMd": string
253
- /** `@media screen and (min-width: 40rem) and (max-width: 63.9975rem)` */
254
- "smToLg": string
255
- /** `@media screen and (min-width: 40rem) and (max-width: 68.7475rem)` */
256
- "smTo2lg": string
257
- /** `@media screen and (min-width: 40rem) and (max-width: 79.9975rem)` */
258
- "smToXl": string
259
- /** `@media screen and (min-width: 40rem) and (max-width: 95.9975rem)` */
260
- "smTo2xl": string
261
- /** `@media screen and (min-width: 48rem) and (max-width: 63.9975rem)` */
262
- "mdToLg": string
263
- /** `@media screen and (min-width: 48rem) and (max-width: 68.7475rem)` */
264
- "mdTo2lg": string
265
- /** `@media screen and (min-width: 48rem) and (max-width: 79.9975rem)` */
266
- "mdToXl": string
267
- /** `@media screen and (min-width: 48rem) and (max-width: 95.9975rem)` */
268
- "mdTo2xl": string
269
- /** `@media screen and (min-width: 64rem) and (max-width: 68.7475rem)` */
270
- "lgTo2lg": string
271
- /** `@media screen and (min-width: 64rem) and (max-width: 79.9975rem)` */
272
- "lgToXl": string
273
- /** `@media screen and (min-width: 64rem) and (max-width: 95.9975rem)` */
274
- "lgTo2xl": string
275
- /** `@media screen and (min-width: 68.75rem) and (max-width: 79.9975rem)` */
276
- "2lgToXl": string
277
- /** `@media screen and (min-width: 68.75rem) and (max-width: 95.9975rem)` */
278
- "2lgTo2xl": string
279
- /** `@media screen and (min-width: 80rem) and (max-width: 95.9975rem)` */
280
- "xlTo2xl": string
281
- /** `@container (min-width: 20rem)` */
282
- "@/xs": string
283
- /** `@container (min-width: 24rem)` */
284
- "@/sm": string
285
- /** `@container (min-width: 28rem)` */
286
- "@/md": string
287
- /** `@container (min-width: 32rem)` */
288
- "@/lg": string
289
- /** `@container (min-width: 36rem)` */
290
- "@/xl": string
291
- /** `@container (min-width: 42rem)` */
292
- "@/2xl": string
293
- /** `@container (min-width: 48rem)` */
294
- "@/3xl": string
295
- /** `@container (min-width: 56rem)` */
296
- "@/4xl": string
297
- /** `@container (min-width: 64rem)` */
298
- "@/5xl": string
299
- /** `@container (min-width: 72rem)` */
300
- "@/6xl": string
301
- /** `@container (min-width: 80rem)` */
302
- "@/7xl": string
303
- /** `@container (min-width: 90rem)` */
304
- "@/8xl": string
305
- /** The base (=no conditions) styles to apply */
306
- "base": string
307
- }
308
-
309
- export type ConditionalValue<V> =
310
- | V
311
- | Array<V | null>
312
- | {
313
- [K in keyof Conditions]?: ConditionalValue<V>
314
- }
315
-
316
- export type Nested<P> = P & {
317
- [K in Selectors]?: Nested<P>
318
- } & {
319
- [K in AnySelector]?: Nested<P>
320
- } & {
321
- [K in keyof Conditions]?: Nested<P>
322
- }