@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.
- 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/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/borderProps.d.ts +22 -0
- package/dist/components/ui/props/borderProps.d.ts.map +1 -0
- 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/displayProps.d.ts +28 -0
- package/dist/components/ui/props/displayProps.d.ts.map +1 -0
- 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/focusVisibleProps.d.ts +10 -0
- package/dist/components/ui/props/focusVisibleProps.d.ts.map +1 -0
- 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/fontStyleProps.d.ts +10 -0
- package/dist/components/ui/props/fontStyleProps.d.ts.map +1 -0
- 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/gapProps.d.ts +10 -0
- package/dist/components/ui/props/gapProps.d.ts.map +1 -0
- 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/itemsProps.d.ts +16 -0
- package/dist/components/ui/props/itemsProps.d.ts.map +1 -0
- 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/keys.d.ts +4 -28
- package/dist/components/ui/props/keys.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/overflowProps.d.ts +36 -0
- package/dist/components/ui/props/overflowProps.d.ts.map +1 -0
- 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/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/reverseProps.d.ts +8 -0
- package/dist/components/ui/props/reverseProps.d.ts.map +1 -0
- 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/shadowProps.d.ts +10 -0
- package/dist/components/ui/props/shadowProps.d.ts.map +1 -0
- 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/sizeProps.d.ts +16 -0
- package/dist/components/ui/props/sizeProps.d.ts.map +1 -0
- 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/textDecorationProps.d.ts +14 -0
- package/dist/components/ui/props/textDecorationProps.d.ts.map +1 -0
- 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/transparentProps.d.ts +8 -0
- package/dist/components/ui/props/transparentProps.d.ts.map +1 -0
- 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/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/appearance/appearanceTheme.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 +38 -750
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +37 -902
- package/dist/index.js.map +1 -1
- package/package.json +2 -3
- package/dist/components/ui/props/appearance.d.ts +0 -23
- package/dist/components/ui/props/appearance.d.ts.map +0 -1
- package/dist/components/ui/props/border.d.ts +0 -23
- package/dist/components/ui/props/border.d.ts.map +0 -1
- package/dist/components/ui/props/breakpoint.d.ts +0 -11
- package/dist/components/ui/props/breakpoint.d.ts.map +0 -1
- package/dist/components/ui/props/display.d.ts +0 -25
- package/dist/components/ui/props/display.d.ts.map +0 -1
- package/dist/components/ui/props/flexDirection.d.ts +0 -11
- package/dist/components/ui/props/flexDirection.d.ts.map +0 -1
- package/dist/components/ui/props/focusVisible.d.ts +0 -7
- package/dist/components/ui/props/focusVisible.d.ts.map +0 -1
- package/dist/components/ui/props/fontFamily.d.ts +0 -9
- package/dist/components/ui/props/fontFamily.d.ts.map +0 -1
- package/dist/components/ui/props/fontStyle.d.ts +0 -7
- package/dist/components/ui/props/fontStyle.d.ts.map +0 -1
- package/dist/components/ui/props/fontWeight.d.ts +0 -21
- package/dist/components/ui/props/fontWeight.d.ts.map +0 -1
- package/dist/components/ui/props/gap.d.ts +0 -7
- package/dist/components/ui/props/gap.d.ts.map +0 -1
- package/dist/components/ui/props/hide.d.ts +0 -11
- package/dist/components/ui/props/hide.d.ts.map +0 -1
- package/dist/components/ui/props/items.d.ts +0 -13
- package/dist/components/ui/props/items.d.ts.map +0 -1
- package/dist/components/ui/props/justify.d.ts +0 -19
- package/dist/components/ui/props/justify.d.ts.map +0 -1
- package/dist/components/ui/props/listStyle.d.ts +0 -7
- package/dist/components/ui/props/listStyle.d.ts.map +0 -1
- package/dist/components/ui/props/overflow.d.ts +0 -33
- package/dist/components/ui/props/overflow.d.ts.map +0 -1
- package/dist/components/ui/props/padding.d.ts +0 -7
- package/dist/components/ui/props/padding.d.ts.map +0 -1
- package/dist/components/ui/props/position.d.ts +0 -13
- package/dist/components/ui/props/position.d.ts.map +0 -1
- package/dist/components/ui/props/reverse.d.ts +0 -5
- package/dist/components/ui/props/reverse.d.ts.map +0 -1
- package/dist/components/ui/props/ring.d.ts +0 -7
- package/dist/components/ui/props/ring.d.ts.map +0 -1
- package/dist/components/ui/props/shadow.d.ts +0 -7
- package/dist/components/ui/props/shadow.d.ts.map +0 -1
- package/dist/components/ui/props/shape.d.ts +0 -9
- package/dist/components/ui/props/shape.d.ts.map +0 -1
- package/dist/components/ui/props/size.d.ts +0 -13
- package/dist/components/ui/props/size.d.ts.map +0 -1
- package/dist/components/ui/props/textAlign.d.ts +0 -11
- package/dist/components/ui/props/textAlign.d.ts.map +0 -1
- package/dist/components/ui/props/textDecoration.d.ts +0 -11
- package/dist/components/ui/props/textDecoration.d.ts.map +0 -1
- package/dist/components/ui/props/textTransform.d.ts +0 -11
- package/dist/components/ui/props/textTransform.d.ts.map +0 -1
- package/dist/components/ui/props/transparent.d.ts +0 -5
- package/dist/components/ui/props/transparent.d.ts.map +0 -1
- package/dist/components/ui/props/variant.d.ts +0 -7
- package/dist/components/ui/props/variant.d.ts.map +0 -1
- package/dist/components/ui/props/wrap.d.ts +0 -9
- package/dist/components/ui/props/wrap.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaneui/ui",
|
|
3
|
-
"version": "0.3.1-alpha.
|
|
3
|
+
"version": "0.3.1-alpha.20251201135827.a31cb1e",
|
|
4
4
|
"description": "A simple and lightweight UI component library for React, built with Tailwind CSS.",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -45,9 +45,8 @@
|
|
|
45
45
|
"clean": "rimraf dist",
|
|
46
46
|
"type-check": "tsc --noEmit",
|
|
47
47
|
"lint": "eslint src playground --ext .ts,.tsx",
|
|
48
|
-
"docs:generate": "tsx scripts/generateComponentDocs.ts",
|
|
49
48
|
"build:declarations": "tsc --project tsconfig.build.json --emitDeclarationOnly",
|
|
50
|
-
"build:js": "npm run
|
|
49
|
+
"build:js": "npm run type-check && npm run lint && npm run clean && rollup -c --bundleConfigAsCjs && npm run build:declarations",
|
|
51
50
|
"build:css:vars": "npx @tailwindcss/cli -i src/components/css/vars.css -o ./dist/vars.css",
|
|
52
51
|
"build:css:ui": "npx @tailwindcss/cli -i src/components/index.css -o ./dist/ui.css",
|
|
53
52
|
"build": "npm run clean && npm run build:js && npm run build:css:ui && npm run build:css:vars",
|
|
@@ -1,23 +0,0 @@
|
|
|
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
|
-
/** All appearance property values */
|
|
22
|
-
export declare const APPEARANCE_VALUES: readonly ["default", "accent", "primary", "secondary", "tertiary", "success", "danger", "warning", "info", "link"];
|
|
23
|
-
//# sourceMappingURL=appearance.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"appearance.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/appearance.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,eAAO,MAAM,OAAO,EAAG,SAAkB,CAAC;AAC1C,uFAAuF;AACvF,eAAO,MAAM,MAAM,EAAG,QAAiB,CAAC;AACxC,oFAAoF;AACpF,eAAO,MAAM,OAAO,EAAG,SAAkB,CAAC;AAC1C,mFAAmF;AACnF,eAAO,MAAM,SAAS,EAAG,WAAoB,CAAC;AAC9C,kFAAkF;AAClF,eAAO,MAAM,QAAQ,EAAG,UAAmB,CAAC;AAC5C,oFAAoF;AACpF,eAAO,MAAM,OAAO,EAAG,SAAkB,CAAC;AAC1C,uFAAuF;AACvF,eAAO,MAAM,MAAM,EAAG,QAAiB,CAAC;AACxC,iFAAiF;AACjF,eAAO,MAAM,OAAO,EAAG,SAAkB,CAAC;AAC1C,gFAAgF;AAChF,eAAO,MAAM,IAAI,EAAG,MAAe,CAAC;AACpC,qFAAqF;AACrF,eAAO,MAAM,IAAI,EAAG,MAAe,CAAC;AAEpC,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,oHAAiG,CAAC"}
|
|
@@ -1,23 +0,0 @@
|
|
|
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
|
-
/** Hide border - removes border styling (overrides appearance colors) */
|
|
16
|
-
export declare const NO_BORDER: "noBorder";
|
|
17
|
-
/** All border property values - includes all border variations and noBorder */
|
|
18
|
-
export declare const BORDER_VALUES: readonly ["border", "borderT", "borderB", "borderL", "borderR", "borderX", "borderY", "noBorder"];
|
|
19
|
-
/** All border side keys (excluding noBorder since it doesn't have a CSS class) */
|
|
20
|
-
export declare const BORDER_KEYS: readonly ["border", "borderT", "borderB", "borderL", "borderR", "borderX", "borderY"];
|
|
21
|
-
/** Type for all border side keys (excluding noBorder) */
|
|
22
|
-
export type BorderKey = typeof BORDER_KEYS[number];
|
|
23
|
-
//# sourceMappingURL=border.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"border.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/border.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,eAAO,MAAM,MAAM,EAAG,QAAiB,CAAC;AACxC,sBAAsB;AACtB,eAAO,MAAM,QAAQ,EAAG,SAAkB,CAAC;AAC3C,yBAAyB;AACzB,eAAO,MAAM,QAAQ,EAAG,SAAkB,CAAC;AAC3C,uBAAuB;AACvB,eAAO,MAAM,QAAQ,EAAG,SAAkB,CAAC;AAC3C,wBAAwB;AACxB,eAAO,MAAM,QAAQ,EAAG,SAAkB,CAAC;AAC3C,+CAA+C;AAC/C,eAAO,MAAM,QAAQ,EAAG,SAAkB,CAAC;AAC3C,6CAA6C;AAC7C,eAAO,MAAM,QAAQ,EAAG,SAAkB,CAAC;AAE3C,yEAAyE;AACzE,eAAO,MAAM,SAAS,EAAG,UAAmB,CAAC;AAE7C,+EAA+E;AAC/E,eAAO,MAAM,aAAa,mGAA2F,CAAC;AAEtH,kFAAkF;AAClF,eAAO,MAAM,WAAW,uFAAgF,CAAC;AAEzG,yDAAyD;AACzD,MAAM,MAAM,SAAS,GAAG,OAAO,WAAW,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
/** All breakpoint property values */
|
|
10
|
-
export declare const BREAKPOINT_VALUES: readonly ["mobileCol", "tabletCol", "laptopCol", "desktopCol"];
|
|
11
|
-
//# sourceMappingURL=breakpoint.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"breakpoint.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/breakpoint.ts"],"names":[],"mappings":"AAAA,+FAA+F;AAC/F,eAAO,MAAM,UAAU,EAAG,WAAoB,CAAC;AAC/C,+FAA+F;AAC/F,eAAO,MAAM,UAAU,EAAG,WAAoB,CAAC;AAC/C,+FAA+F;AAC/F,eAAO,MAAM,UAAU,EAAG,WAAoB,CAAC;AAC/C,kGAAkG;AAClG,eAAO,MAAM,WAAW,EAAG,YAAqB,CAAC;AAEjD,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,gEAA6D,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
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
|
-
/** All display property values */
|
|
24
|
-
export declare const DISPLAY_VALUES: readonly ["inline", "block", "inlineBlock", "flex", "inlineFlex", "grid", "inlineGrid", "contents", "table", "tableCell", "hidden"];
|
|
25
|
-
//# sourceMappingURL=display.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"display.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/display.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,eAAO,MAAM,MAAM,EAAG,QAAiB,CAAC;AACxC,iDAAiD;AACjD,eAAO,MAAM,KAAK,EAAG,OAAgB,CAAC;AACtC,8DAA8D;AAC9D,eAAO,MAAM,YAAY,EAAG,aAAsB,CAAC;AACnD,uCAAuC;AACvC,eAAO,MAAM,IAAI,EAAG,MAAe,CAAC;AACpC,qDAAqD;AACrD,eAAO,MAAM,WAAW,EAAG,YAAqB,CAAC;AACjD,wCAAwC;AACxC,eAAO,MAAM,IAAI,EAAG,MAAe,CAAC;AACpC,kDAAkD;AAClD,eAAO,MAAM,WAAW,EAAG,YAAqB,CAAC;AACjD,8FAA8F;AAC9F,eAAO,MAAM,QAAQ,EAAG,UAAmB,CAAC;AAC5C,iDAAiD;AACjD,eAAO,MAAM,KAAK,EAAG,OAAgB,CAAC;AACtC,mDAAmD;AACnD,eAAO,MAAM,UAAU,EAAG,WAAoB,CAAC;AAC/C,8CAA8C;AAC9C,eAAO,MAAM,MAAM,EAAG,QAAiB,CAAC;AAExC,kCAAkC;AAClC,eAAO,MAAM,cAAc,qIAAoH,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
/** All flex direction property values */
|
|
10
|
-
export declare const FLEX_DIRECTION_VALUES: readonly ["row", "column", "rowReverse", "columnReverse"];
|
|
11
|
-
//# sourceMappingURL=flexDirection.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"flexDirection.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/flexDirection.ts"],"names":[],"mappings":"AAAA,gDAAgD;AAChD,eAAO,MAAM,GAAG,EAAG,KAAc,CAAC;AAClC,8CAA8C;AAC9C,eAAO,MAAM,MAAM,EAAG,QAAiB,CAAC;AACxC,yDAAyD;AACzD,eAAO,MAAM,WAAW,EAAG,YAAqB,CAAC;AACjD,uDAAuD;AACvD,eAAO,MAAM,cAAc,EAAG,eAAwB,CAAC;AAEvD,yCAAyC;AACzC,eAAO,MAAM,qBAAqB,2DAAsD,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
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
|
-
/** All focusVisible property values */
|
|
6
|
-
export declare const FOCUS_VISIBLE_VALUES: readonly ["focusVisible", "noFocusVisible"];
|
|
7
|
-
//# sourceMappingURL=focusVisible.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"focusVisible.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/focusVisible.ts"],"names":[],"mappings":"AAAA,wFAAwF;AACxF,eAAO,MAAM,qBAAqB,EAAG,cAAuB,CAAC;AAC7D,yEAAyE;AACzE,eAAO,MAAM,wBAAwB,EAAG,gBAAyB,CAAC;AAElE,uCAAuC;AACvC,eAAO,MAAM,oBAAoB,6CAA6D,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
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
|
-
/** All font family property values */
|
|
8
|
-
export declare const FONT_FAMILY_VALUES: readonly ["sans", "serif", "mono"];
|
|
9
|
-
//# sourceMappingURL=fontFamily.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fontFamily.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/fontFamily.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,eAAO,MAAM,IAAI,EAAG,MAAe,CAAC;AACpC,6EAA6E;AAC7E,eAAO,MAAM,KAAK,EAAG,OAAgB,CAAC;AACtC,qEAAqE;AACrE,eAAO,MAAM,IAAI,EAAG,MAAe,CAAC;AAEpC,sCAAsC;AACtC,eAAO,MAAM,kBAAkB,oCAA+B,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
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
|
-
/** All font style property values */
|
|
6
|
-
export declare const FONT_STYLE_VALUES: readonly ["italic", "notItalic"];
|
|
7
|
-
//# sourceMappingURL=fontStyle.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fontStyle.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/fontStyle.ts"],"names":[],"mappings":"AAAA,+CAA+C;AAC/C,eAAO,MAAM,MAAM,EAAG,QAAiB,CAAC;AACxC,4DAA4D;AAC5D,eAAO,MAAM,UAAU,EAAG,WAAoB,CAAC;AAE/C,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,kCAAgC,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
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
|
-
/** All font weight property values */
|
|
20
|
-
export declare const FONT_WEIGHT_VALUES: readonly ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"];
|
|
21
|
-
//# sourceMappingURL=fontWeight.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fontWeight.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/fontWeight.ts"],"names":[],"mappings":"AAAA,8CAA8C;AAC9C,eAAO,MAAM,IAAI,EAAG,MAAe,CAAC;AACpC,qDAAqD;AACrD,eAAO,MAAM,UAAU,EAAG,YAAqB,CAAC;AAChD,+CAA+C;AAC/C,eAAO,MAAM,KAAK,EAAG,OAAgB,CAAC;AACtC,0DAA0D;AAC1D,eAAO,MAAM,MAAM,EAAG,QAAiB,CAAC;AACxC,gDAAgD;AAChD,eAAO,MAAM,MAAM,EAAG,QAAiB,CAAC;AACxC,kDAAkD;AAClD,eAAO,MAAM,QAAQ,EAAG,UAAmB,CAAC;AAC5C,8CAA8C;AAC9C,eAAO,MAAM,IAAI,EAAG,MAAe,CAAC;AACpC,oDAAoD;AACpD,eAAO,MAAM,SAAS,EAAG,WAAoB,CAAC;AAC9C,0DAA0D;AAC1D,eAAO,MAAM,KAAK,EAAG,OAAgB,CAAC;AAEtC,sCAAsC;AACtC,eAAO,MAAM,kBAAkB,wGAAuF,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
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
|
-
/** All gap property values */
|
|
6
|
-
export declare const GAP_VALUES: readonly ["gap", "noGap"];
|
|
7
|
-
//# sourceMappingURL=gap.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gap.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/gap.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAC/E,eAAO,MAAM,GAAG,EAAG,KAAc,CAAC;AAClC,+DAA+D;AAC/D,eAAO,MAAM,MAAM,EAAG,OAAgB,CAAC;AAEvC,8BAA8B;AAC9B,eAAO,MAAM,UAAU,2BAAyB,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
/** All hide property values */
|
|
10
|
-
export declare const HIDE_VALUES: readonly ["mobileHide", "tabletHide", "laptopHide", "desktopHide"];
|
|
11
|
-
//# sourceMappingURL=hide.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hide.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/hide.ts"],"names":[],"mappings":"AAAA,mEAAmE;AACnE,eAAO,MAAM,WAAW,EAAG,YAAqB,CAAC;AACjD,mEAAmE;AACnE,eAAO,MAAM,WAAW,EAAG,YAAqB,CAAC;AACjD,mEAAmE;AACnE,eAAO,MAAM,WAAW,EAAG,YAAqB,CAAC;AACjD,qEAAqE;AACrE,eAAO,MAAM,YAAY,EAAG,aAAsB,CAAC;AAEnD,+BAA+B;AAC/B,eAAO,MAAM,WAAW,oEAAiE,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
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
|
-
/** All items property values */
|
|
12
|
-
export declare const ITEMS_VALUES: readonly ["itemsStart", "itemsEnd", "itemsCenter", "itemsBaseline", "itemsStretch"];
|
|
13
|
-
//# sourceMappingURL=items.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"items.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/items.ts"],"names":[],"mappings":"AAAA,iDAAiD;AACjD,eAAO,MAAM,WAAW,EAAG,YAAqB,CAAC;AACjD,+CAA+C;AAC/C,eAAO,MAAM,SAAS,EAAG,UAAmB,CAAC;AAC7C,wCAAwC;AACxC,eAAO,MAAM,YAAY,EAAG,aAAsB,CAAC;AACnD,uCAAuC;AACvC,eAAO,MAAM,cAAc,EAAG,eAAwB,CAAC;AACvD,2CAA2C;AAC3C,eAAO,MAAM,aAAa,EAAG,cAAuB,CAAC;AAErD,gCAAgC;AAChC,eAAO,MAAM,YAAY,qFAAiF,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
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
|
-
/** All justify property values */
|
|
18
|
-
export declare const JUSTIFY_VALUES: readonly ["justifyStart", "justifyEnd", "justifyCenter", "justifyBetween", "justifyAround", "justifyEvenly", "justifyStretch", "justifyBaseline"];
|
|
19
|
-
//# sourceMappingURL=justify.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"justify.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/justify.ts"],"names":[],"mappings":"AAAA,mDAAmD;AACnD,eAAO,MAAM,aAAa,EAAG,cAAuB,CAAC;AACrD,iDAAiD;AACjD,eAAO,MAAM,WAAW,EAAG,YAAqB,CAAC;AACjD,uCAAuC;AACvC,eAAO,MAAM,cAAc,EAAG,eAAwB,CAAC;AACvD,+CAA+C;AAC/C,eAAO,MAAM,eAAe,EAAG,gBAAyB,CAAC;AACzD,8CAA8C;AAC9C,eAAO,MAAM,cAAc,EAAG,eAAwB,CAAC;AACvD,oDAAoD;AACpD,eAAO,MAAM,cAAc,EAAG,eAAwB,CAAC;AACvD,0CAA0C;AAC1C,eAAO,MAAM,eAAe,EAAG,gBAAyB,CAAC;AACzD,oDAAoD;AACpD,eAAO,MAAM,gBAAgB,EAAG,iBAA0B,CAAC;AAE3D,kCAAkC;AAClC,eAAO,MAAM,cAAc,mJAA4I,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
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
|
-
/** All list style property values */
|
|
6
|
-
export declare const LIST_STYLE_VALUES: readonly ["disc", "decimal"];
|
|
7
|
-
//# sourceMappingURL=listStyle.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"listStyle.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/listStyle.ts"],"names":[],"mappings":"AAAA,2DAA2D;AAC3D,eAAO,MAAM,IAAI,EAAG,MAAe,CAAC;AACpC,yDAAyD;AACzD,eAAO,MAAM,OAAO,EAAG,SAAkB,CAAC;AAE1C,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,8BAA2B,CAAC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
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
|
-
/** All overflow property values */
|
|
32
|
-
export declare const OVERFLOW_VALUES: readonly ["overflowAuto", "overflowHidden", "overflowClip", "overflowVisible", "overflowScroll", "overflowXAuto", "overflowYAuto", "overflowXHidden", "overflowYHidden", "overflowXClip", "overflowYClip", "overflowXVisible", "overflowYVisible", "overflowXScroll", "overflowYScroll"];
|
|
33
|
-
//# sourceMappingURL=overflow.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"overflow.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/overflow.ts"],"names":[],"mappings":"AAAA,gDAAgD;AAChD,eAAO,MAAM,aAAa,EAAG,cAAuB,CAAC;AACrD,wDAAwD;AACxD,eAAO,MAAM,eAAe,EAAG,gBAAyB,CAAC;AACzD,mDAAmD;AACnD,eAAO,MAAM,aAAa,EAAG,cAAuB,CAAC;AACrD,uDAAuD;AACvD,eAAO,MAAM,gBAAgB,EAAG,iBAA0B,CAAC;AAC3D,+CAA+C;AAC/C,eAAO,MAAM,eAAe,EAAG,gBAAyB,CAAC;AACzD,mCAAmC;AACnC,eAAO,MAAM,eAAe,EAAG,eAAwB,CAAC;AACxD,mCAAmC;AACnC,eAAO,MAAM,eAAe,EAAG,eAAwB,CAAC;AACxD,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,EAAG,iBAA0B,CAAC;AAC5D,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,EAAG,iBAA0B,CAAC;AAC5D,mCAAmC;AACnC,eAAO,MAAM,eAAe,EAAG,eAAwB,CAAC;AACxD,mCAAmC;AACnC,eAAO,MAAM,eAAe,EAAG,eAAwB,CAAC;AACxD,sCAAsC;AACtC,eAAO,MAAM,kBAAkB,EAAG,kBAA2B,CAAC;AAC9D,sCAAsC;AACtC,eAAO,MAAM,kBAAkB,EAAG,kBAA2B,CAAC;AAC9D,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,EAAG,iBAA0B,CAAC;AAC5D,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,EAAG,iBAA0B,CAAC;AAE5D,mCAAmC;AACnC,eAAO,MAAM,eAAe,0RAKlB,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
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
|
-
/** All padding property values */
|
|
6
|
-
export declare const PADDING_VALUES: readonly ["padding", "noPadding"];
|
|
7
|
-
//# sourceMappingURL=padding.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"padding.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/padding.ts"],"names":[],"mappings":"AAAA,oEAAoE;AACpE,eAAO,MAAM,OAAO,EAAG,SAAkB,CAAC;AAC1C,oDAAoD;AACpD,eAAO,MAAM,UAAU,EAAG,WAAoB,CAAC;AAE/C,kCAAkC;AAClC,eAAO,MAAM,cAAc,mCAAiC,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
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
|
-
/** All position property values */
|
|
12
|
-
export declare const POSITION_VALUES: readonly ["relative", "absolute", "fixed", "sticky", "static"];
|
|
13
|
-
//# sourceMappingURL=position.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"position.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/position.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,eAAO,MAAM,QAAQ,EAAG,UAAmB,CAAC;AAC5C,sDAAsD;AACtD,eAAO,MAAM,QAAQ,EAAG,UAAmB,CAAC;AAC5C,0DAA0D;AAC1D,eAAO,MAAM,KAAK,EAAG,OAAgB,CAAC;AACtC,8DAA8D;AAC9D,eAAO,MAAM,MAAM,EAAG,QAAiB,CAAC;AACxC,0DAA0D;AAC1D,eAAO,MAAM,MAAM,EAAG,QAAiB,CAAC;AAExC,mCAAmC;AACnC,eAAO,MAAM,eAAe,gEAAuD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"reverse.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/reverse.ts"],"names":[],"mappings":"AAAA,uFAAuF;AACvF,eAAO,MAAM,OAAO,EAAG,SAAkB,CAAC;AAE1C,kCAAkC;AAClC,eAAO,MAAM,cAAc,sBAAqB,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
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
|
-
/** All ring property values */
|
|
6
|
-
export declare const RING_VALUES: readonly ["ring", "noRing"];
|
|
7
|
-
//# sourceMappingURL=ring.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ring.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/ring.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,eAAO,MAAM,IAAI,EAAG,MAAe,CAAC;AACpC,sDAAsD;AACtD,eAAO,MAAM,OAAO,EAAG,QAAiB,CAAC;AAEzC,+BAA+B;AAC/B,eAAO,MAAM,WAAW,6BAA2B,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/** Enable drop shadow - adds size-responsive shadow styling */
|
|
2
|
-
export declare const SHADOW: "shadow";
|
|
3
|
-
/** Disable drop shadow - removes all shadow styling */
|
|
4
|
-
export declare const NO_SHADOW: "noShadow";
|
|
5
|
-
/** All shadow property values */
|
|
6
|
-
export declare const SHADOW_VALUES: readonly ["shadow", "noShadow"];
|
|
7
|
-
//# sourceMappingURL=shadow.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"shadow.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/shadow.ts"],"names":[],"mappings":"AAAA,+DAA+D;AAC/D,eAAO,MAAM,MAAM,EAAG,QAAiB,CAAC;AACxC,uDAAuD;AACvD,eAAO,MAAM,SAAS,EAAG,UAAmB,CAAC;AAE7C,iCAAiC;AACjC,eAAO,MAAM,aAAa,iCAA+B,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** Pill shape - fully rounded corners (rounded-full) */
|
|
2
|
-
export declare const PILL: "pill";
|
|
3
|
-
/** Sharp shape - no border radius (rounded-none) */
|
|
4
|
-
export declare const SHARP: "sharp";
|
|
5
|
-
/** Rounded shape - size-responsive border radius (varies by component size) */
|
|
6
|
-
export declare const ROUNDED: "rounded";
|
|
7
|
-
/** All shape property values */
|
|
8
|
-
export declare const SHAPE_VALUES: readonly ["pill", "sharp", "rounded"];
|
|
9
|
-
//# sourceMappingURL=shape.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"shape.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/shape.ts"],"names":[],"mappings":"AAAA,wDAAwD;AACxD,eAAO,MAAM,IAAI,EAAG,MAAe,CAAC;AACpC,oDAAoD;AACpD,eAAO,MAAM,KAAK,EAAG,OAAgB,CAAC;AACtC,+EAA+E;AAC/E,eAAO,MAAM,OAAO,EAAG,SAAkB,CAAC;AAE1C,gCAAgC;AAChC,eAAO,MAAM,YAAY,uCAAkC,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/** Extra small size - affects padding, font-size, border-radius, and spacing */
|
|
2
|
-
export declare const XS: "xs";
|
|
3
|
-
/** Small size - affects padding, font-size, border-radius, and spacing */
|
|
4
|
-
export declare const SM: "sm";
|
|
5
|
-
/** Medium size (default) - affects padding, font-size, border-radius, and spacing */
|
|
6
|
-
export declare const MD: "md";
|
|
7
|
-
/** Large size - affects padding, font-size, border-radius, and spacing */
|
|
8
|
-
export declare const LG: "lg";
|
|
9
|
-
/** Extra large size - affects padding, font-size, border-radius, and spacing */
|
|
10
|
-
export declare const XL: "xl";
|
|
11
|
-
/** All size property values */
|
|
12
|
-
export declare const SIZE_VALUES: readonly ["xs", "sm", "md", "lg", "xl"];
|
|
13
|
-
//# sourceMappingURL=size.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"size.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/size.ts"],"names":[],"mappings":"AAAA,gFAAgF;AAChF,eAAO,MAAM,EAAE,EAAG,IAAa,CAAC;AAChC,0EAA0E;AAC1E,eAAO,MAAM,EAAE,EAAG,IAAa,CAAC;AAChC,qFAAqF;AACrF,eAAO,MAAM,EAAE,EAAG,IAAa,CAAC;AAChC,0EAA0E;AAC1E,eAAO,MAAM,EAAE,EAAG,IAAa,CAAC;AAChC,gFAAgF;AAChF,eAAO,MAAM,EAAE,EAAG,IAAa,CAAC;AAEhC,+BAA+B;AAC/B,eAAO,MAAM,WAAW,yCAAgC,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/** Left-aligned text */
|
|
2
|
-
export declare const TEXT_LEFT: "textLeft";
|
|
3
|
-
/** Center-aligned text */
|
|
4
|
-
export declare const TEXT_CENTER: "textCenter";
|
|
5
|
-
/** Right-aligned text */
|
|
6
|
-
export declare const TEXT_RIGHT: "textRight";
|
|
7
|
-
/** Justified text */
|
|
8
|
-
export declare const TEXT_JUSTIFY: "textJustify";
|
|
9
|
-
/** All text align property values */
|
|
10
|
-
export declare const TEXT_ALIGN_VALUES: readonly ["textLeft", "textCenter", "textRight", "textJustify"];
|
|
11
|
-
//# sourceMappingURL=textAlign.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"textAlign.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/textAlign.ts"],"names":[],"mappings":"AAAA,wBAAwB;AACxB,eAAO,MAAM,SAAS,EAAG,UAAmB,CAAC;AAC7C,0BAA0B;AAC1B,eAAO,MAAM,WAAW,EAAG,YAAqB,CAAC;AACjD,yBAAyB;AACzB,eAAO,MAAM,UAAU,EAAG,WAAoB,CAAC;AAC/C,qBAAqB;AACrB,eAAO,MAAM,YAAY,EAAG,aAAsB,CAAC;AAEnD,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,iEAA8D,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/** Add underline decoration below text */
|
|
2
|
-
export declare const UNDERLINE: "underline";
|
|
3
|
-
/** Add strikethrough/line-through decoration across text */
|
|
4
|
-
export declare const LINE_THROUGH: "lineThrough";
|
|
5
|
-
/** Remove text decoration (no underline, strikethrough, etc.) */
|
|
6
|
-
export declare const NO_UNDERLINE: "noUnderline";
|
|
7
|
-
/** Add overline decoration above text */
|
|
8
|
-
export declare const OVERLINE: "overline";
|
|
9
|
-
/** All text decoration property values */
|
|
10
|
-
export declare const TEXT_DECORATION_VALUES: readonly ["underline", "lineThrough", "noUnderline", "overline"];
|
|
11
|
-
//# sourceMappingURL=textDecoration.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"textDecoration.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/textDecoration.ts"],"names":[],"mappings":"AAAA,0CAA0C;AAC1C,eAAO,MAAM,SAAS,EAAG,WAAoB,CAAC;AAC9C,4DAA4D;AAC5D,eAAO,MAAM,YAAY,EAAG,aAAsB,CAAC;AACnD,iEAAiE;AACjE,eAAO,MAAM,YAAY,EAAG,aAAsB,CAAC;AACnD,yCAAyC;AACzC,eAAO,MAAM,QAAQ,EAAG,UAAmB,CAAC;AAE5C,0CAA0C;AAC1C,eAAO,MAAM,sBAAsB,kEAA6D,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/** Transform text to UPPERCASE */
|
|
2
|
-
export declare const UPPERCASE: "uppercase";
|
|
3
|
-
/** Transform text to lowercase */
|
|
4
|
-
export declare const LOWERCASE: "lowercase";
|
|
5
|
-
/** Transform text to Capitalize Each Word */
|
|
6
|
-
export declare const CAPITALIZE: "capitalize";
|
|
7
|
-
/** Normal case - no transformation */
|
|
8
|
-
export declare const NORMAL_CASE: "normalCase";
|
|
9
|
-
/** All text transform property values */
|
|
10
|
-
export declare const TEXT_TRANSFORM_VALUES: readonly ["uppercase", "lowercase", "capitalize", "normalCase"];
|
|
11
|
-
//# sourceMappingURL=textTransform.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"textTransform.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/textTransform.ts"],"names":[],"mappings":"AAAA,kCAAkC;AAClC,eAAO,MAAM,SAAS,EAAG,WAAoB,CAAC;AAC9C,kCAAkC;AAClC,eAAO,MAAM,SAAS,EAAG,WAAoB,CAAC;AAC9C,6CAA6C;AAC7C,eAAO,MAAM,UAAU,EAAG,YAAqB,CAAC;AAChD,sCAAsC;AACtC,eAAO,MAAM,WAAW,EAAG,YAAqB,CAAC;AAEjD,yCAAyC;AACzC,eAAO,MAAM,qBAAqB,iEAA2D,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/** Make background transparent for layout/UI components or text transparent for typography components */
|
|
2
|
-
export declare const TRANSPARENT: "transparent";
|
|
3
|
-
/** All transparent property values */
|
|
4
|
-
export declare const TRANSPARENT_VALUES: readonly ["transparent"];
|
|
5
|
-
//# sourceMappingURL=transparent.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"transparent.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/transparent.ts"],"names":[],"mappings":"AAAA,yGAAyG;AACzG,eAAO,MAAM,WAAW,EAAG,aAAsB,CAAC;AAElD,sCAAsC;AACtC,eAAO,MAAM,kBAAkB,0BAAyB,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/** Filled variant - solid background with contrasting text color */
|
|
2
|
-
export declare const FILLED: "filled";
|
|
3
|
-
/** Outline variant - transparent background with border and colored text (default) */
|
|
4
|
-
export declare const OUTLINE: "outline";
|
|
5
|
-
/** All variant property values */
|
|
6
|
-
export declare const VARIANT_VALUES: readonly ["filled", "outline"];
|
|
7
|
-
//# sourceMappingURL=variant.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"variant.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/variant.ts"],"names":[],"mappings":"AAAA,oEAAoE;AACpE,eAAO,MAAM,MAAM,EAAG,QAAiB,CAAC;AACxC,sFAAsF;AACtF,eAAO,MAAM,OAAO,EAAG,SAAkB,CAAC;AAE1C,kCAAkC;AAClC,eAAO,MAAM,cAAc,gCAA6B,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** Allow flex items to wrap to new lines when container is too narrow */
|
|
2
|
-
export declare const FLEX_WRAP: "flexWrap";
|
|
3
|
-
/** Force flex items to stay on single line (may overflow) */
|
|
4
|
-
export declare const FLEX_NO_WRAP: "flexNoWrap";
|
|
5
|
-
/** Wrap flex items in reverse order (last items wrap first) */
|
|
6
|
-
export declare const FLEX_WRAP_REVERSE: "flexWrapReverse";
|
|
7
|
-
/** All wrap property values */
|
|
8
|
-
export declare const WRAP_VALUES: readonly ["flexWrap", "flexNoWrap", "flexWrapReverse"];
|
|
9
|
-
//# sourceMappingURL=wrap.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wrap.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/wrap.ts"],"names":[],"mappings":"AAAA,yEAAyE;AACzE,eAAO,MAAM,SAAS,EAAG,UAAmB,CAAC;AAC7C,6DAA6D;AAC7D,eAAO,MAAM,YAAY,EAAG,YAAqB,CAAC;AAClD,+DAA+D;AAC/D,eAAO,MAAM,iBAAiB,EAAG,iBAA0B,CAAC;AAE5D,+BAA+B;AAC/B,eAAO,MAAM,WAAW,wDAAwD,CAAC"}
|