@driveflux/beam 3.0.3 → 3.0.4

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 (218) hide show
  1. package/dist/accordion/Accordion.js +133 -7
  2. package/dist/accordion/Accordion.stories.js +31 -11
  3. package/dist/alert/Alert.js +120 -19
  4. package/dist/alert/Alert.stories.js +50 -15
  5. package/dist/animations/LoadingAnimation.js +34 -21
  6. package/dist/badge/Badge.js +96 -7
  7. package/dist/badge/Badge.stories.js +28 -7
  8. package/dist/box/Box.js +87 -3
  9. package/dist/box/Box.stories.js +8 -7
  10. package/dist/breadcrumbs/Breadcrumbs.js +288 -28
  11. package/dist/breadcrumbs/Breadcrumbs.stories.js +51 -27
  12. package/dist/button/Button.js +124 -12
  13. package/dist/button/Button.stories.js +35 -7
  14. package/dist/card/Card.js +109 -7
  15. package/dist/card/Card.stories.js +10 -7
  16. package/dist/carousel/Carousel.js +281 -58
  17. package/dist/carousel/Carousel.stories.js +39 -7
  18. package/dist/carousel/CarouselButton.js +68 -7
  19. package/dist/center/Center.js +63 -3
  20. package/dist/center/Center.stories.js +19 -7
  21. package/dist/checkbox/Checkbox.js +124 -4
  22. package/dist/checkbox/Checkbox.stories.js +10 -8
  23. package/dist/chip/Chip.js +104 -3
  24. package/dist/chip/Chip.stories.js +19 -7
  25. package/dist/circular-progress/CircularProgress.js +150 -11
  26. package/dist/circular-progress/CircularProgress.stories.js +54 -14
  27. package/dist/command/command.js +170 -13
  28. package/dist/datepicker/DatePicker.js +234 -90
  29. package/dist/datepicker/DatePicker.stories.js +163 -58
  30. package/dist/datepicker/DatePickerDrawer.js +116 -17
  31. package/dist/datepicker/DatePickerPopover.js +208 -35
  32. package/dist/datepicker/constants.js +3 -4
  33. package/dist/datepicker/utils.js +4 -11
  34. package/dist/dialog/index.js +180 -33
  35. package/dist/divider/Divider.js +63 -3
  36. package/dist/divider/Divider.stories.js +13 -7
  37. package/dist/drawer/index.js +157 -12
  38. package/dist/dropdown/Dropdown.js +212 -26
  39. package/dist/dropdown/Dropdown.stories.js +109 -22
  40. package/dist/field-wrapper/FieldWrapper.js +139 -3
  41. package/dist/field-wrapper/FieldWrapper.stories.js +124 -28
  42. package/dist/flex/Flex.js +63 -3
  43. package/dist/flex/Flex.stories.js +19 -7
  44. package/dist/grid/Grid.js +63 -3
  45. package/dist/grid/Grid.stories.js +28 -7
  46. package/dist/hooks/use-breakpoint-value.js +77 -14
  47. package/dist/hooks/use-media-query.js +61 -12
  48. package/dist/hstack/HStack.js +63 -3
  49. package/dist/hstack/HStack.stories.js +19 -7
  50. package/dist/icons/FluxLogo.js +213 -9
  51. package/dist/icons/FluxLogoTable.js +109 -5
  52. package/dist/icons/Icon.js +108 -7
  53. package/dist/icons/Icon.stories.js +12 -7
  54. package/dist/icons/Icon24Hours.js +83 -5
  55. package/dist/icons/IconAcceleration.js +72 -4
  56. package/dist/icons/IconAccount.js +72 -4
  57. package/dist/icons/IconApplicant.js +78 -5
  58. package/dist/icons/IconArrow.js +78 -6
  59. package/dist/icons/IconArrowBack.js +72 -4
  60. package/dist/icons/IconArrowForward.js +72 -4
  61. package/dist/icons/IconArrowTopLeft.js +70 -4
  62. package/dist/icons/IconBluesharkProductGuide.js +80 -5
  63. package/dist/icons/IconBolt.js +72 -4
  64. package/dist/icons/IconBriefcase.js +72 -4
  65. package/dist/icons/IconBulb.js +72 -4
  66. package/dist/icons/IconCalendar.js +72 -4
  67. package/dist/icons/IconCalendarArrowBack.js +72 -4
  68. package/dist/icons/IconCalendarArrowForward.js +72 -4
  69. package/dist/icons/IconCalendarDoubleArrowBack.js +72 -4
  70. package/dist/icons/IconCalendarDoubleArrowForward.js +72 -4
  71. package/dist/icons/IconCancel.js +77 -5
  72. package/dist/icons/IconCancelMark.js +72 -4
  73. package/dist/icons/IconCarSUV.js +72 -4
  74. package/dist/icons/IconCarSedan.js +147 -7
  75. package/dist/icons/IconChain.js +79 -5
  76. package/dist/icons/IconCheckmark.js +72 -4
  77. package/dist/icons/IconChevronRight.js +72 -4
  78. package/dist/icons/IconCircle.js +114 -11
  79. package/dist/icons/IconCircleCheckmark.js +77 -5
  80. package/dist/icons/IconCircleError.js +72 -4
  81. package/dist/icons/IconCircleExclamation.js +104 -6
  82. package/dist/icons/IconCircleMark.js +78 -5
  83. package/dist/icons/IconCircleOutline.js +139 -5
  84. package/dist/icons/IconClock.js +80 -5
  85. package/dist/icons/IconClose.js +72 -4
  86. package/dist/icons/IconCollapseAll.js +94 -5
  87. package/dist/icons/IconConcierge.js +79 -5
  88. package/dist/icons/IconConciergeService.js +87 -5
  89. package/dist/icons/IconCreditCard.js +78 -5
  90. package/dist/icons/IconDash.js +72 -4
  91. package/dist/icons/IconDeliver.js +72 -4
  92. package/dist/icons/IconDelivery.js +87 -5
  93. package/dist/icons/IconDetails.js +72 -4
  94. package/dist/icons/IconDot.js +87 -6
  95. package/dist/icons/IconDownload.js +79 -5
  96. package/dist/icons/IconEVCharging.js +79 -5
  97. package/dist/icons/IconElectricCarFuel.js +80 -5
  98. package/dist/icons/IconEllipsis.js +78 -5
  99. package/dist/icons/IconEnvelope.js +72 -4
  100. package/dist/icons/IconExpandAll.js +94 -5
  101. package/dist/icons/IconEye.js +79 -5
  102. package/dist/icons/IconFacebook.js +94 -6
  103. package/dist/icons/IconFilter.js +83 -5
  104. package/dist/icons/IconFlagMalaysia.js +141 -5
  105. package/dist/icons/IconGiveKey.js +79 -5
  106. package/dist/icons/IconGlobe.js +70 -4
  107. package/dist/icons/IconGoogle.js +87 -5
  108. package/dist/icons/IconHome.js +78 -5
  109. package/dist/icons/IconHostAdvertise.js +72 -4
  110. package/dist/icons/IconHostCar.js +75 -4
  111. package/dist/icons/IconHostCash.js +91 -5
  112. package/dist/icons/IconHostHandle.js +70 -4
  113. package/dist/icons/IconHostLocation.js +70 -4
  114. package/dist/icons/IconHostPayment.js +91 -5
  115. package/dist/icons/IconHostService.js +79 -5
  116. package/dist/icons/IconHotDeals.js +72 -4
  117. package/dist/icons/IconInfo.js +77 -5
  118. package/dist/icons/IconInstagram.js +72 -4
  119. package/dist/icons/IconInsurance.js +99 -5
  120. package/dist/icons/IconInternet.js +73 -4
  121. package/dist/icons/IconInventory.js +78 -5
  122. package/dist/icons/IconLaurel.js +101 -5
  123. package/dist/icons/IconLinkedIn.js +72 -4
  124. package/dist/icons/IconLoading.js +78 -4
  125. package/dist/icons/IconLocation.js +80 -5
  126. package/dist/icons/IconLock.js +73 -4
  127. package/dist/icons/IconLogistics.js +72 -4
  128. package/dist/icons/IconMail.js +94 -5
  129. package/dist/icons/IconMember.js +78 -5
  130. package/dist/icons/IconMobilePen.js +83 -5
  131. package/dist/icons/IconMotorcycleMoped.js +78 -5
  132. package/dist/icons/IconNoCost.js +92 -5
  133. package/dist/icons/IconPDF.js +80 -5
  134. package/dist/icons/IconPencil.js +70 -4
  135. package/dist/icons/IconPhone.js +70 -4
  136. package/dist/icons/IconPlus.js +72 -4
  137. package/dist/icons/IconPricing.js +72 -4
  138. package/dist/icons/IconProtected.js +71 -4
  139. package/dist/icons/IconPsychology.js +72 -4
  140. package/dist/icons/IconQuestionTooltip.js +73 -4
  141. package/dist/icons/IconQuote.js +72 -4
  142. package/dist/icons/IconRate.js +71 -4
  143. package/dist/icons/IconRegister.js +99 -5
  144. package/dist/icons/IconReport.js +89 -6
  145. package/dist/icons/IconReturn.js +72 -4
  146. package/dist/icons/IconSearch.js +70 -4
  147. package/dist/icons/IconSecure.js +71 -4
  148. package/dist/icons/IconSecurity.js +73 -4
  149. package/dist/icons/IconSedanOutline.js +159 -5
  150. package/dist/icons/IconSelectArrow.js +78 -6
  151. package/dist/icons/IconSort.js +79 -5
  152. package/dist/icons/IconSortListed.js +95 -5
  153. package/dist/icons/IconSortPriceAscending.js +83 -5
  154. package/dist/icons/IconSortPriceDescending.js +83 -5
  155. package/dist/icons/IconSortYear.js +79 -5
  156. package/dist/icons/IconSpan.js +71 -4
  157. package/dist/icons/IconSpeaker.js +79 -4
  158. package/dist/icons/IconSpecialCar.js +95 -5
  159. package/dist/icons/IconStar.js +92 -7
  160. package/dist/icons/IconStockPhoto.js +95 -5
  161. package/dist/icons/IconSubscription.js +113 -6
  162. package/dist/icons/IconSubscriptions.js +113 -6
  163. package/dist/icons/IconSwap.js +79 -5
  164. package/dist/icons/IconTax.js +72 -4
  165. package/dist/icons/IconThinArrow.js +78 -6
  166. package/dist/icons/IconThumbsdown.js +78 -5
  167. package/dist/icons/IconThumbsup.js +78 -5
  168. package/dist/icons/IconTool.js +72 -4
  169. package/dist/icons/IconTooltip.js +73 -4
  170. package/dist/icons/IconTrash.js +72 -4
  171. package/dist/icons/IconTriangleExclamation.js +72 -4
  172. package/dist/icons/IconTyersBrakes.js +83 -5
  173. package/dist/icons/IconTyre.js +83 -5
  174. package/dist/icons/IconVacancy.js +78 -5
  175. package/dist/icons/IconVolunteer.js +72 -4
  176. package/dist/icons/IconWhatsapp.js +73 -4
  177. package/dist/icons/IconXPlatform.js +72 -4
  178. package/dist/icons/IconZeroEffort.js +77 -5
  179. package/dist/icons/Logo.js +99 -3
  180. package/dist/input/Input.js +125 -11
  181. package/dist/input/Input.stories.js +17 -18
  182. package/dist/input-mask/InputMask.js +149 -11
  183. package/dist/input-mask/InputMask.stories.js +5 -6
  184. package/dist/input-mask/mask-trackers.js +4 -5
  185. package/dist/input-select/InputSelect.js +357 -68
  186. package/dist/input-select/InputSelect.stories.js +98 -25
  187. package/dist/popover/popover.js +72 -4
  188. package/dist/progress/Progress.js +96 -2
  189. package/dist/progress/Progress.stories.js +13 -14
  190. package/dist/radio/Radio.js +163 -4
  191. package/dist/scroll-area/scroll-area.js +113 -5
  192. package/dist/search-input-select/SearchInputSelect.js +346 -69
  193. package/dist/select/Select.js +315 -29
  194. package/dist/select/Select.stories.js +55 -19
  195. package/dist/skeleton/Skeleton.js +62 -3
  196. package/dist/skeleton/Skeleton.stories.js +8 -7
  197. package/dist/slider/Slider.js +106 -5
  198. package/dist/slider/Slider.stories.js +12 -11
  199. package/dist/stack/Stack.js +63 -3
  200. package/dist/stack/Stack.stories.js +19 -7
  201. package/dist/table/Table.js +131 -10
  202. package/dist/table/Table.stories.js +84 -8
  203. package/dist/tabs/Tabs.js +128 -9
  204. package/dist/tabs/Tabs.stories.js +46 -13
  205. package/dist/text/Text.js +88 -6
  206. package/dist/text/Text.stories.js +44 -7
  207. package/dist/toast/Toast.stories.js +66 -14
  208. package/dist/toast/ToastBox.js +77 -29
  209. package/dist/toast/index.js +0 -1
  210. package/dist/toast/sonner.js +66 -6
  211. package/dist/toggle/Toggle.js +116 -7
  212. package/dist/toggle/Toggle.stories.js +10 -8
  213. package/dist/tooltip/Tooltip.js +151 -12
  214. package/dist/tooltip/Tooltip.stories.js +71 -13
  215. package/dist/utils.js +4 -2
  216. package/dist/vstack/VStack.js +63 -3
  217. package/dist/vstack/VStack.stories.js +19 -7
  218. package/package.json +3 -3
