@vaneui/ui 0.3.1-alpha.20251129115555.bcd1100 → 0.3.1-alpha.20251130172447.8795285

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 (192) 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/appearance.d.ts +0 -20
  30. package/dist/components/ui/props/appearance.d.ts.map +1 -1
  31. package/dist/components/ui/props/appearanceProps.d.ts +26 -0
  32. package/dist/components/ui/props/appearanceProps.d.ts.map +1 -0
  33. package/dist/components/ui/props/baseProps.d.ts +11 -0
  34. package/dist/components/ui/props/baseProps.d.ts.map +1 -0
  35. package/dist/components/ui/props/border.d.ts +0 -14
  36. package/dist/components/ui/props/border.d.ts.map +1 -1
  37. package/dist/components/ui/props/borderProps.d.ts +22 -0
  38. package/dist/components/ui/props/borderProps.d.ts.map +1 -0
  39. package/dist/components/ui/props/breakpoint.d.ts +0 -8
  40. package/dist/components/ui/props/breakpoint.d.ts.map +1 -1
  41. package/dist/components/ui/props/breakpointProps.d.ts +14 -0
  42. package/dist/components/ui/props/breakpointProps.d.ts.map +1 -0
  43. package/dist/components/ui/props/display.d.ts +0 -22
  44. package/dist/components/ui/props/display.d.ts.map +1 -1
  45. package/dist/components/ui/props/displayProps.d.ts +28 -0
  46. package/dist/components/ui/props/displayProps.d.ts.map +1 -0
  47. package/dist/components/ui/props/flexDirection.d.ts +0 -8
  48. package/dist/components/ui/props/flexDirection.d.ts.map +1 -1
  49. package/dist/components/ui/props/flexDirectionProps.d.ts +14 -0
  50. package/dist/components/ui/props/flexDirectionProps.d.ts.map +1 -0
  51. package/dist/components/ui/props/focusVisible.d.ts +0 -4
  52. package/dist/components/ui/props/focusVisible.d.ts.map +1 -1
  53. package/dist/components/ui/props/focusVisibleProps.d.ts +10 -0
  54. package/dist/components/ui/props/focusVisibleProps.d.ts.map +1 -0
  55. package/dist/components/ui/props/fontFamily.d.ts +0 -6
  56. package/dist/components/ui/props/fontFamily.d.ts.map +1 -1
  57. package/dist/components/ui/props/fontFamilyProps.d.ts +12 -0
  58. package/dist/components/ui/props/fontFamilyProps.d.ts.map +1 -0
  59. package/dist/components/ui/props/fontStyle.d.ts +0 -4
  60. package/dist/components/ui/props/fontStyle.d.ts.map +1 -1
  61. package/dist/components/ui/props/fontStyleProps.d.ts +10 -0
  62. package/dist/components/ui/props/fontStyleProps.d.ts.map +1 -0
  63. package/dist/components/ui/props/fontWeight.d.ts +0 -18
  64. package/dist/components/ui/props/fontWeight.d.ts.map +1 -1
  65. package/dist/components/ui/props/fontWeightProps.d.ts +24 -0
  66. package/dist/components/ui/props/fontWeightProps.d.ts.map +1 -0
  67. package/dist/components/ui/props/gap.d.ts +0 -4
  68. package/dist/components/ui/props/gap.d.ts.map +1 -1
  69. package/dist/components/ui/props/gapProps.d.ts +10 -0
  70. package/dist/components/ui/props/gapProps.d.ts.map +1 -0
  71. package/dist/components/ui/props/hide.d.ts +0 -8
  72. package/dist/components/ui/props/hide.d.ts.map +1 -1
  73. package/dist/components/ui/props/hideProps.d.ts +14 -0
  74. package/dist/components/ui/props/hideProps.d.ts.map +1 -0
  75. package/dist/components/ui/props/items.d.ts +0 -10
  76. package/dist/components/ui/props/items.d.ts.map +1 -1
  77. package/dist/components/ui/props/itemsProps.d.ts +16 -0
  78. package/dist/components/ui/props/itemsProps.d.ts.map +1 -0
  79. package/dist/components/ui/props/justify.d.ts +0 -16
  80. package/dist/components/ui/props/justify.d.ts.map +1 -1
  81. package/dist/components/ui/props/justifyProps.d.ts +22 -0
  82. package/dist/components/ui/props/justifyProps.d.ts.map +1 -0
  83. package/dist/components/ui/props/listStyle.d.ts +0 -4
  84. package/dist/components/ui/props/listStyle.d.ts.map +1 -1
  85. package/dist/components/ui/props/listStyleProps.d.ts +10 -0
  86. package/dist/components/ui/props/listStyleProps.d.ts.map +1 -0
  87. package/dist/components/ui/props/overflow.d.ts +0 -30
  88. package/dist/components/ui/props/overflow.d.ts.map +1 -1
  89. package/dist/components/ui/props/overflowProps.d.ts +36 -0
  90. package/dist/components/ui/props/overflowProps.d.ts.map +1 -0
  91. package/dist/components/ui/props/padding.d.ts +0 -4
  92. package/dist/components/ui/props/padding.d.ts.map +1 -1
  93. package/dist/components/ui/props/paddingProps.d.ts +10 -0
  94. package/dist/components/ui/props/paddingProps.d.ts.map +1 -0
  95. package/dist/components/ui/props/position.d.ts +0 -10
  96. package/dist/components/ui/props/position.d.ts.map +1 -1
  97. package/dist/components/ui/props/positionProps.d.ts +16 -0
  98. package/dist/components/ui/props/positionProps.d.ts.map +1 -0
  99. package/dist/components/ui/props/props.d.ts +34 -76
  100. package/dist/components/ui/props/props.d.ts.map +1 -1
  101. package/dist/components/ui/props/reverse.d.ts +0 -2
  102. package/dist/components/ui/props/reverse.d.ts.map +1 -1
  103. package/dist/components/ui/props/reverseProps.d.ts +8 -0
  104. package/dist/components/ui/props/reverseProps.d.ts.map +1 -0
  105. package/dist/components/ui/props/ring.d.ts +0 -4
  106. package/dist/components/ui/props/ring.d.ts.map +1 -1
  107. package/dist/components/ui/props/ringProps.d.ts +10 -0
  108. package/dist/components/ui/props/ringProps.d.ts.map +1 -0
  109. package/dist/components/ui/props/shadow.d.ts +0 -4
  110. package/dist/components/ui/props/shadow.d.ts.map +1 -1
  111. package/dist/components/ui/props/shadowProps.d.ts +10 -0
  112. package/dist/components/ui/props/shadowProps.d.ts.map +1 -0
  113. package/dist/components/ui/props/shape.d.ts +0 -6
  114. package/dist/components/ui/props/shape.d.ts.map +1 -1
  115. package/dist/components/ui/props/shapeProps.d.ts +12 -0
  116. package/dist/components/ui/props/shapeProps.d.ts.map +1 -0
  117. package/dist/components/ui/props/size.d.ts +0 -10
  118. package/dist/components/ui/props/size.d.ts.map +1 -1
  119. package/dist/components/ui/props/sizeProps.d.ts +16 -0
  120. package/dist/components/ui/props/sizeProps.d.ts.map +1 -0
  121. package/dist/components/ui/props/textAlign.d.ts +0 -8
  122. package/dist/components/ui/props/textAlign.d.ts.map +1 -1
  123. package/dist/components/ui/props/textAlignProps.d.ts +14 -0
  124. package/dist/components/ui/props/textAlignProps.d.ts.map +1 -0
  125. package/dist/components/ui/props/textDecoration.d.ts +0 -8
  126. package/dist/components/ui/props/textDecoration.d.ts.map +1 -1
  127. package/dist/components/ui/props/textDecorationProps.d.ts +14 -0
  128. package/dist/components/ui/props/textDecorationProps.d.ts.map +1 -0
  129. package/dist/components/ui/props/textTransform.d.ts +0 -8
  130. package/dist/components/ui/props/textTransform.d.ts.map +1 -1
  131. package/dist/components/ui/props/textTransformProps.d.ts +14 -0
  132. package/dist/components/ui/props/textTransformProps.d.ts.map +1 -0
  133. package/dist/components/ui/props/transparent.d.ts +0 -2
  134. package/dist/components/ui/props/transparent.d.ts.map +1 -1
  135. package/dist/components/ui/props/transparentProps.d.ts +8 -0
  136. package/dist/components/ui/props/transparentProps.d.ts.map +1 -0
  137. package/dist/components/ui/props/variant.d.ts +0 -4
  138. package/dist/components/ui/props/variant.d.ts.map +1 -1
  139. package/dist/components/ui/props/variantProps.d.ts +10 -0
  140. package/dist/components/ui/props/variantProps.d.ts.map +1 -0
  141. package/dist/components/ui/props/wrap.d.ts +0 -6
  142. package/dist/components/ui/props/wrap.d.ts.map +1 -1
  143. package/dist/components/ui/props/wrapProps.d.ts +12 -0
  144. package/dist/components/ui/props/wrapProps.d.ts.map +1 -0
  145. package/dist/components/ui/row.d.ts +8 -100
  146. package/dist/components/ui/row.d.ts.map +1 -1
  147. package/dist/components/ui/section.d.ts +8 -102
  148. package/dist/components/ui/section.d.ts.map +1 -1
  149. package/dist/components/ui/stack.d.ts +8 -102
  150. package/dist/components/ui/stack.d.ts.map +1 -1
  151. package/dist/components/ui/theme/badgeTheme.d.ts +1 -1
  152. package/dist/components/ui/theme/badgeTheme.d.ts.map +1 -1
  153. package/dist/components/ui/theme/buttonTheme.d.ts +1 -1
  154. package/dist/components/ui/theme/buttonTheme.d.ts.map +1 -1
  155. package/dist/components/ui/theme/cardTheme.d.ts +1 -1
  156. package/dist/components/ui/theme/cardTheme.d.ts.map +1 -1
  157. package/dist/components/ui/theme/checkboxTheme.d.ts +1 -1
  158. package/dist/components/ui/theme/checkboxTheme.d.ts.map +1 -1
  159. package/dist/components/ui/theme/chipTheme.d.ts +1 -1
  160. package/dist/components/ui/theme/chipTheme.d.ts.map +1 -1
  161. package/dist/components/ui/theme/codeTheme.d.ts +1 -1
  162. package/dist/components/ui/theme/codeTheme.d.ts.map +1 -1
  163. package/dist/components/ui/theme/colTheme.d.ts +1 -1
  164. package/dist/components/ui/theme/colTheme.d.ts.map +1 -1
  165. package/dist/components/ui/theme/common/ComponentTheme.d.ts +1 -1
  166. package/dist/components/ui/theme/containerTheme.d.ts +1 -1
  167. package/dist/components/ui/theme/containerTheme.d.ts.map +1 -1
  168. package/dist/components/ui/theme/dividerTheme.d.ts +1 -1
  169. package/dist/components/ui/theme/dividerTheme.d.ts.map +1 -1
  170. package/dist/components/ui/theme/gridTheme.d.ts +1 -1
  171. package/dist/components/ui/theme/gridTheme.d.ts.map +1 -1
  172. package/dist/components/ui/theme/imgTheme.d.ts +1 -1
  173. package/dist/components/ui/theme/imgTheme.d.ts.map +1 -1
  174. package/dist/components/ui/theme/inputTheme.d.ts +1 -1
  175. package/dist/components/ui/theme/inputTheme.d.ts.map +1 -1
  176. package/dist/components/ui/theme/labelTheme.d.ts +1 -1
  177. package/dist/components/ui/theme/labelTheme.d.ts.map +1 -1
  178. package/dist/components/ui/theme/rowTheme.d.ts +1 -1
  179. package/dist/components/ui/theme/rowTheme.d.ts.map +1 -1
  180. package/dist/components/ui/theme/sectionTheme.d.ts +1 -1
  181. package/dist/components/ui/theme/sectionTheme.d.ts.map +1 -1
  182. package/dist/components/ui/theme/stackTheme.d.ts +1 -1
  183. package/dist/components/ui/theme/stackTheme.d.ts.map +1 -1
  184. package/dist/components/ui/theme/typographyTheme.d.ts +1 -1
  185. package/dist/components/ui/theme/typographyTheme.d.ts.map +1 -1
  186. package/dist/components/ui/typography.d.ts +51 -108
  187. package/dist/components/ui/typography.d.ts.map +1 -1
  188. package/dist/index.esm.js +33 -659
  189. package/dist/index.esm.js.map +1 -1
  190. package/dist/index.js +32 -782
  191. package/dist/index.js.map +1 -1
  192. package/package.json +2 -3
