@driveflux/beam 3.0.17 → 3.0.18

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 (238) hide show
  1. package/dist/accordion/Accordion.js +203 -7
  2. package/dist/accordion/Accordion.stories.js +31 -11
  3. package/dist/alert/Alert.d.ts +1 -1
  4. package/dist/alert/Alert.d.ts.map +1 -1
  5. package/dist/alert/Alert.js +194 -20
  6. package/dist/alert/Alert.js.map +1 -1
  7. package/dist/alert/Alert.stories.js +50 -15
  8. package/dist/animations/LoadingAnimation.js +34 -21
  9. package/dist/badge/Badge.js +105 -7
  10. package/dist/badge/Badge.stories.js +28 -7
  11. package/dist/base-styles.css +1 -1
  12. package/dist/box/Box.js +151 -3
  13. package/dist/box/Box.stories.js +8 -7
  14. package/dist/breadcrumbs/Breadcrumbs.d.ts +1 -1
  15. package/dist/breadcrumbs/Breadcrumbs.d.ts.map +1 -1
  16. package/dist/breadcrumbs/Breadcrumbs.js +351 -28
  17. package/dist/breadcrumbs/Breadcrumbs.js.map +1 -1
  18. package/dist/breadcrumbs/Breadcrumbs.stories.js +51 -27
  19. package/dist/button/Button.js +190 -12
  20. package/dist/button/Button.stories.js +35 -7
  21. package/dist/button/TextButton.js +168 -9
  22. package/dist/card/Card.js +188 -7
  23. package/dist/card/Card.stories.js +10 -7
  24. package/dist/carousel/Carousel.js +308 -58
  25. package/dist/carousel/Carousel.stories.js +39 -7
  26. package/dist/carousel/CarouselButton.js +132 -7
  27. package/dist/center/Center.js +127 -3
  28. package/dist/center/Center.stories.js +19 -7
  29. package/dist/checkbox/Checkbox.js +188 -4
  30. package/dist/checkbox/Checkbox.stories.js +10 -8
  31. package/dist/chip/Chip.js +168 -3
  32. package/dist/chip/Chip.stories.js +19 -7
  33. package/dist/circular-progress/CircularProgress.js +159 -11
  34. package/dist/circular-progress/CircularProgress.stories.js +54 -14
  35. package/dist/command/command.d.ts +1 -1
  36. package/dist/command/command.d.ts.map +1 -1
  37. package/dist/command/command.js +249 -13
  38. package/dist/command/command.js.map +1 -1
  39. package/dist/datepicker/DatePicker.d.ts.map +1 -1
  40. package/dist/datepicker/DatePicker.js +245 -91
  41. package/dist/datepicker/DatePicker.js.map +1 -1
  42. package/dist/datepicker/DatePicker.stories.js +162 -58
  43. package/dist/datepicker/DatePickerDrawer.js +115 -17
  44. package/dist/datepicker/DatePickerPopover.js +208 -35
  45. package/dist/datepicker/constants.js +3 -4
  46. package/dist/datepicker/utils.js +4 -11
  47. package/dist/dialog/index.js +253 -33
  48. package/dist/dialog/index.js.map +1 -1
  49. package/dist/divider/Divider.js +127 -3
  50. package/dist/divider/Divider.stories.js +13 -7
  51. package/dist/drawer/index.js +230 -12
  52. package/dist/dropdown/Dropdown.js +297 -26
  53. package/dist/dropdown/Dropdown.stories.js +109 -22
  54. package/dist/dropdown/Dropdown.stories.js.map +1 -1
  55. package/dist/field-wrapper/FieldWrapper.js +203 -3
  56. package/dist/field-wrapper/FieldWrapper.stories.js +124 -28
  57. package/dist/flex/Flex.js +127 -3
  58. package/dist/flex/Flex.stories.js +19 -7
  59. package/dist/grid/Grid.js +127 -3
  60. package/dist/grid/Grid.stories.js +28 -7
  61. package/dist/hooks/use-breakpoint-value.js +77 -14
  62. package/dist/hooks/use-media-query.js +61 -12
  63. package/dist/hstack/HStack.js +127 -3
  64. package/dist/hstack/HStack.stories.js +19 -7
  65. package/dist/icons/FluxLogo.js +222 -9
  66. package/dist/icons/FluxLogoTable.js +118 -5
  67. package/dist/icons/Icon.js +117 -7
  68. package/dist/icons/Icon.stories.js +12 -7
  69. package/dist/icons/Icon24Hours.js +92 -5
  70. package/dist/icons/IconAcceleration.js +81 -4
  71. package/dist/icons/IconAccount.js +81 -4
  72. package/dist/icons/IconApplicant.js +87 -5
  73. package/dist/icons/IconArrow.js +87 -6
  74. package/dist/icons/IconArrowBack.js +81 -4
  75. package/dist/icons/IconArrowForward.js +81 -4
  76. package/dist/icons/IconArrowTopLeft.js +79 -4
  77. package/dist/icons/IconBluesharkProductGuide.js +89 -5
  78. package/dist/icons/IconBolt.js +81 -4
  79. package/dist/icons/IconBriefcase.js +81 -4
  80. package/dist/icons/IconBulb.js +81 -4
  81. package/dist/icons/IconCalendar.js +81 -4
  82. package/dist/icons/IconCalendarArrowBack.js +81 -4
  83. package/dist/icons/IconCalendarArrowForward.js +81 -4
  84. package/dist/icons/IconCalendarDoubleArrowBack.js +81 -4
  85. package/dist/icons/IconCalendarDoubleArrowForward.js +81 -4
  86. package/dist/icons/IconCancel.js +86 -5
  87. package/dist/icons/IconCancelMark.js +81 -4
  88. package/dist/icons/IconCarSUV.js +81 -4
  89. package/dist/icons/IconCarSedan.js +156 -7
  90. package/dist/icons/IconChain.js +88 -5
  91. package/dist/icons/IconCheckmark.js +81 -4
  92. package/dist/icons/IconChevronRight.js +81 -4
  93. package/dist/icons/IconCircle.js +123 -11
  94. package/dist/icons/IconCircleCheckmark.js +86 -5
  95. package/dist/icons/IconCircleError.js +81 -4
  96. package/dist/icons/IconCircleExclamation.js +113 -6
  97. package/dist/icons/IconCircleMark.js +87 -5
  98. package/dist/icons/IconCircleOutline.js +148 -5
  99. package/dist/icons/IconClock.js +89 -5
  100. package/dist/icons/IconClose.js +81 -4
  101. package/dist/icons/IconCollapseAll.js +103 -5
  102. package/dist/icons/IconConcierge.js +88 -5
  103. package/dist/icons/IconConciergeService.js +96 -5
  104. package/dist/icons/IconCreditCard.js +87 -5
  105. package/dist/icons/IconDash.js +81 -4
  106. package/dist/icons/IconDeliver.js +81 -4
  107. package/dist/icons/IconDelivery.js +96 -5
  108. package/dist/icons/IconDetails.js +81 -4
  109. package/dist/icons/IconDot.js +96 -6
  110. package/dist/icons/IconDownload.js +88 -5
  111. package/dist/icons/IconEVCharging.js +88 -5
  112. package/dist/icons/IconElectricCarFuel.js +89 -5
  113. package/dist/icons/IconEllipsis.js +87 -5
  114. package/dist/icons/IconEnvelope.js +81 -4
  115. package/dist/icons/IconExpandAll.js +103 -5
  116. package/dist/icons/IconEye.js +88 -5
  117. package/dist/icons/IconFacebook.js +103 -6
  118. package/dist/icons/IconFilter.js +92 -5
  119. package/dist/icons/IconFlagMalaysia.js +150 -5
  120. package/dist/icons/IconGiveKey.js +88 -5
  121. package/dist/icons/IconGlobe.js +79 -4
  122. package/dist/icons/IconGoogle.js +96 -5
  123. package/dist/icons/IconHome.js +87 -5
  124. package/dist/icons/IconHostAdvertise.js +81 -4
  125. package/dist/icons/IconHostCar.js +84 -4
  126. package/dist/icons/IconHostCash.js +100 -5
  127. package/dist/icons/IconHostHandle.js +79 -4
  128. package/dist/icons/IconHostLocation.js +79 -4
  129. package/dist/icons/IconHostPayment.js +100 -5
  130. package/dist/icons/IconHostService.js +88 -5
  131. package/dist/icons/IconHotDeals.js +81 -4
  132. package/dist/icons/IconInfo.js +86 -5
  133. package/dist/icons/IconInstagram.js +81 -4
  134. package/dist/icons/IconInsurance.js +108 -5
  135. package/dist/icons/IconInternet.js +82 -4
  136. package/dist/icons/IconInventory.js +87 -5
  137. package/dist/icons/IconLaurel.js +110 -5
  138. package/dist/icons/IconLinkedIn.js +81 -4
  139. package/dist/icons/IconLoading.js +87 -4
  140. package/dist/icons/IconLocation.js +89 -5
  141. package/dist/icons/IconLock.js +82 -4
  142. package/dist/icons/IconLogistics.js +81 -4
  143. package/dist/icons/IconMail.js +103 -5
  144. package/dist/icons/IconMember.js +87 -5
  145. package/dist/icons/IconMobilePen.js +92 -5
  146. package/dist/icons/IconMotorcycleMoped.js +87 -5
  147. package/dist/icons/IconNoCost.js +101 -5
  148. package/dist/icons/IconPDF.js +89 -5
  149. package/dist/icons/IconPencil.js +79 -4
  150. package/dist/icons/IconPhone.js +79 -4
  151. package/dist/icons/IconPlus.js +81 -4
  152. package/dist/icons/IconPricing.js +81 -4
  153. package/dist/icons/IconProtected.js +80 -4
  154. package/dist/icons/IconPsychology.js +81 -4
  155. package/dist/icons/IconQuestionTooltip.js +137 -4
  156. package/dist/icons/IconQuote.js +81 -4
  157. package/dist/icons/IconRate.js +80 -4
  158. package/dist/icons/IconRegister.js +108 -5
  159. package/dist/icons/IconReport.js +98 -6
  160. package/dist/icons/IconReturn.js +81 -4
  161. package/dist/icons/IconSearch.js +79 -4
  162. package/dist/icons/IconSecure.js +80 -4
  163. package/dist/icons/IconSecurity.js +82 -4
  164. package/dist/icons/IconSedanOutline.js +168 -5
  165. package/dist/icons/IconSelectArrow.js +87 -6
  166. package/dist/icons/IconSort.js +88 -5
  167. package/dist/icons/IconSortListed.js +104 -5
  168. package/dist/icons/IconSortPriceAscending.js +92 -5
  169. package/dist/icons/IconSortPriceDescending.js +92 -5
  170. package/dist/icons/IconSortYear.js +88 -5
  171. package/dist/icons/IconSpan.js +80 -4
  172. package/dist/icons/IconSpeaker.js +88 -4
  173. package/dist/icons/IconSpecialCar.js +104 -5
  174. package/dist/icons/IconStar.js +101 -7
  175. package/dist/icons/IconStockPhoto.js +104 -5
  176. package/dist/icons/IconSubscription.js +122 -6
  177. package/dist/icons/IconSubscriptions.js +122 -6
  178. package/dist/icons/IconSwap.js +88 -5
  179. package/dist/icons/IconTax.js +81 -4
  180. package/dist/icons/IconThinArrow.js +87 -6
  181. package/dist/icons/IconThumbsdown.js +87 -5
  182. package/dist/icons/IconThumbsup.js +87 -5
  183. package/dist/icons/IconTool.js +81 -4
  184. package/dist/icons/IconTooltip.js +137 -4
  185. package/dist/icons/IconTrash.js +81 -4
  186. package/dist/icons/IconTriangleExclamation.js +81 -4
  187. package/dist/icons/IconTyersBrakes.js +92 -5
  188. package/dist/icons/IconTyre.js +92 -5
  189. package/dist/icons/IconVacancy.js +87 -5
  190. package/dist/icons/IconVolunteer.js +81 -4
  191. package/dist/icons/IconWhatsapp.js +82 -4
  192. package/dist/icons/IconXPlatform.js +81 -4
  193. package/dist/icons/IconZeroEffort.js +86 -5
  194. package/dist/icons/Logo.js +108 -3
  195. package/dist/input/Input.js +134 -11
  196. package/dist/input/Input.stories.js +17 -18
  197. package/dist/input-mask/InputMask.js +158 -11
  198. package/dist/input-mask/InputMask.stories.js +5 -6
  199. package/dist/input-mask/mask-trackers.js +4 -5
  200. package/dist/input-select/InputSelect.js +390 -68
  201. package/dist/input-select/InputSelect.stories.js +98 -25
  202. package/dist/popover/popover.d.ts +1 -1
  203. package/dist/popover/popover.js +137 -5
  204. package/dist/progress/Progress.js +160 -2
  205. package/dist/progress/Progress.stories.js +13 -14
  206. package/dist/radio/Radio.js +227 -4
  207. package/dist/scroll-area/scroll-area.js +180 -5
  208. package/dist/search-input-select/SearchInputSelect.js +379 -69
  209. package/dist/select/Select.js +354 -29
  210. package/dist/select/Select.stories.js +55 -19
  211. package/dist/skeleton/Skeleton.js +71 -3
  212. package/dist/skeleton/Skeleton.stories.js +8 -7
  213. package/dist/slider/Slider.js +170 -5
  214. package/dist/slider/Slider.stories.js +12 -11
  215. package/dist/stack/Stack.js +127 -3
  216. package/dist/stack/Stack.stories.js +19 -7
  217. package/dist/styles.css +1 -7
  218. package/dist/table/Table.d.ts +1 -1
  219. package/dist/table/Table.d.ts.map +1 -1
  220. package/dist/table/Table.js +216 -10
  221. package/dist/table/Table.js.map +1 -1
  222. package/dist/table/Table.stories.js +84 -8
  223. package/dist/tabs/Tabs.js +198 -9
  224. package/dist/tabs/Tabs.stories.js +46 -13
  225. package/dist/text/Text.js +152 -6
  226. package/dist/text/Text.stories.js +44 -7
  227. package/dist/toast/Toast.stories.js +66 -14
  228. package/dist/toast/ToastBox.js +77 -29
  229. package/dist/toast/index.js +0 -1
  230. package/dist/toast/sonner.js +66 -6
  231. package/dist/toggle/Toggle.js +180 -7
  232. package/dist/toggle/Toggle.stories.js +10 -8
  233. package/dist/tooltip/Tooltip.js +169 -12
  234. package/dist/tooltip/Tooltip.stories.js +71 -13
  235. package/dist/utils.js +4 -2
  236. package/dist/vstack/VStack.js +127 -3
  237. package/dist/vstack/VStack.stories.js +19 -7
  238. package/package.json +29 -29