@@ -1,8 +1,76 @@
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 _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = _object_without_properties_loose(source, excluded);
32
+ var key, i;
33
+ if (Object.getOwnPropertySymbols) {
34
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
+ for(i = 0; i < sourceSymbolKeys.length; i++){
36
+ key = sourceSymbolKeys[i];
37
+ if (excluded.indexOf(key) >= 0) continue;
38
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
+ target[key] = source[key];
40
+ }
41
+ }
42
+ return target;
43
+ }
44
+ function _object_without_properties_loose(source, excluded) {
45
+ if (source == null) return {};
46
+ var target = {};
47
+ var sourceKeys = Object.keys(source);
48
+ var key, i;
49
+ for(i = 0; i < sourceKeys.length; i++){
50
+ key = sourceKeys[i];
51
+ if (excluded.indexOf(key) >= 0) continue;
52
+ target[key] = source[key];
53
+ }
54
+ return target;
55
+ }
1
56
  import { jsx as _jsx } from "react/jsx-runtime";
2
57
  import { Icon } from './Icon';
3
- const variants = {
4
- default: (_jsx("path", { d: "M14 18L8 12L14 6L15.4 7.4L10.8 12L15.4 16.6L14 18Z", fill: "#272727" })),
58
+ var variants = {
59
+ default: /*#__PURE__*/ _jsx("path", {
60
+ d: "M14 18L8 12L14 6L15.4 7.4L10.8 12L15.4 16.6L14 18Z",
61
+ fill: "#272727"
62
+ })
63
+ };
64
+ var IconCalendarArrowBack = function(_param) {
65
+ var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 24 24' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, _param_size = _param.size, size = _param_size === void 0 ? 16 : _param_size, props = _object_without_properties(_param, [
66
+ "viewBox",
67
+ "variant",
68
+ "size"
69
+ ]);
70
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
71
+ viewBox: viewBox,
72
+ size: size,
73
+ element: variants[variant]
74
+ }, props));
5
75
  };
