@vaneui/ui 0.3.1-alpha.20251130172447.8795285 → 0.3.1-alpha.20251201144940.b3e097b

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 (99) hide show
  1. package/dist/components/ui/badge.d.ts +36 -2
  2. package/dist/components/ui/badge.d.ts.map +1 -1
  3. package/dist/components/ui/button.d.ts +39 -3
  4. package/dist/components/ui/button.d.ts.map +1 -1
  5. package/dist/components/ui/card.d.ts +43 -2
  6. package/dist/components/ui/card.d.ts.map +1 -1
  7. package/dist/components/ui/checkbox.d.ts +39 -2
  8. package/dist/components/ui/checkbox.d.ts.map +1 -1
  9. package/dist/components/ui/chip.d.ts +36 -2
  10. package/dist/components/ui/chip.d.ts.map +1 -1
  11. package/dist/components/ui/code.d.ts +36 -2
  12. package/dist/components/ui/code.d.ts.map +1 -1
  13. package/dist/components/ui/col.d.ts +41 -2
  14. package/dist/components/ui/col.d.ts.map +1 -1
  15. package/dist/components/ui/container.d.ts +38 -2
  16. package/dist/components/ui/container.d.ts.map +1 -1
  17. package/dist/components/ui/divider.d.ts +32 -2
  18. package/dist/components/ui/divider.d.ts.map +1 -1
  19. package/dist/components/ui/grid.d.ts +117 -10
  20. package/dist/components/ui/grid.d.ts.map +1 -1
  21. package/dist/components/ui/img.d.ts +36 -2
  22. package/dist/components/ui/img.d.ts.map +1 -1
  23. package/dist/components/ui/input.d.ts +36 -2
  24. package/dist/components/ui/input.d.ts.map +1 -1
  25. package/dist/components/ui/label.d.ts +42 -2
  26. package/dist/components/ui/label.d.ts.map +1 -1
  27. package/dist/components/ui/props/keys.d.ts +4 -28
  28. package/dist/components/ui/props/keys.d.ts.map +1 -1
  29. package/dist/components/ui/row.d.ts +40 -2
  30. package/dist/components/ui/row.d.ts.map +1 -1
  31. package/dist/components/ui/section.d.ts +39 -2
  32. package/dist/components/ui/section.d.ts.map +1 -1
  33. package/dist/components/ui/stack.d.ts +40 -2
  34. package/dist/components/ui/stack.d.ts.map +1 -1
  35. package/dist/components/ui/theme/appearance/appearanceTheme.d.ts.map +1 -1
  36. package/dist/components/ui/typography.d.ts +223 -14
  37. package/dist/components/ui/typography.d.ts.map +1 -1
  38. package/dist/index.esm.js +877 -124
  39. package/dist/index.esm.js.map +1 -1
  40. package/dist/index.js +876 -152
  41. package/dist/index.js.map +1 -1
  42. package/dist/ui.css +15 -0
  43. package/package.json +1 -1
  44. package/dist/components/ui/props/appearance.d.ts +0 -3
  45. package/dist/components/ui/props/appearance.d.ts.map +0 -1
  46. package/dist/components/ui/props/border.d.ts +0 -9
  47. package/dist/components/ui/props/border.d.ts.map +0 -1
  48. package/dist/components/ui/props/breakpoint.d.ts +0 -3
  49. package/dist/components/ui/props/breakpoint.d.ts.map +0 -1
  50. package/dist/components/ui/props/display.d.ts +0 -3
  51. package/dist/components/ui/props/display.d.ts.map +0 -1
  52. package/dist/components/ui/props/flexDirection.d.ts +0 -3
  53. package/dist/components/ui/props/flexDirection.d.ts.map +0 -1
  54. package/dist/components/ui/props/focusVisible.d.ts +0 -3
  55. package/dist/components/ui/props/focusVisible.d.ts.map +0 -1
  56. package/dist/components/ui/props/fontFamily.d.ts +0 -3
  57. package/dist/components/ui/props/fontFamily.d.ts.map +0 -1
  58. package/dist/components/ui/props/fontStyle.d.ts +0 -3
  59. package/dist/components/ui/props/fontStyle.d.ts.map +0 -1
  60. package/dist/components/ui/props/fontWeight.d.ts +0 -3
  61. package/dist/components/ui/props/fontWeight.d.ts.map +0 -1
  62. package/dist/components/ui/props/gap.d.ts +0 -3
  63. package/dist/components/ui/props/gap.d.ts.map +0 -1
  64. package/dist/components/ui/props/hide.d.ts +0 -3
  65. package/dist/components/ui/props/hide.d.ts.map +0 -1
  66. package/dist/components/ui/props/items.d.ts +0 -3
  67. package/dist/components/ui/props/items.d.ts.map +0 -1
  68. package/dist/components/ui/props/justify.d.ts +0 -3
  69. package/dist/components/ui/props/justify.d.ts.map +0 -1
  70. package/dist/components/ui/props/listStyle.d.ts +0 -3
  71. package/dist/components/ui/props/listStyle.d.ts.map +0 -1
  72. package/dist/components/ui/props/overflow.d.ts +0 -3
  73. package/dist/components/ui/props/overflow.d.ts.map +0 -1
  74. package/dist/components/ui/props/padding.d.ts +0 -3
  75. package/dist/components/ui/props/padding.d.ts.map +0 -1
  76. package/dist/components/ui/props/position.d.ts +0 -3
  77. package/dist/components/ui/props/position.d.ts.map +0 -1
  78. package/dist/components/ui/props/reverse.d.ts +0 -3
  79. package/dist/components/ui/props/reverse.d.ts.map +0 -1
  80. package/dist/components/ui/props/ring.d.ts +0 -3
  81. package/dist/components/ui/props/ring.d.ts.map +0 -1
  82. package/dist/components/ui/props/shadow.d.ts +0 -3
  83. package/dist/components/ui/props/shadow.d.ts.map +0 -1
  84. package/dist/components/ui/props/shape.d.ts +0 -3
  85. package/dist/components/ui/props/shape.d.ts.map +0 -1
  86. package/dist/components/ui/props/size.d.ts +0 -3
  87. package/dist/components/ui/props/size.d.ts.map +0 -1
  88. package/dist/components/ui/props/textAlign.d.ts +0 -3
  89. package/dist/components/ui/props/textAlign.d.ts.map +0 -1
  90. package/dist/components/ui/props/textDecoration.d.ts +0 -3
  91. package/dist/components/ui/props/textDecoration.d.ts.map +0 -1
  92. package/dist/components/ui/props/textTransform.d.ts +0 -3
  93. package/dist/components/ui/props/textTransform.d.ts.map +0 -1
  94. package/dist/components/ui/props/transparent.d.ts +0 -3
  95. package/dist/components/ui/props/transparent.d.ts.map +0 -1
  96. package/dist/components/ui/props/variant.d.ts +0 -3
  97. package/dist/components/ui/props/variant.d.ts.map +0 -1
  98. package/dist/components/ui/props/wrap.d.ts +0 -3
  99. package/dist/components/ui/props/wrap.d.ts.map +0 -1