package/dist/index.js CHANGED
@@ -11,350 +11,98 @@ var react = require('react');
11
11
  class BaseTheme {
12
12
  }
13
13
 
14
- /** Default neutral appearance - uses default color variables */
15
- const DEFAULT = 'default';
16
- /** Accent appearance - uses accent/rose color variables for brand secondary styling */
17
- const ACCENT = 'accent';
18
- /** Primary appearance - uses primary/blue color variables for main brand styling */
19
- const PRIMARY = 'primary';
20
- /** Secondary appearance - uses secondary/gray color variables for muted styling */
21
- const SECONDARY = 'secondary';
22
- /** Tertiary appearance - uses tertiary/gray color variables for subtle styling */
23
- const TERTIARY = 'tertiary';
24
- /** Success appearance - uses success/emerald color variables for positive states */
25
- const SUCCESS = 'success';
26
- /** Danger appearance - uses danger/red color variables for error/destructive states */
27
- const DANGER = 'danger';
28
- /** Warning appearance - uses warning/amber color variables for caution states */
29
- const WARNING = 'warning';
30
- /** Info appearance - uses info/cyan color variables for informational states */
31
- const INFO = 'info';
32
- /** Link appearance - uses link/blue color variables for hyperlinks and navigation */
33
- const LINK = 'link';
34
14
  /** All appearance property values */
35
- const APPEARANCE_VALUES = [DEFAULT, ACCENT, PRIMARY, SECONDARY, TERTIARY, SUCCESS, DANGER, WARNING, INFO, LINK];
15
+ const APPEARANCE_VALUES = ['default', 'accent', 'primary', 'secondary', 'tertiary', 'success', 'danger', 'warning', 'info', 'link'];
36
16
 
37
- /** Show border - adds appearance-based border styling */
38
- const BORDER$1 = 'border';
39
- /** Show top border */
40
- const BORDER_T = 'borderT';
41
- /** Show bottom border */
42
- const BORDER_B = 'borderB';
43
- /** Show left border */
44
- const BORDER_L = 'borderL';
45
- /** Show right border */
46
- const BORDER_R = 'borderR';
47
- /** Show horizontal borders (left and right) */
48
- const BORDER_X = 'borderX';
49
- /** Show vertical borders (top and bottom) */
50
- const BORDER_Y = 'borderY';
51
17
  /** Hide border - removes border styling (overrides appearance colors) */
52
18
  const NO_BORDER = 'noBorder';
53
19
  /** All border property values - includes all border variations and noBorder */
54
- const BORDER_VALUES = [BORDER$1, BORDER_T, BORDER_B, BORDER_L, BORDER_R, BORDER_X, BORDER_Y, NO_BORDER];
20
+ const BORDER_VALUES = ['border', 'borderT', 'borderB', 'borderL', 'borderR', 'borderX', 'borderY', 'noBorder'];
55
21
  /** All border side keys (excluding noBorder since it doesn't have a CSS class) */
56
- const BORDER_KEYS = [BORDER$1, BORDER_T, BORDER_B, BORDER_L, BORDER_R, BORDER_X, BORDER_Y];
22
+ const BORDER_KEYS = ['border', 'borderT', 'borderB', 'borderL', 'borderR', 'borderX', 'borderY'];
57
23
 
58
- /** Mobile column breakpoint - switch to column layout on mobile devices (max-mobile: 20rem) */
59
- const MOBILE_COL = 'mobileCol';
60
- /** Tablet column breakpoint - switch to column layout on tablet devices (max-tablet: 40rem) */
61
- const TABLET_COL = 'tabletCol';
62
- /** Laptop column breakpoint - switch to column layout on laptop devices (max-laptop: 64rem) */
63
- const LAPTOP_COL = 'laptopCol';
64
- /** Desktop column breakpoint - switch to column layout on desktop devices (max-desktop: 80rem) */
65
- const DESKTOP_COL = 'desktopCol';
66
24
  /** All breakpoint property values */
67
- const BREAKPOINT_VALUES = [MOBILE_COL, TABLET_COL, LAPTOP_COL, DESKTOP_COL];
25
+ const BREAKPOINT_VALUES = ['mobileCol', 'tabletCol', 'laptopCol', 'desktopCol'];
68
26
 