6
- const IconCalendarArrowBack = ({ viewBox = '0 0 24 24', variant = 'default', size = 16, ...props }) => (_jsx(Icon, { viewBox: viewBox, size: size, element: variants[variant], ...props }));
7
76
  export default IconCalendarArrowBack;
8
- //# sourceMappingURL=IconCalendarArrowBack.js.map
@@ -1,8 +1,76 @@
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 _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = _object_without_properties_loose(source, excluded);
32
+ var key, i;
33
+ if (Object.getOwnPropertySymbols) {
34
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
+ for(i = 0; i < sourceSymbolKeys.length; i++){
36
+ key = sourceSymbolKeys[i];
37
+ if (excluded.indexOf(key) >= 0) continue;
38
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
+ target[key] = source[key];
40
+ }
41
+ }
42
+ return target;
43
+ }
44
+ function _object_without_properties_loose(source, excluded) {
45
+ if (source == null) return {};
46
+ var target = {};
47
+ var sourceKeys = Object.keys(source);
48
+ var key, i;
49
+ for(i = 0; i < sourceKeys.length; i++){
50
+ key = sourceKeys[i];
51
+ if (excluded.indexOf(key) >= 0) continue;
52
+ target[key] = source[key];
53
+ }
54
+ return target;
55
+ }
1
56
  import { jsx as _jsx } from "react/jsx-runtime";
