@vaneui/ui 0.3.1-alpha.20250914202143.38eda80 → 0.3.1-alpha.20250916140129.7475230

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist/components/ui/classes/gapClasses.d.ts +3 -0
  2. package/dist/components/ui/classes/gapClasses.d.ts.map +1 -0
  3. package/dist/components/ui/props/border.d.ts +0 -18
  4. package/dist/components/ui/props/border.d.ts.map +1 -1
  5. package/dist/components/ui/theme/appearance/appearanceTheme.d.ts +10 -0
  6. package/dist/components/ui/theme/appearance/appearanceTheme.d.ts.map +1 -1
  7. package/dist/components/ui/theme/appearance/genericVariantTheme.d.ts +2 -0
  8. package/dist/components/ui/theme/appearance/genericVariantTheme.d.ts.map +1 -1
  9. package/dist/components/ui/theme/appearance/shadowAppearanceTheme.d.ts +10 -0
  10. package/dist/components/ui/theme/appearance/shadowAppearanceTheme.d.ts.map +1 -1
  11. package/dist/components/ui/theme/containerTheme.d.ts.map +1 -1
  12. package/dist/components/ui/theme/gridTheme.d.ts.map +1 -1
  13. package/dist/components/ui/theme/layout/borderTheme.d.ts +7 -0
  14. package/dist/components/ui/theme/layout/borderTheme.d.ts.map +1 -1
  15. package/dist/components/ui/theme/layout/directionTheme.d.ts +4 -0
  16. package/dist/components/ui/theme/layout/directionTheme.d.ts.map +1 -1
  17. package/dist/components/ui/theme/layout/displayTheme.d.ts +11 -0
  18. package/dist/components/ui/theme/layout/displayTheme.d.ts.map +1 -1
  19. package/dist/components/ui/theme/layout/focusVisibleTheme.d.ts +5 -0
  20. package/dist/components/ui/theme/layout/focusVisibleTheme.d.ts.map +1 -1
  21. package/dist/components/ui/theme/layout/hideTheme.d.ts +5 -0
  22. package/dist/components/ui/theme/layout/hideTheme.d.ts.map +1 -1
  23. package/dist/components/ui/theme/layout/itemsTheme.d.ts +5 -0
  24. package/dist/components/ui/theme/layout/itemsTheme.d.ts.map +1 -1
  25. package/dist/components/ui/theme/layout/justifyTheme.d.ts +8 -0
  26. package/dist/components/ui/theme/layout/justifyTheme.d.ts.map +1 -1
  27. package/dist/components/ui/theme/layout/overflowTheme.d.ts +15 -0
  28. package/dist/components/ui/theme/layout/overflowTheme.d.ts.map +1 -1
  29. package/dist/components/ui/theme/layout/positionTheme.d.ts +5 -0
  30. package/dist/components/ui/theme/layout/positionTheme.d.ts.map +1 -1
  31. package/dist/components/ui/theme/layout/radiusTheme.d.ts +3 -0
  32. package/dist/components/ui/theme/layout/radiusTheme.d.ts.map +1 -1
  33. package/dist/components/ui/theme/layout/ringTheme.d.ts +5 -0
  34. package/dist/components/ui/theme/layout/ringTheme.d.ts.map +1 -1
  35. package/dist/components/ui/theme/layout/wrapTheme.d.ts +3 -0
  36. package/dist/components/ui/theme/layout/wrapTheme.d.ts.map +1 -1
  37. package/dist/components/ui/theme/list/listStyleTheme.d.ts +2 -0
  38. package/dist/components/ui/theme/list/listStyleTheme.d.ts.map +1 -1
  39. package/dist/components/ui/theme/size/breakpointTheme.d.ts +5 -0
  40. package/dist/components/ui/theme/size/breakpointTheme.d.ts.map +1 -1
  41. package/dist/components/ui/theme/size/gapTheme.d.ts +5 -0
  42. package/dist/components/ui/theme/size/gapTheme.d.ts.map +1 -1
  43. package/dist/components/ui/theme/size/paddingTheme.d.ts +5 -0
  44. package/dist/components/ui/theme/size/paddingTheme.d.ts.map +1 -1
  45. package/dist/components/ui/theme/size/plTheme.d.ts +1 -0
  46. package/dist/components/ui/theme/size/plTheme.d.ts.map +1 -1
  47. package/dist/components/ui/theme/size/pxTheme.d.ts +1 -0
  48. package/dist/components/ui/theme/size/pxTheme.d.ts.map +1 -1
  49. package/dist/components/ui/theme/size/pyTheme.d.ts +1 -0
  50. package/dist/components/ui/theme/size/pyTheme.d.ts.map +1 -1
  51. package/dist/components/ui/theme/size/sizeTheme.d.ts +5 -0
  52. package/dist/components/ui/theme/size/sizeTheme.d.ts.map +1 -1
  53. package/dist/components/ui/theme/typography/fontFamilyTheme.d.ts +3 -0
  54. package/dist/components/ui/theme/typography/fontFamilyTheme.d.ts.map +1 -1
  55. package/dist/components/ui/theme/typography/fontStyleTheme.d.ts +2 -0
  56. package/dist/components/ui/theme/typography/fontStyleTheme.d.ts.map +1 -1
  57. package/dist/components/ui/theme/typography/fontWeightTheme.d.ts +9 -0
  58. package/dist/components/ui/theme/typography/fontWeightTheme.d.ts.map +1 -1
  59. package/dist/components/ui/theme/typography/textAlignTheme.d.ts +4 -0
  60. package/dist/components/ui/theme/typography/textAlignTheme.d.ts.map +1 -1
  61. package/dist/components/ui/theme/typography/textDecorationTheme.d.ts +4 -0
  62. package/dist/components/ui/theme/typography/textDecorationTheme.d.ts.map +1 -1
  63. package/dist/components/ui/theme/typography/textTransformTheme.d.ts +4 -0
  64. package/dist/components/ui/theme/typography/textTransformTheme.d.ts.map +1 -1
  65. package/dist/index.esm.js +142 -36
  66. package/dist/index.esm.js.map +1 -1
  67. package/dist/index.js +141 -43
  68. package/dist/index.js.map +1 -1
  69. package/dist/ui.css +57 -74
  70. package/dist/vars.css +35 -25
  71. package/package.json +1 -1