package/dist/ui.css CHANGED
@@ -480,6 +480,9 @@
480
480
  .mx-auto {
481
481
  margin-inline: auto;
482
482
  }
483
+ .mb-2 {
484
+ margin-bottom: calc(var(--spacing) * 2);
485
+ }
483
486
  .block {
484
487
  display: block;
485
488
  }
@@ -523,12 +526,18 @@
523
526
  .h-\[calc\(var\(--lh\)\*var\(--fs\)\)\] {
524
527
  height: calc(var(--lh) * var(--fs));
525
528
  }
529
+ .h-auto {
530
+ height: auto;
531
+ }
526
532
  .h-fit {
527
533
  height: fit-content;
528
534
  }
529
535
  .h-px {
530
536
  height: 1px;
531
537
  }
538
+ .h-screen {
539
+ height: 100vh;
540
+ }
532
541
  .w-fit {
533
542
  width: fit-content;
534
543
  }
@@ -556,6 +565,9 @@
556
565
  .max-w-lg {
557
566
  max-width: var(--container-lg);
558
567
  }
568
+ .max-w-none {
569
+ max-width: none;
570
+ }
559
571
  .max-w-sm {
560
572
  max-width: var(--container-sm);
561
573
  }
@@ -589,6 +601,9 @@
589
601
  .appearance-none {
590
602
  appearance: none;
591
603
  }