2
57
  import { Icon } from './Icon';
3
- const variants = {
4
- default: (_jsx("path", { d: "M12.6 12L8 7.4L9.4 6L15.4 12L9.4 18L8 16.6L12.6 12Z", fill: "#272727" })),
58
+ var variants = {
59
+ default: /*#__PURE__*/ _jsx("path", {
60
+ d: "M12.6 12L8 7.4L9.4 6L15.4 12L9.4 18L8 16.6L12.6 12Z",
61
+ fill: "#272727"
62
+ })
63
+ };
64
+ var IconCalendarArrowForward = function(_param) {
65
+ var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 24 24' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, _param_size = _param.size, size = _param_size === void 0 ? 16 : _param_size, props = _object_without_properties(_param, [
66
+ "viewBox",
67
+ "variant",
68
+ "size"
69
+ ]);
70
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
71
+ viewBox: viewBox,
72
+ size: size,
73
+ element: variants[variant]
74
+ }, props));
5
75
  };
6
- const IconCalendarArrowForward = ({ viewBox = '0 0 24 24', variant = 'default', size = 16, ...props }) => (_jsx(Icon, { viewBox: viewBox, size: size, element: variants[variant], ...props }));
7
76
  export default IconCalendarArrowForward;
8
- //# sourceMappingURL=IconCalendarArrowForward.js.map
@@ -1,8 +1,76 @@
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 _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = _object_without_properties_loose(source, excluded);
32
+ var key, i;
33
+ if (Object.getOwnPropertySymbols) {
34
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
+ for(i = 0; i < sourceSymbolKeys.length; i++){
36
+ key = sourceSymbolKeys[i];
37
+ if (excluded.indexOf(key) >= 0) continue;
38
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
+ target[key] = source[key];
40
+ }
41
+ }
42
+ return target;
43
+ }
44
+ function _object_without_properties_loose(source, excluded) {
45
+ if (source == null) return {};
46
+ var target = {};
47
+ var sourceKeys = Object.keys(source);
48
+ var key, i;
49
+ for(i = 0; i < sourceKeys.length; i++){
50
+ key = sourceKeys[i];
51
+ if (excluded.indexOf(key) >= 0) continue;
52
+ target[key] = source[key];
53
+ }
54
+ return target;
55
+ }
1
56
  import { jsx as _jsx } from "react/jsx-runtime";