69
- /** Inline display - flows with text */
70
- const INLINE = 'inline';
71
- /** Block display - takes full width, new line */
72
- const BLOCK = 'block';
73
- /** Inline-block display - inline but with block properties */
74
- const INLINE_BLOCK = 'inlineBlock';
75
- /** Flex display - flexbox container */
76
- const FLEX = 'flex';
77
- /** Inline-flex display - inline flexbox container */
78
- const INLINE_FLEX = 'inlineFlex';
79
- /** Grid display - CSS grid container */
80
- const GRID = 'grid';
81
- /** Inline-grid display - inline grid container */
82
- const INLINE_GRID = 'inlineGrid';
83
- /** Contents display - element's box is removed, children display as if parent didn't exist */
84
- const CONTENTS = 'contents';
85
- /** Table display - behaves like table element */
86
- const TABLE = 'table';
87
- /** Table-cell display - behaves like td element */
88
- const TABLE_CELL = 'tableCell';
89
- /** Hidden display - element is not visible */
90
- const HIDDEN = 'hidden';
91
27
  /** All display property values */
92
- const DISPLAY_VALUES = [INLINE, BLOCK, INLINE_BLOCK, FLEX, INLINE_FLEX, GRID, INLINE_GRID, CONTENTS, TABLE, TABLE_CELL, HIDDEN];
28
+ const DISPLAY_VALUES = ['inline', 'block', 'inlineBlock', 'flex', 'inlineFlex', 'grid', 'inlineGrid', 'contents', 'table', 'tableCell', 'hidden'];
93
29
 
94
- /** Horizontal flex direction (left to right) */
95
- const ROW = 'row';
96
- /** Vertical flex direction (top to bottom) */
97
- const COLUMN = 'column';
98
- /** Horizontal flex direction reversed (right to left) */
99
- const ROW_REVERSE = 'rowReverse';
100
- /** Vertical flex direction reversed (bottom to top) */
101
- const COLUMN_REVERSE = 'columnReverse';
102
30
  /** All flex direction property values */
103
- const FLEX_DIRECTION_VALUES = [ROW, COLUMN, ROW_REVERSE, COLUMN_REVERSE];
31
+ const FLEX_DIRECTION_VALUES = ['row', 'column', 'rowReverse', 'columnReverse'];
104
32
 
105
- /** Sans-serif font family - clean, modern typeface without serifs */
106
- const SANS = 'sans';
107
- /** Serif font family - traditional typeface with small decorative strokes */
108
- const SERIF = 'serif';
109
- /** Monospace font family - fixed-width typeface for code and data */
110
- const MONO = 'mono';
111
33
  /** All font family property values */
112
- const FONT_FAMILY_VALUES = [SANS, SERIF, MONO];
34
+ const FONT_FAMILY_VALUES = ['sans', 'serif', 'mono'];
113
35
 
114
- /** Italic font style - slanted text styling */
115
- const ITALIC = 'italic';
116
- /** Normal font style - upright text styling (not italic) */
117
- const NOT_ITALIC = 'notItalic';
118
36
  /** All font style property values */
119
- const FONT_STYLE_VALUES = [ITALIC, NOT_ITALIC];
37
+ const FONT_STYLE_VALUES = ['italic', 'notItalic'];
120
38
 
121
- /** Thin font weight - CSS font-weight: 100 */
122
- const THIN = 'thin';
123
- /** Extra light font weight - CSS font-weight: 200 */
124
- const EXTRALIGHT = 'extralight';
125
- /** Light font weight - CSS font-weight: 300 */
126
- const LIGHT = 'light';
127
- /** Normal font weight - CSS font-weight: 400 (default) */
128
- const NORMAL = 'normal';
129
- /** Medium font weight - CSS font-weight: 500 */
130
- const MEDIUM = 'medium';
131
- /** Semibold font weight - CSS font-weight: 600 */
132
- const SEMIBOLD = 'semibold';
133
- /** Bold font weight - CSS font-weight: 700 */
134
- const BOLD = 'bold';
135
- /** Extra bold font weight - CSS font-weight: 800 */
136
- const EXTRABOLD = 'extrabold';
137
- /** Black font weight - CSS font-weight: 900 (heaviest) */
138
- const BLACK = 'black';
139
39
  /** All font weight property values */
140
- const FONT_WEIGHT_VALUES = [THIN, EXTRALIGHT, LIGHT, NORMAL, MEDIUM, SEMIBOLD, BOLD, EXTRABOLD, BLACK];
40
+ const FONT_WEIGHT_VALUES = ['thin', 'extralight', 'light', 'normal', 'medium', 'semibold', 'bold', 'extrabold', 'black'];
141
41
 
142
- /** Enable spacing between flex/grid items - uses size-responsive gap values */
143
- const GAP = 'gap';
144
- /** Disable spacing between flex/grid items - no gap applied */
145
- const NO_GAP = 'noGap';
146
42
  /** All gap property values */
147
- const GAP_VALUES = [GAP, NO_GAP];
43
+ const GAP_VALUES = ['gap', 'noGap'];
148
44
 
149
- /** Hide element on mobile devices and below (max-mobile: 20rem) */
150
- const MOBILE_HIDE = 'mobileHide';
151
- /** Hide element on tablet devices and below (max-tablet: 40rem) */
152
- const TABLET_HIDE = 'tabletHide';
153
- /** Hide element on laptop devices and below (max-laptop: 64rem) */
154
- const LAPTOP_HIDE = 'laptopHide';
155
- /** Hide element on desktop devices and below (max-desktop: 80rem) */
156
- const DESKTOP_HIDE = 'desktopHide';
157
45
  /** All hide property values */
158
- const HIDE_VALUES = [MOBILE_HIDE, TABLET_HIDE, LAPTOP_HIDE, DESKTOP_HIDE];
46
+ const HIDE_VALUES = ['mobileHide', 'tabletHide', 'laptopHide', 'desktopHide'];
159
47
 
160
- /** Align items to the start of the cross axis */
161
- const ITEMS_START = 'itemsStart';
162
- /** Align items to the end of the cross axis */
163
- const ITEMS_END = 'itemsEnd';
164
- /** Center items along the cross axis */
165
- const ITEMS_CENTER = 'itemsCenter';
166
- /** Align items along their baseline */
167
- const ITEMS_BASELINE = 'itemsBaseline';
168
- /** Stretch items to fill the cross axis */
169
- const ITEMS_STRETCH = 'itemsStretch';
170
48
  /** All items property values */
171
- const ITEMS_VALUES = [ITEMS_START, ITEMS_END, ITEMS_CENTER, ITEMS_BASELINE, ITEMS_STRETCH];
49
+ const ITEMS_VALUES = ['itemsStart', 'itemsEnd', 'itemsCenter', 'itemsBaseline', 'itemsStretch'];
172
50
 
173
- /** Pack items toward the start of the main axis */
174
- const JUSTIFY_START = 'justifyStart';
175
- /** Pack items toward the end of the main axis */
176
- const JUSTIFY_END = 'justifyEnd';
177
- /** Center items along the main axis */
178
- const JUSTIFY_CENTER = 'justifyCenter';
179
- /** Distribute items with space between them */
180
- const JUSTIFY_BETWEEN = 'justifyBetween';
181
- /** Distribute items with space around them */
182
- const JUSTIFY_AROUND = 'justifyAround';
183
- /** Distribute items with equal space around them */
184
- const JUSTIFY_EVENLY = 'justifyEvenly';
185
- /** Stretch items to fill the main axis */
186
- const JUSTIFY_STRETCH = 'justifyStretch';
187
- /** Align items along their baseline on main axis */
188
- const JUSTIFY_BASELINE = 'justifyBaseline';
189
51
  /** All justify property values */
190
- const JUSTIFY_VALUES = [JUSTIFY_START, JUSTIFY_END, JUSTIFY_CENTER, JUSTIFY_BETWEEN, JUSTIFY_AROUND, JUSTIFY_EVENLY, JUSTIFY_STRETCH, JUSTIFY_BASELINE];
52
+ const JUSTIFY_VALUES = ['justifyStart', 'justifyEnd', 'justifyCenter', 'justifyBetween', 'justifyAround', 'justifyEvenly', 'justifyStretch', 'justifyBaseline'];
191
53
 
192
- /** Disc bullet points - circular bullets for list items */
193
- const DISC = 'disc';
194
- /** Decimal numbers - numbered list items (1, 2, 3...) */
195
- const DECIMAL = 'decimal';
196
54
  /** All list style property values */
197
- const LIST_STYLE_VALUES = [DISC, DECIMAL];
55
+ const LIST_STYLE_VALUES = ['disc', 'decimal'];
198
56
 
