@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,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 LargeVariant {
6
-
7
- }
8
-
9
- type LargeVariantMap = {
10
- [key in keyof LargeVariant]: Array<LargeVariant[key]>
11
- }
12
-
13
- export type LargeVariantProps = {
14
- [key in keyof LargeVariant]?: ConditionalValue<LargeVariant[key]> | undefined
15
- }
16
-
17
- export interface LargeRecipe {
18
- __type: LargeVariantProps
19
- (props?: LargeVariantProps): string
20
- raw: (props?: LargeVariantProps) => LargeVariantProps
21
- variantMap: LargeVariantMap
22
- variantKeys: Array<keyof LargeVariant>
23
- splitVariantProps<Props extends LargeVariantProps>(props: Props): [LargeVariantProps, Pretty<DistributiveOmit<Props, keyof LargeVariantProps>>]
24
- getVariantProps: (props?: LargeVariantProps) => LargeVariantProps
25
- }
26
-
27
- /**
28
- * Typography - Large style
29
-
30
-
31
- */
32
- export declare const large: LargeRecipe
@@ -1,24 +0,0 @@
1
- import { memo, splitProps } from '../helpers.mjs';
2
- import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
-
4
- const largeFn = /* @__PURE__ */ createRecipe('large', {}, [])
5
-
6
- const largeVariantMap = {}
7
-
8
- const largeVariantKeys = Object.keys(largeVariantMap)
9
-
10
- export const large = /* @__PURE__ */ Object.assign(memo(largeFn.recipeFn), {
11
- __recipe__: true,
12
- __name__: 'large',
13
- __getCompoundVariantCss__: largeFn.__getCompoundVariantCss__,
14
- raw: (props) => props,
15
- variantKeys: largeVariantKeys,
16
- variantMap: largeVariantMap,
17
- merge(recipe) {
18
- return mergeRecipes(this, recipe)
19
- },
20
- splitVariantProps(props) {
21
- return splitProps(props, largeVariantKeys)
22
- },
23
- getVariantProps: largeFn.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 LeadVariant {
6
-
7
- }
8
-
9
- type LeadVariantMap = {
10
- [key in keyof LeadVariant]: Array<LeadVariant[key]>
11
- }
12
-
13
- export type LeadVariantProps = {
14
- [key in keyof LeadVariant]?: ConditionalValue<LeadVariant[key]> | undefined
15
- }
16
-
17
- export interface LeadRecipe {
18
- __type: LeadVariantProps
19
- (props?: LeadVariantProps): string
20
- raw: (props?: LeadVariantProps) => LeadVariantProps
21
- variantMap: LeadVariantMap
22
- variantKeys: Array<keyof LeadVariant>
23
- splitVariantProps<Props extends LeadVariantProps>(props: Props): [LeadVariantProps, Pretty<DistributiveOmit<Props, keyof LeadVariantProps>>]
24
- getVariantProps: (props?: LeadVariantProps) => LeadVariantProps
25
- }
26
-
27
- /**
28
- * Typography - Lead style
29
-
30
-
31
- */
32
- export declare const lead: LeadRecipe
@@ -1,24 +0,0 @@
1
- import { memo, splitProps } from '../helpers.mjs';
2
- import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
-
4
- const leadFn = /* @__PURE__ */ createRecipe('lead', {}, [])
5
-
6
- const leadVariantMap = {}
7
-
8
- const leadVariantKeys = Object.keys(leadVariantMap)
9
-
10
- export const lead = /* @__PURE__ */ Object.assign(memo(leadFn.recipeFn), {
11
- __recipe__: true,
12
- __name__: 'lead',
13
- __getCompoundVariantCss__: leadFn.__getCompoundVariantCss__,
14
- raw: (props) => props,
15
- variantKeys: leadVariantKeys,
16
- variantMap: leadVariantMap,
17
- merge(recipe) {
18
- return mergeRecipes(this, recipe)
19
- },
20
- splitVariantProps(props) {
21
- return splitProps(props, leadVariantKeys)
22
- },
23
- getVariantProps: leadFn.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 LinkVariant {
6
-
7
- }
8
-
9
- type LinkVariantMap = {
10
- [key in keyof LinkVariant]: Array<LinkVariant[key]>
11
- }
12
-
13
- export type LinkVariantProps = {
14
- [key in keyof LinkVariant]?: ConditionalValue<LinkVariant[key]> | undefined
15
- }
16
-
17
- export interface LinkRecipe {
18
- __type: LinkVariantProps
19
- (props?: LinkVariantProps): string
20
- raw: (props?: LinkVariantProps) => LinkVariantProps
21
- variantMap: LinkVariantMap
22
- variantKeys: Array<keyof LinkVariant>
23
- splitVariantProps<Props extends LinkVariantProps>(props: Props): [LinkVariantProps, Pretty<DistributiveOmit<Props, keyof LinkVariantProps>>]
24
- getVariantProps: (props?: LinkVariantProps) => LinkVariantProps
25
- }
26
-
27
- /**
28
- * Typography - Link style
29
-
30
-
31
- */
32
- export declare const link: LinkRecipe
@@ -1,24 +0,0 @@
1
- import { memo, splitProps } from '../helpers.mjs';
2
- import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
-
4
- const linkFn = /* @__PURE__ */ createRecipe('link', {}, [])
5
-
6
- const linkVariantMap = {}
7
-
8
- const linkVariantKeys = Object.keys(linkVariantMap)
9
-
10
- export const link = /* @__PURE__ */ Object.assign(memo(linkFn.recipeFn), {
11
- __recipe__: true,
12
- __name__: 'link',
13
- __getCompoundVariantCss__: linkFn.__getCompoundVariantCss__,
14
- raw: (props) => props,
15
- variantKeys: linkVariantKeys,
16
- variantMap: linkVariantMap,
17
- merge(recipe) {
18
- return mergeRecipes(this, recipe)
19
- },
20
- splitVariantProps(props) {
21
- return splitProps(props, linkVariantKeys)
22
- },
23
- getVariantProps: linkFn.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 ListVariant {
6
-
7
- }
8
-
9
- type ListVariantMap = {
10
- [key in keyof ListVariant]: Array<ListVariant[key]>
11
- }
12
-
13
- export type ListVariantProps = {
14
- [key in keyof ListVariant]?: ConditionalValue<ListVariant[key]> | undefined
15
- }
16
-
17
- export interface ListRecipe {
18
- __type: ListVariantProps
19
- (props?: ListVariantProps): string
20
- raw: (props?: ListVariantProps) => ListVariantProps
21
- variantMap: ListVariantMap
22
- variantKeys: Array<keyof ListVariant>
23
- splitVariantProps<Props extends ListVariantProps>(props: Props): [ListVariantProps, Pretty<DistributiveOmit<Props, keyof ListVariantProps>>]
24
- getVariantProps: (props?: ListVariantProps) => ListVariantProps
25
- }
26
-
27
- /**
28
- * Typography - list style
29
-
30
-
31
- */
32
- export declare const list: ListRecipe
@@ -1,24 +0,0 @@
1
- import { memo, splitProps } from '../helpers.mjs';
2
- import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
-
4
- const listFn = /* @__PURE__ */ createRecipe('list', {}, [])
5
-
6
- const listVariantMap = {}
7
-
8
- const listVariantKeys = Object.keys(listVariantMap)
9
-
10
- export const list = /* @__PURE__ */ Object.assign(memo(listFn.recipeFn), {
11
- __recipe__: true,
12
- __name__: 'list',
13
- __getCompoundVariantCss__: listFn.__getCompoundVariantCss__,
14
- raw: (props) => props,
15
- variantKeys: listVariantKeys,
16
- variantMap: listVariantMap,
17
- merge(recipe) {
18
- return mergeRecipes(this, recipe)
19
- },
20
- splitVariantProps(props) {
21
- return splitProps(props, listVariantKeys)
22
- },
23
- getVariantProps: listFn.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 MenubarVariant {
6
-
7
- }
8
-
9
- type MenubarVariantMap = {
10
- [key in keyof MenubarVariant]: Array<MenubarVariant[key]>
11
- }
12
-
13
- export type MenubarVariantProps = {
14
- [key in keyof MenubarVariant]?: ConditionalValue<MenubarVariant[key]> | undefined
15
- }
16
-
17
- export interface MenubarRecipe {
18
- __type: MenubarVariantProps
19
- (props?: MenubarVariantProps): Pretty<Record<"root" | "menu" | "group" | "portal" | "sub" | "radioGroup" | "trigger" | "subTrigger" | "subContent" | "content" | "item" | "checkboxItem" | "radioItem" | "itemIndicator" | "label" | "separator" | "shortcut", string>>
20
- raw: (props?: MenubarVariantProps) => MenubarVariantProps
21
- variantMap: MenubarVariantMap
22
- variantKeys: Array<keyof MenubarVariant>
23
- splitVariantProps<Props extends MenubarVariantProps>(props: Props): [MenubarVariantProps, Pretty<DistributiveOmit<Props, keyof MenubarVariantProps>>]
24
- getVariantProps: (props?: MenubarVariantProps) => MenubarVariantProps
25
- }
26
-
27
- /**
28
- * Styles for the Menubar component
29
-
30
-
31
- */
32
- export declare const menubar: MenubarRecipe
@@ -1,96 +0,0 @@
1
- import { compact, getSlotCompoundVariant, memo, splitProps } from '../helpers.mjs';
2
- import { createRecipe } from './create-recipe.mjs';
3
-
4
- const menubarDefaultVariants = {}
5
- const menubarCompoundVariants = []
6
-
7
- const menubarSlotNames = [
8
- [
9
- "root",
10
- "menubar__root"
11
- ],
12
- [
13
- "menu",
14
- "menubar__menu"
15
- ],
16
- [
17
- "group",
18
- "menubar__group"
19
- ],
20
- [
21
- "portal",
22
- "menubar__portal"
23
- ],
24
- [
25
- "sub",
26
- "menubar__sub"
27
- ],
28
- [
29
- "radioGroup",
30
- "menubar__radioGroup"
31
- ],
32
- [
33
- "trigger",
34
- "menubar__trigger"
35
- ],
36
- [
37
- "subTrigger",
38
- "menubar__subTrigger"
39
- ],
40
- [
41
- "subContent",
42
- "menubar__subContent"
43
- ],
44
- [
45
- "content",
46
- "menubar__content"
47
- ],
48
- [
49
- "item",
50
- "menubar__item"
51
- ],
52
- [
53
- "checkboxItem",
54
- "menubar__checkboxItem"
55
- ],
56
- [
57
- "radioItem",
58
- "menubar__radioItem"
59
- ],
60
- [
61
- "itemIndicator",
62
- "menubar__itemIndicator"
63
- ],
64
- [
65
- "label",
66
- "menubar__label"
67
- ],
68
- [
69
- "separator",
70
- "menubar__separator"
71
- ],
72
- [
73
- "shortcut",
74
- "menubar__shortcut"
75
- ]
76
- ]
77
- const menubarSlotFns = /* @__PURE__ */ menubarSlotNames.map(([slotName, slotKey]) => [slotName, createRecipe(slotKey, menubarDefaultVariants, getSlotCompoundVariant(menubarCompoundVariants, slotName))])
78
-
79
- const menubarFn = memo((props = {}) => {
80
- return Object.fromEntries(menubarSlotFns.map(([slotName, slotFn]) => [slotName, slotFn.recipeFn(props)]))
81
- })
82
-
83
- const menubarVariantKeys = []
84
- const getVariantProps = (variants) => ({ ...menubarDefaultVariants, ...compact(variants) })
85
-
86
- export const menubar = /* @__PURE__ */ Object.assign(menubarFn, {
87
- __recipe__: false,
88
- __name__: 'menubar',
89
- raw: (props) => props,
90
- variantKeys: menubarVariantKeys,
91
- variantMap: {},
92
- splitVariantProps(props) {
93
- return splitProps(props, menubarVariantKeys)
94
- },
95
- getVariantProps
96
- })
@@ -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 MutedVariant {
6
-
7
- }
8
-
9
- type MutedVariantMap = {
10
- [key in keyof MutedVariant]: Array<MutedVariant[key]>
11
- }
12
-
13
- export type MutedVariantProps = {
14
- [key in keyof MutedVariant]?: ConditionalValue<MutedVariant[key]> | undefined
15
- }
16
-
17
- export interface MutedRecipe {
18
- __type: MutedVariantProps
19
- (props?: MutedVariantProps): string
20
- raw: (props?: MutedVariantProps) => MutedVariantProps
21
- variantMap: MutedVariantMap
22
- variantKeys: Array<keyof MutedVariant>
23
- splitVariantProps<Props extends MutedVariantProps>(props: Props): [MutedVariantProps, Pretty<DistributiveOmit<Props, keyof MutedVariantProps>>]
24
- getVariantProps: (props?: MutedVariantProps) => MutedVariantProps
25
- }
26
-
27
- /**
28
- * Typography - Muted style
29
-
30
-
31
- */
32
- export declare const muted: MutedRecipe
@@ -1,24 +0,0 @@
1
- import { memo, splitProps } from '../helpers.mjs';
2
- import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
-
4
- const mutedFn = /* @__PURE__ */ createRecipe('muted', {}, [])
5
-
6
- const mutedVariantMap = {}
7
-
8
- const mutedVariantKeys = Object.keys(mutedVariantMap)
9
-
10
- export const muted = /* @__PURE__ */ Object.assign(memo(mutedFn.recipeFn), {
11
- __recipe__: true,
12
- __name__: 'muted',
13
- __getCompoundVariantCss__: mutedFn.__getCompoundVariantCss__,
14
- raw: (props) => props,
15
- variantKeys: mutedVariantKeys,
16
- variantMap: mutedVariantMap,
17
- merge(recipe) {
18
- return mergeRecipes(this, recipe)
19
- },
20
- splitVariantProps(props) {
21
- return splitProps(props, mutedVariantKeys)
22
- },
23
- getVariantProps: mutedFn.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 NavigationMenuVariant {
6
-
7
- }
8
-
9
- type NavigationMenuVariantMap = {
10
- [key in keyof NavigationMenuVariant]: Array<NavigationMenuVariant[key]>
11
- }
12
-
13
- export type NavigationMenuVariantProps = {
14
- [key in keyof NavigationMenuVariant]?: ConditionalValue<NavigationMenuVariant[key]> | undefined
15
- }
16
-
17
- export interface NavigationMenuRecipe {
18
- __type: NavigationMenuVariantProps
19
- (props?: NavigationMenuVariantProps): Pretty<Record<"root" | "list" | "item" | "trigger" | "content" | "link" | "viewportWrapper" | "viewport" | "indicator", string>>
20
- raw: (props?: NavigationMenuVariantProps) => NavigationMenuVariantProps
21
- variantMap: NavigationMenuVariantMap
22
- variantKeys: Array<keyof NavigationMenuVariant>
23
- splitVariantProps<Props extends NavigationMenuVariantProps>(props: Props): [NavigationMenuVariantProps, Pretty<DistributiveOmit<Props, keyof NavigationMenuVariantProps>>]
24
- getVariantProps: (props?: NavigationMenuVariantProps) => NavigationMenuVariantProps
25
- }
26
-
27
- /**
28
- * Styles for the NavigationMenu component
29
-
30
-
31
- */
32
- export declare const navigationMenu: NavigationMenuRecipe
@@ -1,64 +0,0 @@
1
- import { compact, getSlotCompoundVariant, memo, splitProps } from '../helpers.mjs';
2
- import { createRecipe } from './create-recipe.mjs';
3
-
4
- const navigationMenuDefaultVariants = {}
5
- const navigationMenuCompoundVariants = []
6
-
7
- const navigationMenuSlotNames = [
8
- [
9
- "root",
10
- "navigationMenu__root"
11
- ],
12
- [
13
- "list",
14
- "navigationMenu__list"
15
- ],
16
- [
17
- "item",
18
- "navigationMenu__item"
19
- ],
20
- [
21
- "trigger",
22
- "navigationMenu__trigger"
23
- ],
24
- [
25
- "content",
26
- "navigationMenu__content"
27
- ],
28
- [
29
- "link",
30
- "navigationMenu__link"
31
- ],
32
- [
33
- "viewportWrapper",
34
- "navigationMenu__viewportWrapper"
35
- ],
36
- [
37
- "viewport",
38
- "navigationMenu__viewport"
39
- ],
40
- [
41
- "indicator",
42
- "navigationMenu__indicator"
43
- ]
44
- ]
45
- const navigationMenuSlotFns = /* @__PURE__ */ navigationMenuSlotNames.map(([slotName, slotKey]) => [slotName, createRecipe(slotKey, navigationMenuDefaultVariants, getSlotCompoundVariant(navigationMenuCompoundVariants, slotName))])
46
-
47
- const navigationMenuFn = memo((props = {}) => {
48
- return Object.fromEntries(navigationMenuSlotFns.map(([slotName, slotFn]) => [slotName, slotFn.recipeFn(props)]))
49
- })
50
-
51
- const navigationMenuVariantKeys = []
52
- const getVariantProps = (variants) => ({ ...navigationMenuDefaultVariants, ...compact(variants) })
53
-
54
- export const navigationMenu = /* @__PURE__ */ Object.assign(navigationMenuFn, {
55
- __recipe__: false,
56
- __name__: 'navigationMenu',
57
- raw: (props) => props,
58
- variantKeys: navigationMenuVariantKeys,
59
- variantMap: {},
60
- splitVariantProps(props) {
61
- return splitProps(props, navigationMenuVariantKeys)
62
- },
63
- getVariantProps
64
- })
@@ -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 PVariant {
6
-
7
- }
8
-
9
- type PVariantMap = {
10
- [key in keyof PVariant]: Array<PVariant[key]>
11
- }
12
-
13
- export type PVariantProps = {
14
- [key in keyof PVariant]?: ConditionalValue<PVariant[key]> | undefined
15
- }
16
-
17
- export interface PRecipe {
18
- __type: PVariantProps
19
- (props?: PVariantProps): string
20
- raw: (props?: PVariantProps) => PVariantProps
21
- variantMap: PVariantMap
22
- variantKeys: Array<keyof PVariant>
23
- splitVariantProps<Props extends PVariantProps>(props: Props): [PVariantProps, Pretty<DistributiveOmit<Props, keyof PVariantProps>>]
24
- getVariantProps: (props?: PVariantProps) => PVariantProps
25
- }
26
-
27
- /**
28
- * Typography - p style
29
-
30
-
31
- */
32
- export declare const p: PRecipe
@@ -1,24 +0,0 @@
1
- import { memo, splitProps } from '../helpers.mjs';
2
- import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
-
4
- const pFn = /* @__PURE__ */ createRecipe('p', {}, [])
5
-
6
- const pVariantMap = {}
7
-
8
- const pVariantKeys = Object.keys(pVariantMap)
9
-
10
- export const p = /* @__PURE__ */ Object.assign(memo(pFn.recipeFn), {
11
- __recipe__: true,
12
- __name__: 'p',
13
- __getCompoundVariantCss__: pFn.__getCompoundVariantCss__,
14
- raw: (props) => props,
15
- variantKeys: pVariantKeys,
16
- variantMap: pVariantMap,
17
- merge(recipe) {
18
- return mergeRecipes(this, recipe)
19
- },
20
- splitVariantProps(props) {
21
- return splitProps(props, pVariantKeys)
22
- },
23
- getVariantProps: pFn.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 PopoverVariant {
6
-
7
- }
8
-
9
- type PopoverVariantMap = {
10
- [key in keyof PopoverVariant]: Array<PopoverVariant[key]>
11
- }
12
-
13
- export type PopoverVariantProps = {
14
- [key in keyof PopoverVariant]?: ConditionalValue<PopoverVariant[key]> | undefined
15
- }
16
-
17
- export interface PopoverRecipe {
18
- __type: PopoverVariantProps
19
- (props?: PopoverVariantProps): Pretty<Record<"root" | "trigger" | "portal" | "content", string>>
20
- raw: (props?: PopoverVariantProps) => PopoverVariantProps
21
- variantMap: PopoverVariantMap
22
- variantKeys: Array<keyof PopoverVariant>
23
- splitVariantProps<Props extends PopoverVariantProps>(props: Props): [PopoverVariantProps, Pretty<DistributiveOmit<Props, keyof PopoverVariantProps>>]
24
- getVariantProps: (props?: PopoverVariantProps) => PopoverVariantProps
25
- }
26
-
27
- /**
28
- * Styles for the Popover component
29
-
30
-
31
- */
32
- export declare const popover: PopoverRecipe
@@ -1,44 +0,0 @@
1
- import { compact, getSlotCompoundVariant, memo, splitProps } from '../helpers.mjs';
2
- import { createRecipe } from './create-recipe.mjs';
3
-
4
- const popoverDefaultVariants = {}
5
- const popoverCompoundVariants = []
6
-
7
- const popoverSlotNames = [
8
- [
9
- "root",
10
- "popover__root"
11
- ],
12
- [
13
- "trigger",
14
- "popover__trigger"
15
- ],
16
- [
17
- "portal",
18
- "popover__portal"
19
- ],
20
- [
21
- "content",
22
- "popover__content"
23
- ]
24
- ]
25
- const popoverSlotFns = /* @__PURE__ */ popoverSlotNames.map(([slotName, slotKey]) => [slotName, createRecipe(slotKey, popoverDefaultVariants, getSlotCompoundVariant(popoverCompoundVariants, slotName))])
26
-
27
- const popoverFn = memo((props = {}) => {
28
- return Object.fromEntries(popoverSlotFns.map(([slotName, slotFn]) => [slotName, slotFn.recipeFn(props)]))
29
- })
30
-
31
- const popoverVariantKeys = []
32
- const getVariantProps = (variants) => ({ ...popoverDefaultVariants, ...compact(variants) })
33
-
34
- export const popover = /* @__PURE__ */ Object.assign(popoverFn, {
35
- __recipe__: false,
36
- __name__: 'popover',
37
- raw: (props) => props,
38
- variantKeys: popoverVariantKeys,
39
- variantMap: {},
40
- splitVariantProps(props) {
41
- return splitProps(props, popoverVariantKeys)
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 ProgressVariant {
6
-
7
- }
8
-
9
- type ProgressVariantMap = {
10
- [key in keyof ProgressVariant]: Array<ProgressVariant[key]>
11
- }
12
-
13
- export type ProgressVariantProps = {
14
- [key in keyof ProgressVariant]?: ConditionalValue<ProgressVariant[key]> | undefined
15
- }
16
-
17
- export interface ProgressRecipe {
18
- __type: ProgressVariantProps
19
- (props?: ProgressVariantProps): Pretty<Record<"root" | "indicator", string>>
20
- raw: (props?: ProgressVariantProps) => ProgressVariantProps
21
- variantMap: ProgressVariantMap
22
- variantKeys: Array<keyof ProgressVariant>
23
- splitVariantProps<Props extends ProgressVariantProps>(props: Props): [ProgressVariantProps, Pretty<DistributiveOmit<Props, keyof ProgressVariantProps>>]
24
- getVariantProps: (props?: ProgressVariantProps) => ProgressVariantProps
25
- }
26
-
27
- /**
28
- * Styles for the Progress component
29
-
30
-
31
- */
32
- export declare const progress: ProgressRecipe