@@ -1,5 +1,6 @@
1
1
  import { SizeKey } from "../../props";
2
2
  import { PaddingTheme } from "./paddingTheme";
3
+ /** Vertical padding theme - controls top and bottom padding */
3
4
  export declare class PyTheme extends PaddingTheme {
4
5
  constructor(sizeMap?: Record<SizeKey, string>);
5
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"pyTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/size/pyTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAiB,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,qBAAa,OAAQ,SAAQ,YAAY;gBAC3B,OAAO,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;CAW9C"}
1
+ {"version":3,"file":"pyTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/size/pyTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAiB,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,+DAA+D;AAC/D,qBAAa,OAAQ,SAAQ,YAAY;gBAC3B,OAAO,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;CAW9C"}
@@ -2,10 +2,15 @@ import { BaseTheme } from "../common/baseTheme";
2
2
  import type { CategoryProps } from "../../props";
3
3
  import { SizeKey } from "../../props";
4
4
  export declare class SizeTheme extends BaseTheme implements Record<SizeKey, string> {
5
+ /** Extra-small size variant */
5
6
  xs: string;
7
+ /** Small size variant */
6
8
  sm: string;
9
+ /** Medium size variant (default) */
7
10
  md: string;
11
+ /** Large size variant */
8
12
  lg: string;
13
+ /** Extra-large size variant */
9
14
  xl: string;
10
15
  private readonly useDefaultKey;
11
16
  constructor(sizeMap?: Record<SizeKey, string>, useDefaultKey?: boolean);
@@ -1 +1 @@
1
- {"version":3,"file":"sizeTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/size/sizeTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,OAAO,EAAiB,MAAM,aAAa,CAAC;AAErD,qBAAa,SAAU,SAAQ,SAAU,YAAW,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;IACzE,EAAE,EAAE,MAAM,CAAM;IAChB,EAAE,EAAE,MAAM,CAAM;IAChB,EAAE,EAAE,MAAM,CAAM;IAChB,EAAE,EAAE,MAAM,CAAM;IAChB,EAAE,EAAE,MAAM,CAAM;IAEhB,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAU;gBAE5B,OAAO,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,aAAa,GAAE,OAAc;IAQ5E,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAInD"}
1
+ {"version":3,"file":"sizeTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/size/sizeTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,OAAO,EAAiB,MAAM,aAAa,CAAC;AAErD,qBAAa,SAAU,SAAQ,SAAU,YAAW,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;IACzE,+BAA+B;IAC/B,EAAE,EAAE,MAAM,CAAM;IAChB,yBAAyB;IACzB,EAAE,EAAE,MAAM,CAAM;IAChB,oCAAoC;IACpC,EAAE,EAAE,MAAM,CAAM;IAChB,yBAAyB;IACzB,EAAE,EAAE,MAAM,CAAM;IAChB,+BAA+B;IAC/B,EAAE,EAAE,MAAM,CAAM;IAEhB,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAU;gBAE5B,OAAO,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,aAAa,GAAE,OAAc;IAQ5E,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAInD"}
@@ -1,8 +1,11 @@
1
1
  import { FontFamilyKey, CategoryProps } from "../../props";
2
2
  import { BaseTheme } from "../common/baseTheme";
3
3
  export declare class FontFamilyTheme extends BaseTheme implements Record<FontFamilyKey, string> {
4
+ /** Sans-serif font family - clean, modern fonts without serifs */
4
5
  sans: string;
6
+ /** Serif font family - traditional fonts with serifs */
5
7
  serif: string;
8
+ /** Monospace font family - fixed-width fonts for code and data */
6
9
  mono: string;
7
10
  getClasses(extractedKeys: CategoryProps): string[];
8
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"fontFamilyTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/typography/fontFamilyTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC3D,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD,qBAAa,eAAgB,SAAQ,SAAU,YAAW,MAAM,CAAC,aAAa,EAAE,MAAM,CAAC;IACrF,IAAI,EAAE,MAAM,CAAe;IAC3B,KAAK,EAAE,MAAM,CAAgB;IAC7B,IAAI,EAAE,MAAM,CAAe;IAG3B,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
1
+ {"version":3,"file":"fontFamilyTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/typography/fontFamilyTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC3D,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD,qBAAa,eAAgB,SAAQ,SAAU,YAAW,MAAM,CAAC,aAAa,EAAE,MAAM,CAAC;IACrF,kEAAkE;IAClE,IAAI,EAAE,MAAM,CAAe;IAC3B,wDAAwD;IACxD,KAAK,EAAE,MAAM,CAAgB;IAC7B,kEAAkE;IAClE,IAAI,EAAE,MAAM,CAAe;IAG3B,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
@@ -2,7 +2,9 @@ import { FontStyleKey } from "../../props";
2
2
  import { BaseTheme } from "../common/baseTheme";
3
3
  import type { CategoryProps } from "../../props";
4
4
  export declare class FontStyleTheme extends BaseTheme implements Record<FontStyleKey, string> {
5
+ /** Italic font style - slanted text */
5
6
  italic: string;
7
+ /** Normal font style - upright text (not italic) */
6
8
  notItalic: string;
7
9
  getClasses(extractedKeys: CategoryProps): string[];
8
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"fontStyleTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/typography/fontStyleTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,cAAe,SAAQ,SAAU,YAAW,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC;IACnF,MAAM,EAAE,MAAM,CAAY;IAC1B,SAAS,EAAE,MAAM,CAAgB;IAGjC,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
1
+ {"version":3,"file":"fontStyleTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/typography/fontStyleTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,cAAe,SAAQ,SAAU,YAAW,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC;IACnF,uCAAuC;IACvC,MAAM,EAAE,MAAM,CAAY;IAC1B,oDAAoD;IACpD,SAAS,EAAE,MAAM,CAAgB;IAGjC,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
@@ -2,14 +2,23 @@ import { FontWeightKey } from "../../props";
2
2
  import { BaseTheme } from "../common/baseTheme";
3
3
  import type { CategoryProps } from "../../props";
4
4
  export declare class FontWeightTheme extends BaseTheme implements Record<FontWeightKey, string> {
5
+ /** Thin font weight (100) - lightest weight */
5
6
  thin: string;
7
+ /** Extra-light font weight (200) - very light */
6
8
  extralight: string;
9
+ /** Light font weight (300) - lighter than normal */
7
10
  light: string;
11
+ /** Normal font weight (400) - default font weight */
8
12
  normal: string;
13
+ /** Medium font weight (500) - slightly bold */
9
14
  medium: string;
15
+ /** Semi-bold font weight (600) - moderately bold */
10
16
  semibold: string;
17
+ /** Bold font weight (700) - standard bold */
11
18
  bold: string;
19
+ /** Extra-bold font weight (800) - very bold */
12
20
  extrabold: string;
21
+ /** Black font weight (900) - heaviest weight */
13
22
  black: string;
14
23
  getClasses(extractedKeys: CategoryProps): string[];
15
24
  }
@@ -1 +1 @@
1
- {"version":3,"file":"fontWeightTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/typography/fontWeightTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,eAAgB,SAAQ,SAAU,YAAW,MAAM,CAAC,aAAa,EAAE,MAAM,CAAC;IACrF,IAAI,EAAE,MAAM,CAAe;IAC3B,UAAU,EAAE,MAAM,CAAqB;IACvC,KAAK,EAAE,MAAM,CAAgB;IAC7B,MAAM,EAAE,MAAM,CAAiB;IAC/B,MAAM,EAAE,MAAM,CAAiB;IAC/B,QAAQ,EAAE,MAAM,CAAmB;IACnC,IAAI,EAAE,MAAM,CAAe;IAC3B,SAAS,EAAE,MAAM,CAAoB;IACrC,KAAK,EAAE,MAAM,CAAgB;IAG7B,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
1
+ {"version":3,"file":"fontWeightTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/typography/fontWeightTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,eAAgB,SAAQ,SAAU,YAAW,MAAM,CAAC,aAAa,EAAE,MAAM,CAAC;IACrF,+CAA+C;IAC/C,IAAI,EAAE,MAAM,CAAe;IAC3B,iDAAiD;IACjD,UAAU,EAAE,MAAM,CAAqB;IACvC,oDAAoD;IACpD,KAAK,EAAE,MAAM,CAAgB;IAC7B,qDAAqD;IACrD,MAAM,EAAE,MAAM,CAAiB;IAC/B,+CAA+C;IAC/C,MAAM,EAAE,MAAM,CAAiB;IAC/B,oDAAoD;IACpD,QAAQ,EAAE,MAAM,CAAmB;IACnC,6CAA6C;IAC7C,IAAI,EAAE,MAAM,CAAe;IAC3B,+CAA+C;IAC/C,SAAS,EAAE,MAAM,CAAoB;IACrC,gDAAgD;IAChD,KAAK,EAAE,MAAM,CAAgB;IAG7B,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
@@ -2,9 +2,13 @@ import { TextAlignKey } from "../../props";
2
2
  import { BaseTheme } from "../common/baseTheme";
3
3
  import type { CategoryProps } from "../../props";
4
4
  export declare class TextAlignTheme extends BaseTheme implements Record<TextAlignKey, string> {
5
+ /** Left-align text */
5
6
  textLeft: string;
7
+ /** Center-align text */
6
8
  textCenter: string;
9
+ /** Right-align text */
7
10
  textRight: string;
11
+ /** Justify text - stretch lines to fill width */
8
12
  textJustify: string;
9
13
  getClasses(extractedKeys: CategoryProps): string[];
10
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"textAlignTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/typography/textAlignTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,cAAe,SAAQ,SAAU,YAAW,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC;IACnF,QAAQ,EAAE,MAAM,CAAe;IAC/B,UAAU,EAAE,MAAM,CAAiB;IACnC,SAAS,EAAE,MAAM,CAAgB;IACjC,WAAW,EAAE,MAAM,CAAkB;IAGrC,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
1
+ {"version":3,"file":"textAlignTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/typography/textAlignTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,cAAe,SAAQ,SAAU,YAAW,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC;IACnF,sBAAsB;IACtB,QAAQ,EAAE,MAAM,CAAe;IAC/B,wBAAwB;IACxB,UAAU,EAAE,MAAM,CAAiB;IACnC,uBAAuB;IACvB,SAAS,EAAE,MAAM,CAAgB;IACjC,iDAAiD;IACjD,WAAW,EAAE,MAAM,CAAkB;IAGrC,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
@@ -2,9 +2,13 @@ import { TextDecorationKey } from "../../props";
2
2
  import { BaseTheme } from "../common/baseTheme";
3
3
  import type { CategoryProps } from "../../props";
4
4
  export declare class TextDecorationTheme extends BaseTheme implements Record<TextDecorationKey, string> {
5
+ /** Underline text decoration - line below text */
5
6
  underline: string;
7
+ /** Line-through text decoration - strikethrough */
6
8
  lineThrough: string;
9
+ /** Remove underline text decoration */
7
10
  noUnderline: string;
11
+ /** Overline text decoration - line above text */
8
12
  overline: string;
9
13
  getClasses(extractedKeys: CategoryProps): string[];
10
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"textDecorationTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/typography/textDecorationTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,mBAAoB,SAAQ,SAAU,YAAW,MAAM,CAAC,iBAAiB,EAAE,MAAM,CAAC;IAC7F,SAAS,EAAE,MAAM,CAAe;IAChC,WAAW,EAAE,MAAM,CAAkB;IACrC,WAAW,EAAE,MAAM,CAAkB;IACrC,QAAQ,EAAE,MAAM,CAAc;IAG9B,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
1
+ {"version":3,"file":"textDecorationTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/typography/textDecorationTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,mBAAoB,SAAQ,SAAU,YAAW,MAAM,CAAC,iBAAiB,EAAE,MAAM,CAAC;IAC7F,kDAAkD;IAClD,SAAS,EAAE,MAAM,CAAe;IAChC,mDAAmD;IACnD,WAAW,EAAE,MAAM,CAAkB;IACrC,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAkB;IACrC,iDAAiD;IACjD,QAAQ,EAAE,MAAM,CAAc;IAG9B,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
@@ -2,9 +2,13 @@ import { TextTransformKey } from "../../props";
2
2
  import { BaseTheme } from "../common/baseTheme";
3
3
  import type { CategoryProps } from "../../props";
4
4
  export declare class TextTransformTheme extends BaseTheme implements Record<TextTransformKey, string> {
5
+ /** Transform text to UPPERCASE */
5
6
  uppercase: string;
7
+ /** Transform text to lowercase */
6
8
  lowercase: string;
9
+ /** Capitalize First Letter Of Each Word */
7
10
  capitalize: string;
11
+ /** Normal case - no text transformation */
8
12
  normalCase: string;
9
13
  getClasses(extractedKeys: CategoryProps): string[];
10
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"textTransformTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/typography/textTransformTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,kBAAmB,SAAQ,SAAU,YAAW,MAAM,CAAC,gBAAgB,EAAE,MAAM,CAAC;IAC3F,SAAS,EAAE,MAAM,CAAe;IAChC,SAAS,EAAE,MAAM,CAAe;IAChC,UAAU,EAAE,MAAM,CAAgB;IAClC,UAAU,EAAE,MAAM,CAAiB;IAGnC,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
1
+ {"version":3,"file":"textTransformTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/typography/textTransformTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,kBAAmB,SAAQ,SAAU,YAAW,MAAM,CAAC,gBAAgB,EAAE,MAAM,CAAC;IAC3F,kCAAkC;IAClC,SAAS,EAAE,MAAM,CAAe;IAChC,kCAAkC;IAClC,SAAS,EAAE,MAAM,CAAe;IAChC,2CAA2C;IAC3C,UAAU,EAAE,MAAM,CAAgB;IAClC,2CAA2C;IAC3C,UAAU,EAAE,MAAM,CAAiB;IAGnC,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}