@vaneui/ui 0.3.1-alpha.20251129115555.bcd1100 → 0.3.1-alpha.20251201135827.a31cb1e

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 (195) hide show
  1. package/dist/components/themeContext.d.ts +17 -1
  2. package/dist/components/themeContext.d.ts.map +1 -1
  3. package/dist/components/ui/badge.d.ts +14 -189
  4. package/dist/components/ui/badge.d.ts.map +1 -1
  5. package/dist/components/ui/button.d.ts +14 -189
  6. package/dist/components/ui/button.d.ts.map +1 -1
  7. package/dist/components/ui/card.d.ts +8 -128
  8. package/dist/components/ui/card.d.ts.map +1 -1
  9. package/dist/components/ui/checkbox.d.ts +8 -88
  10. package/dist/components/ui/checkbox.d.ts.map +1 -1
  11. package/dist/components/ui/chip.d.ts +14 -2
  12. package/dist/components/ui/chip.d.ts.map +1 -1
  13. package/dist/components/ui/code.d.ts +8 -126
  14. package/dist/components/ui/code.d.ts.map +1 -1
  15. package/dist/components/ui/col.d.ts +8 -96
  16. package/dist/components/ui/col.d.ts.map +1 -1
  17. package/dist/components/ui/container.d.ts +8 -96
  18. package/dist/components/ui/container.d.ts.map +1 -1
  19. package/dist/components/ui/divider.d.ts +8 -71
  20. package/dist/components/ui/divider.d.ts.map +1 -1
  21. package/dist/components/ui/grid.d.ts +16 -405
  22. package/dist/components/ui/grid.d.ts.map +1 -1
  23. package/dist/components/ui/img.d.ts +8 -88
  24. package/dist/components/ui/img.d.ts.map +1 -1
  25. package/dist/components/ui/input.d.ts +8 -126
  26. package/dist/components/ui/input.d.ts.map +1 -1
  27. package/dist/components/ui/label.d.ts +8 -107
  28. package/dist/components/ui/label.d.ts.map +1 -1
  29. package/dist/components/ui/props/appearanceProps.d.ts +26 -0
  30. package/dist/components/ui/props/appearanceProps.d.ts.map +1 -0
  31. package/dist/components/ui/props/baseProps.d.ts +11 -0
  32. package/dist/components/ui/props/baseProps.d.ts.map +1 -0
  33. package/dist/components/ui/props/borderProps.d.ts +22 -0
  34. package/dist/components/ui/props/borderProps.d.ts.map +1 -0
  35. package/dist/components/ui/props/breakpointProps.d.ts +14 -0
  36. package/dist/components/ui/props/breakpointProps.d.ts.map +1 -0
  37. package/dist/components/ui/props/displayProps.d.ts +28 -0
  38. package/dist/components/ui/props/displayProps.d.ts.map +1 -0
  39. package/dist/components/ui/props/flexDirectionProps.d.ts +14 -0
  40. package/dist/components/ui/props/flexDirectionProps.d.ts.map +1 -0
  41. package/dist/components/ui/props/focusVisibleProps.d.ts +10 -0
  42. package/dist/components/ui/props/focusVisibleProps.d.ts.map +1 -0
  43. package/dist/components/ui/props/fontFamilyProps.d.ts +12 -0
  44. package/dist/components/ui/props/fontFamilyProps.d.ts.map +1 -0
  45. package/dist/components/ui/props/fontStyleProps.d.ts +10 -0
  46. package/dist/components/ui/props/fontStyleProps.d.ts.map +1 -0
  47. package/dist/components/ui/props/fontWeightProps.d.ts +24 -0
  48. package/dist/components/ui/props/fontWeightProps.d.ts.map +1 -0
  49. package/dist/components/ui/props/gapProps.d.ts +10 -0
  50. package/dist/components/ui/props/gapProps.d.ts.map +1 -0
  51. package/dist/components/ui/props/hideProps.d.ts +14 -0
  52. package/dist/components/ui/props/hideProps.d.ts.map +1 -0
  53. package/dist/components/ui/props/itemsProps.d.ts +16 -0
  54. package/dist/components/ui/props/itemsProps.d.ts.map +1 -0
  55. package/dist/components/ui/props/justifyProps.d.ts +22 -0
  56. package/dist/components/ui/props/justifyProps.d.ts.map +1 -0
  57. package/dist/components/ui/props/keys.d.ts +4 -28
  58. package/dist/components/ui/props/keys.d.ts.map +1 -1
  59. package/dist/components/ui/props/listStyleProps.d.ts +10 -0
  60. package/dist/components/ui/props/listStyleProps.d.ts.map +1 -0
  61. package/dist/components/ui/props/overflowProps.d.ts +36 -0
  62. package/dist/components/ui/props/overflowProps.d.ts.map +1 -0
  63. package/dist/components/ui/props/paddingProps.d.ts +10 -0
  64. package/dist/components/ui/props/paddingProps.d.ts.map +1 -0
  65. package/dist/components/ui/props/positionProps.d.ts +16 -0
  66. package/dist/components/ui/props/positionProps.d.ts.map +1 -0
  67. package/dist/components/ui/props/props.d.ts +34 -76
  68. package/dist/components/ui/props/props.d.ts.map +1 -1
  69. package/dist/components/ui/props/reverseProps.d.ts +8 -0
  70. package/dist/components/ui/props/reverseProps.d.ts.map +1 -0
  71. package/dist/components/ui/props/ringProps.d.ts +10 -0
  72. package/dist/components/ui/props/ringProps.d.ts.map +1 -0
  73. package/dist/components/ui/props/shadowProps.d.ts +10 -0
  74. package/dist/components/ui/props/shadowProps.d.ts.map +1 -0
  75. package/dist/components/ui/props/shapeProps.d.ts +12 -0
  76. package/dist/components/ui/props/shapeProps.d.ts.map +1 -0
  77. package/dist/components/ui/props/sizeProps.d.ts +16 -0
  78. package/dist/components/ui/props/sizeProps.d.ts.map +1 -0
  79. package/dist/components/ui/props/textAlignProps.d.ts +14 -0
  80. package/dist/components/ui/props/textAlignProps.d.ts.map +1 -0
  81. package/dist/components/ui/props/textDecorationProps.d.ts +14 -0
  82. package/dist/components/ui/props/textDecorationProps.d.ts.map +1 -0
  83. package/dist/components/ui/props/textTransformProps.d.ts +14 -0
  84. package/dist/components/ui/props/textTransformProps.d.ts.map +1 -0
  85. package/dist/components/ui/props/transparentProps.d.ts +8 -0
  86. package/dist/components/ui/props/transparentProps.d.ts.map +1 -0
  87. package/dist/components/ui/props/variantProps.d.ts +10 -0
  88. package/dist/components/ui/props/variantProps.d.ts.map +1 -0
  89. package/dist/components/ui/props/wrapProps.d.ts +12 -0
  90. package/dist/components/ui/props/wrapProps.d.ts.map +1 -0
  91. package/dist/components/ui/row.d.ts +8 -100
  92. package/dist/components/ui/row.d.ts.map +1 -1
  93. package/dist/components/ui/section.d.ts +8 -102
  94. package/dist/components/ui/section.d.ts.map +1 -1
  95. package/dist/components/ui/stack.d.ts +8 -102
  96. package/dist/components/ui/stack.d.ts.map +1 -1
  97. package/dist/components/ui/theme/appearance/appearanceTheme.d.ts.map +1 -1
  98. package/dist/components/ui/theme/badgeTheme.d.ts +1 -1
  99. package/dist/components/ui/theme/badgeTheme.d.ts.map +1 -1
  100. package/dist/components/ui/theme/buttonTheme.d.ts +1 -1
  101. package/dist/components/ui/theme/buttonTheme.d.ts.map +1 -1
  102. package/dist/components/ui/theme/cardTheme.d.ts +1 -1
  103. package/dist/components/ui/theme/cardTheme.d.ts.map +1 -1
  104. package/dist/components/ui/theme/checkboxTheme.d.ts +1 -1
  105. package/dist/components/ui/theme/checkboxTheme.d.ts.map +1 -1
  106. package/dist/components/ui/theme/chipTheme.d.ts +1 -1
  107. package/dist/components/ui/theme/chipTheme.d.ts.map +1 -1
  108. package/dist/components/ui/theme/codeTheme.d.ts +1 -1
  109. package/dist/components/ui/theme/codeTheme.d.ts.map +1 -1
  110. package/dist/components/ui/theme/colTheme.d.ts +1 -1
  111. package/dist/components/ui/theme/colTheme.d.ts.map +1 -1
  112. package/dist/components/ui/theme/common/ComponentTheme.d.ts +1 -1
  113. package/dist/components/ui/theme/containerTheme.d.ts +1 -1
  114. package/dist/components/ui/theme/containerTheme.d.ts.map +1 -1
  115. package/dist/components/ui/theme/dividerTheme.d.ts +1 -1
  116. package/dist/components/ui/theme/dividerTheme.d.ts.map +1 -1
  117. package/dist/components/ui/theme/gridTheme.d.ts +1 -1
  118. package/dist/components/ui/theme/gridTheme.d.ts.map +1 -1
  119. package/dist/components/ui/theme/imgTheme.d.ts +1 -1
  120. package/dist/components/ui/theme/imgTheme.d.ts.map +1 -1
  121. package/dist/components/ui/theme/inputTheme.d.ts +1 -1
  122. package/dist/components/ui/theme/inputTheme.d.ts.map +1 -1
  123. package/dist/components/ui/theme/labelTheme.d.ts +1 -1
  124. package/dist/components/ui/theme/labelTheme.d.ts.map +1 -1
  125. package/dist/components/ui/theme/rowTheme.d.ts +1 -1
  126. package/dist/components/ui/theme/rowTheme.d.ts.map +1 -1
  127. package/dist/components/ui/theme/sectionTheme.d.ts +1 -1
  128. package/dist/components/ui/theme/sectionTheme.d.ts.map +1 -1
  129. package/dist/components/ui/theme/stackTheme.d.ts +1 -1
  130. package/dist/components/ui/theme/stackTheme.d.ts.map +1 -1
  131. package/dist/components/ui/theme/typographyTheme.d.ts +1 -1
  132. package/dist/components/ui/theme/typographyTheme.d.ts.map +1 -1
  133. package/dist/components/ui/typography.d.ts +51 -108
  134. package/dist/components/ui/typography.d.ts.map +1 -1
  135. package/dist/index.esm.js +38 -750
  136. package/dist/index.esm.js.map +1 -1
  137. package/dist/index.js +37 -902
  138. package/dist/index.js.map +1 -1
  139. package/package.json +2 -3
  140. package/dist/components/ui/props/appearance.d.ts +0 -23
  141. package/dist/components/ui/props/appearance.d.ts.map +0 -1
  142. package/dist/components/ui/props/border.d.ts +0 -23
  143. package/dist/components/ui/props/border.d.ts.map +0 -1
  144. package/dist/components/ui/props/breakpoint.d.ts +0 -11
  145. package/dist/components/ui/props/breakpoint.d.ts.map +0 -1
  146. package/dist/components/ui/props/display.d.ts +0 -25
  147. package/dist/components/ui/props/display.d.ts.map +0 -1
  148. package/dist/components/ui/props/flexDirection.d.ts +0 -11
  149. package/dist/components/ui/props/flexDirection.d.ts.map +0 -1
  150. package/dist/components/ui/props/focusVisible.d.ts +0 -7
  151. package/dist/components/ui/props/focusVisible.d.ts.map +0 -1
  152. package/dist/components/ui/props/fontFamily.d.ts +0 -9
  153. package/dist/components/ui/props/fontFamily.d.ts.map +0 -1
  154. package/dist/components/ui/props/fontStyle.d.ts +0 -7
  155. package/dist/components/ui/props/fontStyle.d.ts.map +0 -1
  156. package/dist/components/ui/props/fontWeight.d.ts +0 -21
  157. package/dist/components/ui/props/fontWeight.d.ts.map +0 -1
  158. package/dist/components/ui/props/gap.d.ts +0 -7
  159. package/dist/components/ui/props/gap.d.ts.map +0 -1
  160. package/dist/components/ui/props/hide.d.ts +0 -11
  161. package/dist/components/ui/props/hide.d.ts.map +0 -1
  162. package/dist/components/ui/props/items.d.ts +0 -13
  163. package/dist/components/ui/props/items.d.ts.map +0 -1
  164. package/dist/components/ui/props/justify.d.ts +0 -19
  165. package/dist/components/ui/props/justify.d.ts.map +0 -1
  166. package/dist/components/ui/props/listStyle.d.ts +0 -7
  167. package/dist/components/ui/props/listStyle.d.ts.map +0 -1
  168. package/dist/components/ui/props/overflow.d.ts +0 -33
  169. package/dist/components/ui/props/overflow.d.ts.map +0 -1
  170. package/dist/components/ui/props/padding.d.ts +0 -7
  171. package/dist/components/ui/props/padding.d.ts.map +0 -1
  172. package/dist/components/ui/props/position.d.ts +0 -13
  173. package/dist/components/ui/props/position.d.ts.map +0 -1
  174. package/dist/components/ui/props/reverse.d.ts +0 -5
  175. package/dist/components/ui/props/reverse.d.ts.map +0 -1
  176. package/dist/components/ui/props/ring.d.ts +0 -7
  177. package/dist/components/ui/props/ring.d.ts.map +0 -1
  178. package/dist/components/ui/props/shadow.d.ts +0 -7
  179. package/dist/components/ui/props/shadow.d.ts.map +0 -1
  180. package/dist/components/ui/props/shape.d.ts +0 -9
  181. package/dist/components/ui/props/shape.d.ts.map +0 -1
  182. package/dist/components/ui/props/size.d.ts +0 -13
  183. package/dist/components/ui/props/size.d.ts.map +0 -1
  184. package/dist/components/ui/props/textAlign.d.ts +0 -11
  185. package/dist/components/ui/props/textAlign.d.ts.map +0 -1
  186. package/dist/components/ui/props/textDecoration.d.ts +0 -11
  187. package/dist/components/ui/props/textDecoration.d.ts.map +0 -1
  188. package/dist/components/ui/props/textTransform.d.ts +0 -11
  189. package/dist/components/ui/props/textTransform.d.ts.map +0 -1
  190. package/dist/components/ui/props/transparent.d.ts +0 -5
  191. package/dist/components/ui/props/transparent.d.ts.map +0 -1
  192. package/dist/components/ui/props/variant.d.ts +0 -7
  193. package/dist/components/ui/props/variant.d.ts.map +0 -1
  194. package/dist/components/ui/props/wrap.d.ts +0 -9
  195. package/dist/components/ui/props/wrap.d.ts.map +0 -1