2
57
  import { Icon } from './Icon';
3
- const variants = {
4
- default: (_jsx("path", { d: "M11 18L5 12L11 6L12.4 7.4L7.825 12L12.4 16.6L11 18ZM17.6 18L11.6 12L17.6 6L19 7.4L14.425 12L19 16.6L17.6 18Z", fill: "#272727" })),
58
+ var variants = {
59
+ default: /*#__PURE__*/ _jsx("path", {
60
+ d: "M11 18L5 12L11 6L12.4 7.4L7.825 12L12.4 16.6L11 18ZM17.6 18L11.6 12L17.6 6L19 7.4L14.425 12L19 16.6L17.6 18Z",
61
+ fill: "#272727"
62
+ })
63
+ };
64
+ var IconCalendarDoubleArrowBack = function(_param) {
65
+ var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 24 24' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, _param_size = _param.size, size = _param_size === void 0 ? 16 : _param_size, props = _object_without_properties(_param, [
66
+ "viewBox",
67
+ "variant",
68
+ "size"
69
+ ]);
70
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
71
+ viewBox: viewBox,
72
+ size: size,
73
+ element: variants[variant]
74
+ }, props));
5
75
  };
6
- const IconCalendarDoubleArrowBack = ({ viewBox = '0 0 24 24', variant = 'default', size = 16, ...props }) => (_jsx(Icon, { viewBox: viewBox, size: size, element: variants[variant], ...props }));
7
76
  export default IconCalendarDoubleArrowBack;
8
- //# sourceMappingURL=IconCalendarDoubleArrowBack.js.map
@@ -1,8 +1,76 @@
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 _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = _object_without_properties_loose(source, excluded);
32
+ var key, i;
33
+ if (Object.getOwnPropertySymbols) {
34
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
+ for(i = 0; i < sourceSymbolKeys.length; i++){
36
+ key = sourceSymbolKeys[i];
37
+ if (excluded.indexOf(key) >= 0) continue;
38
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
+ target[key] = source[key];
40
+ }
41
+ }
42
+ return target;
43
+ }
44
+ function _object_without_properties_loose(source, excluded) {
45
+ if (source == null) return {};
46
+ var target = {};
47
+ var sourceKeys = Object.keys(source);
48
+ var key, i;
49
+ for(i = 0; i < sourceKeys.length; i++){
50
+ key = sourceKeys[i];
51
+ if (excluded.indexOf(key) >= 0) continue;
52
+ target[key] = source[key];
53
+ }
54
+ return target;
55
+ }
1
56
  import { jsx as _jsx } from "react/jsx-runtime";
2
57
  import { Icon } from './Icon';
3
- const variants = {
4
- default: (_jsx("path", { d: "M9.575 12L5 7.4L6.4 6L12.4 12L6.4 18L5 16.6L9.575 12ZM16.175 12L11.6 7.4L13 6L19 12L13 18L11.6 16.6L16.175 12Z", fill: "#272727" })),
58
+ var variants = {
59
+ default: /*#__PURE__*/ _jsx("path", {
60
+ d: "M9.575 12L5 7.4L6.4 6L12.4 12L6.4 18L5 16.6L9.575 12ZM16.175 12L11.6 7.4L13 6L19 12L13 18L11.6 16.6L16.175 12Z",
61
+ fill: "#272727"
62
+ })
63
+ };
64
+ var IconCalendarDoubleArrowForward = function(_param) {
65
+ var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 24 24' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, _param_size = _param.size, size = _param_size === void 0 ? 16 : _param_size, props = _object_without_properties(_param, [
66
+ "viewBox",
67
+ "variant",
68
+ "size"
69
+ ]);
70
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
71
+ viewBox: viewBox,
72
+ size: size,
73
+ element: variants[variant]
74
+ }, props));
5
75
  };
