@vaneui/ui 0.3.0-alpha.20250914103012.c204dad → 0.3.1-alpha.20250914210126.5142197

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 (89) hide show
  1. package/dist/components/ui/card.d.ts +6 -0
  2. package/dist/components/ui/card.d.ts.map +1 -1
  3. package/dist/components/ui/checkbox.d.ts +6 -0
  4. package/dist/components/ui/checkbox.d.ts.map +1 -1
  5. package/dist/components/ui/code.d.ts +6 -0
  6. package/dist/components/ui/code.d.ts.map +1 -1
  7. package/dist/components/ui/col.d.ts +6 -0
  8. package/dist/components/ui/col.d.ts.map +1 -1
  9. package/dist/components/ui/container.d.ts +6 -0
  10. package/dist/components/ui/container.d.ts.map +1 -1
  11. package/dist/components/ui/img.d.ts +6 -0
  12. package/dist/components/ui/img.d.ts.map +1 -1
  13. package/dist/components/ui/input.d.ts +6 -0
  14. package/dist/components/ui/input.d.ts.map +1 -1
  15. package/dist/components/ui/props/border.d.ts +18 -2
  16. package/dist/components/ui/props/border.d.ts.map +1 -1
  17. package/dist/components/ui/props/keys.d.ts +7 -5
  18. package/dist/components/ui/props/keys.d.ts.map +1 -1
  19. package/dist/components/ui/row.d.ts +6 -0
  20. package/dist/components/ui/row.d.ts.map +1 -1
  21. package/dist/components/ui/section.d.ts +6 -0
  22. package/dist/components/ui/section.d.ts.map +1 -1
  23. package/dist/components/ui/stack.d.ts +6 -0
  24. package/dist/components/ui/stack.d.ts.map +1 -1
  25. package/dist/components/ui/theme/appearance/appearanceTheme.d.ts +10 -0
  26. package/dist/components/ui/theme/appearance/appearanceTheme.d.ts.map +1 -1
  27. package/dist/components/ui/theme/appearance/genericVariantTheme.d.ts +2 -0
  28. package/dist/components/ui/theme/appearance/genericVariantTheme.d.ts.map +1 -1
  29. package/dist/components/ui/theme/appearance/shadowAppearanceTheme.d.ts +10 -0
  30. package/dist/components/ui/theme/appearance/shadowAppearanceTheme.d.ts.map +1 -1
  31. package/dist/components/ui/theme/common/ComponentTheme.d.ts.map +1 -1
  32. package/dist/components/ui/theme/layout/borderTheme.d.ts +16 -7
  33. package/dist/components/ui/theme/layout/borderTheme.d.ts.map +1 -1
  34. package/dist/components/ui/theme/layout/directionTheme.d.ts +4 -0
  35. package/dist/components/ui/theme/layout/directionTheme.d.ts.map +1 -1
  36. package/dist/components/ui/theme/layout/displayTheme.d.ts +11 -0
  37. package/dist/components/ui/theme/layout/displayTheme.d.ts.map +1 -1
  38. package/dist/components/ui/theme/layout/focusVisibleTheme.d.ts +5 -0
  39. package/dist/components/ui/theme/layout/focusVisibleTheme.d.ts.map +1 -1
  40. package/dist/components/ui/theme/layout/hideTheme.d.ts +5 -0
  41. package/dist/components/ui/theme/layout/hideTheme.d.ts.map +1 -1
  42. package/dist/components/ui/theme/layout/itemsTheme.d.ts +5 -0
  43. package/dist/components/ui/theme/layout/itemsTheme.d.ts.map +1 -1
  44. package/dist/components/ui/theme/layout/justifyTheme.d.ts +8 -0
  45. package/dist/components/ui/theme/layout/justifyTheme.d.ts.map +1 -1
  46. package/dist/components/ui/theme/layout/overflowTheme.d.ts +15 -0
  47. package/dist/components/ui/theme/layout/overflowTheme.d.ts.map +1 -1
  48. package/dist/components/ui/theme/layout/positionTheme.d.ts +5 -0
  49. package/dist/components/ui/theme/layout/positionTheme.d.ts.map +1 -1
  50. package/dist/components/ui/theme/layout/radiusTheme.d.ts +3 -0
  51. package/dist/components/ui/theme/layout/radiusTheme.d.ts.map +1 -1
  52. package/dist/components/ui/theme/layout/ringTheme.d.ts +5 -0
  53. package/dist/components/ui/theme/layout/ringTheme.d.ts.map +1 -1
  54. package/dist/components/ui/theme/layout/wrapTheme.d.ts +3 -0
  55. package/dist/components/ui/theme/layout/wrapTheme.d.ts.map +1 -1
  56. package/dist/components/ui/theme/list/listStyleTheme.d.ts +2 -0
  57. package/dist/components/ui/theme/list/listStyleTheme.d.ts.map +1 -1
  58. package/dist/components/ui/theme/size/breakpointTheme.d.ts +5 -0
  59. package/dist/components/ui/theme/size/breakpointTheme.d.ts.map +1 -1
  60. package/dist/components/ui/theme/size/gapTheme.d.ts +5 -0
  61. package/dist/components/ui/theme/size/gapTheme.d.ts.map +1 -1
  62. package/dist/components/ui/theme/size/paddingTheme.d.ts +5 -0
  63. package/dist/components/ui/theme/size/paddingTheme.d.ts.map +1 -1
  64. package/dist/components/ui/theme/size/plTheme.d.ts +1 -0
  65. package/dist/components/ui/theme/size/plTheme.d.ts.map +1 -1
  66. package/dist/components/ui/theme/size/pxTheme.d.ts +1 -0
  67. package/dist/components/ui/theme/size/pxTheme.d.ts.map +1 -1
  68. package/dist/components/ui/theme/size/pyTheme.d.ts +1 -0
  69. package/dist/components/ui/theme/size/pyTheme.d.ts.map +1 -1
  70. package/dist/components/ui/theme/size/sizeTheme.d.ts +5 -0
  71. package/dist/components/ui/theme/size/sizeTheme.d.ts.map +1 -1
  72. package/dist/components/ui/theme/typography/fontFamilyTheme.d.ts +3 -0
  73. package/dist/components/ui/theme/typography/fontFamilyTheme.d.ts.map +1 -1
  74. package/dist/components/ui/theme/typography/fontStyleTheme.d.ts +2 -0
  75. package/dist/components/ui/theme/typography/fontStyleTheme.d.ts.map +1 -1
  76. package/dist/components/ui/theme/typography/fontWeightTheme.d.ts +9 -0
  77. package/dist/components/ui/theme/typography/fontWeightTheme.d.ts.map +1 -1
  78. package/dist/components/ui/theme/typography/textAlignTheme.d.ts +4 -0
  79. package/dist/components/ui/theme/typography/textAlignTheme.d.ts.map +1 -1
  80. package/dist/components/ui/theme/typography/textDecorationTheme.d.ts +4 -0
  81. package/dist/components/ui/theme/typography/textDecorationTheme.d.ts.map +1 -1
  82. package/dist/components/ui/theme/typography/textTransformTheme.d.ts +4 -0
  83. package/dist/components/ui/theme/typography/textTransformTheme.d.ts.map +1 -1
  84. package/dist/index.esm.js +188 -22
  85. package/dist/index.esm.js.map +1 -1
  86. package/dist/index.js +194 -21
  87. package/dist/index.js.map +1 -1
  88. package/dist/ui.css +24 -0
  89. package/package.json +1 -1
