@loomhq/lens 12.6.1 → 12.8.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/dist/cjs/icons/image-inline.js +38 -0
- package/dist/cjs/icons/image-inline.js.map +7 -0
- package/dist/cjs/icons/index.js +434 -428
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/icons/lock-unlocked.js +40 -0
- package/dist/cjs/icons/lock-unlocked.js.map +7 -0
- package/dist/cjs/index.js +1130 -655
- package/dist/cjs/index.js.map +4 -4
- package/dist/esm/icons/chunk-2JTYYRGS.js +9 -0
- package/dist/esm/icons/chunk-2JTYYRGS.js.map +7 -0
- package/dist/esm/icons/image-inline.js +8 -0
- package/dist/esm/icons/image-inline.js.map +7 -0
- package/dist/esm/icons/index.js +88 -84
- package/dist/esm/icons/lock-unlocked.js +12 -0
- package/dist/esm/icons/lock-unlocked.js.map +7 -0
- package/dist/esm/index.js +1092 -617
- 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/base-styles/base-styles.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown.d.ts +6 -1
- package/dist/types/components/dropdown/dropdown.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/image-inline.d.ts +3 -0
- package/dist/types/components/icon/available-icons/image-inline.d.ts.map +1 -0
- 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/available-icons/lock-unlocked.d.ts +3 -0
- package/dist/types/components/icon/available-icons/lock-unlocked.d.ts.map +1 -0
- package/dist/types/components/list/list.d.ts +2 -2
- package/dist/types/components/list/list.d.ts.map +1 -1
- package/dist/types/components/logo/logo.d.ts +2 -2
- package/dist/types/components/logo/logo.d.ts.map +1 -1
- package/dist/types/components/menu/menu.d.ts +4 -3
- package/dist/types/components/menu/menu.d.ts.map +1 -1
- package/dist/types/components/search-bar/search-bar.d.ts +10 -0
- package/dist/types/components/search-bar/search-bar.d.ts.map +1 -0
- package/dist/types/components/select/select.d.ts +7 -1
- package/dist/types/components/select/select.d.ts.map +1 -1
- package/dist/types/components/tabs/tabs.d.ts +3 -1
- package/dist/types/components/tabs/tabs.d.ts.map +1 -1
- package/dist/types/icons/image-inline.d.ts +3 -0
- package/dist/types/icons/image-inline.d.ts.map +1 -0
- package/dist/types/icons/index.d.ts +1 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/icons/lock-unlocked.d.ts +3 -0
- package/dist/types/icons/lock-unlocked.d.ts.map +1 -0
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -122,7 +122,7 @@ var themeColors = {
|
|
|
122
122
|
h: 209,
|
|
123
123
|
s: 75.6,
|
|
124
124
|
l: 8,
|
|
125
|
-
a: 0.
|
|
125
|
+
a: 0.08,
|
|
126
126
|
ads: "--ds-background-neutral-subtle-hovered"
|
|
127
127
|
},
|
|
128
128
|
backgroundActive: {
|
|
@@ -146,6 +146,27 @@ var themeColors = {
|
|
|
146
146
|
a: 1,
|
|
147
147
|
ads: "--ds-surface-sunken"
|
|
148
148
|
},
|
|
149
|
+
backgroundNeutral: {
|
|
150
|
+
h: 209,
|
|
151
|
+
s: 76,
|
|
152
|
+
l: 8,
|
|
153
|
+
a: 0.08,
|
|
154
|
+
ads: "--ds-background-neutral"
|
|
155
|
+
},
|
|
156
|
+
backgroundNeutralHover: {
|
|
157
|
+
h: 226,
|
|
158
|
+
s: 57,
|
|
159
|
+
l: 1,
|
|
160
|
+
a: 0.14,
|
|
161
|
+
ads: "--ds-background-neutral-hovered"
|
|
162
|
+
},
|
|
163
|
+
backgroundNeutralActive: {
|
|
164
|
+
h: 223,
|
|
165
|
+
s: 61,
|
|
166
|
+
l: 8,
|
|
167
|
+
a: 0.28,
|
|
168
|
+
ads: "--ds-background-neutral-pressed"
|
|
169
|
+
},
|
|
149
170
|
backgroundInverse: {
|
|
150
171
|
h: 228,
|
|
151
172
|
s: 6,
|
|
@@ -304,6 +325,28 @@ var themeColors = {
|
|
|
304
325
|
a: 1,
|
|
305
326
|
ads: "--ds-surface-sunken"
|
|
306
327
|
},
|
|
328
|
+
// Same base hsl to backgroundHover
|
|
329
|
+
backgroundNeutral: {
|
|
330
|
+
h: 240,
|
|
331
|
+
s: 12.6,
|
|
332
|
+
l: 83,
|
|
333
|
+
a: 0.07,
|
|
334
|
+
ads: "--ds-background-neutral"
|
|
335
|
+
},
|
|
336
|
+
backgroundNeutralHover: {
|
|
337
|
+
h: 236,
|
|
338
|
+
s: 36.6,
|
|
339
|
+
l: 92,
|
|
340
|
+
a: 0.12,
|
|
341
|
+
ads: "--ds-background-neutral-hovered"
|
|
342
|
+
},
|
|
343
|
+
backgroundNeutralActive: {
|
|
344
|
+
h: 226,
|
|
345
|
+
s: 49,
|
|
346
|
+
l: 93,
|
|
347
|
+
a: 0.25,
|
|
348
|
+
ads: "--ds-background-neutral-pressed"
|
|
349
|
+
},
|
|
307
350
|
backgroundInverse: {
|
|
308
351
|
h: 225,
|
|
309
352
|
s: 4.3,
|
|
@@ -1855,8 +1898,7 @@ var buildGlobalStylesheet = (rootElement = ":root", bodyElement = "body", docume
|
|
|
1855
1898
|
--lns-color-backdropTwilight: hsla(216, 69%, 23%, 0.8);
|
|
1856
1899
|
--lns-color-highlight: hsla(215, 80%, 48%, 0.15);
|
|
1857
1900
|
|
|
1858
|
-
--lns-gradient-ai-primary: conic-gradient(from
|
|
1859
|
-
|
|
1901
|
+
--lns-gradient-ai-primary: conic-gradient(from 270deg, #0469FF 90deg, #BF63F3 180deg, #FFA900 270deg, #0065FF 360deg);
|
|
1860
1902
|
--lns-gradient-ai-secondary: radial-gradient(138.41% 100% at 100% 100%, #E9F2FE 0%, #FFF 100%);
|
|
1861
1903
|
}
|
|
1862
1904
|
|
|
@@ -2059,11 +2101,10 @@ var variantStyles = {
|
|
|
2059
2101
|
},
|
|
2060
2102
|
neutralSecondary: {
|
|
2061
2103
|
color: getColorValue("body"),
|
|
2062
|
-
background: "
|
|
2104
|
+
background: getColorValue("backgroundNeutral"),
|
|
2063
2105
|
borderColor: null,
|
|
2064
|
-
hover: getColorValue("
|
|
2065
|
-
|
|
2066
|
-
active: getColorValue("backgroundActive")
|
|
2106
|
+
hover: getColorValue("backgroundNeutralHover"),
|
|
2107
|
+
active: getColorValue("backgroundNeutralActive")
|
|
2067
2108
|
},
|
|
2068
2109
|
primary: {
|
|
2069
2110
|
color: getColorValue("white"),
|
|
@@ -2103,7 +2144,7 @@ var variantStyles = {
|
|
|
2103
2144
|
},
|
|
2104
2145
|
ai: {
|
|
2105
2146
|
color: getColorValue("white"),
|
|
2106
|
-
background: "
|
|
2147
|
+
background: getColorValue("ai-primary"),
|
|
2107
2148
|
borderColor: null,
|
|
2108
2149
|
hover: null,
|
|
2109
2150
|
active: null
|
|
@@ -3424,9 +3465,9 @@ TextButton.displayName = "TextButton";
|
|
|
3424
3465
|
var text_button_default = TextButton;
|
|
3425
3466
|
|
|
3426
3467
|
// src/components/select/select.tsx
|
|
3427
|
-
import
|
|
3468
|
+
import styled19 from "@emotion/styled";
|
|
3428
3469
|
import Downshift from "downshift";
|
|
3429
|
-
import
|
|
3470
|
+
import React25, { useEffect as useEffect2, useState, useMemo } from "react";
|
|
3430
3471
|
import { useLayer } from "react-laag";
|
|
3431
3472
|
import ResizeObserver from "resize-observer-polyfill";
|
|
3432
3473
|
|
|
@@ -3486,20 +3527,25 @@ var menuPositions = {
|
|
|
3486
3527
|
leftSide: "left-start",
|
|
3487
3528
|
rightSide: "right-start"
|
|
3488
3529
|
};
|
|
3489
|
-
var
|
|
3530
|
+
var MenuContainer = styled17.div`
|
|
3490
3531
|
background-color: ${getColorValue("overlay")};
|
|
3491
|
-
|
|
3492
|
-
|
|
3532
|
+
display: flex;
|
|
3533
|
+
flex-direction: column;
|
|
3493
3534
|
margin: 0;
|
|
3494
3535
|
${(props) => getSize("min-width", props.minWidth)};
|
|
3495
3536
|
${(props) => getSize("max-width", props.maxWidth)};
|
|
3496
3537
|
${(props) => getSize("max-height", props.maxHeight)};
|
|
3497
3538
|
z-index: ${(props) => props.zIndex};
|
|
3498
|
-
overflow: auto;
|
|
3499
3539
|
border: 1px solid ${getColorValue("border")};
|
|
3500
3540
|
${getShadow("medium")};
|
|
3501
3541
|
${getRadius("250")};
|
|
3502
3542
|
`;
|
|
3543
|
+
var MenuWrapper = styled17.ul`
|
|
3544
|
+
padding: ${(props) => props.search ? `0 ${u(1.5)} ${u(1.5)} ${u(1.5)}` : u(1.5)};
|
|
3545
|
+
list-style: none;
|
|
3546
|
+
overflow: auto;
|
|
3547
|
+
margin: 0;
|
|
3548
|
+
`;
|
|
3503
3549
|
var MenuItemWrapper = styled17.li`
|
|
3504
3550
|
display: ${({ hidden }) => hidden ? "none" : "grid"};
|
|
3505
3551
|
grid-auto-flow: column;
|
|
@@ -3510,6 +3556,12 @@ var MenuItemWrapper = styled17.li`
|
|
|
3510
3556
|
min-height: ${u(5)};
|
|
3511
3557
|
padding: 0 ${u(2)};
|
|
3512
3558
|
cursor: ${(props) => props.isDisabled ? "default" : "pointer"};
|
|
3559
|
+
&:focus-visible {
|
|
3560
|
+
outline: 1px solid transparent;
|
|
3561
|
+
}
|
|
3562
|
+
&:focus-visible {
|
|
3563
|
+
${getFocusRing(void 0, "inset")};
|
|
3564
|
+
}
|
|
3513
3565
|
${(props) => props.isHighlighted && !props.isDisabled && `
|
|
3514
3566
|
background-color: ${getColorValue("backgroundHover")};
|
|
3515
3567
|
`};
|
|
@@ -3560,7 +3612,9 @@ var MenuItem = (_a) => {
|
|
|
3560
3612
|
isHighlighted,
|
|
3561
3613
|
isDisabled,
|
|
3562
3614
|
columns,
|
|
3563
|
-
hasDivider
|
|
3615
|
+
hasDivider,
|
|
3616
|
+
tabIndex: isDisabled ? -1 : 0,
|
|
3617
|
+
"data-highlighted": isHighlighted || void 0
|
|
3564
3618
|
}, props),
|
|
3565
3619
|
icon && (typeof icon === "string" ? /* @__PURE__ */ React22.createElement(container_default, { radius: "50", width: 3, height: 3, overflow: "hidden" }, /* @__PURE__ */ React22.createElement(align_default, { alignment: "center" }, /* @__PURE__ */ React22.createElement(Image2, { src: icon, alt: "", isDisabled }))) : /* @__PURE__ */ React22.createElement(icon_default, { icon, color })),
|
|
3566
3620
|
/* @__PURE__ */ React22.createElement(text_default, { color, hasEllipsis: true }, children),
|
|
@@ -3575,7 +3629,8 @@ var Menu = (_a) => {
|
|
|
3575
3629
|
maxWidth,
|
|
3576
3630
|
maxHeight,
|
|
3577
3631
|
children,
|
|
3578
|
-
downshiftMenuProps = () => null
|
|
3632
|
+
downshiftMenuProps = () => null,
|
|
3633
|
+
search
|
|
3579
3634
|
} = _b, props = __objRest(_b, [
|
|
3580
3635
|
"position",
|
|
3581
3636
|
"zIndex",
|
|
@@ -3583,27 +3638,69 @@ var Menu = (_a) => {
|
|
|
3583
3638
|
"maxWidth",
|
|
3584
3639
|
"maxHeight",
|
|
3585
3640
|
"children",
|
|
3586
|
-
"downshiftMenuProps"
|
|
3641
|
+
"downshiftMenuProps",
|
|
3642
|
+
"search"
|
|
3587
3643
|
]);
|
|
3588
3644
|
return /* @__PURE__ */ React22.createElement(
|
|
3589
|
-
|
|
3645
|
+
MenuContainer,
|
|
3590
3646
|
__spreadValues(__spreadValues({
|
|
3591
|
-
zIndex,
|
|
3592
|
-
position,
|
|
3593
3647
|
minWidth,
|
|
3594
3648
|
maxWidth,
|
|
3595
|
-
maxHeight
|
|
3649
|
+
maxHeight,
|
|
3650
|
+
zIndex,
|
|
3651
|
+
position
|
|
3596
3652
|
}, downshiftMenuProps()), props),
|
|
3597
|
-
|
|
3653
|
+
search && search,
|
|
3654
|
+
/* @__PURE__ */ React22.createElement(MenuWrapper, { search }, children)
|
|
3598
3655
|
);
|
|
3599
3656
|
};
|
|
3600
3657
|
var menu_default = Menu;
|
|
3601
3658
|
|
|
3659
|
+
// src/components/search-bar/search-bar.tsx
|
|
3660
|
+
import styled18 from "@emotion/styled";
|
|
3661
|
+
import React24 from "react";
|
|
3662
|
+
|
|
3663
|
+
// src/components/icon/available-icons/search.tsx
|
|
3664
|
+
import SearchIcon from "@atlaskit/icon/core/search";
|
|
3665
|
+
import * as React23 from "react";
|
|
3666
|
+
function SvgSearch() {
|
|
3667
|
+
return /* @__PURE__ */ React23.createElement(SearchIcon, { label: "", testId: "ads-refreshed-icon" });
|
|
3668
|
+
}
|
|
3669
|
+
|
|
3670
|
+
// src/components/search-bar/search-bar.tsx
|
|
3671
|
+
var SearchBarContainer = styled18.div`
|
|
3672
|
+
padding: ${u(1.5)} ${u(1.5)} 0;
|
|
3673
|
+
margin-bottom: ${u(1.5)};
|
|
3674
|
+
position: sticky;
|
|
3675
|
+
top: 0;
|
|
3676
|
+
`;
|
|
3677
|
+
var SearchBar = ({
|
|
3678
|
+
ariaLabel,
|
|
3679
|
+
placeholder,
|
|
3680
|
+
value,
|
|
3681
|
+
onChange,
|
|
3682
|
+
getInputProps
|
|
3683
|
+
}) => {
|
|
3684
|
+
return /* @__PURE__ */ React24.createElement(SearchBarContainer, null, /* @__PURE__ */ React24.createElement(
|
|
3685
|
+
text_input_default,
|
|
3686
|
+
__spreadValues({
|
|
3687
|
+
"aria-label": ariaLabel,
|
|
3688
|
+
icon: /* @__PURE__ */ React24.createElement(SvgSearch, null)
|
|
3689
|
+
}, getInputProps({
|
|
3690
|
+
placeholder,
|
|
3691
|
+
value,
|
|
3692
|
+
onChange,
|
|
3693
|
+
type: "text"
|
|
3694
|
+
}))
|
|
3695
|
+
));
|
|
3696
|
+
};
|
|
3697
|
+
var search_bar_default = SearchBar;
|
|
3698
|
+
|
|
3602
3699
|
// src/components/select/select.tsx
|
|
3603
|
-
var SelectWrapper =
|
|
3700
|
+
var SelectWrapper = styled19.div`
|
|
3604
3701
|
position: relative;
|
|
3605
3702
|
`;
|
|
3606
|
-
var SelectHeaderWrapper =
|
|
3703
|
+
var SelectHeaderWrapper = styled19.button`
|
|
3607
3704
|
appearance: none;
|
|
3608
3705
|
font: inherit;
|
|
3609
3706
|
text-align: left;
|
|
@@ -3645,7 +3742,7 @@ var SelectHeaderWrapper = styled18.button`
|
|
|
3645
3742
|
cursor: default;
|
|
3646
3743
|
}
|
|
3647
3744
|
`;
|
|
3648
|
-
var Image3 =
|
|
3745
|
+
var Image3 = styled19.img`
|
|
3649
3746
|
height: 100%;
|
|
3650
3747
|
width: auto;
|
|
3651
3748
|
min-width: 100%;
|
|
@@ -3653,12 +3750,12 @@ var Image3 = styled18.img`
|
|
|
3653
3750
|
object-fit: cover;
|
|
3654
3751
|
opacity: ${({ isDisabled }) => isDisabled ? 0.5 : 1};
|
|
3655
3752
|
`;
|
|
3656
|
-
var Group =
|
|
3753
|
+
var Group = styled19.ul`
|
|
3657
3754
|
list-style: none;
|
|
3658
3755
|
margin: 0;
|
|
3659
3756
|
padding: 0;
|
|
3660
3757
|
`;
|
|
3661
|
-
var ErrorMessage =
|
|
3758
|
+
var ErrorMessage = styled19.span`
|
|
3662
3759
|
color: var(--lns-color-red);
|
|
3663
3760
|
margin-top: var(--lns-space-xsmall);
|
|
3664
3761
|
display: block;
|
|
@@ -3741,7 +3838,7 @@ var SelectHeader = ({
|
|
|
3741
3838
|
const iconColumn = hasIcon ? "auto" : "";
|
|
3742
3839
|
const columns = `${iconColumn} 1fr auto`;
|
|
3743
3840
|
const color = isDisabled ? "disabledContent" : void 0;
|
|
3744
|
-
return /* @__PURE__ */
|
|
3841
|
+
return /* @__PURE__ */ React25.createElement(
|
|
3745
3842
|
SelectHeaderWrapper,
|
|
3746
3843
|
__spreadProps(__spreadValues(__spreadValues({}, getToggleButtonProps()), getHeaderAccessibilityProps({
|
|
3747
3844
|
selectedItem,
|
|
@@ -3754,20 +3851,20 @@ var SelectHeader = ({
|
|
|
3754
3851
|
columns,
|
|
3755
3852
|
hasError
|
|
3756
3853
|
}),
|
|
3757
|
-
hasIcon && (typeof icon === "string" ? /* @__PURE__ */
|
|
3854
|
+
hasIcon && (typeof icon === "string" ? /* @__PURE__ */ React25.createElement(container_default, { radius: "50", width: 3, height: 3, overflow: "hidden" }, /* @__PURE__ */ React25.createElement(align_default, { alignment: "center" }, /* @__PURE__ */ React25.createElement(Image3, { src: icon, alt: "", isDisabled }))) : /* @__PURE__ */ React25.createElement(
|
|
3758
3855
|
icon_default,
|
|
3759
3856
|
{
|
|
3760
3857
|
icon: getIcon({ options, selectedItem, selectedOptionValue }),
|
|
3761
3858
|
color
|
|
3762
3859
|
}
|
|
3763
3860
|
)),
|
|
3764
|
-
/* @__PURE__ */
|
|
3861
|
+
/* @__PURE__ */ React25.createElement(text_default, { hasEllipsis: true, color: hasPlaceholder ? "bodyDimmed" : "inherit" }, getTitle({
|
|
3765
3862
|
options,
|
|
3766
3863
|
selectedItem,
|
|
3767
3864
|
selectedOptionValue,
|
|
3768
3865
|
selectPlaceholder
|
|
3769
3866
|
})),
|
|
3770
|
-
/* @__PURE__ */
|
|
3867
|
+
/* @__PURE__ */ React25.createElement(icon_default, { icon: /* @__PURE__ */ React25.createElement(SvgChevronDown, null), color })
|
|
3771
3868
|
);
|
|
3772
3869
|
};
|
|
3773
3870
|
var CustomHeader = ({
|
|
@@ -3826,7 +3923,7 @@ var didSelectedOptionValueChange = (selectedOptionValue, prevSelectedItem) => {
|
|
|
3826
3923
|
};
|
|
3827
3924
|
var renderOption = (item, index, selectedItem, selectedOptionValue, highlightedIndex, getItemProps) => {
|
|
3828
3925
|
const isSelected = !selectedItem && item.value === selectedOptionValue || selectedItem && selectedItem.value === item.value;
|
|
3829
|
-
return /* @__PURE__ */
|
|
3926
|
+
return /* @__PURE__ */ React25.createElement(
|
|
3830
3927
|
MenuItem,
|
|
3831
3928
|
__spreadProps(__spreadValues({
|
|
3832
3929
|
key: index,
|
|
@@ -3854,16 +3951,18 @@ var SelectMenu = (_a) => {
|
|
|
3854
3951
|
selectedItem,
|
|
3855
3952
|
selectedOptionValue,
|
|
3856
3953
|
highlightedIndex,
|
|
3857
|
-
getItemProps
|
|
3954
|
+
getItemProps,
|
|
3955
|
+
search
|
|
3858
3956
|
} = _b, menuProps = __objRest(_b, [
|
|
3859
3957
|
"options",
|
|
3860
3958
|
"selectedItem",
|
|
3861
3959
|
"selectedOptionValue",
|
|
3862
3960
|
"highlightedIndex",
|
|
3863
|
-
"getItemProps"
|
|
3961
|
+
"getItemProps",
|
|
3962
|
+
"search"
|
|
3864
3963
|
]);
|
|
3865
3964
|
if (!isGrouped(options)) {
|
|
3866
|
-
return /* @__PURE__ */
|
|
3965
|
+
return /* @__PURE__ */ React25.createElement(menu_default, __spreadValues({ search }, menuProps), options.map(
|
|
3867
3966
|
(item, index) => renderOption(
|
|
3868
3967
|
item,
|
|
3869
3968
|
index,
|
|
@@ -3875,9 +3974,9 @@ var SelectMenu = (_a) => {
|
|
|
3875
3974
|
));
|
|
3876
3975
|
}
|
|
3877
3976
|
let downshiftIndex = 0;
|
|
3878
|
-
return /* @__PURE__ */
|
|
3977
|
+
return /* @__PURE__ */ React25.createElement(menu_default, __spreadValues({ search }, menuProps), options.map((group) => {
|
|
3879
3978
|
const groupId = `group-${group.group.replace(/\s+/g, "-")}`;
|
|
3880
|
-
return /* @__PURE__ */
|
|
3979
|
+
return /* @__PURE__ */ React25.createElement("li", { key: groupId }, /* @__PURE__ */ React25.createElement(spacer_default, { left: "medium", top: "small", bottom: "xsmall" }, /* @__PURE__ */ React25.createElement(text_default, { id: groupId, size: "body-sm", fontWeight: "bold" }, group.group)), /* @__PURE__ */ React25.createElement(Group, { role: "group", "aria-labelledby": groupId }, group.items.map((item) => {
|
|
3881
3980
|
return renderOption(
|
|
3882
3981
|
item,
|
|
3883
3982
|
downshiftIndex++,
|
|
@@ -3897,6 +3996,7 @@ var Select = (_a) => {
|
|
|
3897
3996
|
menuMaxWidth,
|
|
3898
3997
|
menuMaxHeight = 34,
|
|
3899
3998
|
menuMinWidth,
|
|
3999
|
+
triggerOffset = 0,
|
|
3900
4000
|
ariaMenuName,
|
|
3901
4001
|
selectedOptionValue,
|
|
3902
4002
|
onOuterClick,
|
|
@@ -3907,7 +4007,8 @@ var Select = (_a) => {
|
|
|
3907
4007
|
onOpenChange,
|
|
3908
4008
|
trigger,
|
|
3909
4009
|
hasError,
|
|
3910
|
-
errorMessage = "Oops, that didn't work."
|
|
4010
|
+
errorMessage = "Oops, that didn't work.",
|
|
4011
|
+
search
|
|
3911
4012
|
} = _b, props = __objRest(_b, [
|
|
3912
4013
|
"container",
|
|
3913
4014
|
"onChange",
|
|
@@ -3915,6 +4016,7 @@ var Select = (_a) => {
|
|
|
3915
4016
|
"menuMaxWidth",
|
|
3916
4017
|
"menuMaxHeight",
|
|
3917
4018
|
"menuMinWidth",
|
|
4019
|
+
"triggerOffset",
|
|
3918
4020
|
"ariaMenuName",
|
|
3919
4021
|
"selectedOptionValue",
|
|
3920
4022
|
"onOuterClick",
|
|
@@ -3925,10 +4027,16 @@ var Select = (_a) => {
|
|
|
3925
4027
|
"onOpenChange",
|
|
3926
4028
|
"trigger",
|
|
3927
4029
|
"hasError",
|
|
3928
|
-
"errorMessage"
|
|
4030
|
+
"errorMessage",
|
|
4031
|
+
"search"
|
|
3929
4032
|
]);
|
|
3930
4033
|
const environment = getDownshiftEnvironment(container);
|
|
3931
4034
|
const [downshiftIsOpen, setDownshiftIsOpen] = useState(false);
|
|
4035
|
+
const [searchValue, setSearchValue] = useState("");
|
|
4036
|
+
const onSearchChange = (e) => {
|
|
4037
|
+
const value = e.target.value;
|
|
4038
|
+
setSearchValue(value);
|
|
4039
|
+
};
|
|
3932
4040
|
const [prevSelectedItem, setPrevSelectedItem] = useState(
|
|
3933
4041
|
getSelectedOption(selectedOptionValue, options)
|
|
3934
4042
|
);
|
|
@@ -3954,7 +4062,8 @@ var Select = (_a) => {
|
|
|
3954
4062
|
ResizeObserver,
|
|
3955
4063
|
placement: menuPositions[menuPosition],
|
|
3956
4064
|
auto: true,
|
|
3957
|
-
snap: true
|
|
4065
|
+
snap: true,
|
|
4066
|
+
triggerOffset
|
|
3958
4067
|
});
|
|
3959
4068
|
useEffect2(() => {
|
|
3960
4069
|
if (didSelectedOptionValueChange(selectedOptionValue, prevSelectedItem)) {
|
|
@@ -3976,7 +4085,42 @@ var Select = (_a) => {
|
|
|
3976
4085
|
}
|
|
3977
4086
|
return changes;
|
|
3978
4087
|
};
|
|
3979
|
-
|
|
4088
|
+
options = useMemo(() => {
|
|
4089
|
+
if (search) {
|
|
4090
|
+
if (isGrouped(options)) {
|
|
4091
|
+
let filteredGroups;
|
|
4092
|
+
if (search.searchType === "startsWith") {
|
|
4093
|
+
filteredGroups = options.map((group) => __spreadProps(__spreadValues({}, group), {
|
|
4094
|
+
items: group.items.filter(
|
|
4095
|
+
(item) => item.title.toString().toLowerCase().startsWith(searchValue.toLowerCase())
|
|
4096
|
+
)
|
|
4097
|
+
}));
|
|
4098
|
+
} else {
|
|
4099
|
+
filteredGroups = options.map((group) => __spreadProps(__spreadValues({}, group), {
|
|
4100
|
+
items: group.items.filter(
|
|
4101
|
+
(item) => item.title.toString().toLowerCase().includes(searchValue.toLowerCase())
|
|
4102
|
+
)
|
|
4103
|
+
}));
|
|
4104
|
+
}
|
|
4105
|
+
return filteredGroups.reduce((acc, group) => {
|
|
4106
|
+
if (group.items.length > 0) {
|
|
4107
|
+
acc.push(group);
|
|
4108
|
+
}
|
|
4109
|
+
return acc;
|
|
4110
|
+
}, []);
|
|
4111
|
+
}
|
|
4112
|
+
if (search.searchType === "startsWith") {
|
|
4113
|
+
return options.filter(
|
|
4114
|
+
(option) => option.title.toString().toLowerCase().startsWith(searchValue.toLowerCase())
|
|
4115
|
+
);
|
|
4116
|
+
}
|
|
4117
|
+
return options.filter(
|
|
4118
|
+
(option) => option.title.toString().toLowerCase().includes(searchValue.toLowerCase())
|
|
4119
|
+
);
|
|
4120
|
+
}
|
|
4121
|
+
return options;
|
|
4122
|
+
}, [options, searchValue, search]);
|
|
4123
|
+
return /* @__PURE__ */ React25.createElement(SelectWrapper, __spreadValues({}, props), /* @__PURE__ */ React25.createElement(Downshift, __spreadProps(__spreadValues({}, downshiftProps), { stateReducer }), ({
|
|
3980
4124
|
getItemProps,
|
|
3981
4125
|
getInputProps,
|
|
3982
4126
|
getMenuProps,
|
|
@@ -3988,7 +4132,7 @@ var Select = (_a) => {
|
|
|
3988
4132
|
}) => {
|
|
3989
4133
|
return (
|
|
3990
4134
|
// Don't set the role to combobox to ensure a consistent experience for screen readers
|
|
3991
|
-
/* @__PURE__ */
|
|
4135
|
+
/* @__PURE__ */ React25.createElement("div", { role: "presentation" }, /* @__PURE__ */ React25.createElement("div", __spreadValues({}, triggerProps), trigger ? /* @__PURE__ */ React25.createElement(
|
|
3992
4136
|
CustomHeader,
|
|
3993
4137
|
{
|
|
3994
4138
|
getToggleButtonProps,
|
|
@@ -4003,7 +4147,7 @@ var Select = (_a) => {
|
|
|
4003
4147
|
hasError,
|
|
4004
4148
|
errorMessage
|
|
4005
4149
|
}
|
|
4006
|
-
) : /* @__PURE__ */
|
|
4150
|
+
) : /* @__PURE__ */ React25.createElement(
|
|
4007
4151
|
SelectHeader,
|
|
4008
4152
|
{
|
|
4009
4153
|
getToggleButtonProps,
|
|
@@ -4018,7 +4162,7 @@ var Select = (_a) => {
|
|
|
4018
4162
|
hasError
|
|
4019
4163
|
}
|
|
4020
4164
|
)), downshiftIsOpen && isOpen && renderLayer(
|
|
4021
|
-
/* @__PURE__ */
|
|
4165
|
+
/* @__PURE__ */ React25.createElement(
|
|
4022
4166
|
"div",
|
|
4023
4167
|
__spreadProps(__spreadValues({}, layerProps), {
|
|
4024
4168
|
style: __spreadProps(__spreadValues({}, layerProps.style), {
|
|
@@ -4026,7 +4170,7 @@ var Select = (_a) => {
|
|
|
4026
4170
|
width: menuMinWidth ? "auto" : triggerBounds == null ? void 0 : triggerBounds.width
|
|
4027
4171
|
})
|
|
4028
4172
|
}),
|
|
4029
|
-
/* @__PURE__ */
|
|
4173
|
+
/* @__PURE__ */ React25.createElement(
|
|
4030
4174
|
SelectMenu,
|
|
4031
4175
|
{
|
|
4032
4176
|
options,
|
|
@@ -4038,19 +4182,29 @@ var Select = (_a) => {
|
|
|
4038
4182
|
downshiftMenuProps: getMenuProps,
|
|
4039
4183
|
maxWidth: menuMaxWidth,
|
|
4040
4184
|
maxHeight: menuMaxHeight,
|
|
4041
|
-
minWidth: menuMinWidth
|
|
4185
|
+
minWidth: menuMinWidth,
|
|
4186
|
+
search: search && /* @__PURE__ */ React25.createElement(
|
|
4187
|
+
search_bar_default,
|
|
4188
|
+
{
|
|
4189
|
+
ariaLabel: search.searchPlaceholder,
|
|
4190
|
+
placeholder: search.searchPlaceholder,
|
|
4191
|
+
value: searchValue,
|
|
4192
|
+
onChange: onSearchChange,
|
|
4193
|
+
getInputProps
|
|
4194
|
+
}
|
|
4195
|
+
)
|
|
4042
4196
|
}
|
|
4043
4197
|
)
|
|
4044
4198
|
)
|
|
4045
|
-
), hasError && !downshiftIsOpen && /* @__PURE__ */
|
|
4199
|
+
), hasError && !downshiftIsOpen && /* @__PURE__ */ React25.createElement(ErrorMessage, null, errorMessage))
|
|
4046
4200
|
);
|
|
4047
4201
|
}));
|
|
4048
4202
|
};
|
|
4049
4203
|
var select_default = Select;
|
|
4050
4204
|
|
|
4051
4205
|
// src/components/backdrop/backdrop.tsx
|
|
4052
|
-
import
|
|
4053
|
-
import
|
|
4206
|
+
import styled20 from "@emotion/styled";
|
|
4207
|
+
import React26 from "react";
|
|
4054
4208
|
import { useTransition } from "transition-hook";
|
|
4055
4209
|
|
|
4056
4210
|
// src/hooks/use-prevent-scroll.ts
|
|
@@ -4116,7 +4270,7 @@ var use_prevent_scroll_default = usePreventScroll;
|
|
|
4116
4270
|
|
|
4117
4271
|
// src/components/backdrop/backdrop.tsx
|
|
4118
4272
|
var duration = 300;
|
|
4119
|
-
var BackdropWrapper =
|
|
4273
|
+
var BackdropWrapper = styled20.div`
|
|
4120
4274
|
position: fixed;
|
|
4121
4275
|
top: 0;
|
|
4122
4276
|
left: 0;
|
|
@@ -4126,7 +4280,7 @@ var BackdropWrapper = styled19.div`
|
|
|
4126
4280
|
z-index: ${(props) => props.zIndex};
|
|
4127
4281
|
overflow: hidden;
|
|
4128
4282
|
`;
|
|
4129
|
-
var ChildrenWrapper =
|
|
4283
|
+
var ChildrenWrapper = styled20.div`
|
|
4130
4284
|
overflow: auto;
|
|
4131
4285
|
height: 100%;
|
|
4132
4286
|
`;
|
|
@@ -4144,7 +4298,7 @@ var Backdrop = (_a) => {
|
|
|
4144
4298
|
]);
|
|
4145
4299
|
const { stage, shouldMount } = useTransition(isOpen, duration);
|
|
4146
4300
|
use_prevent_scroll_default("html", isOpen);
|
|
4147
|
-
return /* @__PURE__ */
|
|
4301
|
+
return /* @__PURE__ */ React26.createElement(React26.Fragment, null, shouldMount && /* @__PURE__ */ React26.createElement(
|
|
4148
4302
|
BackdropWrapper,
|
|
4149
4303
|
__spreadValues({
|
|
4150
4304
|
backgroundColor,
|
|
@@ -4154,31 +4308,31 @@ var Backdrop = (_a) => {
|
|
|
4154
4308
|
opacity: stage === "enter" ? 1 : 0
|
|
4155
4309
|
}
|
|
4156
4310
|
}, props),
|
|
4157
|
-
/* @__PURE__ */
|
|
4311
|
+
/* @__PURE__ */ React26.createElement(ChildrenWrapper, null, children)
|
|
4158
4312
|
));
|
|
4159
4313
|
};
|
|
4160
4314
|
var backdrop_default = Backdrop;
|
|
4161
4315
|
|
|
4162
4316
|
// src/components/modal/modal.tsx
|
|
4163
|
-
import
|
|
4317
|
+
import styled21 from "@emotion/styled";
|
|
4164
4318
|
import FocusTrap from "focus-trap-react";
|
|
4165
|
-
import
|
|
4319
|
+
import React28, { useEffect as useEffect3 } from "react";
|
|
4166
4320
|
|
|
4167
4321
|
// src/components/icon/available-icons/close.tsx
|
|
4168
4322
|
import CloseIcon from "@atlaskit/icon/core/close";
|
|
4169
|
-
import * as
|
|
4323
|
+
import * as React27 from "react";
|
|
4170
4324
|
function SvgClose() {
|
|
4171
|
-
return /* @__PURE__ */
|
|
4325
|
+
return /* @__PURE__ */ React27.createElement(CloseIcon, { label: "", testId: "ads-refreshed-icon" });
|
|
4172
4326
|
}
|
|
4173
4327
|
|
|
4174
4328
|
// src/components/modal/modal.tsx
|
|
4175
4329
|
var DEFAULT_MODAL_CARD_HEIGHT = "70vh";
|
|
4176
|
-
var ContentWrapper =
|
|
4330
|
+
var ContentWrapper = styled21.div`
|
|
4177
4331
|
display: grid;
|
|
4178
4332
|
grid-template-rows: ${(props) => props.rows};
|
|
4179
4333
|
position: relative;
|
|
4180
4334
|
`;
|
|
4181
|
-
var ModalCardWrapper =
|
|
4335
|
+
var ModalCardWrapper = styled21.dialog`
|
|
4182
4336
|
top: ${(props) => getPlacement(getSizeValue(props.maxHeight), props.placement).top};
|
|
4183
4337
|
background-color: ${getColorValue("overlay")};
|
|
4184
4338
|
color: ${getColorValue("body")};
|
|
@@ -4201,27 +4355,27 @@ var ModalCardWrapper = styled20.dialog`
|
|
|
4201
4355
|
background: var(--lns-color-overlay);
|
|
4202
4356
|
}
|
|
4203
4357
|
`;
|
|
4204
|
-
var CloseIconSection =
|
|
4358
|
+
var CloseIconSection = styled21.div`
|
|
4205
4359
|
position: absolute;
|
|
4206
4360
|
top: ${u(1.5)};
|
|
4207
4361
|
right: ${u(1.5)};
|
|
4208
4362
|
z-index: 1;
|
|
4209
4363
|
`;
|
|
4210
|
-
var RightButtonsSection =
|
|
4364
|
+
var RightButtonsSection = styled21.div`
|
|
4211
4365
|
margin-left: auto;
|
|
4212
4366
|
|
|
4213
4367
|
* {
|
|
4214
4368
|
vertical-align: middle;
|
|
4215
4369
|
}
|
|
4216
4370
|
`;
|
|
4217
|
-
var TitleSection =
|
|
4371
|
+
var TitleSection = styled21.div`
|
|
4218
4372
|
padding-left: var(--lns-space-xlarge);
|
|
4219
4373
|
padding-right: var(--lns-space-xlarge);
|
|
4220
4374
|
padding-top: var(--lns-space-xlarge);
|
|
4221
4375
|
padding-bottom: ${(props) => props.bottom};
|
|
4222
4376
|
flex-shrink: 0;
|
|
4223
4377
|
`;
|
|
4224
|
-
var ButtonsSection =
|
|
4378
|
+
var ButtonsSection = styled21.div`
|
|
4225
4379
|
padding-left: var(--lns-space-xlarge);
|
|
4226
4380
|
padding-right: var(--lns-space-xlarge);
|
|
4227
4381
|
padding-bottom: var(--lns-space-xlarge);
|
|
@@ -4231,7 +4385,7 @@ var ButtonsSection = styled20.div`
|
|
|
4231
4385
|
justify-content: space-between;
|
|
4232
4386
|
align-items: center;
|
|
4233
4387
|
`;
|
|
4234
|
-
var ChildrenSection2 =
|
|
4388
|
+
var ChildrenSection2 = styled21.div`
|
|
4235
4389
|
display: flex;
|
|
4236
4390
|
flex-direction: column;
|
|
4237
4391
|
overflow: auto;
|
|
@@ -4243,7 +4397,7 @@ var ChildrenSection2 = styled20.div`
|
|
|
4243
4397
|
border-color: ${getColorValue("border")};
|
|
4244
4398
|
border-width: ${(props) => props.hasDividers ? "1px 0" : "0"};
|
|
4245
4399
|
`;
|
|
4246
|
-
var ModalCardChildrenSection =
|
|
4400
|
+
var ModalCardChildrenSection = styled21.div`
|
|
4247
4401
|
overflow: auto;
|
|
4248
4402
|
|
|
4249
4403
|
${(props) => getMaxHeight(props.maxHeight)};
|
|
@@ -4301,7 +4455,7 @@ var ModalCard = (_a) => {
|
|
|
4301
4455
|
};
|
|
4302
4456
|
}, [isOpen, onCloseClick]);
|
|
4303
4457
|
use_prevent_scroll_default("html", isOpen);
|
|
4304
|
-
return /* @__PURE__ */
|
|
4458
|
+
return /* @__PURE__ */ React28.createElement(
|
|
4305
4459
|
FocusTrap,
|
|
4306
4460
|
{
|
|
4307
4461
|
active: isOpen,
|
|
@@ -4310,7 +4464,7 @@ var ModalCard = (_a) => {
|
|
|
4310
4464
|
allowOutsideClick: true
|
|
4311
4465
|
}, initialFocus !== void 0 ? { initialFocus } : {})
|
|
4312
4466
|
},
|
|
4313
|
-
/* @__PURE__ */
|
|
4467
|
+
/* @__PURE__ */ React28.createElement(
|
|
4314
4468
|
ModalCardWrapper,
|
|
4315
4469
|
__spreadValues({
|
|
4316
4470
|
open: isOpen,
|
|
@@ -4323,15 +4477,15 @@ var ModalCard = (_a) => {
|
|
|
4323
4477
|
"aria-modal": ariaModal,
|
|
4324
4478
|
"aria-labelledby": ariaLabelledBy
|
|
4325
4479
|
}, props),
|
|
4326
|
-
!removeClose && onCloseClick && /* @__PURE__ */
|
|
4480
|
+
!removeClose && onCloseClick && /* @__PURE__ */ React28.createElement(CloseIconSection, null, /* @__PURE__ */ React28.createElement(
|
|
4327
4481
|
icon_button_default,
|
|
4328
4482
|
{
|
|
4329
4483
|
altText: "Close",
|
|
4330
|
-
icon: /* @__PURE__ */
|
|
4484
|
+
icon: /* @__PURE__ */ React28.createElement(SvgClose, null),
|
|
4331
4485
|
onClick: onCloseClick
|
|
4332
4486
|
}
|
|
4333
4487
|
)),
|
|
4334
|
-
/* @__PURE__ */
|
|
4488
|
+
/* @__PURE__ */ React28.createElement(
|
|
4335
4489
|
ModalCardChildrenSection,
|
|
4336
4490
|
__spreadProps(__spreadValues({}, removeClose ? { tabIndex: 0 } : { tabIndex: -1 }), {
|
|
4337
4491
|
maxHeight
|
|
@@ -4341,7 +4495,7 @@ var ModalCard = (_a) => {
|
|
|
4341
4495
|
)
|
|
4342
4496
|
);
|
|
4343
4497
|
};
|
|
4344
|
-
var Modal =
|
|
4498
|
+
var Modal = React28.forwardRef(
|
|
4345
4499
|
(_a, ref) => {
|
|
4346
4500
|
var _b = _a, {
|
|
4347
4501
|
children,
|
|
@@ -4397,14 +4551,14 @@ var Modal = React26.forwardRef(
|
|
|
4397
4551
|
}
|
|
4398
4552
|
onCloseClick(e);
|
|
4399
4553
|
};
|
|
4400
|
-
return /* @__PURE__ */
|
|
4554
|
+
return /* @__PURE__ */ React28.createElement(backdrop_default, __spreadValues({ isOpen, zIndex }, props), /* @__PURE__ */ React28.createElement(
|
|
4401
4555
|
container_default,
|
|
4402
4556
|
{
|
|
4403
4557
|
height: "100%",
|
|
4404
4558
|
onClick: closeClickHandler,
|
|
4405
4559
|
onKeyDown
|
|
4406
4560
|
},
|
|
4407
|
-
/* @__PURE__ */
|
|
4561
|
+
/* @__PURE__ */ React28.createElement(
|
|
4408
4562
|
ModalCard,
|
|
4409
4563
|
{
|
|
4410
4564
|
ref,
|
|
@@ -4419,19 +4573,19 @@ var Modal = React26.forwardRef(
|
|
|
4419
4573
|
ariaLabelledBy: (_a2 = ariaLabelledBy != null ? ariaLabelledBy : titleId) != null ? _a2 : void 0,
|
|
4420
4574
|
initialFocus
|
|
4421
4575
|
},
|
|
4422
|
-
/* @__PURE__ */
|
|
4576
|
+
/* @__PURE__ */ React28.createElement(
|
|
4423
4577
|
ContentWrapper,
|
|
4424
4578
|
{
|
|
4425
4579
|
rows: `${title ? "auto " : ""} ${children ? "1fr " : ""} ${hasButtons ? "auto" : ""}`
|
|
4426
4580
|
},
|
|
4427
|
-
title && /* @__PURE__ */
|
|
4581
|
+
title && /* @__PURE__ */ React28.createElement(
|
|
4428
4582
|
TitleSection,
|
|
4429
4583
|
{
|
|
4430
4584
|
bottom: children ? "var(--lns-space-medium)" : "var(--lns-space-xlarge)"
|
|
4431
4585
|
},
|
|
4432
|
-
/* @__PURE__ */
|
|
4586
|
+
/* @__PURE__ */ React28.createElement(text_default, { htmlTag: "h1", variant: "title", id: titleId }, title)
|
|
4433
4587
|
),
|
|
4434
|
-
/* @__PURE__ */
|
|
4588
|
+
/* @__PURE__ */ React28.createElement(
|
|
4435
4589
|
ChildrenSection2,
|
|
4436
4590
|
{
|
|
4437
4591
|
noPadding,
|
|
@@ -4441,14 +4595,14 @@ var Modal = React26.forwardRef(
|
|
|
4441
4595
|
},
|
|
4442
4596
|
children && children
|
|
4443
4597
|
),
|
|
4444
|
-
hasButtons && /* @__PURE__ */
|
|
4598
|
+
hasButtons && /* @__PURE__ */ React28.createElement(
|
|
4445
4599
|
ButtonsSection,
|
|
4446
4600
|
{
|
|
4447
4601
|
top: children ? "var(--lns-space-xlarge)" : 0,
|
|
4448
4602
|
hasDividers
|
|
4449
4603
|
},
|
|
4450
4604
|
alternativeButton,
|
|
4451
|
-
/* @__PURE__ */
|
|
4605
|
+
/* @__PURE__ */ React28.createElement(RightButtonsSection, null, secondaryButton && /* @__PURE__ */ React28.createElement(spacer_default, { right: "small", isInline: true }, secondaryButton), mainButton)
|
|
4452
4606
|
)
|
|
4453
4607
|
)
|
|
4454
4608
|
)
|
|
@@ -4459,8 +4613,8 @@ var modal_default = Modal;
|
|
|
4459
4613
|
|
|
4460
4614
|
// src/components/link/link.tsx
|
|
4461
4615
|
import { css as css3 } from "@emotion/react";
|
|
4462
|
-
import
|
|
4463
|
-
import
|
|
4616
|
+
import styled22 from "@emotion/styled";
|
|
4617
|
+
import React29 from "react";
|
|
4464
4618
|
var variants2 = {
|
|
4465
4619
|
neutral: {
|
|
4466
4620
|
color: getColorValue("inherit"),
|
|
@@ -4494,7 +4648,7 @@ var buttonStyles = {
|
|
|
4494
4648
|
font: inherit;
|
|
4495
4649
|
`
|
|
4496
4650
|
};
|
|
4497
|
-
var LinkWrapper =
|
|
4651
|
+
var LinkWrapper = styled22.a`
|
|
4498
4652
|
${(props) => !props.disabled && `color: ${variants2[props.variant].color}`};
|
|
4499
4653
|
${(props) => props.disabled ? statusStyles2.disabled : statusStyles2.enabled};
|
|
4500
4654
|
${(props) => props.as === "button" && buttonStyles.isButton};
|
|
@@ -4531,7 +4685,7 @@ var Link = (_a) => {
|
|
|
4531
4685
|
"htmlTag",
|
|
4532
4686
|
"isDisabled"
|
|
4533
4687
|
]);
|
|
4534
|
-
return /* @__PURE__ */
|
|
4688
|
+
return /* @__PURE__ */ React29.createElement(
|
|
4535
4689
|
LinkWrapper,
|
|
4536
4690
|
__spreadValues({
|
|
4537
4691
|
href,
|
|
@@ -4546,8 +4700,8 @@ var availableVariants2 = Object.keys(variants2);
|
|
|
4546
4700
|
var link_default = Link;
|
|
4547
4701
|
|
|
4548
4702
|
// src/components/textarea/textarea.tsx
|
|
4549
|
-
import
|
|
4550
|
-
import
|
|
4703
|
+
import styled23 from "@emotion/styled";
|
|
4704
|
+
import React30 from "react";
|
|
4551
4705
|
var sizesStyles3 = {
|
|
4552
4706
|
small: {
|
|
4553
4707
|
padding: `${u(1.5)} ${u(1.75)}`,
|
|
@@ -4558,7 +4712,7 @@ var sizesStyles3 = {
|
|
|
4558
4712
|
textSize: "medium"
|
|
4559
4713
|
}
|
|
4560
4714
|
};
|
|
4561
|
-
var TextareaWrapper =
|
|
4715
|
+
var TextareaWrapper = styled23.textarea`
|
|
4562
4716
|
width: 100%;
|
|
4563
4717
|
border: none;
|
|
4564
4718
|
font-family: inherit;
|
|
@@ -4597,7 +4751,7 @@ var TextareaWrapper = styled22.textarea`
|
|
|
4597
4751
|
color: ${getColorValue("bodyDimmed")};
|
|
4598
4752
|
}
|
|
4599
4753
|
`;
|
|
4600
|
-
var Textarea =
|
|
4754
|
+
var Textarea = React30.forwardRef(
|
|
4601
4755
|
(_a, ref) => {
|
|
4602
4756
|
var _b = _a, {
|
|
4603
4757
|
onChange,
|
|
@@ -4618,7 +4772,7 @@ var Textarea = React28.forwardRef(
|
|
|
4618
4772
|
"resize",
|
|
4619
4773
|
"error"
|
|
4620
4774
|
]);
|
|
4621
|
-
return /* @__PURE__ */
|
|
4775
|
+
return /* @__PURE__ */ React30.createElement(React30.Fragment, null, /* @__PURE__ */ React30.createElement(
|
|
4622
4776
|
TextareaWrapper,
|
|
4623
4777
|
__spreadValues({
|
|
4624
4778
|
disabled: isDisabled,
|
|
@@ -4631,33 +4785,33 @@ var Textarea = React28.forwardRef(
|
|
|
4631
4785
|
resize,
|
|
4632
4786
|
error
|
|
4633
4787
|
}, props)
|
|
4634
|
-
), error ? /* @__PURE__ */
|
|
4788
|
+
), error ? /* @__PURE__ */ React30.createElement(React30.Fragment, null, /* @__PURE__ */ React30.createElement(spacer_default, { bottom: "xmsall" }), /* @__PURE__ */ React30.createElement(text_default, { color: "danger", fontWeight: "regular", size: "body-md" }, error)) : null);
|
|
4635
4789
|
}
|
|
4636
4790
|
);
|
|
4637
4791
|
var textarea_default = Textarea;
|
|
4638
4792
|
|
|
4639
4793
|
// src/components/typeahead/typeahead.tsx
|
|
4640
|
-
import
|
|
4794
|
+
import styled24 from "@emotion/styled";
|
|
4641
4795
|
import Downshift2 from "downshift";
|
|
4642
|
-
import
|
|
4796
|
+
import React31, {
|
|
4643
4797
|
useEffect as useEffect4,
|
|
4644
4798
|
useState as useState2,
|
|
4645
|
-
useMemo,
|
|
4799
|
+
useMemo as useMemo2,
|
|
4646
4800
|
forwardRef as forwardRef3,
|
|
4647
4801
|
useRef as useRef2,
|
|
4648
4802
|
useCallback as useCallback2
|
|
4649
4803
|
} from "react";
|
|
4650
4804
|
import { useLayer as useLayer2 } from "react-laag";
|
|
4651
4805
|
import ResizeObserver2 from "resize-observer-polyfill";
|
|
4652
|
-
var TypeaheadWrapper =
|
|
4806
|
+
var TypeaheadWrapper = styled24.div`
|
|
4653
4807
|
position: relative;
|
|
4654
4808
|
`;
|
|
4655
|
-
var Group2 =
|
|
4809
|
+
var Group2 = styled24.ul`
|
|
4656
4810
|
list-style: none;
|
|
4657
4811
|
margin: 0;
|
|
4658
4812
|
padding: 0;
|
|
4659
4813
|
`;
|
|
4660
|
-
var ErrorMessage2 =
|
|
4814
|
+
var ErrorMessage2 = styled24.span`
|
|
4661
4815
|
color: var(--lns-color-red);
|
|
4662
4816
|
margin-top: var(--lns-space-xsmall);
|
|
4663
4817
|
display: block;
|
|
@@ -4720,7 +4874,7 @@ var getHeaderAccessibilityProps2 = ({
|
|
|
4720
4874
|
"aria-label": [ariaMenuName, valueLabel].filter(Boolean).join(", ")
|
|
4721
4875
|
};
|
|
4722
4876
|
};
|
|
4723
|
-
var TypeaheadHeaderWrapper =
|
|
4877
|
+
var TypeaheadHeaderWrapper = styled24.button`
|
|
4724
4878
|
position: relative;
|
|
4725
4879
|
width: 100%;
|
|
4726
4880
|
background: none;
|
|
@@ -4735,7 +4889,7 @@ var TypeaheadHeaderWrapper = styled23.button`
|
|
|
4735
4889
|
cursor: default;
|
|
4736
4890
|
}
|
|
4737
4891
|
`;
|
|
4738
|
-
var TypeaheadInputField =
|
|
4892
|
+
var TypeaheadInputField = styled24.input`
|
|
4739
4893
|
-webkit-appearance: none;
|
|
4740
4894
|
font-family: inherit;
|
|
4741
4895
|
width: 100%;
|
|
@@ -4778,7 +4932,7 @@ var TypeaheadInputField = styled23.input`
|
|
|
4778
4932
|
color: ${getColorValue("bodyDimmed")};
|
|
4779
4933
|
}
|
|
4780
4934
|
`;
|
|
4781
|
-
var IconSection3 =
|
|
4935
|
+
var IconSection3 = styled24.div`
|
|
4782
4936
|
position: absolute;
|
|
4783
4937
|
pointer-events: none;
|
|
4784
4938
|
width: ${u(6)};
|
|
@@ -4788,7 +4942,7 @@ var IconSection3 = styled23.div`
|
|
|
4788
4942
|
justify-content: center;
|
|
4789
4943
|
left: 0;
|
|
4790
4944
|
`;
|
|
4791
|
-
var AddOnSection =
|
|
4945
|
+
var AddOnSection = styled24.div`
|
|
4792
4946
|
position: absolute;
|
|
4793
4947
|
height: 100%;
|
|
4794
4948
|
display: flex;
|
|
@@ -4799,7 +4953,7 @@ var AddOnSection = styled23.div`
|
|
|
4799
4953
|
top: 50%;
|
|
4800
4954
|
transform: translateY(-50%);
|
|
4801
4955
|
`;
|
|
4802
|
-
var TextOverlay =
|
|
4956
|
+
var TextOverlay = styled24.div`
|
|
4803
4957
|
position: absolute;
|
|
4804
4958
|
top: 0;
|
|
4805
4959
|
left: ${(props) => props.hasIcon ? u(5.5) : "var(--lns-formFieldHorizontalPadding)"};
|
|
@@ -4810,7 +4964,7 @@ var TextOverlay = styled23.div`
|
|
|
4810
4964
|
pointer-events: none;
|
|
4811
4965
|
color: inherit;
|
|
4812
4966
|
`;
|
|
4813
|
-
var TypeaheadImage =
|
|
4967
|
+
var TypeaheadImage = styled24.img`
|
|
4814
4968
|
height: 100%;
|
|
4815
4969
|
width: auto;
|
|
4816
4970
|
min-width: 100%;
|
|
@@ -4862,7 +5016,7 @@ var TypeaheadHeader = ({
|
|
|
4862
5016
|
onChange: (e) => handleInputValueChange(e.target.value)
|
|
4863
5017
|
}));
|
|
4864
5018
|
const showPlaceholder = !inputValue && !selectedOptionValue;
|
|
4865
|
-
return /* @__PURE__ */
|
|
5019
|
+
return /* @__PURE__ */ React31.createElement(TypeaheadHeaderWrapper, { onClick: handleClickAndFocus, disabled: isDisabled }, hasIcon && /* @__PURE__ */ React31.createElement(IconSection3, null, typeof icon === "string" ? /* @__PURE__ */ React31.createElement(container_default, { radius: "50", width: 3, height: 3, overflow: "hidden" }, /* @__PURE__ */ React31.createElement(align_default, { alignment: "center" }, /* @__PURE__ */ React31.createElement(TypeaheadImage, { src: icon, alt: "", isDisabled }))) : /* @__PURE__ */ React31.createElement(icon_default, { icon, color })), /* @__PURE__ */ React31.createElement(
|
|
4866
5020
|
TypeaheadInputField,
|
|
4867
5021
|
__spreadProps(__spreadValues({
|
|
4868
5022
|
ref: inputRef
|
|
@@ -4872,12 +5026,12 @@ var TypeaheadHeader = ({
|
|
|
4872
5026
|
hasError,
|
|
4873
5027
|
isDisabled
|
|
4874
5028
|
})
|
|
4875
|
-
), !inputValue && /* @__PURE__ */
|
|
5029
|
+
), !inputValue && /* @__PURE__ */ React31.createElement(TextOverlay, { hasIcon }, /* @__PURE__ */ React31.createElement(text_default, { hasEllipsis: true, color: showPlaceholder ? "bodyDimmed" : "inherit" }, getTitle2({
|
|
4876
5030
|
options,
|
|
4877
5031
|
selectedItem,
|
|
4878
5032
|
selectedOptionValue,
|
|
4879
5033
|
placeholder
|
|
4880
|
-
}))), /* @__PURE__ */
|
|
5034
|
+
}))), /* @__PURE__ */ React31.createElement(AddOnSection, null, hasLoader ? /* @__PURE__ */ React31.createElement(loader_default, { size: "small" }) : /* @__PURE__ */ React31.createElement(icon_default, { icon: /* @__PURE__ */ React31.createElement(SvgChevronDown, null), color })));
|
|
4881
5035
|
};
|
|
4882
5036
|
var getSelectedOption2 = (value, options) => {
|
|
4883
5037
|
var _a;
|
|
@@ -4899,7 +5053,7 @@ var didSelectedOptionValueChange2 = (selectedOptionValue, prevSelectedItem) => {
|
|
|
4899
5053
|
};
|
|
4900
5054
|
var renderOption2 = (item, index, selectedItem, selectedOptionValue, highlightedIndex, getItemProps) => {
|
|
4901
5055
|
const isSelected = !selectedItem && item.value === selectedOptionValue || selectedItem && selectedItem.value === item.value;
|
|
4902
|
-
return /* @__PURE__ */
|
|
5056
|
+
return /* @__PURE__ */ React31.createElement(
|
|
4903
5057
|
MenuItem,
|
|
4904
5058
|
__spreadProps(__spreadValues({
|
|
4905
5059
|
key: index,
|
|
@@ -4943,16 +5097,16 @@ var TypeaheadMenu = (_a) => {
|
|
|
4943
5097
|
"emptyResultsMessage",
|
|
4944
5098
|
"hasAvailableOptions"
|
|
4945
5099
|
]);
|
|
4946
|
-
const defaultLoadingMessage = loadingMessage || /* @__PURE__ */
|
|
5100
|
+
const defaultLoadingMessage = loadingMessage || /* @__PURE__ */ React31.createElement(loader_default, null);
|
|
4947
5101
|
const defaultEmptyResultsMessage = emptyResultsMessage || "No results";
|
|
4948
5102
|
if (isLoading) {
|
|
4949
|
-
return /* @__PURE__ */
|
|
5103
|
+
return /* @__PURE__ */ React31.createElement(menu_default, __spreadValues({ as: "div" }, menuProps), /* @__PURE__ */ React31.createElement(container_default, { padding: "large" }, /* @__PURE__ */ React31.createElement(align_default, { alignment: "center" }, defaultLoadingMessage)));
|
|
4950
5104
|
}
|
|
4951
5105
|
if (!hasAvailableOptions) {
|
|
4952
|
-
return /* @__PURE__ */
|
|
5106
|
+
return /* @__PURE__ */ React31.createElement(menu_default, __spreadValues({ as: "div" }, menuProps), /* @__PURE__ */ React31.createElement(container_default, { padding: "large" }, /* @__PURE__ */ React31.createElement(align_default, { alignment: "center" }, defaultEmptyResultsMessage)));
|
|
4953
5107
|
}
|
|
4954
5108
|
if (!isGrouped2(options)) {
|
|
4955
|
-
return /* @__PURE__ */
|
|
5109
|
+
return /* @__PURE__ */ React31.createElement(menu_default, __spreadValues({}, menuProps), options.map(
|
|
4956
5110
|
(item, index) => renderOption2(
|
|
4957
5111
|
item,
|
|
4958
5112
|
index,
|
|
@@ -4964,9 +5118,9 @@ var TypeaheadMenu = (_a) => {
|
|
|
4964
5118
|
));
|
|
4965
5119
|
}
|
|
4966
5120
|
let downshiftIndex = 0;
|
|
4967
|
-
return /* @__PURE__ */
|
|
5121
|
+
return /* @__PURE__ */ React31.createElement(menu_default, __spreadValues({}, menuProps), options.map((group) => {
|
|
4968
5122
|
const groupId = `group-${group.group.replace(/\s+/g, "-")}`;
|
|
4969
|
-
return /* @__PURE__ */
|
|
5123
|
+
return /* @__PURE__ */ React31.createElement("li", { key: groupId }, /* @__PURE__ */ React31.createElement(spacer_default, { left: "medium", top: "small", bottom: "xsmall" }, /* @__PURE__ */ React31.createElement(text_default, { id: groupId, size: "body-sm", fontWeight: "bold" }, group.group)), /* @__PURE__ */ React31.createElement(Group2, { role: "group", "aria-labelledby": groupId }, group.items.map((item) => {
|
|
4970
5124
|
return renderOption2(
|
|
4971
5125
|
item,
|
|
4972
5126
|
downshiftIndex++,
|
|
@@ -5083,7 +5237,7 @@ var Typeahead = forwardRef3(
|
|
|
5083
5237
|
(_a2 = internalInputRef.current) == null ? void 0 : _a2.blur();
|
|
5084
5238
|
}
|
|
5085
5239
|
}, [downshiftIsOpen, onOpenChange]);
|
|
5086
|
-
const hasAvailableOptions =
|
|
5240
|
+
const hasAvailableOptions = useMemo2(() => {
|
|
5087
5241
|
if (!Array.isArray(options)) {
|
|
5088
5242
|
return false;
|
|
5089
5243
|
}
|
|
@@ -5099,7 +5253,7 @@ var Typeahead = forwardRef3(
|
|
|
5099
5253
|
}
|
|
5100
5254
|
return changes;
|
|
5101
5255
|
};
|
|
5102
|
-
return /* @__PURE__ */
|
|
5256
|
+
return /* @__PURE__ */ React31.createElement(TypeaheadWrapper, __spreadValues({}, props), /* @__PURE__ */ React31.createElement(Downshift2, __spreadProps(__spreadValues({}, downshiftProps), { stateReducer }), ({
|
|
5103
5257
|
getItemProps,
|
|
5104
5258
|
getInputProps,
|
|
5105
5259
|
getMenuProps,
|
|
@@ -5109,7 +5263,7 @@ var Typeahead = forwardRef3(
|
|
|
5109
5263
|
}) => {
|
|
5110
5264
|
return (
|
|
5111
5265
|
// Don't set the role to combobox to ensure a consistent experience for screen readers
|
|
5112
|
-
/* @__PURE__ */
|
|
5266
|
+
/* @__PURE__ */ React31.createElement("div", { role: "presentation" }, /* @__PURE__ */ React31.createElement("div", __spreadValues({}, triggerProps), /* @__PURE__ */ React31.createElement(
|
|
5113
5267
|
TypeaheadHeader,
|
|
5114
5268
|
{
|
|
5115
5269
|
inputRef,
|
|
@@ -5130,7 +5284,7 @@ var Typeahead = forwardRef3(
|
|
|
5130
5284
|
hasError: Boolean(errorMessage)
|
|
5131
5285
|
}
|
|
5132
5286
|
)), downshiftIsOpen && isOpen && renderLayer(
|
|
5133
|
-
/* @__PURE__ */
|
|
5287
|
+
/* @__PURE__ */ React31.createElement(
|
|
5134
5288
|
"div",
|
|
5135
5289
|
__spreadProps(__spreadValues({}, layerProps), {
|
|
5136
5290
|
style: __spreadProps(__spreadValues({}, layerProps.style), {
|
|
@@ -5138,7 +5292,7 @@ var Typeahead = forwardRef3(
|
|
|
5138
5292
|
width: menuMinWidth ? "auto" : triggerBounds == null ? void 0 : triggerBounds.width
|
|
5139
5293
|
})
|
|
5140
5294
|
}),
|
|
5141
|
-
/* @__PURE__ */
|
|
5295
|
+
/* @__PURE__ */ React31.createElement(
|
|
5142
5296
|
TypeaheadMenu,
|
|
5143
5297
|
{
|
|
5144
5298
|
options,
|
|
@@ -5158,7 +5312,7 @@ var Typeahead = forwardRef3(
|
|
|
5158
5312
|
}
|
|
5159
5313
|
)
|
|
5160
5314
|
)
|
|
5161
|
-
), Boolean(errorMessage) && !downshiftIsOpen ? /* @__PURE__ */
|
|
5315
|
+
), Boolean(errorMessage) && !downshiftIsOpen ? /* @__PURE__ */ React31.createElement(ErrorMessage2, null, errorMessage) : null)
|
|
5162
5316
|
);
|
|
5163
5317
|
}));
|
|
5164
5318
|
}
|
|
@@ -5167,9 +5321,9 @@ Typeahead.displayName = "Typeahead";
|
|
|
5167
5321
|
var typeahead_default = Typeahead;
|
|
5168
5322
|
|
|
5169
5323
|
// src/components/dropdown/dropdown.tsx
|
|
5170
|
-
import
|
|
5324
|
+
import styled25 from "@emotion/styled";
|
|
5171
5325
|
import Downshift3 from "downshift";
|
|
5172
|
-
import
|
|
5326
|
+
import React32, { useEffect as useEffect5, useMemo as useMemo3, useState as useState3 } from "react";
|
|
5173
5327
|
import { useLayer as useLayer3 } from "react-laag";
|
|
5174
5328
|
import ResizeObserver3 from "resize-observer-polyfill";
|
|
5175
5329
|
var getAccessibilityProps = ({
|
|
@@ -5185,7 +5339,7 @@ var getAccessibilityProps = ({
|
|
|
5185
5339
|
"aria-label": ariaMenuName ? ariaMenuName : ""
|
|
5186
5340
|
};
|
|
5187
5341
|
};
|
|
5188
|
-
var TriggerSection =
|
|
5342
|
+
var TriggerSection = styled25.div`
|
|
5189
5343
|
display: inline-block;
|
|
5190
5344
|
vertical-align: middle;
|
|
5191
5345
|
`;
|
|
@@ -5204,7 +5358,8 @@ var Dropdown = (_a) => {
|
|
|
5204
5358
|
container,
|
|
5205
5359
|
onOuterClick,
|
|
5206
5360
|
triggerOffset = 0,
|
|
5207
|
-
onOpenChange
|
|
5361
|
+
onOpenChange,
|
|
5362
|
+
search
|
|
5208
5363
|
} = _b, props = __objRest(_b, [
|
|
5209
5364
|
"ariaMenuName",
|
|
5210
5365
|
"menuPosition",
|
|
@@ -5219,10 +5374,16 @@ var Dropdown = (_a) => {
|
|
|
5219
5374
|
"container",
|
|
5220
5375
|
"onOuterClick",
|
|
5221
5376
|
"triggerOffset",
|
|
5222
|
-
"onOpenChange"
|
|
5377
|
+
"onOpenChange",
|
|
5378
|
+
"search"
|
|
5223
5379
|
]);
|
|
5224
5380
|
const environment = getDownshiftEnvironment(container);
|
|
5225
5381
|
const [downshiftIsOpen, setDownshiftIsOpen] = useState3(false);
|
|
5382
|
+
const [searchValue, setSearchValue] = useState3("");
|
|
5383
|
+
const onSearchChange = (e) => {
|
|
5384
|
+
const value = e.target.value;
|
|
5385
|
+
setSearchValue(value);
|
|
5386
|
+
};
|
|
5226
5387
|
const isOpen = isOpenFromProps || downshiftIsOpen;
|
|
5227
5388
|
const { layerProps, triggerProps, renderLayer } = useLayer3({
|
|
5228
5389
|
isOpen,
|
|
@@ -5242,7 +5403,26 @@ var Dropdown = (_a) => {
|
|
|
5242
5403
|
}
|
|
5243
5404
|
return changes;
|
|
5244
5405
|
};
|
|
5245
|
-
|
|
5406
|
+
options = useMemo3(() => {
|
|
5407
|
+
if (search) {
|
|
5408
|
+
if (search.searchType === "startsWith") {
|
|
5409
|
+
return options.filter(
|
|
5410
|
+
(option) => {
|
|
5411
|
+
var _a2;
|
|
5412
|
+
return (_a2 = option.title) == null ? void 0 : _a2.toString().toLowerCase().startsWith(searchValue.toLowerCase());
|
|
5413
|
+
}
|
|
5414
|
+
);
|
|
5415
|
+
}
|
|
5416
|
+
return options.filter(
|
|
5417
|
+
(option) => {
|
|
5418
|
+
var _a2;
|
|
5419
|
+
return (_a2 = option.title) == null ? void 0 : _a2.toString().toLowerCase().includes(searchValue.toLowerCase());
|
|
5420
|
+
}
|
|
5421
|
+
);
|
|
5422
|
+
}
|
|
5423
|
+
return options;
|
|
5424
|
+
}, [options, searchValue, search]);
|
|
5425
|
+
return /* @__PURE__ */ React32.createElement(
|
|
5246
5426
|
Downshift3,
|
|
5247
5427
|
{
|
|
5248
5428
|
stateReducer,
|
|
@@ -5258,7 +5438,7 @@ var Dropdown = (_a) => {
|
|
|
5258
5438
|
getToggleButtonProps,
|
|
5259
5439
|
highlightedIndex,
|
|
5260
5440
|
isOpen: isOpen2
|
|
5261
|
-
}) => /* @__PURE__ */
|
|
5441
|
+
}) => /* @__PURE__ */ React32.createElement(
|
|
5262
5442
|
"div",
|
|
5263
5443
|
__spreadValues(__spreadValues({}, props), triggerCallback ? {
|
|
5264
5444
|
// the Downshift component appears to set the following props,
|
|
@@ -5268,28 +5448,38 @@ var Dropdown = (_a) => {
|
|
|
5268
5448
|
"aria-expanded": null,
|
|
5269
5449
|
"aria-labelledby": null
|
|
5270
5450
|
} : {}),
|
|
5271
|
-
/* @__PURE__ */
|
|
5451
|
+
/* @__PURE__ */ React32.createElement("div", __spreadValues({}, triggerProps), triggerCallback ? triggerCallback(__spreadValues(__spreadValues({}, getToggleButtonProps()), getAccessibilityProps({
|
|
5272
5452
|
ariaMenuName,
|
|
5273
5453
|
getInputProps,
|
|
5274
5454
|
isOpen: isOpen2
|
|
5275
|
-
}))) : /* @__PURE__ */
|
|
5455
|
+
}))) : /* @__PURE__ */ React32.createElement(TriggerSection, __spreadValues({}, getToggleButtonProps({})), trigger)),
|
|
5276
5456
|
isOpen2 && renderLayer(
|
|
5277
|
-
/* @__PURE__ */
|
|
5457
|
+
/* @__PURE__ */ React32.createElement(
|
|
5278
5458
|
"div",
|
|
5279
5459
|
__spreadProps(__spreadValues({}, layerProps), {
|
|
5280
5460
|
style: __spreadProps(__spreadValues({}, layerProps.style), { zIndex: menuZIndex })
|
|
5281
5461
|
}),
|
|
5282
|
-
/* @__PURE__ */
|
|
5462
|
+
/* @__PURE__ */ React32.createElement(
|
|
5283
5463
|
menu_default,
|
|
5284
5464
|
{
|
|
5285
5465
|
position: menuPosition,
|
|
5286
5466
|
minWidth: menuMinWidth,
|
|
5287
5467
|
maxWidth: menuMaxWidth,
|
|
5288
5468
|
maxHeight: menuMaxHeight,
|
|
5289
|
-
downshiftMenuProps: getMenuProps
|
|
5469
|
+
downshiftMenuProps: getMenuProps,
|
|
5470
|
+
search: search && /* @__PURE__ */ React32.createElement(
|
|
5471
|
+
search_bar_default,
|
|
5472
|
+
{
|
|
5473
|
+
ariaLabel: search.searchPlaceholder,
|
|
5474
|
+
placeholder: search.searchPlaceholder,
|
|
5475
|
+
value: searchValue,
|
|
5476
|
+
onChange: onSearchChange,
|
|
5477
|
+
getInputProps
|
|
5478
|
+
}
|
|
5479
|
+
)
|
|
5290
5480
|
},
|
|
5291
5481
|
options.map((item, index) => {
|
|
5292
|
-
return /* @__PURE__ */
|
|
5482
|
+
return /* @__PURE__ */ React32.createElement(
|
|
5293
5483
|
MenuItem,
|
|
5294
5484
|
__spreadValues({
|
|
5295
5485
|
key: index,
|
|
@@ -5318,13 +5508,13 @@ var Dropdown = (_a) => {
|
|
|
5318
5508
|
var dropdown_default = Dropdown;
|
|
5319
5509
|
|
|
5320
5510
|
// src/components/form-field/form-field.tsx
|
|
5321
|
-
import
|
|
5322
|
-
import
|
|
5511
|
+
import styled28 from "@emotion/styled";
|
|
5512
|
+
import React35, { isValidElement } from "react";
|
|
5323
5513
|
|
|
5324
5514
|
// src/components/radio/radio.tsx
|
|
5325
|
-
import
|
|
5326
|
-
import
|
|
5327
|
-
var RadioLabel =
|
|
5515
|
+
import styled26 from "@emotion/styled";
|
|
5516
|
+
import React33, { forwardRef as forwardRef4 } from "react";
|
|
5517
|
+
var RadioLabel = styled26.label`
|
|
5328
5518
|
display: block;
|
|
5329
5519
|
position: relative;
|
|
5330
5520
|
|
|
@@ -5332,7 +5522,7 @@ var RadioLabel = styled25.label`
|
|
|
5332
5522
|
background-color: transparent;
|
|
5333
5523
|
}
|
|
5334
5524
|
`;
|
|
5335
|
-
var RadioInput =
|
|
5525
|
+
var RadioInput = styled26.input`
|
|
5336
5526
|
position: absolute;
|
|
5337
5527
|
opacity: 0;
|
|
5338
5528
|
|
|
@@ -5371,7 +5561,7 @@ var RadioInput = styled25.input`
|
|
|
5371
5561
|
${getFocusRing()};
|
|
5372
5562
|
}
|
|
5373
5563
|
`;
|
|
5374
|
-
var RadioBox =
|
|
5564
|
+
var RadioBox = styled26.span`
|
|
5375
5565
|
cursor: pointer;
|
|
5376
5566
|
width: ${u(2.25)};
|
|
5377
5567
|
height: ${u(2.25)};
|
|
@@ -5404,7 +5594,7 @@ var Radio = forwardRef4(
|
|
|
5404
5594
|
"onChange",
|
|
5405
5595
|
"onBlur"
|
|
5406
5596
|
]);
|
|
5407
|
-
return /* @__PURE__ */
|
|
5597
|
+
return /* @__PURE__ */ React33.createElement(RadioLabel, { htmlFor: props.id }, /* @__PURE__ */ React33.createElement(
|
|
5408
5598
|
RadioInput,
|
|
5409
5599
|
__spreadValues({
|
|
5410
5600
|
type: "radio",
|
|
@@ -5415,14 +5605,14 @@ var Radio = forwardRef4(
|
|
|
5415
5605
|
onBlur,
|
|
5416
5606
|
ref
|
|
5417
5607
|
}, props)
|
|
5418
|
-
), /* @__PURE__ */
|
|
5608
|
+
), /* @__PURE__ */ React33.createElement(RadioBox, { className: "RadioBox" }));
|
|
5419
5609
|
}
|
|
5420
5610
|
);
|
|
5421
5611
|
var radio_default = Radio;
|
|
5422
5612
|
|
|
5423
5613
|
// src/components/switch/switch.tsx
|
|
5424
|
-
import
|
|
5425
|
-
import
|
|
5614
|
+
import styled27 from "@emotion/styled";
|
|
5615
|
+
import React34 from "react";
|
|
5426
5616
|
var sizes2 = {
|
|
5427
5617
|
medium: {
|
|
5428
5618
|
switchHeight: 16,
|
|
@@ -5463,11 +5653,11 @@ var getKnobTravel = (props) => {
|
|
|
5463
5653
|
var getKnobSize = (props) => {
|
|
5464
5654
|
return sizes2[props.switchSize].switchHeight - sizes2[props.switchSize].knobOffset * 2;
|
|
5465
5655
|
};
|
|
5466
|
-
var SwitchLabel =
|
|
5656
|
+
var SwitchLabel = styled27.label`
|
|
5467
5657
|
display: block;
|
|
5468
5658
|
position: relative;
|
|
5469
5659
|
`;
|
|
5470
|
-
var SwitchInput =
|
|
5660
|
+
var SwitchInput = styled27.input`
|
|
5471
5661
|
position: absolute;
|
|
5472
5662
|
opacity: 0;
|
|
5473
5663
|
cursor: pointer;
|
|
@@ -5504,7 +5694,7 @@ var SwitchInput = styled26.input`
|
|
|
5504
5694
|
pointer-events: none;
|
|
5505
5695
|
}
|
|
5506
5696
|
`;
|
|
5507
|
-
var SwitchBox =
|
|
5697
|
+
var SwitchBox = styled27.div`
|
|
5508
5698
|
width: ${(props) => sizes2[props.switchSize].switchWidth}px;
|
|
5509
5699
|
height: ${(props) => sizes2[props.switchSize].switchHeight}px;
|
|
5510
5700
|
position: relative;
|
|
@@ -5546,7 +5736,7 @@ var Switch = (_a) => {
|
|
|
5546
5736
|
"ariaLabelledby and ariaLabel serve the same purpose and therefore cannot be used at the same time. Choose the one that best suites your needs."
|
|
5547
5737
|
);
|
|
5548
5738
|
}
|
|
5549
|
-
return /* @__PURE__ */
|
|
5739
|
+
return /* @__PURE__ */ React34.createElement(SwitchLabel, { htmlFor: props.id }, /* @__PURE__ */ React34.createElement(
|
|
5550
5740
|
SwitchInput,
|
|
5551
5741
|
__spreadProps(__spreadValues({}, props), {
|
|
5552
5742
|
checked: isActive,
|
|
@@ -5559,7 +5749,7 @@ var Switch = (_a) => {
|
|
|
5559
5749
|
"aria-describedby": ariaDescribedby,
|
|
5560
5750
|
"aria-checked": isActive
|
|
5561
5751
|
})
|
|
5562
|
-
), /* @__PURE__ */
|
|
5752
|
+
), /* @__PURE__ */ React34.createElement(
|
|
5563
5753
|
SwitchBox,
|
|
5564
5754
|
{
|
|
5565
5755
|
className: "SwitchBox",
|
|
@@ -5595,10 +5785,10 @@ var directionStyles = {
|
|
|
5595
5785
|
label: { marginBottom: "var(--lns-space-xsmall)" }
|
|
5596
5786
|
}
|
|
5597
5787
|
};
|
|
5598
|
-
var FormFieldWrapper =
|
|
5788
|
+
var FormFieldWrapper = styled28.div`
|
|
5599
5789
|
${(props) => props.direction && directionStyles[props.direction].wrapper};
|
|
5600
5790
|
`;
|
|
5601
|
-
var Label =
|
|
5791
|
+
var Label = styled28.label`
|
|
5602
5792
|
display: block;
|
|
5603
5793
|
${(props) => {
|
|
5604
5794
|
var _a;
|
|
@@ -5606,7 +5796,7 @@ var Label = styled27.label`
|
|
|
5606
5796
|
}};
|
|
5607
5797
|
${(props) => props.isLabelClickable && "cursor: pointer"};
|
|
5608
5798
|
`;
|
|
5609
|
-
var ErrorMessage3 =
|
|
5799
|
+
var ErrorMessage3 = styled28.span`
|
|
5610
5800
|
color: var(--lns-color-red);
|
|
5611
5801
|
margin-top: var(--lns-space-xsmall);
|
|
5612
5802
|
display: block;
|
|
@@ -5636,12 +5826,12 @@ var FormField = (_a) => {
|
|
|
5636
5826
|
"labelFor",
|
|
5637
5827
|
"direction"
|
|
5638
5828
|
]);
|
|
5639
|
-
const isLabelClickable =
|
|
5829
|
+
const isLabelClickable = React35.Children.toArray(children).some(
|
|
5640
5830
|
(child) => isValidElement(child) && // The child might be a div, span, etc (type string) so we
|
|
5641
5831
|
// have to typeguard before we check if our child is of interactive
|
|
5642
5832
|
typeof child.type !== "string" && isInteractiveComponent(child.type)
|
|
5643
5833
|
);
|
|
5644
|
-
const labelElement = label && /* @__PURE__ */
|
|
5834
|
+
const labelElement = label && /* @__PURE__ */ React35.createElement(
|
|
5645
5835
|
Label,
|
|
5646
5836
|
{
|
|
5647
5837
|
direction,
|
|
@@ -5650,18 +5840,18 @@ var FormField = (_a) => {
|
|
|
5650
5840
|
},
|
|
5651
5841
|
label
|
|
5652
5842
|
);
|
|
5653
|
-
return /* @__PURE__ */
|
|
5843
|
+
return /* @__PURE__ */ React35.createElement(FormFieldWrapper, __spreadValues({ direction }, props), direction === "row" && /* @__PURE__ */ React35.createElement(React35.Fragment, null, children, labelElement), direction === "column" && /* @__PURE__ */ React35.createElement(React35.Fragment, null, labelElement, children), direction === "row-reverse" && /* @__PURE__ */ React35.createElement(React35.Fragment, null, labelElement, children), errorMessage && /* @__PURE__ */ React35.createElement(ErrorMessage3, null, errorMessage));
|
|
5654
5844
|
};
|
|
5655
5845
|
var form_field_default = FormField;
|
|
5656
5846
|
|
|
5657
5847
|
// src/components/notification-bar/notification-bar.tsx
|
|
5658
|
-
import
|
|
5659
|
-
import
|
|
5848
|
+
import styled29 from "@emotion/styled";
|
|
5849
|
+
import React39, { useEffect as useEffect7 } from "react";
|
|
5660
5850
|
|
|
5661
5851
|
// src/hooks/use-on-click-outside.js
|
|
5662
|
-
import
|
|
5852
|
+
import React36 from "react";
|
|
5663
5853
|
function useOnClickOutside(ref, handler) {
|
|
5664
|
-
|
|
5854
|
+
React36.useEffect(() => {
|
|
5665
5855
|
const listener = (event) => {
|
|
5666
5856
|
if (!ref.current || ref.current.contains(event.target)) {
|
|
5667
5857
|
return;
|
|
@@ -5733,14 +5923,14 @@ var use_push_page_down_default = usePushPageDown;
|
|
|
5733
5923
|
|
|
5734
5924
|
// src/components/icon/available-icons/info.tsx
|
|
5735
5925
|
import InformationCircleIcon from "@atlaskit/icon/core/information-circle";
|
|
5736
|
-
import * as
|
|
5926
|
+
import * as React37 from "react";
|
|
5737
5927
|
function SvgInfo() {
|
|
5738
|
-
return /* @__PURE__ */
|
|
5928
|
+
return /* @__PURE__ */ React37.createElement(InformationCircleIcon, { label: "", testId: "ads-refreshed-icon" });
|
|
5739
5929
|
}
|
|
5740
5930
|
|
|
5741
5931
|
// src/components/icon/available-icons/warning-alert.tsx
|
|
5742
|
-
import
|
|
5743
|
-
var SvgWarningAlert = (props) => /* @__PURE__ */
|
|
5932
|
+
import React38 from "react";
|
|
5933
|
+
var SvgWarningAlert = (props) => /* @__PURE__ */ React38.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React38.createElement(
|
|
5744
5934
|
"path",
|
|
5745
5935
|
{
|
|
5746
5936
|
fill: "currentColor",
|
|
@@ -5754,31 +5944,31 @@ var SvgWarningAlert = (props) => /* @__PURE__ */ React36.createElement("svg", __
|
|
|
5754
5944
|
var severityStyles = {
|
|
5755
5945
|
info: {
|
|
5756
5946
|
bgColor: "var(--lns-color-blurple)",
|
|
5757
|
-
icon: /* @__PURE__ */
|
|
5947
|
+
icon: /* @__PURE__ */ React39.createElement(SvgInfo, null),
|
|
5758
5948
|
color: "var(--lns-color-white)",
|
|
5759
5949
|
fontFamily: "inherit"
|
|
5760
5950
|
},
|
|
5761
5951
|
warning: {
|
|
5762
5952
|
bgColor: "var(--lns-color-warning)",
|
|
5763
|
-
icon: /* @__PURE__ */
|
|
5953
|
+
icon: /* @__PURE__ */ React39.createElement(SvgWarningAlert, null),
|
|
5764
5954
|
color: "var(--lns-color-grey8)",
|
|
5765
5955
|
fontFamily: "inherit"
|
|
5766
5956
|
},
|
|
5767
5957
|
error: {
|
|
5768
5958
|
bgColor: "var(--lns-color-danger)",
|
|
5769
|
-
icon: /* @__PURE__ */
|
|
5959
|
+
icon: /* @__PURE__ */ React39.createElement(SvgAlertTriangle, null),
|
|
5770
5960
|
color: "var(--lns-color-white)",
|
|
5771
5961
|
fontFamily: "inherit"
|
|
5772
5962
|
},
|
|
5773
5963
|
internal: {
|
|
5774
|
-
icon: /* @__PURE__ */
|
|
5964
|
+
icon: /* @__PURE__ */ React39.createElement("span", { role: "img" }, "\u{1F514}"),
|
|
5775
5965
|
color: "var(--lns-color-tealLight)",
|
|
5776
5966
|
bgColor: "var(--lns-color-grey8)",
|
|
5777
5967
|
fontFamily: "var(--lns-fontFamily-code)"
|
|
5778
5968
|
}
|
|
5779
5969
|
};
|
|
5780
5970
|
var DURATION = 350;
|
|
5781
|
-
var NotificationBarWrapper =
|
|
5971
|
+
var NotificationBarWrapper = styled29.aside`
|
|
5782
5972
|
--paddingXOffset: var(--lns-space-large);
|
|
5783
5973
|
--alignItems: start;
|
|
5784
5974
|
|
|
@@ -5831,7 +6021,7 @@ var NotificationBar = ({
|
|
|
5831
6021
|
}, [isOpen, onCloseClick]);
|
|
5832
6022
|
use_push_page_down_default(isOpen);
|
|
5833
6023
|
const isInternalAlert = severity === "internal";
|
|
5834
|
-
return isOpen ? /* @__PURE__ */
|
|
6024
|
+
return isOpen ? /* @__PURE__ */ React39.createElement(NotificationBarWrapper, { isOpen, severity, id }, /* @__PURE__ */ React39.createElement(
|
|
5835
6025
|
arrange_default,
|
|
5836
6026
|
{
|
|
5837
6027
|
alignItems: { default: "start", small: "center" },
|
|
@@ -5839,21 +6029,21 @@ var NotificationBar = ({
|
|
|
5839
6029
|
autoFlow: isInternalAlert ? "column" : void 0,
|
|
5840
6030
|
columns: !isInternalAlert ? ["1fr auto"] : void 0
|
|
5841
6031
|
},
|
|
5842
|
-
/* @__PURE__ */
|
|
6032
|
+
/* @__PURE__ */ React39.createElement(
|
|
5843
6033
|
container_default,
|
|
5844
6034
|
{
|
|
5845
6035
|
paddingY: { default: "xsmall", xsmall: 0 },
|
|
5846
6036
|
paddingLeft: !isInternalAlert ? { default: 0, medium: u(3.5) } : void 0,
|
|
5847
6037
|
width: "100%"
|
|
5848
6038
|
},
|
|
5849
|
-
/* @__PURE__ */
|
|
6039
|
+
/* @__PURE__ */ React39.createElement(
|
|
5850
6040
|
arrange_default,
|
|
5851
6041
|
{
|
|
5852
6042
|
autoFlow: "column",
|
|
5853
6043
|
gap: isInternalAlert ? "medium" : "small",
|
|
5854
6044
|
justifyContent: "center"
|
|
5855
6045
|
},
|
|
5856
|
-
((_a = severityStyles[severity]) == null ? void 0 : _a.icon) ? /* @__PURE__ */
|
|
6046
|
+
((_a = severityStyles[severity]) == null ? void 0 : _a.icon) ? /* @__PURE__ */ React39.createElement(align_default, { alignment: "topLeft" }, /* @__PURE__ */ React39.createElement(
|
|
5857
6047
|
icon_default,
|
|
5858
6048
|
{
|
|
5859
6049
|
icon: severityStyles[severity].icon,
|
|
@@ -5864,13 +6054,13 @@ var NotificationBar = ({
|
|
|
5864
6054
|
children
|
|
5865
6055
|
)
|
|
5866
6056
|
)
|
|
5867
|
-
), onCloseClick && /* @__PURE__ */
|
|
6057
|
+
), onCloseClick && /* @__PURE__ */ React39.createElement(
|
|
5868
6058
|
icon_button_default,
|
|
5869
6059
|
{
|
|
5870
6060
|
iconColor: (_c = severityStyles[severity].color) != null ? _c : "var(--lns-color-white)",
|
|
5871
6061
|
tabIndex: 0,
|
|
5872
6062
|
altText: "Close",
|
|
5873
|
-
icon: /* @__PURE__ */
|
|
6063
|
+
icon: /* @__PURE__ */ React39.createElement(SvgClose, null),
|
|
5874
6064
|
onClick: onCloseClick
|
|
5875
6065
|
}
|
|
5876
6066
|
)) : null;
|
|
@@ -5879,8 +6069,8 @@ var notification_bar_default = NotificationBar;
|
|
|
5879
6069
|
|
|
5880
6070
|
// src/components/toast/toast.tsx
|
|
5881
6071
|
import { keyframes as keyframes2 } from "@emotion/react";
|
|
5882
|
-
import
|
|
5883
|
-
import
|
|
6072
|
+
import styled30 from "@emotion/styled";
|
|
6073
|
+
import React40, { useEffect as useEffect8 } from "react";
|
|
5884
6074
|
var WEBAPP = "web-app";
|
|
5885
6075
|
var CHROME_EXTENSION = "chrome-extension";
|
|
5886
6076
|
var toastDurations = { short: 3e3, long: 8e3 };
|
|
@@ -5922,7 +6112,7 @@ var getBottom = (platform) => {
|
|
|
5922
6112
|
return u(4);
|
|
5923
6113
|
}
|
|
5924
6114
|
};
|
|
5925
|
-
var ToastWrapper =
|
|
6115
|
+
var ToastWrapper = styled30.div`
|
|
5926
6116
|
animation: ${(props) => enter(props.toastDuration, props.platform)}
|
|
5927
6117
|
${(props) => props.toastDuration}ms forwards;
|
|
5928
6118
|
background-color: ${getColorValue("backgroundInverse")};
|
|
@@ -5944,7 +6134,7 @@ var ToastWrapper = styled29.div`
|
|
|
5944
6134
|
width: max-content;
|
|
5945
6135
|
z-index: ${(props) => props.zIndex};
|
|
5946
6136
|
`;
|
|
5947
|
-
var ChildrenSection3 =
|
|
6137
|
+
var ChildrenSection3 = styled30.div`
|
|
5948
6138
|
align-self: center;
|
|
5949
6139
|
`;
|
|
5950
6140
|
var Toast = ({
|
|
@@ -5964,7 +6154,7 @@ var Toast = ({
|
|
|
5964
6154
|
}, toastDuration);
|
|
5965
6155
|
return () => clearTimeout(timer);
|
|
5966
6156
|
}, [isOpen]);
|
|
5967
|
-
return /* @__PURE__ */
|
|
6157
|
+
return /* @__PURE__ */ React40.createElement(React40.Fragment, null, isOpen && /* @__PURE__ */ React40.createElement(
|
|
5968
6158
|
ToastWrapper,
|
|
5969
6159
|
{
|
|
5970
6160
|
role: "presentation",
|
|
@@ -5974,12 +6164,12 @@ var Toast = ({
|
|
|
5974
6164
|
toastDuration,
|
|
5975
6165
|
platform
|
|
5976
6166
|
},
|
|
5977
|
-
/* @__PURE__ */
|
|
5978
|
-
onCloseClick && /* @__PURE__ */
|
|
6167
|
+
/* @__PURE__ */ React40.createElement(ChildrenSection3, { "aria-live": "polite" }, children),
|
|
6168
|
+
onCloseClick && /* @__PURE__ */ React40.createElement(
|
|
5979
6169
|
icon_button_default,
|
|
5980
6170
|
{
|
|
5981
6171
|
altText: "Close",
|
|
5982
|
-
icon: /* @__PURE__ */
|
|
6172
|
+
icon: /* @__PURE__ */ React40.createElement(SvgClose, null),
|
|
5983
6173
|
onClick: onCloseClick,
|
|
5984
6174
|
iconColor: "bodyInverse"
|
|
5985
6175
|
}
|
|
@@ -5989,8 +6179,8 @@ var Toast = ({
|
|
|
5989
6179
|
var toast_default = Toast;
|
|
5990
6180
|
|
|
5991
6181
|
// src/components/tooltip/tooltip.tsx
|
|
5992
|
-
import
|
|
5993
|
-
import
|
|
6182
|
+
import styled31 from "@emotion/styled";
|
|
6183
|
+
import React41, { useState as useState5, useRef as useRef3, useEffect as useEffect9 } from "react";
|
|
5994
6184
|
import { useHover, useLayer as useLayer4, mergeRefs } from "react-laag";
|
|
5995
6185
|
import ResizeObserver4 from "resize-observer-polyfill";
|
|
5996
6186
|
var placements = {
|
|
@@ -6010,7 +6200,7 @@ var placements = {
|
|
|
6010
6200
|
var tooltipMinHeight = 4;
|
|
6011
6201
|
var textHeight = textSizes.small.fontSize * textSizes.small.lineHeight;
|
|
6012
6202
|
var tooltipYPadding = (tooltipMinHeight - textHeight) / 2;
|
|
6013
|
-
var TooltipBoxWrapper =
|
|
6203
|
+
var TooltipBoxWrapper = styled31.div`
|
|
6014
6204
|
background-color: ${getColorValue("backgroundInverse")};
|
|
6015
6205
|
color: ${getColorValue("bodyInverse")};
|
|
6016
6206
|
${getRadius("150")};
|
|
@@ -6022,7 +6212,7 @@ var TooltipBoxWrapper = styled30.div`
|
|
|
6022
6212
|
padding: ${u(tooltipYPadding)} ${u(1.5)};
|
|
6023
6213
|
z-index: ${(props) => props.zIndex};
|
|
6024
6214
|
`;
|
|
6025
|
-
var ShortcutWrapper =
|
|
6215
|
+
var ShortcutWrapper = styled31.div`
|
|
6026
6216
|
background-color: ${getColorValue("grey7")};
|
|
6027
6217
|
border-radius: 3px;
|
|
6028
6218
|
color: ${getColorValue("grey3")};
|
|
@@ -6033,7 +6223,7 @@ var ShortcutWrapper = styled30.div`
|
|
|
6033
6223
|
`;
|
|
6034
6224
|
var ShortcutBox = ({
|
|
6035
6225
|
children
|
|
6036
|
-
}) => /* @__PURE__ */
|
|
6226
|
+
}) => /* @__PURE__ */ React41.createElement(ShortcutWrapper, null, children);
|
|
6037
6227
|
var TooltipBox = (_a) => {
|
|
6038
6228
|
var _b = _a, {
|
|
6039
6229
|
children,
|
|
@@ -6053,7 +6243,7 @@ var TooltipBox = (_a) => {
|
|
|
6053
6243
|
return (
|
|
6054
6244
|
// These are being added to hide the tooltip when users hover over
|
|
6055
6245
|
/* eslint-disable-next-line styled-components-a11y/no-static-element-interactions */
|
|
6056
|
-
/* @__PURE__ */
|
|
6246
|
+
/* @__PURE__ */ React41.createElement(
|
|
6057
6247
|
TooltipBoxWrapper,
|
|
6058
6248
|
__spreadValues(__spreadValues({
|
|
6059
6249
|
maxWidth,
|
|
@@ -6065,7 +6255,7 @@ var TooltipBox = (_a) => {
|
|
|
6065
6255
|
)
|
|
6066
6256
|
);
|
|
6067
6257
|
};
|
|
6068
|
-
var TooltipChildren =
|
|
6258
|
+
var TooltipChildren = styled31.div`
|
|
6069
6259
|
display: ${(props) => props.isInline ? "inline-block" : "block"};
|
|
6070
6260
|
${(props) => props.verticalAlign && `vertical-align: ${props.verticalAlign}`};
|
|
6071
6261
|
&:focus-visible {
|
|
@@ -6185,7 +6375,7 @@ var Tooltip = (_a) => {
|
|
|
6185
6375
|
container,
|
|
6186
6376
|
auto: true
|
|
6187
6377
|
});
|
|
6188
|
-
return /* @__PURE__ */
|
|
6378
|
+
return /* @__PURE__ */ React41.createElement(React41.Fragment, null, /* @__PURE__ */ React41.createElement(
|
|
6189
6379
|
TooltipChildren,
|
|
6190
6380
|
__spreadProps(__spreadValues(__spreadValues({}, triggerProps), hoverProps), {
|
|
6191
6381
|
onClick: (e) => {
|
|
@@ -6201,8 +6391,8 @@ var Tooltip = (_a) => {
|
|
|
6201
6391
|
ref: mergeRefs(triggerProps.ref, focusRef)
|
|
6202
6392
|
}),
|
|
6203
6393
|
children
|
|
6204
|
-
), ariaLive && /* @__PURE__ */
|
|
6205
|
-
/* @__PURE__ */
|
|
6394
|
+
), ariaLive && /* @__PURE__ */ React41.createElement("span", { className: "srOnly", "aria-live": "polite" }, isOpen && content), isOpen && renderLayer(
|
|
6395
|
+
/* @__PURE__ */ React41.createElement("div", __spreadProps(__spreadValues({}, layerProps), { style: __spreadProps(__spreadValues({}, layerProps.style), { zIndex }) }), /* @__PURE__ */ React41.createElement(
|
|
6206
6396
|
TooltipBox,
|
|
6207
6397
|
__spreadValues({
|
|
6208
6398
|
maxWidth,
|
|
@@ -6211,7 +6401,7 @@ var Tooltip = (_a) => {
|
|
|
6211
6401
|
role: "tooltip",
|
|
6212
6402
|
id: tooltipId
|
|
6213
6403
|
}, rest),
|
|
6214
|
-
/* @__PURE__ */
|
|
6404
|
+
/* @__PURE__ */ React41.createElement(arrange_default, { gap: "small" }, /* @__PURE__ */ React41.createElement(text_default, { size: "small", fontWeight: "bold" }, content), shortcut && /* @__PURE__ */ React41.createElement(arrange_default, { gap: "xsmall" }, shortcut.map((char, index) => /* @__PURE__ */ React41.createElement(ShortcutBox, { key: index }, char))))
|
|
6215
6405
|
))
|
|
6216
6406
|
));
|
|
6217
6407
|
};
|
|
@@ -6220,8 +6410,8 @@ var tooltip_default = Tooltip;
|
|
|
6220
6410
|
|
|
6221
6411
|
// src/components/skeleton/skeleton.tsx
|
|
6222
6412
|
import { css as css4 } from "@emotion/react";
|
|
6223
|
-
import
|
|
6224
|
-
import
|
|
6413
|
+
import styled32 from "@emotion/styled";
|
|
6414
|
+
import React42 from "react";
|
|
6225
6415
|
var SkeletonAnimation = css4`
|
|
6226
6416
|
@media (prefers-reduced-motion: no-preference) {
|
|
6227
6417
|
animation: shimmer 2s infinite linear;
|
|
@@ -6242,7 +6432,7 @@ var SkeletonAnimation = css4`
|
|
|
6242
6432
|
}
|
|
6243
6433
|
}
|
|
6244
6434
|
`;
|
|
6245
|
-
var SkeletonTextWrapper =
|
|
6435
|
+
var SkeletonTextWrapper = styled32.div`
|
|
6246
6436
|
${(props) => getTextSize(props.size)};
|
|
6247
6437
|
color: transparent;
|
|
6248
6438
|
position: relative;
|
|
@@ -6268,7 +6458,7 @@ var SkeletonTextWrapper = styled31.div`
|
|
|
6268
6458
|
}
|
|
6269
6459
|
`};
|
|
6270
6460
|
`;
|
|
6271
|
-
var SkeletonContainerWrapper =
|
|
6461
|
+
var SkeletonContainerWrapper = styled32.div`
|
|
6272
6462
|
background-color: var(--lns-color-disabledBackground);
|
|
6273
6463
|
${(props) => getRadius(props.radius)};
|
|
6274
6464
|
height: ${(props) => props.height};
|
|
@@ -6280,7 +6470,7 @@ var SkeletonText = ({
|
|
|
6280
6470
|
lines = 1,
|
|
6281
6471
|
animated = false
|
|
6282
6472
|
}) => {
|
|
6283
|
-
return /* @__PURE__ */
|
|
6473
|
+
return /* @__PURE__ */ React42.createElement(React42.Fragment, null, [...Array(lines)].map((_, i) => /* @__PURE__ */ React42.createElement(
|
|
6284
6474
|
SkeletonTextWrapper,
|
|
6285
6475
|
{
|
|
6286
6476
|
key: i,
|
|
@@ -6297,7 +6487,7 @@ var SkeletonContainer = ({
|
|
|
6297
6487
|
radius = "full",
|
|
6298
6488
|
width = "40px"
|
|
6299
6489
|
}) => {
|
|
6300
|
-
return /* @__PURE__ */
|
|
6490
|
+
return /* @__PURE__ */ React42.createElement(React42.Fragment, null, /* @__PURE__ */ React42.createElement(
|
|
6301
6491
|
SkeletonContainerWrapper,
|
|
6302
6492
|
{
|
|
6303
6493
|
animated,
|
|
@@ -6309,10 +6499,10 @@ var SkeletonContainer = ({
|
|
|
6309
6499
|
};
|
|
6310
6500
|
|
|
6311
6501
|
// src/components/logo/logo.tsx
|
|
6312
|
-
import
|
|
6313
|
-
import
|
|
6502
|
+
import styled33 from "@emotion/styled";
|
|
6503
|
+
import React43 from "react";
|
|
6314
6504
|
var LoomAiGradientDef = (customId) => {
|
|
6315
|
-
return /* @__PURE__ */
|
|
6505
|
+
return /* @__PURE__ */ React43.createElement("defs", null, /* @__PURE__ */ React43.createElement(
|
|
6316
6506
|
"radialGradient",
|
|
6317
6507
|
{
|
|
6318
6508
|
id: `ai-logo-${customId}-gradient-1`,
|
|
@@ -6322,12 +6512,12 @@ var LoomAiGradientDef = (customId) => {
|
|
|
6322
6512
|
fx: "0%",
|
|
6323
6513
|
fy: "0%"
|
|
6324
6514
|
},
|
|
6325
|
-
/* @__PURE__ */
|
|
6326
|
-
/* @__PURE__ */
|
|
6327
|
-
/* @__PURE__ */
|
|
6328
|
-
/* @__PURE__ */
|
|
6329
|
-
/* @__PURE__ */
|
|
6330
|
-
), /* @__PURE__ */
|
|
6515
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "30%", stopColor: "#97ACFD" }),
|
|
6516
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "33%", stopColor: "#B3B2F4" }),
|
|
6517
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "43%", stopColor: "#DEB0E0" }),
|
|
6518
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "50%", stopColor: "#DFC6E5" }),
|
|
6519
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "72%", stopColor: "#6663F6" })
|
|
6520
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6331
6521
|
"radialGradient",
|
|
6332
6522
|
{
|
|
6333
6523
|
id: `ai-logo-${customId}-gradient-2`,
|
|
@@ -6335,10 +6525,10 @@ var LoomAiGradientDef = (customId) => {
|
|
|
6335
6525
|
fx: "40%",
|
|
6336
6526
|
fy: "72%"
|
|
6337
6527
|
},
|
|
6338
|
-
/* @__PURE__ */
|
|
6339
|
-
/* @__PURE__ */
|
|
6340
|
-
/* @__PURE__ */
|
|
6341
|
-
), /* @__PURE__ */
|
|
6528
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "20%", stopColor: "#615CF500" }),
|
|
6529
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "32%", stopColor: "#615CF550" }),
|
|
6530
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "48%", stopColor: "#6663F6" })
|
|
6531
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6342
6532
|
"radialGradient",
|
|
6343
6533
|
{
|
|
6344
6534
|
id: `ai-logo-${customId}-gradient-3`,
|
|
@@ -6346,9 +6536,9 @@ var LoomAiGradientDef = (customId) => {
|
|
|
6346
6536
|
fx: "0%",
|
|
6347
6537
|
fy: "100%"
|
|
6348
6538
|
},
|
|
6349
|
-
/* @__PURE__ */
|
|
6350
|
-
/* @__PURE__ */
|
|
6351
|
-
/* @__PURE__ */
|
|
6539
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "25%", stopColor: "#6663F6" }),
|
|
6540
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "38%", stopColor: "#6E68F450" }),
|
|
6541
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "45%", stopColor: "#6E68F400" })
|
|
6352
6542
|
));
|
|
6353
6543
|
};
|
|
6354
6544
|
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";
|
|
@@ -6356,30 +6546,44 @@ var SymbolLogoSvg = (_a) => {
|
|
|
6356
6546
|
var _b = _a, { brand, symbolColor, customId } = _b, props = __objRest(_b, ["brand", "symbolColor", "customId"]);
|
|
6357
6547
|
switch (brand) {
|
|
6358
6548
|
case "ai":
|
|
6359
|
-
return /* @__PURE__ */
|
|
6549
|
+
return /* @__PURE__ */ React43.createElement("svg", __spreadValues({ "aria-label": "Loom AI", viewBox: "0 0 30 31", fill: "none" }, props), /* @__PURE__ */ React43.createElement("title", null, "Loom AI"), !symbolColor ? /* @__PURE__ */ React43.createElement(React43.Fragment, null, LoomAiGradientDef(customId), [...Array(3)].map((_, i) => /* @__PURE__ */ React43.createElement(
|
|
6360
6550
|
"path",
|
|
6361
6551
|
{
|
|
6362
6552
|
key: i,
|
|
6363
6553
|
d: symbolLogoPath,
|
|
6364
6554
|
fill: `url(#ai-logo-${customId}-gradient-${i + 1}`
|
|
6365
6555
|
}
|
|
6366
|
-
))) : /* @__PURE__ */
|
|
6556
|
+
))) : /* @__PURE__ */ React43.createElement("path", { d: symbolLogoPath, fill: getColorValue(symbolColor) }));
|
|
6367
6557
|
case "apptile":
|
|
6368
|
-
return /* @__PURE__ */
|
|
6558
|
+
return /* @__PURE__ */ React43.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 40 40", fill: "none" }, props), /* @__PURE__ */ React43.createElement("title", null, "Loom"), /* @__PURE__ */ React43.createElement(
|
|
6369
6559
|
"path",
|
|
6370
6560
|
{
|
|
6371
6561
|
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",
|
|
6372
6562
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("blurple")
|
|
6373
6563
|
}
|
|
6374
|
-
), /* @__PURE__ */
|
|
6564
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6375
6565
|
"path",
|
|
6376
6566
|
{
|
|
6377
6567
|
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",
|
|
6378
6568
|
fill: "white"
|
|
6379
6569
|
}
|
|
6380
6570
|
));
|
|
6571
|
+
case "product":
|
|
6572
|
+
return /* @__PURE__ */ React43.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 40 40", fill: "none" }, props), /* @__PURE__ */ React43.createElement(
|
|
6573
|
+
"path",
|
|
6574
|
+
{
|
|
6575
|
+
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",
|
|
6576
|
+
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6577
|
+
}
|
|
6578
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6579
|
+
"path",
|
|
6580
|
+
{
|
|
6581
|
+
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",
|
|
6582
|
+
fill: "white"
|
|
6583
|
+
}
|
|
6584
|
+
));
|
|
6381
6585
|
default:
|
|
6382
|
-
return /* @__PURE__ */
|
|
6586
|
+
return /* @__PURE__ */ React43.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 31 30", fill: "none" }, props), /* @__PURE__ */ React43.createElement("title", null, "Loom"), /* @__PURE__ */ React43.createElement(
|
|
6383
6587
|
"path",
|
|
6384
6588
|
{
|
|
6385
6589
|
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",
|
|
@@ -6392,31 +6596,61 @@ var WordmarkLogoSvg = (_a) => {
|
|
|
6392
6596
|
var _b = _a, { brand, wordmarkColor } = _b, props = __objRest(_b, ["brand", "wordmarkColor"]);
|
|
6393
6597
|
switch (brand) {
|
|
6394
6598
|
case "ai":
|
|
6395
|
-
return /* @__PURE__ */
|
|
6599
|
+
return /* @__PURE__ */ React43.createElement(
|
|
6396
6600
|
"svg",
|
|
6397
6601
|
__spreadValues({
|
|
6398
6602
|
"aria-label": "Loom AI",
|
|
6399
6603
|
viewBox: "0 0 94 23",
|
|
6400
6604
|
fill: wordmarkColor
|
|
6401
6605
|
}, props),
|
|
6402
|
-
/* @__PURE__ */
|
|
6403
|
-
/* @__PURE__ */
|
|
6404
|
-
/* @__PURE__ */
|
|
6405
|
-
/* @__PURE__ */
|
|
6406
|
-
/* @__PURE__ */
|
|
6407
|
-
/* @__PURE__ */
|
|
6408
|
-
/* @__PURE__ */
|
|
6606
|
+
/* @__PURE__ */ React43.createElement("title", null, "Loom AI"),
|
|
6607
|
+
/* @__PURE__ */ React43.createElement("path", { d: "M4.12637 22.4624H0V0H4.12637V22.4624Z" }),
|
|
6608
|
+
/* @__PURE__ */ React43.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" }),
|
|
6609
|
+
/* @__PURE__ */ React43.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" }),
|
|
6610
|
+
/* @__PURE__ */ React43.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" }),
|
|
6611
|
+
/* @__PURE__ */ React43.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" }),
|
|
6612
|
+
/* @__PURE__ */ React43.createElement("path", { d: "M94 22.4624H89.6565V0.46538H94V22.4624Z" })
|
|
6409
6613
|
);
|
|
6614
|
+
case "product":
|
|
6615
|
+
return /* @__PURE__ */ React43.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 104 30", fill: "none" }, props), /* @__PURE__ */ React43.createElement(
|
|
6616
|
+
"path",
|
|
6617
|
+
{
|
|
6618
|
+
fillRule: "evenodd",
|
|
6619
|
+
clipRule: "evenodd",
|
|
6620
|
+
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",
|
|
6621
|
+
fill: wordmarkColor
|
|
6622
|
+
}
|
|
6623
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6624
|
+
"path",
|
|
6625
|
+
{
|
|
6626
|
+
fillRule: "evenodd",
|
|
6627
|
+
clipRule: "evenodd",
|
|
6628
|
+
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",
|
|
6629
|
+
fill: wordmarkColor
|
|
6630
|
+
}
|
|
6631
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6632
|
+
"path",
|
|
6633
|
+
{
|
|
6634
|
+
d: "M5.69001 24.7655H18.7174V29.5445H0V0H5.69001V24.7655Z",
|
|
6635
|
+
fill: wordmarkColor
|
|
6636
|
+
}
|
|
6637
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6638
|
+
"path",
|
|
6639
|
+
{
|
|
6640
|
+
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",
|
|
6641
|
+
fill: wordmarkColor
|
|
6642
|
+
}
|
|
6643
|
+
));
|
|
6410
6644
|
default:
|
|
6411
|
-
return /* @__PURE__ */
|
|
6645
|
+
return /* @__PURE__ */ React43.createElement(
|
|
6412
6646
|
"svg",
|
|
6413
6647
|
__spreadValues({
|
|
6414
6648
|
"aria-label": "Loom",
|
|
6415
6649
|
viewBox: "0 0 62 23",
|
|
6416
6650
|
fill: wordmarkColor
|
|
6417
6651
|
}, props),
|
|
6418
|
-
/* @__PURE__ */
|
|
6419
|
-
/* @__PURE__ */
|
|
6652
|
+
/* @__PURE__ */ React43.createElement("title", null, "Loom"),
|
|
6653
|
+
/* @__PURE__ */ React43.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" })
|
|
6420
6654
|
);
|
|
6421
6655
|
}
|
|
6422
6656
|
};
|
|
@@ -6435,139 +6669,327 @@ var CombinedLogoSvg = (_a) => {
|
|
|
6435
6669
|
]);
|
|
6436
6670
|
switch (brand) {
|
|
6437
6671
|
case "ai":
|
|
6438
|
-
return /* @__PURE__ */
|
|
6672
|
+
return /* @__PURE__ */ React43.createElement("svg", __spreadValues({ "aria-label": "Loom AI", viewBox: "0 0 100 30", fill: "none" }, props), /* @__PURE__ */ React43.createElement("title", null, "Loom AI"), !symbolColor ? /* @__PURE__ */ React43.createElement(React43.Fragment, null, LoomAiGradientDef(customId), [...Array(3)].map((_, i) => /* @__PURE__ */ React43.createElement(
|
|
6439
6673
|
"path",
|
|
6440
6674
|
{
|
|
6441
6675
|
key: i,
|
|
6442
6676
|
d: combinedLogoPath,
|
|
6443
6677
|
fill: `url(#ai-logo-${customId}-gradient-${i + 1}`
|
|
6444
6678
|
}
|
|
6445
|
-
))) : /* @__PURE__ */
|
|
6679
|
+
))) : /* @__PURE__ */ React43.createElement("path", { d: combinedLogoPath, fill: getColorValue(symbolColor) }), /* @__PURE__ */ React43.createElement("g", { fill: wordmarkColor }, /* @__PURE__ */ React43.createElement("path", { d: "M4.1997 29.5909H0.570312V9.83386H4.1997V29.5909Z" }), /* @__PURE__ */ React43.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__ */ React43.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__ */ React43.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__ */ React43.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__ */ React43.createElement("path", { d: "M83.249 29.5909H79.4285V10.2432H83.249V29.5909Z" })));
|
|
6446
6680
|
case "apptile":
|
|
6447
|
-
return /* @__PURE__ */
|
|
6681
|
+
return /* @__PURE__ */ React43.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 103 40", fill: "none" }, props), /* @__PURE__ */ React43.createElement("title", null, "Loom"), /* @__PURE__ */ React43.createElement(
|
|
6448
6682
|
"path",
|
|
6449
6683
|
{
|
|
6450
6684
|
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",
|
|
6451
6685
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("blurple")
|
|
6452
6686
|
}
|
|
6453
|
-
), /* @__PURE__ */
|
|
6687
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6454
6688
|
"path",
|
|
6455
6689
|
{
|
|
6456
6690
|
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",
|
|
6457
6691
|
fill: "white"
|
|
6458
6692
|
}
|
|
6459
|
-
), /* @__PURE__ */
|
|
6460
|
-
|
|
6461
|
-
return /* @__PURE__ */
|
|
6693
|
+
), /* @__PURE__ */ React43.createElement("g", { fill: wordmarkColor }, /* @__PURE__ */ React43.createElement("path", { d: "M47.6001 29.5076V10H51.1816V29.5076H47.6001Z" }), /* @__PURE__ */ React43.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__ */ React43.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__ */ React43.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" })));
|
|
6694
|
+
case "product":
|
|
6695
|
+
return /* @__PURE__ */ React43.createElement("svg", __spreadValues({ viewBox: "0 0 112 40", fill: "none", "aria-label": "Loom" }, props), /* @__PURE__ */ React43.createElement(
|
|
6462
6696
|
"path",
|
|
6463
6697
|
{
|
|
6464
|
-
d: "
|
|
6698
|
+
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",
|
|
6465
6699
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6466
6700
|
}
|
|
6467
|
-
), /* @__PURE__ */
|
|
6701
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6468
6702
|
"path",
|
|
6469
6703
|
{
|
|
6470
|
-
d: "
|
|
6704
|
+
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",
|
|
6705
|
+
fill: "white"
|
|
6706
|
+
}
|
|
6707
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6708
|
+
"path",
|
|
6709
|
+
{
|
|
6710
|
+
"fill-rule": "evenodd",
|
|
6711
|
+
"clip-rule": "evenodd",
|
|
6712
|
+
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",
|
|
6713
|
+
fill: wordmarkColor
|
|
6714
|
+
}
|
|
6715
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6716
|
+
"path",
|
|
6717
|
+
{
|
|
6718
|
+
"fill-rule": "evenodd",
|
|
6719
|
+
"clip-rule": "evenodd",
|
|
6720
|
+
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",
|
|
6721
|
+
fill: wordmarkColor
|
|
6722
|
+
}
|
|
6723
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6724
|
+
"path",
|
|
6725
|
+
{
|
|
6726
|
+
d: "M54.9365 25.3483H62.3421V28.0827H51.6667V11.1068H54.9365V25.3483Z",
|
|
6727
|
+
fill: wordmarkColor
|
|
6728
|
+
}
|
|
6729
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6730
|
+
"path",
|
|
6731
|
+
{
|
|
6732
|
+
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",
|
|
6471
6733
|
fill: wordmarkColor
|
|
6472
6734
|
}
|
|
6473
6735
|
));
|
|
6474
|
-
|
|
6475
|
-
}
|
|
6476
|
-
|
|
6477
|
-
|
|
6478
|
-
|
|
6479
|
-
|
|
6480
|
-
|
|
6481
|
-
|
|
6482
|
-
|
|
6483
|
-
|
|
6484
|
-
|
|
6485
|
-
|
|
6486
|
-
|
|
6487
|
-
|
|
6488
|
-
|
|
6489
|
-
|
|
6490
|
-
|
|
6491
|
-
|
|
6492
|
-
|
|
6493
|
-
|
|
6494
|
-
|
|
6495
|
-
|
|
6496
|
-
|
|
6497
|
-
|
|
6498
|
-
|
|
6499
|
-
|
|
6500
|
-
|
|
6501
|
-
|
|
6502
|
-
|
|
6503
|
-
|
|
6504
|
-
|
|
6505
|
-
|
|
6506
|
-
|
|
6507
|
-
|
|
6508
|
-
|
|
6509
|
-
|
|
6510
|
-
|
|
6511
|
-
|
|
6512
|
-
|
|
6513
|
-
|
|
6514
|
-
|
|
6515
|
-
|
|
6516
|
-
|
|
6517
|
-
|
|
6518
|
-
|
|
6519
|
-
|
|
6520
|
-
|
|
6521
|
-
|
|
6522
|
-
|
|
6523
|
-
|
|
6524
|
-
|
|
6525
|
-
|
|
6526
|
-
|
|
6527
|
-
|
|
6528
|
-
|
|
6529
|
-
|
|
6530
|
-
|
|
6531
|
-
|
|
6532
|
-
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
|
|
6538
|
-
|
|
6539
|
-
|
|
6540
|
-
|
|
6541
|
-
|
|
6542
|
-
|
|
6543
|
-
|
|
6544
|
-
|
|
6545
|
-
|
|
6546
|
-
|
|
6547
|
-
|
|
6548
|
-
|
|
6549
|
-
|
|
6550
|
-
|
|
6551
|
-
|
|
6552
|
-
|
|
6553
|
-
|
|
6554
|
-
|
|
6555
|
-
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
|
|
6559
|
-
|
|
6736
|
+
case "marketing":
|
|
6737
|
+
return /* @__PURE__ */ React43.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 170 48", fill: "none" }, props), /* @__PURE__ */ React43.createElement(
|
|
6738
|
+
"path",
|
|
6739
|
+
{
|
|
6740
|
+
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",
|
|
6741
|
+
fill: wordmarkColor
|
|
6742
|
+
}
|
|
6743
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6744
|
+
"path",
|
|
6745
|
+
{
|
|
6746
|
+
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",
|
|
6747
|
+
fill: wordmarkColor
|
|
6748
|
+
}
|
|
6749
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6750
|
+
"path",
|
|
6751
|
+
{
|
|
6752
|
+
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",
|
|
6753
|
+
fill: wordmarkColor
|
|
6754
|
+
}
|
|
6755
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6756
|
+
"path",
|
|
6757
|
+
{
|
|
6758
|
+
d: "M64.094 7.77783H68.234V34.0438H81.942V37.9998H64.094V7.77783Z",
|
|
6759
|
+
fill: wordmarkColor
|
|
6760
|
+
}
|
|
6761
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6762
|
+
"path",
|
|
6763
|
+
{
|
|
6764
|
+
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",
|
|
6765
|
+
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6766
|
+
}
|
|
6767
|
+
), /* @__PURE__ */ React43.createElement("g", { clipPath: "url(#clip0_45829_3572)" }, /* @__PURE__ */ React43.createElement(
|
|
6768
|
+
"path",
|
|
6769
|
+
{
|
|
6770
|
+
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",
|
|
6771
|
+
fill: "white"
|
|
6772
|
+
}
|
|
6773
|
+
)), /* @__PURE__ */ React43.createElement("defs", null, /* @__PURE__ */ React43.createElement("clipPath", { id: "clip0_45829_3572" }, /* @__PURE__ */ React43.createElement(
|
|
6774
|
+
"rect",
|
|
6775
|
+
{
|
|
6776
|
+
width: "39",
|
|
6777
|
+
height: "39",
|
|
6778
|
+
fill: "white",
|
|
6779
|
+
transform: "translate(4.75 5)"
|
|
6780
|
+
}
|
|
6781
|
+
))));
|
|
6782
|
+
case "attributed":
|
|
6783
|
+
return /* @__PURE__ */ React43.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 232 75", fill: "none" }, props), /* @__PURE__ */ React43.createElement(
|
|
6784
|
+
"path",
|
|
6785
|
+
{
|
|
6786
|
+
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",
|
|
6787
|
+
fill: wordmarkColor
|
|
6788
|
+
}
|
|
6789
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6790
|
+
"path",
|
|
6791
|
+
{
|
|
6792
|
+
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",
|
|
6793
|
+
fill: wordmarkColor
|
|
6794
|
+
}
|
|
6795
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6796
|
+
"path",
|
|
6797
|
+
{
|
|
6798
|
+
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",
|
|
6799
|
+
fill: wordmarkColor
|
|
6800
|
+
}
|
|
6801
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6802
|
+
"path",
|
|
6803
|
+
{
|
|
6804
|
+
d: "M91.094 34.7778H95.234V61.0438H108.942V64.9998H91.094V34.7778Z",
|
|
6805
|
+
fill: wordmarkColor
|
|
6806
|
+
}
|
|
6807
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6808
|
+
"path",
|
|
6809
|
+
{
|
|
6810
|
+
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",
|
|
6811
|
+
fill: wordmarkColor
|
|
6812
|
+
}
|
|
6813
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6814
|
+
"path",
|
|
6815
|
+
{
|
|
6816
|
+
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",
|
|
6817
|
+
fill: wordmarkColor
|
|
6818
|
+
}
|
|
6819
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6820
|
+
"path",
|
|
6821
|
+
{
|
|
6822
|
+
d: "M193.602 7.16846H189.628V24.329H193.602V7.16846Z",
|
|
6823
|
+
fill: wordmarkColor
|
|
6824
|
+
}
|
|
6825
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6826
|
+
"path",
|
|
6827
|
+
{
|
|
6828
|
+
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",
|
|
6829
|
+
fill: wordmarkColor
|
|
6830
|
+
}
|
|
6831
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6832
|
+
"path",
|
|
6833
|
+
{
|
|
6834
|
+
d: "M124.237 7.16846V24.329H132.426L133.69 20.5958H128.211V7.16846H124.237Z",
|
|
6835
|
+
fill: wordmarkColor
|
|
6836
|
+
}
|
|
6837
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6838
|
+
"path",
|
|
6839
|
+
{
|
|
6840
|
+
d: "M108.04 7.16846V10.8414H112.436V24.329H116.47V10.8414H121.227V7.16846H108.04Z",
|
|
6841
|
+
fill: wordmarkColor
|
|
6842
|
+
}
|
|
6843
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6844
|
+
"path",
|
|
6845
|
+
{
|
|
6846
|
+
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",
|
|
6847
|
+
fill: wordmarkColor
|
|
6848
|
+
}
|
|
6849
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6850
|
+
"path",
|
|
6851
|
+
{
|
|
6852
|
+
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",
|
|
6853
|
+
fill: wordmarkColor
|
|
6854
|
+
}
|
|
6855
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6856
|
+
"path",
|
|
6857
|
+
{
|
|
6858
|
+
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",
|
|
6859
|
+
fill: wordmarkColor
|
|
6860
|
+
}
|
|
6861
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6862
|
+
"path",
|
|
6863
|
+
{
|
|
6864
|
+
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",
|
|
6865
|
+
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6866
|
+
}
|
|
6867
|
+
), /* @__PURE__ */ React43.createElement("g", { clipPath: "url(#clip0_45829_3571)" }, /* @__PURE__ */ React43.createElement(
|
|
6868
|
+
"path",
|
|
6869
|
+
{
|
|
6870
|
+
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",
|
|
6871
|
+
fill: "white"
|
|
6872
|
+
}
|
|
6873
|
+
)), /* @__PURE__ */ React43.createElement("defs", null, /* @__PURE__ */ React43.createElement("clipPath", { id: "clip0_45829_3571" }, /* @__PURE__ */ React43.createElement(
|
|
6874
|
+
"rect",
|
|
6875
|
+
{
|
|
6876
|
+
width: "60.9375",
|
|
6877
|
+
height: "60.9375",
|
|
6878
|
+
fill: "white",
|
|
6879
|
+
transform: "translate(7.42188 7.8125)"
|
|
6880
|
+
}
|
|
6881
|
+
))));
|
|
6882
|
+
default:
|
|
6883
|
+
return /* @__PURE__ */ React43.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 100 30", fill: "none" }, props), /* @__PURE__ */ React43.createElement("title", null, "Loom"), /* @__PURE__ */ React43.createElement(
|
|
6884
|
+
"path",
|
|
6885
|
+
{
|
|
6886
|
+
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",
|
|
6887
|
+
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6888
|
+
}
|
|
6889
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6890
|
+
"path",
|
|
6891
|
+
{
|
|
6892
|
+
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",
|
|
6893
|
+
fill: wordmarkColor
|
|
6894
|
+
}
|
|
6895
|
+
));
|
|
6896
|
+
}
|
|
6897
|
+
};
|
|
6898
|
+
var LogoWrapper = styled33.span`
|
|
6899
|
+
display: block;
|
|
6900
|
+
${(props) => props.maxWidth && getSize("max-width", props.maxWidth)};
|
|
6901
|
+
|
|
6902
|
+
& > svg.lns-logoSvg {
|
|
6903
|
+
display: block;
|
|
6904
|
+
width: 100%;
|
|
6905
|
+
height: 100%;
|
|
6906
|
+
${(props) => props.maxWidth && getSize("max-width", props.maxWidth)};
|
|
6907
|
+
}
|
|
6908
|
+
`;
|
|
6909
|
+
var Logo = (_a) => {
|
|
6910
|
+
var _b = _a, {
|
|
6911
|
+
variant = "combined",
|
|
6912
|
+
maxWidth,
|
|
6913
|
+
symbolColor,
|
|
6914
|
+
wordmarkColor = "body",
|
|
6915
|
+
brand = "loom",
|
|
6916
|
+
customId = ""
|
|
6917
|
+
} = _b, props = __objRest(_b, [
|
|
6918
|
+
"variant",
|
|
6919
|
+
"maxWidth",
|
|
6920
|
+
"symbolColor",
|
|
6921
|
+
"wordmarkColor",
|
|
6922
|
+
"brand",
|
|
6923
|
+
"customId"
|
|
6924
|
+
]);
|
|
6925
|
+
return /* @__PURE__ */ React43.createElement(LogoWrapper, __spreadValues({ variant, maxWidth }, props), variant === "combined" && /* @__PURE__ */ React43.createElement(
|
|
6926
|
+
CombinedLogoSvg,
|
|
6927
|
+
{
|
|
6928
|
+
brand,
|
|
6929
|
+
symbolColor,
|
|
6930
|
+
wordmarkColor: getColorValue(wordmarkColor),
|
|
6931
|
+
customId,
|
|
6932
|
+
className: "lns-logoSvg"
|
|
6933
|
+
}
|
|
6934
|
+
), variant === "symbol" && /* @__PURE__ */ React43.createElement(
|
|
6935
|
+
SymbolLogoSvg,
|
|
6936
|
+
{
|
|
6937
|
+
brand,
|
|
6938
|
+
symbolColor,
|
|
6939
|
+
customId,
|
|
6940
|
+
className: "lns-logoSvg"
|
|
6941
|
+
}
|
|
6942
|
+
), variant === "wordmark" && /* @__PURE__ */ React43.createElement(
|
|
6943
|
+
WordmarkLogoSvg,
|
|
6944
|
+
{
|
|
6945
|
+
brand,
|
|
6946
|
+
wordmarkColor: getColorValue(wordmarkColor),
|
|
6947
|
+
className: "lns-logoSvg"
|
|
6948
|
+
}
|
|
6949
|
+
));
|
|
6950
|
+
};
|
|
6951
|
+
var logo_default = Logo;
|
|
6952
|
+
|
|
6953
|
+
// src/components/logo-loader/logo-loader.tsx
|
|
6954
|
+
import styled34 from "@emotion/styled";
|
|
6955
|
+
import React44 from "react";
|
|
6956
|
+
|
|
6957
|
+
// src/constants/routes.ts
|
|
6958
|
+
var LENS_CDN = "https://cdn.loom.com/assets/lens";
|
|
6959
|
+
|
|
6960
|
+
// src/components/logo-loader/logo-loader.tsx
|
|
6961
|
+
var sizeToPx = {
|
|
6962
|
+
small: "40px",
|
|
6963
|
+
medium: "80px"
|
|
6964
|
+
};
|
|
6965
|
+
var LogoLoaderWrapper = styled34.span`
|
|
6966
|
+
animation: ${(props) => props.animation};
|
|
6967
|
+
background-image: url(${LENS_CDN}/${(props) => props.brand}-loader.svg);
|
|
6968
|
+
background-size: cover;
|
|
6969
|
+
background-position: left center;
|
|
6970
|
+
display: block;
|
|
6971
|
+
height: ${(props) => sizeToPx[props.size]};
|
|
6972
|
+
width: ${(props) => sizeToPx[props.size]};
|
|
6973
|
+
|
|
6974
|
+
@keyframes spin {
|
|
6975
|
+
100% {
|
|
6976
|
+
background-position: right center;
|
|
6977
|
+
}
|
|
6978
|
+
}
|
|
6979
|
+
`;
|
|
6980
|
+
var LogoLoader = ({
|
|
6981
|
+
animation = "spin 2s infinite steps(49) forwards",
|
|
6560
6982
|
brand = "loom",
|
|
6561
6983
|
size = "medium"
|
|
6562
6984
|
}) => {
|
|
6563
|
-
return /* @__PURE__ */
|
|
6985
|
+
return /* @__PURE__ */ React44.createElement(LogoLoaderWrapper, { animation, brand, size });
|
|
6564
6986
|
};
|
|
6565
6987
|
var logo_loader_default = LogoLoader;
|
|
6566
6988
|
|
|
6567
6989
|
// src/components/list/list.tsx
|
|
6568
6990
|
import { css as css5 } from "@emotion/react";
|
|
6569
|
-
import
|
|
6570
|
-
import
|
|
6991
|
+
import styled35 from "@emotion/styled";
|
|
6992
|
+
import React45 from "react";
|
|
6571
6993
|
var ssrComment = `/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */`;
|
|
6572
6994
|
var variantStyles2 = {
|
|
6573
6995
|
border: css5`
|
|
@@ -6593,7 +7015,7 @@ var variantStyles2 = {
|
|
|
6593
7015
|
`,
|
|
6594
7016
|
clear: css5``
|
|
6595
7017
|
};
|
|
6596
|
-
var ListWrapper =
|
|
7018
|
+
var ListWrapper = styled35.div`
|
|
6597
7019
|
.ListRowWrapper {
|
|
6598
7020
|
grid-template-columns: ${(props) => props.columns && props.columns};
|
|
6599
7021
|
${(props) => getSize("gap", props.gap)};
|
|
@@ -6601,7 +7023,7 @@ var ListWrapper = styled34.div`
|
|
|
6601
7023
|
|
|
6602
7024
|
${(props) => variantStyles2[props.variant]};
|
|
6603
7025
|
`;
|
|
6604
|
-
var ListRowWrapper =
|
|
7026
|
+
var ListRowWrapper = styled35.div`
|
|
6605
7027
|
display: grid;
|
|
6606
7028
|
align-items: center;
|
|
6607
7029
|
text-decoration: none;
|
|
@@ -6644,7 +7066,7 @@ var ListRowWrapper = styled34.div`
|
|
|
6644
7066
|
var ListRow = (_a) => {
|
|
6645
7067
|
var _b = _a, {
|
|
6646
7068
|
children,
|
|
6647
|
-
htmlTag,
|
|
7069
|
+
htmlTag = "li",
|
|
6648
7070
|
className,
|
|
6649
7071
|
backgroundColor,
|
|
6650
7072
|
onClick,
|
|
@@ -6660,23 +7082,52 @@ var ListRow = (_a) => {
|
|
|
6660
7082
|
"role"
|
|
6661
7083
|
]);
|
|
6662
7084
|
const classNameFromProp = className ? ` ${className}` : ``;
|
|
6663
|
-
|
|
6664
|
-
|
|
6665
|
-
|
|
6666
|
-
|
|
6667
|
-
|
|
6668
|
-
|
|
6669
|
-
|
|
6670
|
-
|
|
6671
|
-
|
|
6672
|
-
|
|
6673
|
-
|
|
6674
|
-
|
|
6675
|
-
|
|
6676
|
-
|
|
6677
|
-
|
|
6678
|
-
|
|
6679
|
-
|
|
7085
|
+
const nonInteractiveElements = [
|
|
7086
|
+
"div",
|
|
7087
|
+
"span",
|
|
7088
|
+
"p",
|
|
7089
|
+
"h1",
|
|
7090
|
+
"h2",
|
|
7091
|
+
"h3",
|
|
7092
|
+
"h4",
|
|
7093
|
+
"h5",
|
|
7094
|
+
"h6",
|
|
7095
|
+
"section",
|
|
7096
|
+
"article",
|
|
7097
|
+
"header",
|
|
7098
|
+
"footer",
|
|
7099
|
+
"main",
|
|
7100
|
+
"aside",
|
|
7101
|
+
"nav"
|
|
7102
|
+
];
|
|
7103
|
+
const isAutoInteractive = !htmlTag && onClick;
|
|
7104
|
+
let isNonInteractive = false;
|
|
7105
|
+
const actualHtmlTag = htmlTag || "div";
|
|
7106
|
+
if (!isAutoInteractive) {
|
|
7107
|
+
isNonInteractive = nonInteractiveElements.includes(actualHtmlTag);
|
|
7108
|
+
}
|
|
7109
|
+
const interactiveProps = !isNonInteractive || isAutoInteractive ? {
|
|
7110
|
+
onClick,
|
|
7111
|
+
onKeyDown: (e) => {
|
|
7112
|
+
if (e.key === "Enter") {
|
|
7113
|
+
e.preventDefault();
|
|
7114
|
+
onClick == null ? void 0 : onClick(e);
|
|
7115
|
+
}
|
|
7116
|
+
}
|
|
7117
|
+
} : {};
|
|
7118
|
+
return (
|
|
7119
|
+
// eslint-disable-next-line styled-components-a11y/no-static-element-interactions
|
|
7120
|
+
/* @__PURE__ */ React45.createElement(
|
|
7121
|
+
ListRowWrapper,
|
|
7122
|
+
__spreadValues(__spreadValues({
|
|
7123
|
+
role: role || (htmlTag === "li" ? "listitem" : void 0),
|
|
7124
|
+
className: `ListRowWrapper${classNameFromProp}`,
|
|
7125
|
+
as: htmlTag,
|
|
7126
|
+
backgroundColor,
|
|
7127
|
+
href
|
|
7128
|
+
}, interactiveProps), props),
|
|
7129
|
+
children
|
|
7130
|
+
)
|
|
6680
7131
|
);
|
|
6681
7132
|
};
|
|
6682
7133
|
var formatColumns = (columns) => columns.map((columnValue) => getSizeValue(columnValue)).join(" ");
|
|
@@ -6685,35 +7136,50 @@ var List = (_a) => {
|
|
|
6685
7136
|
children,
|
|
6686
7137
|
columns,
|
|
6687
7138
|
gap,
|
|
6688
|
-
variant = "stripe"
|
|
7139
|
+
variant = "stripe",
|
|
7140
|
+
htmlTag = "ul"
|
|
6689
7141
|
} = _b, props = __objRest(_b, [
|
|
6690
7142
|
"children",
|
|
6691
7143
|
"columns",
|
|
6692
7144
|
"gap",
|
|
6693
|
-
"variant"
|
|
7145
|
+
"variant",
|
|
7146
|
+
"htmlTag"
|
|
6694
7147
|
]);
|
|
6695
|
-
|
|
7148
|
+
let processedChildren = children;
|
|
7149
|
+
if (htmlTag === "ul") {
|
|
7150
|
+
processedChildren = React45.Children.map(children, (child) => {
|
|
7151
|
+
if (React45.isValidElement(child) && child.type === ListRow) {
|
|
7152
|
+
return React45.cloneElement(child, {
|
|
7153
|
+
htmlTag: "li"
|
|
7154
|
+
});
|
|
7155
|
+
}
|
|
7156
|
+
return child;
|
|
7157
|
+
});
|
|
7158
|
+
}
|
|
7159
|
+
return /* @__PURE__ */ React45.createElement(
|
|
6696
7160
|
ListWrapper,
|
|
6697
7161
|
__spreadValues({
|
|
7162
|
+
as: htmlTag,
|
|
6698
7163
|
columns: columns && formatColumns(columns),
|
|
6699
7164
|
gap,
|
|
6700
|
-
variant
|
|
7165
|
+
variant,
|
|
7166
|
+
role: htmlTag === "ul" ? "list" : void 0
|
|
6701
7167
|
}, props),
|
|
6702
|
-
|
|
7168
|
+
processedChildren
|
|
6703
7169
|
);
|
|
6704
7170
|
};
|
|
6705
7171
|
var list_default = List;
|
|
6706
7172
|
|
|
6707
7173
|
// src/components/tabs/tabs.tsx
|
|
6708
|
-
import
|
|
6709
|
-
import
|
|
6710
|
-
var TabsContext =
|
|
7174
|
+
import styled36 from "@emotion/styled";
|
|
7175
|
+
import React46 from "react";
|
|
7176
|
+
var TabsContext = React46.createContext({});
|
|
6711
7177
|
var negativeScrollOffset = (scrollOffset) => `calc(-1 * ${getSizeValue(scrollOffset)})`;
|
|
6712
|
-
var Wrapper =
|
|
7178
|
+
var Wrapper = styled36.div`
|
|
6713
7179
|
${(props) => props.scrollOffset && `margin: 0 ${negativeScrollOffset(props.scrollOffset)};
|
|
6714
7180
|
`};
|
|
6715
7181
|
`;
|
|
6716
|
-
var TabsNav =
|
|
7182
|
+
var TabsNav = styled36.div`
|
|
6717
7183
|
--activeIndicatorHeight: 3px;
|
|
6718
7184
|
|
|
6719
7185
|
display: flex;
|
|
@@ -6742,7 +7208,7 @@ var TabsNav = styled35.div`
|
|
|
6742
7208
|
${(props) => props.scrollOffset && getSize("width", props.scrollOffset)};
|
|
6743
7209
|
}
|
|
6744
7210
|
`;
|
|
6745
|
-
var TabsNavPilled =
|
|
7211
|
+
var TabsNavPilled = styled36.div`
|
|
6746
7212
|
${getRadius("200")};
|
|
6747
7213
|
background-color: var(--lns-color-backgroundSecondary);
|
|
6748
7214
|
|
|
@@ -6768,7 +7234,7 @@ var TabsNavPilled = styled35.div`
|
|
|
6768
7234
|
${(props) => props.scrollOffset && getSize("width", props.scrollOffset)};
|
|
6769
7235
|
}
|
|
6770
7236
|
`;
|
|
6771
|
-
var TabWrapper =
|
|
7237
|
+
var TabWrapper = styled36.button`
|
|
6772
7238
|
appearance: none;
|
|
6773
7239
|
font: inherit;
|
|
6774
7240
|
background: transparent;
|
|
@@ -6787,7 +7253,9 @@ var TabWrapper = styled35.button`
|
|
|
6787
7253
|
${getFontWeight("bold")};
|
|
6788
7254
|
transition: 0.6s color;
|
|
6789
7255
|
white-space: nowrap;
|
|
6790
|
-
color: ${(props) => getColorValue(
|
|
7256
|
+
color: ${(props) => getColorValue(
|
|
7257
|
+
props.isActive ? "body" : props.disabled ? "disabledContent" : "bodyDimmed"
|
|
7258
|
+
)};
|
|
6791
7259
|
${(props) => props.isActive && `border-color: ${getColorValue("primary")};
|
|
6792
7260
|
`};
|
|
6793
7261
|
|
|
@@ -6800,7 +7268,7 @@ var TabWrapper = styled35.button`
|
|
|
6800
7268
|
${getFocusRing(void 0, "inset")};
|
|
6801
7269
|
}
|
|
6802
7270
|
|
|
6803
|
-
&:hover {
|
|
7271
|
+
&:hover:not(:disabled) {
|
|
6804
7272
|
color: ${getColorValue("body")};
|
|
6805
7273
|
transition: 0.3s color;
|
|
6806
7274
|
}
|
|
@@ -6815,7 +7283,7 @@ var TabWrapper = styled35.button`
|
|
|
6815
7283
|
${(props) => props.isActive && `background-color: ${getColorValue("primary")}`};
|
|
6816
7284
|
}
|
|
6817
7285
|
`;
|
|
6818
|
-
var TabWrapperPilled =
|
|
7286
|
+
var TabWrapperPilled = styled36.button`
|
|
6819
7287
|
padding: ${u(1)} 0;
|
|
6820
7288
|
|
|
6821
7289
|
appearance: none;
|
|
@@ -6836,8 +7304,11 @@ var TabWrapperPilled = styled35.button`
|
|
|
6836
7304
|
|
|
6837
7305
|
transition: 0.6s color;
|
|
6838
7306
|
white-space: nowrap;
|
|
7307
|
+
color: ${(props) => getColorValue(
|
|
7308
|
+
props.isActive ? "body" : props.disabled ? "disabledContent" : "bodyDimmed"
|
|
7309
|
+
)};
|
|
6839
7310
|
${(props) => props.isActive && `background-color: ${getColorValue("background")};
|
|
6840
|
-
|
|
7311
|
+
color: ${getColorValue("primary")};
|
|
6841
7312
|
`};
|
|
6842
7313
|
|
|
6843
7314
|
&:focus,
|
|
@@ -6849,7 +7320,7 @@ var TabWrapperPilled = styled35.button`
|
|
|
6849
7320
|
${getFocusRing(void 0, "inset")};
|
|
6850
7321
|
}
|
|
6851
7322
|
|
|
6852
|
-
&:hover {
|
|
7323
|
+
&:hover:not(:disabled) {
|
|
6853
7324
|
color: ${getColorValue("primary")};
|
|
6854
7325
|
transition: 0.3s color;
|
|
6855
7326
|
}
|
|
@@ -6859,38 +7330,42 @@ var Tab = (_a) => {
|
|
|
6859
7330
|
children,
|
|
6860
7331
|
isActive,
|
|
6861
7332
|
htmlTag = "button",
|
|
6862
|
-
icon
|
|
7333
|
+
icon,
|
|
7334
|
+
isDisabled = false
|
|
6863
7335
|
} = _b, props = __objRest(_b, [
|
|
6864
7336
|
"children",
|
|
6865
7337
|
"isActive",
|
|
6866
7338
|
"htmlTag",
|
|
6867
|
-
"icon"
|
|
7339
|
+
"icon",
|
|
7340
|
+
"isDisabled"
|
|
6868
7341
|
]);
|
|
6869
|
-
const { isPilledDesign } =
|
|
7342
|
+
const { isPilledDesign } = React46.useContext(TabsContext);
|
|
6870
7343
|
if (isPilledDesign) {
|
|
6871
|
-
return /* @__PURE__ */
|
|
7344
|
+
return /* @__PURE__ */ React46.createElement(
|
|
6872
7345
|
TabWrapperPilled,
|
|
6873
7346
|
__spreadValues({
|
|
6874
7347
|
as: htmlTag,
|
|
6875
7348
|
isActive,
|
|
6876
7349
|
icon,
|
|
6877
7350
|
role: "tab",
|
|
6878
|
-
"aria-selected": isActive
|
|
7351
|
+
"aria-selected": isActive,
|
|
7352
|
+
disabled: isDisabled
|
|
6879
7353
|
}, props),
|
|
6880
|
-
icon && /* @__PURE__ */
|
|
7354
|
+
icon && /* @__PURE__ */ React46.createElement(container_default, { htmlTag: "span", paddingRight: children && "small" }, /* @__PURE__ */ React46.createElement(icon_default, { icon, color: "currentColor" })),
|
|
6881
7355
|
children
|
|
6882
7356
|
);
|
|
6883
7357
|
}
|
|
6884
|
-
return /* @__PURE__ */
|
|
7358
|
+
return /* @__PURE__ */ React46.createElement(
|
|
6885
7359
|
TabWrapper,
|
|
6886
7360
|
__spreadValues({
|
|
6887
7361
|
as: htmlTag,
|
|
6888
7362
|
isActive,
|
|
6889
7363
|
icon,
|
|
6890
7364
|
role: "tab",
|
|
6891
|
-
"aria-selected": isActive
|
|
7365
|
+
"aria-selected": isActive,
|
|
7366
|
+
disabled: isDisabled
|
|
6892
7367
|
}, props),
|
|
6893
|
-
icon && /* @__PURE__ */
|
|
7368
|
+
icon && /* @__PURE__ */ React46.createElement(container_default, { htmlTag: "span", paddingRight: children && "small" }, /* @__PURE__ */ React46.createElement(icon_default, { icon, color: "currentColor" })),
|
|
6894
7369
|
children
|
|
6895
7370
|
);
|
|
6896
7371
|
};
|
|
@@ -6908,7 +7383,7 @@ var Tabs = (_a) => {
|
|
|
6908
7383
|
"isPilledDesign",
|
|
6909
7384
|
"hasBottomBorder"
|
|
6910
7385
|
]);
|
|
6911
|
-
const tabsContent = isPilledDesign ? /* @__PURE__ */
|
|
7386
|
+
const tabsContent = isPilledDesign ? /* @__PURE__ */ React46.createElement(
|
|
6912
7387
|
TabsNavPilled,
|
|
6913
7388
|
__spreadValues({
|
|
6914
7389
|
hasFullTabs,
|
|
@@ -6916,7 +7391,7 @@ var Tabs = (_a) => {
|
|
|
6916
7391
|
role: "tablist"
|
|
6917
7392
|
}, props),
|
|
6918
7393
|
children
|
|
6919
|
-
) : /* @__PURE__ */
|
|
7394
|
+
) : /* @__PURE__ */ React46.createElement(
|
|
6920
7395
|
TabsNav,
|
|
6921
7396
|
__spreadValues({
|
|
6922
7397
|
hasFullTabs,
|
|
@@ -6927,16 +7402,16 @@ var Tabs = (_a) => {
|
|
|
6927
7402
|
children
|
|
6928
7403
|
);
|
|
6929
7404
|
if (scrollOffset) {
|
|
6930
|
-
return /* @__PURE__ */
|
|
7405
|
+
return /* @__PURE__ */ React46.createElement(Wrapper, { scrollOffset }, tabsContent);
|
|
6931
7406
|
}
|
|
6932
|
-
return /* @__PURE__ */
|
|
7407
|
+
return /* @__PURE__ */ React46.createElement(TabsContext.Provider, { value: { isPilledDesign } }, tabsContent);
|
|
6933
7408
|
};
|
|
6934
7409
|
var tabs_default = Tabs;
|
|
6935
7410
|
|
|
6936
7411
|
// src/components/pill/pill.tsx
|
|
6937
|
-
import
|
|
6938
|
-
import
|
|
6939
|
-
var PillWrapper =
|
|
7412
|
+
import styled37 from "@emotion/styled";
|
|
7413
|
+
import React47 from "react";
|
|
7414
|
+
var PillWrapper = styled37.div`
|
|
6940
7415
|
display: inline-grid;
|
|
6941
7416
|
grid-auto-flow: column;
|
|
6942
7417
|
align-items: center;
|
|
@@ -6964,21 +7439,21 @@ var Pill = (_a) => {
|
|
|
6964
7439
|
"icon",
|
|
6965
7440
|
"iconPosition"
|
|
6966
7441
|
]);
|
|
6967
|
-
const iconComponent = /* @__PURE__ */
|
|
7442
|
+
const iconComponent = /* @__PURE__ */ React47.createElement(
|
|
6968
7443
|
container_default,
|
|
6969
7444
|
{
|
|
6970
7445
|
htmlTag: "span",
|
|
6971
7446
|
paddingLeft: iconPosition === "right" && "xsmall",
|
|
6972
7447
|
paddingRight: iconPosition === "left" && "xsmall"
|
|
6973
7448
|
},
|
|
6974
|
-
/* @__PURE__ */
|
|
7449
|
+
/* @__PURE__ */ React47.createElement(icon_default, { icon, color: "currentColor", size: 2 })
|
|
6975
7450
|
);
|
|
6976
|
-
return /* @__PURE__ */
|
|
7451
|
+
return /* @__PURE__ */ React47.createElement(PillWrapper, __spreadValues({ color, backgroundColor }, props), icon && iconPosition === "left" && iconComponent, children, icon && iconPosition === "right" && iconComponent);
|
|
6977
7452
|
};
|
|
6978
7453
|
var pill_default = Pill;
|
|
6979
7454
|
|
|
6980
7455
|
// src/components/popover/popover.tsx
|
|
6981
|
-
import
|
|
7456
|
+
import styled38 from "@emotion/styled";
|
|
6982
7457
|
import {
|
|
6983
7458
|
autoUpdate,
|
|
6984
7459
|
flip,
|
|
@@ -6987,7 +7462,7 @@ import {
|
|
|
6987
7462
|
shift,
|
|
6988
7463
|
useFloating
|
|
6989
7464
|
} from "@floating-ui/react-dom";
|
|
6990
|
-
import
|
|
7465
|
+
import React48, { useEffect as useEffect10 } from "react";
|
|
6991
7466
|
import ReactDOM from "react-dom";
|
|
6992
7467
|
import { useTransition as useTransition2 } from "transition-hook";
|
|
6993
7468
|
var placements2 = {
|
|
@@ -7004,14 +7479,14 @@ var placements2 = {
|
|
|
7004
7479
|
rightCenter: "right",
|
|
7005
7480
|
rightBottom: "right-end"
|
|
7006
7481
|
};
|
|
7007
|
-
var Wrapper2 =
|
|
7482
|
+
var Wrapper2 = styled38.div`
|
|
7008
7483
|
position: relative;
|
|
7009
7484
|
width: fit-content;
|
|
7010
7485
|
// transform forces the popover to calculate the position from the trigger instead of the viewport
|
|
7011
7486
|
transform: translate(0);
|
|
7012
7487
|
z-index: ${(props) => props.childrenZIndex};
|
|
7013
7488
|
`;
|
|
7014
|
-
var ContentWrapper2 =
|
|
7489
|
+
var ContentWrapper2 = styled38.div`
|
|
7015
7490
|
${(props) => props.zIndex && `z-index: ${props.zIndex}`};
|
|
7016
7491
|
`;
|
|
7017
7492
|
var Popover = (_a) => {
|
|
@@ -7089,17 +7564,17 @@ var Popover = (_a) => {
|
|
|
7089
7564
|
opacity: stage === "enter" ? 1 : 0
|
|
7090
7565
|
}
|
|
7091
7566
|
};
|
|
7092
|
-
return /* @__PURE__ */
|
|
7093
|
-
/* @__PURE__ */
|
|
7567
|
+
return /* @__PURE__ */ React48.createElement(Wrapper2, __spreadProps(__spreadValues({ ref: reference }, props), { childrenZIndex }), children, shouldMount && /* @__PURE__ */ React48.createElement(React48.Fragment, null, !rootNode && /* @__PURE__ */ React48.createElement(ContentWrapper2, __spreadValues({}, contentProps), content), rootNode && ReactDOM.createPortal(
|
|
7568
|
+
/* @__PURE__ */ React48.createElement(ContentWrapper2, __spreadValues({}, contentProps), content),
|
|
7094
7569
|
rootNode
|
|
7095
7570
|
)));
|
|
7096
7571
|
};
|
|
7097
7572
|
var popover_default = Popover;
|
|
7098
7573
|
|
|
7099
7574
|
// src/components/illustration/illustration.tsx
|
|
7100
|
-
import
|
|
7101
|
-
import
|
|
7102
|
-
var IllustrationWrapper =
|
|
7575
|
+
import styled39 from "@emotion/styled";
|
|
7576
|
+
import React49 from "react";
|
|
7577
|
+
var IllustrationWrapper = styled39.span`
|
|
7103
7578
|
display: block;
|
|
7104
7579
|
color: ${(props) => props.color ? getColorValue(props.color) : getColorValue("grey8")};
|
|
7105
7580
|
${(props) => props.size && getSize("width", props.size)};
|
|
@@ -7123,7 +7598,7 @@ var Illustration = (_a) => {
|
|
|
7123
7598
|
"color",
|
|
7124
7599
|
"size"
|
|
7125
7600
|
]);
|
|
7126
|
-
return /* @__PURE__ */
|
|
7601
|
+
return /* @__PURE__ */ React49.createElement(
|
|
7127
7602
|
IllustrationWrapper,
|
|
7128
7603
|
__spreadValues({
|
|
7129
7604
|
"aria-hidden": "true",
|
|
@@ -7138,8 +7613,8 @@ var illustration_default = Illustration;
|
|
|
7138
7613
|
|
|
7139
7614
|
// src/components/split/split.tsx
|
|
7140
7615
|
import { css as css6 } from "@emotion/react";
|
|
7141
|
-
import
|
|
7142
|
-
import
|
|
7616
|
+
import styled40 from "@emotion/styled";
|
|
7617
|
+
import React50, { Children, cloneElement } from "react";
|
|
7143
7618
|
var getSizeStyles = (props) => css6`
|
|
7144
7619
|
${getSize("width", props.width)};
|
|
7145
7620
|
${getSize("height", props.height)};
|
|
@@ -7148,7 +7623,7 @@ var getSizeStyles = (props) => css6`
|
|
|
7148
7623
|
${getSize("max-width", props.maxWidth)};
|
|
7149
7624
|
${getSize("max-height", props.maxHeight)};
|
|
7150
7625
|
`;
|
|
7151
|
-
var SplitWrapper =
|
|
7626
|
+
var SplitWrapper = styled40.div`
|
|
7152
7627
|
display: flex;
|
|
7153
7628
|
${(props) => getResponsiveOneOf("align-items", props.alignItems)};
|
|
7154
7629
|
${(props) => props.justifyContent && getResponsiveOneOf("justify-content", props.justifyContent)};
|
|
@@ -7161,7 +7636,7 @@ var SplitWrapper = styled39.div`
|
|
|
7161
7636
|
${(props) => getSizeStyles(props)};
|
|
7162
7637
|
${(props) => getListContainer(props.as)};
|
|
7163
7638
|
`;
|
|
7164
|
-
var SplitSectionWrapper =
|
|
7639
|
+
var SplitSectionWrapper = styled40.div`
|
|
7165
7640
|
${(props) => getResponsiveNumber("flex-grow", props.grow)};
|
|
7166
7641
|
${(props) => getResponsiveNumber("flex-shrink", props.shrink)};
|
|
7167
7642
|
${(props) => props.basis && getSize("flex-basis", props.basis)};
|
|
@@ -7200,7 +7675,7 @@ var SplitSection = (_a) => {
|
|
|
7200
7675
|
if (className || style) {
|
|
7201
7676
|
console.warn(customStylesWarning);
|
|
7202
7677
|
}
|
|
7203
|
-
return /* @__PURE__ */
|
|
7678
|
+
return /* @__PURE__ */ React50.createElement(
|
|
7204
7679
|
SplitSectionWrapper,
|
|
7205
7680
|
__spreadValues({
|
|
7206
7681
|
as: htmlTag,
|
|
@@ -7258,7 +7733,7 @@ var Split = (_a) => {
|
|
|
7258
7733
|
if (className || style) {
|
|
7259
7734
|
console.warn(customStylesWarning);
|
|
7260
7735
|
}
|
|
7261
|
-
return /* @__PURE__ */
|
|
7736
|
+
return /* @__PURE__ */ React50.createElement(
|
|
7262
7737
|
SplitWrapper,
|
|
7263
7738
|
__spreadValues({
|
|
7264
7739
|
as: htmlTag,
|
|
@@ -7287,10 +7762,10 @@ var Split = (_a) => {
|
|
|
7287
7762
|
var split_default = Split;
|
|
7288
7763
|
|
|
7289
7764
|
// src/components/color-picker/color-picker.tsx
|
|
7290
|
-
import
|
|
7291
|
-
import
|
|
7765
|
+
import styled41 from "@emotion/styled";
|
|
7766
|
+
import React51, { useState as useState6 } from "react";
|
|
7292
7767
|
import { HexColorPicker, HexColorInput } from "react-colorful";
|
|
7293
|
-
var ColorfulWrapper =
|
|
7768
|
+
var ColorfulWrapper = styled41.div`
|
|
7294
7769
|
padding: var(--lns-space-medium);
|
|
7295
7770
|
& .react-colorful {
|
|
7296
7771
|
width: auto;
|
|
@@ -7329,7 +7804,7 @@ var ColorfulWrapper = styled40.div`
|
|
|
7329
7804
|
border: 2px solid white;
|
|
7330
7805
|
}
|
|
7331
7806
|
`;
|
|
7332
|
-
var ColorPickerContainer =
|
|
7807
|
+
var ColorPickerContainer = styled41.div`
|
|
7333
7808
|
position: relative;
|
|
7334
7809
|
width: ${u(31)};
|
|
7335
7810
|
background-color: var(--lns-color-overlay);
|
|
@@ -7338,7 +7813,7 @@ var ColorPickerContainer = styled40.div`
|
|
|
7338
7813
|
0 0 0 1px var(--lns-color-border),
|
|
7339
7814
|
var(--lns-shadow-medium);
|
|
7340
7815
|
`;
|
|
7341
|
-
var InputContainer =
|
|
7816
|
+
var InputContainer = styled41.div`
|
|
7342
7817
|
position: relative;
|
|
7343
7818
|
width: 100%;
|
|
7344
7819
|
|
|
@@ -7367,7 +7842,7 @@ var InputContainer = styled40.div`
|
|
|
7367
7842
|
}
|
|
7368
7843
|
}
|
|
7369
7844
|
`;
|
|
7370
|
-
var ColorBox =
|
|
7845
|
+
var ColorBox = styled41.div`
|
|
7371
7846
|
position: absolute;
|
|
7372
7847
|
width: ${u(3)};
|
|
7373
7848
|
height: ${u(3)};
|
|
@@ -7377,20 +7852,20 @@ var ColorBox = styled40.div`
|
|
|
7377
7852
|
${getRadius("100")};
|
|
7378
7853
|
background-color: ${(props) => props.color};
|
|
7379
7854
|
`;
|
|
7380
|
-
var ButtonWrapper2 =
|
|
7855
|
+
var ButtonWrapper2 = styled41.div`
|
|
7381
7856
|
position: relative;
|
|
7382
7857
|
border-radius: var(--lns-radius-medium);
|
|
7383
7858
|
padding: 0 var(--lns-space-medium) var(--lns-space-medium)
|
|
7384
7859
|
var(--lns-space-medium);
|
|
7385
7860
|
`;
|
|
7386
|
-
var SwatchesContainer =
|
|
7861
|
+
var SwatchesContainer = styled41.div`
|
|
7387
7862
|
display: grid;
|
|
7388
7863
|
grid-template-columns: repeat(7, ${u(3)});
|
|
7389
7864
|
gap: ${u(1)} ${u(1)};
|
|
7390
7865
|
border-bottom: 1px solid var(--lns-color-border);
|
|
7391
7866
|
padding: var(--lns-space-medium);
|
|
7392
7867
|
`;
|
|
7393
|
-
var Swatch =
|
|
7868
|
+
var Swatch = styled41.div`
|
|
7394
7869
|
cursor: pointer;
|
|
7395
7870
|
width: ${u(3)};
|
|
7396
7871
|
height: ${u(3)};
|
|
@@ -7401,7 +7876,7 @@ var Swatch = styled40.div`
|
|
|
7401
7876
|
`;
|
|
7402
7877
|
var SwatchSelector = ({ swatches, currentColor, onSwatchClick }) => {
|
|
7403
7878
|
const selectedSwatch = swatches.includes(currentColor) && currentColor;
|
|
7404
|
-
return /* @__PURE__ */
|
|
7879
|
+
return /* @__PURE__ */ React51.createElement(SwatchesContainer, null, swatches.map((swatch) => /* @__PURE__ */ React51.createElement(
|
|
7405
7880
|
Swatch,
|
|
7406
7881
|
{
|
|
7407
7882
|
key: swatch,
|
|
@@ -7420,7 +7895,7 @@ var SwatchSelector = ({ swatches, currentColor, onSwatchClick }) => {
|
|
|
7420
7895
|
)));
|
|
7421
7896
|
};
|
|
7422
7897
|
var ColorSelector = ({ color, setColor }) => {
|
|
7423
|
-
return /* @__PURE__ */
|
|
7898
|
+
return /* @__PURE__ */ React51.createElement(ColorfulWrapper, null, /* @__PURE__ */ React51.createElement(HexColorPicker, { color, onChange: setColor }), /* @__PURE__ */ React51.createElement(InputContainer, null, /* @__PURE__ */ React51.createElement(HexColorInput, { prefixed: true, color, onChange: setColor }), /* @__PURE__ */ React51.createElement(ColorBox, { color })));
|
|
7424
7899
|
};
|
|
7425
7900
|
var ColorPicker = (_a) => {
|
|
7426
7901
|
var _b = _a, {
|
|
@@ -7444,21 +7919,21 @@ var ColorPicker = (_a) => {
|
|
|
7444
7919
|
const onSwatchClick = (swatch) => {
|
|
7445
7920
|
handleOnChange(swatch);
|
|
7446
7921
|
};
|
|
7447
|
-
return /* @__PURE__ */
|
|
7922
|
+
return /* @__PURE__ */ React51.createElement(ColorPickerContainer, __spreadValues({}, props), swatches && /* @__PURE__ */ React51.createElement(
|
|
7448
7923
|
SwatchSelector,
|
|
7449
7924
|
{
|
|
7450
7925
|
swatches,
|
|
7451
7926
|
currentColor: tempColor,
|
|
7452
7927
|
onSwatchClick
|
|
7453
7928
|
}
|
|
7454
|
-
), /* @__PURE__ */
|
|
7929
|
+
), /* @__PURE__ */ React51.createElement(ColorSelector, { color: tempColor, setColor: handleOnChange }), confirmButton && /* @__PURE__ */ React51.createElement(ButtonWrapper2, null, confirmButton));
|
|
7455
7930
|
};
|
|
7456
7931
|
var color_picker_default = ColorPicker;
|
|
7457
7932
|
|
|
7458
7933
|
// src/components/ellipses-loader/ellipses-loader.tsx
|
|
7459
7934
|
import { keyframes as keyframes3 } from "@emotion/react";
|
|
7460
|
-
import
|
|
7461
|
-
import
|
|
7935
|
+
import styled42 from "@emotion/styled";
|
|
7936
|
+
import React52 from "react";
|
|
7462
7937
|
var speed2 = 2;
|
|
7463
7938
|
var sizes3 = {
|
|
7464
7939
|
small: {
|
|
@@ -7493,7 +7968,7 @@ var createDotBounce = (bounceDistance) => keyframes3`
|
|
|
7493
7968
|
transform: translateY(calc(50% - ${bounceDistance}));
|
|
7494
7969
|
}
|
|
7495
7970
|
`;
|
|
7496
|
-
var EllipsesLoaderWrapper =
|
|
7971
|
+
var EllipsesLoaderWrapper = styled42.span`
|
|
7497
7972
|
display: inline-flex;
|
|
7498
7973
|
align-items: center;
|
|
7499
7974
|
justify-content: center;
|
|
@@ -7501,7 +7976,7 @@ var EllipsesLoaderWrapper = styled41.span`
|
|
|
7501
7976
|
width: ${(props) => getTotalSize2(props)};
|
|
7502
7977
|
gap: ${(props) => getGap(props)};
|
|
7503
7978
|
`;
|
|
7504
|
-
var Dot2 =
|
|
7979
|
+
var Dot2 = styled42.span`
|
|
7505
7980
|
width: ${(props) => getDotSize2(props)};
|
|
7506
7981
|
height: ${(props) => getDotSize2(props)};
|
|
7507
7982
|
border-radius: 50%;
|
|
@@ -7520,15 +7995,15 @@ var EllipsesLoader = (_a) => {
|
|
|
7520
7995
|
"color",
|
|
7521
7996
|
"size"
|
|
7522
7997
|
]);
|
|
7523
|
-
return /* @__PURE__ */
|
|
7998
|
+
return /* @__PURE__ */ React52.createElement(EllipsesLoaderWrapper, __spreadValues({ size }, props), /* @__PURE__ */ React52.createElement(Dot2, { color, size, delay: 0 }), /* @__PURE__ */ React52.createElement(Dot2, { color, size, delay: 0.2 }), /* @__PURE__ */ React52.createElement(Dot2, { color, size, delay: 0.4 }));
|
|
7524
7999
|
};
|
|
7525
8000
|
var availableSizes3 = Object.keys(sizes3);
|
|
7526
8001
|
var ellipses_loader_default = EllipsesLoader;
|
|
7527
8002
|
|
|
7528
8003
|
// src/components/waveform-loader/waveform-loader.tsx
|
|
7529
8004
|
import { keyframes as keyframes4 } from "@emotion/react";
|
|
7530
|
-
import
|
|
7531
|
-
import
|
|
8005
|
+
import styled43 from "@emotion/styled";
|
|
8006
|
+
import React53 from "react";
|
|
7532
8007
|
var sizes4 = {
|
|
7533
8008
|
medium: {
|
|
7534
8009
|
totalSize: u(3),
|
|
@@ -7572,7 +8047,7 @@ var fadeIn = keyframes4`
|
|
|
7572
8047
|
opacity: 1;
|
|
7573
8048
|
}
|
|
7574
8049
|
`;
|
|
7575
|
-
var WaveformLoaderWrapper =
|
|
8050
|
+
var WaveformLoaderWrapper = styled43.span`
|
|
7576
8051
|
display: inline-flex;
|
|
7577
8052
|
align-items: center;
|
|
7578
8053
|
justify-content: space-evenly;
|
|
@@ -7580,7 +8055,7 @@ var WaveformLoaderWrapper = styled42.span`
|
|
|
7580
8055
|
width: ${(props) => getTotalSize3(props)};
|
|
7581
8056
|
position: relative;
|
|
7582
8057
|
`;
|
|
7583
|
-
var Bar =
|
|
8058
|
+
var Bar = styled43.span`
|
|
7584
8059
|
width: ${BAR_WIDTH};
|
|
7585
8060
|
height: ${(props) => getBarHeight(props)};
|
|
7586
8061
|
background: ${(props) => props.color === "ai-primary" ? AI_PRIMARY_ANIMATED_LINEAR_GRADIENT : getColorValue(props.color)};
|
|
@@ -7612,24 +8087,24 @@ var WaveformLoader = (_a) => {
|
|
|
7612
8087
|
"speed",
|
|
7613
8088
|
"color"
|
|
7614
8089
|
]);
|
|
7615
|
-
const barsList = Array.from({ length: BARS_COUNT }, (_, index) => /* @__PURE__ */
|
|
7616
|
-
return /* @__PURE__ */
|
|
8090
|
+
const barsList = Array.from({ length: BARS_COUNT }, (_, index) => /* @__PURE__ */ React53.createElement(Bar, { key: index, index, size, speed: speed3, color }));
|
|
8091
|
+
return /* @__PURE__ */ React53.createElement(WaveformLoaderWrapper, __spreadValues({ size, color }, props), barsList);
|
|
7617
8092
|
};
|
|
7618
8093
|
var availableSizes4 = Object.keys(sizes4);
|
|
7619
8094
|
var availableSpeeds = Object.keys(speeds);
|
|
7620
8095
|
var waveform_loader_default = WaveformLoader;
|
|
7621
8096
|
|
|
7622
8097
|
// src/illustrations/accounts-and-billing.js
|
|
7623
|
-
import * as
|
|
8098
|
+
import * as React54 from "react";
|
|
7624
8099
|
function IllustrationAccountsBilling(props) {
|
|
7625
|
-
return /* @__PURE__ */
|
|
8100
|
+
return /* @__PURE__ */ React54.createElement(
|
|
7626
8101
|
"svg",
|
|
7627
8102
|
__spreadValues({
|
|
7628
8103
|
viewBox: "0 0 102 101",
|
|
7629
8104
|
fill: "none",
|
|
7630
8105
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7631
8106
|
}, props),
|
|
7632
|
-
/* @__PURE__ */
|
|
8107
|
+
/* @__PURE__ */ React54.createElement(
|
|
7633
8108
|
"path",
|
|
7634
8109
|
{
|
|
7635
8110
|
d: "M96.072 5.826H5.928v90.145h90.144V5.826z",
|
|
@@ -7638,7 +8113,7 @@ function IllustrationAccountsBilling(props) {
|
|
|
7638
8113
|
strokeMiterlimit: 10
|
|
7639
8114
|
}
|
|
7640
8115
|
),
|
|
7641
|
-
/* @__PURE__ */
|
|
8116
|
+
/* @__PURE__ */ React54.createElement(
|
|
7642
8117
|
"path",
|
|
7643
8118
|
{
|
|
7644
8119
|
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",
|
|
@@ -7652,37 +8127,37 @@ function IllustrationAccountsBilling(props) {
|
|
|
7652
8127
|
var accounts_and_billing_default = IllustrationAccountsBilling;
|
|
7653
8128
|
|
|
7654
8129
|
// src/illustrations/invite.js
|
|
7655
|
-
import * as
|
|
8130
|
+
import * as React55 from "react";
|
|
7656
8131
|
function IllustrationInvite(props) {
|
|
7657
|
-
return /* @__PURE__ */
|
|
8132
|
+
return /* @__PURE__ */ React55.createElement(
|
|
7658
8133
|
"svg",
|
|
7659
8134
|
__spreadValues({
|
|
7660
8135
|
viewBox: "0 0 100 101",
|
|
7661
8136
|
fill: "none",
|
|
7662
8137
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7663
8138
|
}, props),
|
|
7664
|
-
/* @__PURE__ */
|
|
8139
|
+
/* @__PURE__ */ React55.createElement(
|
|
7665
8140
|
"path",
|
|
7666
8141
|
{
|
|
7667
8142
|
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",
|
|
7668
8143
|
fill: "currentColor"
|
|
7669
8144
|
}
|
|
7670
8145
|
),
|
|
7671
|
-
/* @__PURE__ */
|
|
8146
|
+
/* @__PURE__ */ React55.createElement(
|
|
7672
8147
|
"path",
|
|
7673
8148
|
{
|
|
7674
8149
|
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",
|
|
7675
8150
|
fill: "currentColor"
|
|
7676
8151
|
}
|
|
7677
8152
|
),
|
|
7678
|
-
/* @__PURE__ */
|
|
8153
|
+
/* @__PURE__ */ React55.createElement(
|
|
7679
8154
|
"path",
|
|
7680
8155
|
{
|
|
7681
8156
|
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",
|
|
7682
8157
|
fill: "currentColor"
|
|
7683
8158
|
}
|
|
7684
8159
|
),
|
|
7685
|
-
/* @__PURE__ */
|
|
8160
|
+
/* @__PURE__ */ React55.createElement(
|
|
7686
8161
|
"path",
|
|
7687
8162
|
{
|
|
7688
8163
|
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",
|
|
@@ -7694,23 +8169,23 @@ function IllustrationInvite(props) {
|
|
|
7694
8169
|
var invite_default = IllustrationInvite;
|
|
7695
8170
|
|
|
7696
8171
|
// src/illustrations/archived.js
|
|
7697
|
-
import * as
|
|
8172
|
+
import * as React56 from "react";
|
|
7698
8173
|
function IllustrationArchived(props) {
|
|
7699
|
-
return /* @__PURE__ */
|
|
8174
|
+
return /* @__PURE__ */ React56.createElement(
|
|
7700
8175
|
"svg",
|
|
7701
8176
|
__spreadValues({
|
|
7702
8177
|
viewBox: "0 0 100 101",
|
|
7703
8178
|
fill: "none",
|
|
7704
8179
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7705
8180
|
}, props),
|
|
7706
|
-
/* @__PURE__ */
|
|
8181
|
+
/* @__PURE__ */ React56.createElement(
|
|
7707
8182
|
"path",
|
|
7708
8183
|
{
|
|
7709
8184
|
d: "M0 .002v100h100v-100H0zm90 90H10v-80h80v80z",
|
|
7710
8185
|
fill: "currentColor"
|
|
7711
8186
|
}
|
|
7712
8187
|
),
|
|
7713
|
-
/* @__PURE__ */
|
|
8188
|
+
/* @__PURE__ */ React56.createElement(
|
|
7714
8189
|
"path",
|
|
7715
8190
|
{
|
|
7716
8191
|
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",
|
|
@@ -7722,16 +8197,16 @@ function IllustrationArchived(props) {
|
|
|
7722
8197
|
var archived_default = IllustrationArchived;
|
|
7723
8198
|
|
|
7724
8199
|
// src/illustrations/lead-with-transparency.js
|
|
7725
|
-
import * as
|
|
8200
|
+
import * as React57 from "react";
|
|
7726
8201
|
function IllustrationLeadwithTransparency(props) {
|
|
7727
|
-
return /* @__PURE__ */
|
|
8202
|
+
return /* @__PURE__ */ React57.createElement(
|
|
7728
8203
|
"svg",
|
|
7729
8204
|
__spreadValues({
|
|
7730
8205
|
viewBox: "0 0 110 101",
|
|
7731
8206
|
fill: "none",
|
|
7732
8207
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7733
8208
|
}, props),
|
|
7734
|
-
/* @__PURE__ */
|
|
8209
|
+
/* @__PURE__ */ React57.createElement(
|
|
7735
8210
|
"path",
|
|
7736
8211
|
{
|
|
7737
8212
|
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",
|
|
@@ -7743,16 +8218,16 @@ function IllustrationLeadwithTransparency(props) {
|
|
|
7743
8218
|
var lead_with_transparency_default = IllustrationLeadwithTransparency;
|
|
7744
8219
|
|
|
7745
8220
|
// src/illustrations/ask-for-more.js
|
|
7746
|
-
import * as
|
|
8221
|
+
import * as React58 from "react";
|
|
7747
8222
|
function IllustrationAskforMore(props) {
|
|
7748
|
-
return /* @__PURE__ */
|
|
8223
|
+
return /* @__PURE__ */ React58.createElement(
|
|
7749
8224
|
"svg",
|
|
7750
8225
|
__spreadValues({
|
|
7751
8226
|
viewBox: "0 0 100 100",
|
|
7752
8227
|
fill: "none",
|
|
7753
8228
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7754
8229
|
}, props),
|
|
7755
|
-
/* @__PURE__ */
|
|
8230
|
+
/* @__PURE__ */ React58.createElement(
|
|
7756
8231
|
"path",
|
|
7757
8232
|
{
|
|
7758
8233
|
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",
|
|
@@ -7764,16 +8239,16 @@ function IllustrationAskforMore(props) {
|
|
|
7764
8239
|
var ask_for_more_default = IllustrationAskforMore;
|
|
7765
8240
|
|
|
7766
8241
|
// src/illustrations/learning-and-development.js
|
|
7767
|
-
import * as
|
|
8242
|
+
import * as React59 from "react";
|
|
7768
8243
|
function IllustrationLearningDevelopment(props) {
|
|
7769
|
-
return /* @__PURE__ */
|
|
8244
|
+
return /* @__PURE__ */ React59.createElement(
|
|
7770
8245
|
"svg",
|
|
7771
8246
|
__spreadValues({
|
|
7772
8247
|
viewBox: "0 0 142 142",
|
|
7773
8248
|
fill: "none",
|
|
7774
8249
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7775
8250
|
}, props),
|
|
7776
|
-
/* @__PURE__ */
|
|
8251
|
+
/* @__PURE__ */ React59.createElement(
|
|
7777
8252
|
"path",
|
|
7778
8253
|
{
|
|
7779
8254
|
fillRule: "evenodd",
|
|
@@ -7782,7 +8257,7 @@ function IllustrationLearningDevelopment(props) {
|
|
|
7782
8257
|
fill: "currentColor"
|
|
7783
8258
|
}
|
|
7784
8259
|
),
|
|
7785
|
-
/* @__PURE__ */
|
|
8260
|
+
/* @__PURE__ */ React59.createElement(
|
|
7786
8261
|
"path",
|
|
7787
8262
|
{
|
|
7788
8263
|
fillRule: "evenodd",
|
|
@@ -7791,7 +8266,7 @@ function IllustrationLearningDevelopment(props) {
|
|
|
7791
8266
|
fill: "currentColor"
|
|
7792
8267
|
}
|
|
7793
8268
|
),
|
|
7794
|
-
/* @__PURE__ */
|
|
8269
|
+
/* @__PURE__ */ React59.createElement(
|
|
7795
8270
|
"circle",
|
|
7796
8271
|
{
|
|
7797
8272
|
cx: 70.71,
|
|
@@ -7806,16 +8281,16 @@ function IllustrationLearningDevelopment(props) {
|
|
|
7806
8281
|
var learning_and_development_default = IllustrationLearningDevelopment;
|
|
7807
8282
|
|
|
7808
8283
|
// src/illustrations/business-plan.js
|
|
7809
|
-
import * as
|
|
8284
|
+
import * as React60 from "react";
|
|
7810
8285
|
function IllustrationBusinessPlan(props) {
|
|
7811
|
-
return /* @__PURE__ */
|
|
8286
|
+
return /* @__PURE__ */ React60.createElement(
|
|
7812
8287
|
"svg",
|
|
7813
8288
|
__spreadValues({
|
|
7814
8289
|
viewBox: "0 0 101 100",
|
|
7815
8290
|
fill: "none",
|
|
7816
8291
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7817
8292
|
}, props),
|
|
7818
|
-
/* @__PURE__ */
|
|
8293
|
+
/* @__PURE__ */ React60.createElement(
|
|
7819
8294
|
"path",
|
|
7820
8295
|
{
|
|
7821
8296
|
fillRule: "evenodd",
|
|
@@ -7829,23 +8304,23 @@ function IllustrationBusinessPlan(props) {
|
|
|
7829
8304
|
var business_plan_default = IllustrationBusinessPlan;
|
|
7830
8305
|
|
|
7831
8306
|
// src/illustrations/loom-plans.js
|
|
7832
|
-
import * as
|
|
8307
|
+
import * as React61 from "react";
|
|
7833
8308
|
function IllustrationLoomPlans(props) {
|
|
7834
|
-
return /* @__PURE__ */
|
|
8309
|
+
return /* @__PURE__ */ React61.createElement(
|
|
7835
8310
|
"svg",
|
|
7836
8311
|
__spreadValues({
|
|
7837
8312
|
viewBox: "0 0 100 100",
|
|
7838
8313
|
fill: "none",
|
|
7839
8314
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7840
8315
|
}, props),
|
|
7841
|
-
/* @__PURE__ */
|
|
8316
|
+
/* @__PURE__ */ React61.createElement(
|
|
7842
8317
|
"path",
|
|
7843
8318
|
{
|
|
7844
8319
|
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",
|
|
7845
8320
|
fill: "currentColor"
|
|
7846
8321
|
}
|
|
7847
8322
|
),
|
|
7848
|
-
/* @__PURE__ */
|
|
8323
|
+
/* @__PURE__ */ React61.createElement(
|
|
7849
8324
|
"path",
|
|
7850
8325
|
{
|
|
7851
8326
|
d: "M49.993 12.288L62.28 0v9.064H100L87.713 21.353h-37.72v-9.065z",
|
|
@@ -7857,16 +8332,16 @@ function IllustrationLoomPlans(props) {
|
|
|
7857
8332
|
var loom_plans_default = IllustrationLoomPlans;
|
|
7858
8333
|
|
|
7859
8334
|
// src/illustrations/collaborate-with-teammates.js
|
|
7860
|
-
import * as
|
|
8335
|
+
import * as React62 from "react";
|
|
7861
8336
|
function IllustrationCollaboratewithTeammatesSharedLibrary(props) {
|
|
7862
|
-
return /* @__PURE__ */
|
|
8337
|
+
return /* @__PURE__ */ React62.createElement(
|
|
7863
8338
|
"svg",
|
|
7864
8339
|
__spreadValues({
|
|
7865
8340
|
viewBox: "0 0 100 100",
|
|
7866
8341
|
fill: "none",
|
|
7867
8342
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7868
8343
|
}, props),
|
|
7869
|
-
/* @__PURE__ */
|
|
8344
|
+
/* @__PURE__ */ React62.createElement(
|
|
7870
8345
|
"path",
|
|
7871
8346
|
{
|
|
7872
8347
|
fillRule: "evenodd",
|
|
@@ -7880,16 +8355,16 @@ function IllustrationCollaboratewithTeammatesSharedLibrary(props) {
|
|
|
7880
8355
|
var collaborate_with_teammates_default = IllustrationCollaboratewithTeammatesSharedLibrary;
|
|
7881
8356
|
|
|
7882
8357
|
// src/illustrations/option-grants.js
|
|
7883
|
-
import * as
|
|
8358
|
+
import * as React63 from "react";
|
|
7884
8359
|
function IllustrationOptionGrants(props) {
|
|
7885
|
-
return /* @__PURE__ */
|
|
8360
|
+
return /* @__PURE__ */ React63.createElement(
|
|
7886
8361
|
"svg",
|
|
7887
8362
|
__spreadValues({
|
|
7888
8363
|
viewBox: "0 0 101 101",
|
|
7889
8364
|
fill: "none",
|
|
7890
8365
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7891
8366
|
}, props),
|
|
7892
|
-
/* @__PURE__ */
|
|
8367
|
+
/* @__PURE__ */ React63.createElement(
|
|
7893
8368
|
"path",
|
|
7894
8369
|
{
|
|
7895
8370
|
fill: "currentColor",
|
|
@@ -7901,16 +8376,16 @@ function IllustrationOptionGrants(props) {
|
|
|
7901
8376
|
var option_grants_default = IllustrationOptionGrants;
|
|
7902
8377
|
|
|
7903
8378
|
// src/illustrations/community.js
|
|
7904
|
-
import * as
|
|
8379
|
+
import * as React64 from "react";
|
|
7905
8380
|
function IllustrationCommunity(props) {
|
|
7906
|
-
return /* @__PURE__ */
|
|
8381
|
+
return /* @__PURE__ */ React64.createElement(
|
|
7907
8382
|
"svg",
|
|
7908
8383
|
__spreadValues({
|
|
7909
8384
|
viewBox: "0 0 101 100",
|
|
7910
8385
|
fill: "none",
|
|
7911
8386
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7912
8387
|
}, props),
|
|
7913
|
-
/* @__PURE__ */
|
|
8388
|
+
/* @__PURE__ */ React64.createElement(
|
|
7914
8389
|
"path",
|
|
7915
8390
|
{
|
|
7916
8391
|
fillRule: "evenodd",
|
|
@@ -7924,16 +8399,16 @@ function IllustrationCommunity(props) {
|
|
|
7924
8399
|
var community_default = IllustrationCommunity;
|
|
7925
8400
|
|
|
7926
8401
|
// src/illustrations/community-alt.js
|
|
7927
|
-
import * as
|
|
8402
|
+
import * as React65 from "react";
|
|
7928
8403
|
function IllustrationCommunityAlt(props) {
|
|
7929
|
-
return /* @__PURE__ */
|
|
8404
|
+
return /* @__PURE__ */ React65.createElement(
|
|
7930
8405
|
"svg",
|
|
7931
8406
|
__spreadValues({
|
|
7932
8407
|
viewBox: "0 0 96 96",
|
|
7933
8408
|
fill: "none",
|
|
7934
8409
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7935
8410
|
}, props),
|
|
7936
|
-
/* @__PURE__ */
|
|
8411
|
+
/* @__PURE__ */ React65.createElement(
|
|
7937
8412
|
"path",
|
|
7938
8413
|
{
|
|
7939
8414
|
fillRule: "evenodd",
|
|
@@ -7947,16 +8422,16 @@ function IllustrationCommunityAlt(props) {
|
|
|
7947
8422
|
var community_alt_default = IllustrationCommunityAlt;
|
|
7948
8423
|
|
|
7949
8424
|
// src/illustrations/parental-leave.js
|
|
7950
|
-
import * as
|
|
8425
|
+
import * as React66 from "react";
|
|
7951
8426
|
function IllustrationParentalLeave(props) {
|
|
7952
|
-
return /* @__PURE__ */
|
|
8427
|
+
return /* @__PURE__ */ React66.createElement(
|
|
7953
8428
|
"svg",
|
|
7954
8429
|
__spreadValues({
|
|
7955
8430
|
viewBox: "0 0 100 101",
|
|
7956
8431
|
fill: "none",
|
|
7957
8432
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7958
8433
|
}, props),
|
|
7959
|
-
/* @__PURE__ */
|
|
8434
|
+
/* @__PURE__ */ React66.createElement(
|
|
7960
8435
|
"path",
|
|
7961
8436
|
{
|
|
7962
8437
|
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",
|
|
@@ -7968,16 +8443,16 @@ function IllustrationParentalLeave(props) {
|
|
|
7968
8443
|
var parental_leave_default = IllustrationParentalLeave;
|
|
7969
8444
|
|
|
7970
8445
|
// src/illustrations/content-limit.js
|
|
7971
|
-
import * as
|
|
8446
|
+
import * as React67 from "react";
|
|
7972
8447
|
function IllustrationContentLimit(props) {
|
|
7973
|
-
return /* @__PURE__ */
|
|
8448
|
+
return /* @__PURE__ */ React67.createElement(
|
|
7974
8449
|
"svg",
|
|
7975
8450
|
__spreadValues({
|
|
7976
8451
|
viewBox: "0 0 100 100",
|
|
7977
8452
|
fill: "none",
|
|
7978
8453
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7979
8454
|
}, props),
|
|
7980
|
-
/* @__PURE__ */
|
|
8455
|
+
/* @__PURE__ */ React67.createElement(
|
|
7981
8456
|
"path",
|
|
7982
8457
|
{
|
|
7983
8458
|
fillRule: "evenodd",
|
|
@@ -7991,16 +8466,16 @@ function IllustrationContentLimit(props) {
|
|
|
7991
8466
|
var content_limit_default = IllustrationContentLimit;
|
|
7992
8467
|
|
|
7993
8468
|
// src/illustrations/pto.js
|
|
7994
|
-
import * as
|
|
8469
|
+
import * as React68 from "react";
|
|
7995
8470
|
function IllustrationPto(props) {
|
|
7996
|
-
return /* @__PURE__ */
|
|
8471
|
+
return /* @__PURE__ */ React68.createElement(
|
|
7997
8472
|
"svg",
|
|
7998
8473
|
__spreadValues({
|
|
7999
8474
|
viewBox: "0 0 110 111",
|
|
8000
8475
|
fill: "none",
|
|
8001
8476
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8002
8477
|
}, props),
|
|
8003
|
-
/* @__PURE__ */
|
|
8478
|
+
/* @__PURE__ */ React68.createElement(
|
|
8004
8479
|
"path",
|
|
8005
8480
|
{
|
|
8006
8481
|
fillRule: "evenodd",
|
|
@@ -8014,16 +8489,16 @@ function IllustrationPto(props) {
|
|
|
8014
8489
|
var pto_default = IllustrationPto;
|
|
8015
8490
|
|
|
8016
8491
|
// src/illustrations/custom-branding.js
|
|
8017
|
-
import * as
|
|
8492
|
+
import * as React69 from "react";
|
|
8018
8493
|
function IllustrationCustomBranding(props) {
|
|
8019
|
-
return /* @__PURE__ */
|
|
8494
|
+
return /* @__PURE__ */ React69.createElement(
|
|
8020
8495
|
"svg",
|
|
8021
8496
|
__spreadValues({
|
|
8022
8497
|
viewBox: "0 0 134 134",
|
|
8023
8498
|
fill: "none",
|
|
8024
8499
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8025
8500
|
}, props),
|
|
8026
|
-
/* @__PURE__ */
|
|
8501
|
+
/* @__PURE__ */ React69.createElement(
|
|
8027
8502
|
"path",
|
|
8028
8503
|
{
|
|
8029
8504
|
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",
|
|
@@ -8035,53 +8510,53 @@ function IllustrationCustomBranding(props) {
|
|
|
8035
8510
|
var custom_branding_default = IllustrationCustomBranding;
|
|
8036
8511
|
|
|
8037
8512
|
// src/illustrations/record.js
|
|
8038
|
-
import * as
|
|
8513
|
+
import * as React70 from "react";
|
|
8039
8514
|
function IllustrationRecord(props) {
|
|
8040
|
-
return /* @__PURE__ */
|
|
8515
|
+
return /* @__PURE__ */ React70.createElement(
|
|
8041
8516
|
"svg",
|
|
8042
8517
|
__spreadValues({
|
|
8043
8518
|
viewBox: "0 0 100 100",
|
|
8044
8519
|
fill: "none",
|
|
8045
8520
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8046
8521
|
}, props),
|
|
8047
|
-
/* @__PURE__ */
|
|
8048
|
-
/* @__PURE__ */
|
|
8522
|
+
/* @__PURE__ */ React70.createElement("g", { clipPath: "url(#Record_svg__clip0)", fill: "currentColor" }, /* @__PURE__ */ React70.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" })),
|
|
8523
|
+
/* @__PURE__ */ React70.createElement("defs", null, /* @__PURE__ */ React70.createElement("clipPath", { id: "Record_svg__clip0" }, /* @__PURE__ */ React70.createElement("path", { fill: "#fff", d: "M0 0h100v100H0z" })))
|
|
8049
8524
|
);
|
|
8050
8525
|
}
|
|
8051
8526
|
var record_default = IllustrationRecord;
|
|
8052
8527
|
|
|
8053
8528
|
// src/illustrations/desktop-app-and-chrome-extension.js
|
|
8054
|
-
import * as
|
|
8529
|
+
import * as React71 from "react";
|
|
8055
8530
|
function IllustrationDesktopAppandChromeExtension(props) {
|
|
8056
|
-
return /* @__PURE__ */
|
|
8531
|
+
return /* @__PURE__ */ React71.createElement(
|
|
8057
8532
|
"svg",
|
|
8058
8533
|
__spreadValues({
|
|
8059
8534
|
viewBox: "0 0 134 134",
|
|
8060
8535
|
fill: "none",
|
|
8061
8536
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8062
8537
|
}, props),
|
|
8063
|
-
/* @__PURE__ */
|
|
8538
|
+
/* @__PURE__ */ React71.createElement(
|
|
8064
8539
|
"path",
|
|
8065
8540
|
{
|
|
8066
8541
|
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",
|
|
8067
8542
|
fill: "currentColor"
|
|
8068
8543
|
}
|
|
8069
8544
|
),
|
|
8070
|
-
/* @__PURE__ */
|
|
8545
|
+
/* @__PURE__ */ React71.createElement(
|
|
8071
8546
|
"path",
|
|
8072
8547
|
{
|
|
8073
8548
|
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",
|
|
8074
8549
|
fill: "currentColor"
|
|
8075
8550
|
}
|
|
8076
8551
|
),
|
|
8077
|
-
/* @__PURE__ */
|
|
8552
|
+
/* @__PURE__ */ React71.createElement(
|
|
8078
8553
|
"path",
|
|
8079
8554
|
{
|
|
8080
8555
|
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",
|
|
8081
8556
|
fill: "currentColor"
|
|
8082
8557
|
}
|
|
8083
8558
|
),
|
|
8084
|
-
/* @__PURE__ */
|
|
8559
|
+
/* @__PURE__ */ React71.createElement(
|
|
8085
8560
|
"path",
|
|
8086
8561
|
{
|
|
8087
8562
|
d: "M68.52 50.317v-.449l-.077.444c.024 0 .053.005.077.005z",
|
|
@@ -8093,16 +8568,16 @@ function IllustrationDesktopAppandChromeExtension(props) {
|
|
|
8093
8568
|
var desktop_app_and_chrome_extension_default = IllustrationDesktopAppandChromeExtension;
|
|
8094
8569
|
|
|
8095
8570
|
// src/illustrations/remote-first.js
|
|
8096
|
-
import * as
|
|
8571
|
+
import * as React72 from "react";
|
|
8097
8572
|
function IllustrationRemoteFirst(props) {
|
|
8098
|
-
return /* @__PURE__ */
|
|
8573
|
+
return /* @__PURE__ */ React72.createElement(
|
|
8099
8574
|
"svg",
|
|
8100
8575
|
__spreadValues({
|
|
8101
8576
|
viewBox: "0 0 110 110",
|
|
8102
8577
|
fill: "none",
|
|
8103
8578
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8104
8579
|
}, props),
|
|
8105
|
-
/* @__PURE__ */
|
|
8580
|
+
/* @__PURE__ */ React72.createElement(
|
|
8106
8581
|
"path",
|
|
8107
8582
|
{
|
|
8108
8583
|
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",
|
|
@@ -8111,7 +8586,7 @@ function IllustrationRemoteFirst(props) {
|
|
|
8111
8586
|
strokeMiterlimit: 10
|
|
8112
8587
|
}
|
|
8113
8588
|
),
|
|
8114
|
-
/* @__PURE__ */
|
|
8589
|
+
/* @__PURE__ */ React72.createElement(
|
|
8115
8590
|
"path",
|
|
8116
8591
|
{
|
|
8117
8592
|
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",
|
|
@@ -8120,7 +8595,7 @@ function IllustrationRemoteFirst(props) {
|
|
|
8120
8595
|
strokeMiterlimit: 10
|
|
8121
8596
|
}
|
|
8122
8597
|
),
|
|
8123
|
-
/* @__PURE__ */
|
|
8598
|
+
/* @__PURE__ */ React72.createElement(
|
|
8124
8599
|
"path",
|
|
8125
8600
|
{
|
|
8126
8601
|
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",
|
|
@@ -8134,23 +8609,23 @@ function IllustrationRemoteFirst(props) {
|
|
|
8134
8609
|
var remote_first_default = IllustrationRemoteFirst;
|
|
8135
8610
|
|
|
8136
8611
|
// src/illustrations/device-compatibility.js
|
|
8137
|
-
import * as
|
|
8612
|
+
import * as React73 from "react";
|
|
8138
8613
|
function IllustrationDeviceCompatibility(props) {
|
|
8139
|
-
return /* @__PURE__ */
|
|
8614
|
+
return /* @__PURE__ */ React73.createElement(
|
|
8140
8615
|
"svg",
|
|
8141
8616
|
__spreadValues({
|
|
8142
8617
|
viewBox: "0 0 110 110",
|
|
8143
8618
|
fill: "none",
|
|
8144
8619
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8145
8620
|
}, props),
|
|
8146
|
-
/* @__PURE__ */
|
|
8621
|
+
/* @__PURE__ */ React73.createElement(
|
|
8147
8622
|
"path",
|
|
8148
8623
|
{
|
|
8149
8624
|
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",
|
|
8150
8625
|
fill: "currentColor"
|
|
8151
8626
|
}
|
|
8152
8627
|
),
|
|
8153
|
-
/* @__PURE__ */
|
|
8628
|
+
/* @__PURE__ */ React73.createElement(
|
|
8154
8629
|
"path",
|
|
8155
8630
|
{
|
|
8156
8631
|
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",
|
|
@@ -8162,17 +8637,17 @@ function IllustrationDeviceCompatibility(props) {
|
|
|
8162
8637
|
var device_compatibility_default = IllustrationDeviceCompatibility;
|
|
8163
8638
|
|
|
8164
8639
|
// src/illustrations/roadmap.js
|
|
8165
|
-
import * as
|
|
8640
|
+
import * as React74 from "react";
|
|
8166
8641
|
function IllustrationRoadmap(props) {
|
|
8167
|
-
return /* @__PURE__ */
|
|
8642
|
+
return /* @__PURE__ */ React74.createElement(
|
|
8168
8643
|
"svg",
|
|
8169
8644
|
__spreadValues({
|
|
8170
8645
|
viewBox: "0 0 100 100",
|
|
8171
8646
|
fill: "none",
|
|
8172
8647
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8173
8648
|
}, props),
|
|
8174
|
-
/* @__PURE__ */
|
|
8175
|
-
/* @__PURE__ */
|
|
8649
|
+
/* @__PURE__ */ React74.createElement("path", { d: "M100 100H0V0h100v100zM10 90h80V10H10v80z", fill: "currentColor" }),
|
|
8650
|
+
/* @__PURE__ */ React74.createElement(
|
|
8176
8651
|
"path",
|
|
8177
8652
|
{
|
|
8178
8653
|
d: "M50.008 39.806L80 54v-9.806L50.008 30 20 44.194V54l30.008-14.194zM80 20H20v10h60V20z",
|
|
@@ -8184,16 +8659,16 @@ function IllustrationRoadmap(props) {
|
|
|
8184
8659
|
var roadmap_default = IllustrationRoadmap;
|
|
8185
8660
|
|
|
8186
8661
|
// src/illustrations/downgrade.js
|
|
8187
|
-
import * as
|
|
8662
|
+
import * as React75 from "react";
|
|
8188
8663
|
function IllustrationDowngrade(props) {
|
|
8189
|
-
return /* @__PURE__ */
|
|
8664
|
+
return /* @__PURE__ */ React75.createElement(
|
|
8190
8665
|
"svg",
|
|
8191
8666
|
__spreadValues({
|
|
8192
8667
|
viewBox: "0 0 100 100",
|
|
8193
8668
|
fill: "none",
|
|
8194
8669
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8195
8670
|
}, props),
|
|
8196
|
-
/* @__PURE__ */
|
|
8671
|
+
/* @__PURE__ */ React75.createElement(
|
|
8197
8672
|
"path",
|
|
8198
8673
|
{
|
|
8199
8674
|
fillRule: "evenodd",
|
|
@@ -8207,16 +8682,16 @@ function IllustrationDowngrade(props) {
|
|
|
8207
8682
|
var downgrade_default = IllustrationDowngrade;
|
|
8208
8683
|
|
|
8209
8684
|
// src/illustrations/screenshot.js
|
|
8210
|
-
import * as
|
|
8685
|
+
import * as React76 from "react";
|
|
8211
8686
|
function IllustrationScreenshot(props) {
|
|
8212
|
-
return /* @__PURE__ */
|
|
8687
|
+
return /* @__PURE__ */ React76.createElement(
|
|
8213
8688
|
"svg",
|
|
8214
8689
|
__spreadValues({
|
|
8215
8690
|
viewBox: "0 0 100 100",
|
|
8216
8691
|
fill: "none",
|
|
8217
8692
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8218
8693
|
}, props),
|
|
8219
|
-
/* @__PURE__ */
|
|
8694
|
+
/* @__PURE__ */ React76.createElement(
|
|
8220
8695
|
"path",
|
|
8221
8696
|
{
|
|
8222
8697
|
fillRule: "evenodd",
|
|
@@ -8230,16 +8705,16 @@ function IllustrationScreenshot(props) {
|
|
|
8230
8705
|
var screenshot_default = IllustrationScreenshot;
|
|
8231
8706
|
|
|
8232
8707
|
// src/illustrations/embrace-the-weird.js
|
|
8233
|
-
import * as
|
|
8708
|
+
import * as React77 from "react";
|
|
8234
8709
|
function IllustrationEmbracetheWeird(props) {
|
|
8235
|
-
return /* @__PURE__ */
|
|
8710
|
+
return /* @__PURE__ */ React77.createElement(
|
|
8236
8711
|
"svg",
|
|
8237
8712
|
__spreadValues({
|
|
8238
8713
|
viewBox: "0 0 110 110",
|
|
8239
8714
|
fill: "none",
|
|
8240
8715
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8241
8716
|
}, props),
|
|
8242
|
-
/* @__PURE__ */
|
|
8717
|
+
/* @__PURE__ */ React77.createElement(
|
|
8243
8718
|
"path",
|
|
8244
8719
|
{
|
|
8245
8720
|
fillRule: "evenodd",
|
|
@@ -8253,40 +8728,40 @@ function IllustrationEmbracetheWeird(props) {
|
|
|
8253
8728
|
var embrace_the_weird_default = IllustrationEmbracetheWeird;
|
|
8254
8729
|
|
|
8255
8730
|
// src/illustrations/share-with-your-team.js
|
|
8256
|
-
import * as
|
|
8731
|
+
import * as React78 from "react";
|
|
8257
8732
|
function IllustrationSharewithYourTeamTeamLibrary(props) {
|
|
8258
|
-
return /* @__PURE__ */
|
|
8733
|
+
return /* @__PURE__ */ React78.createElement(
|
|
8259
8734
|
"svg",
|
|
8260
8735
|
__spreadValues({
|
|
8261
8736
|
viewBox: "0 0 100 100",
|
|
8262
8737
|
fill: "none",
|
|
8263
8738
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8264
8739
|
}, props),
|
|
8265
|
-
/* @__PURE__ */
|
|
8740
|
+
/* @__PURE__ */ React78.createElement(
|
|
8266
8741
|
"g",
|
|
8267
8742
|
{
|
|
8268
8743
|
clipPath: "url(#Share_with_Your_Team_(Team_Library)_svg__clip0)",
|
|
8269
8744
|
fill: "currentColor"
|
|
8270
8745
|
},
|
|
8271
|
-
/* @__PURE__ */
|
|
8272
|
-
/* @__PURE__ */
|
|
8746
|
+
/* @__PURE__ */ React78.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" }),
|
|
8747
|
+
/* @__PURE__ */ React78.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" })
|
|
8273
8748
|
),
|
|
8274
|
-
/* @__PURE__ */
|
|
8749
|
+
/* @__PURE__ */ React78.createElement("defs", null, /* @__PURE__ */ React78.createElement("clipPath", { id: "Share_with_Your_Team_(Team_Library)_svg__clip0" }, /* @__PURE__ */ React78.createElement("path", { fill: "#fff", d: "M0 0h100v100H0z" })))
|
|
8275
8750
|
);
|
|
8276
8751
|
}
|
|
8277
8752
|
var share_with_your_team_default = IllustrationSharewithYourTeamTeamLibrary;
|
|
8278
8753
|
|
|
8279
8754
|
// src/illustrations/enterprise-plan.js
|
|
8280
|
-
import * as
|
|
8755
|
+
import * as React79 from "react";
|
|
8281
8756
|
function IllustrationEnterprisePlan(props) {
|
|
8282
|
-
return /* @__PURE__ */
|
|
8757
|
+
return /* @__PURE__ */ React79.createElement(
|
|
8283
8758
|
"svg",
|
|
8284
8759
|
__spreadValues({
|
|
8285
8760
|
viewBox: "0 0 101 100",
|
|
8286
8761
|
fill: "none",
|
|
8287
8762
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8288
8763
|
}, props),
|
|
8289
|
-
/* @__PURE__ */
|
|
8764
|
+
/* @__PURE__ */ React79.createElement(
|
|
8290
8765
|
"path",
|
|
8291
8766
|
{
|
|
8292
8767
|
fill: "currentColor",
|
|
@@ -8298,30 +8773,30 @@ function IllustrationEnterprisePlan(props) {
|
|
|
8298
8773
|
var enterprise_plan_default = IllustrationEnterprisePlan;
|
|
8299
8774
|
|
|
8300
8775
|
// src/illustrations/share.js
|
|
8301
|
-
import * as
|
|
8776
|
+
import * as React80 from "react";
|
|
8302
8777
|
function IllustrationShare(props) {
|
|
8303
|
-
return /* @__PURE__ */
|
|
8778
|
+
return /* @__PURE__ */ React80.createElement(
|
|
8304
8779
|
"svg",
|
|
8305
8780
|
__spreadValues({
|
|
8306
8781
|
viewBox: "0 0 100 101",
|
|
8307
8782
|
fill: "none",
|
|
8308
8783
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8309
8784
|
}, props),
|
|
8310
|
-
/* @__PURE__ */
|
|
8785
|
+
/* @__PURE__ */ React80.createElement(
|
|
8311
8786
|
"path",
|
|
8312
8787
|
{
|
|
8313
8788
|
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",
|
|
8314
8789
|
fill: "currentColor"
|
|
8315
8790
|
}
|
|
8316
8791
|
),
|
|
8317
|
-
/* @__PURE__ */
|
|
8792
|
+
/* @__PURE__ */ React80.createElement(
|
|
8318
8793
|
"path",
|
|
8319
8794
|
{
|
|
8320
8795
|
d: "M50 65.732h15.73v-15.73c0 8.69-7.04 15.73-15.73 15.73z",
|
|
8321
8796
|
fill: "currentColor"
|
|
8322
8797
|
}
|
|
8323
8798
|
),
|
|
8324
|
-
/* @__PURE__ */
|
|
8799
|
+
/* @__PURE__ */ React80.createElement(
|
|
8325
8800
|
"path",
|
|
8326
8801
|
{
|
|
8327
8802
|
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",
|
|
@@ -8333,39 +8808,39 @@ function IllustrationShare(props) {
|
|
|
8333
8808
|
var share_default = IllustrationShare;
|
|
8334
8809
|
|
|
8335
8810
|
// src/illustrations/faq-and-security.js
|
|
8336
|
-
import * as
|
|
8811
|
+
import * as React81 from "react";
|
|
8337
8812
|
function IllustrationFaQandSecurity(props) {
|
|
8338
|
-
return /* @__PURE__ */
|
|
8813
|
+
return /* @__PURE__ */ React81.createElement(
|
|
8339
8814
|
"svg",
|
|
8340
8815
|
__spreadValues({
|
|
8341
8816
|
viewBox: "0 0 100 100",
|
|
8342
8817
|
fill: "none",
|
|
8343
8818
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8344
8819
|
}, props),
|
|
8345
|
-
/* @__PURE__ */
|
|
8820
|
+
/* @__PURE__ */ React81.createElement(
|
|
8346
8821
|
"path",
|
|
8347
8822
|
{
|
|
8348
8823
|
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",
|
|
8349
8824
|
fill: "currentColor"
|
|
8350
8825
|
}
|
|
8351
8826
|
),
|
|
8352
|
-
/* @__PURE__ */
|
|
8353
|
-
/* @__PURE__ */
|
|
8827
|
+
/* @__PURE__ */ React81.createElement("path", { d: "M31 50V0H0v100h99.999V69H31V50z", fill: "currentColor" }),
|
|
8828
|
+
/* @__PURE__ */ React81.createElement("path", { d: "M100 66V0H34v31h35v35h31z", fill: "currentColor" })
|
|
8354
8829
|
);
|
|
8355
8830
|
}
|
|
8356
8831
|
var faq_and_security_default = IllustrationFaQandSecurity;
|
|
8357
8832
|
|
|
8358
8833
|
// src/illustrations/starred.js
|
|
8359
|
-
import * as
|
|
8834
|
+
import * as React82 from "react";
|
|
8360
8835
|
function IllustrationStarred(props) {
|
|
8361
|
-
return /* @__PURE__ */
|
|
8836
|
+
return /* @__PURE__ */ React82.createElement(
|
|
8362
8837
|
"svg",
|
|
8363
8838
|
__spreadValues({
|
|
8364
8839
|
viewBox: "0 0 101 101",
|
|
8365
8840
|
fill: "none",
|
|
8366
8841
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8367
8842
|
}, props),
|
|
8368
|
-
/* @__PURE__ */
|
|
8843
|
+
/* @__PURE__ */ React82.createElement(
|
|
8369
8844
|
"path",
|
|
8370
8845
|
{
|
|
8371
8846
|
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",
|
|
@@ -8377,16 +8852,16 @@ function IllustrationStarred(props) {
|
|
|
8377
8852
|
var starred_default = IllustrationStarred;
|
|
8378
8853
|
|
|
8379
8854
|
// src/illustrations/five-minute-limit.js
|
|
8380
|
-
import * as
|
|
8855
|
+
import * as React83 from "react";
|
|
8381
8856
|
function Illustration5MinuteLimit(props) {
|
|
8382
|
-
return /* @__PURE__ */
|
|
8857
|
+
return /* @__PURE__ */ React83.createElement(
|
|
8383
8858
|
"svg",
|
|
8384
8859
|
__spreadValues({
|
|
8385
8860
|
viewBox: "0 0 110 110",
|
|
8386
8861
|
fill: "none",
|
|
8387
8862
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8388
8863
|
}, props),
|
|
8389
|
-
/* @__PURE__ */
|
|
8864
|
+
/* @__PURE__ */ React83.createElement(
|
|
8390
8865
|
"path",
|
|
8391
8866
|
{
|
|
8392
8867
|
fillRule: "evenodd",
|
|
@@ -8400,16 +8875,16 @@ function Illustration5MinuteLimit(props) {
|
|
|
8400
8875
|
var five_minute_limit_default = Illustration5MinuteLimit;
|
|
8401
8876
|
|
|
8402
8877
|
// src/illustrations/starter-plus-plan.js
|
|
8403
|
-
import * as
|
|
8878
|
+
import * as React84 from "react";
|
|
8404
8879
|
function IllustrationStarterPlusPlan(props) {
|
|
8405
|
-
return /* @__PURE__ */
|
|
8880
|
+
return /* @__PURE__ */ React84.createElement(
|
|
8406
8881
|
"svg",
|
|
8407
8882
|
__spreadValues({
|
|
8408
8883
|
viewBox: "0 0 100 100",
|
|
8409
8884
|
fill: "none",
|
|
8410
8885
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8411
8886
|
}, props),
|
|
8412
|
-
/* @__PURE__ */
|
|
8887
|
+
/* @__PURE__ */ React84.createElement(
|
|
8413
8888
|
"path",
|
|
8414
8889
|
{
|
|
8415
8890
|
fillRule: "evenodd",
|
|
@@ -8423,16 +8898,16 @@ function IllustrationStarterPlusPlan(props) {
|
|
|
8423
8898
|
var starter_plus_plan_default = IllustrationStarterPlusPlan;
|
|
8424
8899
|
|
|
8425
8900
|
// src/illustrations/getting-started.js
|
|
8426
|
-
import * as
|
|
8901
|
+
import * as React85 from "react";
|
|
8427
8902
|
function IllustrationGettingStarted(props) {
|
|
8428
|
-
return /* @__PURE__ */
|
|
8903
|
+
return /* @__PURE__ */ React85.createElement(
|
|
8429
8904
|
"svg",
|
|
8430
8905
|
__spreadValues({
|
|
8431
8906
|
viewBox: "0 0 106 106",
|
|
8432
8907
|
fill: "none",
|
|
8433
8908
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8434
8909
|
}, props),
|
|
8435
|
-
/* @__PURE__ */
|
|
8910
|
+
/* @__PURE__ */ React85.createElement(
|
|
8436
8911
|
"path",
|
|
8437
8912
|
{
|
|
8438
8913
|
d: "M53 101c26.51 0 48-21.49 48-48S79.51 5 53 5 5 26.49 5 53s21.49 48 48 48z",
|
|
@@ -8441,7 +8916,7 @@ function IllustrationGettingStarted(props) {
|
|
|
8441
8916
|
strokeMiterlimit: 10
|
|
8442
8917
|
}
|
|
8443
8918
|
),
|
|
8444
|
-
/* @__PURE__ */
|
|
8919
|
+
/* @__PURE__ */ React85.createElement(
|
|
8445
8920
|
"path",
|
|
8446
8921
|
{
|
|
8447
8922
|
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",
|
|
@@ -8450,7 +8925,7 @@ function IllustrationGettingStarted(props) {
|
|
|
8450
8925
|
strokeMiterlimit: 10
|
|
8451
8926
|
}
|
|
8452
8927
|
),
|
|
8453
|
-
/* @__PURE__ */
|
|
8928
|
+
/* @__PURE__ */ React85.createElement(
|
|
8454
8929
|
"path",
|
|
8455
8930
|
{
|
|
8456
8931
|
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",
|
|
@@ -8459,7 +8934,7 @@ function IllustrationGettingStarted(props) {
|
|
|
8459
8934
|
strokeMiterlimit: 10
|
|
8460
8935
|
}
|
|
8461
8936
|
),
|
|
8462
|
-
/* @__PURE__ */
|
|
8937
|
+
/* @__PURE__ */ React85.createElement(
|
|
8463
8938
|
"path",
|
|
8464
8939
|
{
|
|
8465
8940
|
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",
|
|
@@ -8473,23 +8948,23 @@ function IllustrationGettingStarted(props) {
|
|
|
8473
8948
|
var getting_started_default = IllustrationGettingStarted;
|
|
8474
8949
|
|
|
8475
8950
|
// src/illustrations/strong-upload-speed.js
|
|
8476
|
-
import * as
|
|
8951
|
+
import * as React86 from "react";
|
|
8477
8952
|
function IllustrationStrongUploadSpeed(props) {
|
|
8478
|
-
return /* @__PURE__ */
|
|
8953
|
+
return /* @__PURE__ */ React86.createElement(
|
|
8479
8954
|
"svg",
|
|
8480
8955
|
__spreadValues({
|
|
8481
8956
|
viewBox: "0 0 111 110",
|
|
8482
8957
|
fill: "none",
|
|
8483
8958
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8484
8959
|
}, props),
|
|
8485
|
-
/* @__PURE__ */
|
|
8960
|
+
/* @__PURE__ */ React86.createElement(
|
|
8486
8961
|
"path",
|
|
8487
8962
|
{
|
|
8488
8963
|
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",
|
|
8489
8964
|
fill: "currentColor"
|
|
8490
8965
|
}
|
|
8491
8966
|
),
|
|
8492
|
-
/* @__PURE__ */
|
|
8967
|
+
/* @__PURE__ */ React86.createElement(
|
|
8493
8968
|
"path",
|
|
8494
8969
|
{
|
|
8495
8970
|
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",
|
|
@@ -8501,16 +8976,16 @@ function IllustrationStrongUploadSpeed(props) {
|
|
|
8501
8976
|
var strong_upload_speed_default = IllustrationStrongUploadSpeed;
|
|
8502
8977
|
|
|
8503
8978
|
// src/illustrations/growth-through-empathy.js
|
|
8504
|
-
import * as
|
|
8979
|
+
import * as React87 from "react";
|
|
8505
8980
|
function IllustrationGrowththroughEmpathy(props) {
|
|
8506
|
-
return /* @__PURE__ */
|
|
8981
|
+
return /* @__PURE__ */ React87.createElement(
|
|
8507
8982
|
"svg",
|
|
8508
8983
|
__spreadValues({
|
|
8509
8984
|
viewBox: "0 0 104 100",
|
|
8510
8985
|
fill: "none",
|
|
8511
8986
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8512
8987
|
}, props),
|
|
8513
|
-
/* @__PURE__ */
|
|
8988
|
+
/* @__PURE__ */ React87.createElement(
|
|
8514
8989
|
"path",
|
|
8515
8990
|
{
|
|
8516
8991
|
d: "M98.75 100.001c0-25.889-20.986-46.876-46.874-46.876C25.987 53.125 5 74.112 5 100.001",
|
|
@@ -8519,7 +8994,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
8519
8994
|
strokeMiterlimit: 10
|
|
8520
8995
|
}
|
|
8521
8996
|
),
|
|
8522
|
-
/* @__PURE__ */
|
|
8997
|
+
/* @__PURE__ */ React87.createElement(
|
|
8523
8998
|
"path",
|
|
8524
8999
|
{
|
|
8525
9000
|
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",
|
|
@@ -8528,7 +9003,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
8528
9003
|
strokeMiterlimit: 10
|
|
8529
9004
|
}
|
|
8530
9005
|
),
|
|
8531
|
-
/* @__PURE__ */
|
|
9006
|
+
/* @__PURE__ */ React87.createElement(
|
|
8532
9007
|
"path",
|
|
8533
9008
|
{
|
|
8534
9009
|
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",
|
|
@@ -8537,7 +9012,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
8537
9012
|
strokeMiterlimit: 10
|
|
8538
9013
|
}
|
|
8539
9014
|
),
|
|
8540
|
-
/* @__PURE__ */
|
|
9015
|
+
/* @__PURE__ */ React87.createElement(
|
|
8541
9016
|
"path",
|
|
8542
9017
|
{
|
|
8543
9018
|
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",
|
|
@@ -8546,7 +9021,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
8546
9021
|
strokeMiterlimit: 10
|
|
8547
9022
|
}
|
|
8548
9023
|
),
|
|
8549
|
-
/* @__PURE__ */
|
|
9024
|
+
/* @__PURE__ */ React87.createElement(
|
|
8550
9025
|
"path",
|
|
8551
9026
|
{
|
|
8552
9027
|
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",
|
|
@@ -8555,7 +9030,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
8555
9030
|
strokeMiterlimit: 10
|
|
8556
9031
|
}
|
|
8557
9032
|
),
|
|
8558
|
-
/* @__PURE__ */
|
|
9033
|
+
/* @__PURE__ */ React87.createElement(
|
|
8559
9034
|
"path",
|
|
8560
9035
|
{
|
|
8561
9036
|
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",
|
|
@@ -8564,7 +9039,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
8564
9039
|
strokeMiterlimit: 10
|
|
8565
9040
|
}
|
|
8566
9041
|
),
|
|
8567
|
-
/* @__PURE__ */
|
|
9042
|
+
/* @__PURE__ */ React87.createElement(
|
|
8568
9043
|
"path",
|
|
8569
9044
|
{
|
|
8570
9045
|
d: "M64.015 0c0 6.693-5.432 12.124-12.124 12.124S39.767 6.693 39.767.002",
|
|
@@ -8578,16 +9053,16 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
8578
9053
|
var growth_through_empathy_default = IllustrationGrowththroughEmpathy;
|
|
8579
9054
|
|
|
8580
9055
|
// src/illustrations/troubleshooting.js
|
|
8581
|
-
import * as
|
|
9056
|
+
import * as React88 from "react";
|
|
8582
9057
|
function IllustrationTroubleshooting(props) {
|
|
8583
|
-
return /* @__PURE__ */
|
|
9058
|
+
return /* @__PURE__ */ React88.createElement(
|
|
8584
9059
|
"svg",
|
|
8585
9060
|
__spreadValues({
|
|
8586
9061
|
viewBox: "0 0 110 110",
|
|
8587
9062
|
fill: "none",
|
|
8588
9063
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8589
9064
|
}, props),
|
|
8590
|
-
/* @__PURE__ */
|
|
9065
|
+
/* @__PURE__ */ React88.createElement(
|
|
8591
9066
|
"path",
|
|
8592
9067
|
{
|
|
8593
9068
|
d: "M5 55h99.984c0 27.61-22.375 50-50 50S5 82.61 5 55z",
|
|
@@ -8597,7 +9072,7 @@ function IllustrationTroubleshooting(props) {
|
|
|
8597
9072
|
strokeMiterlimit: 10
|
|
8598
9073
|
}
|
|
8599
9074
|
),
|
|
8600
|
-
/* @__PURE__ */
|
|
9075
|
+
/* @__PURE__ */ React88.createElement(
|
|
8601
9076
|
"path",
|
|
8602
9077
|
{
|
|
8603
9078
|
d: "M55 105c27.614 0 50-22.386 50-50S82.614 5 55 5 5 27.386 5 55s22.386 50 50 50z",
|
|
@@ -8606,7 +9081,7 @@ function IllustrationTroubleshooting(props) {
|
|
|
8606
9081
|
strokeMiterlimit: 10
|
|
8607
9082
|
}
|
|
8608
9083
|
),
|
|
8609
|
-
/* @__PURE__ */
|
|
9084
|
+
/* @__PURE__ */ React88.createElement(
|
|
8610
9085
|
"path",
|
|
8611
9086
|
{
|
|
8612
9087
|
d: "M23.534 55C23.534 37.62 37.62 23.534 55 23.534c17.382 0 31.466 14.085 31.466 31.466",
|
|
@@ -8615,7 +9090,7 @@ function IllustrationTroubleshooting(props) {
|
|
|
8615
9090
|
strokeMiterlimit: 10
|
|
8616
9091
|
}
|
|
8617
9092
|
),
|
|
8618
|
-
/* @__PURE__ */
|
|
9093
|
+
/* @__PURE__ */ React88.createElement(
|
|
8619
9094
|
"path",
|
|
8620
9095
|
{
|
|
8621
9096
|
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",
|
|
@@ -8629,16 +9104,16 @@ function IllustrationTroubleshooting(props) {
|
|
|
8629
9104
|
var troubleshooting_default = IllustrationTroubleshooting;
|
|
8630
9105
|
|
|
8631
9106
|
// src/illustrations/health-plans.js
|
|
8632
|
-
import * as
|
|
9107
|
+
import * as React89 from "react";
|
|
8633
9108
|
function IllustrationHealthPlans(props) {
|
|
8634
|
-
return /* @__PURE__ */
|
|
9109
|
+
return /* @__PURE__ */ React89.createElement(
|
|
8635
9110
|
"svg",
|
|
8636
9111
|
__spreadValues({
|
|
8637
9112
|
viewBox: "0 0 100 101",
|
|
8638
9113
|
fill: "none",
|
|
8639
9114
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8640
9115
|
}, props),
|
|
8641
|
-
/* @__PURE__ */
|
|
9116
|
+
/* @__PURE__ */ React89.createElement(
|
|
8642
9117
|
"path",
|
|
8643
9118
|
{
|
|
8644
9119
|
fillRule: "evenodd",
|
|
@@ -8652,16 +9127,16 @@ function IllustrationHealthPlans(props) {
|
|
|
8652
9127
|
var health_plans_default = IllustrationHealthPlans;
|
|
8653
9128
|
|
|
8654
9129
|
// src/illustrations/upgrade.js
|
|
8655
|
-
import * as
|
|
9130
|
+
import * as React90 from "react";
|
|
8656
9131
|
function IllustrationUpgrade(props) {
|
|
8657
|
-
return /* @__PURE__ */
|
|
9132
|
+
return /* @__PURE__ */ React90.createElement(
|
|
8658
9133
|
"svg",
|
|
8659
9134
|
__spreadValues({
|
|
8660
9135
|
viewBox: "0 0 100 100",
|
|
8661
9136
|
fill: "none",
|
|
8662
9137
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8663
9138
|
}, props),
|
|
8664
|
-
/* @__PURE__ */
|
|
9139
|
+
/* @__PURE__ */ React90.createElement(
|
|
8665
9140
|
"path",
|
|
8666
9141
|
{
|
|
8667
9142
|
fillRule: "evenodd",
|
|
@@ -8675,16 +9150,16 @@ function IllustrationUpgrade(props) {
|
|
|
8675
9150
|
var upgrade_default = IllustrationUpgrade;
|
|
8676
9151
|
|
|
8677
9152
|
// src/illustrations/how-to-use-loom.js
|
|
8678
|
-
import * as
|
|
9153
|
+
import * as React91 from "react";
|
|
8679
9154
|
function IllustrationHowtoUseLoom(props) {
|
|
8680
|
-
return /* @__PURE__ */
|
|
9155
|
+
return /* @__PURE__ */ React91.createElement(
|
|
8681
9156
|
"svg",
|
|
8682
9157
|
__spreadValues({
|
|
8683
9158
|
viewBox: "0 0 110 110",
|
|
8684
9159
|
fill: "none",
|
|
8685
9160
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8686
9161
|
}, props),
|
|
8687
|
-
/* @__PURE__ */
|
|
9162
|
+
/* @__PURE__ */ React91.createElement(
|
|
8688
9163
|
"path",
|
|
8689
9164
|
{
|
|
8690
9165
|
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",
|
|
@@ -8696,16 +9171,16 @@ function IllustrationHowtoUseLoom(props) {
|
|
|
8696
9171
|
var how_to_use_loom_default = IllustrationHowtoUseLoom;
|
|
8697
9172
|
|
|
8698
9173
|
// src/illustrations/upload-drag-and-drop.js
|
|
8699
|
-
import * as
|
|
9174
|
+
import * as React92 from "react";
|
|
8700
9175
|
function IllustrationUploadDragAndDrop(props) {
|
|
8701
|
-
return /* @__PURE__ */
|
|
9176
|
+
return /* @__PURE__ */ React92.createElement(
|
|
8702
9177
|
"svg",
|
|
8703
9178
|
__spreadValues({
|
|
8704
9179
|
viewBox: "0 0 100 100",
|
|
8705
9180
|
fill: "none",
|
|
8706
9181
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8707
9182
|
}, props),
|
|
8708
|
-
/* @__PURE__ */
|
|
9183
|
+
/* @__PURE__ */ React92.createElement(
|
|
8709
9184
|
"path",
|
|
8710
9185
|
{
|
|
8711
9186
|
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",
|
|
@@ -8717,16 +9192,16 @@ function IllustrationUploadDragAndDrop(props) {
|
|
|
8717
9192
|
var upload_drag_and_drop_default = IllustrationUploadDragAndDrop;
|
|
8718
9193
|
|
|
8719
9194
|
// src/illustrations/use-cases.js
|
|
8720
|
-
import * as
|
|
9195
|
+
import * as React93 from "react";
|
|
8721
9196
|
function IllustrationUseCases(props) {
|
|
8722
|
-
return /* @__PURE__ */
|
|
9197
|
+
return /* @__PURE__ */ React93.createElement(
|
|
8723
9198
|
"svg",
|
|
8724
9199
|
__spreadValues({
|
|
8725
9200
|
viewBox: "0 0 100 100",
|
|
8726
9201
|
fill: "none",
|
|
8727
9202
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8728
9203
|
}, props),
|
|
8729
|
-
/* @__PURE__ */
|
|
9204
|
+
/* @__PURE__ */ React93.createElement(
|
|
8730
9205
|
"path",
|
|
8731
9206
|
{
|
|
8732
9207
|
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",
|
|
@@ -8738,16 +9213,16 @@ function IllustrationUseCases(props) {
|
|
|
8738
9213
|
var use_cases_default = IllustrationUseCases;
|
|
8739
9214
|
|
|
8740
9215
|
// src/illustrations/invite-members.js
|
|
8741
|
-
import * as
|
|
9216
|
+
import * as React94 from "react";
|
|
8742
9217
|
function IllustrationInviteMembers(props) {
|
|
8743
|
-
return /* @__PURE__ */
|
|
9218
|
+
return /* @__PURE__ */ React94.createElement(
|
|
8744
9219
|
"svg",
|
|
8745
9220
|
__spreadValues({
|
|
8746
9221
|
viewBox: "0 0 134 134",
|
|
8747
9222
|
fill: "none",
|
|
8748
9223
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8749
9224
|
}, props),
|
|
8750
|
-
/* @__PURE__ */
|
|
9225
|
+
/* @__PURE__ */ React94.createElement(
|
|
8751
9226
|
"path",
|
|
8752
9227
|
{
|
|
8753
9228
|
fillRule: "evenodd",
|
|
@@ -8761,45 +9236,45 @@ function IllustrationInviteMembers(props) {
|
|
|
8761
9236
|
var invite_members_default = IllustrationInviteMembers;
|
|
8762
9237
|
|
|
8763
9238
|
// src/illustrations/wellness.js
|
|
8764
|
-
import * as
|
|
9239
|
+
import * as React95 from "react";
|
|
8765
9240
|
function IllustrationWellness(props) {
|
|
8766
|
-
return /* @__PURE__ */
|
|
9241
|
+
return /* @__PURE__ */ React95.createElement(
|
|
8767
9242
|
"svg",
|
|
8768
9243
|
__spreadValues({
|
|
8769
9244
|
viewBox: "0 0 100 101",
|
|
8770
9245
|
fill: "none",
|
|
8771
9246
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8772
9247
|
}, props),
|
|
8773
|
-
/* @__PURE__ */
|
|
9248
|
+
/* @__PURE__ */ React95.createElement(
|
|
8774
9249
|
"path",
|
|
8775
9250
|
{
|
|
8776
9251
|
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",
|
|
8777
9252
|
fill: "currentColor"
|
|
8778
9253
|
}
|
|
8779
9254
|
),
|
|
8780
|
-
/* @__PURE__ */
|
|
9255
|
+
/* @__PURE__ */ React95.createElement(
|
|
8781
9256
|
"path",
|
|
8782
9257
|
{
|
|
8783
9258
|
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",
|
|
8784
9259
|
fill: "currentColor"
|
|
8785
9260
|
}
|
|
8786
9261
|
),
|
|
8787
|
-
/* @__PURE__ */
|
|
9262
|
+
/* @__PURE__ */ React95.createElement("path", { fill: "currentColor", d: "M100 67.595H66.667v33.333H100z" })
|
|
8788
9263
|
);
|
|
8789
9264
|
}
|
|
8790
9265
|
var wellness_default = IllustrationWellness;
|
|
8791
9266
|
|
|
8792
9267
|
// src/illustrations/comments.js
|
|
8793
|
-
import * as
|
|
9268
|
+
import * as React96 from "react";
|
|
8794
9269
|
function IllustrationComments(props) {
|
|
8795
|
-
return /* @__PURE__ */
|
|
9270
|
+
return /* @__PURE__ */ React96.createElement(
|
|
8796
9271
|
"svg",
|
|
8797
9272
|
__spreadValues({
|
|
8798
9273
|
viewBox: "0 0 96 96",
|
|
8799
9274
|
fill: "none",
|
|
8800
9275
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8801
9276
|
}, props),
|
|
8802
|
-
/* @__PURE__ */
|
|
9277
|
+
/* @__PURE__ */ React96.createElement(
|
|
8803
9278
|
"path",
|
|
8804
9279
|
{
|
|
8805
9280
|
fillRule: "evenodd",
|
|
@@ -8808,7 +9283,7 @@ function IllustrationComments(props) {
|
|
|
8808
9283
|
fill: "currentColor"
|
|
8809
9284
|
}
|
|
8810
9285
|
),
|
|
8811
|
-
/* @__PURE__ */
|
|
9286
|
+
/* @__PURE__ */ React96.createElement(
|
|
8812
9287
|
"path",
|
|
8813
9288
|
{
|
|
8814
9289
|
fill: "currentColor",
|
|
@@ -8820,16 +9295,16 @@ function IllustrationComments(props) {
|
|
|
8820
9295
|
var comments_default = IllustrationComments;
|
|
8821
9296
|
|
|
8822
9297
|
// src/illustrations/folders-empty-state-mobile.js
|
|
8823
|
-
import * as
|
|
9298
|
+
import * as React97 from "react";
|
|
8824
9299
|
function IllutrationFoldersEmptyStateMobile(props) {
|
|
8825
|
-
return /* @__PURE__ */
|
|
9300
|
+
return /* @__PURE__ */ React97.createElement(
|
|
8826
9301
|
"svg",
|
|
8827
9302
|
__spreadValues({
|
|
8828
9303
|
viewBox: "0 0 96 96",
|
|
8829
9304
|
fill: "none",
|
|
8830
9305
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8831
9306
|
}, props),
|
|
8832
|
-
/* @__PURE__ */
|
|
9307
|
+
/* @__PURE__ */ React97.createElement(
|
|
8833
9308
|
"path",
|
|
8834
9309
|
{
|
|
8835
9310
|
fillRule: "evenodd",
|
|
@@ -8838,7 +9313,7 @@ function IllutrationFoldersEmptyStateMobile(props) {
|
|
|
8838
9313
|
fill: "currentColor"
|
|
8839
9314
|
}
|
|
8840
9315
|
),
|
|
8841
|
-
/* @__PURE__ */
|
|
9316
|
+
/* @__PURE__ */ React97.createElement(
|
|
8842
9317
|
"path",
|
|
8843
9318
|
{
|
|
8844
9319
|
fillRule: "evenodd",
|
|
@@ -8852,23 +9327,23 @@ function IllutrationFoldersEmptyStateMobile(props) {
|
|
|
8852
9327
|
var folders_empty_state_mobile_default = IllutrationFoldersEmptyStateMobile;
|
|
8853
9328
|
|
|
8854
9329
|
// src/illustrations/help-ios.js
|
|
8855
|
-
import * as
|
|
9330
|
+
import * as React98 from "react";
|
|
8856
9331
|
function IllustrationHelpIos(props) {
|
|
8857
|
-
return /* @__PURE__ */
|
|
9332
|
+
return /* @__PURE__ */ React98.createElement(
|
|
8858
9333
|
"svg",
|
|
8859
9334
|
__spreadValues({
|
|
8860
9335
|
viewBox: "0 0 96 96",
|
|
8861
9336
|
fill: "none",
|
|
8862
9337
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8863
9338
|
}, props),
|
|
8864
|
-
/* @__PURE__ */
|
|
9339
|
+
/* @__PURE__ */ React98.createElement(
|
|
8865
9340
|
"path",
|
|
8866
9341
|
{
|
|
8867
9342
|
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",
|
|
8868
9343
|
fill: "currentColor"
|
|
8869
9344
|
}
|
|
8870
9345
|
),
|
|
8871
|
-
/* @__PURE__ */
|
|
9346
|
+
/* @__PURE__ */ React98.createElement(
|
|
8872
9347
|
"path",
|
|
8873
9348
|
{
|
|
8874
9349
|
fillRule: "evenodd",
|
|
@@ -8882,17 +9357,17 @@ function IllustrationHelpIos(props) {
|
|
|
8882
9357
|
var help_ios_default = IllustrationHelpIos;
|
|
8883
9358
|
|
|
8884
9359
|
// src/illustrations/my-videos-empty-state-mobile.js
|
|
8885
|
-
import * as
|
|
9360
|
+
import * as React99 from "react";
|
|
8886
9361
|
function IllustrationMyVideosEmptyStateMobile(props) {
|
|
8887
|
-
return /* @__PURE__ */
|
|
9362
|
+
return /* @__PURE__ */ React99.createElement(
|
|
8888
9363
|
"svg",
|
|
8889
9364
|
__spreadValues({
|
|
8890
9365
|
viewBox: "0 0 96 96",
|
|
8891
9366
|
fill: "none",
|
|
8892
9367
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8893
9368
|
}, props),
|
|
8894
|
-
/* @__PURE__ */
|
|
8895
|
-
/* @__PURE__ */
|
|
9369
|
+
/* @__PURE__ */ React99.createElement("path", { d: "M96 0H0v96h96V0zM84 12v72H12V12h72z", fill: "currentColor" }),
|
|
9370
|
+
/* @__PURE__ */ React99.createElement(
|
|
8896
9371
|
"path",
|
|
8897
9372
|
{
|
|
8898
9373
|
fillRule: "evenodd",
|
|
@@ -8906,16 +9381,16 @@ function IllustrationMyVideosEmptyStateMobile(props) {
|
|
|
8906
9381
|
var my_videos_empty_state_mobile_default = IllustrationMyVideosEmptyStateMobile;
|
|
8907
9382
|
|
|
8908
9383
|
// src/illustrations/recents-empty-state-mobile.js
|
|
8909
|
-
import * as
|
|
9384
|
+
import * as React100 from "react";
|
|
8910
9385
|
function IllustrationRecentsEmptyStateMobile(props) {
|
|
8911
|
-
return /* @__PURE__ */
|
|
9386
|
+
return /* @__PURE__ */ React100.createElement(
|
|
8912
9387
|
"svg",
|
|
8913
9388
|
__spreadValues({
|
|
8914
9389
|
viewBox: "0 0 96 96",
|
|
8915
9390
|
fill: "none",
|
|
8916
9391
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8917
9392
|
}, props),
|
|
8918
|
-
/* @__PURE__ */
|
|
9393
|
+
/* @__PURE__ */ React100.createElement(
|
|
8919
9394
|
"path",
|
|
8920
9395
|
{
|
|
8921
9396
|
fillRule: "evenodd",
|
|
@@ -8929,16 +9404,16 @@ function IllustrationRecentsEmptyStateMobile(props) {
|
|
|
8929
9404
|
var recents_empty_state_mobile_default = IllustrationRecentsEmptyStateMobile;
|
|
8930
9405
|
|
|
8931
9406
|
// src/illustrations/chrome-notifications-empty-state.js
|
|
8932
|
-
import * as
|
|
9407
|
+
import * as React101 from "react";
|
|
8933
9408
|
function IllustrationChromeNotificationsEmptyState(props) {
|
|
8934
|
-
return /* @__PURE__ */
|
|
9409
|
+
return /* @__PURE__ */ React101.createElement(
|
|
8935
9410
|
"svg",
|
|
8936
9411
|
__spreadValues({
|
|
8937
9412
|
viewBox: "0 0 96 96",
|
|
8938
9413
|
fill: "none",
|
|
8939
9414
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8940
9415
|
}, props),
|
|
8941
|
-
/* @__PURE__ */
|
|
9416
|
+
/* @__PURE__ */ React101.createElement(
|
|
8942
9417
|
"circle",
|
|
8943
9418
|
{
|
|
8944
9419
|
cx: 15.84,
|
|
@@ -8948,7 +9423,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
8948
9423
|
strokeWidth: 9.6
|
|
8949
9424
|
}
|
|
8950
9425
|
),
|
|
8951
|
-
/* @__PURE__ */
|
|
9426
|
+
/* @__PURE__ */ React101.createElement(
|
|
8952
9427
|
"path",
|
|
8953
9428
|
{
|
|
8954
9429
|
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",
|
|
@@ -8956,8 +9431,8 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
8956
9431
|
strokeWidth: 9.6
|
|
8957
9432
|
}
|
|
8958
9433
|
),
|
|
8959
|
-
/* @__PURE__ */
|
|
8960
|
-
/* @__PURE__ */
|
|
9434
|
+
/* @__PURE__ */ React101.createElement("circle", { cx: 80.16, cy: 15.84, r: 15.84, fill: "currentColor" }),
|
|
9435
|
+
/* @__PURE__ */ React101.createElement(
|
|
8961
9436
|
"path",
|
|
8962
9437
|
{
|
|
8963
9438
|
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",
|
|
@@ -8965,7 +9440,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
8965
9440
|
strokeWidth: 9.6
|
|
8966
9441
|
}
|
|
8967
9442
|
),
|
|
8968
|
-
/* @__PURE__ */
|
|
9443
|
+
/* @__PURE__ */ React101.createElement(
|
|
8969
9444
|
"circle",
|
|
8970
9445
|
{
|
|
8971
9446
|
cx: 48,
|
|
@@ -8975,7 +9450,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
8975
9450
|
strokeWidth: 9.6
|
|
8976
9451
|
}
|
|
8977
9452
|
),
|
|
8978
|
-
/* @__PURE__ */
|
|
9453
|
+
/* @__PURE__ */ React101.createElement(
|
|
8979
9454
|
"path",
|
|
8980
9455
|
{
|
|
8981
9456
|
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",
|
|
@@ -8983,7 +9458,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
8983
9458
|
strokeWidth: 9.6
|
|
8984
9459
|
}
|
|
8985
9460
|
),
|
|
8986
|
-
/* @__PURE__ */
|
|
9461
|
+
/* @__PURE__ */ React101.createElement(
|
|
8987
9462
|
"circle",
|
|
8988
9463
|
{
|
|
8989
9464
|
cx: 15.84,
|
|
@@ -8993,7 +9468,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
8993
9468
|
strokeWidth: 9.6
|
|
8994
9469
|
}
|
|
8995
9470
|
),
|
|
8996
|
-
/* @__PURE__ */
|
|
9471
|
+
/* @__PURE__ */ React101.createElement(
|
|
8997
9472
|
"path",
|
|
8998
9473
|
{
|
|
8999
9474
|
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",
|
|
@@ -9001,7 +9476,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9001
9476
|
strokeWidth: 9.6
|
|
9002
9477
|
}
|
|
9003
9478
|
),
|
|
9004
|
-
/* @__PURE__ */
|
|
9479
|
+
/* @__PURE__ */ React101.createElement(
|
|
9005
9480
|
"circle",
|
|
9006
9481
|
{
|
|
9007
9482
|
cx: 80.16,
|