6
- const IconCalendarDoubleArrowForward = ({ viewBox = '0 0 24 24', variant = 'default', size = 16, ...props }) => (_jsx(Icon, { viewBox: viewBox, size: size, element: variants[variant], ...props }));
7
76
  export default IconCalendarDoubleArrowForward;
8
- //# sourceMappingURL=IconCalendarDoubleArrowForward.js.map
@@ -1,9 +1,81 @@
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 _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = _object_without_properties_loose(source, excluded);
32
+ var key, i;
33
+ if (Object.getOwnPropertySymbols) {
34
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
+ for(i = 0; i < sourceSymbolKeys.length; i++){
36
+ key = sourceSymbolKeys[i];
37
+ if (excluded.indexOf(key) >= 0) continue;
38
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
+ target[key] = source[key];
40
+ }
41
+ }
42
+ return target;
43
+ }
44
+ function _object_without_properties_loose(source, excluded) {
45
+ if (source == null) return {};
46
+ var target = {};
47
+ var sourceKeys = Object.keys(source);
48
+ var key, i;
49
+ for(i = 0; i < sourceKeys.length; i++){
50
+ key = sourceKeys[i];
51
+ if (excluded.indexOf(key) >= 0) continue;
52
+ target[key] = source[key];
53
+ }
54
+ return target;
55
+ }
1
56
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
57
  import { Icon } from './Icon';
3
- const variants = {
4
- filled: (_jsx(_Fragment, { children: _jsx("path", { d: "M16 4C9.3824 4 4 9.3824 4 16C4 22.6176 9.3824 28 16 28C22.6176 28 28 22.6176 28 16C28 9.3824 22.6176 4 16 4ZM21.216 19.7824L19.776 21.2224L16 17.44L12.2176 21.2224L10.7776 19.7824L14.56 16L10.7776 12.2176L12.2176 10.7776L16 14.56L19.7824 10.7776L21.2224 12.2176L17.44 16L21.216 19.7824Z", fill: "currentColor" }) })),
5
- outline: (_jsx(_Fragment, { children: _jsx("path", { d: "M9 0.667969C4.0368 0.667969 0 4.70477 0 9.66797C0 14.6312 4.0368 18.668 9 18.668C13.9632 18.668 18 14.6312 18 9.66797C18 4.70477 13.9632 0.667969 9 0.667969ZM9 2.17037C13.152 2.17037 16.4976 5.52077 16.4976 9.66797C16.4976 13.8152 13.152 17.1656 9 17.1656C4.848 17.1656 1.5024 13.82 1.5024 9.66797C1.5024 5.51597 4.848 2.17037 9 2.17037ZM6.1632 5.75597L5.0832 6.83597L7.92 9.67277L5.0832 12.5096L6.1632 13.5896L9 10.7528L11.8368 13.5896L12.9168 12.5096L10.08 9.66797L12.9168 6.83117L11.8368 5.75117L9 8.58797L6.1632 5.75597Z", fill: "currentColor" }) })),
58
+ var variants = {
59
+ filled: /*#__PURE__*/ _jsx(_Fragment, {
60
+ children: /*#__PURE__*/ _jsx("path", {
61
+ d: "M16 4C9.3824 4 4 9.3824 4 16C4 22.6176 9.3824 28 16 28C22.6176 28 28 22.6176 28 16C28 9.3824 22.6176 4 16 4ZM21.216 19.7824L19.776 21.2224L16 17.44L12.2176 21.2224L10.7776 19.7824L14.56 16L10.7776 12.2176L12.2176 10.7776L16 14.56L19.7824 10.7776L21.2224 12.2176L17.44 16L21.216 19.7824Z",
62
+ fill: "currentColor"
63
+ })
64
+ }),
65
+ outline: /*#__PURE__*/ _jsx(_Fragment, {
66
+ children: /*#__PURE__*/ _jsx("path", {
67
+ d: "M9 0.667969C4.0368 0.667969 0 4.70477 0 9.66797C0 14.6312 4.0368 18.668 9 18.668C13.9632 18.668 18 14.6312 18 9.66797C18 4.70477 13.9632 0.667969 9 0.667969ZM9 2.17037C13.152 2.17037 16.4976 5.52077 16.4976 9.66797C16.4976 13.8152 13.152 17.1656 9 17.1656C4.848 17.1656 1.5024 13.82 1.5024 9.66797C1.5024 5.51597 4.848 2.17037 9 2.17037ZM6.1632 5.75597L5.0832 6.83597L7.92 9.67277L5.0832 12.5096L6.1632 13.5896L9 10.7528L11.8368 13.5896L12.9168 12.5096L10.08 9.66797L12.9168 6.83117L11.8368 5.75117L9 8.58797L6.1632 5.75597Z",
68
+ fill: "currentColor"
69
+ })
70
+ })
71
+ };
72
+ var IconCancel = function(_param) {
73
+ var _param_variant = _param.variant, variant = _param_variant === void 0 ? 'outline' : _param_variant, props = _object_without_properties(_param, [
74
+ "variant"
75
+ ]);
76
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
77
+ viewBox: variant === 'filled' ? '0 0 32 32' : '0 0 18 19',
78
+ element: variants[variant]
79
+ }, props));
6
80
  };
