@vaneui/ui 0.3.1-alpha.20251125131654.1cfafe5 → 0.3.1-alpha.20251130172447.8795285
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/themeContext.d.ts +17 -1
- package/dist/components/themeContext.d.ts.map +1 -1
- package/dist/components/ui/badge.d.ts +14 -2
- package/dist/components/ui/badge.d.ts.map +1 -1
- package/dist/components/ui/button.d.ts +14 -2
- package/dist/components/ui/button.d.ts.map +1 -1
- package/dist/components/ui/card.d.ts +8 -128
- package/dist/components/ui/card.d.ts.map +1 -1
- package/dist/components/ui/checkbox.d.ts +8 -88
- package/dist/components/ui/checkbox.d.ts.map +1 -1
- package/dist/components/ui/chip.d.ts +14 -2
- package/dist/components/ui/chip.d.ts.map +1 -1
- package/dist/components/ui/code.d.ts +8 -126
- package/dist/components/ui/code.d.ts.map +1 -1
- package/dist/components/ui/col.d.ts +8 -96
- package/dist/components/ui/col.d.ts.map +1 -1
- package/dist/components/ui/container.d.ts +8 -96
- package/dist/components/ui/container.d.ts.map +1 -1
- package/dist/components/ui/divider.d.ts +8 -71
- package/dist/components/ui/divider.d.ts.map +1 -1
- package/dist/components/ui/docs/propDocs.d.ts +151 -0
- package/dist/components/ui/docs/propDocs.d.ts.map +1 -0
- package/dist/components/ui/grid.d.ts +16 -405
- package/dist/components/ui/grid.d.ts.map +1 -1
- package/dist/components/ui/img.d.ts +8 -88
- package/dist/components/ui/img.d.ts.map +1 -1
- package/dist/components/ui/input.d.ts +8 -126
- package/dist/components/ui/input.d.ts.map +1 -1
- package/dist/components/ui/label.d.ts +8 -107
- package/dist/components/ui/label.d.ts.map +1 -1
- package/dist/components/ui/props/appearance.d.ts +0 -20
- package/dist/components/ui/props/appearance.d.ts.map +1 -1
- package/dist/components/ui/props/appearanceProps.d.ts +26 -0
- package/dist/components/ui/props/appearanceProps.d.ts.map +1 -0
- package/dist/components/ui/props/baseProps.d.ts +11 -0
- package/dist/components/ui/props/baseProps.d.ts.map +1 -0
- package/dist/components/ui/props/border.d.ts +0 -14
- package/dist/components/ui/props/border.d.ts.map +1 -1
- package/dist/components/ui/props/borderProps.d.ts +22 -0
- package/dist/components/ui/props/borderProps.d.ts.map +1 -0
- package/dist/components/ui/props/breakpoint.d.ts +0 -8
- package/dist/components/ui/props/breakpoint.d.ts.map +1 -1
- package/dist/components/ui/props/breakpointProps.d.ts +14 -0
- package/dist/components/ui/props/breakpointProps.d.ts.map +1 -0
- package/dist/components/ui/props/display.d.ts +0 -22
- package/dist/components/ui/props/display.d.ts.map +1 -1
- package/dist/components/ui/props/displayProps.d.ts +28 -0
- package/dist/components/ui/props/displayProps.d.ts.map +1 -0
- package/dist/components/ui/props/flexDirection.d.ts +0 -8
- package/dist/components/ui/props/flexDirection.d.ts.map +1 -1
- package/dist/components/ui/props/flexDirectionProps.d.ts +14 -0
- package/dist/components/ui/props/flexDirectionProps.d.ts.map +1 -0
- package/dist/components/ui/props/focusVisible.d.ts +0 -4
- package/dist/components/ui/props/focusVisible.d.ts.map +1 -1
- package/dist/components/ui/props/focusVisibleProps.d.ts +10 -0
- package/dist/components/ui/props/focusVisibleProps.d.ts.map +1 -0
- package/dist/components/ui/props/fontFamily.d.ts +0 -6
- package/dist/components/ui/props/fontFamily.d.ts.map +1 -1
- package/dist/components/ui/props/fontFamilyProps.d.ts +12 -0
- package/dist/components/ui/props/fontFamilyProps.d.ts.map +1 -0
- package/dist/components/ui/props/fontStyle.d.ts +0 -4
- package/dist/components/ui/props/fontStyle.d.ts.map +1 -1
- package/dist/components/ui/props/fontStyleProps.d.ts +10 -0
- package/dist/components/ui/props/fontStyleProps.d.ts.map +1 -0
- package/dist/components/ui/props/fontWeight.d.ts +0 -18
- package/dist/components/ui/props/fontWeight.d.ts.map +1 -1
- package/dist/components/ui/props/fontWeightProps.d.ts +24 -0
- package/dist/components/ui/props/fontWeightProps.d.ts.map +1 -0
- package/dist/components/ui/props/gap.d.ts +0 -4
- package/dist/components/ui/props/gap.d.ts.map +1 -1
- package/dist/components/ui/props/gapProps.d.ts +10 -0
- package/dist/components/ui/props/gapProps.d.ts.map +1 -0
- package/dist/components/ui/props/hide.d.ts +0 -8
- package/dist/components/ui/props/hide.d.ts.map +1 -1
- package/dist/components/ui/props/hideProps.d.ts +14 -0
- package/dist/components/ui/props/hideProps.d.ts.map +1 -0
- package/dist/components/ui/props/items.d.ts +0 -10
- package/dist/components/ui/props/items.d.ts.map +1 -1
- package/dist/components/ui/props/itemsProps.d.ts +16 -0
- package/dist/components/ui/props/itemsProps.d.ts.map +1 -0
- package/dist/components/ui/props/justify.d.ts +0 -16
- package/dist/components/ui/props/justify.d.ts.map +1 -1
- package/dist/components/ui/props/justifyProps.d.ts +22 -0
- package/dist/components/ui/props/justifyProps.d.ts.map +1 -0
- package/dist/components/ui/props/listStyle.d.ts +0 -4
- package/dist/components/ui/props/listStyle.d.ts.map +1 -1
- package/dist/components/ui/props/listStyleProps.d.ts +10 -0
- package/dist/components/ui/props/listStyleProps.d.ts.map +1 -0
- package/dist/components/ui/props/overflow.d.ts +0 -30
- package/dist/components/ui/props/overflow.d.ts.map +1 -1
- package/dist/components/ui/props/overflowProps.d.ts +36 -0
- package/dist/components/ui/props/overflowProps.d.ts.map +1 -0
- package/dist/components/ui/props/padding.d.ts +0 -4
- package/dist/components/ui/props/padding.d.ts.map +1 -1
- package/dist/components/ui/props/paddingProps.d.ts +10 -0
- package/dist/components/ui/props/paddingProps.d.ts.map +1 -0
- package/dist/components/ui/props/position.d.ts +0 -10
- package/dist/components/ui/props/position.d.ts.map +1 -1
- package/dist/components/ui/props/positionProps.d.ts +16 -0
- package/dist/components/ui/props/positionProps.d.ts.map +1 -0
- package/dist/components/ui/props/props.d.ts +34 -76
- package/dist/components/ui/props/props.d.ts.map +1 -1
- package/dist/components/ui/props/reverse.d.ts +0 -2
- package/dist/components/ui/props/reverse.d.ts.map +1 -1
- package/dist/components/ui/props/reverseProps.d.ts +8 -0
- package/dist/components/ui/props/reverseProps.d.ts.map +1 -0
- package/dist/components/ui/props/ring.d.ts +0 -4
- package/dist/components/ui/props/ring.d.ts.map +1 -1
- package/dist/components/ui/props/ringProps.d.ts +10 -0
- package/dist/components/ui/props/ringProps.d.ts.map +1 -0
- package/dist/components/ui/props/shadow.d.ts +0 -4
- package/dist/components/ui/props/shadow.d.ts.map +1 -1
- package/dist/components/ui/props/shadowProps.d.ts +10 -0
- package/dist/components/ui/props/shadowProps.d.ts.map +1 -0
- package/dist/components/ui/props/shape.d.ts +0 -6
- package/dist/components/ui/props/shape.d.ts.map +1 -1
- package/dist/components/ui/props/shapeProps.d.ts +12 -0
- package/dist/components/ui/props/shapeProps.d.ts.map +1 -0
- package/dist/components/ui/props/size.d.ts +0 -10
- package/dist/components/ui/props/size.d.ts.map +1 -1
- package/dist/components/ui/props/sizeProps.d.ts +16 -0
- package/dist/components/ui/props/sizeProps.d.ts.map +1 -0
- package/dist/components/ui/props/textAlign.d.ts +0 -8
- package/dist/components/ui/props/textAlign.d.ts.map +1 -1
- package/dist/components/ui/props/textAlignProps.d.ts +14 -0
- package/dist/components/ui/props/textAlignProps.d.ts.map +1 -0
- package/dist/components/ui/props/textDecoration.d.ts +0 -8
- package/dist/components/ui/props/textDecoration.d.ts.map +1 -1
- package/dist/components/ui/props/textDecorationProps.d.ts +14 -0
- package/dist/components/ui/props/textDecorationProps.d.ts.map +1 -0
- package/dist/components/ui/props/textTransform.d.ts +0 -8
- package/dist/components/ui/props/textTransform.d.ts.map +1 -1
- package/dist/components/ui/props/textTransformProps.d.ts +14 -0
- package/dist/components/ui/props/textTransformProps.d.ts.map +1 -0
- package/dist/components/ui/props/transparent.d.ts +0 -2
- package/dist/components/ui/props/transparent.d.ts.map +1 -1
- package/dist/components/ui/props/transparentProps.d.ts +8 -0
- package/dist/components/ui/props/transparentProps.d.ts.map +1 -0
- package/dist/components/ui/props/variant.d.ts +0 -4
- package/dist/components/ui/props/variant.d.ts.map +1 -1
- package/dist/components/ui/props/variantProps.d.ts +10 -0
- package/dist/components/ui/props/variantProps.d.ts.map +1 -0
- package/dist/components/ui/props/wrap.d.ts +0 -6
- package/dist/components/ui/props/wrap.d.ts.map +1 -1
- package/dist/components/ui/props/wrapProps.d.ts +12 -0
- package/dist/components/ui/props/wrapProps.d.ts.map +1 -0
- package/dist/components/ui/row.d.ts +8 -100
- package/dist/components/ui/row.d.ts.map +1 -1
- package/dist/components/ui/section.d.ts +8 -102
- package/dist/components/ui/section.d.ts.map +1 -1
- package/dist/components/ui/stack.d.ts +8 -102
- package/dist/components/ui/stack.d.ts.map +1 -1
- package/dist/components/ui/theme/badgeTheme.d.ts +1 -1
- package/dist/components/ui/theme/badgeTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/buttonTheme.d.ts +1 -1
- package/dist/components/ui/theme/buttonTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/cardTheme.d.ts +1 -1
- package/dist/components/ui/theme/cardTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/checkboxTheme.d.ts +1 -1
- package/dist/components/ui/theme/checkboxTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/chipTheme.d.ts +1 -1
- package/dist/components/ui/theme/chipTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/codeTheme.d.ts +1 -1
- package/dist/components/ui/theme/codeTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/colTheme.d.ts +1 -1
- package/dist/components/ui/theme/colTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/common/ComponentTheme.d.ts +1 -1
- package/dist/components/ui/theme/containerTheme.d.ts +1 -1
- package/dist/components/ui/theme/containerTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/dividerTheme.d.ts +1 -1
- package/dist/components/ui/theme/dividerTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/gridTheme.d.ts +1 -1
- package/dist/components/ui/theme/gridTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/imgTheme.d.ts +1 -1
- package/dist/components/ui/theme/imgTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/inputTheme.d.ts +1 -1
- package/dist/components/ui/theme/inputTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/labelTheme.d.ts +1 -1
- package/dist/components/ui/theme/labelTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/rowTheme.d.ts +1 -1
- package/dist/components/ui/theme/rowTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/sectionTheme.d.ts +1 -1
- package/dist/components/ui/theme/sectionTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/stackTheme.d.ts +1 -1
- package/dist/components/ui/theme/stackTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/typographyTheme.d.ts +1 -1
- package/dist/components/ui/theme/typographyTheme.d.ts.map +1 -1
- package/dist/components/ui/typography.d.ts +51 -108
- package/dist/components/ui/typography.d.ts.map +1 -1
- package/dist/index.esm.js +33 -285
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +32 -408
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
|
@@ -1,129 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
tertiary?: boolean | undefined;
|
|
10
|
-
success?: boolean | undefined;
|
|
11
|
-
danger?: boolean | undefined;
|
|
12
|
-
warning?: boolean | undefined;
|
|
13
|
-
info?: boolean | undefined;
|
|
14
|
-
link?: boolean | undefined;
|
|
15
|
-
border?: boolean | undefined;
|
|
16
|
-
borderT?: boolean | undefined;
|
|
17
|
-
borderB?: boolean | undefined;
|
|
18
|
-
borderL?: boolean | undefined;
|
|
19
|
-
borderR?: boolean | undefined;
|
|
20
|
-
borderX?: boolean | undefined;
|
|
21
|
-
borderY?: boolean | undefined;
|
|
22
|
-
noBorder?: boolean | undefined;
|
|
23
|
-
inline?: boolean | undefined;
|
|
24
|
-
block?: boolean | undefined;
|
|
25
|
-
inlineBlock?: boolean | undefined;
|
|
26
|
-
flex?: boolean | undefined;
|
|
27
|
-
inlineFlex?: boolean | undefined;
|
|
28
|
-
grid?: boolean | undefined;
|
|
29
|
-
inlineGrid?: boolean | undefined;
|
|
30
|
-
contents?: boolean | undefined;
|
|
31
|
-
table?: boolean | undefined;
|
|
32
|
-
tableCell?: boolean | undefined;
|
|
33
|
-
hidden?: boolean | undefined;
|
|
34
|
-
row?: boolean | undefined;
|
|
35
|
-
column?: boolean | undefined;
|
|
36
|
-
rowReverse?: boolean | undefined;
|
|
37
|
-
columnReverse?: boolean | undefined;
|
|
38
|
-
sans?: boolean | undefined;
|
|
39
|
-
serif?: boolean | undefined;
|
|
40
|
-
mono?: boolean | undefined;
|
|
41
|
-
italic?: boolean | undefined;
|
|
42
|
-
notItalic?: boolean | undefined;
|
|
43
|
-
thin?: boolean | undefined;
|
|
44
|
-
extralight?: boolean | undefined;
|
|
45
|
-
light?: boolean | undefined;
|
|
46
|
-
normal?: boolean | undefined;
|
|
47
|
-
medium?: boolean | undefined;
|
|
48
|
-
semibold?: boolean | undefined;
|
|
49
|
-
bold?: boolean | undefined;
|
|
50
|
-
extrabold?: boolean | undefined;
|
|
51
|
-
black?: boolean | undefined;
|
|
52
|
-
gap?: boolean | undefined;
|
|
53
|
-
noGap?: boolean | undefined;
|
|
54
|
-
mobileHide?: boolean | undefined;
|
|
55
|
-
tabletHide?: boolean | undefined;
|
|
56
|
-
laptopHide?: boolean | undefined;
|
|
57
|
-
desktopHide?: boolean | undefined;
|
|
58
|
-
itemsStart?: boolean | undefined;
|
|
59
|
-
itemsEnd?: boolean | undefined;
|
|
60
|
-
itemsCenter?: boolean | undefined;
|
|
61
|
-
itemsBaseline?: boolean | undefined;
|
|
62
|
-
itemsStretch?: boolean | undefined;
|
|
63
|
-
justifyStart?: boolean | undefined;
|
|
64
|
-
justifyEnd?: boolean | undefined;
|
|
65
|
-
justifyCenter?: boolean | undefined;
|
|
66
|
-
justifyBetween?: boolean | undefined;
|
|
67
|
-
justifyAround?: boolean | undefined;
|
|
68
|
-
justifyEvenly?: boolean | undefined;
|
|
69
|
-
justifyStretch?: boolean | undefined;
|
|
70
|
-
justifyBaseline?: boolean | undefined;
|
|
71
|
-
overflowAuto?: boolean | undefined;
|
|
72
|
-
overflowHidden?: boolean | undefined;
|
|
73
|
-
overflowClip?: boolean | undefined;
|
|
74
|
-
overflowVisible?: boolean | undefined;
|
|
75
|
-
overflowScroll?: boolean | undefined;
|
|
76
|
-
overflowXAuto?: boolean | undefined;
|
|
77
|
-
overflowYAuto?: boolean | undefined;
|
|
78
|
-
overflowXHidden?: boolean | undefined;
|
|
79
|
-
overflowYHidden?: boolean | undefined;
|
|
80
|
-
overflowXClip?: boolean | undefined;
|
|
81
|
-
overflowYClip?: boolean | undefined;
|
|
82
|
-
overflowXVisible?: boolean | undefined;
|
|
83
|
-
overflowYVisible?: boolean | undefined;
|
|
84
|
-
overflowXScroll?: boolean | undefined;
|
|
85
|
-
overflowYScroll?: boolean | undefined;
|
|
86
|
-
padding?: boolean | undefined;
|
|
87
|
-
noPadding?: boolean | undefined;
|
|
88
|
-
relative?: boolean | undefined;
|
|
89
|
-
absolute?: boolean | undefined;
|
|
90
|
-
fixed?: boolean | undefined;
|
|
91
|
-
sticky?: boolean | undefined;
|
|
92
|
-
static?: boolean | undefined;
|
|
93
|
-
reverse?: boolean | undefined;
|
|
94
|
-
ring?: boolean | undefined;
|
|
95
|
-
noRing?: boolean | undefined;
|
|
96
|
-
shadow?: boolean | undefined;
|
|
97
|
-
noShadow?: boolean | undefined;
|
|
98
|
-
focusVisible?: boolean | undefined;
|
|
99
|
-
noFocusVisible?: boolean | undefined;
|
|
100
|
-
pill?: boolean | undefined;
|
|
101
|
-
sharp?: boolean | undefined;
|
|
102
|
-
rounded?: boolean | undefined;
|
|
103
|
-
xs?: boolean | undefined;
|
|
104
|
-
sm?: boolean | undefined;
|
|
105
|
-
md?: boolean | undefined;
|
|
106
|
-
lg?: boolean | undefined;
|
|
107
|
-
xl?: boolean | undefined;
|
|
108
|
-
textLeft?: boolean | undefined;
|
|
109
|
-
textCenter?: boolean | undefined;
|
|
110
|
-
textRight?: boolean | undefined;
|
|
111
|
-
textJustify?: boolean | undefined;
|
|
112
|
-
underline?: boolean | undefined;
|
|
113
|
-
lineThrough?: boolean | undefined;
|
|
114
|
-
noUnderline?: boolean | undefined;
|
|
115
|
-
overline?: boolean | undefined;
|
|
116
|
-
uppercase?: boolean | undefined;
|
|
117
|
-
lowercase?: boolean | undefined;
|
|
118
|
-
capitalize?: boolean | undefined;
|
|
119
|
-
normalCase?: boolean | undefined;
|
|
120
|
-
transparent?: boolean | undefined;
|
|
121
|
-
filled?: boolean | undefined;
|
|
122
|
-
outline?: boolean | undefined;
|
|
123
|
-
flexWrap?: boolean | undefined;
|
|
124
|
-
flexNoWrap?: boolean | undefined;
|
|
125
|
-
flexWrapReverse?: boolean | undefined;
|
|
126
|
-
} & {
|
|
1
|
+
import type { BaseProps, SizeProps, HideProps, ItemsProps, JustifyProps, PositionProps, DisplayProps, OverflowProps, WrapProps, GapProps, FlexDirectionProps, ReverseProps, AppearanceProps, TransparentProps, BorderProps, ShadowProps, RingProps, FocusVisibleProps, ShapeProps, FontWeightProps, FontStyleProps, TextDecorationProps, TextTransformProps, FontFamilyProps, TextAlignProps, PaddingProps, VariantProps } from './props';
|
|
2
|
+
/** Input component props */
|
|
3
|
+
export type InputProps = BaseProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & WrapProps & GapProps & FlexDirectionProps & ReverseProps & AppearanceProps & TransparentProps & BorderProps & ShadowProps & RingProps & FocusVisibleProps & ShapeProps & FontWeightProps & FontStyleProps & TextDecorationProps & TextTransformProps & FontFamilyProps & TextAlignProps & PaddingProps & VariantProps & Omit<React.InputHTMLAttributes<HTMLInputElement>, 'className' | 'children'> & {
|
|
4
|
+
/** Custom HTML tag or React component to render as */
|
|
5
|
+
tag?: React.ElementType;
|
|
6
|
+
};
|
|
7
|
+
export declare const Input: import("react").ForwardRefExoticComponent<BaseProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & WrapProps & GapProps & FlexDirectionProps & ReverseProps & AppearanceProps & TransparentProps & BorderProps & ShadowProps & RingProps & FocusVisibleProps & ShapeProps & FontWeightProps & FontStyleProps & TextDecorationProps & TextTransformProps & FontFamilyProps & TextAlignProps & PaddingProps & VariantProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "className" | "children"> & {
|
|
8
|
+
/** Custom HTML tag or React component to render as */
|
|
127
9
|
tag?: React.ElementType;
|
|
128
10
|
} & import("react").RefAttributes<HTMLInputElement>>;
|
|
129
11
|
//# sourceMappingURL=input.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/components/ui/input.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/components/ui/input.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,SAAS,EACT,SAAS,EACT,SAAS,EACT,UAAU,EACV,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,aAAa,EACb,SAAS,EACT,QAAQ,EACR,kBAAkB,EAClB,YAAY,EACZ,eAAe,EACf,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,SAAS,EACT,iBAAiB,EACjB,UAAU,EACV,eAAe,EACf,cAAc,EACd,mBAAmB,EACnB,kBAAkB,EAClB,eAAe,EACf,cAAc,EACd,YAAY,EACZ,YAAY,EACb,MAAM,SAAS,CAAC;AAIjB,4BAA4B;AAC5B,MAAM,MAAM,UAAU,GAAG,SAAS,GAChC,SAAS,GACT,SAAS,GACT,UAAU,GACV,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,aAAa,GACb,SAAS,GACT,QAAQ,GACR,kBAAkB,GAClB,YAAY,GACZ,eAAe,GACf,gBAAgB,GAChB,WAAW,GACX,WAAW,GACX,SAAS,GACT,iBAAiB,GACjB,UAAU,GACV,eAAe,GACf,cAAc,GACd,mBAAmB,GACnB,kBAAkB,GAClB,eAAe,GACf,cAAc,GACd,YAAY,GACZ,YAAY,GACZ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC,GAAG;IAC9E,sDAAsD;IACtD,GAAG,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,KAAK;IAJhB,sDAAsD;UAChD,KAAK,CAAC,WAAW;oDAQxB,CAAC"}
|
|
@@ -1,110 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
tertiary?: boolean | undefined;
|
|
10
|
-
success?: boolean | undefined;
|
|
11
|
-
danger?: boolean | undefined;
|
|
12
|
-
warning?: boolean | undefined;
|
|
13
|
-
info?: boolean | undefined;
|
|
14
|
-
link?: boolean | undefined;
|
|
15
|
-
inline?: boolean | undefined;
|
|
16
|
-
block?: boolean | undefined;
|
|
17
|
-
inlineBlock?: boolean | undefined;
|
|
18
|
-
flex?: boolean | undefined;
|
|
19
|
-
inlineFlex?: boolean | undefined;
|
|
20
|
-
grid?: boolean | undefined;
|
|
21
|
-
inlineGrid?: boolean | undefined;
|
|
22
|
-
contents?: boolean | undefined;
|
|
23
|
-
table?: boolean | undefined;
|
|
24
|
-
tableCell?: boolean | undefined;
|
|
25
|
-
hidden?: boolean | undefined;
|
|
26
|
-
row?: boolean | undefined;
|
|
27
|
-
column?: boolean | undefined;
|
|
28
|
-
rowReverse?: boolean | undefined;
|
|
29
|
-
columnReverse?: boolean | undefined;
|
|
30
|
-
sans?: boolean | undefined;
|
|
31
|
-
serif?: boolean | undefined;
|
|
32
|
-
mono?: boolean | undefined;
|
|
33
|
-
italic?: boolean | undefined;
|
|
34
|
-
notItalic?: boolean | undefined;
|
|
35
|
-
thin?: boolean | undefined;
|
|
36
|
-
extralight?: boolean | undefined;
|
|
37
|
-
light?: boolean | undefined;
|
|
38
|
-
normal?: boolean | undefined;
|
|
39
|
-
medium?: boolean | undefined;
|
|
40
|
-
semibold?: boolean | undefined;
|
|
41
|
-
bold?: boolean | undefined;
|
|
42
|
-
extrabold?: boolean | undefined;
|
|
43
|
-
black?: boolean | undefined;
|
|
44
|
-
gap?: boolean | undefined;
|
|
45
|
-
noGap?: boolean | undefined;
|
|
46
|
-
mobileHide?: boolean | undefined;
|
|
47
|
-
tabletHide?: boolean | undefined;
|
|
48
|
-
laptopHide?: boolean | undefined;
|
|
49
|
-
desktopHide?: boolean | undefined;
|
|
50
|
-
itemsStart?: boolean | undefined;
|
|
51
|
-
itemsEnd?: boolean | undefined;
|
|
52
|
-
itemsCenter?: boolean | undefined;
|
|
53
|
-
itemsBaseline?: boolean | undefined;
|
|
54
|
-
itemsStretch?: boolean | undefined;
|
|
55
|
-
justifyStart?: boolean | undefined;
|
|
56
|
-
justifyEnd?: boolean | undefined;
|
|
57
|
-
justifyCenter?: boolean | undefined;
|
|
58
|
-
justifyBetween?: boolean | undefined;
|
|
59
|
-
justifyAround?: boolean | undefined;
|
|
60
|
-
justifyEvenly?: boolean | undefined;
|
|
61
|
-
justifyStretch?: boolean | undefined;
|
|
62
|
-
justifyBaseline?: boolean | undefined;
|
|
63
|
-
overflowAuto?: boolean | undefined;
|
|
64
|
-
overflowHidden?: boolean | undefined;
|
|
65
|
-
overflowClip?: boolean | undefined;
|
|
66
|
-
overflowVisible?: boolean | undefined;
|
|
67
|
-
overflowScroll?: boolean | undefined;
|
|
68
|
-
overflowXAuto?: boolean | undefined;
|
|
69
|
-
overflowYAuto?: boolean | undefined;
|
|
70
|
-
overflowXHidden?: boolean | undefined;
|
|
71
|
-
overflowYHidden?: boolean | undefined;
|
|
72
|
-
overflowXClip?: boolean | undefined;
|
|
73
|
-
overflowYClip?: boolean | undefined;
|
|
74
|
-
overflowXVisible?: boolean | undefined;
|
|
75
|
-
overflowYVisible?: boolean | undefined;
|
|
76
|
-
overflowXScroll?: boolean | undefined;
|
|
77
|
-
overflowYScroll?: boolean | undefined;
|
|
78
|
-
relative?: boolean | undefined;
|
|
79
|
-
absolute?: boolean | undefined;
|
|
80
|
-
fixed?: boolean | undefined;
|
|
81
|
-
sticky?: boolean | undefined;
|
|
82
|
-
static?: boolean | undefined;
|
|
83
|
-
reverse?: boolean | undefined;
|
|
84
|
-
xs?: boolean | undefined;
|
|
85
|
-
sm?: boolean | undefined;
|
|
86
|
-
md?: boolean | undefined;
|
|
87
|
-
lg?: boolean | undefined;
|
|
88
|
-
xl?: boolean | undefined;
|
|
89
|
-
textLeft?: boolean | undefined;
|
|
90
|
-
textCenter?: boolean | undefined;
|
|
91
|
-
textRight?: boolean | undefined;
|
|
92
|
-
textJustify?: boolean | undefined;
|
|
93
|
-
underline?: boolean | undefined;
|
|
94
|
-
lineThrough?: boolean | undefined;
|
|
95
|
-
noUnderline?: boolean | undefined;
|
|
96
|
-
overline?: boolean | undefined;
|
|
97
|
-
uppercase?: boolean | undefined;
|
|
98
|
-
lowercase?: boolean | undefined;
|
|
99
|
-
capitalize?: boolean | undefined;
|
|
100
|
-
normalCase?: boolean | undefined;
|
|
101
|
-
transparent?: boolean | undefined;
|
|
102
|
-
filled?: boolean | undefined;
|
|
103
|
-
outline?: boolean | undefined;
|
|
104
|
-
flexWrap?: boolean | undefined;
|
|
105
|
-
flexNoWrap?: boolean | undefined;
|
|
106
|
-
flexWrapReverse?: boolean | undefined;
|
|
107
|
-
} & {
|
|
1
|
+
import type { BaseProps, FontWeightProps, FontStyleProps, TextDecorationProps, TextTransformProps, FontFamilyProps, TextAlignProps, SizeProps, HideProps, ItemsProps, JustifyProps, PositionProps, DisplayProps, OverflowProps, WrapProps, GapProps, FlexDirectionProps, ReverseProps, AppearanceProps, TransparentProps, VariantProps } from './props';
|
|
2
|
+
/** Label component props */
|
|
3
|
+
export type LabelProps = BaseProps & FontWeightProps & FontStyleProps & TextDecorationProps & TextTransformProps & FontFamilyProps & TextAlignProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & WrapProps & GapProps & FlexDirectionProps & ReverseProps & AppearanceProps & TransparentProps & VariantProps & Omit<React.LabelHTMLAttributes<HTMLLabelElement>, 'className' | 'children'> & {
|
|
4
|
+
/** Custom HTML tag or React component to render as */
|
|
5
|
+
tag?: React.ElementType;
|
|
6
|
+
};
|
|
7
|
+
export declare const Label: import("react").ForwardRefExoticComponent<BaseProps & FontWeightProps & FontStyleProps & TextDecorationProps & TextTransformProps & FontFamilyProps & TextAlignProps & SizeProps & HideProps & ItemsProps & JustifyProps & PositionProps & DisplayProps & OverflowProps & WrapProps & GapProps & FlexDirectionProps & ReverseProps & AppearanceProps & TransparentProps & VariantProps & Omit<import("react").LabelHTMLAttributes<HTMLLabelElement>, "className" | "children"> & {
|
|
8
|
+
/** Custom HTML tag or React component to render as */
|
|
108
9
|
tag?: React.ElementType;
|
|
109
10
|
} & import("react").RefAttributes<HTMLLabelElement>>;
|
|
110
11
|
//# sourceMappingURL=label.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/components/ui/label.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/components/ui/label.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,SAAS,EACT,eAAe,EACf,cAAc,EACd,mBAAmB,EACnB,kBAAkB,EAClB,eAAe,EACf,cAAc,EACd,SAAS,EACT,SAAS,EACT,UAAU,EACV,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,aAAa,EACb,SAAS,EACT,QAAQ,EACR,kBAAkB,EAClB,YAAY,EACZ,eAAe,EACf,gBAAgB,EAChB,YAAY,EACb,MAAM,SAAS,CAAC;AAIjB,4BAA4B;AAC5B,MAAM,MAAM,UAAU,GAAG,SAAS,GAChC,eAAe,GACf,cAAc,GACd,mBAAmB,GACnB,kBAAkB,GAClB,eAAe,GACf,cAAc,GACd,SAAS,GACT,SAAS,GACT,UAAU,GACV,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,aAAa,GACb,SAAS,GACT,QAAQ,GACR,kBAAkB,GAClB,YAAY,GACZ,eAAe,GACf,gBAAgB,GAChB,YAAY,GACZ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC,GAAG;IAC9E,sDAAsD;IACtD,GAAG,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,KAAK;IAJhB,sDAAsD;UAChD,KAAK,CAAC,WAAW;oDAQxB,CAAC"}
|
|
@@ -1,23 +1,3 @@
|
|
|
1
|
-
/** Default neutral appearance - uses default color variables */
|
|
2
|
-
export declare const DEFAULT: "default";
|
|
3
|
-
/** Accent appearance - uses accent/rose color variables for brand secondary styling */
|
|
4
|
-
export declare const ACCENT: "accent";
|
|
5
|
-
/** Primary appearance - uses primary/blue color variables for main brand styling */
|
|
6
|
-
export declare const PRIMARY: "primary";
|
|
7
|
-
/** Secondary appearance - uses secondary/gray color variables for muted styling */
|
|
8
|
-
export declare const SECONDARY: "secondary";
|
|
9
|
-
/** Tertiary appearance - uses tertiary/gray color variables for subtle styling */
|
|
10
|
-
export declare const TERTIARY: "tertiary";
|
|
11
|
-
/** Success appearance - uses success/emerald color variables for positive states */
|
|
12
|
-
export declare const SUCCESS: "success";
|
|
13
|
-
/** Danger appearance - uses danger/red color variables for error/destructive states */
|
|
14
|
-
export declare const DANGER: "danger";
|
|
15
|
-
/** Warning appearance - uses warning/amber color variables for caution states */
|
|
16
|
-
export declare const WARNING: "warning";
|
|
17
|
-
/** Info appearance - uses info/cyan color variables for informational states */
|
|
18
|
-
export declare const INFO: "info";
|
|
19
|
-
/** Link appearance - uses link/blue color variables for hyperlinks and navigation */
|
|
20
|
-
export declare const LINK: "link";
|
|
21
1
|
/** All appearance property values */
|
|
22
2
|
export declare const APPEARANCE_VALUES: readonly ["default", "accent", "primary", "secondary", "tertiary", "success", "danger", "warning", "info", "link"];
|
|
23
3
|
//# sourceMappingURL=appearance.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appearance.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/appearance.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"appearance.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/appearance.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,oHAAqH,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Appearance props for controlling component colors
|
|
3
|
+
*/
|
|
4
|
+
export interface AppearanceProps {
|
|
5
|
+
/** Default color appearance */
|
|
6
|
+
default?: boolean;
|
|
7
|
+
/** Primary color appearance (blue) */
|
|
8
|
+
primary?: boolean;
|
|
9
|
+
/** Secondary color appearance (gray) */
|
|
10
|
+
secondary?: boolean;
|
|
11
|
+
/** Tertiary color appearance */
|
|
12
|
+
tertiary?: boolean;
|
|
13
|
+
/** Accent color appearance (rose) */
|
|
14
|
+
accent?: boolean;
|
|
15
|
+
/** Success color appearance (green) */
|
|
16
|
+
success?: boolean;
|
|
17
|
+
/** Danger color appearance (red) */
|
|
18
|
+
danger?: boolean;
|
|
19
|
+
/** Warning color appearance (amber) */
|
|
20
|
+
warning?: boolean;
|
|
21
|
+
/** Info color appearance (cyan) */
|
|
22
|
+
info?: boolean;
|
|
23
|
+
/** Link color appearance */
|
|
24
|
+
link?: boolean;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=appearanceProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appearanceProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/appearanceProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,eAAe;IAC9B,+BAA+B;IAC/B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,sCAAsC;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,wCAAwC;IACxC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gCAAgC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qCAAqC;IACrC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,uCAAuC;IACvC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oCAAoC;IACpC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,uCAAuC;IACvC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,mCAAmC;IACnC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,4BAA4B;IAC5B,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Base props that all components share
|
|
3
|
+
*/
|
|
4
|
+
import React from 'react';
|
|
5
|
+
export interface BaseProps {
|
|
6
|
+
/** Additional CSS classes to merge with theme classes */
|
|
7
|
+
className?: string;
|
|
8
|
+
/** Component content */
|
|
9
|
+
children?: React.ReactNode;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=baseProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"baseProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/baseProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,SAAS;IACxB,yDAAyD;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,wBAAwB;IACxB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B"}
|
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
/** Show border - adds appearance-based border styling */
|
|
2
|
-
export declare const BORDER: "border";
|
|
3
|
-
/** Show top border */
|
|
4
|
-
export declare const BORDER_T: "borderT";
|
|
5
|
-
/** Show bottom border */
|
|
6
|
-
export declare const BORDER_B: "borderB";
|
|
7
|
-
/** Show left border */
|
|
8
|
-
export declare const BORDER_L: "borderL";
|
|
9
|
-
/** Show right border */
|
|
10
|
-
export declare const BORDER_R: "borderR";
|
|
11
|
-
/** Show horizontal borders (left and right) */
|
|
12
|
-
export declare const BORDER_X: "borderX";
|
|
13
|
-
/** Show vertical borders (top and bottom) */
|
|
14
|
-
export declare const BORDER_Y: "borderY";
|
|
15
1
|
/** Hide border - removes border styling (overrides appearance colors) */
|
|
16
2
|
export declare const NO_BORDER: "noBorder";
|
|
17
3
|
/** All border property values - includes all border variations and noBorder */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"border.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/border.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"border.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/border.ts"],"names":[],"mappings":"AAAA,yEAAyE;AACzE,eAAO,MAAM,SAAS,EAAG,UAAmB,CAAC;AAE7C,+EAA+E;AAC/E,eAAO,MAAM,aAAa,mGAAoG,CAAC;AAE/H,kFAAkF;AAClF,eAAO,MAAM,WAAW,uFAAwF,CAAC;AAEjH,yDAAyD;AACzD,MAAM,MAAM,SAAS,GAAG,OAAO,WAAW,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Border props for controlling component borders
|
|
3
|
+
*/
|
|
4
|
+
export interface BorderProps {
|
|
5
|
+
/** Enable border on all sides */
|
|
6
|
+
border?: boolean;
|
|
7
|
+
/** Enable border on top */
|
|
8
|
+
borderT?: boolean;
|
|
9
|
+
/** Enable border on bottom */
|
|
10
|
+
borderB?: boolean;
|
|
11
|
+
/** Enable border on left */
|
|
12
|
+
borderL?: boolean;
|
|
13
|
+
/** Enable border on right */
|
|
14
|
+
borderR?: boolean;
|
|
15
|
+
/** Enable border on left and right */
|
|
16
|
+
borderX?: boolean;
|
|
17
|
+
/** Enable border on top and bottom */
|
|
18
|
+
borderY?: boolean;
|
|
19
|
+
/** Disable all borders */
|
|
20
|
+
noBorder?: boolean;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=borderProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"borderProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/borderProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,WAAW;IAC1B,iCAAiC;IACjC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,2BAA2B;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,8BAA8B;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,4BAA4B;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,6BAA6B;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,sCAAsC;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,sCAAsC;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,0BAA0B;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
/** Mobile column breakpoint - switch to column layout on mobile devices (max-mobile: 20rem) */
|
|
2
|
-
export declare const MOBILE_COL: "mobileCol";
|
|
3
|
-
/** Tablet column breakpoint - switch to column layout on tablet devices (max-tablet: 40rem) */
|
|
4
|
-
export declare const TABLET_COL: "tabletCol";
|
|
5
|
-
/** Laptop column breakpoint - switch to column layout on laptop devices (max-laptop: 64rem) */
|
|
6
|
-
export declare const LAPTOP_COL: "laptopCol";
|
|
7
|
-
/** Desktop column breakpoint - switch to column layout on desktop devices (max-desktop: 80rem) */
|
|
8
|
-
export declare const DESKTOP_COL: "desktopCol";
|
|
9
1
|
/** All breakpoint property values */
|
|
10
2
|
export declare const BREAKPOINT_VALUES: readonly ["mobileCol", "tabletCol", "laptopCol", "desktopCol"];
|
|
11
3
|
//# sourceMappingURL=breakpoint.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breakpoint.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/breakpoint.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"breakpoint.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/breakpoint.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,gEAAiE,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Breakpoint props for responsive layout changes
|
|
3
|
+
*/
|
|
4
|
+
export interface BreakpointProps {
|
|
5
|
+
/** Switch to column layout on mobile and below (max-mobile: 40rem) */
|
|
6
|
+
mobileCol?: boolean;
|
|
7
|
+
/** Switch to column layout on tablet and below (max-tablet: 48rem) */
|
|
8
|
+
tabletCol?: boolean;
|
|
9
|
+
/** Switch to column layout on laptop and below (max-laptop: 64rem) */
|
|
10
|
+
laptopCol?: boolean;
|
|
11
|
+
/** Switch to column layout on desktop and below (max-desktop: 80rem) */
|
|
12
|
+
desktopCol?: boolean;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=breakpointProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"breakpointProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/breakpointProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,eAAe;IAC9B,sEAAsE;IACtE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,sEAAsE;IACtE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,sEAAsE;IACtE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,wEAAwE;IACxE,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
|
|
@@ -1,25 +1,3 @@
|
|
|
1
|
-
/** Inline display - flows with text */
|
|
2
|
-
export declare const INLINE: "inline";
|
|
3
|
-
/** Block display - takes full width, new line */
|
|
4
|
-
export declare const BLOCK: "block";
|
|
5
|
-
/** Inline-block display - inline but with block properties */
|
|
6
|
-
export declare const INLINE_BLOCK: "inlineBlock";
|
|
7
|
-
/** Flex display - flexbox container */
|
|
8
|
-
export declare const FLEX: "flex";
|
|
9
|
-
/** Inline-flex display - inline flexbox container */
|
|
10
|
-
export declare const INLINE_FLEX: "inlineFlex";
|
|
11
|
-
/** Grid display - CSS grid container */
|
|
12
|
-
export declare const GRID: "grid";
|
|
13
|
-
/** Inline-grid display - inline grid container */
|
|
14
|
-
export declare const INLINE_GRID: "inlineGrid";
|
|
15
|
-
/** Contents display - element's box is removed, children display as if parent didn't exist */
|
|
16
|
-
export declare const CONTENTS: "contents";
|
|
17
|
-
/** Table display - behaves like table element */
|
|
18
|
-
export declare const TABLE: "table";
|
|
19
|
-
/** Table-cell display - behaves like td element */
|
|
20
|
-
export declare const TABLE_CELL: "tableCell";
|
|
21
|
-
/** Hidden display - element is not visible */
|
|
22
|
-
export declare const HIDDEN: "hidden";
|
|
23
1
|
/** All display property values */
|
|
24
2
|
export declare const DISPLAY_VALUES: readonly ["inline", "block", "inlineBlock", "flex", "inlineFlex", "grid", "inlineGrid", "contents", "table", "tableCell", "hidden"];
|
|
25
3
|
//# sourceMappingURL=display.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"display.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/display.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"display.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/display.ts"],"names":[],"mappings":"AAAA,kCAAkC;AAClC,eAAO,MAAM,cAAc,qIAAsI,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Display props for controlling CSS display property
|
|
3
|
+
*/
|
|
4
|
+
export interface DisplayProps {
|
|
5
|
+
/** Inline display - flows with text */
|
|
6
|
+
inline?: boolean;
|
|
7
|
+
/** Block display - takes full width, new line */
|
|
8
|
+
block?: boolean;
|
|
9
|
+
/** Inline-block display - inline but with block properties */
|
|
10
|
+
inlineBlock?: boolean;
|
|
11
|
+
/** Flex display - flexbox container */
|
|
12
|
+
flex?: boolean;
|
|
13
|
+
/** Inline-flex display - inline flexbox container */
|
|
14
|
+
inlineFlex?: boolean;
|
|
15
|
+
/** Grid display - CSS grid container */
|
|
16
|
+
grid?: boolean;
|
|
17
|
+
/** Inline-grid display - inline grid container */
|
|
18
|
+
inlineGrid?: boolean;
|
|
19
|
+
/** Contents display - element's box is removed, children display as if parent didn't exist */
|
|
20
|
+
contents?: boolean;
|
|
21
|
+
/** Table display - behaves like table element */
|
|
22
|
+
table?: boolean;
|
|
23
|
+
/** Table-cell display - behaves like td element */
|
|
24
|
+
tableCell?: boolean;
|
|
25
|
+
/** Hidden display - element is not visible */
|
|
26
|
+
hidden?: boolean;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=displayProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"displayProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/displayProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,YAAY;IAC3B,uCAAuC;IACvC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,iDAAiD;IACjD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,8DAA8D;IAC9D,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,uCAAuC;IACvC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,qDAAqD;IACrD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,wCAAwC;IACxC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,kDAAkD;IAClD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,8FAA8F;IAC9F,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iDAAiD;IACjD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,mDAAmD;IACnD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,8CAA8C;IAC9C,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB"}
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
/** Horizontal flex direction (left to right) */
|
|
2
|
-
export declare const ROW: "row";
|
|
3
|
-
/** Vertical flex direction (top to bottom) */
|
|
4
|
-
export declare const COLUMN: "column";
|
|
5
|
-
/** Horizontal flex direction reversed (right to left) */
|
|
6
|
-
export declare const ROW_REVERSE: "rowReverse";
|
|
7
|
-
/** Vertical flex direction reversed (bottom to top) */
|
|
8
|
-
export declare const COLUMN_REVERSE: "columnReverse";
|
|
9
1
|
/** All flex direction property values */
|
|
10
2
|
export declare const FLEX_DIRECTION_VALUES: readonly ["row", "column", "rowReverse", "columnReverse"];
|
|
11
3
|
//# sourceMappingURL=flexDirection.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flexDirection.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/flexDirection.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"flexDirection.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/flexDirection.ts"],"names":[],"mappings":"AAAA,yCAAyC;AACzC,eAAO,MAAM,qBAAqB,2DAA4D,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Flex direction props for controlling flex layout direction
|
|
3
|
+
*/
|
|
4
|
+
export interface FlexDirectionProps {
|
|
5
|
+
/** Flex direction row (horizontal) */
|
|
6
|
+
row?: boolean;
|
|
7
|
+
/** Flex direction column (vertical) */
|
|
8
|
+
column?: boolean;
|
|
9
|
+
/** Flex direction row-reverse */
|
|
10
|
+
rowReverse?: boolean;
|
|
11
|
+
/** Flex direction column-reverse */
|
|
12
|
+
columnReverse?: boolean;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=flexDirectionProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flexDirectionProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/flexDirectionProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,kBAAkB;IACjC,sCAAsC;IACtC,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,uCAAuC;IACvC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,iCAAiC;IACjC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,oCAAoC;IACpC,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB"}
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/** Show focus-visible outline - adds visible focus indicator for keyboard navigation */
|
|
2
|
-
export declare const FOCUS_VISIBLE_OUTLINE: "focusVisible";
|
|
3
|
-
/** Hide focus-visible outline - removes focus-visible outline styling */
|
|
4
|
-
export declare const NO_FOCUS_VISIBLE_OUTLINE: "noFocusVisible";
|
|
5
1
|
/** All focusVisible property values */
|
|
6
2
|
export declare const FOCUS_VISIBLE_VALUES: readonly ["focusVisible", "noFocusVisible"];
|
|
7
3
|
//# sourceMappingURL=focusVisible.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"focusVisible.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/focusVisible.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"focusVisible.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/focusVisible.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,eAAO,MAAM,oBAAoB,6CAA8C,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Focus visible props for controlling focus-visible outlines
|
|
3
|
+
*/
|
|
4
|
+
export interface FocusVisibleProps {
|
|
5
|
+
/** Enable focus-visible outline */
|
|
6
|
+
focusVisible?: boolean;
|
|
7
|
+
/** Disable focus-visible outline */
|
|
8
|
+
noFocusVisible?: boolean;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=focusVisibleProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"focusVisibleProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/focusVisibleProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,iBAAiB;IAChC,mCAAmC;IACnC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,oCAAoC;IACpC,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B"}
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
/** Sans-serif font family - clean, modern typeface without serifs */
|
|
2
|
-
export declare const SANS: "sans";
|
|
3
|
-
/** Serif font family - traditional typeface with small decorative strokes */
|
|
4
|
-
export declare const SERIF: "serif";
|
|
5
|
-
/** Monospace font family - fixed-width typeface for code and data */
|
|
6
|
-
export declare const MONO: "mono";
|
|
7
1
|
/** All font family property values */
|
|
8
2
|
export declare const FONT_FAMILY_VALUES: readonly ["sans", "serif", "mono"];
|
|
9
3
|
//# sourceMappingURL=fontFamily.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fontFamily.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/fontFamily.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"fontFamily.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/fontFamily.ts"],"names":[],"mappings":"AAAA,sCAAsC;AACtC,eAAO,MAAM,kBAAkB,oCAAqC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Font family props for controlling text font
|
|
3
|
+
*/
|
|
4
|
+
export interface FontFamilyProps {
|
|
5
|
+
/** Sans-serif font family (default) */
|
|
6
|
+
sans?: boolean;
|
|
7
|
+
/** Serif font family */
|
|
8
|
+
serif?: boolean;
|
|
9
|
+
/** Monospace font family */
|
|
10
|
+
mono?: boolean;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=fontFamilyProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fontFamilyProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/fontFamilyProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,eAAe;IAC9B,uCAAuC;IACvC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,wBAAwB;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,4BAA4B;IAC5B,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB"}
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/** Italic font style - slanted text styling */
|
|
2
|
-
export declare const ITALIC: "italic";
|
|
3
|
-
/** Normal font style - upright text styling (not italic) */
|
|
4
|
-
export declare const NOT_ITALIC: "notItalic";
|
|
5
1
|
/** All font style property values */
|
|
6
2
|
export declare const FONT_STYLE_VALUES: readonly ["italic", "notItalic"];
|
|
7
3
|
//# sourceMappingURL=fontStyle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fontStyle.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/fontStyle.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"fontStyle.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/fontStyle.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,kCAAmC,CAAC"}
|