@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
package/dist/index.js CHANGED
@@ -11,351 +11,6 @@ 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
- /** All appearance property values */
35
- const APPEARANCE_VALUES = [DEFAULT, ACCENT, PRIMARY, SECONDARY, TERTIARY, SUCCESS, DANGER, WARNING, INFO, LINK];
36
-
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
- /** Hide border - removes border styling (overrides appearance colors) */
52
- const NO_BORDER = 'noBorder';
53
- /** 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];
55
- /** 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];
57
-
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
- /** All breakpoint property values */
67
- const BREAKPOINT_VALUES = [MOBILE_COL, TABLET_COL, LAPTOP_COL, DESKTOP_COL];
68
-
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
- /** All display property values */
92
- const DISPLAY_VALUES = [INLINE, BLOCK, INLINE_BLOCK, FLEX, INLINE_FLEX, GRID, INLINE_GRID, CONTENTS, TABLE, TABLE_CELL, HIDDEN];
93
-
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
- /** All flex direction property values */
103
- const FLEX_DIRECTION_VALUES = [ROW, COLUMN, ROW_REVERSE, COLUMN_REVERSE];
104
-
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
- /** All font family property values */
112
- const FONT_FAMILY_VALUES = [SANS, SERIF, MONO];
113
-
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
- /** All font style property values */
119
- const FONT_STYLE_VALUES = [ITALIC, NOT_ITALIC];
120
-
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
- /** All font weight property values */
140
- const FONT_WEIGHT_VALUES = [THIN, EXTRALIGHT, LIGHT, NORMAL, MEDIUM, SEMIBOLD, BOLD, EXTRABOLD, BLACK];
141
-
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
- /** All gap property values */
147
- const GAP_VALUES = [GAP, NO_GAP];
148
-
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
- /** All hide property values */
158
- const HIDE_VALUES = [MOBILE_HIDE, TABLET_HIDE, LAPTOP_HIDE, DESKTOP_HIDE];
159
-
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
- /** All items property values */
171
- const ITEMS_VALUES = [ITEMS_START, ITEMS_END, ITEMS_CENTER, ITEMS_BASELINE, ITEMS_STRETCH];
172
-
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
- /** All justify property values */
190
- const JUSTIFY_VALUES = [JUSTIFY_START, JUSTIFY_END, JUSTIFY_CENTER, JUSTIFY_BETWEEN, JUSTIFY_AROUND, JUSTIFY_EVENLY, JUSTIFY_STRETCH, JUSTIFY_BASELINE];
191
-
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
- /** All list style property values */
197
- const LIST_STYLE_VALUES = [DISC, DECIMAL];
198
-
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
- /** All overflow property values */
230
- 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
235
- ];
236
-
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
- /** All padding property values */
242
- const PADDING_VALUES = [PADDING$1, NO_PADDING];
243
-
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
- /** All position property values */
255
- const POSITION_VALUES = [RELATIVE, ABSOLUTE, FIXED, STICKY, STATIC];
256
-
257
- /** Reverse flex direction - converts row to row-reverse or column to column-reverse */
258
- const REVERSE = 'reverse';
259
- /** All reverse property values */
260
- const REVERSE_VALUES = [REVERSE];
261
-
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
- /** All ring property values */
267
- const RING_VALUES = [RING, NO_RING];
268
-
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
- /** All shadow property values */
274
- const SHADOW_VALUES = [SHADOW, NO_SHADOW];
275
-
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
- /** All focusVisible property values */
281
- const FOCUS_VISIBLE_VALUES = [FOCUS_VISIBLE_OUTLINE, NO_FOCUS_VISIBLE_OUTLINE];
282
-
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
- /** All shape property values */
290
- const SHAPE_VALUES = [PILL, SHARP, ROUNDED];
291
-
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
- /** All size property values */
303
- const SIZE_VALUES = [XS, SM, MD, LG, XL];
304
-
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
- /** All text align property values */
314
- const TEXT_ALIGN_VALUES = [TEXT_LEFT, TEXT_CENTER, TEXT_RIGHT, TEXT_JUSTIFY];
315
-
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
- /** All text decoration property values */
325
- const TEXT_DECORATION_VALUES = [UNDERLINE, LINE_THROUGH, NO_UNDERLINE, OVERLINE];
326
-
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
- /** All text transform property values */
336
- const TEXT_TRANSFORM_VALUES = [UPPERCASE, LOWERCASE, CAPITALIZE, NORMAL_CASE];
337
-
338
- /** Make background transparent for layout/UI components or text transparent for typography components */
339
- const TRANSPARENT = 'transparent';
340
- /** All transparent property values */
341
- const TRANSPARENT_VALUES = [TRANSPARENT];
342
-
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
- /** All variant property values */
348
- const VARIANT_VALUES = [FILLED, OUTLINE];
349
-
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
- /** All wrap property values */
357
- const WRAP_VALUES = [FLEX_WRAP, FLEX_NO_WRAP, FLEX_WRAP_REVERSE];
358
-
359
14
  /** Base state - default resting appearance */
