@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,24 +1,73 @@
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 _iterable_to_array_limit(arr, i) {
10
+ var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
11
+ if (_i == null) return;
12
+ var _arr = [];
13
+ var _n = true;
14
+ var _d = false;
15
+ var _s, _e;
16
+ try {
17
+ for(_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true){
18
+ _arr.push(_s.value);
19
+ if (i && _arr.length === i) break;
20
+ }
21
+ } catch (err) {
22
+ _d = true;
23
+ _e = err;
24
+ } finally{
25
+ try {
26
+ if (!_n && _i["return"] != null) _i["return"]();
27
+ } finally{
28
+ if (_d) throw _e;
29
+ }
30
+ }
31
+ return _arr;
32
+ }
33
+ function _non_iterable_rest() {
34
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
35
+ }
36
+ function _sliced_to_array(arr, i) {
37
+ return _array_with_holes(arr) || _iterable_to_array_limit(arr, i) || _unsupported_iterable_to_array(arr, i) || _non_iterable_rest();
38
+ }
39
+ function _unsupported_iterable_to_array(o, minLen) {
40
+ if (!o) return;
41
+ if (typeof o === "string") return _array_like_to_array(o, minLen);
42
+ var n = Object.prototype.toString.call(o).slice(8, -1);
43
+ if (n === "Object" && o.constructor) n = o.constructor.name;
44
+ if (n === "Map" || n === "Set") return Array.from(n);
45
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
46
+ }
1
47
  import { useEffect, useState } from 'react';
