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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (195) hide show
  1. package/dist/components/themeContext.d.ts +17 -1
  2. package/dist/components/themeContext.d.ts.map +1 -1
  3. package/dist/components/ui/badge.d.ts +14 -189
  4. package/dist/components/ui/badge.d.ts.map +1 -1
  5. package/dist/components/ui/button.d.ts +14 -189
  6. package/dist/components/ui/button.d.ts.map +1 -1
  7. package/dist/components/ui/card.d.ts +8 -128
  8. package/dist/components/ui/card.d.ts.map +1 -1
  9. package/dist/components/ui/checkbox.d.ts +8 -88
  10. package/dist/components/ui/checkbox.d.ts.map +1 -1
  11. package/dist/components/ui/chip.d.ts +14 -2
  12. package/dist/components/ui/chip.d.ts.map +1 -1
  13. package/dist/components/ui/code.d.ts +8 -126
  14. package/dist/components/ui/code.d.ts.map +1 -1
  15. package/dist/components/ui/col.d.ts +8 -96
  16. package/dist/components/ui/col.d.ts.map +1 -1
  17. package/dist/components/ui/container.d.ts +8 -96
  18. package/dist/components/ui/container.d.ts.map +1 -1
  19. package/dist/components/ui/divider.d.ts +8 -71
  20. package/dist/components/ui/divider.d.ts.map +1 -1
  21. package/dist/components/ui/grid.d.ts +16 -405
  22. package/dist/components/ui/grid.d.ts.map +1 -1
  23. package/dist/components/ui/img.d.ts +8 -88
  24. package/dist/components/ui/img.d.ts.map +1 -1
  25. package/dist/components/ui/input.d.ts +8 -126
  26. package/dist/components/ui/input.d.ts.map +1 -1
  27. package/dist/components/ui/label.d.ts +8 -107
  28. package/dist/components/ui/label.d.ts.map +1 -1
  29. package/dist/components/ui/props/appearanceProps.d.ts +26 -0
  30. package/dist/components/ui/props/appearanceProps.d.ts.map +1 -0
  31. package/dist/components/ui/props/baseProps.d.ts +11 -0
  32. package/dist/components/ui/props/baseProps.d.ts.map +1 -0
  33. package/dist/components/ui/props/borderProps.d.ts +22 -0
  34. package/dist/components/ui/props/borderProps.d.ts.map +1 -0
  35. package/dist/components/ui/props/breakpointProps.d.ts +14 -0
  36. package/dist/components/ui/props/breakpointProps.d.ts.map +1 -0
  37. package/dist/components/ui/props/displayProps.d.ts +28 -0
  38. package/dist/components/ui/props/displayProps.d.ts.map +1 -0
  39. package/dist/components/ui/props/flexDirectionProps.d.ts +14 -0
  40. package/dist/components/ui/props/flexDirectionProps.d.ts.map +1 -0
  41. package/dist/components/ui/props/focusVisibleProps.d.ts +10 -0
  42. package/dist/components/ui/props/focusVisibleProps.d.ts.map +1 -0
  43. package/dist/components/ui/props/fontFamilyProps.d.ts +12 -0
  44. package/dist/components/ui/props/fontFamilyProps.d.ts.map +1 -0
  45. package/dist/components/ui/props/fontStyleProps.d.ts +10 -0
  46. package/dist/components/ui/props/fontStyleProps.d.ts.map +1 -0
  47. package/dist/components/ui/props/fontWeightProps.d.ts +24 -0
  48. package/dist/components/ui/props/fontWeightProps.d.ts.map +1 -0
  49. package/dist/components/ui/props/gapProps.d.ts +10 -0
  50. package/dist/components/ui/props/gapProps.d.ts.map +1 -0
  51. package/dist/components/ui/props/hideProps.d.ts +14 -0
  52. package/dist/components/ui/props/hideProps.d.ts.map +1 -0
  53. package/dist/components/ui/props/itemsProps.d.ts +16 -0
  54. package/dist/components/ui/props/itemsProps.d.ts.map +1 -0
  55. package/dist/components/ui/props/justifyProps.d.ts +22 -0
  56. package/dist/components/ui/props/justifyProps.d.ts.map +1 -0
  57. package/dist/components/ui/props/keys.d.ts +4 -28
  58. package/dist/components/ui/props/keys.d.ts.map +1 -1
  59. package/dist/components/ui/props/listStyleProps.d.ts +10 -0
  60. package/dist/components/ui/props/listStyleProps.d.ts.map +1 -0
  61. package/dist/components/ui/props/overflowProps.d.ts +36 -0
  62. package/dist/components/ui/props/overflowProps.d.ts.map +1 -0
  63. package/dist/components/ui/props/paddingProps.d.ts +10 -0
  64. package/dist/components/ui/props/paddingProps.d.ts.map +1 -0
  65. package/dist/components/ui/props/positionProps.d.ts +16 -0
  66. package/dist/components/ui/props/positionProps.d.ts.map +1 -0
  67. package/dist/components/ui/props/props.d.ts +34 -76
  68. package/dist/components/ui/props/props.d.ts.map +1 -1
  69. package/dist/components/ui/props/reverseProps.d.ts +8 -0
  70. package/dist/components/ui/props/reverseProps.d.ts.map +1 -0
  71. package/dist/components/ui/props/ringProps.d.ts +10 -0
  72. package/dist/components/ui/props/ringProps.d.ts.map +1 -0
  73. package/dist/components/ui/props/shadowProps.d.ts +10 -0
  74. package/dist/components/ui/props/shadowProps.d.ts.map +1 -0
  75. package/dist/components/ui/props/shapeProps.d.ts +12 -0
  76. package/dist/components/ui/props/shapeProps.d.ts.map +1 -0
  77. package/dist/components/ui/props/sizeProps.d.ts +16 -0
  78. package/dist/components/ui/props/sizeProps.d.ts.map +1 -0
  79. package/dist/components/ui/props/textAlignProps.d.ts +14 -0
  80. package/dist/components/ui/props/textAlignProps.d.ts.map +1 -0
  81. package/dist/components/ui/props/textDecorationProps.d.ts +14 -0
  82. package/dist/components/ui/props/textDecorationProps.d.ts.map +1 -0
  83. package/dist/components/ui/props/textTransformProps.d.ts +14 -0
  84. package/dist/components/ui/props/textTransformProps.d.ts.map +1 -0
  85. package/dist/components/ui/props/transparentProps.d.ts +8 -0
  86. package/dist/components/ui/props/transparentProps.d.ts.map +1 -0
  87. package/dist/components/ui/props/variantProps.d.ts +10 -0
  88. package/dist/components/ui/props/variantProps.d.ts.map +1 -0
  89. package/dist/components/ui/props/wrapProps.d.ts +12 -0
  90. package/dist/components/ui/props/wrapProps.d.ts.map +1 -0
  91. package/dist/components/ui/row.d.ts +8 -100
  92. package/dist/components/ui/row.d.ts.map +1 -1
  93. package/dist/components/ui/section.d.ts +8 -102
  94. package/dist/components/ui/section.d.ts.map +1 -1
  95. package/dist/components/ui/stack.d.ts +8 -102
  96. package/dist/components/ui/stack.d.ts.map +1 -1
  97. package/dist/components/ui/theme/appearance/appearanceTheme.d.ts.map +1 -1
  98. package/dist/components/ui/theme/badgeTheme.d.ts +1 -1
  99. package/dist/components/ui/theme/badgeTheme.d.ts.map +1 -1
  100. package/dist/components/ui/theme/buttonTheme.d.ts +1 -1
  101. package/dist/components/ui/theme/buttonTheme.d.ts.map +1 -1
  102. package/dist/components/ui/theme/cardTheme.d.ts +1 -1
  103. package/dist/components/ui/theme/cardTheme.d.ts.map +1 -1
  104. package/dist/components/ui/theme/checkboxTheme.d.ts +1 -1
  105. package/dist/components/ui/theme/checkboxTheme.d.ts.map +1 -1
  106. package/dist/components/ui/theme/chipTheme.d.ts +1 -1
  107. package/dist/components/ui/theme/chipTheme.d.ts.map +1 -1
  108. package/dist/components/ui/theme/codeTheme.d.ts +1 -1
  109. package/dist/components/ui/theme/codeTheme.d.ts.map +1 -1
  110. package/dist/components/ui/theme/colTheme.d.ts +1 -1
  111. package/dist/components/ui/theme/colTheme.d.ts.map +1 -1
  112. package/dist/components/ui/theme/common/ComponentTheme.d.ts +1 -1
  113. package/dist/components/ui/theme/containerTheme.d.ts +1 -1
  114. package/dist/components/ui/theme/containerTheme.d.ts.map +1 -1
  115. package/dist/components/ui/theme/dividerTheme.d.ts +1 -1
  116. package/dist/components/ui/theme/dividerTheme.d.ts.map +1 -1
  117. package/dist/components/ui/theme/gridTheme.d.ts +1 -1
  118. package/dist/components/ui/theme/gridTheme.d.ts.map +1 -1
  119. package/dist/components/ui/theme/imgTheme.d.ts +1 -1
  120. package/dist/components/ui/theme/imgTheme.d.ts.map +1 -1
  121. package/dist/components/ui/theme/inputTheme.d.ts +1 -1
  122. package/dist/components/ui/theme/inputTheme.d.ts.map +1 -1
  123. package/dist/components/ui/theme/labelTheme.d.ts +1 -1
  124. package/dist/components/ui/theme/labelTheme.d.ts.map +1 -1
  125. package/dist/components/ui/theme/rowTheme.d.ts +1 -1
  126. package/dist/components/ui/theme/rowTheme.d.ts.map +1 -1
  127. package/dist/components/ui/theme/sectionTheme.d.ts +1 -1
  128. package/dist/components/ui/theme/sectionTheme.d.ts.map +1 -1
  129. package/dist/components/ui/theme/stackTheme.d.ts +1 -1
  130. package/dist/components/ui/theme/stackTheme.d.ts.map +1 -1
  131. package/dist/components/ui/theme/typographyTheme.d.ts +1 -1
  132. package/dist/components/ui/theme/typographyTheme.d.ts.map +1 -1
  133. package/dist/components/ui/typography.d.ts +51 -108
  134. package/dist/components/ui/typography.d.ts.map +1 -1
  135. package/dist/index.esm.js +38 -750
  136. package/dist/index.esm.js.map +1 -1
  137. package/dist/index.js +37 -902
  138. package/dist/index.js.map +1 -1
  139. package/package.json +2 -3
  140. package/dist/components/ui/props/appearance.d.ts +0 -23
  141. package/dist/components/ui/props/appearance.d.ts.map +0 -1
  142. package/dist/components/ui/props/border.d.ts +0 -23
  143. package/dist/components/ui/props/border.d.ts.map +0 -1
  144. package/dist/components/ui/props/breakpoint.d.ts +0 -11
  145. package/dist/components/ui/props/breakpoint.d.ts.map +0 -1
  146. package/dist/components/ui/props/display.d.ts +0 -25
  147. package/dist/components/ui/props/display.d.ts.map +0 -1
  148. package/dist/components/ui/props/flexDirection.d.ts +0 -11
  149. package/dist/components/ui/props/flexDirection.d.ts.map +0 -1
  150. package/dist/components/ui/props/focusVisible.d.ts +0 -7
  151. package/dist/components/ui/props/focusVisible.d.ts.map +0 -1
  152. package/dist/components/ui/props/fontFamily.d.ts +0 -9
  153. package/dist/components/ui/props/fontFamily.d.ts.map +0 -1
  154. package/dist/components/ui/props/fontStyle.d.ts +0 -7
  155. package/dist/components/ui/props/fontStyle.d.ts.map +0 -1
  156. package/dist/components/ui/props/fontWeight.d.ts +0 -21
  157. package/dist/components/ui/props/fontWeight.d.ts.map +0 -1
  158. package/dist/components/ui/props/gap.d.ts +0 -7
  159. package/dist/components/ui/props/gap.d.ts.map +0 -1
  160. package/dist/components/ui/props/hide.d.ts +0 -11
  161. package/dist/components/ui/props/hide.d.ts.map +0 -1
  162. package/dist/components/ui/props/items.d.ts +0 -13
  163. package/dist/components/ui/props/items.d.ts.map +0 -1
  164. package/dist/components/ui/props/justify.d.ts +0 -19
  165. package/dist/components/ui/props/justify.d.ts.map +0 -1
  166. package/dist/components/ui/props/listStyle.d.ts +0 -7
  167. package/dist/components/ui/props/listStyle.d.ts.map +0 -1
  168. package/dist/components/ui/props/overflow.d.ts +0 -33
  169. package/dist/components/ui/props/overflow.d.ts.map +0 -1
  170. package/dist/components/ui/props/padding.d.ts +0 -7
  171. package/dist/components/ui/props/padding.d.ts.map +0 -1
  172. package/dist/components/ui/props/position.d.ts +0 -13
  173. package/dist/components/ui/props/position.d.ts.map +0 -1
  174. package/dist/components/ui/props/reverse.d.ts +0 -5
  175. package/dist/components/ui/props/reverse.d.ts.map +0 -1
  176. package/dist/components/ui/props/ring.d.ts +0 -7
  177. package/dist/components/ui/props/ring.d.ts.map +0 -1
  178. package/dist/components/ui/props/shadow.d.ts +0 -7
  179. package/dist/components/ui/props/shadow.d.ts.map +0 -1
  180. package/dist/components/ui/props/shape.d.ts +0 -9
  181. package/dist/components/ui/props/shape.d.ts.map +0 -1
  182. package/dist/components/ui/props/size.d.ts +0 -13
  183. package/dist/components/ui/props/size.d.ts.map +0 -1
  184. package/dist/components/ui/props/textAlign.d.ts +0 -11
  185. package/dist/components/ui/props/textAlign.d.ts.map +0 -1
  186. package/dist/components/ui/props/textDecoration.d.ts +0 -11
  187. package/dist/components/ui/props/textDecoration.d.ts.map +0 -1
  188. package/dist/components/ui/props/textTransform.d.ts +0 -11
  189. package/dist/components/ui/props/textTransform.d.ts.map +0 -1
  190. package/dist/components/ui/props/transparent.d.ts +0 -5
  191. package/dist/components/ui/props/transparent.d.ts.map +0 -1
  192. package/dist/components/ui/props/variant.d.ts +0 -7
  193. package/dist/components/ui/props/variant.d.ts.map +0 -1
  194. package/dist/components/ui/props/wrap.d.ts +0 -9
  195. package/dist/components/ui/props/wrap.d.ts.map +0 -1