@@ -1,129 +1,11 @@
1
- export declare const Input: import("react").ForwardRefExoticComponent<{
2
- className?: string;
3
- children?: React.ReactNode;
4
- } & import("react").InputHTMLAttributes<HTMLInputElement> & {
5
- default?: boolean | undefined;
6
- accent?: boolean | undefined;
7
- primary?: boolean | undefined;
8
- secondary?: boolean | undefined;
9
- tertiary?: boolean | undefined;
10
- success?: boolean | undefined;
11
- danger?: boolean | undefined;
12
- warning?: boolean | undefined;
13
- info?: boolean | undefined;
14
- link?: boolean | undefined;
15
- border?: boolean | undefined;
16
- borderT?: boolean | undefined;
17
- borderB?: boolean | undefined;
18
- borderL?: boolean | undefined;
19
- borderR?: boolean | undefined;
20
- borderX?: boolean | undefined;
21
- borderY?: boolean | undefined;
22
- noBorder?: boolean | undefined;
23
- inline?: boolean | undefined;
24
- block?: boolean | undefined;
25
- inlineBlock?: boolean | undefined;
26
- flex?: boolean | undefined;
27
- inlineFlex?: boolean | undefined;
28
- grid?: boolean | undefined;
29
- inlineGrid?: boolean | undefined;
30
- contents?: boolean | undefined;
31
- table?: boolean | undefined;
32
- tableCell?: boolean | undefined;
33
- hidden?: boolean | undefined;
34
- row?: boolean | undefined;
35
- column?: boolean | undefined;
36
- rowReverse?: boolean | undefined;
37
- columnReverse?: boolean | undefined;
38
- sans?: boolean | undefined;
39
- serif?: boolean | undefined;
40
- mono?: boolean | undefined;
41
- italic?: boolean | undefined;
42
- notItalic?: boolean | undefined;
43
- thin?: boolean | undefined;
44
- extralight?: boolean | undefined;
45
- light?: boolean | undefined;
46
- normal?: boolean | undefined;
47
- medium?: boolean | undefined;
48
- semibold?: boolean | undefined;
49
- bold?: boolean | undefined;
50
- extrabold?: boolean | undefined;
51
- black?: boolean | undefined;
52
- gap?: boolean | undefined;
53
- noGap?: boolean | undefined;
54
- mobileHide?: boolean | undefined;
55
- tabletHide?: boolean | undefined;
56
- laptopHide?: boolean | undefined;
57
- desktopHide?: boolean | undefined;
58
- itemsStart?: boolean | undefined;
59
- itemsEnd?: boolean | undefined;
60
- itemsCenter?: boolean | undefined;
61
- itemsBaseline?: boolean | undefined;
62
- itemsStretch?: boolean | undefined;
63
- justifyStart?: boolean | undefined;
64
- justifyEnd?: boolean | undefined;
65
- justifyCenter?: boolean | undefined;
66
- justifyBetween?: boolean | undefined;
67
- justifyAround?: boolean | undefined;
68
- justifyEvenly?: boolean | undefined;
69
- justifyStretch?: boolean | undefined;
70
- justifyBaseline?: boolean | undefined;
71
- overflowAuto?: boolean | undefined;
72
- overflowHidden?: boolean | undefined;
73
- overflowClip?: boolean | undefined;
74
- overflowVisible?: boolean | undefined;
75
- overflowScroll?: boolean | undefined;
76
- overflowXAuto?: boolean | undefined;
77
- overflowYAuto?: boolean | undefined;
78
- overflowXHidden?: boolean | undefined;
79
- overflowYHidden?: boolean | undefined;
80
- overflowXClip?: boolean | undefined;
81
- overflowYClip?: boolean | undefined;
82
- overflowXVisible?: boolean | undefined;
83
- overflowYVisible?: boolean | undefined;
84
- overflowXScroll?: boolean | undefined;
85
- overflowYScroll?: boolean | undefined;
86
- padding?: boolean | undefined;
87
- noPadding?: boolean | undefined;
88
- relative?: boolean | undefined;
89
- absolute?: boolean | undefined;
90
- fixed?: boolean | undefined;
91
- sticky?: boolean | undefined;
92
- static?: boolean | undefined;
93
- reverse?: boolean | undefined;
94
- ring?: boolean | undefined;
95
- noRing?: boolean | undefined;
96
- shadow?: boolean | undefined;
97
- noShadow?: boolean | undefined;
98
- focusVisible?: boolean | undefined;
99
- noFocusVisible?: boolean | undefined;
100
- pill?: boolean | undefined;
101
- sharp?: boolean | undefined;
102
- rounded?: boolean | undefined;
103
- xs?: boolean | undefined;
104
- sm?: boolean | undefined;
105
- md?: boolean | undefined;
106
- lg?: boolean | undefined;
107
- xl?: boolean | undefined;
108
- textLeft?: boolean | undefined;
109
- textCenter?: boolean | undefined;
110
- textRight?: boolean | undefined;
111
- textJustify?: boolean | undefined;
112
- underline?: boolean | undefined;
113
- lineThrough?: boolean | undefined;
114
- noUnderline?: boolean | undefined;
115
- overline?: boolean | undefined;
116
- uppercase?: boolean | undefined;
117
- lowercase?: boolean | undefined;
118
- capitalize?: boolean | undefined;
119
- normalCase?: boolean | undefined;
120
- transparent?: boolean | undefined;
121
- filled?: boolean | undefined;
122
- outline?: boolean | undefined;
123
- flexWrap?: boolean | undefined;
124
- flexNoWrap?: boolean | undefined;
125
- flexWrapReverse?: boolean | undefined;
126
- } & {
1
+ import type { BaseProps, SizeProps, HideProps, ItemsProps, JustifyProps, PositionProps, DisplayProps, OverflowProps, WrapProps, GapProps, FlexDirectionProps, ReverseProps, AppearanceProps, TransparentProps, BorderProps, ShadowProps, RingProps, FocusVisibleProps, ShapeProps, FontWeightProps, FontStyleProps, TextDecorationProps, TextTransformProps, FontFamilyProps, TextAlignProps, PaddingProps, VariantProps } from './props';
2
+ /** Input component props */
3
+ export type InputProps = BaseProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & WrapProps & GapProps & FlexDirectionProps & ReverseProps & AppearanceProps & TransparentProps & BorderProps & ShadowProps & RingProps & FocusVisibleProps & ShapeProps & FontWeightProps & FontStyleProps & TextDecorationProps & TextTransformProps & FontFamilyProps & TextAlignProps & PaddingProps & VariantProps & Omit<React.InputHTMLAttributes<HTMLInputElement>, 'className' | 'children'> & {
4
+ /** Custom HTML tag or React component to render as */
5
+ tag?: React.ElementType;
6
+ };
7
+ export declare const Input: import("react").ForwardRefExoticComponent<BaseProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & WrapProps & GapProps & FlexDirectionProps & ReverseProps & AppearanceProps & TransparentProps & BorderProps & ShadowProps & RingProps & FocusVisibleProps & ShapeProps & FontWeightProps & FontStyleProps & TextDecorationProps & TextTransformProps & FontFamilyProps & TextAlignProps & PaddingProps & VariantProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "className" | "children"> & {
8
+ /** Custom HTML tag or React component to render as */
127
9
  tag?: React.ElementType;
128
10
  } & import("react").RefAttributes<HTMLInputElement>>;
129
11
  //# sourceMappingURL=input.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/components/ui/input.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAKjB,CAAC"}
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/components/ui/input.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,SAAS,EACT,SAAS,EACT,SAAS,EACT,UAAU,EACV,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,aAAa,EACb,SAAS,EACT,QAAQ,EACR,kBAAkB,EAClB,YAAY,EACZ,eAAe,EACf,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,SAAS,EACT,iBAAiB,EACjB,UAAU,EACV,eAAe,EACf,cAAc,EACd,mBAAmB,EACnB,kBAAkB,EAClB,eAAe,EACf,cAAc,EACd,YAAY,EACZ,YAAY,EACb,MAAM,SAAS,CAAC;AAIjB,4BAA4B;AAC5B,MAAM,MAAM,UAAU,GAAG,SAAS,GAChC,SAAS,GACT,SAAS,GACT,UAAU,GACV,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,aAAa,GACb,SAAS,GACT,QAAQ,GACR,kBAAkB,GAClB,YAAY,GACZ,eAAe,GACf,gBAAgB,GAChB,WAAW,GACX,WAAW,GACX,SAAS,GACT,iBAAiB,GACjB,UAAU,GACV,eAAe,GACf,cAAc,GACd,mBAAmB,GACnB,kBAAkB,GAClB,eAAe,GACf,cAAc,GACd,YAAY,GACZ,YAAY,GACZ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC,GAAG;IAC9E,sDAAsD;IACtD,GAAG,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,KAAK;IAJhB,sDAAsD;UAChD,KAAK,CAAC,WAAW;oDAQxB,CAAC"}
@@ -1,110 +1,11 @@
1
- export declare const Label: import("react").ForwardRefExoticComponent<{
2
- className?: string;
3
- children?: React.ReactNode;
4
- } & import("react").LabelHTMLAttributes<HTMLLabelElement> & {
5
- default?: boolean | undefined;
6
- accent?: boolean | undefined;
7
- primary?: boolean | undefined;
8
- secondary?: boolean | undefined;
9
- tertiary?: boolean | undefined;
10
- success?: boolean | undefined;
11
- danger?: boolean | undefined;
12
- warning?: boolean | undefined;
13
- info?: boolean | undefined;
14
- link?: boolean | undefined;
15
- inline?: boolean | undefined;
16
- block?: boolean | undefined;
17
- inlineBlock?: boolean | undefined;
18
- flex?: boolean | undefined;
19
- inlineFlex?: boolean | undefined;
20
- grid?: boolean | undefined;
21
- inlineGrid?: boolean | undefined;
22
- contents?: boolean | undefined;
23
- table?: boolean | undefined;
24
- tableCell?: boolean | undefined;
25
- hidden?: boolean | undefined;
26
- row?: boolean | undefined;
27
- column?: boolean | undefined;
28
- rowReverse?: boolean | undefined;
29
- columnReverse?: boolean | undefined;
30
- sans?: boolean | undefined;
31
- serif?: boolean | undefined;
32
- mono?: boolean | undefined;
33
- italic?: boolean | undefined;
34
- notItalic?: boolean | undefined;
35
- thin?: boolean | undefined;
36
- extralight?: boolean | undefined;
37
- light?: boolean | undefined;
38
- normal?: boolean | undefined;
39
- medium?: boolean | undefined;
40
- semibold?: boolean | undefined;
41
- bold?: boolean | undefined;
42
- extrabold?: boolean | undefined;
43
- black?: boolean | undefined;
44
- gap?: boolean | undefined;
45
- noGap?: boolean | undefined;
46
- mobileHide?: boolean | undefined;
47
- tabletHide?: boolean | undefined;
48
- laptopHide?: boolean | undefined;
49
- desktopHide?: boolean | undefined;
50
- itemsStart?: boolean | undefined;
51
- itemsEnd?: boolean | undefined;
52
- itemsCenter?: boolean | undefined;
53
- itemsBaseline?: boolean | undefined;
54
- itemsStretch?: boolean | undefined;
55
- justifyStart?: boolean | undefined;
56
- justifyEnd?: boolean | undefined;
57
- justifyCenter?: boolean | undefined;
58
- justifyBetween?: boolean | undefined;
59
- justifyAround?: boolean | undefined;
60
- justifyEvenly?: boolean | undefined;
61
- justifyStretch?: boolean | undefined;
62
- justifyBaseline?: boolean | undefined;
63
- overflowAuto?: boolean | undefined;
64
- overflowHidden?: boolean | undefined;
65
- overflowClip?: boolean | undefined;
66
- overflowVisible?: boolean | undefined;
67
- overflowScroll?: boolean | undefined;
68
- overflowXAuto?: boolean | undefined;
69
- overflowYAuto?: boolean | undefined;
70
- overflowXHidden?: boolean | undefined;
71
- overflowYHidden?: boolean | undefined;
72
- overflowXClip?: boolean | undefined;
73
- overflowYClip?: boolean | undefined;
74
- overflowXVisible?: boolean | undefined;
75
- overflowYVisible?: boolean | undefined;
76
- overflowXScroll?: boolean | undefined;
77
- overflowYScroll?: boolean | undefined;
78
- relative?: boolean | undefined;
79
- absolute?: boolean | undefined;
80
- fixed?: boolean | undefined;
81
- sticky?: boolean | undefined;
82
- static?: boolean | undefined;
83
- reverse?: boolean | undefined;
84
- xs?: boolean | undefined;
85
- sm?: boolean | undefined;
86
- md?: boolean | undefined;
87
- lg?: boolean | undefined;
88
- xl?: boolean | undefined;
89
- textLeft?: boolean | undefined;
90
- textCenter?: boolean | undefined;
91
- textRight?: boolean | undefined;
92
- textJustify?: boolean | undefined;
93
- underline?: boolean | undefined;
94
- lineThrough?: boolean | undefined;
95
- noUnderline?: boolean | undefined;
96
- overline?: boolean | undefined;
97
- uppercase?: boolean | undefined;
98
- lowercase?: boolean | undefined;
99
- capitalize?: boolean | undefined;
100
- normalCase?: boolean | undefined;
101
- transparent?: boolean | undefined;
102
- filled?: boolean | undefined;
103
- outline?: boolean | undefined;
104
- flexWrap?: boolean | undefined;
105
- flexNoWrap?: boolean | undefined;
106
- flexWrapReverse?: boolean | undefined;
107
- } & {
1
+ import type { BaseProps, FontWeightProps, FontStyleProps, TextDecorationProps, TextTransformProps, FontFamilyProps, TextAlignProps, SizeProps, HideProps, ItemsProps, JustifyProps, PositionProps, DisplayProps, OverflowProps, WrapProps, GapProps, FlexDirectionProps, ReverseProps, AppearanceProps, TransparentProps, VariantProps } from './props';
2
+ /** Label component props */
3
+ export type LabelProps = BaseProps & FontWeightProps & FontStyleProps & TextDecorationProps & TextTransformProps & FontFamilyProps & TextAlignProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & WrapProps & GapProps & FlexDirectionProps & ReverseProps & AppearanceProps & TransparentProps & VariantProps & Omit<React.LabelHTMLAttributes<HTMLLabelElement>, 'className' | 'children'> & {
4
+ /** Custom HTML tag or React component to render as */
5
+ tag?: React.ElementType;
6
+ };
7
+ export declare const Label: import("react").ForwardRefExoticComponent<BaseProps & FontWeightProps & FontStyleProps & TextDecorationProps & TextTransformProps & FontFamilyProps & TextAlignProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & WrapProps & GapProps & FlexDirectionProps & ReverseProps & AppearanceProps & TransparentProps & VariantProps & Omit<import("react").LabelHTMLAttributes<HTMLLabelElement>, "className" | "children"> & {
8
+ /** Custom HTML tag or React component to render as */
108
9
  tag?: React.ElementType;
109
10
  } & import("react").RefAttributes<HTMLLabelElement>>;
110
11
  //# sourceMappingURL=label.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/components/ui/label.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAKjB,CAAC"}
1
+ {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/components/ui/label.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,SAAS,EACT,eAAe,EACf,cAAc,EACd,mBAAmB,EACnB,kBAAkB,EAClB,eAAe,EACf,cAAc,EACd,SAAS,EACT,SAAS,EACT,UAAU,EACV,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,aAAa,EACb,SAAS,EACT,QAAQ,EACR,kBAAkB,EAClB,YAAY,EACZ,eAAe,EACf,gBAAgB,EAChB,YAAY,EACb,MAAM,SAAS,CAAC;AAIjB,4BAA4B;AAC5B,MAAM,MAAM,UAAU,GAAG,SAAS,GAChC,eAAe,GACf,cAAc,GACd,mBAAmB,GACnB,kBAAkB,GAClB,eAAe,GACf,cAAc,GACd,SAAS,GACT,SAAS,GACT,UAAU,GACV,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,aAAa,GACb,SAAS,GACT,QAAQ,GACR,kBAAkB,GAClB,YAAY,GACZ,eAAe,GACf,gBAAgB,GAChB,YAAY,GACZ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC,GAAG;IAC9E,sDAAsD;IACtD,GAAG,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,KAAK;IAJhB,sDAAsD;UAChD,KAAK,CAAC,WAAW;oDAQxB,CAAC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Appearance props for controlling component colors
3
+ */
4
+ export interface AppearanceProps {
5
+ /** Default color appearance */
6
+ default?: boolean;
7
+ /** Primary color appearance (blue) */
8
+ primary?: boolean;
9
+ /** Secondary color appearance (gray) */
10
+ secondary?: boolean;
11
+ /** Tertiary color appearance */
12
+ tertiary?: boolean;
13
+ /** Accent color appearance (rose) */
14
+ accent?: boolean;
15
+ /** Success color appearance (green) */
16
+ success?: boolean;
17
+ /** Danger color appearance (red) */
18
+ danger?: boolean;
19
+ /** Warning color appearance (amber) */
20
+ warning?: boolean;
21
+ /** Info color appearance (cyan) */
22
+ info?: boolean;
23
+ /** Link color appearance */
24
+ link?: boolean;
25
+ }
26
+ //# sourceMappingURL=appearanceProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appearanceProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/appearanceProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,eAAe;IAC9B,+BAA+B;IAC/B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,sCAAsC;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,wCAAwC;IACxC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gCAAgC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qCAAqC;IACrC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,uCAAuC;IACvC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oCAAoC;IACpC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,uCAAuC;IACvC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,mCAAmC;IACnC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,4BAA4B;IAC5B,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Base props that all components share
3
+ */
4
+ import React from 'react';
5
+ export interface BaseProps {
6
+ /** Additional CSS classes to merge with theme classes */
7
+ className?: string;
8
+ /** Component content */
9
+ children?: React.ReactNode;
10
+ }
11
+ //# sourceMappingURL=baseProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"baseProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/baseProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,SAAS;IACxB,yDAAyD;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,wBAAwB;IACxB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Border props for controlling component borders
3
+ */
4
+ export interface BorderProps {
5
+ /** Enable border on all sides */
6
+ border?: boolean;
7
+ /** Enable border on top */
8
+ borderT?: boolean;
9
+ /** Enable border on bottom */
10
+ borderB?: boolean;
11
+ /** Enable border on left */
12
+ borderL?: boolean;
13
+ /** Enable border on right */
14
+ borderR?: boolean;
15
+ /** Enable border on left and right */
16
+ borderX?: boolean;
17
+ /** Enable border on top and bottom */
18
+ borderY?: boolean;
19
+ /** Disable all borders */
20
+ noBorder?: boolean;
21
+ }
22
+ //# sourceMappingURL=borderProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"borderProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/borderProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,WAAW;IAC1B,iCAAiC;IACjC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,2BAA2B;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,8BAA8B;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,4BAA4B;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,6BAA6B;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,sCAAsC;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,sCAAsC;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,0BAA0B;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Breakpoint props for responsive layout changes
3
+ */
4
+ export interface BreakpointProps {
5
+ /** Switch to column layout on mobile and below (max-mobile: 40rem) */
6
+ mobileCol?: boolean;
7
+ /** Switch to column layout on tablet and below (max-tablet: 48rem) */
8
+ tabletCol?: boolean;
9
+ /** Switch to column layout on laptop and below (max-laptop: 64rem) */
10
+ laptopCol?: boolean;
11
+ /** Switch to column layout on desktop and below (max-desktop: 80rem) */
12
+ desktopCol?: boolean;
13
+ }
14
+ //# sourceMappingURL=breakpointProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breakpointProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/breakpointProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,eAAe;IAC9B,sEAAsE;IACtE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,sEAAsE;IACtE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,sEAAsE;IACtE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,wEAAwE;IACxE,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Display props for controlling CSS display property
3
+ */
4
+ export interface DisplayProps {
5
+ /** Inline display - flows with text */
6
+ inline?: boolean;
7
+ /** Block display - takes full width, new line */
8
+ block?: boolean;
9
+ /** Inline-block display - inline but with block properties */
10
+ inlineBlock?: boolean;
11
+ /** Flex display - flexbox container */
12
+ flex?: boolean;
13
+ /** Inline-flex display - inline flexbox container */
14
+ inlineFlex?: boolean;
15
+ /** Grid display - CSS grid container */
16
+ grid?: boolean;
17
+ /** Inline-grid display - inline grid container */
18
+ inlineGrid?: boolean;
19
+ /** Contents display - element's box is removed, children display as if parent didn't exist */
20
+ contents?: boolean;
21
+ /** Table display - behaves like table element */
22
+ table?: boolean;
23
+ /** Table-cell display - behaves like td element */
24
+ tableCell?: boolean;
25
+ /** Hidden display - element is not visible */
26
+ hidden?: boolean;
27
+ }
28
+ //# sourceMappingURL=displayProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"displayProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/displayProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,YAAY;IAC3B,uCAAuC;IACvC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,iDAAiD;IACjD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,8DAA8D;IAC9D,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,uCAAuC;IACvC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,qDAAqD;IACrD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,wCAAwC;IACxC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,kDAAkD;IAClD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,8FAA8F;IAC9F,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iDAAiD;IACjD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,mDAAmD;IACnD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,8CAA8C;IAC9C,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Flex direction props for controlling flex layout direction
3
+ */
4
+ export interface FlexDirectionProps {
5
+ /** Flex direction row (horizontal) */
6
+ row?: boolean;
7
+ /** Flex direction column (vertical) */
8
+ column?: boolean;
9
+ /** Flex direction row-reverse */
10
+ rowReverse?: boolean;
11
+ /** Flex direction column-reverse */
12
+ columnReverse?: boolean;
13
+ }
14
+ //# sourceMappingURL=flexDirectionProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"flexDirectionProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/flexDirectionProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,kBAAkB;IACjC,sCAAsC;IACtC,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,uCAAuC;IACvC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,iCAAiC;IACjC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,oCAAoC;IACpC,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Focus visible props for controlling focus-visible outlines
3
+ */
4
+ export interface FocusVisibleProps {
5
+ /** Enable focus-visible outline */
6
+ focusVisible?: boolean;
7
+ /** Disable focus-visible outline */
8
+ noFocusVisible?: boolean;
9
+ }
10
+ //# sourceMappingURL=focusVisibleProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"focusVisibleProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/focusVisibleProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,iBAAiB;IAChC,mCAAmC;IACnC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,oCAAoC;IACpC,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Font family props for controlling text font
3
+ */
4
+ export interface FontFamilyProps {
5
+ /** Sans-serif font family (default) */
6
+ sans?: boolean;
7
+ /** Serif font family */
8
+ serif?: boolean;
9
+ /** Monospace font family */
10
+ mono?: boolean;
11
+ }
12
+ //# sourceMappingURL=fontFamilyProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fontFamilyProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/fontFamilyProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,eAAe;IAC9B,uCAAuC;IACvC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,wBAAwB;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,4BAA4B;IAC5B,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Font style props for controlling text style
3
+ */
4
+ export interface FontStyleProps {
5
+ /** Italic font style */
6
+ italic?: boolean;
7
+ /** Not italic (normal) font style */
8
+ notItalic?: boolean;
9
+ }
10
+ //# sourceMappingURL=fontStyleProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fontStyleProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/fontStyleProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,cAAc;IAC7B,wBAAwB;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,qCAAqC;IACrC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Font weight props for controlling text weight
3
+ */
4
+ export interface FontWeightProps {
5
+ /** Thin font weight (100) */
6
+ thin?: boolean;
7
+ /** Extra light font weight (200) */
8
+ extralight?: boolean;
9
+ /** Light font weight (300) */
10
+ light?: boolean;
11
+ /** Normal font weight (400) */
12
+ normal?: boolean;
13
+ /** Medium font weight (500) */
14
+ medium?: boolean;
15
+ /** Semibold font weight (600) */
16
+ semibold?: boolean;
17
+ /** Bold font weight (700) */
18
+ bold?: boolean;
19
+ /** Extra bold font weight (800) */
20
+ extrabold?: boolean;
21
+ /** Black font weight (900) */
22
+ black?: boolean;
23
+ }
24
+ //# sourceMappingURL=fontWeightProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fontWeightProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/fontWeightProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,eAAe;IAC9B,6BAA6B;IAC7B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,oCAAoC;IACpC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,8BAA8B;IAC9B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,+BAA+B;IAC/B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,+BAA+B;IAC/B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,6BAA6B;IAC7B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,mCAAmC;IACnC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,8BAA8B;IAC9B,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Gap props for controlling spacing between children
3
+ */
4
+ export interface GapProps {
5
+ /** Enable gap spacing between children */
6
+ gap?: boolean;
7
+ /** Disable gap spacing */
8
+ noGap?: boolean;
9
+ }
10
+ //# sourceMappingURL=gapProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gapProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/gapProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,QAAQ;IACvB,0CAA0C;IAC1C,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,0BAA0B;IAC1B,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Hide props for responsive element visibility
3
+ */
4
+ export interface HideProps {
5
+ /** Hide element on mobile devices and below (max-mobile: 20rem) */
6
+ mobileHide?: boolean;
7
+ /** Hide element on tablet devices and below (max-tablet: 40rem) */
8
+ tabletHide?: boolean;
9
+ /** Hide element on laptop devices and below (max-laptop: 64rem) */
10
+ laptopHide?: boolean;
11
+ /** Hide element on desktop devices and below (max-desktop: 80rem) */
12
+ desktopHide?: boolean;
13
+ }
14
+ //# sourceMappingURL=hideProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hideProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/hideProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,SAAS;IACxB,mEAAmE;IACnE,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,mEAAmE;IACnE,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,mEAAmE;IACnE,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,qEAAqE;IACrE,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Items props for controlling flex item alignment (align-items)
3
+ */
4
+ export interface ItemsProps {
5
+ /** Align items to start (top/left) */
6
+ itemsStart?: boolean;
7
+ /** Align items to end (bottom/right) */
8
+ itemsEnd?: boolean;
9
+ /** Align items to center */
10
+ itemsCenter?: boolean;
11
+ /** Align items to baseline */
12
+ itemsBaseline?: boolean;
13
+ /** Stretch items to fill container */
14
+ itemsStretch?: boolean;
15
+ }
16
+ //# sourceMappingURL=itemsProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"itemsProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/itemsProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,UAAU;IACzB,sCAAsC;IACtC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,wCAAwC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,4BAA4B;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,8BAA8B;IAC9B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,sCAAsC;IACtC,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Justify props for controlling flex content alignment (justify-content)
3
+ */
4
+ export interface JustifyProps {
5
+ /** Pack items toward the start of the main axis */
6
+ justifyStart?: boolean;
7
+ /** Pack items toward the end of the main axis */
8
+ justifyEnd?: boolean;
9
+ /** Center items along the main axis */
10
+ justifyCenter?: boolean;
11
+ /** Distribute items with space between them */
12
+ justifyBetween?: boolean;
13
+ /** Distribute items with space around them */
14
+ justifyAround?: boolean;
15
+ /** Distribute items with equal space around them */
16
+ justifyEvenly?: boolean;
17
+ /** Stretch items to fill the main axis */
18
+ justifyStretch?: boolean;
19
+ /** Align items along their baseline on main axis */
20
+ justifyBaseline?: boolean;
21
+ }
22
+ //# sourceMappingURL=justifyProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"justifyProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/justifyProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,YAAY;IAC3B,mDAAmD;IACnD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,iDAAiD;IACjD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,uCAAuC;IACvC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,+CAA+C;IAC/C,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,8CAA8C;IAC9C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,oDAAoD;IACpD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,0CAA0C;IAC1C,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,oDAAoD;IACpD,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B"}
@@ -33,35 +33,7 @@ export declare const APPEARANCE_CATEGORY: readonly ["text", "border", "ring", "s
33
33
  export type AppearanceCategoryKey = typeof APPEARANCE_CATEGORY[number];
34
34
  /** Type for all component category keys */
35
35
  export type ComponentCategoryKey = typeof COMPONENT_PROPS_CATEGORY[number];
36
- export * from './appearance';
37
- export * from './border';
38
- export * from './breakpoint';
39
- export * from './display';
40
- export * from './flexDirection';
41
- export * from './fontFamily';
42
- export * from './fontStyle';
43
- export * from './fontWeight';
44
- export * from './gap';
45
- export * from './hide';
46
- export * from './items';
47
- export * from './justify';
48
- export * from './listStyle';
49
36
  export * from './mode';
50
- export * from './overflow';
51
- export * from './padding';
52
- export * from './position';
53
- export * from './reverse';
54
- export * from './ring';
55
- export * from './shadow';
56
- export * from './focusVisible';
57
- export * from './shape';
58
- export * from './size';
59
- export * from './textAlign';
60
- export * from './textDecoration';
61
- export * from './textTransform';
62
- export * from './transparent';
63
- export * from './variant';
64
- export * from './wrap';
65
37
  /** Component property keys mapping categories to their available values */
66
38
  export declare const ComponentKeys: {
67
39
  /** Color appearance options */
@@ -121,6 +93,10 @@ export declare const ComponentKeys: {
121
93
  /** Flex item wrapping behavior: wrap, no-wrap, or wrap-reverse */
122
94
  readonly wrap: readonly ["flexWrap", "flexNoWrap", "flexWrapReverse"];
123
95
  };
96
+ /** All border side keys (excluding noBorder since it doesn't have a CSS class) */
97
+ export declare const BORDER_KEYS: readonly ["border", "borderT", "borderB", "borderL", "borderR", "borderX", "borderY"];
98
+ /** Type for all border side keys (excluding noBorder) */
99
+ export type BorderKey = typeof BORDER_KEYS[number];
124
100
  /** Interaction state keys for component styling modes */
125
101
  export type ModeKey = typeof import('./mode').ModeKeys.mode[number];
126
102
  /** Size scale keys: xs, sm, md, lg, xl */