2
- export const useMediaQuery = (query) => {
3
- const [value, setValue] = useState(false);
4
- useEffect(() => {
5
- function onChange(event) {
48
+ export var useMediaQuery = function(query) {
49
+ var _useState = _sliced_to_array(useState(false), 2), value = _useState[0], setValue = _useState[1];
50
+ useEffect(function() {
51
+ var onChange = function onChange(event) {
6
52
  setValue(event.matches);
7
- }
8
- const result = matchMedia(query);
53
+ };
54
+ var result = matchMedia(query);
9
55
  result.addEventListener('change', onChange);
10
56
  setValue(result.matches);
11
- return () => result.removeEventListener('change', onChange);
12
- }, [query]);
57
+ return function() {
58
+ return result.removeEventListener('change', onChange);
59
+ };
60
+ }, [
61
+ query
62
+ ]);
13
63
  return value;
14
64
  };
15
- export const useIsMobile = () => {
65
+ export var useIsMobile = function() {
16
66
  return useMediaQuery('(max-width: 768px)');
17
67
  };
18
- export const useIsTablet = () => {
68
+ export var useIsTablet = function() {
19
69
  return useMediaQuery('(min-width: 768px) and (max-width: 1024px)');
20
70
  };
21
- export const useIsDesktop = () => {
71
+ export var useIsDesktop = function() {
22
72
  return useMediaQuery('(min-width: 1024px)');
23
73
  };
24
- //# sourceMappingURL=use-media-query.js.map
@@ -1,10 +1,70 @@
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 * as React from 'react';
3
58
  import Box from '../box/Box';
4
59
  import { cn } from '../utils';
5
- const HStack = React.forwardRef(({ className, ...props }, ref) => {
6
- return (_jsx(Box, { className: cn('flex items-center gap-4', className), ref: ref, ...props }));
60
+ var HStack = /*#__PURE__*/ React.forwardRef(function(_param, ref) {
61
+ var className = _param.className, props = _object_without_properties(_param, [
62
+ "className"
63
+ ]);
64
+ return /*#__PURE__*/ _jsx(Box, _object_spread({
65
+ className: cn('flex items-center gap-4', className),
66
+ ref: ref
67
+ }, props));
7
68
  });
8
69
  HStack.displayName = 'HStack';
9
70
  export default HStack;
10
- //# sourceMappingURL=HStack.js.map
@@ -1,13 +1,25 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import Box from '../box/Box.js';
3
3
  import HStack from './HStack.js';
4
- const meta = {
5
- component: HStack,
4
+ var meta = {
5
+ component: HStack
6
6
  };
7
7
  export default meta;
8
- export const FirstStory = {
9
- render: () => {
10
- return (_jsxs(HStack, { className: "h-64 w-64 border border-black p-4", children: [_jsx(Box, { className: "h-16 w-16 border border-primary2" }), _jsx(Box, { className: "h-16 w-16 border border-primary2" }), _jsx(Box, { className: "h-16 w-16 border border-primary2" })] }));
11
- },
8
+ export var FirstStory = {
9
+ render: function() {
10
+ return /*#__PURE__*/ _jsxs(HStack, {
11
+ className: "h-64 w-64 border border-black p-4",
12
+ children: [
13
+ /*#__PURE__*/ _jsx(Box, {
14
+ className: "h-16 w-16 border border-primary2"
15
+ }),
16
+ /*#__PURE__*/ _jsx(Box, {
17
+ className: "h-16 w-16 border border-primary2"
18
+ }),
19
+ /*#__PURE__*/ _jsx(Box, {
20
+ className: "h-16 w-16 border border-primary2"
21
+ })
22
+ ]
23
+ });
24
+ }
12
25
  };
13
- //# sourceMappingURL=HStack.stories.js.map
@@ -1,13 +1,217 @@
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, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
57
  import { Icon } from './Icon';
3
- const variants = {
4
- solid: ({ alt, forceColor, fluxIconColor }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: alt || 'FLUX Home' }), _jsxs("defs", { children: [_jsx("path", { id: "prefix__XAXA", d: "M.066.229H14.98v16.39H.066z" }), _jsx("path", { id: "prefix__SMIOD", d: "M.38.4h6.028v5.99H.38z" })] }), _jsxs("g", { fill: 'none', fillRule: "evenodd", children: [_jsx("path", { fill: forceColor || '#fff', d: "M23 7h12v1.919H24.885v5.626h8.23v1.91h-8.23V24H23zM40 7h1.838v15.082H51V24H40zM56.77 16.4V7.126h1.86v9.155c0 3.536 1.885 5.526 5.043 5.526 3.039 0 4.97-1.826 4.97-5.409V7.127h1.862v9.132c0 4.776-2.757 7.258-6.88 7.258-4.075 0-6.855-2.482-6.855-7.118" }), _jsx("g", { transform: "translate(75.668 6.898)", children: _jsx("path", { fill: forceColor || '#fff', d: "M6.404 8.26L.302.229h2.191L7.56 6.925 12.576.23h2.168L8.642 8.237l6.338 8.382h-2.215L7.488 9.571 2.21 16.62H.066z" }) }), _jsx("path", { d: "M.883 16.44a2.985 2.985 0 010-4.238L12.141 1.014a3.029 3.029 0 014.265 0 2.983 2.983 0 010 4.238L5.148 16.441a3.015 3.015 0 01-2.132.878 3.015 3.015 0 01-2.133-.878zM6.513 22.036a2.985 2.985 0 010-4.24l5.628-5.592a3.029 3.029 0 014.265 0 2.984 2.984 0 010 4.239l-5.628 5.593a3.015 3.015 0 01-2.132.878 3.015 3.015 0 01-2.133-.878z", fill: fluxIconColor || '#50C8E8', opacity: 0.3 }), _jsx("g", { transform: "translate(10.88 22.119)", children: _jsx("path", { d: "M6.408 3.395A3.004 3.004 0 013.394 6.39 3.005 3.005 0 01.38 3.395 3.005 3.005 0 013.394.399a3.005 3.005 0 013.014 2.996", fill: fluxIconColor || '#50C8E8' }) }), _jsx("path", { d: "M17.288 3.132a3.004 3.004 0 01-3.014 2.995 3.005 3.005 0 01-3.014-2.995A3.005 3.005 0 0114.274.136a3.004 3.004 0 013.014 2.996M17.288 14.322a3.004 3.004 0 01-3.014 2.995 3.005 3.005 0 01-3.014-2.995 3.005 3.005 0 013.014-2.995 3.004 3.004 0 013.014 2.995", fill: fluxIconColor || '#50C8E8' })] })] })),
5
- default: ({ alt, forceColor, fluxIconColor }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: alt || 'FLUX Home' }), _jsxs("defs", { children: [_jsx("path", { id: "prefix__XAXA", d: "M.066.229H14.98v16.39H.066z" }), _jsx("path", { id: "prefix__SMIOD", d: "M.38.4h6.028v5.99H.38z" })] }), _jsxs("g", { fill: 'none', fillRule: "evenodd", children: [_jsx("path", { fill: forceColor || '#000', d: "M23 7h12v1.919H24.885v5.626h8.23v1.91h-8.23V24H23zM40 7h1.838v15.082H51V24H40zM56.77 16.4V7.126h1.86v9.155c0 3.536 1.885 5.526 5.043 5.526 3.039 0 4.97-1.826 4.97-5.409V7.127h1.862v9.132c0 4.776-2.757 7.258-6.88 7.258-4.075 0-6.855-2.482-6.855-7.118" }), _jsx("g", { transform: "translate(75.668 6.898)", children: _jsx("path", { fill: forceColor || '#000', d: "M6.404 8.26L.302.229h2.191L7.56 6.925 12.576.23h2.168L8.642 8.237l6.338 8.382h-2.215L7.488 9.571 2.21 16.62H.066z" }) }), _jsx("path", { d: "M.883 16.44a2.985 2.985 0 010-4.238L12.141 1.014a3.029 3.029 0 014.265 0 2.983 2.983 0 010 4.238L5.148 16.441a3.015 3.015 0 01-2.132.878 3.015 3.015 0 01-2.133-.878zM6.513 22.036a2.985 2.985 0 010-4.24l5.628-5.592a3.029 3.029 0 014.265 0 2.984 2.984 0 010 4.239l-5.628 5.593a3.015 3.015 0 01-2.132.878 3.015 3.015 0 01-2.133-.878z", fill: fluxIconColor || '#50C8E8', opacity: 0.3 }), _jsx("g", { transform: "translate(10.88 22.119)", children: _jsx("path", { d: "M6.408 3.395A3.004 3.004 0 013.394 6.39 3.005 3.005 0 01.38 3.395 3.005 3.005 0 013.394.399a3.005 3.005 0 013.014 2.996", fill: fluxIconColor || '#50C8E8', mask: "url(#prefix__JDNIJ)" }) }), _jsx("path", { d: "M17.288 3.132a3.004 3.004 0 01-3.014 2.995 3.005 3.005 0 01-3.014-2.995A3.005 3.005 0 0114.274.136a3.004 3.004 0 013.014 2.996M17.288 14.322a3.004 3.004 0 01-3.014 2.995 3.005 3.005 0 01-3.014-2.995 3.005 3.005 0 013.014-2.995 3.004 3.004 0 013.014 2.995", fill: fluxIconColor || '#50C8E8' })] })] })),
6
- icon: ({ forceColor }) => (_jsxs(_Fragment, { children: [_jsx("path", { opacity: "0.3", d: "M3.05983 17.5616C2.45523 17.56 1.86464 17.3794 1.3624 17.0425C0.860172 16.7056 0.468759 16.2275 0.237458 15.6684C0.00615705 15.1093 -0.0546916 14.4942 0.0625746 13.9006C0.179841 13.307 0.469979 12.7613 0.896452 12.3324L12.326 0.892787C12.9095 0.364984 13.6733 0.0819496 14.4595 0.102282C15.2457 0.122614 15.9939 0.444756 16.5493 1.00201C17.1047 1.55927 17.4247 2.30895 17.4431 3.09585C17.4615 3.88275 17.1769 4.64659 16.6481 5.22923L5.21849 16.6688C4.9349 16.9523 4.5983 17.177 4.22791 17.3302C3.85751 17.4834 3.46059 17.562 3.05983 17.5616Z", fill: forceColor || '#50C8E8' }), _jsx("path", { opacity: "0.3", d: "M8.77507 23.2802C8.17013 23.279 7.57908 23.0987 7.07641 22.7618C6.57375 22.4249 6.18198 21.9467 5.95048 21.3873C5.71899 20.8279 5.65813 20.2125 5.77559 19.6185C5.89305 19.0246 6.18357 18.4787 6.61051 18.0498L12.3218 12.3335C12.6009 12.0271 12.9392 11.7806 13.3163 11.6088C13.6933 11.437 14.1012 11.3435 14.5154 11.334C14.9296 11.3245 15.3414 11.3992 15.7259 11.5535C16.1104 11.7078 16.4597 11.9386 16.7525 12.2319C17.0454 12.5252 17.2758 12.8748 17.4297 13.2598C17.5837 13.6447 17.6581 14.0569 17.6484 14.4714C17.6387 14.886 17.5451 15.2942 17.3732 15.6715C17.2013 16.0488 16.9548 16.3872 16.6485 16.6664L10.9373 22.3839C10.6535 22.6683 10.3164 22.8938 9.94538 23.0476C9.57435 23.2014 9.17665 23.2805 8.77507 23.2802Z", fill: forceColor || '#50C8E8' }), _jsx("path", { d: "M14.4871 29C16.1765 29 17.546 27.6293 17.546 25.9384C17.546 24.2475 16.1765 22.8768 14.4871 22.8768C12.7977 22.8768 11.4282 24.2475 11.4282 25.9384C11.4282 27.6293 12.7977 29 14.4871 29Z", fill: forceColor || '#50C8E8' }), _jsx("path", { d: "M14.4871 6.12314C16.1765 6.12314 17.546 4.75243 17.546 3.06157C17.546 1.37071 16.1765 0 14.4871 0C12.7977 0 11.4282 1.37071 11.4282 3.06157C11.4282 4.75243 12.7977 6.12314 14.4871 6.12314Z", fill: forceColor || '#50C8E8' }), _jsx("path", { d: "M14.4871 17.5616C16.1765 17.5616 17.546 16.1908 17.546 14.5C17.546 12.8091 16.1765 11.4384 14.4871 11.4384C12.7977 11.4384 11.4282 12.8091 11.4282 14.5C11.4282 16.1908 12.7977 17.5616 14.4871 17.5616Z", fill: forceColor || '#50C8E8' })] })),
58
+ var variants = {
59
+ solid: function(param) {
60
+ var alt = param.alt, forceColor = param.forceColor, fluxIconColor = param.fluxIconColor;
61
+ return /*#__PURE__*/ _jsxs(_Fragment, {
62
+ children: [
63
+ /*#__PURE__*/ _jsx("title", {
64
+ children: alt || 'FLUX Home'
65
+ }),
66
+ /*#__PURE__*/ _jsxs("defs", {
67
+ children: [
68
+ /*#__PURE__*/ _jsx("path", {
69
+ id: "prefix__XAXA",
70
+ d: "M.066.229H14.98v16.39H.066z"
71
+ }),
72
+ /*#__PURE__*/ _jsx("path", {
73
+ id: "prefix__SMIOD",
74
+ d: "M.38.4h6.028v5.99H.38z"
75
+ })
76
+ ]
77
+ }),
78
+ /*#__PURE__*/ _jsxs("g", {
79
+ fill: 'none',
80
+ fillRule: "evenodd",
81
+ children: [
82
+ /*#__PURE__*/ _jsx("path", {
83
+ fill: forceColor || '#fff',
84
+ d: "M23 7h12v1.919H24.885v5.626h8.23v1.91h-8.23V24H23zM40 7h1.838v15.082H51V24H40zM56.77 16.4V7.126h1.86v9.155c0 3.536 1.885 5.526 5.043 5.526 3.039 0 4.97-1.826 4.97-5.409V7.127h1.862v9.132c0 4.776-2.757 7.258-6.88 7.258-4.075 0-6.855-2.482-6.855-7.118"
85
+ }),
86
+ /*#__PURE__*/ _jsx("g", {
87
+ transform: "translate(75.668 6.898)",
88
+ children: /*#__PURE__*/ _jsx("path", {
89
+ fill: forceColor || '#fff',
90
+ d: "M6.404 8.26L.302.229h2.191L7.56 6.925 12.576.23h2.168L8.642 8.237l6.338 8.382h-2.215L7.488 9.571 2.21 16.62H.066z"
91
+ })
92
+ }),
93
+ /*#__PURE__*/ _jsx("path", {
94
+ d: "M.883 16.44a2.985 2.985 0 010-4.238L12.141 1.014a3.029 3.029 0 014.265 0 2.983 2.983 0 010 4.238L5.148 16.441a3.015 3.015 0 01-2.132.878 3.015 3.015 0 01-2.133-.878zM6.513 22.036a2.985 2.985 0 010-4.24l5.628-5.592a3.029 3.029 0 014.265 0 2.984 2.984 0 010 4.239l-5.628 5.593a3.015 3.015 0 01-2.132.878 3.015 3.015 0 01-2.133-.878z",
95
+ fill: fluxIconColor || '#50C8E8',
96
+ opacity: 0.3
97
+ }),
98
+ /*#__PURE__*/ _jsx("g", {
99
+ transform: "translate(10.88 22.119)",
100
+ children: /*#__PURE__*/ _jsx("path", {
101
+ d: "M6.408 3.395A3.004 3.004 0 013.394 6.39 3.005 3.005 0 01.38 3.395 3.005 3.005 0 013.394.399a3.005 3.005 0 013.014 2.996",
102
+ fill: fluxIconColor || '#50C8E8'
103
+ })
104
+ }),
105
+ /*#__PURE__*/ _jsx("path", {
106
+ d: "M17.288 3.132a3.004 3.004 0 01-3.014 2.995 3.005 3.005 0 01-3.014-2.995A3.005 3.005 0 0114.274.136a3.004 3.004 0 013.014 2.996M17.288 14.322a3.004 3.004 0 01-3.014 2.995 3.005 3.005 0 01-3.014-2.995 3.005 3.005 0 013.014-2.995 3.004 3.004 0 013.014 2.995",
107
+ fill: fluxIconColor || '#50C8E8'
108
+ })
109
+ ]
110
+ })
111
+ ]
112
+ });
113
+ },
114
+ default: function(param) {
115
+ var alt = param.alt, forceColor = param.forceColor, fluxIconColor = param.fluxIconColor;
116
+ return /*#__PURE__*/ _jsxs(_Fragment, {
117
+ children: [
118
+ /*#__PURE__*/ _jsx("title", {
119
+ children: alt || 'FLUX Home'
120
+ }),
121
+ /*#__PURE__*/ _jsxs("defs", {
122
+ children: [
123
+ /*#__PURE__*/ _jsx("path", {
124
+ id: "prefix__XAXA",
125
+ d: "M.066.229H14.98v16.39H.066z"
126
+ }),
127
+ /*#__PURE__*/ _jsx("path", {
128
+ id: "prefix__SMIOD",
129
+ d: "M.38.4h6.028v5.99H.38z"
130
+ })
131
+ ]
132
+ }),
133
+ /*#__PURE__*/ _jsxs("g", {
134
+ fill: 'none',
135
+ fillRule: "evenodd",
136
+ children: [
137
+ /*#__PURE__*/ _jsx("path", {
138
+ fill: forceColor || '#000',
139
+ d: "M23 7h12v1.919H24.885v5.626h8.23v1.91h-8.23V24H23zM40 7h1.838v15.082H51V24H40zM56.77 16.4V7.126h1.86v9.155c0 3.536 1.885 5.526 5.043 5.526 3.039 0 4.97-1.826 4.97-5.409V7.127h1.862v9.132c0 4.776-2.757 7.258-6.88 7.258-4.075 0-6.855-2.482-6.855-7.118"
140
+ }),
141
+ /*#__PURE__*/ _jsx("g", {
142
+ transform: "translate(75.668 6.898)",
143
+ children: /*#__PURE__*/ _jsx("path", {
144
+ fill: forceColor || '#000',
145
+ d: "M6.404 8.26L.302.229h2.191L7.56 6.925 12.576.23h2.168L8.642 8.237l6.338 8.382h-2.215L7.488 9.571 2.21 16.62H.066z"
146
+ })
147
+ }),
148
+ /*#__PURE__*/ _jsx("path", {
149
+ d: "M.883 16.44a2.985 2.985 0 010-4.238L12.141 1.014a3.029 3.029 0 014.265 0 2.983 2.983 0 010 4.238L5.148 16.441a3.015 3.015 0 01-2.132.878 3.015 3.015 0 01-2.133-.878zM6.513 22.036a2.985 2.985 0 010-4.24l5.628-5.592a3.029 3.029 0 014.265 0 2.984 2.984 0 010 4.239l-5.628 5.593a3.015 3.015 0 01-2.132.878 3.015 3.015 0 01-2.133-.878z",
150
+ fill: fluxIconColor || '#50C8E8',
151
+ opacity: 0.3
152
+ }),
153
+ /*#__PURE__*/ _jsx("g", {
154
+ transform: "translate(10.88 22.119)",
155
+ children: /*#__PURE__*/ _jsx("path", {
156
+ d: "M6.408 3.395A3.004 3.004 0 013.394 6.39 3.005 3.005 0 01.38 3.395 3.005 3.005 0 013.394.399a3.005 3.005 0 013.014 2.996",
157
+ fill: fluxIconColor || '#50C8E8',
158
+ mask: "url(#prefix__JDNIJ)"
159
+ })
160
+ }),
161
+ /*#__PURE__*/ _jsx("path", {
162
+ d: "M17.288 3.132a3.004 3.004 0 01-3.014 2.995 3.005 3.005 0 01-3.014-2.995A3.005 3.005 0 0114.274.136a3.004 3.004 0 013.014 2.996M17.288 14.322a3.004 3.004 0 01-3.014 2.995 3.005 3.005 0 01-3.014-2.995 3.005 3.005 0 013.014-2.995 3.004 3.004 0 013.014 2.995",
163
+ fill: fluxIconColor || '#50C8E8'
164
+ })
165
+ ]
166
+ })
167
+ ]
168
+ });
169
+ },
170
+ icon: function(param) {
171
+ var forceColor = param.forceColor;
172
+ return /*#__PURE__*/ _jsxs(_Fragment, {
173
+ children: [
174
+ /*#__PURE__*/ _jsx("path", {
175
+ opacity: "0.3",
176
+ d: "M3.05983 17.5616C2.45523 17.56 1.86464 17.3794 1.3624 17.0425C0.860172 16.7056 0.468759 16.2275 0.237458 15.6684C0.00615705 15.1093 -0.0546916 14.4942 0.0625746 13.9006C0.179841 13.307 0.469979 12.7613 0.896452 12.3324L12.326 0.892787C12.9095 0.364984 13.6733 0.0819496 14.4595 0.102282C15.2457 0.122614 15.9939 0.444756 16.5493 1.00201C17.1047 1.55927 17.4247 2.30895 17.4431 3.09585C17.4615 3.88275 17.1769 4.64659 16.6481 5.22923L5.21849 16.6688C4.9349 16.9523 4.5983 17.177 4.22791 17.3302C3.85751 17.4834 3.46059 17.562 3.05983 17.5616Z",
177
+ fill: forceColor || '#50C8E8'
178
+ }),
179
+ /*#__PURE__*/ _jsx("path", {
180
+ opacity: "0.3",
181
+ d: "M8.77507 23.2802C8.17013 23.279 7.57908 23.0987 7.07641 22.7618C6.57375 22.4249 6.18198 21.9467 5.95048 21.3873C5.71899 20.8279 5.65813 20.2125 5.77559 19.6185C5.89305 19.0246 6.18357 18.4787 6.61051 18.0498L12.3218 12.3335C12.6009 12.0271 12.9392 11.7806 13.3163 11.6088C13.6933 11.437 14.1012 11.3435 14.5154 11.334C14.9296 11.3245 15.3414 11.3992 15.7259 11.5535C16.1104 11.7078 16.4597 11.9386 16.7525 12.2319C17.0454 12.5252 17.2758 12.8748 17.4297 13.2598C17.5837 13.6447 17.6581 14.0569 17.6484 14.4714C17.6387 14.886 17.5451 15.2942 17.3732 15.6715C17.2013 16.0488 16.9548 16.3872 16.6485 16.6664L10.9373 22.3839C10.6535 22.6683 10.3164 22.8938 9.94538 23.0476C9.57435 23.2014 9.17665 23.2805 8.77507 23.2802Z",
182
+ fill: forceColor || '#50C8E8'
183
+ }),
184
+ /*#__PURE__*/ _jsx("path", {
185
+ d: "M14.4871 29C16.1765 29 17.546 27.6293 17.546 25.9384C17.546 24.2475 16.1765 22.8768 14.4871 22.8768C12.7977 22.8768 11.4282 24.2475 11.4282 25.9384C11.4282 27.6293 12.7977 29 14.4871 29Z",
186
+ fill: forceColor || '#50C8E8'
187
+ }),
188
+ /*#__PURE__*/ _jsx("path", {
189
+ d: "M14.4871 6.12314C16.1765 6.12314 17.546 4.75243 17.546 3.06157C17.546 1.37071 16.1765 0 14.4871 0C12.7977 0 11.4282 1.37071 11.4282 3.06157C11.4282 4.75243 12.7977 6.12314 14.4871 6.12314Z",
190
+ fill: forceColor || '#50C8E8'
191
+ }),
192
+ /*#__PURE__*/ _jsx("path", {
193
+ d: "M14.4871 17.5616C16.1765 17.5616 17.546 16.1908 17.546 14.5C17.546 12.8091 16.1765 11.4384 14.4871 11.4384C12.7977 11.4384 11.4282 12.8091 11.4282 14.5C11.4282 16.1908 12.7977 17.5616 14.4871 17.5616Z",
194
+ fill: forceColor || '#50C8E8'
195
+ })
196
+ ]
197
+ });
198
+ }
199
+ };
200
+ var FluxLogo = function(_param) {
201
+ var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 91 29' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, alt = _param.alt, forceColor = _param.forceColor, fill = _param.fill, props = _object_without_properties(_param, [
202
+ "viewBox",
203
+ "variant",
204
+ "alt",
205
+ "forceColor",
206
+ "fill"
207
+ ]);
208
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
209
+ width: 'unset',
210
+ viewBox: variant === 'icon' ? '0 0 18 29' : viewBox,
211
+ element: variants[variant]({
212
+ forceColor: forceColor || fill,
213
+ alt: alt
214
+ })
215
+ }, props));
7
216
  };