@@ -1,26 +1,39 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import Stack from '../stack/Stack';
3
3
  import { cn } from '../utils';
4
- const LoadingAnimation = ({ colorScheme = 'default' }) => {
5
- return (_jsxs(Stack, { className: "flex justify-center items-center", children: [_jsxs("div", { className: "relative flex gap-1", children: [[0, 1, 2, 3].map((index) => (_jsx("div", { className: cn('w-[10px] h-[10px] rounded-full', colorScheme === 'default' ? 'bg-primary2' : 'bg-white opacity-50') }, `static-${index}`))), _jsx("div", { className: "absolute top-0 left-0 flex items-center", style: {
6
- animation: 'dotAnimation 3s infinite',
7
- }, children: _jsx("div", { className: cn('w-full h-[10px] rounded-full', colorScheme === 'default' ? 'bg-links' : 'bg-white') }) })] }), _jsx("style", { children: `
8
- @keyframes dotAnimation {
9
- 0% { transform: translateX(0); width: 10px; }
10
- 9% { transform: translateX(0); width: 24px; }
11
- 17.5% { transform: translateX(14px); width: 10px; }
12
- 25% { transform: translateX(14px); width: 24px; }
13
- 35% { transform: translateX(28px); width: 10px; }
14
- 42.5% { transform: translateX(28px); width: 24px; }
15
- 50% { transform: translateX(42px); width: 10px; }
16
- 59% { transform: translateX(28px); width: 24px; }
17
- 67.5% { transform: translateX(28px); width: 10px; }
18
- 75% { transform: translateX(14px); width: 24px; }
19
- 85% { transform: translateX(14px); width: 10px; }
20
- 92.5% { transform: translateX(0px); width: 24px; }
21
- 100% { transform: translateX(0); width: 10px; }
22
- }
23
- ` })] }));
4
+ var LoadingAnimation = function LoadingAnimation(param) {
5
+ var _param_colorScheme = param.colorScheme, colorScheme = _param_colorScheme === void 0 ? 'default' : _param_colorScheme;
6
+ return /*#__PURE__*/ _jsxs(Stack, {
7
+ className: "flex justify-center items-center",
8
+ children: [
9
+ /*#__PURE__*/ _jsxs("div", {
10
+ className: "relative flex gap-1",
11
+ children: [
12
+ [
13
+ 0,
14
+ 1,
15
+ 2,
16
+ 3
17
+ ].map(function(index) {
18
+ return /*#__PURE__*/ _jsx("div", {
19
+ className: cn('w-[10px] h-[10px] rounded-full', colorScheme === 'default' ? 'bg-primary2' : 'bg-white opacity-50')
20
+ }, "static-".concat(index));
21
+ }),
22
+ /*#__PURE__*/ _jsx("div", {
23
+ className: "absolute top-0 left-0 flex items-center",
24
+ style: {
25
+ animation: 'dotAnimation 3s infinite'
26
+ },
27
+ children: /*#__PURE__*/ _jsx("div", {
28
+ className: cn('w-full h-[10px] rounded-full', colorScheme === 'default' ? 'bg-links' : 'bg-white')
29
+ })
30
+ })
31
+ ]
32
+ }),
33
+ /*#__PURE__*/ _jsx("style", {
34
+ children: "\n @keyframes dotAnimation {\n 0% { transform: translateX(0); width: 10px; }\n 9% { transform: translateX(0); width: 24px; }\n 17.5% { transform: translateX(14px); width: 10px; }\n 25% { transform: translateX(14px); width: 24px; }\n 35% { transform: translateX(28px); width: 10px; }\n 42.5% { transform: translateX(28px); width: 24px; }\n 50% { transform: translateX(42px); width: 10px; }\n 59% { transform: translateX(28px); width: 24px; }\n 67.5% { transform: translateX(28px); width: 10px; }\n 75% { transform: translateX(14px); width: 24px; }\n 85% { transform: translateX(14px); width: 10px; }\n 92.5% { transform: translateX(0px); width: 24px; }\n 100% { transform: translateX(0); width: 10px; }\n}\n "
35
+ })
36
+ ]
37
+ });
24
38
  };
25
39
  export default LoadingAnimation;
26
- //# sourceMappingURL=LoadingAnimation.js.map
@@ -1,20 +1,118 @@
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
29
+ function ownKeys(object, enumerableOnly) {
30
+ var keys = Object.keys(object);
31
+ if (Object.getOwnPropertySymbols) {
32
+ var symbols = Object.getOwnPropertySymbols(object);
33
+ if (enumerableOnly) {
34
+ symbols = symbols.filter(function(sym) {
35
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
36
+ });
37
+ }
38
+ keys.push.apply(keys, symbols);
39
+ }
40
+ return keys;
41
+ }
42
+ function _object_spread_props(target, source) {
43
+ source = source != null ? source : {};
44
+ if (Object.getOwnPropertyDescriptors) {
45
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
46
+ } else {
47
+ ownKeys(Object(source)).forEach(function(key) {
48
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
49
+ });
50
+ }
51
+ return target;
52
+ }
53
+ function _object_without_properties(source, excluded) {
54
+ if (source == null) return {};
55
+ var target = {}, sourceKeys, key, i;
56
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
57
+ sourceKeys = Reflect.ownKeys(Object(source));
58
+ for(i = 0; i < sourceKeys.length; i++){
59
+ key = sourceKeys[i];
60
+ if (excluded.indexOf(key) >= 0) continue;
61
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
62
+ target[key] = source[key];
63
+ }
64
+ return target;
65
+ }
66
+ target = _object_without_properties_loose(source, excluded);
67
+ if (Object.getOwnPropertySymbols) {
68
+ sourceKeys = Object.getOwnPropertySymbols(source);
69
+ for(i = 0; i < sourceKeys.length; i++){
70
+ key = sourceKeys[i];
71
+ if (excluded.indexOf(key) >= 0) continue;
72
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
73
+ target[key] = source[key];
74
+ }
75
+ }
76
+ return target;
77
+ }
78
+ function _object_without_properties_loose(source, excluded) {
79
+ if (source == null) return {};
80
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
81
+ for(i = 0; i < sourceKeys.length; i++){
82
+ key = sourceKeys[i];
83
+ if (excluded.indexOf(key) >= 0) continue;
84
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
85
+ target[key] = source[key];
86
+ }
87
+ return target;
88
+ }
1
89
  import { jsx as _jsx } from "react/jsx-runtime";
