@loomhq/lens 12.9.0 → 12.11.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/banner-vector-up.js +17 -3
- package/dist/cjs/icons/banner-vector-up.js.map +2 -2
- package/dist/cjs/icons/cursor.js +40 -0
- package/dist/cjs/icons/cursor.js.map +7 -0
- package/dist/cjs/icons/index.js +645 -637
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/index.js +674 -643
- package/dist/cjs/index.js.map +4 -4
- package/dist/esm/icons/banner-vector-up.js +1 -1
- package/dist/esm/icons/{chunk-2V4R73H6.js → chunk-3OR7GMMB.js} +8 -4
- package/dist/esm/icons/chunk-3OR7GMMB.js.map +7 -0
- package/dist/esm/icons/chunk-KVOGDZ34.js +11 -0
- package/dist/esm/icons/chunk-KVOGDZ34.js.map +7 -0
- package/dist/esm/icons/cursor.js +8 -0
- package/dist/esm/icons/cursor.js.map +7 -0
- package/dist/esm/icons/index.js +63 -59
- package/dist/esm/index.js +606 -571
- package/dist/esm/index.js.map +3 -3
- package/dist/types/colors.d.ts +2 -2
- package/dist/types/colors.d.ts.map +1 -1
- package/dist/types/components/align/align.d.ts +1 -1
- package/dist/types/components/align/align.d.ts.map +1 -1
- package/dist/types/components/arrange/arrange.d.ts +1 -1
- package/dist/types/components/arrange/arrange.d.ts.map +1 -1
- package/dist/types/components/avatar/avatar.d.ts +1 -1
- package/dist/types/components/avatar/avatar.d.ts.map +1 -1
- package/dist/types/components/backdrop/backdrop.d.ts +1 -1
- package/dist/types/components/backdrop/backdrop.d.ts.map +1 -1
- package/dist/types/components/base-styles/base-styles.d.ts +1 -1
- package/dist/types/components/base-styles/base-styles.d.ts.map +1 -1
- package/dist/types/components/button/button.d.ts +1 -1
- package/dist/types/components/button/button.d.ts.map +1 -1
- package/dist/types/components/color-picker/color-picker.d.ts +1 -1
- package/dist/types/components/color-picker/color-picker.d.ts.map +1 -1
- package/dist/types/components/container/container.d.ts +1 -1
- package/dist/types/components/container/container.d.ts.map +1 -1
- package/dist/types/components/distribute/distribute.d.ts +1 -1
- package/dist/types/components/distribute/distribute.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown.d.ts.map +1 -1
- package/dist/types/components/ellipses-loader/ellipses-loader.d.ts +1 -1
- package/dist/types/components/ellipses-loader/ellipses-loader.d.ts.map +1 -1
- package/dist/types/components/form-field/form-field.d.ts +2 -2
- package/dist/types/components/form-field/form-field.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/banner-vector-up.d.ts.map +1 -1
- package/dist/types/components/icon/available-icons/cursor.d.ts +3 -0
- package/dist/types/components/icon/available-icons/cursor.d.ts.map +1 -0
- package/dist/types/components/icon/available-icons/index.d.ts +1 -0
- package/dist/types/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/types/components/icon/icon.d.ts +2 -2
- package/dist/types/components/icon/icon.d.ts.map +1 -1
- package/dist/types/components/icon-button/icon-button.d.ts +1 -1
- package/dist/types/components/icon-button/icon-button.d.ts.map +1 -1
- package/dist/types/components/layout/layout.d.ts +1 -1
- package/dist/types/components/layout/layout.d.ts.map +1 -1
- package/dist/types/components/link/link.d.ts +1 -1
- package/dist/types/components/link/link.d.ts.map +1 -1
- package/dist/types/components/list/list.d.ts +1 -1
- package/dist/types/components/list/list.d.ts.map +1 -1
- package/dist/types/components/loader/loader.d.ts +1 -1
- package/dist/types/components/loader/loader.d.ts.map +1 -1
- package/dist/types/components/logo/logo.d.ts +1 -1
- package/dist/types/components/logo/logo.d.ts.map +1 -1
- package/dist/types/components/menu/menu.d.ts +2 -1
- package/dist/types/components/menu/menu.d.ts.map +1 -1
- package/dist/types/components/modal/modal.d.ts +2 -2
- package/dist/types/components/modal/modal.d.ts.map +1 -1
- package/dist/types/components/notification-bar/notification-bar.d.ts +2 -2
- package/dist/types/components/notification-bar/notification-bar.d.ts.map +1 -1
- package/dist/types/components/pill/pill.d.ts +1 -1
- package/dist/types/components/pill/pill.d.ts.map +1 -1
- package/dist/types/components/select/select.d.ts +2 -2
- package/dist/types/components/select/select.d.ts.map +1 -1
- package/dist/types/components/skeleton/skeleton.d.ts +1 -1
- package/dist/types/components/skeleton/skeleton.d.ts.map +1 -1
- package/dist/types/components/spacer/spacer.d.ts +1 -1
- package/dist/types/components/spacer/spacer.d.ts.map +1 -1
- package/dist/types/components/split/split.d.ts +1 -1
- package/dist/types/components/split/split.d.ts.map +1 -1
- package/dist/types/components/switch/switch.d.ts +1 -1
- package/dist/types/components/switch/switch.d.ts.map +1 -1
- package/dist/types/components/tabs/tabs.d.ts +1 -1
- package/dist/types/components/tabs/tabs.d.ts.map +1 -1
- package/dist/types/components/text/text.d.ts +2 -2
- package/dist/types/components/text/text.d.ts.map +1 -1
- package/dist/types/components/text-button/text-button.d.ts +1 -1
- package/dist/types/components/text-button/text-button.d.ts.map +1 -1
- package/dist/types/components/toast/toast.d.ts +1 -1
- package/dist/types/components/toast/toast.d.ts.map +1 -1
- package/dist/types/components/tooltip/tooltip.d.ts +1 -1
- package/dist/types/components/tooltip/tooltip.d.ts.map +1 -1
- package/dist/types/components/typeahead/typeahead.d.ts +3 -2
- package/dist/types/components/typeahead/typeahead.d.ts.map +1 -1
- package/dist/types/components/waveform-loader/waveform-loader.d.ts +1 -1
- package/dist/types/components/waveform-loader/waveform-loader.d.ts.map +1 -1
- package/dist/types/console-messages.d.ts +4 -4
- package/dist/types/console-messages.d.ts.map +1 -1
- package/dist/types/css-utilities/generate-utilities.d.ts +8 -8
- package/dist/types/css-utilities/generate-utilities.d.ts.map +1 -1
- package/dist/types/css-utilities/index.d.ts +2 -2
- package/dist/types/css-utilities/index.d.ts.map +1 -1
- package/dist/types/css-utilities/rules.d.ts +55 -48
- package/dist/types/css-utilities/rules.d.ts.map +1 -1
- package/dist/types/hooks/index.d.ts +5 -5
- package/dist/types/hooks/index.d.ts.map +1 -1
- package/dist/types/hooks/use-media.d.ts.map +1 -1
- package/dist/types/hooks/use-on-click-outside.d.ts.map +1 -1
- package/dist/types/hooks/use-prefer-reduced-motion.d.ts +1 -1
- package/dist/types/hooks/use-prefer-reduced-motion.d.ts.map +1 -1
- package/dist/types/icons/banner-vector-up.d.ts.map +1 -1
- package/dist/types/icons/cursor.d.ts +3 -0
- package/dist/types/icons/cursor.d.ts.map +1 -0
- package/dist/types/icons/index.d.ts +1 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/illustrations/accounts-and-billing.d.ts +2 -2
- package/dist/types/illustrations/accounts-and-billing.d.ts.map +1 -1
- package/dist/types/illustrations/archived.d.ts +2 -2
- package/dist/types/illustrations/archived.d.ts.map +1 -1
- package/dist/types/illustrations/ask-for-more.d.ts +2 -2
- package/dist/types/illustrations/ask-for-more.d.ts.map +1 -1
- package/dist/types/illustrations/business-plan.d.ts +2 -2
- package/dist/types/illustrations/business-plan.d.ts.map +1 -1
- package/dist/types/illustrations/chrome-notifications-empty-state.d.ts +2 -2
- package/dist/types/illustrations/chrome-notifications-empty-state.d.ts.map +1 -1
- package/dist/types/illustrations/collaborate-with-teammates.d.ts +2 -2
- package/dist/types/illustrations/collaborate-with-teammates.d.ts.map +1 -1
- package/dist/types/illustrations/comments.d.ts +2 -2
- package/dist/types/illustrations/comments.d.ts.map +1 -1
- package/dist/types/illustrations/community-alt.d.ts +2 -2
- package/dist/types/illustrations/community-alt.d.ts.map +1 -1
- package/dist/types/illustrations/community.d.ts +2 -2
- package/dist/types/illustrations/community.d.ts.map +1 -1
- package/dist/types/illustrations/content-limit.d.ts +2 -2
- package/dist/types/illustrations/content-limit.d.ts.map +1 -1
- package/dist/types/illustrations/custom-branding.d.ts +2 -2
- package/dist/types/illustrations/custom-branding.d.ts.map +1 -1
- package/dist/types/illustrations/desktop-app-and-chrome-extension.d.ts +2 -2
- package/dist/types/illustrations/desktop-app-and-chrome-extension.d.ts.map +1 -1
- package/dist/types/illustrations/device-compatibility.d.ts +2 -2
- package/dist/types/illustrations/device-compatibility.d.ts.map +1 -1
- package/dist/types/illustrations/downgrade.d.ts +2 -2
- package/dist/types/illustrations/downgrade.d.ts.map +1 -1
- package/dist/types/illustrations/embrace-the-weird.d.ts +2 -2
- package/dist/types/illustrations/embrace-the-weird.d.ts.map +1 -1
- package/dist/types/illustrations/enterprise-plan.d.ts +2 -2
- package/dist/types/illustrations/enterprise-plan.d.ts.map +1 -1
- package/dist/types/illustrations/faq-and-security.d.ts +2 -2
- package/dist/types/illustrations/faq-and-security.d.ts.map +1 -1
- package/dist/types/illustrations/five-minute-limit.d.ts +2 -2
- package/dist/types/illustrations/five-minute-limit.d.ts.map +1 -1
- package/dist/types/illustrations/folders-empty-state-mobile.d.ts +2 -2
- package/dist/types/illustrations/folders-empty-state-mobile.d.ts.map +1 -1
- package/dist/types/illustrations/getting-started.d.ts +2 -2
- package/dist/types/illustrations/getting-started.d.ts.map +1 -1
- package/dist/types/illustrations/growth-through-empathy.d.ts +2 -2
- package/dist/types/illustrations/growth-through-empathy.d.ts.map +1 -1
- package/dist/types/illustrations/health-plans.d.ts +2 -2
- package/dist/types/illustrations/health-plans.d.ts.map +1 -1
- package/dist/types/illustrations/help-ios.d.ts +2 -2
- package/dist/types/illustrations/help-ios.d.ts.map +1 -1
- package/dist/types/illustrations/how-to-use-loom.d.ts +2 -2
- package/dist/types/illustrations/how-to-use-loom.d.ts.map +1 -1
- package/dist/types/illustrations/index.d.ts +48 -48
- package/dist/types/illustrations/index.d.ts.map +1 -1
- package/dist/types/illustrations/invite-members.d.ts +2 -2
- package/dist/types/illustrations/invite-members.d.ts.map +1 -1
- package/dist/types/illustrations/invite.d.ts +2 -2
- package/dist/types/illustrations/invite.d.ts.map +1 -1
- package/dist/types/illustrations/lead-with-transparency.d.ts +2 -2
- package/dist/types/illustrations/lead-with-transparency.d.ts.map +1 -1
- package/dist/types/illustrations/learning-and-development.d.ts +2 -2
- package/dist/types/illustrations/learning-and-development.d.ts.map +1 -1
- package/dist/types/illustrations/loom-plans.d.ts +2 -2
- package/dist/types/illustrations/loom-plans.d.ts.map +1 -1
- package/dist/types/illustrations/my-videos-empty-state-mobile.d.ts +2 -2
- package/dist/types/illustrations/my-videos-empty-state-mobile.d.ts.map +1 -1
- package/dist/types/illustrations/option-grants.d.ts +2 -2
- package/dist/types/illustrations/option-grants.d.ts.map +1 -1
- package/dist/types/illustrations/parental-leave.d.ts +2 -2
- package/dist/types/illustrations/parental-leave.d.ts.map +1 -1
- package/dist/types/illustrations/pto.d.ts +2 -2
- package/dist/types/illustrations/pto.d.ts.map +1 -1
- package/dist/types/illustrations/recents-empty-state-mobile.d.ts +2 -2
- package/dist/types/illustrations/recents-empty-state-mobile.d.ts.map +1 -1
- package/dist/types/illustrations/record.d.ts +2 -2
- package/dist/types/illustrations/record.d.ts.map +1 -1
- package/dist/types/illustrations/remote-first.d.ts +2 -2
- package/dist/types/illustrations/remote-first.d.ts.map +1 -1
- package/dist/types/illustrations/roadmap.d.ts +2 -2
- package/dist/types/illustrations/roadmap.d.ts.map +1 -1
- package/dist/types/illustrations/screenshot.d.ts +2 -2
- package/dist/types/illustrations/screenshot.d.ts.map +1 -1
- package/dist/types/illustrations/share-with-your-team.d.ts +2 -2
- package/dist/types/illustrations/share-with-your-team.d.ts.map +1 -1
- package/dist/types/illustrations/share.d.ts +2 -2
- package/dist/types/illustrations/share.d.ts.map +1 -1
- package/dist/types/illustrations/starred.d.ts +2 -2
- package/dist/types/illustrations/starred.d.ts.map +1 -1
- package/dist/types/illustrations/starter-plus-plan.d.ts +2 -2
- package/dist/types/illustrations/starter-plus-plan.d.ts.map +1 -1
- package/dist/types/illustrations/strong-upload-speed.d.ts +2 -2
- package/dist/types/illustrations/strong-upload-speed.d.ts.map +1 -1
- package/dist/types/illustrations/troubleshooting.d.ts +2 -2
- package/dist/types/illustrations/troubleshooting.d.ts.map +1 -1
- package/dist/types/illustrations/upgrade.d.ts +2 -2
- package/dist/types/illustrations/upgrade.d.ts.map +1 -1
- package/dist/types/illustrations/upload-drag-and-drop.d.ts +2 -2
- package/dist/types/illustrations/upload-drag-and-drop.d.ts.map +1 -1
- package/dist/types/illustrations/use-cases.d.ts +2 -2
- package/dist/types/illustrations/use-cases.d.ts.map +1 -1
- package/dist/types/illustrations/wellness.d.ts +2 -2
- package/dist/types/illustrations/wellness.d.ts.map +1 -1
- package/dist/types/utilities/downshift.d.ts +1 -1
- package/dist/types/utilities/downshift.d.ts.map +1 -1
- package/dist/types/utilities/responsive.d.ts +3 -3
- package/dist/types/utilities/responsive.d.ts.map +1 -1
- package/dist/types/utilities/size.d.ts +1 -1
- package/dist/types/utilities/size.d.ts.map +1 -1
- package/dist/types/utilities/styles.d.ts +9 -9
- package/dist/types/utilities/styles.d.ts.map +1 -1
- package/package.json +4 -5
- package/dist/esm/icons/chunk-2V4R73H6.js.map +0 -7
package/dist/esm/index.js
CHANGED
|
@@ -53,17 +53,18 @@ var borderAlpha = 0.14;
|
|
|
53
53
|
var backdropAlpha = 0.46;
|
|
54
54
|
var backdropDarkAlpha = 0.9;
|
|
55
55
|
var backdropTwilightAlpha = 0.8;
|
|
56
|
-
var focusRingAlpha = 0.8;
|
|
57
56
|
var buttonBorderAlpha = 0.25;
|
|
58
57
|
var tabBackgroundAlpha = 0.06;
|
|
59
58
|
var highlightAlpha = 0.15;
|
|
59
|
+
var highlightHoverAlpha = 0.3;
|
|
60
|
+
var highlightActiveAlpha = 0.45;
|
|
60
61
|
var hslaBaseColors = {
|
|
61
62
|
red: { h: 4, s: 64, l: 48, a: 1 },
|
|
62
|
-
blurpleLight: { h:
|
|
63
|
-
blurpleMedium: { h:
|
|
64
|
-
blurple: { h:
|
|
65
|
-
blurpleDark: { h:
|
|
66
|
-
blurpleStrong: { h:
|
|
63
|
+
blurpleLight: { h: 214.3, s: 91.3, l: 95.5, a: 1 },
|
|
64
|
+
blurpleMedium: { h: 216.5, s: 92, l: 90.2, a: 1 },
|
|
65
|
+
blurple: { h: 215.4, s: 80, l: 47.65, a: 1 },
|
|
66
|
+
blurpleDark: { h: 215.9, s: 79.9, l: 41, a: 1 },
|
|
67
|
+
blurpleStrong: { h: 216.3, s: 69.2, l: 22.9, a: 1 },
|
|
67
68
|
offWhite: { h: 0, s: 0, l: 97.25, a: 1 },
|
|
68
69
|
blueLight: { h: 216.5, s: 92, l: 90.2, a: 1 },
|
|
69
70
|
blue: { h: 215.4, s: 80, l: 47.65, a: 1 },
|
|
@@ -94,13 +95,14 @@ var themeSharedColors = {
|
|
|
94
95
|
record: hslaBaseColors.orange,
|
|
95
96
|
recordHover: darken(hslaBaseColors.orange, hoverIncrease),
|
|
96
97
|
recordActive: darken(hslaBaseColors.orange, activeIncrease),
|
|
97
|
-
focusRing: alphaFunction(hslaBaseColors.blurple, focusRingAlpha),
|
|
98
98
|
backdropDark: alphaFunction(hslaGreys.grey8, backdropDarkAlpha),
|
|
99
99
|
backdropTwilight: alphaFunction(
|
|
100
100
|
hslaBaseColors.blurpleStrong,
|
|
101
101
|
backdropTwilightAlpha
|
|
102
102
|
),
|
|
103
103
|
highlight: alphaFunction(hslaBaseColors.blurple, highlightAlpha),
|
|
104
|
+
highlightHover: alphaFunction(hslaBaseColors.blurple, highlightHoverAlpha),
|
|
105
|
+
highlightActive: alphaFunction(hslaBaseColors.blurple, highlightActiveAlpha),
|
|
104
106
|
warning: {
|
|
105
107
|
h: 45.5,
|
|
106
108
|
s: 96,
|
|
@@ -174,6 +176,13 @@ var themeColors = {
|
|
|
174
176
|
a: 1,
|
|
175
177
|
ads: "--ds-background-neutral-bold"
|
|
176
178
|
},
|
|
179
|
+
focusRing: {
|
|
180
|
+
h: 216.1,
|
|
181
|
+
s: 81.4,
|
|
182
|
+
l: 60,
|
|
183
|
+
a: 1,
|
|
184
|
+
ads: "--ds-border-focused"
|
|
185
|
+
},
|
|
177
186
|
overlay: { h: 0, s: 0, l: 100, a: 1, ads: "--ds-surface-overlay" },
|
|
178
187
|
overlayHover: hslaGreys.grey2,
|
|
179
188
|
overlayActive: hslaGreys.grey3,
|
|
@@ -290,9 +299,9 @@ var themeColors = {
|
|
|
290
299
|
}
|
|
291
300
|
}),
|
|
292
301
|
dark: __spreadProps(__spreadValues({
|
|
293
|
-
primary: { h:
|
|
294
|
-
primaryHover:
|
|
295
|
-
primaryActive:
|
|
302
|
+
primary: { h: 216.3, s: 83.2, l: 67.3, a: 1 },
|
|
303
|
+
primaryHover: { h: 216.1, s: 85.1, l: 76.3, a: 1 },
|
|
304
|
+
primaryActive: { h: 216.5, s: 92, l: 90.2, a: 1 },
|
|
296
305
|
body: { h: 225, s: 4.3, l: 81.6, a: 1, ads: "--ds-text" },
|
|
297
306
|
bodyDimmed: { h: 217.5, s: 4, l: 60.4, a: 1, ads: "--ds-text-subtlest" },
|
|
298
307
|
bodyInverse: { h: 240, s: 3, l: 12.5, a: 1, ads: "--ds-text-inverse" },
|
|
@@ -354,6 +363,13 @@ var themeColors = {
|
|
|
354
363
|
a: 1,
|
|
355
364
|
ads: "--ds-background-neutral-bold"
|
|
356
365
|
},
|
|
366
|
+
focusRing: {
|
|
367
|
+
h: 216.1,
|
|
368
|
+
s: 85.1,
|
|
369
|
+
l: 76.3,
|
|
370
|
+
a: 1,
|
|
371
|
+
ads: "--ds-background-accent-blue-subtle-hovered"
|
|
372
|
+
},
|
|
357
373
|
overlay: { h: 225, s: 4, l: 17.6, a: 1, ads: "--ds-surface-overlay" },
|
|
358
374
|
overlayHover: {
|
|
359
375
|
h: 225,
|
|
@@ -516,7 +532,7 @@ var getColorValue = (color) => {
|
|
|
516
532
|
}
|
|
517
533
|
};
|
|
518
534
|
|
|
519
|
-
// src/hooks/use-media.
|
|
535
|
+
// src/hooks/use-media.ts
|
|
520
536
|
import _debounce from "lodash/debounce";
|
|
521
537
|
import React from "react";
|
|
522
538
|
function useMedia(queries, values, defaultValue) {
|
|
@@ -681,7 +697,7 @@ var Media = ({ children, queries, values, defaultValue }) => {
|
|
|
681
697
|
return children(value);
|
|
682
698
|
};
|
|
683
699
|
|
|
684
|
-
// src/utilities/styles.
|
|
700
|
+
// src/utilities/styles.ts
|
|
685
701
|
var getTextSize = (size) => size && `
|
|
686
702
|
font-size: var(--lns-fontSize-${size});
|
|
687
703
|
line-height: var(--lns-lineHeight-${size});
|
|
@@ -846,15 +862,15 @@ var breakpoints = {
|
|
|
846
862
|
large: "75em"
|
|
847
863
|
};
|
|
848
864
|
var gradients = {
|
|
849
|
-
"ai-primary": "
|
|
850
|
-
"ai-secondary": "radial-gradient(
|
|
865
|
+
"ai-primary": "conic-gradient(from 270deg, #0469FF 90deg, #BF63F3 180deg, #FFA900 270deg, #0065FF 360deg)",
|
|
866
|
+
"ai-secondary": "radial-gradient(138.41% 100% at 100% 100%, #E9F2FE 0%, #FFF 100%)"
|
|
851
867
|
};
|
|
852
868
|
|
|
853
869
|
// src/components/text/text.tsx
|
|
854
870
|
import styled from "@emotion/styled";
|
|
855
871
|
import React2 from "react";
|
|
856
872
|
|
|
857
|
-
// src/console-messages.
|
|
873
|
+
// src/console-messages.ts
|
|
858
874
|
var textIsDimmedDeprecated = `Lens: Text prop 'isDimmed' is deprecated, use color="bodyDimmed" instead.`;
|
|
859
875
|
var customStylesWarning = `Lens: don't apply custom styles to components, learn more: https://lens.loom.dev/guides/development-best-practices/the-risk-of-modifying-components-with-custom-styles.`;
|
|
860
876
|
var distributeDeprecatedWarning = `Lens: Distribute component is deprecated. Use Arrange or Split.`;
|
|
@@ -990,7 +1006,7 @@ var Text = (_a) => {
|
|
|
990
1006
|
var alignments = ["left", "right", "center"];
|
|
991
1007
|
var text_default = Text;
|
|
992
1008
|
|
|
993
|
-
// src/css-utilities/rules.
|
|
1009
|
+
// src/css-utilities/rules.ts
|
|
994
1010
|
var sides = ["top", "bottom", "left", "right"];
|
|
995
1011
|
var spacesWithZero = __spreadValues({ 0: "0" }, spaces);
|
|
996
1012
|
var spacesWithAutoAndZero = __spreadValues({ 0: "0", auto: "auto" }, spaces);
|
|
@@ -1455,7 +1471,7 @@ var accessibilityRules = [
|
|
|
1455
1471
|
}
|
|
1456
1472
|
];
|
|
1457
1473
|
|
|
1458
|
-
// src/css-utilities/generate-utilities.
|
|
1474
|
+
// src/css-utilities/generate-utilities.ts
|
|
1459
1475
|
var separator = "\\:";
|
|
1460
1476
|
var allRules = [
|
|
1461
1477
|
...colorRules,
|
|
@@ -1856,7 +1872,7 @@ var avatar_default = Avatar;
|
|
|
1856
1872
|
// src/components/base-styles/base-styles.tsx
|
|
1857
1873
|
import { Global, css } from "@emotion/react";
|
|
1858
1874
|
import React4 from "react";
|
|
1859
|
-
var buildGlobalStylesheet = (rootElement = ":root", bodyElement = "body"
|
|
1875
|
+
var buildGlobalStylesheet = (rootElement = ":root", bodyElement = "body") => {
|
|
1860
1876
|
return `
|
|
1861
1877
|
${rootElement} {
|
|
1862
1878
|
font-size: 100%;
|
|
@@ -1887,38 +1903,6 @@ var buildGlobalStylesheet = (rootElement = ":root", bodyElement = "body", docume
|
|
|
1887
1903
|
${getAllCssVarsString(rootElement)}
|
|
1888
1904
|
|
|
1889
1905
|
${cssUtilities()}
|
|
1890
|
-
|
|
1891
|
-
${documentElement}[data-brand-color="blue"] {
|
|
1892
|
-
--lns-color-blurpleLight: #E9F2FE;
|
|
1893
|
-
--lns-color-blurpleMedium: #CFE1FD;
|
|
1894
|
-
--lns-color-blurple: #1868DB;
|
|
1895
|
-
--lns-color-blurpleDark: #1558BC;
|
|
1896
|
-
--lns-color-blurpleStrong: #123263;
|
|
1897
|
-
|
|
1898
|
-
--lns-color-backdropTwilight: hsla(216, 69%, 23%, 0.8);
|
|
1899
|
-
--lns-color-highlight: hsla(215, 80%, 48%, 0.15);
|
|
1900
|
-
|
|
1901
|
-
--lns-gradient-ai-primary: conic-gradient(from 270deg, #0469FF 90deg, #BF63F3 180deg, #FFA900 270deg, #0065FF 360deg);
|
|
1902
|
-
--lns-gradient-ai-secondary: radial-gradient(138.41% 100% at 100% 100%, #E9F2FE 0%, #FFF 100%);
|
|
1903
|
-
}
|
|
1904
|
-
|
|
1905
|
-
${documentElement}[data-color-mode="light"][data-brand-color="blue"],
|
|
1906
|
-
${documentElement}[data-brand-color="blue"] [data-lens-theme="light"],
|
|
1907
|
-
${documentElement}[data-brand-color="blue"] .brand-theme-light {
|
|
1908
|
-
--lns-themeLight-color-primary: #1868DB;
|
|
1909
|
-
--lns-themeLight-color-primaryHover: #1558BC;
|
|
1910
|
-
--lns-themeLight-color-primaryActive: #123263;
|
|
1911
|
-
--lns-themeLight-color-focusRing: #4688EC;
|
|
1912
|
-
}
|
|
1913
|
-
|
|
1914
|
-
${documentElement}[data-color-mode="dark"][data-brand-color="blue"],
|
|
1915
|
-
${documentElement}[data-brand-color="blue"] [data-lens-theme="dark"],
|
|
1916
|
-
${documentElement}[data-brand-color="blue"] .brand-theme-dark {
|
|
1917
|
-
--lns-themeDark-color-primary: #669DF1;
|
|
1918
|
-
--lns-themeDark-color-primaryHover: #8FB8F6;
|
|
1919
|
-
--lns-themeDark-color-primaryActive: #CFE1FD;
|
|
1920
|
-
--lns-themeDark-color-focusRing: #8FB8F6;
|
|
1921
|
-
}
|
|
1922
1906
|
`;
|
|
1923
1907
|
};
|
|
1924
1908
|
var BaseStyles = () => /* @__PURE__ */ React4.createElement(Global, { styles: css(buildGlobalStylesheet()) });
|
|
@@ -2117,7 +2101,7 @@ var variantStyles = {
|
|
|
2117
2101
|
color: getColorValue("primary"),
|
|
2118
2102
|
background: getColorValue("highlight"),
|
|
2119
2103
|
borderColor: null,
|
|
2120
|
-
hover: getColorValue("
|
|
2104
|
+
hover: getColorValue("highlightHover"),
|
|
2121
2105
|
active: null
|
|
2122
2106
|
},
|
|
2123
2107
|
record: {
|
|
@@ -2210,7 +2194,7 @@ var ButtonWrapper = styled5.button`
|
|
|
2210
2194
|
}
|
|
2211
2195
|
|
|
2212
2196
|
&:focus-visible {
|
|
2213
|
-
${getOffsetFocusRing()};
|
|
2197
|
+
${(props) => props["aria-expanded"] ? "outline: none;" : getOffsetFocusRing()};
|
|
2214
2198
|
}
|
|
2215
2199
|
|
|
2216
2200
|
&::-moz-focus-inner {
|
|
@@ -3467,11 +3451,15 @@ var text_button_default = TextButton;
|
|
|
3467
3451
|
// src/components/select/select.tsx
|
|
3468
3452
|
import styled19 from "@emotion/styled";
|
|
3469
3453
|
import Downshift from "downshift";
|
|
3470
|
-
import
|
|
3454
|
+
import React26, {
|
|
3455
|
+
useEffect as useEffect2,
|
|
3456
|
+
useState,
|
|
3457
|
+
useMemo
|
|
3458
|
+
} from "react";
|
|
3471
3459
|
import { useLayer } from "react-laag";
|
|
3472
3460
|
import ResizeObserver from "resize-observer-polyfill";
|
|
3473
3461
|
|
|
3474
|
-
// src/utilities/downshift.
|
|
3462
|
+
// src/utilities/downshift.ts
|
|
3475
3463
|
var getDownshiftEnvironment = (container) => {
|
|
3476
3464
|
var _a, _b;
|
|
3477
3465
|
const rootNode = (_b = (_a = container == null ? void 0 : container()) == null ? void 0 : _a.getRootNode) == null ? void 0 : _b.call(_a);
|
|
@@ -3494,6 +3482,7 @@ var getDownshiftEnvironment = (container) => {
|
|
|
3494
3482
|
};
|
|
3495
3483
|
|
|
3496
3484
|
// src/utilities/text.ts
|
|
3485
|
+
import "react";
|
|
3497
3486
|
var getTextFromNode = (node) => {
|
|
3498
3487
|
if (typeof node === "string") {
|
|
3499
3488
|
return node;
|
|
@@ -3517,9 +3506,9 @@ var isIterable = (node) => {
|
|
|
3517
3506
|
};
|
|
3518
3507
|
|
|
3519
3508
|
// src/components/icon/available-icons/chevron-down.tsx
|
|
3520
|
-
import * as
|
|
3509
|
+
import * as React21 from "react";
|
|
3521
3510
|
function SvgChevronDown() {
|
|
3522
|
-
return /* @__PURE__ */
|
|
3511
|
+
return /* @__PURE__ */ React21.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React21.createElement("svg", { viewBox: "-2 -2 16 16" }, /* @__PURE__ */ React21.createElement(
|
|
3523
3512
|
"path",
|
|
3524
3513
|
{
|
|
3525
3514
|
fill: "currentColor",
|
|
@@ -3532,13 +3521,13 @@ function SvgChevronDown() {
|
|
|
3532
3521
|
|
|
3533
3522
|
// src/components/menu/menu.tsx
|
|
3534
3523
|
import styled17 from "@emotion/styled";
|
|
3535
|
-
import
|
|
3524
|
+
import React23 from "react";
|
|
3536
3525
|
|
|
3537
3526
|
// src/components/icon/available-icons/check.tsx
|
|
3538
3527
|
import CheckMarkIcon from "@atlaskit/icon/core/check-mark";
|
|
3539
|
-
import * as
|
|
3528
|
+
import * as React22 from "react";
|
|
3540
3529
|
function SvgCheck() {
|
|
3541
|
-
return /* @__PURE__ */
|
|
3530
|
+
return /* @__PURE__ */ React22.createElement(CheckMarkIcon, { label: "", testId: "ads-refreshed-icon" });
|
|
3542
3531
|
}
|
|
3543
3532
|
|
|
3544
3533
|
// src/components/menu/menu.tsx
|
|
@@ -3581,13 +3570,15 @@ var MenuItemWrapper = styled17.li`
|
|
|
3581
3570
|
cursor: ${(props) => props.isDisabled ? "default" : "pointer"};
|
|
3582
3571
|
&:focus-visible {
|
|
3583
3572
|
outline: 1px solid transparent;
|
|
3584
|
-
|
|
3585
|
-
&:focus-visible {
|
|
3586
|
-
${getFocusRing(void 0, "inset")};
|
|
3573
|
+
${getOffsetFocusRing()};
|
|
3587
3574
|
}
|
|
3588
3575
|
${(props) => props.isHighlighted && !props.isDisabled && `
|
|
3589
3576
|
background-color: ${getColorValue("backgroundHover")};
|
|
3590
3577
|
`};
|
|
3578
|
+
${(props) => props.keyboardMove && props.isHighlighted && !props.isDisabled && `
|
|
3579
|
+
outline: 1px solid transparent;
|
|
3580
|
+
${getOffsetFocusRing()};
|
|
3581
|
+
`};
|
|
3591
3582
|
${(props) => props.hasDivider && `
|
|
3592
3583
|
position: relative;
|
|
3593
3584
|
margin-top: ${u(3)};
|
|
@@ -3617,7 +3608,8 @@ var MenuItem = (_a) => {
|
|
|
3617
3608
|
icon,
|
|
3618
3609
|
hasDivider,
|
|
3619
3610
|
children,
|
|
3620
|
-
menuItemRole
|
|
3611
|
+
menuItemRole,
|
|
3612
|
+
keyboardMove
|
|
3621
3613
|
} = _b, props = __objRest(_b, [
|
|
3622
3614
|
"isDisabled",
|
|
3623
3615
|
"isHighlighted",
|
|
@@ -3625,7 +3617,8 @@ var MenuItem = (_a) => {
|
|
|
3625
3617
|
"icon",
|
|
3626
3618
|
"hasDivider",
|
|
3627
3619
|
"children",
|
|
3628
|
-
"menuItemRole"
|
|
3620
|
+
"menuItemRole",
|
|
3621
|
+
"keyboardMove"
|
|
3629
3622
|
]);
|
|
3630
3623
|
const checkColumn = isSelected ? "auto" : "";
|
|
3631
3624
|
const iconColumn = icon ? "auto" : "";
|
|
@@ -3634,19 +3627,20 @@ var MenuItem = (_a) => {
|
|
|
3634
3627
|
const updatedProps = menuItemRole ? __spreadProps(__spreadValues({}, props), {
|
|
3635
3628
|
role: menuItemRole
|
|
3636
3629
|
}) : props;
|
|
3637
|
-
return /* @__PURE__ */
|
|
3630
|
+
return /* @__PURE__ */ React23.createElement(
|
|
3638
3631
|
MenuItemWrapper,
|
|
3639
3632
|
__spreadValues({
|
|
3640
3633
|
isHighlighted,
|
|
3641
3634
|
isDisabled,
|
|
3635
|
+
keyboardMove,
|
|
3642
3636
|
columns,
|
|
3643
3637
|
hasDivider,
|
|
3644
3638
|
tabIndex: isDisabled ? -1 : 0,
|
|
3645
3639
|
"data-highlighted": isHighlighted || void 0
|
|
3646
|
-
},
|
|
3647
|
-
icon && (typeof icon === "string" ? /* @__PURE__ */
|
|
3648
|
-
/* @__PURE__ */
|
|
3649
|
-
isSelected && /* @__PURE__ */
|
|
3640
|
+
}, updatedProps),
|
|
3641
|
+
icon && (typeof icon === "string" ? /* @__PURE__ */ React23.createElement(container_default, { radius: "50", width: 3, height: 3, overflow: "hidden" }, /* @__PURE__ */ React23.createElement(align_default, { alignment: "center" }, /* @__PURE__ */ React23.createElement(Image2, { src: icon, alt: "", isDisabled }))) : /* @__PURE__ */ React23.createElement(icon_default, { icon, color })),
|
|
3642
|
+
/* @__PURE__ */ React23.createElement(text_default, { color, hasEllipsis: true }, children),
|
|
3643
|
+
isSelected && /* @__PURE__ */ React23.createElement(icon_default, { icon: /* @__PURE__ */ React23.createElement(SvgCheck, null), color })
|
|
3650
3644
|
);
|
|
3651
3645
|
};
|
|
3652
3646
|
var Menu = (_a) => {
|
|
@@ -3674,7 +3668,7 @@ var Menu = (_a) => {
|
|
|
3674
3668
|
const updatedDownshiftMenuProps = role ? __spreadProps(__spreadValues({}, downshiftMenuProps()), {
|
|
3675
3669
|
role
|
|
3676
3670
|
}) : __spreadValues({}, downshiftMenuProps());
|
|
3677
|
-
return /* @__PURE__ */
|
|
3671
|
+
return /* @__PURE__ */ React23.createElement(
|
|
3678
3672
|
MenuContainer,
|
|
3679
3673
|
__spreadValues(__spreadValues({
|
|
3680
3674
|
minWidth,
|
|
@@ -3682,22 +3676,22 @@ var Menu = (_a) => {
|
|
|
3682
3676
|
maxHeight,
|
|
3683
3677
|
zIndex,
|
|
3684
3678
|
position
|
|
3685
|
-
},
|
|
3679
|
+
}, updatedDownshiftMenuProps), props),
|
|
3686
3680
|
search && search,
|
|
3687
|
-
/* @__PURE__ */
|
|
3681
|
+
/* @__PURE__ */ React23.createElement(MenuWrapper, { search }, children)
|
|
3688
3682
|
);
|
|
3689
3683
|
};
|
|
3690
3684
|
var menu_default = Menu;
|
|
3691
3685
|
|
|
3692
3686
|
// src/components/search-bar/search-bar.tsx
|
|
3693
3687
|
import styled18 from "@emotion/styled";
|
|
3694
|
-
import
|
|
3688
|
+
import React25 from "react";
|
|
3695
3689
|
|
|
3696
3690
|
// src/components/icon/available-icons/search.tsx
|
|
3697
3691
|
import SearchIcon from "@atlaskit/icon/core/search";
|
|
3698
|
-
import * as
|
|
3692
|
+
import * as React24 from "react";
|
|
3699
3693
|
function SvgSearch() {
|
|
3700
|
-
return /* @__PURE__ */
|
|
3694
|
+
return /* @__PURE__ */ React24.createElement(SearchIcon, { label: "", testId: "ads-refreshed-icon" });
|
|
3701
3695
|
}
|
|
3702
3696
|
|
|
3703
3697
|
// src/components/search-bar/search-bar.tsx
|
|
@@ -3714,11 +3708,11 @@ var SearchBar = ({
|
|
|
3714
3708
|
onChange,
|
|
3715
3709
|
getInputProps
|
|
3716
3710
|
}) => {
|
|
3717
|
-
return /* @__PURE__ */
|
|
3711
|
+
return /* @__PURE__ */ React25.createElement(SearchBarContainer, null, /* @__PURE__ */ React25.createElement(
|
|
3718
3712
|
text_input_default,
|
|
3719
3713
|
__spreadValues({
|
|
3720
3714
|
"aria-label": ariaLabel,
|
|
3721
|
-
icon: /* @__PURE__ */
|
|
3715
|
+
icon: /* @__PURE__ */ React25.createElement(SvgSearch, null)
|
|
3722
3716
|
}, getInputProps({
|
|
3723
3717
|
placeholder,
|
|
3724
3718
|
value,
|
|
@@ -3874,7 +3868,7 @@ var SelectHeader = ({
|
|
|
3874
3868
|
const iconColumn = hasIcon ? "auto" : "";
|
|
3875
3869
|
const columns = `${iconColumn} 1fr auto`;
|
|
3876
3870
|
const color = isDisabled ? "disabledContent" : void 0;
|
|
3877
|
-
return /* @__PURE__ */
|
|
3871
|
+
return /* @__PURE__ */ React26.createElement(
|
|
3878
3872
|
SelectHeaderWrapper,
|
|
3879
3873
|
__spreadProps(__spreadValues(__spreadValues({}, getToggleButtonProps()), getHeaderAccessibilityProps({
|
|
3880
3874
|
selectedItem,
|
|
@@ -3888,20 +3882,20 @@ var SelectHeader = ({
|
|
|
3888
3882
|
columns,
|
|
3889
3883
|
hasError
|
|
3890
3884
|
}),
|
|
3891
|
-
hasIcon && (typeof icon === "string" ? /* @__PURE__ */
|
|
3885
|
+
hasIcon && (typeof icon === "string" ? /* @__PURE__ */ React26.createElement(container_default, { radius: "50", width: 3, height: 3, overflow: "hidden" }, /* @__PURE__ */ React26.createElement(align_default, { alignment: "center" }, /* @__PURE__ */ React26.createElement(Image3, { src: icon, alt: "", isDisabled }))) : /* @__PURE__ */ React26.createElement(
|
|
3892
3886
|
icon_default,
|
|
3893
3887
|
{
|
|
3894
3888
|
icon: getIcon({ options, selectedItem, selectedOptionValue }),
|
|
3895
3889
|
color
|
|
3896
3890
|
}
|
|
3897
3891
|
)),
|
|
3898
|
-
/* @__PURE__ */
|
|
3892
|
+
/* @__PURE__ */ React26.createElement(text_default, { hasEllipsis: true, color: hasPlaceholder ? "bodyDimmed" : "inherit" }, getTitle({
|
|
3899
3893
|
options,
|
|
3900
3894
|
selectedItem,
|
|
3901
3895
|
selectedOptionValue,
|
|
3902
3896
|
selectPlaceholder
|
|
3903
3897
|
})),
|
|
3904
|
-
/* @__PURE__ */
|
|
3898
|
+
/* @__PURE__ */ React26.createElement(icon_default, { icon: /* @__PURE__ */ React26.createElement(SvgChevronDown, null), color })
|
|
3905
3899
|
);
|
|
3906
3900
|
};
|
|
3907
3901
|
var CustomHeader = ({
|
|
@@ -3962,7 +3956,7 @@ var didSelectedOptionValueChange = (selectedOptionValue, prevSelectedItem) => {
|
|
|
3962
3956
|
};
|
|
3963
3957
|
var renderOption = (item, index, selectedItem, selectedOptionValue, highlightedIndex, getItemProps) => {
|
|
3964
3958
|
const isSelected = !selectedItem && item.value === selectedOptionValue || selectedItem && selectedItem.value === item.value;
|
|
3965
|
-
return /* @__PURE__ */
|
|
3959
|
+
return /* @__PURE__ */ React26.createElement(
|
|
3966
3960
|
MenuItem,
|
|
3967
3961
|
__spreadProps(__spreadValues({
|
|
3968
3962
|
key: index,
|
|
@@ -4001,7 +3995,7 @@ var SelectMenu = (_a) => {
|
|
|
4001
3995
|
"search"
|
|
4002
3996
|
]);
|
|
4003
3997
|
if (!isGrouped(options)) {
|
|
4004
|
-
return /* @__PURE__ */
|
|
3998
|
+
return /* @__PURE__ */ React26.createElement(menu_default, __spreadValues({ search }, menuProps), options.map(
|
|
4005
3999
|
(item, index) => renderOption(
|
|
4006
4000
|
item,
|
|
4007
4001
|
index,
|
|
@@ -4013,9 +4007,9 @@ var SelectMenu = (_a) => {
|
|
|
4013
4007
|
));
|
|
4014
4008
|
}
|
|
4015
4009
|
let downshiftIndex = 0;
|
|
4016
|
-
return /* @__PURE__ */
|
|
4010
|
+
return /* @__PURE__ */ React26.createElement(menu_default, __spreadValues({ search }, menuProps), options.map((group) => {
|
|
4017
4011
|
const groupId = `group-${group.group.replace(/\s+/g, "-")}`;
|
|
4018
|
-
return /* @__PURE__ */
|
|
4012
|
+
return /* @__PURE__ */ React26.createElement("li", { key: groupId }, /* @__PURE__ */ React26.createElement(spacer_default, { left: "medium", top: "small", bottom: "xsmall" }, /* @__PURE__ */ React26.createElement(text_default, { id: groupId, size: "body-sm", fontWeight: "bold" }, group.group)), /* @__PURE__ */ React26.createElement(Group, { role: "group", "aria-labelledby": groupId }, group.items.map((item) => {
|
|
4019
4013
|
return renderOption(
|
|
4020
4014
|
item,
|
|
4021
4015
|
downshiftIndex++,
|
|
@@ -4159,7 +4153,7 @@ var Select = (_a) => {
|
|
|
4159
4153
|
}
|
|
4160
4154
|
return options;
|
|
4161
4155
|
}, [options, searchValue, search]);
|
|
4162
|
-
return /* @__PURE__ */
|
|
4156
|
+
return /* @__PURE__ */ React26.createElement(SelectWrapper, __spreadValues({}, props), /* @__PURE__ */ React26.createElement(Downshift, __spreadProps(__spreadValues({}, downshiftProps), { stateReducer }), ({
|
|
4163
4157
|
getItemProps,
|
|
4164
4158
|
getInputProps,
|
|
4165
4159
|
getMenuProps,
|
|
@@ -4171,7 +4165,7 @@ var Select = (_a) => {
|
|
|
4171
4165
|
}) => {
|
|
4172
4166
|
return (
|
|
4173
4167
|
// Don't set the role to combobox to ensure a consistent experience for screen readers
|
|
4174
|
-
/* @__PURE__ */
|
|
4168
|
+
/* @__PURE__ */ React26.createElement("div", { role: "presentation" }, /* @__PURE__ */ React26.createElement("div", __spreadValues({}, triggerProps), trigger ? /* @__PURE__ */ React26.createElement(
|
|
4175
4169
|
CustomHeader,
|
|
4176
4170
|
{
|
|
4177
4171
|
getToggleButtonProps,
|
|
@@ -4187,7 +4181,7 @@ var Select = (_a) => {
|
|
|
4187
4181
|
errorMessage,
|
|
4188
4182
|
isOpen
|
|
4189
4183
|
}
|
|
4190
|
-
) : /* @__PURE__ */
|
|
4184
|
+
) : /* @__PURE__ */ React26.createElement(
|
|
4191
4185
|
SelectHeader,
|
|
4192
4186
|
{
|
|
4193
4187
|
getToggleButtonProps,
|
|
@@ -4203,7 +4197,7 @@ var Select = (_a) => {
|
|
|
4203
4197
|
isOpen
|
|
4204
4198
|
}
|
|
4205
4199
|
)), downshiftIsOpen && isOpen && renderLayer(
|
|
4206
|
-
/* @__PURE__ */
|
|
4200
|
+
/* @__PURE__ */ React26.createElement(
|
|
4207
4201
|
"div",
|
|
4208
4202
|
__spreadProps(__spreadValues({}, layerProps), {
|
|
4209
4203
|
style: __spreadProps(__spreadValues({}, layerProps.style), {
|
|
@@ -4211,7 +4205,7 @@ var Select = (_a) => {
|
|
|
4211
4205
|
width: menuMinWidth ? "auto" : triggerBounds == null ? void 0 : triggerBounds.width
|
|
4212
4206
|
})
|
|
4213
4207
|
}),
|
|
4214
|
-
/* @__PURE__ */
|
|
4208
|
+
/* @__PURE__ */ React26.createElement(
|
|
4215
4209
|
SelectMenu,
|
|
4216
4210
|
{
|
|
4217
4211
|
options,
|
|
@@ -4224,7 +4218,7 @@ var Select = (_a) => {
|
|
|
4224
4218
|
maxWidth: menuMaxWidth,
|
|
4225
4219
|
maxHeight: menuMaxHeight,
|
|
4226
4220
|
minWidth: menuMinWidth,
|
|
4227
|
-
search: search && /* @__PURE__ */
|
|
4221
|
+
search: search && /* @__PURE__ */ React26.createElement(
|
|
4228
4222
|
search_bar_default,
|
|
4229
4223
|
{
|
|
4230
4224
|
ariaLabel: search.searchPlaceholder,
|
|
@@ -4237,7 +4231,7 @@ var Select = (_a) => {
|
|
|
4237
4231
|
}
|
|
4238
4232
|
)
|
|
4239
4233
|
)
|
|
4240
|
-
), hasError && !downshiftIsOpen && /* @__PURE__ */
|
|
4234
|
+
), hasError && !downshiftIsOpen && /* @__PURE__ */ React26.createElement(ErrorMessage, null, errorMessage))
|
|
4241
4235
|
);
|
|
4242
4236
|
}));
|
|
4243
4237
|
};
|
|
@@ -4245,7 +4239,7 @@ var select_default = Select;
|
|
|
4245
4239
|
|
|
4246
4240
|
// src/components/backdrop/backdrop.tsx
|
|
4247
4241
|
import styled20 from "@emotion/styled";
|
|
4248
|
-
import
|
|
4242
|
+
import React27 from "react";
|
|
4249
4243
|
import { useTransition } from "transition-hook";
|
|
4250
4244
|
|
|
4251
4245
|
// src/hooks/use-prevent-scroll.ts
|
|
@@ -4339,7 +4333,7 @@ var Backdrop = (_a) => {
|
|
|
4339
4333
|
]);
|
|
4340
4334
|
const { stage, shouldMount } = useTransition(isOpen, duration);
|
|
4341
4335
|
use_prevent_scroll_default("html", isOpen);
|
|
4342
|
-
return /* @__PURE__ */
|
|
4336
|
+
return /* @__PURE__ */ React27.createElement(React27.Fragment, null, shouldMount && /* @__PURE__ */ React27.createElement(
|
|
4343
4337
|
BackdropWrapper,
|
|
4344
4338
|
__spreadValues({
|
|
4345
4339
|
backgroundColor,
|
|
@@ -4349,7 +4343,7 @@ var Backdrop = (_a) => {
|
|
|
4349
4343
|
opacity: stage === "enter" ? 1 : 0
|
|
4350
4344
|
}
|
|
4351
4345
|
}, props),
|
|
4352
|
-
/* @__PURE__ */
|
|
4346
|
+
/* @__PURE__ */ React27.createElement(ChildrenWrapper, null, children)
|
|
4353
4347
|
));
|
|
4354
4348
|
};
|
|
4355
4349
|
var backdrop_default = Backdrop;
|
|
@@ -4357,13 +4351,13 @@ var backdrop_default = Backdrop;
|
|
|
4357
4351
|
// src/components/modal/modal.tsx
|
|
4358
4352
|
import styled21 from "@emotion/styled";
|
|
4359
4353
|
import FocusTrap from "focus-trap-react";
|
|
4360
|
-
import
|
|
4354
|
+
import React29, { useEffect as useEffect3 } from "react";
|
|
4361
4355
|
|
|
4362
4356
|
// src/components/icon/available-icons/close.tsx
|
|
4363
4357
|
import CloseIcon from "@atlaskit/icon/core/close";
|
|
4364
|
-
import * as
|
|
4358
|
+
import * as React28 from "react";
|
|
4365
4359
|
function SvgClose() {
|
|
4366
|
-
return /* @__PURE__ */
|
|
4360
|
+
return /* @__PURE__ */ React28.createElement(CloseIcon, { label: "", testId: "ads-refreshed-icon" });
|
|
4367
4361
|
}
|
|
4368
4362
|
|
|
4369
4363
|
// src/components/modal/modal.tsx
|
|
@@ -4496,7 +4490,7 @@ var ModalCard = (_a) => {
|
|
|
4496
4490
|
};
|
|
4497
4491
|
}, [isOpen, onCloseClick]);
|
|
4498
4492
|
use_prevent_scroll_default("html", isOpen);
|
|
4499
|
-
return /* @__PURE__ */
|
|
4493
|
+
return /* @__PURE__ */ React29.createElement(
|
|
4500
4494
|
FocusTrap,
|
|
4501
4495
|
{
|
|
4502
4496
|
active: isOpen,
|
|
@@ -4505,7 +4499,7 @@ var ModalCard = (_a) => {
|
|
|
4505
4499
|
allowOutsideClick: true
|
|
4506
4500
|
}, initialFocus !== void 0 ? { initialFocus } : {})
|
|
4507
4501
|
},
|
|
4508
|
-
/* @__PURE__ */
|
|
4502
|
+
/* @__PURE__ */ React29.createElement(
|
|
4509
4503
|
ModalCardWrapper,
|
|
4510
4504
|
__spreadValues({
|
|
4511
4505
|
open: isOpen,
|
|
@@ -4518,15 +4512,15 @@ var ModalCard = (_a) => {
|
|
|
4518
4512
|
"aria-modal": ariaModal,
|
|
4519
4513
|
"aria-labelledby": ariaLabelledBy
|
|
4520
4514
|
}, props),
|
|
4521
|
-
!removeClose && onCloseClick && /* @__PURE__ */
|
|
4515
|
+
!removeClose && onCloseClick && /* @__PURE__ */ React29.createElement(CloseIconSection, null, /* @__PURE__ */ React29.createElement(
|
|
4522
4516
|
icon_button_default,
|
|
4523
4517
|
{
|
|
4524
4518
|
altText: "Close",
|
|
4525
|
-
icon: /* @__PURE__ */
|
|
4519
|
+
icon: /* @__PURE__ */ React29.createElement(SvgClose, null),
|
|
4526
4520
|
onClick: onCloseClick
|
|
4527
4521
|
}
|
|
4528
4522
|
)),
|
|
4529
|
-
/* @__PURE__ */
|
|
4523
|
+
/* @__PURE__ */ React29.createElement(
|
|
4530
4524
|
ModalCardChildrenSection,
|
|
4531
4525
|
__spreadProps(__spreadValues({}, removeClose ? { tabIndex: 0 } : { tabIndex: -1 }), {
|
|
4532
4526
|
maxHeight
|
|
@@ -4536,7 +4530,7 @@ var ModalCard = (_a) => {
|
|
|
4536
4530
|
)
|
|
4537
4531
|
);
|
|
4538
4532
|
};
|
|
4539
|
-
var Modal =
|
|
4533
|
+
var Modal = React29.forwardRef(
|
|
4540
4534
|
(_a, ref) => {
|
|
4541
4535
|
var _b = _a, {
|
|
4542
4536
|
children,
|
|
@@ -4592,14 +4586,14 @@ var Modal = React28.forwardRef(
|
|
|
4592
4586
|
}
|
|
4593
4587
|
onCloseClick(e);
|
|
4594
4588
|
};
|
|
4595
|
-
return /* @__PURE__ */
|
|
4589
|
+
return /* @__PURE__ */ React29.createElement(backdrop_default, __spreadValues({ isOpen, zIndex }, props), /* @__PURE__ */ React29.createElement(
|
|
4596
4590
|
container_default,
|
|
4597
4591
|
{
|
|
4598
4592
|
height: "100%",
|
|
4599
4593
|
onClick: closeClickHandler,
|
|
4600
4594
|
onKeyDown
|
|
4601
4595
|
},
|
|
4602
|
-
/* @__PURE__ */
|
|
4596
|
+
/* @__PURE__ */ React29.createElement(
|
|
4603
4597
|
ModalCard,
|
|
4604
4598
|
{
|
|
4605
4599
|
ref,
|
|
@@ -4614,19 +4608,19 @@ var Modal = React28.forwardRef(
|
|
|
4614
4608
|
ariaLabelledBy: (_a2 = ariaLabelledBy != null ? ariaLabelledBy : titleId) != null ? _a2 : void 0,
|
|
4615
4609
|
initialFocus
|
|
4616
4610
|
},
|
|
4617
|
-
/* @__PURE__ */
|
|
4611
|
+
/* @__PURE__ */ React29.createElement(
|
|
4618
4612
|
ContentWrapper,
|
|
4619
4613
|
{
|
|
4620
4614
|
rows: `${title ? "auto " : ""} ${children ? "1fr " : ""} ${hasButtons ? "auto" : ""}`
|
|
4621
4615
|
},
|
|
4622
|
-
title && /* @__PURE__ */
|
|
4616
|
+
title && /* @__PURE__ */ React29.createElement(
|
|
4623
4617
|
TitleSection,
|
|
4624
4618
|
{
|
|
4625
4619
|
bottom: children ? "var(--lns-space-medium)" : "var(--lns-space-xlarge)"
|
|
4626
4620
|
},
|
|
4627
|
-
/* @__PURE__ */
|
|
4621
|
+
/* @__PURE__ */ React29.createElement(text_default, { htmlTag: "h1", variant: "title", id: titleId }, title)
|
|
4628
4622
|
),
|
|
4629
|
-
/* @__PURE__ */
|
|
4623
|
+
/* @__PURE__ */ React29.createElement(
|
|
4630
4624
|
ChildrenSection2,
|
|
4631
4625
|
{
|
|
4632
4626
|
noPadding,
|
|
@@ -4636,14 +4630,14 @@ var Modal = React28.forwardRef(
|
|
|
4636
4630
|
},
|
|
4637
4631
|
children && children
|
|
4638
4632
|
),
|
|
4639
|
-
hasButtons && /* @__PURE__ */
|
|
4633
|
+
hasButtons && /* @__PURE__ */ React29.createElement(
|
|
4640
4634
|
ButtonsSection,
|
|
4641
4635
|
{
|
|
4642
4636
|
top: children ? "var(--lns-space-xlarge)" : 0,
|
|
4643
4637
|
hasDividers
|
|
4644
4638
|
},
|
|
4645
4639
|
alternativeButton,
|
|
4646
|
-
/* @__PURE__ */
|
|
4640
|
+
/* @__PURE__ */ React29.createElement(RightButtonsSection, null, secondaryButton && /* @__PURE__ */ React29.createElement(spacer_default, { right: "small", isInline: true }, secondaryButton), mainButton)
|
|
4647
4641
|
)
|
|
4648
4642
|
)
|
|
4649
4643
|
)
|
|
@@ -4655,7 +4649,7 @@ var modal_default = Modal;
|
|
|
4655
4649
|
// src/components/link/link.tsx
|
|
4656
4650
|
import { css as css3 } from "@emotion/react";
|
|
4657
4651
|
import styled22 from "@emotion/styled";
|
|
4658
|
-
import
|
|
4652
|
+
import React30 from "react";
|
|
4659
4653
|
var variants2 = {
|
|
4660
4654
|
neutral: {
|
|
4661
4655
|
color: getColorValue("inherit"),
|
|
@@ -4726,7 +4720,7 @@ var Link = (_a) => {
|
|
|
4726
4720
|
"htmlTag",
|
|
4727
4721
|
"isDisabled"
|
|
4728
4722
|
]);
|
|
4729
|
-
return /* @__PURE__ */
|
|
4723
|
+
return /* @__PURE__ */ React30.createElement(
|
|
4730
4724
|
LinkWrapper,
|
|
4731
4725
|
__spreadValues({
|
|
4732
4726
|
href,
|
|
@@ -4742,7 +4736,7 @@ var link_default = Link;
|
|
|
4742
4736
|
|
|
4743
4737
|
// src/components/textarea/textarea.tsx
|
|
4744
4738
|
import styled23 from "@emotion/styled";
|
|
4745
|
-
import
|
|
4739
|
+
import React31 from "react";
|
|
4746
4740
|
var sizesStyles3 = {
|
|
4747
4741
|
small: {
|
|
4748
4742
|
padding: `${u(1.5)} ${u(1.75)}`,
|
|
@@ -4792,7 +4786,7 @@ var TextareaWrapper = styled23.textarea`
|
|
|
4792
4786
|
color: ${getColorValue("bodyDimmed")};
|
|
4793
4787
|
}
|
|
4794
4788
|
`;
|
|
4795
|
-
var Textarea =
|
|
4789
|
+
var Textarea = React31.forwardRef(
|
|
4796
4790
|
(_a, ref) => {
|
|
4797
4791
|
var _b = _a, {
|
|
4798
4792
|
onChange,
|
|
@@ -4813,7 +4807,7 @@ var Textarea = React30.forwardRef(
|
|
|
4813
4807
|
"resize",
|
|
4814
4808
|
"error"
|
|
4815
4809
|
]);
|
|
4816
|
-
return /* @__PURE__ */
|
|
4810
|
+
return /* @__PURE__ */ React31.createElement(React31.Fragment, null, /* @__PURE__ */ React31.createElement(
|
|
4817
4811
|
TextareaWrapper,
|
|
4818
4812
|
__spreadValues({
|
|
4819
4813
|
disabled: isDisabled,
|
|
@@ -4826,7 +4820,7 @@ var Textarea = React30.forwardRef(
|
|
|
4826
4820
|
resize,
|
|
4827
4821
|
error
|
|
4828
4822
|
}, props)
|
|
4829
|
-
), error ? /* @__PURE__ */
|
|
4823
|
+
), error ? /* @__PURE__ */ React31.createElement(React31.Fragment, null, /* @__PURE__ */ React31.createElement(spacer_default, { bottom: "xmsall" }), /* @__PURE__ */ React31.createElement(text_default, { color: "danger", fontWeight: "regular", size: "body-md" }, error)) : null);
|
|
4830
4824
|
}
|
|
4831
4825
|
);
|
|
4832
4826
|
var textarea_default = Textarea;
|
|
@@ -4834,7 +4828,7 @@ var textarea_default = Textarea;
|
|
|
4834
4828
|
// src/components/typeahead/typeahead.tsx
|
|
4835
4829
|
import styled24 from "@emotion/styled";
|
|
4836
4830
|
import Downshift2 from "downshift";
|
|
4837
|
-
import
|
|
4831
|
+
import React32, {
|
|
4838
4832
|
useEffect as useEffect4,
|
|
4839
4833
|
useState as useState2,
|
|
4840
4834
|
useMemo as useMemo2,
|
|
@@ -5061,7 +5055,7 @@ var TypeaheadHeader = ({
|
|
|
5061
5055
|
onChange: (e) => handleInputValueChange(e.target.value)
|
|
5062
5056
|
}));
|
|
5063
5057
|
const showPlaceholder = !inputValue && !selectedOptionValue;
|
|
5064
|
-
return /* @__PURE__ */
|
|
5058
|
+
return /* @__PURE__ */ React32.createElement(TypeaheadHeaderWrapper, { onClick: handleClickAndFocus, disabled: isDisabled }, hasIcon && /* @__PURE__ */ React32.createElement(IconSection3, null, typeof icon === "string" ? /* @__PURE__ */ React32.createElement(container_default, { radius: "50", width: 3, height: 3, overflow: "hidden" }, /* @__PURE__ */ React32.createElement(align_default, { alignment: "center" }, /* @__PURE__ */ React32.createElement(TypeaheadImage, { src: icon, alt: "", isDisabled }))) : /* @__PURE__ */ React32.createElement(icon_default, { icon, color })), /* @__PURE__ */ React32.createElement(
|
|
5065
5059
|
TypeaheadInputField,
|
|
5066
5060
|
__spreadProps(__spreadValues({
|
|
5067
5061
|
ref: inputRef
|
|
@@ -5071,12 +5065,12 @@ var TypeaheadHeader = ({
|
|
|
5071
5065
|
hasError,
|
|
5072
5066
|
isDisabled
|
|
5073
5067
|
})
|
|
5074
|
-
), !inputValue && /* @__PURE__ */
|
|
5068
|
+
), !inputValue && /* @__PURE__ */ React32.createElement(TextOverlay, { hasIcon }, /* @__PURE__ */ React32.createElement(text_default, { hasEllipsis: true, color: showPlaceholder ? "bodyDimmed" : "inherit" }, getTitle2({
|
|
5075
5069
|
options,
|
|
5076
5070
|
selectedItem,
|
|
5077
5071
|
selectedOptionValue,
|
|
5078
5072
|
placeholder
|
|
5079
|
-
}))), /* @__PURE__ */
|
|
5073
|
+
}))), /* @__PURE__ */ React32.createElement(AddOnSection, null, hasLoader ? /* @__PURE__ */ React32.createElement(loader_default, { size: "small" }) : /* @__PURE__ */ React32.createElement(icon_default, { icon: /* @__PURE__ */ React32.createElement(SvgChevronDown, null), color })));
|
|
5080
5074
|
};
|
|
5081
5075
|
var getSelectedOption2 = (value, options) => {
|
|
5082
5076
|
var _a;
|
|
@@ -5098,7 +5092,7 @@ var didSelectedOptionValueChange2 = (selectedOptionValue, prevSelectedItem) => {
|
|
|
5098
5092
|
};
|
|
5099
5093
|
var renderOption2 = (item, index, selectedItem, selectedOptionValue, highlightedIndex, getItemProps) => {
|
|
5100
5094
|
const isSelected = !selectedItem && item.value === selectedOptionValue || selectedItem && selectedItem.value === item.value;
|
|
5101
|
-
return /* @__PURE__ */
|
|
5095
|
+
return /* @__PURE__ */ React32.createElement(
|
|
5102
5096
|
MenuItem,
|
|
5103
5097
|
__spreadProps(__spreadValues({
|
|
5104
5098
|
key: index,
|
|
@@ -5142,16 +5136,16 @@ var TypeaheadMenu = (_a) => {
|
|
|
5142
5136
|
"emptyResultsMessage",
|
|
5143
5137
|
"hasAvailableOptions"
|
|
5144
5138
|
]);
|
|
5145
|
-
const defaultLoadingMessage = loadingMessage || /* @__PURE__ */
|
|
5139
|
+
const defaultLoadingMessage = loadingMessage || /* @__PURE__ */ React32.createElement(loader_default, null);
|
|
5146
5140
|
const defaultEmptyResultsMessage = emptyResultsMessage || "No results";
|
|
5147
5141
|
if (isLoading) {
|
|
5148
|
-
return /* @__PURE__ */
|
|
5142
|
+
return /* @__PURE__ */ React32.createElement(menu_default, __spreadValues({ as: "div" }, menuProps), /* @__PURE__ */ React32.createElement(container_default, { padding: "large" }, /* @__PURE__ */ React32.createElement(align_default, { alignment: "center" }, defaultLoadingMessage)));
|
|
5149
5143
|
}
|
|
5150
5144
|
if (!hasAvailableOptions) {
|
|
5151
|
-
return /* @__PURE__ */
|
|
5145
|
+
return /* @__PURE__ */ React32.createElement(menu_default, __spreadValues({ as: "div" }, menuProps), /* @__PURE__ */ React32.createElement(container_default, { padding: "large" }, /* @__PURE__ */ React32.createElement(align_default, { alignment: "center" }, defaultEmptyResultsMessage)));
|
|
5152
5146
|
}
|
|
5153
5147
|
if (!isGrouped2(options)) {
|
|
5154
|
-
return /* @__PURE__ */
|
|
5148
|
+
return /* @__PURE__ */ React32.createElement(menu_default, __spreadValues({}, menuProps), options.map(
|
|
5155
5149
|
(item, index) => renderOption2(
|
|
5156
5150
|
item,
|
|
5157
5151
|
index,
|
|
@@ -5163,9 +5157,18 @@ var TypeaheadMenu = (_a) => {
|
|
|
5163
5157
|
));
|
|
5164
5158
|
}
|
|
5165
5159
|
let downshiftIndex = 0;
|
|
5166
|
-
return /* @__PURE__ */
|
|
5160
|
+
return /* @__PURE__ */ React32.createElement(menu_default, __spreadValues({}, menuProps), options.map((group) => {
|
|
5167
5161
|
const groupId = `group-${group.group.replace(/\s+/g, "-")}`;
|
|
5168
|
-
return /* @__PURE__ */
|
|
5162
|
+
return /* @__PURE__ */ React32.createElement("li", { key: groupId }, /* @__PURE__ */ React32.createElement(spacer_default, { left: "medium", top: "small", bottom: "xsmall" }, /* @__PURE__ */ React32.createElement(
|
|
5163
|
+
text_default,
|
|
5164
|
+
{
|
|
5165
|
+
id: groupId,
|
|
5166
|
+
size: "body-sm",
|
|
5167
|
+
fontWeight: "bold",
|
|
5168
|
+
htmlTag: group.headingTag || "h2"
|
|
5169
|
+
},
|
|
5170
|
+
group.group
|
|
5171
|
+
)), /* @__PURE__ */ React32.createElement(Group2, { role: "group", "aria-labelledby": groupId }, group.items.map((item) => {
|
|
5169
5172
|
return renderOption2(
|
|
5170
5173
|
item,
|
|
5171
5174
|
downshiftIndex++,
|
|
@@ -5300,7 +5303,7 @@ var Typeahead = forwardRef3(
|
|
|
5300
5303
|
}
|
|
5301
5304
|
return changes;
|
|
5302
5305
|
};
|
|
5303
|
-
return /* @__PURE__ */
|
|
5306
|
+
return /* @__PURE__ */ React32.createElement(TypeaheadWrapper, __spreadValues({}, props), /* @__PURE__ */ React32.createElement(Downshift2, __spreadProps(__spreadValues({}, downshiftProps), { stateReducer }), ({
|
|
5304
5307
|
getItemProps,
|
|
5305
5308
|
getInputProps,
|
|
5306
5309
|
getMenuProps,
|
|
@@ -5310,7 +5313,7 @@ var Typeahead = forwardRef3(
|
|
|
5310
5313
|
}) => {
|
|
5311
5314
|
return (
|
|
5312
5315
|
// Don't set the role to combobox to ensure a consistent experience for screen readers
|
|
5313
|
-
/* @__PURE__ */
|
|
5316
|
+
/* @__PURE__ */ React32.createElement("div", { role: "presentation" }, /* @__PURE__ */ React32.createElement("div", __spreadValues({}, triggerProps), /* @__PURE__ */ React32.createElement(
|
|
5314
5317
|
TypeaheadHeader,
|
|
5315
5318
|
{
|
|
5316
5319
|
inputRef,
|
|
@@ -5332,7 +5335,7 @@ var Typeahead = forwardRef3(
|
|
|
5332
5335
|
id
|
|
5333
5336
|
}
|
|
5334
5337
|
)), downshiftIsOpen && isOpen && renderLayer(
|
|
5335
|
-
/* @__PURE__ */
|
|
5338
|
+
/* @__PURE__ */ React32.createElement(
|
|
5336
5339
|
"div",
|
|
5337
5340
|
__spreadProps(__spreadValues({}, layerProps), {
|
|
5338
5341
|
style: __spreadProps(__spreadValues({}, layerProps.style), {
|
|
@@ -5340,7 +5343,7 @@ var Typeahead = forwardRef3(
|
|
|
5340
5343
|
width: menuMinWidth ? "auto" : triggerBounds == null ? void 0 : triggerBounds.width
|
|
5341
5344
|
})
|
|
5342
5345
|
}),
|
|
5343
|
-
/* @__PURE__ */
|
|
5346
|
+
/* @__PURE__ */ React32.createElement(
|
|
5344
5347
|
TypeaheadMenu,
|
|
5345
5348
|
{
|
|
5346
5349
|
options,
|
|
@@ -5360,7 +5363,7 @@ var Typeahead = forwardRef3(
|
|
|
5360
5363
|
}
|
|
5361
5364
|
)
|
|
5362
5365
|
)
|
|
5363
|
-
), Boolean(errorMessage) && !downshiftIsOpen ? /* @__PURE__ */
|
|
5366
|
+
), Boolean(errorMessage) && !downshiftIsOpen ? /* @__PURE__ */ React32.createElement(ErrorMessage2, null, errorMessage) : null)
|
|
5364
5367
|
);
|
|
5365
5368
|
}));
|
|
5366
5369
|
}
|
|
@@ -5371,7 +5374,7 @@ var typeahead_default = Typeahead;
|
|
|
5371
5374
|
// src/components/dropdown/dropdown.tsx
|
|
5372
5375
|
import styled25 from "@emotion/styled";
|
|
5373
5376
|
import Downshift3 from "downshift";
|
|
5374
|
-
import
|
|
5377
|
+
import React33, { useEffect as useEffect5, useMemo as useMemo3, useState as useState3 } from "react";
|
|
5375
5378
|
import { useLayer as useLayer3 } from "react-laag";
|
|
5376
5379
|
import ResizeObserver3 from "resize-observer-polyfill";
|
|
5377
5380
|
var getAccessibilityProps = ({
|
|
@@ -5431,11 +5434,28 @@ var Dropdown = (_a) => {
|
|
|
5431
5434
|
]);
|
|
5432
5435
|
const environment = getDownshiftEnvironment(container);
|
|
5433
5436
|
const [downshiftIsOpen, setDownshiftIsOpen] = useState3(false);
|
|
5437
|
+
const [keyboardMove, setKeyboardMove] = useState3(false);
|
|
5434
5438
|
const [searchValue, setSearchValue] = useState3("");
|
|
5435
5439
|
const onSearchChange = (e) => {
|
|
5436
5440
|
const value = e.target.value;
|
|
5437
5441
|
setSearchValue(value);
|
|
5438
5442
|
};
|
|
5443
|
+
const onKeyDown = (e) => {
|
|
5444
|
+
switch (e.key) {
|
|
5445
|
+
case "ArrowDown":
|
|
5446
|
+
case "ArrowUp":
|
|
5447
|
+
case "ArrowLeft":
|
|
5448
|
+
case "ArrowRight":
|
|
5449
|
+
case "Enter":
|
|
5450
|
+
case " ":
|
|
5451
|
+
case "Tab":
|
|
5452
|
+
case "Escape":
|
|
5453
|
+
setKeyboardMove(true);
|
|
5454
|
+
break;
|
|
5455
|
+
default:
|
|
5456
|
+
break;
|
|
5457
|
+
}
|
|
5458
|
+
};
|
|
5439
5459
|
const isOpen = isOpenFromProps || downshiftIsOpen;
|
|
5440
5460
|
const { layerProps, triggerProps, renderLayer } = useLayer3({
|
|
5441
5461
|
isOpen,
|
|
@@ -5468,7 +5488,7 @@ var Dropdown = (_a) => {
|
|
|
5468
5488
|
}
|
|
5469
5489
|
return options;
|
|
5470
5490
|
}, [options, searchValue, search]);
|
|
5471
|
-
return /* @__PURE__ */
|
|
5491
|
+
return /* @__PURE__ */ React33.createElement(
|
|
5472
5492
|
Downshift3,
|
|
5473
5493
|
{
|
|
5474
5494
|
stateReducer,
|
|
@@ -5484,7 +5504,7 @@ var Dropdown = (_a) => {
|
|
|
5484
5504
|
getToggleButtonProps,
|
|
5485
5505
|
highlightedIndex,
|
|
5486
5506
|
isOpen: isOpen2
|
|
5487
|
-
}) => /* @__PURE__ */
|
|
5507
|
+
}) => /* @__PURE__ */ React33.createElement(
|
|
5488
5508
|
"div",
|
|
5489
5509
|
__spreadValues(__spreadValues({}, props), triggerCallback ? {
|
|
5490
5510
|
// the Downshift component appears to set the following props,
|
|
@@ -5494,27 +5514,31 @@ var Dropdown = (_a) => {
|
|
|
5494
5514
|
"aria-expanded": null,
|
|
5495
5515
|
"aria-labelledby": null
|
|
5496
5516
|
} : {}),
|
|
5497
|
-
/* @__PURE__ */
|
|
5517
|
+
/* @__PURE__ */ React33.createElement("div", __spreadValues({}, triggerProps), triggerCallback ? triggerCallback(__spreadValues(__spreadValues({}, getToggleButtonProps({ onKeyDown })), getAccessibilityProps({
|
|
5498
5518
|
ariaMenuName,
|
|
5499
5519
|
getInputProps,
|
|
5500
5520
|
isOpen: isOpen2
|
|
5501
|
-
}))) : /* @__PURE__ */
|
|
5521
|
+
}))) : /* @__PURE__ */ React33.createElement(
|
|
5522
|
+
TriggerSection,
|
|
5523
|
+
__spreadValues({}, getToggleButtonProps({ onKeyDown, tabIndex: 0 })),
|
|
5524
|
+
trigger
|
|
5525
|
+
)),
|
|
5502
5526
|
isOpen2 && renderLayer(
|
|
5503
|
-
/* @__PURE__ */
|
|
5527
|
+
/* @__PURE__ */ React33.createElement(
|
|
5504
5528
|
"div",
|
|
5505
5529
|
__spreadProps(__spreadValues({}, layerProps), {
|
|
5506
5530
|
style: __spreadProps(__spreadValues({}, layerProps.style), { zIndex: menuZIndex })
|
|
5507
5531
|
}),
|
|
5508
|
-
/* @__PURE__ */
|
|
5532
|
+
/* @__PURE__ */ React33.createElement(
|
|
5509
5533
|
menu_default,
|
|
5510
5534
|
{
|
|
5511
5535
|
position: menuPosition,
|
|
5512
5536
|
minWidth: menuMinWidth,
|
|
5513
5537
|
maxWidth: menuMaxWidth,
|
|
5514
5538
|
maxHeight: menuMaxHeight,
|
|
5515
|
-
downshiftMenuProps: getMenuProps,
|
|
5539
|
+
downshiftMenuProps: () => getMenuProps({ onKeyDown }),
|
|
5516
5540
|
role,
|
|
5517
|
-
search: search && /* @__PURE__ */
|
|
5541
|
+
search: search && /* @__PURE__ */ React33.createElement(
|
|
5518
5542
|
search_bar_default,
|
|
5519
5543
|
{
|
|
5520
5544
|
ariaLabel: search.searchPlaceholder,
|
|
@@ -5526,11 +5550,12 @@ var Dropdown = (_a) => {
|
|
|
5526
5550
|
)
|
|
5527
5551
|
},
|
|
5528
5552
|
options.map((item, index) => {
|
|
5529
|
-
return /* @__PURE__ */
|
|
5553
|
+
return /* @__PURE__ */ React33.createElement(
|
|
5530
5554
|
MenuItem,
|
|
5531
5555
|
__spreadValues({
|
|
5532
5556
|
key: index,
|
|
5533
5557
|
isHighlighted: highlightedIndex === index,
|
|
5558
|
+
keyboardMove: keyboardMove && highlightedIndex === index,
|
|
5534
5559
|
isDisabled: item.disabled,
|
|
5535
5560
|
isSelected: item.selected,
|
|
5536
5561
|
icon: item.icon,
|
|
@@ -5542,7 +5567,12 @@ var Dropdown = (_a) => {
|
|
|
5542
5567
|
key: index,
|
|
5543
5568
|
index,
|
|
5544
5569
|
item,
|
|
5545
|
-
disabled: item.disabled
|
|
5570
|
+
disabled: item.disabled,
|
|
5571
|
+
onMouseMove: () => {
|
|
5572
|
+
if (keyboardMove) {
|
|
5573
|
+
setKeyboardMove(false);
|
|
5574
|
+
}
|
|
5575
|
+
}
|
|
5546
5576
|
})),
|
|
5547
5577
|
item.title
|
|
5548
5578
|
);
|
|
@@ -5557,11 +5587,11 @@ var dropdown_default = Dropdown;
|
|
|
5557
5587
|
|
|
5558
5588
|
// src/components/form-field/form-field.tsx
|
|
5559
5589
|
import styled28 from "@emotion/styled";
|
|
5560
|
-
import
|
|
5590
|
+
import React36, { isValidElement } from "react";
|
|
5561
5591
|
|
|
5562
5592
|
// src/components/radio/radio.tsx
|
|
5563
5593
|
import styled26 from "@emotion/styled";
|
|
5564
|
-
import
|
|
5594
|
+
import React34, { forwardRef as forwardRef4 } from "react";
|
|
5565
5595
|
var RadioLabel = styled26.label`
|
|
5566
5596
|
display: block;
|
|
5567
5597
|
position: relative;
|
|
@@ -5642,7 +5672,7 @@ var Radio = forwardRef4(
|
|
|
5642
5672
|
"onChange",
|
|
5643
5673
|
"onBlur"
|
|
5644
5674
|
]);
|
|
5645
|
-
return /* @__PURE__ */
|
|
5675
|
+
return /* @__PURE__ */ React34.createElement(RadioLabel, { htmlFor: props.id }, /* @__PURE__ */ React34.createElement(
|
|
5646
5676
|
RadioInput,
|
|
5647
5677
|
__spreadValues({
|
|
5648
5678
|
type: "radio",
|
|
@@ -5653,14 +5683,14 @@ var Radio = forwardRef4(
|
|
|
5653
5683
|
onBlur,
|
|
5654
5684
|
ref
|
|
5655
5685
|
}, props)
|
|
5656
|
-
), /* @__PURE__ */
|
|
5686
|
+
), /* @__PURE__ */ React34.createElement(RadioBox, { className: "RadioBox" }));
|
|
5657
5687
|
}
|
|
5658
5688
|
);
|
|
5659
5689
|
var radio_default = Radio;
|
|
5660
5690
|
|
|
5661
5691
|
// src/components/switch/switch.tsx
|
|
5662
5692
|
import styled27 from "@emotion/styled";
|
|
5663
|
-
import
|
|
5693
|
+
import React35 from "react";
|
|
5664
5694
|
var sizes2 = {
|
|
5665
5695
|
medium: {
|
|
5666
5696
|
switchHeight: 16,
|
|
@@ -5784,7 +5814,7 @@ var Switch = (_a) => {
|
|
|
5784
5814
|
"ariaLabelledby and ariaLabel serve the same purpose and therefore cannot be used at the same time. Choose the one that best suites your needs."
|
|
5785
5815
|
);
|
|
5786
5816
|
}
|
|
5787
|
-
return /* @__PURE__ */
|
|
5817
|
+
return /* @__PURE__ */ React35.createElement(SwitchLabel, { htmlFor: props.id }, /* @__PURE__ */ React35.createElement(
|
|
5788
5818
|
SwitchInput,
|
|
5789
5819
|
__spreadProps(__spreadValues({}, props), {
|
|
5790
5820
|
checked: isActive,
|
|
@@ -5797,7 +5827,7 @@ var Switch = (_a) => {
|
|
|
5797
5827
|
"aria-describedby": ariaDescribedby,
|
|
5798
5828
|
"aria-checked": isActive
|
|
5799
5829
|
})
|
|
5800
|
-
), /* @__PURE__ */
|
|
5830
|
+
), /* @__PURE__ */ React35.createElement(
|
|
5801
5831
|
SwitchBox,
|
|
5802
5832
|
{
|
|
5803
5833
|
className: "SwitchBox",
|
|
@@ -5874,12 +5904,12 @@ var FormField = (_a) => {
|
|
|
5874
5904
|
"labelFor",
|
|
5875
5905
|
"direction"
|
|
5876
5906
|
]);
|
|
5877
|
-
const isLabelClickable =
|
|
5907
|
+
const isLabelClickable = React36.Children.toArray(children).some(
|
|
5878
5908
|
(child) => isValidElement(child) && // The child might be a div, span, etc (type string) so we
|
|
5879
5909
|
// have to typeguard before we check if our child is of interactive
|
|
5880
5910
|
typeof child.type !== "string" && isInteractiveComponent(child.type)
|
|
5881
5911
|
);
|
|
5882
|
-
const labelElement = label && /* @__PURE__ */
|
|
5912
|
+
const labelElement = label && /* @__PURE__ */ React36.createElement(
|
|
5883
5913
|
Label,
|
|
5884
5914
|
{
|
|
5885
5915
|
direction,
|
|
@@ -5888,18 +5918,18 @@ var FormField = (_a) => {
|
|
|
5888
5918
|
},
|
|
5889
5919
|
label
|
|
5890
5920
|
);
|
|
5891
|
-
return /* @__PURE__ */
|
|
5921
|
+
return /* @__PURE__ */ React36.createElement(FormFieldWrapper, __spreadValues({ direction }, props), direction === "row" && /* @__PURE__ */ React36.createElement(React36.Fragment, null, children, labelElement), direction === "column" && /* @__PURE__ */ React36.createElement(React36.Fragment, null, labelElement, children), direction === "row-reverse" && /* @__PURE__ */ React36.createElement(React36.Fragment, null, labelElement, children), errorMessage && /* @__PURE__ */ React36.createElement(ErrorMessage3, null, errorMessage));
|
|
5892
5922
|
};
|
|
5893
5923
|
var form_field_default = FormField;
|
|
5894
5924
|
|
|
5895
5925
|
// src/components/notification-bar/notification-bar.tsx
|
|
5896
5926
|
import styled29 from "@emotion/styled";
|
|
5897
|
-
import
|
|
5927
|
+
import React40, { useEffect as useEffect7 } from "react";
|
|
5898
5928
|
|
|
5899
|
-
// src/hooks/use-on-click-outside.
|
|
5900
|
-
import
|
|
5929
|
+
// src/hooks/use-on-click-outside.ts
|
|
5930
|
+
import React37 from "react";
|
|
5901
5931
|
function useOnClickOutside(ref, handler) {
|
|
5902
|
-
|
|
5932
|
+
React37.useEffect(() => {
|
|
5903
5933
|
const listener = (event) => {
|
|
5904
5934
|
if (!ref.current || ref.current.contains(event.target)) {
|
|
5905
5935
|
return;
|
|
@@ -5971,14 +6001,14 @@ var use_push_page_down_default = usePushPageDown;
|
|
|
5971
6001
|
|
|
5972
6002
|
// src/components/icon/available-icons/info.tsx
|
|
5973
6003
|
import InformationCircleIcon from "@atlaskit/icon/core/information-circle";
|
|
5974
|
-
import * as
|
|
6004
|
+
import * as React38 from "react";
|
|
5975
6005
|
function SvgInfo() {
|
|
5976
|
-
return /* @__PURE__ */
|
|
6006
|
+
return /* @__PURE__ */ React38.createElement(InformationCircleIcon, { label: "", testId: "ads-refreshed-icon" });
|
|
5977
6007
|
}
|
|
5978
6008
|
|
|
5979
6009
|
// src/components/icon/available-icons/warning-alert.tsx
|
|
5980
|
-
import
|
|
5981
|
-
var SvgWarningAlert = (props) => /* @__PURE__ */
|
|
6010
|
+
import React39 from "react";
|
|
6011
|
+
var SvgWarningAlert = (props) => /* @__PURE__ */ React39.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React39.createElement(
|
|
5982
6012
|
"path",
|
|
5983
6013
|
{
|
|
5984
6014
|
fill: "currentColor",
|
|
@@ -5992,24 +6022,24 @@ var SvgWarningAlert = (props) => /* @__PURE__ */ React38.createElement("svg", __
|
|
|
5992
6022
|
var severityStyles = {
|
|
5993
6023
|
info: {
|
|
5994
6024
|
bgColor: "var(--lns-color-blurple)",
|
|
5995
|
-
icon: /* @__PURE__ */
|
|
6025
|
+
icon: /* @__PURE__ */ React40.createElement(SvgInfo, null),
|
|
5996
6026
|
color: "var(--lns-color-white)",
|
|
5997
6027
|
fontFamily: "inherit"
|
|
5998
6028
|
},
|
|
5999
6029
|
warning: {
|
|
6000
6030
|
bgColor: "var(--lns-color-warning)",
|
|
6001
|
-
icon: /* @__PURE__ */
|
|
6031
|
+
icon: /* @__PURE__ */ React40.createElement(SvgWarningAlert, null),
|
|
6002
6032
|
color: "var(--lns-color-grey8)",
|
|
6003
6033
|
fontFamily: "inherit"
|
|
6004
6034
|
},
|
|
6005
6035
|
error: {
|
|
6006
6036
|
bgColor: "var(--lns-color-danger)",
|
|
6007
|
-
icon: /* @__PURE__ */
|
|
6037
|
+
icon: /* @__PURE__ */ React40.createElement(SvgAlertTriangle, null),
|
|
6008
6038
|
color: "var(--lns-color-white)",
|
|
6009
6039
|
fontFamily: "inherit"
|
|
6010
6040
|
},
|
|
6011
6041
|
internal: {
|
|
6012
|
-
icon: /* @__PURE__ */
|
|
6042
|
+
icon: /* @__PURE__ */ React40.createElement("span", { role: "img" }, "\u{1F514}"),
|
|
6013
6043
|
color: "var(--lns-color-tealLight)",
|
|
6014
6044
|
bgColor: "var(--lns-color-grey8)",
|
|
6015
6045
|
fontFamily: "var(--lns-fontFamily-code)"
|
|
@@ -6069,7 +6099,7 @@ var NotificationBar = ({
|
|
|
6069
6099
|
}, [isOpen, onCloseClick]);
|
|
6070
6100
|
use_push_page_down_default(isOpen);
|
|
6071
6101
|
const isInternalAlert = severity === "internal";
|
|
6072
|
-
return isOpen ? /* @__PURE__ */
|
|
6102
|
+
return isOpen ? /* @__PURE__ */ React40.createElement(NotificationBarWrapper, { isOpen, severity, id }, /* @__PURE__ */ React40.createElement(
|
|
6073
6103
|
arrange_default,
|
|
6074
6104
|
{
|
|
6075
6105
|
alignItems: { default: "start", small: "center" },
|
|
@@ -6077,21 +6107,21 @@ var NotificationBar = ({
|
|
|
6077
6107
|
autoFlow: isInternalAlert ? "column" : void 0,
|
|
6078
6108
|
columns: !isInternalAlert ? ["1fr auto"] : void 0
|
|
6079
6109
|
},
|
|
6080
|
-
/* @__PURE__ */
|
|
6110
|
+
/* @__PURE__ */ React40.createElement(
|
|
6081
6111
|
container_default,
|
|
6082
6112
|
{
|
|
6083
6113
|
paddingY: { default: "xsmall", xsmall: 0 },
|
|
6084
6114
|
paddingLeft: !isInternalAlert ? { default: 0, medium: u(3.5) } : void 0,
|
|
6085
6115
|
width: "100%"
|
|
6086
6116
|
},
|
|
6087
|
-
/* @__PURE__ */
|
|
6117
|
+
/* @__PURE__ */ React40.createElement(
|
|
6088
6118
|
arrange_default,
|
|
6089
6119
|
{
|
|
6090
6120
|
autoFlow: "column",
|
|
6091
6121
|
gap: isInternalAlert ? "medium" : "small",
|
|
6092
6122
|
justifyContent: "center"
|
|
6093
6123
|
},
|
|
6094
|
-
((_a = severityStyles[severity]) == null ? void 0 : _a.icon) ? /* @__PURE__ */
|
|
6124
|
+
((_a = severityStyles[severity]) == null ? void 0 : _a.icon) ? /* @__PURE__ */ React40.createElement(align_default, { alignment: "topLeft" }, /* @__PURE__ */ React40.createElement(
|
|
6095
6125
|
icon_default,
|
|
6096
6126
|
{
|
|
6097
6127
|
icon: severityStyles[severity].icon,
|
|
@@ -6102,13 +6132,13 @@ var NotificationBar = ({
|
|
|
6102
6132
|
children
|
|
6103
6133
|
)
|
|
6104
6134
|
)
|
|
6105
|
-
), onCloseClick && /* @__PURE__ */
|
|
6135
|
+
), onCloseClick && /* @__PURE__ */ React40.createElement(
|
|
6106
6136
|
icon_button_default,
|
|
6107
6137
|
{
|
|
6108
6138
|
iconColor: (_c = severityStyles[severity].color) != null ? _c : "var(--lns-color-white)",
|
|
6109
6139
|
tabIndex: 0,
|
|
6110
6140
|
altText: "Close",
|
|
6111
|
-
icon: /* @__PURE__ */
|
|
6141
|
+
icon: /* @__PURE__ */ React40.createElement(SvgClose, null),
|
|
6112
6142
|
onClick: onCloseClick
|
|
6113
6143
|
}
|
|
6114
6144
|
)) : null;
|
|
@@ -6118,7 +6148,7 @@ var notification_bar_default = NotificationBar;
|
|
|
6118
6148
|
// src/components/toast/toast.tsx
|
|
6119
6149
|
import { keyframes as keyframes2 } from "@emotion/react";
|
|
6120
6150
|
import styled30 from "@emotion/styled";
|
|
6121
|
-
import
|
|
6151
|
+
import React41, { useEffect as useEffect8 } from "react";
|
|
6122
6152
|
var WEBAPP = "web-app";
|
|
6123
6153
|
var CHROME_EXTENSION = "chrome-extension";
|
|
6124
6154
|
var toastDurations = { short: 3e3, long: 8e3 };
|
|
@@ -6202,7 +6232,7 @@ var Toast = ({
|
|
|
6202
6232
|
}, toastDuration);
|
|
6203
6233
|
return () => clearTimeout(timer);
|
|
6204
6234
|
}, [isOpen]);
|
|
6205
|
-
return /* @__PURE__ */
|
|
6235
|
+
return /* @__PURE__ */ React41.createElement(React41.Fragment, null, isOpen && /* @__PURE__ */ React41.createElement(
|
|
6206
6236
|
ToastWrapper,
|
|
6207
6237
|
{
|
|
6208
6238
|
role: "presentation",
|
|
@@ -6212,12 +6242,12 @@ var Toast = ({
|
|
|
6212
6242
|
toastDuration,
|
|
6213
6243
|
platform
|
|
6214
6244
|
},
|
|
6215
|
-
/* @__PURE__ */
|
|
6216
|
-
onCloseClick && /* @__PURE__ */
|
|
6245
|
+
/* @__PURE__ */ React41.createElement(ChildrenSection3, { "aria-live": "polite" }, children),
|
|
6246
|
+
onCloseClick && /* @__PURE__ */ React41.createElement(
|
|
6217
6247
|
icon_button_default,
|
|
6218
6248
|
{
|
|
6219
6249
|
altText: "Close",
|
|
6220
|
-
icon: /* @__PURE__ */
|
|
6250
|
+
icon: /* @__PURE__ */ React41.createElement(SvgClose, null),
|
|
6221
6251
|
onClick: onCloseClick,
|
|
6222
6252
|
iconColor: "bodyInverse"
|
|
6223
6253
|
}
|
|
@@ -6228,7 +6258,7 @@ var toast_default = Toast;
|
|
|
6228
6258
|
|
|
6229
6259
|
// src/components/tooltip/tooltip.tsx
|
|
6230
6260
|
import styled31 from "@emotion/styled";
|
|
6231
|
-
import
|
|
6261
|
+
import React42, { useState as useState5, useRef as useRef3, useEffect as useEffect9 } from "react";
|
|
6232
6262
|
import { useHover, useLayer as useLayer4, mergeRefs } from "react-laag";
|
|
6233
6263
|
import ResizeObserver4 from "resize-observer-polyfill";
|
|
6234
6264
|
var placements = {
|
|
@@ -6271,7 +6301,7 @@ var ShortcutWrapper = styled31.div`
|
|
|
6271
6301
|
`;
|
|
6272
6302
|
var ShortcutBox = ({
|
|
6273
6303
|
children
|
|
6274
|
-
}) => /* @__PURE__ */
|
|
6304
|
+
}) => /* @__PURE__ */ React42.createElement(ShortcutWrapper, null, children);
|
|
6275
6305
|
var TooltipBox = (_a) => {
|
|
6276
6306
|
var _b = _a, {
|
|
6277
6307
|
children,
|
|
@@ -6291,7 +6321,7 @@ var TooltipBox = (_a) => {
|
|
|
6291
6321
|
return (
|
|
6292
6322
|
// These are being added to hide the tooltip when users hover over
|
|
6293
6323
|
/* eslint-disable-next-line styled-components-a11y/no-static-element-interactions */
|
|
6294
|
-
/* @__PURE__ */
|
|
6324
|
+
/* @__PURE__ */ React42.createElement(
|
|
6295
6325
|
TooltipBoxWrapper,
|
|
6296
6326
|
__spreadValues(__spreadValues({
|
|
6297
6327
|
maxWidth,
|
|
@@ -6423,7 +6453,7 @@ var Tooltip = (_a) => {
|
|
|
6423
6453
|
container,
|
|
6424
6454
|
auto: true
|
|
6425
6455
|
});
|
|
6426
|
-
return /* @__PURE__ */
|
|
6456
|
+
return /* @__PURE__ */ React42.createElement(React42.Fragment, null, /* @__PURE__ */ React42.createElement(
|
|
6427
6457
|
TooltipChildren,
|
|
6428
6458
|
__spreadProps(__spreadValues(__spreadValues({}, triggerProps), hoverProps), {
|
|
6429
6459
|
onClick: (e) => {
|
|
@@ -6439,8 +6469,8 @@ var Tooltip = (_a) => {
|
|
|
6439
6469
|
ref: mergeRefs(triggerProps.ref, focusRef)
|
|
6440
6470
|
}),
|
|
6441
6471
|
children
|
|
6442
|
-
), ariaLive && /* @__PURE__ */
|
|
6443
|
-
/* @__PURE__ */
|
|
6472
|
+
), ariaLive && /* @__PURE__ */ React42.createElement("span", { className: "srOnly", "aria-live": "polite" }, isOpen && content), isOpen && renderLayer(
|
|
6473
|
+
/* @__PURE__ */ React42.createElement("div", __spreadProps(__spreadValues({}, layerProps), { style: __spreadProps(__spreadValues({}, layerProps.style), { zIndex }) }), /* @__PURE__ */ React42.createElement(
|
|
6444
6474
|
TooltipBox,
|
|
6445
6475
|
__spreadValues({
|
|
6446
6476
|
maxWidth,
|
|
@@ -6449,7 +6479,7 @@ var Tooltip = (_a) => {
|
|
|
6449
6479
|
role: "tooltip",
|
|
6450
6480
|
id: tooltipId
|
|
6451
6481
|
}, rest),
|
|
6452
|
-
/* @__PURE__ */
|
|
6482
|
+
/* @__PURE__ */ React42.createElement(arrange_default, { gap: "small" }, /* @__PURE__ */ React42.createElement(text_default, { size: "small", fontWeight: "bold" }, content), shortcut && /* @__PURE__ */ React42.createElement(arrange_default, { gap: "xsmall" }, shortcut.map((char, index) => /* @__PURE__ */ React42.createElement(ShortcutBox, { key: index }, char))))
|
|
6453
6483
|
))
|
|
6454
6484
|
));
|
|
6455
6485
|
};
|
|
@@ -6459,7 +6489,7 @@ var tooltip_default = Tooltip;
|
|
|
6459
6489
|
// src/components/skeleton/skeleton.tsx
|
|
6460
6490
|
import { css as css4 } from "@emotion/react";
|
|
6461
6491
|
import styled32 from "@emotion/styled";
|
|
6462
|
-
import
|
|
6492
|
+
import React43 from "react";
|
|
6463
6493
|
var SkeletonAnimation = css4`
|
|
6464
6494
|
@media (prefers-reduced-motion: no-preference) {
|
|
6465
6495
|
animation: shimmer 2s infinite linear;
|
|
@@ -6518,7 +6548,7 @@ var SkeletonText = ({
|
|
|
6518
6548
|
lines = 1,
|
|
6519
6549
|
animated = false
|
|
6520
6550
|
}) => {
|
|
6521
|
-
return /* @__PURE__ */
|
|
6551
|
+
return /* @__PURE__ */ React43.createElement(React43.Fragment, null, [...Array(lines)].map((_, i) => /* @__PURE__ */ React43.createElement(
|
|
6522
6552
|
SkeletonTextWrapper,
|
|
6523
6553
|
{
|
|
6524
6554
|
key: i,
|
|
@@ -6535,7 +6565,7 @@ var SkeletonContainer = ({
|
|
|
6535
6565
|
radius = "full",
|
|
6536
6566
|
width = "40px"
|
|
6537
6567
|
}) => {
|
|
6538
|
-
return /* @__PURE__ */
|
|
6568
|
+
return /* @__PURE__ */ React43.createElement(React43.Fragment, null, /* @__PURE__ */ React43.createElement(
|
|
6539
6569
|
SkeletonContainerWrapper,
|
|
6540
6570
|
{
|
|
6541
6571
|
animated,
|
|
@@ -6548,9 +6578,9 @@ var SkeletonContainer = ({
|
|
|
6548
6578
|
|
|
6549
6579
|
// src/components/logo/logo.tsx
|
|
6550
6580
|
import styled33 from "@emotion/styled";
|
|
6551
|
-
import
|
|
6581
|
+
import React44 from "react";
|
|
6552
6582
|
var LoomAiGradientDef = (customId) => {
|
|
6553
|
-
return /* @__PURE__ */
|
|
6583
|
+
return /* @__PURE__ */ React44.createElement("defs", null, /* @__PURE__ */ React44.createElement(
|
|
6554
6584
|
"radialGradient",
|
|
6555
6585
|
{
|
|
6556
6586
|
id: `ai-logo-${customId}-gradient-1`,
|
|
@@ -6560,12 +6590,12 @@ var LoomAiGradientDef = (customId) => {
|
|
|
6560
6590
|
fx: "0%",
|
|
6561
6591
|
fy: "0%"
|
|
6562
6592
|
},
|
|
6563
|
-
/* @__PURE__ */
|
|
6564
|
-
/* @__PURE__ */
|
|
6565
|
-
/* @__PURE__ */
|
|
6566
|
-
/* @__PURE__ */
|
|
6567
|
-
/* @__PURE__ */
|
|
6568
|
-
), /* @__PURE__ */
|
|
6593
|
+
/* @__PURE__ */ React44.createElement("stop", { offset: "30%", stopColor: "#97ACFD" }),
|
|
6594
|
+
/* @__PURE__ */ React44.createElement("stop", { offset: "33%", stopColor: "#B3B2F4" }),
|
|
6595
|
+
/* @__PURE__ */ React44.createElement("stop", { offset: "43%", stopColor: "#DEB0E0" }),
|
|
6596
|
+
/* @__PURE__ */ React44.createElement("stop", { offset: "50%", stopColor: "#DFC6E5" }),
|
|
6597
|
+
/* @__PURE__ */ React44.createElement("stop", { offset: "72%", stopColor: "#6663F6" })
|
|
6598
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6569
6599
|
"radialGradient",
|
|
6570
6600
|
{
|
|
6571
6601
|
id: `ai-logo-${customId}-gradient-2`,
|
|
@@ -6573,10 +6603,10 @@ var LoomAiGradientDef = (customId) => {
|
|
|
6573
6603
|
fx: "40%",
|
|
6574
6604
|
fy: "72%"
|
|
6575
6605
|
},
|
|
6576
|
-
/* @__PURE__ */
|
|
6577
|
-
/* @__PURE__ */
|
|
6578
|
-
/* @__PURE__ */
|
|
6579
|
-
), /* @__PURE__ */
|
|
6606
|
+
/* @__PURE__ */ React44.createElement("stop", { offset: "20%", stopColor: "#615CF500" }),
|
|
6607
|
+
/* @__PURE__ */ React44.createElement("stop", { offset: "32%", stopColor: "#615CF550" }),
|
|
6608
|
+
/* @__PURE__ */ React44.createElement("stop", { offset: "48%", stopColor: "#6663F6" })
|
|
6609
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6580
6610
|
"radialGradient",
|
|
6581
6611
|
{
|
|
6582
6612
|
id: `ai-logo-${customId}-gradient-3`,
|
|
@@ -6584,9 +6614,9 @@ var LoomAiGradientDef = (customId) => {
|
|
|
6584
6614
|
fx: "0%",
|
|
6585
6615
|
fy: "100%"
|
|
6586
6616
|
},
|
|
6587
|
-
/* @__PURE__ */
|
|
6588
|
-
/* @__PURE__ */
|
|
6589
|
-
/* @__PURE__ */
|
|
6617
|
+
/* @__PURE__ */ React44.createElement("stop", { offset: "25%", stopColor: "#6663F6" }),
|
|
6618
|
+
/* @__PURE__ */ React44.createElement("stop", { offset: "38%", stopColor: "#6E68F450" }),
|
|
6619
|
+
/* @__PURE__ */ React44.createElement("stop", { offset: "45%", stopColor: "#6E68F400" })
|
|
6590
6620
|
));
|
|
6591
6621
|
};
|
|
6592
6622
|
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";
|
|
@@ -6594,22 +6624,22 @@ var SymbolLogoSvg = (_a) => {
|
|
|
6594
6624
|
var _b = _a, { brand, symbolColor, customId } = _b, props = __objRest(_b, ["brand", "symbolColor", "customId"]);
|
|
6595
6625
|
switch (brand) {
|
|
6596
6626
|
case "ai":
|
|
6597
|
-
return /* @__PURE__ */
|
|
6627
|
+
return /* @__PURE__ */ React44.createElement("svg", __spreadValues({ "aria-label": "Loom AI", viewBox: "0 0 30 31", fill: "none" }, props), /* @__PURE__ */ React44.createElement("title", null, "Loom AI"), !symbolColor ? /* @__PURE__ */ React44.createElement(React44.Fragment, null, LoomAiGradientDef(customId), [...Array(3)].map((_, i) => /* @__PURE__ */ React44.createElement(
|
|
6598
6628
|
"path",
|
|
6599
6629
|
{
|
|
6600
6630
|
key: i,
|
|
6601
6631
|
d: symbolLogoPath,
|
|
6602
6632
|
fill: `url(#ai-logo-${customId}-gradient-${i + 1}`
|
|
6603
6633
|
}
|
|
6604
|
-
))) : /* @__PURE__ */
|
|
6634
|
+
))) : /* @__PURE__ */ React44.createElement("path", { d: symbolLogoPath, fill: getColorValue(symbolColor) }));
|
|
6605
6635
|
case "apptile":
|
|
6606
|
-
return /* @__PURE__ */
|
|
6636
|
+
return /* @__PURE__ */ React44.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 40 40", fill: "none" }, props), /* @__PURE__ */ React44.createElement("title", null, "Loom"), /* @__PURE__ */ React44.createElement(
|
|
6607
6637
|
"path",
|
|
6608
6638
|
{
|
|
6609
6639
|
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",
|
|
6610
6640
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("blurple")
|
|
6611
6641
|
}
|
|
6612
|
-
), /* @__PURE__ */
|
|
6642
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6613
6643
|
"path",
|
|
6614
6644
|
{
|
|
6615
6645
|
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",
|
|
@@ -6617,13 +6647,13 @@ var SymbolLogoSvg = (_a) => {
|
|
|
6617
6647
|
}
|
|
6618
6648
|
));
|
|
6619
6649
|
case "product":
|
|
6620
|
-
return /* @__PURE__ */
|
|
6650
|
+
return /* @__PURE__ */ React44.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 40 40", fill: "none" }, props), /* @__PURE__ */ React44.createElement(
|
|
6621
6651
|
"path",
|
|
6622
6652
|
{
|
|
6623
6653
|
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",
|
|
6624
6654
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6625
6655
|
}
|
|
6626
|
-
), /* @__PURE__ */
|
|
6656
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6627
6657
|
"path",
|
|
6628
6658
|
{
|
|
6629
6659
|
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",
|
|
@@ -6631,7 +6661,7 @@ var SymbolLogoSvg = (_a) => {
|
|
|
6631
6661
|
}
|
|
6632
6662
|
));
|
|
6633
6663
|
default:
|
|
6634
|
-
return /* @__PURE__ */
|
|
6664
|
+
return /* @__PURE__ */ React44.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 31 30", fill: "none" }, props), /* @__PURE__ */ React44.createElement("title", null, "Loom"), /* @__PURE__ */ React44.createElement(
|
|
6635
6665
|
"path",
|
|
6636
6666
|
{
|
|
6637
6667
|
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",
|
|
@@ -6644,23 +6674,23 @@ var WordmarkLogoSvg = (_a) => {
|
|
|
6644
6674
|
var _b = _a, { brand, wordmarkColor } = _b, props = __objRest(_b, ["brand", "wordmarkColor"]);
|
|
6645
6675
|
switch (brand) {
|
|
6646
6676
|
case "ai":
|
|
6647
|
-
return /* @__PURE__ */
|
|
6677
|
+
return /* @__PURE__ */ React44.createElement(
|
|
6648
6678
|
"svg",
|
|
6649
6679
|
__spreadValues({
|
|
6650
6680
|
"aria-label": "Loom AI",
|
|
6651
6681
|
viewBox: "0 0 94 23",
|
|
6652
6682
|
fill: wordmarkColor
|
|
6653
6683
|
}, props),
|
|
6654
|
-
/* @__PURE__ */
|
|
6655
|
-
/* @__PURE__ */
|
|
6656
|
-
/* @__PURE__ */
|
|
6657
|
-
/* @__PURE__ */
|
|
6658
|
-
/* @__PURE__ */
|
|
6659
|
-
/* @__PURE__ */
|
|
6660
|
-
/* @__PURE__ */
|
|
6684
|
+
/* @__PURE__ */ React44.createElement("title", null, "Loom AI"),
|
|
6685
|
+
/* @__PURE__ */ React44.createElement("path", { d: "M4.12637 22.4624H0V0H4.12637V22.4624Z" }),
|
|
6686
|
+
/* @__PURE__ */ React44.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" }),
|
|
6687
|
+
/* @__PURE__ */ React44.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" }),
|
|
6688
|
+
/* @__PURE__ */ React44.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" }),
|
|
6689
|
+
/* @__PURE__ */ React44.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" }),
|
|
6690
|
+
/* @__PURE__ */ React44.createElement("path", { d: "M94 22.4624H89.6565V0.46538H94V22.4624Z" })
|
|
6661
6691
|
);
|
|
6662
6692
|
case "product":
|
|
6663
|
-
return /* @__PURE__ */
|
|
6693
|
+
return /* @__PURE__ */ React44.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 104 30", fill: "none" }, props), /* @__PURE__ */ React44.createElement(
|
|
6664
6694
|
"path",
|
|
6665
6695
|
{
|
|
6666
6696
|
fillRule: "evenodd",
|
|
@@ -6668,7 +6698,7 @@ var WordmarkLogoSvg = (_a) => {
|
|
|
6668
6698
|
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",
|
|
6669
6699
|
fill: wordmarkColor
|
|
6670
6700
|
}
|
|
6671
|
-
), /* @__PURE__ */
|
|
6701
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6672
6702
|
"path",
|
|
6673
6703
|
{
|
|
6674
6704
|
fillRule: "evenodd",
|
|
@@ -6676,13 +6706,13 @@ var WordmarkLogoSvg = (_a) => {
|
|
|
6676
6706
|
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",
|
|
6677
6707
|
fill: wordmarkColor
|
|
6678
6708
|
}
|
|
6679
|
-
), /* @__PURE__ */
|
|
6709
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6680
6710
|
"path",
|
|
6681
6711
|
{
|
|
6682
6712
|
d: "M5.69001 24.7655H18.7174V29.5445H0V0H5.69001V24.7655Z",
|
|
6683
6713
|
fill: wordmarkColor
|
|
6684
6714
|
}
|
|
6685
|
-
), /* @__PURE__ */
|
|
6715
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6686
6716
|
"path",
|
|
6687
6717
|
{
|
|
6688
6718
|
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",
|
|
@@ -6690,15 +6720,15 @@ var WordmarkLogoSvg = (_a) => {
|
|
|
6690
6720
|
}
|
|
6691
6721
|
));
|
|
6692
6722
|
default:
|
|
6693
|
-
return /* @__PURE__ */
|
|
6723
|
+
return /* @__PURE__ */ React44.createElement(
|
|
6694
6724
|
"svg",
|
|
6695
6725
|
__spreadValues({
|
|
6696
6726
|
"aria-label": "Loom",
|
|
6697
6727
|
viewBox: "0 0 62 23",
|
|
6698
6728
|
fill: wordmarkColor
|
|
6699
6729
|
}, props),
|
|
6700
|
-
/* @__PURE__ */
|
|
6701
|
-
/* @__PURE__ */
|
|
6730
|
+
/* @__PURE__ */ React44.createElement("title", null, "Loom"),
|
|
6731
|
+
/* @__PURE__ */ React44.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" })
|
|
6702
6732
|
);
|
|
6703
6733
|
}
|
|
6704
6734
|
};
|
|
@@ -6717,42 +6747,42 @@ var CombinedLogoSvg = (_a) => {
|
|
|
6717
6747
|
]);
|
|
6718
6748
|
switch (brand) {
|
|
6719
6749
|
case "ai":
|
|
6720
|
-
return /* @__PURE__ */
|
|
6750
|
+
return /* @__PURE__ */ React44.createElement("svg", __spreadValues({ "aria-label": "Loom AI", viewBox: "0 0 100 30", fill: "none" }, props), /* @__PURE__ */ React44.createElement("title", null, "Loom AI"), !symbolColor ? /* @__PURE__ */ React44.createElement(React44.Fragment, null, LoomAiGradientDef(customId), [...Array(3)].map((_, i) => /* @__PURE__ */ React44.createElement(
|
|
6721
6751
|
"path",
|
|
6722
6752
|
{
|
|
6723
6753
|
key: i,
|
|
6724
6754
|
d: combinedLogoPath,
|
|
6725
6755
|
fill: `url(#ai-logo-${customId}-gradient-${i + 1}`
|
|
6726
6756
|
}
|
|
6727
|
-
))) : /* @__PURE__ */
|
|
6757
|
+
))) : /* @__PURE__ */ React44.createElement("path", { d: combinedLogoPath, fill: getColorValue(symbolColor) }), /* @__PURE__ */ React44.createElement("g", { fill: wordmarkColor }, /* @__PURE__ */ React44.createElement("path", { d: "M4.1997 29.5909H0.570312V9.83386H4.1997V29.5909Z" }), /* @__PURE__ */ React44.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__ */ React44.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__ */ React44.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__ */ React44.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__ */ React44.createElement("path", { d: "M83.249 29.5909H79.4285V10.2432H83.249V29.5909Z" })));
|
|
6728
6758
|
case "apptile":
|
|
6729
|
-
return /* @__PURE__ */
|
|
6759
|
+
return /* @__PURE__ */ React44.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 103 40", fill: "none" }, props), /* @__PURE__ */ React44.createElement("title", null, "Loom"), /* @__PURE__ */ React44.createElement(
|
|
6730
6760
|
"path",
|
|
6731
6761
|
{
|
|
6732
6762
|
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",
|
|
6733
6763
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("blurple")
|
|
6734
6764
|
}
|
|
6735
|
-
), /* @__PURE__ */
|
|
6765
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6736
6766
|
"path",
|
|
6737
6767
|
{
|
|
6738
6768
|
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",
|
|
6739
6769
|
fill: "white"
|
|
6740
6770
|
}
|
|
6741
|
-
), /* @__PURE__ */
|
|
6771
|
+
), /* @__PURE__ */ React44.createElement("g", { fill: wordmarkColor }, /* @__PURE__ */ React44.createElement("path", { d: "M47.6001 29.5076V10H51.1816V29.5076H47.6001Z" }), /* @__PURE__ */ React44.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__ */ React44.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__ */ React44.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" })));
|
|
6742
6772
|
case "product":
|
|
6743
|
-
return /* @__PURE__ */
|
|
6773
|
+
return /* @__PURE__ */ React44.createElement("svg", __spreadValues({ viewBox: "0 0 112 40", fill: "none", "aria-label": "Loom" }, props), /* @__PURE__ */ React44.createElement(
|
|
6744
6774
|
"path",
|
|
6745
6775
|
{
|
|
6746
6776
|
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",
|
|
6747
6777
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6748
6778
|
}
|
|
6749
|
-
), /* @__PURE__ */
|
|
6779
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6750
6780
|
"path",
|
|
6751
6781
|
{
|
|
6752
6782
|
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",
|
|
6753
6783
|
fill: "white"
|
|
6754
6784
|
}
|
|
6755
|
-
), /* @__PURE__ */
|
|
6785
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6756
6786
|
"path",
|
|
6757
6787
|
{
|
|
6758
6788
|
fillRule: "evenodd",
|
|
@@ -6760,7 +6790,7 @@ var CombinedLogoSvg = (_a) => {
|
|
|
6760
6790
|
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",
|
|
6761
6791
|
fill: wordmarkColor
|
|
6762
6792
|
}
|
|
6763
|
-
), /* @__PURE__ */
|
|
6793
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6764
6794
|
"path",
|
|
6765
6795
|
{
|
|
6766
6796
|
fillRule: "evenodd",
|
|
@@ -6768,13 +6798,13 @@ var CombinedLogoSvg = (_a) => {
|
|
|
6768
6798
|
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",
|
|
6769
6799
|
fill: wordmarkColor
|
|
6770
6800
|
}
|
|
6771
|
-
), /* @__PURE__ */
|
|
6801
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6772
6802
|
"path",
|
|
6773
6803
|
{
|
|
6774
6804
|
d: "M54.9365 25.3483H62.3421V28.0827H51.6667V11.1068H54.9365V25.3483Z",
|
|
6775
6805
|
fill: wordmarkColor
|
|
6776
6806
|
}
|
|
6777
|
-
), /* @__PURE__ */
|
|
6807
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6778
6808
|
"path",
|
|
6779
6809
|
{
|
|
6780
6810
|
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",
|
|
@@ -6782,43 +6812,43 @@ var CombinedLogoSvg = (_a) => {
|
|
|
6782
6812
|
}
|
|
6783
6813
|
));
|
|
6784
6814
|
case "marketing":
|
|
6785
|
-
return /* @__PURE__ */
|
|
6815
|
+
return /* @__PURE__ */ React44.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 170 48", fill: "none" }, props), /* @__PURE__ */ React44.createElement(
|
|
6786
6816
|
"path",
|
|
6787
6817
|
{
|
|
6788
6818
|
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",
|
|
6789
6819
|
fill: wordmarkColor
|
|
6790
6820
|
}
|
|
6791
|
-
), /* @__PURE__ */
|
|
6821
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6792
6822
|
"path",
|
|
6793
6823
|
{
|
|
6794
6824
|
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",
|
|
6795
6825
|
fill: wordmarkColor
|
|
6796
6826
|
}
|
|
6797
|
-
), /* @__PURE__ */
|
|
6827
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6798
6828
|
"path",
|
|
6799
6829
|
{
|
|
6800
6830
|
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",
|
|
6801
6831
|
fill: wordmarkColor
|
|
6802
6832
|
}
|
|
6803
|
-
), /* @__PURE__ */
|
|
6833
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6804
6834
|
"path",
|
|
6805
6835
|
{
|
|
6806
6836
|
d: "M64.094 7.77783H68.234V34.0438H81.942V37.9998H64.094V7.77783Z",
|
|
6807
6837
|
fill: wordmarkColor
|
|
6808
6838
|
}
|
|
6809
|
-
), /* @__PURE__ */
|
|
6839
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6810
6840
|
"path",
|
|
6811
6841
|
{
|
|
6812
6842
|
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",
|
|
6813
6843
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6814
6844
|
}
|
|
6815
|
-
), /* @__PURE__ */
|
|
6845
|
+
), /* @__PURE__ */ React44.createElement("g", { clipPath: "url(#clip0_45829_3572)" }, /* @__PURE__ */ React44.createElement(
|
|
6816
6846
|
"path",
|
|
6817
6847
|
{
|
|
6818
6848
|
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",
|
|
6819
6849
|
fill: "white"
|
|
6820
6850
|
}
|
|
6821
|
-
)), /* @__PURE__ */
|
|
6851
|
+
)), /* @__PURE__ */ React44.createElement("defs", null, /* @__PURE__ */ React44.createElement("clipPath", { id: "clip0_45829_3572" }, /* @__PURE__ */ React44.createElement(
|
|
6822
6852
|
"rect",
|
|
6823
6853
|
{
|
|
6824
6854
|
width: "39",
|
|
@@ -6828,97 +6858,97 @@ var CombinedLogoSvg = (_a) => {
|
|
|
6828
6858
|
}
|
|
6829
6859
|
))));
|
|
6830
6860
|
case "attributed":
|
|
6831
|
-
return /* @__PURE__ */
|
|
6861
|
+
return /* @__PURE__ */ React44.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 232 75", fill: "none" }, props), /* @__PURE__ */ React44.createElement(
|
|
6832
6862
|
"path",
|
|
6833
6863
|
{
|
|
6834
6864
|
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",
|
|
6835
6865
|
fill: wordmarkColor
|
|
6836
6866
|
}
|
|
6837
|
-
), /* @__PURE__ */
|
|
6867
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6838
6868
|
"path",
|
|
6839
6869
|
{
|
|
6840
6870
|
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",
|
|
6841
6871
|
fill: wordmarkColor
|
|
6842
6872
|
}
|
|
6843
|
-
), /* @__PURE__ */
|
|
6873
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6844
6874
|
"path",
|
|
6845
6875
|
{
|
|
6846
6876
|
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",
|
|
6847
6877
|
fill: wordmarkColor
|
|
6848
6878
|
}
|
|
6849
|
-
), /* @__PURE__ */
|
|
6879
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6850
6880
|
"path",
|
|
6851
6881
|
{
|
|
6852
6882
|
d: "M91.094 34.7778H95.234V61.0438H108.942V64.9998H91.094V34.7778Z",
|
|
6853
6883
|
fill: wordmarkColor
|
|
6854
6884
|
}
|
|
6855
|
-
), /* @__PURE__ */
|
|
6885
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6856
6886
|
"path",
|
|
6857
6887
|
{
|
|
6858
6888
|
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",
|
|
6859
6889
|
fill: wordmarkColor
|
|
6860
6890
|
}
|
|
6861
|
-
), /* @__PURE__ */
|
|
6891
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6862
6892
|
"path",
|
|
6863
6893
|
{
|
|
6864
6894
|
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",
|
|
6865
6895
|
fill: wordmarkColor
|
|
6866
6896
|
}
|
|
6867
|
-
), /* @__PURE__ */
|
|
6897
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6868
6898
|
"path",
|
|
6869
6899
|
{
|
|
6870
6900
|
d: "M193.602 7.16846H189.628V24.329H193.602V7.16846Z",
|
|
6871
6901
|
fill: wordmarkColor
|
|
6872
6902
|
}
|
|
6873
|
-
), /* @__PURE__ */
|
|
6903
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6874
6904
|
"path",
|
|
6875
6905
|
{
|
|
6876
6906
|
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",
|
|
6877
6907
|
fill: wordmarkColor
|
|
6878
6908
|
}
|
|
6879
|
-
), /* @__PURE__ */
|
|
6909
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6880
6910
|
"path",
|
|
6881
6911
|
{
|
|
6882
6912
|
d: "M124.237 7.16846V24.329H132.426L133.69 20.5958H128.211V7.16846H124.237Z",
|
|
6883
6913
|
fill: wordmarkColor
|
|
6884
6914
|
}
|
|
6885
|
-
), /* @__PURE__ */
|
|
6915
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6886
6916
|
"path",
|
|
6887
6917
|
{
|
|
6888
6918
|
d: "M108.04 7.16846V10.8414H112.436V24.329H116.47V10.8414H121.227V7.16846H108.04Z",
|
|
6889
6919
|
fill: wordmarkColor
|
|
6890
6920
|
}
|
|
6891
|
-
), /* @__PURE__ */
|
|
6921
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6892
6922
|
"path",
|
|
6893
6923
|
{
|
|
6894
6924
|
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",
|
|
6895
6925
|
fill: wordmarkColor
|
|
6896
6926
|
}
|
|
6897
|
-
), /* @__PURE__ */
|
|
6927
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6898
6928
|
"path",
|
|
6899
6929
|
{
|
|
6900
6930
|
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",
|
|
6901
6931
|
fill: wordmarkColor
|
|
6902
6932
|
}
|
|
6903
|
-
), /* @__PURE__ */
|
|
6933
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6904
6934
|
"path",
|
|
6905
6935
|
{
|
|
6906
6936
|
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",
|
|
6907
6937
|
fill: wordmarkColor
|
|
6908
6938
|
}
|
|
6909
|
-
), /* @__PURE__ */
|
|
6939
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6910
6940
|
"path",
|
|
6911
6941
|
{
|
|
6912
6942
|
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",
|
|
6913
6943
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6914
6944
|
}
|
|
6915
|
-
), /* @__PURE__ */
|
|
6945
|
+
), /* @__PURE__ */ React44.createElement("g", { clipPath: "url(#clip0_45829_3571)" }, /* @__PURE__ */ React44.createElement(
|
|
6916
6946
|
"path",
|
|
6917
6947
|
{
|
|
6918
6948
|
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",
|
|
6919
6949
|
fill: "white"
|
|
6920
6950
|
}
|
|
6921
|
-
)), /* @__PURE__ */
|
|
6951
|
+
)), /* @__PURE__ */ React44.createElement("defs", null, /* @__PURE__ */ React44.createElement("clipPath", { id: "clip0_45829_3571" }, /* @__PURE__ */ React44.createElement(
|
|
6922
6952
|
"rect",
|
|
6923
6953
|
{
|
|
6924
6954
|
width: "60.9375",
|
|
@@ -6928,13 +6958,13 @@ var CombinedLogoSvg = (_a) => {
|
|
|
6928
6958
|
}
|
|
6929
6959
|
))));
|
|
6930
6960
|
default:
|
|
6931
|
-
return /* @__PURE__ */
|
|
6961
|
+
return /* @__PURE__ */ React44.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 100 30", fill: "none" }, props), /* @__PURE__ */ React44.createElement("title", null, "Loom"), /* @__PURE__ */ React44.createElement(
|
|
6932
6962
|
"path",
|
|
6933
6963
|
{
|
|
6934
6964
|
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",
|
|
6935
6965
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6936
6966
|
}
|
|
6937
|
-
), /* @__PURE__ */
|
|
6967
|
+
), /* @__PURE__ */ React44.createElement(
|
|
6938
6968
|
"path",
|
|
6939
6969
|
{
|
|
6940
6970
|
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",
|
|
@@ -6970,7 +7000,7 @@ var Logo = (_a) => {
|
|
|
6970
7000
|
"brand",
|
|
6971
7001
|
"customId"
|
|
6972
7002
|
]);
|
|
6973
|
-
return /* @__PURE__ */
|
|
7003
|
+
return /* @__PURE__ */ React44.createElement(LogoWrapper, __spreadValues({ variant, maxWidth }, props), variant === "combined" && /* @__PURE__ */ React44.createElement(
|
|
6974
7004
|
CombinedLogoSvg,
|
|
6975
7005
|
{
|
|
6976
7006
|
brand,
|
|
@@ -6979,7 +7009,7 @@ var Logo = (_a) => {
|
|
|
6979
7009
|
customId,
|
|
6980
7010
|
className: "lns-logoSvg"
|
|
6981
7011
|
}
|
|
6982
|
-
), variant === "symbol" && /* @__PURE__ */
|
|
7012
|
+
), variant === "symbol" && /* @__PURE__ */ React44.createElement(
|
|
6983
7013
|
SymbolLogoSvg,
|
|
6984
7014
|
{
|
|
6985
7015
|
brand,
|
|
@@ -6987,7 +7017,7 @@ var Logo = (_a) => {
|
|
|
6987
7017
|
customId,
|
|
6988
7018
|
className: "lns-logoSvg"
|
|
6989
7019
|
}
|
|
6990
|
-
), variant === "wordmark" && /* @__PURE__ */
|
|
7020
|
+
), variant === "wordmark" && /* @__PURE__ */ React44.createElement(
|
|
6991
7021
|
WordmarkLogoSvg,
|
|
6992
7022
|
{
|
|
6993
7023
|
brand,
|
|
@@ -7000,7 +7030,7 @@ var logo_default = Logo;
|
|
|
7000
7030
|
|
|
7001
7031
|
// src/components/logo-loader/logo-loader.tsx
|
|
7002
7032
|
import styled34 from "@emotion/styled";
|
|
7003
|
-
import
|
|
7033
|
+
import React45 from "react";
|
|
7004
7034
|
|
|
7005
7035
|
// src/constants/routes.ts
|
|
7006
7036
|
var LENS_CDN = "https://cdn.loom.com/assets/lens";
|
|
@@ -7030,14 +7060,14 @@ var LogoLoader = ({
|
|
|
7030
7060
|
brand = "loom",
|
|
7031
7061
|
size = "medium"
|
|
7032
7062
|
}) => {
|
|
7033
|
-
return /* @__PURE__ */
|
|
7063
|
+
return /* @__PURE__ */ React45.createElement(LogoLoaderWrapper, { animation, brand, size });
|
|
7034
7064
|
};
|
|
7035
7065
|
var logo_loader_default = LogoLoader;
|
|
7036
7066
|
|
|
7037
7067
|
// src/components/list/list.tsx
|
|
7038
7068
|
import { css as css5 } from "@emotion/react";
|
|
7039
7069
|
import styled35 from "@emotion/styled";
|
|
7040
|
-
import
|
|
7070
|
+
import React46 from "react";
|
|
7041
7071
|
var ssrComment = `/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */`;
|
|
7042
7072
|
var variantStyles2 = {
|
|
7043
7073
|
border: css5`
|
|
@@ -7163,19 +7193,16 @@ var ListRow = (_a) => {
|
|
|
7163
7193
|
}
|
|
7164
7194
|
}
|
|
7165
7195
|
} : {};
|
|
7166
|
-
return (
|
|
7167
|
-
|
|
7168
|
-
|
|
7169
|
-
|
|
7170
|
-
|
|
7171
|
-
|
|
7172
|
-
|
|
7173
|
-
|
|
7174
|
-
|
|
7175
|
-
|
|
7176
|
-
}, interactiveProps), props),
|
|
7177
|
-
children
|
|
7178
|
-
)
|
|
7196
|
+
return /* @__PURE__ */ React46.createElement(
|
|
7197
|
+
ListRowWrapper,
|
|
7198
|
+
__spreadValues(__spreadValues({
|
|
7199
|
+
role: role || (htmlTag === "li" ? "listitem" : void 0),
|
|
7200
|
+
className: `ListRowWrapper${classNameFromProp}`,
|
|
7201
|
+
as: htmlTag,
|
|
7202
|
+
backgroundColor,
|
|
7203
|
+
href
|
|
7204
|
+
}, interactiveProps), props),
|
|
7205
|
+
children
|
|
7179
7206
|
);
|
|
7180
7207
|
};
|
|
7181
7208
|
var formatColumns = (columns) => columns.map((columnValue) => getSizeValue(columnValue)).join(" ");
|
|
@@ -7195,16 +7222,16 @@ var List = (_a) => {
|
|
|
7195
7222
|
]);
|
|
7196
7223
|
let processedChildren = children;
|
|
7197
7224
|
if (htmlTag === "ul") {
|
|
7198
|
-
processedChildren =
|
|
7199
|
-
if (
|
|
7200
|
-
return
|
|
7225
|
+
processedChildren = React46.Children.map(children, (child) => {
|
|
7226
|
+
if (React46.isValidElement(child) && child.type === ListRow) {
|
|
7227
|
+
return React46.cloneElement(child, {
|
|
7201
7228
|
htmlTag: "li"
|
|
7202
7229
|
});
|
|
7203
7230
|
}
|
|
7204
7231
|
return child;
|
|
7205
7232
|
});
|
|
7206
7233
|
}
|
|
7207
|
-
return /* @__PURE__ */
|
|
7234
|
+
return /* @__PURE__ */ React46.createElement(
|
|
7208
7235
|
ListWrapper,
|
|
7209
7236
|
__spreadValues({
|
|
7210
7237
|
as: htmlTag,
|
|
@@ -7220,8 +7247,8 @@ var list_default = List;
|
|
|
7220
7247
|
|
|
7221
7248
|
// src/components/tabs/tabs.tsx
|
|
7222
7249
|
import styled36 from "@emotion/styled";
|
|
7223
|
-
import
|
|
7224
|
-
var TabsContext =
|
|
7250
|
+
import React47, { useCallback as useCallback4, useMemo as useMemo4, useRef as useRef4, useId } from "react";
|
|
7251
|
+
var TabsContext = React47.createContext({});
|
|
7225
7252
|
var negativeScrollOffset = (scrollOffset) => `calc(-1 * ${getSizeValue(scrollOffset)})`;
|
|
7226
7253
|
var Wrapper = styled36.div`
|
|
7227
7254
|
${(props) => props.scrollOffset && `margin: 0 ${negativeScrollOffset(props.scrollOffset)};
|
|
@@ -7250,6 +7277,10 @@ var TabsNav = styled36.div`
|
|
|
7250
7277
|
}
|
|
7251
7278
|
}
|
|
7252
7279
|
|
|
7280
|
+
button {
|
|
7281
|
+
${(props) => props.hasFullTabs && `width: 100%;`};
|
|
7282
|
+
}
|
|
7283
|
+
|
|
7253
7284
|
::after {
|
|
7254
7285
|
content: '';
|
|
7255
7286
|
flex-shrink: 0;
|
|
@@ -7272,10 +7303,14 @@ var TabsNavPilled = styled36.div`
|
|
|
7272
7303
|
display: none;
|
|
7273
7304
|
}
|
|
7274
7305
|
|
|
7275
|
-
* {
|
|
7306
|
+
> * {
|
|
7276
7307
|
flex: 1 0;
|
|
7277
7308
|
}
|
|
7278
7309
|
|
|
7310
|
+
button {
|
|
7311
|
+
width: 100%;
|
|
7312
|
+
}
|
|
7313
|
+
|
|
7279
7314
|
::after {
|
|
7280
7315
|
content: '';
|
|
7281
7316
|
flex-shrink: 0;
|
|
@@ -7387,9 +7422,9 @@ var Tab = (_a) => {
|
|
|
7387
7422
|
"icon",
|
|
7388
7423
|
"isDisabled"
|
|
7389
7424
|
]);
|
|
7390
|
-
const { isPilledDesign } =
|
|
7425
|
+
const { isPilledDesign } = React47.useContext(TabsContext);
|
|
7391
7426
|
if (isPilledDesign) {
|
|
7392
|
-
return /* @__PURE__ */
|
|
7427
|
+
return /* @__PURE__ */ React47.createElement(
|
|
7393
7428
|
TabWrapperPilled,
|
|
7394
7429
|
__spreadValues({
|
|
7395
7430
|
as: htmlTag,
|
|
@@ -7399,11 +7434,11 @@ var Tab = (_a) => {
|
|
|
7399
7434
|
"aria-selected": isActive,
|
|
7400
7435
|
disabled: isDisabled
|
|
7401
7436
|
}, props),
|
|
7402
|
-
icon && /* @__PURE__ */
|
|
7437
|
+
icon && /* @__PURE__ */ React47.createElement(container_default, { htmlTag: "span", paddingRight: children && "small" }, /* @__PURE__ */ React47.createElement(icon_default, { icon, color: "currentColor" })),
|
|
7403
7438
|
children
|
|
7404
7439
|
);
|
|
7405
7440
|
}
|
|
7406
|
-
return /* @__PURE__ */
|
|
7441
|
+
return /* @__PURE__ */ React47.createElement(
|
|
7407
7442
|
TabWrapper,
|
|
7408
7443
|
__spreadValues({
|
|
7409
7444
|
as: htmlTag,
|
|
@@ -7413,7 +7448,7 @@ var Tab = (_a) => {
|
|
|
7413
7448
|
"aria-selected": isActive,
|
|
7414
7449
|
disabled: isDisabled
|
|
7415
7450
|
}, props),
|
|
7416
|
-
icon && /* @__PURE__ */
|
|
7451
|
+
icon && /* @__PURE__ */ React47.createElement(container_default, { htmlTag: "span", paddingRight: children && "small" }, /* @__PURE__ */ React47.createElement(icon_default, { icon, color: "currentColor" })),
|
|
7417
7452
|
children
|
|
7418
7453
|
);
|
|
7419
7454
|
};
|
|
@@ -7431,7 +7466,7 @@ var TabsDeprecated = (_a) => {
|
|
|
7431
7466
|
"isPilledDesign",
|
|
7432
7467
|
"hasBottomBorder"
|
|
7433
7468
|
]);
|
|
7434
|
-
const tabsContent = isPilledDesign ? /* @__PURE__ */
|
|
7469
|
+
const tabsContent = isPilledDesign ? /* @__PURE__ */ React47.createElement(
|
|
7435
7470
|
TabsNavPilled,
|
|
7436
7471
|
__spreadValues({
|
|
7437
7472
|
hasFullTabs,
|
|
@@ -7439,7 +7474,7 @@ var TabsDeprecated = (_a) => {
|
|
|
7439
7474
|
role: "tablist"
|
|
7440
7475
|
}, props),
|
|
7441
7476
|
children
|
|
7442
|
-
) : /* @__PURE__ */
|
|
7477
|
+
) : /* @__PURE__ */ React47.createElement(
|
|
7443
7478
|
TabsNav,
|
|
7444
7479
|
__spreadValues({
|
|
7445
7480
|
hasFullTabs,
|
|
@@ -7450,9 +7485,9 @@ var TabsDeprecated = (_a) => {
|
|
|
7450
7485
|
children
|
|
7451
7486
|
);
|
|
7452
7487
|
if (scrollOffset) {
|
|
7453
|
-
return /* @__PURE__ */
|
|
7488
|
+
return /* @__PURE__ */ React47.createElement(Wrapper, { scrollOffset }, tabsContent);
|
|
7454
7489
|
}
|
|
7455
|
-
return /* @__PURE__ */
|
|
7490
|
+
return /* @__PURE__ */ React47.createElement(TabsContext.Provider, { value: { isPilledDesign } }, tabsContent);
|
|
7456
7491
|
};
|
|
7457
7492
|
var ConditionalTooltip = ({
|
|
7458
7493
|
tooltipProps,
|
|
@@ -7460,11 +7495,11 @@ var ConditionalTooltip = ({
|
|
|
7460
7495
|
tooltipId
|
|
7461
7496
|
}) => {
|
|
7462
7497
|
if (tooltipProps) {
|
|
7463
|
-
return /* @__PURE__ */
|
|
7498
|
+
return /* @__PURE__ */ React47.createElement(tooltip_default, __spreadProps(__spreadValues({}, tooltipProps), { tooltipId, tabIndex: -1 }), children);
|
|
7464
7499
|
}
|
|
7465
7500
|
return children;
|
|
7466
7501
|
};
|
|
7467
|
-
var TabNew =
|
|
7502
|
+
var TabNew = React47.forwardRef(
|
|
7468
7503
|
(_a, ref) => {
|
|
7469
7504
|
var _b = _a, {
|
|
7470
7505
|
tabContent,
|
|
@@ -7485,7 +7520,7 @@ var TabNew = React46.forwardRef(
|
|
|
7485
7520
|
"onKeyDown",
|
|
7486
7521
|
"onClick"
|
|
7487
7522
|
]);
|
|
7488
|
-
const { isPilledDesign } =
|
|
7523
|
+
const { isPilledDesign } = React47.useContext(TabsContext);
|
|
7489
7524
|
const tooltipId = useId();
|
|
7490
7525
|
const componentProps = __spreadValues({
|
|
7491
7526
|
as: htmlTag,
|
|
@@ -7500,7 +7535,7 @@ var TabNew = React46.forwardRef(
|
|
|
7500
7535
|
onClick,
|
|
7501
7536
|
ref
|
|
7502
7537
|
}, props);
|
|
7503
|
-
return /* @__PURE__ */
|
|
7538
|
+
return /* @__PURE__ */ React47.createElement(ConditionalTooltip, { tooltipProps, tooltipId }, isPilledDesign ? /* @__PURE__ */ React47.createElement(TabWrapperPilled, __spreadValues({}, componentProps), icon ? /* @__PURE__ */ React47.createElement(container_default, { htmlTag: "span", paddingRight: tabContent && "small" }, /* @__PURE__ */ React47.createElement(icon_default, { icon, color: "currentColor" })) : null, tabContent) : /* @__PURE__ */ React47.createElement(TabWrapper, __spreadValues({}, componentProps), icon ? /* @__PURE__ */ React47.createElement(container_default, { htmlTag: "span", paddingRight: tabContent && "small" }, /* @__PURE__ */ React47.createElement(icon_default, { icon, color: "currentColor" })) : null, tabContent));
|
|
7504
7539
|
}
|
|
7505
7540
|
);
|
|
7506
7541
|
TabNew.displayName = "TabNew";
|
|
@@ -7554,7 +7589,7 @@ var TabsNew = (_a) => {
|
|
|
7554
7589
|
[]
|
|
7555
7590
|
);
|
|
7556
7591
|
const tabsToRender = useMemo4(
|
|
7557
|
-
() => tabs.map((tabProps, index) => /* @__PURE__ */
|
|
7592
|
+
() => tabs.map((tabProps, index) => /* @__PURE__ */ React47.createElement(
|
|
7558
7593
|
TabNew,
|
|
7559
7594
|
__spreadValues({
|
|
7560
7595
|
key: index,
|
|
@@ -7565,7 +7600,7 @@ var TabsNew = (_a) => {
|
|
|
7565
7600
|
[tabs, handleKeyDown, setTabRef]
|
|
7566
7601
|
);
|
|
7567
7602
|
const tabsContent = useMemo4(
|
|
7568
|
-
() => isPilledDesign ? /* @__PURE__ */
|
|
7603
|
+
() => isPilledDesign ? /* @__PURE__ */ React47.createElement(
|
|
7569
7604
|
TabsNavPilled,
|
|
7570
7605
|
__spreadValues({
|
|
7571
7606
|
hasFullTabs,
|
|
@@ -7573,7 +7608,7 @@ var TabsNew = (_a) => {
|
|
|
7573
7608
|
role: "tablist"
|
|
7574
7609
|
}, props),
|
|
7575
7610
|
tabsToRender
|
|
7576
|
-
) : /* @__PURE__ */
|
|
7611
|
+
) : /* @__PURE__ */ React47.createElement(
|
|
7577
7612
|
TabsNav,
|
|
7578
7613
|
__spreadValues({
|
|
7579
7614
|
hasFullTabs,
|
|
@@ -7592,9 +7627,9 @@ var TabsNew = (_a) => {
|
|
|
7592
7627
|
props
|
|
7593
7628
|
]
|
|
7594
7629
|
);
|
|
7595
|
-
const wrappedContent = /* @__PURE__ */
|
|
7630
|
+
const wrappedContent = /* @__PURE__ */ React47.createElement(TabsContext.Provider, { value: { isPilledDesign } }, tabsContent);
|
|
7596
7631
|
if (scrollOffset) {
|
|
7597
|
-
return /* @__PURE__ */
|
|
7632
|
+
return /* @__PURE__ */ React47.createElement(Wrapper, { scrollOffset }, wrappedContent);
|
|
7598
7633
|
}
|
|
7599
7634
|
return wrappedContent;
|
|
7600
7635
|
};
|
|
@@ -7610,15 +7645,15 @@ var Tabs = (_a) => {
|
|
|
7610
7645
|
return null;
|
|
7611
7646
|
}
|
|
7612
7647
|
if (children) {
|
|
7613
|
-
return /* @__PURE__ */
|
|
7648
|
+
return /* @__PURE__ */ React47.createElement(TabsDeprecated, __spreadValues({}, props), children);
|
|
7614
7649
|
}
|
|
7615
|
-
return /* @__PURE__ */
|
|
7650
|
+
return /* @__PURE__ */ React47.createElement(TabsNew, __spreadValues({ tabs }, props));
|
|
7616
7651
|
};
|
|
7617
7652
|
var tabs_default = Tabs;
|
|
7618
7653
|
|
|
7619
7654
|
// src/components/pill/pill.tsx
|
|
7620
7655
|
import styled37 from "@emotion/styled";
|
|
7621
|
-
import
|
|
7656
|
+
import React48 from "react";
|
|
7622
7657
|
var PillWrapper = styled37.div`
|
|
7623
7658
|
display: inline-grid;
|
|
7624
7659
|
grid-auto-flow: column;
|
|
@@ -7647,16 +7682,16 @@ var Pill = (_a) => {
|
|
|
7647
7682
|
"icon",
|
|
7648
7683
|
"iconPosition"
|
|
7649
7684
|
]);
|
|
7650
|
-
const iconComponent = /* @__PURE__ */
|
|
7685
|
+
const iconComponent = /* @__PURE__ */ React48.createElement(
|
|
7651
7686
|
container_default,
|
|
7652
7687
|
{
|
|
7653
7688
|
htmlTag: "span",
|
|
7654
7689
|
paddingLeft: iconPosition === "right" && "xsmall",
|
|
7655
7690
|
paddingRight: iconPosition === "left" && "xsmall"
|
|
7656
7691
|
},
|
|
7657
|
-
/* @__PURE__ */
|
|
7692
|
+
/* @__PURE__ */ React48.createElement(icon_default, { icon, color: "currentColor", size: 2 })
|
|
7658
7693
|
);
|
|
7659
|
-
return /* @__PURE__ */
|
|
7694
|
+
return /* @__PURE__ */ React48.createElement(PillWrapper, __spreadValues({ color, backgroundColor }, props), icon && iconPosition === "left" && iconComponent, children, icon && iconPosition === "right" && iconComponent);
|
|
7660
7695
|
};
|
|
7661
7696
|
var pill_default = Pill;
|
|
7662
7697
|
|
|
@@ -7670,7 +7705,7 @@ import {
|
|
|
7670
7705
|
shift,
|
|
7671
7706
|
useFloating
|
|
7672
7707
|
} from "@floating-ui/react-dom";
|
|
7673
|
-
import
|
|
7708
|
+
import React49, { useEffect as useEffect10 } from "react";
|
|
7674
7709
|
import ReactDOM from "react-dom";
|
|
7675
7710
|
import { useTransition as useTransition2 } from "transition-hook";
|
|
7676
7711
|
var placements2 = {
|
|
@@ -7772,8 +7807,8 @@ var Popover = (_a) => {
|
|
|
7772
7807
|
opacity: stage === "enter" ? 1 : 0
|
|
7773
7808
|
}
|
|
7774
7809
|
};
|
|
7775
|
-
return /* @__PURE__ */
|
|
7776
|
-
/* @__PURE__ */
|
|
7810
|
+
return /* @__PURE__ */ React49.createElement(Wrapper2, __spreadProps(__spreadValues({ ref: reference }, props), { childrenZIndex }), children, shouldMount && /* @__PURE__ */ React49.createElement(React49.Fragment, null, !rootNode && /* @__PURE__ */ React49.createElement(ContentWrapper2, __spreadValues({}, contentProps), content), rootNode && ReactDOM.createPortal(
|
|
7811
|
+
/* @__PURE__ */ React49.createElement(ContentWrapper2, __spreadValues({}, contentProps), content),
|
|
7777
7812
|
rootNode
|
|
7778
7813
|
)));
|
|
7779
7814
|
};
|
|
@@ -7781,7 +7816,7 @@ var popover_default = Popover;
|
|
|
7781
7816
|
|
|
7782
7817
|
// src/components/illustration/illustration.tsx
|
|
7783
7818
|
import styled39 from "@emotion/styled";
|
|
7784
|
-
import
|
|
7819
|
+
import React50 from "react";
|
|
7785
7820
|
var IllustrationWrapper = styled39.span`
|
|
7786
7821
|
display: block;
|
|
7787
7822
|
color: ${(props) => props.color ? getColorValue(props.color) : getColorValue("grey8")};
|
|
@@ -7806,7 +7841,7 @@ var Illustration = (_a) => {
|
|
|
7806
7841
|
"color",
|
|
7807
7842
|
"size"
|
|
7808
7843
|
]);
|
|
7809
|
-
return /* @__PURE__ */
|
|
7844
|
+
return /* @__PURE__ */ React50.createElement(
|
|
7810
7845
|
IllustrationWrapper,
|
|
7811
7846
|
__spreadValues({
|
|
7812
7847
|
"aria-hidden": "true",
|
|
@@ -7822,7 +7857,7 @@ var illustration_default = Illustration;
|
|
|
7822
7857
|
// src/components/split/split.tsx
|
|
7823
7858
|
import { css as css6 } from "@emotion/react";
|
|
7824
7859
|
import styled40 from "@emotion/styled";
|
|
7825
|
-
import
|
|
7860
|
+
import React51, { Children, cloneElement } from "react";
|
|
7826
7861
|
var getSizeStyles = (props) => css6`
|
|
7827
7862
|
${getSize("width", props.width)};
|
|
7828
7863
|
${getSize("height", props.height)};
|
|
@@ -7883,7 +7918,7 @@ var SplitSection = (_a) => {
|
|
|
7883
7918
|
if (className || style) {
|
|
7884
7919
|
console.warn(customStylesWarning);
|
|
7885
7920
|
}
|
|
7886
|
-
return /* @__PURE__ */
|
|
7921
|
+
return /* @__PURE__ */ React51.createElement(
|
|
7887
7922
|
SplitSectionWrapper,
|
|
7888
7923
|
__spreadValues({
|
|
7889
7924
|
as: htmlTag,
|
|
@@ -7941,7 +7976,7 @@ var Split = (_a) => {
|
|
|
7941
7976
|
if (className || style) {
|
|
7942
7977
|
console.warn(customStylesWarning);
|
|
7943
7978
|
}
|
|
7944
|
-
return /* @__PURE__ */
|
|
7979
|
+
return /* @__PURE__ */ React51.createElement(
|
|
7945
7980
|
SplitWrapper,
|
|
7946
7981
|
__spreadValues({
|
|
7947
7982
|
as: htmlTag,
|
|
@@ -7971,7 +8006,7 @@ var split_default = Split;
|
|
|
7971
8006
|
|
|
7972
8007
|
// src/components/color-picker/color-picker.tsx
|
|
7973
8008
|
import styled41 from "@emotion/styled";
|
|
7974
|
-
import
|
|
8009
|
+
import React52, { useState as useState6 } from "react";
|
|
7975
8010
|
import { HexColorPicker, HexColorInput } from "react-colorful";
|
|
7976
8011
|
var ColorfulWrapper = styled41.div`
|
|
7977
8012
|
padding: var(--lns-space-medium);
|
|
@@ -8084,7 +8119,7 @@ var Swatch = styled41.div`
|
|
|
8084
8119
|
`;
|
|
8085
8120
|
var SwatchSelector = ({ swatches, currentColor, onSwatchClick }) => {
|
|
8086
8121
|
const selectedSwatch = swatches.includes(currentColor) && currentColor;
|
|
8087
|
-
return /* @__PURE__ */
|
|
8122
|
+
return /* @__PURE__ */ React52.createElement(SwatchesContainer, null, swatches.map((swatch) => /* @__PURE__ */ React52.createElement(
|
|
8088
8123
|
Swatch,
|
|
8089
8124
|
{
|
|
8090
8125
|
key: swatch,
|
|
@@ -8103,7 +8138,7 @@ var SwatchSelector = ({ swatches, currentColor, onSwatchClick }) => {
|
|
|
8103
8138
|
)));
|
|
8104
8139
|
};
|
|
8105
8140
|
var ColorSelector = ({ color, setColor }) => {
|
|
8106
|
-
return /* @__PURE__ */
|
|
8141
|
+
return /* @__PURE__ */ React52.createElement(ColorfulWrapper, null, /* @__PURE__ */ React52.createElement(HexColorPicker, { color, onChange: setColor }), /* @__PURE__ */ React52.createElement(InputContainer, null, /* @__PURE__ */ React52.createElement(HexColorInput, { prefixed: true, color, onChange: setColor }), /* @__PURE__ */ React52.createElement(ColorBox, { color })));
|
|
8107
8142
|
};
|
|
8108
8143
|
var ColorPicker = (_a) => {
|
|
8109
8144
|
var _b = _a, {
|
|
@@ -8127,21 +8162,21 @@ var ColorPicker = (_a) => {
|
|
|
8127
8162
|
const onSwatchClick = (swatch) => {
|
|
8128
8163
|
handleOnChange(swatch);
|
|
8129
8164
|
};
|
|
8130
|
-
return /* @__PURE__ */
|
|
8165
|
+
return /* @__PURE__ */ React52.createElement(ColorPickerContainer, __spreadValues({}, props), swatches && /* @__PURE__ */ React52.createElement(
|
|
8131
8166
|
SwatchSelector,
|
|
8132
8167
|
{
|
|
8133
8168
|
swatches,
|
|
8134
8169
|
currentColor: tempColor,
|
|
8135
8170
|
onSwatchClick
|
|
8136
8171
|
}
|
|
8137
|
-
), /* @__PURE__ */
|
|
8172
|
+
), /* @__PURE__ */ React52.createElement(ColorSelector, { color: tempColor, setColor: handleOnChange }), confirmButton && /* @__PURE__ */ React52.createElement(ButtonWrapper2, null, confirmButton));
|
|
8138
8173
|
};
|
|
8139
8174
|
var color_picker_default = ColorPicker;
|
|
8140
8175
|
|
|
8141
8176
|
// src/components/ellipses-loader/ellipses-loader.tsx
|
|
8142
8177
|
import { keyframes as keyframes3 } from "@emotion/react";
|
|
8143
8178
|
import styled42 from "@emotion/styled";
|
|
8144
|
-
import
|
|
8179
|
+
import React53 from "react";
|
|
8145
8180
|
var speed2 = 2;
|
|
8146
8181
|
var sizes3 = {
|
|
8147
8182
|
small: {
|
|
@@ -8203,7 +8238,7 @@ var EllipsesLoader = (_a) => {
|
|
|
8203
8238
|
"color",
|
|
8204
8239
|
"size"
|
|
8205
8240
|
]);
|
|
8206
|
-
return /* @__PURE__ */
|
|
8241
|
+
return /* @__PURE__ */ React53.createElement(EllipsesLoaderWrapper, __spreadValues({ size }, props), /* @__PURE__ */ React53.createElement(Dot2, { color, size, delay: 0 }), /* @__PURE__ */ React53.createElement(Dot2, { color, size, delay: 0.2 }), /* @__PURE__ */ React53.createElement(Dot2, { color, size, delay: 0.4 }));
|
|
8207
8242
|
};
|
|
8208
8243
|
var availableSizes3 = Object.keys(sizes3);
|
|
8209
8244
|
var ellipses_loader_default = EllipsesLoader;
|
|
@@ -8211,7 +8246,7 @@ var ellipses_loader_default = EllipsesLoader;
|
|
|
8211
8246
|
// src/components/waveform-loader/waveform-loader.tsx
|
|
8212
8247
|
import { keyframes as keyframes4 } from "@emotion/react";
|
|
8213
8248
|
import styled43 from "@emotion/styled";
|
|
8214
|
-
import
|
|
8249
|
+
import React54 from "react";
|
|
8215
8250
|
var sizes4 = {
|
|
8216
8251
|
medium: {
|
|
8217
8252
|
totalSize: u(3),
|
|
@@ -8295,24 +8330,24 @@ var WaveformLoader = (_a) => {
|
|
|
8295
8330
|
"speed",
|
|
8296
8331
|
"color"
|
|
8297
8332
|
]);
|
|
8298
|
-
const barsList = Array.from({ length: BARS_COUNT }, (_, index) => /* @__PURE__ */
|
|
8299
|
-
return /* @__PURE__ */
|
|
8333
|
+
const barsList = Array.from({ length: BARS_COUNT }, (_, index) => /* @__PURE__ */ React54.createElement(Bar, { key: index, index, size, speed: speed3, color }));
|
|
8334
|
+
return /* @__PURE__ */ React54.createElement(WaveformLoaderWrapper, __spreadValues({ size, color }, props), barsList);
|
|
8300
8335
|
};
|
|
8301
8336
|
var availableSizes4 = Object.keys(sizes4);
|
|
8302
8337
|
var availableSpeeds = Object.keys(speeds);
|
|
8303
8338
|
var waveform_loader_default = WaveformLoader;
|
|
8304
8339
|
|
|
8305
|
-
// src/illustrations/accounts-and-billing.
|
|
8306
|
-
import * as
|
|
8340
|
+
// src/illustrations/accounts-and-billing.tsx
|
|
8341
|
+
import * as React55 from "react";
|
|
8307
8342
|
function IllustrationAccountsBilling(props) {
|
|
8308
|
-
return /* @__PURE__ */
|
|
8343
|
+
return /* @__PURE__ */ React55.createElement(
|
|
8309
8344
|
"svg",
|
|
8310
8345
|
__spreadValues({
|
|
8311
8346
|
viewBox: "0 0 102 101",
|
|
8312
8347
|
fill: "none",
|
|
8313
8348
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8314
8349
|
}, props),
|
|
8315
|
-
/* @__PURE__ */
|
|
8350
|
+
/* @__PURE__ */ React55.createElement(
|
|
8316
8351
|
"path",
|
|
8317
8352
|
{
|
|
8318
8353
|
d: "M96.072 5.826H5.928v90.145h90.144V5.826z",
|
|
@@ -8321,7 +8356,7 @@ function IllustrationAccountsBilling(props) {
|
|
|
8321
8356
|
strokeMiterlimit: 10
|
|
8322
8357
|
}
|
|
8323
8358
|
),
|
|
8324
|
-
/* @__PURE__ */
|
|
8359
|
+
/* @__PURE__ */ React55.createElement(
|
|
8325
8360
|
"path",
|
|
8326
8361
|
{
|
|
8327
8362
|
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",
|
|
@@ -8334,38 +8369,38 @@ function IllustrationAccountsBilling(props) {
|
|
|
8334
8369
|
}
|
|
8335
8370
|
var accounts_and_billing_default = IllustrationAccountsBilling;
|
|
8336
8371
|
|
|
8337
|
-
// src/illustrations/invite.
|
|
8338
|
-
import * as
|
|
8372
|
+
// src/illustrations/invite.tsx
|
|
8373
|
+
import * as React56 from "react";
|
|
8339
8374
|
function IllustrationInvite(props) {
|
|
8340
|
-
return /* @__PURE__ */
|
|
8375
|
+
return /* @__PURE__ */ React56.createElement(
|
|
8341
8376
|
"svg",
|
|
8342
8377
|
__spreadValues({
|
|
8343
8378
|
viewBox: "0 0 100 101",
|
|
8344
8379
|
fill: "none",
|
|
8345
8380
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8346
8381
|
}, props),
|
|
8347
|
-
/* @__PURE__ */
|
|
8382
|
+
/* @__PURE__ */ React56.createElement(
|
|
8348
8383
|
"path",
|
|
8349
8384
|
{
|
|
8350
8385
|
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",
|
|
8351
8386
|
fill: "currentColor"
|
|
8352
8387
|
}
|
|
8353
8388
|
),
|
|
8354
|
-
/* @__PURE__ */
|
|
8389
|
+
/* @__PURE__ */ React56.createElement(
|
|
8355
8390
|
"path",
|
|
8356
8391
|
{
|
|
8357
8392
|
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",
|
|
8358
8393
|
fill: "currentColor"
|
|
8359
8394
|
}
|
|
8360
8395
|
),
|
|
8361
|
-
/* @__PURE__ */
|
|
8396
|
+
/* @__PURE__ */ React56.createElement(
|
|
8362
8397
|
"path",
|
|
8363
8398
|
{
|
|
8364
8399
|
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",
|
|
8365
8400
|
fill: "currentColor"
|
|
8366
8401
|
}
|
|
8367
8402
|
),
|
|
8368
|
-
/* @__PURE__ */
|
|
8403
|
+
/* @__PURE__ */ React56.createElement(
|
|
8369
8404
|
"path",
|
|
8370
8405
|
{
|
|
8371
8406
|
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",
|
|
@@ -8376,24 +8411,24 @@ function IllustrationInvite(props) {
|
|
|
8376
8411
|
}
|
|
8377
8412
|
var invite_default = IllustrationInvite;
|
|
8378
8413
|
|
|
8379
|
-
// src/illustrations/archived.
|
|
8380
|
-
import * as
|
|
8414
|
+
// src/illustrations/archived.tsx
|
|
8415
|
+
import * as React57 from "react";
|
|
8381
8416
|
function IllustrationArchived(props) {
|
|
8382
|
-
return /* @__PURE__ */
|
|
8417
|
+
return /* @__PURE__ */ React57.createElement(
|
|
8383
8418
|
"svg",
|
|
8384
8419
|
__spreadValues({
|
|
8385
8420
|
viewBox: "0 0 100 101",
|
|
8386
8421
|
fill: "none",
|
|
8387
8422
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8388
8423
|
}, props),
|
|
8389
|
-
/* @__PURE__ */
|
|
8424
|
+
/* @__PURE__ */ React57.createElement(
|
|
8390
8425
|
"path",
|
|
8391
8426
|
{
|
|
8392
8427
|
d: "M0 .002v100h100v-100H0zm90 90H10v-80h80v80z",
|
|
8393
8428
|
fill: "currentColor"
|
|
8394
8429
|
}
|
|
8395
8430
|
),
|
|
8396
|
-
/* @__PURE__ */
|
|
8431
|
+
/* @__PURE__ */ React57.createElement(
|
|
8397
8432
|
"path",
|
|
8398
8433
|
{
|
|
8399
8434
|
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",
|
|
@@ -8404,17 +8439,17 @@ function IllustrationArchived(props) {
|
|
|
8404
8439
|
}
|
|
8405
8440
|
var archived_default = IllustrationArchived;
|
|
8406
8441
|
|
|
8407
|
-
// src/illustrations/lead-with-transparency.
|
|
8408
|
-
import * as
|
|
8442
|
+
// src/illustrations/lead-with-transparency.tsx
|
|
8443
|
+
import * as React58 from "react";
|
|
8409
8444
|
function IllustrationLeadwithTransparency(props) {
|
|
8410
|
-
return /* @__PURE__ */
|
|
8445
|
+
return /* @__PURE__ */ React58.createElement(
|
|
8411
8446
|
"svg",
|
|
8412
8447
|
__spreadValues({
|
|
8413
8448
|
viewBox: "0 0 110 101",
|
|
8414
8449
|
fill: "none",
|
|
8415
8450
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8416
8451
|
}, props),
|
|
8417
|
-
/* @__PURE__ */
|
|
8452
|
+
/* @__PURE__ */ React58.createElement(
|
|
8418
8453
|
"path",
|
|
8419
8454
|
{
|
|
8420
8455
|
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",
|
|
@@ -8425,17 +8460,17 @@ function IllustrationLeadwithTransparency(props) {
|
|
|
8425
8460
|
}
|
|
8426
8461
|
var lead_with_transparency_default = IllustrationLeadwithTransparency;
|
|
8427
8462
|
|
|
8428
|
-
// src/illustrations/ask-for-more.
|
|
8429
|
-
import * as
|
|
8463
|
+
// src/illustrations/ask-for-more.tsx
|
|
8464
|
+
import * as React59 from "react";
|
|
8430
8465
|
function IllustrationAskforMore(props) {
|
|
8431
|
-
return /* @__PURE__ */
|
|
8466
|
+
return /* @__PURE__ */ React59.createElement(
|
|
8432
8467
|
"svg",
|
|
8433
8468
|
__spreadValues({
|
|
8434
8469
|
viewBox: "0 0 100 100",
|
|
8435
8470
|
fill: "none",
|
|
8436
8471
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8437
8472
|
}, props),
|
|
8438
|
-
/* @__PURE__ */
|
|
8473
|
+
/* @__PURE__ */ React59.createElement(
|
|
8439
8474
|
"path",
|
|
8440
8475
|
{
|
|
8441
8476
|
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",
|
|
@@ -8446,17 +8481,17 @@ function IllustrationAskforMore(props) {
|
|
|
8446
8481
|
}
|
|
8447
8482
|
var ask_for_more_default = IllustrationAskforMore;
|
|
8448
8483
|
|
|
8449
|
-
// src/illustrations/learning-and-development.
|
|
8450
|
-
import * as
|
|
8484
|
+
// src/illustrations/learning-and-development.tsx
|
|
8485
|
+
import * as React60 from "react";
|
|
8451
8486
|
function IllustrationLearningDevelopment(props) {
|
|
8452
|
-
return /* @__PURE__ */
|
|
8487
|
+
return /* @__PURE__ */ React60.createElement(
|
|
8453
8488
|
"svg",
|
|
8454
8489
|
__spreadValues({
|
|
8455
8490
|
viewBox: "0 0 142 142",
|
|
8456
8491
|
fill: "none",
|
|
8457
8492
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8458
8493
|
}, props),
|
|
8459
|
-
/* @__PURE__ */
|
|
8494
|
+
/* @__PURE__ */ React60.createElement(
|
|
8460
8495
|
"path",
|
|
8461
8496
|
{
|
|
8462
8497
|
fillRule: "evenodd",
|
|
@@ -8465,7 +8500,7 @@ function IllustrationLearningDevelopment(props) {
|
|
|
8465
8500
|
fill: "currentColor"
|
|
8466
8501
|
}
|
|
8467
8502
|
),
|
|
8468
|
-
/* @__PURE__ */
|
|
8503
|
+
/* @__PURE__ */ React60.createElement(
|
|
8469
8504
|
"path",
|
|
8470
8505
|
{
|
|
8471
8506
|
fillRule: "evenodd",
|
|
@@ -8474,7 +8509,7 @@ function IllustrationLearningDevelopment(props) {
|
|
|
8474
8509
|
fill: "currentColor"
|
|
8475
8510
|
}
|
|
8476
8511
|
),
|
|
8477
|
-
/* @__PURE__ */
|
|
8512
|
+
/* @__PURE__ */ React60.createElement(
|
|
8478
8513
|
"circle",
|
|
8479
8514
|
{
|
|
8480
8515
|
cx: 70.71,
|
|
@@ -8488,17 +8523,17 @@ function IllustrationLearningDevelopment(props) {
|
|
|
8488
8523
|
}
|
|
8489
8524
|
var learning_and_development_default = IllustrationLearningDevelopment;
|
|
8490
8525
|
|
|
8491
|
-
// src/illustrations/business-plan.
|
|
8492
|
-
import * as
|
|
8526
|
+
// src/illustrations/business-plan.tsx
|
|
8527
|
+
import * as React61 from "react";
|
|
8493
8528
|
function IllustrationBusinessPlan(props) {
|
|
8494
|
-
return /* @__PURE__ */
|
|
8529
|
+
return /* @__PURE__ */ React61.createElement(
|
|
8495
8530
|
"svg",
|
|
8496
8531
|
__spreadValues({
|
|
8497
8532
|
viewBox: "0 0 101 100",
|
|
8498
8533
|
fill: "none",
|
|
8499
8534
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8500
8535
|
}, props),
|
|
8501
|
-
/* @__PURE__ */
|
|
8536
|
+
/* @__PURE__ */ React61.createElement(
|
|
8502
8537
|
"path",
|
|
8503
8538
|
{
|
|
8504
8539
|
fillRule: "evenodd",
|
|
@@ -8511,24 +8546,24 @@ function IllustrationBusinessPlan(props) {
|
|
|
8511
8546
|
}
|
|
8512
8547
|
var business_plan_default = IllustrationBusinessPlan;
|
|
8513
8548
|
|
|
8514
|
-
// src/illustrations/loom-plans.
|
|
8515
|
-
import * as
|
|
8549
|
+
// src/illustrations/loom-plans.tsx
|
|
8550
|
+
import * as React62 from "react";
|
|
8516
8551
|
function IllustrationLoomPlans(props) {
|
|
8517
|
-
return /* @__PURE__ */
|
|
8552
|
+
return /* @__PURE__ */ React62.createElement(
|
|
8518
8553
|
"svg",
|
|
8519
8554
|
__spreadValues({
|
|
8520
8555
|
viewBox: "0 0 100 100",
|
|
8521
8556
|
fill: "none",
|
|
8522
8557
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8523
8558
|
}, props),
|
|
8524
|
-
/* @__PURE__ */
|
|
8559
|
+
/* @__PURE__ */ React62.createElement(
|
|
8525
8560
|
"path",
|
|
8526
8561
|
{
|
|
8527
8562
|
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",
|
|
8528
8563
|
fill: "currentColor"
|
|
8529
8564
|
}
|
|
8530
8565
|
),
|
|
8531
|
-
/* @__PURE__ */
|
|
8566
|
+
/* @__PURE__ */ React62.createElement(
|
|
8532
8567
|
"path",
|
|
8533
8568
|
{
|
|
8534
8569
|
d: "M49.993 12.288L62.28 0v9.064H100L87.713 21.353h-37.72v-9.065z",
|
|
@@ -8539,17 +8574,17 @@ function IllustrationLoomPlans(props) {
|
|
|
8539
8574
|
}
|
|
8540
8575
|
var loom_plans_default = IllustrationLoomPlans;
|
|
8541
8576
|
|
|
8542
|
-
// src/illustrations/collaborate-with-teammates.
|
|
8543
|
-
import * as
|
|
8577
|
+
// src/illustrations/collaborate-with-teammates.tsx
|
|
8578
|
+
import * as React63 from "react";
|
|
8544
8579
|
function IllustrationCollaboratewithTeammatesSharedLibrary(props) {
|
|
8545
|
-
return /* @__PURE__ */
|
|
8580
|
+
return /* @__PURE__ */ React63.createElement(
|
|
8546
8581
|
"svg",
|
|
8547
8582
|
__spreadValues({
|
|
8548
8583
|
viewBox: "0 0 100 100",
|
|
8549
8584
|
fill: "none",
|
|
8550
8585
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8551
8586
|
}, props),
|
|
8552
|
-
/* @__PURE__ */
|
|
8587
|
+
/* @__PURE__ */ React63.createElement(
|
|
8553
8588
|
"path",
|
|
8554
8589
|
{
|
|
8555
8590
|
fillRule: "evenodd",
|
|
@@ -8562,17 +8597,17 @@ function IllustrationCollaboratewithTeammatesSharedLibrary(props) {
|
|
|
8562
8597
|
}
|
|
8563
8598
|
var collaborate_with_teammates_default = IllustrationCollaboratewithTeammatesSharedLibrary;
|
|
8564
8599
|
|
|
8565
|
-
// src/illustrations/option-grants.
|
|
8566
|
-
import * as
|
|
8600
|
+
// src/illustrations/option-grants.tsx
|
|
8601
|
+
import * as React64 from "react";
|
|
8567
8602
|
function IllustrationOptionGrants(props) {
|
|
8568
|
-
return /* @__PURE__ */
|
|
8603
|
+
return /* @__PURE__ */ React64.createElement(
|
|
8569
8604
|
"svg",
|
|
8570
8605
|
__spreadValues({
|
|
8571
8606
|
viewBox: "0 0 101 101",
|
|
8572
8607
|
fill: "none",
|
|
8573
8608
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8574
8609
|
}, props),
|
|
8575
|
-
/* @__PURE__ */
|
|
8610
|
+
/* @__PURE__ */ React64.createElement(
|
|
8576
8611
|
"path",
|
|
8577
8612
|
{
|
|
8578
8613
|
fill: "currentColor",
|
|
@@ -8583,17 +8618,17 @@ function IllustrationOptionGrants(props) {
|
|
|
8583
8618
|
}
|
|
8584
8619
|
var option_grants_default = IllustrationOptionGrants;
|
|
8585
8620
|
|
|
8586
|
-
// src/illustrations/community.
|
|
8587
|
-
import * as
|
|
8621
|
+
// src/illustrations/community.tsx
|
|
8622
|
+
import * as React65 from "react";
|
|
8588
8623
|
function IllustrationCommunity(props) {
|
|
8589
|
-
return /* @__PURE__ */
|
|
8624
|
+
return /* @__PURE__ */ React65.createElement(
|
|
8590
8625
|
"svg",
|
|
8591
8626
|
__spreadValues({
|
|
8592
8627
|
viewBox: "0 0 101 100",
|
|
8593
8628
|
fill: "none",
|
|
8594
8629
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8595
8630
|
}, props),
|
|
8596
|
-
/* @__PURE__ */
|
|
8631
|
+
/* @__PURE__ */ React65.createElement(
|
|
8597
8632
|
"path",
|
|
8598
8633
|
{
|
|
8599
8634
|
fillRule: "evenodd",
|
|
@@ -8606,17 +8641,17 @@ function IllustrationCommunity(props) {
|
|
|
8606
8641
|
}
|
|
8607
8642
|
var community_default = IllustrationCommunity;
|
|
8608
8643
|
|
|
8609
|
-
// src/illustrations/community-alt.
|
|
8610
|
-
import * as
|
|
8644
|
+
// src/illustrations/community-alt.tsx
|
|
8645
|
+
import * as React66 from "react";
|
|
8611
8646
|
function IllustrationCommunityAlt(props) {
|
|
8612
|
-
return /* @__PURE__ */
|
|
8647
|
+
return /* @__PURE__ */ React66.createElement(
|
|
8613
8648
|
"svg",
|
|
8614
8649
|
__spreadValues({
|
|
8615
8650
|
viewBox: "0 0 96 96",
|
|
8616
8651
|
fill: "none",
|
|
8617
8652
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8618
8653
|
}, props),
|
|
8619
|
-
/* @__PURE__ */
|
|
8654
|
+
/* @__PURE__ */ React66.createElement(
|
|
8620
8655
|
"path",
|
|
8621
8656
|
{
|
|
8622
8657
|
fillRule: "evenodd",
|
|
@@ -8629,17 +8664,17 @@ function IllustrationCommunityAlt(props) {
|
|
|
8629
8664
|
}
|
|
8630
8665
|
var community_alt_default = IllustrationCommunityAlt;
|
|
8631
8666
|
|
|
8632
|
-
// src/illustrations/parental-leave.
|
|
8633
|
-
import * as
|
|
8667
|
+
// src/illustrations/parental-leave.tsx
|
|
8668
|
+
import * as React67 from "react";
|
|
8634
8669
|
function IllustrationParentalLeave(props) {
|
|
8635
|
-
return /* @__PURE__ */
|
|
8670
|
+
return /* @__PURE__ */ React67.createElement(
|
|
8636
8671
|
"svg",
|
|
8637
8672
|
__spreadValues({
|
|
8638
8673
|
viewBox: "0 0 100 101",
|
|
8639
8674
|
fill: "none",
|
|
8640
8675
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8641
8676
|
}, props),
|
|
8642
|
-
/* @__PURE__ */
|
|
8677
|
+
/* @__PURE__ */ React67.createElement(
|
|
8643
8678
|
"path",
|
|
8644
8679
|
{
|
|
8645
8680
|
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",
|
|
@@ -8650,17 +8685,17 @@ function IllustrationParentalLeave(props) {
|
|
|
8650
8685
|
}
|
|
8651
8686
|
var parental_leave_default = IllustrationParentalLeave;
|
|
8652
8687
|
|
|
8653
|
-
// src/illustrations/content-limit.
|
|
8654
|
-
import * as
|
|
8688
|
+
// src/illustrations/content-limit.tsx
|
|
8689
|
+
import * as React68 from "react";
|
|
8655
8690
|
function IllustrationContentLimit(props) {
|
|
8656
|
-
return /* @__PURE__ */
|
|
8691
|
+
return /* @__PURE__ */ React68.createElement(
|
|
8657
8692
|
"svg",
|
|
8658
8693
|
__spreadValues({
|
|
8659
8694
|
viewBox: "0 0 100 100",
|
|
8660
8695
|
fill: "none",
|
|
8661
8696
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8662
8697
|
}, props),
|
|
8663
|
-
/* @__PURE__ */
|
|
8698
|
+
/* @__PURE__ */ React68.createElement(
|
|
8664
8699
|
"path",
|
|
8665
8700
|
{
|
|
8666
8701
|
fillRule: "evenodd",
|
|
@@ -8673,17 +8708,17 @@ function IllustrationContentLimit(props) {
|
|
|
8673
8708
|
}
|
|
8674
8709
|
var content_limit_default = IllustrationContentLimit;
|
|
8675
8710
|
|
|
8676
|
-
// src/illustrations/pto.
|
|
8677
|
-
import * as
|
|
8711
|
+
// src/illustrations/pto.tsx
|
|
8712
|
+
import * as React69 from "react";
|
|
8678
8713
|
function IllustrationPto(props) {
|
|
8679
|
-
return /* @__PURE__ */
|
|
8714
|
+
return /* @__PURE__ */ React69.createElement(
|
|
8680
8715
|
"svg",
|
|
8681
8716
|
__spreadValues({
|
|
8682
8717
|
viewBox: "0 0 110 111",
|
|
8683
8718
|
fill: "none",
|
|
8684
8719
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8685
8720
|
}, props),
|
|
8686
|
-
/* @__PURE__ */
|
|
8721
|
+
/* @__PURE__ */ React69.createElement(
|
|
8687
8722
|
"path",
|
|
8688
8723
|
{
|
|
8689
8724
|
fillRule: "evenodd",
|
|
@@ -8696,17 +8731,17 @@ function IllustrationPto(props) {
|
|
|
8696
8731
|
}
|
|
8697
8732
|
var pto_default = IllustrationPto;
|
|
8698
8733
|
|
|
8699
|
-
// src/illustrations/custom-branding.
|
|
8700
|
-
import * as
|
|
8734
|
+
// src/illustrations/custom-branding.tsx
|
|
8735
|
+
import * as React70 from "react";
|
|
8701
8736
|
function IllustrationCustomBranding(props) {
|
|
8702
|
-
return /* @__PURE__ */
|
|
8737
|
+
return /* @__PURE__ */ React70.createElement(
|
|
8703
8738
|
"svg",
|
|
8704
8739
|
__spreadValues({
|
|
8705
8740
|
viewBox: "0 0 134 134",
|
|
8706
8741
|
fill: "none",
|
|
8707
8742
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8708
8743
|
}, props),
|
|
8709
|
-
/* @__PURE__ */
|
|
8744
|
+
/* @__PURE__ */ React70.createElement(
|
|
8710
8745
|
"path",
|
|
8711
8746
|
{
|
|
8712
8747
|
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",
|
|
@@ -8717,54 +8752,54 @@ function IllustrationCustomBranding(props) {
|
|
|
8717
8752
|
}
|
|
8718
8753
|
var custom_branding_default = IllustrationCustomBranding;
|
|
8719
8754
|
|
|
8720
|
-
// src/illustrations/record.
|
|
8721
|
-
import * as
|
|
8755
|
+
// src/illustrations/record.tsx
|
|
8756
|
+
import * as React71 from "react";
|
|
8722
8757
|
function IllustrationRecord(props) {
|
|
8723
|
-
return /* @__PURE__ */
|
|
8758
|
+
return /* @__PURE__ */ React71.createElement(
|
|
8724
8759
|
"svg",
|
|
8725
8760
|
__spreadValues({
|
|
8726
8761
|
viewBox: "0 0 100 100",
|
|
8727
8762
|
fill: "none",
|
|
8728
8763
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8729
8764
|
}, props),
|
|
8730
|
-
/* @__PURE__ */
|
|
8731
|
-
/* @__PURE__ */
|
|
8765
|
+
/* @__PURE__ */ React71.createElement("g", { clipPath: "url(#Record_svg__clip0)", fill: "currentColor" }, /* @__PURE__ */ React71.createElement("path", { d: "M79.819 62.343c6.818-16.462-.999-35.334-17.46-42.153-16.463-6.82-35.336.998-42.155 17.46-6.819 16.462.998 35.335 17.46 42.154 16.463 6.819 35.335-.999 42.154-17.46zM53.659 0h-7.303v8.763h7.303V0zM40.498.773l-6.87 1.84 2.268 8.465 6.87-1.84L40.498.772zM28.003 4.978l-5.996 3.46 4.38 7.59 5.996-3.46-4.38-7.59zM17.048 12.274l-4.761 4.76 6.196 6.197 4.761-4.76-6.196-6.197zM8.34 22.174L5.07 27.84l7.588 4.381 3.271-5.666-7.588-4.381zM2.522 33.984L.878 40.121l8.464 2.268 1.644-6.137-8.464-2.268zM8.763 46.926H0v6.163h8.763v-6.163zM9.362 57.697L.898 59.965l1.595 5.953 8.464-2.268-1.595-5.953zM12.806 68.033l-7.589 4.382 2.987 5.173 7.589-4.382-2.987-5.173zM18.811 77.097l-6.196 6.197 4.09 4.09 6.196-6.197-4.09-4.09zM26.969 84.311L22.587 91.9l4.844 2.797 4.382-7.59-4.844-2.796zM36.721 89.14l-2.27 8.464 5.22 1.4 2.27-8.464-5.22-1.4zM52.607 91.237h-5.214V100h5.214v-8.763zM63.083 89.192l-4.839 1.296 2.268 8.464 4.839-1.296-2.268-8.464zM72.698 84.501l-4.173 2.41 4.381 7.59 4.174-2.41-4.382-7.59zM80.772 77.506L77.5 80.78l6.196 6.196 3.274-3.274-6.197-6.196zM86.813 68.694l-2.22 3.845 7.59 4.382 2.22-3.845-7.59-4.382zM90.385 58.633l-1.1 4.105 8.464 2.268 1.1-4.105-8.464-2.268zM100 47.962h-8.763v4.06H100v-4.06zM97.796 35.184l-8.464 2.267 1.002 3.739 8.464-2.268-1.002-3.738zM92.37 23.41l-7.589 4.381 1.84 3.188 7.59-4.382-1.84-3.187zM84.1 13.424l-6.197 6.195 2.467 2.469 6.198-6.195-2.467-2.469zM73.564 5.885l-4.383 7.588 2.858 1.65 4.383-7.587-2.858-1.651zM61.446 1.297l-2.27 8.465 3.005.805 2.27-8.464-3.005-.806z" })),
|
|
8766
|
+
/* @__PURE__ */ React71.createElement("defs", null, /* @__PURE__ */ React71.createElement("clipPath", { id: "Record_svg__clip0" }, /* @__PURE__ */ React71.createElement("path", { fill: "#fff", d: "M0 0h100v100H0z" })))
|
|
8732
8767
|
);
|
|
8733
8768
|
}
|
|
8734
8769
|
var record_default = IllustrationRecord;
|
|
8735
8770
|
|
|
8736
|
-
// src/illustrations/desktop-app-and-chrome-extension.
|
|
8737
|
-
import * as
|
|
8771
|
+
// src/illustrations/desktop-app-and-chrome-extension.tsx
|
|
8772
|
+
import * as React72 from "react";
|
|
8738
8773
|
function IllustrationDesktopAppandChromeExtension(props) {
|
|
8739
|
-
return /* @__PURE__ */
|
|
8774
|
+
return /* @__PURE__ */ React72.createElement(
|
|
8740
8775
|
"svg",
|
|
8741
8776
|
__spreadValues({
|
|
8742
8777
|
viewBox: "0 0 134 134",
|
|
8743
8778
|
fill: "none",
|
|
8744
8779
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8745
8780
|
}, props),
|
|
8746
|
-
/* @__PURE__ */
|
|
8781
|
+
/* @__PURE__ */ React72.createElement(
|
|
8747
8782
|
"path",
|
|
8748
8783
|
{
|
|
8749
8784
|
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",
|
|
8750
8785
|
fill: "currentColor"
|
|
8751
8786
|
}
|
|
8752
8787
|
),
|
|
8753
|
-
/* @__PURE__ */
|
|
8788
|
+
/* @__PURE__ */ React72.createElement(
|
|
8754
8789
|
"path",
|
|
8755
8790
|
{
|
|
8756
8791
|
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",
|
|
8757
8792
|
fill: "currentColor"
|
|
8758
8793
|
}
|
|
8759
8794
|
),
|
|
8760
|
-
/* @__PURE__ */
|
|
8795
|
+
/* @__PURE__ */ React72.createElement(
|
|
8761
8796
|
"path",
|
|
8762
8797
|
{
|
|
8763
8798
|
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",
|
|
8764
8799
|
fill: "currentColor"
|
|
8765
8800
|
}
|
|
8766
8801
|
),
|
|
8767
|
-
/* @__PURE__ */
|
|
8802
|
+
/* @__PURE__ */ React72.createElement(
|
|
8768
8803
|
"path",
|
|
8769
8804
|
{
|
|
8770
8805
|
d: "M68.52 50.317v-.449l-.077.444c.024 0 .053.005.077.005z",
|
|
@@ -8775,17 +8810,17 @@ function IllustrationDesktopAppandChromeExtension(props) {
|
|
|
8775
8810
|
}
|
|
8776
8811
|
var desktop_app_and_chrome_extension_default = IllustrationDesktopAppandChromeExtension;
|
|
8777
8812
|
|
|
8778
|
-
// src/illustrations/remote-first.
|
|
8779
|
-
import * as
|
|
8813
|
+
// src/illustrations/remote-first.tsx
|
|
8814
|
+
import * as React73 from "react";
|
|
8780
8815
|
function IllustrationRemoteFirst(props) {
|
|
8781
|
-
return /* @__PURE__ */
|
|
8816
|
+
return /* @__PURE__ */ React73.createElement(
|
|
8782
8817
|
"svg",
|
|
8783
8818
|
__spreadValues({
|
|
8784
8819
|
viewBox: "0 0 110 110",
|
|
8785
8820
|
fill: "none",
|
|
8786
8821
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8787
8822
|
}, props),
|
|
8788
|
-
/* @__PURE__ */
|
|
8823
|
+
/* @__PURE__ */ React73.createElement(
|
|
8789
8824
|
"path",
|
|
8790
8825
|
{
|
|
8791
8826
|
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",
|
|
@@ -8794,7 +8829,7 @@ function IllustrationRemoteFirst(props) {
|
|
|
8794
8829
|
strokeMiterlimit: 10
|
|
8795
8830
|
}
|
|
8796
8831
|
),
|
|
8797
|
-
/* @__PURE__ */
|
|
8832
|
+
/* @__PURE__ */ React73.createElement(
|
|
8798
8833
|
"path",
|
|
8799
8834
|
{
|
|
8800
8835
|
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",
|
|
@@ -8803,7 +8838,7 @@ function IllustrationRemoteFirst(props) {
|
|
|
8803
8838
|
strokeMiterlimit: 10
|
|
8804
8839
|
}
|
|
8805
8840
|
),
|
|
8806
|
-
/* @__PURE__ */
|
|
8841
|
+
/* @__PURE__ */ React73.createElement(
|
|
8807
8842
|
"path",
|
|
8808
8843
|
{
|
|
8809
8844
|
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",
|
|
@@ -8816,24 +8851,24 @@ function IllustrationRemoteFirst(props) {
|
|
|
8816
8851
|
}
|
|
8817
8852
|
var remote_first_default = IllustrationRemoteFirst;
|
|
8818
8853
|
|
|
8819
|
-
// src/illustrations/device-compatibility.
|
|
8820
|
-
import * as
|
|
8854
|
+
// src/illustrations/device-compatibility.tsx
|
|
8855
|
+
import * as React74 from "react";
|
|
8821
8856
|
function IllustrationDeviceCompatibility(props) {
|
|
8822
|
-
return /* @__PURE__ */
|
|
8857
|
+
return /* @__PURE__ */ React74.createElement(
|
|
8823
8858
|
"svg",
|
|
8824
8859
|
__spreadValues({
|
|
8825
8860
|
viewBox: "0 0 110 110",
|
|
8826
8861
|
fill: "none",
|
|
8827
8862
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8828
8863
|
}, props),
|
|
8829
|
-
/* @__PURE__ */
|
|
8864
|
+
/* @__PURE__ */ React74.createElement(
|
|
8830
8865
|
"path",
|
|
8831
8866
|
{
|
|
8832
8867
|
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",
|
|
8833
8868
|
fill: "currentColor"
|
|
8834
8869
|
}
|
|
8835
8870
|
),
|
|
8836
|
-
/* @__PURE__ */
|
|
8871
|
+
/* @__PURE__ */ React74.createElement(
|
|
8837
8872
|
"path",
|
|
8838
8873
|
{
|
|
8839
8874
|
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",
|
|
@@ -8844,18 +8879,18 @@ function IllustrationDeviceCompatibility(props) {
|
|
|
8844
8879
|
}
|
|
8845
8880
|
var device_compatibility_default = IllustrationDeviceCompatibility;
|
|
8846
8881
|
|
|
8847
|
-
// src/illustrations/roadmap.
|
|
8848
|
-
import * as
|
|
8882
|
+
// src/illustrations/roadmap.tsx
|
|
8883
|
+
import * as React75 from "react";
|
|
8849
8884
|
function IllustrationRoadmap(props) {
|
|
8850
|
-
return /* @__PURE__ */
|
|
8885
|
+
return /* @__PURE__ */ React75.createElement(
|
|
8851
8886
|
"svg",
|
|
8852
8887
|
__spreadValues({
|
|
8853
8888
|
viewBox: "0 0 100 100",
|
|
8854
8889
|
fill: "none",
|
|
8855
8890
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8856
8891
|
}, props),
|
|
8857
|
-
/* @__PURE__ */
|
|
8858
|
-
/* @__PURE__ */
|
|
8892
|
+
/* @__PURE__ */ React75.createElement("path", { d: "M100 100H0V0h100v100zM10 90h80V10H10v80z", fill: "currentColor" }),
|
|
8893
|
+
/* @__PURE__ */ React75.createElement(
|
|
8859
8894
|
"path",
|
|
8860
8895
|
{
|
|
8861
8896
|
d: "M50.008 39.806L80 54v-9.806L50.008 30 20 44.194V54l30.008-14.194zM80 20H20v10h60V20z",
|
|
@@ -8866,17 +8901,17 @@ function IllustrationRoadmap(props) {
|
|
|
8866
8901
|
}
|
|
8867
8902
|
var roadmap_default = IllustrationRoadmap;
|
|
8868
8903
|
|
|
8869
|
-
// src/illustrations/downgrade.
|
|
8870
|
-
import * as
|
|
8904
|
+
// src/illustrations/downgrade.tsx
|
|
8905
|
+
import * as React76 from "react";
|
|
8871
8906
|
function IllustrationDowngrade(props) {
|
|
8872
|
-
return /* @__PURE__ */
|
|
8907
|
+
return /* @__PURE__ */ React76.createElement(
|
|
8873
8908
|
"svg",
|
|
8874
8909
|
__spreadValues({
|
|
8875
8910
|
viewBox: "0 0 100 100",
|
|
8876
8911
|
fill: "none",
|
|
8877
8912
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8878
8913
|
}, props),
|
|
8879
|
-
/* @__PURE__ */
|
|
8914
|
+
/* @__PURE__ */ React76.createElement(
|
|
8880
8915
|
"path",
|
|
8881
8916
|
{
|
|
8882
8917
|
fillRule: "evenodd",
|
|
@@ -8889,17 +8924,17 @@ function IllustrationDowngrade(props) {
|
|
|
8889
8924
|
}
|
|
8890
8925
|
var downgrade_default = IllustrationDowngrade;
|
|
8891
8926
|
|
|
8892
|
-
// src/illustrations/screenshot.
|
|
8893
|
-
import * as
|
|
8927
|
+
// src/illustrations/screenshot.tsx
|
|
8928
|
+
import * as React77 from "react";
|
|
8894
8929
|
function IllustrationScreenshot(props) {
|
|
8895
|
-
return /* @__PURE__ */
|
|
8930
|
+
return /* @__PURE__ */ React77.createElement(
|
|
8896
8931
|
"svg",
|
|
8897
8932
|
__spreadValues({
|
|
8898
8933
|
viewBox: "0 0 100 100",
|
|
8899
8934
|
fill: "none",
|
|
8900
8935
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8901
8936
|
}, props),
|
|
8902
|
-
/* @__PURE__ */
|
|
8937
|
+
/* @__PURE__ */ React77.createElement(
|
|
8903
8938
|
"path",
|
|
8904
8939
|
{
|
|
8905
8940
|
fillRule: "evenodd",
|
|
@@ -8912,17 +8947,17 @@ function IllustrationScreenshot(props) {
|
|
|
8912
8947
|
}
|
|
8913
8948
|
var screenshot_default = IllustrationScreenshot;
|
|
8914
8949
|
|
|
8915
|
-
// src/illustrations/embrace-the-weird.
|
|
8916
|
-
import * as
|
|
8950
|
+
// src/illustrations/embrace-the-weird.tsx
|
|
8951
|
+
import * as React78 from "react";
|
|
8917
8952
|
function IllustrationEmbracetheWeird(props) {
|
|
8918
|
-
return /* @__PURE__ */
|
|
8953
|
+
return /* @__PURE__ */ React78.createElement(
|
|
8919
8954
|
"svg",
|
|
8920
8955
|
__spreadValues({
|
|
8921
8956
|
viewBox: "0 0 110 110",
|
|
8922
8957
|
fill: "none",
|
|
8923
8958
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8924
8959
|
}, props),
|
|
8925
|
-
/* @__PURE__ */
|
|
8960
|
+
/* @__PURE__ */ React78.createElement(
|
|
8926
8961
|
"path",
|
|
8927
8962
|
{
|
|
8928
8963
|
fillRule: "evenodd",
|
|
@@ -8935,41 +8970,41 @@ function IllustrationEmbracetheWeird(props) {
|
|
|
8935
8970
|
}
|
|
8936
8971
|
var embrace_the_weird_default = IllustrationEmbracetheWeird;
|
|
8937
8972
|
|
|
8938
|
-
// src/illustrations/share-with-your-team.
|
|
8939
|
-
import * as
|
|
8973
|
+
// src/illustrations/share-with-your-team.tsx
|
|
8974
|
+
import * as React79 from "react";
|
|
8940
8975
|
function IllustrationSharewithYourTeamTeamLibrary(props) {
|
|
8941
|
-
return /* @__PURE__ */
|
|
8976
|
+
return /* @__PURE__ */ React79.createElement(
|
|
8942
8977
|
"svg",
|
|
8943
8978
|
__spreadValues({
|
|
8944
8979
|
viewBox: "0 0 100 100",
|
|
8945
8980
|
fill: "none",
|
|
8946
8981
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8947
8982
|
}, props),
|
|
8948
|
-
/* @__PURE__ */
|
|
8983
|
+
/* @__PURE__ */ React79.createElement(
|
|
8949
8984
|
"g",
|
|
8950
8985
|
{
|
|
8951
8986
|
clipPath: "url(#Share_with_Your_Team_(Team_Library)_svg__clip0)",
|
|
8952
8987
|
fill: "currentColor"
|
|
8953
8988
|
},
|
|
8954
|
-
/* @__PURE__ */
|
|
8955
|
-
/* @__PURE__ */
|
|
8989
|
+
/* @__PURE__ */ React79.createElement("path", { d: "M33.33 24.946V8.384L24.946 0v24.946H0l8.384 8.384H33.33v-8.384zM58.286 33.33h8.385V8.384L58.286 0v24.946H33.331l8.394 8.384h16.561z" }),
|
|
8990
|
+
/* @__PURE__ */ React79.createElement("path", { d: "M100 8.384L91.614 0v24.946H66.67l8.385 8.384H100V8.384zM33.33 58.286V41.724l-8.384-8.394v24.956H0l8.384 8.384H33.33v-8.384zM33.33 58.286l8.395 8.384H66.67V41.724l-8.385-8.394v24.956H33.331zM66.67 58.286l8.384 8.384H100V41.724l-8.385-8.394v24.956H66.67zM24.946 66.67v24.946H0L8.384 100H33.33V75.054l-8.384-8.384zM58.286 66.67v24.946H33.331L41.725 100H66.67V75.054l-8.385-8.384zM66.67 91.616L75.053 100h24.945V75.054l-8.384-8.384v24.946H66.67z" })
|
|
8956
8991
|
),
|
|
8957
|
-
/* @__PURE__ */
|
|
8992
|
+
/* @__PURE__ */ React79.createElement("defs", null, /* @__PURE__ */ React79.createElement("clipPath", { id: "Share_with_Your_Team_(Team_Library)_svg__clip0" }, /* @__PURE__ */ React79.createElement("path", { fill: "#fff", d: "M0 0h100v100H0z" })))
|
|
8958
8993
|
);
|
|
8959
8994
|
}
|
|
8960
8995
|
var share_with_your_team_default = IllustrationSharewithYourTeamTeamLibrary;
|
|
8961
8996
|
|
|
8962
|
-
// src/illustrations/enterprise-plan.
|
|
8963
|
-
import * as
|
|
8997
|
+
// src/illustrations/enterprise-plan.tsx
|
|
8998
|
+
import * as React80 from "react";
|
|
8964
8999
|
function IllustrationEnterprisePlan(props) {
|
|
8965
|
-
return /* @__PURE__ */
|
|
9000
|
+
return /* @__PURE__ */ React80.createElement(
|
|
8966
9001
|
"svg",
|
|
8967
9002
|
__spreadValues({
|
|
8968
9003
|
viewBox: "0 0 101 100",
|
|
8969
9004
|
fill: "none",
|
|
8970
9005
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8971
9006
|
}, props),
|
|
8972
|
-
/* @__PURE__ */
|
|
9007
|
+
/* @__PURE__ */ React80.createElement(
|
|
8973
9008
|
"path",
|
|
8974
9009
|
{
|
|
8975
9010
|
fill: "currentColor",
|
|
@@ -8980,31 +9015,31 @@ function IllustrationEnterprisePlan(props) {
|
|
|
8980
9015
|
}
|
|
8981
9016
|
var enterprise_plan_default = IllustrationEnterprisePlan;
|
|
8982
9017
|
|
|
8983
|
-
// src/illustrations/share.
|
|
8984
|
-
import * as
|
|
9018
|
+
// src/illustrations/share.tsx
|
|
9019
|
+
import * as React81 from "react";
|
|
8985
9020
|
function IllustrationShare(props) {
|
|
8986
|
-
return /* @__PURE__ */
|
|
9021
|
+
return /* @__PURE__ */ React81.createElement(
|
|
8987
9022
|
"svg",
|
|
8988
9023
|
__spreadValues({
|
|
8989
9024
|
viewBox: "0 0 100 101",
|
|
8990
9025
|
fill: "none",
|
|
8991
9026
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8992
9027
|
}, props),
|
|
8993
|
-
/* @__PURE__ */
|
|
9028
|
+
/* @__PURE__ */ React81.createElement(
|
|
8994
9029
|
"path",
|
|
8995
9030
|
{
|
|
8996
9031
|
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",
|
|
8997
9032
|
fill: "currentColor"
|
|
8998
9033
|
}
|
|
8999
9034
|
),
|
|
9000
|
-
/* @__PURE__ */
|
|
9035
|
+
/* @__PURE__ */ React81.createElement(
|
|
9001
9036
|
"path",
|
|
9002
9037
|
{
|
|
9003
9038
|
d: "M50 65.732h15.73v-15.73c0 8.69-7.04 15.73-15.73 15.73z",
|
|
9004
9039
|
fill: "currentColor"
|
|
9005
9040
|
}
|
|
9006
9041
|
),
|
|
9007
|
-
/* @__PURE__ */
|
|
9042
|
+
/* @__PURE__ */ React81.createElement(
|
|
9008
9043
|
"path",
|
|
9009
9044
|
{
|
|
9010
9045
|
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",
|
|
@@ -9015,40 +9050,40 @@ function IllustrationShare(props) {
|
|
|
9015
9050
|
}
|
|
9016
9051
|
var share_default = IllustrationShare;
|
|
9017
9052
|
|
|
9018
|
-
// src/illustrations/faq-and-security.
|
|
9019
|
-
import * as
|
|
9053
|
+
// src/illustrations/faq-and-security.tsx
|
|
9054
|
+
import * as React82 from "react";
|
|
9020
9055
|
function IllustrationFaQandSecurity(props) {
|
|
9021
|
-
return /* @__PURE__ */
|
|
9056
|
+
return /* @__PURE__ */ React82.createElement(
|
|
9022
9057
|
"svg",
|
|
9023
9058
|
__spreadValues({
|
|
9024
9059
|
viewBox: "0 0 100 100",
|
|
9025
9060
|
fill: "none",
|
|
9026
9061
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9027
9062
|
}, props),
|
|
9028
|
-
/* @__PURE__ */
|
|
9063
|
+
/* @__PURE__ */ React82.createElement(
|
|
9029
9064
|
"path",
|
|
9030
9065
|
{
|
|
9031
9066
|
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",
|
|
9032
9067
|
fill: "currentColor"
|
|
9033
9068
|
}
|
|
9034
9069
|
),
|
|
9035
|
-
/* @__PURE__ */
|
|
9036
|
-
/* @__PURE__ */
|
|
9070
|
+
/* @__PURE__ */ React82.createElement("path", { d: "M31 50V0H0v100h99.999V69H31V50z", fill: "currentColor" }),
|
|
9071
|
+
/* @__PURE__ */ React82.createElement("path", { d: "M100 66V0H34v31h35v35h31z", fill: "currentColor" })
|
|
9037
9072
|
);
|
|
9038
9073
|
}
|
|
9039
9074
|
var faq_and_security_default = IllustrationFaQandSecurity;
|
|
9040
9075
|
|
|
9041
|
-
// src/illustrations/starred.
|
|
9042
|
-
import * as
|
|
9076
|
+
// src/illustrations/starred.tsx
|
|
9077
|
+
import * as React83 from "react";
|
|
9043
9078
|
function IllustrationStarred(props) {
|
|
9044
|
-
return /* @__PURE__ */
|
|
9079
|
+
return /* @__PURE__ */ React83.createElement(
|
|
9045
9080
|
"svg",
|
|
9046
9081
|
__spreadValues({
|
|
9047
9082
|
viewBox: "0 0 101 101",
|
|
9048
9083
|
fill: "none",
|
|
9049
9084
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9050
9085
|
}, props),
|
|
9051
|
-
/* @__PURE__ */
|
|
9086
|
+
/* @__PURE__ */ React83.createElement(
|
|
9052
9087
|
"path",
|
|
9053
9088
|
{
|
|
9054
9089
|
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",
|
|
@@ -9059,17 +9094,17 @@ function IllustrationStarred(props) {
|
|
|
9059
9094
|
}
|
|
9060
9095
|
var starred_default = IllustrationStarred;
|
|
9061
9096
|
|
|
9062
|
-
// src/illustrations/five-minute-limit.
|
|
9063
|
-
import * as
|
|
9097
|
+
// src/illustrations/five-minute-limit.tsx
|
|
9098
|
+
import * as React84 from "react";
|
|
9064
9099
|
function Illustration5MinuteLimit(props) {
|
|
9065
|
-
return /* @__PURE__ */
|
|
9100
|
+
return /* @__PURE__ */ React84.createElement(
|
|
9066
9101
|
"svg",
|
|
9067
9102
|
__spreadValues({
|
|
9068
9103
|
viewBox: "0 0 110 110",
|
|
9069
9104
|
fill: "none",
|
|
9070
9105
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9071
9106
|
}, props),
|
|
9072
|
-
/* @__PURE__ */
|
|
9107
|
+
/* @__PURE__ */ React84.createElement(
|
|
9073
9108
|
"path",
|
|
9074
9109
|
{
|
|
9075
9110
|
fillRule: "evenodd",
|
|
@@ -9082,17 +9117,17 @@ function Illustration5MinuteLimit(props) {
|
|
|
9082
9117
|
}
|
|
9083
9118
|
var five_minute_limit_default = Illustration5MinuteLimit;
|
|
9084
9119
|
|
|
9085
|
-
// src/illustrations/starter-plus-plan.
|
|
9086
|
-
import * as
|
|
9120
|
+
// src/illustrations/starter-plus-plan.tsx
|
|
9121
|
+
import * as React85 from "react";
|
|
9087
9122
|
function IllustrationStarterPlusPlan(props) {
|
|
9088
|
-
return /* @__PURE__ */
|
|
9123
|
+
return /* @__PURE__ */ React85.createElement(
|
|
9089
9124
|
"svg",
|
|
9090
9125
|
__spreadValues({
|
|
9091
9126
|
viewBox: "0 0 100 100",
|
|
9092
9127
|
fill: "none",
|
|
9093
9128
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9094
9129
|
}, props),
|
|
9095
|
-
/* @__PURE__ */
|
|
9130
|
+
/* @__PURE__ */ React85.createElement(
|
|
9096
9131
|
"path",
|
|
9097
9132
|
{
|
|
9098
9133
|
fillRule: "evenodd",
|
|
@@ -9105,17 +9140,17 @@ function IllustrationStarterPlusPlan(props) {
|
|
|
9105
9140
|
}
|
|
9106
9141
|
var starter_plus_plan_default = IllustrationStarterPlusPlan;
|
|
9107
9142
|
|
|
9108
|
-
// src/illustrations/getting-started.
|
|
9109
|
-
import * as
|
|
9143
|
+
// src/illustrations/getting-started.tsx
|
|
9144
|
+
import * as React86 from "react";
|
|
9110
9145
|
function IllustrationGettingStarted(props) {
|
|
9111
|
-
return /* @__PURE__ */
|
|
9146
|
+
return /* @__PURE__ */ React86.createElement(
|
|
9112
9147
|
"svg",
|
|
9113
9148
|
__spreadValues({
|
|
9114
9149
|
viewBox: "0 0 106 106",
|
|
9115
9150
|
fill: "none",
|
|
9116
9151
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9117
9152
|
}, props),
|
|
9118
|
-
/* @__PURE__ */
|
|
9153
|
+
/* @__PURE__ */ React86.createElement(
|
|
9119
9154
|
"path",
|
|
9120
9155
|
{
|
|
9121
9156
|
d: "M53 101c26.51 0 48-21.49 48-48S79.51 5 53 5 5 26.49 5 53s21.49 48 48 48z",
|
|
@@ -9124,7 +9159,7 @@ function IllustrationGettingStarted(props) {
|
|
|
9124
9159
|
strokeMiterlimit: 10
|
|
9125
9160
|
}
|
|
9126
9161
|
),
|
|
9127
|
-
/* @__PURE__ */
|
|
9162
|
+
/* @__PURE__ */ React86.createElement(
|
|
9128
9163
|
"path",
|
|
9129
9164
|
{
|
|
9130
9165
|
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",
|
|
@@ -9133,7 +9168,7 @@ function IllustrationGettingStarted(props) {
|
|
|
9133
9168
|
strokeMiterlimit: 10
|
|
9134
9169
|
}
|
|
9135
9170
|
),
|
|
9136
|
-
/* @__PURE__ */
|
|
9171
|
+
/* @__PURE__ */ React86.createElement(
|
|
9137
9172
|
"path",
|
|
9138
9173
|
{
|
|
9139
9174
|
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",
|
|
@@ -9142,7 +9177,7 @@ function IllustrationGettingStarted(props) {
|
|
|
9142
9177
|
strokeMiterlimit: 10
|
|
9143
9178
|
}
|
|
9144
9179
|
),
|
|
9145
|
-
/* @__PURE__ */
|
|
9180
|
+
/* @__PURE__ */ React86.createElement(
|
|
9146
9181
|
"path",
|
|
9147
9182
|
{
|
|
9148
9183
|
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",
|
|
@@ -9155,24 +9190,24 @@ function IllustrationGettingStarted(props) {
|
|
|
9155
9190
|
}
|
|
9156
9191
|
var getting_started_default = IllustrationGettingStarted;
|
|
9157
9192
|
|
|
9158
|
-
// src/illustrations/strong-upload-speed.
|
|
9159
|
-
import * as
|
|
9193
|
+
// src/illustrations/strong-upload-speed.tsx
|
|
9194
|
+
import * as React87 from "react";
|
|
9160
9195
|
function IllustrationStrongUploadSpeed(props) {
|
|
9161
|
-
return /* @__PURE__ */
|
|
9196
|
+
return /* @__PURE__ */ React87.createElement(
|
|
9162
9197
|
"svg",
|
|
9163
9198
|
__spreadValues({
|
|
9164
9199
|
viewBox: "0 0 111 110",
|
|
9165
9200
|
fill: "none",
|
|
9166
9201
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9167
9202
|
}, props),
|
|
9168
|
-
/* @__PURE__ */
|
|
9203
|
+
/* @__PURE__ */ React87.createElement(
|
|
9169
9204
|
"path",
|
|
9170
9205
|
{
|
|
9171
9206
|
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",
|
|
9172
9207
|
fill: "currentColor"
|
|
9173
9208
|
}
|
|
9174
9209
|
),
|
|
9175
|
-
/* @__PURE__ */
|
|
9210
|
+
/* @__PURE__ */ React87.createElement(
|
|
9176
9211
|
"path",
|
|
9177
9212
|
{
|
|
9178
9213
|
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",
|
|
@@ -9183,17 +9218,17 @@ function IllustrationStrongUploadSpeed(props) {
|
|
|
9183
9218
|
}
|
|
9184
9219
|
var strong_upload_speed_default = IllustrationStrongUploadSpeed;
|
|
9185
9220
|
|
|
9186
|
-
// src/illustrations/growth-through-empathy.
|
|
9187
|
-
import * as
|
|
9221
|
+
// src/illustrations/growth-through-empathy.tsx
|
|
9222
|
+
import * as React88 from "react";
|
|
9188
9223
|
function IllustrationGrowththroughEmpathy(props) {
|
|
9189
|
-
return /* @__PURE__ */
|
|
9224
|
+
return /* @__PURE__ */ React88.createElement(
|
|
9190
9225
|
"svg",
|
|
9191
9226
|
__spreadValues({
|
|
9192
9227
|
viewBox: "0 0 104 100",
|
|
9193
9228
|
fill: "none",
|
|
9194
9229
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9195
9230
|
}, props),
|
|
9196
|
-
/* @__PURE__ */
|
|
9231
|
+
/* @__PURE__ */ React88.createElement(
|
|
9197
9232
|
"path",
|
|
9198
9233
|
{
|
|
9199
9234
|
d: "M98.75 100.001c0-25.889-20.986-46.876-46.874-46.876C25.987 53.125 5 74.112 5 100.001",
|
|
@@ -9202,7 +9237,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9202
9237
|
strokeMiterlimit: 10
|
|
9203
9238
|
}
|
|
9204
9239
|
),
|
|
9205
|
-
/* @__PURE__ */
|
|
9240
|
+
/* @__PURE__ */ React88.createElement(
|
|
9206
9241
|
"path",
|
|
9207
9242
|
{
|
|
9208
9243
|
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",
|
|
@@ -9211,7 +9246,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9211
9246
|
strokeMiterlimit: 10
|
|
9212
9247
|
}
|
|
9213
9248
|
),
|
|
9214
|
-
/* @__PURE__ */
|
|
9249
|
+
/* @__PURE__ */ React88.createElement(
|
|
9215
9250
|
"path",
|
|
9216
9251
|
{
|
|
9217
9252
|
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",
|
|
@@ -9220,7 +9255,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9220
9255
|
strokeMiterlimit: 10
|
|
9221
9256
|
}
|
|
9222
9257
|
),
|
|
9223
|
-
/* @__PURE__ */
|
|
9258
|
+
/* @__PURE__ */ React88.createElement(
|
|
9224
9259
|
"path",
|
|
9225
9260
|
{
|
|
9226
9261
|
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",
|
|
@@ -9229,7 +9264,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9229
9264
|
strokeMiterlimit: 10
|
|
9230
9265
|
}
|
|
9231
9266
|
),
|
|
9232
|
-
/* @__PURE__ */
|
|
9267
|
+
/* @__PURE__ */ React88.createElement(
|
|
9233
9268
|
"path",
|
|
9234
9269
|
{
|
|
9235
9270
|
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",
|
|
@@ -9238,7 +9273,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9238
9273
|
strokeMiterlimit: 10
|
|
9239
9274
|
}
|
|
9240
9275
|
),
|
|
9241
|
-
/* @__PURE__ */
|
|
9276
|
+
/* @__PURE__ */ React88.createElement(
|
|
9242
9277
|
"path",
|
|
9243
9278
|
{
|
|
9244
9279
|
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",
|
|
@@ -9247,7 +9282,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9247
9282
|
strokeMiterlimit: 10
|
|
9248
9283
|
}
|
|
9249
9284
|
),
|
|
9250
|
-
/* @__PURE__ */
|
|
9285
|
+
/* @__PURE__ */ React88.createElement(
|
|
9251
9286
|
"path",
|
|
9252
9287
|
{
|
|
9253
9288
|
d: "M64.015 0c0 6.693-5.432 12.124-12.124 12.124S39.767 6.693 39.767.002",
|
|
@@ -9260,17 +9295,17 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9260
9295
|
}
|
|
9261
9296
|
var growth_through_empathy_default = IllustrationGrowththroughEmpathy;
|
|
9262
9297
|
|
|
9263
|
-
// src/illustrations/troubleshooting.
|
|
9264
|
-
import * as
|
|
9298
|
+
// src/illustrations/troubleshooting.tsx
|
|
9299
|
+
import * as React89 from "react";
|
|
9265
9300
|
function IllustrationTroubleshooting(props) {
|
|
9266
|
-
return /* @__PURE__ */
|
|
9301
|
+
return /* @__PURE__ */ React89.createElement(
|
|
9267
9302
|
"svg",
|
|
9268
9303
|
__spreadValues({
|
|
9269
9304
|
viewBox: "0 0 110 110",
|
|
9270
9305
|
fill: "none",
|
|
9271
9306
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9272
9307
|
}, props),
|
|
9273
|
-
/* @__PURE__ */
|
|
9308
|
+
/* @__PURE__ */ React89.createElement(
|
|
9274
9309
|
"path",
|
|
9275
9310
|
{
|
|
9276
9311
|
d: "M5 55h99.984c0 27.61-22.375 50-50 50S5 82.61 5 55z",
|
|
@@ -9280,7 +9315,7 @@ function IllustrationTroubleshooting(props) {
|
|
|
9280
9315
|
strokeMiterlimit: 10
|
|
9281
9316
|
}
|
|
9282
9317
|
),
|
|
9283
|
-
/* @__PURE__ */
|
|
9318
|
+
/* @__PURE__ */ React89.createElement(
|
|
9284
9319
|
"path",
|
|
9285
9320
|
{
|
|
9286
9321
|
d: "M55 105c27.614 0 50-22.386 50-50S82.614 5 55 5 5 27.386 5 55s22.386 50 50 50z",
|
|
@@ -9289,7 +9324,7 @@ function IllustrationTroubleshooting(props) {
|
|
|
9289
9324
|
strokeMiterlimit: 10
|
|
9290
9325
|
}
|
|
9291
9326
|
),
|
|
9292
|
-
/* @__PURE__ */
|
|
9327
|
+
/* @__PURE__ */ React89.createElement(
|
|
9293
9328
|
"path",
|
|
9294
9329
|
{
|
|
9295
9330
|
d: "M23.534 55C23.534 37.62 37.62 23.534 55 23.534c17.382 0 31.466 14.085 31.466 31.466",
|
|
@@ -9298,7 +9333,7 @@ function IllustrationTroubleshooting(props) {
|
|
|
9298
9333
|
strokeMiterlimit: 10
|
|
9299
9334
|
}
|
|
9300
9335
|
),
|
|
9301
|
-
/* @__PURE__ */
|
|
9336
|
+
/* @__PURE__ */ React89.createElement(
|
|
9302
9337
|
"path",
|
|
9303
9338
|
{
|
|
9304
9339
|
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",
|
|
@@ -9311,17 +9346,17 @@ function IllustrationTroubleshooting(props) {
|
|
|
9311
9346
|
}
|
|
9312
9347
|
var troubleshooting_default = IllustrationTroubleshooting;
|
|
9313
9348
|
|
|
9314
|
-
// src/illustrations/health-plans.
|
|
9315
|
-
import * as
|
|
9349
|
+
// src/illustrations/health-plans.tsx
|
|
9350
|
+
import * as React90 from "react";
|
|
9316
9351
|
function IllustrationHealthPlans(props) {
|
|
9317
|
-
return /* @__PURE__ */
|
|
9352
|
+
return /* @__PURE__ */ React90.createElement(
|
|
9318
9353
|
"svg",
|
|
9319
9354
|
__spreadValues({
|
|
9320
9355
|
viewBox: "0 0 100 101",
|
|
9321
9356
|
fill: "none",
|
|
9322
9357
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9323
9358
|
}, props),
|
|
9324
|
-
/* @__PURE__ */
|
|
9359
|
+
/* @__PURE__ */ React90.createElement(
|
|
9325
9360
|
"path",
|
|
9326
9361
|
{
|
|
9327
9362
|
fillRule: "evenodd",
|
|
@@ -9334,17 +9369,17 @@ function IllustrationHealthPlans(props) {
|
|
|
9334
9369
|
}
|
|
9335
9370
|
var health_plans_default = IllustrationHealthPlans;
|
|
9336
9371
|
|
|
9337
|
-
// src/illustrations/upgrade.
|
|
9338
|
-
import * as
|
|
9372
|
+
// src/illustrations/upgrade.tsx
|
|
9373
|
+
import * as React91 from "react";
|
|
9339
9374
|
function IllustrationUpgrade(props) {
|
|
9340
|
-
return /* @__PURE__ */
|
|
9375
|
+
return /* @__PURE__ */ React91.createElement(
|
|
9341
9376
|
"svg",
|
|
9342
9377
|
__spreadValues({
|
|
9343
9378
|
viewBox: "0 0 100 100",
|
|
9344
9379
|
fill: "none",
|
|
9345
9380
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9346
9381
|
}, props),
|
|
9347
|
-
/* @__PURE__ */
|
|
9382
|
+
/* @__PURE__ */ React91.createElement(
|
|
9348
9383
|
"path",
|
|
9349
9384
|
{
|
|
9350
9385
|
fillRule: "evenodd",
|
|
@@ -9357,17 +9392,17 @@ function IllustrationUpgrade(props) {
|
|
|
9357
9392
|
}
|
|
9358
9393
|
var upgrade_default = IllustrationUpgrade;
|
|
9359
9394
|
|
|
9360
|
-
// src/illustrations/how-to-use-loom.
|
|
9361
|
-
import * as
|
|
9395
|
+
// src/illustrations/how-to-use-loom.tsx
|
|
9396
|
+
import * as React92 from "react";
|
|
9362
9397
|
function IllustrationHowtoUseLoom(props) {
|
|
9363
|
-
return /* @__PURE__ */
|
|
9398
|
+
return /* @__PURE__ */ React92.createElement(
|
|
9364
9399
|
"svg",
|
|
9365
9400
|
__spreadValues({
|
|
9366
9401
|
viewBox: "0 0 110 110",
|
|
9367
9402
|
fill: "none",
|
|
9368
9403
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9369
9404
|
}, props),
|
|
9370
|
-
/* @__PURE__ */
|
|
9405
|
+
/* @__PURE__ */ React92.createElement(
|
|
9371
9406
|
"path",
|
|
9372
9407
|
{
|
|
9373
9408
|
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",
|
|
@@ -9378,17 +9413,17 @@ function IllustrationHowtoUseLoom(props) {
|
|
|
9378
9413
|
}
|
|
9379
9414
|
var how_to_use_loom_default = IllustrationHowtoUseLoom;
|
|
9380
9415
|
|
|
9381
|
-
// src/illustrations/upload-drag-and-drop.
|
|
9382
|
-
import * as
|
|
9416
|
+
// src/illustrations/upload-drag-and-drop.tsx
|
|
9417
|
+
import * as React93 from "react";
|
|
9383
9418
|
function IllustrationUploadDragAndDrop(props) {
|
|
9384
|
-
return /* @__PURE__ */
|
|
9419
|
+
return /* @__PURE__ */ React93.createElement(
|
|
9385
9420
|
"svg",
|
|
9386
9421
|
__spreadValues({
|
|
9387
9422
|
viewBox: "0 0 100 100",
|
|
9388
9423
|
fill: "none",
|
|
9389
9424
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9390
9425
|
}, props),
|
|
9391
|
-
/* @__PURE__ */
|
|
9426
|
+
/* @__PURE__ */ React93.createElement(
|
|
9392
9427
|
"path",
|
|
9393
9428
|
{
|
|
9394
9429
|
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",
|
|
@@ -9399,17 +9434,17 @@ function IllustrationUploadDragAndDrop(props) {
|
|
|
9399
9434
|
}
|
|
9400
9435
|
var upload_drag_and_drop_default = IllustrationUploadDragAndDrop;
|
|
9401
9436
|
|
|
9402
|
-
// src/illustrations/use-cases.
|
|
9403
|
-
import * as
|
|
9437
|
+
// src/illustrations/use-cases.tsx
|
|
9438
|
+
import * as React94 from "react";
|
|
9404
9439
|
function IllustrationUseCases(props) {
|
|
9405
|
-
return /* @__PURE__ */
|
|
9440
|
+
return /* @__PURE__ */ React94.createElement(
|
|
9406
9441
|
"svg",
|
|
9407
9442
|
__spreadValues({
|
|
9408
9443
|
viewBox: "0 0 100 100",
|
|
9409
9444
|
fill: "none",
|
|
9410
9445
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9411
9446
|
}, props),
|
|
9412
|
-
/* @__PURE__ */
|
|
9447
|
+
/* @__PURE__ */ React94.createElement(
|
|
9413
9448
|
"path",
|
|
9414
9449
|
{
|
|
9415
9450
|
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",
|
|
@@ -9420,17 +9455,17 @@ function IllustrationUseCases(props) {
|
|
|
9420
9455
|
}
|
|
9421
9456
|
var use_cases_default = IllustrationUseCases;
|
|
9422
9457
|
|
|
9423
|
-
// src/illustrations/invite-members.
|
|
9424
|
-
import * as
|
|
9458
|
+
// src/illustrations/invite-members.tsx
|
|
9459
|
+
import * as React95 from "react";
|
|
9425
9460
|
function IllustrationInviteMembers(props) {
|
|
9426
|
-
return /* @__PURE__ */
|
|
9461
|
+
return /* @__PURE__ */ React95.createElement(
|
|
9427
9462
|
"svg",
|
|
9428
9463
|
__spreadValues({
|
|
9429
9464
|
viewBox: "0 0 134 134",
|
|
9430
9465
|
fill: "none",
|
|
9431
9466
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9432
9467
|
}, props),
|
|
9433
|
-
/* @__PURE__ */
|
|
9468
|
+
/* @__PURE__ */ React95.createElement(
|
|
9434
9469
|
"path",
|
|
9435
9470
|
{
|
|
9436
9471
|
fillRule: "evenodd",
|
|
@@ -9443,46 +9478,46 @@ function IllustrationInviteMembers(props) {
|
|
|
9443
9478
|
}
|
|
9444
9479
|
var invite_members_default = IllustrationInviteMembers;
|
|
9445
9480
|
|
|
9446
|
-
// src/illustrations/wellness.
|
|
9447
|
-
import * as
|
|
9481
|
+
// src/illustrations/wellness.tsx
|
|
9482
|
+
import * as React96 from "react";
|
|
9448
9483
|
function IllustrationWellness(props) {
|
|
9449
|
-
return /* @__PURE__ */
|
|
9484
|
+
return /* @__PURE__ */ React96.createElement(
|
|
9450
9485
|
"svg",
|
|
9451
9486
|
__spreadValues({
|
|
9452
9487
|
viewBox: "0 0 100 101",
|
|
9453
9488
|
fill: "none",
|
|
9454
9489
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9455
9490
|
}, props),
|
|
9456
|
-
/* @__PURE__ */
|
|
9491
|
+
/* @__PURE__ */ React96.createElement(
|
|
9457
9492
|
"path",
|
|
9458
9493
|
{
|
|
9459
9494
|
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",
|
|
9460
9495
|
fill: "currentColor"
|
|
9461
9496
|
}
|
|
9462
9497
|
),
|
|
9463
|
-
/* @__PURE__ */
|
|
9498
|
+
/* @__PURE__ */ React96.createElement(
|
|
9464
9499
|
"path",
|
|
9465
9500
|
{
|
|
9466
9501
|
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",
|
|
9467
9502
|
fill: "currentColor"
|
|
9468
9503
|
}
|
|
9469
9504
|
),
|
|
9470
|
-
/* @__PURE__ */
|
|
9505
|
+
/* @__PURE__ */ React96.createElement("path", { fill: "currentColor", d: "M100 67.595H66.667v33.333H100z" })
|
|
9471
9506
|
);
|
|
9472
9507
|
}
|
|
9473
9508
|
var wellness_default = IllustrationWellness;
|
|
9474
9509
|
|
|
9475
|
-
// src/illustrations/comments.
|
|
9476
|
-
import * as
|
|
9510
|
+
// src/illustrations/comments.tsx
|
|
9511
|
+
import * as React97 from "react";
|
|
9477
9512
|
function IllustrationComments(props) {
|
|
9478
|
-
return /* @__PURE__ */
|
|
9513
|
+
return /* @__PURE__ */ React97.createElement(
|
|
9479
9514
|
"svg",
|
|
9480
9515
|
__spreadValues({
|
|
9481
9516
|
viewBox: "0 0 96 96",
|
|
9482
9517
|
fill: "none",
|
|
9483
9518
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9484
9519
|
}, props),
|
|
9485
|
-
/* @__PURE__ */
|
|
9520
|
+
/* @__PURE__ */ React97.createElement(
|
|
9486
9521
|
"path",
|
|
9487
9522
|
{
|
|
9488
9523
|
fillRule: "evenodd",
|
|
@@ -9491,7 +9526,7 @@ function IllustrationComments(props) {
|
|
|
9491
9526
|
fill: "currentColor"
|
|
9492
9527
|
}
|
|
9493
9528
|
),
|
|
9494
|
-
/* @__PURE__ */
|
|
9529
|
+
/* @__PURE__ */ React97.createElement(
|
|
9495
9530
|
"path",
|
|
9496
9531
|
{
|
|
9497
9532
|
fill: "currentColor",
|
|
@@ -9502,17 +9537,17 @@ function IllustrationComments(props) {
|
|
|
9502
9537
|
}
|
|
9503
9538
|
var comments_default = IllustrationComments;
|
|
9504
9539
|
|
|
9505
|
-
// src/illustrations/folders-empty-state-mobile.
|
|
9506
|
-
import * as
|
|
9540
|
+
// src/illustrations/folders-empty-state-mobile.tsx
|
|
9541
|
+
import * as React98 from "react";
|
|
9507
9542
|
function IllutrationFoldersEmptyStateMobile(props) {
|
|
9508
|
-
return /* @__PURE__ */
|
|
9543
|
+
return /* @__PURE__ */ React98.createElement(
|
|
9509
9544
|
"svg",
|
|
9510
9545
|
__spreadValues({
|
|
9511
9546
|
viewBox: "0 0 96 96",
|
|
9512
9547
|
fill: "none",
|
|
9513
9548
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9514
9549
|
}, props),
|
|
9515
|
-
/* @__PURE__ */
|
|
9550
|
+
/* @__PURE__ */ React98.createElement(
|
|
9516
9551
|
"path",
|
|
9517
9552
|
{
|
|
9518
9553
|
fillRule: "evenodd",
|
|
@@ -9521,7 +9556,7 @@ function IllutrationFoldersEmptyStateMobile(props) {
|
|
|
9521
9556
|
fill: "currentColor"
|
|
9522
9557
|
}
|
|
9523
9558
|
),
|
|
9524
|
-
/* @__PURE__ */
|
|
9559
|
+
/* @__PURE__ */ React98.createElement(
|
|
9525
9560
|
"path",
|
|
9526
9561
|
{
|
|
9527
9562
|
fillRule: "evenodd",
|
|
@@ -9534,24 +9569,24 @@ function IllutrationFoldersEmptyStateMobile(props) {
|
|
|
9534
9569
|
}
|
|
9535
9570
|
var folders_empty_state_mobile_default = IllutrationFoldersEmptyStateMobile;
|
|
9536
9571
|
|
|
9537
|
-
// src/illustrations/help-ios.
|
|
9538
|
-
import * as
|
|
9572
|
+
// src/illustrations/help-ios.tsx
|
|
9573
|
+
import * as React99 from "react";
|
|
9539
9574
|
function IllustrationHelpIos(props) {
|
|
9540
|
-
return /* @__PURE__ */
|
|
9575
|
+
return /* @__PURE__ */ React99.createElement(
|
|
9541
9576
|
"svg",
|
|
9542
9577
|
__spreadValues({
|
|
9543
9578
|
viewBox: "0 0 96 96",
|
|
9544
9579
|
fill: "none",
|
|
9545
9580
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9546
9581
|
}, props),
|
|
9547
|
-
/* @__PURE__ */
|
|
9582
|
+
/* @__PURE__ */ React99.createElement(
|
|
9548
9583
|
"path",
|
|
9549
9584
|
{
|
|
9550
9585
|
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",
|
|
9551
9586
|
fill: "currentColor"
|
|
9552
9587
|
}
|
|
9553
9588
|
),
|
|
9554
|
-
/* @__PURE__ */
|
|
9589
|
+
/* @__PURE__ */ React99.createElement(
|
|
9555
9590
|
"path",
|
|
9556
9591
|
{
|
|
9557
9592
|
fillRule: "evenodd",
|
|
@@ -9564,18 +9599,18 @@ function IllustrationHelpIos(props) {
|
|
|
9564
9599
|
}
|
|
9565
9600
|
var help_ios_default = IllustrationHelpIos;
|
|
9566
9601
|
|
|
9567
|
-
// src/illustrations/my-videos-empty-state-mobile.
|
|
9568
|
-
import * as
|
|
9602
|
+
// src/illustrations/my-videos-empty-state-mobile.tsx
|
|
9603
|
+
import * as React100 from "react";
|
|
9569
9604
|
function IllustrationMyVideosEmptyStateMobile(props) {
|
|
9570
|
-
return /* @__PURE__ */
|
|
9605
|
+
return /* @__PURE__ */ React100.createElement(
|
|
9571
9606
|
"svg",
|
|
9572
9607
|
__spreadValues({
|
|
9573
9608
|
viewBox: "0 0 96 96",
|
|
9574
9609
|
fill: "none",
|
|
9575
9610
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9576
9611
|
}, props),
|
|
9577
|
-
/* @__PURE__ */
|
|
9578
|
-
/* @__PURE__ */
|
|
9612
|
+
/* @__PURE__ */ React100.createElement("path", { d: "M96 0H0v96h96V0zM84 12v72H12V12h72z", fill: "currentColor" }),
|
|
9613
|
+
/* @__PURE__ */ React100.createElement(
|
|
9579
9614
|
"path",
|
|
9580
9615
|
{
|
|
9581
9616
|
fillRule: "evenodd",
|
|
@@ -9588,17 +9623,17 @@ function IllustrationMyVideosEmptyStateMobile(props) {
|
|
|
9588
9623
|
}
|
|
9589
9624
|
var my_videos_empty_state_mobile_default = IllustrationMyVideosEmptyStateMobile;
|
|
9590
9625
|
|
|
9591
|
-
// src/illustrations/recents-empty-state-mobile.
|
|
9592
|
-
import * as
|
|
9626
|
+
// src/illustrations/recents-empty-state-mobile.tsx
|
|
9627
|
+
import * as React101 from "react";
|
|
9593
9628
|
function IllustrationRecentsEmptyStateMobile(props) {
|
|
9594
|
-
return /* @__PURE__ */
|
|
9629
|
+
return /* @__PURE__ */ React101.createElement(
|
|
9595
9630
|
"svg",
|
|
9596
9631
|
__spreadValues({
|
|
9597
9632
|
viewBox: "0 0 96 96",
|
|
9598
9633
|
fill: "none",
|
|
9599
9634
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9600
9635
|
}, props),
|
|
9601
|
-
/* @__PURE__ */
|
|
9636
|
+
/* @__PURE__ */ React101.createElement(
|
|
9602
9637
|
"path",
|
|
9603
9638
|
{
|
|
9604
9639
|
fillRule: "evenodd",
|
|
@@ -9611,17 +9646,17 @@ function IllustrationRecentsEmptyStateMobile(props) {
|
|
|
9611
9646
|
}
|
|
9612
9647
|
var recents_empty_state_mobile_default = IllustrationRecentsEmptyStateMobile;
|
|
9613
9648
|
|
|
9614
|
-
// src/illustrations/chrome-notifications-empty-state.
|
|
9615
|
-
import * as
|
|
9649
|
+
// src/illustrations/chrome-notifications-empty-state.tsx
|
|
9650
|
+
import * as React102 from "react";
|
|
9616
9651
|
function IllustrationChromeNotificationsEmptyState(props) {
|
|
9617
|
-
return /* @__PURE__ */
|
|
9652
|
+
return /* @__PURE__ */ React102.createElement(
|
|
9618
9653
|
"svg",
|
|
9619
9654
|
__spreadValues({
|
|
9620
9655
|
viewBox: "0 0 96 96",
|
|
9621
9656
|
fill: "none",
|
|
9622
9657
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9623
9658
|
}, props),
|
|
9624
|
-
/* @__PURE__ */
|
|
9659
|
+
/* @__PURE__ */ React102.createElement(
|
|
9625
9660
|
"circle",
|
|
9626
9661
|
{
|
|
9627
9662
|
cx: 15.84,
|
|
@@ -9631,7 +9666,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9631
9666
|
strokeWidth: 9.6
|
|
9632
9667
|
}
|
|
9633
9668
|
),
|
|
9634
|
-
/* @__PURE__ */
|
|
9669
|
+
/* @__PURE__ */ React102.createElement(
|
|
9635
9670
|
"path",
|
|
9636
9671
|
{
|
|
9637
9672
|
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",
|
|
@@ -9639,8 +9674,8 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9639
9674
|
strokeWidth: 9.6
|
|
9640
9675
|
}
|
|
9641
9676
|
),
|
|
9642
|
-
/* @__PURE__ */
|
|
9643
|
-
/* @__PURE__ */
|
|
9677
|
+
/* @__PURE__ */ React102.createElement("circle", { cx: 80.16, cy: 15.84, r: 15.84, fill: "currentColor" }),
|
|
9678
|
+
/* @__PURE__ */ React102.createElement(
|
|
9644
9679
|
"path",
|
|
9645
9680
|
{
|
|
9646
9681
|
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",
|
|
@@ -9648,7 +9683,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9648
9683
|
strokeWidth: 9.6
|
|
9649
9684
|
}
|
|
9650
9685
|
),
|
|
9651
|
-
/* @__PURE__ */
|
|
9686
|
+
/* @__PURE__ */ React102.createElement(
|
|
9652
9687
|
"circle",
|
|
9653
9688
|
{
|
|
9654
9689
|
cx: 48,
|
|
@@ -9658,7 +9693,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9658
9693
|
strokeWidth: 9.6
|
|
9659
9694
|
}
|
|
9660
9695
|
),
|
|
9661
|
-
/* @__PURE__ */
|
|
9696
|
+
/* @__PURE__ */ React102.createElement(
|
|
9662
9697
|
"path",
|
|
9663
9698
|
{
|
|
9664
9699
|
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",
|
|
@@ -9666,7 +9701,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9666
9701
|
strokeWidth: 9.6
|
|
9667
9702
|
}
|
|
9668
9703
|
),
|
|
9669
|
-
/* @__PURE__ */
|
|
9704
|
+
/* @__PURE__ */ React102.createElement(
|
|
9670
9705
|
"circle",
|
|
9671
9706
|
{
|
|
9672
9707
|
cx: 15.84,
|
|
@@ -9676,7 +9711,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9676
9711
|
strokeWidth: 9.6
|
|
9677
9712
|
}
|
|
9678
9713
|
),
|
|
9679
|
-
/* @__PURE__ */
|
|
9714
|
+
/* @__PURE__ */ React102.createElement(
|
|
9680
9715
|
"path",
|
|
9681
9716
|
{
|
|
9682
9717
|
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",
|
|
@@ -9684,7 +9719,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9684
9719
|
strokeWidth: 9.6
|
|
9685
9720
|
}
|
|
9686
9721
|
),
|
|
9687
|
-
/* @__PURE__ */
|
|
9722
|
+
/* @__PURE__ */ React102.createElement(
|
|
9688
9723
|
"circle",
|
|
9689
9724
|
{
|
|
9690
9725
|
cx: 80.16,
|