199
- /** Auto overflow - show scrollbars if needed */
200
- const OVERFLOW_AUTO = 'overflowAuto';
201
- /** Hidden overflow - clip content without scrollbars */
202
- const OVERFLOW_HIDDEN = 'overflowHidden';
203
- /** Clip overflow - hard clip without scrollbars */
204
- const OVERFLOW_CLIP = 'overflowClip';
205
- /** Visible overflow - content extends beyond bounds */
206
- const OVERFLOW_VISIBLE = 'overflowVisible';
207
- /** Scroll overflow - always show scrollbars */
208
- const OVERFLOW_SCROLL = 'overflowScroll';
209
- /** Auto overflow on X-axis only */
210
- const OVERFLOW_X_AUTO = 'overflowXAuto';
211
- /** Auto overflow on Y-axis only */
212
- const OVERFLOW_Y_AUTO = 'overflowYAuto';
213
- /** Hidden overflow on X-axis only */
214
- const OVERFLOW_X_HIDDEN = 'overflowXHidden';
215
- /** Hidden overflow on Y-axis only */
216
- const OVERFLOW_Y_HIDDEN = 'overflowYHidden';
217
- /** Clip overflow on X-axis only */
218
- const OVERFLOW_X_CLIP = 'overflowXClip';
219
- /** Clip overflow on Y-axis only */
220
- const OVERFLOW_Y_CLIP = 'overflowYClip';
221
- /** Visible overflow on X-axis only */
222
- const OVERFLOW_X_VISIBLE = 'overflowXVisible';
223
- /** Visible overflow on Y-axis only */
224
- const OVERFLOW_Y_VISIBLE = 'overflowYVisible';
225
- /** Scroll overflow on X-axis only */
226
- const OVERFLOW_X_SCROLL = 'overflowXScroll';
227
- /** Scroll overflow on Y-axis only */
228
- const OVERFLOW_Y_SCROLL = 'overflowYScroll';
229
57
  /** All overflow property values */
230
58
  const OVERFLOW_VALUES = [
231
- OVERFLOW_AUTO, OVERFLOW_HIDDEN, OVERFLOW_CLIP, OVERFLOW_VISIBLE, OVERFLOW_SCROLL,
232
- OVERFLOW_X_AUTO, OVERFLOW_Y_AUTO, OVERFLOW_X_HIDDEN, OVERFLOW_Y_HIDDEN,
233
- OVERFLOW_X_CLIP, OVERFLOW_Y_CLIP, OVERFLOW_X_VISIBLE, OVERFLOW_Y_VISIBLE,
234
- OVERFLOW_X_SCROLL, OVERFLOW_Y_SCROLL
59
+ 'overflowAuto', 'overflowHidden', 'overflowClip', 'overflowVisible', 'overflowScroll',
60
+ 'overflowXAuto', 'overflowYAuto', 'overflowXHidden', 'overflowYHidden',
61
+ 'overflowXClip', 'overflowYClip', 'overflowXVisible', 'overflowYVisible',
62
+ 'overflowXScroll', 'overflowYScroll'
235
63
  ];
236
64
 
237
- /** Enable internal padding - uses size-responsive padding values */
238
- const PADDING$1 = 'padding';
239
- /** Disable internal padding - no padding applied */
240
- const NO_PADDING = 'noPadding';
241
65
  /** All padding property values */
242
- const PADDING_VALUES = [PADDING$1, NO_PADDING];
66
+ const PADDING_VALUES = ['padding', 'noPadding'];
243
67
 
244
- /** Relative positioning - offset from normal position */
245
- const RELATIVE = 'relative';
246
- /** Absolute positioning - removed from normal flow */
247
- const ABSOLUTE = 'absolute';
248
- /** Fixed positioning - positioned relative to viewport */
249
- const FIXED = 'fixed';
250
- /** Sticky positioning - toggles between relative and fixed */
251
- const STICKY = 'sticky';
252
- /** Static positioning - normal document flow (default) */
253
- const STATIC = 'static';
254
68
  /** All position property values */
255
- const POSITION_VALUES = [RELATIVE, ABSOLUTE, FIXED, STICKY, STATIC];
69
+ const POSITION_VALUES = ['relative', 'absolute', 'fixed', 'sticky', 'static'];
256
70
 
257
- /** Reverse flex direction - converts row to row-reverse or column to column-reverse */
258
- const REVERSE = 'reverse';
259
71
  /** All reverse property values */
260
- const REVERSE_VALUES = [REVERSE];
72
+ const REVERSE_VALUES = ['reverse'];
261
73
 
262
- /** Show ring - adds decorative ring/outline border around element */
263
- const RING = 'ring';
264
- /** Hide ring - removes ring/outline border styling */
265
- const NO_RING = 'noRing';
266
74
  /** All ring property values */
267
- const RING_VALUES = [RING, NO_RING];
75
+ const RING_VALUES = ['ring', 'noRing'];
268
76
 
269
- /** Enable drop shadow - adds size-responsive shadow styling */
270
- const SHADOW = 'shadow';
271
- /** Disable drop shadow - removes all shadow styling */
272
- const NO_SHADOW = 'noShadow';
273
77
  /** All shadow property values */
274
- const SHADOW_VALUES = [SHADOW, NO_SHADOW];
78
+ const SHADOW_VALUES = ['shadow', 'noShadow'];
275
79
 
276
- /** Show focus-visible outline - adds visible focus indicator for keyboard navigation */
277
- const FOCUS_VISIBLE_OUTLINE = 'focusVisible';
278
- /** Hide focus-visible outline - removes focus-visible outline styling */
279
- const NO_FOCUS_VISIBLE_OUTLINE = 'noFocusVisible';
280
80
  /** All focusVisible property values */
281
- const FOCUS_VISIBLE_VALUES = [FOCUS_VISIBLE_OUTLINE, NO_FOCUS_VISIBLE_OUTLINE];
81
+ const FOCUS_VISIBLE_VALUES = ['focusVisible', 'noFocusVisible'];
282
82
 
283
- /** Pill shape - fully rounded corners (rounded-full) */
284
- const PILL = 'pill';
285
- /** Sharp shape - no border radius (rounded-none) */
286
- const SHARP = 'sharp';
287
- /** Rounded shape - size-responsive border radius (varies by component size) */
288
- const ROUNDED = 'rounded';
289
83
  /** All shape property values */
290
- const SHAPE_VALUES = [PILL, SHARP, ROUNDED];
84
+ const SHAPE_VALUES = ['pill', 'sharp', 'rounded'];
291
85
 
292
- /** Extra small size - affects padding, font-size, border-radius, and spacing */
293
- const XS = 'xs';
294
- /** Small size - affects padding, font-size, border-radius, and spacing */
295
- const SM = 'sm';
296
- /** Medium size (default) - affects padding, font-size, border-radius, and spacing */
297
- const MD = 'md';
298
- /** Large size - affects padding, font-size, border-radius, and spacing */
299
- const LG = 'lg';
300
- /** Extra large size - affects padding, font-size, border-radius, and spacing */
301
- const XL = 'xl';
302
86
  /** All size property values */
303
- const SIZE_VALUES = [XS, SM, MD, LG, XL];
87
+ const SIZE_VALUES = ['xs', 'sm', 'md', 'lg', 'xl'];
304
88
 
305
- /** Left-aligned text */
306
- const TEXT_LEFT = 'textLeft';
307
- /** Center-aligned text */
308
- const TEXT_CENTER = 'textCenter';
309
- /** Right-aligned text */
310
- const TEXT_RIGHT = 'textRight';
311
- /** Justified text */
312
- const TEXT_JUSTIFY = 'textJustify';
313
89
  /** All text align property values */
314
- const TEXT_ALIGN_VALUES = [TEXT_LEFT, TEXT_CENTER, TEXT_RIGHT, TEXT_JUSTIFY];
90
+ const TEXT_ALIGN_VALUES = ['textLeft', 'textCenter', 'textRight', 'textJustify'];
315
91
 
316
- /** Add underline decoration below text */
317
- const UNDERLINE = 'underline';
318
- /** Add strikethrough/line-through decoration across text */
319
- const LINE_THROUGH = 'lineThrough';
320
- /** Remove text decoration (no underline, strikethrough, etc.) */
321
- const NO_UNDERLINE = 'noUnderline';
322
- /** Add overline decoration above text */
323
- const OVERLINE = 'overline';
324
92
  /** All text decoration property values */
325
- const TEXT_DECORATION_VALUES = [UNDERLINE, LINE_THROUGH, NO_UNDERLINE, OVERLINE];
93
+ const TEXT_DECORATION_VALUES = ['underline', 'lineThrough', 'noUnderline', 'overline'];
326
94
 
327
- /** Transform text to UPPERCASE */
328
- const UPPERCASE = 'uppercase';
329
- /** Transform text to lowercase */
330
- const LOWERCASE = 'lowercase';
331
- /** Transform text to Capitalize Each Word */
332
- const CAPITALIZE = 'capitalize';
333
- /** Normal case - no transformation */
334
- const NORMAL_CASE = 'normalCase';
335
95
  /** All text transform property values */
336
- const TEXT_TRANSFORM_VALUES = [UPPERCASE, LOWERCASE, CAPITALIZE, NORMAL_CASE];
96
+ const TEXT_TRANSFORM_VALUES = ['uppercase', 'lowercase', 'capitalize', 'normalCase'];
337
97
 