2
90
  import { cva } from 'class-variance-authority';
3
91
  import Box from '../box/Box';
4
92
  import { cn } from '../utils';
5
- const badgeVariants = cva('inline-flex text-white w-max h-5 px-2 py-2 font-medium text-xs tracking-[0.5px] leading-[18px] uppercase bg-black rounded-sm', {
93
+ var badgeVariants = cva('inline-flex text-white w-max h-5 px-2 py-2 font-medium text-xs tracking-[0.5px] leading-[18px] uppercase bg-black rounded-sm', {
6
94
  variants: {
7
95
  colorScheme: {
8
96
  success: 'bg-success4',
9
97
  accent: 'bg-accent4',
10
98
  error: 'bg-accent4',
11
99
  warning: 'bg-warning4',
12
- info: 'bg-links',
13
- },
14
- },
100
+ info: 'bg-links'
101
+ }
102
+ }
15
103
  });
16
- function Badge({ className, colorScheme, children, ...props }) {
17
- return (_jsx(Box, { className: cn(badgeVariants({ colorScheme }), 'items-center', className), ...props, children: children }));
104
+ function Badge(_0) {
105
+ var className = _0.className, colorScheme = _0.colorScheme, children = _0.children, props = _object_without_properties(_0, [
106
+ "className",
107
+ "colorScheme",
108
+ "children"
109
+ ]);
110
+ return /*#__PURE__*/ _jsx(Box, _object_spread_props(_object_spread({
111
+ className: cn(badgeVariants({
112
+ colorScheme: colorScheme
113
+ }), 'items-center', className)
114
+ }, props), {
115
+ children: children
116
+ }));
18
117
  }
19
118
  export default Badge;
20
- //# sourceMappingURL=Badge.js.map
@@ -1,13 +1,34 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import VStack from '../vstack/VStack.js';
3
3
  import Badge from './Badge.js';
4
- const meta = {
5
- component: Badge,
4
+ var meta = {
5
+ component: Badge
6
6
  };
7
7
  export default meta;
8
- export const FirstStory = {
9
- render: () => {
10
- return (_jsxs(VStack, { children: [_jsx(Badge, { colorScheme: 'accent', children: "accent" }), _jsx(Badge, { colorScheme: 'success', children: "success" }), _jsx(Badge, { colorScheme: 'warning', children: "warning" }), _jsx(Badge, { colorScheme: 'info', children: "info" }), _jsx(Badge, { children: "60 months" })] }));
11
- },
8
+ export var FirstStory = {
9
+ render: function render() {
10
+ return /*#__PURE__*/ _jsxs(VStack, {
11
+ children: [
12
+ /*#__PURE__*/ _jsx(Badge, {
13
+ colorScheme: 'accent',
14
+ children: "accent"
15
+ }),
16
+ /*#__PURE__*/ _jsx(Badge, {
17
+ colorScheme: 'success',
18
+ children: "success"
19
+ }),
20
+ /*#__PURE__*/ _jsx(Badge, {
21
+ colorScheme: 'warning',
22
+ children: "warning"
23
+ }),
24
+ /*#__PURE__*/ _jsx(Badge, {
25
+ colorScheme: 'info',
26
+ children: "info"
27
+ }),
28
+ /*#__PURE__*/ _jsx(Badge, {
29
+ children: "60 months"
30
+ })
31
+ ]
32
+ });
33
+ }
12
34
  };
13
- //# sourceMappingURL=Badge.stories.js.map
@@ -1,7 +1,7 @@
1
1
  @import "./root.css";
2
2
  @import "./datepicker/calendar.css";
3
3
 
4
- @plugin 'tailwindcss-animate';
4
+ @plugin "tailwindcss-animate";
5
5
 
6
6
  @custom-variant dark (&:is(.dark *));
7
7
 
package/dist/box/Box.js CHANGED
@@ -1,7 +1,155 @@
1
+ function _array_like_to_array(arr, len) {
2
+ if (len == null || len > arr.length) len = arr.length;
3
+ for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
4
+ return arr2;
5
+ }
6
+ function _array_with_holes(arr) {
7
+ if (Array.isArray(arr)) return arr;
8
+ }
9
+ function _define_property(obj, key, value) {
10
+ if (key in obj) {
11
+ Object.defineProperty(obj, key, {
12
+ value: value,
13
+ enumerable: true,
14
+ configurable: true,
15
+ writable: true
16
+ });
17
+ } else {
18
+ obj[key] = value;
19
+ }
20
+ return obj;
21
+ }
22
+ function _iterable_to_array(iter) {
23
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
24
+ }
25
+ function _iterable_to_array_limit(arr, i) {
26
+ var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
27
+ if (_i == null) return;
28
+ var _arr = [];
29
+ var _n = true;
30
+ var _d = false;
31
+ var _s, _e;
32
+ try {
33
+ for(_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true){
34
+ _arr.push(_s.value);
35
+ if (i && _arr.length === i) break;
36
+ }
37
+ } catch (err) {
38
+ _d = true;
39
+ _e = err;
40
+ } finally{
41
+ try {
42
+ if (!_n && _i["return"] != null) _i["return"]();
43
+ } finally{
44
+ if (_d) throw _e;
45
+ }
46
+ }
47
+ return _arr;
48
+ }
49
+ function _non_iterable_rest() {
50
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
51
+ }
52
+ function _object_spread(target) {
53
+ for(var i = 1; i < arguments.length; i++){
54
+ var source = arguments[i] != null ? arguments[i] : {};
55
+ var ownKeys = Object.keys(source);
56
+ if (typeof Object.getOwnPropertySymbols === "function") {
57
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
58
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
59
+ }));
60
+ }
61
+ ownKeys.forEach(function(key) {
62
+ _define_property(target, key, source[key]);
63
+ });
64
+ }
65
+ return target;
66
+ }
67
+ function ownKeys(object, enumerableOnly) {
68
+ var keys = Object.keys(object);
69
+ if (Object.getOwnPropertySymbols) {
70
+ var symbols = Object.getOwnPropertySymbols(object);
71
+ if (enumerableOnly) {
72
+ symbols = symbols.filter(function(sym) {
73
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
74
+ });
75
+ }
76
+ keys.push.apply(keys, symbols);
77
+ }
78
+ return keys;
79
+ }
80
+ function _object_spread_props(target, source) {
81
+ source = source != null ? source : {};
82
+ if (Object.getOwnPropertyDescriptors) {
83
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
84
+ } else {
85
+ ownKeys(Object(source)).forEach(function(key) {
86
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
87
+ });
88
+ }
89
+ return target;
90
+ }
91
+ function _object_without_properties(source, excluded) {
92
+ if (source == null) return {};
93
+ var target = {}, sourceKeys, key, i;
94
+ if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
95
+ sourceKeys = Reflect.ownKeys(Object(source));
96
+ for(i = 0; i < sourceKeys.length; i++){
97
+ key = sourceKeys[i];
98
+ if (excluded.indexOf(key) >= 0) continue;
99
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
100
+ target[key] = source[key];
101
+ }
102
+ return target;
103
+ }
104
+ target = _object_without_properties_loose(source, excluded);
105
+ if (Object.getOwnPropertySymbols) {
106
+ sourceKeys = Object.getOwnPropertySymbols(source);
107
+ for(i = 0; i < sourceKeys.length; i++){
108
+ key = sourceKeys[i];
109
+ if (excluded.indexOf(key) >= 0) continue;
110
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
111
+ target[key] = source[key];
112
+ }
113
+ }
114
+ return target;
115
+ }
116
+ function _object_without_properties_loose(source, excluded) {
117
+ if (source == null) return {};
118
+ var target = {}, sourceKeys = Object.getOwnPropertyNames(source), key, i;
119
+ for(i = 0; i < sourceKeys.length; i++){
120
+ key = sourceKeys[i];
121
+ if (excluded.indexOf(key) >= 0) continue;
122
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
123
+ target[key] = source[key];
124
+ }
125
+ return target;
126
+ }
127
+ function _sliced_to_array(arr, i) {
128
+ return _array_with_holes(arr) || _iterable_to_array_limit(arr, i) || _unsupported_iterable_to_array(arr, i) || _non_iterable_rest();
129
+ }
130
+ function _to_array(arr) {
131
+ return _array_with_holes(arr) || _iterable_to_array(arr) || _unsupported_iterable_to_array(arr) || _non_iterable_rest();
132
+ }
133
+ function _unsupported_iterable_to_array(o, minLen) {
134
+ if (!o) return;
135
+ if (typeof o === "string") return _array_like_to_array(o, minLen);
136
+ var n = Object.prototype.toString.call(o).slice(8, -1);
137
+ if (n === "Object" && o.constructor) n = o.constructor.name;
138
+ if (n === "Map" || n === "Set") return Array.from(n);
139
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
140
+ }
1
141
  import * as React from 'react';