604
+ .auto-rows-fr {
605
+ grid-auto-rows: minmax(0, 1fr);
606
+ }
592
607
  .grid-cols-1 {
593
608
  grid-template-columns: repeat(1, minmax(0, 1fr));
594
609
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaneui/ui",
3
- "version": "0.3.1-alpha.20251130172447.8795285",
3
+ "version": "0.3.1-alpha.20251201144940.b3e097b",
4
4
  "description": "A simple and lightweight UI component library for React, built with Tailwind CSS.",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -1,3 +0,0 @@
1
- /** All appearance property values */
2
- export declare const APPEARANCE_VALUES: readonly ["default", "accent", "primary", "secondary", "tertiary", "success", "danger", "warning", "info", "link"];
3
- //# 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,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,oHAAqH,CAAC"}
@@ -1,9 +0,0 @@
1
- /** Hide border - removes border styling (overrides appearance colors) */
2
- export declare const NO_BORDER: "noBorder";
3
- /** All border property values - includes all border variations and noBorder */
4
- export declare const BORDER_VALUES: readonly ["border", "borderT", "borderB", "borderL", "borderR", "borderX", "borderY", "noBorder"];
5
- /** All border side keys (excluding noBorder since it doesn't have a CSS class) */
6
- export declare const BORDER_KEYS: readonly ["border", "borderT", "borderB", "borderL", "borderR", "borderX", "borderY"];
7
- /** Type for all border side keys (excluding noBorder) */
8
- export type BorderKey = typeof BORDER_KEYS[number];
9
- //# 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,yEAAyE;AACzE,eAAO,MAAM,SAAS,EAAG,UAAmB,CAAC;AAE7C,+EAA+E;AAC/E,eAAO,MAAM,aAAa,mGAAoG,CAAC;AAE/H,kFAAkF;AAClF,eAAO,MAAM,WAAW,uFAAwF,CAAC;AAEjH,yDAAyD;AACzD,MAAM,MAAM,SAAS,GAAG,OAAO,WAAW,CAAC,MAAM,CAAC,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All breakpoint property values */
2
- export declare const BREAKPOINT_VALUES: readonly ["mobileCol", "tabletCol", "laptopCol", "desktopCol"];
3
- //# 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,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,gEAAiE,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All display property values */
2
- export declare const DISPLAY_VALUES: readonly ["inline", "block", "inlineBlock", "flex", "inlineFlex", "grid", "inlineGrid", "contents", "table", "tableCell", "hidden"];
3
- //# 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,kCAAkC;AAClC,eAAO,MAAM,cAAc,qIAAsI,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All flex direction property values */
2
- export declare const FLEX_DIRECTION_VALUES: readonly ["row", "column", "rowReverse", "columnReverse"];
3
- //# 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,yCAAyC;AACzC,eAAO,MAAM,qBAAqB,2DAA4D,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All focusVisible property values */
2
- export declare const FOCUS_VISIBLE_VALUES: readonly ["focusVisible", "noFocusVisible"];
3
- //# 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,uCAAuC;AACvC,eAAO,MAAM,oBAAoB,6CAA8C,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All font family property values */
2
- export declare const FONT_FAMILY_VALUES: readonly ["sans", "serif", "mono"];
3
- //# 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,sCAAsC;AACtC,eAAO,MAAM,kBAAkB,oCAAqC,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All font style property values */
2
- export declare const FONT_STYLE_VALUES: readonly ["italic", "notItalic"];
3
- //# 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,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,kCAAmC,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All font weight property values */
2
- export declare const FONT_WEIGHT_VALUES: readonly ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"];
3
- //# 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,sCAAsC;AACtC,eAAO,MAAM,kBAAkB,wGAAyG,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All gap property values */
2
- export declare const GAP_VALUES: readonly ["gap", "noGap"];
3
- //# 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,8BAA8B;AAC9B,eAAO,MAAM,UAAU,2BAA4B,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All hide property values */
2
- export declare const HIDE_VALUES: readonly ["mobileHide", "tabletHide", "laptopHide", "desktopHide"];
3
- //# 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,+BAA+B;AAC/B,eAAO,MAAM,WAAW,oEAAqE,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All items property values */
2
- export declare const ITEMS_VALUES: readonly ["itemsStart", "itemsEnd", "itemsCenter", "itemsBaseline", "itemsStretch"];
3
- //# 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,gCAAgC;AAChC,eAAO,MAAM,YAAY,qFAAsF,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All justify property values */
2
- export declare const JUSTIFY_VALUES: readonly ["justifyStart", "justifyEnd", "justifyCenter", "justifyBetween", "justifyAround", "justifyEvenly", "justifyStretch", "justifyBaseline"];
3
- //# 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,kCAAkC;AAClC,eAAO,MAAM,cAAc,mJAAoJ,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All list style property values */
2
- export declare const LIST_STYLE_VALUES: readonly ["disc", "decimal"];
3
- //# 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,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,8BAA+B,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All overflow property values */
2
- export declare const OVERFLOW_VALUES: readonly ["overflowAuto", "overflowHidden", "overflowClip", "overflowVisible", "overflowScroll", "overflowXAuto", "overflowYAuto", "overflowXHidden", "overflowYHidden", "overflowXClip", "overflowYClip", "overflowXVisible", "overflowYVisible", "overflowXScroll", "overflowYScroll"];
3
- //# 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,mCAAmC;AACnC,eAAO,MAAM,eAAe,0RAKlB,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All padding property values */
2
- export declare const PADDING_VALUES: readonly ["padding", "noPadding"];
3
- //# 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,kCAAkC;AAClC,eAAO,MAAM,cAAc,mCAAoC,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All position property values */
2
- export declare const POSITION_VALUES: readonly ["relative", "absolute", "fixed", "sticky", "static"];
3
- //# 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,mCAAmC;AACnC,eAAO,MAAM,eAAe,gEAAiE,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All reverse property values */
2
- export declare const REVERSE_VALUES: readonly ["reverse"];
3
- //# sourceMappingURL=reverse.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"reverse.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/reverse.ts"],"names":[],"mappings":"AAAA,kCAAkC;AAClC,eAAO,MAAM,cAAc,sBAAuB,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All ring property values */
2
- export declare const RING_VALUES: readonly ["ring", "noRing"];
3
- //# 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,+BAA+B;AAC/B,eAAO,MAAM,WAAW,6BAA8B,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All shadow property values */
2
- export declare const SHADOW_VALUES: readonly ["shadow", "noShadow"];
3
- //# 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,iCAAiC;AACjC,eAAO,MAAM,aAAa,iCAAkC,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All shape property values */
2
- export declare const SHAPE_VALUES: readonly ["pill", "sharp", "rounded"];
3
- //# 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,gCAAgC;AAChC,eAAO,MAAM,YAAY,uCAAwC,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All size property values */
2
- export declare const SIZE_VALUES: readonly ["xs", "sm", "md", "lg", "xl"];
3
- //# 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,+BAA+B;AAC/B,eAAO,MAAM,WAAW,yCAA0C,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All text align property values */
2
- export declare const TEXT_ALIGN_VALUES: readonly ["textLeft", "textCenter", "textRight", "textJustify"];
3
- //# 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,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,iEAAkE,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All text decoration property values */
2
- export declare const TEXT_DECORATION_VALUES: readonly ["underline", "lineThrough", "noUnderline", "overline"];
3
- //# 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,sBAAsB,kEAAmE,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All text transform property values */
2
- export declare const TEXT_TRANSFORM_VALUES: readonly ["uppercase", "lowercase", "capitalize", "normalCase"];
3
- //# 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,yCAAyC;AACzC,eAAO,MAAM,qBAAqB,iEAAkE,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All transparent property values */
2
- export declare const TRANSPARENT_VALUES: readonly ["transparent"];
3
- //# 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,sCAAsC;AACtC,eAAO,MAAM,kBAAkB,0BAA2B,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All variant property values */
2
- export declare const VARIANT_VALUES: readonly ["filled", "outline"];
3
- //# 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,kCAAkC;AAClC,eAAO,MAAM,cAAc,gCAAiC,CAAC"}
@@ -1,3 +0,0 @@
1
- /** All wrap property values */
2
- export declare const WRAP_VALUES: readonly ["flexWrap", "flexNoWrap", "flexWrapReverse"];
3
- //# 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,+BAA+B;AAC/B,eAAO,MAAM,WAAW,wDAAyD,CAAC"}