338
- /** Make background transparent for layout/UI components or text transparent for typography components */
339
- const TRANSPARENT = 'transparent';
340
98
  /** All transparent property values */
341
- const TRANSPARENT_VALUES = [TRANSPARENT];
99
+ const TRANSPARENT_VALUES = ['transparent'];
342
100
 
343
- /** Filled variant - solid background with contrasting text color */
344
- const FILLED = 'filled';
345
- /** Outline variant - transparent background with border and colored text (default) */
346
- const OUTLINE = 'outline';
347
101
  /** All variant property values */
348
- const VARIANT_VALUES = [FILLED, OUTLINE];
102
+ const VARIANT_VALUES = ['filled', 'outline'];
349
103
 
350
- /** Allow flex items to wrap to new lines when container is too narrow */
351
- const FLEX_WRAP = 'flexWrap';
352
- /** Force flex items to stay on single line (may overflow) */
353
- const FLEX_NO_WRAP = 'flexNoWrap';
354
- /** Wrap flex items in reverse order (last items wrap first) */
355
- const FLEX_WRAP_REVERSE = 'flexWrapReverse';
356
104
  /** All wrap property values */
357
- const WRAP_VALUES = [FLEX_WRAP, FLEX_NO_WRAP, FLEX_WRAP_REVERSE];
105
+ const WRAP_VALUES = ['flexWrap', 'flexNoWrap', 'flexWrapReverse'];
358
106
 
359
107
  /** Base state - default resting appearance */
360
108
  const BASE = 'base';
@@ -5749,385 +5497,11 @@ const ThemedComponent = react.forwardRef(function ThemedComponent(allProps, ref)
5749
5497
  return (jsxRuntime.jsx(Tag, { ref: ref, className: finalClasses, ...finalProps, children: props.children }));
5750
5498
  });
5751
5499
 
5752
- /**
5753
- * Button - A clickable button element with customizable appearance and behavior
5754
- *
5755
- * @example
5756
- * ```tsx
5757
- * // Basic button
5758
- * <Button>Click me</Button>
5759
- *
5760
- * // With size, appearance, and variant
5761
- * <Button lg primary filled>Submit</Button>
5762
- *
5763
- * // Outlined button
5764
- * <Button outlined secondary>Cancel</Button>
5765
- *
5766
- * // As a link
5767
- * <Button href="/about">Learn More</Button>
5768
- * ```
5769
- *
5770
- * @param props - Button props
5771
- * @param props.children - Button content
5772
- * @param props.className - Additional CSS classes to merge with theme classes
5773
- *
5774
-
5775
- * SIZE PROPS:
5776
- * @param props.xs - Extra small size
5777
- * @param props.sm - Small size
5778
- * @param props.md - Medium size (default)
5779
- * @param props.lg - Large size
5780
- * @param props.xl - Extra large size
5781
- *
5782
-
5783
- * ALIGNMENT PROPS (Cross-axis):
5784
- * @param props.itemsStart - Align items to start (top/left)
5785
- * @param props.itemsEnd - Align items to end (bottom/right)
5786
- * @param props.itemsCenter - Align items to center
5787
- * @param props.itemsBaseline - Align items to baseline
5788
- * @param props.itemsStretch - Stretch items to fill container
5789
- *
5790
-
5791
- * ALIGNMENT PROPS (Main-axis):
5792
- * @param props.justifyStart - Justify content to start
5793
- * @param props.justifyEnd - Justify content to end
5794
- * @param props.justifyCenter - Justify content to center
5795
- * @param props.justifyBetween - Space between items
5796
- * @param props.justifyAround - Space around items
5797
- * @param props.justifyEvenly - Space evenly between items
5798
- *
5799
-
5800
- * POSITION PROPS:
5801
- * @param props.relative - Relative positioning
5802
- * @param props.absolute - Absolute positioning
5803
- * @param props.fixed - Fixed positioning
5804
- * @param props.sticky - Sticky positioning
5805
- * @param props.static - Static positioning
5806
- *
5807
-
5808
- * DISPLAY PROPS:
5809
- * @param props.flex - Display as flex container
5810
- * @param props.block - Display as block
5811
- * @param props.inline - Display as inline
5812
- * @param props.inlineBlock - Display as inline-block
5813
- * @param props.inlineFlex - Display as inline-flex
5814
- * @param props.grid - Display as grid
5815
- * @param props.inlineGrid - Display as inline-grid
5816
- * @param props.contents - Display as contents
5817
- * @param props.hidden - Hide element (display: none)
5818
- *
5819
-
5820
- * OVERFLOW PROPS:
5821
- * @param props.overflowAuto - Auto overflow on both axes
5822
- * @param props.overflowHidden - Hidden overflow on both axes
5823
- * @param props.overflowVisible - Visible overflow on both axes
5824
- * @param props.overflowScroll - Scrollable overflow on both axes
5825
- * @param props.overflowXAuto - Auto overflow on X axis
5826
- * @param props.overflowYAuto - Auto overflow on Y axis
5827
- * @param props.overflowXHidden - Hidden overflow on X axis
5828
- * @param props.overflowYHidden - Hidden overflow on Y axis
5829
- *
5830
-
5831
- * FLEXBOX PROPS:
5832
- * @param props.wrap - Enable flex wrap
5833
- * @param props.reverse - Reverse the order of children
5834
- *
5835
-
5836
- * LAYOUT PROPS:
5837
- * @param props.gap - Enable gap spacing between children
5838
- * @param props.noGap - Disable gap spacing
5839
- * @param props.padding - Enable internal padding
5840
- * @param props.noPadding - Disable internal padding
5841
- *
5842
-
5843
- * FLEXBOX DIRECTION PROPS:
5844
- * @param props.row - Flex direction row (horizontal)
5845
- * @param props.column - Flex direction column (vertical)
5846
- * @param props.rowReverse - Flex direction row-reverse
5847
- * @param props.columnReverse - Flex direction column-reverse
5848
- *
5849
-
5850
- * APPEARANCE PROPS:
5851
- * @param props.default - Default color appearance
5852
- * @param props.primary - Primary color appearance (blue)
5853
- * @param props.secondary - Secondary color appearance (gray)
5854
- * @param props.tertiary - Tertiary color appearance
5855
- * @param props.accent - Accent color appearance (rose)
5856
- * @param props.success - Success color appearance (green)
5857
- * @param props.danger - Danger color appearance (red)
5858
- * @param props.warning - Warning color appearance (amber)
5859
- * @param props.info - Info color appearance (cyan)
5860
- * @param props.link - Link color appearance
5861
- *
5862
-
5863
- * BORDER PROPS:
5864
- * @param props.border - Enable border on all sides
5865
- * @param props.borderT - Enable border on top
5866
- * @param props.borderB - Enable border on bottom
5867
- * @param props.borderL - Enable border on left
5868
- * @param props.borderR - Enable border on right
5869
- * @param props.borderX - Enable border on left and right
5870
- * @param props.borderY - Enable border on top and bottom
5871
- * @param props.noBorder - Disable all borders
5872
- *
5873
-
5874
- * VISUAL DECORATION PROPS:
5875
- * @param props.shadow - Enable drop shadow
5876
- * @param props.noShadow - Disable drop shadow
5877
- * @param props.ring - Enable focus ring
5878
- * @param props.noRing - Disable focus ring
5879
- * @param props.focusVisible - Enable focus-visible outline
5880
- * @param props.noFocusVisible - Disable focus-visible outline
5881
- *
5882
-
5883
- * SHAPE PROPS:
5884
- * @param props.rounded - Medium rounded corners (default)
5885
- * @param props.pill - Fully rounded corners (circular)
5886
- * @param props.sharp - No rounded corners (square)
5887
- *
5888
-
5889
- * FONT WEIGHT PROPS:
5890
- * @param props.thin - Thin font weight (100)
5891
- * @param props.extralight - Extra light font weight (200)
5892
- * @param props.light - Light font weight (300)
5893
- * @param props.normal - Normal font weight (400)
5894
- * @param props.medium - Medium font weight (500)
5895
- * @param props.semibold - Semibold font weight (600)
5896
- * @param props.bold - Bold font weight (700)
5897
- * @param props.extrabold - Extra bold font weight (800)
5898
- * @param props.black - Black font weight (900)
5899
- *
5900
-
5901
- * FONT STYLE PROPS:
5902
- * @param props.italic - Italic font style
5903
- * @param props.notItalic - Not italic (normal) font style
5904
- *
5905
-
5906
- * TEXT DECORATION PROPS:
5907
- * @param props.underline - Underline text decoration
5908
- * @param props.lineThrough - Line-through text decoration
5909
- * @param props.noUnderline - No text decoration
5910
- *
5911
-
5912
- * TEXT TRANSFORM PROPS:
5913
- * @param props.uppercase - Transform text to uppercase
5914
- * @param props.lowercase - Transform text to lowercase
5915
- * @param props.capitalize - Capitalize first letter of each word
5916
- * @param props.normalCase - Normal text case (no transformation)
5917
- *
5918
-
5919
- * FONT FAMILY PROPS:
5920
- * @param props.sans - Sans-serif font family (default)
5921
- * @param props.serif - Serif font family
5922
- * @param props.mono - Monospace font family
5923
- *
5924
-
5925
- * TEXT ALIGNMENT PROPS:
5926
- * @param props.textLeft - Align text to left
5927
- * @param props.textCenter - Align text to center
5928
- * @param props.textRight - Align text to right
5929
- * @param props.textJustify - Justify text
5930
- *
5931
-
5932
- * VARIANT PROPS:
5933
- * @param props.filled - Filled variant with solid background
5934
- * @param props.outlined - Outlined variant with border only
5935
- * @param props.ghost - Ghost variant with minimal styling
5936
- *
5937
- * @see {@link ButtonProps} for the complete type definition
5938
- */
5939
5500
  const Button = react.forwardRef(function Button(props, ref) {
5940
5501
  const theme = useTheme();
5941
5502
  return jsxRuntime.jsx(ThemedComponent, { ref: ref, theme: theme.button, ...props });
5942
5503
  });
