@vuer-ai/vuer-uikit 0.0.108 → 0.0.109

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 (206) hide show
  1. package/dist/SyncScroll/SyncScroll.cjs +1 -1
  2. package/dist/SyncScroll/SyncScroll.mjs +1 -1
  3. package/dist/SyncScroll/index.cjs +1 -1
  4. package/dist/SyncScroll/index.mjs +1 -1
  5. package/dist/{chunk-M4IHJGJE.cjs → chunk-ASR6OXVT.cjs} +2 -1
  6. package/dist/{chunk-R2WPT5VM.mjs → chunk-DQUI3PIU.mjs} +2 -2
  7. package/dist/{chunk-GZBZMYJM.cjs → chunk-QIYGXPLM.cjs} +49 -33
  8. package/dist/{chunk-3OLRPUTL.mjs → chunk-RA6QMOFM.mjs} +43 -27
  9. package/dist/{chunk-OYQJVHKA.cjs → chunk-SHT4BJOB.cjs} +2 -2
  10. package/dist/{chunk-42UBHC2D.mjs → chunk-YPQEJEB7.mjs} +2 -1
  11. package/dist/dial/DialPanel.cjs +19 -19
  12. package/dist/dial/DialPanel.mjs +18 -18
  13. package/dist/dial/index.cjs +35 -35
  14. package/dist/dial/index.mjs +18 -18
  15. package/dist/dial/wrapped-inputs/ControlledInputs.cjs +23 -23
  16. package/dist/dial/wrapped-inputs/ControlledInputs.mjs +18 -18
  17. package/dist/dial/wrapped-inputs/DialInputs.cjs +32 -32
  18. package/dist/dial/wrapped-inputs/DialInputs.mjs +18 -18
  19. package/dist/dial/wrapped-inputs/DialPresetsInput.cjs +19 -19
  20. package/dist/dial/wrapped-inputs/DialPresetsInput.mjs +18 -18
  21. package/dist/dial/wrapped-inputs/DialVectorInput.cjs +19 -19
  22. package/dist/dial/wrapped-inputs/DialVectorInput.mjs +18 -18
  23. package/dist/dial/wrapped-inputs/index.cjs +39 -39
  24. package/dist/dial/wrapped-inputs/index.mjs +18 -18
  25. package/dist/highlight-cursor/enhanced-components.cjs +1 -1
  26. package/dist/highlight-cursor/enhanced-components.mjs +1 -1
  27. package/dist/highlight-cursor/index.cjs +1 -1
  28. package/dist/highlight-cursor/index.mjs +1 -1
  29. package/dist/hooks/index.cjs +5 -5
  30. package/dist/hooks/index.mjs +1 -1
  31. package/dist/index.cjs +98 -98
  32. package/dist/index.css +14 -14
  33. package/dist/index.d.cts +1 -1
  34. package/dist/index.d.ts +1 -1
  35. package/dist/index.mjs +18 -18
  36. package/dist/styles/theme.css +1 -1
  37. package/dist/ui/DialBadge.cjs +1 -1
  38. package/dist/ui/DialBadge.mjs +1 -1
  39. package/dist/ui/UIKitBadge.cjs +6 -6
  40. package/dist/ui/UIKitBadge.mjs +2 -2
  41. package/dist/ui/avatar.cjs +1 -1
  42. package/dist/ui/avatar.mjs +1 -1
  43. package/dist/ui/badge.cjs +1 -1
  44. package/dist/ui/badge.d.cts +1 -1
  45. package/dist/ui/badge.d.ts +1 -1
  46. package/dist/ui/badge.mjs +1 -1
  47. package/dist/ui/button.cjs +1 -1
  48. package/dist/ui/button.mjs +1 -1
  49. package/dist/ui/card.cjs +1 -1
  50. package/dist/ui/card.mjs +1 -1
  51. package/dist/ui/checkbox.cjs +1 -1
  52. package/dist/ui/checkbox.mjs +1 -1
  53. package/dist/ui/collapsible.cjs +1 -1
  54. package/dist/ui/collapsible.mjs +1 -1
  55. package/dist/ui/drawer.cjs +1 -1
  56. package/dist/ui/drawer.mjs +1 -1
  57. package/dist/ui/dropdown.cjs +1 -1
  58. package/dist/ui/dropdown.mjs +1 -1
  59. package/dist/ui/index.cjs +67 -67
  60. package/dist/ui/index.d.cts +1 -1
  61. package/dist/ui/index.d.ts +1 -1
  62. package/dist/ui/index.mjs +16 -16
  63. package/dist/ui/inputs/color-input.cjs +1 -1
  64. package/dist/ui/inputs/color-input.mjs +1 -1
  65. package/dist/ui/inputs/index.cjs +29 -29
  66. package/dist/ui/inputs/index.mjs +7 -7
  67. package/dist/ui/inputs/input-numbers.cjs +1 -1
  68. package/dist/ui/inputs/input-numbers.mjs +1 -1
  69. package/dist/ui/inputs/input.cjs +1 -1
  70. package/dist/ui/inputs/input.d.cts +1 -1
  71. package/dist/ui/inputs/input.d.ts +1 -1
  72. package/dist/ui/inputs/input.mjs +1 -1
  73. package/dist/ui/inputs/number-inputs/CmInput.cjs +1 -1
  74. package/dist/ui/inputs/number-inputs/CmInput.mjs +1 -1
  75. package/dist/ui/inputs/number-inputs/DegInput.cjs +1 -1
  76. package/dist/ui/inputs/number-inputs/DegInput.mjs +1 -1
  77. package/dist/ui/inputs/number-inputs/EulerDegInput.cjs +1 -1
  78. package/dist/ui/inputs/number-inputs/EulerDegInput.mjs +1 -1
  79. package/dist/ui/inputs/number-inputs/EulerInput.cjs +1 -1
  80. package/dist/ui/inputs/number-inputs/EulerInput.mjs +1 -1
  81. package/dist/ui/inputs/number-inputs/EulerRadInput.cjs +1 -1
  82. package/dist/ui/inputs/number-inputs/EulerRadInput.mjs +1 -1
  83. package/dist/ui/inputs/number-inputs/InchInput.cjs +1 -1
  84. package/dist/ui/inputs/number-inputs/InchInput.mjs +1 -1
  85. package/dist/ui/inputs/number-inputs/IntInput.cjs +1 -1
  86. package/dist/ui/inputs/number-inputs/IntInput.mjs +1 -1
  87. package/dist/ui/inputs/number-inputs/KVectorInput.cjs +1 -1
  88. package/dist/ui/inputs/number-inputs/KVectorInput.mjs +1 -1
  89. package/dist/ui/inputs/number-inputs/QuaternionInput.cjs +1 -1
  90. package/dist/ui/inputs/number-inputs/QuaternionInput.mjs +1 -1
  91. package/dist/ui/inputs/number-inputs/RadInput.cjs +1 -1
  92. package/dist/ui/inputs/number-inputs/RadInput.mjs +1 -1
  93. package/dist/ui/inputs/number-inputs/TimeInput.cjs +1 -1
  94. package/dist/ui/inputs/number-inputs/TimeInput.mjs +1 -1
  95. package/dist/ui/inputs/number-inputs/Vec3Input.cjs +1 -1
  96. package/dist/ui/inputs/number-inputs/Vec3Input.mjs +1 -1
  97. package/dist/ui/inputs/number-inputs/VectorInput.cjs +1 -1
  98. package/dist/ui/inputs/number-inputs/VectorInput.mjs +1 -1
  99. package/dist/ui/inputs/number-inputs/index.cjs +24 -24
  100. package/dist/ui/inputs/number-inputs/index.mjs +6 -6
  101. package/dist/ui/inputs/presets-input.cjs +1 -1
  102. package/dist/ui/inputs/presets-input.mjs +1 -1
  103. package/dist/ui/inputs/presets-rad-input.cjs +1 -1
  104. package/dist/ui/inputs/presets-rad-input.mjs +1 -1
  105. package/dist/ui/inputs/text-input.cjs +1 -1
  106. package/dist/ui/inputs/text-input.mjs +1 -1
  107. package/dist/ui/label.cjs +3 -3
  108. package/dist/ui/label.d.cts +2 -2
  109. package/dist/ui/label.d.ts +2 -2
  110. package/dist/ui/label.mjs +2 -2
  111. package/dist/ui/layout.cjs +1 -1
  112. package/dist/ui/layout.d.cts +3 -2
  113. package/dist/ui/layout.d.ts +3 -2
  114. package/dist/ui/layout.mjs +1 -1
  115. package/dist/ui/layouts/dock-layout/DockLayoutView.cjs +1 -1
  116. package/dist/ui/layouts/dock-layout/DockLayoutView.mjs +1 -1
  117. package/dist/ui/layouts/dock-layout/LayoutSlots.cjs +1 -1
  118. package/dist/ui/layouts/dock-layout/LayoutSlots.mjs +1 -1
  119. package/dist/ui/layouts/dock-layout/index.cjs +1 -1
  120. package/dist/ui/layouts/dock-layout/index.mjs +1 -1
  121. package/dist/ui/layouts/index.cjs +3 -3
  122. package/dist/ui/layouts/index.mjs +3 -3
  123. package/dist/ui/layouts/liquid-layout/LayoutSlots.cjs +1 -1
  124. package/dist/ui/layouts/liquid-layout/LayoutSlots.mjs +1 -1
  125. package/dist/ui/layouts/liquid-layout/LiquidLayoutView.cjs +1 -1
  126. package/dist/ui/layouts/liquid-layout/LiquidLayoutView.mjs +1 -1
  127. package/dist/ui/layouts/liquid-layout/index.cjs +1 -1
  128. package/dist/ui/layouts/liquid-layout/index.mjs +1 -1
  129. package/dist/ui/modal.cjs +1 -1
  130. package/dist/ui/modal.mjs +1 -1
  131. package/dist/ui/navigation.cjs +1 -1
  132. package/dist/ui/navigation.mjs +1 -1
  133. package/dist/ui/pagination.cjs +1 -1
  134. package/dist/ui/pagination.mjs +1 -1
  135. package/dist/ui/panel.cjs +1 -1
  136. package/dist/ui/panel.mjs +1 -1
  137. package/dist/ui/popover.cjs +1 -1
  138. package/dist/ui/popover.mjs +1 -1
  139. package/dist/ui/radio-group.cjs +1 -1
  140. package/dist/ui/radio-group.mjs +1 -1
  141. package/dist/ui/resizable.cjs +1 -1
  142. package/dist/ui/resizable.mjs +1 -1
  143. package/dist/ui/select.cjs +1 -1
  144. package/dist/ui/select.d.cts +1 -1
  145. package/dist/ui/select.d.ts +1 -1
  146. package/dist/ui/select.mjs +1 -1
  147. package/dist/ui/separator.cjs +1 -1
  148. package/dist/ui/separator.mjs +1 -1
  149. package/dist/ui/sheet.cjs +1 -1
  150. package/dist/ui/sheet.mjs +1 -1
  151. package/dist/ui/sidebar.cjs +1 -1
  152. package/dist/ui/sidebar.mjs +1 -1
  153. package/dist/ui/simple-tree-view.cjs +1 -1
  154. package/dist/ui/simple-tree-view.mjs +1 -1
  155. package/dist/ui/skeleton.cjs +1 -1
  156. package/dist/ui/skeleton.mjs +1 -1
  157. package/dist/ui/slider.cjs +1 -1
  158. package/dist/ui/slider.mjs +1 -1
  159. package/dist/ui/switch.cjs +1 -1
  160. package/dist/ui/switch.mjs +1 -1
  161. package/dist/ui/table.cjs +1 -1
  162. package/dist/ui/table.mjs +1 -1
  163. package/dist/ui/tabs.cjs +1 -1
  164. package/dist/ui/tabs.mjs +1 -1
  165. package/dist/ui/textarea.cjs +1 -1
  166. package/dist/ui/textarea.d.cts +1 -1
  167. package/dist/ui/textarea.d.ts +1 -1
  168. package/dist/ui/textarea.mjs +1 -1
  169. package/dist/ui/theme/ThemeToggles.cjs +1 -1
  170. package/dist/ui/theme/ThemeToggles.mjs +1 -1
  171. package/dist/ui/theme/index.cjs +1 -1
  172. package/dist/ui/theme/index.mjs +1 -1
  173. package/dist/ui/toggle-buttons.cjs +1 -1
  174. package/dist/ui/toggle-buttons.mjs +1 -1
  175. package/dist/ui/toggle-group.cjs +1 -1
  176. package/dist/ui/toggle-group.mjs +1 -1
  177. package/dist/ui/toggle.cjs +1 -1
  178. package/dist/ui/toggle.mjs +1 -1
  179. package/dist/ui/toolbar.cjs +1 -1
  180. package/dist/ui/toolbar.mjs +1 -1
  181. package/dist/ui/tooltip.cjs +1 -1
  182. package/dist/ui/tooltip.mjs +1 -1
  183. package/dist/ui/tree-view/TreeSearchBar.cjs +1 -1
  184. package/dist/ui/tree-view/TreeSearchBar.mjs +1 -1
  185. package/dist/ui/tree-view/TreeView.cjs +1 -1
  186. package/dist/ui/tree-view/TreeView.mjs +1 -1
  187. package/dist/ui/tree-view/index.cjs +1 -1
  188. package/dist/ui/tree-view/index.mjs +1 -1
  189. package/dist/ui/tree-view-legacy.cjs +1 -1
  190. package/dist/ui/tree-view-legacy.mjs +1 -1
  191. package/dist/ui/waterfall/CursorOverlay.cjs +1 -1
  192. package/dist/ui/waterfall/CursorOverlay.mjs +1 -1
  193. package/dist/ui/waterfall/TimelineEvent.cjs +1 -1
  194. package/dist/ui/waterfall/TimelineEvent.mjs +1 -1
  195. package/dist/ui/waterfall/TimelineProcessBar.cjs +1 -1
  196. package/dist/ui/waterfall/TimelineProcessBar.mjs +1 -1
  197. package/dist/ui/waterfall/Wedges.cjs +1 -1
  198. package/dist/ui/waterfall/Wedges.mjs +1 -1
  199. package/dist/ui/waterfall/index.cjs +1 -1
  200. package/dist/ui/waterfall/index.mjs +1 -1
  201. package/package.json +1 -1
  202. package/src/dial/DialPanel.tsx +17 -7
  203. package/src/dial/wrapped-inputs/DialInputs.tsx +29 -28
  204. package/src/styles/theme.css +2 -0
  205. package/src/ui/label.tsx +2 -1
  206. package/src/ui/layout.tsx +2 -1
