@loomhq/lens 12.6.0 → 12.7.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 +897 -479
- 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 +857 -439
- 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/button/button.d.ts +1 -1
- package/dist/types/components/button/button.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/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,10 +2101,10 @@ var variantStyles = {
|
|
|
2059
2101
|
},
|
|
2060
2102
|
neutralSecondary: {
|
|
2061
2103
|
color: getColorValue("body"),
|
|
2062
|
-
background: "
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
active: getColorValue("
|
|
2104
|
+
background: getColorValue("backgroundNeutral"),
|
|
2105
|
+
borderColor: null,
|
|
2106
|
+
hover: getColorValue("backgroundNeutralHover"),
|
|
2107
|
+
active: getColorValue("backgroundNeutralActive")
|
|
2066
2108
|
},
|
|
2067
2109
|
primary: {
|
|
2068
2110
|
color: getColorValue("white"),
|
|
@@ -2102,7 +2144,7 @@ var variantStyles = {
|
|
|
2102
2144
|
},
|
|
2103
2145
|
ai: {
|
|
2104
2146
|
color: getColorValue("white"),
|
|
2105
|
-
background: "
|
|
2147
|
+
background: getColorValue("ai-primary"),
|
|
2106
2148
|
borderColor: null,
|
|
2107
2149
|
hover: null,
|
|
2108
2150
|
active: null
|
|
@@ -3485,20 +3527,25 @@ var menuPositions = {
|
|
|
3485
3527
|
leftSide: "left-start",
|
|
3486
3528
|
rightSide: "right-start"
|
|
3487
3529
|
};
|
|
3488
|
-
var
|
|
3530
|
+
var MenuContainer = styled17.div`
|
|
3489
3531
|
background-color: ${getColorValue("overlay")};
|
|
3490
|
-
|
|
3491
|
-
|
|
3532
|
+
display: flex;
|
|
3533
|
+
flex-direction: column;
|
|
3492
3534
|
margin: 0;
|
|
3493
3535
|
${(props) => getSize("min-width", props.minWidth)};
|
|
3494
3536
|
${(props) => getSize("max-width", props.maxWidth)};
|
|
3495
3537
|
${(props) => getSize("max-height", props.maxHeight)};
|
|
3496
3538
|
z-index: ${(props) => props.zIndex};
|
|
3497
|
-
overflow: auto;
|
|
3498
3539
|
border: 1px solid ${getColorValue("border")};
|
|
3499
3540
|
${getShadow("medium")};
|
|
3500
3541
|
${getRadius("250")};
|
|
3501
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
|
+
`;
|
|
3502
3549
|
var MenuItemWrapper = styled17.li`
|
|
3503
3550
|
display: ${({ hidden }) => hidden ? "none" : "grid"};
|
|
3504
3551
|
grid-auto-flow: column;
|
|
@@ -3509,6 +3556,12 @@ var MenuItemWrapper = styled17.li`
|
|
|
3509
3556
|
min-height: ${u(5)};
|
|
3510
3557
|
padding: 0 ${u(2)};
|
|
3511
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
|
+
}
|
|
3512
3565
|
${(props) => props.isHighlighted && !props.isDisabled && `
|
|
3513
3566
|
background-color: ${getColorValue("backgroundHover")};
|
|
3514
3567
|
`};
|
|
@@ -3559,7 +3612,9 @@ var MenuItem = (_a) => {
|
|
|
3559
3612
|
isHighlighted,
|
|
3560
3613
|
isDisabled,
|
|
3561
3614
|
columns,
|
|
3562
|
-
hasDivider
|
|
3615
|
+
hasDivider,
|
|
3616
|
+
tabIndex: isDisabled ? -1 : 0,
|
|
3617
|
+
"data-highlighted": isHighlighted || void 0
|
|
3563
3618
|
}, props),
|
|
3564
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 })),
|
|
3565
3620
|
/* @__PURE__ */ React22.createElement(text_default, { color, hasEllipsis: true }, children),
|
|
@@ -3574,7 +3629,8 @@ var Menu = (_a) => {
|
|
|
3574
3629
|
maxWidth,
|
|
3575
3630
|
maxHeight,
|
|
3576
3631
|
children,
|
|
3577
|
-
downshiftMenuProps = () => null
|
|
3632
|
+
downshiftMenuProps = () => null,
|
|
3633
|
+
search
|
|
3578
3634
|
} = _b, props = __objRest(_b, [
|
|
3579
3635
|
"position",
|
|
3580
3636
|
"zIndex",
|
|
@@ -3582,18 +3638,20 @@ var Menu = (_a) => {
|
|
|
3582
3638
|
"maxWidth",
|
|
3583
3639
|
"maxHeight",
|
|
3584
3640
|
"children",
|
|
3585
|
-
"downshiftMenuProps"
|
|
3641
|
+
"downshiftMenuProps",
|
|
3642
|
+
"search"
|
|
3586
3643
|
]);
|
|
3587
3644
|
return /* @__PURE__ */ React22.createElement(
|
|
3588
|
-
|
|
3645
|
+
MenuContainer,
|
|
3589
3646
|
__spreadValues(__spreadValues({
|
|
3590
|
-
zIndex,
|
|
3591
|
-
position,
|
|
3592
3647
|
minWidth,
|
|
3593
3648
|
maxWidth,
|
|
3594
|
-
maxHeight
|
|
3649
|
+
maxHeight,
|
|
3650
|
+
zIndex,
|
|
3651
|
+
position
|
|
3595
3652
|
}, downshiftMenuProps()), props),
|
|
3596
|
-
|
|
3653
|
+
search && search,
|
|
3654
|
+
/* @__PURE__ */ React22.createElement(MenuWrapper, { search }, children)
|
|
3597
3655
|
);
|
|
3598
3656
|
};
|
|
3599
3657
|
var menu_default = Menu;
|
|
@@ -5166,11 +5224,53 @@ Typeahead.displayName = "Typeahead";
|
|
|
5166
5224
|
var typeahead_default = Typeahead;
|
|
5167
5225
|
|
|
5168
5226
|
// src/components/dropdown/dropdown.tsx
|
|
5169
|
-
import
|
|
5227
|
+
import styled25 from "@emotion/styled";
|
|
5170
5228
|
import Downshift3 from "downshift";
|
|
5171
|
-
import
|
|
5229
|
+
import React32, { useEffect as useEffect5, useMemo as useMemo2, useState as useState3 } from "react";
|
|
5172
5230
|
import { useLayer as useLayer3 } from "react-laag";
|
|
5173
5231
|
import ResizeObserver3 from "resize-observer-polyfill";
|
|
5232
|
+
|
|
5233
|
+
// src/components/search-bar/search-bar.tsx
|
|
5234
|
+
import styled24 from "@emotion/styled";
|
|
5235
|
+
import React31 from "react";
|
|
5236
|
+
|
|
5237
|
+
// src/components/icon/available-icons/search.tsx
|
|
5238
|
+
import SearchIcon from "@atlaskit/icon/core/search";
|
|
5239
|
+
import * as React30 from "react";
|
|
5240
|
+
function SvgSearch() {
|
|
5241
|
+
return /* @__PURE__ */ React30.createElement(SearchIcon, { label: "", testId: "ads-refreshed-icon" });
|
|
5242
|
+
}
|
|
5243
|
+
|
|
5244
|
+
// src/components/search-bar/search-bar.tsx
|
|
5245
|
+
var SearchBarContainer = styled24.div`
|
|
5246
|
+
padding: ${u(1.5)} ${u(1.5)} 0;
|
|
5247
|
+
margin-bottom: ${u(1.5)};
|
|
5248
|
+
position: sticky;
|
|
5249
|
+
top: 0;
|
|
5250
|
+
`;
|
|
5251
|
+
var SearchBar = ({
|
|
5252
|
+
ariaLabel,
|
|
5253
|
+
placeholder,
|
|
5254
|
+
value,
|
|
5255
|
+
onChange,
|
|
5256
|
+
getInputProps
|
|
5257
|
+
}) => {
|
|
5258
|
+
return /* @__PURE__ */ React31.createElement(SearchBarContainer, null, /* @__PURE__ */ React31.createElement(
|
|
5259
|
+
text_input_default,
|
|
5260
|
+
__spreadValues({
|
|
5261
|
+
"aria-label": ariaLabel,
|
|
5262
|
+
icon: /* @__PURE__ */ React31.createElement(SvgSearch, null)
|
|
5263
|
+
}, getInputProps({
|
|
5264
|
+
placeholder,
|
|
5265
|
+
value,
|
|
5266
|
+
onChange,
|
|
5267
|
+
type: "text"
|
|
5268
|
+
}))
|
|
5269
|
+
));
|
|
5270
|
+
};
|
|
5271
|
+
var search_bar_default = SearchBar;
|
|
5272
|
+
|
|
5273
|
+
// src/components/dropdown/dropdown.tsx
|
|
5174
5274
|
var getAccessibilityProps = ({
|
|
5175
5275
|
ariaMenuName,
|
|
5176
5276
|
getInputProps,
|
|
@@ -5184,7 +5284,7 @@ var getAccessibilityProps = ({
|
|
|
5184
5284
|
"aria-label": ariaMenuName ? ariaMenuName : ""
|
|
5185
5285
|
};
|
|
5186
5286
|
};
|
|
5187
|
-
var TriggerSection =
|
|
5287
|
+
var TriggerSection = styled25.div`
|
|
5188
5288
|
display: inline-block;
|
|
5189
5289
|
vertical-align: middle;
|
|
5190
5290
|
`;
|
|
@@ -5203,7 +5303,8 @@ var Dropdown = (_a) => {
|
|
|
5203
5303
|
container,
|
|
5204
5304
|
onOuterClick,
|
|
5205
5305
|
triggerOffset = 0,
|
|
5206
|
-
onOpenChange
|
|
5306
|
+
onOpenChange,
|
|
5307
|
+
search
|
|
5207
5308
|
} = _b, props = __objRest(_b, [
|
|
5208
5309
|
"ariaMenuName",
|
|
5209
5310
|
"menuPosition",
|
|
@@ -5218,10 +5319,16 @@ var Dropdown = (_a) => {
|
|
|
5218
5319
|
"container",
|
|
5219
5320
|
"onOuterClick",
|
|
5220
5321
|
"triggerOffset",
|
|
5221
|
-
"onOpenChange"
|
|
5322
|
+
"onOpenChange",
|
|
5323
|
+
"search"
|
|
5222
5324
|
]);
|
|
5223
5325
|
const environment = getDownshiftEnvironment(container);
|
|
5224
5326
|
const [downshiftIsOpen, setDownshiftIsOpen] = useState3(false);
|
|
5327
|
+
const [searchValue, setSearchValue] = useState3("");
|
|
5328
|
+
const onSearchChange = (e) => {
|
|
5329
|
+
const value = e.target.value;
|
|
5330
|
+
setSearchValue(value);
|
|
5331
|
+
};
|
|
5225
5332
|
const isOpen = isOpenFromProps || downshiftIsOpen;
|
|
5226
5333
|
const { layerProps, triggerProps, renderLayer } = useLayer3({
|
|
5227
5334
|
isOpen,
|
|
@@ -5241,7 +5348,24 @@ var Dropdown = (_a) => {
|
|
|
5241
5348
|
}
|
|
5242
5349
|
return changes;
|
|
5243
5350
|
};
|
|
5244
|
-
|
|
5351
|
+
const filteredOptions = useMemo2(() => {
|
|
5352
|
+
if ((search == null ? void 0 : search.searchType) === "startsWith") {
|
|
5353
|
+
return options.filter(
|
|
5354
|
+
(option) => {
|
|
5355
|
+
var _a2;
|
|
5356
|
+
return (_a2 = option.title) == null ? void 0 : _a2.toString().toLowerCase().startsWith(searchValue.toLowerCase());
|
|
5357
|
+
}
|
|
5358
|
+
);
|
|
5359
|
+
}
|
|
5360
|
+
return options.filter(
|
|
5361
|
+
(option) => {
|
|
5362
|
+
var _a2;
|
|
5363
|
+
return (_a2 = option.title) == null ? void 0 : _a2.toString().toLowerCase().includes(searchValue.toLowerCase());
|
|
5364
|
+
}
|
|
5365
|
+
);
|
|
5366
|
+
}, [options, searchValue, search == null ? void 0 : search.searchType]);
|
|
5367
|
+
options = search ? filteredOptions : options;
|
|
5368
|
+
return /* @__PURE__ */ React32.createElement(
|
|
5245
5369
|
Downshift3,
|
|
5246
5370
|
{
|
|
5247
5371
|
stateReducer,
|
|
@@ -5257,7 +5381,7 @@ var Dropdown = (_a) => {
|
|
|
5257
5381
|
getToggleButtonProps,
|
|
5258
5382
|
highlightedIndex,
|
|
5259
5383
|
isOpen: isOpen2
|
|
5260
|
-
}) => /* @__PURE__ */
|
|
5384
|
+
}) => /* @__PURE__ */ React32.createElement(
|
|
5261
5385
|
"div",
|
|
5262
5386
|
__spreadValues(__spreadValues({}, props), triggerCallback ? {
|
|
5263
5387
|
// the Downshift component appears to set the following props,
|
|
@@ -5267,28 +5391,38 @@ var Dropdown = (_a) => {
|
|
|
5267
5391
|
"aria-expanded": null,
|
|
5268
5392
|
"aria-labelledby": null
|
|
5269
5393
|
} : {}),
|
|
5270
|
-
/* @__PURE__ */
|
|
5394
|
+
/* @__PURE__ */ React32.createElement("div", __spreadValues({}, triggerProps), triggerCallback ? triggerCallback(__spreadValues(__spreadValues({}, getToggleButtonProps()), getAccessibilityProps({
|
|
5271
5395
|
ariaMenuName,
|
|
5272
5396
|
getInputProps,
|
|
5273
5397
|
isOpen: isOpen2
|
|
5274
|
-
}))) : /* @__PURE__ */
|
|
5398
|
+
}))) : /* @__PURE__ */ React32.createElement(TriggerSection, __spreadValues({}, getToggleButtonProps({})), trigger)),
|
|
5275
5399
|
isOpen2 && renderLayer(
|
|
5276
|
-
/* @__PURE__ */
|
|
5400
|
+
/* @__PURE__ */ React32.createElement(
|
|
5277
5401
|
"div",
|
|
5278
5402
|
__spreadProps(__spreadValues({}, layerProps), {
|
|
5279
5403
|
style: __spreadProps(__spreadValues({}, layerProps.style), { zIndex: menuZIndex })
|
|
5280
5404
|
}),
|
|
5281
|
-
/* @__PURE__ */
|
|
5405
|
+
/* @__PURE__ */ React32.createElement(
|
|
5282
5406
|
menu_default,
|
|
5283
5407
|
{
|
|
5284
5408
|
position: menuPosition,
|
|
5285
5409
|
minWidth: menuMinWidth,
|
|
5286
5410
|
maxWidth: menuMaxWidth,
|
|
5287
5411
|
maxHeight: menuMaxHeight,
|
|
5288
|
-
downshiftMenuProps: getMenuProps
|
|
5412
|
+
downshiftMenuProps: getMenuProps,
|
|
5413
|
+
search: search && /* @__PURE__ */ React32.createElement(
|
|
5414
|
+
search_bar_default,
|
|
5415
|
+
{
|
|
5416
|
+
ariaLabel: search.searchPlaceholder,
|
|
5417
|
+
placeholder: search.searchPlaceholder,
|
|
5418
|
+
value: searchValue,
|
|
5419
|
+
onChange: onSearchChange,
|
|
5420
|
+
getInputProps
|
|
5421
|
+
}
|
|
5422
|
+
)
|
|
5289
5423
|
},
|
|
5290
5424
|
options.map((item, index) => {
|
|
5291
|
-
return /* @__PURE__ */
|
|
5425
|
+
return /* @__PURE__ */ React32.createElement(
|
|
5292
5426
|
MenuItem,
|
|
5293
5427
|
__spreadValues({
|
|
5294
5428
|
key: index,
|
|
@@ -5317,13 +5451,13 @@ var Dropdown = (_a) => {
|
|
|
5317
5451
|
var dropdown_default = Dropdown;
|
|
5318
5452
|
|
|
5319
5453
|
// src/components/form-field/form-field.tsx
|
|
5320
|
-
import
|
|
5321
|
-
import
|
|
5454
|
+
import styled28 from "@emotion/styled";
|
|
5455
|
+
import React35, { isValidElement } from "react";
|
|
5322
5456
|
|
|
5323
5457
|
// src/components/radio/radio.tsx
|
|
5324
|
-
import
|
|
5325
|
-
import
|
|
5326
|
-
var RadioLabel =
|
|
5458
|
+
import styled26 from "@emotion/styled";
|
|
5459
|
+
import React33, { forwardRef as forwardRef4 } from "react";
|
|
5460
|
+
var RadioLabel = styled26.label`
|
|
5327
5461
|
display: block;
|
|
5328
5462
|
position: relative;
|
|
5329
5463
|
|
|
@@ -5331,7 +5465,7 @@ var RadioLabel = styled25.label`
|
|
|
5331
5465
|
background-color: transparent;
|
|
5332
5466
|
}
|
|
5333
5467
|
`;
|
|
5334
|
-
var RadioInput =
|
|
5468
|
+
var RadioInput = styled26.input`
|
|
5335
5469
|
position: absolute;
|
|
5336
5470
|
opacity: 0;
|
|
5337
5471
|
|
|
@@ -5370,7 +5504,7 @@ var RadioInput = styled25.input`
|
|
|
5370
5504
|
${getFocusRing()};
|
|
5371
5505
|
}
|
|
5372
5506
|
`;
|
|
5373
|
-
var RadioBox =
|
|
5507
|
+
var RadioBox = styled26.span`
|
|
5374
5508
|
cursor: pointer;
|
|
5375
5509
|
width: ${u(2.25)};
|
|
5376
5510
|
height: ${u(2.25)};
|
|
@@ -5403,7 +5537,7 @@ var Radio = forwardRef4(
|
|
|
5403
5537
|
"onChange",
|
|
5404
5538
|
"onBlur"
|
|
5405
5539
|
]);
|
|
5406
|
-
return /* @__PURE__ */
|
|
5540
|
+
return /* @__PURE__ */ React33.createElement(RadioLabel, { htmlFor: props.id }, /* @__PURE__ */ React33.createElement(
|
|
5407
5541
|
RadioInput,
|
|
5408
5542
|
__spreadValues({
|
|
5409
5543
|
type: "radio",
|
|
@@ -5414,14 +5548,14 @@ var Radio = forwardRef4(
|
|
|
5414
5548
|
onBlur,
|
|
5415
5549
|
ref
|
|
5416
5550
|
}, props)
|
|
5417
|
-
), /* @__PURE__ */
|
|
5551
|
+
), /* @__PURE__ */ React33.createElement(RadioBox, { className: "RadioBox" }));
|
|
5418
5552
|
}
|
|
5419
5553
|
);
|
|
5420
5554
|
var radio_default = Radio;
|
|
5421
5555
|
|
|
5422
5556
|
// src/components/switch/switch.tsx
|
|
5423
|
-
import
|
|
5424
|
-
import
|
|
5557
|
+
import styled27 from "@emotion/styled";
|
|
5558
|
+
import React34 from "react";
|
|
5425
5559
|
var sizes2 = {
|
|
5426
5560
|
medium: {
|
|
5427
5561
|
switchHeight: 16,
|
|
@@ -5462,11 +5596,11 @@ var getKnobTravel = (props) => {
|
|
|
5462
5596
|
var getKnobSize = (props) => {
|
|
5463
5597
|
return sizes2[props.switchSize].switchHeight - sizes2[props.switchSize].knobOffset * 2;
|
|
5464
5598
|
};
|
|
5465
|
-
var SwitchLabel =
|
|
5599
|
+
var SwitchLabel = styled27.label`
|
|
5466
5600
|
display: block;
|
|
5467
5601
|
position: relative;
|
|
5468
5602
|
`;
|
|
5469
|
-
var SwitchInput =
|
|
5603
|
+
var SwitchInput = styled27.input`
|
|
5470
5604
|
position: absolute;
|
|
5471
5605
|
opacity: 0;
|
|
5472
5606
|
cursor: pointer;
|
|
@@ -5503,7 +5637,7 @@ var SwitchInput = styled26.input`
|
|
|
5503
5637
|
pointer-events: none;
|
|
5504
5638
|
}
|
|
5505
5639
|
`;
|
|
5506
|
-
var SwitchBox =
|
|
5640
|
+
var SwitchBox = styled27.div`
|
|
5507
5641
|
width: ${(props) => sizes2[props.switchSize].switchWidth}px;
|
|
5508
5642
|
height: ${(props) => sizes2[props.switchSize].switchHeight}px;
|
|
5509
5643
|
position: relative;
|
|
@@ -5545,7 +5679,7 @@ var Switch = (_a) => {
|
|
|
5545
5679
|
"ariaLabelledby and ariaLabel serve the same purpose and therefore cannot be used at the same time. Choose the one that best suites your needs."
|
|
5546
5680
|
);
|
|
5547
5681
|
}
|
|
5548
|
-
return /* @__PURE__ */
|
|
5682
|
+
return /* @__PURE__ */ React34.createElement(SwitchLabel, { htmlFor: props.id }, /* @__PURE__ */ React34.createElement(
|
|
5549
5683
|
SwitchInput,
|
|
5550
5684
|
__spreadProps(__spreadValues({}, props), {
|
|
5551
5685
|
checked: isActive,
|
|
@@ -5558,7 +5692,7 @@ var Switch = (_a) => {
|
|
|
5558
5692
|
"aria-describedby": ariaDescribedby,
|
|
5559
5693
|
"aria-checked": isActive
|
|
5560
5694
|
})
|
|
5561
|
-
), /* @__PURE__ */
|
|
5695
|
+
), /* @__PURE__ */ React34.createElement(
|
|
5562
5696
|
SwitchBox,
|
|
5563
5697
|
{
|
|
5564
5698
|
className: "SwitchBox",
|
|
@@ -5594,10 +5728,10 @@ var directionStyles = {
|
|
|
5594
5728
|
label: { marginBottom: "var(--lns-space-xsmall)" }
|
|
5595
5729
|
}
|
|
5596
5730
|
};
|
|
5597
|
-
var FormFieldWrapper =
|
|
5731
|
+
var FormFieldWrapper = styled28.div`
|
|
5598
5732
|
${(props) => props.direction && directionStyles[props.direction].wrapper};
|
|
5599
5733
|
`;
|
|
5600
|
-
var Label =
|
|
5734
|
+
var Label = styled28.label`
|
|
5601
5735
|
display: block;
|
|
5602
5736
|
${(props) => {
|
|
5603
5737
|
var _a;
|
|
@@ -5605,7 +5739,7 @@ var Label = styled27.label`
|
|
|
5605
5739
|
}};
|
|
5606
5740
|
${(props) => props.isLabelClickable && "cursor: pointer"};
|
|
5607
5741
|
`;
|
|
5608
|
-
var ErrorMessage3 =
|
|
5742
|
+
var ErrorMessage3 = styled28.span`
|
|
5609
5743
|
color: var(--lns-color-red);
|
|
5610
5744
|
margin-top: var(--lns-space-xsmall);
|
|
5611
5745
|
display: block;
|
|
@@ -5635,12 +5769,12 @@ var FormField = (_a) => {
|
|
|
5635
5769
|
"labelFor",
|
|
5636
5770
|
"direction"
|
|
5637
5771
|
]);
|
|
5638
|
-
const isLabelClickable =
|
|
5772
|
+
const isLabelClickable = React35.Children.toArray(children).some(
|
|
5639
5773
|
(child) => isValidElement(child) && // The child might be a div, span, etc (type string) so we
|
|
5640
5774
|
// have to typeguard before we check if our child is of interactive
|
|
5641
5775
|
typeof child.type !== "string" && isInteractiveComponent(child.type)
|
|
5642
5776
|
);
|
|
5643
|
-
const labelElement = label && /* @__PURE__ */
|
|
5777
|
+
const labelElement = label && /* @__PURE__ */ React35.createElement(
|
|
5644
5778
|
Label,
|
|
5645
5779
|
{
|
|
5646
5780
|
direction,
|
|
@@ -5649,18 +5783,18 @@ var FormField = (_a) => {
|
|
|
5649
5783
|
},
|
|
5650
5784
|
label
|
|
5651
5785
|
);
|
|
5652
|
-
return /* @__PURE__ */
|
|
5786
|
+
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));
|
|
5653
5787
|
};
|
|
5654
5788
|
var form_field_default = FormField;
|
|
5655
5789
|
|
|
5656
5790
|
// src/components/notification-bar/notification-bar.tsx
|
|
5657
|
-
import
|
|
5658
|
-
import
|
|
5791
|
+
import styled29 from "@emotion/styled";
|
|
5792
|
+
import React39, { useEffect as useEffect7 } from "react";
|
|
5659
5793
|
|
|
5660
5794
|
// src/hooks/use-on-click-outside.js
|
|
5661
|
-
import
|
|
5795
|
+
import React36 from "react";
|
|
5662
5796
|
function useOnClickOutside(ref, handler) {
|
|
5663
|
-
|
|
5797
|
+
React36.useEffect(() => {
|
|
5664
5798
|
const listener = (event) => {
|
|
5665
5799
|
if (!ref.current || ref.current.contains(event.target)) {
|
|
5666
5800
|
return;
|
|
@@ -5732,14 +5866,14 @@ var use_push_page_down_default = usePushPageDown;
|
|
|
5732
5866
|
|
|
5733
5867
|
// src/components/icon/available-icons/info.tsx
|
|
5734
5868
|
import InformationCircleIcon from "@atlaskit/icon/core/information-circle";
|
|
5735
|
-
import * as
|
|
5869
|
+
import * as React37 from "react";
|
|
5736
5870
|
function SvgInfo() {
|
|
5737
|
-
return /* @__PURE__ */
|
|
5871
|
+
return /* @__PURE__ */ React37.createElement(InformationCircleIcon, { label: "", testId: "ads-refreshed-icon" });
|
|
5738
5872
|
}
|
|
5739
5873
|
|
|
5740
5874
|
// src/components/icon/available-icons/warning-alert.tsx
|
|
5741
|
-
import
|
|
5742
|
-
var SvgWarningAlert = (props) => /* @__PURE__ */
|
|
5875
|
+
import React38 from "react";
|
|
5876
|
+
var SvgWarningAlert = (props) => /* @__PURE__ */ React38.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React38.createElement(
|
|
5743
5877
|
"path",
|
|
5744
5878
|
{
|
|
5745
5879
|
fill: "currentColor",
|
|
@@ -5753,31 +5887,31 @@ var SvgWarningAlert = (props) => /* @__PURE__ */ React36.createElement("svg", __
|
|
|
5753
5887
|
var severityStyles = {
|
|
5754
5888
|
info: {
|
|
5755
5889
|
bgColor: "var(--lns-color-blurple)",
|
|
5756
|
-
icon: /* @__PURE__ */
|
|
5890
|
+
icon: /* @__PURE__ */ React39.createElement(SvgInfo, null),
|
|
5757
5891
|
color: "var(--lns-color-white)",
|
|
5758
5892
|
fontFamily: "inherit"
|
|
5759
5893
|
},
|
|
5760
5894
|
warning: {
|
|
5761
5895
|
bgColor: "var(--lns-color-warning)",
|
|
5762
|
-
icon: /* @__PURE__ */
|
|
5896
|
+
icon: /* @__PURE__ */ React39.createElement(SvgWarningAlert, null),
|
|
5763
5897
|
color: "var(--lns-color-grey8)",
|
|
5764
5898
|
fontFamily: "inherit"
|
|
5765
5899
|
},
|
|
5766
5900
|
error: {
|
|
5767
5901
|
bgColor: "var(--lns-color-danger)",
|
|
5768
|
-
icon: /* @__PURE__ */
|
|
5902
|
+
icon: /* @__PURE__ */ React39.createElement(SvgAlertTriangle, null),
|
|
5769
5903
|
color: "var(--lns-color-white)",
|
|
5770
5904
|
fontFamily: "inherit"
|
|
5771
5905
|
},
|
|
5772
5906
|
internal: {
|
|
5773
|
-
icon: /* @__PURE__ */
|
|
5907
|
+
icon: /* @__PURE__ */ React39.createElement("span", { role: "img" }, "\u{1F514}"),
|
|
5774
5908
|
color: "var(--lns-color-tealLight)",
|
|
5775
5909
|
bgColor: "var(--lns-color-grey8)",
|
|
5776
5910
|
fontFamily: "var(--lns-fontFamily-code)"
|
|
5777
5911
|
}
|
|
5778
5912
|
};
|
|
5779
5913
|
var DURATION = 350;
|
|
5780
|
-
var NotificationBarWrapper =
|
|
5914
|
+
var NotificationBarWrapper = styled29.aside`
|
|
5781
5915
|
--paddingXOffset: var(--lns-space-large);
|
|
5782
5916
|
--alignItems: start;
|
|
5783
5917
|
|
|
@@ -5830,7 +5964,7 @@ var NotificationBar = ({
|
|
|
5830
5964
|
}, [isOpen, onCloseClick]);
|
|
5831
5965
|
use_push_page_down_default(isOpen);
|
|
5832
5966
|
const isInternalAlert = severity === "internal";
|
|
5833
|
-
return isOpen ? /* @__PURE__ */
|
|
5967
|
+
return isOpen ? /* @__PURE__ */ React39.createElement(NotificationBarWrapper, { isOpen, severity, id }, /* @__PURE__ */ React39.createElement(
|
|
5834
5968
|
arrange_default,
|
|
5835
5969
|
{
|
|
5836
5970
|
alignItems: { default: "start", small: "center" },
|
|
@@ -5838,21 +5972,21 @@ var NotificationBar = ({
|
|
|
5838
5972
|
autoFlow: isInternalAlert ? "column" : void 0,
|
|
5839
5973
|
columns: !isInternalAlert ? ["1fr auto"] : void 0
|
|
5840
5974
|
},
|
|
5841
|
-
/* @__PURE__ */
|
|
5975
|
+
/* @__PURE__ */ React39.createElement(
|
|
5842
5976
|
container_default,
|
|
5843
5977
|
{
|
|
5844
5978
|
paddingY: { default: "xsmall", xsmall: 0 },
|
|
5845
5979
|
paddingLeft: !isInternalAlert ? { default: 0, medium: u(3.5) } : void 0,
|
|
5846
5980
|
width: "100%"
|
|
5847
5981
|
},
|
|
5848
|
-
/* @__PURE__ */
|
|
5982
|
+
/* @__PURE__ */ React39.createElement(
|
|
5849
5983
|
arrange_default,
|
|
5850
5984
|
{
|
|
5851
5985
|
autoFlow: "column",
|
|
5852
5986
|
gap: isInternalAlert ? "medium" : "small",
|
|
5853
5987
|
justifyContent: "center"
|
|
5854
5988
|
},
|
|
5855
|
-
((_a = severityStyles[severity]) == null ? void 0 : _a.icon) ? /* @__PURE__ */
|
|
5989
|
+
((_a = severityStyles[severity]) == null ? void 0 : _a.icon) ? /* @__PURE__ */ React39.createElement(align_default, { alignment: "topLeft" }, /* @__PURE__ */ React39.createElement(
|
|
5856
5990
|
icon_default,
|
|
5857
5991
|
{
|
|
5858
5992
|
icon: severityStyles[severity].icon,
|
|
@@ -5863,13 +5997,13 @@ var NotificationBar = ({
|
|
|
5863
5997
|
children
|
|
5864
5998
|
)
|
|
5865
5999
|
)
|
|
5866
|
-
), onCloseClick && /* @__PURE__ */
|
|
6000
|
+
), onCloseClick && /* @__PURE__ */ React39.createElement(
|
|
5867
6001
|
icon_button_default,
|
|
5868
6002
|
{
|
|
5869
6003
|
iconColor: (_c = severityStyles[severity].color) != null ? _c : "var(--lns-color-white)",
|
|
5870
6004
|
tabIndex: 0,
|
|
5871
6005
|
altText: "Close",
|
|
5872
|
-
icon: /* @__PURE__ */
|
|
6006
|
+
icon: /* @__PURE__ */ React39.createElement(SvgClose, null),
|
|
5873
6007
|
onClick: onCloseClick
|
|
5874
6008
|
}
|
|
5875
6009
|
)) : null;
|
|
@@ -5878,8 +6012,8 @@ var notification_bar_default = NotificationBar;
|
|
|
5878
6012
|
|
|
5879
6013
|
// src/components/toast/toast.tsx
|
|
5880
6014
|
import { keyframes as keyframes2 } from "@emotion/react";
|
|
5881
|
-
import
|
|
5882
|
-
import
|
|
6015
|
+
import styled30 from "@emotion/styled";
|
|
6016
|
+
import React40, { useEffect as useEffect8 } from "react";
|
|
5883
6017
|
var WEBAPP = "web-app";
|
|
5884
6018
|
var CHROME_EXTENSION = "chrome-extension";
|
|
5885
6019
|
var toastDurations = { short: 3e3, long: 8e3 };
|
|
@@ -5921,7 +6055,7 @@ var getBottom = (platform) => {
|
|
|
5921
6055
|
return u(4);
|
|
5922
6056
|
}
|
|
5923
6057
|
};
|
|
5924
|
-
var ToastWrapper =
|
|
6058
|
+
var ToastWrapper = styled30.div`
|
|
5925
6059
|
animation: ${(props) => enter(props.toastDuration, props.platform)}
|
|
5926
6060
|
${(props) => props.toastDuration}ms forwards;
|
|
5927
6061
|
background-color: ${getColorValue("backgroundInverse")};
|
|
@@ -5943,7 +6077,7 @@ var ToastWrapper = styled29.div`
|
|
|
5943
6077
|
width: max-content;
|
|
5944
6078
|
z-index: ${(props) => props.zIndex};
|
|
5945
6079
|
`;
|
|
5946
|
-
var ChildrenSection3 =
|
|
6080
|
+
var ChildrenSection3 = styled30.div`
|
|
5947
6081
|
align-self: center;
|
|
5948
6082
|
`;
|
|
5949
6083
|
var Toast = ({
|
|
@@ -5963,7 +6097,7 @@ var Toast = ({
|
|
|
5963
6097
|
}, toastDuration);
|
|
5964
6098
|
return () => clearTimeout(timer);
|
|
5965
6099
|
}, [isOpen]);
|
|
5966
|
-
return /* @__PURE__ */
|
|
6100
|
+
return /* @__PURE__ */ React40.createElement(React40.Fragment, null, isOpen && /* @__PURE__ */ React40.createElement(
|
|
5967
6101
|
ToastWrapper,
|
|
5968
6102
|
{
|
|
5969
6103
|
role: "presentation",
|
|
@@ -5973,12 +6107,12 @@ var Toast = ({
|
|
|
5973
6107
|
toastDuration,
|
|
5974
6108
|
platform
|
|
5975
6109
|
},
|
|
5976
|
-
/* @__PURE__ */
|
|
5977
|
-
onCloseClick && /* @__PURE__ */
|
|
6110
|
+
/* @__PURE__ */ React40.createElement(ChildrenSection3, { "aria-live": "polite" }, children),
|
|
6111
|
+
onCloseClick && /* @__PURE__ */ React40.createElement(
|
|
5978
6112
|
icon_button_default,
|
|
5979
6113
|
{
|
|
5980
6114
|
altText: "Close",
|
|
5981
|
-
icon: /* @__PURE__ */
|
|
6115
|
+
icon: /* @__PURE__ */ React40.createElement(SvgClose, null),
|
|
5982
6116
|
onClick: onCloseClick,
|
|
5983
6117
|
iconColor: "bodyInverse"
|
|
5984
6118
|
}
|
|
@@ -5988,8 +6122,8 @@ var Toast = ({
|
|
|
5988
6122
|
var toast_default = Toast;
|
|
5989
6123
|
|
|
5990
6124
|
// src/components/tooltip/tooltip.tsx
|
|
5991
|
-
import
|
|
5992
|
-
import
|
|
6125
|
+
import styled31 from "@emotion/styled";
|
|
6126
|
+
import React41, { useState as useState5, useRef as useRef3, useEffect as useEffect9 } from "react";
|
|
5993
6127
|
import { useHover, useLayer as useLayer4, mergeRefs } from "react-laag";
|
|
5994
6128
|
import ResizeObserver4 from "resize-observer-polyfill";
|
|
5995
6129
|
var placements = {
|
|
@@ -6009,7 +6143,7 @@ var placements = {
|
|
|
6009
6143
|
var tooltipMinHeight = 4;
|
|
6010
6144
|
var textHeight = textSizes.small.fontSize * textSizes.small.lineHeight;
|
|
6011
6145
|
var tooltipYPadding = (tooltipMinHeight - textHeight) / 2;
|
|
6012
|
-
var TooltipBoxWrapper =
|
|
6146
|
+
var TooltipBoxWrapper = styled31.div`
|
|
6013
6147
|
background-color: ${getColorValue("backgroundInverse")};
|
|
6014
6148
|
color: ${getColorValue("bodyInverse")};
|
|
6015
6149
|
${getRadius("150")};
|
|
@@ -6021,7 +6155,7 @@ var TooltipBoxWrapper = styled30.div`
|
|
|
6021
6155
|
padding: ${u(tooltipYPadding)} ${u(1.5)};
|
|
6022
6156
|
z-index: ${(props) => props.zIndex};
|
|
6023
6157
|
`;
|
|
6024
|
-
var ShortcutWrapper =
|
|
6158
|
+
var ShortcutWrapper = styled31.div`
|
|
6025
6159
|
background-color: ${getColorValue("grey7")};
|
|
6026
6160
|
border-radius: 3px;
|
|
6027
6161
|
color: ${getColorValue("grey3")};
|
|
@@ -6032,7 +6166,7 @@ var ShortcutWrapper = styled30.div`
|
|
|
6032
6166
|
`;
|
|
6033
6167
|
var ShortcutBox = ({
|
|
6034
6168
|
children
|
|
6035
|
-
}) => /* @__PURE__ */
|
|
6169
|
+
}) => /* @__PURE__ */ React41.createElement(ShortcutWrapper, null, children);
|
|
6036
6170
|
var TooltipBox = (_a) => {
|
|
6037
6171
|
var _b = _a, {
|
|
6038
6172
|
children,
|
|
@@ -6052,7 +6186,7 @@ var TooltipBox = (_a) => {
|
|
|
6052
6186
|
return (
|
|
6053
6187
|
// These are being added to hide the tooltip when users hover over
|
|
6054
6188
|
/* eslint-disable-next-line styled-components-a11y/no-static-element-interactions */
|
|
6055
|
-
/* @__PURE__ */
|
|
6189
|
+
/* @__PURE__ */ React41.createElement(
|
|
6056
6190
|
TooltipBoxWrapper,
|
|
6057
6191
|
__spreadValues(__spreadValues({
|
|
6058
6192
|
maxWidth,
|
|
@@ -6064,7 +6198,7 @@ var TooltipBox = (_a) => {
|
|
|
6064
6198
|
)
|
|
6065
6199
|
);
|
|
6066
6200
|
};
|
|
6067
|
-
var TooltipChildren =
|
|
6201
|
+
var TooltipChildren = styled31.div`
|
|
6068
6202
|
display: ${(props) => props.isInline ? "inline-block" : "block"};
|
|
6069
6203
|
${(props) => props.verticalAlign && `vertical-align: ${props.verticalAlign}`};
|
|
6070
6204
|
&:focus-visible {
|
|
@@ -6184,7 +6318,7 @@ var Tooltip = (_a) => {
|
|
|
6184
6318
|
container,
|
|
6185
6319
|
auto: true
|
|
6186
6320
|
});
|
|
6187
|
-
return /* @__PURE__ */
|
|
6321
|
+
return /* @__PURE__ */ React41.createElement(React41.Fragment, null, /* @__PURE__ */ React41.createElement(
|
|
6188
6322
|
TooltipChildren,
|
|
6189
6323
|
__spreadProps(__spreadValues(__spreadValues({}, triggerProps), hoverProps), {
|
|
6190
6324
|
onClick: (e) => {
|
|
@@ -6200,8 +6334,8 @@ var Tooltip = (_a) => {
|
|
|
6200
6334
|
ref: mergeRefs(triggerProps.ref, focusRef)
|
|
6201
6335
|
}),
|
|
6202
6336
|
children
|
|
6203
|
-
), ariaLive && /* @__PURE__ */
|
|
6204
|
-
/* @__PURE__ */
|
|
6337
|
+
), ariaLive && /* @__PURE__ */ React41.createElement("span", { className: "srOnly", "aria-live": "polite" }, isOpen && content), isOpen && renderLayer(
|
|
6338
|
+
/* @__PURE__ */ React41.createElement("div", __spreadProps(__spreadValues({}, layerProps), { style: __spreadProps(__spreadValues({}, layerProps.style), { zIndex }) }), /* @__PURE__ */ React41.createElement(
|
|
6205
6339
|
TooltipBox,
|
|
6206
6340
|
__spreadValues({
|
|
6207
6341
|
maxWidth,
|
|
@@ -6210,7 +6344,7 @@ var Tooltip = (_a) => {
|
|
|
6210
6344
|
role: "tooltip",
|
|
6211
6345
|
id: tooltipId
|
|
6212
6346
|
}, rest),
|
|
6213
|
-
/* @__PURE__ */
|
|
6347
|
+
/* @__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))))
|
|
6214
6348
|
))
|
|
6215
6349
|
));
|
|
6216
6350
|
};
|
|
@@ -6219,8 +6353,8 @@ var tooltip_default = Tooltip;
|
|
|
6219
6353
|
|
|
6220
6354
|
// src/components/skeleton/skeleton.tsx
|
|
6221
6355
|
import { css as css4 } from "@emotion/react";
|
|
6222
|
-
import
|
|
6223
|
-
import
|
|
6356
|
+
import styled32 from "@emotion/styled";
|
|
6357
|
+
import React42 from "react";
|
|
6224
6358
|
var SkeletonAnimation = css4`
|
|
6225
6359
|
@media (prefers-reduced-motion: no-preference) {
|
|
6226
6360
|
animation: shimmer 2s infinite linear;
|
|
@@ -6241,7 +6375,7 @@ var SkeletonAnimation = css4`
|
|
|
6241
6375
|
}
|
|
6242
6376
|
}
|
|
6243
6377
|
`;
|
|
6244
|
-
var SkeletonTextWrapper =
|
|
6378
|
+
var SkeletonTextWrapper = styled32.div`
|
|
6245
6379
|
${(props) => getTextSize(props.size)};
|
|
6246
6380
|
color: transparent;
|
|
6247
6381
|
position: relative;
|
|
@@ -6267,7 +6401,7 @@ var SkeletonTextWrapper = styled31.div`
|
|
|
6267
6401
|
}
|
|
6268
6402
|
`};
|
|
6269
6403
|
`;
|
|
6270
|
-
var SkeletonContainerWrapper =
|
|
6404
|
+
var SkeletonContainerWrapper = styled32.div`
|
|
6271
6405
|
background-color: var(--lns-color-disabledBackground);
|
|
6272
6406
|
${(props) => getRadius(props.radius)};
|
|
6273
6407
|
height: ${(props) => props.height};
|
|
@@ -6279,7 +6413,7 @@ var SkeletonText = ({
|
|
|
6279
6413
|
lines = 1,
|
|
6280
6414
|
animated = false
|
|
6281
6415
|
}) => {
|
|
6282
|
-
return /* @__PURE__ */
|
|
6416
|
+
return /* @__PURE__ */ React42.createElement(React42.Fragment, null, [...Array(lines)].map((_, i) => /* @__PURE__ */ React42.createElement(
|
|
6283
6417
|
SkeletonTextWrapper,
|
|
6284
6418
|
{
|
|
6285
6419
|
key: i,
|
|
@@ -6296,7 +6430,7 @@ var SkeletonContainer = ({
|
|
|
6296
6430
|
radius = "full",
|
|
6297
6431
|
width = "40px"
|
|
6298
6432
|
}) => {
|
|
6299
|
-
return /* @__PURE__ */
|
|
6433
|
+
return /* @__PURE__ */ React42.createElement(React42.Fragment, null, /* @__PURE__ */ React42.createElement(
|
|
6300
6434
|
SkeletonContainerWrapper,
|
|
6301
6435
|
{
|
|
6302
6436
|
animated,
|
|
@@ -6308,10 +6442,10 @@ var SkeletonContainer = ({
|
|
|
6308
6442
|
};
|
|
6309
6443
|
|
|
6310
6444
|
// src/components/logo/logo.tsx
|
|
6311
|
-
import
|
|
6312
|
-
import
|
|
6445
|
+
import styled33 from "@emotion/styled";
|
|
6446
|
+
import React43 from "react";
|
|
6313
6447
|
var LoomAiGradientDef = (customId) => {
|
|
6314
|
-
return /* @__PURE__ */
|
|
6448
|
+
return /* @__PURE__ */ React43.createElement("defs", null, /* @__PURE__ */ React43.createElement(
|
|
6315
6449
|
"radialGradient",
|
|
6316
6450
|
{
|
|
6317
6451
|
id: `ai-logo-${customId}-gradient-1`,
|
|
@@ -6321,12 +6455,12 @@ var LoomAiGradientDef = (customId) => {
|
|
|
6321
6455
|
fx: "0%",
|
|
6322
6456
|
fy: "0%"
|
|
6323
6457
|
},
|
|
6324
|
-
/* @__PURE__ */
|
|
6325
|
-
/* @__PURE__ */
|
|
6326
|
-
/* @__PURE__ */
|
|
6327
|
-
/* @__PURE__ */
|
|
6328
|
-
/* @__PURE__ */
|
|
6329
|
-
), /* @__PURE__ */
|
|
6458
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "30%", stopColor: "#97ACFD" }),
|
|
6459
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "33%", stopColor: "#B3B2F4" }),
|
|
6460
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "43%", stopColor: "#DEB0E0" }),
|
|
6461
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "50%", stopColor: "#DFC6E5" }),
|
|
6462
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "72%", stopColor: "#6663F6" })
|
|
6463
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6330
6464
|
"radialGradient",
|
|
6331
6465
|
{
|
|
6332
6466
|
id: `ai-logo-${customId}-gradient-2`,
|
|
@@ -6334,10 +6468,10 @@ var LoomAiGradientDef = (customId) => {
|
|
|
6334
6468
|
fx: "40%",
|
|
6335
6469
|
fy: "72%"
|
|
6336
6470
|
},
|
|
6337
|
-
/* @__PURE__ */
|
|
6338
|
-
/* @__PURE__ */
|
|
6339
|
-
/* @__PURE__ */
|
|
6340
|
-
), /* @__PURE__ */
|
|
6471
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "20%", stopColor: "#615CF500" }),
|
|
6472
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "32%", stopColor: "#615CF550" }),
|
|
6473
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "48%", stopColor: "#6663F6" })
|
|
6474
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6341
6475
|
"radialGradient",
|
|
6342
6476
|
{
|
|
6343
6477
|
id: `ai-logo-${customId}-gradient-3`,
|
|
@@ -6345,9 +6479,9 @@ var LoomAiGradientDef = (customId) => {
|
|
|
6345
6479
|
fx: "0%",
|
|
6346
6480
|
fy: "100%"
|
|
6347
6481
|
},
|
|
6348
|
-
/* @__PURE__ */
|
|
6349
|
-
/* @__PURE__ */
|
|
6350
|
-
/* @__PURE__ */
|
|
6482
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "25%", stopColor: "#6663F6" }),
|
|
6483
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "38%", stopColor: "#6E68F450" }),
|
|
6484
|
+
/* @__PURE__ */ React43.createElement("stop", { offset: "45%", stopColor: "#6E68F400" })
|
|
6351
6485
|
));
|
|
6352
6486
|
};
|
|
6353
6487
|
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";
|
|
@@ -6355,30 +6489,44 @@ var SymbolLogoSvg = (_a) => {
|
|
|
6355
6489
|
var _b = _a, { brand, symbolColor, customId } = _b, props = __objRest(_b, ["brand", "symbolColor", "customId"]);
|
|
6356
6490
|
switch (brand) {
|
|
6357
6491
|
case "ai":
|
|
6358
|
-
return /* @__PURE__ */
|
|
6492
|
+
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(
|
|
6359
6493
|
"path",
|
|
6360
6494
|
{
|
|
6361
6495
|
key: i,
|
|
6362
6496
|
d: symbolLogoPath,
|
|
6363
6497
|
fill: `url(#ai-logo-${customId}-gradient-${i + 1}`
|
|
6364
6498
|
}
|
|
6365
|
-
))) : /* @__PURE__ */
|
|
6499
|
+
))) : /* @__PURE__ */ React43.createElement("path", { d: symbolLogoPath, fill: getColorValue(symbolColor) }));
|
|
6366
6500
|
case "apptile":
|
|
6367
|
-
return /* @__PURE__ */
|
|
6501
|
+
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(
|
|
6368
6502
|
"path",
|
|
6369
6503
|
{
|
|
6370
6504
|
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",
|
|
6371
6505
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("blurple")
|
|
6372
6506
|
}
|
|
6373
|
-
), /* @__PURE__ */
|
|
6507
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6374
6508
|
"path",
|
|
6375
6509
|
{
|
|
6376
6510
|
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",
|
|
6377
6511
|
fill: "white"
|
|
6378
6512
|
}
|
|
6379
6513
|
));
|
|
6514
|
+
case "product":
|
|
6515
|
+
return /* @__PURE__ */ React43.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 40 40", fill: "none" }, props), /* @__PURE__ */ React43.createElement(
|
|
6516
|
+
"path",
|
|
6517
|
+
{
|
|
6518
|
+
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",
|
|
6519
|
+
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6520
|
+
}
|
|
6521
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6522
|
+
"path",
|
|
6523
|
+
{
|
|
6524
|
+
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",
|
|
6525
|
+
fill: "white"
|
|
6526
|
+
}
|
|
6527
|
+
));
|
|
6380
6528
|
default:
|
|
6381
|
-
return /* @__PURE__ */
|
|
6529
|
+
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(
|
|
6382
6530
|
"path",
|
|
6383
6531
|
{
|
|
6384
6532
|
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",
|
|
@@ -6391,31 +6539,61 @@ var WordmarkLogoSvg = (_a) => {
|
|
|
6391
6539
|
var _b = _a, { brand, wordmarkColor } = _b, props = __objRest(_b, ["brand", "wordmarkColor"]);
|
|
6392
6540
|
switch (brand) {
|
|
6393
6541
|
case "ai":
|
|
6394
|
-
return /* @__PURE__ */
|
|
6542
|
+
return /* @__PURE__ */ React43.createElement(
|
|
6395
6543
|
"svg",
|
|
6396
6544
|
__spreadValues({
|
|
6397
6545
|
"aria-label": "Loom AI",
|
|
6398
6546
|
viewBox: "0 0 94 23",
|
|
6399
6547
|
fill: wordmarkColor
|
|
6400
6548
|
}, props),
|
|
6401
|
-
/* @__PURE__ */
|
|
6402
|
-
/* @__PURE__ */
|
|
6403
|
-
/* @__PURE__ */
|
|
6404
|
-
/* @__PURE__ */
|
|
6405
|
-
/* @__PURE__ */
|
|
6406
|
-
/* @__PURE__ */
|
|
6407
|
-
/* @__PURE__ */
|
|
6549
|
+
/* @__PURE__ */ React43.createElement("title", null, "Loom AI"),
|
|
6550
|
+
/* @__PURE__ */ React43.createElement("path", { d: "M4.12637 22.4624H0V0H4.12637V22.4624Z" }),
|
|
6551
|
+
/* @__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" }),
|
|
6552
|
+
/* @__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" }),
|
|
6553
|
+
/* @__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" }),
|
|
6554
|
+
/* @__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" }),
|
|
6555
|
+
/* @__PURE__ */ React43.createElement("path", { d: "M94 22.4624H89.6565V0.46538H94V22.4624Z" })
|
|
6408
6556
|
);
|
|
6557
|
+
case "product":
|
|
6558
|
+
return /* @__PURE__ */ React43.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 104 30", fill: "none" }, props), /* @__PURE__ */ React43.createElement(
|
|
6559
|
+
"path",
|
|
6560
|
+
{
|
|
6561
|
+
fillRule: "evenodd",
|
|
6562
|
+
clipRule: "evenodd",
|
|
6563
|
+
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",
|
|
6564
|
+
fill: wordmarkColor
|
|
6565
|
+
}
|
|
6566
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6567
|
+
"path",
|
|
6568
|
+
{
|
|
6569
|
+
fillRule: "evenodd",
|
|
6570
|
+
clipRule: "evenodd",
|
|
6571
|
+
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",
|
|
6572
|
+
fill: wordmarkColor
|
|
6573
|
+
}
|
|
6574
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6575
|
+
"path",
|
|
6576
|
+
{
|
|
6577
|
+
d: "M5.69001 24.7655H18.7174V29.5445H0V0H5.69001V24.7655Z",
|
|
6578
|
+
fill: wordmarkColor
|
|
6579
|
+
}
|
|
6580
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6581
|
+
"path",
|
|
6582
|
+
{
|
|
6583
|
+
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",
|
|
6584
|
+
fill: wordmarkColor
|
|
6585
|
+
}
|
|
6586
|
+
));
|
|
6409
6587
|
default:
|
|
6410
|
-
return /* @__PURE__ */
|
|
6588
|
+
return /* @__PURE__ */ React43.createElement(
|
|
6411
6589
|
"svg",
|
|
6412
6590
|
__spreadValues({
|
|
6413
6591
|
"aria-label": "Loom",
|
|
6414
6592
|
viewBox: "0 0 62 23",
|
|
6415
6593
|
fill: wordmarkColor
|
|
6416
6594
|
}, props),
|
|
6417
|
-
/* @__PURE__ */
|
|
6418
|
-
/* @__PURE__ */
|
|
6595
|
+
/* @__PURE__ */ React43.createElement("title", null, "Loom"),
|
|
6596
|
+
/* @__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" })
|
|
6419
6597
|
);
|
|
6420
6598
|
}
|
|
6421
6599
|
};
|
|
@@ -6434,36 +6612,224 @@ var CombinedLogoSvg = (_a) => {
|
|
|
6434
6612
|
]);
|
|
6435
6613
|
switch (brand) {
|
|
6436
6614
|
case "ai":
|
|
6437
|
-
return /* @__PURE__ */
|
|
6615
|
+
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(
|
|
6438
6616
|
"path",
|
|
6439
6617
|
{
|
|
6440
6618
|
key: i,
|
|
6441
6619
|
d: combinedLogoPath,
|
|
6442
6620
|
fill: `url(#ai-logo-${customId}-gradient-${i + 1}`
|
|
6443
6621
|
}
|
|
6444
|
-
))) : /* @__PURE__ */
|
|
6622
|
+
))) : /* @__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" })));
|
|
6445
6623
|
case "apptile":
|
|
6446
|
-
return /* @__PURE__ */
|
|
6624
|
+
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(
|
|
6447
6625
|
"path",
|
|
6448
6626
|
{
|
|
6449
6627
|
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",
|
|
6450
6628
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("blurple")
|
|
6451
6629
|
}
|
|
6452
|
-
), /* @__PURE__ */
|
|
6630
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6453
6631
|
"path",
|
|
6454
6632
|
{
|
|
6455
6633
|
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",
|
|
6456
6634
|
fill: "white"
|
|
6457
6635
|
}
|
|
6458
|
-
), /* @__PURE__ */
|
|
6636
|
+
), /* @__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" })));
|
|
6637
|
+
case "product":
|
|
6638
|
+
return /* @__PURE__ */ React43.createElement("svg", __spreadValues({ viewBox: "0 0 112 40", fill: "none", "aria-label": "Loom" }, props), /* @__PURE__ */ React43.createElement(
|
|
6639
|
+
"path",
|
|
6640
|
+
{
|
|
6641
|
+
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",
|
|
6642
|
+
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6643
|
+
}
|
|
6644
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6645
|
+
"path",
|
|
6646
|
+
{
|
|
6647
|
+
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",
|
|
6648
|
+
fill: "white"
|
|
6649
|
+
}
|
|
6650
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6651
|
+
"path",
|
|
6652
|
+
{
|
|
6653
|
+
"fill-rule": "evenodd",
|
|
6654
|
+
"clip-rule": "evenodd",
|
|
6655
|
+
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",
|
|
6656
|
+
fill: wordmarkColor
|
|
6657
|
+
}
|
|
6658
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6659
|
+
"path",
|
|
6660
|
+
{
|
|
6661
|
+
"fill-rule": "evenodd",
|
|
6662
|
+
"clip-rule": "evenodd",
|
|
6663
|
+
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",
|
|
6664
|
+
fill: wordmarkColor
|
|
6665
|
+
}
|
|
6666
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6667
|
+
"path",
|
|
6668
|
+
{
|
|
6669
|
+
d: "M54.9365 25.3483H62.3421V28.0827H51.6667V11.1068H54.9365V25.3483Z",
|
|
6670
|
+
fill: wordmarkColor
|
|
6671
|
+
}
|
|
6672
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6673
|
+
"path",
|
|
6674
|
+
{
|
|
6675
|
+
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",
|
|
6676
|
+
fill: wordmarkColor
|
|
6677
|
+
}
|
|
6678
|
+
));
|
|
6679
|
+
case "marketing":
|
|
6680
|
+
return /* @__PURE__ */ React43.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 170 48", fill: "none" }, props), /* @__PURE__ */ React43.createElement(
|
|
6681
|
+
"path",
|
|
6682
|
+
{
|
|
6683
|
+
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",
|
|
6684
|
+
fill: wordmarkColor
|
|
6685
|
+
}
|
|
6686
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6687
|
+
"path",
|
|
6688
|
+
{
|
|
6689
|
+
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",
|
|
6690
|
+
fill: wordmarkColor
|
|
6691
|
+
}
|
|
6692
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6693
|
+
"path",
|
|
6694
|
+
{
|
|
6695
|
+
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",
|
|
6696
|
+
fill: wordmarkColor
|
|
6697
|
+
}
|
|
6698
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6699
|
+
"path",
|
|
6700
|
+
{
|
|
6701
|
+
d: "M64.094 7.77783H68.234V34.0438H81.942V37.9998H64.094V7.77783Z",
|
|
6702
|
+
fill: wordmarkColor
|
|
6703
|
+
}
|
|
6704
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6705
|
+
"path",
|
|
6706
|
+
{
|
|
6707
|
+
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",
|
|
6708
|
+
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6709
|
+
}
|
|
6710
|
+
), /* @__PURE__ */ React43.createElement("g", { clipPath: "url(#clip0_45829_3572)" }, /* @__PURE__ */ React43.createElement(
|
|
6711
|
+
"path",
|
|
6712
|
+
{
|
|
6713
|
+
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",
|
|
6714
|
+
fill: "white"
|
|
6715
|
+
}
|
|
6716
|
+
)), /* @__PURE__ */ React43.createElement("defs", null, /* @__PURE__ */ React43.createElement("clipPath", { id: "clip0_45829_3572" }, /* @__PURE__ */ React43.createElement(
|
|
6717
|
+
"rect",
|
|
6718
|
+
{
|
|
6719
|
+
width: "39",
|
|
6720
|
+
height: "39",
|
|
6721
|
+
fill: "white",
|
|
6722
|
+
transform: "translate(4.75 5)"
|
|
6723
|
+
}
|
|
6724
|
+
))));
|
|
6725
|
+
case "attributed":
|
|
6726
|
+
return /* @__PURE__ */ React43.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 232 75", fill: "none" }, props), /* @__PURE__ */ React43.createElement(
|
|
6727
|
+
"path",
|
|
6728
|
+
{
|
|
6729
|
+
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",
|
|
6730
|
+
fill: wordmarkColor
|
|
6731
|
+
}
|
|
6732
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6733
|
+
"path",
|
|
6734
|
+
{
|
|
6735
|
+
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",
|
|
6736
|
+
fill: wordmarkColor
|
|
6737
|
+
}
|
|
6738
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6739
|
+
"path",
|
|
6740
|
+
{
|
|
6741
|
+
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",
|
|
6742
|
+
fill: wordmarkColor
|
|
6743
|
+
}
|
|
6744
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6745
|
+
"path",
|
|
6746
|
+
{
|
|
6747
|
+
d: "M91.094 34.7778H95.234V61.0438H108.942V64.9998H91.094V34.7778Z",
|
|
6748
|
+
fill: wordmarkColor
|
|
6749
|
+
}
|
|
6750
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6751
|
+
"path",
|
|
6752
|
+
{
|
|
6753
|
+
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",
|
|
6754
|
+
fill: wordmarkColor
|
|
6755
|
+
}
|
|
6756
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6757
|
+
"path",
|
|
6758
|
+
{
|
|
6759
|
+
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",
|
|
6760
|
+
fill: wordmarkColor
|
|
6761
|
+
}
|
|
6762
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6763
|
+
"path",
|
|
6764
|
+
{
|
|
6765
|
+
d: "M193.602 7.16846H189.628V24.329H193.602V7.16846Z",
|
|
6766
|
+
fill: wordmarkColor
|
|
6767
|
+
}
|
|
6768
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6769
|
+
"path",
|
|
6770
|
+
{
|
|
6771
|
+
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",
|
|
6772
|
+
fill: wordmarkColor
|
|
6773
|
+
}
|
|
6774
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6775
|
+
"path",
|
|
6776
|
+
{
|
|
6777
|
+
d: "M124.237 7.16846V24.329H132.426L133.69 20.5958H128.211V7.16846H124.237Z",
|
|
6778
|
+
fill: wordmarkColor
|
|
6779
|
+
}
|
|
6780
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6781
|
+
"path",
|
|
6782
|
+
{
|
|
6783
|
+
d: "M108.04 7.16846V10.8414H112.436V24.329H116.47V10.8414H121.227V7.16846H108.04Z",
|
|
6784
|
+
fill: wordmarkColor
|
|
6785
|
+
}
|
|
6786
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6787
|
+
"path",
|
|
6788
|
+
{
|
|
6789
|
+
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",
|
|
6790
|
+
fill: wordmarkColor
|
|
6791
|
+
}
|
|
6792
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6793
|
+
"path",
|
|
6794
|
+
{
|
|
6795
|
+
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",
|
|
6796
|
+
fill: wordmarkColor
|
|
6797
|
+
}
|
|
6798
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6799
|
+
"path",
|
|
6800
|
+
{
|
|
6801
|
+
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",
|
|
6802
|
+
fill: wordmarkColor
|
|
6803
|
+
}
|
|
6804
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6805
|
+
"path",
|
|
6806
|
+
{
|
|
6807
|
+
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",
|
|
6808
|
+
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6809
|
+
}
|
|
6810
|
+
), /* @__PURE__ */ React43.createElement("g", { clipPath: "url(#clip0_45829_3571)" }, /* @__PURE__ */ React43.createElement(
|
|
6811
|
+
"path",
|
|
6812
|
+
{
|
|
6813
|
+
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",
|
|
6814
|
+
fill: "white"
|
|
6815
|
+
}
|
|
6816
|
+
)), /* @__PURE__ */ React43.createElement("defs", null, /* @__PURE__ */ React43.createElement("clipPath", { id: "clip0_45829_3571" }, /* @__PURE__ */ React43.createElement(
|
|
6817
|
+
"rect",
|
|
6818
|
+
{
|
|
6819
|
+
width: "60.9375",
|
|
6820
|
+
height: "60.9375",
|
|
6821
|
+
fill: "white",
|
|
6822
|
+
transform: "translate(7.42188 7.8125)"
|
|
6823
|
+
}
|
|
6824
|
+
))));
|
|
6459
6825
|
default:
|
|
6460
|
-
return /* @__PURE__ */
|
|
6826
|
+
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(
|
|
6461
6827
|
"path",
|
|
6462
6828
|
{
|
|
6463
6829
|
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",
|
|
6464
6830
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6465
6831
|
}
|
|
6466
|
-
), /* @__PURE__ */
|
|
6832
|
+
), /* @__PURE__ */ React43.createElement(
|
|
6467
6833
|
"path",
|
|
6468
6834
|
{
|
|
6469
6835
|
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",
|
|
@@ -6472,7 +6838,7 @@ var CombinedLogoSvg = (_a) => {
|
|
|
6472
6838
|
));
|
|
6473
6839
|
}
|
|
6474
6840
|
};
|
|
6475
|
-
var LogoWrapper =
|
|
6841
|
+
var LogoWrapper = styled33.span`
|
|
6476
6842
|
display: block;
|
|
6477
6843
|
${(props) => props.maxWidth && getSize("max-width", props.maxWidth)};
|
|
6478
6844
|
|
|
@@ -6499,7 +6865,7 @@ var Logo = (_a) => {
|
|
|
6499
6865
|
"brand",
|
|
6500
6866
|
"customId"
|
|
6501
6867
|
]);
|
|
6502
|
-
return /* @__PURE__ */
|
|
6868
|
+
return /* @__PURE__ */ React43.createElement(LogoWrapper, __spreadValues({ variant, maxWidth }, props), variant === "combined" && /* @__PURE__ */ React43.createElement(
|
|
6503
6869
|
CombinedLogoSvg,
|
|
6504
6870
|
{
|
|
6505
6871
|
brand,
|
|
@@ -6508,7 +6874,7 @@ var Logo = (_a) => {
|
|
|
6508
6874
|
customId,
|
|
6509
6875
|
className: "lns-logoSvg"
|
|
6510
6876
|
}
|
|
6511
|
-
), variant === "symbol" && /* @__PURE__ */
|
|
6877
|
+
), variant === "symbol" && /* @__PURE__ */ React43.createElement(
|
|
6512
6878
|
SymbolLogoSvg,
|
|
6513
6879
|
{
|
|
6514
6880
|
brand,
|
|
@@ -6516,7 +6882,7 @@ var Logo = (_a) => {
|
|
|
6516
6882
|
customId,
|
|
6517
6883
|
className: "lns-logoSvg"
|
|
6518
6884
|
}
|
|
6519
|
-
), variant === "wordmark" && /* @__PURE__ */
|
|
6885
|
+
), variant === "wordmark" && /* @__PURE__ */ React43.createElement(
|
|
6520
6886
|
WordmarkLogoSvg,
|
|
6521
6887
|
{
|
|
6522
6888
|
brand,
|
|
@@ -6528,8 +6894,8 @@ var Logo = (_a) => {
|
|
|
6528
6894
|
var logo_default = Logo;
|
|
6529
6895
|
|
|
6530
6896
|
// src/components/logo-loader/logo-loader.tsx
|
|
6531
|
-
import
|
|
6532
|
-
import
|
|
6897
|
+
import styled34 from "@emotion/styled";
|
|
6898
|
+
import React44 from "react";
|
|
6533
6899
|
|
|
6534
6900
|
// src/constants/routes.ts
|
|
6535
6901
|
var LENS_CDN = "https://cdn.loom.com/assets/lens";
|
|
@@ -6539,7 +6905,7 @@ var sizeToPx = {
|
|
|
6539
6905
|
small: "40px",
|
|
6540
6906
|
medium: "80px"
|
|
6541
6907
|
};
|
|
6542
|
-
var LogoLoaderWrapper =
|
|
6908
|
+
var LogoLoaderWrapper = styled34.span`
|
|
6543
6909
|
animation: ${(props) => props.animation};
|
|
6544
6910
|
background-image: url(${LENS_CDN}/${(props) => props.brand}-loader.svg);
|
|
6545
6911
|
background-size: cover;
|
|
@@ -6559,14 +6925,14 @@ var LogoLoader = ({
|
|
|
6559
6925
|
brand = "loom",
|
|
6560
6926
|
size = "medium"
|
|
6561
6927
|
}) => {
|
|
6562
|
-
return /* @__PURE__ */
|
|
6928
|
+
return /* @__PURE__ */ React44.createElement(LogoLoaderWrapper, { animation, brand, size });
|
|
6563
6929
|
};
|
|
6564
6930
|
var logo_loader_default = LogoLoader;
|
|
6565
6931
|
|
|
6566
6932
|
// src/components/list/list.tsx
|
|
6567
6933
|
import { css as css5 } from "@emotion/react";
|
|
6568
|
-
import
|
|
6569
|
-
import
|
|
6934
|
+
import styled35 from "@emotion/styled";
|
|
6935
|
+
import React45 from "react";
|
|
6570
6936
|
var ssrComment = `/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */`;
|
|
6571
6937
|
var variantStyles2 = {
|
|
6572
6938
|
border: css5`
|
|
@@ -6592,7 +6958,7 @@ var variantStyles2 = {
|
|
|
6592
6958
|
`,
|
|
6593
6959
|
clear: css5``
|
|
6594
6960
|
};
|
|
6595
|
-
var ListWrapper =
|
|
6961
|
+
var ListWrapper = styled35.div`
|
|
6596
6962
|
.ListRowWrapper {
|
|
6597
6963
|
grid-template-columns: ${(props) => props.columns && props.columns};
|
|
6598
6964
|
${(props) => getSize("gap", props.gap)};
|
|
@@ -6600,7 +6966,7 @@ var ListWrapper = styled34.div`
|
|
|
6600
6966
|
|
|
6601
6967
|
${(props) => variantStyles2[props.variant]};
|
|
6602
6968
|
`;
|
|
6603
|
-
var ListRowWrapper =
|
|
6969
|
+
var ListRowWrapper = styled35.div`
|
|
6604
6970
|
display: grid;
|
|
6605
6971
|
align-items: center;
|
|
6606
6972
|
text-decoration: none;
|
|
@@ -6643,7 +7009,7 @@ var ListRowWrapper = styled34.div`
|
|
|
6643
7009
|
var ListRow = (_a) => {
|
|
6644
7010
|
var _b = _a, {
|
|
6645
7011
|
children,
|
|
6646
|
-
htmlTag,
|
|
7012
|
+
htmlTag = "li",
|
|
6647
7013
|
className,
|
|
6648
7014
|
backgroundColor,
|
|
6649
7015
|
onClick,
|
|
@@ -6659,24 +7025,52 @@ var ListRow = (_a) => {
|
|
|
6659
7025
|
"role"
|
|
6660
7026
|
]);
|
|
6661
7027
|
const classNameFromProp = className ? ` ${className}` : ``;
|
|
6662
|
-
|
|
6663
|
-
|
|
6664
|
-
|
|
6665
|
-
|
|
6666
|
-
|
|
6667
|
-
|
|
6668
|
-
|
|
6669
|
-
|
|
6670
|
-
|
|
6671
|
-
|
|
6672
|
-
|
|
6673
|
-
|
|
6674
|
-
|
|
6675
|
-
|
|
6676
|
-
|
|
6677
|
-
|
|
6678
|
-
|
|
6679
|
-
|
|
7028
|
+
const nonInteractiveElements = [
|
|
7029
|
+
"div",
|
|
7030
|
+
"span",
|
|
7031
|
+
"p",
|
|
7032
|
+
"h1",
|
|
7033
|
+
"h2",
|
|
7034
|
+
"h3",
|
|
7035
|
+
"h4",
|
|
7036
|
+
"h5",
|
|
7037
|
+
"h6",
|
|
7038
|
+
"section",
|
|
7039
|
+
"article",
|
|
7040
|
+
"header",
|
|
7041
|
+
"footer",
|
|
7042
|
+
"main",
|
|
7043
|
+
"aside",
|
|
7044
|
+
"nav"
|
|
7045
|
+
];
|
|
7046
|
+
const isAutoInteractive = !htmlTag && onClick;
|
|
7047
|
+
let isNonInteractive = false;
|
|
7048
|
+
const actualHtmlTag = htmlTag || "div";
|
|
7049
|
+
if (!isAutoInteractive) {
|
|
7050
|
+
isNonInteractive = nonInteractiveElements.includes(actualHtmlTag);
|
|
7051
|
+
}
|
|
7052
|
+
const interactiveProps = !isNonInteractive || isAutoInteractive ? {
|
|
7053
|
+
onClick,
|
|
7054
|
+
onKeyDown: (e) => {
|
|
7055
|
+
if (e.key === "Enter") {
|
|
7056
|
+
e.preventDefault();
|
|
7057
|
+
onClick == null ? void 0 : onClick(e);
|
|
7058
|
+
}
|
|
7059
|
+
}
|
|
7060
|
+
} : {};
|
|
7061
|
+
return (
|
|
7062
|
+
// eslint-disable-next-line styled-components-a11y/no-static-element-interactions
|
|
7063
|
+
/* @__PURE__ */ React45.createElement(
|
|
7064
|
+
ListRowWrapper,
|
|
7065
|
+
__spreadValues(__spreadValues({
|
|
7066
|
+
role: role || (htmlTag === "li" ? "listitem" : void 0),
|
|
7067
|
+
className: `ListRowWrapper${classNameFromProp}`,
|
|
7068
|
+
as: htmlTag,
|
|
7069
|
+
backgroundColor,
|
|
7070
|
+
href
|
|
7071
|
+
}, interactiveProps), props),
|
|
7072
|
+
children
|
|
7073
|
+
)
|
|
6680
7074
|
);
|
|
6681
7075
|
};
|
|
6682
7076
|
var formatColumns = (columns) => columns.map((columnValue) => getSizeValue(columnValue)).join(" ");
|
|
@@ -6685,35 +7079,50 @@ var List = (_a) => {
|
|
|
6685
7079
|
children,
|
|
6686
7080
|
columns,
|
|
6687
7081
|
gap,
|
|
6688
|
-
variant = "stripe"
|
|
7082
|
+
variant = "stripe",
|
|
7083
|
+
htmlTag = "ul"
|
|
6689
7084
|
} = _b, props = __objRest(_b, [
|
|
6690
7085
|
"children",
|
|
6691
7086
|
"columns",
|
|
6692
7087
|
"gap",
|
|
6693
|
-
"variant"
|
|
7088
|
+
"variant",
|
|
7089
|
+
"htmlTag"
|
|
6694
7090
|
]);
|
|
6695
|
-
|
|
7091
|
+
let processedChildren = children;
|
|
7092
|
+
if (htmlTag === "ul") {
|
|
7093
|
+
processedChildren = React45.Children.map(children, (child) => {
|
|
7094
|
+
if (React45.isValidElement(child) && child.type === ListRow) {
|
|
7095
|
+
return React45.cloneElement(child, {
|
|
7096
|
+
htmlTag: "li"
|
|
7097
|
+
});
|
|
7098
|
+
}
|
|
7099
|
+
return child;
|
|
7100
|
+
});
|
|
7101
|
+
}
|
|
7102
|
+
return /* @__PURE__ */ React45.createElement(
|
|
6696
7103
|
ListWrapper,
|
|
6697
7104
|
__spreadValues({
|
|
7105
|
+
as: htmlTag,
|
|
6698
7106
|
columns: columns && formatColumns(columns),
|
|
6699
7107
|
gap,
|
|
6700
|
-
variant
|
|
7108
|
+
variant,
|
|
7109
|
+
role: htmlTag === "ul" ? "list" : void 0
|
|
6701
7110
|
}, props),
|
|
6702
|
-
|
|
7111
|
+
processedChildren
|
|
6703
7112
|
);
|
|
6704
7113
|
};
|
|
6705
7114
|
var list_default = List;
|
|
6706
7115
|
|
|
6707
7116
|
// src/components/tabs/tabs.tsx
|
|
6708
|
-
import
|
|
6709
|
-
import
|
|
6710
|
-
var TabsContext =
|
|
7117
|
+
import styled36 from "@emotion/styled";
|
|
7118
|
+
import React46 from "react";
|
|
7119
|
+
var TabsContext = React46.createContext({});
|
|
6711
7120
|
var negativeScrollOffset = (scrollOffset) => `calc(-1 * ${getSizeValue(scrollOffset)})`;
|
|
6712
|
-
var Wrapper =
|
|
7121
|
+
var Wrapper = styled36.div`
|
|
6713
7122
|
${(props) => props.scrollOffset && `margin: 0 ${negativeScrollOffset(props.scrollOffset)};
|
|
6714
7123
|
`};
|
|
6715
7124
|
`;
|
|
6716
|
-
var TabsNav =
|
|
7125
|
+
var TabsNav = styled36.div`
|
|
6717
7126
|
--activeIndicatorHeight: 3px;
|
|
6718
7127
|
|
|
6719
7128
|
display: flex;
|
|
@@ -6742,7 +7151,7 @@ var TabsNav = styled35.div`
|
|
|
6742
7151
|
${(props) => props.scrollOffset && getSize("width", props.scrollOffset)};
|
|
6743
7152
|
}
|
|
6744
7153
|
`;
|
|
6745
|
-
var TabsNavPilled =
|
|
7154
|
+
var TabsNavPilled = styled36.div`
|
|
6746
7155
|
${getRadius("200")};
|
|
6747
7156
|
background-color: var(--lns-color-backgroundSecondary);
|
|
6748
7157
|
|
|
@@ -6768,7 +7177,7 @@ var TabsNavPilled = styled35.div`
|
|
|
6768
7177
|
${(props) => props.scrollOffset && getSize("width", props.scrollOffset)};
|
|
6769
7178
|
}
|
|
6770
7179
|
`;
|
|
6771
|
-
var TabWrapper =
|
|
7180
|
+
var TabWrapper = styled36.button`
|
|
6772
7181
|
appearance: none;
|
|
6773
7182
|
font: inherit;
|
|
6774
7183
|
background: transparent;
|
|
@@ -6787,7 +7196,9 @@ var TabWrapper = styled35.button`
|
|
|
6787
7196
|
${getFontWeight("bold")};
|
|
6788
7197
|
transition: 0.6s color;
|
|
6789
7198
|
white-space: nowrap;
|
|
6790
|
-
color: ${(props) => getColorValue(
|
|
7199
|
+
color: ${(props) => getColorValue(
|
|
7200
|
+
props.isActive ? "body" : props.disabled ? "disabledContent" : "bodyDimmed"
|
|
7201
|
+
)};
|
|
6791
7202
|
${(props) => props.isActive && `border-color: ${getColorValue("primary")};
|
|
6792
7203
|
`};
|
|
6793
7204
|
|
|
@@ -6800,7 +7211,7 @@ var TabWrapper = styled35.button`
|
|
|
6800
7211
|
${getFocusRing(void 0, "inset")};
|
|
6801
7212
|
}
|
|
6802
7213
|
|
|
6803
|
-
&:hover {
|
|
7214
|
+
&:hover:not(:disabled) {
|
|
6804
7215
|
color: ${getColorValue("body")};
|
|
6805
7216
|
transition: 0.3s color;
|
|
6806
7217
|
}
|
|
@@ -6815,7 +7226,7 @@ var TabWrapper = styled35.button`
|
|
|
6815
7226
|
${(props) => props.isActive && `background-color: ${getColorValue("primary")}`};
|
|
6816
7227
|
}
|
|
6817
7228
|
`;
|
|
6818
|
-
var TabWrapperPilled =
|
|
7229
|
+
var TabWrapperPilled = styled36.button`
|
|
6819
7230
|
padding: ${u(1)} 0;
|
|
6820
7231
|
|
|
6821
7232
|
appearance: none;
|
|
@@ -6836,8 +7247,11 @@ var TabWrapperPilled = styled35.button`
|
|
|
6836
7247
|
|
|
6837
7248
|
transition: 0.6s color;
|
|
6838
7249
|
white-space: nowrap;
|
|
7250
|
+
color: ${(props) => getColorValue(
|
|
7251
|
+
props.isActive ? "body" : props.disabled ? "disabledContent" : "bodyDimmed"
|
|
7252
|
+
)};
|
|
6839
7253
|
${(props) => props.isActive && `background-color: ${getColorValue("background")};
|
|
6840
|
-
|
|
7254
|
+
color: ${getColorValue("primary")};
|
|
6841
7255
|
`};
|
|
6842
7256
|
|
|
6843
7257
|
&:focus,
|
|
@@ -6849,7 +7263,7 @@ var TabWrapperPilled = styled35.button`
|
|
|
6849
7263
|
${getFocusRing(void 0, "inset")};
|
|
6850
7264
|
}
|
|
6851
7265
|
|
|
6852
|
-
&:hover {
|
|
7266
|
+
&:hover:not(:disabled) {
|
|
6853
7267
|
color: ${getColorValue("primary")};
|
|
6854
7268
|
transition: 0.3s color;
|
|
6855
7269
|
}
|
|
@@ -6859,38 +7273,42 @@ var Tab = (_a) => {
|
|
|
6859
7273
|
children,
|
|
6860
7274
|
isActive,
|
|
6861
7275
|
htmlTag = "button",
|
|
6862
|
-
icon
|
|
7276
|
+
icon,
|
|
7277
|
+
isDisabled = false
|
|
6863
7278
|
} = _b, props = __objRest(_b, [
|
|
6864
7279
|
"children",
|
|
6865
7280
|
"isActive",
|
|
6866
7281
|
"htmlTag",
|
|
6867
|
-
"icon"
|
|
7282
|
+
"icon",
|
|
7283
|
+
"isDisabled"
|
|
6868
7284
|
]);
|
|
6869
|
-
const { isPilledDesign } =
|
|
7285
|
+
const { isPilledDesign } = React46.useContext(TabsContext);
|
|
6870
7286
|
if (isPilledDesign) {
|
|
6871
|
-
return /* @__PURE__ */
|
|
7287
|
+
return /* @__PURE__ */ React46.createElement(
|
|
6872
7288
|
TabWrapperPilled,
|
|
6873
7289
|
__spreadValues({
|
|
6874
7290
|
as: htmlTag,
|
|
6875
7291
|
isActive,
|
|
6876
7292
|
icon,
|
|
6877
7293
|
role: "tab",
|
|
6878
|
-
"aria-selected": isActive
|
|
7294
|
+
"aria-selected": isActive,
|
|
7295
|
+
disabled: isDisabled
|
|
6879
7296
|
}, props),
|
|
6880
|
-
icon && /* @__PURE__ */
|
|
7297
|
+
icon && /* @__PURE__ */ React46.createElement(container_default, { htmlTag: "span", paddingRight: children && "small" }, /* @__PURE__ */ React46.createElement(icon_default, { icon, color: "currentColor" })),
|
|
6881
7298
|
children
|
|
6882
7299
|
);
|
|
6883
7300
|
}
|
|
6884
|
-
return /* @__PURE__ */
|
|
7301
|
+
return /* @__PURE__ */ React46.createElement(
|
|
6885
7302
|
TabWrapper,
|
|
6886
7303
|
__spreadValues({
|
|
6887
7304
|
as: htmlTag,
|
|
6888
7305
|
isActive,
|
|
6889
7306
|
icon,
|
|
6890
7307
|
role: "tab",
|
|
6891
|
-
"aria-selected": isActive
|
|
7308
|
+
"aria-selected": isActive,
|
|
7309
|
+
disabled: isDisabled
|
|
6892
7310
|
}, props),
|
|
6893
|
-
icon && /* @__PURE__ */
|
|
7311
|
+
icon && /* @__PURE__ */ React46.createElement(container_default, { htmlTag: "span", paddingRight: children && "small" }, /* @__PURE__ */ React46.createElement(icon_default, { icon, color: "currentColor" })),
|
|
6894
7312
|
children
|
|
6895
7313
|
);
|
|
6896
7314
|
};
|
|
@@ -6908,7 +7326,7 @@ var Tabs = (_a) => {
|
|
|
6908
7326
|
"isPilledDesign",
|
|
6909
7327
|
"hasBottomBorder"
|
|
6910
7328
|
]);
|
|
6911
|
-
const tabsContent = isPilledDesign ? /* @__PURE__ */
|
|
7329
|
+
const tabsContent = isPilledDesign ? /* @__PURE__ */ React46.createElement(
|
|
6912
7330
|
TabsNavPilled,
|
|
6913
7331
|
__spreadValues({
|
|
6914
7332
|
hasFullTabs,
|
|
@@ -6916,7 +7334,7 @@ var Tabs = (_a) => {
|
|
|
6916
7334
|
role: "tablist"
|
|
6917
7335
|
}, props),
|
|
6918
7336
|
children
|
|
6919
|
-
) : /* @__PURE__ */
|
|
7337
|
+
) : /* @__PURE__ */ React46.createElement(
|
|
6920
7338
|
TabsNav,
|
|
6921
7339
|
__spreadValues({
|
|
6922
7340
|
hasFullTabs,
|
|
@@ -6927,16 +7345,16 @@ var Tabs = (_a) => {
|
|
|
6927
7345
|
children
|
|
6928
7346
|
);
|
|
6929
7347
|
if (scrollOffset) {
|
|
6930
|
-
return /* @__PURE__ */
|
|
7348
|
+
return /* @__PURE__ */ React46.createElement(Wrapper, { scrollOffset }, tabsContent);
|
|
6931
7349
|
}
|
|
6932
|
-
return /* @__PURE__ */
|
|
7350
|
+
return /* @__PURE__ */ React46.createElement(TabsContext.Provider, { value: { isPilledDesign } }, tabsContent);
|
|
6933
7351
|
};
|
|
6934
7352
|
var tabs_default = Tabs;
|
|
6935
7353
|
|
|
6936
7354
|
// src/components/pill/pill.tsx
|
|
6937
|
-
import
|
|
6938
|
-
import
|
|
6939
|
-
var PillWrapper =
|
|
7355
|
+
import styled37 from "@emotion/styled";
|
|
7356
|
+
import React47 from "react";
|
|
7357
|
+
var PillWrapper = styled37.div`
|
|
6940
7358
|
display: inline-grid;
|
|
6941
7359
|
grid-auto-flow: column;
|
|
6942
7360
|
align-items: center;
|
|
@@ -6964,21 +7382,21 @@ var Pill = (_a) => {
|
|
|
6964
7382
|
"icon",
|
|
6965
7383
|
"iconPosition"
|
|
6966
7384
|
]);
|
|
6967
|
-
const iconComponent = /* @__PURE__ */
|
|
7385
|
+
const iconComponent = /* @__PURE__ */ React47.createElement(
|
|
6968
7386
|
container_default,
|
|
6969
7387
|
{
|
|
6970
7388
|
htmlTag: "span",
|
|
6971
7389
|
paddingLeft: iconPosition === "right" && "xsmall",
|
|
6972
7390
|
paddingRight: iconPosition === "left" && "xsmall"
|
|
6973
7391
|
},
|
|
6974
|
-
/* @__PURE__ */
|
|
7392
|
+
/* @__PURE__ */ React47.createElement(icon_default, { icon, color: "currentColor", size: 2 })
|
|
6975
7393
|
);
|
|
6976
|
-
return /* @__PURE__ */
|
|
7394
|
+
return /* @__PURE__ */ React47.createElement(PillWrapper, __spreadValues({ color, backgroundColor }, props), icon && iconPosition === "left" && iconComponent, children, icon && iconPosition === "right" && iconComponent);
|
|
6977
7395
|
};
|
|
6978
7396
|
var pill_default = Pill;
|
|
6979
7397
|
|
|
6980
7398
|
// src/components/popover/popover.tsx
|
|
6981
|
-
import
|
|
7399
|
+
import styled38 from "@emotion/styled";
|
|
6982
7400
|
import {
|
|
6983
7401
|
autoUpdate,
|
|
6984
7402
|
flip,
|
|
@@ -6987,7 +7405,7 @@ import {
|
|
|
6987
7405
|
shift,
|
|
6988
7406
|
useFloating
|
|
6989
7407
|
} from "@floating-ui/react-dom";
|
|
6990
|
-
import
|
|
7408
|
+
import React48, { useEffect as useEffect10 } from "react";
|
|
6991
7409
|
import ReactDOM from "react-dom";
|
|
6992
7410
|
import { useTransition as useTransition2 } from "transition-hook";
|
|
6993
7411
|
var placements2 = {
|
|
@@ -7004,14 +7422,14 @@ var placements2 = {
|
|
|
7004
7422
|
rightCenter: "right",
|
|
7005
7423
|
rightBottom: "right-end"
|
|
7006
7424
|
};
|
|
7007
|
-
var Wrapper2 =
|
|
7425
|
+
var Wrapper2 = styled38.div`
|
|
7008
7426
|
position: relative;
|
|
7009
7427
|
width: fit-content;
|
|
7010
7428
|
// transform forces the popover to calculate the position from the trigger instead of the viewport
|
|
7011
7429
|
transform: translate(0);
|
|
7012
7430
|
z-index: ${(props) => props.childrenZIndex};
|
|
7013
7431
|
`;
|
|
7014
|
-
var ContentWrapper2 =
|
|
7432
|
+
var ContentWrapper2 = styled38.div`
|
|
7015
7433
|
${(props) => props.zIndex && `z-index: ${props.zIndex}`};
|
|
7016
7434
|
`;
|
|
7017
7435
|
var Popover = (_a) => {
|
|
@@ -7089,17 +7507,17 @@ var Popover = (_a) => {
|
|
|
7089
7507
|
opacity: stage === "enter" ? 1 : 0
|
|
7090
7508
|
}
|
|
7091
7509
|
};
|
|
7092
|
-
return /* @__PURE__ */
|
|
7093
|
-
/* @__PURE__ */
|
|
7510
|
+
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(
|
|
7511
|
+
/* @__PURE__ */ React48.createElement(ContentWrapper2, __spreadValues({}, contentProps), content),
|
|
7094
7512
|
rootNode
|
|
7095
7513
|
)));
|
|
7096
7514
|
};
|
|
7097
7515
|
var popover_default = Popover;
|
|
7098
7516
|
|
|
7099
7517
|
// src/components/illustration/illustration.tsx
|
|
7100
|
-
import
|
|
7101
|
-
import
|
|
7102
|
-
var IllustrationWrapper =
|
|
7518
|
+
import styled39 from "@emotion/styled";
|
|
7519
|
+
import React49 from "react";
|
|
7520
|
+
var IllustrationWrapper = styled39.span`
|
|
7103
7521
|
display: block;
|
|
7104
7522
|
color: ${(props) => props.color ? getColorValue(props.color) : getColorValue("grey8")};
|
|
7105
7523
|
${(props) => props.size && getSize("width", props.size)};
|
|
@@ -7123,7 +7541,7 @@ var Illustration = (_a) => {
|
|
|
7123
7541
|
"color",
|
|
7124
7542
|
"size"
|
|
7125
7543
|
]);
|
|
7126
|
-
return /* @__PURE__ */
|
|
7544
|
+
return /* @__PURE__ */ React49.createElement(
|
|
7127
7545
|
IllustrationWrapper,
|
|
7128
7546
|
__spreadValues({
|
|
7129
7547
|
"aria-hidden": "true",
|
|
@@ -7138,8 +7556,8 @@ var illustration_default = Illustration;
|
|
|
7138
7556
|
|
|
7139
7557
|
// src/components/split/split.tsx
|
|
7140
7558
|
import { css as css6 } from "@emotion/react";
|
|
7141
|
-
import
|
|
7142
|
-
import
|
|
7559
|
+
import styled40 from "@emotion/styled";
|
|
7560
|
+
import React50, { Children, cloneElement } from "react";
|
|
7143
7561
|
var getSizeStyles = (props) => css6`
|
|
7144
7562
|
${getSize("width", props.width)};
|
|
7145
7563
|
${getSize("height", props.height)};
|
|
@@ -7148,7 +7566,7 @@ var getSizeStyles = (props) => css6`
|
|
|
7148
7566
|
${getSize("max-width", props.maxWidth)};
|
|
7149
7567
|
${getSize("max-height", props.maxHeight)};
|
|
7150
7568
|
`;
|
|
7151
|
-
var SplitWrapper =
|
|
7569
|
+
var SplitWrapper = styled40.div`
|
|
7152
7570
|
display: flex;
|
|
7153
7571
|
${(props) => getResponsiveOneOf("align-items", props.alignItems)};
|
|
7154
7572
|
${(props) => props.justifyContent && getResponsiveOneOf("justify-content", props.justifyContent)};
|
|
@@ -7161,7 +7579,7 @@ var SplitWrapper = styled39.div`
|
|
|
7161
7579
|
${(props) => getSizeStyles(props)};
|
|
7162
7580
|
${(props) => getListContainer(props.as)};
|
|
7163
7581
|
`;
|
|
7164
|
-
var SplitSectionWrapper =
|
|
7582
|
+
var SplitSectionWrapper = styled40.div`
|
|
7165
7583
|
${(props) => getResponsiveNumber("flex-grow", props.grow)};
|
|
7166
7584
|
${(props) => getResponsiveNumber("flex-shrink", props.shrink)};
|
|
7167
7585
|
${(props) => props.basis && getSize("flex-basis", props.basis)};
|
|
@@ -7200,7 +7618,7 @@ var SplitSection = (_a) => {
|
|
|
7200
7618
|
if (className || style) {
|
|
7201
7619
|
console.warn(customStylesWarning);
|
|
7202
7620
|
}
|
|
7203
|
-
return /* @__PURE__ */
|
|
7621
|
+
return /* @__PURE__ */ React50.createElement(
|
|
7204
7622
|
SplitSectionWrapper,
|
|
7205
7623
|
__spreadValues({
|
|
7206
7624
|
as: htmlTag,
|
|
@@ -7258,7 +7676,7 @@ var Split = (_a) => {
|
|
|
7258
7676
|
if (className || style) {
|
|
7259
7677
|
console.warn(customStylesWarning);
|
|
7260
7678
|
}
|
|
7261
|
-
return /* @__PURE__ */
|
|
7679
|
+
return /* @__PURE__ */ React50.createElement(
|
|
7262
7680
|
SplitWrapper,
|
|
7263
7681
|
__spreadValues({
|
|
7264
7682
|
as: htmlTag,
|
|
@@ -7287,10 +7705,10 @@ var Split = (_a) => {
|
|
|
7287
7705
|
var split_default = Split;
|
|
7288
7706
|
|
|
7289
7707
|
// src/components/color-picker/color-picker.tsx
|
|
7290
|
-
import
|
|
7291
|
-
import
|
|
7708
|
+
import styled41 from "@emotion/styled";
|
|
7709
|
+
import React51, { useState as useState6 } from "react";
|
|
7292
7710
|
import { HexColorPicker, HexColorInput } from "react-colorful";
|
|
7293
|
-
var ColorfulWrapper =
|
|
7711
|
+
var ColorfulWrapper = styled41.div`
|
|
7294
7712
|
padding: var(--lns-space-medium);
|
|
7295
7713
|
& .react-colorful {
|
|
7296
7714
|
width: auto;
|
|
@@ -7329,7 +7747,7 @@ var ColorfulWrapper = styled40.div`
|
|
|
7329
7747
|
border: 2px solid white;
|
|
7330
7748
|
}
|
|
7331
7749
|
`;
|
|
7332
|
-
var ColorPickerContainer =
|
|
7750
|
+
var ColorPickerContainer = styled41.div`
|
|
7333
7751
|
position: relative;
|
|
7334
7752
|
width: ${u(31)};
|
|
7335
7753
|
background-color: var(--lns-color-overlay);
|
|
@@ -7338,7 +7756,7 @@ var ColorPickerContainer = styled40.div`
|
|
|
7338
7756
|
0 0 0 1px var(--lns-color-border),
|
|
7339
7757
|
var(--lns-shadow-medium);
|
|
7340
7758
|
`;
|
|
7341
|
-
var InputContainer =
|
|
7759
|
+
var InputContainer = styled41.div`
|
|
7342
7760
|
position: relative;
|
|
7343
7761
|
width: 100%;
|
|
7344
7762
|
|
|
@@ -7367,7 +7785,7 @@ var InputContainer = styled40.div`
|
|
|
7367
7785
|
}
|
|
7368
7786
|
}
|
|
7369
7787
|
`;
|
|
7370
|
-
var ColorBox =
|
|
7788
|
+
var ColorBox = styled41.div`
|
|
7371
7789
|
position: absolute;
|
|
7372
7790
|
width: ${u(3)};
|
|
7373
7791
|
height: ${u(3)};
|
|
@@ -7377,20 +7795,20 @@ var ColorBox = styled40.div`
|
|
|
7377
7795
|
${getRadius("100")};
|
|
7378
7796
|
background-color: ${(props) => props.color};
|
|
7379
7797
|
`;
|
|
7380
|
-
var ButtonWrapper2 =
|
|
7798
|
+
var ButtonWrapper2 = styled41.div`
|
|
7381
7799
|
position: relative;
|
|
7382
7800
|
border-radius: var(--lns-radius-medium);
|
|
7383
7801
|
padding: 0 var(--lns-space-medium) var(--lns-space-medium)
|
|
7384
7802
|
var(--lns-space-medium);
|
|
7385
7803
|
`;
|
|
7386
|
-
var SwatchesContainer =
|
|
7804
|
+
var SwatchesContainer = styled41.div`
|
|
7387
7805
|
display: grid;
|
|
7388
7806
|
grid-template-columns: repeat(7, ${u(3)});
|
|
7389
7807
|
gap: ${u(1)} ${u(1)};
|
|
7390
7808
|
border-bottom: 1px solid var(--lns-color-border);
|
|
7391
7809
|
padding: var(--lns-space-medium);
|
|
7392
7810
|
`;
|
|
7393
|
-
var Swatch =
|
|
7811
|
+
var Swatch = styled41.div`
|
|
7394
7812
|
cursor: pointer;
|
|
7395
7813
|
width: ${u(3)};
|
|
7396
7814
|
height: ${u(3)};
|
|
@@ -7401,7 +7819,7 @@ var Swatch = styled40.div`
|
|
|
7401
7819
|
`;
|
|
7402
7820
|
var SwatchSelector = ({ swatches, currentColor, onSwatchClick }) => {
|
|
7403
7821
|
const selectedSwatch = swatches.includes(currentColor) && currentColor;
|
|
7404
|
-
return /* @__PURE__ */
|
|
7822
|
+
return /* @__PURE__ */ React51.createElement(SwatchesContainer, null, swatches.map((swatch) => /* @__PURE__ */ React51.createElement(
|
|
7405
7823
|
Swatch,
|
|
7406
7824
|
{
|
|
7407
7825
|
key: swatch,
|
|
@@ -7420,7 +7838,7 @@ var SwatchSelector = ({ swatches, currentColor, onSwatchClick }) => {
|
|
|
7420
7838
|
)));
|
|
7421
7839
|
};
|
|
7422
7840
|
var ColorSelector = ({ color, setColor }) => {
|
|
7423
|
-
return /* @__PURE__ */
|
|
7841
|
+
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
7842
|
};
|
|
7425
7843
|
var ColorPicker = (_a) => {
|
|
7426
7844
|
var _b = _a, {
|
|
@@ -7444,21 +7862,21 @@ var ColorPicker = (_a) => {
|
|
|
7444
7862
|
const onSwatchClick = (swatch) => {
|
|
7445
7863
|
handleOnChange(swatch);
|
|
7446
7864
|
};
|
|
7447
|
-
return /* @__PURE__ */
|
|
7865
|
+
return /* @__PURE__ */ React51.createElement(ColorPickerContainer, __spreadValues({}, props), swatches && /* @__PURE__ */ React51.createElement(
|
|
7448
7866
|
SwatchSelector,
|
|
7449
7867
|
{
|
|
7450
7868
|
swatches,
|
|
7451
7869
|
currentColor: tempColor,
|
|
7452
7870
|
onSwatchClick
|
|
7453
7871
|
}
|
|
7454
|
-
), /* @__PURE__ */
|
|
7872
|
+
), /* @__PURE__ */ React51.createElement(ColorSelector, { color: tempColor, setColor: handleOnChange }), confirmButton && /* @__PURE__ */ React51.createElement(ButtonWrapper2, null, confirmButton));
|
|
7455
7873
|
};
|
|
7456
7874
|
var color_picker_default = ColorPicker;
|
|
7457
7875
|
|
|
7458
7876
|
// src/components/ellipses-loader/ellipses-loader.tsx
|
|
7459
7877
|
import { keyframes as keyframes3 } from "@emotion/react";
|
|
7460
|
-
import
|
|
7461
|
-
import
|
|
7878
|
+
import styled42 from "@emotion/styled";
|
|
7879
|
+
import React52 from "react";
|
|
7462
7880
|
var speed2 = 2;
|
|
7463
7881
|
var sizes3 = {
|
|
7464
7882
|
small: {
|
|
@@ -7493,7 +7911,7 @@ var createDotBounce = (bounceDistance) => keyframes3`
|
|
|
7493
7911
|
transform: translateY(calc(50% - ${bounceDistance}));
|
|
7494
7912
|
}
|
|
7495
7913
|
`;
|
|
7496
|
-
var EllipsesLoaderWrapper =
|
|
7914
|
+
var EllipsesLoaderWrapper = styled42.span`
|
|
7497
7915
|
display: inline-flex;
|
|
7498
7916
|
align-items: center;
|
|
7499
7917
|
justify-content: center;
|
|
@@ -7501,7 +7919,7 @@ var EllipsesLoaderWrapper = styled41.span`
|
|
|
7501
7919
|
width: ${(props) => getTotalSize2(props)};
|
|
7502
7920
|
gap: ${(props) => getGap(props)};
|
|
7503
7921
|
`;
|
|
7504
|
-
var Dot2 =
|
|
7922
|
+
var Dot2 = styled42.span`
|
|
7505
7923
|
width: ${(props) => getDotSize2(props)};
|
|
7506
7924
|
height: ${(props) => getDotSize2(props)};
|
|
7507
7925
|
border-radius: 50%;
|
|
@@ -7520,15 +7938,15 @@ var EllipsesLoader = (_a) => {
|
|
|
7520
7938
|
"color",
|
|
7521
7939
|
"size"
|
|
7522
7940
|
]);
|
|
7523
|
-
return /* @__PURE__ */
|
|
7941
|
+
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
7942
|
};
|
|
7525
7943
|
var availableSizes3 = Object.keys(sizes3);
|
|
7526
7944
|
var ellipses_loader_default = EllipsesLoader;
|
|
7527
7945
|
|
|
7528
7946
|
// src/components/waveform-loader/waveform-loader.tsx
|
|
7529
7947
|
import { keyframes as keyframes4 } from "@emotion/react";
|
|
7530
|
-
import
|
|
7531
|
-
import
|
|
7948
|
+
import styled43 from "@emotion/styled";
|
|
7949
|
+
import React53 from "react";
|
|
7532
7950
|
var sizes4 = {
|
|
7533
7951
|
medium: {
|
|
7534
7952
|
totalSize: u(3),
|
|
@@ -7572,7 +7990,7 @@ var fadeIn = keyframes4`
|
|
|
7572
7990
|
opacity: 1;
|
|
7573
7991
|
}
|
|
7574
7992
|
`;
|
|
7575
|
-
var WaveformLoaderWrapper =
|
|
7993
|
+
var WaveformLoaderWrapper = styled43.span`
|
|
7576
7994
|
display: inline-flex;
|
|
7577
7995
|
align-items: center;
|
|
7578
7996
|
justify-content: space-evenly;
|
|
@@ -7580,7 +7998,7 @@ var WaveformLoaderWrapper = styled42.span`
|
|
|
7580
7998
|
width: ${(props) => getTotalSize3(props)};
|
|
7581
7999
|
position: relative;
|
|
7582
8000
|
`;
|
|
7583
|
-
var Bar =
|
|
8001
|
+
var Bar = styled43.span`
|
|
7584
8002
|
width: ${BAR_WIDTH};
|
|
7585
8003
|
height: ${(props) => getBarHeight(props)};
|
|
7586
8004
|
background: ${(props) => props.color === "ai-primary" ? AI_PRIMARY_ANIMATED_LINEAR_GRADIENT : getColorValue(props.color)};
|
|
@@ -7612,24 +8030,24 @@ var WaveformLoader = (_a) => {
|
|
|
7612
8030
|
"speed",
|
|
7613
8031
|
"color"
|
|
7614
8032
|
]);
|
|
7615
|
-
const barsList = Array.from({ length: BARS_COUNT }, (_, index) => /* @__PURE__ */
|
|
7616
|
-
return /* @__PURE__ */
|
|
8033
|
+
const barsList = Array.from({ length: BARS_COUNT }, (_, index) => /* @__PURE__ */ React53.createElement(Bar, { key: index, index, size, speed: speed3, color }));
|
|
8034
|
+
return /* @__PURE__ */ React53.createElement(WaveformLoaderWrapper, __spreadValues({ size, color }, props), barsList);
|
|
7617
8035
|
};
|
|
7618
8036
|
var availableSizes4 = Object.keys(sizes4);
|
|
7619
8037
|
var availableSpeeds = Object.keys(speeds);
|
|
7620
8038
|
var waveform_loader_default = WaveformLoader;
|
|
7621
8039
|
|
|
7622
8040
|
// src/illustrations/accounts-and-billing.js
|
|
7623
|
-
import * as
|
|
8041
|
+
import * as React54 from "react";
|
|
7624
8042
|
function IllustrationAccountsBilling(props) {
|
|
7625
|
-
return /* @__PURE__ */
|
|
8043
|
+
return /* @__PURE__ */ React54.createElement(
|
|
7626
8044
|
"svg",
|
|
7627
8045
|
__spreadValues({
|
|
7628
8046
|
viewBox: "0 0 102 101",
|
|
7629
8047
|
fill: "none",
|
|
7630
8048
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7631
8049
|
}, props),
|
|
7632
|
-
/* @__PURE__ */
|
|
8050
|
+
/* @__PURE__ */ React54.createElement(
|
|
7633
8051
|
"path",
|
|
7634
8052
|
{
|
|
7635
8053
|
d: "M96.072 5.826H5.928v90.145h90.144V5.826z",
|
|
@@ -7638,7 +8056,7 @@ function IllustrationAccountsBilling(props) {
|
|
|
7638
8056
|
strokeMiterlimit: 10
|
|
7639
8057
|
}
|
|
7640
8058
|
),
|
|
7641
|
-
/* @__PURE__ */
|
|
8059
|
+
/* @__PURE__ */ React54.createElement(
|
|
7642
8060
|
"path",
|
|
7643
8061
|
{
|
|
7644
8062
|
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 +8070,37 @@ function IllustrationAccountsBilling(props) {
|
|
|
7652
8070
|
var accounts_and_billing_default = IllustrationAccountsBilling;
|
|
7653
8071
|
|
|
7654
8072
|
// src/illustrations/invite.js
|
|
7655
|
-
import * as
|
|
8073
|
+
import * as React55 from "react";
|
|
7656
8074
|
function IllustrationInvite(props) {
|
|
7657
|
-
return /* @__PURE__ */
|
|
8075
|
+
return /* @__PURE__ */ React55.createElement(
|
|
7658
8076
|
"svg",
|
|
7659
8077
|
__spreadValues({
|
|
7660
8078
|
viewBox: "0 0 100 101",
|
|
7661
8079
|
fill: "none",
|
|
7662
8080
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7663
8081
|
}, props),
|
|
7664
|
-
/* @__PURE__ */
|
|
8082
|
+
/* @__PURE__ */ React55.createElement(
|
|
7665
8083
|
"path",
|
|
7666
8084
|
{
|
|
7667
8085
|
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
8086
|
fill: "currentColor"
|
|
7669
8087
|
}
|
|
7670
8088
|
),
|
|
7671
|
-
/* @__PURE__ */
|
|
8089
|
+
/* @__PURE__ */ React55.createElement(
|
|
7672
8090
|
"path",
|
|
7673
8091
|
{
|
|
7674
8092
|
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
8093
|
fill: "currentColor"
|
|
7676
8094
|
}
|
|
7677
8095
|
),
|
|
7678
|
-
/* @__PURE__ */
|
|
8096
|
+
/* @__PURE__ */ React55.createElement(
|
|
7679
8097
|
"path",
|
|
7680
8098
|
{
|
|
7681
8099
|
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
8100
|
fill: "currentColor"
|
|
7683
8101
|
}
|
|
7684
8102
|
),
|
|
7685
|
-
/* @__PURE__ */
|
|
8103
|
+
/* @__PURE__ */ React55.createElement(
|
|
7686
8104
|
"path",
|
|
7687
8105
|
{
|
|
7688
8106
|
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 +8112,23 @@ function IllustrationInvite(props) {
|
|
|
7694
8112
|
var invite_default = IllustrationInvite;
|
|
7695
8113
|
|
|
7696
8114
|
// src/illustrations/archived.js
|
|
7697
|
-
import * as
|
|
8115
|
+
import * as React56 from "react";
|
|
7698
8116
|
function IllustrationArchived(props) {
|
|
7699
|
-
return /* @__PURE__ */
|
|
8117
|
+
return /* @__PURE__ */ React56.createElement(
|
|
7700
8118
|
"svg",
|
|
7701
8119
|
__spreadValues({
|
|
7702
8120
|
viewBox: "0 0 100 101",
|
|
7703
8121
|
fill: "none",
|
|
7704
8122
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7705
8123
|
}, props),
|
|
7706
|
-
/* @__PURE__ */
|
|
8124
|
+
/* @__PURE__ */ React56.createElement(
|
|
7707
8125
|
"path",
|
|
7708
8126
|
{
|
|
7709
8127
|
d: "M0 .002v100h100v-100H0zm90 90H10v-80h80v80z",
|
|
7710
8128
|
fill: "currentColor"
|
|
7711
8129
|
}
|
|
7712
8130
|
),
|
|
7713
|
-
/* @__PURE__ */
|
|
8131
|
+
/* @__PURE__ */ React56.createElement(
|
|
7714
8132
|
"path",
|
|
7715
8133
|
{
|
|
7716
8134
|
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 +8140,16 @@ function IllustrationArchived(props) {
|
|
|
7722
8140
|
var archived_default = IllustrationArchived;
|
|
7723
8141
|
|
|
7724
8142
|
// src/illustrations/lead-with-transparency.js
|
|
7725
|
-
import * as
|
|
8143
|
+
import * as React57 from "react";
|
|
7726
8144
|
function IllustrationLeadwithTransparency(props) {
|
|
7727
|
-
return /* @__PURE__ */
|
|
8145
|
+
return /* @__PURE__ */ React57.createElement(
|
|
7728
8146
|
"svg",
|
|
7729
8147
|
__spreadValues({
|
|
7730
8148
|
viewBox: "0 0 110 101",
|
|
7731
8149
|
fill: "none",
|
|
7732
8150
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7733
8151
|
}, props),
|
|
7734
|
-
/* @__PURE__ */
|
|
8152
|
+
/* @__PURE__ */ React57.createElement(
|
|
7735
8153
|
"path",
|
|
7736
8154
|
{
|
|
7737
8155
|
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 +8161,16 @@ function IllustrationLeadwithTransparency(props) {
|
|
|
7743
8161
|
var lead_with_transparency_default = IllustrationLeadwithTransparency;
|
|
7744
8162
|
|
|
7745
8163
|
// src/illustrations/ask-for-more.js
|
|
7746
|
-
import * as
|
|
8164
|
+
import * as React58 from "react";
|
|
7747
8165
|
function IllustrationAskforMore(props) {
|
|
7748
|
-
return /* @__PURE__ */
|
|
8166
|
+
return /* @__PURE__ */ React58.createElement(
|
|
7749
8167
|
"svg",
|
|
7750
8168
|
__spreadValues({
|
|
7751
8169
|
viewBox: "0 0 100 100",
|
|
7752
8170
|
fill: "none",
|
|
7753
8171
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7754
8172
|
}, props),
|
|
7755
|
-
/* @__PURE__ */
|
|
8173
|
+
/* @__PURE__ */ React58.createElement(
|
|
7756
8174
|
"path",
|
|
7757
8175
|
{
|
|
7758
8176
|
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 +8182,16 @@ function IllustrationAskforMore(props) {
|
|
|
7764
8182
|
var ask_for_more_default = IllustrationAskforMore;
|
|
7765
8183
|
|
|
7766
8184
|
// src/illustrations/learning-and-development.js
|
|
7767
|
-
import * as
|
|
8185
|
+
import * as React59 from "react";
|
|
7768
8186
|
function IllustrationLearningDevelopment(props) {
|
|
7769
|
-
return /* @__PURE__ */
|
|
8187
|
+
return /* @__PURE__ */ React59.createElement(
|
|
7770
8188
|
"svg",
|
|
7771
8189
|
__spreadValues({
|
|
7772
8190
|
viewBox: "0 0 142 142",
|
|
7773
8191
|
fill: "none",
|
|
7774
8192
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7775
8193
|
}, props),
|
|
7776
|
-
/* @__PURE__ */
|
|
8194
|
+
/* @__PURE__ */ React59.createElement(
|
|
7777
8195
|
"path",
|
|
7778
8196
|
{
|
|
7779
8197
|
fillRule: "evenodd",
|
|
@@ -7782,7 +8200,7 @@ function IllustrationLearningDevelopment(props) {
|
|
|
7782
8200
|
fill: "currentColor"
|
|
7783
8201
|
}
|
|
7784
8202
|
),
|
|
7785
|
-
/* @__PURE__ */
|
|
8203
|
+
/* @__PURE__ */ React59.createElement(
|
|
7786
8204
|
"path",
|
|
7787
8205
|
{
|
|
7788
8206
|
fillRule: "evenodd",
|
|
@@ -7791,7 +8209,7 @@ function IllustrationLearningDevelopment(props) {
|
|
|
7791
8209
|
fill: "currentColor"
|
|
7792
8210
|
}
|
|
7793
8211
|
),
|
|
7794
|
-
/* @__PURE__ */
|
|
8212
|
+
/* @__PURE__ */ React59.createElement(
|
|
7795
8213
|
"circle",
|
|
7796
8214
|
{
|
|
7797
8215
|
cx: 70.71,
|
|
@@ -7806,16 +8224,16 @@ function IllustrationLearningDevelopment(props) {
|
|
|
7806
8224
|
var learning_and_development_default = IllustrationLearningDevelopment;
|
|
7807
8225
|
|
|
7808
8226
|
// src/illustrations/business-plan.js
|
|
7809
|
-
import * as
|
|
8227
|
+
import * as React60 from "react";
|
|
7810
8228
|
function IllustrationBusinessPlan(props) {
|
|
7811
|
-
return /* @__PURE__ */
|
|
8229
|
+
return /* @__PURE__ */ React60.createElement(
|
|
7812
8230
|
"svg",
|
|
7813
8231
|
__spreadValues({
|
|
7814
8232
|
viewBox: "0 0 101 100",
|
|
7815
8233
|
fill: "none",
|
|
7816
8234
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7817
8235
|
}, props),
|
|
7818
|
-
/* @__PURE__ */
|
|
8236
|
+
/* @__PURE__ */ React60.createElement(
|
|
7819
8237
|
"path",
|
|
7820
8238
|
{
|
|
7821
8239
|
fillRule: "evenodd",
|
|
@@ -7829,23 +8247,23 @@ function IllustrationBusinessPlan(props) {
|
|
|
7829
8247
|
var business_plan_default = IllustrationBusinessPlan;
|
|
7830
8248
|
|
|
7831
8249
|
// src/illustrations/loom-plans.js
|
|
7832
|
-
import * as
|
|
8250
|
+
import * as React61 from "react";
|
|
7833
8251
|
function IllustrationLoomPlans(props) {
|
|
7834
|
-
return /* @__PURE__ */
|
|
8252
|
+
return /* @__PURE__ */ React61.createElement(
|
|
7835
8253
|
"svg",
|
|
7836
8254
|
__spreadValues({
|
|
7837
8255
|
viewBox: "0 0 100 100",
|
|
7838
8256
|
fill: "none",
|
|
7839
8257
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7840
8258
|
}, props),
|
|
7841
|
-
/* @__PURE__ */
|
|
8259
|
+
/* @__PURE__ */ React61.createElement(
|
|
7842
8260
|
"path",
|
|
7843
8261
|
{
|
|
7844
8262
|
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
8263
|
fill: "currentColor"
|
|
7846
8264
|
}
|
|
7847
8265
|
),
|
|
7848
|
-
/* @__PURE__ */
|
|
8266
|
+
/* @__PURE__ */ React61.createElement(
|
|
7849
8267
|
"path",
|
|
7850
8268
|
{
|
|
7851
8269
|
d: "M49.993 12.288L62.28 0v9.064H100L87.713 21.353h-37.72v-9.065z",
|
|
@@ -7857,16 +8275,16 @@ function IllustrationLoomPlans(props) {
|
|
|
7857
8275
|
var loom_plans_default = IllustrationLoomPlans;
|
|
7858
8276
|
|
|
7859
8277
|
// src/illustrations/collaborate-with-teammates.js
|
|
7860
|
-
import * as
|
|
8278
|
+
import * as React62 from "react";
|
|
7861
8279
|
function IllustrationCollaboratewithTeammatesSharedLibrary(props) {
|
|
7862
|
-
return /* @__PURE__ */
|
|
8280
|
+
return /* @__PURE__ */ React62.createElement(
|
|
7863
8281
|
"svg",
|
|
7864
8282
|
__spreadValues({
|
|
7865
8283
|
viewBox: "0 0 100 100",
|
|
7866
8284
|
fill: "none",
|
|
7867
8285
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7868
8286
|
}, props),
|
|
7869
|
-
/* @__PURE__ */
|
|
8287
|
+
/* @__PURE__ */ React62.createElement(
|
|
7870
8288
|
"path",
|
|
7871
8289
|
{
|
|
7872
8290
|
fillRule: "evenodd",
|
|
@@ -7880,16 +8298,16 @@ function IllustrationCollaboratewithTeammatesSharedLibrary(props) {
|
|
|
7880
8298
|
var collaborate_with_teammates_default = IllustrationCollaboratewithTeammatesSharedLibrary;
|
|
7881
8299
|
|
|
7882
8300
|
// src/illustrations/option-grants.js
|
|
7883
|
-
import * as
|
|
8301
|
+
import * as React63 from "react";
|
|
7884
8302
|
function IllustrationOptionGrants(props) {
|
|
7885
|
-
return /* @__PURE__ */
|
|
8303
|
+
return /* @__PURE__ */ React63.createElement(
|
|
7886
8304
|
"svg",
|
|
7887
8305
|
__spreadValues({
|
|
7888
8306
|
viewBox: "0 0 101 101",
|
|
7889
8307
|
fill: "none",
|
|
7890
8308
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7891
8309
|
}, props),
|
|
7892
|
-
/* @__PURE__ */
|
|
8310
|
+
/* @__PURE__ */ React63.createElement(
|
|
7893
8311
|
"path",
|
|
7894
8312
|
{
|
|
7895
8313
|
fill: "currentColor",
|
|
@@ -7901,16 +8319,16 @@ function IllustrationOptionGrants(props) {
|
|
|
7901
8319
|
var option_grants_default = IllustrationOptionGrants;
|
|
7902
8320
|
|
|
7903
8321
|
// src/illustrations/community.js
|
|
7904
|
-
import * as
|
|
8322
|
+
import * as React64 from "react";
|
|
7905
8323
|
function IllustrationCommunity(props) {
|
|
7906
|
-
return /* @__PURE__ */
|
|
8324
|
+
return /* @__PURE__ */ React64.createElement(
|
|
7907
8325
|
"svg",
|
|
7908
8326
|
__spreadValues({
|
|
7909
8327
|
viewBox: "0 0 101 100",
|
|
7910
8328
|
fill: "none",
|
|
7911
8329
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7912
8330
|
}, props),
|
|
7913
|
-
/* @__PURE__ */
|
|
8331
|
+
/* @__PURE__ */ React64.createElement(
|
|
7914
8332
|
"path",
|
|
7915
8333
|
{
|
|
7916
8334
|
fillRule: "evenodd",
|
|
@@ -7924,16 +8342,16 @@ function IllustrationCommunity(props) {
|
|
|
7924
8342
|
var community_default = IllustrationCommunity;
|
|
7925
8343
|
|
|
7926
8344
|
// src/illustrations/community-alt.js
|
|
7927
|
-
import * as
|
|
8345
|
+
import * as React65 from "react";
|
|
7928
8346
|
function IllustrationCommunityAlt(props) {
|
|
7929
|
-
return /* @__PURE__ */
|
|
8347
|
+
return /* @__PURE__ */ React65.createElement(
|
|
7930
8348
|
"svg",
|
|
7931
8349
|
__spreadValues({
|
|
7932
8350
|
viewBox: "0 0 96 96",
|
|
7933
8351
|
fill: "none",
|
|
7934
8352
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7935
8353
|
}, props),
|
|
7936
|
-
/* @__PURE__ */
|
|
8354
|
+
/* @__PURE__ */ React65.createElement(
|
|
7937
8355
|
"path",
|
|
7938
8356
|
{
|
|
7939
8357
|
fillRule: "evenodd",
|
|
@@ -7947,16 +8365,16 @@ function IllustrationCommunityAlt(props) {
|
|
|
7947
8365
|
var community_alt_default = IllustrationCommunityAlt;
|
|
7948
8366
|
|
|
7949
8367
|
// src/illustrations/parental-leave.js
|
|
7950
|
-
import * as
|
|
8368
|
+
import * as React66 from "react";
|
|
7951
8369
|
function IllustrationParentalLeave(props) {
|
|
7952
|
-
return /* @__PURE__ */
|
|
8370
|
+
return /* @__PURE__ */ React66.createElement(
|
|
7953
8371
|
"svg",
|
|
7954
8372
|
__spreadValues({
|
|
7955
8373
|
viewBox: "0 0 100 101",
|
|
7956
8374
|
fill: "none",
|
|
7957
8375
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7958
8376
|
}, props),
|
|
7959
|
-
/* @__PURE__ */
|
|
8377
|
+
/* @__PURE__ */ React66.createElement(
|
|
7960
8378
|
"path",
|
|
7961
8379
|
{
|
|
7962
8380
|
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 +8386,16 @@ function IllustrationParentalLeave(props) {
|
|
|
7968
8386
|
var parental_leave_default = IllustrationParentalLeave;
|
|
7969
8387
|
|
|
7970
8388
|
// src/illustrations/content-limit.js
|
|
7971
|
-
import * as
|
|
8389
|
+
import * as React67 from "react";
|
|
7972
8390
|
function IllustrationContentLimit(props) {
|
|
7973
|
-
return /* @__PURE__ */
|
|
8391
|
+
return /* @__PURE__ */ React67.createElement(
|
|
7974
8392
|
"svg",
|
|
7975
8393
|
__spreadValues({
|
|
7976
8394
|
viewBox: "0 0 100 100",
|
|
7977
8395
|
fill: "none",
|
|
7978
8396
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7979
8397
|
}, props),
|
|
7980
|
-
/* @__PURE__ */
|
|
8398
|
+
/* @__PURE__ */ React67.createElement(
|
|
7981
8399
|
"path",
|
|
7982
8400
|
{
|
|
7983
8401
|
fillRule: "evenodd",
|
|
@@ -7991,16 +8409,16 @@ function IllustrationContentLimit(props) {
|
|
|
7991
8409
|
var content_limit_default = IllustrationContentLimit;
|
|
7992
8410
|
|
|
7993
8411
|
// src/illustrations/pto.js
|
|
7994
|
-
import * as
|
|
8412
|
+
import * as React68 from "react";
|
|
7995
8413
|
function IllustrationPto(props) {
|
|
7996
|
-
return /* @__PURE__ */
|
|
8414
|
+
return /* @__PURE__ */ React68.createElement(
|
|
7997
8415
|
"svg",
|
|
7998
8416
|
__spreadValues({
|
|
7999
8417
|
viewBox: "0 0 110 111",
|
|
8000
8418
|
fill: "none",
|
|
8001
8419
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8002
8420
|
}, props),
|
|
8003
|
-
/* @__PURE__ */
|
|
8421
|
+
/* @__PURE__ */ React68.createElement(
|
|
8004
8422
|
"path",
|
|
8005
8423
|
{
|
|
8006
8424
|
fillRule: "evenodd",
|
|
@@ -8014,16 +8432,16 @@ function IllustrationPto(props) {
|
|
|
8014
8432
|
var pto_default = IllustrationPto;
|
|
8015
8433
|
|
|
8016
8434
|
// src/illustrations/custom-branding.js
|
|
8017
|
-
import * as
|
|
8435
|
+
import * as React69 from "react";
|
|
8018
8436
|
function IllustrationCustomBranding(props) {
|
|
8019
|
-
return /* @__PURE__ */
|
|
8437
|
+
return /* @__PURE__ */ React69.createElement(
|
|
8020
8438
|
"svg",
|
|
8021
8439
|
__spreadValues({
|
|
8022
8440
|
viewBox: "0 0 134 134",
|
|
8023
8441
|
fill: "none",
|
|
8024
8442
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8025
8443
|
}, props),
|
|
8026
|
-
/* @__PURE__ */
|
|
8444
|
+
/* @__PURE__ */ React69.createElement(
|
|
8027
8445
|
"path",
|
|
8028
8446
|
{
|
|
8029
8447
|
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 +8453,53 @@ function IllustrationCustomBranding(props) {
|
|
|
8035
8453
|
var custom_branding_default = IllustrationCustomBranding;
|
|
8036
8454
|
|
|
8037
8455
|
// src/illustrations/record.js
|
|
8038
|
-
import * as
|
|
8456
|
+
import * as React70 from "react";
|
|
8039
8457
|
function IllustrationRecord(props) {
|
|
8040
|
-
return /* @__PURE__ */
|
|
8458
|
+
return /* @__PURE__ */ React70.createElement(
|
|
8041
8459
|
"svg",
|
|
8042
8460
|
__spreadValues({
|
|
8043
8461
|
viewBox: "0 0 100 100",
|
|
8044
8462
|
fill: "none",
|
|
8045
8463
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8046
8464
|
}, props),
|
|
8047
|
-
/* @__PURE__ */
|
|
8048
|
-
/* @__PURE__ */
|
|
8465
|
+
/* @__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" })),
|
|
8466
|
+
/* @__PURE__ */ React70.createElement("defs", null, /* @__PURE__ */ React70.createElement("clipPath", { id: "Record_svg__clip0" }, /* @__PURE__ */ React70.createElement("path", { fill: "#fff", d: "M0 0h100v100H0z" })))
|
|
8049
8467
|
);
|
|
8050
8468
|
}
|
|
8051
8469
|
var record_default = IllustrationRecord;
|
|
8052
8470
|
|
|
8053
8471
|
// src/illustrations/desktop-app-and-chrome-extension.js
|
|
8054
|
-
import * as
|
|
8472
|
+
import * as React71 from "react";
|
|
8055
8473
|
function IllustrationDesktopAppandChromeExtension(props) {
|
|
8056
|
-
return /* @__PURE__ */
|
|
8474
|
+
return /* @__PURE__ */ React71.createElement(
|
|
8057
8475
|
"svg",
|
|
8058
8476
|
__spreadValues({
|
|
8059
8477
|
viewBox: "0 0 134 134",
|
|
8060
8478
|
fill: "none",
|
|
8061
8479
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8062
8480
|
}, props),
|
|
8063
|
-
/* @__PURE__ */
|
|
8481
|
+
/* @__PURE__ */ React71.createElement(
|
|
8064
8482
|
"path",
|
|
8065
8483
|
{
|
|
8066
8484
|
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
8485
|
fill: "currentColor"
|
|
8068
8486
|
}
|
|
8069
8487
|
),
|
|
8070
|
-
/* @__PURE__ */
|
|
8488
|
+
/* @__PURE__ */ React71.createElement(
|
|
8071
8489
|
"path",
|
|
8072
8490
|
{
|
|
8073
8491
|
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
8492
|
fill: "currentColor"
|
|
8075
8493
|
}
|
|
8076
8494
|
),
|
|
8077
|
-
/* @__PURE__ */
|
|
8495
|
+
/* @__PURE__ */ React71.createElement(
|
|
8078
8496
|
"path",
|
|
8079
8497
|
{
|
|
8080
8498
|
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
8499
|
fill: "currentColor"
|
|
8082
8500
|
}
|
|
8083
8501
|
),
|
|
8084
|
-
/* @__PURE__ */
|
|
8502
|
+
/* @__PURE__ */ React71.createElement(
|
|
8085
8503
|
"path",
|
|
8086
8504
|
{
|
|
8087
8505
|
d: "M68.52 50.317v-.449l-.077.444c.024 0 .053.005.077.005z",
|
|
@@ -8093,16 +8511,16 @@ function IllustrationDesktopAppandChromeExtension(props) {
|
|
|
8093
8511
|
var desktop_app_and_chrome_extension_default = IllustrationDesktopAppandChromeExtension;
|
|
8094
8512
|
|
|
8095
8513
|
// src/illustrations/remote-first.js
|
|
8096
|
-
import * as
|
|
8514
|
+
import * as React72 from "react";
|
|
8097
8515
|
function IllustrationRemoteFirst(props) {
|
|
8098
|
-
return /* @__PURE__ */
|
|
8516
|
+
return /* @__PURE__ */ React72.createElement(
|
|
8099
8517
|
"svg",
|
|
8100
8518
|
__spreadValues({
|
|
8101
8519
|
viewBox: "0 0 110 110",
|
|
8102
8520
|
fill: "none",
|
|
8103
8521
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8104
8522
|
}, props),
|
|
8105
|
-
/* @__PURE__ */
|
|
8523
|
+
/* @__PURE__ */ React72.createElement(
|
|
8106
8524
|
"path",
|
|
8107
8525
|
{
|
|
8108
8526
|
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 +8529,7 @@ function IllustrationRemoteFirst(props) {
|
|
|
8111
8529
|
strokeMiterlimit: 10
|
|
8112
8530
|
}
|
|
8113
8531
|
),
|
|
8114
|
-
/* @__PURE__ */
|
|
8532
|
+
/* @__PURE__ */ React72.createElement(
|
|
8115
8533
|
"path",
|
|
8116
8534
|
{
|
|
8117
8535
|
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 +8538,7 @@ function IllustrationRemoteFirst(props) {
|
|
|
8120
8538
|
strokeMiterlimit: 10
|
|
8121
8539
|
}
|
|
8122
8540
|
),
|
|
8123
|
-
/* @__PURE__ */
|
|
8541
|
+
/* @__PURE__ */ React72.createElement(
|
|
8124
8542
|
"path",
|
|
8125
8543
|
{
|
|
8126
8544
|
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 +8552,23 @@ function IllustrationRemoteFirst(props) {
|
|
|
8134
8552
|
var remote_first_default = IllustrationRemoteFirst;
|
|
8135
8553
|
|
|
8136
8554
|
// src/illustrations/device-compatibility.js
|
|
8137
|
-
import * as
|
|
8555
|
+
import * as React73 from "react";
|
|
8138
8556
|
function IllustrationDeviceCompatibility(props) {
|
|
8139
|
-
return /* @__PURE__ */
|
|
8557
|
+
return /* @__PURE__ */ React73.createElement(
|
|
8140
8558
|
"svg",
|
|
8141
8559
|
__spreadValues({
|
|
8142
8560
|
viewBox: "0 0 110 110",
|
|
8143
8561
|
fill: "none",
|
|
8144
8562
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8145
8563
|
}, props),
|
|
8146
|
-
/* @__PURE__ */
|
|
8564
|
+
/* @__PURE__ */ React73.createElement(
|
|
8147
8565
|
"path",
|
|
8148
8566
|
{
|
|
8149
8567
|
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
8568
|
fill: "currentColor"
|
|
8151
8569
|
}
|
|
8152
8570
|
),
|
|
8153
|
-
/* @__PURE__ */
|
|
8571
|
+
/* @__PURE__ */ React73.createElement(
|
|
8154
8572
|
"path",
|
|
8155
8573
|
{
|
|
8156
8574
|
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 +8580,17 @@ function IllustrationDeviceCompatibility(props) {
|
|
|
8162
8580
|
var device_compatibility_default = IllustrationDeviceCompatibility;
|
|
8163
8581
|
|
|
8164
8582
|
// src/illustrations/roadmap.js
|
|
8165
|
-
import * as
|
|
8583
|
+
import * as React74 from "react";
|
|
8166
8584
|
function IllustrationRoadmap(props) {
|
|
8167
|
-
return /* @__PURE__ */
|
|
8585
|
+
return /* @__PURE__ */ React74.createElement(
|
|
8168
8586
|
"svg",
|
|
8169
8587
|
__spreadValues({
|
|
8170
8588
|
viewBox: "0 0 100 100",
|
|
8171
8589
|
fill: "none",
|
|
8172
8590
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8173
8591
|
}, props),
|
|
8174
|
-
/* @__PURE__ */
|
|
8175
|
-
/* @__PURE__ */
|
|
8592
|
+
/* @__PURE__ */ React74.createElement("path", { d: "M100 100H0V0h100v100zM10 90h80V10H10v80z", fill: "currentColor" }),
|
|
8593
|
+
/* @__PURE__ */ React74.createElement(
|
|
8176
8594
|
"path",
|
|
8177
8595
|
{
|
|
8178
8596
|
d: "M50.008 39.806L80 54v-9.806L50.008 30 20 44.194V54l30.008-14.194zM80 20H20v10h60V20z",
|
|
@@ -8184,16 +8602,16 @@ function IllustrationRoadmap(props) {
|
|
|
8184
8602
|
var roadmap_default = IllustrationRoadmap;
|
|
8185
8603
|
|
|
8186
8604
|
// src/illustrations/downgrade.js
|
|
8187
|
-
import * as
|
|
8605
|
+
import * as React75 from "react";
|
|
8188
8606
|
function IllustrationDowngrade(props) {
|
|
8189
|
-
return /* @__PURE__ */
|
|
8607
|
+
return /* @__PURE__ */ React75.createElement(
|
|
8190
8608
|
"svg",
|
|
8191
8609
|
__spreadValues({
|
|
8192
8610
|
viewBox: "0 0 100 100",
|
|
8193
8611
|
fill: "none",
|
|
8194
8612
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8195
8613
|
}, props),
|
|
8196
|
-
/* @__PURE__ */
|
|
8614
|
+
/* @__PURE__ */ React75.createElement(
|
|
8197
8615
|
"path",
|
|
8198
8616
|
{
|
|
8199
8617
|
fillRule: "evenodd",
|
|
@@ -8207,16 +8625,16 @@ function IllustrationDowngrade(props) {
|
|
|
8207
8625
|
var downgrade_default = IllustrationDowngrade;
|
|
8208
8626
|
|
|
8209
8627
|
// src/illustrations/screenshot.js
|
|
8210
|
-
import * as
|
|
8628
|
+
import * as React76 from "react";
|
|
8211
8629
|
function IllustrationScreenshot(props) {
|
|
8212
|
-
return /* @__PURE__ */
|
|
8630
|
+
return /* @__PURE__ */ React76.createElement(
|
|
8213
8631
|
"svg",
|
|
8214
8632
|
__spreadValues({
|
|
8215
8633
|
viewBox: "0 0 100 100",
|
|
8216
8634
|
fill: "none",
|
|
8217
8635
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8218
8636
|
}, props),
|
|
8219
|
-
/* @__PURE__ */
|
|
8637
|
+
/* @__PURE__ */ React76.createElement(
|
|
8220
8638
|
"path",
|
|
8221
8639
|
{
|
|
8222
8640
|
fillRule: "evenodd",
|
|
@@ -8230,16 +8648,16 @@ function IllustrationScreenshot(props) {
|
|
|
8230
8648
|
var screenshot_default = IllustrationScreenshot;
|
|
8231
8649
|
|
|
8232
8650
|
// src/illustrations/embrace-the-weird.js
|
|
8233
|
-
import * as
|
|
8651
|
+
import * as React77 from "react";
|
|
8234
8652
|
function IllustrationEmbracetheWeird(props) {
|
|
8235
|
-
return /* @__PURE__ */
|
|
8653
|
+
return /* @__PURE__ */ React77.createElement(
|
|
8236
8654
|
"svg",
|
|
8237
8655
|
__spreadValues({
|
|
8238
8656
|
viewBox: "0 0 110 110",
|
|
8239
8657
|
fill: "none",
|
|
8240
8658
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8241
8659
|
}, props),
|
|
8242
|
-
/* @__PURE__ */
|
|
8660
|
+
/* @__PURE__ */ React77.createElement(
|
|
8243
8661
|
"path",
|
|
8244
8662
|
{
|
|
8245
8663
|
fillRule: "evenodd",
|
|
@@ -8253,40 +8671,40 @@ function IllustrationEmbracetheWeird(props) {
|
|
|
8253
8671
|
var embrace_the_weird_default = IllustrationEmbracetheWeird;
|
|
8254
8672
|
|
|
8255
8673
|
// src/illustrations/share-with-your-team.js
|
|
8256
|
-
import * as
|
|
8674
|
+
import * as React78 from "react";
|
|
8257
8675
|
function IllustrationSharewithYourTeamTeamLibrary(props) {
|
|
8258
|
-
return /* @__PURE__ */
|
|
8676
|
+
return /* @__PURE__ */ React78.createElement(
|
|
8259
8677
|
"svg",
|
|
8260
8678
|
__spreadValues({
|
|
8261
8679
|
viewBox: "0 0 100 100",
|
|
8262
8680
|
fill: "none",
|
|
8263
8681
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8264
8682
|
}, props),
|
|
8265
|
-
/* @__PURE__ */
|
|
8683
|
+
/* @__PURE__ */ React78.createElement(
|
|
8266
8684
|
"g",
|
|
8267
8685
|
{
|
|
8268
8686
|
clipPath: "url(#Share_with_Your_Team_(Team_Library)_svg__clip0)",
|
|
8269
8687
|
fill: "currentColor"
|
|
8270
8688
|
},
|
|
8271
|
-
/* @__PURE__ */
|
|
8272
|
-
/* @__PURE__ */
|
|
8689
|
+
/* @__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" }),
|
|
8690
|
+
/* @__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
8691
|
),
|
|
8274
|
-
/* @__PURE__ */
|
|
8692
|
+
/* @__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
8693
|
);
|
|
8276
8694
|
}
|
|
8277
8695
|
var share_with_your_team_default = IllustrationSharewithYourTeamTeamLibrary;
|
|
8278
8696
|
|
|
8279
8697
|
// src/illustrations/enterprise-plan.js
|
|
8280
|
-
import * as
|
|
8698
|
+
import * as React79 from "react";
|
|
8281
8699
|
function IllustrationEnterprisePlan(props) {
|
|
8282
|
-
return /* @__PURE__ */
|
|
8700
|
+
return /* @__PURE__ */ React79.createElement(
|
|
8283
8701
|
"svg",
|
|
8284
8702
|
__spreadValues({
|
|
8285
8703
|
viewBox: "0 0 101 100",
|
|
8286
8704
|
fill: "none",
|
|
8287
8705
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8288
8706
|
}, props),
|
|
8289
|
-
/* @__PURE__ */
|
|
8707
|
+
/* @__PURE__ */ React79.createElement(
|
|
8290
8708
|
"path",
|
|
8291
8709
|
{
|
|
8292
8710
|
fill: "currentColor",
|
|
@@ -8298,30 +8716,30 @@ function IllustrationEnterprisePlan(props) {
|
|
|
8298
8716
|
var enterprise_plan_default = IllustrationEnterprisePlan;
|
|
8299
8717
|
|
|
8300
8718
|
// src/illustrations/share.js
|
|
8301
|
-
import * as
|
|
8719
|
+
import * as React80 from "react";
|
|
8302
8720
|
function IllustrationShare(props) {
|
|
8303
|
-
return /* @__PURE__ */
|
|
8721
|
+
return /* @__PURE__ */ React80.createElement(
|
|
8304
8722
|
"svg",
|
|
8305
8723
|
__spreadValues({
|
|
8306
8724
|
viewBox: "0 0 100 101",
|
|
8307
8725
|
fill: "none",
|
|
8308
8726
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8309
8727
|
}, props),
|
|
8310
|
-
/* @__PURE__ */
|
|
8728
|
+
/* @__PURE__ */ React80.createElement(
|
|
8311
8729
|
"path",
|
|
8312
8730
|
{
|
|
8313
8731
|
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
8732
|
fill: "currentColor"
|
|
8315
8733
|
}
|
|
8316
8734
|
),
|
|
8317
|
-
/* @__PURE__ */
|
|
8735
|
+
/* @__PURE__ */ React80.createElement(
|
|
8318
8736
|
"path",
|
|
8319
8737
|
{
|
|
8320
8738
|
d: "M50 65.732h15.73v-15.73c0 8.69-7.04 15.73-15.73 15.73z",
|
|
8321
8739
|
fill: "currentColor"
|
|
8322
8740
|
}
|
|
8323
8741
|
),
|
|
8324
|
-
/* @__PURE__ */
|
|
8742
|
+
/* @__PURE__ */ React80.createElement(
|
|
8325
8743
|
"path",
|
|
8326
8744
|
{
|
|
8327
8745
|
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 +8751,39 @@ function IllustrationShare(props) {
|
|
|
8333
8751
|
var share_default = IllustrationShare;
|
|
8334
8752
|
|
|
8335
8753
|
// src/illustrations/faq-and-security.js
|
|
8336
|
-
import * as
|
|
8754
|
+
import * as React81 from "react";
|
|
8337
8755
|
function IllustrationFaQandSecurity(props) {
|
|
8338
|
-
return /* @__PURE__ */
|
|
8756
|
+
return /* @__PURE__ */ React81.createElement(
|
|
8339
8757
|
"svg",
|
|
8340
8758
|
__spreadValues({
|
|
8341
8759
|
viewBox: "0 0 100 100",
|
|
8342
8760
|
fill: "none",
|
|
8343
8761
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8344
8762
|
}, props),
|
|
8345
|
-
/* @__PURE__ */
|
|
8763
|
+
/* @__PURE__ */ React81.createElement(
|
|
8346
8764
|
"path",
|
|
8347
8765
|
{
|
|
8348
8766
|
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
8767
|
fill: "currentColor"
|
|
8350
8768
|
}
|
|
8351
8769
|
),
|
|
8352
|
-
/* @__PURE__ */
|
|
8353
|
-
/* @__PURE__ */
|
|
8770
|
+
/* @__PURE__ */ React81.createElement("path", { d: "M31 50V0H0v100h99.999V69H31V50z", fill: "currentColor" }),
|
|
8771
|
+
/* @__PURE__ */ React81.createElement("path", { d: "M100 66V0H34v31h35v35h31z", fill: "currentColor" })
|
|
8354
8772
|
);
|
|
8355
8773
|
}
|
|
8356
8774
|
var faq_and_security_default = IllustrationFaQandSecurity;
|
|
8357
8775
|
|
|
8358
8776
|
// src/illustrations/starred.js
|
|
8359
|
-
import * as
|
|
8777
|
+
import * as React82 from "react";
|
|
8360
8778
|
function IllustrationStarred(props) {
|
|
8361
|
-
return /* @__PURE__ */
|
|
8779
|
+
return /* @__PURE__ */ React82.createElement(
|
|
8362
8780
|
"svg",
|
|
8363
8781
|
__spreadValues({
|
|
8364
8782
|
viewBox: "0 0 101 101",
|
|
8365
8783
|
fill: "none",
|
|
8366
8784
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8367
8785
|
}, props),
|
|
8368
|
-
/* @__PURE__ */
|
|
8786
|
+
/* @__PURE__ */ React82.createElement(
|
|
8369
8787
|
"path",
|
|
8370
8788
|
{
|
|
8371
8789
|
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 +8795,16 @@ function IllustrationStarred(props) {
|
|
|
8377
8795
|
var starred_default = IllustrationStarred;
|
|
8378
8796
|
|
|
8379
8797
|
// src/illustrations/five-minute-limit.js
|
|
8380
|
-
import * as
|
|
8798
|
+
import * as React83 from "react";
|
|
8381
8799
|
function Illustration5MinuteLimit(props) {
|
|
8382
|
-
return /* @__PURE__ */
|
|
8800
|
+
return /* @__PURE__ */ React83.createElement(
|
|
8383
8801
|
"svg",
|
|
8384
8802
|
__spreadValues({
|
|
8385
8803
|
viewBox: "0 0 110 110",
|
|
8386
8804
|
fill: "none",
|
|
8387
8805
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8388
8806
|
}, props),
|
|
8389
|
-
/* @__PURE__ */
|
|
8807
|
+
/* @__PURE__ */ React83.createElement(
|
|
8390
8808
|
"path",
|
|
8391
8809
|
{
|
|
8392
8810
|
fillRule: "evenodd",
|
|
@@ -8400,16 +8818,16 @@ function Illustration5MinuteLimit(props) {
|
|
|
8400
8818
|
var five_minute_limit_default = Illustration5MinuteLimit;
|
|
8401
8819
|
|
|
8402
8820
|
// src/illustrations/starter-plus-plan.js
|
|
8403
|
-
import * as
|
|
8821
|
+
import * as React84 from "react";
|
|
8404
8822
|
function IllustrationStarterPlusPlan(props) {
|
|
8405
|
-
return /* @__PURE__ */
|
|
8823
|
+
return /* @__PURE__ */ React84.createElement(
|
|
8406
8824
|
"svg",
|
|
8407
8825
|
__spreadValues({
|
|
8408
8826
|
viewBox: "0 0 100 100",
|
|
8409
8827
|
fill: "none",
|
|
8410
8828
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8411
8829
|
}, props),
|
|
8412
|
-
/* @__PURE__ */
|
|
8830
|
+
/* @__PURE__ */ React84.createElement(
|
|
8413
8831
|
"path",
|
|
8414
8832
|
{
|
|
8415
8833
|
fillRule: "evenodd",
|
|
@@ -8423,16 +8841,16 @@ function IllustrationStarterPlusPlan(props) {
|
|
|
8423
8841
|
var starter_plus_plan_default = IllustrationStarterPlusPlan;
|
|
8424
8842
|
|
|
8425
8843
|
// src/illustrations/getting-started.js
|
|
8426
|
-
import * as
|
|
8844
|
+
import * as React85 from "react";
|
|
8427
8845
|
function IllustrationGettingStarted(props) {
|
|
8428
|
-
return /* @__PURE__ */
|
|
8846
|
+
return /* @__PURE__ */ React85.createElement(
|
|
8429
8847
|
"svg",
|
|
8430
8848
|
__spreadValues({
|
|
8431
8849
|
viewBox: "0 0 106 106",
|
|
8432
8850
|
fill: "none",
|
|
8433
8851
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8434
8852
|
}, props),
|
|
8435
|
-
/* @__PURE__ */
|
|
8853
|
+
/* @__PURE__ */ React85.createElement(
|
|
8436
8854
|
"path",
|
|
8437
8855
|
{
|
|
8438
8856
|
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 +8859,7 @@ function IllustrationGettingStarted(props) {
|
|
|
8441
8859
|
strokeMiterlimit: 10
|
|
8442
8860
|
}
|
|
8443
8861
|
),
|
|
8444
|
-
/* @__PURE__ */
|
|
8862
|
+
/* @__PURE__ */ React85.createElement(
|
|
8445
8863
|
"path",
|
|
8446
8864
|
{
|
|
8447
8865
|
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 +8868,7 @@ function IllustrationGettingStarted(props) {
|
|
|
8450
8868
|
strokeMiterlimit: 10
|
|
8451
8869
|
}
|
|
8452
8870
|
),
|
|
8453
|
-
/* @__PURE__ */
|
|
8871
|
+
/* @__PURE__ */ React85.createElement(
|
|
8454
8872
|
"path",
|
|
8455
8873
|
{
|
|
8456
8874
|
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 +8877,7 @@ function IllustrationGettingStarted(props) {
|
|
|
8459
8877
|
strokeMiterlimit: 10
|
|
8460
8878
|
}
|
|
8461
8879
|
),
|
|
8462
|
-
/* @__PURE__ */
|
|
8880
|
+
/* @__PURE__ */ React85.createElement(
|
|
8463
8881
|
"path",
|
|
8464
8882
|
{
|
|
8465
8883
|
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 +8891,23 @@ function IllustrationGettingStarted(props) {
|
|
|
8473
8891
|
var getting_started_default = IllustrationGettingStarted;
|
|
8474
8892
|
|
|
8475
8893
|
// src/illustrations/strong-upload-speed.js
|
|
8476
|
-
import * as
|
|
8894
|
+
import * as React86 from "react";
|
|
8477
8895
|
function IllustrationStrongUploadSpeed(props) {
|
|
8478
|
-
return /* @__PURE__ */
|
|
8896
|
+
return /* @__PURE__ */ React86.createElement(
|
|
8479
8897
|
"svg",
|
|
8480
8898
|
__spreadValues({
|
|
8481
8899
|
viewBox: "0 0 111 110",
|
|
8482
8900
|
fill: "none",
|
|
8483
8901
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8484
8902
|
}, props),
|
|
8485
|
-
/* @__PURE__ */
|
|
8903
|
+
/* @__PURE__ */ React86.createElement(
|
|
8486
8904
|
"path",
|
|
8487
8905
|
{
|
|
8488
8906
|
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
8907
|
fill: "currentColor"
|
|
8490
8908
|
}
|
|
8491
8909
|
),
|
|
8492
|
-
/* @__PURE__ */
|
|
8910
|
+
/* @__PURE__ */ React86.createElement(
|
|
8493
8911
|
"path",
|
|
8494
8912
|
{
|
|
8495
8913
|
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 +8919,16 @@ function IllustrationStrongUploadSpeed(props) {
|
|
|
8501
8919
|
var strong_upload_speed_default = IllustrationStrongUploadSpeed;
|
|
8502
8920
|
|
|
8503
8921
|
// src/illustrations/growth-through-empathy.js
|
|
8504
|
-
import * as
|
|
8922
|
+
import * as React87 from "react";
|
|
8505
8923
|
function IllustrationGrowththroughEmpathy(props) {
|
|
8506
|
-
return /* @__PURE__ */
|
|
8924
|
+
return /* @__PURE__ */ React87.createElement(
|
|
8507
8925
|
"svg",
|
|
8508
8926
|
__spreadValues({
|
|
8509
8927
|
viewBox: "0 0 104 100",
|
|
8510
8928
|
fill: "none",
|
|
8511
8929
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8512
8930
|
}, props),
|
|
8513
|
-
/* @__PURE__ */
|
|
8931
|
+
/* @__PURE__ */ React87.createElement(
|
|
8514
8932
|
"path",
|
|
8515
8933
|
{
|
|
8516
8934
|
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 +8937,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
8519
8937
|
strokeMiterlimit: 10
|
|
8520
8938
|
}
|
|
8521
8939
|
),
|
|
8522
|
-
/* @__PURE__ */
|
|
8940
|
+
/* @__PURE__ */ React87.createElement(
|
|
8523
8941
|
"path",
|
|
8524
8942
|
{
|
|
8525
8943
|
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 +8946,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
8528
8946
|
strokeMiterlimit: 10
|
|
8529
8947
|
}
|
|
8530
8948
|
),
|
|
8531
|
-
/* @__PURE__ */
|
|
8949
|
+
/* @__PURE__ */ React87.createElement(
|
|
8532
8950
|
"path",
|
|
8533
8951
|
{
|
|
8534
8952
|
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 +8955,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
8537
8955
|
strokeMiterlimit: 10
|
|
8538
8956
|
}
|
|
8539
8957
|
),
|
|
8540
|
-
/* @__PURE__ */
|
|
8958
|
+
/* @__PURE__ */ React87.createElement(
|
|
8541
8959
|
"path",
|
|
8542
8960
|
{
|
|
8543
8961
|
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 +8964,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
8546
8964
|
strokeMiterlimit: 10
|
|
8547
8965
|
}
|
|
8548
8966
|
),
|
|
8549
|
-
/* @__PURE__ */
|
|
8967
|
+
/* @__PURE__ */ React87.createElement(
|
|
8550
8968
|
"path",
|
|
8551
8969
|
{
|
|
8552
8970
|
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 +8973,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
8555
8973
|
strokeMiterlimit: 10
|
|
8556
8974
|
}
|
|
8557
8975
|
),
|
|
8558
|
-
/* @__PURE__ */
|
|
8976
|
+
/* @__PURE__ */ React87.createElement(
|
|
8559
8977
|
"path",
|
|
8560
8978
|
{
|
|
8561
8979
|
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 +8982,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
8564
8982
|
strokeMiterlimit: 10
|
|
8565
8983
|
}
|
|
8566
8984
|
),
|
|
8567
|
-
/* @__PURE__ */
|
|
8985
|
+
/* @__PURE__ */ React87.createElement(
|
|
8568
8986
|
"path",
|
|
8569
8987
|
{
|
|
8570
8988
|
d: "M64.015 0c0 6.693-5.432 12.124-12.124 12.124S39.767 6.693 39.767.002",
|
|
@@ -8578,16 +8996,16 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
8578
8996
|
var growth_through_empathy_default = IllustrationGrowththroughEmpathy;
|
|
8579
8997
|
|
|
8580
8998
|
// src/illustrations/troubleshooting.js
|
|
8581
|
-
import * as
|
|
8999
|
+
import * as React88 from "react";
|
|
8582
9000
|
function IllustrationTroubleshooting(props) {
|
|
8583
|
-
return /* @__PURE__ */
|
|
9001
|
+
return /* @__PURE__ */ React88.createElement(
|
|
8584
9002
|
"svg",
|
|
8585
9003
|
__spreadValues({
|
|
8586
9004
|
viewBox: "0 0 110 110",
|
|
8587
9005
|
fill: "none",
|
|
8588
9006
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8589
9007
|
}, props),
|
|
8590
|
-
/* @__PURE__ */
|
|
9008
|
+
/* @__PURE__ */ React88.createElement(
|
|
8591
9009
|
"path",
|
|
8592
9010
|
{
|
|
8593
9011
|
d: "M5 55h99.984c0 27.61-22.375 50-50 50S5 82.61 5 55z",
|
|
@@ -8597,7 +9015,7 @@ function IllustrationTroubleshooting(props) {
|
|
|
8597
9015
|
strokeMiterlimit: 10
|
|
8598
9016
|
}
|
|
8599
9017
|
),
|
|
8600
|
-
/* @__PURE__ */
|
|
9018
|
+
/* @__PURE__ */ React88.createElement(
|
|
8601
9019
|
"path",
|
|
8602
9020
|
{
|
|
8603
9021
|
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 +9024,7 @@ function IllustrationTroubleshooting(props) {
|
|
|
8606
9024
|
strokeMiterlimit: 10
|
|
8607
9025
|
}
|
|
8608
9026
|
),
|
|
8609
|
-
/* @__PURE__ */
|
|
9027
|
+
/* @__PURE__ */ React88.createElement(
|
|
8610
9028
|
"path",
|
|
8611
9029
|
{
|
|
8612
9030
|
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 +9033,7 @@ function IllustrationTroubleshooting(props) {
|
|
|
8615
9033
|
strokeMiterlimit: 10
|
|
8616
9034
|
}
|
|
8617
9035
|
),
|
|
8618
|
-
/* @__PURE__ */
|
|
9036
|
+
/* @__PURE__ */ React88.createElement(
|
|
8619
9037
|
"path",
|
|
8620
9038
|
{
|
|
8621
9039
|
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 +9047,16 @@ function IllustrationTroubleshooting(props) {
|
|
|
8629
9047
|
var troubleshooting_default = IllustrationTroubleshooting;
|
|
8630
9048
|
|
|
8631
9049
|
// src/illustrations/health-plans.js
|
|
8632
|
-
import * as
|
|
9050
|
+
import * as React89 from "react";
|
|
8633
9051
|
function IllustrationHealthPlans(props) {
|
|
8634
|
-
return /* @__PURE__ */
|
|
9052
|
+
return /* @__PURE__ */ React89.createElement(
|
|
8635
9053
|
"svg",
|
|
8636
9054
|
__spreadValues({
|
|
8637
9055
|
viewBox: "0 0 100 101",
|
|
8638
9056
|
fill: "none",
|
|
8639
9057
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8640
9058
|
}, props),
|
|
8641
|
-
/* @__PURE__ */
|
|
9059
|
+
/* @__PURE__ */ React89.createElement(
|
|
8642
9060
|
"path",
|
|
8643
9061
|
{
|
|
8644
9062
|
fillRule: "evenodd",
|
|
@@ -8652,16 +9070,16 @@ function IllustrationHealthPlans(props) {
|
|
|
8652
9070
|
var health_plans_default = IllustrationHealthPlans;
|
|
8653
9071
|
|
|
8654
9072
|
// src/illustrations/upgrade.js
|
|
8655
|
-
import * as
|
|
9073
|
+
import * as React90 from "react";
|
|
8656
9074
|
function IllustrationUpgrade(props) {
|
|
8657
|
-
return /* @__PURE__ */
|
|
9075
|
+
return /* @__PURE__ */ React90.createElement(
|
|
8658
9076
|
"svg",
|
|
8659
9077
|
__spreadValues({
|
|
8660
9078
|
viewBox: "0 0 100 100",
|
|
8661
9079
|
fill: "none",
|
|
8662
9080
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8663
9081
|
}, props),
|
|
8664
|
-
/* @__PURE__ */
|
|
9082
|
+
/* @__PURE__ */ React90.createElement(
|
|
8665
9083
|
"path",
|
|
8666
9084
|
{
|
|
8667
9085
|
fillRule: "evenodd",
|
|
@@ -8675,16 +9093,16 @@ function IllustrationUpgrade(props) {
|
|
|
8675
9093
|
var upgrade_default = IllustrationUpgrade;
|
|
8676
9094
|
|
|
8677
9095
|
// src/illustrations/how-to-use-loom.js
|
|
8678
|
-
import * as
|
|
9096
|
+
import * as React91 from "react";
|
|
8679
9097
|
function IllustrationHowtoUseLoom(props) {
|
|
8680
|
-
return /* @__PURE__ */
|
|
9098
|
+
return /* @__PURE__ */ React91.createElement(
|
|
8681
9099
|
"svg",
|
|
8682
9100
|
__spreadValues({
|
|
8683
9101
|
viewBox: "0 0 110 110",
|
|
8684
9102
|
fill: "none",
|
|
8685
9103
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8686
9104
|
}, props),
|
|
8687
|
-
/* @__PURE__ */
|
|
9105
|
+
/* @__PURE__ */ React91.createElement(
|
|
8688
9106
|
"path",
|
|
8689
9107
|
{
|
|
8690
9108
|
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 +9114,16 @@ function IllustrationHowtoUseLoom(props) {
|
|
|
8696
9114
|
var how_to_use_loom_default = IllustrationHowtoUseLoom;
|
|
8697
9115
|
|
|
8698
9116
|
// src/illustrations/upload-drag-and-drop.js
|
|
8699
|
-
import * as
|
|
9117
|
+
import * as React92 from "react";
|
|
8700
9118
|
function IllustrationUploadDragAndDrop(props) {
|
|
8701
|
-
return /* @__PURE__ */
|
|
9119
|
+
return /* @__PURE__ */ React92.createElement(
|
|
8702
9120
|
"svg",
|
|
8703
9121
|
__spreadValues({
|
|
8704
9122
|
viewBox: "0 0 100 100",
|
|
8705
9123
|
fill: "none",
|
|
8706
9124
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8707
9125
|
}, props),
|
|
8708
|
-
/* @__PURE__ */
|
|
9126
|
+
/* @__PURE__ */ React92.createElement(
|
|
8709
9127
|
"path",
|
|
8710
9128
|
{
|
|
8711
9129
|
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 +9135,16 @@ function IllustrationUploadDragAndDrop(props) {
|
|
|
8717
9135
|
var upload_drag_and_drop_default = IllustrationUploadDragAndDrop;
|
|
8718
9136
|
|
|
8719
9137
|
// src/illustrations/use-cases.js
|
|
8720
|
-
import * as
|
|
9138
|
+
import * as React93 from "react";
|
|
8721
9139
|
function IllustrationUseCases(props) {
|
|
8722
|
-
return /* @__PURE__ */
|
|
9140
|
+
return /* @__PURE__ */ React93.createElement(
|
|
8723
9141
|
"svg",
|
|
8724
9142
|
__spreadValues({
|
|
8725
9143
|
viewBox: "0 0 100 100",
|
|
8726
9144
|
fill: "none",
|
|
8727
9145
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8728
9146
|
}, props),
|
|
8729
|
-
/* @__PURE__ */
|
|
9147
|
+
/* @__PURE__ */ React93.createElement(
|
|
8730
9148
|
"path",
|
|
8731
9149
|
{
|
|
8732
9150
|
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 +9156,16 @@ function IllustrationUseCases(props) {
|
|
|
8738
9156
|
var use_cases_default = IllustrationUseCases;
|
|
8739
9157
|
|
|
8740
9158
|
// src/illustrations/invite-members.js
|
|
8741
|
-
import * as
|
|
9159
|
+
import * as React94 from "react";
|
|
8742
9160
|
function IllustrationInviteMembers(props) {
|
|
8743
|
-
return /* @__PURE__ */
|
|
9161
|
+
return /* @__PURE__ */ React94.createElement(
|
|
8744
9162
|
"svg",
|
|
8745
9163
|
__spreadValues({
|
|
8746
9164
|
viewBox: "0 0 134 134",
|
|
8747
9165
|
fill: "none",
|
|
8748
9166
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8749
9167
|
}, props),
|
|
8750
|
-
/* @__PURE__ */
|
|
9168
|
+
/* @__PURE__ */ React94.createElement(
|
|
8751
9169
|
"path",
|
|
8752
9170
|
{
|
|
8753
9171
|
fillRule: "evenodd",
|
|
@@ -8761,45 +9179,45 @@ function IllustrationInviteMembers(props) {
|
|
|
8761
9179
|
var invite_members_default = IllustrationInviteMembers;
|
|
8762
9180
|
|
|
8763
9181
|
// src/illustrations/wellness.js
|
|
8764
|
-
import * as
|
|
9182
|
+
import * as React95 from "react";
|
|
8765
9183
|
function IllustrationWellness(props) {
|
|
8766
|
-
return /* @__PURE__ */
|
|
9184
|
+
return /* @__PURE__ */ React95.createElement(
|
|
8767
9185
|
"svg",
|
|
8768
9186
|
__spreadValues({
|
|
8769
9187
|
viewBox: "0 0 100 101",
|
|
8770
9188
|
fill: "none",
|
|
8771
9189
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8772
9190
|
}, props),
|
|
8773
|
-
/* @__PURE__ */
|
|
9191
|
+
/* @__PURE__ */ React95.createElement(
|
|
8774
9192
|
"path",
|
|
8775
9193
|
{
|
|
8776
9194
|
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
9195
|
fill: "currentColor"
|
|
8778
9196
|
}
|
|
8779
9197
|
),
|
|
8780
|
-
/* @__PURE__ */
|
|
9198
|
+
/* @__PURE__ */ React95.createElement(
|
|
8781
9199
|
"path",
|
|
8782
9200
|
{
|
|
8783
9201
|
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
9202
|
fill: "currentColor"
|
|
8785
9203
|
}
|
|
8786
9204
|
),
|
|
8787
|
-
/* @__PURE__ */
|
|
9205
|
+
/* @__PURE__ */ React95.createElement("path", { fill: "currentColor", d: "M100 67.595H66.667v33.333H100z" })
|
|
8788
9206
|
);
|
|
8789
9207
|
}
|
|
8790
9208
|
var wellness_default = IllustrationWellness;
|
|
8791
9209
|
|
|
8792
9210
|
// src/illustrations/comments.js
|
|
8793
|
-
import * as
|
|
9211
|
+
import * as React96 from "react";
|
|
8794
9212
|
function IllustrationComments(props) {
|
|
8795
|
-
return /* @__PURE__ */
|
|
9213
|
+
return /* @__PURE__ */ React96.createElement(
|
|
8796
9214
|
"svg",
|
|
8797
9215
|
__spreadValues({
|
|
8798
9216
|
viewBox: "0 0 96 96",
|
|
8799
9217
|
fill: "none",
|
|
8800
9218
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8801
9219
|
}, props),
|
|
8802
|
-
/* @__PURE__ */
|
|
9220
|
+
/* @__PURE__ */ React96.createElement(
|
|
8803
9221
|
"path",
|
|
8804
9222
|
{
|
|
8805
9223
|
fillRule: "evenodd",
|
|
@@ -8808,7 +9226,7 @@ function IllustrationComments(props) {
|
|
|
8808
9226
|
fill: "currentColor"
|
|
8809
9227
|
}
|
|
8810
9228
|
),
|
|
8811
|
-
/* @__PURE__ */
|
|
9229
|
+
/* @__PURE__ */ React96.createElement(
|
|
8812
9230
|
"path",
|
|
8813
9231
|
{
|
|
8814
9232
|
fill: "currentColor",
|
|
@@ -8820,16 +9238,16 @@ function IllustrationComments(props) {
|
|
|
8820
9238
|
var comments_default = IllustrationComments;
|
|
8821
9239
|
|
|
8822
9240
|
// src/illustrations/folders-empty-state-mobile.js
|
|
8823
|
-
import * as
|
|
9241
|
+
import * as React97 from "react";
|
|
8824
9242
|
function IllutrationFoldersEmptyStateMobile(props) {
|
|
8825
|
-
return /* @__PURE__ */
|
|
9243
|
+
return /* @__PURE__ */ React97.createElement(
|
|
8826
9244
|
"svg",
|
|
8827
9245
|
__spreadValues({
|
|
8828
9246
|
viewBox: "0 0 96 96",
|
|
8829
9247
|
fill: "none",
|
|
8830
9248
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8831
9249
|
}, props),
|
|
8832
|
-
/* @__PURE__ */
|
|
9250
|
+
/* @__PURE__ */ React97.createElement(
|
|
8833
9251
|
"path",
|
|
8834
9252
|
{
|
|
8835
9253
|
fillRule: "evenodd",
|
|
@@ -8838,7 +9256,7 @@ function IllutrationFoldersEmptyStateMobile(props) {
|
|
|
8838
9256
|
fill: "currentColor"
|
|
8839
9257
|
}
|
|
8840
9258
|
),
|
|
8841
|
-
/* @__PURE__ */
|
|
9259
|
+
/* @__PURE__ */ React97.createElement(
|
|
8842
9260
|
"path",
|
|
8843
9261
|
{
|
|
8844
9262
|
fillRule: "evenodd",
|
|
@@ -8852,23 +9270,23 @@ function IllutrationFoldersEmptyStateMobile(props) {
|
|
|
8852
9270
|
var folders_empty_state_mobile_default = IllutrationFoldersEmptyStateMobile;
|
|
8853
9271
|
|
|
8854
9272
|
// src/illustrations/help-ios.js
|
|
8855
|
-
import * as
|
|
9273
|
+
import * as React98 from "react";
|
|
8856
9274
|
function IllustrationHelpIos(props) {
|
|
8857
|
-
return /* @__PURE__ */
|
|
9275
|
+
return /* @__PURE__ */ React98.createElement(
|
|
8858
9276
|
"svg",
|
|
8859
9277
|
__spreadValues({
|
|
8860
9278
|
viewBox: "0 0 96 96",
|
|
8861
9279
|
fill: "none",
|
|
8862
9280
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8863
9281
|
}, props),
|
|
8864
|
-
/* @__PURE__ */
|
|
9282
|
+
/* @__PURE__ */ React98.createElement(
|
|
8865
9283
|
"path",
|
|
8866
9284
|
{
|
|
8867
9285
|
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
9286
|
fill: "currentColor"
|
|
8869
9287
|
}
|
|
8870
9288
|
),
|
|
8871
|
-
/* @__PURE__ */
|
|
9289
|
+
/* @__PURE__ */ React98.createElement(
|
|
8872
9290
|
"path",
|
|
8873
9291
|
{
|
|
8874
9292
|
fillRule: "evenodd",
|
|
@@ -8882,17 +9300,17 @@ function IllustrationHelpIos(props) {
|
|
|
8882
9300
|
var help_ios_default = IllustrationHelpIos;
|
|
8883
9301
|
|
|
8884
9302
|
// src/illustrations/my-videos-empty-state-mobile.js
|
|
8885
|
-
import * as
|
|
9303
|
+
import * as React99 from "react";
|
|
8886
9304
|
function IllustrationMyVideosEmptyStateMobile(props) {
|
|
8887
|
-
return /* @__PURE__ */
|
|
9305
|
+
return /* @__PURE__ */ React99.createElement(
|
|
8888
9306
|
"svg",
|
|
8889
9307
|
__spreadValues({
|
|
8890
9308
|
viewBox: "0 0 96 96",
|
|
8891
9309
|
fill: "none",
|
|
8892
9310
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8893
9311
|
}, props),
|
|
8894
|
-
/* @__PURE__ */
|
|
8895
|
-
/* @__PURE__ */
|
|
9312
|
+
/* @__PURE__ */ React99.createElement("path", { d: "M96 0H0v96h96V0zM84 12v72H12V12h72z", fill: "currentColor" }),
|
|
9313
|
+
/* @__PURE__ */ React99.createElement(
|
|
8896
9314
|
"path",
|
|
8897
9315
|
{
|
|
8898
9316
|
fillRule: "evenodd",
|
|
@@ -8906,16 +9324,16 @@ function IllustrationMyVideosEmptyStateMobile(props) {
|
|
|
8906
9324
|
var my_videos_empty_state_mobile_default = IllustrationMyVideosEmptyStateMobile;
|
|
8907
9325
|
|
|
8908
9326
|
// src/illustrations/recents-empty-state-mobile.js
|
|
8909
|
-
import * as
|
|
9327
|
+
import * as React100 from "react";
|
|
8910
9328
|
function IllustrationRecentsEmptyStateMobile(props) {
|
|
8911
|
-
return /* @__PURE__ */
|
|
9329
|
+
return /* @__PURE__ */ React100.createElement(
|
|
8912
9330
|
"svg",
|
|
8913
9331
|
__spreadValues({
|
|
8914
9332
|
viewBox: "0 0 96 96",
|
|
8915
9333
|
fill: "none",
|
|
8916
9334
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8917
9335
|
}, props),
|
|
8918
|
-
/* @__PURE__ */
|
|
9336
|
+
/* @__PURE__ */ React100.createElement(
|
|
8919
9337
|
"path",
|
|
8920
9338
|
{
|
|
8921
9339
|
fillRule: "evenodd",
|
|
@@ -8929,16 +9347,16 @@ function IllustrationRecentsEmptyStateMobile(props) {
|
|
|
8929
9347
|
var recents_empty_state_mobile_default = IllustrationRecentsEmptyStateMobile;
|
|
8930
9348
|
|
|
8931
9349
|
// src/illustrations/chrome-notifications-empty-state.js
|
|
8932
|
-
import * as
|
|
9350
|
+
import * as React101 from "react";
|
|
8933
9351
|
function IllustrationChromeNotificationsEmptyState(props) {
|
|
8934
|
-
return /* @__PURE__ */
|
|
9352
|
+
return /* @__PURE__ */ React101.createElement(
|
|
8935
9353
|
"svg",
|
|
8936
9354
|
__spreadValues({
|
|
8937
9355
|
viewBox: "0 0 96 96",
|
|
8938
9356
|
fill: "none",
|
|
8939
9357
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8940
9358
|
}, props),
|
|
8941
|
-
/* @__PURE__ */
|
|
9359
|
+
/* @__PURE__ */ React101.createElement(
|
|
8942
9360
|
"circle",
|
|
8943
9361
|
{
|
|
8944
9362
|
cx: 15.84,
|
|
@@ -8948,7 +9366,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
8948
9366
|
strokeWidth: 9.6
|
|
8949
9367
|
}
|
|
8950
9368
|
),
|
|
8951
|
-
/* @__PURE__ */
|
|
9369
|
+
/* @__PURE__ */ React101.createElement(
|
|
8952
9370
|
"path",
|
|
8953
9371
|
{
|
|
8954
9372
|
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 +9374,8 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
8956
9374
|
strokeWidth: 9.6
|
|
8957
9375
|
}
|
|
8958
9376
|
),
|
|
8959
|
-
/* @__PURE__ */
|
|
8960
|
-
/* @__PURE__ */
|
|
9377
|
+
/* @__PURE__ */ React101.createElement("circle", { cx: 80.16, cy: 15.84, r: 15.84, fill: "currentColor" }),
|
|
9378
|
+
/* @__PURE__ */ React101.createElement(
|
|
8961
9379
|
"path",
|
|
8962
9380
|
{
|
|
8963
9381
|
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 +9383,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
8965
9383
|
strokeWidth: 9.6
|
|
8966
9384
|
}
|
|
8967
9385
|
),
|
|
8968
|
-
/* @__PURE__ */
|
|
9386
|
+
/* @__PURE__ */ React101.createElement(
|
|
8969
9387
|
"circle",
|
|
8970
9388
|
{
|
|
8971
9389
|
cx: 48,
|
|
@@ -8975,7 +9393,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
8975
9393
|
strokeWidth: 9.6
|
|
8976
9394
|
}
|
|
8977
9395
|
),
|
|
8978
|
-
/* @__PURE__ */
|
|
9396
|
+
/* @__PURE__ */ React101.createElement(
|
|
8979
9397
|
"path",
|
|
8980
9398
|
{
|
|
8981
9399
|
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 +9401,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
8983
9401
|
strokeWidth: 9.6
|
|
8984
9402
|
}
|
|
8985
9403
|
),
|
|
8986
|
-
/* @__PURE__ */
|
|
9404
|
+
/* @__PURE__ */ React101.createElement(
|
|
8987
9405
|
"circle",
|
|
8988
9406
|
{
|
|
8989
9407
|
cx: 15.84,
|
|
@@ -8993,7 +9411,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
8993
9411
|
strokeWidth: 9.6
|
|
8994
9412
|
}
|
|
8995
9413
|
),
|
|
8996
|
-
/* @__PURE__ */
|
|
9414
|
+
/* @__PURE__ */ React101.createElement(
|
|
8997
9415
|
"path",
|
|
8998
9416
|
{
|
|
8999
9417
|
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 +9419,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9001
9419
|
strokeWidth: 9.6
|
|
9002
9420
|
}
|
|
9003
9421
|
),
|
|
9004
|
-
/* @__PURE__ */
|
|
9422
|
+
/* @__PURE__ */ React101.createElement(
|
|
9005
9423
|
"circle",
|
|
9006
9424
|
{
|
|
9007
9425
|
cx: 80.16,
|