@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,36 +0,0 @@
1
- import { compact, getSlotCompoundVariant, memo, splitProps } from '../helpers.mjs';
2
- import { createRecipe } from './create-recipe.mjs';
3
-
4
- const progressDefaultVariants = {}
5
- const progressCompoundVariants = []
6
-
7
- const progressSlotNames = [
8
- [
9
- "root",
10
- "progress__root"
11
- ],
12
- [
13
- "indicator",
14
- "progress__indicator"
15
- ]
16
- ]
17
- const progressSlotFns = /* @__PURE__ */ progressSlotNames.map(([slotName, slotKey]) => [slotName, createRecipe(slotKey, progressDefaultVariants, getSlotCompoundVariant(progressCompoundVariants, slotName))])
18
-
19
- const progressFn = memo((props = {}) => {
20
- return Object.fromEntries(progressSlotFns.map(([slotName, slotFn]) => [slotName, slotFn.recipeFn(props)]))
21
- })
22
-
23
- const progressVariantKeys = []
24
- const getVariantProps = (variants) => ({ ...progressDefaultVariants, ...compact(variants) })
25
-
26
- export const progress = /* @__PURE__ */ Object.assign(progressFn, {
27
- __recipe__: false,
28
- __name__: 'progress',
29
- raw: (props) => props,
30
- variantKeys: progressVariantKeys,
31
- variantMap: {},
32
- splitVariantProps(props) {
33
- return splitProps(props, progressVariantKeys)
34
- },
35
- getVariantProps
36
- })
@@ -1,32 +0,0 @@
1
- /* eslint-disable */
2
- import type { ConditionalValue } from '../types/index.d.mts';
3
- import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
-
5
- interface RadioGroupVariant {
6
-
7
- }
8
-
9
- type RadioGroupVariantMap = {
10
- [key in keyof RadioGroupVariant]: Array<RadioGroupVariant[key]>
11
- }
12
-
13
- export type RadioGroupVariantProps = {
14
- [key in keyof RadioGroupVariant]?: ConditionalValue<RadioGroupVariant[key]> | undefined
15
- }
16
-
17
- export interface RadioGroupRecipe {
18
- __type: RadioGroupVariantProps
19
- (props?: RadioGroupVariantProps): Pretty<Record<"root" | "item" | "indicator" | "icon", string>>
20
- raw: (props?: RadioGroupVariantProps) => RadioGroupVariantProps
21
- variantMap: RadioGroupVariantMap
22
- variantKeys: Array<keyof RadioGroupVariant>
23
- splitVariantProps<Props extends RadioGroupVariantProps>(props: Props): [RadioGroupVariantProps, Pretty<DistributiveOmit<Props, keyof RadioGroupVariantProps>>]
24
- getVariantProps: (props?: RadioGroupVariantProps) => RadioGroupVariantProps
25
- }
26
-
27
- /**
28
- * Styles for the RadioGroup component
29
-
30
-
31
- */
32
- export declare const radioGroup: RadioGroupRecipe
@@ -1,44 +0,0 @@
1
- import { compact, getSlotCompoundVariant, memo, splitProps } from '../helpers.mjs';
2
- import { createRecipe } from './create-recipe.mjs';
3
-
4
- const radioGroupDefaultVariants = {}
5
- const radioGroupCompoundVariants = []
6
-
7
- const radioGroupSlotNames = [
8
- [
9
- "root",
10
- "radioGroup__root"
11
- ],
12
- [
13
- "item",
14
- "radioGroup__item"
15
- ],
16
- [
17
- "indicator",
18
- "radioGroup__indicator"
19
- ],
20
- [
21
- "icon",
22
- "radioGroup__icon"
23
- ]
24
- ]
25
- const radioGroupSlotFns = /* @__PURE__ */ radioGroupSlotNames.map(([slotName, slotKey]) => [slotName, createRecipe(slotKey, radioGroupDefaultVariants, getSlotCompoundVariant(radioGroupCompoundVariants, slotName))])
26
-
27
- const radioGroupFn = memo((props = {}) => {
28
- return Object.fromEntries(radioGroupSlotFns.map(([slotName, slotFn]) => [slotName, slotFn.recipeFn(props)]))
29
- })
30
-
31
- const radioGroupVariantKeys = []
32
- const getVariantProps = (variants) => ({ ...radioGroupDefaultVariants, ...compact(variants) })
33
-
34
- export const radioGroup = /* @__PURE__ */ Object.assign(radioGroupFn, {
35
- __recipe__: false,
36
- __name__: 'radioGroup',
37
- raw: (props) => props,
38
- variantKeys: radioGroupVariantKeys,
39
- variantMap: {},
40
- splitVariantProps(props) {
41
- return splitProps(props, radioGroupVariantKeys)
42
- },
43
- getVariantProps
44
- })
@@ -1,32 +0,0 @@
1
- /* eslint-disable */
2
- import type { ConditionalValue } from '../types/index.d.mts';
3
- import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
-
5
- interface ScrollAreaVariant {
6
-
7
- }
8
-
9
- type ScrollAreaVariantMap = {
10
- [key in keyof ScrollAreaVariant]: Array<ScrollAreaVariant[key]>
11
- }
12
-
13
- export type ScrollAreaVariantProps = {
14
- [key in keyof ScrollAreaVariant]?: ConditionalValue<ScrollAreaVariant[key]> | undefined
15
- }
16
-
17
- export interface ScrollAreaRecipe {
18
- __type: ScrollAreaVariantProps
19
- (props?: ScrollAreaVariantProps): Pretty<Record<"root" | "viewport" | "corner" | "scrollbar" | "thumb", string>>
20
- raw: (props?: ScrollAreaVariantProps) => ScrollAreaVariantProps
21
- variantMap: ScrollAreaVariantMap
22
- variantKeys: Array<keyof ScrollAreaVariant>
23
- splitVariantProps<Props extends ScrollAreaVariantProps>(props: Props): [ScrollAreaVariantProps, Pretty<DistributiveOmit<Props, keyof ScrollAreaVariantProps>>]
24
- getVariantProps: (props?: ScrollAreaVariantProps) => ScrollAreaVariantProps
25
- }
26
-
27
- /**
28
- * Styles for the ScrollArea component
29
-
30
-
31
- */
32
- export declare const scrollArea: ScrollAreaRecipe
@@ -1,48 +0,0 @@
1
- import { compact, getSlotCompoundVariant, memo, splitProps } from '../helpers.mjs';
2
- import { createRecipe } from './create-recipe.mjs';
3
-
4
- const scrollAreaDefaultVariants = {}
5
- const scrollAreaCompoundVariants = []
6
-
7
- const scrollAreaSlotNames = [
8
- [
9
- "root",
10
- "scrollArea__root"
11
- ],
12
- [
13
- "viewport",
14
- "scrollArea__viewport"
15
- ],
16
- [
17
- "corner",
18
- "scrollArea__corner"
19
- ],
20
- [
21
- "scrollbar",
22
- "scrollArea__scrollbar"
23
- ],
24
- [
25
- "thumb",
26
- "scrollArea__thumb"
27
- ]
28
- ]
29
- const scrollAreaSlotFns = /* @__PURE__ */ scrollAreaSlotNames.map(([slotName, slotKey]) => [slotName, createRecipe(slotKey, scrollAreaDefaultVariants, getSlotCompoundVariant(scrollAreaCompoundVariants, slotName))])
30
-
31
- const scrollAreaFn = memo((props = {}) => {
32
- return Object.fromEntries(scrollAreaSlotFns.map(([slotName, slotFn]) => [slotName, slotFn.recipeFn(props)]))
33
- })
34
-
35
- const scrollAreaVariantKeys = []
36
- const getVariantProps = (variants) => ({ ...scrollAreaDefaultVariants, ...compact(variants) })
37
-
38
- export const scrollArea = /* @__PURE__ */ Object.assign(scrollAreaFn, {
39
- __recipe__: false,
40
- __name__: 'scrollArea',
41
- raw: (props) => props,
42
- variantKeys: scrollAreaVariantKeys,
43
- variantMap: {},
44
- splitVariantProps(props) {
45
- return splitProps(props, scrollAreaVariantKeys)
46
- },
47
- getVariantProps
48
- })
@@ -1,32 +0,0 @@
1
- /* eslint-disable */
2
- import type { ConditionalValue } from '../types/index.d.mts';
3
- import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
-
5
- interface SelectVariant {
6
-
7
- }
8
-
9
- type SelectVariantMap = {
10
- [key in keyof SelectVariant]: Array<SelectVariant[key]>
11
- }
12
-
13
- export type SelectVariantProps = {
14
- [key in keyof SelectVariant]?: ConditionalValue<SelectVariant[key]> | undefined
15
- }
16
-
17
- export interface SelectRecipe {
18
- __type: SelectVariantProps
19
- (props?: SelectVariantProps): Pretty<Record<"root" | "group" | "value" | "trigger" | "viewport" | "content" | "label" | "item" | "itemIndicator" | "separator", string>>
20
- raw: (props?: SelectVariantProps) => SelectVariantProps
21
- variantMap: SelectVariantMap
22
- variantKeys: Array<keyof SelectVariant>
23
- splitVariantProps<Props extends SelectVariantProps>(props: Props): [SelectVariantProps, Pretty<DistributiveOmit<Props, keyof SelectVariantProps>>]
24
- getVariantProps: (props?: SelectVariantProps) => SelectVariantProps
25
- }
26
-
27
- /**
28
- * Styles for the Select component
29
-
30
-
31
- */
32
- export declare const select: SelectRecipe
@@ -1,68 +0,0 @@
1
- import { compact, getSlotCompoundVariant, memo, splitProps } from '../helpers.mjs';
2
- import { createRecipe } from './create-recipe.mjs';
3
-
4
- const selectDefaultVariants = {}
5
- const selectCompoundVariants = []
6
-
7
- const selectSlotNames = [
8
- [
9
- "root",
10
- "select__root"
11
- ],
12
- [
13
- "group",
14
- "select__group"
15
- ],
16
- [
17
- "value",
18
- "select__value"
19
- ],
20
- [
21
- "trigger",
22
- "select__trigger"
23
- ],
24
- [
25
- "viewport",
26
- "select__viewport"
27
- ],
28
- [
29
- "content",
30
- "select__content"
31
- ],
32
- [
33
- "label",
34
- "select__label"
35
- ],
36
- [
37
- "item",
38
- "select__item"
39
- ],
40
- [
41
- "itemIndicator",
42
- "select__itemIndicator"
43
- ],
44
- [
45
- "separator",
46
- "select__separator"
47
- ]
48
- ]
49
- const selectSlotFns = /* @__PURE__ */ selectSlotNames.map(([slotName, slotKey]) => [slotName, createRecipe(slotKey, selectDefaultVariants, getSlotCompoundVariant(selectCompoundVariants, slotName))])
50
-
51
- const selectFn = memo((props = {}) => {
52
- return Object.fromEntries(selectSlotFns.map(([slotName, slotFn]) => [slotName, slotFn.recipeFn(props)]))
53
- })
54
-
55
- const selectVariantKeys = []
56
- const getVariantProps = (variants) => ({ ...selectDefaultVariants, ...compact(variants) })
57
-
58
- export const select = /* @__PURE__ */ Object.assign(selectFn, {
59
- __recipe__: false,
60
- __name__: 'select',
61
- raw: (props) => props,
62
- variantKeys: selectVariantKeys,
63
- variantMap: {},
64
- splitVariantProps(props) {
65
- return splitProps(props, selectVariantKeys)
66
- },
67
- getVariantProps
68
- })
@@ -1,35 +0,0 @@
1
- /* eslint-disable */
2
- import type { ConditionalValue } from '../types/index.d.mts';
3
- import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
-
5
- interface SeparatorVariant {
6
- /**
7
- * @default "horizontal"
8
- */
9
- orientation: "horizontal" | "vertical"
10
- }
11
-
12
- type SeparatorVariantMap = {
13
- [key in keyof SeparatorVariant]: Array<SeparatorVariant[key]>
14
- }
15
-
16
- export type SeparatorVariantProps = {
17
- [key in keyof SeparatorVariant]?: ConditionalValue<SeparatorVariant[key]> | undefined
18
- }
19
-
20
- export interface SeparatorRecipe {
21
- __type: SeparatorVariantProps
22
- (props?: SeparatorVariantProps): string
23
- raw: (props?: SeparatorVariantProps) => SeparatorVariantProps
24
- variantMap: SeparatorVariantMap
25
- variantKeys: Array<keyof SeparatorVariant>
26
- splitVariantProps<Props extends SeparatorVariantProps>(props: Props): [SeparatorVariantProps, Pretty<DistributiveOmit<Props, keyof SeparatorVariantProps>>]
27
- getVariantProps: (props?: SeparatorVariantProps) => SeparatorVariantProps
28
- }
29
-
30
- /**
31
- * Styles for the Separator component
32
-
33
-
34
- */
35
- export declare const separator: SeparatorRecipe
@@ -1,31 +0,0 @@
1
- import { memo, splitProps } from '../helpers.mjs';
2
- import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
-
4
- const separatorFn = /* @__PURE__ */ createRecipe('separator', {
5
- "orientation": "horizontal"
6
- }, [])
7
-
8
- const separatorVariantMap = {
9
- "orientation": [
10
- "horizontal",
11
- "vertical"
12
- ]
13
- }
14
-
15
- const separatorVariantKeys = Object.keys(separatorVariantMap)
16
-
17
- export const separator = /* @__PURE__ */ Object.assign(memo(separatorFn.recipeFn), {
18
- __recipe__: true,
19
- __name__: 'separator',
20
- __getCompoundVariantCss__: separatorFn.__getCompoundVariantCss__,
21
- raw: (props) => props,
22
- variantKeys: separatorVariantKeys,
23
- variantMap: separatorVariantMap,
24
- merge(recipe) {
25
- return mergeRecipes(this, recipe)
26
- },
27
- splitVariantProps(props) {
28
- return splitProps(props, separatorVariantKeys)
29
- },
30
- getVariantProps: separatorFn.getVariantProps,
31
- })
@@ -1,35 +0,0 @@
1
- /* eslint-disable */
2
- import type { ConditionalValue } from '../types/index.d.mts';
3
- import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
-
5
- interface SheetVariant {
6
- /**
7
- * @default "right"
8
- */
9
- side: "top" | "bottom" | "left" | "right"
10
- }
11
-
12
- type SheetVariantMap = {
13
- [key in keyof SheetVariant]: Array<SheetVariant[key]>
14
- }
15
-
16
- export type SheetVariantProps = {
17
- [key in keyof SheetVariant]?: ConditionalValue<SheetVariant[key]> | undefined
18
- }
19
-
20
- export interface SheetRecipe {
21
- __type: SheetVariantProps
22
- (props?: SheetVariantProps): Pretty<Record<"root" | "trigger" | "close" | "portal" | "overlay" | "header" | "footer" | "title" | "description" | "content" | "contentClose", string>>
23
- raw: (props?: SheetVariantProps) => SheetVariantProps
24
- variantMap: SheetVariantMap
25
- variantKeys: Array<keyof SheetVariant>
26
- splitVariantProps<Props extends SheetVariantProps>(props: Props): [SheetVariantProps, Pretty<DistributiveOmit<Props, keyof SheetVariantProps>>]
27
- getVariantProps: (props?: SheetVariantProps) => SheetVariantProps
28
- }
29
-
30
- /**
31
- * Styles for the Sheet component
32
-
33
-
34
- */
35
- export declare const sheet: SheetRecipe
@@ -1,83 +0,0 @@
1
- import { compact, getSlotCompoundVariant, memo, splitProps } from '../helpers.mjs';
2
- import { createRecipe } from './create-recipe.mjs';
3
-
4
- const sheetDefaultVariants = {
5
- "side": "right"
6
- }
7
- const sheetCompoundVariants = []
8
-
9
- const sheetSlotNames = [
10
- [
11
- "root",
12
- "sheet__root"
13
- ],
14
- [
15
- "trigger",
16
- "sheet__trigger"
17
- ],
18
- [
19
- "close",
20
- "sheet__close"
21
- ],
22
- [
23
- "portal",
24
- "sheet__portal"
25
- ],
26
- [
27
- "overlay",
28
- "sheet__overlay"
29
- ],
30
- [
31
- "header",
32
- "sheet__header"
33
- ],
34
- [
35
- "footer",
36
- "sheet__footer"
37
- ],
38
- [
39
- "title",
40
- "sheet__title"
41
- ],
42
- [
43
- "description",
44
- "sheet__description"
45
- ],
46
- [
47
- "content",
48
- "sheet__content"
49
- ],
50
- [
51
- "contentClose",
52
- "sheet__contentClose"
53
- ]
54
- ]
55
- const sheetSlotFns = /* @__PURE__ */ sheetSlotNames.map(([slotName, slotKey]) => [slotName, createRecipe(slotKey, sheetDefaultVariants, getSlotCompoundVariant(sheetCompoundVariants, slotName))])
56
-
57
- const sheetFn = memo((props = {}) => {
58
- return Object.fromEntries(sheetSlotFns.map(([slotName, slotFn]) => [slotName, slotFn.recipeFn(props)]))
59
- })
60
-
61
- const sheetVariantKeys = [
62
- "side"
63
- ]
64
- const getVariantProps = (variants) => ({ ...sheetDefaultVariants, ...compact(variants) })
65
-
66
- export const sheet = /* @__PURE__ */ Object.assign(sheetFn, {
67
- __recipe__: false,
68
- __name__: 'sheet',
69
- raw: (props) => props,
70
- variantKeys: sheetVariantKeys,
71
- variantMap: {
72
- "side": [
73
- "top",
74
- "bottom",
75
- "left",
76
- "right"
77
- ]
78
- },
79
- splitVariantProps(props) {
80
- return splitProps(props, sheetVariantKeys)
81
- },
82
- getVariantProps
83
- })
@@ -1,32 +0,0 @@
1
- /* eslint-disable */
2
- import type { ConditionalValue } from '../types/index.d.mts';
3
- import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
-
5
- interface SkeletonVariant {
6
-
7
- }
8
-
9
- type SkeletonVariantMap = {
10
- [key in keyof SkeletonVariant]: Array<SkeletonVariant[key]>
11
- }
12
-
13
- export type SkeletonVariantProps = {
14
- [key in keyof SkeletonVariant]?: ConditionalValue<SkeletonVariant[key]> | undefined
15
- }
16
-
17
- export interface SkeletonRecipe {
18
- __type: SkeletonVariantProps
19
- (props?: SkeletonVariantProps): string
20
- raw: (props?: SkeletonVariantProps) => SkeletonVariantProps
21
- variantMap: SkeletonVariantMap
22
- variantKeys: Array<keyof SkeletonVariant>
23
- splitVariantProps<Props extends SkeletonVariantProps>(props: Props): [SkeletonVariantProps, Pretty<DistributiveOmit<Props, keyof SkeletonVariantProps>>]
24
- getVariantProps: (props?: SkeletonVariantProps) => SkeletonVariantProps
25
- }
26
-
27
- /**
28
- * Styles for the Skeleton component
29
-
30
-
31
- */
32
- export declare const skeleton: SkeletonRecipe
@@ -1,24 +0,0 @@
1
- import { memo, splitProps } from '../helpers.mjs';
2
- import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
-
4
- const skeletonFn = /* @__PURE__ */ createRecipe('skeleton', {}, [])
5
-
6
- const skeletonVariantMap = {}
7
-
8
- const skeletonVariantKeys = Object.keys(skeletonVariantMap)
9
-
10
- export const skeleton = /* @__PURE__ */ Object.assign(memo(skeletonFn.recipeFn), {
11
- __recipe__: true,
12
- __name__: 'skeleton',
13
- __getCompoundVariantCss__: skeletonFn.__getCompoundVariantCss__,
14
- raw: (props) => props,
15
- variantKeys: skeletonVariantKeys,
16
- variantMap: skeletonVariantMap,
17
- merge(recipe) {
18
- return mergeRecipes(this, recipe)
19
- },
20
- splitVariantProps(props) {
21
- return splitProps(props, skeletonVariantKeys)
22
- },
23
- getVariantProps: skeletonFn.getVariantProps,
24
- })
@@ -1,32 +0,0 @@
1
- /* eslint-disable */
2
- import type { ConditionalValue } from '../types/index.d.mts';
3
- import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
-
5
- interface SliderVariant {
6
-
7
- }
8
-
9
- type SliderVariantMap = {
10
- [key in keyof SliderVariant]: Array<SliderVariant[key]>
11
- }
12
-
13
- export type SliderVariantProps = {
14
- [key in keyof SliderVariant]?: ConditionalValue<SliderVariant[key]> | undefined
15
- }
16
-
17
- export interface SliderRecipe {
18
- __type: SliderVariantProps
19
- (props?: SliderVariantProps): Pretty<Record<"root" | "track" | "range" | "thumb", string>>
20
- raw: (props?: SliderVariantProps) => SliderVariantProps
21
- variantMap: SliderVariantMap
22
- variantKeys: Array<keyof SliderVariant>
23
- splitVariantProps<Props extends SliderVariantProps>(props: Props): [SliderVariantProps, Pretty<DistributiveOmit<Props, keyof SliderVariantProps>>]
24
- getVariantProps: (props?: SliderVariantProps) => SliderVariantProps
25
- }
26
-
27
- /**
28
- * Styles for the Slider component
29
-
30
-
31
- */
32
- export declare const slider: SliderRecipe
@@ -1,44 +0,0 @@
1
- import { compact, getSlotCompoundVariant, memo, splitProps } from '../helpers.mjs';
2
- import { createRecipe } from './create-recipe.mjs';
3
-
4
- const sliderDefaultVariants = {}
5
- const sliderCompoundVariants = []
6
-
7
- const sliderSlotNames = [
8
- [
9
- "root",
10
- "slider__root"
11
- ],
12
- [
13
- "track",
14
- "slider__track"
15
- ],
16
- [
17
- "range",
18
- "slider__range"
19
- ],
20
- [
21
- "thumb",
22
- "slider__thumb"
23
- ]
24
- ]
25
- const sliderSlotFns = /* @__PURE__ */ sliderSlotNames.map(([slotName, slotKey]) => [slotName, createRecipe(slotKey, sliderDefaultVariants, getSlotCompoundVariant(sliderCompoundVariants, slotName))])
26
-
27
- const sliderFn = memo((props = {}) => {
28
- return Object.fromEntries(sliderSlotFns.map(([slotName, slotFn]) => [slotName, slotFn.recipeFn(props)]))
29
- })
30
-
31
- const sliderVariantKeys = []
32
- const getVariantProps = (variants) => ({ ...sliderDefaultVariants, ...compact(variants) })
33
-
34
- export const slider = /* @__PURE__ */ Object.assign(sliderFn, {
35
- __recipe__: false,
36
- __name__: 'slider',
37
- raw: (props) => props,
38
- variantKeys: sliderVariantKeys,
39
- variantMap: {},
40
- splitVariantProps(props) {
41
- return splitProps(props, sliderVariantKeys)
42
- },
43
- getVariantProps
44
- })
@@ -1,32 +0,0 @@
1
- /* eslint-disable */
2
- import type { ConditionalValue } from '../types/index.d.mts';
3
- import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
-
5
- interface SmallVariant {
6
-
7
- }
8
-
9
- type SmallVariantMap = {
10
- [key in keyof SmallVariant]: Array<SmallVariant[key]>
11
- }
12
-
13
- export type SmallVariantProps = {
14
- [key in keyof SmallVariant]?: ConditionalValue<SmallVariant[key]> | undefined
15
- }
16
-
17
- export interface SmallRecipe {
18
- __type: SmallVariantProps
19
- (props?: SmallVariantProps): string
20
- raw: (props?: SmallVariantProps) => SmallVariantProps
21
- variantMap: SmallVariantMap
22
- variantKeys: Array<keyof SmallVariant>
23
- splitVariantProps<Props extends SmallVariantProps>(props: Props): [SmallVariantProps, Pretty<DistributiveOmit<Props, keyof SmallVariantProps>>]
24
- getVariantProps: (props?: SmallVariantProps) => SmallVariantProps
25
- }
26
-
27
- /**
28
- * Typography - Small style
29
-
30
-
31
- */
32
- export declare const small: SmallRecipe
@@ -1,24 +0,0 @@
1
- import { memo, splitProps } from '../helpers.mjs';
2
- import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
-
4
- const smallFn = /* @__PURE__ */ createRecipe('small', {}, [])
5
-
6
- const smallVariantMap = {}
7
-
8
- const smallVariantKeys = Object.keys(smallVariantMap)
9
-
10
- export const small = /* @__PURE__ */ Object.assign(memo(smallFn.recipeFn), {
11
- __recipe__: true,
12
- __name__: 'small',
13
- __getCompoundVariantCss__: smallFn.__getCompoundVariantCss__,
14
- raw: (props) => props,
15
- variantKeys: smallVariantKeys,
16
- variantMap: smallVariantMap,
17
- merge(recipe) {
18
- return mergeRecipes(this, recipe)
19
- },
20
- splitVariantProps(props) {
21
- return splitProps(props, smallVariantKeys)
22
- },
23
- getVariantProps: smallFn.getVariantProps,
24
- })