@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.
- package/dist/accordion/Accordion.js +133 -7
- package/dist/accordion/Accordion.stories.js +31 -11
- package/dist/alert/Alert.js +120 -19
- package/dist/alert/Alert.stories.js +50 -15
- package/dist/animations/LoadingAnimation.js +34 -21
- package/dist/badge/Badge.js +96 -7
- package/dist/badge/Badge.stories.js +28 -7
- package/dist/box/Box.js +87 -3
- package/dist/box/Box.stories.js +8 -7
- package/dist/breadcrumbs/Breadcrumbs.js +288 -28
- package/dist/breadcrumbs/Breadcrumbs.stories.js +51 -27
- package/dist/button/Button.js +124 -12
- package/dist/button/Button.stories.js +35 -7
- package/dist/card/Card.js +109 -7
- package/dist/card/Card.stories.js +10 -7
- package/dist/carousel/Carousel.js +281 -58
- package/dist/carousel/Carousel.stories.js +39 -7
- package/dist/carousel/CarouselButton.js +68 -7
- package/dist/center/Center.js +63 -3
- package/dist/center/Center.stories.js +19 -7
- package/dist/checkbox/Checkbox.js +124 -4
- package/dist/checkbox/Checkbox.stories.js +10 -8
- package/dist/chip/Chip.js +104 -3
- package/dist/chip/Chip.stories.js +19 -7
- package/dist/circular-progress/CircularProgress.js +150 -11
- package/dist/circular-progress/CircularProgress.stories.js +54 -14
- package/dist/command/command.js +170 -13
- package/dist/datepicker/DatePicker.js +234 -90
- package/dist/datepicker/DatePicker.stories.js +163 -58
- package/dist/datepicker/DatePickerDrawer.js +116 -17
- package/dist/datepicker/DatePickerPopover.js +208 -35
- package/dist/datepicker/constants.js +3 -4
- package/dist/datepicker/utils.js +4 -11
- package/dist/dialog/index.js +180 -33
- package/dist/divider/Divider.js +63 -3
- package/dist/divider/Divider.stories.js +13 -7
- package/dist/drawer/index.js +157 -12
- package/dist/dropdown/Dropdown.js +212 -26
- package/dist/dropdown/Dropdown.stories.js +109 -22
- package/dist/field-wrapper/FieldWrapper.js +139 -3
- package/dist/field-wrapper/FieldWrapper.stories.js +124 -28
- package/dist/flex/Flex.js +63 -3
- package/dist/flex/Flex.stories.js +19 -7
- package/dist/grid/Grid.js +63 -3
- package/dist/grid/Grid.stories.js +28 -7
- package/dist/hooks/use-breakpoint-value.js +77 -14
- package/dist/hooks/use-media-query.js +61 -12
- package/dist/hstack/HStack.js +63 -3
- package/dist/hstack/HStack.stories.js +19 -7
- package/dist/icons/FluxLogo.js +213 -9
- package/dist/icons/FluxLogoTable.js +109 -5
- package/dist/icons/Icon.js +108 -7
- package/dist/icons/Icon.stories.js +12 -7
- package/dist/icons/Icon24Hours.js +83 -5
- package/dist/icons/IconAcceleration.js +72 -4
- package/dist/icons/IconAccount.js +72 -4
- package/dist/icons/IconApplicant.js +78 -5
- package/dist/icons/IconArrow.js +78 -6
- package/dist/icons/IconArrowBack.js +72 -4
- package/dist/icons/IconArrowForward.js +72 -4
- package/dist/icons/IconArrowTopLeft.js +70 -4
- package/dist/icons/IconBluesharkProductGuide.js +80 -5
- package/dist/icons/IconBolt.js +72 -4
- package/dist/icons/IconBriefcase.js +72 -4
- package/dist/icons/IconBulb.js +72 -4
- package/dist/icons/IconCalendar.js +72 -4
- package/dist/icons/IconCalendarArrowBack.js +72 -4
- package/dist/icons/IconCalendarArrowForward.js +72 -4
- package/dist/icons/IconCalendarDoubleArrowBack.js +72 -4
- package/dist/icons/IconCalendarDoubleArrowForward.js +72 -4
- package/dist/icons/IconCancel.js +77 -5
- package/dist/icons/IconCancelMark.js +72 -4
- package/dist/icons/IconCarSUV.js +72 -4
- package/dist/icons/IconCarSedan.js +147 -7
- package/dist/icons/IconChain.js +79 -5
- package/dist/icons/IconCheckmark.js +72 -4
- package/dist/icons/IconChevronRight.js +72 -4
- package/dist/icons/IconCircle.js +114 -11
- package/dist/icons/IconCircleCheckmark.js +77 -5
- package/dist/icons/IconCircleError.js +72 -4
- package/dist/icons/IconCircleExclamation.js +104 -6
- package/dist/icons/IconCircleMark.js +78 -5
- package/dist/icons/IconCircleOutline.js +139 -5
- package/dist/icons/IconClock.js +80 -5
- package/dist/icons/IconClose.js +72 -4
- package/dist/icons/IconCollapseAll.js +94 -5
- package/dist/icons/IconConcierge.js +79 -5
- package/dist/icons/IconConciergeService.js +87 -5
- package/dist/icons/IconCreditCard.js +78 -5
- package/dist/icons/IconDash.js +72 -4
- package/dist/icons/IconDeliver.js +72 -4
- package/dist/icons/IconDelivery.js +87 -5
- package/dist/icons/IconDetails.js +72 -4
- package/dist/icons/IconDot.js +87 -6
- package/dist/icons/IconDownload.js +79 -5
- package/dist/icons/IconEVCharging.js +79 -5
- package/dist/icons/IconElectricCarFuel.js +80 -5
- package/dist/icons/IconEllipsis.js +78 -5
- package/dist/icons/IconEnvelope.js +72 -4
- package/dist/icons/IconExpandAll.js +94 -5
- package/dist/icons/IconEye.js +79 -5
- package/dist/icons/IconFacebook.js +94 -6
- package/dist/icons/IconFilter.js +83 -5
- package/dist/icons/IconFlagMalaysia.js +141 -5
- package/dist/icons/IconGiveKey.js +79 -5
- package/dist/icons/IconGlobe.js +70 -4
- package/dist/icons/IconGoogle.js +87 -5
- package/dist/icons/IconHome.js +78 -5
- package/dist/icons/IconHostAdvertise.js +72 -4
- package/dist/icons/IconHostCar.js +75 -4
- package/dist/icons/IconHostCash.js +91 -5
- package/dist/icons/IconHostHandle.js +70 -4
- package/dist/icons/IconHostLocation.js +70 -4
- package/dist/icons/IconHostPayment.js +91 -5
- package/dist/icons/IconHostService.js +79 -5
- package/dist/icons/IconHotDeals.js +72 -4
- package/dist/icons/IconInfo.js +77 -5
- package/dist/icons/IconInstagram.js +72 -4
- package/dist/icons/IconInsurance.js +99 -5
- package/dist/icons/IconInternet.js +73 -4
- package/dist/icons/IconInventory.js +78 -5
- package/dist/icons/IconLaurel.js +101 -5
- package/dist/icons/IconLinkedIn.js +72 -4
- package/dist/icons/IconLoading.js +78 -4
- package/dist/icons/IconLocation.js +80 -5
- package/dist/icons/IconLock.js +73 -4
- package/dist/icons/IconLogistics.js +72 -4
- package/dist/icons/IconMail.js +94 -5
- package/dist/icons/IconMember.js +78 -5
- package/dist/icons/IconMobilePen.js +83 -5
- package/dist/icons/IconMotorcycleMoped.js +78 -5
- package/dist/icons/IconNoCost.js +92 -5
- package/dist/icons/IconPDF.js +80 -5
- package/dist/icons/IconPencil.js +70 -4
- package/dist/icons/IconPhone.js +70 -4
- package/dist/icons/IconPlus.js +72 -4
- package/dist/icons/IconPricing.js +72 -4
- package/dist/icons/IconProtected.js +71 -4
- package/dist/icons/IconPsychology.js +72 -4
- package/dist/icons/IconQuestionTooltip.js +73 -4
- package/dist/icons/IconQuote.js +72 -4
- package/dist/icons/IconRate.js +71 -4
- package/dist/icons/IconRegister.js +99 -5
- package/dist/icons/IconReport.js +89 -6
- package/dist/icons/IconReturn.js +72 -4
- package/dist/icons/IconSearch.js +70 -4
- package/dist/icons/IconSecure.js +71 -4
- package/dist/icons/IconSecurity.js +73 -4
- package/dist/icons/IconSedanOutline.js +159 -5
- package/dist/icons/IconSelectArrow.js +78 -6
- package/dist/icons/IconSort.js +79 -5
- package/dist/icons/IconSortListed.js +95 -5
- package/dist/icons/IconSortPriceAscending.js +83 -5
- package/dist/icons/IconSortPriceDescending.js +83 -5
- package/dist/icons/IconSortYear.js +79 -5
- package/dist/icons/IconSpan.js +71 -4
- package/dist/icons/IconSpeaker.js +79 -4
- package/dist/icons/IconSpecialCar.js +95 -5
- package/dist/icons/IconStar.js +92 -7
- package/dist/icons/IconStockPhoto.js +95 -5
- package/dist/icons/IconSubscription.js +113 -6
- package/dist/icons/IconSubscriptions.js +113 -6
- package/dist/icons/IconSwap.js +79 -5
- package/dist/icons/IconTax.js +72 -4
- package/dist/icons/IconThinArrow.js +78 -6
- package/dist/icons/IconThumbsdown.js +78 -5
- package/dist/icons/IconThumbsup.js +78 -5
- package/dist/icons/IconTool.js +72 -4
- package/dist/icons/IconTooltip.js +73 -4
- package/dist/icons/IconTrash.js +72 -4
- package/dist/icons/IconTriangleExclamation.js +72 -4
- package/dist/icons/IconTyersBrakes.js +83 -5
- package/dist/icons/IconTyre.js +83 -5
- package/dist/icons/IconVacancy.js +78 -5
- package/dist/icons/IconVolunteer.js +72 -4
- package/dist/icons/IconWhatsapp.js +73 -4
- package/dist/icons/IconXPlatform.js +72 -4
- package/dist/icons/IconZeroEffort.js +77 -5
- package/dist/icons/Logo.js +99 -3
- package/dist/input/Input.js +125 -11
- package/dist/input/Input.stories.js +17 -18
- package/dist/input-mask/InputMask.js +149 -11
- package/dist/input-mask/InputMask.stories.js +5 -6
- package/dist/input-mask/mask-trackers.js +4 -5
- package/dist/input-select/InputSelect.js +357 -68
- package/dist/input-select/InputSelect.stories.js +98 -25
- package/dist/popover/popover.js +72 -4
- package/dist/progress/Progress.js +96 -2
- package/dist/progress/Progress.stories.js +13 -14
- package/dist/radio/Radio.js +163 -4
- package/dist/scroll-area/scroll-area.js +113 -5
- package/dist/search-input-select/SearchInputSelect.js +346 -69
- package/dist/select/Select.js +315 -29
- package/dist/select/Select.stories.js +55 -19
- package/dist/skeleton/Skeleton.js +62 -3
- package/dist/skeleton/Skeleton.stories.js +8 -7
- package/dist/slider/Slider.js +106 -5
- package/dist/slider/Slider.stories.js +12 -11
- package/dist/stack/Stack.js +63 -3
- package/dist/stack/Stack.stories.js +19 -7
- package/dist/table/Table.js +131 -10
- package/dist/table/Table.stories.js +84 -8
- package/dist/tabs/Tabs.js +128 -9
- package/dist/tabs/Tabs.stories.js +46 -13
- package/dist/text/Text.js +88 -6
- package/dist/text/Text.stories.js +44 -7
- package/dist/toast/Toast.stories.js +66 -14
- package/dist/toast/ToastBox.js +77 -29
- package/dist/toast/index.js +0 -1
- package/dist/toast/sonner.js +66 -6
- package/dist/toggle/Toggle.js +116 -7
- package/dist/toggle/Toggle.stories.js +10 -8
- package/dist/tooltip/Tooltip.js +151 -12
- package/dist/tooltip/Tooltip.stories.js +71 -13
- package/dist/utils.js +4 -2
- package/dist/vstack/VStack.js +63 -3
- package/dist/vstack/VStack.stories.js +19 -7
- package/package.json +3 -3
|
@@ -1,9 +1,82 @@
|
|
|
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
|
-
|
|
4
|
-
outline:
|
|
5
|
-
|
|
58
|
+
var variants = {
|
|
59
|
+
outline: /*#__PURE__*/ _jsx(_Fragment, {
|
|
60
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
61
|
+
d: "M14.6667 15.9997C13.2 15.9997 11.9444 15.4775 10.9 14.433C9.85556 13.3886 9.33333 12.133 9.33333 10.6663C9.33333 9.19967 9.85556 7.94412 10.9 6.89967C11.9444 5.85523 13.2 5.33301 14.6667 5.33301C16.1333 5.33301 17.3889 5.85523 18.4333 6.89967C19.4778 7.94412 20 9.19967 20 10.6663C20 12.133 19.4778 13.3886 18.4333 14.433C17.3889 15.4775 16.1333 15.9997 14.6667 15.9997ZM14.6667 13.333C15.4 13.333 16.0278 13.0719 16.55 12.5497C17.0722 12.0275 17.3333 11.3997 17.3333 10.6663C17.3333 9.93301 17.0722 9.30523 16.55 8.78301C16.0278 8.26079 15.4 7.99967 14.6667 7.99967C13.9333 7.99967 13.3056 8.26079 12.7833 8.78301C12.2611 9.30523 12 9.93301 12 10.6663C12 11.3997 12.2611 12.0275 12.7833 12.5497C13.3056 13.0719 13.9333 13.333 14.6667 13.333ZM29.4667 31.333L25.2 27.0663C24.7333 27.333 24.2333 27.5552 23.7 27.733C23.1667 27.9108 22.6 27.9997 22 27.9997C20.3333 27.9997 18.9167 27.4163 17.75 26.2497C16.5833 25.083 16 23.6663 16 21.9997C16 20.333 16.5833 18.9163 17.75 17.7497C18.9167 16.583 20.3333 15.9997 22 15.9997C23.6667 15.9997 25.0833 16.583 26.25 17.7497C27.4167 18.9163 28 20.333 28 21.9997C28 22.5997 27.9111 23.1663 27.7333 23.6997C27.5556 24.233 27.3333 24.733 27.0667 25.1997L31.3333 29.4663L29.4667 31.333ZM22 25.333C22.9333 25.333 23.7222 25.0108 24.3667 24.3663C25.0111 23.7219 25.3333 22.933 25.3333 21.9997C25.3333 21.0663 25.0111 20.2775 24.3667 19.633C23.7222 18.9886 22.9333 18.6663 22 18.6663C21.0667 18.6663 20.2778 18.9886 19.6333 19.633C18.9889 20.2775 18.6667 21.0663 18.6667 21.9997C18.6667 22.933 18.9889 23.7219 19.6333 24.3663C20.2778 25.0108 21.0667 25.333 22 25.333ZM4 26.6663V22.9663C4 22.2108 4.18889 21.5108 4.56667 20.8663C4.94444 20.2219 5.46667 19.733 6.13333 19.3997C7.26667 18.8219 8.54444 18.333 9.96667 17.933C11.3889 17.533 12.9667 17.333 14.7 17.333C14.4333 17.733 14.2056 18.1608 14.0167 18.6163C13.8278 19.0719 13.6778 19.5441 13.5667 20.033C12.2333 20.1441 11.0444 20.3719 10 20.7163C8.95556 21.0608 8.07778 21.4219 7.36667 21.7997C7.14444 21.9108 6.97222 22.0719 6.85 22.283C6.72778 22.4941 6.66667 22.7219 6.66667 22.9663V23.9997H13.5667C13.6778 24.4886 13.8278 24.9552 14.0167 25.3997C14.2056 25.8441 14.4333 26.2663 14.7 26.6663H4Z",
|
|
62
|
+
fill: "currentColor"
|
|
63
|
+
})
|
|
64
|
+
}),
|
|
65
|
+
filled: /*#__PURE__*/ _jsx(_Fragment, {
|
|
66
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
67
|
+
d: "M14.6667 15.9997C13.2 15.9997 11.9444 15.4775 10.9 14.433C9.85556 13.3886 9.33333 12.133 9.33333 10.6663C9.33333 9.19967 9.85556 7.94412 10.9 6.89967C11.9444 5.85523 13.2 5.33301 14.6667 5.33301C16.1333 5.33301 17.3889 5.85523 18.4333 6.89967C19.4778 7.94412 20 9.19967 20 10.6663C20 12.133 19.4778 13.3886 18.4333 14.433C17.3889 15.4775 16.1333 15.9997 14.6667 15.9997ZM29.4667 31.333L25.2 27.0663C24.7333 27.333 24.2333 27.5552 23.7 27.733C23.1667 27.9108 22.6 27.9997 22 27.9997C20.3333 27.9997 18.9167 27.4163 17.75 26.2497C16.5833 25.083 16 23.6663 16 21.9997C16 20.333 16.5833 18.9163 17.75 17.7497C18.9167 16.583 20.3333 15.9997 22 15.9997C23.6667 15.9997 25.0833 16.583 26.25 17.7497C27.4167 18.9163 28 20.333 28 21.9997C28 22.5997 27.9111 23.1663 27.7333 23.6997C27.5556 24.233 27.3333 24.733 27.0667 25.1997L31.3333 29.4663L29.4667 31.333ZM22 25.333C22.9333 25.333 23.7222 25.0108 24.3667 24.3663C25.0111 23.7219 25.3333 22.933 25.3333 21.9997C25.3333 21.0663 25.0111 20.2775 24.3667 19.633C23.7222 18.9886 22.9333 18.6663 22 18.6663C21.0667 18.6663 20.2778 18.9886 19.6333 19.633C18.9889 20.2775 18.6667 21.0663 18.6667 21.9997C18.6667 22.933 18.9889 23.7219 19.6333 24.3663C20.2778 25.0108 21.0667 25.333 22 25.333ZM14.7 17.333C13.7667 18.7108 13.3 20.2663 13.3 21.9997C13.3 23.733 13.7667 25.2886 14.7 26.6663H4V22.9663C4 22.2108 4.18889 21.5108 4.56667 20.8663C4.94444 20.2219 5.46667 19.733 6.13333 19.3997C7.26667 18.8219 8.54444 18.333 9.96667 17.933C11.3889 17.533 12.9667 17.333 14.7 17.333Z",
|
|
68
|
+
fill: "currentColor"
|
|
69
|
+
})
|
|
70
|
+
})
|
|
71
|
+
};
|
|
72
|
+
var IconVacancy = function(_param) {
|
|
73
|
+
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 ? 'outline' : _param_variant, props = _object_without_properties(_param, [
|
|
74
|
+
"viewBox",
|
|
75
|
+
"variant"
|
|
76
|
+
]);
|
|
77
|
+
return /*#__PURE__*/ _jsx(Icon, _object_spread({
|
|
78
|
+
viewBox: viewBox,
|
|
79
|
+
element: variants[variant]
|
|
80
|
+
}, props));
|
|
6
81
|
};
|
|
7
|
-
const IconVacancy = ({ viewBox = '0 0 32 32', variant = 'outline', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
8
82
|
export default IconVacancy;
|
|
9
|
-
//# sourceMappingURL=IconVacancy.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
|
-
export
|
|
4
|
-
default:
|
|
58
|
+
export var variants = {
|
|
59
|
+
default: /*#__PURE__*/ _jsx(_Fragment, {
|
|
60
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
61
|
+
d: "M15.0281 9.99625L11.0908 6.19425C10.6277 5.75075 10.2382 5.257 9.92232 4.713C9.60649 4.16917 9.44857 3.57683 9.44857 2.936C9.44857 2.12883 9.72349 1.43767 10.2733 0.8625C10.8233 0.2875 11.4988 0 12.2998 0C12.8533 0 13.3597 0.145917 13.8188 0.43775C14.278 0.72975 14.6811 1.08942 15.0281 1.51675C15.3751 1.08942 15.7771 0.72975 16.2341 0.43775C16.6912 0.145917 17.1987 0 17.7563 0C18.5573 0 19.2328 0.2875 19.7828 0.8625C20.3327 1.43767 20.6076 2.12883 20.6076 2.936C20.6076 3.57567 20.4486 4.16708 20.1306 4.71025C19.8124 5.25325 19.4236 5.74792 18.9641 6.19425L15.0281 9.99625ZM15.0281 8.26275L18.0218 5.34075C18.3645 5.00758 18.6717 4.64417 18.9436 4.2505C19.2152 3.85683 19.3511 3.41867 19.3511 2.936C19.3511 2.47483 19.1989 2.07958 18.8946 1.75025C18.5901 1.42108 18.2107 1.2565 17.7563 1.2565C17.3883 1.2565 17.0547 1.36117 16.7556 1.5705C16.4564 1.78 16.1904 2.033 15.9576 2.3295L15.0281 3.48075L14.0923 2.3295C13.8637 2.033 13.5997 1.78 13.3006 1.5705C13.0014 1.36117 12.6678 1.2565 12.2998 1.2565C11.8455 1.2565 11.4661 1.42108 11.1616 1.75025C10.8572 2.07958 10.7051 2.47483 10.7051 2.936C10.7051 3.41867 10.8399 3.85683 11.1096 4.2505C11.3791 4.64417 11.688 5.00833 12.0363 5.343L15.0281 8.26275ZM5.50807 16.3205L13.1146 18.5435L19.2056 16.6462C19.1971 16.3269 19.0879 16.0785 18.8781 15.901C18.6682 15.7233 18.4249 15.6345 18.1481 15.6345H13.1661C12.8219 15.6345 12.499 15.6162 12.1973 15.5795C11.8957 15.5427 11.5929 15.4713 11.2891 15.3655L8.99407 14.6462L9.40107 13.3832L11.5851 14.1512C11.8339 14.2427 12.1107 14.3037 12.4153 14.334C12.72 14.3643 13.1001 14.3791 13.5556 14.3783H14.2391C14.2391 14.0496 14.1512 13.7735 13.9756 13.55C13.7999 13.3265 13.5792 13.1641 13.3133 13.0627L7.70757 10.9692C7.68407 10.9629 7.6654 10.9581 7.65157 10.9548C7.63757 10.9516 7.62099 10.95 7.60182 10.95H5.50807V16.3205ZM0.80957 19V9.69375H7.57382C7.66882 9.69375 7.76199 9.70358 7.85332 9.72325C7.94465 9.74292 8.03307 9.766 8.11857 9.7925L13.7391 11.8807C14.2356 12.0624 14.6576 12.3709 15.0051 12.8062C15.3524 13.2414 15.5261 13.7654 15.5261 14.3783H18.1481C18.8734 14.3783 19.4647 14.6268 19.9218 15.124C20.379 15.6213 20.6076 16.2274 20.6076 16.9422V17.5807L13.2018 19.8603L5.50807 17.6372V19H0.80957ZM2.06582 17.7435H4.23507V10.95H2.06582V17.7435Z",
|
|
62
|
+
fill: "currentColor"
|
|
63
|
+
})
|
|
64
|
+
})
|
|
65
|
+
};
|
|
66
|
+
var IconVolunteer = function(_param) {
|
|
67
|
+
var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 21 20' : _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 IconVolunteer = ({ viewBox = '0 0 21 20', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
7
76
|
export default IconVolunteer;
|
|
8
|
-
//# sourceMappingURL=IconVolunteer.js.map
|
|
@@ -1,8 +1,77 @@
|
|
|
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
|
-
|
|
4
|
-
default:
|
|
58
|
+
var variants = {
|
|
59
|
+
default: /*#__PURE__*/ _jsx(_Fragment, {
|
|
60
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
61
|
+
d: "M357.84 61.16A207.2 207.2 0 00210.31 0C95.31 0 1.8 93.55 1.75 208.54A208.16 208.16 0 0029.59 312.8L0 420.87l110.56-29a208.4 208.4 0 0099.65 25.38h.09c114.94 0 208.51-93.56 208.55-208.55a207.32 207.32 0 00-61.01-147.54zM210.31 382.03h-.1a173.1 173.1 0 01-88.23-24.16l-6.33-3.76-65.61 17.21 17.52-64-4.13-6.56a173 173 0 01-26.47-92.18c0-95.57 77.8-173.33 173.42-173.33a173.37 173.37 0 01173.27 173.44c-.04 95.58-77.8 173.34-173.34 173.34zm95.08-129.82c-5.21-2.61-30.83-15.22-35.61-17s-8.25-2.6-11.72 2.61-13.46 17-16.5 20.43-6.08 3.92-11.29 1.31-22-8.11-41.91-25.87c-15.49-13.81-25.95-30.88-29-36.1s-.32-8 2.29-10.63c2.34-2.34 5.21-6.09 7.81-9.13s3.48-5.22 5.21-8.69.87-6.52-.43-9.13-11.72-28.26-16.07-38.7c-4.23-10.16-8.52-8.78-11.72-8.94-3-.15-6.52-.19-10-.19a19.17 19.17 0 00-13.9 6.53c-4.77 5.21-18.23 17.82-18.23 43.47s18.67 50.43 21.27 53.91 36.75 56.11 89 78.68a299.53 299.53 0 0029.71 11c12.49 4 23.85 3.4 32.82 2.06 10-1.49 30.84-12.6 35.18-24.77s4.34-22.61 3-24.79-4.7-3.45-9.91-6.06z",
|
|
62
|
+
fillRule: "evenodd",
|
|
63
|
+
"data-name": "WA Logo"
|
|
64
|
+
})
|
|
65
|
+
})
|
|
66
|
+
};
|
|
67
|
+
var IconWhatsapp = function(_param) {
|
|
68
|
+
var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 418.86 420.88' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
|
|
69
|
+
"viewBox",
|
|
70
|
+
"variant"
|
|
71
|
+
]);
|
|
72
|
+
return /*#__PURE__*/ _jsx(Icon, _object_spread({
|
|
73
|
+
viewBox: viewBox,
|
|
74
|
+
element: variants[variant]
|
|
75
|
+
}, props));
|
|
5
76
|
};
|
|
6
|
-
const IconWhatsapp = ({ viewBox = '0 0 418.86 420.88', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
7
77
|
export default IconWhatsapp;
|
|
8
|
-
//# sourceMappingURL=IconWhatsapp.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
|
-
|
|
4
|
-
default:
|
|
58
|
+
var variants = {
|
|
59
|
+
default: /*#__PURE__*/ _jsx(_Fragment, {
|
|
60
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
61
|
+
d: "M13.5697 11.0504L19.7122 3.75H18.2567L12.9231 10.0889L8.66326 3.75H3.75L10.1918 13.3355L3.75 20.9911H5.20566L10.838 14.2971L15.3367 20.9911H20.25L13.5694 11.0504H13.5697ZM11.576 13.42L10.9233 12.4655L5.73015 4.8704H7.96596L12.1569 10.9998L12.8096 11.9543L18.2573 19.9217H16.0215L11.576 13.4203V13.42Z",
|
|
62
|
+
fill: "fill"
|
|
63
|
+
})
|
|
64
|
+
})
|
|
65
|
+
};
|
|
66
|
+
var IconXPlatform = 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 IconXPlatform = ({ viewBox = '0 0 24 24', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
7
76
|
export default IconXPlatform;
|
|
8
|
-
//# sourceMappingURL=IconXPlatform.js.map
|
|
@@ -1,8 +1,80 @@
|
|
|
1
|
-
|
|
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
|
-
|
|
4
|
-
default:
|
|
58
|
+
var variants = {
|
|
59
|
+
default: /*#__PURE__*/ _jsxs(_Fragment, {
|
|
60
|
+
children: [
|
|
61
|
+
/*#__PURE__*/ _jsx("path", {
|
|
62
|
+
d: "M16,4C9.4,4,4,9.4,4,16s5.4,12,12,12s12-5.4,12-12S22.6,4,16,4z M16,6c5.5,0,10,4.5,10,10s-4.5,10-10,10S6,21.5,6,16 S10.5,6,16,6z"
|
|
63
|
+
}),
|
|
64
|
+
/*#__PURE__*/ _jsx("path", {
|
|
65
|
+
d: "M16,10c-2.2,0-4,1.8-4,4v4c0,2.2,1.8,4,4,4s4-1.8,4-4v-4C20,11.8,18.2,10,16,10z M14,14c0-1.1,0.9-2,2-2 c0.3,0,0.5,0.1,0.7,0.1L14,17.9V14z M18,18c0,1.1-0.9,2-2,2c-0.3,0-0.5-0.1-0.7-0.1l2.7-5.7V18z"
|
|
66
|
+
})
|
|
67
|
+
]
|
|
68
|
+
})
|
|
69
|
+
};
|
|
70
|
+
var IconSpecialCar = function(_param) {
|
|
71
|
+
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, [
|
|
72
|
+
"viewBox",
|
|
73
|
+
"variant"
|
|
74
|
+
]);
|
|
75
|
+
return /*#__PURE__*/ _jsx(Icon, _object_spread({
|
|
76
|
+
viewBox: viewBox,
|
|
77
|
+
element: variants[variant]
|
|
78
|
+
}, props));
|
|
5
79
|
};
|
|
6
|
-
const IconSpecialCar = ({ viewBox = '0 0 32 32', variant = 'default', ...props }) => _jsx(Icon, { viewBox: viewBox, element: variants[variant], ...props });
|
|
7
80
|
export default IconSpecialCar;
|
|
8
|
-
//# sourceMappingURL=IconZeroEffort.js.map
|
package/dist/icons/Logo.js
CHANGED
|
@@ -1,9 +1,105 @@
|
|
|
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 = _object_without_properties_loose(source, excluded);
|
|
56
|
+
var key, i;
|
|
57
|
+
if (Object.getOwnPropertySymbols) {
|
|
58
|
+
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
59
|
+
for(i = 0; i < sourceSymbolKeys.length; i++){
|
|
60
|
+
key = sourceSymbolKeys[i];
|
|
61
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
62
|
+
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
63
|
+
target[key] = source[key];
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
return target;
|
|
67
|
+
}
|
|
68
|
+
function _object_without_properties_loose(source, excluded) {
|
|
69
|
+
if (source == null) return {};
|
|
70
|
+
var target = {};
|
|
71
|
+
var sourceKeys = Object.keys(source);
|
|
72
|
+
var key, i;
|
|
73
|
+
for(i = 0; i < sourceKeys.length; i++){
|
|
74
|
+
key = sourceKeys[i];
|
|
75
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
76
|
+
target[key] = source[key];
|
|
77
|
+
}
|
|
78
|
+
return target;
|
|
79
|
+
}
|
|
1
80
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
81
|
import Box from '../box/Box';
|
|
3
82
|
import FluxLogo from '../icons/FluxLogo';
|
|
4
83
|
import { cn } from '../utils';
|
|
5
|
-
|
|
6
|
-
|
|
84
|
+
var Logo = function(_param) {
|
|
85
|
+
var colorScheme = _param.colorScheme, _param_size = _param.size, size = _param_size === void 0 ? '29px' : _param_size, className = _param.className, style = _param.style, props = _object_without_properties(_param, [
|
|
86
|
+
"colorScheme",
|
|
87
|
+
"size",
|
|
88
|
+
"className",
|
|
89
|
+
"style"
|
|
90
|
+
]);
|
|
91
|
+
return /*#__PURE__*/ _jsx(Box, _object_spread_props(_object_spread({
|
|
92
|
+
className: cn(className),
|
|
93
|
+
style: style
|
|
94
|
+
}, props), {
|
|
95
|
+
children: /*#__PURE__*/ _jsx(FluxLogo, _object_spread({
|
|
96
|
+
width: 'full',
|
|
97
|
+
size: size,
|
|
98
|
+
variant: colorScheme ? 'solid' : 'default',
|
|
99
|
+
alt: 'FLUX Logo'
|
|
100
|
+
}, colorScheme ? {
|
|
101
|
+
forceColor: colorScheme
|
|
102
|
+
} : {}))
|
|
103
|
+
}));
|
|
7
104
|
};
|
|
8
105
|
export default Logo;
|
|
9
|
-
//# sourceMappingURL=Logo.js.map
|