7
- const IconCancel = ({ variant = 'outline', ...props }) => (_jsx(Icon, { viewBox: variant === 'filled' ? '0 0 32 32' : '0 0 18 19', element: variants[variant], ...props }));
8
81
  export default IconCancel;
9
- //# sourceMappingURL=IconCancel.js.map
@@ -1,8 +1,76 @@
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 _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = _object_without_properties_loose(source, excluded);
32
+ var key, i;
33
+ if (Object.getOwnPropertySymbols) {
34
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
+ for(i = 0; i < sourceSymbolKeys.length; i++){
36
+ key = sourceSymbolKeys[i];
37
+ if (excluded.indexOf(key) >= 0) continue;
38
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
+ target[key] = source[key];
40
+ }
41
+ }
42
+ return target;
43
+ }
44
+ function _object_without_properties_loose(source, excluded) {
45
+ if (source == null) return {};
46
+ var target = {};
47
+ var sourceKeys = Object.keys(source);
48
+ var key, i;
49
+ for(i = 0; i < sourceKeys.length; i++){
50
+ key = sourceKeys[i];
51
+ if (excluded.indexOf(key) >= 0) continue;
52
+ target[key] = source[key];
53
+ }
54
+ return target;
55
+ }
1
56
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
57
  import { Icon } from './Icon';
3
- const variants = {
4
- default: (_jsx(_Fragment, { children: _jsx("path", { fill: 'currentColor', d: "M5.41406 4.33594L4.33594 5.41406L10.9219 12L4.33594 18.5859L5.41406 19.6641L12 13.0781L18.5859 19.6641L19.6641 18.5859L13.0781 12L19.6641 5.41406L18.5859 4.33594L12 10.9219L5.41406 4.33594Z" }) })),
58
+ var variants = {
59
+ default: /*#__PURE__*/ _jsx(_Fragment, {
60
+ children: /*#__PURE__*/ _jsx("path", {
61
+ fill: 'currentColor',
62
+ d: "M5.41406 4.33594L4.33594 5.41406L10.9219 12L4.33594 18.5859L5.41406 19.6641L12 13.0781L18.5859 19.6641L19.6641 18.5859L13.0781 12L19.6641 5.41406L18.5859 4.33594L12 10.9219L5.41406 4.33594Z"
63
+ })
64
+ })
65
+ };
66
+ var IconCancelMark = function(_param) {
67
+ var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 24 24' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
68
+ "viewBox",
69
+ "variant"
70
+ ]);
71
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
72
+ viewBox: viewBox,
73
+ element: variants[variant]
74
+ }, props));
5
75
  };