8
- const FluxLogo = ({ viewBox = '0 0 91 29', variant = 'default', alt, forceColor, fill, ...props }) => (_jsx(Icon, { width: 'unset', viewBox: variant === 'icon' ? '0 0 18 29' : viewBox, element: variants[variant]({
9
- forceColor: (forceColor || fill),
10
- alt,
11
- }), ...props }));
12
217
  export default FluxLogo;
13
- //# sourceMappingURL=FluxLogo.js.map
@@ -1,8 +1,112 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
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
+ }
56
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
57
  import { Icon } from './Icon';
3
- const variants = {
4
- default: (_jsxs(_Fragment, { children: [_jsx("path", { d: "M9.77393 2.53369H14.7421V3.3145H10.5565V5.60811H13.9634V6.38648H10.5565V9.4609H9.77782L9.77393 2.53369Z", fill: "white" }), _jsx("path", { d: "M16.9341 2.53369H17.7128V8.68253H21.6039V9.46334H16.9316L16.9341 2.53369Z", fill: "white" }), _jsx("path", { d: "M23.7983 6.45529V2.53369H24.577V6.406C24.577 7.90124 25.367 8.74304 26.6903 8.74304C27.9644 8.74304 28.7743 7.97054 28.7743 6.45529V2.53369H29.553V6.39526C29.553 8.41559 28.3971 9.46529 26.6689 9.46529C24.9635 9.46578 23.7983 8.41608 23.7983 6.45529Z", fill: "white" }), _jsx("path", { d: "M34.4054 5.93069L31.8473 2.53369H32.7686L34.8916 5.36411L36.9951 2.53369H37.9042L35.3462 5.92044L38.0026 9.46578H37.072L34.8614 6.48506L32.6494 9.46578H31.7466L34.4054 5.93069Z", fill: "white" }), _jsx("path", { opacity: "0.3", d: "M1.26398 7.26696C1.01426 7.26629 0.770314 7.19155 0.56287 7.05215C0.355426 6.91274 0.193756 6.71491 0.0982186 6.48357C0.00268112 6.25222 -0.022452 5.9977 0.025984 5.75206C0.07442 5.50642 0.19426 5.28064 0.370412 5.10315L5.09133 0.369522C5.33231 0.151121 5.64782 0.0340028 5.97254 0.042416C6.29726 0.0508292 6.60632 0.18413 6.83572 0.414718C7.06513 0.645306 7.19731 0.955522 7.20491 1.28114C7.2125 1.60675 7.09492 1.92282 6.87652 2.16391L2.1556 6.89754C2.03847 7.01482 1.89943 7.10782 1.74645 7.1712C1.59346 7.23459 1.42951 7.26713 1.26398 7.26696Z", fill: "white" }), _jsx("path", { opacity: "0.3", d: "M3.62432 9.63328C3.37446 9.6328 3.13033 9.55817 2.92271 9.41878C2.71509 9.27939 2.55327 9.08148 2.45765 8.85002C2.36203 8.61855 2.3369 8.36388 2.38541 8.11811C2.43393 7.87234 2.55392 7.64648 2.73027 7.46899L5.08927 5.10363C5.20456 4.97685 5.3443 4.87483 5.50003 4.80373C5.65577 4.73264 5.82427 4.69396 5.99534 4.69003C6.16641 4.6861 6.3365 4.717 6.49532 4.78086C6.65414 4.84472 6.79839 4.94021 6.91936 5.06157C7.04032 5.18292 7.13548 5.32762 7.19908 5.4869C7.26269 5.64618 7.29341 5.81675 7.28939 5.98828C7.28538 6.1598 7.24671 6.32874 7.17573 6.48485C7.10474 6.64097 7.00292 6.78103 6.87641 6.89656L4.51741 9.2624C4.40019 9.38008 4.26096 9.47341 4.10771 9.53705C3.95446 9.60069 3.7902 9.63339 3.62432 9.63328Z", fill: "white" }), _jsx("path", { d: "M5.98367 12C6.68146 12 7.24712 11.4328 7.24712 10.7332C7.24712 10.0335 6.68146 9.46631 5.98367 9.46631C5.28588 9.46631 4.72021 10.0335 4.72021 10.7332C4.72021 11.4328 5.28588 12 5.98367 12Z", fill: "white" }), _jsx("path", { d: "M5.98367 2.53371C6.68146 2.53371 7.24712 1.96652 7.24712 1.26686C7.24712 0.567191 6.68146 0 5.98367 0C5.28588 0 4.72021 0.567191 4.72021 1.26686C4.72021 1.96652 5.28588 2.53371 5.98367 2.53371Z", fill: "white" }), _jsx("path", { d: "M5.98367 7.26687C6.68146 7.26687 7.24712 6.69968 7.24712 6.00001C7.24712 5.30035 6.68146 4.73315 5.98367 4.73315C5.28588 4.73315 4.72021 5.30035 4.72021 6.00001C4.72021 6.69968 5.28588 7.26687 5.98367 7.26687Z", fill: "white" })] })),
58
+ var variants = {
59
+ default: /*#__PURE__*/ _jsxs(_Fragment, {
60
+ children: [
61
+ /*#__PURE__*/ _jsx("path", {
62
+ d: "M9.77393 2.53369H14.7421V3.3145H10.5565V5.60811H13.9634V6.38648H10.5565V9.4609H9.77782L9.77393 2.53369Z",
63
+ fill: "white"
64
+ }),
65
+ /*#__PURE__*/ _jsx("path", {
66
+ d: "M16.9341 2.53369H17.7128V8.68253H21.6039V9.46334H16.9316L16.9341 2.53369Z",
67
+ fill: "white"
68
+ }),
69
+ /*#__PURE__*/ _jsx("path", {
70
+ d: "M23.7983 6.45529V2.53369H24.577V6.406C24.577 7.90124 25.367 8.74304 26.6903 8.74304C27.9644 8.74304 28.7743 7.97054 28.7743 6.45529V2.53369H29.553V6.39526C29.553 8.41559 28.3971 9.46529 26.6689 9.46529C24.9635 9.46578 23.7983 8.41608 23.7983 6.45529Z",
71
+ fill: "white"
72
+ }),
73
+ /*#__PURE__*/ _jsx("path", {
74
+ d: "M34.4054 5.93069L31.8473 2.53369H32.7686L34.8916 5.36411L36.9951 2.53369H37.9042L35.3462 5.92044L38.0026 9.46578H37.072L34.8614 6.48506L32.6494 9.46578H31.7466L34.4054 5.93069Z",
75
+ fill: "white"
76
+ }),
77
+ /*#__PURE__*/ _jsx("path", {
78
+ opacity: "0.3",
79
+ d: "M1.26398 7.26696C1.01426 7.26629 0.770314 7.19155 0.56287 7.05215C0.355426 6.91274 0.193756 6.71491 0.0982186 6.48357C0.00268112 6.25222 -0.022452 5.9977 0.025984 5.75206C0.07442 5.50642 0.19426 5.28064 0.370412 5.10315L5.09133 0.369522C5.33231 0.151121 5.64782 0.0340028 5.97254 0.042416C6.29726 0.0508292 6.60632 0.18413 6.83572 0.414718C7.06513 0.645306 7.19731 0.955522 7.20491 1.28114C7.2125 1.60675 7.09492 1.92282 6.87652 2.16391L2.1556 6.89754C2.03847 7.01482 1.89943 7.10782 1.74645 7.1712C1.59346 7.23459 1.42951 7.26713 1.26398 7.26696Z",
80
+ fill: "white"
81
+ }),
82
+ /*#__PURE__*/ _jsx("path", {
83
+ opacity: "0.3",
84
+ d: "M3.62432 9.63328C3.37446 9.6328 3.13033 9.55817 2.92271 9.41878C2.71509 9.27939 2.55327 9.08148 2.45765 8.85002C2.36203 8.61855 2.3369 8.36388 2.38541 8.11811C2.43393 7.87234 2.55392 7.64648 2.73027 7.46899L5.08927 5.10363C5.20456 4.97685 5.3443 4.87483 5.50003 4.80373C5.65577 4.73264 5.82427 4.69396 5.99534 4.69003C6.16641 4.6861 6.3365 4.717 6.49532 4.78086C6.65414 4.84472 6.79839 4.94021 6.91936 5.06157C7.04032 5.18292 7.13548 5.32762 7.19908 5.4869C7.26269 5.64618 7.29341 5.81675 7.28939 5.98828C7.28538 6.1598 7.24671 6.32874 7.17573 6.48485C7.10474 6.64097 7.00292 6.78103 6.87641 6.89656L4.51741 9.2624C4.40019 9.38008 4.26096 9.47341 4.10771 9.53705C3.95446 9.60069 3.7902 9.63339 3.62432 9.63328Z",
85
+ fill: "white"
86
+ }),
87
+ /*#__PURE__*/ _jsx("path", {
88
+ d: "M5.98367 12C6.68146 12 7.24712 11.4328 7.24712 10.7332C7.24712 10.0335 6.68146 9.46631 5.98367 9.46631C5.28588 9.46631 4.72021 10.0335 4.72021 10.7332C4.72021 11.4328 5.28588 12 5.98367 12Z",
89
+ fill: "white"
90
+ }),
91
+ /*#__PURE__*/ _jsx("path", {
92
+ d: "M5.98367 2.53371C6.68146 2.53371 7.24712 1.96652 7.24712 1.26686C7.24712 0.567191 6.68146 0 5.98367 0C5.28588 0 4.72021 0.567191 4.72021 1.26686C4.72021 1.96652 5.28588 2.53371 5.98367 2.53371Z",
93
+ fill: "white"
94
+ }),
95
+ /*#__PURE__*/ _jsx("path", {
96
+ d: "M5.98367 7.26687C6.68146 7.26687 7.24712 6.69968 7.24712 6.00001C7.24712 5.30035 6.68146 4.73315 5.98367 4.73315C5.28588 4.73315 4.72021 5.30035 4.72021 6.00001C4.72021 6.69968 5.28588 7.26687 5.98367 7.26687Z",
97
+ fill: "white"
98
+ })
99
+ ]
100
+ })
101
+ };
102
+ var FluxLogoTable = function(_param) {
103
+ var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 38 12' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
104
+ "viewBox",
105
+ "variant"
106
+ ]);
107
+ return /*#__PURE__*/ _jsx(Icon, _object_spread({
108
+ viewBox: viewBox,
109
+ element: variants[variant]
110
+ }, props));
5
111
  };
6
- const FluxLogoTable = ({ viewBox = '0 0 38 12', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
7
112
  export default FluxLogoTable;
8
- //# sourceMappingURL=FluxLogoTable.js.map