@@ -1,91 +1,11 @@
1
- export declare const Checkbox: import("react").ForwardRefExoticComponent<{
2
- className?: string;
3
- children?: React.ReactNode;
4
- } & import("react").InputHTMLAttributes<HTMLInputElement> & {
5
- default?: boolean | undefined;
6
- accent?: boolean | undefined;
7
- primary?: boolean | undefined;
8
- secondary?: boolean | undefined;
9
- tertiary?: boolean | undefined;
10
- success?: boolean | undefined;
11
- danger?: boolean | undefined;
12
- warning?: boolean | undefined;
13
- info?: boolean | undefined;
14
- link?: boolean | undefined;
15
- border?: boolean | undefined;
16
- borderT?: boolean | undefined;
17
- borderB?: boolean | undefined;
18
- borderL?: boolean | undefined;
19
- borderR?: boolean | undefined;
20
- borderX?: boolean | undefined;
21
- borderY?: boolean | undefined;
22
- noBorder?: boolean | undefined;
23
- inline?: boolean | undefined;
24
- block?: boolean | undefined;
25
- inlineBlock?: boolean | undefined;
26
- flex?: boolean | undefined;
27
- inlineFlex?: boolean | undefined;
28
- grid?: boolean | undefined;
29
- inlineGrid?: boolean | undefined;
30
- contents?: boolean | undefined;
31
- table?: boolean | undefined;
32
- tableCell?: boolean | undefined;
33
- hidden?: boolean | undefined;
34
- mobileHide?: boolean | undefined;
35
- tabletHide?: boolean | undefined;
36
- laptopHide?: boolean | undefined;
37
- desktopHide?: boolean | undefined;
38
- itemsStart?: boolean | undefined;
39
- itemsEnd?: boolean | undefined;
40
- itemsCenter?: boolean | undefined;
41
- itemsBaseline?: boolean | undefined;
42
- itemsStretch?: boolean | undefined;
43
- justifyStart?: boolean | undefined;
44
- justifyEnd?: boolean | undefined;
45
- justifyCenter?: boolean | undefined;
46
- justifyBetween?: boolean | undefined;
47
- justifyAround?: boolean | undefined;
48
- justifyEvenly?: boolean | undefined;
49
- justifyStretch?: boolean | undefined;
50
- justifyBaseline?: boolean | undefined;
51
- overflowAuto?: boolean | undefined;
52
- overflowHidden?: boolean | undefined;
53
- overflowClip?: boolean | undefined;
54
- overflowVisible?: boolean | undefined;
55
- overflowScroll?: boolean | undefined;
56
- overflowXAuto?: boolean | undefined;
57
- overflowYAuto?: boolean | undefined;
58
- overflowXHidden?: boolean | undefined;
59
- overflowYHidden?: boolean | undefined;
60
- overflowXClip?: boolean | undefined;
61
- overflowYClip?: boolean | undefined;
62
- overflowXVisible?: boolean | undefined;
63
- overflowYVisible?: boolean | undefined;
64
- overflowXScroll?: boolean | undefined;
65
- overflowYScroll?: boolean | undefined;
66
- relative?: boolean | undefined;
67
- absolute?: boolean | undefined;
68
- fixed?: boolean | undefined;
69
- sticky?: boolean | undefined;
70
- static?: boolean | undefined;
71
- ring?: boolean | undefined;
72
- noRing?: boolean | undefined;
73
- shadow?: boolean | undefined;
74
- noShadow?: boolean | undefined;
75
- focusVisible?: boolean | undefined;
76
- noFocusVisible?: boolean | undefined;
77
- pill?: boolean | undefined;
78
- sharp?: boolean | undefined;
79
- rounded?: boolean | undefined;
80
- xs?: boolean | undefined;
81
- sm?: boolean | undefined;
82
- md?: boolean | undefined;
83
- lg?: boolean | undefined;
84
- xl?: boolean | undefined;
85
- transparent?: boolean | undefined;
86
- filled?: boolean | undefined;
87
- outline?: boolean | undefined;
88
- } & {
1
+ import type { BaseProps, SizeProps, HideProps, ItemsProps, JustifyProps, PositionProps, DisplayProps, OverflowProps, AppearanceProps, TransparentProps, BorderProps, ShadowProps, RingProps, FocusVisibleProps, ShapeProps, VariantProps } from './props';
2
+ /** Checkbox component props */
3
+ export type CheckboxProps = BaseProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & AppearanceProps & TransparentProps & BorderProps & ShadowProps & RingProps & FocusVisibleProps & ShapeProps & VariantProps & Omit<React.InputHTMLAttributes<HTMLInputElement>, 'className' | 'children'> & {
4
+ /** Custom HTML tag or React component to render as */
5
+ tag?: React.ElementType;
6
+ };
7
+ export declare const Checkbox: import("react").ForwardRefExoticComponent<BaseProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & AppearanceProps & TransparentProps & BorderProps & ShadowProps & RingProps & FocusVisibleProps & ShapeProps & VariantProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "className" | "children"> & {
8
+ /** Custom HTML tag or React component to render as */
89
9
  tag?: React.ElementType;
90
10
  } & import("react").RefAttributes<HTMLDivElement>>;
91
11
  //# sourceMappingURL=checkbox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/ui/checkbox.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDA8CpB,CAAC"}
1
+ {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/ui/checkbox.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,SAAS,EACT,SAAS,EACT,SAAS,EACT,UAAU,EACV,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,aAAa,EACb,eAAe,EACf,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,SAAS,EACT,iBAAiB,EACjB,UAAU,EACV,YAAY,EACb,MAAM,SAAS,CAAC;AAIjB,+BAA+B;AAC/B,MAAM,MAAM,aAAa,GAAG,SAAS,GACnC,SAAS,GACT,SAAS,GACT,UAAU,GACV,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,aAAa,GACb,eAAe,GACf,gBAAgB,GAChB,WAAW,GACX,WAAW,GACX,SAAS,GACT,iBAAiB,GACjB,UAAU,GACV,YAAY,GACZ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC,GAAG;IAC9E,sDAAsD;IACtD,GAAG,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,QAAQ;IAJnB,sDAAsD;UAChD,KAAK,CAAC,WAAW;kDAiDxB,CAAC"}
@@ -1,3 +1,15 @@
1
- import { ChipProps } from './props';
2
- export declare const Chip: import("react").ForwardRefExoticComponent<ChipProps & import("react").RefAttributes<HTMLSpanElement>>;
1
+ import type { BaseProps, SizeProps, HideProps, ItemsProps, JustifyProps, PositionProps, DisplayProps, OverflowProps, WrapProps, GapProps, FlexDirectionProps, ReverseProps, AppearanceProps, TransparentProps, BorderProps, ShadowProps, RingProps, FocusVisibleProps, ShapeProps, FontWeightProps, FontStyleProps, TextDecorationProps, TextTransformProps, FontFamilyProps, TextAlignProps, PaddingProps, VariantProps } from './props';
2
+ /** Chip component props */
3
+ export type ChipProps = BaseProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & WrapProps & GapProps & FlexDirectionProps & ReverseProps & AppearanceProps & TransparentProps & BorderProps & ShadowProps & RingProps & FocusVisibleProps & ShapeProps & FontWeightProps & FontStyleProps & TextDecorationProps & TextTransformProps & FontFamilyProps & TextAlignProps & PaddingProps & VariantProps & Omit<React.HTMLAttributes<HTMLSpanElement>, 'className' | 'children'> & Partial<Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, 'className' | 'children'>> & {
4
+ /** URL to navigate to (renders component as anchor tag) */
5
+ href?: string;
6
+ /** Custom HTML tag or React component to render as */
7
+ tag?: React.ElementType;
8
+ };
9
+ export declare const Chip: import("react").ForwardRefExoticComponent<BaseProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & WrapProps & GapProps & FlexDirectionProps & ReverseProps & AppearanceProps & TransparentProps & BorderProps & ShadowProps & RingProps & FocusVisibleProps & ShapeProps & FontWeightProps & FontStyleProps & TextDecorationProps & TextTransformProps & FontFamilyProps & TextAlignProps & PaddingProps & VariantProps & Omit<import("react").HTMLAttributes<HTMLSpanElement>, "className" | "children"> & Partial<Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, "className" | "children">> & {
10
+ /** URL to navigate to (renders component as anchor tag) */
11
+ href?: string;
12
+ /** Custom HTML tag or React component to render as */
13
+ tag?: React.ElementType;
14
+ } & import("react").RefAttributes<HTMLSpanElement>>;
3
15
  //# sourceMappingURL=chip.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"chip.d.ts","sourceRoot":"","sources":["../../../src/components/ui/chip.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAIpC,eAAO,MAAM,IAAI,uGAKhB,CAAC"}
1
+ {"version":3,"file":"chip.d.ts","sourceRoot":"","sources":["../../../src/components/ui/chip.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,SAAS,EACT,SAAS,EACT,SAAS,EACT,UAAU,EACV,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,aAAa,EACb,SAAS,EACT,QAAQ,EACR,kBAAkB,EAClB,YAAY,EACZ,eAAe,EACf,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,SAAS,EACT,iBAAiB,EACjB,UAAU,EACV,eAAe,EACf,cAAc,EACd,mBAAmB,EACnB,kBAAkB,EAClB,eAAe,EACf,cAAc,EACd,YAAY,EACZ,YAAY,EACb,MAAM,SAAS,CAAC;AAIjB,2BAA2B;AAC3B,MAAM,MAAM,SAAS,GAAG,SAAS,GAC/B,SAAS,GACT,SAAS,GACT,UAAU,GACV,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,aAAa,GACb,SAAS,GACT,QAAQ,GACR,kBAAkB,GAClB,YAAY,GACZ,eAAe,GACf,gBAAgB,GAChB,WAAW,GACX,WAAW,GACX,SAAS,GACT,iBAAiB,GACjB,UAAU,GACV,eAAe,GACf,cAAc,GACd,mBAAmB,GACnB,kBAAkB,GAClB,eAAe,GACf,cAAc,GACd,YAAY,GACZ,YAAY,GACZ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC,GACrE,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC,CAAC,GAAG;IACzF,2DAA2D;IAC3D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sDAAsD;IACtD,GAAG,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,IAAI;IANf,2DAA2D;WACpD,MAAM;IACb,sDAAsD;UAChD,KAAK,CAAC,WAAW;mDAQxB,CAAC"}
@@ -1,129 +1,11 @@
1
- export declare const Code: import("react").ForwardRefExoticComponent<{
2
- className?: string;
3
- children?: React.ReactNode;
4
- } & import("react").HTMLAttributes<HTMLElement> & {
5
- default?: boolean | undefined;
6
- accent?: boolean | undefined;
7
- primary?: boolean | undefined;
8
- secondary?: boolean | undefined;
9
- tertiary?: boolean | undefined;
10
- success?: boolean | undefined;
11
- danger?: boolean | undefined;
12
- warning?: boolean | undefined;
13
- info?: boolean | undefined;
14
- link?: boolean | undefined;
15
- border?: boolean | undefined;
16
- borderT?: boolean | undefined;
17
- borderB?: boolean | undefined;
18
- borderL?: boolean | undefined;
19
- borderR?: boolean | undefined;
20
- borderX?: boolean | undefined;
21
- borderY?: boolean | undefined;
22
- noBorder?: boolean | undefined;
23
- inline?: boolean | undefined;
24
- block?: boolean | undefined;
25
- inlineBlock?: boolean | undefined;
26
- flex?: boolean | undefined;
27
- inlineFlex?: boolean | undefined;
28
- grid?: boolean | undefined;
29
- inlineGrid?: boolean | undefined;
30
- contents?: boolean | undefined;
31
- table?: boolean | undefined;
32
- tableCell?: boolean | undefined;
33
- hidden?: boolean | undefined;
34
- row?: boolean | undefined;
35
- column?: boolean | undefined;
36
- rowReverse?: boolean | undefined;
37
- columnReverse?: boolean | undefined;
38
- sans?: boolean | undefined;
39
- serif?: boolean | undefined;
40
- mono?: boolean | undefined;
41
- italic?: boolean | undefined;
42
- notItalic?: boolean | undefined;
43
- thin?: boolean | undefined;
44
- extralight?: boolean | undefined;
45
- light?: boolean | undefined;
46
- normal?: boolean | undefined;
47
- medium?: boolean | undefined;
48
- semibold?: boolean | undefined;
49
- bold?: boolean | undefined;
50
- extrabold?: boolean | undefined;
51
- black?: boolean | undefined;
52
- gap?: boolean | undefined;
53
- noGap?: boolean | undefined;
54
- mobileHide?: boolean | undefined;
55
- tabletHide?: boolean | undefined;
56
- laptopHide?: boolean | undefined;
57
- desktopHide?: boolean | undefined;
58
- itemsStart?: boolean | undefined;
59
- itemsEnd?: boolean | undefined;
60
- itemsCenter?: boolean | undefined;
61
- itemsBaseline?: boolean | undefined;
62
- itemsStretch?: boolean | undefined;
63
- justifyStart?: boolean | undefined;
64
- justifyEnd?: boolean | undefined;
65
- justifyCenter?: boolean | undefined;
66
- justifyBetween?: boolean | undefined;
67
- justifyAround?: boolean | undefined;
68
- justifyEvenly?: boolean | undefined;
69
- justifyStretch?: boolean | undefined;
70
- justifyBaseline?: boolean | undefined;
71
- overflowAuto?: boolean | undefined;
72
- overflowHidden?: boolean | undefined;
73
- overflowClip?: boolean | undefined;
74
- overflowVisible?: boolean | undefined;
75
- overflowScroll?: boolean | undefined;
76
- overflowXAuto?: boolean | undefined;
77
- overflowYAuto?: boolean | undefined;
78
- overflowXHidden?: boolean | undefined;
79
- overflowYHidden?: boolean | undefined;
80
- overflowXClip?: boolean | undefined;
81
- overflowYClip?: boolean | undefined;
82
- overflowXVisible?: boolean | undefined;
83
- overflowYVisible?: boolean | undefined;
84
- overflowXScroll?: boolean | undefined;
85
- overflowYScroll?: boolean | undefined;
86
- padding?: boolean | undefined;
87
- noPadding?: boolean | undefined;
88
- relative?: boolean | undefined;
89
- absolute?: boolean | undefined;
90
- fixed?: boolean | undefined;
91
- sticky?: boolean | undefined;
92
- static?: boolean | undefined;
93
- reverse?: boolean | undefined;
94
- ring?: boolean | undefined;
95
- noRing?: boolean | undefined;
96
- shadow?: boolean | undefined;
97
- noShadow?: boolean | undefined;
98
- focusVisible?: boolean | undefined;
99
- noFocusVisible?: boolean | undefined;
100
- pill?: boolean | undefined;
101
- sharp?: boolean | undefined;
102
- rounded?: boolean | undefined;
103
- xs?: boolean | undefined;
104
- sm?: boolean | undefined;
105
- md?: boolean | undefined;
106
- lg?: boolean | undefined;
107
- xl?: boolean | undefined;
108
- textLeft?: boolean | undefined;
109
- textCenter?: boolean | undefined;
110
- textRight?: boolean | undefined;
111
- textJustify?: boolean | undefined;
112
- underline?: boolean | undefined;
113
- lineThrough?: boolean | undefined;
114
- noUnderline?: boolean | undefined;
115
- overline?: boolean | undefined;
116
- uppercase?: boolean | undefined;
117
- lowercase?: boolean | undefined;
118
- capitalize?: boolean | undefined;
119
- normalCase?: boolean | undefined;
120
- transparent?: boolean | undefined;
121
- filled?: boolean | undefined;
122
- outline?: boolean | undefined;
123
- flexWrap?: boolean | undefined;
124
- flexNoWrap?: boolean | undefined;
125
- flexWrapReverse?: boolean | undefined;
126
- } & {
1
+ import type { BaseProps, SizeProps, HideProps, ItemsProps, JustifyProps, PositionProps, DisplayProps, OverflowProps, WrapProps, GapProps, FlexDirectionProps, ReverseProps, AppearanceProps, TransparentProps, BorderProps, ShadowProps, RingProps, FocusVisibleProps, ShapeProps, FontWeightProps, FontStyleProps, TextDecorationProps, TextTransformProps, FontFamilyProps, TextAlignProps, PaddingProps, VariantProps } from './props';
2
+ /** Code component props */
3
+ export type CodeProps = BaseProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & WrapProps & GapProps & FlexDirectionProps & ReverseProps & AppearanceProps & TransparentProps & BorderProps & ShadowProps & RingProps & FocusVisibleProps & ShapeProps & FontWeightProps & FontStyleProps & TextDecorationProps & TextTransformProps & FontFamilyProps & TextAlignProps & PaddingProps & VariantProps & Omit<React.HTMLAttributes<HTMLElement>, 'className' | 'children'> & {
4
+ /** Custom HTML tag or React component to render as */
5
+ tag?: React.ElementType;
6
+ };
7
+ export declare const Code: import("react").ForwardRefExoticComponent<BaseProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & WrapProps & GapProps & FlexDirectionProps & ReverseProps & AppearanceProps & TransparentProps & BorderProps & ShadowProps & RingProps & FocusVisibleProps & ShapeProps & FontWeightProps & FontStyleProps & TextDecorationProps & TextTransformProps & FontFamilyProps & TextAlignProps & PaddingProps & VariantProps & Omit<import("react").HTMLAttributes<HTMLElement>, "className" | "children"> & {
8
+ /** Custom HTML tag or React component to render as */
127
9
  tag?: React.ElementType;
128
10
  } & import("react").RefAttributes<HTMLElement>>;
129
11
  //# sourceMappingURL=code.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"code.d.ts","sourceRoot":"","sources":["../../../src/components/ui/code.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+CAKhB,CAAC"}
1
+ {"version":3,"file":"code.d.ts","sourceRoot":"","sources":["../../../src/components/ui/code.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,SAAS,EACT,SAAS,EACT,SAAS,EACT,UAAU,EACV,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,aAAa,EACb,SAAS,EACT,QAAQ,EACR,kBAAkB,EAClB,YAAY,EACZ,eAAe,EACf,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,SAAS,EACT,iBAAiB,EACjB,UAAU,EACV,eAAe,EACf,cAAc,EACd,mBAAmB,EACnB,kBAAkB,EAClB,eAAe,EACf,cAAc,EACd,YAAY,EACZ,YAAY,EACb,MAAM,SAAS,CAAC;AAIjB,2BAA2B;AAC3B,MAAM,MAAM,SAAS,GAAG,SAAS,GAC/B,SAAS,GACT,SAAS,GACT,UAAU,GACV,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,aAAa,GACb,SAAS,GACT,QAAQ,GACR,kBAAkB,GAClB,YAAY,GACZ,eAAe,GACf,gBAAgB,GAChB,WAAW,GACX,WAAW,GACX,SAAS,GACT,iBAAiB,GACjB,UAAU,GACV,eAAe,GACf,cAAc,GACd,mBAAmB,GACnB,kBAAkB,GAClB,eAAe,GACf,cAAc,GACd,YAAY,GACZ,YAAY,GACZ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC,GAAG;IACpE,sDAAsD;IACtD,GAAG,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,IAAI;IAJf,sDAAsD;UAChD,KAAK,CAAC,WAAW;+CAQxB,CAAC"}
@@ -1,99 +1,11 @@
1
- export declare const Col: import("react").ForwardRefExoticComponent<{
2
- className?: string;
3
- children?: React.ReactNode;
4
- } & import("react").HTMLAttributes<HTMLDivElement> & {
5
- default?: boolean | undefined;
6
- accent?: boolean | undefined;
7
- primary?: boolean | undefined;
8
- secondary?: boolean | undefined;
9
- tertiary?: boolean | undefined;
10
- success?: boolean | undefined;
11
- danger?: boolean | undefined;
12
- warning?: boolean | undefined;
13
- info?: boolean | undefined;
14
- link?: boolean | undefined;
15
- border?: boolean | undefined;
16
- borderT?: boolean | undefined;
17
- borderB?: boolean | undefined;
18
- borderL?: boolean | undefined;
19
- borderR?: boolean | undefined;
20
- borderX?: boolean | undefined;
21
- borderY?: boolean | undefined;
22
- noBorder?: boolean | undefined;
23
- inline?: boolean | undefined;
24
- block?: boolean | undefined;
25
- inlineBlock?: boolean | undefined;
26
- flex?: boolean | undefined;
27
- inlineFlex?: boolean | undefined;
28
- grid?: boolean | undefined;
29
- inlineGrid?: boolean | undefined;
30
- contents?: boolean | undefined;
31
- table?: boolean | undefined;
32
- tableCell?: boolean | undefined;
33
- hidden?: boolean | undefined;
34
- row?: boolean | undefined;
35
- column?: boolean | undefined;
36
- rowReverse?: boolean | undefined;
37
- columnReverse?: boolean | undefined;
38
- gap?: boolean | undefined;
39
- noGap?: boolean | undefined;
40
- mobileHide?: boolean | undefined;
41
- tabletHide?: boolean | undefined;
42
- laptopHide?: boolean | undefined;
43
- desktopHide?: boolean | undefined;
44
- itemsStart?: boolean | undefined;
45
- itemsEnd?: boolean | undefined;
46
- itemsCenter?: boolean | undefined;
47
- itemsBaseline?: boolean | undefined;
48
- itemsStretch?: boolean | undefined;
49
- justifyStart?: boolean | undefined;
50
- justifyEnd?: boolean | undefined;
51
- justifyCenter?: boolean | undefined;
52
- justifyBetween?: boolean | undefined;
53
- justifyAround?: boolean | undefined;
54
- justifyEvenly?: boolean | undefined;
55
- justifyStretch?: boolean | undefined;
56
- justifyBaseline?: boolean | undefined;
57
- overflowAuto?: boolean | undefined;
58
- overflowHidden?: boolean | undefined;
59
- overflowClip?: boolean | undefined;
60
- overflowVisible?: boolean | undefined;
61
- overflowScroll?: boolean | undefined;
62
- overflowXAuto?: boolean | undefined;
63
- overflowYAuto?: boolean | undefined;
64
- overflowXHidden?: boolean | undefined;
65
- overflowYHidden?: boolean | undefined;
66
- overflowXClip?: boolean | undefined;
67
- overflowYClip?: boolean | undefined;
68
- overflowXVisible?: boolean | undefined;
69
- overflowYVisible?: boolean | undefined;
70
- overflowXScroll?: boolean | undefined;
71
- overflowYScroll?: boolean | undefined;
72
- relative?: boolean | undefined;
73
- absolute?: boolean | undefined;
74
- fixed?: boolean | undefined;
75
- sticky?: boolean | undefined;
76
- static?: boolean | undefined;
77
- reverse?: boolean | undefined;
78
- ring?: boolean | undefined;
79
- noRing?: boolean | undefined;
80
- shadow?: boolean | undefined;
81
- noShadow?: boolean | undefined;
82
- pill?: boolean | undefined;
83
- sharp?: boolean | undefined;
84
- rounded?: boolean | undefined;
85
- xs?: boolean | undefined;
86
- sm?: boolean | undefined;
87
- md?: boolean | undefined;
88
- lg?: boolean | undefined;
89
- xl?: boolean | undefined;
90
- transparent?: boolean | undefined;
91
- filled?: boolean | undefined;
92
- outline?: boolean | undefined;
93
- flexWrap?: boolean | undefined;
94
- flexNoWrap?: boolean | undefined;
95
- flexWrapReverse?: boolean | undefined;
96
- } & {
1
+ import type { BaseProps, SizeProps, HideProps, ItemsProps, JustifyProps, PositionProps, DisplayProps, OverflowProps, WrapProps, GapProps, FlexDirectionProps, ReverseProps, AppearanceProps, TransparentProps, BorderProps, ShadowProps, RingProps, ShapeProps, VariantProps } from './props';
2
+ /** Col component props */
3
+ export type ColProps = BaseProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & WrapProps & GapProps & FlexDirectionProps & ReverseProps & AppearanceProps & TransparentProps & BorderProps & ShadowProps & RingProps & ShapeProps & VariantProps & Omit<React.HTMLAttributes<HTMLDivElement>, 'className' | 'children'> & {
4
+ /** Custom HTML tag or React component to render as */
5
+ tag?: React.ElementType;
6
+ };
7
+ export declare const Col: import("react").ForwardRefExoticComponent<BaseProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & WrapProps & GapProps & FlexDirectionProps & ReverseProps & AppearanceProps & TransparentProps & BorderProps & ShadowProps & RingProps & ShapeProps & VariantProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "className" | "children"> & {
8
+ /** Custom HTML tag or React component to render as */
97
9
  tag?: React.ElementType;
98
10
  } & import("react").RefAttributes<HTMLDivElement>>;
99
11
  //# sourceMappingURL=col.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"col.d.ts","sourceRoot":"","sources":["../../../src/components/ui/col.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAKf,CAAC"}
1
+ {"version":3,"file":"col.d.ts","sourceRoot":"","sources":["../../../src/components/ui/col.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,SAAS,EACT,SAAS,EACT,SAAS,EACT,UAAU,EACV,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,aAAa,EACb,SAAS,EACT,QAAQ,EACR,kBAAkB,EAClB,YAAY,EACZ,eAAe,EACf,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,SAAS,EACT,UAAU,EACV,YAAY,EACb,MAAM,SAAS,CAAC;AAIjB,0BAA0B;AAC1B,MAAM,MAAM,QAAQ,GAAG,SAAS,GAC9B,SAAS,GACT,SAAS,GACT,UAAU,GACV,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,aAAa,GACb,SAAS,GACT,QAAQ,GACR,kBAAkB,GAClB,YAAY,GACZ,eAAe,GACf,gBAAgB,GAChB,WAAW,GACX,WAAW,GACX,SAAS,GACT,UAAU,GACV,YAAY,GACZ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC,GAAG;IACvE,sDAAsD;IACtD,GAAG,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,GAAG;IAJd,sDAAsD;UAChD,KAAK,CAAC,WAAW;kDAQxB,CAAC"}
@@ -1,99 +1,11 @@
1
- export declare const Container: import("react").ForwardRefExoticComponent<{
2
- className?: string;
3
- children?: React.ReactNode;
4
- } & import("react").HTMLAttributes<HTMLDivElement> & {
5
- default?: boolean | undefined;
6
- accent?: boolean | undefined;
7
- primary?: boolean | undefined;
8
- secondary?: boolean | undefined;
9
- tertiary?: boolean | undefined;
10
- success?: boolean | undefined;
11
- danger?: boolean | undefined;
12
- warning?: boolean | undefined;
13
- info?: boolean | undefined;
14
- link?: boolean | undefined;
15
- border?: boolean | undefined;
16
- borderT?: boolean | undefined;
17
- borderB?: boolean | undefined;
18
- borderL?: boolean | undefined;
19
- borderR?: boolean | undefined;
20
- borderX?: boolean | undefined;
21
- borderY?: boolean | undefined;
22
- noBorder?: boolean | undefined;
23
- inline?: boolean | undefined;
24
- block?: boolean | undefined;
25
- inlineBlock?: boolean | undefined;
26
- flex?: boolean | undefined;
27
- inlineFlex?: boolean | undefined;
28
- grid?: boolean | undefined;
29
- inlineGrid?: boolean | undefined;
30
- contents?: boolean | undefined;
31
- table?: boolean | undefined;
32
- tableCell?: boolean | undefined;
33
- hidden?: boolean | undefined;
34
- row?: boolean | undefined;
35
- column?: boolean | undefined;
36
- rowReverse?: boolean | undefined;
37
- columnReverse?: boolean | undefined;
38
- gap?: boolean | undefined;
39
- noGap?: boolean | undefined;
40
- mobileHide?: boolean | undefined;
41
- tabletHide?: boolean | undefined;
42
- laptopHide?: boolean | undefined;
43
- desktopHide?: boolean | undefined;
44
- itemsStart?: boolean | undefined;
45
- itemsEnd?: boolean | undefined;
46
- itemsCenter?: boolean | undefined;
47
- itemsBaseline?: boolean | undefined;
48
- itemsStretch?: boolean | undefined;
49
- justifyStart?: boolean | undefined;
50
- justifyEnd?: boolean | undefined;
51
- justifyCenter?: boolean | undefined;
52
- justifyBetween?: boolean | undefined;
53
- justifyAround?: boolean | undefined;
54
- justifyEvenly?: boolean | undefined;
55
- justifyStretch?: boolean | undefined;
56
- justifyBaseline?: boolean | undefined;
57
- overflowAuto?: boolean | undefined;
58
- overflowHidden?: boolean | undefined;
59
- overflowClip?: boolean | undefined;
60
- overflowVisible?: boolean | undefined;
61
- overflowScroll?: boolean | undefined;
62
- overflowXAuto?: boolean | undefined;
63
- overflowYAuto?: boolean | undefined;
64
- overflowXHidden?: boolean | undefined;
65
- overflowYHidden?: boolean | undefined;
66
- overflowXClip?: boolean | undefined;
67
- overflowYClip?: boolean | undefined;
68
- overflowXVisible?: boolean | undefined;
69
- overflowYVisible?: boolean | undefined;
70
- overflowXScroll?: boolean | undefined;
71
- overflowYScroll?: boolean | undefined;
72
- relative?: boolean | undefined;
73
- absolute?: boolean | undefined;
74
- fixed?: boolean | undefined;
75
- sticky?: boolean | undefined;
76
- static?: boolean | undefined;
77
- reverse?: boolean | undefined;
78
- ring?: boolean | undefined;
79
- noRing?: boolean | undefined;
80
- shadow?: boolean | undefined;
81
- noShadow?: boolean | undefined;
82
- pill?: boolean | undefined;
83
- sharp?: boolean | undefined;
84
- rounded?: boolean | undefined;
85
- xs?: boolean | undefined;
86
- sm?: boolean | undefined;
87
- md?: boolean | undefined;
88
- lg?: boolean | undefined;
89
- xl?: boolean | undefined;
90
- transparent?: boolean | undefined;
91
- filled?: boolean | undefined;
92
- outline?: boolean | undefined;
93
- flexWrap?: boolean | undefined;
94
- flexNoWrap?: boolean | undefined;
95
- flexWrapReverse?: boolean | undefined;
96
- } & {
1
+ import type { BaseProps, SizeProps, HideProps, ItemsProps, JustifyProps, PositionProps, DisplayProps, OverflowProps, WrapProps, GapProps, FlexDirectionProps, ReverseProps, AppearanceProps, TransparentProps, BorderProps, ShadowProps, RingProps, ShapeProps, VariantProps } from './props';
2
+ /** Container component props */
3
+ export type ContainerProps = BaseProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & WrapProps & GapProps & FlexDirectionProps & ReverseProps & AppearanceProps & TransparentProps & BorderProps & ShadowProps & RingProps & ShapeProps & VariantProps & Omit<React.HTMLAttributes<HTMLDivElement>, 'className' | 'children'> & {
4
+ /** Custom HTML tag or React component to render as */
5
+ tag?: React.ElementType;
6
+ };
7
+ export declare const Container: import("react").ForwardRefExoticComponent<BaseProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & WrapProps & GapProps & FlexDirectionProps & ReverseProps & AppearanceProps & TransparentProps & BorderProps & ShadowProps & RingProps & ShapeProps & VariantProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "className" | "children"> & {
8
+ /** Custom HTML tag or React component to render as */
97
9
  tag?: React.ElementType;
98
10
  } & import("react").RefAttributes<HTMLDivElement>>;
99
11
  //# sourceMappingURL=container.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../../../src/components/ui/container.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAKrB,CAAC"}
1
+ {"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../../../src/components/ui/container.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,SAAS,EACT,SAAS,EACT,SAAS,EACT,UAAU,EACV,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,aAAa,EACb,SAAS,EACT,QAAQ,EACR,kBAAkB,EAClB,YAAY,EACZ,eAAe,EACf,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,SAAS,EACT,UAAU,EACV,YAAY,EACb,MAAM,SAAS,CAAC;AAIjB,gCAAgC;AAChC,MAAM,MAAM,cAAc,GAAG,SAAS,GACpC,SAAS,GACT,SAAS,GACT,UAAU,GACV,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,aAAa,GACb,SAAS,GACT,QAAQ,GACR,kBAAkB,GAClB,YAAY,GACZ,eAAe,GACf,gBAAgB,GAChB,WAAW,GACX,WAAW,GACX,SAAS,GACT,UAAU,GACV,YAAY,GACZ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC,GAAG;IACvE,sDAAsD;IACtD,GAAG,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,SAAS;IAJpB,sDAAsD;UAChD,KAAK,CAAC,WAAW;kDAQxB,CAAC"}
@@ -1,74 +1,11 @@
1
- export declare const Divider: import("react").ForwardRefExoticComponent<{
2
- className?: string;
3
- children?: React.ReactNode;
4
- } & import("react").HTMLAttributes<HTMLDivElement> & {
5
- default?: boolean | undefined;
6
- accent?: boolean | undefined;
7
- primary?: boolean | undefined;
8
- secondary?: boolean | undefined;
9
- tertiary?: boolean | undefined;
10
- success?: boolean | undefined;
11
- danger?: boolean | undefined;
12
- warning?: boolean | undefined;
13
- info?: boolean | undefined;
14
- link?: boolean | undefined;
15
- inline?: boolean | undefined;
16
- block?: boolean | undefined;
17
- inlineBlock?: boolean | undefined;
18
- flex?: boolean | undefined;
19
- inlineFlex?: boolean | undefined;
20
- grid?: boolean | undefined;
21
- inlineGrid?: boolean | undefined;
22
- contents?: boolean | undefined;
23
- table?: boolean | undefined;
24
- tableCell?: boolean | undefined;
25
- hidden?: boolean | undefined;
26
- mobileHide?: boolean | undefined;
27
- tabletHide?: boolean | undefined;
28
- laptopHide?: boolean | undefined;
29
- desktopHide?: boolean | undefined;
30
- itemsStart?: boolean | undefined;
31
- itemsEnd?: boolean | undefined;
32
- itemsCenter?: boolean | undefined;
33
- itemsBaseline?: boolean | undefined;
34
- itemsStretch?: boolean | undefined;
35
- justifyStart?: boolean | undefined;
36
- justifyEnd?: boolean | undefined;
37
- justifyCenter?: boolean | undefined;
38
- justifyBetween?: boolean | undefined;
39
- justifyAround?: boolean | undefined;
40
- justifyEvenly?: boolean | undefined;
41
- justifyStretch?: boolean | undefined;
42
- justifyBaseline?: boolean | undefined;
43
- overflowAuto?: boolean | undefined;
44
- overflowHidden?: boolean | undefined;
45
- overflowClip?: boolean | undefined;
46
- overflowVisible?: boolean | undefined;
47
- overflowScroll?: boolean | undefined;
48
- overflowXAuto?: boolean | undefined;
49
- overflowYAuto?: boolean | undefined;
50
- overflowXHidden?: boolean | undefined;
51
- overflowYHidden?: boolean | undefined;
52
- overflowXClip?: boolean | undefined;
53
- overflowYClip?: boolean | undefined;
54
- overflowXVisible?: boolean | undefined;
55
- overflowYVisible?: boolean | undefined;
56
- overflowXScroll?: boolean | undefined;
57
- overflowYScroll?: boolean | undefined;
58
- padding?: boolean | undefined;
59
- noPadding?: boolean | undefined;
60
- relative?: boolean | undefined;
61
- absolute?: boolean | undefined;
62
- fixed?: boolean | undefined;
63
- sticky?: boolean | undefined;
64
- static?: boolean | undefined;
65
- xs?: boolean | undefined;
66
- sm?: boolean | undefined;
67
- md?: boolean | undefined;
68
- lg?: boolean | undefined;
69
- xl?: boolean | undefined;
70
- transparent?: boolean | undefined;
71
- } & {
1
+ import type { BaseProps, SizeProps, HideProps, ItemsProps, JustifyProps, PositionProps, DisplayProps, OverflowProps, AppearanceProps, TransparentProps, PaddingProps } from './props';
2
+ /** Divider component props */
3
+ export type DividerProps = BaseProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & AppearanceProps & TransparentProps & PaddingProps & Omit<React.HTMLAttributes<HTMLDivElement>, 'className' | 'children'> & {
4
+ /** Custom HTML tag or React component to render as */
5
+ tag?: React.ElementType;
6
+ };
7
+ export declare const Divider: import("react").ForwardRefExoticComponent<BaseProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & AppearanceProps & TransparentProps & PaddingProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "className" | "children"> & {
8
+ /** Custom HTML tag or React component to render as */
72
9
  tag?: React.ElementType;
73
10
  } & import("react").RefAttributes<HTMLDivElement>>;
74
11
  //# sourceMappingURL=divider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../src/components/ui/divider.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAKnB,CAAC"}
1
+ {"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../src/components/ui/divider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,SAAS,EACT,SAAS,EACT,SAAS,EACT,UAAU,EACV,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,aAAa,EACb,eAAe,EACf,gBAAgB,EAChB,YAAY,EACb,MAAM,SAAS,CAAC;AAIjB,8BAA8B;AAC9B,MAAM,MAAM,YAAY,GAAG,SAAS,GAClC,SAAS,GACT,SAAS,GACT,UAAU,GACV,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,aAAa,GACb,eAAe,GACf,gBAAgB,GAChB,YAAY,GACZ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC,GAAG;IACvE,sDAAsD;IACtD,GAAG,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,OAAO;IAJlB,sDAAsD;UAChD,KAAK,CAAC,WAAW;kDAQxB,CAAC"}