@vaneui/ui 0.3.1-alpha.20251129115555.bcd1100 → 0.3.1-alpha.20251130172447.8795285
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 -189
- package/dist/components/ui/badge.d.ts.map +1 -1
- package/dist/components/ui/button.d.ts +14 -189
- 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/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 -659
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +32 -782
- package/dist/index.js.map +1 -1
- package/package.json +2 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fontStyleProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/fontStyleProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,cAAc;IAC7B,wBAAwB;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,qCAAqC;IACrC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB"}
|
|
@@ -1,21 +1,3 @@
|
|
|
1
|
-
/** Thin font weight - CSS font-weight: 100 */
|
|
2
|
-
export declare const THIN: "thin";
|
|
3
|
-
/** Extra light font weight - CSS font-weight: 200 */
|
|
4
|
-
export declare const EXTRALIGHT: "extralight";
|
|
5
|
-
/** Light font weight - CSS font-weight: 300 */
|
|
6
|
-
export declare const LIGHT: "light";
|
|
7
|
-
/** Normal font weight - CSS font-weight: 400 (default) */
|
|
8
|
-
export declare const NORMAL: "normal";
|
|
9
|
-
/** Medium font weight - CSS font-weight: 500 */
|
|
10
|
-
export declare const MEDIUM: "medium";
|
|
11
|
-
/** Semibold font weight - CSS font-weight: 600 */
|
|
12
|
-
export declare const SEMIBOLD: "semibold";
|
|
13
|
-
/** Bold font weight - CSS font-weight: 700 */
|
|
14
|
-
export declare const BOLD: "bold";
|
|
15
|
-
/** Extra bold font weight - CSS font-weight: 800 */
|
|
16
|
-
export declare const EXTRABOLD: "extrabold";
|
|
17
|
-
/** Black font weight - CSS font-weight: 900 (heaviest) */
|
|
18
|
-
export declare const BLACK: "black";
|
|
19
1
|
/** All font weight property values */
|
|
20
2
|
export declare const FONT_WEIGHT_VALUES: readonly ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"];
|
|
21
3
|
//# sourceMappingURL=fontWeight.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fontWeight.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/fontWeight.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"fontWeight.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/fontWeight.ts"],"names":[],"mappings":"AAAA,sCAAsC;AACtC,eAAO,MAAM,kBAAkB,wGAAyG,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Font weight props for controlling text weight
|
|
3
|
+
*/
|
|
4
|
+
export interface FontWeightProps {
|
|
5
|
+
/** Thin font weight (100) */
|
|
6
|
+
thin?: boolean;
|
|
7
|
+
/** Extra light font weight (200) */
|
|
8
|
+
extralight?: boolean;
|
|
9
|
+
/** Light font weight (300) */
|
|
10
|
+
light?: boolean;
|
|
11
|
+
/** Normal font weight (400) */
|
|
12
|
+
normal?: boolean;
|
|
13
|
+
/** Medium font weight (500) */
|
|
14
|
+
medium?: boolean;
|
|
15
|
+
/** Semibold font weight (600) */
|
|
16
|
+
semibold?: boolean;
|
|
17
|
+
/** Bold font weight (700) */
|
|
18
|
+
bold?: boolean;
|
|
19
|
+
/** Extra bold font weight (800) */
|
|
20
|
+
extrabold?: boolean;
|
|
21
|
+
/** Black font weight (900) */
|
|
22
|
+
black?: boolean;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=fontWeightProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fontWeightProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/fontWeightProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,eAAe;IAC9B,6BAA6B;IAC7B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,oCAAoC;IACpC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,8BAA8B;IAC9B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,+BAA+B;IAC/B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,+BAA+B;IAC/B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,6BAA6B;IAC7B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,mCAAmC;IACnC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,8BAA8B;IAC9B,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB"}
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/** Enable spacing between flex/grid items - uses size-responsive gap values */
|
|
2
|
-
export declare const GAP: "gap";
|
|
3
|
-
/** Disable spacing between flex/grid items - no gap applied */
|
|
4
|
-
export declare const NO_GAP: "noGap";
|
|
5
1
|
/** All gap property values */
|
|
6
2
|
export declare const GAP_VALUES: readonly ["gap", "noGap"];
|
|
7
3
|
//# sourceMappingURL=gap.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gap.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/gap.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"gap.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/gap.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,eAAO,MAAM,UAAU,2BAA4B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gapProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/gapProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,QAAQ;IACvB,0CAA0C;IAC1C,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,0BAA0B;IAC1B,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB"}
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
/** Hide element on mobile devices and below (max-mobile: 20rem) */
|
|
2
|
-
export declare const MOBILE_HIDE: "mobileHide";
|
|
3
|
-
/** Hide element on tablet devices and below (max-tablet: 40rem) */
|
|
4
|
-
export declare const TABLET_HIDE: "tabletHide";
|
|
5
|
-
/** Hide element on laptop devices and below (max-laptop: 64rem) */
|
|
6
|
-
export declare const LAPTOP_HIDE: "laptopHide";
|
|
7
|
-
/** Hide element on desktop devices and below (max-desktop: 80rem) */
|
|
8
|
-
export declare const DESKTOP_HIDE: "desktopHide";
|
|
9
1
|
/** All hide property values */
|
|
10
2
|
export declare const HIDE_VALUES: readonly ["mobileHide", "tabletHide", "laptopHide", "desktopHide"];
|
|
11
3
|
//# sourceMappingURL=hide.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hide.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/hide.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"hide.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/hide.ts"],"names":[],"mappings":"AAAA,+BAA+B;AAC/B,eAAO,MAAM,WAAW,oEAAqE,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hide props for responsive element visibility
|
|
3
|
+
*/
|
|
4
|
+
export interface HideProps {
|
|
5
|
+
/** Hide element on mobile devices and below (max-mobile: 20rem) */
|
|
6
|
+
mobileHide?: boolean;
|
|
7
|
+
/** Hide element on tablet devices and below (max-tablet: 40rem) */
|
|
8
|
+
tabletHide?: boolean;
|
|
9
|
+
/** Hide element on laptop devices and below (max-laptop: 64rem) */
|
|
10
|
+
laptopHide?: boolean;
|
|
11
|
+
/** Hide element on desktop devices and below (max-desktop: 80rem) */
|
|
12
|
+
desktopHide?: boolean;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=hideProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hideProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/hideProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,SAAS;IACxB,mEAAmE;IACnE,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,mEAAmE;IACnE,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,mEAAmE;IACnE,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,qEAAqE;IACrE,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB"}
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
/** Align items to the start of the cross axis */
|
|
2
|
-
export declare const ITEMS_START: "itemsStart";
|
|
3
|
-
/** Align items to the end of the cross axis */
|
|
4
|
-
export declare const ITEMS_END: "itemsEnd";
|
|
5
|
-
/** Center items along the cross axis */
|
|
6
|
-
export declare const ITEMS_CENTER: "itemsCenter";
|
|
7
|
-
/** Align items along their baseline */
|
|
8
|
-
export declare const ITEMS_BASELINE: "itemsBaseline";
|
|
9
|
-
/** Stretch items to fill the cross axis */
|
|
10
|
-
export declare const ITEMS_STRETCH: "itemsStretch";
|
|
11
1
|
/** All items property values */
|
|
12
2
|
export declare const ITEMS_VALUES: readonly ["itemsStart", "itemsEnd", "itemsCenter", "itemsBaseline", "itemsStretch"];
|
|
13
3
|
//# sourceMappingURL=items.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"items.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/items.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"items.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/items.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,eAAO,MAAM,YAAY,qFAAsF,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Items props for controlling flex item alignment (align-items)
|
|
3
|
+
*/
|
|
4
|
+
export interface ItemsProps {
|
|
5
|
+
/** Align items to start (top/left) */
|
|
6
|
+
itemsStart?: boolean;
|
|
7
|
+
/** Align items to end (bottom/right) */
|
|
8
|
+
itemsEnd?: boolean;
|
|
9
|
+
/** Align items to center */
|
|
10
|
+
itemsCenter?: boolean;
|
|
11
|
+
/** Align items to baseline */
|
|
12
|
+
itemsBaseline?: boolean;
|
|
13
|
+
/** Stretch items to fill container */
|
|
14
|
+
itemsStretch?: boolean;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=itemsProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"itemsProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/itemsProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,UAAU;IACzB,sCAAsC;IACtC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,wCAAwC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,4BAA4B;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,8BAA8B;IAC9B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,sCAAsC;IACtC,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB"}
|
|
@@ -1,19 +1,3 @@
|
|
|
1
|
-
/** Pack items toward the start of the main axis */
|
|
2
|
-
export declare const JUSTIFY_START: "justifyStart";
|
|
3
|
-
/** Pack items toward the end of the main axis */
|
|
4
|
-
export declare const JUSTIFY_END: "justifyEnd";
|
|
5
|
-
/** Center items along the main axis */
|
|
6
|
-
export declare const JUSTIFY_CENTER: "justifyCenter";
|
|
7
|
-
/** Distribute items with space between them */
|
|
8
|
-
export declare const JUSTIFY_BETWEEN: "justifyBetween";
|
|
9
|
-
/** Distribute items with space around them */
|
|
10
|
-
export declare const JUSTIFY_AROUND: "justifyAround";
|
|
11
|
-
/** Distribute items with equal space around them */
|
|
12
|
-
export declare const JUSTIFY_EVENLY: "justifyEvenly";
|
|
13
|
-
/** Stretch items to fill the main axis */
|
|
14
|
-
export declare const JUSTIFY_STRETCH: "justifyStretch";
|
|
15
|
-
/** Align items along their baseline on main axis */
|
|
16
|
-
export declare const JUSTIFY_BASELINE: "justifyBaseline";
|
|
17
1
|
/** All justify property values */
|
|
18
2
|
export declare const JUSTIFY_VALUES: readonly ["justifyStart", "justifyEnd", "justifyCenter", "justifyBetween", "justifyAround", "justifyEvenly", "justifyStretch", "justifyBaseline"];
|
|
19
3
|
//# sourceMappingURL=justify.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"justify.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/justify.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"justify.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/justify.ts"],"names":[],"mappings":"AAAA,kCAAkC;AAClC,eAAO,MAAM,cAAc,mJAAoJ,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Justify props for controlling flex content alignment (justify-content)
|
|
3
|
+
*/
|
|
4
|
+
export interface JustifyProps {
|
|
5
|
+
/** Pack items toward the start of the main axis */
|
|
6
|
+
justifyStart?: boolean;
|
|
7
|
+
/** Pack items toward the end of the main axis */
|
|
8
|
+
justifyEnd?: boolean;
|
|
9
|
+
/** Center items along the main axis */
|
|
10
|
+
justifyCenter?: boolean;
|
|
11
|
+
/** Distribute items with space between them */
|
|
12
|
+
justifyBetween?: boolean;
|
|
13
|
+
/** Distribute items with space around them */
|
|
14
|
+
justifyAround?: boolean;
|
|
15
|
+
/** Distribute items with equal space around them */
|
|
16
|
+
justifyEvenly?: boolean;
|
|
17
|
+
/** Stretch items to fill the main axis */
|
|
18
|
+
justifyStretch?: boolean;
|
|
19
|
+
/** Align items along their baseline on main axis */
|
|
20
|
+
justifyBaseline?: boolean;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=justifyProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"justifyProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/justifyProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,YAAY;IAC3B,mDAAmD;IACnD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,iDAAiD;IACjD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,uCAAuC;IACvC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,+CAA+C;IAC/C,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,8CAA8C;IAC9C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,oDAAoD;IACpD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,0CAA0C;IAC1C,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,oDAAoD;IACpD,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B"}
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/** Disc bullet points - circular bullets for list items */
|
|
2
|
-
export declare const DISC: "disc";
|
|
3
|
-
/** Decimal numbers - numbered list items (1, 2, 3...) */
|
|
4
|
-
export declare const DECIMAL: "decimal";
|
|
5
1
|
/** All list style property values */
|
|
6
2
|
export declare const LIST_STYLE_VALUES: readonly ["disc", "decimal"];
|
|
7
3
|
//# sourceMappingURL=listStyle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listStyle.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/listStyle.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"listStyle.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/listStyle.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,8BAA+B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listStyleProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/listStyleProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,cAAc;IAC7B,8BAA8B;IAC9B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,0BAA0B;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
|
|
@@ -1,33 +1,3 @@
|
|
|
1
|
-
/** Auto overflow - show scrollbars if needed */
|
|
2
|
-
export declare const OVERFLOW_AUTO: "overflowAuto";
|
|
3
|
-
/** Hidden overflow - clip content without scrollbars */
|
|
4
|
-
export declare const OVERFLOW_HIDDEN: "overflowHidden";
|
|
5
|
-
/** Clip overflow - hard clip without scrollbars */
|
|
6
|
-
export declare const OVERFLOW_CLIP: "overflowClip";
|
|
7
|
-
/** Visible overflow - content extends beyond bounds */
|
|
8
|
-
export declare const OVERFLOW_VISIBLE: "overflowVisible";
|
|
9
|
-
/** Scroll overflow - always show scrollbars */
|
|
10
|
-
export declare const OVERFLOW_SCROLL: "overflowScroll";
|
|
11
|
-
/** Auto overflow on X-axis only */
|
|
12
|
-
export declare const OVERFLOW_X_AUTO: "overflowXAuto";
|
|
13
|
-
/** Auto overflow on Y-axis only */
|
|
14
|
-
export declare const OVERFLOW_Y_AUTO: "overflowYAuto";
|
|
15
|
-
/** Hidden overflow on X-axis only */
|
|
16
|
-
export declare const OVERFLOW_X_HIDDEN: "overflowXHidden";
|
|
17
|
-
/** Hidden overflow on Y-axis only */
|
|
18
|
-
export declare const OVERFLOW_Y_HIDDEN: "overflowYHidden";
|
|
19
|
-
/** Clip overflow on X-axis only */
|
|
20
|
-
export declare const OVERFLOW_X_CLIP: "overflowXClip";
|
|
21
|
-
/** Clip overflow on Y-axis only */
|
|
22
|
-
export declare const OVERFLOW_Y_CLIP: "overflowYClip";
|
|
23
|
-
/** Visible overflow on X-axis only */
|
|
24
|
-
export declare const OVERFLOW_X_VISIBLE: "overflowXVisible";
|
|
25
|
-
/** Visible overflow on Y-axis only */
|
|
26
|
-
export declare const OVERFLOW_Y_VISIBLE: "overflowYVisible";
|
|
27
|
-
/** Scroll overflow on X-axis only */
|
|
28
|
-
export declare const OVERFLOW_X_SCROLL: "overflowXScroll";
|
|
29
|
-
/** Scroll overflow on Y-axis only */
|
|
30
|
-
export declare const OVERFLOW_Y_SCROLL: "overflowYScroll";
|
|
31
1
|
/** All overflow property values */
|
|
32
2
|
export declare const OVERFLOW_VALUES: readonly ["overflowAuto", "overflowHidden", "overflowClip", "overflowVisible", "overflowScroll", "overflowXAuto", "overflowYAuto", "overflowXHidden", "overflowYHidden", "overflowXClip", "overflowYClip", "overflowXVisible", "overflowYVisible", "overflowXScroll", "overflowYScroll"];
|
|
33
3
|
//# sourceMappingURL=overflow.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"overflow.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/overflow.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"overflow.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/overflow.ts"],"names":[],"mappings":"AAAA,mCAAmC;AACnC,eAAO,MAAM,eAAe,0RAKlB,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Overflow props for controlling content overflow behavior
|
|
3
|
+
*/
|
|
4
|
+
export interface OverflowProps {
|
|
5
|
+
/** Auto overflow - show scrollbars if needed */
|
|
6
|
+
overflowAuto?: boolean;
|
|
7
|
+
/** Hidden overflow - clip content without scrollbars */
|
|
8
|
+
overflowHidden?: boolean;
|
|
9
|
+
/** Clip overflow - hard clip without scrollbars */
|
|
10
|
+
overflowClip?: boolean;
|
|
11
|
+
/** Visible overflow - content extends beyond bounds */
|
|
12
|
+
overflowVisible?: boolean;
|
|
13
|
+
/** Scroll overflow - always show scrollbars */
|
|
14
|
+
overflowScroll?: boolean;
|
|
15
|
+
/** Auto overflow on X-axis only */
|
|
16
|
+
overflowXAuto?: boolean;
|
|
17
|
+
/** Auto overflow on Y-axis only */
|
|
18
|
+
overflowYAuto?: boolean;
|
|
19
|
+
/** Hidden overflow on X-axis only */
|
|
20
|
+
overflowXHidden?: boolean;
|
|
21
|
+
/** Hidden overflow on Y-axis only */
|
|
22
|
+
overflowYHidden?: boolean;
|
|
23
|
+
/** Clip overflow on X-axis only */
|
|
24
|
+
overflowXClip?: boolean;
|
|
25
|
+
/** Clip overflow on Y-axis only */
|
|
26
|
+
overflowYClip?: boolean;
|
|
27
|
+
/** Visible overflow on X-axis only */
|
|
28
|
+
overflowXVisible?: boolean;
|
|
29
|
+
/** Visible overflow on Y-axis only */
|
|
30
|
+
overflowYVisible?: boolean;
|
|
31
|
+
/** Scroll overflow on X-axis only */
|
|
32
|
+
overflowXScroll?: boolean;
|
|
33
|
+
/** Scroll overflow on Y-axis only */
|
|
34
|
+
overflowYScroll?: boolean;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=overflowProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"overflowProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/overflowProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,aAAa;IAC5B,gDAAgD;IAChD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,wDAAwD;IACxD,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,mDAAmD;IACnD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,uDAAuD;IACvD,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,+CAA+C;IAC/C,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,mCAAmC;IACnC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mCAAmC;IACnC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,qCAAqC;IACrC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,qCAAqC;IACrC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,mCAAmC;IACnC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mCAAmC;IACnC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,sCAAsC;IACtC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,sCAAsC;IACtC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,qCAAqC;IACrC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,qCAAqC;IACrC,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B"}
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/** Enable internal padding - uses size-responsive padding values */
|
|
2
|
-
export declare const PADDING: "padding";
|
|
3
|
-
/** Disable internal padding - no padding applied */
|
|
4
|
-
export declare const NO_PADDING: "noPadding";
|
|
5
1
|
/** All padding property values */
|
|
6
2
|
export declare const PADDING_VALUES: readonly ["padding", "noPadding"];
|
|
7
3
|
//# sourceMappingURL=padding.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"padding.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/padding.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"padding.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/padding.ts"],"names":[],"mappings":"AAAA,kCAAkC;AAClC,eAAO,MAAM,cAAc,mCAAoC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paddingProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/paddingProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,YAAY;IAC3B,8BAA8B;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,+BAA+B;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB"}
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
/** Relative positioning - offset from normal position */
|
|
2
|
-
export declare const RELATIVE: "relative";
|
|
3
|
-
/** Absolute positioning - removed from normal flow */
|
|
4
|
-
export declare const ABSOLUTE: "absolute";
|
|
5
|
-
/** Fixed positioning - positioned relative to viewport */
|
|
6
|
-
export declare const FIXED: "fixed";
|
|
7
|
-
/** Sticky positioning - toggles between relative and fixed */
|
|
8
|
-
export declare const STICKY: "sticky";
|
|
9
|
-
/** Static positioning - normal document flow (default) */
|
|
10
|
-
export declare const STATIC: "static";
|
|
11
1
|
/** All position property values */
|
|
12
2
|
export declare const POSITION_VALUES: readonly ["relative", "absolute", "fixed", "sticky", "static"];
|
|
13
3
|
//# sourceMappingURL=position.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"position.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/position.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"position.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/position.ts"],"names":[],"mappings":"AAAA,mCAAmC;AACnC,eAAO,MAAM,eAAe,gEAAiE,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Position props for controlling CSS position property
|
|
3
|
+
*/
|
|
4
|
+
export interface PositionProps {
|
|
5
|
+
/** Relative positioning */
|
|
6
|
+
relative?: boolean;
|
|
7
|
+
/** Absolute positioning */
|
|
8
|
+
absolute?: boolean;
|
|
9
|
+
/** Fixed positioning */
|
|
10
|
+
fixed?: boolean;
|
|
11
|
+
/** Sticky positioning */
|
|
12
|
+
sticky?: boolean;
|
|
13
|
+
/** Static positioning */
|
|
14
|
+
static?: boolean;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=positionProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"positionProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/positionProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,aAAa;IAC5B,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,wBAAwB;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,yBAAyB;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,yBAAyB;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB"}
|
|
@@ -1,79 +1,37 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { ComponentKeys, ComponentCategoryKey, BUTTON_CATEGORIES, BADGE_CATEGORIES, CHIP_CATEGORIES, CODE_CATEGORIES, GRID_CATEGORIES, ROW_CATEGORIES, COL_CATEGORIES, CARD_CATEGORIES, STACK_CATEGORIES, SECTION_CATEGORIES, DIVIDER_CATEGORIES, CONTAINER_CATEGORIES, TYPOGRAPHY_CATEGORIES, LIST_CATEGORIES, CHECKBOX_CATEGORIES, LABEL_CATEGORIES, IMG_CATEGORIES, INPUT_CATEGORIES } from './keys';
|
|
3
1
|
/**
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
2
|
+
* Base prop interfaces - manually maintained
|
|
3
|
+
*
|
|
4
|
+
* Each prop interface is defined in its own file for better organization.
|
|
5
|
+
* Component-specific props (ButtonProps, BadgeProps, etc.) are defined
|
|
6
|
+
* in their respective component files (button.tsx, badge.tsx, etc.)
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
export
|
|
33
|
-
export
|
|
34
|
-
export
|
|
35
|
-
export
|
|
36
|
-
|
|
37
|
-
};
|
|
38
|
-
export type RowProps = (Base & React.HTMLAttributes<HTMLDivElement>) & Cats<typeof ROW_CATEGORIES> & {
|
|
39
|
-
tag?: React.ElementType;
|
|
40
|
-
};
|
|
41
|
-
export type ColProps = (Base & React.HTMLAttributes<HTMLDivElement>) & Cats<typeof COL_CATEGORIES> & {
|
|
42
|
-
tag?: React.ElementType;
|
|
43
|
-
};
|
|
44
|
-
export type CardProps = (Base & React.HTMLAttributes<HTMLDivElement>) & Cats<typeof CARD_CATEGORIES> & {
|
|
45
|
-
tag?: React.ElementType;
|
|
46
|
-
};
|
|
47
|
-
export type StackProps = (Base & React.HTMLAttributes<HTMLDivElement>) & Cats<typeof STACK_CATEGORIES> & {
|
|
48
|
-
tag?: React.ElementType;
|
|
49
|
-
};
|
|
50
|
-
export type SectionProps = (Base & React.HTMLAttributes<HTMLDivElement>) & Cats<typeof SECTION_CATEGORIES> & {
|
|
51
|
-
tag?: React.ElementType;
|
|
52
|
-
};
|
|
53
|
-
export type ContainerProps = (Base & React.HTMLAttributes<HTMLDivElement>) & Cats<typeof CONTAINER_CATEGORIES> & {
|
|
54
|
-
tag?: React.ElementType;
|
|
55
|
-
};
|
|
56
|
-
export type TypographyProps<E extends React.ElementType = "span"> = TagOrHref<E, Base & Cats<typeof TYPOGRAPHY_CATEGORIES>>;
|
|
57
|
-
export type DividerProps = (Base & React.HTMLAttributes<HTMLDivElement>) & Cats<typeof DIVIDER_CATEGORIES> & {
|
|
58
|
-
tag?: React.ElementType;
|
|
59
|
-
};
|
|
60
|
-
export type CodeProps = (Base & React.HTMLAttributes<HTMLElement>) & Cats<typeof CODE_CATEGORIES> & {
|
|
61
|
-
tag?: React.ElementType;
|
|
62
|
-
};
|
|
63
|
-
export type ListProps = (Base & React.HTMLAttributes<HTMLElement>) & Cats<typeof LIST_CATEGORIES> & {
|
|
64
|
-
tag?: React.ElementType;
|
|
65
|
-
};
|
|
66
|
-
export type CheckboxProps = (Base & React.InputHTMLAttributes<HTMLInputElement>) & Cats<typeof CHECKBOX_CATEGORIES> & {
|
|
67
|
-
tag?: React.ElementType;
|
|
68
|
-
};
|
|
69
|
-
export type LabelProps = (Base & React.LabelHTMLAttributes<HTMLLabelElement>) & Cats<typeof LABEL_CATEGORIES> & {
|
|
70
|
-
tag?: React.ElementType;
|
|
71
|
-
};
|
|
72
|
-
export type ImgProps = (Base & React.ImgHTMLAttributes<HTMLImageElement>) & Cats<typeof IMG_CATEGORIES> & {
|
|
73
|
-
tag?: React.ElementType;
|
|
74
|
-
};
|
|
75
|
-
export type InputProps = (Base & React.InputHTMLAttributes<HTMLInputElement>) & Cats<typeof INPUT_CATEGORIES> & {
|
|
76
|
-
tag?: React.ElementType;
|
|
77
|
-
};
|
|
78
|
-
export {};
|
|
8
|
+
export * from './baseProps';
|
|
9
|
+
export * from './sizeProps';
|
|
10
|
+
export * from './appearanceProps';
|
|
11
|
+
export * from './variantProps';
|
|
12
|
+
export * from './transparentProps';
|
|
13
|
+
export * from './shapeProps';
|
|
14
|
+
export * from './fontFamilyProps';
|
|
15
|
+
export * from './fontWeightProps';
|
|
16
|
+
export * from './fontStyleProps';
|
|
17
|
+
export * from './textDecorationProps';
|
|
18
|
+
export * from './textTransformProps';
|
|
19
|
+
export * from './textAlignProps';
|
|
20
|
+
export * from './paddingProps';
|
|
21
|
+
export * from './gapProps';
|
|
22
|
+
export * from './borderProps';
|
|
23
|
+
export * from './shadowProps';
|
|
24
|
+
export * from './ringProps';
|
|
25
|
+
export * from './focusVisibleProps';
|
|
26
|
+
export * from './itemsProps';
|
|
27
|
+
export * from './justifyProps';
|
|
28
|
+
export * from './flexDirectionProps';
|
|
29
|
+
export * from './reverseProps';
|
|
30
|
+
export * from './wrapProps';
|
|
31
|
+
export * from './displayProps';
|
|
32
|
+
export * from './positionProps';
|
|
33
|
+
export * from './overflowProps';
|
|
34
|
+
export * from './breakpointProps';
|
|
35
|
+
export * from './hideProps';
|
|
36
|
+
export * from './listStyleProps';
|
|
79
37
|
//# sourceMappingURL=props.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/props.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/props.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,cAAc,aAAa,CAAC;AAG5B,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAG7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AAGjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AAGpC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAG5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAGhC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAG5B,cAAc,kBAAkB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reverse.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/reverse.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"reverse.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/reverse.ts"],"names":[],"mappings":"AAAA,kCAAkC;AAClC,eAAO,MAAM,cAAc,sBAAuB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reverseProps.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/reverseProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,YAAY;IAC3B,oCAAoC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/** Show ring - adds decorative ring/outline border around element */
|
|
2
|
-
export declare const RING: "ring";
|
|
3
|
-
/** Hide ring - removes ring/outline border styling */
|
|
4
|
-
export declare const NO_RING: "noRing";
|
|
5
1
|
/** All ring property values */
|
|
6
2
|
export declare const RING_VALUES: readonly ["ring", "noRing"];
|
|
7
3
|
//# sourceMappingURL=ring.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ring.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/ring.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"ring.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/ring.ts"],"names":[],"mappings":"AAAA,+BAA+B;AAC/B,eAAO,MAAM,WAAW,6BAA8B,CAAC"}
|