@@ -1,14 +1,16 @@
1
- import React from "react";
1
+ import React, { PropsWithChildren } from "react";
2
2
 
3
3
  import {
4
4
  CmInput,
5
5
  DegInput,
6
6
  EulerDegInput,
7
7
  EulerInput,
8
+ EulerRadInput,
8
9
  FormLayout,
9
10
  InchInput,
10
11
  IntInput,
11
12
  Label,
13
+ type LayoutType,
12
14
  QuaternionInput,
13
15
  RadInput,
14
16
  TextInput,
@@ -16,7 +18,6 @@ import {
16
18
  Vec3Input,
17
19
  VectorInput,
18
20
  } from "../../index";
19
- import { EulerRadInput } from "../../ui/inputs/number-inputs/EulerRadInput";
20
21
  import { LabelPositionT, useDialSchema } from "../DialProvider";
21
22
 
22
23
  // Base props for all dial-wrapped inputs
@@ -29,19 +30,19 @@ interface DialWrapperProps {
29
30
  }
30
31
 
31
32
  // Helper component for wrapping inputs with labels
32
- const DialInputWrapper: React.FC<{
33
- label?: string;
34
- children: React.ReactElement;
35
- }> = ({ label, children }) => {
33
+ const DialInputWrapper: React.FC<PropsWithChildren<DialWrapperProps>> = ({
34
+ label,
35
+ labelPosition = "top",
36
+ children,
37
+ }) => {
36
38
  if (!label) {
37
39
  return <>{children}</>;
38
40
  }
39
41
 
40
- // Always use horizontal layout (label on left)
41
42
  return (
42
- <FormLayout orientation="label-top">
43
+ <FormLayout orientation={`label-${labelPosition}` as LayoutType}>
43
44
  <Label size="sm">{label}</Label>
44
- {children}
45
+ <>{children}</>
45
46
  </FormLayout>
46
47
  );
47
48
  };
@@ -69,7 +70,7 @@ export const DialVec3Input: React.FC<DialWrapperProps> = ({
69
70
  );
70
71
  } else {
71
72
  return (
72
- <DialInputWrapper label={label}>
73
+ <DialInputWrapper name={name} label={label}>
73
74
  <Vec3Input
74
75
  value={value}
75
76
  onValuesChange={(val) => setValue(name, val)}
@@ -104,7 +105,7 @@ export const DialEulerInput: React.FC<DialWrapperProps> = ({
104
105
  );
105
106
  } else {
106
107
  return (
107
- <DialInputWrapper label={label}>
108
+ <DialInputWrapper name={name} label={label}>
108
109
  <EulerInput
109
110
  value={value}
110
111
  onValuesChange={(val) => setValue(name, val)}
@@ -139,7 +140,7 @@ export const DialEulerDegInput: React.FC<DialWrapperProps> = ({
139
140
  );
140
141
  } else {
141
142
  return (
142
- <DialInputWrapper label={label}>
143
+ <DialInputWrapper name={name} label={label}>
143
144
  <EulerDegInput
144
145
  value={value}
145
146
  onValuesChange={(val) => setValue(name, val)}
@@ -174,7 +175,7 @@ export const DialQuaternionInput: React.FC<DialWrapperProps> = ({
174
175
  );
175
176
  } else {
176
177
  return (
177
- <DialInputWrapper label={label}>
178
+ <DialInputWrapper name={name} label={label}>
178
179
  <QuaternionInput
179
180
  value={value}
180
181
  onValuesChange={(val) => setValue(name, val)}
@@ -210,7 +211,7 @@ export const DialVectorInput: React.FC<DialWrapperProps & { dimensions?: number
210
211
  );
211
212
  } else {
212
213
  return (
213
- <DialInputWrapper label={label}>
214
+ <DialInputWrapper name={name} label={label}>
214
215
  <VectorInput
215
216
  value={value}
216
217
  onValuesChange={(val) => setValue(name, val)}
@@ -245,7 +246,7 @@ export const DialIntInput: React.FC<DialWrapperProps> = ({
245
246
  );
246
247
  } else {
247
248
  return (
248
- <DialInputWrapper label={label}>
249
+ <DialInputWrapper name={name} label={label}>
249
250
  <IntInput value={value} onChange={(val) => setValue(name, val)} size={size} step={step} />
250
251
  </DialInputWrapper>
251
252
  );
@@ -275,7 +276,7 @@ export const DialDegInput: React.FC<DialWrapperProps> = ({
275
276
  );
276
277
  } else {
277
278
  return (
278
- <DialInputWrapper label={label}>
279
+ <DialInputWrapper name={name} label={label}>
279
280
  <DegInput value={value} onChange={(val) => setValue(name, val)} size={size} step={step} />
280
281
  </DialInputWrapper>
281
282
  );
@@ -305,7 +306,7 @@ export const DialRadInput: React.FC<DialWrapperProps> = ({
305
306
  );
306
307
  } else {
307
308
  return (
308
- <DialInputWrapper label={label}>
309
+ <DialInputWrapper name={name} label={label}>
309
310
  <RadInput value={value} onChange={(val) => setValue(name, val)} size={size} step={step} />
310
311
  </DialInputWrapper>
311
312
  );
@@ -335,7 +336,7 @@ export const DialCmInput: React.FC<DialWrapperProps> = ({
335
336
  );
336
337
  } else {
337
338
  return (
338
- <DialInputWrapper label={label}>
339
+ <DialInputWrapper name={name} label={label}>
339
340
  <CmInput value={value} onChange={(val) => setValue(name, val)} size={size} step={step} />
340
341
  </DialInputWrapper>
341
342
  );
@@ -365,7 +366,7 @@ export const DialInchInput: React.FC<DialWrapperProps> = ({
365
366
  );
366
367
  } else {
367
368
  return (
368
- <DialInputWrapper label={label}>
369
+ <DialInputWrapper name={name} label={label}>
369
370
  <InchInput value={value} onChange={(val) => setValue(name, val)} size={size} step={step} />
370
371
  </DialInputWrapper>
371
372
  );
@@ -395,7 +396,7 @@ export const DialTimeInput: React.FC<DialWrapperProps> = ({
395
396
  );
396
397
  } else {
397
398
  return (
398
- <DialInputWrapper label={label}>
399
+ <DialInputWrapper name={name} label={label}>
399
400
  <TimeInput value={value} onChange={(val) => setValue(name, val)} size={size} step={step} />
400
401
  </DialInputWrapper>
401
402
  );
@@ -425,11 +426,11 @@ export const DialTextInput: React.FC<DialWrapperProps & { placeholder?: string }
425
426
  );
426
427
  } else {
427
428
  return (
428
- <DialInputWrapper label={label}>
429
- <TextInput
430
- value={value}
431
- onChange={(val) => setValue(name, val)}
432
- size={size}
429
+ <DialInputWrapper name={name} label={label}>
430
+ <TextInput
431
+ value={value}
432
+ onChange={(val) => setValue(name, val)}
433
+ size={size}
433
434
  placeholder={placeholder}
434
435
  />
435
436
  </DialInputWrapper>
@@ -461,7 +462,7 @@ export const DialEulerRadInput: React.FC<DialWrapperProps> = ({
461
462
  );
462
463
  } else {
463
464
  return (
464
- <DialInputWrapper label={label}>
465
+ <DialInputWrapper name={name} label={label}>
465
466
  <EulerRadInput
466
467
  value={value}
467
468
  onValuesChange={(val) => setValue(name, val)}
@@ -487,7 +488,7 @@ export const DialNumberRadInput: React.FC<DialWrapperProps> = ({
487
488
 
488
489
  // Convert radians to degrees for display
489
490
  const degValue = (value * 180) / Math.PI;
490
-
491
+
491
492
  // Handler to convert degrees back to radians
492
493
  const handleChange = (deg: number) => {
493
494
  const rad = (deg * Math.PI) / 180;
@@ -506,7 +507,7 @@ export const DialNumberRadInput: React.FC<DialWrapperProps> = ({
506
507
  );
507
508
  } else {
508
509
  return (
509
- <DialInputWrapper label={label}>
510
+ <DialInputWrapper name={name} label={label}>
510
511
  <DegInput value={degValue} onChange={handleChange} size={size} step={step} />
511
512
  </DialInputWrapper>
512
513
  );
@@ -178,6 +178,7 @@
178
178
  --spacing-xl: calc(var(--spacing) + 12px); /* 16px */
179
179
  /* font-size */
180
180
  --text-uk-hint: 10px; /* hint text */
181
+ --text-uk-xxs: 10px; /* primary text, input title */
181
182
  --text-uk-xs: 11px; /* primary text, input title */
182
183
  --text-uk-sm: 12px; /* tab, highlight text, numbers */
183
184
  --text-uk-subtitle: 13px; /* subtitle */
@@ -188,6 +189,7 @@
188
189
  --text-uk-h1: 30px; /* heading 1 */
189
190
  /* line-height */
190
191
  --leading-uk-hint: 12px; /* hint text */
192
+ --leading-uk-xxs: 12px; /* primary text, input title */
191
193
  --leading-uk-xs: 14px; /* primary text, input title */
192
194
  --leading-uk-sm: 16px; /* tab, highlight text, numbers */
193
195
  --leading-uk-subtitle: 18px; /* subtitle */
package/src/ui/label.tsx CHANGED
@@ -12,6 +12,7 @@ const labelVariants = cva(
12
12
  xs: "text-xxs",
13
13
  sm: "text-xs",
14
14
  lg: "text-md",
15
+ hint: "text-hint text-muted-foreground",
15
16
  },
16
17
  },
17
18
  defaultVariants: {
@@ -22,7 +23,7 @@ const labelVariants = cva(
22
23
 
23
24
  type LabelProps = React.ComponentPropsWithoutRef<typeof LabelPrimitive.Root> &
24
25
  VariantProps<typeof labelVariants> & {
25
- size?: "xs" | "sm" | "lg";
26
+ size?: "xs" | "sm" | "lg" | "hint";
26
27
  };
27
28
 
28
29
  const Label = React.forwardRef<React.ComponentRef<typeof LabelPrimitive.Root>, LabelProps>(
package/src/ui/layout.tsx CHANGED
@@ -3,11 +3,12 @@ import { PropsWithChildren, ReactElement } from "react";
3
3
 
4
4
  import { cn } from "../hooks";
5
5
 
6
+ export type LayoutType = "label-left" | "label-top";
6
7
  export interface FormLayoutProps extends PropsWithChildren {
7
8
  align?: "start" | "center" | "end" | "baseline";
8
9
  asChild?: boolean;
9
10
  className?: string;
10
- orientation?: "label-left" | "label-top";
11
+ orientation?: LayoutType;
11
12
  children: [ReactElement, ReactElement];
12
13
  }
13
14