@loomhq/lens 12.8.0 → 12.10.0
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/README.md +35 -7
- package/dist/cjs/icons/banner-vector-up.js +17 -3
- package/dist/cjs/icons/banner-vector-up.js.map +2 -2
- package/dist/cjs/icons/cursor.js +40 -0
- package/dist/cjs/icons/cursor.js.map +7 -0
- package/dist/cjs/icons/editions-icon.js +40 -0
- package/dist/cjs/icons/editions-icon.js.map +7 -0
- package/dist/cjs/icons/editions.js +9 -2
- package/dist/cjs/icons/editions.js.map +2 -2
- package/dist/cjs/icons/index.js +653 -638
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/index.js +799 -555
- package/dist/cjs/index.js.map +4 -4
- package/dist/esm/icons/banner-vector-up.js +1 -1
- package/dist/esm/icons/{chunk-2V4R73H6.js → chunk-3OR7GMMB.js} +8 -4
- package/dist/esm/icons/chunk-3OR7GMMB.js.map +7 -0
- package/dist/esm/icons/chunk-KVOGDZ34.js +11 -0
- package/dist/esm/icons/chunk-KVOGDZ34.js.map +7 -0
- package/dist/esm/icons/chunk-SPTM4NUO.js +18 -0
- package/dist/esm/icons/chunk-SPTM4NUO.js.map +7 -0
- package/dist/esm/icons/cursor.js +8 -0
- package/dist/esm/icons/cursor.js.map +7 -0
- package/dist/esm/icons/editions-icon.js +12 -0
- package/dist/esm/icons/editions-icon.js.map +7 -0
- package/dist/esm/icons/editions.js +1 -1
- package/dist/esm/icons/index.js +120 -116
- package/dist/esm/index.js +737 -489
- package/dist/esm/index.js.map +4 -4
- package/dist/types/colors.d.ts +1 -1
- package/dist/types/colors.d.ts.map +1 -1
- package/dist/types/components/align/align.d.ts +1 -1
- package/dist/types/components/align/align.d.ts.map +1 -1
- package/dist/types/components/arrange/arrange.d.ts +1 -1
- package/dist/types/components/arrange/arrange.d.ts.map +1 -1
- package/dist/types/components/avatar/avatar.d.ts +1 -1
- package/dist/types/components/avatar/avatar.d.ts.map +1 -1
- package/dist/types/components/backdrop/backdrop.d.ts +1 -1
- package/dist/types/components/backdrop/backdrop.d.ts.map +1 -1
- package/dist/types/components/base-styles/base-styles.d.ts.map +1 -1
- package/dist/types/components/button/button.d.ts +1 -1
- package/dist/types/components/button/button.d.ts.map +1 -1
- package/dist/types/components/color-picker/color-picker.d.ts +1 -1
- package/dist/types/components/color-picker/color-picker.d.ts.map +1 -1
- package/dist/types/components/container/container.d.ts +1 -1
- package/dist/types/components/container/container.d.ts.map +1 -1
- package/dist/types/components/distribute/distribute.d.ts +1 -1
- package/dist/types/components/distribute/distribute.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown.d.ts +3 -1
- package/dist/types/components/dropdown/dropdown.d.ts.map +1 -1
- package/dist/types/components/ellipses-loader/ellipses-loader.d.ts +1 -1
- package/dist/types/components/ellipses-loader/ellipses-loader.d.ts.map +1 -1
- package/dist/types/components/form-field/form-field.d.ts +2 -2
- package/dist/types/components/form-field/form-field.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/banner-vector-up.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/cursor.d.ts +3 -0
- package/dist/types/components/icon/available-icons/cursor.d.ts.map +1 -0
- package/dist/types/components/icon/available-icons/editions-icon.d.ts +3 -0
- package/dist/types/components/icon/available-icons/editions-icon.d.ts.map +1 -0
- package/dist/types/components/icon/available-icons/editions.d.ts +1 -1
- package/dist/types/components/icon/available-icons/editions.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/index.d.ts +1 -0
- package/dist/types/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/types/components/icon/icon.d.ts +2 -2
- package/dist/types/components/icon/icon.d.ts.map +1 -1
- package/dist/types/components/icon-button/icon-button.d.ts +1 -1
- package/dist/types/components/icon-button/icon-button.d.ts.map +1 -1
- package/dist/types/components/layout/layout.d.ts +1 -1
- package/dist/types/components/layout/layout.d.ts.map +1 -1
- package/dist/types/components/link/link.d.ts +1 -1
- package/dist/types/components/link/link.d.ts.map +1 -1
- package/dist/types/components/list/list.d.ts +1 -1
- package/dist/types/components/list/list.d.ts.map +1 -1
- package/dist/types/components/loader/loader.d.ts +1 -1
- package/dist/types/components/loader/loader.d.ts.map +1 -1
- package/dist/types/components/logo/logo.d.ts +1 -1
- package/dist/types/components/logo/logo.d.ts.map +1 -1
- package/dist/types/components/menu/menu.d.ts +5 -2
- package/dist/types/components/menu/menu.d.ts.map +1 -1
- package/dist/types/components/modal/modal.d.ts +2 -2
- package/dist/types/components/modal/modal.d.ts.map +1 -1
- package/dist/types/components/notification-bar/notification-bar.d.ts +2 -2
- package/dist/types/components/notification-bar/notification-bar.d.ts.map +1 -1
- package/dist/types/components/pill/pill.d.ts +1 -1
- package/dist/types/components/pill/pill.d.ts.map +1 -1
- package/dist/types/components/select/select.d.ts +2 -2
- package/dist/types/components/select/select.d.ts.map +1 -1
- package/dist/types/components/skeleton/skeleton.d.ts +1 -1
- package/dist/types/components/skeleton/skeleton.d.ts.map +1 -1
- package/dist/types/components/spacer/spacer.d.ts +1 -1
- package/dist/types/components/spacer/spacer.d.ts.map +1 -1
- package/dist/types/components/split/split.d.ts +1 -1
- package/dist/types/components/split/split.d.ts.map +1 -1
- package/dist/types/components/switch/switch.d.ts +1 -1
- package/dist/types/components/switch/switch.d.ts.map +1 -1
- package/dist/types/components/tabs/tabs.d.ts +25 -2
- package/dist/types/components/tabs/tabs.d.ts.map +1 -1
- package/dist/types/components/text/text.d.ts +2 -2
- package/dist/types/components/text/text.d.ts.map +1 -1
- package/dist/types/components/text-button/text-button.d.ts +1 -1
- package/dist/types/components/text-button/text-button.d.ts.map +1 -1
- package/dist/types/components/toast/toast.d.ts +1 -1
- package/dist/types/components/toast/toast.d.ts.map +1 -1
- package/dist/types/components/tooltip/tooltip.d.ts +2 -2
- package/dist/types/components/tooltip/tooltip.d.ts.map +1 -1
- package/dist/types/components/typeahead/typeahead.d.ts +2 -2
- package/dist/types/components/typeahead/typeahead.d.ts.map +1 -1
- package/dist/types/components/waveform-loader/waveform-loader.d.ts +1 -1
- package/dist/types/components/waveform-loader/waveform-loader.d.ts.map +1 -1
- package/dist/types/icons/banner-vector-up.d.ts.map +1 -1
- package/dist/types/icons/cursor.d.ts +3 -0
- package/dist/types/icons/cursor.d.ts.map +1 -0
- package/dist/types/icons/editions-icon.d.ts +3 -0
- package/dist/types/icons/editions-icon.d.ts.map +1 -0
- package/dist/types/icons/editions.d.ts +1 -1
- package/dist/types/icons/editions.d.ts.map +1 -1
- package/dist/types/icons/index.d.ts +1 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/utilities/responsive.d.ts +3 -3
- package/dist/types/utilities/responsive.d.ts.map +1 -1
- package/dist/types/utilities/size.d.ts +1 -1
- package/dist/types/utilities/size.d.ts.map +1 -1
- package/dist/types/utilities/text.d.ts +3 -0
- package/dist/types/utilities/text.d.ts.map +1 -0
- package/package.json +6 -6
- package/dist/esm/icons/chunk-2V4R73H6.js.map +0 -7
- package/dist/esm/icons/chunk-T4L22EHS.js +0 -11
- package/dist/esm/icons/chunk-T4L22EHS.js.map +0 -7
package/dist/cjs/index.js
CHANGED
|
@@ -259,7 +259,7 @@ __export(index_exports, {
|
|
|
259
259
|
widthRules: () => widthRules
|
|
260
260
|
});
|
|
261
261
|
module.exports = __toCommonJS(index_exports);
|
|
262
|
-
var
|
|
262
|
+
var import_react62 = require("@emotion/react");
|
|
263
263
|
|
|
264
264
|
// src/colors.ts
|
|
265
265
|
var percent = (number, percentage) => Math.round(number * percentage / 100);
|
|
@@ -285,6 +285,8 @@ var focusRingAlpha = 0.8;
|
|
|
285
285
|
var buttonBorderAlpha = 0.25;
|
|
286
286
|
var tabBackgroundAlpha = 0.06;
|
|
287
287
|
var highlightAlpha = 0.15;
|
|
288
|
+
var highlightHoverAlpha = 0.3;
|
|
289
|
+
var highlightActiveAlpha = 0.45;
|
|
288
290
|
var hslaBaseColors = {
|
|
289
291
|
red: { h: 4, s: 64, l: 48, a: 1 },
|
|
290
292
|
blurpleLight: { h: 240, s: 83.3, l: 95.3, a: 1 },
|
|
@@ -329,6 +331,8 @@ var themeSharedColors = {
|
|
|
329
331
|
backdropTwilightAlpha
|
|
330
332
|
),
|
|
331
333
|
highlight: alphaFunction(hslaBaseColors.blurple, highlightAlpha),
|
|
334
|
+
highlightHover: alphaFunction(hslaBaseColors.blurple, highlightHoverAlpha),
|
|
335
|
+
highlightActive: alphaFunction(hslaBaseColors.blurple, highlightActiveAlpha),
|
|
332
336
|
warning: {
|
|
333
337
|
h: 45.5,
|
|
334
338
|
s: 96,
|
|
@@ -2125,6 +2129,8 @@ var buildGlobalStylesheet = (rootElement = ":root", bodyElement = "body", docume
|
|
|
2125
2129
|
|
|
2126
2130
|
--lns-color-backdropTwilight: hsla(216, 69%, 23%, 0.8);
|
|
2127
2131
|
--lns-color-highlight: hsla(215, 80%, 48%, 0.15);
|
|
2132
|
+
--lns-color-highlightHover: hsla(215, 80%, 48%, 0.3);
|
|
2133
|
+
--lns-color-highlightActive: hsla(215, 80%, 48%, 0.45);
|
|
2128
2134
|
|
|
2129
2135
|
--lns-gradient-ai-primary: conic-gradient(from 270deg, #0469FF 90deg, #BF63F3 180deg, #FFA900 270deg, #0065FF 360deg);
|
|
2130
2136
|
--lns-gradient-ai-secondary: radial-gradient(138.41% 100% at 100% 100%, #E9F2FE 0%, #FFF 100%);
|
|
@@ -2345,7 +2351,7 @@ var variantStyles = {
|
|
|
2345
2351
|
color: getColorValue("primary"),
|
|
2346
2352
|
background: getColorValue("highlight"),
|
|
2347
2353
|
borderColor: null,
|
|
2348
|
-
hover: getColorValue("
|
|
2354
|
+
hover: getColorValue("highlightHover"),
|
|
2349
2355
|
active: null
|
|
2350
2356
|
},
|
|
2351
2357
|
record: {
|
|
@@ -2438,7 +2444,7 @@ var ButtonWrapper = import_styled5.default.button`
|
|
|
2438
2444
|
}
|
|
2439
2445
|
|
|
2440
2446
|
&:focus-visible {
|
|
2441
|
-
${getOffsetFocusRing()};
|
|
2447
|
+
${(props) => props["aria-expanded"] ? "outline: none;" : getOffsetFocusRing()};
|
|
2442
2448
|
}
|
|
2443
2449
|
|
|
2444
2450
|
&::-moz-focus-inner {
|
|
@@ -3695,7 +3701,7 @@ var text_button_default = TextButton;
|
|
|
3695
3701
|
// src/components/select/select.tsx
|
|
3696
3702
|
var import_styled19 = __toESM(require("@emotion/styled"));
|
|
3697
3703
|
var import_downshift = __toESM(require("downshift"));
|
|
3698
|
-
var
|
|
3704
|
+
var import_react25 = __toESM(require("react"));
|
|
3699
3705
|
var import_react_laag = require("react-laag");
|
|
3700
3706
|
var import_resize_observer_polyfill = __toESM(require("resize-observer-polyfill"));
|
|
3701
3707
|
|
|
@@ -3721,10 +3727,34 @@ var getDownshiftEnvironment = (container) => {
|
|
|
3721
3727
|
return window;
|
|
3722
3728
|
};
|
|
3723
3729
|
|
|
3730
|
+
// src/utilities/text.ts
|
|
3731
|
+
var import_react22 = require("react");
|
|
3732
|
+
var getTextFromNode = (node) => {
|
|
3733
|
+
if (typeof node === "string") {
|
|
3734
|
+
return node;
|
|
3735
|
+
}
|
|
3736
|
+
if (typeof node === "number" || typeof node === "boolean" || typeof node === "bigint") {
|
|
3737
|
+
return node.toString();
|
|
3738
|
+
}
|
|
3739
|
+
if (node === null || node === void 0) {
|
|
3740
|
+
return "";
|
|
3741
|
+
}
|
|
3742
|
+
if (isIterable(node)) {
|
|
3743
|
+
return Array.from(node).map(getTextFromNode).join("");
|
|
3744
|
+
}
|
|
3745
|
+
if (typeof node === "object" && "props" in node && node.props && node.props.children !== void 0) {
|
|
3746
|
+
return getTextFromNode(node.props.children);
|
|
3747
|
+
}
|
|
3748
|
+
return "";
|
|
3749
|
+
};
|
|
3750
|
+
var isIterable = (node) => {
|
|
3751
|
+
return typeof node[Symbol.iterator] === "function";
|
|
3752
|
+
};
|
|
3753
|
+
|
|
3724
3754
|
// src/components/icon/available-icons/chevron-down.tsx
|
|
3725
|
-
var
|
|
3755
|
+
var React21 = __toESM(require("react"));
|
|
3726
3756
|
function SvgChevronDown() {
|
|
3727
|
-
return /* @__PURE__ */
|
|
3757
|
+
return /* @__PURE__ */ React21.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React21.createElement("svg", { viewBox: "-2 -2 16 16" }, /* @__PURE__ */ React21.createElement(
|
|
3728
3758
|
"path",
|
|
3729
3759
|
{
|
|
3730
3760
|
fill: "currentColor",
|
|
@@ -3737,13 +3767,13 @@ function SvgChevronDown() {
|
|
|
3737
3767
|
|
|
3738
3768
|
// src/components/menu/menu.tsx
|
|
3739
3769
|
var import_styled17 = __toESM(require("@emotion/styled"));
|
|
3740
|
-
var
|
|
3770
|
+
var import_react23 = __toESM(require("react"));
|
|
3741
3771
|
|
|
3742
3772
|
// src/components/icon/available-icons/check.tsx
|
|
3743
3773
|
var import_check_mark = __toESM(require("@atlaskit/icon/core/check-mark"));
|
|
3744
|
-
var
|
|
3774
|
+
var React22 = __toESM(require("react"));
|
|
3745
3775
|
function SvgCheck() {
|
|
3746
|
-
return /* @__PURE__ */
|
|
3776
|
+
return /* @__PURE__ */ React22.createElement(import_check_mark.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3747
3777
|
}
|
|
3748
3778
|
|
|
3749
3779
|
// src/components/menu/menu.tsx
|
|
@@ -3786,13 +3816,15 @@ var MenuItemWrapper = import_styled17.default.li`
|
|
|
3786
3816
|
cursor: ${(props) => props.isDisabled ? "default" : "pointer"};
|
|
3787
3817
|
&:focus-visible {
|
|
3788
3818
|
outline: 1px solid transparent;
|
|
3789
|
-
|
|
3790
|
-
&:focus-visible {
|
|
3791
|
-
${getFocusRing(void 0, "inset")};
|
|
3819
|
+
${getOffsetFocusRing()};
|
|
3792
3820
|
}
|
|
3793
3821
|
${(props) => props.isHighlighted && !props.isDisabled && `
|
|
3794
3822
|
background-color: ${getColorValue("backgroundHover")};
|
|
3795
3823
|
`};
|
|
3824
|
+
${(props) => props.keyboardMove && props.isHighlighted && !props.isDisabled && `
|
|
3825
|
+
outline: 1px solid transparent;
|
|
3826
|
+
${getOffsetFocusRing()};
|
|
3827
|
+
`};
|
|
3796
3828
|
${(props) => props.hasDivider && `
|
|
3797
3829
|
position: relative;
|
|
3798
3830
|
margin-top: ${u(3)};
|
|
@@ -3821,32 +3853,40 @@ var MenuItem = (_a) => {
|
|
|
3821
3853
|
isSelected,
|
|
3822
3854
|
icon,
|
|
3823
3855
|
hasDivider,
|
|
3824
|
-
children
|
|
3856
|
+
children,
|
|
3857
|
+
menuItemRole,
|
|
3858
|
+
keyboardMove
|
|
3825
3859
|
} = _b, props = __objRest(_b, [
|
|
3826
3860
|
"isDisabled",
|
|
3827
3861
|
"isHighlighted",
|
|
3828
3862
|
"isSelected",
|
|
3829
3863
|
"icon",
|
|
3830
3864
|
"hasDivider",
|
|
3831
|
-
"children"
|
|
3865
|
+
"children",
|
|
3866
|
+
"menuItemRole",
|
|
3867
|
+
"keyboardMove"
|
|
3832
3868
|
]);
|
|
3833
3869
|
const checkColumn = isSelected ? "auto" : "";
|
|
3834
3870
|
const iconColumn = icon ? "auto" : "";
|
|
3835
3871
|
const columns = `${iconColumn} 1fr ${checkColumn}`;
|
|
3836
3872
|
const color = isDisabled ? "disabledContent" : void 0;
|
|
3837
|
-
|
|
3873
|
+
const updatedProps = menuItemRole ? __spreadProps(__spreadValues({}, props), {
|
|
3874
|
+
role: menuItemRole
|
|
3875
|
+
}) : props;
|
|
3876
|
+
return /* @__PURE__ */ import_react23.default.createElement(
|
|
3838
3877
|
MenuItemWrapper,
|
|
3839
3878
|
__spreadValues({
|
|
3840
3879
|
isHighlighted,
|
|
3841
3880
|
isDisabled,
|
|
3881
|
+
keyboardMove,
|
|
3842
3882
|
columns,
|
|
3843
3883
|
hasDivider,
|
|
3844
3884
|
tabIndex: isDisabled ? -1 : 0,
|
|
3845
3885
|
"data-highlighted": isHighlighted || void 0
|
|
3846
|
-
},
|
|
3847
|
-
icon && (typeof icon === "string" ? /* @__PURE__ */
|
|
3848
|
-
/* @__PURE__ */
|
|
3849
|
-
isSelected && /* @__PURE__ */
|
|
3886
|
+
}, updatedProps),
|
|
3887
|
+
icon && (typeof icon === "string" ? /* @__PURE__ */ import_react23.default.createElement(container_default, { radius: "50", width: 3, height: 3, overflow: "hidden" }, /* @__PURE__ */ import_react23.default.createElement(align_default, { alignment: "center" }, /* @__PURE__ */ import_react23.default.createElement(Image2, { src: icon, alt: "", isDisabled }))) : /* @__PURE__ */ import_react23.default.createElement(icon_default, { icon, color })),
|
|
3888
|
+
/* @__PURE__ */ import_react23.default.createElement(text_default, { color, hasEllipsis: true }, children),
|
|
3889
|
+
isSelected && /* @__PURE__ */ import_react23.default.createElement(icon_default, { icon: /* @__PURE__ */ import_react23.default.createElement(SvgCheck, null), color })
|
|
3850
3890
|
);
|
|
3851
3891
|
};
|
|
3852
3892
|
var Menu = (_a) => {
|
|
@@ -3857,6 +3897,7 @@ var Menu = (_a) => {
|
|
|
3857
3897
|
maxWidth,
|
|
3858
3898
|
maxHeight,
|
|
3859
3899
|
children,
|
|
3900
|
+
role,
|
|
3860
3901
|
downshiftMenuProps = () => null,
|
|
3861
3902
|
search
|
|
3862
3903
|
} = _b, props = __objRest(_b, [
|
|
@@ -3866,10 +3907,14 @@ var Menu = (_a) => {
|
|
|
3866
3907
|
"maxWidth",
|
|
3867
3908
|
"maxHeight",
|
|
3868
3909
|
"children",
|
|
3910
|
+
"role",
|
|
3869
3911
|
"downshiftMenuProps",
|
|
3870
3912
|
"search"
|
|
3871
3913
|
]);
|
|
3872
|
-
|
|
3914
|
+
const updatedDownshiftMenuProps = role ? __spreadProps(__spreadValues({}, downshiftMenuProps()), {
|
|
3915
|
+
role
|
|
3916
|
+
}) : __spreadValues({}, downshiftMenuProps());
|
|
3917
|
+
return /* @__PURE__ */ import_react23.default.createElement(
|
|
3873
3918
|
MenuContainer,
|
|
3874
3919
|
__spreadValues(__spreadValues({
|
|
3875
3920
|
minWidth,
|
|
@@ -3877,22 +3922,22 @@ var Menu = (_a) => {
|
|
|
3877
3922
|
maxHeight,
|
|
3878
3923
|
zIndex,
|
|
3879
3924
|
position
|
|
3880
|
-
},
|
|
3925
|
+
}, updatedDownshiftMenuProps), props),
|
|
3881
3926
|
search && search,
|
|
3882
|
-
/* @__PURE__ */
|
|
3927
|
+
/* @__PURE__ */ import_react23.default.createElement(MenuWrapper, { search }, children)
|
|
3883
3928
|
);
|
|
3884
3929
|
};
|
|
3885
3930
|
var menu_default = Menu;
|
|
3886
3931
|
|
|
3887
3932
|
// src/components/search-bar/search-bar.tsx
|
|
3888
3933
|
var import_styled18 = __toESM(require("@emotion/styled"));
|
|
3889
|
-
var
|
|
3934
|
+
var import_react24 = __toESM(require("react"));
|
|
3890
3935
|
|
|
3891
3936
|
// src/components/icon/available-icons/search.tsx
|
|
3892
3937
|
var import_search = __toESM(require("@atlaskit/icon/core/search"));
|
|
3893
|
-
var
|
|
3938
|
+
var React24 = __toESM(require("react"));
|
|
3894
3939
|
function SvgSearch() {
|
|
3895
|
-
return /* @__PURE__ */
|
|
3940
|
+
return /* @__PURE__ */ React24.createElement(import_search.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3896
3941
|
}
|
|
3897
3942
|
|
|
3898
3943
|
// src/components/search-bar/search-bar.tsx
|
|
@@ -3909,11 +3954,11 @@ var SearchBar = ({
|
|
|
3909
3954
|
onChange,
|
|
3910
3955
|
getInputProps
|
|
3911
3956
|
}) => {
|
|
3912
|
-
return /* @__PURE__ */
|
|
3957
|
+
return /* @__PURE__ */ import_react24.default.createElement(SearchBarContainer, null, /* @__PURE__ */ import_react24.default.createElement(
|
|
3913
3958
|
text_input_default,
|
|
3914
3959
|
__spreadValues({
|
|
3915
3960
|
"aria-label": ariaLabel,
|
|
3916
|
-
icon: /* @__PURE__ */
|
|
3961
|
+
icon: /* @__PURE__ */ import_react24.default.createElement(SvgSearch, null)
|
|
3917
3962
|
}, getInputProps({
|
|
3918
3963
|
placeholder,
|
|
3919
3964
|
value,
|
|
@@ -4037,11 +4082,13 @@ var getHeaderAccessibilityProps = ({
|
|
|
4037
4082
|
selectedItem,
|
|
4038
4083
|
getInputProps,
|
|
4039
4084
|
getToggleButtonProps,
|
|
4040
|
-
ariaMenuName
|
|
4085
|
+
ariaMenuName,
|
|
4086
|
+
isOpen
|
|
4041
4087
|
}) => {
|
|
4042
4088
|
const valueLabel = selectedItem ? `selected value is ${selectedItem.title}` : "no value selected";
|
|
4043
4089
|
const toggleLabel = getToggleButtonProps == null ? void 0 : getToggleButtonProps()["aria-label"];
|
|
4044
4090
|
return {
|
|
4091
|
+
"aria-expanded": isOpen,
|
|
4045
4092
|
// Ensures all options within the list of selections can be narrated by a screen reader
|
|
4046
4093
|
"aria-activedescendant": getInputProps()["aria-activedescendant"],
|
|
4047
4094
|
// The existing aria-label includes whether or not the menu is open or closed, and we add the valueLabel to make a screen reader narrate what is selected
|
|
@@ -4058,7 +4105,8 @@ var SelectHeader = ({
|
|
|
4058
4105
|
options,
|
|
4059
4106
|
getInputProps,
|
|
4060
4107
|
ariaMenuName,
|
|
4061
|
-
hasError
|
|
4108
|
+
hasError,
|
|
4109
|
+
isOpen
|
|
4062
4110
|
}) => {
|
|
4063
4111
|
const icon = getIcon({ options, selectedItem, selectedOptionValue });
|
|
4064
4112
|
const hasIcon = Boolean(icon);
|
|
@@ -4066,33 +4114,34 @@ var SelectHeader = ({
|
|
|
4066
4114
|
const iconColumn = hasIcon ? "auto" : "";
|
|
4067
4115
|
const columns = `${iconColumn} 1fr auto`;
|
|
4068
4116
|
const color = isDisabled ? "disabledContent" : void 0;
|
|
4069
|
-
return /* @__PURE__ */
|
|
4117
|
+
return /* @__PURE__ */ import_react25.default.createElement(
|
|
4070
4118
|
SelectHeaderWrapper,
|
|
4071
4119
|
__spreadProps(__spreadValues(__spreadValues({}, getToggleButtonProps()), getHeaderAccessibilityProps({
|
|
4072
4120
|
selectedItem,
|
|
4073
4121
|
getInputProps,
|
|
4074
4122
|
getToggleButtonProps,
|
|
4075
|
-
ariaMenuName
|
|
4123
|
+
ariaMenuName,
|
|
4124
|
+
isOpen
|
|
4076
4125
|
})), {
|
|
4077
4126
|
hasValue: inputValue || selectedOptionValue,
|
|
4078
4127
|
disabled: isDisabled,
|
|
4079
4128
|
columns,
|
|
4080
4129
|
hasError
|
|
4081
4130
|
}),
|
|
4082
|
-
hasIcon && (typeof icon === "string" ? /* @__PURE__ */
|
|
4131
|
+
hasIcon && (typeof icon === "string" ? /* @__PURE__ */ import_react25.default.createElement(container_default, { radius: "50", width: 3, height: 3, overflow: "hidden" }, /* @__PURE__ */ import_react25.default.createElement(align_default, { alignment: "center" }, /* @__PURE__ */ import_react25.default.createElement(Image3, { src: icon, alt: "", isDisabled }))) : /* @__PURE__ */ import_react25.default.createElement(
|
|
4083
4132
|
icon_default,
|
|
4084
4133
|
{
|
|
4085
4134
|
icon: getIcon({ options, selectedItem, selectedOptionValue }),
|
|
4086
4135
|
color
|
|
4087
4136
|
}
|
|
4088
4137
|
)),
|
|
4089
|
-
/* @__PURE__ */
|
|
4138
|
+
/* @__PURE__ */ import_react25.default.createElement(text_default, { hasEllipsis: true, color: hasPlaceholder ? "bodyDimmed" : "inherit" }, getTitle({
|
|
4090
4139
|
options,
|
|
4091
4140
|
selectedItem,
|
|
4092
4141
|
selectedOptionValue,
|
|
4093
4142
|
selectPlaceholder
|
|
4094
4143
|
})),
|
|
4095
|
-
/* @__PURE__ */
|
|
4144
|
+
/* @__PURE__ */ import_react25.default.createElement(icon_default, { icon: /* @__PURE__ */ import_react25.default.createElement(SvgChevronDown, null), color })
|
|
4096
4145
|
);
|
|
4097
4146
|
};
|
|
4098
4147
|
var CustomHeader = ({
|
|
@@ -4106,14 +4155,16 @@ var CustomHeader = ({
|
|
|
4106
4155
|
getInputProps,
|
|
4107
4156
|
ariaMenuName,
|
|
4108
4157
|
hasError,
|
|
4109
|
-
errorMessage
|
|
4158
|
+
errorMessage,
|
|
4159
|
+
isOpen
|
|
4110
4160
|
}) => {
|
|
4111
4161
|
const buttonProps = () => {
|
|
4112
4162
|
return __spreadValues(__spreadValues({}, getToggleButtonProps()), getHeaderAccessibilityProps({
|
|
4113
4163
|
selectedItem,
|
|
4114
4164
|
getInputProps,
|
|
4115
4165
|
getToggleButtonProps,
|
|
4116
|
-
ariaMenuName
|
|
4166
|
+
ariaMenuName,
|
|
4167
|
+
isOpen
|
|
4117
4168
|
}));
|
|
4118
4169
|
};
|
|
4119
4170
|
const getSelectedItem = () => {
|
|
@@ -4151,7 +4202,7 @@ var didSelectedOptionValueChange = (selectedOptionValue, prevSelectedItem) => {
|
|
|
4151
4202
|
};
|
|
4152
4203
|
var renderOption = (item, index, selectedItem, selectedOptionValue, highlightedIndex, getItemProps) => {
|
|
4153
4204
|
const isSelected = !selectedItem && item.value === selectedOptionValue || selectedItem && selectedItem.value === item.value;
|
|
4154
|
-
return /* @__PURE__ */
|
|
4205
|
+
return /* @__PURE__ */ import_react25.default.createElement(
|
|
4155
4206
|
MenuItem,
|
|
4156
4207
|
__spreadProps(__spreadValues({
|
|
4157
4208
|
key: index,
|
|
@@ -4190,7 +4241,7 @@ var SelectMenu = (_a) => {
|
|
|
4190
4241
|
"search"
|
|
4191
4242
|
]);
|
|
4192
4243
|
if (!isGrouped(options)) {
|
|
4193
|
-
return /* @__PURE__ */
|
|
4244
|
+
return /* @__PURE__ */ import_react25.default.createElement(menu_default, __spreadValues({ search }, menuProps), options.map(
|
|
4194
4245
|
(item, index) => renderOption(
|
|
4195
4246
|
item,
|
|
4196
4247
|
index,
|
|
@@ -4202,9 +4253,9 @@ var SelectMenu = (_a) => {
|
|
|
4202
4253
|
));
|
|
4203
4254
|
}
|
|
4204
4255
|
let downshiftIndex = 0;
|
|
4205
|
-
return /* @__PURE__ */
|
|
4256
|
+
return /* @__PURE__ */ import_react25.default.createElement(menu_default, __spreadValues({ search }, menuProps), options.map((group) => {
|
|
4206
4257
|
const groupId = `group-${group.group.replace(/\s+/g, "-")}`;
|
|
4207
|
-
return /* @__PURE__ */
|
|
4258
|
+
return /* @__PURE__ */ import_react25.default.createElement("li", { key: groupId }, /* @__PURE__ */ import_react25.default.createElement(spacer_default, { left: "medium", top: "small", bottom: "xsmall" }, /* @__PURE__ */ import_react25.default.createElement(text_default, { id: groupId, size: "body-sm", fontWeight: "bold" }, group.group)), /* @__PURE__ */ import_react25.default.createElement(Group, { role: "group", "aria-labelledby": groupId }, group.items.map((item) => {
|
|
4208
4259
|
return renderOption(
|
|
4209
4260
|
item,
|
|
4210
4261
|
downshiftIndex++,
|
|
@@ -4259,16 +4310,16 @@ var Select = (_a) => {
|
|
|
4259
4310
|
"search"
|
|
4260
4311
|
]);
|
|
4261
4312
|
const environment = getDownshiftEnvironment(container);
|
|
4262
|
-
const [downshiftIsOpen, setDownshiftIsOpen] = (0,
|
|
4263
|
-
const [searchValue, setSearchValue] = (0,
|
|
4313
|
+
const [downshiftIsOpen, setDownshiftIsOpen] = (0, import_react25.useState)(false);
|
|
4314
|
+
const [searchValue, setSearchValue] = (0, import_react25.useState)("");
|
|
4264
4315
|
const onSearchChange = (e) => {
|
|
4265
4316
|
const value = e.target.value;
|
|
4266
4317
|
setSearchValue(value);
|
|
4267
4318
|
};
|
|
4268
|
-
const [prevSelectedItem, setPrevSelectedItem] = (0,
|
|
4319
|
+
const [prevSelectedItem, setPrevSelectedItem] = (0, import_react25.useState)(
|
|
4269
4320
|
getSelectedOption(selectedOptionValue, options)
|
|
4270
4321
|
);
|
|
4271
|
-
const [selectedItem, setSelectedItem] = (0,
|
|
4322
|
+
const [selectedItem, setSelectedItem] = (0, import_react25.useState)(prevSelectedItem);
|
|
4272
4323
|
const onDownshiftChange = (item) => {
|
|
4273
4324
|
setSelectedItem(item);
|
|
4274
4325
|
onChange && onChange(item ? item : "");
|
|
@@ -4293,14 +4344,14 @@ var Select = (_a) => {
|
|
|
4293
4344
|
snap: true,
|
|
4294
4345
|
triggerOffset
|
|
4295
4346
|
});
|
|
4296
|
-
(0,
|
|
4347
|
+
(0, import_react25.useEffect)(() => {
|
|
4297
4348
|
if (didSelectedOptionValueChange(selectedOptionValue, prevSelectedItem)) {
|
|
4298
4349
|
const selectedItem2 = getSelectedOption(selectedOptionValue, options);
|
|
4299
4350
|
setPrevSelectedItem(selectedItem2);
|
|
4300
4351
|
setSelectedItem(selectedItem2);
|
|
4301
4352
|
}
|
|
4302
4353
|
}, [selectedOptionValue, options, prevSelectedItem]);
|
|
4303
|
-
(0,
|
|
4354
|
+
(0, import_react25.useEffect)(() => {
|
|
4304
4355
|
onOpenChange && onOpenChange(downshiftIsOpen);
|
|
4305
4356
|
}, [downshiftIsOpen, onOpenChange]);
|
|
4306
4357
|
const stateReducer = (state, changes) => {
|
|
@@ -4313,20 +4364,20 @@ var Select = (_a) => {
|
|
|
4313
4364
|
}
|
|
4314
4365
|
return changes;
|
|
4315
4366
|
};
|
|
4316
|
-
options = (0,
|
|
4367
|
+
options = (0, import_react25.useMemo)(() => {
|
|
4317
4368
|
if (search) {
|
|
4318
4369
|
if (isGrouped(options)) {
|
|
4319
4370
|
let filteredGroups;
|
|
4320
4371
|
if (search.searchType === "startsWith") {
|
|
4321
4372
|
filteredGroups = options.map((group) => __spreadProps(__spreadValues({}, group), {
|
|
4322
4373
|
items: group.items.filter(
|
|
4323
|
-
(item) => item.title
|
|
4374
|
+
(item) => getTextFromNode(item.title).toLowerCase().startsWith(searchValue.toLowerCase())
|
|
4324
4375
|
)
|
|
4325
4376
|
}));
|
|
4326
4377
|
} else {
|
|
4327
4378
|
filteredGroups = options.map((group) => __spreadProps(__spreadValues({}, group), {
|
|
4328
4379
|
items: group.items.filter(
|
|
4329
|
-
(item) => item.title
|
|
4380
|
+
(item) => getTextFromNode(item.title).toLowerCase().includes(searchValue.toLowerCase())
|
|
4330
4381
|
)
|
|
4331
4382
|
}));
|
|
4332
4383
|
}
|
|
@@ -4339,16 +4390,16 @@ var Select = (_a) => {
|
|
|
4339
4390
|
}
|
|
4340
4391
|
if (search.searchType === "startsWith") {
|
|
4341
4392
|
return options.filter(
|
|
4342
|
-
(option) => option.title
|
|
4393
|
+
(option) => getTextFromNode(option.title).toLowerCase().startsWith(searchValue.toLowerCase())
|
|
4343
4394
|
);
|
|
4344
4395
|
}
|
|
4345
4396
|
return options.filter(
|
|
4346
|
-
(option) => option.title
|
|
4397
|
+
(option) => getTextFromNode(option.title).toLowerCase().includes(searchValue.toLowerCase())
|
|
4347
4398
|
);
|
|
4348
4399
|
}
|
|
4349
4400
|
return options;
|
|
4350
4401
|
}, [options, searchValue, search]);
|
|
4351
|
-
return /* @__PURE__ */
|
|
4402
|
+
return /* @__PURE__ */ import_react25.default.createElement(SelectWrapper, __spreadValues({}, props), /* @__PURE__ */ import_react25.default.createElement(import_downshift.default, __spreadProps(__spreadValues({}, downshiftProps), { stateReducer }), ({
|
|
4352
4403
|
getItemProps,
|
|
4353
4404
|
getInputProps,
|
|
4354
4405
|
getMenuProps,
|
|
@@ -4360,7 +4411,7 @@ var Select = (_a) => {
|
|
|
4360
4411
|
}) => {
|
|
4361
4412
|
return (
|
|
4362
4413
|
// Don't set the role to combobox to ensure a consistent experience for screen readers
|
|
4363
|
-
/* @__PURE__ */
|
|
4414
|
+
/* @__PURE__ */ import_react25.default.createElement("div", { role: "presentation" }, /* @__PURE__ */ import_react25.default.createElement("div", __spreadValues({}, triggerProps), trigger ? /* @__PURE__ */ import_react25.default.createElement(
|
|
4364
4415
|
CustomHeader,
|
|
4365
4416
|
{
|
|
4366
4417
|
getToggleButtonProps,
|
|
@@ -4373,9 +4424,10 @@ var Select = (_a) => {
|
|
|
4373
4424
|
getInputProps,
|
|
4374
4425
|
ariaMenuName,
|
|
4375
4426
|
hasError,
|
|
4376
|
-
errorMessage
|
|
4427
|
+
errorMessage,
|
|
4428
|
+
isOpen
|
|
4377
4429
|
}
|
|
4378
|
-
) : /* @__PURE__ */
|
|
4430
|
+
) : /* @__PURE__ */ import_react25.default.createElement(
|
|
4379
4431
|
SelectHeader,
|
|
4380
4432
|
{
|
|
4381
4433
|
getToggleButtonProps,
|
|
@@ -4387,10 +4439,11 @@ var Select = (_a) => {
|
|
|
4387
4439
|
isDisabled,
|
|
4388
4440
|
getInputProps,
|
|
4389
4441
|
ariaMenuName,
|
|
4390
|
-
hasError
|
|
4442
|
+
hasError,
|
|
4443
|
+
isOpen
|
|
4391
4444
|
}
|
|
4392
4445
|
)), downshiftIsOpen && isOpen && renderLayer(
|
|
4393
|
-
/* @__PURE__ */
|
|
4446
|
+
/* @__PURE__ */ import_react25.default.createElement(
|
|
4394
4447
|
"div",
|
|
4395
4448
|
__spreadProps(__spreadValues({}, layerProps), {
|
|
4396
4449
|
style: __spreadProps(__spreadValues({}, layerProps.style), {
|
|
@@ -4398,7 +4451,7 @@ var Select = (_a) => {
|
|
|
4398
4451
|
width: menuMinWidth ? "auto" : triggerBounds == null ? void 0 : triggerBounds.width
|
|
4399
4452
|
})
|
|
4400
4453
|
}),
|
|
4401
|
-
/* @__PURE__ */
|
|
4454
|
+
/* @__PURE__ */ import_react25.default.createElement(
|
|
4402
4455
|
SelectMenu,
|
|
4403
4456
|
{
|
|
4404
4457
|
options,
|
|
@@ -4411,7 +4464,7 @@ var Select = (_a) => {
|
|
|
4411
4464
|
maxWidth: menuMaxWidth,
|
|
4412
4465
|
maxHeight: menuMaxHeight,
|
|
4413
4466
|
minWidth: menuMinWidth,
|
|
4414
|
-
search: search && /* @__PURE__ */
|
|
4467
|
+
search: search && /* @__PURE__ */ import_react25.default.createElement(
|
|
4415
4468
|
search_bar_default,
|
|
4416
4469
|
{
|
|
4417
4470
|
ariaLabel: search.searchPlaceholder,
|
|
@@ -4424,7 +4477,7 @@ var Select = (_a) => {
|
|
|
4424
4477
|
}
|
|
4425
4478
|
)
|
|
4426
4479
|
)
|
|
4427
|
-
), hasError && !downshiftIsOpen && /* @__PURE__ */
|
|
4480
|
+
), hasError && !downshiftIsOpen && /* @__PURE__ */ import_react25.default.createElement(ErrorMessage, null, errorMessage))
|
|
4428
4481
|
);
|
|
4429
4482
|
}));
|
|
4430
4483
|
};
|
|
@@ -4432,14 +4485,14 @@ var select_default = Select;
|
|
|
4432
4485
|
|
|
4433
4486
|
// src/components/backdrop/backdrop.tsx
|
|
4434
4487
|
var import_styled20 = __toESM(require("@emotion/styled"));
|
|
4435
|
-
var
|
|
4488
|
+
var import_react27 = __toESM(require("react"));
|
|
4436
4489
|
var import_transition_hook = require("transition-hook");
|
|
4437
4490
|
|
|
4438
4491
|
// src/hooks/use-prevent-scroll.ts
|
|
4439
|
-
var
|
|
4492
|
+
var import_react26 = require("react");
|
|
4440
4493
|
function usePreventScroll(level, enabled) {
|
|
4441
4494
|
const safeDocument = document;
|
|
4442
|
-
(0,
|
|
4495
|
+
(0, import_react26.useLayoutEffect)(() => {
|
|
4443
4496
|
const html = safeDocument == null ? void 0 : safeDocument.documentElement;
|
|
4444
4497
|
const body = safeDocument == null ? void 0 : safeDocument.body;
|
|
4445
4498
|
if (safeDocument == void 0 || !html || !body) {
|
|
@@ -4526,7 +4579,7 @@ var Backdrop = (_a) => {
|
|
|
4526
4579
|
]);
|
|
4527
4580
|
const { stage, shouldMount } = (0, import_transition_hook.useTransition)(isOpen, duration);
|
|
4528
4581
|
use_prevent_scroll_default("html", isOpen);
|
|
4529
|
-
return /* @__PURE__ */
|
|
4582
|
+
return /* @__PURE__ */ import_react27.default.createElement(import_react27.default.Fragment, null, shouldMount && /* @__PURE__ */ import_react27.default.createElement(
|
|
4530
4583
|
BackdropWrapper,
|
|
4531
4584
|
__spreadValues({
|
|
4532
4585
|
backgroundColor,
|
|
@@ -4536,7 +4589,7 @@ var Backdrop = (_a) => {
|
|
|
4536
4589
|
opacity: stage === "enter" ? 1 : 0
|
|
4537
4590
|
}
|
|
4538
4591
|
}, props),
|
|
4539
|
-
/* @__PURE__ */
|
|
4592
|
+
/* @__PURE__ */ import_react27.default.createElement(ChildrenWrapper, null, children)
|
|
4540
4593
|
));
|
|
4541
4594
|
};
|
|
4542
4595
|
var backdrop_default = Backdrop;
|
|
@@ -4544,13 +4597,13 @@ var backdrop_default = Backdrop;
|
|
|
4544
4597
|
// src/components/modal/modal.tsx
|
|
4545
4598
|
var import_styled21 = __toESM(require("@emotion/styled"));
|
|
4546
4599
|
var import_focus_trap_react = __toESM(require("focus-trap-react"));
|
|
4547
|
-
var
|
|
4600
|
+
var import_react28 = __toESM(require("react"));
|
|
4548
4601
|
|
|
4549
4602
|
// src/components/icon/available-icons/close.tsx
|
|
4550
4603
|
var import_close = __toESM(require("@atlaskit/icon/core/close"));
|
|
4551
|
-
var
|
|
4604
|
+
var React28 = __toESM(require("react"));
|
|
4552
4605
|
function SvgClose() {
|
|
4553
|
-
return /* @__PURE__ */
|
|
4606
|
+
return /* @__PURE__ */ React28.createElement(import_close.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4554
4607
|
}
|
|
4555
4608
|
|
|
4556
4609
|
// src/components/modal/modal.tsx
|
|
@@ -4676,14 +4729,14 @@ var ModalCard = (_a) => {
|
|
|
4676
4729
|
}
|
|
4677
4730
|
}
|
|
4678
4731
|
};
|
|
4679
|
-
(0,
|
|
4732
|
+
(0, import_react28.useEffect)(() => {
|
|
4680
4733
|
window.addEventListener("keydown", keyListener);
|
|
4681
4734
|
return () => {
|
|
4682
4735
|
window.removeEventListener("keydown", keyListener);
|
|
4683
4736
|
};
|
|
4684
4737
|
}, [isOpen, onCloseClick]);
|
|
4685
4738
|
use_prevent_scroll_default("html", isOpen);
|
|
4686
|
-
return /* @__PURE__ */
|
|
4739
|
+
return /* @__PURE__ */ import_react28.default.createElement(
|
|
4687
4740
|
import_focus_trap_react.default,
|
|
4688
4741
|
{
|
|
4689
4742
|
active: isOpen,
|
|
@@ -4692,7 +4745,7 @@ var ModalCard = (_a) => {
|
|
|
4692
4745
|
allowOutsideClick: true
|
|
4693
4746
|
}, initialFocus !== void 0 ? { initialFocus } : {})
|
|
4694
4747
|
},
|
|
4695
|
-
/* @__PURE__ */
|
|
4748
|
+
/* @__PURE__ */ import_react28.default.createElement(
|
|
4696
4749
|
ModalCardWrapper,
|
|
4697
4750
|
__spreadValues({
|
|
4698
4751
|
open: isOpen,
|
|
@@ -4705,15 +4758,15 @@ var ModalCard = (_a) => {
|
|
|
4705
4758
|
"aria-modal": ariaModal,
|
|
4706
4759
|
"aria-labelledby": ariaLabelledBy
|
|
4707
4760
|
}, props),
|
|
4708
|
-
!removeClose && onCloseClick && /* @__PURE__ */
|
|
4761
|
+
!removeClose && onCloseClick && /* @__PURE__ */ import_react28.default.createElement(CloseIconSection, null, /* @__PURE__ */ import_react28.default.createElement(
|
|
4709
4762
|
icon_button_default,
|
|
4710
4763
|
{
|
|
4711
4764
|
altText: "Close",
|
|
4712
|
-
icon: /* @__PURE__ */
|
|
4765
|
+
icon: /* @__PURE__ */ import_react28.default.createElement(SvgClose, null),
|
|
4713
4766
|
onClick: onCloseClick
|
|
4714
4767
|
}
|
|
4715
4768
|
)),
|
|
4716
|
-
/* @__PURE__ */
|
|
4769
|
+
/* @__PURE__ */ import_react28.default.createElement(
|
|
4717
4770
|
ModalCardChildrenSection,
|
|
4718
4771
|
__spreadProps(__spreadValues({}, removeClose ? { tabIndex: 0 } : { tabIndex: -1 }), {
|
|
4719
4772
|
maxHeight
|
|
@@ -4723,7 +4776,7 @@ var ModalCard = (_a) => {
|
|
|
4723
4776
|
)
|
|
4724
4777
|
);
|
|
4725
4778
|
};
|
|
4726
|
-
var Modal =
|
|
4779
|
+
var Modal = import_react28.default.forwardRef(
|
|
4727
4780
|
(_a, ref) => {
|
|
4728
4781
|
var _b = _a, {
|
|
4729
4782
|
children,
|
|
@@ -4779,14 +4832,14 @@ var Modal = import_react27.default.forwardRef(
|
|
|
4779
4832
|
}
|
|
4780
4833
|
onCloseClick(e);
|
|
4781
4834
|
};
|
|
4782
|
-
return /* @__PURE__ */
|
|
4835
|
+
return /* @__PURE__ */ import_react28.default.createElement(backdrop_default, __spreadValues({ isOpen, zIndex }, props), /* @__PURE__ */ import_react28.default.createElement(
|
|
4783
4836
|
container_default,
|
|
4784
4837
|
{
|
|
4785
4838
|
height: "100%",
|
|
4786
4839
|
onClick: closeClickHandler,
|
|
4787
4840
|
onKeyDown
|
|
4788
4841
|
},
|
|
4789
|
-
/* @__PURE__ */
|
|
4842
|
+
/* @__PURE__ */ import_react28.default.createElement(
|
|
4790
4843
|
ModalCard,
|
|
4791
4844
|
{
|
|
4792
4845
|
ref,
|
|
@@ -4801,19 +4854,19 @@ var Modal = import_react27.default.forwardRef(
|
|
|
4801
4854
|
ariaLabelledBy: (_a2 = ariaLabelledBy != null ? ariaLabelledBy : titleId) != null ? _a2 : void 0,
|
|
4802
4855
|
initialFocus
|
|
4803
4856
|
},
|
|
4804
|
-
/* @__PURE__ */
|
|
4857
|
+
/* @__PURE__ */ import_react28.default.createElement(
|
|
4805
4858
|
ContentWrapper,
|
|
4806
4859
|
{
|
|
4807
4860
|
rows: `${title ? "auto " : ""} ${children ? "1fr " : ""} ${hasButtons ? "auto" : ""}`
|
|
4808
4861
|
},
|
|
4809
|
-
title && /* @__PURE__ */
|
|
4862
|
+
title && /* @__PURE__ */ import_react28.default.createElement(
|
|
4810
4863
|
TitleSection,
|
|
4811
4864
|
{
|
|
4812
4865
|
bottom: children ? "var(--lns-space-medium)" : "var(--lns-space-xlarge)"
|
|
4813
4866
|
},
|
|
4814
|
-
/* @__PURE__ */
|
|
4867
|
+
/* @__PURE__ */ import_react28.default.createElement(text_default, { htmlTag: "h1", variant: "title", id: titleId }, title)
|
|
4815
4868
|
),
|
|
4816
|
-
/* @__PURE__ */
|
|
4869
|
+
/* @__PURE__ */ import_react28.default.createElement(
|
|
4817
4870
|
ChildrenSection2,
|
|
4818
4871
|
{
|
|
4819
4872
|
noPadding,
|
|
@@ -4823,14 +4876,14 @@ var Modal = import_react27.default.forwardRef(
|
|
|
4823
4876
|
},
|
|
4824
4877
|
children && children
|
|
4825
4878
|
),
|
|
4826
|
-
hasButtons && /* @__PURE__ */
|
|
4879
|
+
hasButtons && /* @__PURE__ */ import_react28.default.createElement(
|
|
4827
4880
|
ButtonsSection,
|
|
4828
4881
|
{
|
|
4829
4882
|
top: children ? "var(--lns-space-xlarge)" : 0,
|
|
4830
4883
|
hasDividers
|
|
4831
4884
|
},
|
|
4832
4885
|
alternativeButton,
|
|
4833
|
-
/* @__PURE__ */
|
|
4886
|
+
/* @__PURE__ */ import_react28.default.createElement(RightButtonsSection, null, secondaryButton && /* @__PURE__ */ import_react28.default.createElement(spacer_default, { right: "small", isInline: true }, secondaryButton), mainButton)
|
|
4834
4887
|
)
|
|
4835
4888
|
)
|
|
4836
4889
|
)
|
|
@@ -4840,9 +4893,9 @@ var Modal = import_react27.default.forwardRef(
|
|
|
4840
4893
|
var modal_default = Modal;
|
|
4841
4894
|
|
|
4842
4895
|
// src/components/link/link.tsx
|
|
4843
|
-
var
|
|
4896
|
+
var import_react29 = require("@emotion/react");
|
|
4844
4897
|
var import_styled22 = __toESM(require("@emotion/styled"));
|
|
4845
|
-
var
|
|
4898
|
+
var import_react30 = __toESM(require("react"));
|
|
4846
4899
|
var variants2 = {
|
|
4847
4900
|
neutral: {
|
|
4848
4901
|
color: getColorValue("inherit"),
|
|
@@ -4861,16 +4914,16 @@ var variants2 = {
|
|
|
4861
4914
|
}
|
|
4862
4915
|
};
|
|
4863
4916
|
var statusStyles2 = {
|
|
4864
|
-
enabled:
|
|
4917
|
+
enabled: import_react29.css`
|
|
4865
4918
|
cursor: pointer;
|
|
4866
4919
|
`,
|
|
4867
|
-
disabled:
|
|
4920
|
+
disabled: import_react29.css`
|
|
4868
4921
|
pointer-events: none;
|
|
4869
4922
|
color: ${getColorValue("disabledContent")};
|
|
4870
4923
|
`
|
|
4871
4924
|
};
|
|
4872
4925
|
var buttonStyles = {
|
|
4873
|
-
isButton:
|
|
4926
|
+
isButton: import_react29.css`
|
|
4874
4927
|
background: none;
|
|
4875
4928
|
border: none;
|
|
4876
4929
|
font: inherit;
|
|
@@ -4913,7 +4966,7 @@ var Link = (_a) => {
|
|
|
4913
4966
|
"htmlTag",
|
|
4914
4967
|
"isDisabled"
|
|
4915
4968
|
]);
|
|
4916
|
-
return /* @__PURE__ */
|
|
4969
|
+
return /* @__PURE__ */ import_react30.default.createElement(
|
|
4917
4970
|
LinkWrapper,
|
|
4918
4971
|
__spreadValues({
|
|
4919
4972
|
href,
|
|
@@ -4929,7 +4982,7 @@ var link_default = Link;
|
|
|
4929
4982
|
|
|
4930
4983
|
// src/components/textarea/textarea.tsx
|
|
4931
4984
|
var import_styled23 = __toESM(require("@emotion/styled"));
|
|
4932
|
-
var
|
|
4985
|
+
var import_react31 = __toESM(require("react"));
|
|
4933
4986
|
var sizesStyles3 = {
|
|
4934
4987
|
small: {
|
|
4935
4988
|
padding: `${u(1.5)} ${u(1.75)}`,
|
|
@@ -4979,7 +5032,7 @@ var TextareaWrapper = import_styled23.default.textarea`
|
|
|
4979
5032
|
color: ${getColorValue("bodyDimmed")};
|
|
4980
5033
|
}
|
|
4981
5034
|
`;
|
|
4982
|
-
var Textarea =
|
|
5035
|
+
var Textarea = import_react31.default.forwardRef(
|
|
4983
5036
|
(_a, ref) => {
|
|
4984
5037
|
var _b = _a, {
|
|
4985
5038
|
onChange,
|
|
@@ -5000,7 +5053,7 @@ var Textarea = import_react30.default.forwardRef(
|
|
|
5000
5053
|
"resize",
|
|
5001
5054
|
"error"
|
|
5002
5055
|
]);
|
|
5003
|
-
return /* @__PURE__ */
|
|
5056
|
+
return /* @__PURE__ */ import_react31.default.createElement(import_react31.default.Fragment, null, /* @__PURE__ */ import_react31.default.createElement(
|
|
5004
5057
|
TextareaWrapper,
|
|
5005
5058
|
__spreadValues({
|
|
5006
5059
|
disabled: isDisabled,
|
|
@@ -5013,7 +5066,7 @@ var Textarea = import_react30.default.forwardRef(
|
|
|
5013
5066
|
resize,
|
|
5014
5067
|
error
|
|
5015
5068
|
}, props)
|
|
5016
|
-
), error ? /* @__PURE__ */
|
|
5069
|
+
), error ? /* @__PURE__ */ import_react31.default.createElement(import_react31.default.Fragment, null, /* @__PURE__ */ import_react31.default.createElement(spacer_default, { bottom: "xmsall" }), /* @__PURE__ */ import_react31.default.createElement(text_default, { color: "danger", fontWeight: "regular", size: "body-md" }, error)) : null);
|
|
5017
5070
|
}
|
|
5018
5071
|
);
|
|
5019
5072
|
var textarea_default = Textarea;
|
|
@@ -5021,7 +5074,7 @@ var textarea_default = Textarea;
|
|
|
5021
5074
|
// src/components/typeahead/typeahead.tsx
|
|
5022
5075
|
var import_styled24 = __toESM(require("@emotion/styled"));
|
|
5023
5076
|
var import_downshift3 = __toESM(require("downshift"));
|
|
5024
|
-
var
|
|
5077
|
+
var import_react32 = __toESM(require("react"));
|
|
5025
5078
|
var import_react_laag2 = require("react-laag");
|
|
5026
5079
|
var import_resize_observer_polyfill2 = __toESM(require("resize-observer-polyfill"));
|
|
5027
5080
|
var TypeaheadWrapper = import_styled24.default.div`
|
|
@@ -5121,6 +5174,7 @@ var TypeaheadInputField = import_styled24.default.input`
|
|
|
5121
5174
|
transition: 0.3s box-shadow;
|
|
5122
5175
|
padding-top: 0;
|
|
5123
5176
|
padding-bottom: 0;
|
|
5177
|
+
id: ${(props) => props.id};
|
|
5124
5178
|
padding-left: ${(props) => props.hasIcon ? u(5.5) : "var(--lns-formFieldHorizontalPadding)"};
|
|
5125
5179
|
padding-right: ${(props) => props.hasAddOn ? u(5.5) : "var(--lns-formFieldHorizontalPadding)"};
|
|
5126
5180
|
border-radius: var(--lns-formFieldRadius);
|
|
@@ -5207,7 +5261,8 @@ var TypeaheadHeader = ({
|
|
|
5207
5261
|
hasLoader,
|
|
5208
5262
|
inputValue,
|
|
5209
5263
|
handleInputValueChange,
|
|
5210
|
-
inputRef
|
|
5264
|
+
inputRef,
|
|
5265
|
+
id
|
|
5211
5266
|
}) => {
|
|
5212
5267
|
const icon = getIcon2({ options, selectedItem, selectedOptionValue });
|
|
5213
5268
|
const hasIcon = Boolean(icon);
|
|
@@ -5227,6 +5282,8 @@ var TypeaheadHeader = ({
|
|
|
5227
5282
|
getInputProps,
|
|
5228
5283
|
ariaMenuName
|
|
5229
5284
|
})), getInputProps({
|
|
5285
|
+
id,
|
|
5286
|
+
"aria-labelledby": void 0,
|
|
5230
5287
|
disabled: isDisabled,
|
|
5231
5288
|
onFocus: handleClickAndFocus,
|
|
5232
5289
|
onClick: handleClickAndFocus,
|
|
@@ -5237,7 +5294,7 @@ var TypeaheadHeader = ({
|
|
|
5237
5294
|
onChange: (e) => handleInputValueChange(e.target.value)
|
|
5238
5295
|
}));
|
|
5239
5296
|
const showPlaceholder = !inputValue && !selectedOptionValue;
|
|
5240
|
-
return /* @__PURE__ */
|
|
5297
|
+
return /* @__PURE__ */ import_react32.default.createElement(TypeaheadHeaderWrapper, { onClick: handleClickAndFocus, disabled: isDisabled }, hasIcon && /* @__PURE__ */ import_react32.default.createElement(IconSection3, null, typeof icon === "string" ? /* @__PURE__ */ import_react32.default.createElement(container_default, { radius: "50", width: 3, height: 3, overflow: "hidden" }, /* @__PURE__ */ import_react32.default.createElement(align_default, { alignment: "center" }, /* @__PURE__ */ import_react32.default.createElement(TypeaheadImage, { src: icon, alt: "", isDisabled }))) : /* @__PURE__ */ import_react32.default.createElement(icon_default, { icon, color })), /* @__PURE__ */ import_react32.default.createElement(
|
|
5241
5298
|
TypeaheadInputField,
|
|
5242
5299
|
__spreadProps(__spreadValues({
|
|
5243
5300
|
ref: inputRef
|
|
@@ -5247,12 +5304,12 @@ var TypeaheadHeader = ({
|
|
|
5247
5304
|
hasError,
|
|
5248
5305
|
isDisabled
|
|
5249
5306
|
})
|
|
5250
|
-
), !inputValue && /* @__PURE__ */
|
|
5307
|
+
), !inputValue && /* @__PURE__ */ import_react32.default.createElement(TextOverlay, { hasIcon }, /* @__PURE__ */ import_react32.default.createElement(text_default, { hasEllipsis: true, color: showPlaceholder ? "bodyDimmed" : "inherit" }, getTitle2({
|
|
5251
5308
|
options,
|
|
5252
5309
|
selectedItem,
|
|
5253
5310
|
selectedOptionValue,
|
|
5254
5311
|
placeholder
|
|
5255
|
-
}))), /* @__PURE__ */
|
|
5312
|
+
}))), /* @__PURE__ */ import_react32.default.createElement(AddOnSection, null, hasLoader ? /* @__PURE__ */ import_react32.default.createElement(loader_default, { size: "small" }) : /* @__PURE__ */ import_react32.default.createElement(icon_default, { icon: /* @__PURE__ */ import_react32.default.createElement(SvgChevronDown, null), color })));
|
|
5256
5313
|
};
|
|
5257
5314
|
var getSelectedOption2 = (value, options) => {
|
|
5258
5315
|
var _a;
|
|
@@ -5274,7 +5331,7 @@ var didSelectedOptionValueChange2 = (selectedOptionValue, prevSelectedItem) => {
|
|
|
5274
5331
|
};
|
|
5275
5332
|
var renderOption2 = (item, index, selectedItem, selectedOptionValue, highlightedIndex, getItemProps) => {
|
|
5276
5333
|
const isSelected = !selectedItem && item.value === selectedOptionValue || selectedItem && selectedItem.value === item.value;
|
|
5277
|
-
return /* @__PURE__ */
|
|
5334
|
+
return /* @__PURE__ */ import_react32.default.createElement(
|
|
5278
5335
|
MenuItem,
|
|
5279
5336
|
__spreadProps(__spreadValues({
|
|
5280
5337
|
key: index,
|
|
@@ -5318,16 +5375,16 @@ var TypeaheadMenu = (_a) => {
|
|
|
5318
5375
|
"emptyResultsMessage",
|
|
5319
5376
|
"hasAvailableOptions"
|
|
5320
5377
|
]);
|
|
5321
|
-
const defaultLoadingMessage = loadingMessage || /* @__PURE__ */
|
|
5378
|
+
const defaultLoadingMessage = loadingMessage || /* @__PURE__ */ import_react32.default.createElement(loader_default, null);
|
|
5322
5379
|
const defaultEmptyResultsMessage = emptyResultsMessage || "No results";
|
|
5323
5380
|
if (isLoading) {
|
|
5324
|
-
return /* @__PURE__ */
|
|
5381
|
+
return /* @__PURE__ */ import_react32.default.createElement(menu_default, __spreadValues({ as: "div" }, menuProps), /* @__PURE__ */ import_react32.default.createElement(container_default, { padding: "large" }, /* @__PURE__ */ import_react32.default.createElement(align_default, { alignment: "center" }, defaultLoadingMessage)));
|
|
5325
5382
|
}
|
|
5326
5383
|
if (!hasAvailableOptions) {
|
|
5327
|
-
return /* @__PURE__ */
|
|
5384
|
+
return /* @__PURE__ */ import_react32.default.createElement(menu_default, __spreadValues({ as: "div" }, menuProps), /* @__PURE__ */ import_react32.default.createElement(container_default, { padding: "large" }, /* @__PURE__ */ import_react32.default.createElement(align_default, { alignment: "center" }, defaultEmptyResultsMessage)));
|
|
5328
5385
|
}
|
|
5329
5386
|
if (!isGrouped2(options)) {
|
|
5330
|
-
return /* @__PURE__ */
|
|
5387
|
+
return /* @__PURE__ */ import_react32.default.createElement(menu_default, __spreadValues({}, menuProps), options.map(
|
|
5331
5388
|
(item, index) => renderOption2(
|
|
5332
5389
|
item,
|
|
5333
5390
|
index,
|
|
@@ -5339,9 +5396,9 @@ var TypeaheadMenu = (_a) => {
|
|
|
5339
5396
|
));
|
|
5340
5397
|
}
|
|
5341
5398
|
let downshiftIndex = 0;
|
|
5342
|
-
return /* @__PURE__ */
|
|
5399
|
+
return /* @__PURE__ */ import_react32.default.createElement(menu_default, __spreadValues({}, menuProps), options.map((group) => {
|
|
5343
5400
|
const groupId = `group-${group.group.replace(/\s+/g, "-")}`;
|
|
5344
|
-
return /* @__PURE__ */
|
|
5401
|
+
return /* @__PURE__ */ import_react32.default.createElement("li", { key: groupId }, /* @__PURE__ */ import_react32.default.createElement(spacer_default, { left: "medium", top: "small", bottom: "xsmall" }, /* @__PURE__ */ import_react32.default.createElement(text_default, { id: groupId, size: "body-sm", fontWeight: "bold" }, group.group)), /* @__PURE__ */ import_react32.default.createElement(Group2, { role: "group", "aria-labelledby": groupId }, group.items.map((item) => {
|
|
5345
5402
|
return renderOption2(
|
|
5346
5403
|
item,
|
|
5347
5404
|
downshiftIndex++,
|
|
@@ -5353,7 +5410,7 @@ var TypeaheadMenu = (_a) => {
|
|
|
5353
5410
|
})));
|
|
5354
5411
|
}));
|
|
5355
5412
|
};
|
|
5356
|
-
var Typeahead = (0,
|
|
5413
|
+
var Typeahead = (0, import_react32.forwardRef)(
|
|
5357
5414
|
(_a, ref) => {
|
|
5358
5415
|
var _b = _a, {
|
|
5359
5416
|
container,
|
|
@@ -5374,7 +5431,8 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5374
5431
|
isLoading,
|
|
5375
5432
|
loadingMessage,
|
|
5376
5433
|
emptyResultsMessage,
|
|
5377
|
-
errorMessage
|
|
5434
|
+
errorMessage,
|
|
5435
|
+
id
|
|
5378
5436
|
} = _b, props = __objRest(_b, [
|
|
5379
5437
|
"container",
|
|
5380
5438
|
"onOptionChange",
|
|
@@ -5394,11 +5452,12 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5394
5452
|
"isLoading",
|
|
5395
5453
|
"loadingMessage",
|
|
5396
5454
|
"emptyResultsMessage",
|
|
5397
|
-
"errorMessage"
|
|
5455
|
+
"errorMessage",
|
|
5456
|
+
"id"
|
|
5398
5457
|
]);
|
|
5399
5458
|
const environment = getDownshiftEnvironment(container);
|
|
5400
|
-
const internalInputRef = (0,
|
|
5401
|
-
const inputRef = (0,
|
|
5459
|
+
const internalInputRef = (0, import_react32.useRef)(null);
|
|
5460
|
+
const inputRef = (0, import_react32.useCallback)(
|
|
5402
5461
|
(node) => {
|
|
5403
5462
|
internalInputRef.current = node;
|
|
5404
5463
|
if (ref) {
|
|
@@ -5407,12 +5466,12 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5407
5466
|
},
|
|
5408
5467
|
[ref]
|
|
5409
5468
|
);
|
|
5410
|
-
const [inputValue, setInputValue] = (0,
|
|
5411
|
-
const [downshiftIsOpen, setDownshiftIsOpen] = (0,
|
|
5412
|
-
const [prevSelectedItem, setPrevSelectedItem] = (0,
|
|
5469
|
+
const [inputValue, setInputValue] = (0, import_react32.useState)("");
|
|
5470
|
+
const [downshiftIsOpen, setDownshiftIsOpen] = (0, import_react32.useState)(false);
|
|
5471
|
+
const [prevSelectedItem, setPrevSelectedItem] = (0, import_react32.useState)(
|
|
5413
5472
|
getSelectedOption2(selectedOptionValue, options)
|
|
5414
5473
|
);
|
|
5415
|
-
const [selectedItem, setSelectedItem] = (0,
|
|
5474
|
+
const [selectedItem, setSelectedItem] = (0, import_react32.useState)(
|
|
5416
5475
|
prevSelectedItem
|
|
5417
5476
|
);
|
|
5418
5477
|
const handleInputValueChange = (value) => {
|
|
@@ -5443,7 +5502,7 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5443
5502
|
auto: true,
|
|
5444
5503
|
snap: true
|
|
5445
5504
|
});
|
|
5446
|
-
(0,
|
|
5505
|
+
(0, import_react32.useEffect)(() => {
|
|
5447
5506
|
if (didSelectedOptionValueChange2(selectedOptionValue, prevSelectedItem)) {
|
|
5448
5507
|
const item = getSelectedOption2(selectedOptionValue, options);
|
|
5449
5508
|
setPrevSelectedItem(item);
|
|
@@ -5451,14 +5510,14 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5451
5510
|
setInputValue("");
|
|
5452
5511
|
}
|
|
5453
5512
|
}, [selectedOptionValue, options, prevSelectedItem]);
|
|
5454
|
-
(0,
|
|
5513
|
+
(0, import_react32.useEffect)(() => {
|
|
5455
5514
|
var _a2;
|
|
5456
5515
|
onOpenChange && onOpenChange(downshiftIsOpen);
|
|
5457
5516
|
if (!downshiftIsOpen) {
|
|
5458
5517
|
(_a2 = internalInputRef.current) == null ? void 0 : _a2.blur();
|
|
5459
5518
|
}
|
|
5460
5519
|
}, [downshiftIsOpen, onOpenChange]);
|
|
5461
|
-
const hasAvailableOptions = (0,
|
|
5520
|
+
const hasAvailableOptions = (0, import_react32.useMemo)(() => {
|
|
5462
5521
|
if (!Array.isArray(options)) {
|
|
5463
5522
|
return false;
|
|
5464
5523
|
}
|
|
@@ -5474,7 +5533,7 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5474
5533
|
}
|
|
5475
5534
|
return changes;
|
|
5476
5535
|
};
|
|
5477
|
-
return /* @__PURE__ */
|
|
5536
|
+
return /* @__PURE__ */ import_react32.default.createElement(TypeaheadWrapper, __spreadValues({}, props), /* @__PURE__ */ import_react32.default.createElement(import_downshift3.default, __spreadProps(__spreadValues({}, downshiftProps), { stateReducer }), ({
|
|
5478
5537
|
getItemProps,
|
|
5479
5538
|
getInputProps,
|
|
5480
5539
|
getMenuProps,
|
|
@@ -5484,7 +5543,7 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5484
5543
|
}) => {
|
|
5485
5544
|
return (
|
|
5486
5545
|
// Don't set the role to combobox to ensure a consistent experience for screen readers
|
|
5487
|
-
/* @__PURE__ */
|
|
5546
|
+
/* @__PURE__ */ import_react32.default.createElement("div", { role: "presentation" }, /* @__PURE__ */ import_react32.default.createElement("div", __spreadValues({}, triggerProps), /* @__PURE__ */ import_react32.default.createElement(
|
|
5488
5547
|
TypeaheadHeader,
|
|
5489
5548
|
{
|
|
5490
5549
|
inputRef,
|
|
@@ -5502,10 +5561,11 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5502
5561
|
setDownshiftIsOpen(true);
|
|
5503
5562
|
},
|
|
5504
5563
|
hasLoader: isLoading,
|
|
5505
|
-
hasError: Boolean(errorMessage)
|
|
5564
|
+
hasError: Boolean(errorMessage),
|
|
5565
|
+
id
|
|
5506
5566
|
}
|
|
5507
5567
|
)), downshiftIsOpen && isOpen && renderLayer(
|
|
5508
|
-
/* @__PURE__ */
|
|
5568
|
+
/* @__PURE__ */ import_react32.default.createElement(
|
|
5509
5569
|
"div",
|
|
5510
5570
|
__spreadProps(__spreadValues({}, layerProps), {
|
|
5511
5571
|
style: __spreadProps(__spreadValues({}, layerProps.style), {
|
|
@@ -5513,7 +5573,7 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5513
5573
|
width: menuMinWidth ? "auto" : triggerBounds == null ? void 0 : triggerBounds.width
|
|
5514
5574
|
})
|
|
5515
5575
|
}),
|
|
5516
|
-
/* @__PURE__ */
|
|
5576
|
+
/* @__PURE__ */ import_react32.default.createElement(
|
|
5517
5577
|
TypeaheadMenu,
|
|
5518
5578
|
{
|
|
5519
5579
|
options,
|
|
@@ -5533,7 +5593,7 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5533
5593
|
}
|
|
5534
5594
|
)
|
|
5535
5595
|
)
|
|
5536
|
-
), Boolean(errorMessage) && !downshiftIsOpen ? /* @__PURE__ */
|
|
5596
|
+
), Boolean(errorMessage) && !downshiftIsOpen ? /* @__PURE__ */ import_react32.default.createElement(ErrorMessage2, null, errorMessage) : null)
|
|
5537
5597
|
);
|
|
5538
5598
|
}));
|
|
5539
5599
|
}
|
|
@@ -5544,7 +5604,7 @@ var typeahead_default = Typeahead;
|
|
|
5544
5604
|
// src/components/dropdown/dropdown.tsx
|
|
5545
5605
|
var import_styled25 = __toESM(require("@emotion/styled"));
|
|
5546
5606
|
var import_downshift5 = __toESM(require("downshift"));
|
|
5547
|
-
var
|
|
5607
|
+
var import_react33 = __toESM(require("react"));
|
|
5548
5608
|
var import_react_laag3 = require("react-laag");
|
|
5549
5609
|
var import_resize_observer_polyfill3 = __toESM(require("resize-observer-polyfill"));
|
|
5550
5610
|
var getAccessibilityProps = ({
|
|
@@ -5580,7 +5640,9 @@ var Dropdown = (_a) => {
|
|
|
5580
5640
|
onOuterClick,
|
|
5581
5641
|
triggerOffset = 0,
|
|
5582
5642
|
onOpenChange,
|
|
5583
|
-
search
|
|
5643
|
+
search,
|
|
5644
|
+
role,
|
|
5645
|
+
menuItemRole
|
|
5584
5646
|
} = _b, props = __objRest(_b, [
|
|
5585
5647
|
"ariaMenuName",
|
|
5586
5648
|
"menuPosition",
|
|
@@ -5596,15 +5658,34 @@ var Dropdown = (_a) => {
|
|
|
5596
5658
|
"onOuterClick",
|
|
5597
5659
|
"triggerOffset",
|
|
5598
5660
|
"onOpenChange",
|
|
5599
|
-
"search"
|
|
5661
|
+
"search",
|
|
5662
|
+
"role",
|
|
5663
|
+
"menuItemRole"
|
|
5600
5664
|
]);
|
|
5601
5665
|
const environment = getDownshiftEnvironment(container);
|
|
5602
|
-
const [downshiftIsOpen, setDownshiftIsOpen] = (0,
|
|
5603
|
-
const [
|
|
5666
|
+
const [downshiftIsOpen, setDownshiftIsOpen] = (0, import_react33.useState)(false);
|
|
5667
|
+
const [keyboardMove, setKeyboardMove] = (0, import_react33.useState)(false);
|
|
5668
|
+
const [searchValue, setSearchValue] = (0, import_react33.useState)("");
|
|
5604
5669
|
const onSearchChange = (e) => {
|
|
5605
5670
|
const value = e.target.value;
|
|
5606
5671
|
setSearchValue(value);
|
|
5607
5672
|
};
|
|
5673
|
+
const onKeyDown = (e) => {
|
|
5674
|
+
switch (e.key) {
|
|
5675
|
+
case "ArrowDown":
|
|
5676
|
+
case "ArrowUp":
|
|
5677
|
+
case "ArrowLeft":
|
|
5678
|
+
case "ArrowRight":
|
|
5679
|
+
case "Enter":
|
|
5680
|
+
case " ":
|
|
5681
|
+
case "Tab":
|
|
5682
|
+
case "Escape":
|
|
5683
|
+
setKeyboardMove(true);
|
|
5684
|
+
break;
|
|
5685
|
+
default:
|
|
5686
|
+
break;
|
|
5687
|
+
}
|
|
5688
|
+
};
|
|
5608
5689
|
const isOpen = isOpenFromProps || downshiftIsOpen;
|
|
5609
5690
|
const { layerProps, triggerProps, renderLayer } = (0, import_react_laag3.useLayer)({
|
|
5610
5691
|
isOpen,
|
|
@@ -5615,7 +5696,7 @@ var Dropdown = (_a) => {
|
|
|
5615
5696
|
snap: true,
|
|
5616
5697
|
triggerOffset
|
|
5617
5698
|
});
|
|
5618
|
-
(0,
|
|
5699
|
+
(0, import_react33.useEffect)(() => {
|
|
5619
5700
|
onOpenChange && onOpenChange(isOpen);
|
|
5620
5701
|
}, [isOpen, onOpenChange]);
|
|
5621
5702
|
const stateReducer = (state, changes) => {
|
|
@@ -5624,26 +5705,20 @@ var Dropdown = (_a) => {
|
|
|
5624
5705
|
}
|
|
5625
5706
|
return changes;
|
|
5626
5707
|
};
|
|
5627
|
-
options = (0,
|
|
5708
|
+
options = (0, import_react33.useMemo)(() => {
|
|
5628
5709
|
if (search) {
|
|
5629
5710
|
if (search.searchType === "startsWith") {
|
|
5630
5711
|
return options.filter(
|
|
5631
|
-
(option) =>
|
|
5632
|
-
var _a2;
|
|
5633
|
-
return (_a2 = option.title) == null ? void 0 : _a2.toString().toLowerCase().startsWith(searchValue.toLowerCase());
|
|
5634
|
-
}
|
|
5712
|
+
(option) => getTextFromNode(option.title).toLowerCase().startsWith(searchValue.toLowerCase())
|
|
5635
5713
|
);
|
|
5636
5714
|
}
|
|
5637
5715
|
return options.filter(
|
|
5638
|
-
(option) =>
|
|
5639
|
-
var _a2;
|
|
5640
|
-
return (_a2 = option.title) == null ? void 0 : _a2.toString().toLowerCase().includes(searchValue.toLowerCase());
|
|
5641
|
-
}
|
|
5716
|
+
(option) => getTextFromNode(option.title).toLowerCase().includes(searchValue.toLowerCase())
|
|
5642
5717
|
);
|
|
5643
5718
|
}
|
|
5644
5719
|
return options;
|
|
5645
5720
|
}, [options, searchValue, search]);
|
|
5646
|
-
return /* @__PURE__ */
|
|
5721
|
+
return /* @__PURE__ */ import_react33.default.createElement(
|
|
5647
5722
|
import_downshift5.default,
|
|
5648
5723
|
{
|
|
5649
5724
|
stateReducer,
|
|
@@ -5659,7 +5734,7 @@ var Dropdown = (_a) => {
|
|
|
5659
5734
|
getToggleButtonProps,
|
|
5660
5735
|
highlightedIndex,
|
|
5661
5736
|
isOpen: isOpen2
|
|
5662
|
-
}) => /* @__PURE__ */
|
|
5737
|
+
}) => /* @__PURE__ */ import_react33.default.createElement(
|
|
5663
5738
|
"div",
|
|
5664
5739
|
__spreadValues(__spreadValues({}, props), triggerCallback ? {
|
|
5665
5740
|
// the Downshift component appears to set the following props,
|
|
@@ -5669,26 +5744,31 @@ var Dropdown = (_a) => {
|
|
|
5669
5744
|
"aria-expanded": null,
|
|
5670
5745
|
"aria-labelledby": null
|
|
5671
5746
|
} : {}),
|
|
5672
|
-
/* @__PURE__ */
|
|
5747
|
+
/* @__PURE__ */ import_react33.default.createElement("div", __spreadValues({}, triggerProps), triggerCallback ? triggerCallback(__spreadValues(__spreadValues({}, getToggleButtonProps({ onKeyDown })), getAccessibilityProps({
|
|
5673
5748
|
ariaMenuName,
|
|
5674
5749
|
getInputProps,
|
|
5675
5750
|
isOpen: isOpen2
|
|
5676
|
-
}))) : /* @__PURE__ */
|
|
5751
|
+
}))) : /* @__PURE__ */ import_react33.default.createElement(
|
|
5752
|
+
TriggerSection,
|
|
5753
|
+
__spreadValues({}, getToggleButtonProps({ onKeyDown, tabIndex: 0 })),
|
|
5754
|
+
trigger
|
|
5755
|
+
)),
|
|
5677
5756
|
isOpen2 && renderLayer(
|
|
5678
|
-
/* @__PURE__ */
|
|
5757
|
+
/* @__PURE__ */ import_react33.default.createElement(
|
|
5679
5758
|
"div",
|
|
5680
5759
|
__spreadProps(__spreadValues({}, layerProps), {
|
|
5681
5760
|
style: __spreadProps(__spreadValues({}, layerProps.style), { zIndex: menuZIndex })
|
|
5682
5761
|
}),
|
|
5683
|
-
/* @__PURE__ */
|
|
5762
|
+
/* @__PURE__ */ import_react33.default.createElement(
|
|
5684
5763
|
menu_default,
|
|
5685
5764
|
{
|
|
5686
5765
|
position: menuPosition,
|
|
5687
5766
|
minWidth: menuMinWidth,
|
|
5688
5767
|
maxWidth: menuMaxWidth,
|
|
5689
5768
|
maxHeight: menuMaxHeight,
|
|
5690
|
-
downshiftMenuProps: getMenuProps,
|
|
5691
|
-
|
|
5769
|
+
downshiftMenuProps: () => getMenuProps({ onKeyDown }),
|
|
5770
|
+
role,
|
|
5771
|
+
search: search && /* @__PURE__ */ import_react33.default.createElement(
|
|
5692
5772
|
search_bar_default,
|
|
5693
5773
|
{
|
|
5694
5774
|
ariaLabel: search.searchPlaceholder,
|
|
@@ -5700,22 +5780,29 @@ var Dropdown = (_a) => {
|
|
|
5700
5780
|
)
|
|
5701
5781
|
},
|
|
5702
5782
|
options.map((item, index) => {
|
|
5703
|
-
return /* @__PURE__ */
|
|
5783
|
+
return /* @__PURE__ */ import_react33.default.createElement(
|
|
5704
5784
|
MenuItem,
|
|
5705
5785
|
__spreadValues({
|
|
5706
5786
|
key: index,
|
|
5707
5787
|
isHighlighted: highlightedIndex === index,
|
|
5788
|
+
keyboardMove: keyboardMove && highlightedIndex === index,
|
|
5708
5789
|
isDisabled: item.disabled,
|
|
5709
5790
|
isSelected: item.selected,
|
|
5710
5791
|
icon: item.icon,
|
|
5711
5792
|
hasDivider: item.hasDivider,
|
|
5712
5793
|
getItemProps,
|
|
5794
|
+
menuItemRole,
|
|
5713
5795
|
index
|
|
5714
5796
|
}, getItemProps({
|
|
5715
5797
|
key: index,
|
|
5716
5798
|
index,
|
|
5717
5799
|
item,
|
|
5718
|
-
disabled: item.disabled
|
|
5800
|
+
disabled: item.disabled,
|
|
5801
|
+
onMouseMove: () => {
|
|
5802
|
+
if (keyboardMove) {
|
|
5803
|
+
setKeyboardMove(false);
|
|
5804
|
+
}
|
|
5805
|
+
}
|
|
5719
5806
|
})),
|
|
5720
5807
|
item.title
|
|
5721
5808
|
);
|
|
@@ -5730,11 +5817,11 @@ var dropdown_default = Dropdown;
|
|
|
5730
5817
|
|
|
5731
5818
|
// src/components/form-field/form-field.tsx
|
|
5732
5819
|
var import_styled28 = __toESM(require("@emotion/styled"));
|
|
5733
|
-
var
|
|
5820
|
+
var import_react36 = __toESM(require("react"));
|
|
5734
5821
|
|
|
5735
5822
|
// src/components/radio/radio.tsx
|
|
5736
5823
|
var import_styled26 = __toESM(require("@emotion/styled"));
|
|
5737
|
-
var
|
|
5824
|
+
var import_react34 = __toESM(require("react"));
|
|
5738
5825
|
var RadioLabel = import_styled26.default.label`
|
|
5739
5826
|
display: block;
|
|
5740
5827
|
position: relative;
|
|
@@ -5800,7 +5887,7 @@ var RadioBox = import_styled26.default.span`
|
|
|
5800
5887
|
background-color: ${getColorValue("white")};
|
|
5801
5888
|
}
|
|
5802
5889
|
`;
|
|
5803
|
-
var Radio = (0,
|
|
5890
|
+
var Radio = (0, import_react34.forwardRef)(
|
|
5804
5891
|
(_a, ref) => {
|
|
5805
5892
|
var _b = _a, {
|
|
5806
5893
|
isDisabled,
|
|
@@ -5815,7 +5902,7 @@ var Radio = (0, import_react33.forwardRef)(
|
|
|
5815
5902
|
"onChange",
|
|
5816
5903
|
"onBlur"
|
|
5817
5904
|
]);
|
|
5818
|
-
return /* @__PURE__ */
|
|
5905
|
+
return /* @__PURE__ */ import_react34.default.createElement(RadioLabel, { htmlFor: props.id }, /* @__PURE__ */ import_react34.default.createElement(
|
|
5819
5906
|
RadioInput,
|
|
5820
5907
|
__spreadValues({
|
|
5821
5908
|
type: "radio",
|
|
@@ -5826,14 +5913,14 @@ var Radio = (0, import_react33.forwardRef)(
|
|
|
5826
5913
|
onBlur,
|
|
5827
5914
|
ref
|
|
5828
5915
|
}, props)
|
|
5829
|
-
), /* @__PURE__ */
|
|
5916
|
+
), /* @__PURE__ */ import_react34.default.createElement(RadioBox, { className: "RadioBox" }));
|
|
5830
5917
|
}
|
|
5831
5918
|
);
|
|
5832
5919
|
var radio_default = Radio;
|
|
5833
5920
|
|
|
5834
5921
|
// src/components/switch/switch.tsx
|
|
5835
5922
|
var import_styled27 = __toESM(require("@emotion/styled"));
|
|
5836
|
-
var
|
|
5923
|
+
var import_react35 = __toESM(require("react"));
|
|
5837
5924
|
var sizes2 = {
|
|
5838
5925
|
medium: {
|
|
5839
5926
|
switchHeight: 16,
|
|
@@ -5957,7 +6044,7 @@ var Switch = (_a) => {
|
|
|
5957
6044
|
"ariaLabelledby and ariaLabel serve the same purpose and therefore cannot be used at the same time. Choose the one that best suites your needs."
|
|
5958
6045
|
);
|
|
5959
6046
|
}
|
|
5960
|
-
return /* @__PURE__ */
|
|
6047
|
+
return /* @__PURE__ */ import_react35.default.createElement(SwitchLabel, { htmlFor: props.id }, /* @__PURE__ */ import_react35.default.createElement(
|
|
5961
6048
|
SwitchInput,
|
|
5962
6049
|
__spreadProps(__spreadValues({}, props), {
|
|
5963
6050
|
checked: isActive,
|
|
@@ -5970,7 +6057,7 @@ var Switch = (_a) => {
|
|
|
5970
6057
|
"aria-describedby": ariaDescribedby,
|
|
5971
6058
|
"aria-checked": isActive
|
|
5972
6059
|
})
|
|
5973
|
-
), /* @__PURE__ */
|
|
6060
|
+
), /* @__PURE__ */ import_react35.default.createElement(
|
|
5974
6061
|
SwitchBox,
|
|
5975
6062
|
{
|
|
5976
6063
|
className: "SwitchBox",
|
|
@@ -6047,12 +6134,12 @@ var FormField = (_a) => {
|
|
|
6047
6134
|
"labelFor",
|
|
6048
6135
|
"direction"
|
|
6049
6136
|
]);
|
|
6050
|
-
const isLabelClickable =
|
|
6051
|
-
(child) => (0,
|
|
6137
|
+
const isLabelClickable = import_react36.default.Children.toArray(children).some(
|
|
6138
|
+
(child) => (0, import_react36.isValidElement)(child) && // The child might be a div, span, etc (type string) so we
|
|
6052
6139
|
// have to typeguard before we check if our child is of interactive
|
|
6053
6140
|
typeof child.type !== "string" && isInteractiveComponent(child.type)
|
|
6054
6141
|
);
|
|
6055
|
-
const labelElement = label && /* @__PURE__ */
|
|
6142
|
+
const labelElement = label && /* @__PURE__ */ import_react36.default.createElement(
|
|
6056
6143
|
Label,
|
|
6057
6144
|
{
|
|
6058
6145
|
direction,
|
|
@@ -6061,18 +6148,18 @@ var FormField = (_a) => {
|
|
|
6061
6148
|
},
|
|
6062
6149
|
label
|
|
6063
6150
|
);
|
|
6064
|
-
return /* @__PURE__ */
|
|
6151
|
+
return /* @__PURE__ */ import_react36.default.createElement(FormFieldWrapper, __spreadValues({ direction }, props), direction === "row" && /* @__PURE__ */ import_react36.default.createElement(import_react36.default.Fragment, null, children, labelElement), direction === "column" && /* @__PURE__ */ import_react36.default.createElement(import_react36.default.Fragment, null, labelElement, children), direction === "row-reverse" && /* @__PURE__ */ import_react36.default.createElement(import_react36.default.Fragment, null, labelElement, children), errorMessage && /* @__PURE__ */ import_react36.default.createElement(ErrorMessage3, null, errorMessage));
|
|
6065
6152
|
};
|
|
6066
6153
|
var form_field_default = FormField;
|
|
6067
6154
|
|
|
6068
6155
|
// src/components/notification-bar/notification-bar.tsx
|
|
6069
6156
|
var import_styled29 = __toESM(require("@emotion/styled"));
|
|
6070
|
-
var
|
|
6157
|
+
var import_react41 = __toESM(require("react"));
|
|
6071
6158
|
|
|
6072
6159
|
// src/hooks/use-on-click-outside.js
|
|
6073
|
-
var
|
|
6160
|
+
var import_react37 = __toESM(require("react"));
|
|
6074
6161
|
function useOnClickOutside(ref, handler) {
|
|
6075
|
-
|
|
6162
|
+
import_react37.default.useEffect(() => {
|
|
6076
6163
|
const listener = (event) => {
|
|
6077
6164
|
if (!ref.current || ref.current.contains(event.target)) {
|
|
6078
6165
|
return;
|
|
@@ -6089,10 +6176,10 @@ function useOnClickOutside(ref, handler) {
|
|
|
6089
6176
|
}
|
|
6090
6177
|
|
|
6091
6178
|
// src/hooks/use-focused-element.tsx
|
|
6092
|
-
var
|
|
6179
|
+
var import_react38 = require("react");
|
|
6093
6180
|
function useFocusedElement(ref) {
|
|
6094
|
-
const [isFocused, setIsFocused] = (0,
|
|
6095
|
-
const handleFocus = (0,
|
|
6181
|
+
const [isFocused, setIsFocused] = (0, import_react38.useState)(false);
|
|
6182
|
+
const handleFocus = (0, import_react38.useCallback)(
|
|
6096
6183
|
(e) => {
|
|
6097
6184
|
const currentRef = ref.current;
|
|
6098
6185
|
if (e.type === "focusin" && e.target === currentRef) {
|
|
@@ -6101,7 +6188,7 @@ function useFocusedElement(ref) {
|
|
|
6101
6188
|
},
|
|
6102
6189
|
[ref]
|
|
6103
6190
|
);
|
|
6104
|
-
const handleBlur = (0,
|
|
6191
|
+
const handleBlur = (0, import_react38.useCallback)(
|
|
6105
6192
|
(e) => {
|
|
6106
6193
|
const currentRef = ref.current;
|
|
6107
6194
|
if (e.type === "focusout" && e.target === currentRef) {
|
|
@@ -6110,7 +6197,7 @@ function useFocusedElement(ref) {
|
|
|
6110
6197
|
},
|
|
6111
6198
|
[ref]
|
|
6112
6199
|
);
|
|
6113
|
-
(0,
|
|
6200
|
+
(0, import_react38.useEffect)(() => {
|
|
6114
6201
|
document.addEventListener("focusin", handleFocus);
|
|
6115
6202
|
document.addEventListener("focusout", handleBlur);
|
|
6116
6203
|
return () => {
|
|
@@ -6122,10 +6209,10 @@ function useFocusedElement(ref) {
|
|
|
6122
6209
|
}
|
|
6123
6210
|
|
|
6124
6211
|
// src/hooks/use-push-page-down.ts
|
|
6125
|
-
var
|
|
6212
|
+
var import_react39 = require("react");
|
|
6126
6213
|
function usePushPageDown(enabled) {
|
|
6127
6214
|
const safeDocument = document;
|
|
6128
|
-
(0,
|
|
6215
|
+
(0, import_react39.useLayoutEffect)(() => {
|
|
6129
6216
|
const html = safeDocument == null ? void 0 : safeDocument.documentElement;
|
|
6130
6217
|
const body = safeDocument == null ? void 0 : safeDocument.body;
|
|
6131
6218
|
if (safeDocument == void 0 || !html || !body) {
|
|
@@ -6144,14 +6231,14 @@ var use_push_page_down_default = usePushPageDown;
|
|
|
6144
6231
|
|
|
6145
6232
|
// src/components/icon/available-icons/info.tsx
|
|
6146
6233
|
var import_information_circle = __toESM(require("@atlaskit/icon/core/information-circle"));
|
|
6147
|
-
var
|
|
6234
|
+
var React38 = __toESM(require("react"));
|
|
6148
6235
|
function SvgInfo() {
|
|
6149
|
-
return /* @__PURE__ */
|
|
6236
|
+
return /* @__PURE__ */ React38.createElement(import_information_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
6150
6237
|
}
|
|
6151
6238
|
|
|
6152
6239
|
// src/components/icon/available-icons/warning-alert.tsx
|
|
6153
|
-
var
|
|
6154
|
-
var SvgWarningAlert = (props) => /* @__PURE__ */
|
|
6240
|
+
var import_react40 = __toESM(require("react"));
|
|
6241
|
+
var SvgWarningAlert = (props) => /* @__PURE__ */ import_react40.default.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ import_react40.default.createElement(
|
|
6155
6242
|
"path",
|
|
6156
6243
|
{
|
|
6157
6244
|
fill: "currentColor",
|
|
@@ -6165,24 +6252,24 @@ var SvgWarningAlert = (props) => /* @__PURE__ */ import_react39.default.createEl
|
|
|
6165
6252
|
var severityStyles = {
|
|
6166
6253
|
info: {
|
|
6167
6254
|
bgColor: "var(--lns-color-blurple)",
|
|
6168
|
-
icon: /* @__PURE__ */
|
|
6255
|
+
icon: /* @__PURE__ */ import_react41.default.createElement(SvgInfo, null),
|
|
6169
6256
|
color: "var(--lns-color-white)",
|
|
6170
6257
|
fontFamily: "inherit"
|
|
6171
6258
|
},
|
|
6172
6259
|
warning: {
|
|
6173
6260
|
bgColor: "var(--lns-color-warning)",
|
|
6174
|
-
icon: /* @__PURE__ */
|
|
6261
|
+
icon: /* @__PURE__ */ import_react41.default.createElement(SvgWarningAlert, null),
|
|
6175
6262
|
color: "var(--lns-color-grey8)",
|
|
6176
6263
|
fontFamily: "inherit"
|
|
6177
6264
|
},
|
|
6178
6265
|
error: {
|
|
6179
6266
|
bgColor: "var(--lns-color-danger)",
|
|
6180
|
-
icon: /* @__PURE__ */
|
|
6267
|
+
icon: /* @__PURE__ */ import_react41.default.createElement(SvgAlertTriangle, null),
|
|
6181
6268
|
color: "var(--lns-color-white)",
|
|
6182
6269
|
fontFamily: "inherit"
|
|
6183
6270
|
},
|
|
6184
6271
|
internal: {
|
|
6185
|
-
icon: /* @__PURE__ */
|
|
6272
|
+
icon: /* @__PURE__ */ import_react41.default.createElement("span", { role: "img" }, "\u{1F514}"),
|
|
6186
6273
|
color: "var(--lns-color-tealLight)",
|
|
6187
6274
|
bgColor: "var(--lns-color-grey8)",
|
|
6188
6275
|
fontFamily: "var(--lns-fontFamily-code)"
|
|
@@ -6225,7 +6312,7 @@ var NotificationBar = ({
|
|
|
6225
6312
|
id
|
|
6226
6313
|
}) => {
|
|
6227
6314
|
var _a, _b, _c;
|
|
6228
|
-
(0,
|
|
6315
|
+
(0, import_react41.useEffect)(() => {
|
|
6229
6316
|
if (!isOpen) {
|
|
6230
6317
|
return;
|
|
6231
6318
|
}
|
|
@@ -6242,7 +6329,7 @@ var NotificationBar = ({
|
|
|
6242
6329
|
}, [isOpen, onCloseClick]);
|
|
6243
6330
|
use_push_page_down_default(isOpen);
|
|
6244
6331
|
const isInternalAlert = severity === "internal";
|
|
6245
|
-
return isOpen ? /* @__PURE__ */
|
|
6332
|
+
return isOpen ? /* @__PURE__ */ import_react41.default.createElement(NotificationBarWrapper, { isOpen, severity, id }, /* @__PURE__ */ import_react41.default.createElement(
|
|
6246
6333
|
arrange_default,
|
|
6247
6334
|
{
|
|
6248
6335
|
alignItems: { default: "start", small: "center" },
|
|
@@ -6250,21 +6337,21 @@ var NotificationBar = ({
|
|
|
6250
6337
|
autoFlow: isInternalAlert ? "column" : void 0,
|
|
6251
6338
|
columns: !isInternalAlert ? ["1fr auto"] : void 0
|
|
6252
6339
|
},
|
|
6253
|
-
/* @__PURE__ */
|
|
6340
|
+
/* @__PURE__ */ import_react41.default.createElement(
|
|
6254
6341
|
container_default,
|
|
6255
6342
|
{
|
|
6256
6343
|
paddingY: { default: "xsmall", xsmall: 0 },
|
|
6257
6344
|
paddingLeft: !isInternalAlert ? { default: 0, medium: u(3.5) } : void 0,
|
|
6258
6345
|
width: "100%"
|
|
6259
6346
|
},
|
|
6260
|
-
/* @__PURE__ */
|
|
6347
|
+
/* @__PURE__ */ import_react41.default.createElement(
|
|
6261
6348
|
arrange_default,
|
|
6262
6349
|
{
|
|
6263
6350
|
autoFlow: "column",
|
|
6264
6351
|
gap: isInternalAlert ? "medium" : "small",
|
|
6265
6352
|
justifyContent: "center"
|
|
6266
6353
|
},
|
|
6267
|
-
((_a = severityStyles[severity]) == null ? void 0 : _a.icon) ? /* @__PURE__ */
|
|
6354
|
+
((_a = severityStyles[severity]) == null ? void 0 : _a.icon) ? /* @__PURE__ */ import_react41.default.createElement(align_default, { alignment: "topLeft" }, /* @__PURE__ */ import_react41.default.createElement(
|
|
6268
6355
|
icon_default,
|
|
6269
6356
|
{
|
|
6270
6357
|
icon: severityStyles[severity].icon,
|
|
@@ -6275,13 +6362,13 @@ var NotificationBar = ({
|
|
|
6275
6362
|
children
|
|
6276
6363
|
)
|
|
6277
6364
|
)
|
|
6278
|
-
), onCloseClick && /* @__PURE__ */
|
|
6365
|
+
), onCloseClick && /* @__PURE__ */ import_react41.default.createElement(
|
|
6279
6366
|
icon_button_default,
|
|
6280
6367
|
{
|
|
6281
6368
|
iconColor: (_c = severityStyles[severity].color) != null ? _c : "var(--lns-color-white)",
|
|
6282
6369
|
tabIndex: 0,
|
|
6283
6370
|
altText: "Close",
|
|
6284
|
-
icon: /* @__PURE__ */
|
|
6371
|
+
icon: /* @__PURE__ */ import_react41.default.createElement(SvgClose, null),
|
|
6285
6372
|
onClick: onCloseClick
|
|
6286
6373
|
}
|
|
6287
6374
|
)) : null;
|
|
@@ -6289,13 +6376,13 @@ var NotificationBar = ({
|
|
|
6289
6376
|
var notification_bar_default = NotificationBar;
|
|
6290
6377
|
|
|
6291
6378
|
// src/components/toast/toast.tsx
|
|
6292
|
-
var
|
|
6379
|
+
var import_react42 = require("@emotion/react");
|
|
6293
6380
|
var import_styled30 = __toESM(require("@emotion/styled"));
|
|
6294
|
-
var
|
|
6381
|
+
var import_react43 = __toESM(require("react"));
|
|
6295
6382
|
var WEBAPP = "web-app";
|
|
6296
6383
|
var CHROME_EXTENSION = "chrome-extension";
|
|
6297
6384
|
var toastDurations = { short: 3e3, long: 8e3 };
|
|
6298
|
-
var enter = (toastDuration, platform) =>
|
|
6385
|
+
var enter = (toastDuration, platform) => import_react42.keyframes`
|
|
6299
6386
|
0% {
|
|
6300
6387
|
opacity: 0;
|
|
6301
6388
|
transform: translate(-50%, ${u(platform === CHROME_EXTENSION ? -8 : 8)});
|
|
@@ -6367,7 +6454,7 @@ var Toast = ({
|
|
|
6367
6454
|
platform = "web-app"
|
|
6368
6455
|
}) => {
|
|
6369
6456
|
const toastDuration = toastDurations[duration2];
|
|
6370
|
-
(0,
|
|
6457
|
+
(0, import_react43.useEffect)(() => {
|
|
6371
6458
|
const timer = setTimeout(() => {
|
|
6372
6459
|
if (isOpen) {
|
|
6373
6460
|
onCloseClick();
|
|
@@ -6375,7 +6462,7 @@ var Toast = ({
|
|
|
6375
6462
|
}, toastDuration);
|
|
6376
6463
|
return () => clearTimeout(timer);
|
|
6377
6464
|
}, [isOpen]);
|
|
6378
|
-
return /* @__PURE__ */
|
|
6465
|
+
return /* @__PURE__ */ import_react43.default.createElement(import_react43.default.Fragment, null, isOpen && /* @__PURE__ */ import_react43.default.createElement(
|
|
6379
6466
|
ToastWrapper,
|
|
6380
6467
|
{
|
|
6381
6468
|
role: "presentation",
|
|
@@ -6385,12 +6472,12 @@ var Toast = ({
|
|
|
6385
6472
|
toastDuration,
|
|
6386
6473
|
platform
|
|
6387
6474
|
},
|
|
6388
|
-
/* @__PURE__ */
|
|
6389
|
-
onCloseClick && /* @__PURE__ */
|
|
6475
|
+
/* @__PURE__ */ import_react43.default.createElement(ChildrenSection3, { "aria-live": "polite" }, children),
|
|
6476
|
+
onCloseClick && /* @__PURE__ */ import_react43.default.createElement(
|
|
6390
6477
|
icon_button_default,
|
|
6391
6478
|
{
|
|
6392
6479
|
altText: "Close",
|
|
6393
|
-
icon: /* @__PURE__ */
|
|
6480
|
+
icon: /* @__PURE__ */ import_react43.default.createElement(SvgClose, null),
|
|
6394
6481
|
onClick: onCloseClick,
|
|
6395
6482
|
iconColor: "bodyInverse"
|
|
6396
6483
|
}
|
|
@@ -6401,7 +6488,7 @@ var toast_default = Toast;
|
|
|
6401
6488
|
|
|
6402
6489
|
// src/components/tooltip/tooltip.tsx
|
|
6403
6490
|
var import_styled31 = __toESM(require("@emotion/styled"));
|
|
6404
|
-
var
|
|
6491
|
+
var import_react44 = __toESM(require("react"));
|
|
6405
6492
|
var import_react_laag4 = require("react-laag");
|
|
6406
6493
|
var import_resize_observer_polyfill4 = __toESM(require("resize-observer-polyfill"));
|
|
6407
6494
|
var placements = {
|
|
@@ -6444,7 +6531,7 @@ var ShortcutWrapper = import_styled31.default.div`
|
|
|
6444
6531
|
`;
|
|
6445
6532
|
var ShortcutBox = ({
|
|
6446
6533
|
children
|
|
6447
|
-
}) => /* @__PURE__ */
|
|
6534
|
+
}) => /* @__PURE__ */ import_react44.default.createElement(ShortcutWrapper, null, children);
|
|
6448
6535
|
var TooltipBox = (_a) => {
|
|
6449
6536
|
var _b = _a, {
|
|
6450
6537
|
children,
|
|
@@ -6464,7 +6551,7 @@ var TooltipBox = (_a) => {
|
|
|
6464
6551
|
return (
|
|
6465
6552
|
// These are being added to hide the tooltip when users hover over
|
|
6466
6553
|
/* eslint-disable-next-line styled-components-a11y/no-static-element-interactions */
|
|
6467
|
-
/* @__PURE__ */
|
|
6554
|
+
/* @__PURE__ */ import_react44.default.createElement(
|
|
6468
6555
|
TooltipBoxWrapper,
|
|
6469
6556
|
__spreadValues(__spreadValues({
|
|
6470
6557
|
maxWidth,
|
|
@@ -6536,12 +6623,12 @@ var Tooltip = (_a) => {
|
|
|
6536
6623
|
delayEnter: getInitialDelaySpeed(delay),
|
|
6537
6624
|
delayLeave: 200
|
|
6538
6625
|
});
|
|
6539
|
-
const [isOverTooltip, setIsOverTooltip] = (0,
|
|
6540
|
-
const [isOpen, setIsOpen] = (0,
|
|
6541
|
-
const [enterOrSpaceKeyDown, setEnterOrSpaceKeyDown] = (0,
|
|
6542
|
-
const focusRef = (0,
|
|
6626
|
+
const [isOverTooltip, setIsOverTooltip] = (0, import_react44.useState)(false);
|
|
6627
|
+
const [isOpen, setIsOpen] = (0, import_react44.useState)(false);
|
|
6628
|
+
const [enterOrSpaceKeyDown, setEnterOrSpaceKeyDown] = (0, import_react44.useState)(false);
|
|
6629
|
+
const focusRef = (0, import_react44.useRef)();
|
|
6543
6630
|
const isTooltipDisabled = !content || isDisabled;
|
|
6544
|
-
(0,
|
|
6631
|
+
(0, import_react44.useEffect)(() => {
|
|
6545
6632
|
if (isTooltipDisabled) {
|
|
6546
6633
|
setIsOpen(false);
|
|
6547
6634
|
return;
|
|
@@ -6573,7 +6660,7 @@ var Tooltip = (_a) => {
|
|
|
6573
6660
|
setIsOpen(false);
|
|
6574
6661
|
setEnterOrSpaceKeyDown(false);
|
|
6575
6662
|
};
|
|
6576
|
-
(0,
|
|
6663
|
+
(0, import_react44.useEffect)(() => {
|
|
6577
6664
|
if (!isOpen) {
|
|
6578
6665
|
return;
|
|
6579
6666
|
}
|
|
@@ -6596,7 +6683,7 @@ var Tooltip = (_a) => {
|
|
|
6596
6683
|
container,
|
|
6597
6684
|
auto: true
|
|
6598
6685
|
});
|
|
6599
|
-
return /* @__PURE__ */
|
|
6686
|
+
return /* @__PURE__ */ import_react44.default.createElement(import_react44.default.Fragment, null, /* @__PURE__ */ import_react44.default.createElement(
|
|
6600
6687
|
TooltipChildren,
|
|
6601
6688
|
__spreadProps(__spreadValues(__spreadValues({}, triggerProps), hoverProps), {
|
|
6602
6689
|
onClick: (e) => {
|
|
@@ -6612,8 +6699,8 @@ var Tooltip = (_a) => {
|
|
|
6612
6699
|
ref: (0, import_react_laag4.mergeRefs)(triggerProps.ref, focusRef)
|
|
6613
6700
|
}),
|
|
6614
6701
|
children
|
|
6615
|
-
), ariaLive && /* @__PURE__ */
|
|
6616
|
-
/* @__PURE__ */
|
|
6702
|
+
), ariaLive && /* @__PURE__ */ import_react44.default.createElement("span", { className: "srOnly", "aria-live": "polite" }, isOpen && content), isOpen && renderLayer(
|
|
6703
|
+
/* @__PURE__ */ import_react44.default.createElement("div", __spreadProps(__spreadValues({}, layerProps), { style: __spreadProps(__spreadValues({}, layerProps.style), { zIndex }) }), /* @__PURE__ */ import_react44.default.createElement(
|
|
6617
6704
|
TooltipBox,
|
|
6618
6705
|
__spreadValues({
|
|
6619
6706
|
maxWidth,
|
|
@@ -6622,7 +6709,7 @@ var Tooltip = (_a) => {
|
|
|
6622
6709
|
role: "tooltip",
|
|
6623
6710
|
id: tooltipId
|
|
6624
6711
|
}, rest),
|
|
6625
|
-
/* @__PURE__ */
|
|
6712
|
+
/* @__PURE__ */ import_react44.default.createElement(arrange_default, { gap: "small" }, /* @__PURE__ */ import_react44.default.createElement(text_default, { size: "small", fontWeight: "bold" }, content), shortcut && /* @__PURE__ */ import_react44.default.createElement(arrange_default, { gap: "xsmall" }, shortcut.map((char, index) => /* @__PURE__ */ import_react44.default.createElement(ShortcutBox, { key: index }, char))))
|
|
6626
6713
|
))
|
|
6627
6714
|
));
|
|
6628
6715
|
};
|
|
@@ -6630,10 +6717,10 @@ var availablePlacements = Object.keys(placements);
|
|
|
6630
6717
|
var tooltip_default = Tooltip;
|
|
6631
6718
|
|
|
6632
6719
|
// src/components/skeleton/skeleton.tsx
|
|
6633
|
-
var
|
|
6720
|
+
var import_react45 = require("@emotion/react");
|
|
6634
6721
|
var import_styled32 = __toESM(require("@emotion/styled"));
|
|
6635
|
-
var
|
|
6636
|
-
var SkeletonAnimation =
|
|
6722
|
+
var import_react46 = __toESM(require("react"));
|
|
6723
|
+
var SkeletonAnimation = import_react45.css`
|
|
6637
6724
|
@media (prefers-reduced-motion: no-preference) {
|
|
6638
6725
|
animation: shimmer 2s infinite linear;
|
|
6639
6726
|
background: linear-gradient(
|
|
@@ -6691,7 +6778,7 @@ var SkeletonText = ({
|
|
|
6691
6778
|
lines = 1,
|
|
6692
6779
|
animated = false
|
|
6693
6780
|
}) => {
|
|
6694
|
-
return /* @__PURE__ */
|
|
6781
|
+
return /* @__PURE__ */ import_react46.default.createElement(import_react46.default.Fragment, null, [...Array(lines)].map((_, i) => /* @__PURE__ */ import_react46.default.createElement(
|
|
6695
6782
|
SkeletonTextWrapper,
|
|
6696
6783
|
{
|
|
6697
6784
|
key: i,
|
|
@@ -6708,7 +6795,7 @@ var SkeletonContainer = ({
|
|
|
6708
6795
|
radius = "full",
|
|
6709
6796
|
width = "40px"
|
|
6710
6797
|
}) => {
|
|
6711
|
-
return /* @__PURE__ */
|
|
6798
|
+
return /* @__PURE__ */ import_react46.default.createElement(import_react46.default.Fragment, null, /* @__PURE__ */ import_react46.default.createElement(
|
|
6712
6799
|
SkeletonContainerWrapper,
|
|
6713
6800
|
{
|
|
6714
6801
|
animated,
|
|
@@ -6721,9 +6808,9 @@ var SkeletonContainer = ({
|
|
|
6721
6808
|
|
|
6722
6809
|
// src/components/logo/logo.tsx
|
|
6723
6810
|
var import_styled33 = __toESM(require("@emotion/styled"));
|
|
6724
|
-
var
|
|
6811
|
+
var import_react47 = __toESM(require("react"));
|
|
6725
6812
|
var LoomAiGradientDef = (customId) => {
|
|
6726
|
-
return /* @__PURE__ */
|
|
6813
|
+
return /* @__PURE__ */ import_react47.default.createElement("defs", null, /* @__PURE__ */ import_react47.default.createElement(
|
|
6727
6814
|
"radialGradient",
|
|
6728
6815
|
{
|
|
6729
6816
|
id: `ai-logo-${customId}-gradient-1`,
|
|
@@ -6733,12 +6820,12 @@ var LoomAiGradientDef = (customId) => {
|
|
|
6733
6820
|
fx: "0%",
|
|
6734
6821
|
fy: "0%"
|
|
6735
6822
|
},
|
|
6736
|
-
/* @__PURE__ */
|
|
6737
|
-
/* @__PURE__ */
|
|
6738
|
-
/* @__PURE__ */
|
|
6739
|
-
/* @__PURE__ */
|
|
6740
|
-
/* @__PURE__ */
|
|
6741
|
-
), /* @__PURE__ */
|
|
6823
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "30%", stopColor: "#97ACFD" }),
|
|
6824
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "33%", stopColor: "#B3B2F4" }),
|
|
6825
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "43%", stopColor: "#DEB0E0" }),
|
|
6826
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "50%", stopColor: "#DFC6E5" }),
|
|
6827
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "72%", stopColor: "#6663F6" })
|
|
6828
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6742
6829
|
"radialGradient",
|
|
6743
6830
|
{
|
|
6744
6831
|
id: `ai-logo-${customId}-gradient-2`,
|
|
@@ -6746,10 +6833,10 @@ var LoomAiGradientDef = (customId) => {
|
|
|
6746
6833
|
fx: "40%",
|
|
6747
6834
|
fy: "72%"
|
|
6748
6835
|
},
|
|
6749
|
-
/* @__PURE__ */
|
|
6750
|
-
/* @__PURE__ */
|
|
6751
|
-
/* @__PURE__ */
|
|
6752
|
-
), /* @__PURE__ */
|
|
6836
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "20%", stopColor: "#615CF500" }),
|
|
6837
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "32%", stopColor: "#615CF550" }),
|
|
6838
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "48%", stopColor: "#6663F6" })
|
|
6839
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6753
6840
|
"radialGradient",
|
|
6754
6841
|
{
|
|
6755
6842
|
id: `ai-logo-${customId}-gradient-3`,
|
|
@@ -6757,9 +6844,9 @@ var LoomAiGradientDef = (customId) => {
|
|
|
6757
6844
|
fx: "0%",
|
|
6758
6845
|
fy: "100%"
|
|
6759
6846
|
},
|
|
6760
|
-
/* @__PURE__ */
|
|
6761
|
-
/* @__PURE__ */
|
|
6762
|
-
/* @__PURE__ */
|
|
6847
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "25%", stopColor: "#6663F6" }),
|
|
6848
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "38%", stopColor: "#6E68F450" }),
|
|
6849
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "45%", stopColor: "#6E68F400" })
|
|
6763
6850
|
));
|
|
6764
6851
|
};
|
|
6765
6852
|
var symbolLogoPath = "M30 15.4433C30 16.6091 29.0933 16.8581 27.9562 16.9301C22.5158 17.2323 16.7962 22.686 16.4795 28.112C16.422 29.2634 16.173 30.1702 15.0072 30.1702C13.8414 30.1702 13.578 29.2634 13.5205 28.0976C13.2038 22.686 7.48416 17.2323 2.05814 16.9301C0.906735 16.8581 0 16.6091 0 15.4433C0 14.2775 0.906735 14.043 2.05814 13.971C7.48416 13.6687 13.2038 7.65433 13.5205 2.22831C13.578 1.0769 13.827 0.170166 15.0072 0.170166C16.1874 0.170166 16.422 1.0769 16.4795 2.22831C16.7962 7.65433 22.5158 13.6687 27.9419 13.971C29.0933 14.043 30 14.2919 30 15.4433Z";
|
|
@@ -6767,22 +6854,22 @@ var SymbolLogoSvg = (_a) => {
|
|
|
6767
6854
|
var _b = _a, { brand, symbolColor, customId } = _b, props = __objRest(_b, ["brand", "symbolColor", "customId"]);
|
|
6768
6855
|
switch (brand) {
|
|
6769
6856
|
case "ai":
|
|
6770
|
-
return /* @__PURE__ */
|
|
6857
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom AI", viewBox: "0 0 30 31", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement("title", null, "Loom AI"), !symbolColor ? /* @__PURE__ */ import_react47.default.createElement(import_react47.default.Fragment, null, LoomAiGradientDef(customId), [...Array(3)].map((_, i) => /* @__PURE__ */ import_react47.default.createElement(
|
|
6771
6858
|
"path",
|
|
6772
6859
|
{
|
|
6773
6860
|
key: i,
|
|
6774
6861
|
d: symbolLogoPath,
|
|
6775
6862
|
fill: `url(#ai-logo-${customId}-gradient-${i + 1}`
|
|
6776
6863
|
}
|
|
6777
|
-
))) : /* @__PURE__ */
|
|
6864
|
+
))) : /* @__PURE__ */ import_react47.default.createElement("path", { d: symbolLogoPath, fill: getColorValue(symbolColor) }));
|
|
6778
6865
|
case "apptile":
|
|
6779
|
-
return /* @__PURE__ */
|
|
6866
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 40 40", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement("title", null, "Loom"), /* @__PURE__ */ import_react47.default.createElement(
|
|
6780
6867
|
"path",
|
|
6781
6868
|
{
|
|
6782
6869
|
d: "M0 12C0 5.37258 5.37258 0 12 0H28C34.6274 0 40 5.37258 40 12V28C40 34.6274 34.6274 40 28 40H12C5.37258 40 0 34.6274 0 28V12Z",
|
|
6783
6870
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("blurple")
|
|
6784
6871
|
}
|
|
6785
|
-
), /* @__PURE__ */
|
|
6872
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6786
6873
|
"path",
|
|
6787
6874
|
{
|
|
6788
6875
|
d: "M32.3962 18.6213H25.1467L31.4251 14.9965L30.0463 12.6077L23.768 16.2325L27.392 9.95464L25.0032 8.57506L21.3792 14.8529V7.604H18.6215V14.8536L14.9961 8.57506L12.6081 9.95395L16.2327 16.2318L9.95437 12.6077L8.57552 14.9958L14.8539 18.6206H7.60449V21.3784H14.8532L8.57552 25.0032L9.95437 27.392L16.2321 23.7679L12.6074 30.0457L14.9961 31.4246L18.6208 25.1461V32.3957H21.3785V25.1468L25.0025 31.4246L27.3912 30.0457L23.7665 23.7672L30.0449 27.392L31.4238 25.0032L25.1461 21.3791H32.3947V18.6213H32.3962ZM20.0003 23.7505C17.921 23.7505 16.2355 22.0651 16.2355 19.9856C16.2355 17.9062 17.921 16.2207 20.0003 16.2207C22.0797 16.2207 23.7651 17.9062 23.7651 19.9856C23.7651 22.0651 22.0797 23.7505 20.0003 23.7505Z",
|
|
@@ -6790,13 +6877,13 @@ var SymbolLogoSvg = (_a) => {
|
|
|
6790
6877
|
}
|
|
6791
6878
|
));
|
|
6792
6879
|
case "product":
|
|
6793
|
-
return /* @__PURE__ */
|
|
6880
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 40 40", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement(
|
|
6794
6881
|
"path",
|
|
6795
6882
|
{
|
|
6796
6883
|
d: "M0 9.25C0 4.14137 4.14137 0 9.25 0H30.75C35.8586 0 40 4.14137 40 9.25V30.75C40 35.8586 35.8586 40 30.75 40H9.25C4.14137 40 0 35.8586 0 30.75V9.25Z",
|
|
6797
6884
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6798
6885
|
}
|
|
6799
|
-
), /* @__PURE__ */
|
|
6886
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6800
6887
|
"path",
|
|
6801
6888
|
{
|
|
6802
6889
|
d: "M32.3962 18.6756H25.1467L31.4251 15.0508L30.0463 12.662L23.768 16.2868L27.392 10.009L25.0032 8.62938L21.3792 14.9072V7.65833H18.6215V14.9079L14.9961 8.62938L12.6081 10.0083L16.2327 16.2861L9.95437 12.662L8.57552 15.0501L14.8539 18.6749H7.60449V21.4327H14.8532L8.57552 25.0575L9.95437 27.4463L16.2321 23.8222L12.6074 30.1L14.9961 31.4789L18.6208 25.2004V32.45H21.3785V25.2011L25.0025 31.4789L27.3912 30.1L23.7665 23.8215L30.0449 27.4463L31.4238 25.0575L25.1461 21.4334H32.3947V18.6756H32.3962ZM20.0003 23.8048C17.921 23.8048 16.2355 22.1194 16.2355 20.0399C16.2355 17.9605 17.921 16.275 20.0003 16.275C22.0797 16.275 23.7651 17.9605 23.7651 20.0399C23.7651 22.1194 22.0797 23.8048 20.0003 23.8048Z",
|
|
@@ -6804,7 +6891,7 @@ var SymbolLogoSvg = (_a) => {
|
|
|
6804
6891
|
}
|
|
6805
6892
|
));
|
|
6806
6893
|
default:
|
|
6807
|
-
return /* @__PURE__ */
|
|
6894
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 31 30", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement("title", null, "Loom"), /* @__PURE__ */ import_react47.default.createElement(
|
|
6808
6895
|
"path",
|
|
6809
6896
|
{
|
|
6810
6897
|
d: "M30.01 13.43h-9.142l7.917-4.57-1.57-2.72-7.918 4.57 4.57-7.915-2.72-1.57-4.571 7.913V0h-3.142v9.139L8.863 1.225l-2.721 1.57 4.57 7.913L2.796 6.14 1.225 8.86l7.917 4.57H0v3.141h9.141l-7.916 4.57 1.57 2.72 7.918-4.57-4.571 7.915 2.72 1.57 4.572-7.914V30h3.142v-9.334l4.655 8.06 2.551-1.472-4.656-8.062 8.087 4.668 1.571-2.72-7.916-4.57h9.141v-3.14h.001zm-15.005 5.84a4.271 4.271 0 11-.001-8.542 4.271 4.271 0 01.001 8.542z",
|
|
@@ -6817,23 +6904,23 @@ var WordmarkLogoSvg = (_a) => {
|
|
|
6817
6904
|
var _b = _a, { brand, wordmarkColor } = _b, props = __objRest(_b, ["brand", "wordmarkColor"]);
|
|
6818
6905
|
switch (brand) {
|
|
6819
6906
|
case "ai":
|
|
6820
|
-
return /* @__PURE__ */
|
|
6907
|
+
return /* @__PURE__ */ import_react47.default.createElement(
|
|
6821
6908
|
"svg",
|
|
6822
6909
|
__spreadValues({
|
|
6823
6910
|
"aria-label": "Loom AI",
|
|
6824
6911
|
viewBox: "0 0 94 23",
|
|
6825
6912
|
fill: wordmarkColor
|
|
6826
6913
|
}, props),
|
|
6827
|
-
/* @__PURE__ */
|
|
6828
|
-
/* @__PURE__ */
|
|
6829
|
-
/* @__PURE__ */
|
|
6830
|
-
/* @__PURE__ */
|
|
6831
|
-
/* @__PURE__ */
|
|
6832
|
-
/* @__PURE__ */
|
|
6833
|
-
/* @__PURE__ */
|
|
6914
|
+
/* @__PURE__ */ import_react47.default.createElement("title", null, "Loom AI"),
|
|
6915
|
+
/* @__PURE__ */ import_react47.default.createElement("path", { d: "M4.12637 22.4624H0V0H4.12637V22.4624Z" }),
|
|
6916
|
+
/* @__PURE__ */ import_react47.default.createElement("path", { d: "M13.3999 19.1737C15.4166 19.1737 17.2781 17.7155 17.2781 14.8301C17.2781 11.9448 15.4166 10.4866 13.3999 10.4866C11.3833 10.4866 9.52175 11.9448 9.52175 14.8301C9.52175 17.6845 11.3833 19.1737 13.3999 19.1737ZM13.3999 6.7325C17.9606 6.7325 21.4045 10.1143 21.4045 14.8301C21.4045 19.515 17.9606 22.9277 13.3999 22.9277C8.83919 22.9277 5.39538 19.515 5.39538 14.8301C5.39538 10.1143 8.83919 6.7325 13.3999 6.7325Z" }),
|
|
6917
|
+
/* @__PURE__ */ import_react47.default.createElement("path", { d: "M29.7548 19.1737C31.7714 19.1737 33.6329 17.7155 33.6329 14.8301C33.6329 11.9448 31.7714 10.4866 29.7548 10.4866C27.7381 10.4866 25.8766 11.9448 25.8766 14.8301C25.8766 17.6845 27.7381 19.1737 29.7548 19.1737ZM29.7548 6.7325C34.3155 6.7325 37.7593 10.1143 37.7593 14.8301C37.7593 19.515 34.3155 22.9277 29.7548 22.9277C25.194 22.9277 21.7502 19.515 21.7502 14.8301C21.7502 10.1143 25.194 6.7325 29.7548 6.7325Z" }),
|
|
6918
|
+
/* @__PURE__ */ import_react47.default.createElement("path", { d: "M43.1622 22.4624H39.0358V7.19788H42.976V9.05941C43.8137 7.57019 45.7683 6.76353 47.4437 6.76353C49.5224 6.76353 51.1978 7.66326 51.9734 9.30761C53.1834 7.44609 54.7967 6.76353 56.8134 6.76353C59.6367 6.76353 62.3359 8.46992 62.3359 12.5653V22.4624H58.3336V13.403C58.3336 11.7586 57.5269 10.5176 55.6344 10.5176C53.8659 10.5176 52.8111 11.8827 52.8111 13.5271V22.4624H48.7157V13.403C48.7157 11.7586 47.878 10.5176 46.0165 10.5176C44.2171 10.5176 43.1622 11.8517 43.1622 13.5271V22.4624Z" }),
|
|
6919
|
+
/* @__PURE__ */ import_react47.default.createElement("path", { d: "M84.1324 22.4624L82.3019 17.4363H73.3666L71.5361 22.4624H67.0064L75.4453 0.46538H80.4093L88.7862 22.4624H84.1324ZM77.8342 5.21226L74.7937 13.5271H80.8747L77.8342 5.21226Z" }),
|
|
6920
|
+
/* @__PURE__ */ import_react47.default.createElement("path", { d: "M94 22.4624H89.6565V0.46538H94V22.4624Z" })
|
|
6834
6921
|
);
|
|
6835
6922
|
case "product":
|
|
6836
|
-
return /* @__PURE__ */
|
|
6923
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 104 30", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement(
|
|
6837
6924
|
"path",
|
|
6838
6925
|
{
|
|
6839
6926
|
fillRule: "evenodd",
|
|
@@ -6841,7 +6928,7 @@ var WordmarkLogoSvg = (_a) => {
|
|
|
6841
6928
|
d: "M32.4383 7.29662C34.6059 7.29671 36.4904 7.77257 38.0897 8.72422C39.6888 9.67592 40.9247 11.0053 41.797 12.7102C42.6692 14.402 43.1045 16.3852 43.1045 18.6585C43.1044 20.9186 42.6693 22.9018 41.797 24.6068C40.9247 26.2985 39.6888 27.6207 38.0897 28.5724C36.4904 29.524 34.6059 29.9999 32.4383 30C30.2704 30 28.379 29.5241 26.7664 28.5724C25.1672 27.6208 23.9315 26.2985 23.0591 24.6068C22.1868 22.9018 21.7517 20.9186 21.7516 18.6585C21.7516 16.3851 22.1869 14.402 23.0591 12.7102C23.9315 11.0051 25.1671 9.67594 26.7664 8.72422C28.379 7.77249 30.2704 7.29662 32.4383 7.29662ZM32.4383 11.7584C31.3279 11.7584 30.3954 12.0564 29.642 12.6513C28.902 13.2461 28.3393 14.0587 27.956 15.0895C27.5861 16.1204 27.4009 17.3105 27.4009 18.6585C27.4009 19.9801 27.586 21.163 27.956 22.2071C28.3393 23.238 28.9019 24.0506 29.642 24.6454C30.3954 25.2402 31.3279 25.5382 32.4383 25.5382C33.5351 25.5381 34.4608 25.2401 35.2141 24.6454C35.9673 24.0506 36.53 23.2307 36.9001 22.1867C37.2831 21.1428 37.4733 19.9666 37.4734 18.6585C37.4734 17.324 37.2831 16.1406 36.9001 15.1099C36.5301 14.0661 35.9671 13.246 35.2141 12.6513C34.4608 12.0565 33.5351 11.7585 32.4383 11.7584Z",
|
|
6842
6929
|
fill: wordmarkColor
|
|
6843
6930
|
}
|
|
6844
|
-
), /* @__PURE__ */
|
|
6931
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6845
6932
|
"path",
|
|
6846
6933
|
{
|
|
6847
6934
|
fillRule: "evenodd",
|
|
@@ -6849,13 +6936,13 @@ var WordmarkLogoSvg = (_a) => {
|
|
|
6849
6936
|
d: "M56.9839 7.29662C59.1517 7.29662 61.036 7.77249 62.6354 8.72422C64.2348 9.67596 65.4702 11.005 66.3426 12.7102C67.215 14.4021 67.6524 16.385 67.6524 18.6585C67.6523 20.9186 67.215 22.9018 66.3426 24.6068C65.4702 26.2985 64.2346 27.6208 62.6354 28.5724C61.036 29.524 59.1516 30 56.9839 30C54.8166 29.9999 52.9267 29.5238 51.3143 28.5724C49.7151 27.6208 48.4795 26.2984 47.6071 24.6068C46.7347 22.9018 46.2974 20.9186 46.2973 18.6585C46.2973 16.3849 46.7346 14.4021 47.6071 12.7102C48.4795 11.005 49.7149 9.67596 51.3143 8.72422C52.9267 7.77274 54.8165 7.29671 56.9839 7.29662ZM56.9839 11.7584C55.8739 11.7585 54.9432 12.0566 54.1899 12.6513C53.4497 13.2461 52.8873 14.0585 52.504 15.0895C52.1339 16.1205 51.9488 17.3104 51.9488 18.6585C51.9488 19.9801 52.1339 21.163 52.504 22.2071C52.8873 23.2381 53.4497 24.0506 54.1899 24.6454C54.9431 25.2399 55.874 25.5381 56.9839 25.5382C58.081 25.5382 59.0064 25.2402 59.7598 24.6454C60.5133 24.0505 61.0756 23.231 61.4457 22.1867C61.8289 21.1427 62.0212 19.9667 62.0213 18.6585C62.0213 17.3239 61.8288 16.1407 61.4457 15.1099C61.0756 14.0657 60.5132 13.2461 59.7598 12.6513C59.0063 12.0564 58.081 11.7584 56.9839 11.7584Z",
|
|
6850
6937
|
fill: wordmarkColor
|
|
6851
6938
|
}
|
|
6852
|
-
), /* @__PURE__ */
|
|
6939
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6853
6940
|
"path",
|
|
6854
6941
|
{
|
|
6855
6942
|
d: "M5.69001 24.7655H18.7174V29.5445H0V0H5.69001V24.7655Z",
|
|
6856
6943
|
fill: wordmarkColor
|
|
6857
6944
|
}
|
|
6858
|
-
), /* @__PURE__ */
|
|
6945
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6859
6946
|
"path",
|
|
6860
6947
|
{
|
|
6861
6948
|
d: "M96.2633 7.2581C97.5984 7.2581 98.7952 7.54891 99.8527 8.13052C100.923 8.71205 101.762 9.56357 102.37 10.6866C102.991 11.8101 103.302 13.1852 103.302 14.8108V29.5445H97.7498V15.7625C97.7497 14.4545 97.3936 13.49 96.6803 12.8688C95.9667 12.2345 95.1007 11.9173 94.0834 11.9171C93.2908 11.9171 92.6027 12.0882 92.0213 12.4315C91.453 12.7751 91.0084 13.2511 90.6911 13.8591C90.3871 14.4671 90.2357 15.176 90.2357 15.9823V29.5445H84.8629V15.5654C84.8629 14.4552 84.5262 13.5682 83.8523 12.9073C83.1781 12.2464 82.3106 11.9171 81.2531 11.9171C80.5396 11.9172 79.8853 12.088 79.2907 12.4315C78.6959 12.7619 78.22 13.2521 77.8631 13.8998C77.5196 14.5343 77.3487 15.3205 77.3487 16.2588V29.5445H71.797V7.61387H77.0111L77.1652 11.7584C77.4644 10.9601 77.8429 10.2729 78.3005 9.69635C78.9746 8.86369 79.7606 8.24832 80.6594 7.8518C81.558 7.45546 82.496 7.25818 83.4738 7.2581C85.0733 7.2581 86.383 7.75323 87.4009 8.74462C88.2044 9.52754 88.8088 10.6088 89.225 11.985C89.5312 11.1783 89.9349 10.4756 90.4351 9.87537C91.1621 9.00295 92.0273 8.34693 93.032 7.91072C94.0364 7.47471 95.1136 7.2581 96.2633 7.2581Z",
|
|
@@ -6863,15 +6950,15 @@ var WordmarkLogoSvg = (_a) => {
|
|
|
6863
6950
|
}
|
|
6864
6951
|
));
|
|
6865
6952
|
default:
|
|
6866
|
-
return /* @__PURE__ */
|
|
6953
|
+
return /* @__PURE__ */ import_react47.default.createElement(
|
|
6867
6954
|
"svg",
|
|
6868
6955
|
__spreadValues({
|
|
6869
6956
|
"aria-label": "Loom",
|
|
6870
6957
|
viewBox: "0 0 62 23",
|
|
6871
6958
|
fill: wordmarkColor
|
|
6872
6959
|
}, props),
|
|
6873
|
-
/* @__PURE__ */
|
|
6874
|
-
/* @__PURE__ */
|
|
6960
|
+
/* @__PURE__ */ import_react47.default.createElement("title", null, "Loom"),
|
|
6961
|
+
/* @__PURE__ */ import_react47.default.createElement("path", { d: "M.109 21.973V.027h4.028v21.946H.109zM38.742 7.059h3.846v1.82c.818-1.456 2.727-2.244 4.362-2.244 2.03 0 3.665.88 4.422 2.485 1.18-1.82 2.756-2.485 4.725-2.485 2.756 0 5.39 1.667 5.39 5.668v9.67h-3.906v-8.851c0-1.607-.788-2.82-2.636-2.82-1.727 0-2.757 1.335-2.757 2.942v8.73h-3.997v-8.852c0-1.607-.817-2.82-2.635-2.82-1.757 0-2.787 1.305-2.787 2.942v8.73h-4.027V7.059zM13.24 22.405c-4.537 0-7.824-3.367-7.824-7.889 0-4.45 3.276-7.896 7.824-7.896 4.57 0 7.824 3.478 7.824 7.896 0 4.49-3.288 7.889-7.824 7.889zm0-12.135a4.25 4.25 0 00-4.244 4.247 4.25 4.25 0 004.244 4.247 4.25 4.25 0 004.243-4.247 4.25 4.25 0 00-4.243-4.247zM29.667 22.405c-4.538 0-7.824-3.367-7.824-7.889 0-4.45 3.276-7.896 7.824-7.896 4.57 0 7.824 3.478 7.824 7.896 0 4.49-3.29 7.889-7.824 7.889zm0-12.186a4.3 4.3 0 00-4.293 4.296 4.3 4.3 0 004.293 4.296 4.3 4.3 0 004.293-4.296 4.3 4.3 0 00-4.293-4.296z" })
|
|
6875
6962
|
);
|
|
6876
6963
|
}
|
|
6877
6964
|
};
|
|
@@ -6890,64 +6977,64 @@ var CombinedLogoSvg = (_a) => {
|
|
|
6890
6977
|
]);
|
|
6891
6978
|
switch (brand) {
|
|
6892
6979
|
case "ai":
|
|
6893
|
-
return /* @__PURE__ */
|
|
6980
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom AI", viewBox: "0 0 100 30", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement("title", null, "Loom AI"), !symbolColor ? /* @__PURE__ */ import_react47.default.createElement(import_react47.default.Fragment, null, LoomAiGradientDef(customId), [...Array(3)].map((_, i) => /* @__PURE__ */ import_react47.default.createElement(
|
|
6894
6981
|
"path",
|
|
6895
6982
|
{
|
|
6896
6983
|
key: i,
|
|
6897
6984
|
d: combinedLogoPath,
|
|
6898
6985
|
fill: `url(#ai-logo-${customId}-gradient-${i + 1}`
|
|
6899
6986
|
}
|
|
6900
|
-
))) : /* @__PURE__ */
|
|
6987
|
+
))) : /* @__PURE__ */ import_react47.default.createElement("path", { d: combinedLogoPath, fill: getColorValue(symbolColor) }), /* @__PURE__ */ import_react47.default.createElement("g", { fill: wordmarkColor }, /* @__PURE__ */ import_react47.default.createElement("path", { d: "M4.1997 29.5909H0.570312V9.83386H4.1997V29.5909Z" }), /* @__PURE__ */ import_react47.default.createElement("path", { d: "M12.3563 26.6983C14.1301 26.6983 15.7674 25.4157 15.7674 22.8778C15.7674 20.34 14.1301 19.0574 12.3563 19.0574C10.5826 19.0574 8.94526 20.34 8.94526 22.8778C8.94526 25.3884 10.5826 26.6983 12.3563 26.6983ZM12.3563 15.7555C16.3678 15.7555 19.3968 18.73 19.3968 22.8778C19.3968 26.9984 16.3678 30.0002 12.3563 30.0002C8.34491 30.0002 5.31587 26.9984 5.31587 22.8778C5.31587 18.73 8.34491 15.7555 12.3563 15.7555Z" }), /* @__PURE__ */ import_react47.default.createElement("path", { d: "M26.7414 26.6983C28.5152 26.6983 30.1525 25.4157 30.1525 22.8778C30.1525 20.34 28.5152 19.0574 26.7414 19.0574C24.9676 19.0574 23.3303 20.34 23.3303 22.8778C23.3303 25.3884 24.9676 26.6983 26.7414 26.6983ZM26.7414 15.7555C30.7528 15.7555 33.7819 18.73 33.7819 22.8778C33.7819 26.9984 30.7528 30.0002 26.7414 30.0002C22.73 30.0002 19.7009 26.9984 19.7009 22.8778C19.7009 18.73 22.73 15.7555 26.7414 15.7555Z" }), /* @__PURE__ */ import_react47.default.createElement("path", { d: "M38.534 29.5909H34.9047V16.1648H38.3703V17.8022C39.1071 16.4923 40.8263 15.7828 42.2999 15.7828C44.1282 15.7828 45.6018 16.5742 46.284 18.0205C47.3483 16.3831 48.7673 15.7828 50.5411 15.7828C53.0243 15.7828 55.3984 17.2837 55.3984 20.8858V29.5909H51.8782V21.6226C51.8782 20.1763 51.1687 19.0847 49.5041 19.0847C47.9486 19.0847 47.0208 20.2854 47.0208 21.7317V29.5909H43.4187V21.6226C43.4187 20.1763 42.6819 19.0847 41.0446 19.0847C39.4619 19.0847 38.534 20.2581 38.534 21.7317V29.5909Z" }), /* @__PURE__ */ import_react47.default.createElement("path", { d: "M74.5698 29.5909L72.9598 25.1701H65.1006L63.4906 29.5909H59.5064L66.929 10.2432H71.2951L78.6631 29.5909H74.5698ZM69.0302 14.4184L66.3559 21.7317H71.7045L69.0302 14.4184Z" }), /* @__PURE__ */ import_react47.default.createElement("path", { d: "M83.249 29.5909H79.4285V10.2432H83.249V29.5909Z" })));
|
|
6901
6988
|
case "apptile":
|
|
6902
|
-
return /* @__PURE__ */
|
|
6989
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 103 40", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement("title", null, "Loom"), /* @__PURE__ */ import_react47.default.createElement(
|
|
6903
6990
|
"path",
|
|
6904
6991
|
{
|
|
6905
6992
|
d: "M0 12C0 5.37258 5.37258 0 12 0H28C34.6274 0 40 5.37258 40 12V28C40 34.6274 34.6274 40 28 40H12C5.37258 40 0 34.6274 0 28V12Z",
|
|
6906
6993
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("blurple")
|
|
6907
6994
|
}
|
|
6908
|
-
), /* @__PURE__ */
|
|
6995
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6909
6996
|
"path",
|
|
6910
6997
|
{
|
|
6911
6998
|
d: "M32.3962 18.6213H25.1467L31.4251 14.9965L30.0463 12.6077L23.768 16.2325L27.392 9.95464L25.0032 8.57506L21.3792 14.8529V7.604H18.6215V14.8536L14.9961 8.57506L12.6081 9.95395L16.2327 16.2318L9.95437 12.6077L8.57552 14.9958L14.8539 18.6206H7.60449V21.3784H14.8532L8.57552 25.0032L9.95437 27.392L16.2321 23.7679L12.6074 30.0457L14.9961 31.4246L18.6208 25.1461V32.3957H21.3785V25.1468L25.0025 31.4246L27.3912 30.0457L23.7665 23.7672L30.0449 27.392L31.4238 25.0032L25.1461 21.3791H32.3947V18.6213H32.3962ZM20.0003 23.7505C17.921 23.7505 16.2355 22.0651 16.2355 19.9856C16.2355 17.9062 17.921 16.2207 20.0003 16.2207C22.0797 16.2207 23.7651 17.9062 23.7651 19.9856C23.7651 22.0651 22.0797 23.7505 20.0003 23.7505Z",
|
|
6912
6999
|
fill: "white"
|
|
6913
7000
|
}
|
|
6914
|
-
), /* @__PURE__ */
|
|
7001
|
+
), /* @__PURE__ */ import_react47.default.createElement("g", { fill: wordmarkColor }, /* @__PURE__ */ import_react47.default.createElement("path", { d: "M47.6001 29.5076V10H51.1816V29.5076H47.6001Z" }), /* @__PURE__ */ import_react47.default.createElement("path", { d: "M81.9516 16.2509H85.3718V17.8682C86.0987 16.575 87.7961 15.8739 89.2499 15.8739C91.0549 15.8739 92.5086 16.6556 93.1818 18.0832C94.2314 16.4659 95.633 15.8739 97.3834 15.8739C99.8338 15.8739 102.177 17.356 102.177 20.9122V29.5076H98.7027V21.6402C98.7027 20.2119 98.0019 19.1345 96.3591 19.1345C94.8238 19.1345 93.9079 20.3202 93.9079 21.7485V29.5084H90.3541V21.6402C90.3541 20.2119 89.6272 19.1345 88.0104 19.1345C86.4483 19.1345 85.5323 20.2933 85.5323 21.7485V29.5084H81.9516V16.2509Z" }), /* @__PURE__ */ import_react47.default.createElement("path", { d: "M59.2755 29.8916C55.2407 29.8916 52.3189 26.899 52.3189 22.8795C52.3189 18.9241 55.2312 15.8603 59.2755 15.8603C63.3394 15.8603 66.232 18.9526 66.232 22.8795C66.232 26.8697 63.3086 29.8916 59.2755 29.8916ZM59.2755 19.1051C57.1944 19.1051 55.5018 20.7983 55.5018 22.8803C55.5018 24.9624 57.1944 26.6555 59.2755 26.6555C61.3565 26.6555 63.0484 24.9624 63.0484 22.8803C63.0484 20.7983 61.3565 19.1051 59.2755 19.1051Z" }), /* @__PURE__ */ import_react47.default.createElement("path", { d: "M73.8823 29.8916C69.8476 29.8916 66.9258 26.899 66.9258 22.8795C66.9258 18.9241 69.8381 15.8603 73.8823 15.8603C77.9463 15.8603 80.8389 18.9526 80.8389 22.8795C80.8389 26.8697 77.9139 29.8916 73.8823 29.8916ZM73.8823 19.0601C71.7776 19.0601 70.0652 20.7738 70.0652 22.8788C70.0652 24.9837 71.7776 26.6974 73.8823 26.6974C75.9871 26.6974 77.6995 24.9837 77.6995 22.8788C77.6988 20.7738 75.9863 19.0601 73.8823 19.0601Z" })));
|
|
6915
7002
|
case "product":
|
|
6916
|
-
return /* @__PURE__ */
|
|
7003
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ viewBox: "0 0 112 40", fill: "none", "aria-label": "Loom" }, props), /* @__PURE__ */ import_react47.default.createElement(
|
|
6917
7004
|
"path",
|
|
6918
7005
|
{
|
|
6919
7006
|
d: "M0 9.25C0 4.14137 4.14137 0 9.25 0H30.75C35.8586 0 40 4.14137 40 9.25V30.75C40 35.8586 35.8586 40 30.75 40H9.25C4.14137 40 0 35.8586 0 30.75V9.25Z",
|
|
6920
7007
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6921
7008
|
}
|
|
6922
|
-
), /* @__PURE__ */
|
|
7009
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6923
7010
|
"path",
|
|
6924
7011
|
{
|
|
6925
7012
|
d: "M32.3962 18.6756H25.1467L31.4251 15.0508L30.0463 12.662L23.768 16.2868L27.392 10.009L25.0032 8.62938L21.3792 14.9072V7.65833H18.6215V14.9079L14.9961 8.62938L12.6081 10.0083L16.2327 16.2861L9.95437 12.662L8.57552 15.0501L14.8539 18.6749H7.60449V21.4327H14.8532L8.57552 25.0575L9.95437 27.4463L16.2321 23.8222L12.6074 30.1L14.9961 31.4789L18.6208 25.2004V32.45H21.3785V25.2011L25.0025 31.4789L27.3912 30.1L23.7665 23.8215L30.0449 27.4463L31.4238 25.0575L25.1461 21.4334H32.3947L32.3962 18.6756ZM20.0003 23.8048C17.921 23.8048 16.2355 22.1194 16.2355 20.0399C16.2355 17.9605 17.921 16.275 20.0003 16.275C22.0797 16.275 23.7651 17.9605 23.7651 20.0399C23.7651 22.1194 22.0797 23.8048 20.0003 23.8048Z",
|
|
6926
7013
|
fill: "white"
|
|
6927
7014
|
}
|
|
6928
|
-
), /* @__PURE__ */
|
|
7015
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6929
7016
|
"path",
|
|
6930
7017
|
{
|
|
6931
|
-
|
|
6932
|
-
|
|
7018
|
+
fillRule: "evenodd",
|
|
7019
|
+
clipRule: "evenodd",
|
|
6933
7020
|
d: "M70.3743 15.1855C71.6352 15.1855 72.7252 15.459 73.6442 16.0059C74.5709 16.5527 75.2848 17.3237 75.7861 18.3187C76.2874 19.3061 76.5381 20.4568 76.5381 21.7708C76.5381 23.0773 76.2874 24.2242 75.7861 25.2116C75.2848 26.199 74.5709 26.9661 73.6442 27.513C72.7252 28.0599 71.6352 28.3333 70.3743 28.3333C69.1135 28.3333 68.0197 28.0599 67.0931 27.513C66.174 26.9661 65.4639 26.199 64.9626 25.2116C64.4613 24.2242 64.2106 23.0773 64.2106 21.7708C64.2106 20.4568 64.4613 19.3061 64.9626 18.3187C65.4639 17.3237 66.174 16.5527 67.0931 16.0059C68.0197 15.459 69.1135 15.1855 70.3743 15.1855ZM70.3743 17.7376C69.7287 17.7376 69.1895 17.9161 68.7565 18.2731C68.3312 18.6225 68.0084 19.101 67.7881 19.7087C67.5754 20.3087 67.4691 20.9923 67.4691 21.7594C67.4691 22.519 67.5754 23.2026 67.7881 23.8102C68.0084 24.4179 68.3312 24.9002 68.7565 25.2572C69.1895 25.6066 69.7287 25.7812 70.3743 25.7812C71.02 25.7812 71.5592 25.6066 71.9922 25.2572C72.4251 24.9002 72.7479 24.4179 72.9606 23.8102C73.1733 23.2026 73.2796 22.519 73.2796 21.7594C73.2796 20.9999 73.1733 20.3163 72.9606 19.7087C72.7479 19.101 72.4251 18.6225 71.9922 18.2731C71.5592 17.9161 71.02 17.7376 70.3743 17.7376Z",
|
|
6934
7021
|
fill: wordmarkColor
|
|
6935
7022
|
}
|
|
6936
|
-
), /* @__PURE__ */
|
|
7023
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6937
7024
|
"path",
|
|
6938
7025
|
{
|
|
6939
|
-
|
|
6940
|
-
|
|
7026
|
+
fillRule: "evenodd",
|
|
7027
|
+
clipRule: "evenodd",
|
|
6941
7028
|
d: "M84.6387 15.1855C85.8995 15.1855 86.9895 15.459 87.9085 16.0059C88.8352 16.5527 89.5491 17.3237 90.0505 18.3187C90.5518 19.3061 90.8024 20.4568 90.8024 21.7708C90.8024 23.0773 90.5518 24.2242 90.0505 25.2116C89.5491 26.199 88.8352 26.9661 87.9085 27.513C86.9895 28.0599 85.8995 28.3333 84.6387 28.3333C83.3778 28.3333 82.2841 28.0599 81.3574 27.513C80.4384 26.9661 79.7282 26.199 79.2269 25.2116C78.7256 24.2242 78.4749 23.0773 78.4749 21.7708C78.4749 20.4568 78.7256 19.3061 79.2269 18.3187C79.7282 17.3237 80.4384 16.5527 81.3574 16.0059C82.2841 15.459 83.3778 15.1855 84.6387 15.1855ZM84.6387 17.7376C83.9931 17.7376 83.4538 17.9161 83.0208 18.2731C82.5955 18.6225 82.2727 19.101 82.0524 19.7087C81.8397 20.3087 81.7334 20.9923 81.7334 21.7594C81.7334 22.519 81.8397 23.2026 82.0524 23.8102C82.2727 24.4179 82.5955 24.9002 83.0208 25.2572C83.4538 25.6066 83.9931 25.7812 84.6387 25.7812C85.2843 25.7812 85.8236 25.6066 86.2565 25.2572C86.6895 24.9002 87.0123 24.4179 87.2249 23.8102C87.4376 23.2026 87.5439 22.519 87.5439 21.7594C87.5439 20.9999 87.4376 20.3163 87.2249 19.7087C87.0123 19.101 86.6895 18.6225 86.2565 18.2731C85.8236 17.9161 85.2843 17.7376 84.6387 17.7376Z",
|
|
6942
7029
|
fill: wordmarkColor
|
|
6943
7030
|
}
|
|
6944
|
-
), /* @__PURE__ */
|
|
7031
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6945
7032
|
"path",
|
|
6946
7033
|
{
|
|
6947
7034
|
d: "M54.9365 25.3483H62.3421V28.0827H51.6667V11.1068H54.9365V25.3483Z",
|
|
6948
7035
|
fill: wordmarkColor
|
|
6949
7036
|
}
|
|
6950
|
-
), /* @__PURE__ */
|
|
7037
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6951
7038
|
"path",
|
|
6952
7039
|
{
|
|
6953
7040
|
d: "M107.368 15.1514C108.135 15.1514 108.823 15.3185 109.43 15.6527C110.046 15.9869 110.528 16.4768 110.877 17.1224C111.234 17.768 111.413 18.5579 111.413 19.4922V28.0827H108.211V20.0505C108.211 19.2985 108.006 18.744 107.596 18.387C107.186 18.0301 106.688 17.8516 106.104 17.8516C105.655 17.8516 105.264 17.9503 104.93 18.1478C104.603 18.3377 104.349 18.6073 104.167 18.9567C103.992 19.3061 103.905 19.7125 103.905 20.1758V28.0827H100.794V19.9365C100.794 19.2985 100.601 18.7934 100.213 18.4212C99.8334 18.0414 99.3397 17.8516 98.7321 17.8516C98.3143 17.8516 97.9346 17.9465 97.5928 18.1364C97.251 18.3263 96.9813 18.6073 96.7839 18.9795C96.5864 19.3441 96.4876 19.796 96.4876 20.3353V28.0827H93.2747V15.3451H96.2712L96.3786 17.806C96.5512 17.3255 96.7692 16.9151 97.0345 16.5755C97.4219 16.0894 97.8738 15.7324 98.3903 15.5046C98.9068 15.2691 99.4461 15.1514 100.008 15.1514C100.927 15.1514 101.668 15.44 102.23 16.0173C102.677 16.4764 103.023 17.1235 103.273 17.9574C103.451 17.4646 103.688 17.038 103.984 16.6781C104.417 16.1616 104.922 15.778 105.5 15.5273C106.085 15.2767 106.707 15.1514 107.368 15.1514Z",
|
|
@@ -6955,43 +7042,43 @@ var CombinedLogoSvg = (_a) => {
|
|
|
6955
7042
|
}
|
|
6956
7043
|
));
|
|
6957
7044
|
case "marketing":
|
|
6958
|
-
return /* @__PURE__ */
|
|
7045
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 170 48", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement(
|
|
6959
7046
|
"path",
|
|
6960
7047
|
{
|
|
6961
7048
|
d: "M154.37 25.212V38H150.414V24.108C150.414 19.968 148.758 18.128 144.986 18.128C141.306 18.128 138.776 20.566 138.776 25.212V38H134.82V15H138.776V18.772C140.248 16.058 142.962 14.54 146.044 14.54C149.954 14.54 152.622 16.518 153.772 20.152C155.06 16.61 158.142 14.54 161.96 14.54C167.112 14.54 169.964 18.036 169.964 24.522V38H166.008V25.212C166.008 20.474 164.352 18.128 160.58 18.128C156.9 18.128 154.37 20.566 154.37 25.212Z",
|
|
6962
7049
|
fill: wordmarkColor
|
|
6963
7050
|
}
|
|
6964
|
-
), /* @__PURE__ */
|
|
7051
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6965
7052
|
"path",
|
|
6966
7053
|
{
|
|
6967
7054
|
d: "M119.367 38.46C112.467 38.46 108.419 33.354 108.419 26.454C108.419 19.554 112.467 14.54 119.367 14.54C126.221 14.54 130.223 19.554 130.223 26.454C130.223 33.354 126.221 38.46 119.367 38.46ZM119.367 18.22C114.445 18.22 112.283 22.084 112.283 26.454C112.283 30.824 114.445 34.78 119.367 34.78C124.243 34.78 126.359 30.824 126.359 26.454C126.359 22.084 124.243 18.22 119.367 18.22Z",
|
|
6968
7055
|
fill: wordmarkColor
|
|
6969
7056
|
}
|
|
6970
|
-
), /* @__PURE__ */
|
|
7057
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6971
7058
|
"path",
|
|
6972
7059
|
{
|
|
6973
7060
|
d: "M94.3452 38.46C87.4452 38.46 83.3972 33.354 83.3972 26.454C83.3972 19.554 87.4452 14.54 94.3452 14.54C101.199 14.54 105.201 19.554 105.201 26.454C105.201 33.354 101.199 38.46 94.3452 38.46ZM94.3452 18.22C89.4232 18.22 87.2612 22.084 87.2612 26.454C87.2612 30.824 89.4232 34.78 94.3452 34.78C99.2212 34.78 101.337 30.824 101.337 26.454C101.337 22.084 99.2212 18.22 94.3452 18.22Z",
|
|
6974
7061
|
fill: wordmarkColor
|
|
6975
7062
|
}
|
|
6976
|
-
), /* @__PURE__ */
|
|
7063
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6977
7064
|
"path",
|
|
6978
7065
|
{
|
|
6979
7066
|
d: "M64.094 7.77783H68.234V34.0438H81.942V37.9998H64.094V7.77783Z",
|
|
6980
7067
|
fill: wordmarkColor
|
|
6981
7068
|
}
|
|
6982
|
-
), /* @__PURE__ */
|
|
7069
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6983
7070
|
"path",
|
|
6984
7071
|
{
|
|
6985
7072
|
d: "M0 12C0 5.37258 5.37258 0 12 0H36C42.6274 0 48 5.37258 48 12V36C48 42.6274 42.6274 48 36 48H12C5.37258 48 0 42.6274 0 36V12Z",
|
|
6986
7073
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6987
7074
|
}
|
|
6988
|
-
), /* @__PURE__ */
|
|
7075
|
+
), /* @__PURE__ */ import_react47.default.createElement("g", { clipPath: "url(#clip0_45829_3572)" }, /* @__PURE__ */ import_react47.default.createElement(
|
|
6989
7076
|
"path",
|
|
6990
7077
|
{
|
|
6991
7078
|
d: "M38.0625 22.9644H29.9846L36.9804 18.9253L35.4441 16.2635L28.4482 20.3026L32.4864 13.3073L29.8246 11.77L25.7864 18.7653V10.688H22.7136V18.7661L18.6738 11.77L16.0129 13.3065L20.0518 20.3018L13.0559 16.2635L11.5195 18.9246L18.5154 22.9636H10.4375V26.0366H18.5146L11.5195 30.0757L13.0559 32.7375L20.0511 28.6991L16.0121 35.6945L18.6738 37.2309L22.7128 30.2349V38.313H25.7857V30.2356L29.8239 37.2309L32.4855 35.6945L28.4466 28.6984L35.4425 32.7375L36.979 30.0757L29.9838 26.0373H38.0609V22.9644H38.0625ZM24.25 28.6798C21.933 28.6798 20.0549 26.8018 20.0549 24.4847C20.0549 22.1676 21.933 20.2895 24.25 20.2895C26.567 20.2895 28.445 22.1676 28.445 24.4847C28.445 26.8018 26.567 28.6798 24.25 28.6798Z",
|
|
6992
7079
|
fill: "white"
|
|
6993
7080
|
}
|
|
6994
|
-
)), /* @__PURE__ */
|
|
7081
|
+
)), /* @__PURE__ */ import_react47.default.createElement("defs", null, /* @__PURE__ */ import_react47.default.createElement("clipPath", { id: "clip0_45829_3572" }, /* @__PURE__ */ import_react47.default.createElement(
|
|
6995
7082
|
"rect",
|
|
6996
7083
|
{
|
|
6997
7084
|
width: "39",
|
|
@@ -7001,97 +7088,97 @@ var CombinedLogoSvg = (_a) => {
|
|
|
7001
7088
|
}
|
|
7002
7089
|
))));
|
|
7003
7090
|
case "attributed":
|
|
7004
|
-
return /* @__PURE__ */
|
|
7091
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 232 75", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement(
|
|
7005
7092
|
"path",
|
|
7006
7093
|
{
|
|
7007
7094
|
d: "M181.37 52.212V65H177.414V51.108C177.414 46.968 175.758 45.128 171.986 45.128C168.306 45.128 165.776 47.566 165.776 52.212V65H161.82V42H165.776V45.772C167.248 43.058 169.962 41.54 173.044 41.54C176.954 41.54 179.622 43.518 180.772 47.152C182.06 43.61 185.142 41.54 188.96 41.54C194.112 41.54 196.964 45.036 196.964 51.522V65H193.008V52.212C193.008 47.474 191.352 45.128 187.58 45.128C183.9 45.128 181.37 47.566 181.37 52.212Z",
|
|
7008
7095
|
fill: wordmarkColor
|
|
7009
7096
|
}
|
|
7010
|
-
), /* @__PURE__ */
|
|
7097
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7011
7098
|
"path",
|
|
7012
7099
|
{
|
|
7013
7100
|
d: "M146.367 65.46C139.467 65.46 135.419 60.354 135.419 53.454C135.419 46.554 139.467 41.54 146.367 41.54C153.221 41.54 157.223 46.554 157.223 53.454C157.223 60.354 153.221 65.46 146.367 65.46ZM146.367 45.22C141.445 45.22 139.283 49.084 139.283 53.454C139.283 57.824 141.445 61.78 146.367 61.78C151.243 61.78 153.359 57.824 153.359 53.454C153.359 49.084 151.243 45.22 146.367 45.22Z",
|
|
7014
7101
|
fill: wordmarkColor
|
|
7015
7102
|
}
|
|
7016
|
-
), /* @__PURE__ */
|
|
7103
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7017
7104
|
"path",
|
|
7018
7105
|
{
|
|
7019
7106
|
d: "M121.345 65.46C114.445 65.46 110.397 60.354 110.397 53.454C110.397 46.554 114.445 41.54 121.345 41.54C128.199 41.54 132.201 46.554 132.201 53.454C132.201 60.354 128.199 65.46 121.345 65.46ZM121.345 45.22C116.423 45.22 114.261 49.084 114.261 53.454C114.261 57.824 116.423 61.78 121.345 61.78C126.221 61.78 128.337 57.824 128.337 53.454C128.337 49.084 126.221 45.22 121.345 45.22Z",
|
|
7020
7107
|
fill: wordmarkColor
|
|
7021
7108
|
}
|
|
7022
|
-
), /* @__PURE__ */
|
|
7109
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7023
7110
|
"path",
|
|
7024
7111
|
{
|
|
7025
7112
|
d: "M91.094 34.7778H95.234V61.0438H108.942V64.9998H91.094V34.7778Z",
|
|
7026
7113
|
fill: wordmarkColor
|
|
7027
7114
|
}
|
|
7028
|
-
), /* @__PURE__ */
|
|
7115
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7029
7116
|
"path",
|
|
7030
7117
|
{
|
|
7031
7118
|
d: "M155.186 11.9857C155.186 14.5147 156.33 16.5017 160.967 17.4049C163.676 18.007 164.278 18.4285 164.278 19.3316C164.278 20.2348 163.676 20.7767 161.749 20.7767C159.521 20.7767 156.872 19.994 155.126 18.9704V23.0648C156.511 23.7271 158.317 24.5099 161.749 24.5099C166.566 24.5099 168.433 22.3423 168.433 19.2112M168.433 19.2714C168.433 16.2608 166.867 14.8759 162.351 13.9125C159.883 13.3706 159.281 12.8287 159.281 12.046C159.281 11.0826 160.184 10.6611 161.81 10.6611C163.797 10.6611 165.723 11.2632 167.59 12.1062V8.19237C166.265 7.53004 164.278 7.04834 161.93 7.04834C157.474 7.04834 155.186 8.97513 155.186 12.1062",
|
|
7032
7119
|
fill: wordmarkColor
|
|
7033
7120
|
}
|
|
7034
|
-
), /* @__PURE__ */
|
|
7121
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7035
7122
|
"path",
|
|
7036
7123
|
{
|
|
7037
7124
|
d: "M216.844 7.16846V24.329H220.517V11.2629L222.022 14.695L227.2 24.329H231.776V7.16846H228.164V18.2475L226.779 14.9961L222.624 7.16846H216.844Z",
|
|
7038
7125
|
fill: wordmarkColor
|
|
7039
7126
|
}
|
|
7040
|
-
), /* @__PURE__ */
|
|
7127
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7041
7128
|
"path",
|
|
7042
7129
|
{
|
|
7043
7130
|
d: "M193.602 7.16846H189.628V24.329H193.602V7.16846Z",
|
|
7044
7131
|
fill: wordmarkColor
|
|
7045
7132
|
}
|
|
7046
|
-
), /* @__PURE__ */
|
|
7133
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7047
7134
|
"path",
|
|
7048
7135
|
{
|
|
7049
7136
|
d: "M185.052 19.2109C185.052 16.2003 183.486 14.8154 178.97 13.852C176.501 13.3101 175.899 12.7682 175.899 11.9854C175.899 11.022 176.802 10.6005 178.428 10.6005C180.415 10.6005 182.342 11.2027 184.209 12.0456V8.13183C182.884 7.46949 180.897 6.98779 178.549 6.98779C174.093 6.98779 171.805 8.91459 171.805 12.0456C171.805 14.5745 172.949 16.5615 177.585 17.4647C180.295 18.0669 180.897 18.4883 180.897 19.3915C180.897 20.2947 180.295 20.8366 178.368 20.8366C176.14 20.8366 173.491 20.0539 171.745 19.0302V23.1247C173.13 23.787 174.936 24.5698 178.368 24.5698C183.125 24.5698 185.052 22.4021 185.052 19.2109Z",
|
|
7050
7137
|
fill: wordmarkColor
|
|
7051
7138
|
}
|
|
7052
|
-
), /* @__PURE__ */
|
|
7139
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7053
7140
|
"path",
|
|
7054
7141
|
{
|
|
7055
7142
|
d: "M124.237 7.16846V24.329H132.426L133.69 20.5958H128.211V7.16846H124.237Z",
|
|
7056
7143
|
fill: wordmarkColor
|
|
7057
7144
|
}
|
|
7058
|
-
), /* @__PURE__ */
|
|
7145
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7059
7146
|
"path",
|
|
7060
7147
|
{
|
|
7061
7148
|
d: "M108.04 7.16846V10.8414H112.436V24.329H116.47V10.8414H121.227V7.16846H108.04Z",
|
|
7062
7149
|
fill: wordmarkColor
|
|
7063
7150
|
}
|
|
7064
|
-
), /* @__PURE__ */
|
|
7151
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7065
7152
|
"path",
|
|
7066
7153
|
{
|
|
7067
7154
|
d: "M102.199 7.16846H96.961L91 24.329H95.5761L96.4191 21.4388C97.4427 21.7398 98.5265 21.9205 99.6104 21.9205C100.694 21.9205 101.778 21.7398 102.802 21.4388L103.645 24.329H108.221C108.16 24.329 102.199 7.16846 102.199 7.16846ZM99.5501 18.3077C98.7674 18.3077 98.0448 18.1873 97.3825 18.0067L99.5501 10.5403L101.718 18.0067C101.055 18.1873 100.333 18.3077 99.5501 18.3077Z",
|
|
7068
7155
|
fill: wordmarkColor
|
|
7069
7156
|
}
|
|
7070
|
-
), /* @__PURE__ */
|
|
7157
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7071
7158
|
"path",
|
|
7072
7159
|
{
|
|
7073
7160
|
d: "M146.576 7.16846H141.337L135.316 24.329H139.892L140.735 21.4388C141.759 21.7398 142.843 21.9205 143.927 21.9205C145.01 21.9205 146.094 21.7398 147.118 21.4388L147.961 24.329H152.537L146.576 7.16846ZM143.927 18.3077C143.144 18.3077 142.421 18.1873 141.759 18.0067L143.927 10.5403L146.094 18.0067C145.432 18.1873 144.709 18.3077 143.927 18.3077Z",
|
|
7074
7161
|
fill: wordmarkColor
|
|
7075
7162
|
}
|
|
7076
|
-
), /* @__PURE__ */
|
|
7163
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7077
7164
|
"path",
|
|
7078
7165
|
{
|
|
7079
7166
|
d: "M207.992 7.16846H202.754L196.793 24.329H201.369L202.212 21.4388C203.236 21.7398 204.319 21.9205 205.403 21.9205C206.487 21.9205 207.571 21.7398 208.595 21.4388L209.438 24.329H214.014L207.992 7.16846ZM205.403 18.3077C204.621 18.3077 203.898 18.1873 203.236 18.0067L205.403 10.5403L207.571 18.0067C206.909 18.1873 206.126 18.3077 205.403 18.3077Z",
|
|
7080
7167
|
fill: wordmarkColor
|
|
7081
7168
|
}
|
|
7082
|
-
), /* @__PURE__ */
|
|
7169
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7083
7170
|
"path",
|
|
7084
7171
|
{
|
|
7085
7172
|
d: "M0 18.75C0 8.39466 8.39466 0 18.75 0H56.25C66.6053 0 75 8.39466 75 18.75V56.25C75 66.6053 66.6053 75 56.25 75H18.75C8.39466 75 0 66.6053 0 56.25V18.75Z",
|
|
7086
7173
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
7087
7174
|
}
|
|
7088
|
-
), /* @__PURE__ */
|
|
7175
|
+
), /* @__PURE__ */ import_react47.default.createElement("g", { clipPath: "url(#clip0_45829_3571)" }, /* @__PURE__ */ import_react47.default.createElement(
|
|
7089
7176
|
"path",
|
|
7090
7177
|
{
|
|
7091
7178
|
d: "M59.4729 35.8821H46.8511L57.7822 29.571L55.3817 25.412L44.4506 31.723L50.7602 20.7928L46.6012 18.3909L40.2915 29.3211V16.7002H35.4902V29.3223L29.1781 18.3909L25.0204 20.7916L31.3312 31.7218L20.4001 25.412L17.9995 29.5698L28.9306 35.8809H16.3088V40.6824H28.9294L17.9995 46.9934L20.4001 51.1525L31.33 44.8426L25.0192 55.7728L29.1781 58.1735L35.489 47.2422V59.8643H40.2904V47.2434L46.6 58.1735L50.7589 55.7728L44.4481 44.8415L55.3792 51.1525L57.7799 46.9934L46.85 40.6835H59.4704V35.8821H59.4729ZM37.8909 44.8124C34.2705 44.8124 31.3361 41.878 31.3361 38.2575C31.3361 34.637 34.2705 31.7025 37.8909 31.7025C41.5112 31.7025 44.4456 34.637 44.4456 38.2575C44.4456 41.878 41.5112 44.8124 37.8909 44.8124Z",
|
|
7092
7179
|
fill: "white"
|
|
7093
7180
|
}
|
|
7094
|
-
)), /* @__PURE__ */
|
|
7181
|
+
)), /* @__PURE__ */ import_react47.default.createElement("defs", null, /* @__PURE__ */ import_react47.default.createElement("clipPath", { id: "clip0_45829_3571" }, /* @__PURE__ */ import_react47.default.createElement(
|
|
7095
7182
|
"rect",
|
|
7096
7183
|
{
|
|
7097
7184
|
width: "60.9375",
|
|
@@ -7101,13 +7188,13 @@ var CombinedLogoSvg = (_a) => {
|
|
|
7101
7188
|
}
|
|
7102
7189
|
))));
|
|
7103
7190
|
default:
|
|
7104
|
-
return /* @__PURE__ */
|
|
7191
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 100 30", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement("title", null, "Loom"), /* @__PURE__ */ import_react47.default.createElement(
|
|
7105
7192
|
"path",
|
|
7106
7193
|
{
|
|
7107
7194
|
d: "M30.01 13.43h-9.142l7.917-4.57-1.57-2.72-7.918 4.57 4.57-7.915-2.72-1.57-4.571 7.913V0h-3.142v9.139L8.863 1.225l-2.721 1.57 4.57 7.913L2.796 6.14 1.225 8.86l7.917 4.57H0v3.141h9.141l-7.916 4.57 1.57 2.72 7.918-4.57-4.571 7.915 2.72 1.57 4.572-7.914V30h3.142v-9.334l4.655 8.06 2.551-1.472-4.656-8.062 8.087 4.668 1.571-2.72-7.916-4.57h9.141v-3.14h.001zm-15.005 5.84a4.271 4.271 0 11-.001-8.542 4.271 4.271 0 01.001 8.542z",
|
|
7108
7195
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
7109
7196
|
}
|
|
7110
|
-
), /* @__PURE__ */
|
|
7197
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7111
7198
|
"path",
|
|
7112
7199
|
{
|
|
7113
7200
|
d: "M38.109 25.973V4.027h4.028v21.946h-4.028zM76.742 11.059h3.846v1.82c.818-1.455 2.727-2.244 4.362-2.244 2.03 0 3.665.88 4.422 2.485 1.18-1.82 2.756-2.485 4.725-2.485 2.756 0 5.39 1.667 5.39 5.668v9.67h-3.906v-8.851c0-1.607-.788-2.82-2.636-2.82-1.727 0-2.757 1.335-2.757 2.942v8.73h-3.996v-8.852c0-1.607-.818-2.82-2.636-2.82-1.757 0-2.787 1.305-2.787 2.942v8.73h-4.027V11.059zM51.24 26.405c-4.538 0-7.824-3.367-7.824-7.889 0-4.45 3.276-7.896 7.824-7.896 4.57 0 7.824 3.478 7.824 7.896 0 4.49-3.288 7.889-7.824 7.889zm0-12.135a4.25 4.25 0 00-4.244 4.247 4.25 4.25 0 004.244 4.247 4.25 4.25 0 004.243-4.247 4.25 4.25 0 00-4.243-4.247zM67.667 26.405c-4.538 0-7.824-3.367-7.824-7.889 0-4.45 3.276-7.896 7.824-7.896 4.57 0 7.824 3.478 7.824 7.896 0 4.49-3.29 7.889-7.824 7.889zm0-12.186a4.3 4.3 0 00-4.293 4.296 4.3 4.3 0 004.293 4.296 4.3 4.3 0 004.293-4.296 4.3 4.3 0 00-4.293-4.296z",
|
|
@@ -7143,7 +7230,7 @@ var Logo = (_a) => {
|
|
|
7143
7230
|
"brand",
|
|
7144
7231
|
"customId"
|
|
7145
7232
|
]);
|
|
7146
|
-
return /* @__PURE__ */
|
|
7233
|
+
return /* @__PURE__ */ import_react47.default.createElement(LogoWrapper, __spreadValues({ variant, maxWidth }, props), variant === "combined" && /* @__PURE__ */ import_react47.default.createElement(
|
|
7147
7234
|
CombinedLogoSvg,
|
|
7148
7235
|
{
|
|
7149
7236
|
brand,
|
|
@@ -7152,7 +7239,7 @@ var Logo = (_a) => {
|
|
|
7152
7239
|
customId,
|
|
7153
7240
|
className: "lns-logoSvg"
|
|
7154
7241
|
}
|
|
7155
|
-
), variant === "symbol" && /* @__PURE__ */
|
|
7242
|
+
), variant === "symbol" && /* @__PURE__ */ import_react47.default.createElement(
|
|
7156
7243
|
SymbolLogoSvg,
|
|
7157
7244
|
{
|
|
7158
7245
|
brand,
|
|
@@ -7160,7 +7247,7 @@ var Logo = (_a) => {
|
|
|
7160
7247
|
customId,
|
|
7161
7248
|
className: "lns-logoSvg"
|
|
7162
7249
|
}
|
|
7163
|
-
), variant === "wordmark" && /* @__PURE__ */
|
|
7250
|
+
), variant === "wordmark" && /* @__PURE__ */ import_react47.default.createElement(
|
|
7164
7251
|
WordmarkLogoSvg,
|
|
7165
7252
|
{
|
|
7166
7253
|
brand,
|
|
@@ -7173,7 +7260,7 @@ var logo_default = Logo;
|
|
|
7173
7260
|
|
|
7174
7261
|
// src/components/logo-loader/logo-loader.tsx
|
|
7175
7262
|
var import_styled34 = __toESM(require("@emotion/styled"));
|
|
7176
|
-
var
|
|
7263
|
+
var import_react48 = __toESM(require("react"));
|
|
7177
7264
|
|
|
7178
7265
|
// src/constants/routes.ts
|
|
7179
7266
|
var LENS_CDN = "https://cdn.loom.com/assets/lens";
|
|
@@ -7203,17 +7290,17 @@ var LogoLoader = ({
|
|
|
7203
7290
|
brand = "loom",
|
|
7204
7291
|
size = "medium"
|
|
7205
7292
|
}) => {
|
|
7206
|
-
return /* @__PURE__ */
|
|
7293
|
+
return /* @__PURE__ */ import_react48.default.createElement(LogoLoaderWrapper, { animation, brand, size });
|
|
7207
7294
|
};
|
|
7208
7295
|
var logo_loader_default = LogoLoader;
|
|
7209
7296
|
|
|
7210
7297
|
// src/components/list/list.tsx
|
|
7211
|
-
var
|
|
7298
|
+
var import_react49 = require("@emotion/react");
|
|
7212
7299
|
var import_styled35 = __toESM(require("@emotion/styled"));
|
|
7213
|
-
var
|
|
7300
|
+
var import_react50 = __toESM(require("react"));
|
|
7214
7301
|
var ssrComment = `/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */`;
|
|
7215
7302
|
var variantStyles2 = {
|
|
7216
|
-
border:
|
|
7303
|
+
border: import_react49.css`
|
|
7217
7304
|
.ListRowWrapper:last-child {
|
|
7218
7305
|
border-bottom: 1px solid ${getColorValue("border")};
|
|
7219
7306
|
}
|
|
@@ -7223,7 +7310,7 @@ var variantStyles2 = {
|
|
|
7223
7310
|
border-top: 1px solid ${getColorValue("border")};
|
|
7224
7311
|
}
|
|
7225
7312
|
`,
|
|
7226
|
-
stripe:
|
|
7313
|
+
stripe: import_react49.css`
|
|
7227
7314
|
.ListRowWrapper {
|
|
7228
7315
|
&:nth-child(odd) ${ssrComment} {
|
|
7229
7316
|
background-color: ${getColorValue("backgroundSecondary")};
|
|
@@ -7234,7 +7321,7 @@ var variantStyles2 = {
|
|
|
7234
7321
|
${getRadius("medium")};
|
|
7235
7322
|
}
|
|
7236
7323
|
`,
|
|
7237
|
-
clear:
|
|
7324
|
+
clear: import_react49.css``
|
|
7238
7325
|
};
|
|
7239
7326
|
var ListWrapper = import_styled35.default.div`
|
|
7240
7327
|
.ListRowWrapper {
|
|
@@ -7336,19 +7423,16 @@ var ListRow = (_a) => {
|
|
|
7336
7423
|
}
|
|
7337
7424
|
}
|
|
7338
7425
|
} : {};
|
|
7339
|
-
return (
|
|
7340
|
-
|
|
7341
|
-
|
|
7342
|
-
|
|
7343
|
-
|
|
7344
|
-
|
|
7345
|
-
|
|
7346
|
-
|
|
7347
|
-
|
|
7348
|
-
|
|
7349
|
-
}, interactiveProps), props),
|
|
7350
|
-
children
|
|
7351
|
-
)
|
|
7426
|
+
return /* @__PURE__ */ import_react50.default.createElement(
|
|
7427
|
+
ListRowWrapper,
|
|
7428
|
+
__spreadValues(__spreadValues({
|
|
7429
|
+
role: role || (htmlTag === "li" ? "listitem" : void 0),
|
|
7430
|
+
className: `ListRowWrapper${classNameFromProp}`,
|
|
7431
|
+
as: htmlTag,
|
|
7432
|
+
backgroundColor,
|
|
7433
|
+
href
|
|
7434
|
+
}, interactiveProps), props),
|
|
7435
|
+
children
|
|
7352
7436
|
);
|
|
7353
7437
|
};
|
|
7354
7438
|
var formatColumns = (columns) => columns.map((columnValue) => getSizeValue(columnValue)).join(" ");
|
|
@@ -7368,16 +7452,16 @@ var List = (_a) => {
|
|
|
7368
7452
|
]);
|
|
7369
7453
|
let processedChildren = children;
|
|
7370
7454
|
if (htmlTag === "ul") {
|
|
7371
|
-
processedChildren =
|
|
7372
|
-
if (
|
|
7373
|
-
return
|
|
7455
|
+
processedChildren = import_react50.default.Children.map(children, (child) => {
|
|
7456
|
+
if (import_react50.default.isValidElement(child) && child.type === ListRow) {
|
|
7457
|
+
return import_react50.default.cloneElement(child, {
|
|
7374
7458
|
htmlTag: "li"
|
|
7375
7459
|
});
|
|
7376
7460
|
}
|
|
7377
7461
|
return child;
|
|
7378
7462
|
});
|
|
7379
7463
|
}
|
|
7380
|
-
return /* @__PURE__ */
|
|
7464
|
+
return /* @__PURE__ */ import_react50.default.createElement(
|
|
7381
7465
|
ListWrapper,
|
|
7382
7466
|
__spreadValues({
|
|
7383
7467
|
as: htmlTag,
|
|
@@ -7393,8 +7477,8 @@ var list_default = List;
|
|
|
7393
7477
|
|
|
7394
7478
|
// src/components/tabs/tabs.tsx
|
|
7395
7479
|
var import_styled36 = __toESM(require("@emotion/styled"));
|
|
7396
|
-
var
|
|
7397
|
-
var TabsContext =
|
|
7480
|
+
var import_react51 = __toESM(require("react"));
|
|
7481
|
+
var TabsContext = import_react51.default.createContext({});
|
|
7398
7482
|
var negativeScrollOffset = (scrollOffset) => `calc(-1 * ${getSizeValue(scrollOffset)})`;
|
|
7399
7483
|
var Wrapper = import_styled36.default.div`
|
|
7400
7484
|
${(props) => props.scrollOffset && `margin: 0 ${negativeScrollOffset(props.scrollOffset)};
|
|
@@ -7560,9 +7644,9 @@ var Tab = (_a) => {
|
|
|
7560
7644
|
"icon",
|
|
7561
7645
|
"isDisabled"
|
|
7562
7646
|
]);
|
|
7563
|
-
const { isPilledDesign } =
|
|
7647
|
+
const { isPilledDesign } = import_react51.default.useContext(TabsContext);
|
|
7564
7648
|
if (isPilledDesign) {
|
|
7565
|
-
return /* @__PURE__ */
|
|
7649
|
+
return /* @__PURE__ */ import_react51.default.createElement(
|
|
7566
7650
|
TabWrapperPilled,
|
|
7567
7651
|
__spreadValues({
|
|
7568
7652
|
as: htmlTag,
|
|
@@ -7572,11 +7656,11 @@ var Tab = (_a) => {
|
|
|
7572
7656
|
"aria-selected": isActive,
|
|
7573
7657
|
disabled: isDisabled
|
|
7574
7658
|
}, props),
|
|
7575
|
-
icon && /* @__PURE__ */
|
|
7659
|
+
icon && /* @__PURE__ */ import_react51.default.createElement(container_default, { htmlTag: "span", paddingRight: children && "small" }, /* @__PURE__ */ import_react51.default.createElement(icon_default, { icon, color: "currentColor" })),
|
|
7576
7660
|
children
|
|
7577
7661
|
);
|
|
7578
7662
|
}
|
|
7579
|
-
return /* @__PURE__ */
|
|
7663
|
+
return /* @__PURE__ */ import_react51.default.createElement(
|
|
7580
7664
|
TabWrapper,
|
|
7581
7665
|
__spreadValues({
|
|
7582
7666
|
as: htmlTag,
|
|
@@ -7586,11 +7670,11 @@ var Tab = (_a) => {
|
|
|
7586
7670
|
"aria-selected": isActive,
|
|
7587
7671
|
disabled: isDisabled
|
|
7588
7672
|
}, props),
|
|
7589
|
-
icon && /* @__PURE__ */
|
|
7673
|
+
icon && /* @__PURE__ */ import_react51.default.createElement(container_default, { htmlTag: "span", paddingRight: children && "small" }, /* @__PURE__ */ import_react51.default.createElement(icon_default, { icon, color: "currentColor" })),
|
|
7590
7674
|
children
|
|
7591
7675
|
);
|
|
7592
7676
|
};
|
|
7593
|
-
var
|
|
7677
|
+
var TabsDeprecated = (_a) => {
|
|
7594
7678
|
var _b = _a, {
|
|
7595
7679
|
children,
|
|
7596
7680
|
scrollOffset,
|
|
@@ -7604,7 +7688,7 @@ var Tabs = (_a) => {
|
|
|
7604
7688
|
"isPilledDesign",
|
|
7605
7689
|
"hasBottomBorder"
|
|
7606
7690
|
]);
|
|
7607
|
-
const tabsContent = isPilledDesign ? /* @__PURE__ */
|
|
7691
|
+
const tabsContent = isPilledDesign ? /* @__PURE__ */ import_react51.default.createElement(
|
|
7608
7692
|
TabsNavPilled,
|
|
7609
7693
|
__spreadValues({
|
|
7610
7694
|
hasFullTabs,
|
|
@@ -7612,7 +7696,7 @@ var Tabs = (_a) => {
|
|
|
7612
7696
|
role: "tablist"
|
|
7613
7697
|
}, props),
|
|
7614
7698
|
children
|
|
7615
|
-
) : /* @__PURE__ */
|
|
7699
|
+
) : /* @__PURE__ */ import_react51.default.createElement(
|
|
7616
7700
|
TabsNav,
|
|
7617
7701
|
__spreadValues({
|
|
7618
7702
|
hasFullTabs,
|
|
@@ -7623,15 +7707,175 @@ var Tabs = (_a) => {
|
|
|
7623
7707
|
children
|
|
7624
7708
|
);
|
|
7625
7709
|
if (scrollOffset) {
|
|
7626
|
-
return /* @__PURE__ */
|
|
7710
|
+
return /* @__PURE__ */ import_react51.default.createElement(Wrapper, { scrollOffset }, tabsContent);
|
|
7711
|
+
}
|
|
7712
|
+
return /* @__PURE__ */ import_react51.default.createElement(TabsContext.Provider, { value: { isPilledDesign } }, tabsContent);
|
|
7713
|
+
};
|
|
7714
|
+
var ConditionalTooltip = ({
|
|
7715
|
+
tooltipProps,
|
|
7716
|
+
children,
|
|
7717
|
+
tooltipId
|
|
7718
|
+
}) => {
|
|
7719
|
+
if (tooltipProps) {
|
|
7720
|
+
return /* @__PURE__ */ import_react51.default.createElement(tooltip_default, __spreadProps(__spreadValues({}, tooltipProps), { tooltipId, tabIndex: -1 }), children);
|
|
7721
|
+
}
|
|
7722
|
+
return children;
|
|
7723
|
+
};
|
|
7724
|
+
var TabNew = import_react51.default.forwardRef(
|
|
7725
|
+
(_a, ref) => {
|
|
7726
|
+
var _b = _a, {
|
|
7727
|
+
tabContent,
|
|
7728
|
+
tooltipProps,
|
|
7729
|
+
isActive,
|
|
7730
|
+
htmlTag = "button",
|
|
7731
|
+
icon,
|
|
7732
|
+
isDisabled = false,
|
|
7733
|
+
onKeyDown,
|
|
7734
|
+
onClick
|
|
7735
|
+
} = _b, props = __objRest(_b, [
|
|
7736
|
+
"tabContent",
|
|
7737
|
+
"tooltipProps",
|
|
7738
|
+
"isActive",
|
|
7739
|
+
"htmlTag",
|
|
7740
|
+
"icon",
|
|
7741
|
+
"isDisabled",
|
|
7742
|
+
"onKeyDown",
|
|
7743
|
+
"onClick"
|
|
7744
|
+
]);
|
|
7745
|
+
const { isPilledDesign } = import_react51.default.useContext(TabsContext);
|
|
7746
|
+
const tooltipId = (0, import_react51.useId)();
|
|
7747
|
+
const componentProps = __spreadValues({
|
|
7748
|
+
as: htmlTag,
|
|
7749
|
+
isActive,
|
|
7750
|
+
icon,
|
|
7751
|
+
role: "tab",
|
|
7752
|
+
"aria-selected": isActive,
|
|
7753
|
+
disabled: isDisabled,
|
|
7754
|
+
tabIndex: isActive ? 0 : -1,
|
|
7755
|
+
"aria-describedby": tooltipProps ? tooltipId : void 0,
|
|
7756
|
+
onKeyDown,
|
|
7757
|
+
onClick,
|
|
7758
|
+
ref
|
|
7759
|
+
}, props);
|
|
7760
|
+
return /* @__PURE__ */ import_react51.default.createElement(ConditionalTooltip, { tooltipProps, tooltipId }, isPilledDesign ? /* @__PURE__ */ import_react51.default.createElement(TabWrapperPilled, __spreadValues({}, componentProps), icon ? /* @__PURE__ */ import_react51.default.createElement(container_default, { htmlTag: "span", paddingRight: tabContent && "small" }, /* @__PURE__ */ import_react51.default.createElement(icon_default, { icon, color: "currentColor" })) : null, tabContent) : /* @__PURE__ */ import_react51.default.createElement(TabWrapper, __spreadValues({}, componentProps), icon ? /* @__PURE__ */ import_react51.default.createElement(container_default, { htmlTag: "span", paddingRight: tabContent && "small" }, /* @__PURE__ */ import_react51.default.createElement(icon_default, { icon, color: "currentColor" })) : null, tabContent));
|
|
7761
|
+
}
|
|
7762
|
+
);
|
|
7763
|
+
TabNew.displayName = "TabNew";
|
|
7764
|
+
var TabsNew = (_a) => {
|
|
7765
|
+
var _b = _a, {
|
|
7766
|
+
tabs,
|
|
7767
|
+
scrollOffset,
|
|
7768
|
+
hasFullTabs,
|
|
7769
|
+
isPilledDesign,
|
|
7770
|
+
hasBottomBorder = false
|
|
7771
|
+
} = _b, props = __objRest(_b, [
|
|
7772
|
+
"tabs",
|
|
7773
|
+
"scrollOffset",
|
|
7774
|
+
"hasFullTabs",
|
|
7775
|
+
"isPilledDesign",
|
|
7776
|
+
"hasBottomBorder"
|
|
7777
|
+
]);
|
|
7778
|
+
const tabRefs = (0, import_react51.useRef)({});
|
|
7779
|
+
const handleKeyDown = (0, import_react51.useCallback)(
|
|
7780
|
+
(event, currentTabIndex) => {
|
|
7781
|
+
var _a2;
|
|
7782
|
+
let newIndex = currentTabIndex;
|
|
7783
|
+
switch (event.key) {
|
|
7784
|
+
case "ArrowLeft":
|
|
7785
|
+
event.preventDefault();
|
|
7786
|
+
newIndex = currentTabIndex > 0 ? currentTabIndex - 1 : tabs.length - 1;
|
|
7787
|
+
break;
|
|
7788
|
+
case "ArrowRight":
|
|
7789
|
+
event.preventDefault();
|
|
7790
|
+
newIndex = currentTabIndex < tabs.length - 1 ? currentTabIndex + 1 : 0;
|
|
7791
|
+
break;
|
|
7792
|
+
case "Home":
|
|
7793
|
+
event.preventDefault();
|
|
7794
|
+
newIndex = 0;
|
|
7795
|
+
break;
|
|
7796
|
+
case "End":
|
|
7797
|
+
event.preventDefault();
|
|
7798
|
+
newIndex = tabs.length - 1;
|
|
7799
|
+
break;
|
|
7800
|
+
default:
|
|
7801
|
+
return;
|
|
7802
|
+
}
|
|
7803
|
+
(_a2 = tabRefs.current[newIndex]) == null ? void 0 : _a2.focus();
|
|
7804
|
+
},
|
|
7805
|
+
[tabs.length]
|
|
7806
|
+
);
|
|
7807
|
+
const setTabRef = (0, import_react51.useCallback)(
|
|
7808
|
+
(tabIndex) => (ref) => {
|
|
7809
|
+
tabRefs.current[tabIndex] = ref;
|
|
7810
|
+
},
|
|
7811
|
+
[]
|
|
7812
|
+
);
|
|
7813
|
+
const tabsToRender = (0, import_react51.useMemo)(
|
|
7814
|
+
() => tabs.map((tabProps, index) => /* @__PURE__ */ import_react51.default.createElement(
|
|
7815
|
+
TabNew,
|
|
7816
|
+
__spreadValues({
|
|
7817
|
+
key: index,
|
|
7818
|
+
ref: setTabRef(index),
|
|
7819
|
+
onKeyDown: (e) => handleKeyDown(e, index)
|
|
7820
|
+
}, tabProps)
|
|
7821
|
+
)),
|
|
7822
|
+
[tabs, handleKeyDown, setTabRef]
|
|
7823
|
+
);
|
|
7824
|
+
const tabsContent = (0, import_react51.useMemo)(
|
|
7825
|
+
() => isPilledDesign ? /* @__PURE__ */ import_react51.default.createElement(
|
|
7826
|
+
TabsNavPilled,
|
|
7827
|
+
__spreadValues({
|
|
7828
|
+
hasFullTabs,
|
|
7829
|
+
scrollOffset,
|
|
7830
|
+
role: "tablist"
|
|
7831
|
+
}, props),
|
|
7832
|
+
tabsToRender
|
|
7833
|
+
) : /* @__PURE__ */ import_react51.default.createElement(
|
|
7834
|
+
TabsNav,
|
|
7835
|
+
__spreadValues({
|
|
7836
|
+
hasFullTabs,
|
|
7837
|
+
scrollOffset,
|
|
7838
|
+
hasBottomBorder,
|
|
7839
|
+
role: "tablist"
|
|
7840
|
+
}, props),
|
|
7841
|
+
tabsToRender
|
|
7842
|
+
),
|
|
7843
|
+
[
|
|
7844
|
+
tabsToRender,
|
|
7845
|
+
hasFullTabs,
|
|
7846
|
+
scrollOffset,
|
|
7847
|
+
hasBottomBorder,
|
|
7848
|
+
isPilledDesign,
|
|
7849
|
+
props
|
|
7850
|
+
]
|
|
7851
|
+
);
|
|
7852
|
+
const wrappedContent = /* @__PURE__ */ import_react51.default.createElement(TabsContext.Provider, { value: { isPilledDesign } }, tabsContent);
|
|
7853
|
+
if (scrollOffset) {
|
|
7854
|
+
return /* @__PURE__ */ import_react51.default.createElement(Wrapper, { scrollOffset }, wrappedContent);
|
|
7855
|
+
}
|
|
7856
|
+
return wrappedContent;
|
|
7857
|
+
};
|
|
7858
|
+
var Tabs = (_a) => {
|
|
7859
|
+
var _b = _a, { children, tabs } = _b, props = __objRest(_b, ["children", "tabs"]);
|
|
7860
|
+
if (children && tabs) {
|
|
7861
|
+
console.warn(
|
|
7862
|
+
"Both children and tabs props are provided. Please use only one of them."
|
|
7863
|
+
);
|
|
7864
|
+
}
|
|
7865
|
+
if (!children && !tabs) {
|
|
7866
|
+
console.error("Either children or tabs must be provided.");
|
|
7867
|
+
return null;
|
|
7627
7868
|
}
|
|
7628
|
-
|
|
7869
|
+
if (children) {
|
|
7870
|
+
return /* @__PURE__ */ import_react51.default.createElement(TabsDeprecated, __spreadValues({}, props), children);
|
|
7871
|
+
}
|
|
7872
|
+
return /* @__PURE__ */ import_react51.default.createElement(TabsNew, __spreadValues({ tabs }, props));
|
|
7629
7873
|
};
|
|
7630
7874
|
var tabs_default = Tabs;
|
|
7631
7875
|
|
|
7632
7876
|
// src/components/pill/pill.tsx
|
|
7633
7877
|
var import_styled37 = __toESM(require("@emotion/styled"));
|
|
7634
|
-
var
|
|
7878
|
+
var import_react52 = __toESM(require("react"));
|
|
7635
7879
|
var PillWrapper = import_styled37.default.div`
|
|
7636
7880
|
display: inline-grid;
|
|
7637
7881
|
grid-auto-flow: column;
|
|
@@ -7660,23 +7904,23 @@ var Pill = (_a) => {
|
|
|
7660
7904
|
"icon",
|
|
7661
7905
|
"iconPosition"
|
|
7662
7906
|
]);
|
|
7663
|
-
const iconComponent = /* @__PURE__ */
|
|
7907
|
+
const iconComponent = /* @__PURE__ */ import_react52.default.createElement(
|
|
7664
7908
|
container_default,
|
|
7665
7909
|
{
|
|
7666
7910
|
htmlTag: "span",
|
|
7667
7911
|
paddingLeft: iconPosition === "right" && "xsmall",
|
|
7668
7912
|
paddingRight: iconPosition === "left" && "xsmall"
|
|
7669
7913
|
},
|
|
7670
|
-
/* @__PURE__ */
|
|
7914
|
+
/* @__PURE__ */ import_react52.default.createElement(icon_default, { icon, color: "currentColor", size: 2 })
|
|
7671
7915
|
);
|
|
7672
|
-
return /* @__PURE__ */
|
|
7916
|
+
return /* @__PURE__ */ import_react52.default.createElement(PillWrapper, __spreadValues({ color, backgroundColor }, props), icon && iconPosition === "left" && iconComponent, children, icon && iconPosition === "right" && iconComponent);
|
|
7673
7917
|
};
|
|
7674
7918
|
var pill_default = Pill;
|
|
7675
7919
|
|
|
7676
7920
|
// src/components/popover/popover.tsx
|
|
7677
7921
|
var import_styled38 = __toESM(require("@emotion/styled"));
|
|
7678
7922
|
var import_react_dom = require("@floating-ui/react-dom");
|
|
7679
|
-
var
|
|
7923
|
+
var import_react53 = __toESM(require("react"));
|
|
7680
7924
|
var import_react_dom2 = __toESM(require("react-dom"));
|
|
7681
7925
|
var import_transition_hook2 = require("transition-hook");
|
|
7682
7926
|
var placements2 = {
|
|
@@ -7761,7 +8005,7 @@ var Popover = (_a) => {
|
|
|
7761
8005
|
],
|
|
7762
8006
|
strategy: "fixed"
|
|
7763
8007
|
});
|
|
7764
|
-
(0,
|
|
8008
|
+
(0, import_react53.useEffect)(() => {
|
|
7765
8009
|
if (!refs.reference.current || !refs.floating.current) {
|
|
7766
8010
|
return;
|
|
7767
8011
|
}
|
|
@@ -7778,8 +8022,8 @@ var Popover = (_a) => {
|
|
|
7778
8022
|
opacity: stage === "enter" ? 1 : 0
|
|
7779
8023
|
}
|
|
7780
8024
|
};
|
|
7781
|
-
return /* @__PURE__ */
|
|
7782
|
-
/* @__PURE__ */
|
|
8025
|
+
return /* @__PURE__ */ import_react53.default.createElement(Wrapper2, __spreadProps(__spreadValues({ ref: reference }, props), { childrenZIndex }), children, shouldMount && /* @__PURE__ */ import_react53.default.createElement(import_react53.default.Fragment, null, !rootNode && /* @__PURE__ */ import_react53.default.createElement(ContentWrapper2, __spreadValues({}, contentProps), content), rootNode && import_react_dom2.default.createPortal(
|
|
8026
|
+
/* @__PURE__ */ import_react53.default.createElement(ContentWrapper2, __spreadValues({}, contentProps), content),
|
|
7783
8027
|
rootNode
|
|
7784
8028
|
)));
|
|
7785
8029
|
};
|
|
@@ -7787,7 +8031,7 @@ var popover_default = Popover;
|
|
|
7787
8031
|
|
|
7788
8032
|
// src/components/illustration/illustration.tsx
|
|
7789
8033
|
var import_styled39 = __toESM(require("@emotion/styled"));
|
|
7790
|
-
var
|
|
8034
|
+
var import_react54 = __toESM(require("react"));
|
|
7791
8035
|
var IllustrationWrapper = import_styled39.default.span`
|
|
7792
8036
|
display: block;
|
|
7793
8037
|
color: ${(props) => props.color ? getColorValue(props.color) : getColorValue("grey8")};
|
|
@@ -7812,7 +8056,7 @@ var Illustration = (_a) => {
|
|
|
7812
8056
|
"color",
|
|
7813
8057
|
"size"
|
|
7814
8058
|
]);
|
|
7815
|
-
return /* @__PURE__ */
|
|
8059
|
+
return /* @__PURE__ */ import_react54.default.createElement(
|
|
7816
8060
|
IllustrationWrapper,
|
|
7817
8061
|
__spreadValues({
|
|
7818
8062
|
"aria-hidden": "true",
|
|
@@ -7826,10 +8070,10 @@ var Illustration = (_a) => {
|
|
|
7826
8070
|
var illustration_default = Illustration;
|
|
7827
8071
|
|
|
7828
8072
|
// src/components/split/split.tsx
|
|
7829
|
-
var
|
|
8073
|
+
var import_react55 = require("@emotion/react");
|
|
7830
8074
|
var import_styled40 = __toESM(require("@emotion/styled"));
|
|
7831
|
-
var
|
|
7832
|
-
var getSizeStyles = (props) =>
|
|
8075
|
+
var import_react56 = __toESM(require("react"));
|
|
8076
|
+
var getSizeStyles = (props) => import_react55.css`
|
|
7833
8077
|
${getSize("width", props.width)};
|
|
7834
8078
|
${getSize("height", props.height)};
|
|
7835
8079
|
${getSize("min-width", props.minWidth)};
|
|
@@ -7889,7 +8133,7 @@ var SplitSection = (_a) => {
|
|
|
7889
8133
|
if (className || style) {
|
|
7890
8134
|
console.warn(customStylesWarning);
|
|
7891
8135
|
}
|
|
7892
|
-
return /* @__PURE__ */
|
|
8136
|
+
return /* @__PURE__ */ import_react56.default.createElement(
|
|
7893
8137
|
SplitSectionWrapper,
|
|
7894
8138
|
__spreadValues({
|
|
7895
8139
|
as: htmlTag,
|
|
@@ -7947,7 +8191,7 @@ var Split = (_a) => {
|
|
|
7947
8191
|
if (className || style) {
|
|
7948
8192
|
console.warn(customStylesWarning);
|
|
7949
8193
|
}
|
|
7950
|
-
return /* @__PURE__ */
|
|
8194
|
+
return /* @__PURE__ */ import_react56.default.createElement(
|
|
7951
8195
|
SplitWrapper,
|
|
7952
8196
|
__spreadValues({
|
|
7953
8197
|
as: htmlTag,
|
|
@@ -7965,9 +8209,9 @@ var Split = (_a) => {
|
|
|
7965
8209
|
maxWidth,
|
|
7966
8210
|
maxHeight
|
|
7967
8211
|
}, props),
|
|
7968
|
-
htmlTag === "ul" || htmlTag === "ol" ?
|
|
8212
|
+
htmlTag === "ul" || htmlTag === "ol" ? import_react56.Children.map(children, (child) => {
|
|
7969
8213
|
if (child.type === SplitSection || child.type === Split) {
|
|
7970
|
-
return (0,
|
|
8214
|
+
return (0, import_react56.cloneElement)(child, { htmlTag: "li" });
|
|
7971
8215
|
}
|
|
7972
8216
|
return child;
|
|
7973
8217
|
}) : children
|
|
@@ -7977,7 +8221,7 @@ var split_default = Split;
|
|
|
7977
8221
|
|
|
7978
8222
|
// src/components/color-picker/color-picker.tsx
|
|
7979
8223
|
var import_styled41 = __toESM(require("@emotion/styled"));
|
|
7980
|
-
var
|
|
8224
|
+
var import_react57 = __toESM(require("react"));
|
|
7981
8225
|
var import_react_colorful = require("react-colorful");
|
|
7982
8226
|
var ColorfulWrapper = import_styled41.default.div`
|
|
7983
8227
|
padding: var(--lns-space-medium);
|
|
@@ -8090,7 +8334,7 @@ var Swatch = import_styled41.default.div`
|
|
|
8090
8334
|
`;
|
|
8091
8335
|
var SwatchSelector = ({ swatches, currentColor, onSwatchClick }) => {
|
|
8092
8336
|
const selectedSwatch = swatches.includes(currentColor) && currentColor;
|
|
8093
|
-
return /* @__PURE__ */
|
|
8337
|
+
return /* @__PURE__ */ import_react57.default.createElement(SwatchesContainer, null, swatches.map((swatch) => /* @__PURE__ */ import_react57.default.createElement(
|
|
8094
8338
|
Swatch,
|
|
8095
8339
|
{
|
|
8096
8340
|
key: swatch,
|
|
@@ -8109,7 +8353,7 @@ var SwatchSelector = ({ swatches, currentColor, onSwatchClick }) => {
|
|
|
8109
8353
|
)));
|
|
8110
8354
|
};
|
|
8111
8355
|
var ColorSelector = ({ color, setColor }) => {
|
|
8112
|
-
return /* @__PURE__ */
|
|
8356
|
+
return /* @__PURE__ */ import_react57.default.createElement(ColorfulWrapper, null, /* @__PURE__ */ import_react57.default.createElement(import_react_colorful.HexColorPicker, { color, onChange: setColor }), /* @__PURE__ */ import_react57.default.createElement(InputContainer, null, /* @__PURE__ */ import_react57.default.createElement(import_react_colorful.HexColorInput, { prefixed: true, color, onChange: setColor }), /* @__PURE__ */ import_react57.default.createElement(ColorBox, { color })));
|
|
8113
8357
|
};
|
|
8114
8358
|
var ColorPicker = (_a) => {
|
|
8115
8359
|
var _b = _a, {
|
|
@@ -8123,7 +8367,7 @@ var ColorPicker = (_a) => {
|
|
|
8123
8367
|
"swatches",
|
|
8124
8368
|
"onChange"
|
|
8125
8369
|
]);
|
|
8126
|
-
const [tempColor, setTempColor] = (0,
|
|
8370
|
+
const [tempColor, setTempColor] = (0, import_react57.useState)(
|
|
8127
8371
|
defaultColor ? defaultColor : "#FFFFFF"
|
|
8128
8372
|
);
|
|
8129
8373
|
const handleOnChange = (hex) => {
|
|
@@ -8133,21 +8377,21 @@ var ColorPicker = (_a) => {
|
|
|
8133
8377
|
const onSwatchClick = (swatch) => {
|
|
8134
8378
|
handleOnChange(swatch);
|
|
8135
8379
|
};
|
|
8136
|
-
return /* @__PURE__ */
|
|
8380
|
+
return /* @__PURE__ */ import_react57.default.createElement(ColorPickerContainer, __spreadValues({}, props), swatches && /* @__PURE__ */ import_react57.default.createElement(
|
|
8137
8381
|
SwatchSelector,
|
|
8138
8382
|
{
|
|
8139
8383
|
swatches,
|
|
8140
8384
|
currentColor: tempColor,
|
|
8141
8385
|
onSwatchClick
|
|
8142
8386
|
}
|
|
8143
|
-
), /* @__PURE__ */
|
|
8387
|
+
), /* @__PURE__ */ import_react57.default.createElement(ColorSelector, { color: tempColor, setColor: handleOnChange }), confirmButton && /* @__PURE__ */ import_react57.default.createElement(ButtonWrapper2, null, confirmButton));
|
|
8144
8388
|
};
|
|
8145
8389
|
var color_picker_default = ColorPicker;
|
|
8146
8390
|
|
|
8147
8391
|
// src/components/ellipses-loader/ellipses-loader.tsx
|
|
8148
|
-
var
|
|
8392
|
+
var import_react58 = require("@emotion/react");
|
|
8149
8393
|
var import_styled42 = __toESM(require("@emotion/styled"));
|
|
8150
|
-
var
|
|
8394
|
+
var import_react59 = __toESM(require("react"));
|
|
8151
8395
|
var speed2 = 2;
|
|
8152
8396
|
var sizes3 = {
|
|
8153
8397
|
small: {
|
|
@@ -8174,7 +8418,7 @@ var getHeight = (props) => sizes3[props.size].height;
|
|
|
8174
8418
|
var getDotSize2 = (props) => sizes3[props.size].dotSize;
|
|
8175
8419
|
var getGap = (props) => sizes3[props.size].gap;
|
|
8176
8420
|
var getBounceDistance = (props) => sizes3[props.size].dotSize;
|
|
8177
|
-
var createDotBounce = (bounceDistance) =>
|
|
8421
|
+
var createDotBounce = (bounceDistance) => import_react58.keyframes`
|
|
8178
8422
|
0%, 40%, 100% {
|
|
8179
8423
|
transform: translateY(50%);
|
|
8180
8424
|
}
|
|
@@ -8209,15 +8453,15 @@ var EllipsesLoader = (_a) => {
|
|
|
8209
8453
|
"color",
|
|
8210
8454
|
"size"
|
|
8211
8455
|
]);
|
|
8212
|
-
return /* @__PURE__ */
|
|
8456
|
+
return /* @__PURE__ */ import_react59.default.createElement(EllipsesLoaderWrapper, __spreadValues({ size }, props), /* @__PURE__ */ import_react59.default.createElement(Dot2, { color, size, delay: 0 }), /* @__PURE__ */ import_react59.default.createElement(Dot2, { color, size, delay: 0.2 }), /* @__PURE__ */ import_react59.default.createElement(Dot2, { color, size, delay: 0.4 }));
|
|
8213
8457
|
};
|
|
8214
8458
|
var availableSizes3 = Object.keys(sizes3);
|
|
8215
8459
|
var ellipses_loader_default = EllipsesLoader;
|
|
8216
8460
|
|
|
8217
8461
|
// src/components/waveform-loader/waveform-loader.tsx
|
|
8218
|
-
var
|
|
8462
|
+
var import_react60 = require("@emotion/react");
|
|
8219
8463
|
var import_styled43 = __toESM(require("@emotion/styled"));
|
|
8220
|
-
var
|
|
8464
|
+
var import_react61 = __toESM(require("react"));
|
|
8221
8465
|
var sizes4 = {
|
|
8222
8466
|
medium: {
|
|
8223
8467
|
totalSize: u(3),
|
|
@@ -8237,7 +8481,7 @@ var BAR_WIDTH = u(0.25);
|
|
|
8237
8481
|
var getBarHeight = (props) => sizes4[props.size || "medium"].barHeight;
|
|
8238
8482
|
var getTotalSize3 = (props) => sizes4[props.size || "medium"].totalSize;
|
|
8239
8483
|
var getAnimationSpeed = (props) => speeds[props.speed || "fast"];
|
|
8240
|
-
var ripple =
|
|
8484
|
+
var ripple = import_react60.keyframes`
|
|
8241
8485
|
0%, 100% {
|
|
8242
8486
|
transform: scaleY(0.3);
|
|
8243
8487
|
}
|
|
@@ -8245,7 +8489,7 @@ var ripple = import_react59.keyframes`
|
|
|
8245
8489
|
transform: scaleY(1);
|
|
8246
8490
|
}
|
|
8247
8491
|
`;
|
|
8248
|
-
var backgroundAnimation =
|
|
8492
|
+
var backgroundAnimation = import_react60.keyframes`
|
|
8249
8493
|
0% {
|
|
8250
8494
|
background-position: 0% center;
|
|
8251
8495
|
}
|
|
@@ -8253,7 +8497,7 @@ var backgroundAnimation = import_react59.keyframes`
|
|
|
8253
8497
|
background-position: 100% center;
|
|
8254
8498
|
}
|
|
8255
8499
|
`;
|
|
8256
|
-
var fadeIn =
|
|
8500
|
+
var fadeIn = import_react60.keyframes`
|
|
8257
8501
|
0% {
|
|
8258
8502
|
opacity: 0;
|
|
8259
8503
|
}
|
|
@@ -8301,24 +8545,24 @@ var WaveformLoader = (_a) => {
|
|
|
8301
8545
|
"speed",
|
|
8302
8546
|
"color"
|
|
8303
8547
|
]);
|
|
8304
|
-
const barsList = Array.from({ length: BARS_COUNT }, (_, index) => /* @__PURE__ */
|
|
8305
|
-
return /* @__PURE__ */
|
|
8548
|
+
const barsList = Array.from({ length: BARS_COUNT }, (_, index) => /* @__PURE__ */ import_react61.default.createElement(Bar, { key: index, index, size, speed: speed3, color }));
|
|
8549
|
+
return /* @__PURE__ */ import_react61.default.createElement(WaveformLoaderWrapper, __spreadValues({ size, color }, props), barsList);
|
|
8306
8550
|
};
|
|
8307
8551
|
var availableSizes4 = Object.keys(sizes4);
|
|
8308
8552
|
var availableSpeeds = Object.keys(speeds);
|
|
8309
8553
|
var waveform_loader_default = WaveformLoader;
|
|
8310
8554
|
|
|
8311
8555
|
// src/illustrations/accounts-and-billing.js
|
|
8312
|
-
var
|
|
8556
|
+
var React55 = __toESM(require("react"));
|
|
8313
8557
|
function IllustrationAccountsBilling(props) {
|
|
8314
|
-
return /* @__PURE__ */
|
|
8558
|
+
return /* @__PURE__ */ React55.createElement(
|
|
8315
8559
|
"svg",
|
|
8316
8560
|
__spreadValues({
|
|
8317
8561
|
viewBox: "0 0 102 101",
|
|
8318
8562
|
fill: "none",
|
|
8319
8563
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8320
8564
|
}, props),
|
|
8321
|
-
/* @__PURE__ */
|
|
8565
|
+
/* @__PURE__ */ React55.createElement(
|
|
8322
8566
|
"path",
|
|
8323
8567
|
{
|
|
8324
8568
|
d: "M96.072 5.826H5.928v90.145h90.144V5.826z",
|
|
@@ -8327,7 +8571,7 @@ function IllustrationAccountsBilling(props) {
|
|
|
8327
8571
|
strokeMiterlimit: 10
|
|
8328
8572
|
}
|
|
8329
8573
|
),
|
|
8330
|
-
/* @__PURE__ */
|
|
8574
|
+
/* @__PURE__ */ React55.createElement(
|
|
8331
8575
|
"path",
|
|
8332
8576
|
{
|
|
8333
8577
|
d: "M69.38 59.21c14.74 0 26.691-11.95 26.691-26.692S84.121 5.826 69.38 5.826c-14.741 0-26.692 11.95-26.692 26.692S54.638 59.21 69.38 59.21zM1 95.973h100M1 77.28h100M1 59.213h100M5.928 1v58.213M24.605 1v58.213M42.674 1v58.213",
|
|
@@ -8341,37 +8585,37 @@ function IllustrationAccountsBilling(props) {
|
|
|
8341
8585
|
var accounts_and_billing_default = IllustrationAccountsBilling;
|
|
8342
8586
|
|
|
8343
8587
|
// src/illustrations/invite.js
|
|
8344
|
-
var
|
|
8588
|
+
var React56 = __toESM(require("react"));
|
|
8345
8589
|
function IllustrationInvite(props) {
|
|
8346
|
-
return /* @__PURE__ */
|
|
8590
|
+
return /* @__PURE__ */ React56.createElement(
|
|
8347
8591
|
"svg",
|
|
8348
8592
|
__spreadValues({
|
|
8349
8593
|
viewBox: "0 0 100 101",
|
|
8350
8594
|
fill: "none",
|
|
8351
8595
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8352
8596
|
}, props),
|
|
8353
|
-
/* @__PURE__ */
|
|
8597
|
+
/* @__PURE__ */ React56.createElement(
|
|
8354
8598
|
"path",
|
|
8355
8599
|
{
|
|
8356
8600
|
d: "M50.028 25.007A24.999 24.999 0 0034.586 1.905a25.022 25.022 0 00-27.26 5.42 25.002 25.002 0 0017.688 42.687V25.007h25.014z",
|
|
8357
8601
|
fill: "currentColor"
|
|
8358
8602
|
}
|
|
8359
8603
|
),
|
|
8360
|
-
/* @__PURE__ */
|
|
8604
|
+
/* @__PURE__ */ React56.createElement(
|
|
8361
8605
|
"path",
|
|
8362
8606
|
{
|
|
8363
8607
|
d: "M74.986 50.012a25.02 25.02 0 0023.11-15.436 24.993 24.993 0 00-5.422-27.25 25.017 25.017 0 00-42.702 17.681h25.014v25.005z",
|
|
8364
8608
|
fill: "currentColor"
|
|
8365
8609
|
}
|
|
8366
8610
|
),
|
|
8367
|
-
/* @__PURE__ */
|
|
8611
|
+
/* @__PURE__ */ React56.createElement(
|
|
8368
8612
|
"path",
|
|
8369
8613
|
{
|
|
8370
8614
|
d: "M49.972 74.99a25 25 0 0015.442 23.102 25.025 25.025 0 0027.26-5.42 25.002 25.002 0 00-17.688-42.687V74.99H49.972z",
|
|
8371
8615
|
fill: "currentColor"
|
|
8372
8616
|
}
|
|
8373
8617
|
),
|
|
8374
|
-
/* @__PURE__ */
|
|
8618
|
+
/* @__PURE__ */ React56.createElement(
|
|
8375
8619
|
"path",
|
|
8376
8620
|
{
|
|
8377
8621
|
d: "M25.014 100.003a25.003 25.003 0 0023.103-15.44 25.017 25.017 0 00-5.42-27.259A25.005 25.005 0 00.006 74.991h25.007v25.012z",
|
|
@@ -8383,23 +8627,23 @@ function IllustrationInvite(props) {
|
|
|
8383
8627
|
var invite_default = IllustrationInvite;
|
|
8384
8628
|
|
|
8385
8629
|
// src/illustrations/archived.js
|
|
8386
|
-
var
|
|
8630
|
+
var React57 = __toESM(require("react"));
|
|
8387
8631
|
function IllustrationArchived(props) {
|
|
8388
|
-
return /* @__PURE__ */
|
|
8632
|
+
return /* @__PURE__ */ React57.createElement(
|
|
8389
8633
|
"svg",
|
|
8390
8634
|
__spreadValues({
|
|
8391
8635
|
viewBox: "0 0 100 101",
|
|
8392
8636
|
fill: "none",
|
|
8393
8637
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8394
8638
|
}, props),
|
|
8395
|
-
/* @__PURE__ */
|
|
8639
|
+
/* @__PURE__ */ React57.createElement(
|
|
8396
8640
|
"path",
|
|
8397
8641
|
{
|
|
8398
8642
|
d: "M0 .002v100h100v-100H0zm90 90H10v-80h80v80z",
|
|
8399
8643
|
fill: "currentColor"
|
|
8400
8644
|
}
|
|
8401
8645
|
),
|
|
8402
|
-
/* @__PURE__ */
|
|
8646
|
+
/* @__PURE__ */ React57.createElement(
|
|
8403
8647
|
"path",
|
|
8404
8648
|
{
|
|
8405
8649
|
d: "M87 13.002H53.68c8.41 1.53 15 8.2 16.46 16.63H87v-16.63zM46.32 13.002H13v16.63h16.86c1.45-8.43 8.05-15.1 16.46-16.63zM13 32.632v15.87h18.19c3.12-7.32 10.35-12.47 18.81-12.47 8.46 0 15.69 5.15 18.81 12.47H87v-15.87H13zM13 67.372h20.4c3.71-5.15 9.76-8.52 16.59-8.52 6.84 0 12.88 3.36 16.59 8.52H87v-15.87H13v15.87zM13 87.002h23.47c3.61-3.18 8.34-5.12 13.53-5.12 5.19 0 9.92 1.93 13.53 5.12H87v-16.63H13v16.63z",
|
|
@@ -8411,16 +8655,16 @@ function IllustrationArchived(props) {
|
|
|
8411
8655
|
var archived_default = IllustrationArchived;
|
|
8412
8656
|
|
|
8413
8657
|
// src/illustrations/lead-with-transparency.js
|
|
8414
|
-
var
|
|
8658
|
+
var React58 = __toESM(require("react"));
|
|
8415
8659
|
function IllustrationLeadwithTransparency(props) {
|
|
8416
|
-
return /* @__PURE__ */
|
|
8660
|
+
return /* @__PURE__ */ React58.createElement(
|
|
8417
8661
|
"svg",
|
|
8418
8662
|
__spreadValues({
|
|
8419
8663
|
viewBox: "0 0 110 101",
|
|
8420
8664
|
fill: "none",
|
|
8421
8665
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8422
8666
|
}, props),
|
|
8423
|
-
/* @__PURE__ */
|
|
8667
|
+
/* @__PURE__ */ React58.createElement(
|
|
8424
8668
|
"path",
|
|
8425
8669
|
{
|
|
8426
8670
|
d: "M55 100.888a54.867 54.867 0 0031.361-9.8H23.64a54.867 54.867 0 0031.361 9.8zM20.482 88.728h69.025a54.887 54.887 0 008.8-8.911H11.682a56.245 56.245 0 008.8 8.911zM9.262 76.492h91.476a54.95 54.95 0 004.411-7.957H4.851a54.95 54.95 0 004.41 7.957zM3.124 64.255h103.752a54.896 54.896 0 001.969-7.002H1.166a53.117 53.117 0 001.958 7.002zM0 46.015c0 2.03.121 4.039.33 6.003h109.34c.22-1.975.33-3.973.33-6.003v-.033H0v.033zM.363 39.782h109.274a54.71 54.71 0 00-.814-5.07H1.177a55.308 55.308 0 00-.814 5.07zM3.2 27.556H106.8a58.547 58.547 0 00-1.672-4.115H4.873A51.945 51.945 0 003.2 27.556zM9.405 15.32h91.19a59.831 59.831 0 00-2.321-3.161H11.726a59.814 59.814 0 00-2.321 3.16zM23.716.888a57.211 57.211 0 00-2.959 2.195h68.475A52.837 52.837 0 0086.273.888H23.716z",
|
|
@@ -8432,16 +8676,16 @@ function IllustrationLeadwithTransparency(props) {
|
|
|
8432
8676
|
var lead_with_transparency_default = IllustrationLeadwithTransparency;
|
|
8433
8677
|
|
|
8434
8678
|
// src/illustrations/ask-for-more.js
|
|
8435
|
-
var
|
|
8679
|
+
var React59 = __toESM(require("react"));
|
|
8436
8680
|
function IllustrationAskforMore(props) {
|
|
8437
|
-
return /* @__PURE__ */
|
|
8681
|
+
return /* @__PURE__ */ React59.createElement(
|
|
8438
8682
|
"svg",
|
|
8439
8683
|
__spreadValues({
|
|
8440
8684
|
viewBox: "0 0 100 100",
|
|
8441
8685
|
fill: "none",
|
|
8442
8686
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8443
8687
|
}, props),
|
|
8444
|
-
/* @__PURE__ */
|
|
8688
|
+
/* @__PURE__ */ React59.createElement(
|
|
8445
8689
|
"path",
|
|
8446
8690
|
{
|
|
8447
8691
|
d: "M100 38.086V0H61.914v9.93h21.132L54.963 38.013V16.88h-9.93v21.132L16.951 9.93h21.135V0H0v38.086h9.93V16.951l28.083 28.082H16.88v9.93h21.132L9.93 83.046V61.914H0V100h38.086v-9.93H16.951l28.082-28.086v21.135h9.93V61.984L83.046 90.07H61.914V100H100V61.914h-9.93v21.132L61.987 54.963H83.12v-9.93H61.987L90.07 16.951v21.135H100z",
|
|
@@ -8453,16 +8697,16 @@ function IllustrationAskforMore(props) {
|
|
|
8453
8697
|
var ask_for_more_default = IllustrationAskforMore;
|
|
8454
8698
|
|
|
8455
8699
|
// src/illustrations/learning-and-development.js
|
|
8456
|
-
var
|
|
8700
|
+
var React60 = __toESM(require("react"));
|
|
8457
8701
|
function IllustrationLearningDevelopment(props) {
|
|
8458
|
-
return /* @__PURE__ */
|
|
8702
|
+
return /* @__PURE__ */ React60.createElement(
|
|
8459
8703
|
"svg",
|
|
8460
8704
|
__spreadValues({
|
|
8461
8705
|
viewBox: "0 0 142 142",
|
|
8462
8706
|
fill: "none",
|
|
8463
8707
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8464
8708
|
}, props),
|
|
8465
|
-
/* @__PURE__ */
|
|
8709
|
+
/* @__PURE__ */ React60.createElement(
|
|
8466
8710
|
"path",
|
|
8467
8711
|
{
|
|
8468
8712
|
fillRule: "evenodd",
|
|
@@ -8471,7 +8715,7 @@ function IllustrationLearningDevelopment(props) {
|
|
|
8471
8715
|
fill: "currentColor"
|
|
8472
8716
|
}
|
|
8473
8717
|
),
|
|
8474
|
-
/* @__PURE__ */
|
|
8718
|
+
/* @__PURE__ */ React60.createElement(
|
|
8475
8719
|
"path",
|
|
8476
8720
|
{
|
|
8477
8721
|
fillRule: "evenodd",
|
|
@@ -8480,7 +8724,7 @@ function IllustrationLearningDevelopment(props) {
|
|
|
8480
8724
|
fill: "currentColor"
|
|
8481
8725
|
}
|
|
8482
8726
|
),
|
|
8483
|
-
/* @__PURE__ */
|
|
8727
|
+
/* @__PURE__ */ React60.createElement(
|
|
8484
8728
|
"circle",
|
|
8485
8729
|
{
|
|
8486
8730
|
cx: 70.71,
|
|
@@ -8495,16 +8739,16 @@ function IllustrationLearningDevelopment(props) {
|
|
|
8495
8739
|
var learning_and_development_default = IllustrationLearningDevelopment;
|
|
8496
8740
|
|
|
8497
8741
|
// src/illustrations/business-plan.js
|
|
8498
|
-
var
|
|
8742
|
+
var React61 = __toESM(require("react"));
|
|
8499
8743
|
function IllustrationBusinessPlan(props) {
|
|
8500
|
-
return /* @__PURE__ */
|
|
8744
|
+
return /* @__PURE__ */ React61.createElement(
|
|
8501
8745
|
"svg",
|
|
8502
8746
|
__spreadValues({
|
|
8503
8747
|
viewBox: "0 0 101 100",
|
|
8504
8748
|
fill: "none",
|
|
8505
8749
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8506
8750
|
}, props),
|
|
8507
|
-
/* @__PURE__ */
|
|
8751
|
+
/* @__PURE__ */ React61.createElement(
|
|
8508
8752
|
"path",
|
|
8509
8753
|
{
|
|
8510
8754
|
fillRule: "evenodd",
|
|
@@ -8518,23 +8762,23 @@ function IllustrationBusinessPlan(props) {
|
|
|
8518
8762
|
var business_plan_default = IllustrationBusinessPlan;
|
|
8519
8763
|
|
|
8520
8764
|
// src/illustrations/loom-plans.js
|
|
8521
|
-
var
|
|
8765
|
+
var React62 = __toESM(require("react"));
|
|
8522
8766
|
function IllustrationLoomPlans(props) {
|
|
8523
|
-
return /* @__PURE__ */
|
|
8767
|
+
return /* @__PURE__ */ React62.createElement(
|
|
8524
8768
|
"svg",
|
|
8525
8769
|
__spreadValues({
|
|
8526
8770
|
viewBox: "0 0 100 100",
|
|
8527
8771
|
fill: "none",
|
|
8528
8772
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8529
8773
|
}, props),
|
|
8530
|
-
/* @__PURE__ */
|
|
8774
|
+
/* @__PURE__ */ React62.createElement(
|
|
8531
8775
|
"path",
|
|
8532
8776
|
{
|
|
8533
8777
|
d: "M0 12.288L12.287 0v87.71h37.706L37.706 100H0v-87.71zM49.994 63.743l12.287-12.276v36.245h37.72L87.714 100h-37.72V63.743zM49.994 33.336l12.287-12.288v18.129h37.72L87.714 51.465h-37.72V33.336z",
|
|
8534
8778
|
fill: "currentColor"
|
|
8535
8779
|
}
|
|
8536
8780
|
),
|
|
8537
|
-
/* @__PURE__ */
|
|
8781
|
+
/* @__PURE__ */ React62.createElement(
|
|
8538
8782
|
"path",
|
|
8539
8783
|
{
|
|
8540
8784
|
d: "M49.993 12.288L62.28 0v9.064H100L87.713 21.353h-37.72v-9.065z",
|
|
@@ -8546,16 +8790,16 @@ function IllustrationLoomPlans(props) {
|
|
|
8546
8790
|
var loom_plans_default = IllustrationLoomPlans;
|
|
8547
8791
|
|
|
8548
8792
|
// src/illustrations/collaborate-with-teammates.js
|
|
8549
|
-
var
|
|
8793
|
+
var React63 = __toESM(require("react"));
|
|
8550
8794
|
function IllustrationCollaboratewithTeammatesSharedLibrary(props) {
|
|
8551
|
-
return /* @__PURE__ */
|
|
8795
|
+
return /* @__PURE__ */ React63.createElement(
|
|
8552
8796
|
"svg",
|
|
8553
8797
|
__spreadValues({
|
|
8554
8798
|
viewBox: "0 0 100 100",
|
|
8555
8799
|
fill: "none",
|
|
8556
8800
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8557
8801
|
}, props),
|
|
8558
|
-
/* @__PURE__ */
|
|
8802
|
+
/* @__PURE__ */ React63.createElement(
|
|
8559
8803
|
"path",
|
|
8560
8804
|
{
|
|
8561
8805
|
fillRule: "evenodd",
|
|
@@ -8569,16 +8813,16 @@ function IllustrationCollaboratewithTeammatesSharedLibrary(props) {
|
|
|
8569
8813
|
var collaborate_with_teammates_default = IllustrationCollaboratewithTeammatesSharedLibrary;
|
|
8570
8814
|
|
|
8571
8815
|
// src/illustrations/option-grants.js
|
|
8572
|
-
var
|
|
8816
|
+
var React64 = __toESM(require("react"));
|
|
8573
8817
|
function IllustrationOptionGrants(props) {
|
|
8574
|
-
return /* @__PURE__ */
|
|
8818
|
+
return /* @__PURE__ */ React64.createElement(
|
|
8575
8819
|
"svg",
|
|
8576
8820
|
__spreadValues({
|
|
8577
8821
|
viewBox: "0 0 101 101",
|
|
8578
8822
|
fill: "none",
|
|
8579
8823
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8580
8824
|
}, props),
|
|
8581
|
-
/* @__PURE__ */
|
|
8825
|
+
/* @__PURE__ */ React64.createElement(
|
|
8582
8826
|
"path",
|
|
8583
8827
|
{
|
|
8584
8828
|
fill: "currentColor",
|
|
@@ -8590,16 +8834,16 @@ function IllustrationOptionGrants(props) {
|
|
|
8590
8834
|
var option_grants_default = IllustrationOptionGrants;
|
|
8591
8835
|
|
|
8592
8836
|
// src/illustrations/community.js
|
|
8593
|
-
var
|
|
8837
|
+
var React65 = __toESM(require("react"));
|
|
8594
8838
|
function IllustrationCommunity(props) {
|
|
8595
|
-
return /* @__PURE__ */
|
|
8839
|
+
return /* @__PURE__ */ React65.createElement(
|
|
8596
8840
|
"svg",
|
|
8597
8841
|
__spreadValues({
|
|
8598
8842
|
viewBox: "0 0 101 100",
|
|
8599
8843
|
fill: "none",
|
|
8600
8844
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8601
8845
|
}, props),
|
|
8602
|
-
/* @__PURE__ */
|
|
8846
|
+
/* @__PURE__ */ React65.createElement(
|
|
8603
8847
|
"path",
|
|
8604
8848
|
{
|
|
8605
8849
|
fillRule: "evenodd",
|
|
@@ -8613,16 +8857,16 @@ function IllustrationCommunity(props) {
|
|
|
8613
8857
|
var community_default = IllustrationCommunity;
|
|
8614
8858
|
|
|
8615
8859
|
// src/illustrations/community-alt.js
|
|
8616
|
-
var
|
|
8860
|
+
var React66 = __toESM(require("react"));
|
|
8617
8861
|
function IllustrationCommunityAlt(props) {
|
|
8618
|
-
return /* @__PURE__ */
|
|
8862
|
+
return /* @__PURE__ */ React66.createElement(
|
|
8619
8863
|
"svg",
|
|
8620
8864
|
__spreadValues({
|
|
8621
8865
|
viewBox: "0 0 96 96",
|
|
8622
8866
|
fill: "none",
|
|
8623
8867
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8624
8868
|
}, props),
|
|
8625
|
-
/* @__PURE__ */
|
|
8869
|
+
/* @__PURE__ */ React66.createElement(
|
|
8626
8870
|
"path",
|
|
8627
8871
|
{
|
|
8628
8872
|
fillRule: "evenodd",
|
|
@@ -8636,16 +8880,16 @@ function IllustrationCommunityAlt(props) {
|
|
|
8636
8880
|
var community_alt_default = IllustrationCommunityAlt;
|
|
8637
8881
|
|
|
8638
8882
|
// src/illustrations/parental-leave.js
|
|
8639
|
-
var
|
|
8883
|
+
var React67 = __toESM(require("react"));
|
|
8640
8884
|
function IllustrationParentalLeave(props) {
|
|
8641
|
-
return /* @__PURE__ */
|
|
8885
|
+
return /* @__PURE__ */ React67.createElement(
|
|
8642
8886
|
"svg",
|
|
8643
8887
|
__spreadValues({
|
|
8644
8888
|
viewBox: "0 0 100 101",
|
|
8645
8889
|
fill: "none",
|
|
8646
8890
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8647
8891
|
}, props),
|
|
8648
|
-
/* @__PURE__ */
|
|
8892
|
+
/* @__PURE__ */ React67.createElement(
|
|
8649
8893
|
"path",
|
|
8650
8894
|
{
|
|
8651
8895
|
d: "M49.027 25.443a24.514 24.514 0 10-24.513 24.513V25.443h24.513zM75.486 49.956a24.513 24.513 0 10-24.513-24.513h24.513v24.513zM50.973 76.415a24.514 24.514 0 1024.513-24.513v24.513H50.973zM24.514 51.902a24.513 24.513 0 1024.513 24.513H24.514V51.902z",
|
|
@@ -8657,16 +8901,16 @@ function IllustrationParentalLeave(props) {
|
|
|
8657
8901
|
var parental_leave_default = IllustrationParentalLeave;
|
|
8658
8902
|
|
|
8659
8903
|
// src/illustrations/content-limit.js
|
|
8660
|
-
var
|
|
8904
|
+
var React68 = __toESM(require("react"));
|
|
8661
8905
|
function IllustrationContentLimit(props) {
|
|
8662
|
-
return /* @__PURE__ */
|
|
8906
|
+
return /* @__PURE__ */ React68.createElement(
|
|
8663
8907
|
"svg",
|
|
8664
8908
|
__spreadValues({
|
|
8665
8909
|
viewBox: "0 0 100 100",
|
|
8666
8910
|
fill: "none",
|
|
8667
8911
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8668
8912
|
}, props),
|
|
8669
|
-
/* @__PURE__ */
|
|
8913
|
+
/* @__PURE__ */ React68.createElement(
|
|
8670
8914
|
"path",
|
|
8671
8915
|
{
|
|
8672
8916
|
fillRule: "evenodd",
|
|
@@ -8680,16 +8924,16 @@ function IllustrationContentLimit(props) {
|
|
|
8680
8924
|
var content_limit_default = IllustrationContentLimit;
|
|
8681
8925
|
|
|
8682
8926
|
// src/illustrations/pto.js
|
|
8683
|
-
var
|
|
8927
|
+
var React69 = __toESM(require("react"));
|
|
8684
8928
|
function IllustrationPto(props) {
|
|
8685
|
-
return /* @__PURE__ */
|
|
8929
|
+
return /* @__PURE__ */ React69.createElement(
|
|
8686
8930
|
"svg",
|
|
8687
8931
|
__spreadValues({
|
|
8688
8932
|
viewBox: "0 0 110 111",
|
|
8689
8933
|
fill: "none",
|
|
8690
8934
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8691
8935
|
}, props),
|
|
8692
|
-
/* @__PURE__ */
|
|
8936
|
+
/* @__PURE__ */ React69.createElement(
|
|
8693
8937
|
"path",
|
|
8694
8938
|
{
|
|
8695
8939
|
fillRule: "evenodd",
|
|
@@ -8703,16 +8947,16 @@ function IllustrationPto(props) {
|
|
|
8703
8947
|
var pto_default = IllustrationPto;
|
|
8704
8948
|
|
|
8705
8949
|
// src/illustrations/custom-branding.js
|
|
8706
|
-
var
|
|
8950
|
+
var React70 = __toESM(require("react"));
|
|
8707
8951
|
function IllustrationCustomBranding(props) {
|
|
8708
|
-
return /* @__PURE__ */
|
|
8952
|
+
return /* @__PURE__ */ React70.createElement(
|
|
8709
8953
|
"svg",
|
|
8710
8954
|
__spreadValues({
|
|
8711
8955
|
viewBox: "0 0 134 134",
|
|
8712
8956
|
fill: "none",
|
|
8713
8957
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8714
8958
|
}, props),
|
|
8715
|
-
/* @__PURE__ */
|
|
8959
|
+
/* @__PURE__ */ React70.createElement(
|
|
8716
8960
|
"path",
|
|
8717
8961
|
{
|
|
8718
8962
|
d: "M64.657 63.942L19.983 19.267l-.708.707 44.708 44.708L9.227 33.067l-.5.866L63.4 65.5h-.063L2.407 49.176l-.26.966L59.475 65.5H0v3h55.604L1.889 82.89l.776 2.898 53.719-14.391L8.227 99.2l1.5 2.598 48.184-27.82-39.343 39.343.709.708-.002.001.708.708v-.002l.707.706 39.298-39.299-27.787 48.128 2.598 1.5 27.83-48.202-14.404 53.764 2.898.776L65.5 78.447V134h3V78.395l14.39 53.715.98-.262v.002l.966-.258v-.003l.953-.255-14.392-53.719L99.2 125.772l2.598-1.5-27.803-48.154 39.326 39.325.711-.711.007.007.707-.708-.007-.007.703-.702-39.325-39.326 48.154 27.803 1.5-2.598-48.157-27.804 53.719 14.391.776-2.897L78.395 68.5H134v-3H74.525l57.326-15.358-.259-.966L70.661 65.5h-.064l54.674-31.567-.5-.866-54.697 31.58 44.673-44.673-.707-.707-44.728 44.728 31.621-54.768-.866-.5-31.576 54.69 16.345-61.01-.966-.26L67.5 63.252V0h-1v63.15L50.157 2.148l-.966.258 16.368 61.098L33.933 8.727l-.866.5 31.59 54.715z",
|
|
@@ -8724,53 +8968,53 @@ function IllustrationCustomBranding(props) {
|
|
|
8724
8968
|
var custom_branding_default = IllustrationCustomBranding;
|
|
8725
8969
|
|
|
8726
8970
|
// src/illustrations/record.js
|
|
8727
|
-
var
|
|
8971
|
+
var React71 = __toESM(require("react"));
|
|
8728
8972
|
function IllustrationRecord(props) {
|
|
8729
|
-
return /* @__PURE__ */
|
|
8973
|
+
return /* @__PURE__ */ React71.createElement(
|
|
8730
8974
|
"svg",
|
|
8731
8975
|
__spreadValues({
|
|
8732
8976
|
viewBox: "0 0 100 100",
|
|
8733
8977
|
fill: "none",
|
|
8734
8978
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8735
8979
|
}, props),
|
|
8736
|
-
/* @__PURE__ */
|
|
8737
|
-
/* @__PURE__ */
|
|
8980
|
+
/* @__PURE__ */ React71.createElement("g", { clipPath: "url(#Record_svg__clip0)", fill: "currentColor" }, /* @__PURE__ */ React71.createElement("path", { d: "M79.819 62.343c6.818-16.462-.999-35.334-17.46-42.153-16.463-6.82-35.336.998-42.155 17.46-6.819 16.462.998 35.335 17.46 42.154 16.463 6.819 35.335-.999 42.154-17.46zM53.659 0h-7.303v8.763h7.303V0zM40.498.773l-6.87 1.84 2.268 8.465 6.87-1.84L40.498.772zM28.003 4.978l-5.996 3.46 4.38 7.59 5.996-3.46-4.38-7.59zM17.048 12.274l-4.761 4.76 6.196 6.197 4.761-4.76-6.196-6.197zM8.34 22.174L5.07 27.84l7.588 4.381 3.271-5.666-7.588-4.381zM2.522 33.984L.878 40.121l8.464 2.268 1.644-6.137-8.464-2.268zM8.763 46.926H0v6.163h8.763v-6.163zM9.362 57.697L.898 59.965l1.595 5.953 8.464-2.268-1.595-5.953zM12.806 68.033l-7.589 4.382 2.987 5.173 7.589-4.382-2.987-5.173zM18.811 77.097l-6.196 6.197 4.09 4.09 6.196-6.197-4.09-4.09zM26.969 84.311L22.587 91.9l4.844 2.797 4.382-7.59-4.844-2.796zM36.721 89.14l-2.27 8.464 5.22 1.4 2.27-8.464-5.22-1.4zM52.607 91.237h-5.214V100h5.214v-8.763zM63.083 89.192l-4.839 1.296 2.268 8.464 4.839-1.296-2.268-8.464zM72.698 84.501l-4.173 2.41 4.381 7.59 4.174-2.41-4.382-7.59zM80.772 77.506L77.5 80.78l6.196 6.196 3.274-3.274-6.197-6.196zM86.813 68.694l-2.22 3.845 7.59 4.382 2.22-3.845-7.59-4.382zM90.385 58.633l-1.1 4.105 8.464 2.268 1.1-4.105-8.464-2.268zM100 47.962h-8.763v4.06H100v-4.06zM97.796 35.184l-8.464 2.267 1.002 3.739 8.464-2.268-1.002-3.738zM92.37 23.41l-7.589 4.381 1.84 3.188 7.59-4.382-1.84-3.187zM84.1 13.424l-6.197 6.195 2.467 2.469 6.198-6.195-2.467-2.469zM73.564 5.885l-4.383 7.588 2.858 1.65 4.383-7.587-2.858-1.651zM61.446 1.297l-2.27 8.465 3.005.805 2.27-8.464-3.005-.806z" })),
|
|
8981
|
+
/* @__PURE__ */ React71.createElement("defs", null, /* @__PURE__ */ React71.createElement("clipPath", { id: "Record_svg__clip0" }, /* @__PURE__ */ React71.createElement("path", { fill: "#fff", d: "M0 0h100v100H0z" })))
|
|
8738
8982
|
);
|
|
8739
8983
|
}
|
|
8740
8984
|
var record_default = IllustrationRecord;
|
|
8741
8985
|
|
|
8742
8986
|
// src/illustrations/desktop-app-and-chrome-extension.js
|
|
8743
|
-
var
|
|
8987
|
+
var React72 = __toESM(require("react"));
|
|
8744
8988
|
function IllustrationDesktopAppandChromeExtension(props) {
|
|
8745
|
-
return /* @__PURE__ */
|
|
8989
|
+
return /* @__PURE__ */ React72.createElement(
|
|
8746
8990
|
"svg",
|
|
8747
8991
|
__spreadValues({
|
|
8748
8992
|
viewBox: "0 0 134 134",
|
|
8749
8993
|
fill: "none",
|
|
8750
8994
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8751
8995
|
}, props),
|
|
8752
|
-
/* @__PURE__ */
|
|
8996
|
+
/* @__PURE__ */ React72.createElement(
|
|
8753
8997
|
"path",
|
|
8754
8998
|
{
|
|
8755
8999
|
d: "M64.676 50.418L55.95.916l-1.164.207 8.727 49.502c.195-.042.384-.083.58-.119.194-.035.39-.059.584-.088zM44.664 3.828l-1.158.42L60.694 51.48c.378-.153.768-.29 1.158-.42L44.664 3.829zM34.058 8.656l-1.11.644 25.128 43.528c.36-.225.733-.443 1.111-.644L34.058 8.656zM24.444 15.243l-1.022.856L55.73 54.606c.33-.302.668-.586 1.022-.857L24.444 15.243zM16.117 23.403l-.892 1.058L53.73 56.769c.283-.366.579-.715.892-1.058L16.117 23.403zM9.336 32.88l-.715 1.241 43.534 25.135c.225-.425.461-.839.715-1.247L9.336 32.88zM4.295 43.387l-.508 1.394 47.24 17.194c.147-.473.318-.94.507-1.394L4.295 43.387zM1.153 54.606l-.266 1.519 49.502 8.727c.065-.509.153-1.017.266-1.513L1.153 54.606zM0 66.205v1.59h50.27a15.808 15.808 0 010-1.59H0zM50.375 69.076L.867 77.803l.296 1.66 49.508-8.726c-.066-.272-.119-.55-.166-.828a13.631 13.631 0 01-.13-.833zM3.746 89.102l.597 1.636 47.245-17.194a16.817 16.817 0 01-.591-1.636L3.747 89.102zM8.525 99.725l.893 1.548 43.534-25.135a16.699 16.699 0 01-.892-1.548L8.525 99.725zM15.086 109.361l1.182 1.413 38.518-32.32c-.42-.45-.816-.916-1.182-1.406L15.086 109.36zM23.207 117.715l1.448 1.217 32.32-38.518c-.503-.378-.993-.78-1.454-1.211l-32.314 38.512zM32.662 124.54l1.678.969 25.141-43.54c-.579-.29-1.14-.62-1.678-.975l-25.14 43.546zM43.152 129.623l1.873.679 17.2-47.25c-.638-.19-1.264-.42-1.873-.68l-17.2 47.251zM54.36 132.807l2.008.355 8.733-49.52a16.216 16.216 0 01-2.009-.354l-8.733 49.519zM65.951 134h2.092V83.718c-.703.047-1.4.042-2.092 0V134zM68.846 83.646l8.733 49.525 2.109-.372-8.733-49.525c-.343.082-.697.16-1.052.224-.348.06-.703.107-1.057.148zM88.883 130.337l2.063-.751-17.2-47.25c-.662.29-1.353.543-2.062.75l17.2 47.251zM99.528 125.585l1.944-1.123L76.325 80.91a16.63 16.63 0 01-1.944 1.123l25.147 43.552zM109.189 119.063l1.761-1.477-32.326-38.523c-.55.531-1.14 1.022-1.76 1.477l32.325 38.523zM117.575 110.967l1.506-1.796-38.53-32.332a16.83 16.83 0 01-1.506 1.797l38.53 32.331zM124.423 101.539l1.2-2.074-43.558-25.147a16.44 16.44 0 01-1.2 2.074l43.558 25.147zM129.54 91.069l.839-2.299-47.257-17.2c-.224.792-.508 1.56-.839 2.299l47.257 17.2zM132.764 79.867l.431-2.458-49.531-8.733c-.083.839-.23 1.66-.432 2.458l49.532 8.733zM133.999 68.272v-2.546h-50.3c.065.857.065 1.707.006 2.546H134zM83.666 65.383l49.543-8.732-.449-2.559-49.543 8.733a15.696 15.696 0 01.45 2.558zM130.415 45.33l-.904-2.493-47.269 17.205c.36.798.662 1.631.904 2.494l47.269-17.206zM125.7 34.671l-1.353-2.34-43.564 25.153a16.98 16.98 0 011.353 2.34L125.7 34.671zM119.213 24.988l-1.767-2.11-38.542 32.338c.644.65 1.235 1.353 1.773 2.103l38.536-32.331zM111.141 16.573l-2.145-1.802-32.338 38.542a17.328 17.328 0 012.145 1.802l32.338-38.542zM101.732 9.69l-2.47-1.424-25.159 43.576c.863.407 1.69.88 2.47 1.424L101.732 9.69zM74.07 51.817L91.28 4.537l-2.73-.993-17.188 47.227-.011.053c.939.255 1.849.585 2.718.993z",
|
|
8756
9000
|
fill: "currentColor"
|
|
8757
9001
|
}
|
|
8758
9002
|
),
|
|
8759
|
-
/* @__PURE__ */
|
|
9003
|
+
/* @__PURE__ */ React72.createElement(
|
|
8760
9004
|
"path",
|
|
8761
9005
|
{
|
|
8762
9006
|
d: "M71.346 50.825l.017-.047 8.728-49.496-2.908-.514-8.662 49.1v.455a16.15 16.15 0 012.825.502z",
|
|
8763
9007
|
fill: "currentColor"
|
|
8764
9008
|
}
|
|
8765
9009
|
),
|
|
8766
|
-
/* @__PURE__ */
|
|
9010
|
+
/* @__PURE__ */ React72.createElement(
|
|
8767
9011
|
"path",
|
|
8768
9012
|
{
|
|
8769
9013
|
d: "M71.354 50.825l.011-.053-.017.047c0 .006.006.006.006.006zM68.522 49.868V0h-3.043v50.323a16.573 16.573 0 012.966-.012l.077-.443z",
|
|
8770
9014
|
fill: "currentColor"
|
|
8771
9015
|
}
|
|
8772
9016
|
),
|
|
8773
|
-
/* @__PURE__ */
|
|
9017
|
+
/* @__PURE__ */ React72.createElement(
|
|
8774
9018
|
"path",
|
|
8775
9019
|
{
|
|
8776
9020
|
d: "M68.52 50.317v-.449l-.077.444c.024 0 .053.005.077.005z",
|
|
@@ -8782,16 +9026,16 @@ function IllustrationDesktopAppandChromeExtension(props) {
|
|
|
8782
9026
|
var desktop_app_and_chrome_extension_default = IllustrationDesktopAppandChromeExtension;
|
|
8783
9027
|
|
|
8784
9028
|
// src/illustrations/remote-first.js
|
|
8785
|
-
var
|
|
9029
|
+
var React73 = __toESM(require("react"));
|
|
8786
9030
|
function IllustrationRemoteFirst(props) {
|
|
8787
|
-
return /* @__PURE__ */
|
|
9031
|
+
return /* @__PURE__ */ React73.createElement(
|
|
8788
9032
|
"svg",
|
|
8789
9033
|
__spreadValues({
|
|
8790
9034
|
viewBox: "0 0 110 110",
|
|
8791
9035
|
fill: "none",
|
|
8792
9036
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8793
9037
|
}, props),
|
|
8794
|
-
/* @__PURE__ */
|
|
9038
|
+
/* @__PURE__ */ React73.createElement(
|
|
8795
9039
|
"path",
|
|
8796
9040
|
{
|
|
8797
9041
|
d: "M55 105c27.615 0 50-22.386 50-50S82.615 5 55 5C27.386 5 5 27.386 5 55s22.386 50 50 50z",
|
|
@@ -8800,7 +9044,7 @@ function IllustrationRemoteFirst(props) {
|
|
|
8800
9044
|
strokeMiterlimit: 10
|
|
8801
9045
|
}
|
|
8802
9046
|
),
|
|
8803
|
-
/* @__PURE__ */
|
|
9047
|
+
/* @__PURE__ */ React73.createElement(
|
|
8804
9048
|
"path",
|
|
8805
9049
|
{
|
|
8806
9050
|
d: "M60.849 5.33c13.693 12.157 22.34 29.89 22.34 49.653 0 19.744-8.63 37.495-22.322 49.652M49.131 5.33c-13.693 12.157-22.34 29.89-22.34 49.653 0 19.744 8.629 37.495 22.322 49.652",
|
|
@@ -8809,7 +9053,7 @@ function IllustrationRemoteFirst(props) {
|
|
|
8809
9053
|
strokeMiterlimit: 10
|
|
8810
9054
|
}
|
|
8811
9055
|
),
|
|
8812
|
-
/* @__PURE__ */
|
|
9056
|
+
/* @__PURE__ */ React73.createElement(
|
|
8813
9057
|
"path",
|
|
8814
9058
|
{
|
|
8815
9059
|
d: "M97.467 26.024C86.589 36.9 71.58 43.61 54.999 43.61c-16.07 0-30.658-6.307-41.444-16.6M97.467 83.958C86.589 73.08 71.58 66.37 54.999 66.37c-16.07 0-30.658 6.307-41.444 16.6M104.981 55H5M55 104.982V5",
|
|
@@ -8823,23 +9067,23 @@ function IllustrationRemoteFirst(props) {
|
|
|
8823
9067
|
var remote_first_default = IllustrationRemoteFirst;
|
|
8824
9068
|
|
|
8825
9069
|
// src/illustrations/device-compatibility.js
|
|
8826
|
-
var
|
|
9070
|
+
var React74 = __toESM(require("react"));
|
|
8827
9071
|
function IllustrationDeviceCompatibility(props) {
|
|
8828
|
-
return /* @__PURE__ */
|
|
9072
|
+
return /* @__PURE__ */ React74.createElement(
|
|
8829
9073
|
"svg",
|
|
8830
9074
|
__spreadValues({
|
|
8831
9075
|
viewBox: "0 0 110 110",
|
|
8832
9076
|
fill: "none",
|
|
8833
9077
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8834
9078
|
}, props),
|
|
8835
|
-
/* @__PURE__ */
|
|
9079
|
+
/* @__PURE__ */ React74.createElement(
|
|
8836
9080
|
"path",
|
|
8837
9081
|
{
|
|
8838
9082
|
d: "M55 0C24.626 0 0 24.626 0 55s24.626 55 55 55 55-24.626 55-55S85.374 0 55 0zm0 109.525L.49 55 55 .49l54.525 54.525L55 109.525z",
|
|
8839
9083
|
fill: "currentColor"
|
|
8840
9084
|
}
|
|
8841
9085
|
),
|
|
8842
|
-
/* @__PURE__ */
|
|
9086
|
+
/* @__PURE__ */ React74.createElement(
|
|
8843
9087
|
"path",
|
|
8844
9088
|
{
|
|
8845
9089
|
d: "M27.923 27.923v54.139H82.06V27.923H27.923zm27.076 52.074c-13.798 0-24.982-11.184-24.982-24.982S41.201 30.032 55 30.032c13.799 0 24.983 11.185 24.983 24.983 0 13.783-11.184 24.982-24.983 24.982z",
|
|
@@ -8851,17 +9095,17 @@ function IllustrationDeviceCompatibility(props) {
|
|
|
8851
9095
|
var device_compatibility_default = IllustrationDeviceCompatibility;
|
|
8852
9096
|
|
|
8853
9097
|
// src/illustrations/roadmap.js
|
|
8854
|
-
var
|
|
9098
|
+
var React75 = __toESM(require("react"));
|
|
8855
9099
|
function IllustrationRoadmap(props) {
|
|
8856
|
-
return /* @__PURE__ */
|
|
9100
|
+
return /* @__PURE__ */ React75.createElement(
|
|
8857
9101
|
"svg",
|
|
8858
9102
|
__spreadValues({
|
|
8859
9103
|
viewBox: "0 0 100 100",
|
|
8860
9104
|
fill: "none",
|
|
8861
9105
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8862
9106
|
}, props),
|
|
8863
|
-
/* @__PURE__ */
|
|
8864
|
-
/* @__PURE__ */
|
|
9107
|
+
/* @__PURE__ */ React75.createElement("path", { d: "M100 100H0V0h100v100zM10 90h80V10H10v80z", fill: "currentColor" }),
|
|
9108
|
+
/* @__PURE__ */ React75.createElement(
|
|
8865
9109
|
"path",
|
|
8866
9110
|
{
|
|
8867
9111
|
d: "M50.008 39.806L80 54v-9.806L50.008 30 20 44.194V54l30.008-14.194zM80 20H20v10h60V20z",
|
|
@@ -8873,16 +9117,16 @@ function IllustrationRoadmap(props) {
|
|
|
8873
9117
|
var roadmap_default = IllustrationRoadmap;
|
|
8874
9118
|
|
|
8875
9119
|
// src/illustrations/downgrade.js
|
|
8876
|
-
var
|
|
9120
|
+
var React76 = __toESM(require("react"));
|
|
8877
9121
|
function IllustrationDowngrade(props) {
|
|
8878
|
-
return /* @__PURE__ */
|
|
9122
|
+
return /* @__PURE__ */ React76.createElement(
|
|
8879
9123
|
"svg",
|
|
8880
9124
|
__spreadValues({
|
|
8881
9125
|
viewBox: "0 0 100 100",
|
|
8882
9126
|
fill: "none",
|
|
8883
9127
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8884
9128
|
}, props),
|
|
8885
|
-
/* @__PURE__ */
|
|
9129
|
+
/* @__PURE__ */ React76.createElement(
|
|
8886
9130
|
"path",
|
|
8887
9131
|
{
|
|
8888
9132
|
fillRule: "evenodd",
|
|
@@ -8896,16 +9140,16 @@ function IllustrationDowngrade(props) {
|
|
|
8896
9140
|
var downgrade_default = IllustrationDowngrade;
|
|
8897
9141
|
|
|
8898
9142
|
// src/illustrations/screenshot.js
|
|
8899
|
-
var
|
|
9143
|
+
var React77 = __toESM(require("react"));
|
|
8900
9144
|
function IllustrationScreenshot(props) {
|
|
8901
|
-
return /* @__PURE__ */
|
|
9145
|
+
return /* @__PURE__ */ React77.createElement(
|
|
8902
9146
|
"svg",
|
|
8903
9147
|
__spreadValues({
|
|
8904
9148
|
viewBox: "0 0 100 100",
|
|
8905
9149
|
fill: "none",
|
|
8906
9150
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8907
9151
|
}, props),
|
|
8908
|
-
/* @__PURE__ */
|
|
9152
|
+
/* @__PURE__ */ React77.createElement(
|
|
8909
9153
|
"path",
|
|
8910
9154
|
{
|
|
8911
9155
|
fillRule: "evenodd",
|
|
@@ -8919,16 +9163,16 @@ function IllustrationScreenshot(props) {
|
|
|
8919
9163
|
var screenshot_default = IllustrationScreenshot;
|
|
8920
9164
|
|
|
8921
9165
|
// src/illustrations/embrace-the-weird.js
|
|
8922
|
-
var
|
|
9166
|
+
var React78 = __toESM(require("react"));
|
|
8923
9167
|
function IllustrationEmbracetheWeird(props) {
|
|
8924
|
-
return /* @__PURE__ */
|
|
9168
|
+
return /* @__PURE__ */ React78.createElement(
|
|
8925
9169
|
"svg",
|
|
8926
9170
|
__spreadValues({
|
|
8927
9171
|
viewBox: "0 0 110 110",
|
|
8928
9172
|
fill: "none",
|
|
8929
9173
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8930
9174
|
}, props),
|
|
8931
|
-
/* @__PURE__ */
|
|
9175
|
+
/* @__PURE__ */ React78.createElement(
|
|
8932
9176
|
"path",
|
|
8933
9177
|
{
|
|
8934
9178
|
fillRule: "evenodd",
|
|
@@ -8942,40 +9186,40 @@ function IllustrationEmbracetheWeird(props) {
|
|
|
8942
9186
|
var embrace_the_weird_default = IllustrationEmbracetheWeird;
|
|
8943
9187
|
|
|
8944
9188
|
// src/illustrations/share-with-your-team.js
|
|
8945
|
-
var
|
|
9189
|
+
var React79 = __toESM(require("react"));
|
|
8946
9190
|
function IllustrationSharewithYourTeamTeamLibrary(props) {
|
|
8947
|
-
return /* @__PURE__ */
|
|
9191
|
+
return /* @__PURE__ */ React79.createElement(
|
|
8948
9192
|
"svg",
|
|
8949
9193
|
__spreadValues({
|
|
8950
9194
|
viewBox: "0 0 100 100",
|
|
8951
9195
|
fill: "none",
|
|
8952
9196
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8953
9197
|
}, props),
|
|
8954
|
-
/* @__PURE__ */
|
|
9198
|
+
/* @__PURE__ */ React79.createElement(
|
|
8955
9199
|
"g",
|
|
8956
9200
|
{
|
|
8957
9201
|
clipPath: "url(#Share_with_Your_Team_(Team_Library)_svg__clip0)",
|
|
8958
9202
|
fill: "currentColor"
|
|
8959
9203
|
},
|
|
8960
|
-
/* @__PURE__ */
|
|
8961
|
-
/* @__PURE__ */
|
|
9204
|
+
/* @__PURE__ */ React79.createElement("path", { d: "M33.33 24.946V8.384L24.946 0v24.946H0l8.384 8.384H33.33v-8.384zM58.286 33.33h8.385V8.384L58.286 0v24.946H33.331l8.394 8.384h16.561z" }),
|
|
9205
|
+
/* @__PURE__ */ React79.createElement("path", { d: "M100 8.384L91.614 0v24.946H66.67l8.385 8.384H100V8.384zM33.33 58.286V41.724l-8.384-8.394v24.956H0l8.384 8.384H33.33v-8.384zM33.33 58.286l8.395 8.384H66.67V41.724l-8.385-8.394v24.956H33.331zM66.67 58.286l8.384 8.384H100V41.724l-8.385-8.394v24.956H66.67zM24.946 66.67v24.946H0L8.384 100H33.33V75.054l-8.384-8.384zM58.286 66.67v24.946H33.331L41.725 100H66.67V75.054l-8.385-8.384zM66.67 91.616L75.053 100h24.945V75.054l-8.384-8.384v24.946H66.67z" })
|
|
8962
9206
|
),
|
|
8963
|
-
/* @__PURE__ */
|
|
9207
|
+
/* @__PURE__ */ React79.createElement("defs", null, /* @__PURE__ */ React79.createElement("clipPath", { id: "Share_with_Your_Team_(Team_Library)_svg__clip0" }, /* @__PURE__ */ React79.createElement("path", { fill: "#fff", d: "M0 0h100v100H0z" })))
|
|
8964
9208
|
);
|
|
8965
9209
|
}
|
|
8966
9210
|
var share_with_your_team_default = IllustrationSharewithYourTeamTeamLibrary;
|
|
8967
9211
|
|
|
8968
9212
|
// src/illustrations/enterprise-plan.js
|
|
8969
|
-
var
|
|
9213
|
+
var React80 = __toESM(require("react"));
|
|
8970
9214
|
function IllustrationEnterprisePlan(props) {
|
|
8971
|
-
return /* @__PURE__ */
|
|
9215
|
+
return /* @__PURE__ */ React80.createElement(
|
|
8972
9216
|
"svg",
|
|
8973
9217
|
__spreadValues({
|
|
8974
9218
|
viewBox: "0 0 101 100",
|
|
8975
9219
|
fill: "none",
|
|
8976
9220
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8977
9221
|
}, props),
|
|
8978
|
-
/* @__PURE__ */
|
|
9222
|
+
/* @__PURE__ */ React80.createElement(
|
|
8979
9223
|
"path",
|
|
8980
9224
|
{
|
|
8981
9225
|
fill: "currentColor",
|
|
@@ -8987,30 +9231,30 @@ function IllustrationEnterprisePlan(props) {
|
|
|
8987
9231
|
var enterprise_plan_default = IllustrationEnterprisePlan;
|
|
8988
9232
|
|
|
8989
9233
|
// src/illustrations/share.js
|
|
8990
|
-
var
|
|
9234
|
+
var React81 = __toESM(require("react"));
|
|
8991
9235
|
function IllustrationShare(props) {
|
|
8992
|
-
return /* @__PURE__ */
|
|
9236
|
+
return /* @__PURE__ */ React81.createElement(
|
|
8993
9237
|
"svg",
|
|
8994
9238
|
__spreadValues({
|
|
8995
9239
|
viewBox: "0 0 100 101",
|
|
8996
9240
|
fill: "none",
|
|
8997
9241
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8998
9242
|
}, props),
|
|
8999
|
-
/* @__PURE__ */
|
|
9243
|
+
/* @__PURE__ */ React81.createElement(
|
|
9000
9244
|
"path",
|
|
9001
9245
|
{
|
|
9002
9246
|
d: "M34.27 50.002v15.73H50c-8.69 0-15.73-7.04-15.73-15.73zM65.73 50.002v-15.73H50c8.69 0 15.73 7.04 15.73 15.73zM50 34.272H34.27v15.73c0-8.69 7.04-15.73 15.73-15.73z",
|
|
9003
9247
|
fill: "currentColor"
|
|
9004
9248
|
}
|
|
9005
9249
|
),
|
|
9006
|
-
/* @__PURE__ */
|
|
9250
|
+
/* @__PURE__ */ React81.createElement(
|
|
9007
9251
|
"path",
|
|
9008
9252
|
{
|
|
9009
9253
|
d: "M50 65.732h15.73v-15.73c0 8.69-7.04 15.73-15.73 15.73z",
|
|
9010
9254
|
fill: "currentColor"
|
|
9011
9255
|
}
|
|
9012
9256
|
),
|
|
9013
|
-
/* @__PURE__ */
|
|
9257
|
+
/* @__PURE__ */ React81.createElement(
|
|
9014
9258
|
"path",
|
|
9015
9259
|
{
|
|
9016
9260
|
d: "M0 .002v100h100v-100H0zm81.46 10c3.48 1.79 6.2 4.84 7.57 8.54h-7.57v-8.54zm-15.73 0c6.1 0 11.38 3.47 13.99 8.54H65.73v-8.54zm-15.73 0c6.1 0 11.38 3.47 13.99 8.54H36.01c2.61-5.07 7.89-8.54 13.99-8.54zm-15.73 0v8.54H20.28c2.61-5.07 7.89-8.54 13.99-8.54zm-15.73 80c-3.48-1.79-6.2-4.84-7.57-8.54h7.57v8.54zm0-10.28c-5.07-2.61-8.54-7.89-8.54-13.99h8.54v13.99zm0-15.73c-5.07-2.61-8.54-7.89-8.54-13.99 0-6.1 3.47-11.38 8.54-13.99v27.98zm0-29.72H10c0-6.1 3.47-11.38 8.54-13.99v13.99zm0-15.73h-7.57c1.37-3.7 4.09-6.75 7.57-8.54v8.54zm62.92 71.46v-8.54h7.57c-1.37 3.7-4.09 6.75-7.57 8.54zm0-10.28v-13.99H90c0 6.1-3.47 11.38-8.54 13.99zm0-29.72v-13.99c5.07 2.61 8.54 7.89 8.54 13.99 0 6.1-3.47 11.38-8.54 13.99v-13.99c0 8.69-7.04 15.73-15.73 15.73h15.73c0 8.69-7.04 15.73-15.73 15.73h13.99c-2.61 5.07-7.89 8.54-13.99 8.54v-8.54-15.73c0 8.69-7.04 15.73-15.73 15.73h13.99c-2.61 5.07-7.89 8.54-13.99 8.54-6.1 0-11.38-3.47-13.99-8.54H50c-8.69 0-15.73-7.04-15.73-15.73v24.27c-6.1 0-11.38-3.47-13.99-8.54h13.99c-8.69 0-15.73-7.04-15.73-15.73h15.73c-8.69 0-15.73-7.04-15.73-15.73 0-8.69 7.04-15.73 15.73-15.73H18.54c0-8.69 7.04-15.73 15.73-15.73v15.73c0-8.69 7.04-15.73 15.73-15.73 8.69 0 15.73 7.04 15.73 15.73v-15.73c8.69 0 15.73 7.04 15.73 15.73v-13.99c5.07 2.61 8.54 7.89 8.54 13.99H65.73c8.69 0 15.73 7.04 15.73 15.73z",
|
|
@@ -9022,39 +9266,39 @@ function IllustrationShare(props) {
|
|
|
9022
9266
|
var share_default = IllustrationShare;
|
|
9023
9267
|
|
|
9024
9268
|
// src/illustrations/faq-and-security.js
|
|
9025
|
-
var
|
|
9269
|
+
var React82 = __toESM(require("react"));
|
|
9026
9270
|
function IllustrationFaQandSecurity(props) {
|
|
9027
|
-
return /* @__PURE__ */
|
|
9271
|
+
return /* @__PURE__ */ React82.createElement(
|
|
9028
9272
|
"svg",
|
|
9029
9273
|
__spreadValues({
|
|
9030
9274
|
viewBox: "0 0 100 100",
|
|
9031
9275
|
fill: "none",
|
|
9032
9276
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9033
9277
|
}, props),
|
|
9034
|
-
/* @__PURE__ */
|
|
9278
|
+
/* @__PURE__ */ React82.createElement(
|
|
9035
9279
|
"path",
|
|
9036
9280
|
{
|
|
9037
9281
|
d: "M50 70c11.046 0 20-8.954 20-20s-8.954-20-20-20-20 8.954-20 20 8.954 20 20 20z",
|
|
9038
9282
|
fill: "currentColor"
|
|
9039
9283
|
}
|
|
9040
9284
|
),
|
|
9041
|
-
/* @__PURE__ */
|
|
9042
|
-
/* @__PURE__ */
|
|
9285
|
+
/* @__PURE__ */ React82.createElement("path", { d: "M31 50V0H0v100h99.999V69H31V50z", fill: "currentColor" }),
|
|
9286
|
+
/* @__PURE__ */ React82.createElement("path", { d: "M100 66V0H34v31h35v35h31z", fill: "currentColor" })
|
|
9043
9287
|
);
|
|
9044
9288
|
}
|
|
9045
9289
|
var faq_and_security_default = IllustrationFaQandSecurity;
|
|
9046
9290
|
|
|
9047
9291
|
// src/illustrations/starred.js
|
|
9048
|
-
var
|
|
9292
|
+
var React83 = __toESM(require("react"));
|
|
9049
9293
|
function IllustrationStarred(props) {
|
|
9050
|
-
return /* @__PURE__ */
|
|
9294
|
+
return /* @__PURE__ */ React83.createElement(
|
|
9051
9295
|
"svg",
|
|
9052
9296
|
__spreadValues({
|
|
9053
9297
|
viewBox: "0 0 101 101",
|
|
9054
9298
|
fill: "none",
|
|
9055
9299
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9056
9300
|
}, props),
|
|
9057
|
-
/* @__PURE__ */
|
|
9301
|
+
/* @__PURE__ */ React83.createElement(
|
|
9058
9302
|
"path",
|
|
9059
9303
|
{
|
|
9060
9304
|
d: "M38.963 0C17.45 0 0 18.136 0 40.495v8.507h9.444C30.967 49.002 48 30.41 48 8.05V.002L38.963 0zM100.002 38.965c0-21.513-18.136-38.963-40.495-38.963H51v9.444c0 21.523 18.592 38.556 40.951 38.556H100l.002-9.037zM61.039 100.004c21.513 0 38.963-18.136 38.963-40.495v-8.507h-9.444c-21.523 0-38.556 18.592-38.556 40.951v8.049l9.037.002zM0 61.039c0 21.513 18.136 38.963 40.495 38.963h8.507v-9.444c0-21.523-18.592-38.556-40.952-38.556H.002L0 61.039z",
|
|
@@ -9066,16 +9310,16 @@ function IllustrationStarred(props) {
|
|
|
9066
9310
|
var starred_default = IllustrationStarred;
|
|
9067
9311
|
|
|
9068
9312
|
// src/illustrations/five-minute-limit.js
|
|
9069
|
-
var
|
|
9313
|
+
var React84 = __toESM(require("react"));
|
|
9070
9314
|
function Illustration5MinuteLimit(props) {
|
|
9071
|
-
return /* @__PURE__ */
|
|
9315
|
+
return /* @__PURE__ */ React84.createElement(
|
|
9072
9316
|
"svg",
|
|
9073
9317
|
__spreadValues({
|
|
9074
9318
|
viewBox: "0 0 110 110",
|
|
9075
9319
|
fill: "none",
|
|
9076
9320
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9077
9321
|
}, props),
|
|
9078
|
-
/* @__PURE__ */
|
|
9322
|
+
/* @__PURE__ */ React84.createElement(
|
|
9079
9323
|
"path",
|
|
9080
9324
|
{
|
|
9081
9325
|
fillRule: "evenodd",
|
|
@@ -9089,16 +9333,16 @@ function Illustration5MinuteLimit(props) {
|
|
|
9089
9333
|
var five_minute_limit_default = Illustration5MinuteLimit;
|
|
9090
9334
|
|
|
9091
9335
|
// src/illustrations/starter-plus-plan.js
|
|
9092
|
-
var
|
|
9336
|
+
var React85 = __toESM(require("react"));
|
|
9093
9337
|
function IllustrationStarterPlusPlan(props) {
|
|
9094
|
-
return /* @__PURE__ */
|
|
9338
|
+
return /* @__PURE__ */ React85.createElement(
|
|
9095
9339
|
"svg",
|
|
9096
9340
|
__spreadValues({
|
|
9097
9341
|
viewBox: "0 0 100 100",
|
|
9098
9342
|
fill: "none",
|
|
9099
9343
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9100
9344
|
}, props),
|
|
9101
|
-
/* @__PURE__ */
|
|
9345
|
+
/* @__PURE__ */ React85.createElement(
|
|
9102
9346
|
"path",
|
|
9103
9347
|
{
|
|
9104
9348
|
fillRule: "evenodd",
|
|
@@ -9112,16 +9356,16 @@ function IllustrationStarterPlusPlan(props) {
|
|
|
9112
9356
|
var starter_plus_plan_default = IllustrationStarterPlusPlan;
|
|
9113
9357
|
|
|
9114
9358
|
// src/illustrations/getting-started.js
|
|
9115
|
-
var
|
|
9359
|
+
var React86 = __toESM(require("react"));
|
|
9116
9360
|
function IllustrationGettingStarted(props) {
|
|
9117
|
-
return /* @__PURE__ */
|
|
9361
|
+
return /* @__PURE__ */ React86.createElement(
|
|
9118
9362
|
"svg",
|
|
9119
9363
|
__spreadValues({
|
|
9120
9364
|
viewBox: "0 0 106 106",
|
|
9121
9365
|
fill: "none",
|
|
9122
9366
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9123
9367
|
}, props),
|
|
9124
|
-
/* @__PURE__ */
|
|
9368
|
+
/* @__PURE__ */ React86.createElement(
|
|
9125
9369
|
"path",
|
|
9126
9370
|
{
|
|
9127
9371
|
d: "M53 101c26.51 0 48-21.49 48-48S79.51 5 53 5 5 26.49 5 53s21.49 48 48 48z",
|
|
@@ -9130,7 +9374,7 @@ function IllustrationGettingStarted(props) {
|
|
|
9130
9374
|
strokeMiterlimit: 10
|
|
9131
9375
|
}
|
|
9132
9376
|
),
|
|
9133
|
-
/* @__PURE__ */
|
|
9377
|
+
/* @__PURE__ */ React86.createElement(
|
|
9134
9378
|
"path",
|
|
9135
9379
|
{
|
|
9136
9380
|
d: "M53 100.986c26.51 0 48-14.563 48-32.527 0-17.965-21.49-32.528-48-32.528S5 50.494 5 68.46c0 17.964 21.49 32.527 48 32.527z",
|
|
@@ -9139,7 +9383,7 @@ function IllustrationGettingStarted(props) {
|
|
|
9139
9383
|
strokeMiterlimit: 10
|
|
9140
9384
|
}
|
|
9141
9385
|
),
|
|
9142
|
-
/* @__PURE__ */
|
|
9386
|
+
/* @__PURE__ */ React86.createElement(
|
|
9143
9387
|
"path",
|
|
9144
9388
|
{
|
|
9145
9389
|
d: "M53 100.998c26.51 0 48-8.682 48-19.39 0-10.71-21.49-19.391-48-19.391S5 70.898 5 81.607c0 10.71 21.49 19.391 48 19.391z",
|
|
@@ -9148,7 +9392,7 @@ function IllustrationGettingStarted(props) {
|
|
|
9148
9392
|
strokeMiterlimit: 10
|
|
9149
9393
|
}
|
|
9150
9394
|
),
|
|
9151
|
-
/* @__PURE__ */
|
|
9395
|
+
/* @__PURE__ */ React86.createElement(
|
|
9152
9396
|
"path",
|
|
9153
9397
|
{
|
|
9154
9398
|
d: "M53 100.984c26.51 0 48-3.908 48-8.728S79.51 83.53 53 83.53 5 87.436 5 92.256s21.49 8.728 48 8.728z",
|
|
@@ -9162,23 +9406,23 @@ function IllustrationGettingStarted(props) {
|
|
|
9162
9406
|
var getting_started_default = IllustrationGettingStarted;
|
|
9163
9407
|
|
|
9164
9408
|
// src/illustrations/strong-upload-speed.js
|
|
9165
|
-
var
|
|
9409
|
+
var React87 = __toESM(require("react"));
|
|
9166
9410
|
function IllustrationStrongUploadSpeed(props) {
|
|
9167
|
-
return /* @__PURE__ */
|
|
9411
|
+
return /* @__PURE__ */ React87.createElement(
|
|
9168
9412
|
"svg",
|
|
9169
9413
|
__spreadValues({
|
|
9170
9414
|
viewBox: "0 0 111 110",
|
|
9171
9415
|
fill: "none",
|
|
9172
9416
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9173
9417
|
}, props),
|
|
9174
|
-
/* @__PURE__ */
|
|
9418
|
+
/* @__PURE__ */ React87.createElement(
|
|
9175
9419
|
"path",
|
|
9176
9420
|
{
|
|
9177
9421
|
d: "M.223 57.064l-.208-.356a55.069 55.069 0 002.244 13.991l44.404-40.904-46.44 27.27zM3.27 73.804C10.953 94.924 31.208 110 55 110c23.926 0 44.285-15.269 51.865-36.582l-51.582-47.53L3.27 73.804zm88.867-9.358v24.36L64.838 63.584v39.003a1.49 1.49 0 01-1.486 1.486H47.287a1.49 1.49 0 01-1.486-1.486V63.585l-27.388 25.22V64.446l36.914-33.983 36.81 33.983zM107.861 70.299a54.916 54.916 0 002.125-13.442L63.873 29.78 107.861 70.3zM63.115 25.873l46.886 27.537c-.148-5.228-1.01-10.293-2.526-15.06l-44.36-12.477zM2.482 38.543C.966 43.356.119 48.465 0 53.753l47.436-27.864L2.482 38.543z",
|
|
9178
9422
|
fill: "currentColor"
|
|
9179
9423
|
}
|
|
9180
9424
|
),
|
|
9181
|
-
/* @__PURE__ */
|
|
9425
|
+
/* @__PURE__ */ React87.createElement(
|
|
9182
9426
|
"path",
|
|
9183
9427
|
{
|
|
9184
9428
|
d: "M106.241 34.934C98.216 14.482 78.302 0 55.001 0 31.625 0 11.68 14.57 3.7 35.112l51.582-14.511 50.958 14.333z",
|
|
@@ -9190,16 +9434,16 @@ function IllustrationStrongUploadSpeed(props) {
|
|
|
9190
9434
|
var strong_upload_speed_default = IllustrationStrongUploadSpeed;
|
|
9191
9435
|
|
|
9192
9436
|
// src/illustrations/growth-through-empathy.js
|
|
9193
|
-
var
|
|
9437
|
+
var React88 = __toESM(require("react"));
|
|
9194
9438
|
function IllustrationGrowththroughEmpathy(props) {
|
|
9195
|
-
return /* @__PURE__ */
|
|
9439
|
+
return /* @__PURE__ */ React88.createElement(
|
|
9196
9440
|
"svg",
|
|
9197
9441
|
__spreadValues({
|
|
9198
9442
|
viewBox: "0 0 104 100",
|
|
9199
9443
|
fill: "none",
|
|
9200
9444
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9201
9445
|
}, props),
|
|
9202
|
-
/* @__PURE__ */
|
|
9446
|
+
/* @__PURE__ */ React88.createElement(
|
|
9203
9447
|
"path",
|
|
9204
9448
|
{
|
|
9205
9449
|
d: "M98.75 100.001c0-25.889-20.986-46.876-46.874-46.876C25.987 53.125 5 74.112 5 100.001",
|
|
@@ -9208,7 +9452,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9208
9452
|
strokeMiterlimit: 10
|
|
9209
9453
|
}
|
|
9210
9454
|
),
|
|
9211
|
-
/* @__PURE__ */
|
|
9455
|
+
/* @__PURE__ */ React88.createElement(
|
|
9212
9456
|
"path",
|
|
9213
9457
|
{
|
|
9214
9458
|
d: "M16.704 100.001c0-19.416 15.74-35.171 35.172-35.171 19.43 0 35.171 15.74 35.171 35.171",
|
|
@@ -9217,7 +9461,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9217
9461
|
strokeMiterlimit: 10
|
|
9218
9462
|
}
|
|
9219
9463
|
),
|
|
9220
|
-
/* @__PURE__ */
|
|
9464
|
+
/* @__PURE__ */ React88.createElement(
|
|
9221
9465
|
"path",
|
|
9222
9466
|
{
|
|
9223
9467
|
d: "M28.213 100.001c0-13.07 10.593-23.648 23.648-23.648 13.054 0 23.662 10.579 23.662 23.648",
|
|
@@ -9226,7 +9470,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9226
9470
|
strokeMiterlimit: 10
|
|
9227
9471
|
}
|
|
9228
9472
|
),
|
|
9229
|
-
/* @__PURE__ */
|
|
9473
|
+
/* @__PURE__ */ React88.createElement(
|
|
9230
9474
|
"path",
|
|
9231
9475
|
{
|
|
9232
9476
|
d: "M39.736 100c0-6.692 5.432-12.124 12.124-12.124 6.693 0 12.124 5.432 12.124 12.124M5 0c0 25.889 20.987 46.875 46.875 46.875C77.764 46.875 98.751 25.89 98.751 0",
|
|
@@ -9235,7 +9479,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9235
9479
|
strokeMiterlimit: 10
|
|
9236
9480
|
}
|
|
9237
9481
|
),
|
|
9238
|
-
/* @__PURE__ */
|
|
9482
|
+
/* @__PURE__ */ React88.createElement(
|
|
9239
9483
|
"path",
|
|
9240
9484
|
{
|
|
9241
9485
|
d: "M87.047 0c0 19.416-15.74 35.171-35.172 35.171-19.43 0-35.171-15.74-35.171-35.171",
|
|
@@ -9244,7 +9488,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9244
9488
|
strokeMiterlimit: 10
|
|
9245
9489
|
}
|
|
9246
9490
|
),
|
|
9247
|
-
/* @__PURE__ */
|
|
9491
|
+
/* @__PURE__ */ React88.createElement(
|
|
9248
9492
|
"path",
|
|
9249
9493
|
{
|
|
9250
9494
|
d: "M75.538 0c0 13.07-10.593 23.648-23.648 23.648-13.054 0-23.662-10.579-23.662-23.648",
|
|
@@ -9253,7 +9497,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9253
9497
|
strokeMiterlimit: 10
|
|
9254
9498
|
}
|
|
9255
9499
|
),
|
|
9256
|
-
/* @__PURE__ */
|
|
9500
|
+
/* @__PURE__ */ React88.createElement(
|
|
9257
9501
|
"path",
|
|
9258
9502
|
{
|
|
9259
9503
|
d: "M64.015 0c0 6.693-5.432 12.124-12.124 12.124S39.767 6.693 39.767.002",
|
|
@@ -9267,16 +9511,16 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9267
9511
|
var growth_through_empathy_default = IllustrationGrowththroughEmpathy;
|
|
9268
9512
|
|
|
9269
9513
|
// src/illustrations/troubleshooting.js
|
|
9270
|
-
var
|
|
9514
|
+
var React89 = __toESM(require("react"));
|
|
9271
9515
|
function IllustrationTroubleshooting(props) {
|
|
9272
|
-
return /* @__PURE__ */
|
|
9516
|
+
return /* @__PURE__ */ React89.createElement(
|
|
9273
9517
|
"svg",
|
|
9274
9518
|
__spreadValues({
|
|
9275
9519
|
viewBox: "0 0 110 110",
|
|
9276
9520
|
fill: "none",
|
|
9277
9521
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9278
9522
|
}, props),
|
|
9279
|
-
/* @__PURE__ */
|
|
9523
|
+
/* @__PURE__ */ React89.createElement(
|
|
9280
9524
|
"path",
|
|
9281
9525
|
{
|
|
9282
9526
|
d: "M5 55h99.984c0 27.61-22.375 50-50 50S5 82.61 5 55z",
|
|
@@ -9286,7 +9530,7 @@ function IllustrationTroubleshooting(props) {
|
|
|
9286
9530
|
strokeMiterlimit: 10
|
|
9287
9531
|
}
|
|
9288
9532
|
),
|
|
9289
|
-
/* @__PURE__ */
|
|
9533
|
+
/* @__PURE__ */ React89.createElement(
|
|
9290
9534
|
"path",
|
|
9291
9535
|
{
|
|
9292
9536
|
d: "M55 105c27.614 0 50-22.386 50-50S82.614 5 55 5 5 27.386 5 55s22.386 50 50 50z",
|
|
@@ -9295,7 +9539,7 @@ function IllustrationTroubleshooting(props) {
|
|
|
9295
9539
|
strokeMiterlimit: 10
|
|
9296
9540
|
}
|
|
9297
9541
|
),
|
|
9298
|
-
/* @__PURE__ */
|
|
9542
|
+
/* @__PURE__ */ React89.createElement(
|
|
9299
9543
|
"path",
|
|
9300
9544
|
{
|
|
9301
9545
|
d: "M23.534 55C23.534 37.62 37.62 23.534 55 23.534c17.382 0 31.466 14.085 31.466 31.466",
|
|
@@ -9304,7 +9548,7 @@ function IllustrationTroubleshooting(props) {
|
|
|
9304
9548
|
strokeMiterlimit: 10
|
|
9305
9549
|
}
|
|
9306
9550
|
),
|
|
9307
|
-
/* @__PURE__ */
|
|
9551
|
+
/* @__PURE__ */ React89.createElement(
|
|
9308
9552
|
"path",
|
|
9309
9553
|
{
|
|
9310
9554
|
d: "M42.053 55c0-7.138 5.794-12.932 12.932-12.932 7.138 0 12.932 5.794 12.932 12.932",
|
|
@@ -9318,16 +9562,16 @@ function IllustrationTroubleshooting(props) {
|
|
|
9318
9562
|
var troubleshooting_default = IllustrationTroubleshooting;
|
|
9319
9563
|
|
|
9320
9564
|
// src/illustrations/health-plans.js
|
|
9321
|
-
var
|
|
9565
|
+
var React90 = __toESM(require("react"));
|
|
9322
9566
|
function IllustrationHealthPlans(props) {
|
|
9323
|
-
return /* @__PURE__ */
|
|
9567
|
+
return /* @__PURE__ */ React90.createElement(
|
|
9324
9568
|
"svg",
|
|
9325
9569
|
__spreadValues({
|
|
9326
9570
|
viewBox: "0 0 100 101",
|
|
9327
9571
|
fill: "none",
|
|
9328
9572
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9329
9573
|
}, props),
|
|
9330
|
-
/* @__PURE__ */
|
|
9574
|
+
/* @__PURE__ */ React90.createElement(
|
|
9331
9575
|
"path",
|
|
9332
9576
|
{
|
|
9333
9577
|
fillRule: "evenodd",
|
|
@@ -9341,16 +9585,16 @@ function IllustrationHealthPlans(props) {
|
|
|
9341
9585
|
var health_plans_default = IllustrationHealthPlans;
|
|
9342
9586
|
|
|
9343
9587
|
// src/illustrations/upgrade.js
|
|
9344
|
-
var
|
|
9588
|
+
var React91 = __toESM(require("react"));
|
|
9345
9589
|
function IllustrationUpgrade(props) {
|
|
9346
|
-
return /* @__PURE__ */
|
|
9590
|
+
return /* @__PURE__ */ React91.createElement(
|
|
9347
9591
|
"svg",
|
|
9348
9592
|
__spreadValues({
|
|
9349
9593
|
viewBox: "0 0 100 100",
|
|
9350
9594
|
fill: "none",
|
|
9351
9595
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9352
9596
|
}, props),
|
|
9353
|
-
/* @__PURE__ */
|
|
9597
|
+
/* @__PURE__ */ React91.createElement(
|
|
9354
9598
|
"path",
|
|
9355
9599
|
{
|
|
9356
9600
|
fillRule: "evenodd",
|
|
@@ -9364,16 +9608,16 @@ function IllustrationUpgrade(props) {
|
|
|
9364
9608
|
var upgrade_default = IllustrationUpgrade;
|
|
9365
9609
|
|
|
9366
9610
|
// src/illustrations/how-to-use-loom.js
|
|
9367
|
-
var
|
|
9611
|
+
var React92 = __toESM(require("react"));
|
|
9368
9612
|
function IllustrationHowtoUseLoom(props) {
|
|
9369
|
-
return /* @__PURE__ */
|
|
9613
|
+
return /* @__PURE__ */ React92.createElement(
|
|
9370
9614
|
"svg",
|
|
9371
9615
|
__spreadValues({
|
|
9372
9616
|
viewBox: "0 0 110 110",
|
|
9373
9617
|
fill: "none",
|
|
9374
9618
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9375
9619
|
}, props),
|
|
9376
|
-
/* @__PURE__ */
|
|
9620
|
+
/* @__PURE__ */ React92.createElement(
|
|
9377
9621
|
"path",
|
|
9378
9622
|
{
|
|
9379
9623
|
d: "M61.125 97.536H48.768v12.373h12.357V97.536zM81.608 88.743l-10.701 6.179 6.186 10.714 10.701-6.178-6.186-10.715zM94.92 70.897l-6.178 10.7 10.715 6.187 6.178-10.701-10.714-6.186zM89.445 61.127V48.77H78.014l9.91-5.724-6.178-10.71-9.895 5.724 5.724-9.895-10.71-6.179-5.724 9.895V20.45H48.769V31.88l-5.724-9.895-10.71 6.179 5.723 9.91-9.91-5.723-6.179 10.71 9.91 5.724H20.45v12.356h11.43l-9.91 5.724 6.179 10.71 9.91-5.723-5.723 9.91 10.71 6.178 5.724-9.91v11.431h12.356V78.032l5.724 9.91 10.71-6.178-5.724-9.895 9.895 5.724 6.179-10.71-9.91-5.724h11.447v-.031zM54.947 71.413c-9.095 0-16.465-7.37-16.465-16.465 0-9.095 7.37-16.465 16.465-16.465 9.095 0 16.465 7.37 16.465 16.465 0 9.095-7.37 16.465-16.465 16.465zM109.91 48.77H97.538v12.356h12.372V48.77zM99.46 22.114l-10.714 6.187L94.925 39l10.714-6.186-6.178-10.7zM77.082 4.276L70.896 14.99l10.701 6.179 6.186-10.715-10.7-6.178zM61.125 0H48.768v12.373h12.357V0zM32.825 4.281L22.124 10.46l6.186 10.714 10.701-6.178-6.186-10.715zM10.449 22.127L4.27 32.828l10.714 6.186 6.178-10.7-10.714-6.187zM12.373 48.77H0v12.356h12.373V48.77zM14.99 70.881L4.274 77.067l6.178 10.701 10.715-6.186-6.179-10.7zM28.311 88.746L22.125 99.46l10.701 6.179 6.186-10.715-10.7-6.178z",
|
|
@@ -9385,16 +9629,16 @@ function IllustrationHowtoUseLoom(props) {
|
|
|
9385
9629
|
var how_to_use_loom_default = IllustrationHowtoUseLoom;
|
|
9386
9630
|
|
|
9387
9631
|
// src/illustrations/upload-drag-and-drop.js
|
|
9388
|
-
var
|
|
9632
|
+
var React93 = __toESM(require("react"));
|
|
9389
9633
|
function IllustrationUploadDragAndDrop(props) {
|
|
9390
|
-
return /* @__PURE__ */
|
|
9634
|
+
return /* @__PURE__ */ React93.createElement(
|
|
9391
9635
|
"svg",
|
|
9392
9636
|
__spreadValues({
|
|
9393
9637
|
viewBox: "0 0 100 100",
|
|
9394
9638
|
fill: "none",
|
|
9395
9639
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9396
9640
|
}, props),
|
|
9397
|
-
/* @__PURE__ */
|
|
9641
|
+
/* @__PURE__ */ React93.createElement(
|
|
9398
9642
|
"path",
|
|
9399
9643
|
{
|
|
9400
9644
|
d: "M100 38.086V0H61.914v9.93h21.132L54.963 38.013V16.88h-9.93v21.132L16.951 9.93h21.135V0H0v38.086h9.93V16.951l28.083 28.082H16.88v9.93h21.132L9.93 83.046V61.914H0V100h38.086v-9.93H16.951l28.082-28.086v21.135h9.93V61.984L83.046 90.07H61.914V100H100V61.914h-9.93v21.132L61.987 54.963H83.12v-9.93H61.987L90.07 16.951v21.135H100z",
|
|
@@ -9406,16 +9650,16 @@ function IllustrationUploadDragAndDrop(props) {
|
|
|
9406
9650
|
var upload_drag_and_drop_default = IllustrationUploadDragAndDrop;
|
|
9407
9651
|
|
|
9408
9652
|
// src/illustrations/use-cases.js
|
|
9409
|
-
var
|
|
9653
|
+
var React94 = __toESM(require("react"));
|
|
9410
9654
|
function IllustrationUseCases(props) {
|
|
9411
|
-
return /* @__PURE__ */
|
|
9655
|
+
return /* @__PURE__ */ React94.createElement(
|
|
9412
9656
|
"svg",
|
|
9413
9657
|
__spreadValues({
|
|
9414
9658
|
viewBox: "0 0 100 100",
|
|
9415
9659
|
fill: "none",
|
|
9416
9660
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9417
9661
|
}, props),
|
|
9418
|
-
/* @__PURE__ */
|
|
9662
|
+
/* @__PURE__ */ React94.createElement(
|
|
9419
9663
|
"path",
|
|
9420
9664
|
{
|
|
9421
9665
|
d: "M0 0v100h100V0H0zm90 90H61.91l20.87-12.52L90 89.52V90zm0-71.25H29.01L90 26.56v8.82l-42.3-5.42L90 42.3v9.12l-27.61-8.05L90 56.78v9.73l-15.29-7.42L90 71.34v11.22L76.02 71.35 61.06 90H49.84l24.82-30.94-8.62-4.19L48.98 90h-9.73l22.71-46.76-9.21-2.68L38.34 90h-9.12l17.53-60.15-10.48-1.35L28.4 90h-8.82l9.12-71.25h-9.94V90H10V10h80v8.75z",
|
|
@@ -9427,16 +9671,16 @@ function IllustrationUseCases(props) {
|
|
|
9427
9671
|
var use_cases_default = IllustrationUseCases;
|
|
9428
9672
|
|
|
9429
9673
|
// src/illustrations/invite-members.js
|
|
9430
|
-
var
|
|
9674
|
+
var React95 = __toESM(require("react"));
|
|
9431
9675
|
function IllustrationInviteMembers(props) {
|
|
9432
|
-
return /* @__PURE__ */
|
|
9676
|
+
return /* @__PURE__ */ React95.createElement(
|
|
9433
9677
|
"svg",
|
|
9434
9678
|
__spreadValues({
|
|
9435
9679
|
viewBox: "0 0 134 134",
|
|
9436
9680
|
fill: "none",
|
|
9437
9681
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9438
9682
|
}, props),
|
|
9439
|
-
/* @__PURE__ */
|
|
9683
|
+
/* @__PURE__ */ React95.createElement(
|
|
9440
9684
|
"path",
|
|
9441
9685
|
{
|
|
9442
9686
|
fillRule: "evenodd",
|
|
@@ -9450,45 +9694,45 @@ function IllustrationInviteMembers(props) {
|
|
|
9450
9694
|
var invite_members_default = IllustrationInviteMembers;
|
|
9451
9695
|
|
|
9452
9696
|
// src/illustrations/wellness.js
|
|
9453
|
-
var
|
|
9697
|
+
var React96 = __toESM(require("react"));
|
|
9454
9698
|
function IllustrationWellness(props) {
|
|
9455
|
-
return /* @__PURE__ */
|
|
9699
|
+
return /* @__PURE__ */ React96.createElement(
|
|
9456
9700
|
"svg",
|
|
9457
9701
|
__spreadValues({
|
|
9458
9702
|
viewBox: "0 0 100 101",
|
|
9459
9703
|
fill: "none",
|
|
9460
9704
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9461
9705
|
}, props),
|
|
9462
|
-
/* @__PURE__ */
|
|
9706
|
+
/* @__PURE__ */ React96.createElement(
|
|
9463
9707
|
"path",
|
|
9464
9708
|
{
|
|
9465
9709
|
d: "M66.667.929a33.333 33.333 0 010 66.666V.93zM0 34.263a33.333 33.333 0 0166.667 0H0zM33.333 100.929a33.338 33.338 0 01-23.57-9.763 33.333 33.333 0 0123.57-56.903v66.666z",
|
|
9466
9710
|
fill: "currentColor"
|
|
9467
9711
|
}
|
|
9468
9712
|
),
|
|
9469
|
-
/* @__PURE__ */
|
|
9713
|
+
/* @__PURE__ */ React96.createElement(
|
|
9470
9714
|
"path",
|
|
9471
9715
|
{
|
|
9472
9716
|
d: "M99.999 67.596a33.332 33.332 0 01-64.13 12.756 33.332 33.332 0 01-2.537-12.756h66.667zM33.334.93H.001v33.333h33.333z",
|
|
9473
9717
|
fill: "currentColor"
|
|
9474
9718
|
}
|
|
9475
9719
|
),
|
|
9476
|
-
/* @__PURE__ */
|
|
9720
|
+
/* @__PURE__ */ React96.createElement("path", { fill: "currentColor", d: "M100 67.595H66.667v33.333H100z" })
|
|
9477
9721
|
);
|
|
9478
9722
|
}
|
|
9479
9723
|
var wellness_default = IllustrationWellness;
|
|
9480
9724
|
|
|
9481
9725
|
// src/illustrations/comments.js
|
|
9482
|
-
var
|
|
9726
|
+
var React97 = __toESM(require("react"));
|
|
9483
9727
|
function IllustrationComments(props) {
|
|
9484
|
-
return /* @__PURE__ */
|
|
9728
|
+
return /* @__PURE__ */ React97.createElement(
|
|
9485
9729
|
"svg",
|
|
9486
9730
|
__spreadValues({
|
|
9487
9731
|
viewBox: "0 0 96 96",
|
|
9488
9732
|
fill: "none",
|
|
9489
9733
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9490
9734
|
}, props),
|
|
9491
|
-
/* @__PURE__ */
|
|
9735
|
+
/* @__PURE__ */ React97.createElement(
|
|
9492
9736
|
"path",
|
|
9493
9737
|
{
|
|
9494
9738
|
fillRule: "evenodd",
|
|
@@ -9497,7 +9741,7 @@ function IllustrationComments(props) {
|
|
|
9497
9741
|
fill: "currentColor"
|
|
9498
9742
|
}
|
|
9499
9743
|
),
|
|
9500
|
-
/* @__PURE__ */
|
|
9744
|
+
/* @__PURE__ */ React97.createElement(
|
|
9501
9745
|
"path",
|
|
9502
9746
|
{
|
|
9503
9747
|
fill: "currentColor",
|
|
@@ -9509,16 +9753,16 @@ function IllustrationComments(props) {
|
|
|
9509
9753
|
var comments_default = IllustrationComments;
|
|
9510
9754
|
|
|
9511
9755
|
// src/illustrations/folders-empty-state-mobile.js
|
|
9512
|
-
var
|
|
9756
|
+
var React98 = __toESM(require("react"));
|
|
9513
9757
|
function IllutrationFoldersEmptyStateMobile(props) {
|
|
9514
|
-
return /* @__PURE__ */
|
|
9758
|
+
return /* @__PURE__ */ React98.createElement(
|
|
9515
9759
|
"svg",
|
|
9516
9760
|
__spreadValues({
|
|
9517
9761
|
viewBox: "0 0 96 96",
|
|
9518
9762
|
fill: "none",
|
|
9519
9763
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9520
9764
|
}, props),
|
|
9521
|
-
/* @__PURE__ */
|
|
9765
|
+
/* @__PURE__ */ React98.createElement(
|
|
9522
9766
|
"path",
|
|
9523
9767
|
{
|
|
9524
9768
|
fillRule: "evenodd",
|
|
@@ -9527,7 +9771,7 @@ function IllutrationFoldersEmptyStateMobile(props) {
|
|
|
9527
9771
|
fill: "currentColor"
|
|
9528
9772
|
}
|
|
9529
9773
|
),
|
|
9530
|
-
/* @__PURE__ */
|
|
9774
|
+
/* @__PURE__ */ React98.createElement(
|
|
9531
9775
|
"path",
|
|
9532
9776
|
{
|
|
9533
9777
|
fillRule: "evenodd",
|
|
@@ -9541,23 +9785,23 @@ function IllutrationFoldersEmptyStateMobile(props) {
|
|
|
9541
9785
|
var folders_empty_state_mobile_default = IllutrationFoldersEmptyStateMobile;
|
|
9542
9786
|
|
|
9543
9787
|
// src/illustrations/help-ios.js
|
|
9544
|
-
var
|
|
9788
|
+
var React99 = __toESM(require("react"));
|
|
9545
9789
|
function IllustrationHelpIos(props) {
|
|
9546
|
-
return /* @__PURE__ */
|
|
9790
|
+
return /* @__PURE__ */ React99.createElement(
|
|
9547
9791
|
"svg",
|
|
9548
9792
|
__spreadValues({
|
|
9549
9793
|
viewBox: "0 0 96 96",
|
|
9550
9794
|
fill: "none",
|
|
9551
9795
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9552
9796
|
}, props),
|
|
9553
|
-
/* @__PURE__ */
|
|
9797
|
+
/* @__PURE__ */ React99.createElement(
|
|
9554
9798
|
"path",
|
|
9555
9799
|
{
|
|
9556
9800
|
d: "M22.8 12c5.965 0 10.8 4.835 10.8 10.8 0 .254-.008.505-.026.754C38.542 16.58 46.912 12 56.4 12 71.643 12 84 23.82 84 38.4c0 14.58-12.357 26.4-27.6 26.4-5.744 0-11.078-1.678-15.496-4.55A15.527 15.527 0 0143.2 68.4c0 8.616-6.984 15.6-15.6 15.6C18.985 84 12 77.016 12 68.4s6.985-15.6 15.6-15.6c2.444 0 4.757.562 6.816 1.564C30.892 49.93 28.8 44.399 28.8 38.4c0-2.6.393-5.11 1.125-7.483A10.76 10.76 0 0122.8 33.6c-5.964 0-10.8-4.835-10.8-10.8C12 16.835 16.836 12 22.8 12z",
|
|
9557
9801
|
fill: "currentColor"
|
|
9558
9802
|
}
|
|
9559
9803
|
),
|
|
9560
|
-
/* @__PURE__ */
|
|
9804
|
+
/* @__PURE__ */ React99.createElement(
|
|
9561
9805
|
"path",
|
|
9562
9806
|
{
|
|
9563
9807
|
fillRule: "evenodd",
|
|
@@ -9571,17 +9815,17 @@ function IllustrationHelpIos(props) {
|
|
|
9571
9815
|
var help_ios_default = IllustrationHelpIos;
|
|
9572
9816
|
|
|
9573
9817
|
// src/illustrations/my-videos-empty-state-mobile.js
|
|
9574
|
-
var
|
|
9818
|
+
var React100 = __toESM(require("react"));
|
|
9575
9819
|
function IllustrationMyVideosEmptyStateMobile(props) {
|
|
9576
|
-
return /* @__PURE__ */
|
|
9820
|
+
return /* @__PURE__ */ React100.createElement(
|
|
9577
9821
|
"svg",
|
|
9578
9822
|
__spreadValues({
|
|
9579
9823
|
viewBox: "0 0 96 96",
|
|
9580
9824
|
fill: "none",
|
|
9581
9825
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9582
9826
|
}, props),
|
|
9583
|
-
/* @__PURE__ */
|
|
9584
|
-
/* @__PURE__ */
|
|
9827
|
+
/* @__PURE__ */ React100.createElement("path", { d: "M96 0H0v96h96V0zM84 12v72H12V12h72z", fill: "currentColor" }),
|
|
9828
|
+
/* @__PURE__ */ React100.createElement(
|
|
9585
9829
|
"path",
|
|
9586
9830
|
{
|
|
9587
9831
|
fillRule: "evenodd",
|
|
@@ -9595,16 +9839,16 @@ function IllustrationMyVideosEmptyStateMobile(props) {
|
|
|
9595
9839
|
var my_videos_empty_state_mobile_default = IllustrationMyVideosEmptyStateMobile;
|
|
9596
9840
|
|
|
9597
9841
|
// src/illustrations/recents-empty-state-mobile.js
|
|
9598
|
-
var
|
|
9842
|
+
var React101 = __toESM(require("react"));
|
|
9599
9843
|
function IllustrationRecentsEmptyStateMobile(props) {
|
|
9600
|
-
return /* @__PURE__ */
|
|
9844
|
+
return /* @__PURE__ */ React101.createElement(
|
|
9601
9845
|
"svg",
|
|
9602
9846
|
__spreadValues({
|
|
9603
9847
|
viewBox: "0 0 96 96",
|
|
9604
9848
|
fill: "none",
|
|
9605
9849
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9606
9850
|
}, props),
|
|
9607
|
-
/* @__PURE__ */
|
|
9851
|
+
/* @__PURE__ */ React101.createElement(
|
|
9608
9852
|
"path",
|
|
9609
9853
|
{
|
|
9610
9854
|
fillRule: "evenodd",
|
|
@@ -9618,16 +9862,16 @@ function IllustrationRecentsEmptyStateMobile(props) {
|
|
|
9618
9862
|
var recents_empty_state_mobile_default = IllustrationRecentsEmptyStateMobile;
|
|
9619
9863
|
|
|
9620
9864
|
// src/illustrations/chrome-notifications-empty-state.js
|
|
9621
|
-
var
|
|
9865
|
+
var React102 = __toESM(require("react"));
|
|
9622
9866
|
function IllustrationChromeNotificationsEmptyState(props) {
|
|
9623
|
-
return /* @__PURE__ */
|
|
9867
|
+
return /* @__PURE__ */ React102.createElement(
|
|
9624
9868
|
"svg",
|
|
9625
9869
|
__spreadValues({
|
|
9626
9870
|
viewBox: "0 0 96 96",
|
|
9627
9871
|
fill: "none",
|
|
9628
9872
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9629
9873
|
}, props),
|
|
9630
|
-
/* @__PURE__ */
|
|
9874
|
+
/* @__PURE__ */ React102.createElement(
|
|
9631
9875
|
"circle",
|
|
9632
9876
|
{
|
|
9633
9877
|
cx: 15.84,
|
|
@@ -9637,7 +9881,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9637
9881
|
strokeWidth: 9.6
|
|
9638
9882
|
}
|
|
9639
9883
|
),
|
|
9640
|
-
/* @__PURE__ */
|
|
9884
|
+
/* @__PURE__ */ React102.createElement(
|
|
9641
9885
|
"path",
|
|
9642
9886
|
{
|
|
9643
9887
|
d: "M59.52 15.84c0 5.963-5.022 11.04-11.52 11.04-6.498 0-11.52-5.077-11.52-11.04C36.48 9.877 41.502 4.8 48 4.8c6.498 0 11.52 5.077 11.52 11.04z",
|
|
@@ -9645,8 +9889,8 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9645
9889
|
strokeWidth: 9.6
|
|
9646
9890
|
}
|
|
9647
9891
|
),
|
|
9648
|
-
/* @__PURE__ */
|
|
9649
|
-
/* @__PURE__ */
|
|
9892
|
+
/* @__PURE__ */ React102.createElement("circle", { cx: 80.16, cy: 15.84, r: 15.84, fill: "currentColor" }),
|
|
9893
|
+
/* @__PURE__ */ React102.createElement(
|
|
9650
9894
|
"path",
|
|
9651
9895
|
{
|
|
9652
9896
|
d: "M26.88 48c0 6.498-5.077 11.52-11.04 11.52C9.877 59.52 4.8 54.498 4.8 48c0-6.498 5.077-11.52 11.04-11.52 5.963 0 11.04 5.022 11.04 11.52z",
|
|
@@ -9654,7 +9898,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9654
9898
|
strokeWidth: 9.6
|
|
9655
9899
|
}
|
|
9656
9900
|
),
|
|
9657
|
-
/* @__PURE__ */
|
|
9901
|
+
/* @__PURE__ */ React102.createElement(
|
|
9658
9902
|
"circle",
|
|
9659
9903
|
{
|
|
9660
9904
|
cx: 48,
|
|
@@ -9664,7 +9908,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9664
9908
|
strokeWidth: 9.6
|
|
9665
9909
|
}
|
|
9666
9910
|
),
|
|
9667
|
-
/* @__PURE__ */
|
|
9911
|
+
/* @__PURE__ */ React102.createElement(
|
|
9668
9912
|
"path",
|
|
9669
9913
|
{
|
|
9670
9914
|
d: "M91.2 48c0 6.498-5.077 11.52-11.04 11.52-5.963 0-11.04-5.022-11.04-11.52 0-6.498 5.077-11.52 11.04-11.52 5.963 0 11.04 5.022 11.04 11.52z",
|
|
@@ -9672,7 +9916,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9672
9916
|
strokeWidth: 9.6
|
|
9673
9917
|
}
|
|
9674
9918
|
),
|
|
9675
|
-
/* @__PURE__ */
|
|
9919
|
+
/* @__PURE__ */ React102.createElement(
|
|
9676
9920
|
"circle",
|
|
9677
9921
|
{
|
|
9678
9922
|
cx: 15.84,
|
|
@@ -9682,7 +9926,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9682
9926
|
strokeWidth: 9.6
|
|
9683
9927
|
}
|
|
9684
9928
|
),
|
|
9685
|
-
/* @__PURE__ */
|
|
9929
|
+
/* @__PURE__ */ React102.createElement(
|
|
9686
9930
|
"path",
|
|
9687
9931
|
{
|
|
9688
9932
|
d: "M59.52 80.16c0 5.963-5.022 11.04-11.52 11.04-6.498 0-11.52-5.077-11.52-11.04 0-5.963 5.022-11.04 11.52-11.04 6.498 0 11.52 5.077 11.52 11.04z",
|
|
@@ -9690,7 +9934,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9690
9934
|
strokeWidth: 9.6
|
|
9691
9935
|
}
|
|
9692
9936
|
),
|
|
9693
|
-
/* @__PURE__ */
|
|
9937
|
+
/* @__PURE__ */ React102.createElement(
|
|
9694
9938
|
"circle",
|
|
9695
9939
|
{
|
|
9696
9940
|
cx: 80.16,
|