6
- const IconCancelMark = ({ viewBox = '0 0 24 24', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
76
  export default IconCancelMark;
8
- //# sourceMappingURL=IconCancelMark.js.map
@@ -1,8 +1,76 @@
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 _object_without_properties(source, excluded) {
30
+ if (source == null) return {};
31
+ var target = _object_without_properties_loose(source, excluded);
32
+ var key, i;
33
+ if (Object.getOwnPropertySymbols) {
34
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
35
+ for(i = 0; i < sourceSymbolKeys.length; i++){
36
+ key = sourceSymbolKeys[i];
37
+ if (excluded.indexOf(key) >= 0) continue;
38
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
39
+ target[key] = source[key];
40
+ }
41
+ }
42
+ return target;
43
+ }
44
+ function _object_without_properties_loose(source, excluded) {
45
+ if (source == null) return {};
46
+ var target = {};
47
+ var sourceKeys = Object.keys(source);
48
+ var key, i;
49
+ for(i = 0; i < sourceKeys.length; i++){
50
+ key = sourceKeys[i];
51
+ if (excluded.indexOf(key) >= 0) continue;
52
+ target[key] = source[key];
53
+ }
54
+ return target;
55
+ }
1
56
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
57
  import { Icon } from './Icon';
3
- const variants = {
4
- default: (_jsx(_Fragment, { children: _jsx("path", { d: "M6.59375 6C5.25781 6 4.02344 6.66797 3.28125 7.78125L0.5 11.9375C0.171875 12.4297 0 13 0 13.5938V20.2188C0 21.1328 0.613281 21.9336 1.5 22.1562L4.09375 22.8125C4.46875 24.6289 6.07812 26 8 26C9.85156 26 11.3984 24.7188 11.8438 23H21.1562C21.6016 24.7188 23.1484 26 25 26C26.8516 26 28.3984 24.7188 28.8438 23H30C31.0938 23 32 22.0938 32 21V17.3438C32 15.5117 30.7461 13.9102 28.9688 13.4688L23.5625 12.0938L19.6562 7.4375C18.8945 6.52734 17.7812 6 16.5938 6H6.59375ZM6.59375 8H11V12H2.875L4.9375 8.90625V8.875C5.30859 8.31641 5.92188 8 6.59375 8ZM13 8H16.5938C17.1875 8 17.7461 8.26172 18.125 8.71875L20.875 12H13V8ZM2 14H22.875L28.5 15.4062C29.3945 15.6289 30 16.4219 30 17.3438V21H28.8438C28.3984 19.2812 26.8516 18 25 18C23.1484 18 21.6016 19.2812 21.1562 21H11.8438C11.3984 19.2812 9.85156 18 8 18C6.22656 18 4.73828 19.1719 4.21875 20.7812L2 20.2188V14ZM8 20C9.11719 20 10 20.8828 10 22C10 23.1172 9.11719 24 8 24C6.88281 24 6 23.1172 6 22C6 20.8828 6.88281 20 8 20ZM25 20C26.1172 20 27 20.8828 27 22C27 23.1172 26.1172 24 25 24C23.8828 24 23 23.1172 23 22C23 20.8828 23.8828 20 25 20Z", fill: "#currentColor" }) })),
58
+ var variants = {
59
+ default: /*#__PURE__*/ _jsx(_Fragment, {
60
+ children: /*#__PURE__*/ _jsx("path", {
61
+ d: "M6.59375 6C5.25781 6 4.02344 6.66797 3.28125 7.78125L0.5 11.9375C0.171875 12.4297 0 13 0 13.5938V20.2188C0 21.1328 0.613281 21.9336 1.5 22.1562L4.09375 22.8125C4.46875 24.6289 6.07812 26 8 26C9.85156 26 11.3984 24.7188 11.8438 23H21.1562C21.6016 24.7188 23.1484 26 25 26C26.8516 26 28.3984 24.7188 28.8438 23H30C31.0938 23 32 22.0938 32 21V17.3438C32 15.5117 30.7461 13.9102 28.9688 13.4688L23.5625 12.0938L19.6562 7.4375C18.8945 6.52734 17.7812 6 16.5938 6H6.59375ZM6.59375 8H11V12H2.875L4.9375 8.90625V8.875C5.30859 8.31641 5.92188 8 6.59375 8ZM13 8H16.5938C17.1875 8 17.7461 8.26172 18.125 8.71875L20.875 12H13V8ZM2 14H22.875L28.5 15.4062C29.3945 15.6289 30 16.4219 30 17.3438V21H28.8438C28.3984 19.2812 26.8516 18 25 18C23.1484 18 21.6016 19.2812 21.1562 21H11.8438C11.3984 19.2812 9.85156 18 8 18C6.22656 18 4.73828 19.1719 4.21875 20.7812L2 20.2188V14ZM8 20C9.11719 20 10 20.8828 10 22C10 23.1172 9.11719 24 8 24C6.88281 24 6 23.1172 6 22C6 20.8828 6.88281 20 8 20ZM25 20C26.1172 20 27 20.8828 27 22C27 23.1172 26.1172 24 25 24C23.8828 24 23 23.1172 23 22C23 20.8828 23.8828 20 25 20Z",
62
+ fill: "#currentColor"
63
+ })
64
+ })
65
+ };
66
+ var IconCarSUV = function(_param) {
67
+ var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 32 32' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
68
+ "viewBox",
69
+ "variant"
70
+ ]);
71
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
72
+ viewBox: viewBox,
73
+ element: variants[variant]
74
+ }, props));
5
75
  };
6
- const IconCarSUV = ({ viewBox = '0 0 32 32', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
76
  export default IconCarSUV;
8
- //# sourceMappingURL=IconCarSUV.js.map