@@ -2,20 +2,35 @@ import { OverflowKey } from "../../props";
2
2
  import { BaseTheme } from "../common/baseTheme";
3
3
  import type { CategoryProps } from "../../props";
4
4
  export declare class OverflowTheme extends BaseTheme implements Record<OverflowKey, string> {
5
+ /** Auto overflow - adds scrollbars when content overflows */
5
6
  overflowAuto: string;
7
+ /** Hidden overflow - clips content that overflows */
6
8
  overflowHidden: string;
9
+ /** Clip overflow - clips content without scrollbars */
7
10
  overflowClip: string;
11
+ /** Visible overflow - content overflows and remains visible */
8
12
  overflowVisible: string;
13
+ /** Scroll overflow - always shows scrollbars */
9
14
  overflowScroll: string;
15
+ /** Auto horizontal overflow - adds horizontal scrollbar when needed */
10
16
  overflowXAuto: string;
17
+ /** Auto vertical overflow - adds vertical scrollbar when needed */
11
18
  overflowYAuto: string;
19
+ /** Hidden horizontal overflow - clips content horizontally */
12
20
  overflowXHidden: string;
21
+ /** Hidden vertical overflow - clips content vertically */
13
22
  overflowYHidden: string;
23
+ /** Clip horizontal overflow - clips content horizontally without scrollbars */
14
24
  overflowXClip: string;
25
+ /** Clip vertical overflow - clips content vertically without scrollbars */
15
26
  overflowYClip: string;
27
+ /** Visible horizontal overflow - content overflows horizontally and remains visible */
16
28
  overflowXVisible: string;
29
+ /** Visible vertical overflow - content overflows vertically and remains visible */
17
30
  overflowYVisible: string;
31
+ /** Scroll horizontal overflow - always shows horizontal scrollbar */
18
32
  overflowXScroll: string;
33
+ /** Scroll vertical overflow - always shows vertical scrollbar */
19
34
  overflowYScroll: string;
20
35
  getClasses(extractedKeys: CategoryProps): string[];
21
36
  }