360
15
  const BASE = 'base';
361
16
  /** Hover state - appearance when cursor hovers over element */
@@ -420,62 +75,69 @@ const APPEARANCE_CATEGORY = ['text', 'border', 'ring', 'shadow', 'bg', 'accent',
420
75
  /** Component property keys mapping categories to their available values */
421
76
  const ComponentKeys = {
422
77
  /** Color appearance options */
423
- appearance: APPEARANCE_VALUES,
78
+ appearance: ['default', 'accent', 'primary', 'secondary', 'tertiary', 'success', 'danger', 'warning', 'info', 'link'],
424
79
  /** Border visibility: includes all border variations and noBorder (border, borderT, borderB, etc., noBorder) */
425
- border: BORDER_VALUES,
80
+ border: ['border', 'borderT', 'borderB', 'borderL', 'borderR', 'borderX', 'borderY', 'noBorder'],
426
81
  /** Column breakpoints for responsive grid layouts */
427
- breakpoint: BREAKPOINT_VALUES,
82
+ breakpoint: ['mobileCol', 'tabletCol', 'laptopCol', 'desktopCol'],
428
83
  /** CSS display property values for element layout behavior */
429
- display: DISPLAY_VALUES,
84
+ display: ['inline', 'block', 'inlineBlock', 'flex', 'inlineFlex', 'grid', 'inlineGrid', 'contents', 'table', 'tableCell', 'hidden'],
430
85
  /** Flex direction: row (horizontal), column (vertical), or reversed variants */
431
- flexDirection: FLEX_DIRECTION_VALUES,
86
+ flexDirection: ['row', 'column', 'rowReverse', 'columnReverse'],
432
87
  /** Font family types: sans-serif, serif, or monospace */
433
- fontFamily: FONT_FAMILY_VALUES,
88
+ fontFamily: ['sans', 'serif', 'mono'],
434
89
  /** Font style: italic or notItalic (normal) */
435
- fontStyle: FONT_STYLE_VALUES,
90
+ fontStyle: ['italic', 'notItalic'],
436
91
  /** Font weight from thin (100) to black (900) */
437
- fontWeight: FONT_WEIGHT_VALUES,
92
+ fontWeight: ['thin', 'extralight', 'light', 'normal', 'medium', 'semibold', 'bold', 'extrabold', 'black'],
438
93
  /** Spacing between flex/grid items: gap (enabled) or noGap (disabled) */
439
- gap: GAP_VALUES,
94
+ gap: ['gap', 'noGap'],
440
95
  /** Hide elements at specific breakpoint sizes */
441
- hide: HIDE_VALUES,
96
+ hide: ['mobileHide', 'tabletHide', 'laptopHide', 'desktopHide'],
442
97
  /** Cross-axis alignment for flex items (align-items) */
443
- items: ITEMS_VALUES,
98
+ items: ['itemsStart', 'itemsEnd', 'itemsCenter', 'itemsBaseline', 'itemsStretch'],
444
99
  /** Main-axis alignment for flex items (justify-content) */
445
- justify: JUSTIFY_VALUES,
100
+ justify: ['justifyStart', 'justifyEnd', 'justifyCenter', 'justifyBetween', 'justifyAround', 'justifyEvenly', 'justifyStretch', 'justifyBaseline'],
446
101
  /** List bullet/numbering style: disc (bullets) or decimal (numbers) */
447
- listStyle: LIST_STYLE_VALUES,
102
+ listStyle: ['disc', 'decimal'],
448
103
  /** Overflow behavior for content that exceeds container bounds */
449
- overflow: OVERFLOW_VALUES,
104
+ overflow: [
105
+ 'overflowAuto', 'overflowHidden', 'overflowClip', 'overflowVisible', 'overflowScroll',
106
+ 'overflowXAuto', 'overflowYAuto', 'overflowXHidden', 'overflowYHidden',
107
+ 'overflowXClip', 'overflowYClip', 'overflowXVisible', 'overflowYVisible',
108
+ 'overflowXScroll', 'overflowYScroll'
109
+ ],
450
110
  /** Internal spacing: padding (enabled) or noPadding (disabled) */
451
- padding: PADDING_VALUES,
111
+ padding: ['padding', 'noPadding'],
452
112
  /** CSS positioning: relative, absolute, fixed, sticky, static */
453
- position: POSITION_VALUES,
113
+ position: ['relative', 'absolute', 'fixed', 'sticky', 'static'],
454
114
  /** Reverse the order of flex items */
455
- reverse: REVERSE_VALUES,
115
+ reverse: ['reverse'],
456
116
  /** Focus ring visibility: ring (show) or noRing (hide) */
457
- ring: RING_VALUES,
117
+ ring: ['ring', 'noRing'],
458
118
  /** Drop shadow visibility: shadow (enabled) or noShadow (disabled) */
459
- shadow: SHADOW_VALUES,
119
+ shadow: ['shadow', 'noShadow'],
460
120
  /** Focus-visible outline visibility: focusVisible (show) or noFocusVisible (hide) */
461
- focusVisible: FOCUS_VISIBLE_VALUES,
121
+ focusVisible: ['focusVisible', 'noFocusVisible'],
462
122
  /** Border radius shape: pill (fully rounded), sharp (no radius), rounded (medium radius) */
463
- shape: SHAPE_VALUES,
123
+ shape: ['pill', 'sharp', 'rounded'],
464
124
  /** Size scale from extra-small to extra-large */
465
- size: SIZE_VALUES,
125
+ size: ['xs', 'sm', 'md', 'lg', 'xl'],
466
126
  /** Text alignment: left, center, right, justify */
467
- textAlign: TEXT_ALIGN_VALUES,
127
+ textAlign: ['textLeft', 'textCenter', 'textRight', 'textJustify'],
468
128
  /** Text decoration: underline, strikethrough (lineThrough), none (noUnderline), overline */
469
- textDecoration: TEXT_DECORATION_VALUES,
129
+ textDecoration: ['underline', 'lineThrough', 'noUnderline', 'overline'],
470
130
  /** Text case transformation: UPPERCASE, lowercase, Capitalize, normalCase */
471
- textTransform: TEXT_TRANSFORM_VALUES,
131
+ textTransform: ['uppercase', 'lowercase', 'capitalize', 'normalCase'],
472
132
  /** Make background (layout/UI) or text (typography) transparent */
473
- transparent: TRANSPARENT_VALUES,
133
+ transparent: ['transparent'],
474
134
  /** Style variant: filled (solid background) or outline (border only) */
475
- variant: VARIANT_VALUES,
135
+ variant: ['filled', 'outline'],
476
136
  /** Flex item wrapping behavior: wrap, no-wrap, or wrap-reverse */
477
- wrap: WRAP_VALUES,
137
+ wrap: ['flexWrap', 'flexNoWrap', 'flexWrapReverse'],
478
138
  };
139
+ /** All border side keys (excluding noBorder since it doesn't have a CSS class) */
140
+ const BORDER_KEYS = ['border', 'borderT', 'borderB', 'borderL', 'borderR', 'borderX', 'borderY'];
479
141
  /** Composite categories built from core blocks */
480
142
  /** Complete layout category including core and flex properties */
481
143
  const LAYOUT_FULL = [...LAYOUT_CORE, ...LAYOUT_FLEX];
@@ -4049,11 +3711,11 @@ class AppearanceTheme extends BaseTheme {
4049
3711
  var _a;
4050
3712
  if (this.category === 'border') {
4051
3713
  // If noBorder is selected from the border category, don't apply appearance colors
4052
- if (extractedKeys.border === NO_BORDER) {
3714
+ if (extractedKeys.border === 'noBorder') {
4053
3715
  return [];
4054
3716
  }
4055
3717
  // Only apply appearance colors if any border prop is set (and not noBorder)
4056
- const hasBorderProps = extractedKeys.border !== undefined && extractedKeys.border !== NO_BORDER;
3718
+ const hasBorderProps = extractedKeys.border !== undefined && extractedKeys.border !== 'noBorder';
4057
3719
  // If no border props are set, don't apply appearance colors
4058
3720
  if (!hasBorderProps) {
4059
3721
  return [];
@@ -5749,385 +5411,11 @@ const ThemedComponent = react.forwardRef(function ThemedComponent(allProps, ref)
5749
5411
  return (jsxRuntime.jsx(Tag, { ref: ref, className: finalClasses, ...finalProps, children: props.children }));
5750
5412
  });
5751
5413
 
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
5414
  const Button = react.forwardRef(function Button(props, ref) {
5940
5415
  const theme = useTheme();
5941
5416
  return jsxRuntime.jsx(ThemedComponent, { ref: ref, theme: theme.button, ...props });
5942
5417
  });
5943
5418
 
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
5419
  const Badge = react.forwardRef(function Badge(props, ref) {
6132
5420
  const theme = useTheme();
6133
5421
  return jsxRuntime.jsx(ThemedComponent, { theme: theme.badge, ref: ref, ...props });
@@ -6277,42 +5565,24 @@ const List = react.forwardRef(function List(props, ref) {
6277
5565
  return jsxRuntime.jsx(ThemedComponent, { ref: ref, theme: theme.list, ...props });
6278
5566
  });
6279
5567
 
6280
- exports.ABSOLUTE = ABSOLUTE;
6281
- exports.ACCENT = ACCENT;
6282
5568
  exports.ACTIVE = ACTIVE;
6283
5569
  exports.APPEARANCE_CATEGORY = APPEARANCE_CATEGORY;
6284
- exports.APPEARANCE_VALUES = APPEARANCE_VALUES;
6285
5570
  exports.BADGE_CATEGORIES = BADGE_CATEGORIES;
6286
5571
  exports.BASE = BASE;
6287
- exports.BLACK = BLACK;
6288
- exports.BLOCK = BLOCK;
6289
- exports.BOLD = BOLD;
6290
5572
  exports.BORDER = BORDER;
6291
- exports.BORDER_B = BORDER_B;
6292
5573
  exports.BORDER_KEYS = BORDER_KEYS;
6293
- exports.BORDER_L = BORDER_L;
6294
- exports.BORDER_R = BORDER_R;
6295
- exports.BORDER_T = BORDER_T;
6296
- exports.BORDER_VALUES = BORDER_VALUES;
6297
- exports.BORDER_X = BORDER_X;
6298
- exports.BORDER_Y = BORDER_Y;
6299
5574
  exports.BREAKPOINT = BREAKPOINT;
6300
- exports.BREAKPOINT_VALUES = BREAKPOINT_VALUES;
6301
5575
  exports.BUTTON_CATEGORIES = BUTTON_CATEGORIES;
6302
5576
  exports.Badge = Badge;
6303
5577
  exports.Button = Button;
6304
- exports.CAPITALIZE = CAPITALIZE;
6305
5578
  exports.CARD_CATEGORIES = CARD_CATEGORIES;
6306
5579
  exports.CHECKBOX_CATEGORIES = CHECKBOX_CATEGORIES;
6307
5580
  exports.CHIP_CATEGORIES = CHIP_CATEGORIES;
6308
5581
  exports.CODE_CATEGORIES = CODE_CATEGORIES;
6309
- exports.COLUMN = COLUMN;
6310
- exports.COLUMN_REVERSE = COLUMN_REVERSE;
6311
5582
  exports.COL_CATEGORIES = COL_CATEGORIES;
6312
5583
  exports.COMPONENT = COMPONENT;
6313
5584
  exports.COMPONENT_PROPS_CATEGORY = COMPONENT_PROPS_CATEGORY;
6314
5585
  exports.CONTAINER_CATEGORIES = CONTAINER_CATEGORIES;
6315
- exports.CONTENTS = CONTENTS;
6316
5586
  exports.Card = Card;
6317
5587
  exports.Checkbox = Checkbox;
6318
5588
  exports.Chip = Chip;
@@ -6321,191 +5591,56 @@ exports.Col = Col;
6321
5591
  exports.ComponentCategories = ComponentCategories;
6322
5592
  exports.ComponentKeys = ComponentKeys;
6323
5593
  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
- exports.DISPLAY_VALUES = DISPLAY_VALUES;
6331
5594
  exports.DIVIDER_CATEGORIES = DIVIDER_CATEGORIES;
6332
5595
  exports.Divider = Divider;
6333
- exports.EXTRABOLD = EXTRABOLD;
6334
- exports.EXTRALIGHT = EXTRALIGHT;
6335
- exports.FILLED = FILLED;
6336
- exports.FIXED = FIXED;
6337
- exports.FLEX = FLEX;
6338
- 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
5596
  exports.FOCUS = FOCUS;
6343
5597
  exports.FOCUS_VISIBLE = FOCUS_VISIBLE;
6344
- exports.FOCUS_VISIBLE_OUTLINE = FOCUS_VISIBLE_OUTLINE;
6345
- exports.FOCUS_VISIBLE_VALUES = FOCUS_VISIBLE_VALUES;
6346
- exports.FONT_FAMILY_VALUES = FONT_FAMILY_VALUES;
6347
- exports.FONT_STYLE_VALUES = FONT_STYLE_VALUES;
6348
- exports.FONT_WEIGHT_VALUES = FONT_WEIGHT_VALUES;
6349
- exports.GAP = GAP;
6350
- exports.GAP_VALUES = GAP_VALUES;
6351
- exports.GRID = GRID;
6352
5598
  exports.GRID_CATEGORIES = GRID_CATEGORIES;
6353
5599
  exports.Grid2 = Grid2;
6354
5600
  exports.Grid3 = Grid3;
6355
5601
  exports.Grid4 = Grid4;
6356
5602
  exports.Grid5 = Grid5;
6357
5603
  exports.Grid6 = Grid6;
6358
- exports.HIDDEN = HIDDEN;
6359
- exports.HIDE_VALUES = HIDE_VALUES;
6360
5604
  exports.HOVER = HOVER;
6361
5605
  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
5606
  exports.INPUT_CATEGORIES = INPUT_CATEGORIES;
6368
5607
  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
- exports.ITEMS_VALUES = ITEMS_VALUES;
6376
5608
  exports.Img = Img;
6377
5609
  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
- exports.JUSTIFY_VALUES = JUSTIFY_VALUES;
6387
5610
  exports.LABEL_CATEGORIES = LABEL_CATEGORIES;
6388
- exports.LAPTOP_COL = LAPTOP_COL;
6389
- exports.LAPTOP_HIDE = LAPTOP_HIDE;
6390
5611
  exports.LAYOUT_CORE = LAYOUT_CORE;
6391
5612
  exports.LAYOUT_FLEX = LAYOUT_FLEX;
6392
5613
  exports.LAYOUT_FULL = LAYOUT_FULL;
6393
- exports.LG = LG;
6394
- exports.LIGHT = LIGHT;
6395
- exports.LINE_THROUGH = LINE_THROUGH;
6396
- exports.LINK = LINK;
6397
5614
  exports.LIST_CATEGORIES = LIST_CATEGORIES;
6398
5615
  exports.LIST_STYLE = LIST_STYLE;
6399
- exports.LIST_STYLE_VALUES = LIST_STYLE_VALUES;
6400
- exports.LOWERCASE = LOWERCASE;
6401
5616
  exports.Label = Label;
6402
5617
  exports.Link = Link;
6403
5618
  exports.List = List;
6404
5619
  exports.ListItem = ListItem;
6405
- exports.MD = MD;
6406
- exports.MEDIUM = MEDIUM;
6407
- exports.MOBILE_COL = MOBILE_COL;
6408
- exports.MOBILE_HIDE = MOBILE_HIDE;
6409
5620
  exports.MODE_VALUES = MODE_VALUES;
6410
- exports.MONO = MONO;
6411
5621
  exports.ModeKeys = ModeKeys;
6412
- exports.NORMAL = NORMAL;
6413
- exports.NORMAL_CASE = NORMAL_CASE;
6414
- exports.NOT_ITALIC = NOT_ITALIC;
6415
- 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
- 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
5622
  exports.PADDING = PADDING;
6441
- exports.PADDING_VALUES = PADDING_VALUES;
6442
- exports.PILL = PILL;
6443
- exports.POSITION_VALUES = POSITION_VALUES;
6444
- exports.PRIMARY = PRIMARY;
6445
5623
  exports.PageTitle = PageTitle;
6446
- exports.RELATIVE = RELATIVE;
6447
- exports.REVERSE = REVERSE;
6448
- exports.REVERSE_VALUES = REVERSE_VALUES;
6449
- exports.RING = RING;
6450
- exports.RING_VALUES = RING_VALUES;
6451
- exports.ROUNDED = ROUNDED;
6452
- exports.ROW = ROW;
6453
5624
  exports.ROW_CATEGORIES = ROW_CATEGORIES;
6454
- exports.ROW_REVERSE = ROW_REVERSE;
6455
5625
  exports.Row = Row;
6456
- exports.SANS = SANS;
6457
- exports.SECONDARY = SECONDARY;
6458
5626
  exports.SECTION_CATEGORIES = SECTION_CATEGORIES;
6459
- exports.SEMIBOLD = SEMIBOLD;
6460
- exports.SERIF = SERIF;
6461
- exports.SHADOW = SHADOW;
6462
- exports.SHADOW_VALUES = SHADOW_VALUES;
6463
5627
  exports.SHAPE = SHAPE;
6464
- exports.SHAPE_VALUES = SHAPE_VALUES;
6465
- exports.SHARP = SHARP;
6466
- exports.SIZE_VALUES = SIZE_VALUES;
6467
- exports.SM = SM;
6468
5628
  exports.STACK_CATEGORIES = STACK_CATEGORIES;
6469
- exports.STATIC = STATIC;
6470
- exports.STICKY = STICKY;
6471
- exports.SUCCESS = SUCCESS;
6472
5629
  exports.Section = Section;
6473
5630
  exports.SectionTitle = SectionTitle;
6474
5631
  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
- exports.TEXT_ALIGN_VALUES = TEXT_ALIGN_VALUES;
6481
- exports.TEXT_CENTER = TEXT_CENTER;
6482
- 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
- exports.TEXT_TRANSFORM_VALUES = TEXT_TRANSFORM_VALUES;
6487
- exports.THIN = THIN;
6488
- exports.TRANSPARENT = TRANSPARENT;
6489
- exports.TRANSPARENT_VALUES = TRANSPARENT_VALUES;
6490
5632
  exports.TYPOGRAPHY_CATEGORIES = TYPOGRAPHY_CATEGORIES;
6491
5633
  exports.TYPOGRAPHY_FULL = TYPOGRAPHY_FULL;
6492
5634
  exports.TYPOGRAPHY_STYLE = TYPOGRAPHY_STYLE;
6493
5635
  exports.Text = Text;
6494
5636
  exports.ThemeProvider = ThemeProvider;
6495
5637
  exports.Title = Title;
6496
- exports.UNDERLINE = UNDERLINE;
6497
- exports.UPPERCASE = UPPERCASE;
6498
5638
  exports.VARIANT = VARIANT;
6499
- exports.VARIANT_VALUES = VARIANT_VALUES;
6500
5639
  exports.VISUAL_CORE = VISUAL_CORE;
6501
5640
  exports.VISUAL_DECORATION = VISUAL_DECORATION;
6502
5641
  exports.VISUAL_DECORATION_LAYOUT = VISUAL_DECORATION_LAYOUT;
6503
5642
  exports.VISUAL_FULL = VISUAL_FULL;
6504
5643
  exports.VISUAL_LAYOUT = VISUAL_LAYOUT;
6505
- exports.WARNING = WARNING;
6506
- exports.WRAP_VALUES = WRAP_VALUES;
6507
- exports.XL = XL;
6508
- exports.XS = XS;
6509
5644
  exports.defaultTheme = defaultTheme;
6510
5645
  exports.themeDefaults = themeDefaults;
6511
5646
  exports.useTheme = useTheme;