2
- const Box = React.forwardRef(({ as = 'div', children, ...props }, ref) => {
3
- return React.createElement(as, { ...props, ref }, children);
142
+ var Box = /*#__PURE__*/ React.forwardRef(function(_0, _1) {
143
+ var _ref = [
144
+ _0,
145
+ _1
146
+ ], _ref1 = _to_array(_ref), _ref2 = _ref1[0], _rest = _ref1.slice(1), _ref_as = _ref2.as, as = _ref_as === void 0 ? 'div' : _ref_as, children = _ref2.children, props = _object_without_properties(_ref2, [
147
+ "as",
148
+ "children"
149
+ ]), _rest1 = _sliced_to_array(_rest, 1), ref = _rest1[0];
150
+ return /*#__PURE__*/ React.createElement(as, _object_spread_props(_object_spread({}, props), {
151
+ ref: ref
152
+ }), children);
4
153
  });
5
154
  Box.displayName = 'Box';
6
155
  export default Box;
7
- //# sourceMappingURL=Box.js.map
@@ -1,12 +1,13 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import Box from './Box.js';
3
- const meta = {
4
- component: Box,
3
+ var meta = {
4
+ component: Box
5
5
  };
6
6
  export default meta;
7
- export const FirstStory = {
8
- render: () => {
9
- return _jsx(Box, { className: "h-16 w-16 min-w-16 border border-primary2" });
10
- },
7
+ export var FirstStory = {
8
+ render: function render() {
9
+ return /*#__PURE__*/ _jsx(Box, {
10
+ className: "h-16 w-16 min-w-16 border border-primary2"
11
+ });
12
+ }
11
13
  };
12
- //# sourceMappingURL=Box.stories.js.map
@@ -27,5 +27,5 @@ declare const Breadcrumbs: React.ForwardRefExoticComponent<Omit<React.DetailedHT
27
27
  separator?: React.ReactNode;
28
28
  } & React.RefAttributes<HTMLElement>>;
29
29
  export default Breadcrumbs;
30
- export { BreadcrumbList, BreadcrumbItem, BreadcrumbLink, BreadcrumbPage, BreadcrumbSeparator, BreadcrumbEllipsis, };
30
+ export { BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, };
31
31
  //# sourceMappingURL=Breadcrumbs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../src/breadcrumbs/Breadcrumbs.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAmB9B,QAAA,MAAM,cAAc,2KAYlB,CAAA;AAGF,QAAA,MAAM,cAAc,kKAUlB,CAAA;AAGF,QAAA,MAAM,cAAc;UAGZ,MAAM;cACF,OAAO;2CAejB,CAAA;AAGF,QAAA,MAAM,cAAc,sKAalB,CAAA;AAGF,QAAA,MAAM,mBAAmB;wCAItB,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC;;CAU5B,CAAA;AAGD,QAAA,MAAM,kBAAkB;8BAGrB,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC;;CAU9B,CAAA;AAGD,QAAA,MAAM,WAAW;YAGP,KAAK,CAAC;QACb,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,KAAK,EAAE,KAAK,CAAC,SAAS,CAAA;KACtB,CAAC;oBACc,KAAK,CAAC,aAAa,CAAC;QAEnC,IAAI,EAAE,GAAG,CAAA;QACT,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;KACzB,CAAC;0BACoB,MAAM;gBAChB,KAAK,CAAC,SAAS;qCA8F5B,CAAA;AAED,eAAe,WAAW,CAAA;AAE1B,OAAO,EACN,cAAc,EACd,cAAc,EACd,cAAc,EACd,cAAc,EACd,mBAAmB,EACnB,kBAAkB,GAClB,CAAA"}
1
+ {"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../src/breadcrumbs/Breadcrumbs.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAmB9B,QAAA,MAAM,cAAc,2KAYlB,CAAA;AAGF,QAAA,MAAM,cAAc,kKAUlB,CAAA;AAGF,QAAA,MAAM,cAAc;UAGZ,MAAM;cACF,OAAO;2CAejB,CAAA;AAGF,QAAA,MAAM,cAAc,sKAalB,CAAA;AAGF,QAAA,MAAM,mBAAmB;wCAItB,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC;;CAU5B,CAAA;AAGD,QAAA,MAAM,kBAAkB;8BAGrB,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC;;CAU9B,CAAA;AAGD,QAAA,MAAM,WAAW;YAGP,KAAK,CAAC;QACb,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,KAAK,EAAE,KAAK,CAAC,SAAS,CAAA;KACtB,CAAC;oBACc,KAAK,CAAC,aAAa,CAAC;QAEnC,IAAI,EAAE,GAAG,CAAA;QACT,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;KACzB,CAAC;0BACoB,MAAM;gBAChB,KAAK,CAAC,SAAS;qCA8F5B,CAAA;AAED,eAAe,WAAW,CAAA;AAE1B,OAAO,EACN,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,cAAc,EACd,cAAc,EACd,mBAAmB,GACnB,CAAA"}