5943
5504
 
5944
- /**
5945
- * Badge - A small label for status, categories, counts, or notifications
5946
- *
5947
- * @example
5948
- * ```tsx
5949
- * // Basic badge
5950
- * <Badge>New</Badge>
5951
- *
5952
- * // Status badge with appearance and variant
5953
- * <Badge success filled pill>Active</Badge>
5954
- *
5955
- * // Count badge
5956
- * <Badge danger filled>3</Badge>
5957
- *
5958
- * // As a link
5959
- * <Badge href="/notifications" primary outlined>5 New</Badge>
5960
- * ```
5961
- *
5962
- * @param props - Badge props
5963
- * @param props.children - Badge content
5964
- * @param props.className - Additional CSS classes to merge with theme classes
5965
- *
5966
-
5967
- * SIZE PROPS:
5968
- * @param props.xs - Extra small size
5969
- * @param props.sm - Small size
5970
- * @param props.md - Medium size (default)
5971
- * @param props.lg - Large size
5972
- * @param props.xl - Extra large size
5973
- *
5974
-
5975
- * ALIGNMENT PROPS (Cross-axis):
5976
- * @param props.itemsStart - Align items to start (top/left)
5977
- * @param props.itemsEnd - Align items to end (bottom/right)
5978
- * @param props.itemsCenter - Align items to center
5979
- * @param props.itemsBaseline - Align items to baseline
5980
- * @param props.itemsStretch - Stretch items to fill container
5981
- *
5982
-
5983
- * ALIGNMENT PROPS (Main-axis):
5984
- * @param props.justifyStart - Justify content to start
5985
- * @param props.justifyEnd - Justify content to end
5986
- * @param props.justifyCenter - Justify content to center
5987
- * @param props.justifyBetween - Space between items
5988
- * @param props.justifyAround - Space around items
5989
- * @param props.justifyEvenly - Space evenly between items
5990
- *
5991
-
5992
- * POSITION PROPS:
5993
- * @param props.relative - Relative positioning
5994
- * @param props.absolute - Absolute positioning
5995
- * @param props.fixed - Fixed positioning
5996
- * @param props.sticky - Sticky positioning
5997
- * @param props.static - Static positioning
5998
- *
5999
-
6000
- * DISPLAY PROPS:
6001
- * @param props.flex - Display as flex container
6002
- * @param props.block - Display as block
6003
- * @param props.inline - Display as inline
6004
- * @param props.inlineBlock - Display as inline-block
6005
- * @param props.inlineFlex - Display as inline-flex
6006
- * @param props.grid - Display as grid
6007
- * @param props.inlineGrid - Display as inline-grid
6008
- * @param props.contents - Display as contents
6009
- * @param props.hidden - Hide element (display: none)
6010
- *
6011
-
6012
- * OVERFLOW PROPS:
6013
- * @param props.overflowAuto - Auto overflow on both axes
6014
- * @param props.overflowHidden - Hidden overflow on both axes
6015
- * @param props.overflowVisible - Visible overflow on both axes
6016
- * @param props.overflowScroll - Scrollable overflow on both axes
6017
- * @param props.overflowXAuto - Auto overflow on X axis
6018
- * @param props.overflowYAuto - Auto overflow on Y axis
6019
- * @param props.overflowXHidden - Hidden overflow on X axis
6020
- * @param props.overflowYHidden - Hidden overflow on Y axis
6021
- *
6022
-
6023
- * FLEXBOX PROPS:
6024
- * @param props.wrap - Enable flex wrap
6025
- * @param props.reverse - Reverse the order of children
6026
- *
6027
-
6028
- * LAYOUT PROPS:
6029
- * @param props.gap - Enable gap spacing between children
6030
- * @param props.noGap - Disable gap spacing
6031
- * @param props.padding - Enable internal padding
6032
- * @param props.noPadding - Disable internal padding
6033
- *
6034
-
6035
- * FLEXBOX DIRECTION PROPS:
6036
- * @param props.row - Flex direction row (horizontal)
6037
- * @param props.column - Flex direction column (vertical)
6038
- * @param props.rowReverse - Flex direction row-reverse
6039
- * @param props.columnReverse - Flex direction column-reverse
6040
- *
6041
-
6042
- * APPEARANCE PROPS:
6043
- * @param props.default - Default color appearance
6044
- * @param props.primary - Primary color appearance (blue)
6045
- * @param props.secondary - Secondary color appearance (gray)
6046
- * @param props.tertiary - Tertiary color appearance
6047
- * @param props.accent - Accent color appearance (rose)
6048
- * @param props.success - Success color appearance (green)
6049
- * @param props.danger - Danger color appearance (red)
6050
- * @param props.warning - Warning color appearance (amber)
6051
- * @param props.info - Info color appearance (cyan)
6052
- * @param props.link - Link color appearance
6053
- *
6054
-
6055
- * BORDER PROPS:
6056
- * @param props.border - Enable border on all sides
6057
- * @param props.borderT - Enable border on top
6058
- * @param props.borderB - Enable border on bottom
6059
- * @param props.borderL - Enable border on left
6060
- * @param props.borderR - Enable border on right
6061
- * @param props.borderX - Enable border on left and right
6062
- * @param props.borderY - Enable border on top and bottom
6063
- * @param props.noBorder - Disable all borders
6064
- *
6065
-
6066
- * VISUAL DECORATION PROPS:
6067
- * @param props.shadow - Enable drop shadow
6068
- * @param props.noShadow - Disable drop shadow
6069
- * @param props.ring - Enable focus ring
6070
- * @param props.noRing - Disable focus ring
6071
- * @param props.focusVisible - Enable focus-visible outline
6072
- * @param props.noFocusVisible - Disable focus-visible outline
6073
- *
6074
-
6075
- * SHAPE PROPS:
6076
- * @param props.rounded - Medium rounded corners (default)
6077
- * @param props.pill - Fully rounded corners (circular)
6078
- * @param props.sharp - No rounded corners (square)
6079
- *
6080
-
6081
- * FONT WEIGHT PROPS:
6082
- * @param props.thin - Thin font weight (100)
6083
- * @param props.extralight - Extra light font weight (200)
6084
- * @param props.light - Light font weight (300)
6085
- * @param props.normal - Normal font weight (400)
6086
- * @param props.medium - Medium font weight (500)
6087
- * @param props.semibold - Semibold font weight (600)
6088
- * @param props.bold - Bold font weight (700)
6089
- * @param props.extrabold - Extra bold font weight (800)
6090
- * @param props.black - Black font weight (900)
6091
- *
6092
-
6093
- * FONT STYLE PROPS:
6094
- * @param props.italic - Italic font style
6095
- * @param props.notItalic - Not italic (normal) font style
6096
- *
6097
-
6098
- * TEXT DECORATION PROPS:
6099
- * @param props.underline - Underline text decoration
6100
- * @param props.lineThrough - Line-through text decoration
6101
- * @param props.noUnderline - No text decoration
6102
- *
6103
-
6104
- * TEXT TRANSFORM PROPS:
6105
- * @param props.uppercase - Transform text to uppercase
6106
- * @param props.lowercase - Transform text to lowercase
6107
- * @param props.capitalize - Capitalize first letter of each word
6108
- * @param props.normalCase - Normal text case (no transformation)
6109
- *
6110
-
6111
- * FONT FAMILY PROPS:
6112
- * @param props.sans - Sans-serif font family (default)
6113
- * @param props.serif - Serif font family
6114
- * @param props.mono - Monospace font family
6115
- *
6116
-
6117
- * TEXT ALIGNMENT PROPS:
6118
- * @param props.textLeft - Align text to left
6119
- * @param props.textCenter - Align text to center
6120
- * @param props.textRight - Align text to right
6121
- * @param props.textJustify - Justify text
6122
- *
6123
-
6124
- * VARIANT PROPS:
6125
- * @param props.filled - Filled variant with solid background
6126
- * @param props.outlined - Outlined variant with border only
6127
- * @param props.ghost - Ghost variant with minimal styling
6128
- *
6129
- * @see {@link BadgeProps} for the complete type definition
6130
- */
6131
5505
  const Badge = react.forwardRef(function Badge(props, ref) {
6132
5506
  const theme = useTheme();
6133
5507
  return jsxRuntime.jsx(ThemedComponent, { theme: theme.badge, ref: ref, ...props });
@@ -6277,42 +5651,27 @@ const List = react.forwardRef(function List(props, ref) {
6277
5651
  return jsxRuntime.jsx(ThemedComponent, { ref: ref, theme: theme.list, ...props });
6278
5652
  });
6279
5653
 
6280
- exports.ABSOLUTE = ABSOLUTE;
6281
- exports.ACCENT = ACCENT;
6282
5654
  exports.ACTIVE = ACTIVE;
6283
5655
  exports.APPEARANCE_CATEGORY = APPEARANCE_CATEGORY;
6284
5656
  exports.APPEARANCE_VALUES = APPEARANCE_VALUES;
6285
5657
  exports.BADGE_CATEGORIES = BADGE_CATEGORIES;
6286
5658
  exports.BASE = BASE;
6287
- exports.BLACK = BLACK;
6288
- exports.BLOCK = BLOCK;
6289
- exports.BOLD = BOLD;
6290
5659
  exports.BORDER = BORDER;
6291
- exports.BORDER_B = BORDER_B;
6292
5660
  exports.BORDER_KEYS = BORDER_KEYS;
6293
- exports.BORDER_L = BORDER_L;
6294
- exports.BORDER_R = BORDER_R;
6295
- exports.BORDER_T = BORDER_T;
6296
5661
  exports.BORDER_VALUES = BORDER_VALUES;
6297
- exports.BORDER_X = BORDER_X;
6298
- exports.BORDER_Y = BORDER_Y;
6299
5662
  exports.BREAKPOINT = BREAKPOINT;
6300
5663
  exports.BREAKPOINT_VALUES = BREAKPOINT_VALUES;
6301
5664
  exports.BUTTON_CATEGORIES = BUTTON_CATEGORIES;
6302
5665
  exports.Badge = Badge;
6303
5666
  exports.Button = Button;
6304
- exports.CAPITALIZE = CAPITALIZE;
6305
5667
  exports.CARD_CATEGORIES = CARD_CATEGORIES;
6306
5668
  exports.CHECKBOX_CATEGORIES = CHECKBOX_CATEGORIES;
6307
5669
  exports.CHIP_CATEGORIES = CHIP_CATEGORIES;
6308
5670
  exports.CODE_CATEGORIES = CODE_CATEGORIES;
6309
- exports.COLUMN = COLUMN;
6310
- exports.COLUMN_REVERSE = COLUMN_REVERSE;
6311
5671
  exports.COL_CATEGORIES = COL_CATEGORIES;
6312
5672
  exports.COMPONENT = COMPONENT;
6313
5673
  exports.COMPONENT_PROPS_CATEGORY = COMPONENT_PROPS_CATEGORY;
6314
5674
  exports.CONTAINER_CATEGORIES = CONTAINER_CATEGORIES;
6315
- exports.CONTENTS = CONTENTS;
6316
5675
  exports.Card = Card;
6317
5676
  exports.Checkbox = Checkbox;
6318
5677
  exports.Chip = Chip;
@@ -6321,171 +5680,67 @@ exports.Col = Col;
6321
5680
  exports.ComponentCategories = ComponentCategories;
6322
5681
  exports.ComponentKeys = ComponentKeys;
6323
5682
  exports.Container = Container;
6324
- exports.DANGER = DANGER;
6325
- exports.DECIMAL = DECIMAL;
6326
- exports.DEFAULT = DEFAULT;
6327
- exports.DESKTOP_COL = DESKTOP_COL;
6328
- exports.DESKTOP_HIDE = DESKTOP_HIDE;
6329
- exports.DISC = DISC;
6330
5683
  exports.DISPLAY_VALUES = DISPLAY_VALUES;
6331
5684
  exports.DIVIDER_CATEGORIES = DIVIDER_CATEGORIES;
6332
5685
  exports.Divider = Divider;
6333
- exports.EXTRABOLD = EXTRABOLD;
6334
- exports.EXTRALIGHT = EXTRALIGHT;
6335
- exports.FILLED = FILLED;
6336
- exports.FIXED = FIXED;
6337
- exports.FLEX = FLEX;
6338
5686
  exports.FLEX_DIRECTION_VALUES = FLEX_DIRECTION_VALUES;
6339
- exports.FLEX_NO_WRAP = FLEX_NO_WRAP;
6340
- exports.FLEX_WRAP = FLEX_WRAP;
6341
- exports.FLEX_WRAP_REVERSE = FLEX_WRAP_REVERSE;
6342
5687
  exports.FOCUS = FOCUS;
6343
5688
  exports.FOCUS_VISIBLE = FOCUS_VISIBLE;
6344
- exports.FOCUS_VISIBLE_OUTLINE = FOCUS_VISIBLE_OUTLINE;
6345
5689
  exports.FOCUS_VISIBLE_VALUES = FOCUS_VISIBLE_VALUES;
6346
5690
  exports.FONT_FAMILY_VALUES = FONT_FAMILY_VALUES;
6347
5691
  exports.FONT_STYLE_VALUES = FONT_STYLE_VALUES;
6348
5692
  exports.FONT_WEIGHT_VALUES = FONT_WEIGHT_VALUES;
6349
- exports.GAP = GAP;
6350
5693
  exports.GAP_VALUES = GAP_VALUES;
6351
- exports.GRID = GRID;
6352
5694
  exports.GRID_CATEGORIES = GRID_CATEGORIES;
6353
5695
  exports.Grid2 = Grid2;
6354
5696
  exports.Grid3 = Grid3;
6355
5697
  exports.Grid4 = Grid4;
6356
5698
  exports.Grid5 = Grid5;
6357
5699
  exports.Grid6 = Grid6;
6358
- exports.HIDDEN = HIDDEN;
6359
5700
  exports.HIDE_VALUES = HIDE_VALUES;
6360
5701
  exports.HOVER = HOVER;
6361
5702
  exports.IMG_CATEGORIES = IMG_CATEGORIES;
6362
- exports.INFO = INFO;
6363
- exports.INLINE = INLINE;
6364
- exports.INLINE_BLOCK = INLINE_BLOCK;
6365
- exports.INLINE_FLEX = INLINE_FLEX;
6366
- exports.INLINE_GRID = INLINE_GRID;
6367
5703
  exports.INPUT_CATEGORIES = INPUT_CATEGORIES;
6368
5704
  exports.INTERACTIVE_CATEGORIES = INTERACTIVE_CATEGORIES;
6369
- exports.ITALIC = ITALIC;
6370
- exports.ITEMS_BASELINE = ITEMS_BASELINE;
6371
- exports.ITEMS_CENTER = ITEMS_CENTER;
6372
- exports.ITEMS_END = ITEMS_END;
6373
- exports.ITEMS_START = ITEMS_START;
6374
- exports.ITEMS_STRETCH = ITEMS_STRETCH;
6375
5705
  exports.ITEMS_VALUES = ITEMS_VALUES;
6376
5706
  exports.Img = Img;
6377
5707
  exports.Input = Input;
6378
- exports.JUSTIFY_AROUND = JUSTIFY_AROUND;
6379
- exports.JUSTIFY_BASELINE = JUSTIFY_BASELINE;
6380
- exports.JUSTIFY_BETWEEN = JUSTIFY_BETWEEN;
6381
- exports.JUSTIFY_CENTER = JUSTIFY_CENTER;
6382
- exports.JUSTIFY_END = JUSTIFY_END;
6383
- exports.JUSTIFY_EVENLY = JUSTIFY_EVENLY;
6384
- exports.JUSTIFY_START = JUSTIFY_START;
6385
- exports.JUSTIFY_STRETCH = JUSTIFY_STRETCH;
6386
5708
  exports.JUSTIFY_VALUES = JUSTIFY_VALUES;
6387
5709
  exports.LABEL_CATEGORIES = LABEL_CATEGORIES;
6388
- exports.LAPTOP_COL = LAPTOP_COL;
6389
- exports.LAPTOP_HIDE = LAPTOP_HIDE;
6390
5710
  exports.LAYOUT_CORE = LAYOUT_CORE;
6391
5711
  exports.LAYOUT_FLEX = LAYOUT_FLEX;
6392
5712
  exports.LAYOUT_FULL = LAYOUT_FULL;
6393
- exports.LG = LG;
6394
- exports.LIGHT = LIGHT;
6395
- exports.LINE_THROUGH = LINE_THROUGH;
6396
- exports.LINK = LINK;
6397
5713
  exports.LIST_CATEGORIES = LIST_CATEGORIES;
6398
5714
  exports.LIST_STYLE = LIST_STYLE;
6399
5715
  exports.LIST_STYLE_VALUES = LIST_STYLE_VALUES;
6400
- exports.LOWERCASE = LOWERCASE;
6401
5716
  exports.Label = Label;
6402
5717
  exports.Link = Link;
6403
5718
  exports.List = List;
6404
5719
  exports.ListItem = ListItem;
6405
- exports.MD = MD;
6406
- exports.MEDIUM = MEDIUM;
6407
- exports.MOBILE_COL = MOBILE_COL;
6408
- exports.MOBILE_HIDE = MOBILE_HIDE;
6409
5720
  exports.MODE_VALUES = MODE_VALUES;
6410
- exports.MONO = MONO;
6411
5721
  exports.ModeKeys = ModeKeys;
6412
- exports.NORMAL = NORMAL;
6413
- exports.NORMAL_CASE = NORMAL_CASE;
6414
- exports.NOT_ITALIC = NOT_ITALIC;
6415
5722
  exports.NO_BORDER = NO_BORDER;
6416
- exports.NO_FOCUS_VISIBLE_OUTLINE = NO_FOCUS_VISIBLE_OUTLINE;
6417
- exports.NO_GAP = NO_GAP;
6418
- exports.NO_PADDING = NO_PADDING;
6419
- exports.NO_RING = NO_RING;
6420
- exports.NO_SHADOW = NO_SHADOW;
6421
- exports.NO_UNDERLINE = NO_UNDERLINE;
6422
- exports.OUTLINE = OUTLINE;
6423
- exports.OVERFLOW_AUTO = OVERFLOW_AUTO;
6424
- exports.OVERFLOW_CLIP = OVERFLOW_CLIP;
6425
- exports.OVERFLOW_HIDDEN = OVERFLOW_HIDDEN;
6426
- exports.OVERFLOW_SCROLL = OVERFLOW_SCROLL;
6427
5723
  exports.OVERFLOW_VALUES = OVERFLOW_VALUES;
6428
- exports.OVERFLOW_VISIBLE = OVERFLOW_VISIBLE;
6429
- exports.OVERFLOW_X_AUTO = OVERFLOW_X_AUTO;
6430
- exports.OVERFLOW_X_CLIP = OVERFLOW_X_CLIP;
6431
- exports.OVERFLOW_X_HIDDEN = OVERFLOW_X_HIDDEN;
6432
- exports.OVERFLOW_X_SCROLL = OVERFLOW_X_SCROLL;
6433
- exports.OVERFLOW_X_VISIBLE = OVERFLOW_X_VISIBLE;
6434
- exports.OVERFLOW_Y_AUTO = OVERFLOW_Y_AUTO;
6435
- exports.OVERFLOW_Y_CLIP = OVERFLOW_Y_CLIP;
6436
- exports.OVERFLOW_Y_HIDDEN = OVERFLOW_Y_HIDDEN;
6437
- exports.OVERFLOW_Y_SCROLL = OVERFLOW_Y_SCROLL;
6438
- exports.OVERFLOW_Y_VISIBLE = OVERFLOW_Y_VISIBLE;
6439
- exports.OVERLINE = OVERLINE;
6440
5724
  exports.PADDING = PADDING;
6441
5725
  exports.PADDING_VALUES = PADDING_VALUES;
6442
- exports.PILL = PILL;
6443
5726
  exports.POSITION_VALUES = POSITION_VALUES;
6444
- exports.PRIMARY = PRIMARY;
6445
5727
  exports.PageTitle = PageTitle;
6446
- exports.RELATIVE = RELATIVE;
6447
- exports.REVERSE = REVERSE;
6448
5728
  exports.REVERSE_VALUES = REVERSE_VALUES;
6449
- exports.RING = RING;
6450
5729
  exports.RING_VALUES = RING_VALUES;
6451
- exports.ROUNDED = ROUNDED;
6452
- exports.ROW = ROW;
6453
5730
  exports.ROW_CATEGORIES = ROW_CATEGORIES;
6454
- exports.ROW_REVERSE = ROW_REVERSE;
6455
5731
  exports.Row = Row;
6456
- exports.SANS = SANS;
6457
- exports.SECONDARY = SECONDARY;
6458
5732
  exports.SECTION_CATEGORIES = SECTION_CATEGORIES;
6459
- exports.SEMIBOLD = SEMIBOLD;
6460
- exports.SERIF = SERIF;
6461
- exports.SHADOW = SHADOW;
6462
5733
  exports.SHADOW_VALUES = SHADOW_VALUES;
6463
5734
  exports.SHAPE = SHAPE;
6464
5735
  exports.SHAPE_VALUES = SHAPE_VALUES;
6465
- exports.SHARP = SHARP;
6466
5736
  exports.SIZE_VALUES = SIZE_VALUES;
6467
- exports.SM = SM;
6468
5737
  exports.STACK_CATEGORIES = STACK_CATEGORIES;
6469
- exports.STATIC = STATIC;
6470
- exports.STICKY = STICKY;
6471
- exports.SUCCESS = SUCCESS;
6472
5738
  exports.Section = Section;
6473
5739
  exports.SectionTitle = SectionTitle;
6474
5740
  exports.Stack = Stack;
6475
- exports.TABLE = TABLE;
6476
- exports.TABLET_COL = TABLET_COL;
6477
- exports.TABLET_HIDE = TABLET_HIDE;
6478
- exports.TABLE_CELL = TABLE_CELL;
6479
- exports.TERTIARY = TERTIARY;
6480
5741
  exports.TEXT_ALIGN_VALUES = TEXT_ALIGN_VALUES;
6481
- exports.TEXT_CENTER = TEXT_CENTER;
6482
5742
  exports.TEXT_DECORATION_VALUES = TEXT_DECORATION_VALUES;
6483
- exports.TEXT_JUSTIFY = TEXT_JUSTIFY;
6484
- exports.TEXT_LEFT = TEXT_LEFT;
6485
- exports.TEXT_RIGHT = TEXT_RIGHT;
6486
5743
  exports.TEXT_TRANSFORM_VALUES = TEXT_TRANSFORM_VALUES;
6487
- exports.THIN = THIN;
6488
- exports.TRANSPARENT = TRANSPARENT;
6489
5744
  exports.TRANSPARENT_VALUES = TRANSPARENT_VALUES;
6490
5745
  exports.TYPOGRAPHY_CATEGORIES = TYPOGRAPHY_CATEGORIES;
6491
5746
  exports.TYPOGRAPHY_FULL = TYPOGRAPHY_FULL;
@@ -6493,8 +5748,6 @@ exports.TYPOGRAPHY_STYLE = TYPOGRAPHY_STYLE;
6493
5748
  exports.Text = Text;
6494
5749
  exports.ThemeProvider = ThemeProvider;
6495
5750
  exports.Title = Title;
6496
- exports.UNDERLINE = UNDERLINE;
6497
- exports.UPPERCASE = UPPERCASE;
6498
5751
  exports.VARIANT = VARIANT;
6499
5752
  exports.VARIANT_VALUES = VARIANT_VALUES;
6500
5753
  exports.VISUAL_CORE = VISUAL_CORE;
@@ -6502,10 +5755,7 @@ exports.VISUAL_DECORATION = VISUAL_DECORATION;
6502
5755
  exports.VISUAL_DECORATION_LAYOUT = VISUAL_DECORATION_LAYOUT;
6503
5756
  exports.VISUAL_FULL = VISUAL_FULL;
6504
5757
  exports.VISUAL_LAYOUT = VISUAL_LAYOUT;
6505
- exports.WARNING = WARNING;
6506
5758
  exports.WRAP_VALUES = WRAP_VALUES;
6507
- exports.XL = XL;
6508
- exports.XS = XS;
6509
5759
  exports.defaultTheme = defaultTheme;
6510
5760
  exports.themeDefaults = themeDefaults;
6511
5761
  exports.useTheme = useTheme;