@@ -1 +1 @@
1
- {"version":3,"file":"overflowTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/layout/overflowTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,aAAc,SAAQ,SAAU,YAAW,MAAM,CAAC,WAAW,EAAE,MAAM,CAAC;IACjF,YAAY,EAAE,MAAM,CAAmB;IACvC,cAAc,EAAE,MAAM,CAAqB;IAC3C,YAAY,EAAE,MAAM,CAAmB;IACvC,eAAe,EAAE,MAAM,CAAsB;IAC7C,cAAc,EAAE,MAAM,CAAqB;IAC3C,aAAa,EAAE,MAAM,CAAqB;IAC1C,aAAa,EAAE,MAAM,CAAqB;IAC1C,eAAe,EAAE,MAAM,CAAuB;IAC9C,eAAe,EAAE,MAAM,CAAuB;IAC9C,aAAa,EAAE,MAAM,CAAqB;IAC1C,aAAa,EAAE,MAAM,CAAqB;IAC1C,gBAAgB,EAAE,MAAM,CAAwB;IAChD,gBAAgB,EAAE,MAAM,CAAwB;IAChD,eAAe,EAAE,MAAM,CAAuB;IAC9C,eAAe,EAAE,MAAM,CAAuB;IAG9C,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
1
+ {"version":3,"file":"overflowTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/layout/overflowTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,aAAc,SAAQ,SAAU,YAAW,MAAM,CAAC,WAAW,EAAE,MAAM,CAAC;IACjF,6DAA6D;IAC7D,YAAY,EAAE,MAAM,CAAmB;IACvC,qDAAqD;IACrD,cAAc,EAAE,MAAM,CAAqB;IAC3C,uDAAuD;IACvD,YAAY,EAAE,MAAM,CAAmB;IACvC,+DAA+D;IAC/D,eAAe,EAAE,MAAM,CAAsB;IAC7C,gDAAgD;IAChD,cAAc,EAAE,MAAM,CAAqB;IAC3C,uEAAuE;IACvE,aAAa,EAAE,MAAM,CAAqB;IAC1C,mEAAmE;IACnE,aAAa,EAAE,MAAM,CAAqB;IAC1C,8DAA8D;IAC9D,eAAe,EAAE,MAAM,CAAuB;IAC9C,0DAA0D;IAC1D,eAAe,EAAE,MAAM,CAAuB;IAC9C,+EAA+E;IAC/E,aAAa,EAAE,MAAM,CAAqB;IAC1C,2EAA2E;IAC3E,aAAa,EAAE,MAAM,CAAqB;IAC1C,uFAAuF;IACvF,gBAAgB,EAAE,MAAM,CAAwB;IAChD,mFAAmF;IACnF,gBAAgB,EAAE,MAAM,CAAwB;IAChD,qEAAqE;IACrE,eAAe,EAAE,MAAM,CAAuB;IAC9C,iEAAiE;IACjE,eAAe,EAAE,MAAM,CAAuB;IAG9C,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
@@ -2,10 +2,15 @@ import { PositionKey } from "../../props";
2
2
  import { BaseTheme } from "../common/baseTheme";
3
3
  import type { CategoryProps } from "../../props";
4
4
  export declare class PositionTheme extends BaseTheme implements Record<PositionKey, string> {
5
+ /** Relative positioning - positioned relative to its normal position */
5
6
  relative: string;
7
+ /** Absolute positioning - positioned relative to its closest positioned ancestor */
6
8
  absolute: string;
9
+ /** Fixed positioning - positioned relative to the viewport */
7
10
  fixed: string;
11
+ /** Sticky positioning - toggles between relative and fixed based on scroll position */
8
12
  sticky: string;
13
+ /** Static positioning - default positioning, not affected by top/left/right/bottom */
9
14
  static: string;
10
15
  getClasses(extractedKeys: CategoryProps): string[];
11
16
  }
@@ -1 +1 @@
1
- {"version":3,"file":"positionTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/layout/positionTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,aAAc,SAAQ,SAAU,YAAW,MAAM,CAAC,WAAW,EAAE,MAAM,CAAC;IACjF,QAAQ,EAAE,MAAM,CAAc;IAC9B,QAAQ,EAAE,MAAM,CAAc;IAC9B,KAAK,EAAE,MAAM,CAAW;IACxB,MAAM,EAAE,MAAM,CAAY;IAC1B,MAAM,EAAE,MAAM,CAAY;IAG1B,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
1
+ {"version":3,"file":"positionTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/layout/positionTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,aAAc,SAAQ,SAAU,YAAW,MAAM,CAAC,WAAW,EAAE,MAAM,CAAC;IACjF,wEAAwE;IACxE,QAAQ,EAAE,MAAM,CAAc;IAC9B,oFAAoF;IACpF,QAAQ,EAAE,MAAM,CAAc;IAC9B,8DAA8D;IAC9D,KAAK,EAAE,MAAM,CAAW;IACxB,uFAAuF;IACvF,MAAM,EAAE,MAAM,CAAY;IAC1B,sFAAsF;IACtF,MAAM,EAAE,MAAM,CAAY;IAG1B,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
@@ -2,8 +2,11 @@ import { SizeKey } from "../../props";
2
2
  import { BaseTheme } from "../common/baseTheme";
3
3
  import type { CategoryProps } from "../../props";
4
4
  export declare class RadiusTheme extends BaseTheme {
5
+ /** Pill shape - fully rounded corners */
5
6
  pill: string;
7
+ /** Sharp shape - no rounded corners */
6
8
  sharp: string;
9
+ /** Size-based rounded corners - varies by component size */
7
10
  rounded: Record<SizeKey, string>;
8
11
  private constructor();
9
12
  static createUITheme(customRounded?: Record<SizeKey, string>): RadiusTheme;
@@ -1 +1 @@
1
- {"version":3,"file":"radiusTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/layout/radiusTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAMjD,qBAAa,WAAY,SAAQ,SAAS;IACxC,IAAI,EAAE,MAAM,CAAkB;IAC9B,KAAK,EAAE,MAAM,CAAkB;IAC/B,OAAO,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;IAEjC,OAAO;IAKP,MAAM,CAAC,aAAa,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,GAAG,WAAW;IAI1E,MAAM,CAAC,iBAAiB,IAAI,WAAW;IAIvC,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAiBnD"}
1
+ {"version":3,"file":"radiusTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/layout/radiusTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAMjD,qBAAa,WAAY,SAAQ,SAAS;IACxC,yCAAyC;IACzC,IAAI,EAAE,MAAM,CAAkB;IAC9B,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAkB;IAC/B,4DAA4D;IAC5D,OAAO,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;IAEjC,OAAO;IAKP,MAAM,CAAC,aAAa,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,GAAG,WAAW;IAI1E,MAAM,CAAC,iBAAiB,IAAI,WAAW;IAIvC,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAiBnD"}
@@ -2,10 +2,15 @@ import { BaseTheme } from "../common/baseTheme";
2
2
  import type { CategoryProps } from "../../props";
3
3
  import { ModeKey } from "../../props";
4
4
  export declare class RingTheme extends BaseTheme implements Record<ModeKey, string> {
5
+ /** Base ring styling - ring with inset positioning */
5
6
  base: string;
7
+ /** Ring styling on hover state */
6
8
  hover: string;
9
+ /** Ring styling on active state */
7
10
  active: string;
11
+ /** Ring styling on focus state */
8
12
  focus: string;
13
+ /** Ring styling on focus-visible state for keyboard navigation */
9
14
  focusVisible: string;
10
15
  getClasses(extractedKeys: CategoryProps): string[];
11
16
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ringTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/layout/ringTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAGtC,qBAAa,SAAU,SAAQ,SAAU,YAAW,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;IACzE,IAAI,EAAE,MAAM,CAAqB;IACjC,KAAK,EAAE,MAAM,CAAM;IACnB,MAAM,EAAE,MAAM,CAAM;IACpB,KAAK,EAAE,MAAM,CAAM;IACnB,YAAY,EAAE,MAAM,CAAM;IAE1B,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAKnD"}
1
+ {"version":3,"file":"ringTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/layout/ringTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAGtC,qBAAa,SAAU,SAAQ,SAAU,YAAW,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;IACzE,sDAAsD;IACtD,IAAI,EAAE,MAAM,CAAqB;IACjC,kCAAkC;IAClC,KAAK,EAAE,MAAM,CAAM;IACnB,mCAAmC;IACnC,MAAM,EAAE,MAAM,CAAM;IACpB,kCAAkC;IAClC,KAAK,EAAE,MAAM,CAAM;IACnB,kEAAkE;IAClE,YAAY,EAAE,MAAM,CAAM;IAE1B,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAKnD"}
@@ -2,8 +2,11 @@ import { WrapKey } from "../../props";
2
2
  import { BaseTheme } from "../common/baseTheme";
3
3
  import type { CategoryProps } from "../../props";
4
4
  export declare class WrapTheme extends BaseTheme implements Record<WrapKey, string> {
5
+ /** Allow flex items to wrap to new lines */
5
6
  flexWrap: string;
7
+ /** Prevent flex items from wrapping - keep on single line */
6
8
  flexNoWrap: string;
9
+ /** Allow flex items to wrap in reverse order */
7
10
  flexWrapReverse: string;
8
11
  getClasses(extractedKeys: CategoryProps): string[];
9
12
  }
@@ -1 +1 @@
1
- {"version":3,"file":"wrapTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/layout/wrapTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,SAAU,SAAQ,SAAU,YAAW,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;IACzE,QAAQ,EAAE,MAAM,CAAe;IAC/B,UAAU,EAAE,MAAM,CAAiB;IACnC,eAAe,EAAE,MAAM,CAAuB;IAE9C,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
1
+ {"version":3,"file":"wrapTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/layout/wrapTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,SAAU,SAAQ,SAAU,YAAW,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;IACzE,4CAA4C;IAC5C,QAAQ,EAAE,MAAM,CAAe;IAC/B,6DAA6D;IAC7D,UAAU,EAAE,MAAM,CAAiB;IACnC,gDAAgD;IAChD,eAAe,EAAE,MAAM,CAAuB;IAE9C,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
@@ -2,7 +2,9 @@ import { BaseTheme } from "../common/baseTheme";
2
2
  import type { CategoryProps } from "../../props";
3
3
  import { ListStyleKey } from "../../props";
4
4
  export declare class ListStyleTheme extends BaseTheme implements Record<ListStyleKey, string> {
5
+ /** Disc list style - bullet points for unordered lists */
5
6
  disc: string;
7
+ /** Decimal list style - numbers for ordered lists */
6
8
  decimal: string;
7
9
  getClasses(extractedKeys: CategoryProps): string[];
8
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"listStyleTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/list/listStyleTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE3C,qBAAa,cAAe,SAAQ,SAAU,YAAW,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC;IACnF,IAAI,EAAE,MAAM,CAAe;IAC3B,OAAO,EAAE,MAAM,CAAkB;IAGjC,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAQnD"}
1
+ {"version":3,"file":"listStyleTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/list/listStyleTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE3C,qBAAa,cAAe,SAAQ,SAAU,YAAW,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC;IACnF,0DAA0D;IAC1D,IAAI,EAAE,MAAM,CAAe;IAC3B,qDAAqD;IACrD,OAAO,EAAE,MAAM,CAAkB;IAGjC,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAQnD"}
@@ -2,10 +2,15 @@ import { BaseTheme } from "../common/baseTheme";
2
2
  import type { CategoryProps } from "../../props";
3
3
  import { BreakpointKey } from "../../props";
4
4
  export declare class BreakpointTheme extends BaseTheme implements Record<BreakpointKey, string> {
5
+ /** Switch to column layout on extra-small screens and below */
5
6
  xsCol: string;
7
+ /** Switch to column layout on small screens and below */
6
8
  smCol: string;
9
+ /** Switch to column layout on medium screens and below */
7
10
  mdCol: string;
11
+ /** Switch to column layout on large screens and below */
8
12
  lgCol: string;
13
+ /** Switch to column layout on extra-large screens and below */
9
14
  xlCol: string;
10
15
  getClasses(extractedKeys: CategoryProps): string[];
11
16
  }
@@ -1 +1 @@
1
- {"version":3,"file":"breakpointTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/size/breakpointTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAE5C,qBAAa,eAAgB,SAAQ,SAAU,YAAW,MAAM,CAAC,aAAa,EAAE,MAAM,CAAC;IACrF,KAAK,EAAE,MAAM,CAAqB;IAClC,KAAK,EAAE,MAAM,CAAqB;IAClC,KAAK,EAAE,MAAM,CAAqB;IAClC,KAAK,EAAE,MAAM,CAAqB;IAClC,KAAK,EAAE,MAAM,CAAqB;IAGlC,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
1
+ {"version":3,"file":"breakpointTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/size/breakpointTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAE5C,qBAAa,eAAgB,SAAQ,SAAU,YAAW,MAAM,CAAC,aAAa,EAAE,MAAM,CAAC;IACrF,+DAA+D;IAC/D,KAAK,EAAE,MAAM,CAAqB;IAClC,yDAAyD;IACzD,KAAK,EAAE,MAAM,CAAqB;IAClC,0DAA0D;IAC1D,KAAK,EAAE,MAAM,CAAqB;IAClC,yDAAyD;IACzD,KAAK,EAAE,MAAM,CAAqB;IAClC,+DAA+D;IAC/D,KAAK,EAAE,MAAM,CAAqB;IAGlC,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
@@ -2,10 +2,15 @@ import { SizeKey } from "../../props";
2
2
  import { BaseTheme } from "../common/baseTheme";
3
3
  import type { CategoryProps } from "../../props";
4
4
  export declare class GapTheme extends BaseTheme implements Record<SizeKey, string> {
5
+ /** Extra-small gap - 0.5rem spacing between items */
5
6
  xs: string;
7
+ /** Small gap - 0.75rem spacing between items */
6
8
  sm: string;
9
+ /** Medium gap - 1rem spacing between items */
7
10
  md: string;
11
+ /** Large gap - 1.25rem spacing between items */
8
12
  lg: string;
13
+ /** Extra-large gap - 1.5rem spacing between items */
9
14
  xl: string;
10
15
  constructor(sizeMap?: Record<SizeKey, string>);
11
16
  getClasses(extractedKeys: CategoryProps): string[];
@@ -1 +1 @@
1
- {"version":3,"file":"gapTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/size/gapTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAiB,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,QAAS,SAAQ,SAAU,YAAW,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;IACxE,EAAE,EAAE,MAAM,CAAW;IACrB,EAAE,EAAE,MAAM,CAAW;IACrB,EAAE,EAAE,MAAM,CAAW;IACrB,EAAE,EAAE,MAAM,CAAW;IACrB,EAAE,EAAE,MAAM,CAAW;gBAET,OAAO,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;IAW7C,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAOnD"}
1
+ {"version":3,"file":"gapTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/size/gapTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAiB,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,QAAS,SAAQ,SAAU,YAAW,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;IACxE,qDAAqD;IACrD,EAAE,EAAE,MAAM,CAAW;IACrB,gDAAgD;IAChD,EAAE,EAAE,MAAM,CAAW;IACrB,8CAA8C;IAC9C,EAAE,EAAE,MAAM,CAAW;IACrB,gDAAgD;IAChD,EAAE,EAAE,MAAM,CAAW;IACrB,qDAAqD;IACrD,EAAE,EAAE,MAAM,CAAW;gBAET,OAAO,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;IAW7C,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAOnD"}
@@ -2,10 +2,15 @@ import { SizeKey } from "../../props";
2
2
  import { BaseTheme } from "../common/baseTheme";
3
3
  import type { CategoryProps } from "../../props";
4
4
  export declare class PaddingTheme extends BaseTheme implements Record<SizeKey, string> {
5
+ /** Extra-small padding - varies by component implementation */
5
6
  xs: string;
7
+ /** Small padding - varies by component implementation */
6
8
  sm: string;
9
+ /** Medium padding - varies by component implementation */
7
10
  md: string;
11
+ /** Large padding - varies by component implementation */
8
12
  lg: string;
13
+ /** Extra-large padding - varies by component implementation */
9
14
  xl: string;
10
15
  constructor(initial?: Partial<Record<SizeKey, string>>);
11
16
  getClasses(extractedKeys: CategoryProps): string[];
@@ -1 +1 @@
1
- {"version":3,"file":"paddingTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/size/paddingTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAiB,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,YAAa,SAAQ,SAAU,YAAW,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;IAC5E,EAAE,EAAE,MAAM,CAAM;IAChB,EAAE,EAAE,MAAM,CAAM;IAChB,EAAE,EAAE,MAAM,CAAM;IAChB,EAAE,EAAE,MAAM,CAAM;IAChB,EAAE,EAAE,MAAM,CAAM;gBAEJ,OAAO,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;IAWtD,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAOnD"}
1
+ {"version":3,"file":"paddingTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/size/paddingTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAiB,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,YAAa,SAAQ,SAAU,YAAW,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;IAC5E,+DAA+D;IAC/D,EAAE,EAAE,MAAM,CAAM;IAChB,yDAAyD;IACzD,EAAE,EAAE,MAAM,CAAM;IAChB,0DAA0D;IAC1D,EAAE,EAAE,MAAM,CAAM;IAChB,yDAAyD;IACzD,EAAE,EAAE,MAAM,CAAM;IAChB,+DAA+D;IAC/D,EAAE,EAAE,MAAM,CAAM;gBAEJ,OAAO,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;IAWtD,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAOnD"}
@@ -1,5 +1,6 @@
1
1
  import { SizeKey } from "../../props";
2
2
  import { PaddingTheme } from "./paddingTheme";
3
+ /** Left padding theme - controls left padding only */
3
4
  export declare class PlTheme extends PaddingTheme {
4
5
  constructor(sizeMap?: Record<SizeKey, string>);
5
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"plTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/size/plTheme.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":"plTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/size/plTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAiB,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,sDAAsD;AACtD,qBAAa,OAAQ,SAAQ,YAAY;gBAC3B,OAAO,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;CAW9C"}
@@ -1,5 +1,6 @@
1
1
  import { SizeKey } from "../../props";
2
2
  import { PaddingTheme } from "./paddingTheme";
3
+ /** Horizontal padding theme - controls left and right padding */
3
4
  export declare class PxTheme extends PaddingTheme {
4
5
  constructor(sizeMap?: Record<SizeKey, string>);
5
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"pxTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/size/pxTheme.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":"pxTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/size/pxTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAiB,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,iEAAiE;AACjE,qBAAa,OAAQ,SAAQ,YAAY;gBAC3B,OAAO,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;CAW9C"}
@@ -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"}