@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/cjs/index.js
CHANGED
|
@@ -259,7 +259,7 @@ __export(index_exports, {
|
|
|
259
259
|
widthRules: () => widthRules
|
|
260
260
|
});
|
|
261
261
|
module.exports = __toCommonJS(index_exports);
|
|
262
|
-
var
|
|
262
|
+
var import_react62 = require("@emotion/react");
|
|
263
263
|
|
|
264
264
|
// src/colors.ts
|
|
265
265
|
var percent = (number, percentage) => Math.round(number * percentage / 100);
|
|
@@ -281,17 +281,18 @@ var borderAlpha = 0.14;
|
|
|
281
281
|
var backdropAlpha = 0.46;
|
|
282
282
|
var backdropDarkAlpha = 0.9;
|
|
283
283
|
var backdropTwilightAlpha = 0.8;
|
|
284
|
-
var focusRingAlpha = 0.8;
|
|
285
284
|
var buttonBorderAlpha = 0.25;
|
|
286
285
|
var tabBackgroundAlpha = 0.06;
|
|
287
286
|
var highlightAlpha = 0.15;
|
|
287
|
+
var highlightHoverAlpha = 0.3;
|
|
288
|
+
var highlightActiveAlpha = 0.45;
|
|
288
289
|
var hslaBaseColors = {
|
|
289
290
|
red: { h: 4, s: 64, l: 48, a: 1 },
|
|
290
|
-
blurpleLight: { h:
|
|
291
|
-
blurpleMedium: { h:
|
|
292
|
-
blurple: { h:
|
|
293
|
-
blurpleDark: { h:
|
|
294
|
-
blurpleStrong: { h:
|
|
291
|
+
blurpleLight: { h: 214.3, s: 91.3, l: 95.5, a: 1 },
|
|
292
|
+
blurpleMedium: { h: 216.5, s: 92, l: 90.2, a: 1 },
|
|
293
|
+
blurple: { h: 215.4, s: 80, l: 47.65, a: 1 },
|
|
294
|
+
blurpleDark: { h: 215.9, s: 79.9, l: 41, a: 1 },
|
|
295
|
+
blurpleStrong: { h: 216.3, s: 69.2, l: 22.9, a: 1 },
|
|
295
296
|
offWhite: { h: 0, s: 0, l: 97.25, a: 1 },
|
|
296
297
|
blueLight: { h: 216.5, s: 92, l: 90.2, a: 1 },
|
|
297
298
|
blue: { h: 215.4, s: 80, l: 47.65, a: 1 },
|
|
@@ -322,13 +323,14 @@ var themeSharedColors = {
|
|
|
322
323
|
record: hslaBaseColors.orange,
|
|
323
324
|
recordHover: darken(hslaBaseColors.orange, hoverIncrease),
|
|
324
325
|
recordActive: darken(hslaBaseColors.orange, activeIncrease),
|
|
325
|
-
focusRing: alphaFunction(hslaBaseColors.blurple, focusRingAlpha),
|
|
326
326
|
backdropDark: alphaFunction(hslaGreys.grey8, backdropDarkAlpha),
|
|
327
327
|
backdropTwilight: alphaFunction(
|
|
328
328
|
hslaBaseColors.blurpleStrong,
|
|
329
329
|
backdropTwilightAlpha
|
|
330
330
|
),
|
|
331
331
|
highlight: alphaFunction(hslaBaseColors.blurple, highlightAlpha),
|
|
332
|
+
highlightHover: alphaFunction(hslaBaseColors.blurple, highlightHoverAlpha),
|
|
333
|
+
highlightActive: alphaFunction(hslaBaseColors.blurple, highlightActiveAlpha),
|
|
332
334
|
warning: {
|
|
333
335
|
h: 45.5,
|
|
334
336
|
s: 96,
|
|
@@ -402,6 +404,13 @@ var themeColors = {
|
|
|
402
404
|
a: 1,
|
|
403
405
|
ads: "--ds-background-neutral-bold"
|
|
404
406
|
},
|
|
407
|
+
focusRing: {
|
|
408
|
+
h: 216.1,
|
|
409
|
+
s: 81.4,
|
|
410
|
+
l: 60,
|
|
411
|
+
a: 1,
|
|
412
|
+
ads: "--ds-border-focused"
|
|
413
|
+
},
|
|
405
414
|
overlay: { h: 0, s: 0, l: 100, a: 1, ads: "--ds-surface-overlay" },
|
|
406
415
|
overlayHover: hslaGreys.grey2,
|
|
407
416
|
overlayActive: hslaGreys.grey3,
|
|
@@ -518,9 +527,9 @@ var themeColors = {
|
|
|
518
527
|
}
|
|
519
528
|
}),
|
|
520
529
|
dark: __spreadProps(__spreadValues({
|
|
521
|
-
primary: { h:
|
|
522
|
-
primaryHover:
|
|
523
|
-
primaryActive:
|
|
530
|
+
primary: { h: 216.3, s: 83.2, l: 67.3, a: 1 },
|
|
531
|
+
primaryHover: { h: 216.1, s: 85.1, l: 76.3, a: 1 },
|
|
532
|
+
primaryActive: { h: 216.5, s: 92, l: 90.2, a: 1 },
|
|
524
533
|
body: { h: 225, s: 4.3, l: 81.6, a: 1, ads: "--ds-text" },
|
|
525
534
|
bodyDimmed: { h: 217.5, s: 4, l: 60.4, a: 1, ads: "--ds-text-subtlest" },
|
|
526
535
|
bodyInverse: { h: 240, s: 3, l: 12.5, a: 1, ads: "--ds-text-inverse" },
|
|
@@ -582,6 +591,13 @@ var themeColors = {
|
|
|
582
591
|
a: 1,
|
|
583
592
|
ads: "--ds-background-neutral-bold"
|
|
584
593
|
},
|
|
594
|
+
focusRing: {
|
|
595
|
+
h: 216.1,
|
|
596
|
+
s: 85.1,
|
|
597
|
+
l: 76.3,
|
|
598
|
+
a: 1,
|
|
599
|
+
ads: "--ds-background-accent-blue-subtle-hovered"
|
|
600
|
+
},
|
|
585
601
|
overlay: { h: 225, s: 4, l: 17.6, a: 1, ads: "--ds-surface-overlay" },
|
|
586
602
|
overlayHover: {
|
|
587
603
|
h: 225,
|
|
@@ -744,7 +760,7 @@ var getColorValue = (color) => {
|
|
|
744
760
|
}
|
|
745
761
|
};
|
|
746
762
|
|
|
747
|
-
// src/hooks/use-media.
|
|
763
|
+
// src/hooks/use-media.ts
|
|
748
764
|
var import_debounce = __toESM(require("lodash/debounce"));
|
|
749
765
|
var import_react = __toESM(require("react"));
|
|
750
766
|
function useMedia(queries, values, defaultValue) {
|
|
@@ -909,7 +925,7 @@ var Media = ({ children, queries, values, defaultValue }) => {
|
|
|
909
925
|
return children(value);
|
|
910
926
|
};
|
|
911
927
|
|
|
912
|
-
// src/utilities/styles.
|
|
928
|
+
// src/utilities/styles.ts
|
|
913
929
|
var getTextSize = (size) => size && `
|
|
914
930
|
font-size: var(--lns-fontSize-${size});
|
|
915
931
|
line-height: var(--lns-lineHeight-${size});
|
|
@@ -1074,15 +1090,15 @@ var breakpoints = {
|
|
|
1074
1090
|
large: "75em"
|
|
1075
1091
|
};
|
|
1076
1092
|
var gradients = {
|
|
1077
|
-
"ai-primary": "
|
|
1078
|
-
"ai-secondary": "radial-gradient(
|
|
1093
|
+
"ai-primary": "conic-gradient(from 270deg, #0469FF 90deg, #BF63F3 180deg, #FFA900 270deg, #0065FF 360deg)",
|
|
1094
|
+
"ai-secondary": "radial-gradient(138.41% 100% at 100% 100%, #E9F2FE 0%, #FFF 100%)"
|
|
1079
1095
|
};
|
|
1080
1096
|
|
|
1081
1097
|
// src/components/text/text.tsx
|
|
1082
1098
|
var import_styled = __toESM(require("@emotion/styled"));
|
|
1083
1099
|
var import_react2 = __toESM(require("react"));
|
|
1084
1100
|
|
|
1085
|
-
// src/console-messages.
|
|
1101
|
+
// src/console-messages.ts
|
|
1086
1102
|
var textIsDimmedDeprecated = `Lens: Text prop 'isDimmed' is deprecated, use color="bodyDimmed" instead.`;
|
|
1087
1103
|
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.`;
|
|
1088
1104
|
var distributeDeprecatedWarning = `Lens: Distribute component is deprecated. Use Arrange or Split.`;
|
|
@@ -1218,7 +1234,7 @@ var Text = (_a) => {
|
|
|
1218
1234
|
var alignments = ["left", "right", "center"];
|
|
1219
1235
|
var text_default = Text;
|
|
1220
1236
|
|
|
1221
|
-
// src/css-utilities/rules.
|
|
1237
|
+
// src/css-utilities/rules.ts
|
|
1222
1238
|
var sides = ["top", "bottom", "left", "right"];
|
|
1223
1239
|
var spacesWithZero = __spreadValues({ 0: "0" }, spaces);
|
|
1224
1240
|
var spacesWithAutoAndZero = __spreadValues({ 0: "0", auto: "auto" }, spaces);
|
|
@@ -1683,7 +1699,7 @@ var accessibilityRules = [
|
|
|
1683
1699
|
}
|
|
1684
1700
|
];
|
|
1685
1701
|
|
|
1686
|
-
// src/css-utilities/generate-utilities.
|
|
1702
|
+
// src/css-utilities/generate-utilities.ts
|
|
1687
1703
|
var separator = "\\:";
|
|
1688
1704
|
var allRules = [
|
|
1689
1705
|
...colorRules,
|
|
@@ -2084,7 +2100,7 @@ var avatar_default = Avatar;
|
|
|
2084
2100
|
// src/components/base-styles/base-styles.tsx
|
|
2085
2101
|
var import_react4 = require("@emotion/react");
|
|
2086
2102
|
var import_react5 = __toESM(require("react"));
|
|
2087
|
-
var buildGlobalStylesheet = (rootElement = ":root", bodyElement = "body"
|
|
2103
|
+
var buildGlobalStylesheet = (rootElement = ":root", bodyElement = "body") => {
|
|
2088
2104
|
return `
|
|
2089
2105
|
${rootElement} {
|
|
2090
2106
|
font-size: 100%;
|
|
@@ -2115,38 +2131,6 @@ var buildGlobalStylesheet = (rootElement = ":root", bodyElement = "body", docume
|
|
|
2115
2131
|
${getAllCssVarsString(rootElement)}
|
|
2116
2132
|
|
|
2117
2133
|
${cssUtilities()}
|
|
2118
|
-
|
|
2119
|
-
${documentElement}[data-brand-color="blue"] {
|
|
2120
|
-
--lns-color-blurpleLight: #E9F2FE;
|
|
2121
|
-
--lns-color-blurpleMedium: #CFE1FD;
|
|
2122
|
-
--lns-color-blurple: #1868DB;
|
|
2123
|
-
--lns-color-blurpleDark: #1558BC;
|
|
2124
|
-
--lns-color-blurpleStrong: #123263;
|
|
2125
|
-
|
|
2126
|
-
--lns-color-backdropTwilight: hsla(216, 69%, 23%, 0.8);
|
|
2127
|
-
--lns-color-highlight: hsla(215, 80%, 48%, 0.15);
|
|
2128
|
-
|
|
2129
|
-
--lns-gradient-ai-primary: conic-gradient(from 270deg, #0469FF 90deg, #BF63F3 180deg, #FFA900 270deg, #0065FF 360deg);
|
|
2130
|
-
--lns-gradient-ai-secondary: radial-gradient(138.41% 100% at 100% 100%, #E9F2FE 0%, #FFF 100%);
|
|
2131
|
-
}
|
|
2132
|
-
|
|
2133
|
-
${documentElement}[data-color-mode="light"][data-brand-color="blue"],
|
|
2134
|
-
${documentElement}[data-brand-color="blue"] [data-lens-theme="light"],
|
|
2135
|
-
${documentElement}[data-brand-color="blue"] .brand-theme-light {
|
|
2136
|
-
--lns-themeLight-color-primary: #1868DB;
|
|
2137
|
-
--lns-themeLight-color-primaryHover: #1558BC;
|
|
2138
|
-
--lns-themeLight-color-primaryActive: #123263;
|
|
2139
|
-
--lns-themeLight-color-focusRing: #4688EC;
|
|
2140
|
-
}
|
|
2141
|
-
|
|
2142
|
-
${documentElement}[data-color-mode="dark"][data-brand-color="blue"],
|
|
2143
|
-
${documentElement}[data-brand-color="blue"] [data-lens-theme="dark"],
|
|
2144
|
-
${documentElement}[data-brand-color="blue"] .brand-theme-dark {
|
|
2145
|
-
--lns-themeDark-color-primary: #669DF1;
|
|
2146
|
-
--lns-themeDark-color-primaryHover: #8FB8F6;
|
|
2147
|
-
--lns-themeDark-color-primaryActive: #CFE1FD;
|
|
2148
|
-
--lns-themeDark-color-focusRing: #8FB8F6;
|
|
2149
|
-
}
|
|
2150
2134
|
`;
|
|
2151
2135
|
};
|
|
2152
2136
|
var BaseStyles = () => /* @__PURE__ */ import_react5.default.createElement(import_react4.Global, { styles: (0, import_react4.css)(buildGlobalStylesheet()) });
|
|
@@ -2345,7 +2329,7 @@ var variantStyles = {
|
|
|
2345
2329
|
color: getColorValue("primary"),
|
|
2346
2330
|
background: getColorValue("highlight"),
|
|
2347
2331
|
borderColor: null,
|
|
2348
|
-
hover: getColorValue("
|
|
2332
|
+
hover: getColorValue("highlightHover"),
|
|
2349
2333
|
active: null
|
|
2350
2334
|
},
|
|
2351
2335
|
record: {
|
|
@@ -2438,7 +2422,7 @@ var ButtonWrapper = import_styled5.default.button`
|
|
|
2438
2422
|
}
|
|
2439
2423
|
|
|
2440
2424
|
&:focus-visible {
|
|
2441
|
-
${getOffsetFocusRing()};
|
|
2425
|
+
${(props) => props["aria-expanded"] ? "outline: none;" : getOffsetFocusRing()};
|
|
2442
2426
|
}
|
|
2443
2427
|
|
|
2444
2428
|
&::-moz-focus-inner {
|
|
@@ -3695,11 +3679,11 @@ var text_button_default = TextButton;
|
|
|
3695
3679
|
// src/components/select/select.tsx
|
|
3696
3680
|
var import_styled19 = __toESM(require("@emotion/styled"));
|
|
3697
3681
|
var import_downshift = __toESM(require("downshift"));
|
|
3698
|
-
var
|
|
3682
|
+
var import_react25 = __toESM(require("react"));
|
|
3699
3683
|
var import_react_laag = require("react-laag");
|
|
3700
3684
|
var import_resize_observer_polyfill = __toESM(require("resize-observer-polyfill"));
|
|
3701
3685
|
|
|
3702
|
-
// src/utilities/downshift.
|
|
3686
|
+
// src/utilities/downshift.ts
|
|
3703
3687
|
var getDownshiftEnvironment = (container) => {
|
|
3704
3688
|
var _a, _b;
|
|
3705
3689
|
const rootNode = (_b = (_a = container == null ? void 0 : container()) == null ? void 0 : _a.getRootNode) == null ? void 0 : _b.call(_a);
|
|
@@ -3722,6 +3706,7 @@ var getDownshiftEnvironment = (container) => {
|
|
|
3722
3706
|
};
|
|
3723
3707
|
|
|
3724
3708
|
// src/utilities/text.ts
|
|
3709
|
+
var import_react22 = require("react");
|
|
3725
3710
|
var getTextFromNode = (node) => {
|
|
3726
3711
|
if (typeof node === "string") {
|
|
3727
3712
|
return node;
|
|
@@ -3745,9 +3730,9 @@ var isIterable = (node) => {
|
|
|
3745
3730
|
};
|
|
3746
3731
|
|
|
3747
3732
|
// src/components/icon/available-icons/chevron-down.tsx
|
|
3748
|
-
var
|
|
3733
|
+
var React21 = __toESM(require("react"));
|
|
3749
3734
|
function SvgChevronDown() {
|
|
3750
|
-
return /* @__PURE__ */
|
|
3735
|
+
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(
|
|
3751
3736
|
"path",
|
|
3752
3737
|
{
|
|
3753
3738
|
fill: "currentColor",
|
|
@@ -3760,13 +3745,13 @@ function SvgChevronDown() {
|
|
|
3760
3745
|
|
|
3761
3746
|
// src/components/menu/menu.tsx
|
|
3762
3747
|
var import_styled17 = __toESM(require("@emotion/styled"));
|
|
3763
|
-
var
|
|
3748
|
+
var import_react23 = __toESM(require("react"));
|
|
3764
3749
|
|
|
3765
3750
|
// src/components/icon/available-icons/check.tsx
|
|
3766
3751
|
var import_check_mark = __toESM(require("@atlaskit/icon/core/check-mark"));
|
|
3767
|
-
var
|
|
3752
|
+
var React22 = __toESM(require("react"));
|
|
3768
3753
|
function SvgCheck() {
|
|
3769
|
-
return /* @__PURE__ */
|
|
3754
|
+
return /* @__PURE__ */ React22.createElement(import_check_mark.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3770
3755
|
}
|
|
3771
3756
|
|
|
3772
3757
|
// src/components/menu/menu.tsx
|
|
@@ -3809,13 +3794,15 @@ var MenuItemWrapper = import_styled17.default.li`
|
|
|
3809
3794
|
cursor: ${(props) => props.isDisabled ? "default" : "pointer"};
|
|
3810
3795
|
&:focus-visible {
|
|
3811
3796
|
outline: 1px solid transparent;
|
|
3812
|
-
|
|
3813
|
-
&:focus-visible {
|
|
3814
|
-
${getFocusRing(void 0, "inset")};
|
|
3797
|
+
${getOffsetFocusRing()};
|
|
3815
3798
|
}
|
|
3816
3799
|
${(props) => props.isHighlighted && !props.isDisabled && `
|
|
3817
3800
|
background-color: ${getColorValue("backgroundHover")};
|
|
3818
3801
|
`};
|
|
3802
|
+
${(props) => props.keyboardMove && props.isHighlighted && !props.isDisabled && `
|
|
3803
|
+
outline: 1px solid transparent;
|
|
3804
|
+
${getOffsetFocusRing()};
|
|
3805
|
+
`};
|
|
3819
3806
|
${(props) => props.hasDivider && `
|
|
3820
3807
|
position: relative;
|
|
3821
3808
|
margin-top: ${u(3)};
|
|
@@ -3845,7 +3832,8 @@ var MenuItem = (_a) => {
|
|
|
3845
3832
|
icon,
|
|
3846
3833
|
hasDivider,
|
|
3847
3834
|
children,
|
|
3848
|
-
menuItemRole
|
|
3835
|
+
menuItemRole,
|
|
3836
|
+
keyboardMove
|
|
3849
3837
|
} = _b, props = __objRest(_b, [
|
|
3850
3838
|
"isDisabled",
|
|
3851
3839
|
"isHighlighted",
|
|
@@ -3853,7 +3841,8 @@ var MenuItem = (_a) => {
|
|
|
3853
3841
|
"icon",
|
|
3854
3842
|
"hasDivider",
|
|
3855
3843
|
"children",
|
|
3856
|
-
"menuItemRole"
|
|
3844
|
+
"menuItemRole",
|
|
3845
|
+
"keyboardMove"
|
|
3857
3846
|
]);
|
|
3858
3847
|
const checkColumn = isSelected ? "auto" : "";
|
|
3859
3848
|
const iconColumn = icon ? "auto" : "";
|
|
@@ -3862,19 +3851,20 @@ var MenuItem = (_a) => {
|
|
|
3862
3851
|
const updatedProps = menuItemRole ? __spreadProps(__spreadValues({}, props), {
|
|
3863
3852
|
role: menuItemRole
|
|
3864
3853
|
}) : props;
|
|
3865
|
-
return /* @__PURE__ */
|
|
3854
|
+
return /* @__PURE__ */ import_react23.default.createElement(
|
|
3866
3855
|
MenuItemWrapper,
|
|
3867
3856
|
__spreadValues({
|
|
3868
3857
|
isHighlighted,
|
|
3869
3858
|
isDisabled,
|
|
3859
|
+
keyboardMove,
|
|
3870
3860
|
columns,
|
|
3871
3861
|
hasDivider,
|
|
3872
3862
|
tabIndex: isDisabled ? -1 : 0,
|
|
3873
3863
|
"data-highlighted": isHighlighted || void 0
|
|
3874
|
-
},
|
|
3875
|
-
icon && (typeof icon === "string" ? /* @__PURE__ */
|
|
3876
|
-
/* @__PURE__ */
|
|
3877
|
-
isSelected && /* @__PURE__ */
|
|
3864
|
+
}, updatedProps),
|
|
3865
|
+
icon && (typeof icon === "string" ? /* @__PURE__ */ import_react23.default.createElement(container_default, { radius: "50", width: 3, height: 3, overflow: "hidden" }, /* @__PURE__ */ import_react23.default.createElement(align_default, { alignment: "center" }, /* @__PURE__ */ import_react23.default.createElement(Image2, { src: icon, alt: "", isDisabled }))) : /* @__PURE__ */ import_react23.default.createElement(icon_default, { icon, color })),
|
|
3866
|
+
/* @__PURE__ */ import_react23.default.createElement(text_default, { color, hasEllipsis: true }, children),
|
|
3867
|
+
isSelected && /* @__PURE__ */ import_react23.default.createElement(icon_default, { icon: /* @__PURE__ */ import_react23.default.createElement(SvgCheck, null), color })
|
|
3878
3868
|
);
|
|
3879
3869
|
};
|
|
3880
3870
|
var Menu = (_a) => {
|
|
@@ -3902,7 +3892,7 @@ var Menu = (_a) => {
|
|
|
3902
3892
|
const updatedDownshiftMenuProps = role ? __spreadProps(__spreadValues({}, downshiftMenuProps()), {
|
|
3903
3893
|
role
|
|
3904
3894
|
}) : __spreadValues({}, downshiftMenuProps());
|
|
3905
|
-
return /* @__PURE__ */
|
|
3895
|
+
return /* @__PURE__ */ import_react23.default.createElement(
|
|
3906
3896
|
MenuContainer,
|
|
3907
3897
|
__spreadValues(__spreadValues({
|
|
3908
3898
|
minWidth,
|
|
@@ -3910,22 +3900,22 @@ var Menu = (_a) => {
|
|
|
3910
3900
|
maxHeight,
|
|
3911
3901
|
zIndex,
|
|
3912
3902
|
position
|
|
3913
|
-
},
|
|
3903
|
+
}, updatedDownshiftMenuProps), props),
|
|
3914
3904
|
search && search,
|
|
3915
|
-
/* @__PURE__ */
|
|
3905
|
+
/* @__PURE__ */ import_react23.default.createElement(MenuWrapper, { search }, children)
|
|
3916
3906
|
);
|
|
3917
3907
|
};
|
|
3918
3908
|
var menu_default = Menu;
|
|
3919
3909
|
|
|
3920
3910
|
// src/components/search-bar/search-bar.tsx
|
|
3921
3911
|
var import_styled18 = __toESM(require("@emotion/styled"));
|
|
3922
|
-
var
|
|
3912
|
+
var import_react24 = __toESM(require("react"));
|
|
3923
3913
|
|
|
3924
3914
|
// src/components/icon/available-icons/search.tsx
|
|
3925
3915
|
var import_search = __toESM(require("@atlaskit/icon/core/search"));
|
|
3926
|
-
var
|
|
3916
|
+
var React24 = __toESM(require("react"));
|
|
3927
3917
|
function SvgSearch() {
|
|
3928
|
-
return /* @__PURE__ */
|
|
3918
|
+
return /* @__PURE__ */ React24.createElement(import_search.default, { label: "", testId: "ads-refreshed-icon" });
|
|
3929
3919
|
}
|
|
3930
3920
|
|
|
3931
3921
|
// src/components/search-bar/search-bar.tsx
|
|
@@ -3942,11 +3932,11 @@ var SearchBar = ({
|
|
|
3942
3932
|
onChange,
|
|
3943
3933
|
getInputProps
|
|
3944
3934
|
}) => {
|
|
3945
|
-
return /* @__PURE__ */
|
|
3935
|
+
return /* @__PURE__ */ import_react24.default.createElement(SearchBarContainer, null, /* @__PURE__ */ import_react24.default.createElement(
|
|
3946
3936
|
text_input_default,
|
|
3947
3937
|
__spreadValues({
|
|
3948
3938
|
"aria-label": ariaLabel,
|
|
3949
|
-
icon: /* @__PURE__ */
|
|
3939
|
+
icon: /* @__PURE__ */ import_react24.default.createElement(SvgSearch, null)
|
|
3950
3940
|
}, getInputProps({
|
|
3951
3941
|
placeholder,
|
|
3952
3942
|
value,
|
|
@@ -4102,7 +4092,7 @@ var SelectHeader = ({
|
|
|
4102
4092
|
const iconColumn = hasIcon ? "auto" : "";
|
|
4103
4093
|
const columns = `${iconColumn} 1fr auto`;
|
|
4104
4094
|
const color = isDisabled ? "disabledContent" : void 0;
|
|
4105
|
-
return /* @__PURE__ */
|
|
4095
|
+
return /* @__PURE__ */ import_react25.default.createElement(
|
|
4106
4096
|
SelectHeaderWrapper,
|
|
4107
4097
|
__spreadProps(__spreadValues(__spreadValues({}, getToggleButtonProps()), getHeaderAccessibilityProps({
|
|
4108
4098
|
selectedItem,
|
|
@@ -4116,20 +4106,20 @@ var SelectHeader = ({
|
|
|
4116
4106
|
columns,
|
|
4117
4107
|
hasError
|
|
4118
4108
|
}),
|
|
4119
|
-
hasIcon && (typeof icon === "string" ? /* @__PURE__ */
|
|
4109
|
+
hasIcon && (typeof icon === "string" ? /* @__PURE__ */ import_react25.default.createElement(container_default, { radius: "50", width: 3, height: 3, overflow: "hidden" }, /* @__PURE__ */ import_react25.default.createElement(align_default, { alignment: "center" }, /* @__PURE__ */ import_react25.default.createElement(Image3, { src: icon, alt: "", isDisabled }))) : /* @__PURE__ */ import_react25.default.createElement(
|
|
4120
4110
|
icon_default,
|
|
4121
4111
|
{
|
|
4122
4112
|
icon: getIcon({ options, selectedItem, selectedOptionValue }),
|
|
4123
4113
|
color
|
|
4124
4114
|
}
|
|
4125
4115
|
)),
|
|
4126
|
-
/* @__PURE__ */
|
|
4116
|
+
/* @__PURE__ */ import_react25.default.createElement(text_default, { hasEllipsis: true, color: hasPlaceholder ? "bodyDimmed" : "inherit" }, getTitle({
|
|
4127
4117
|
options,
|
|
4128
4118
|
selectedItem,
|
|
4129
4119
|
selectedOptionValue,
|
|
4130
4120
|
selectPlaceholder
|
|
4131
4121
|
})),
|
|
4132
|
-
/* @__PURE__ */
|
|
4122
|
+
/* @__PURE__ */ import_react25.default.createElement(icon_default, { icon: /* @__PURE__ */ import_react25.default.createElement(SvgChevronDown, null), color })
|
|
4133
4123
|
);
|
|
4134
4124
|
};
|
|
4135
4125
|
var CustomHeader = ({
|
|
@@ -4190,7 +4180,7 @@ var didSelectedOptionValueChange = (selectedOptionValue, prevSelectedItem) => {
|
|
|
4190
4180
|
};
|
|
4191
4181
|
var renderOption = (item, index, selectedItem, selectedOptionValue, highlightedIndex, getItemProps) => {
|
|
4192
4182
|
const isSelected = !selectedItem && item.value === selectedOptionValue || selectedItem && selectedItem.value === item.value;
|
|
4193
|
-
return /* @__PURE__ */
|
|
4183
|
+
return /* @__PURE__ */ import_react25.default.createElement(
|
|
4194
4184
|
MenuItem,
|
|
4195
4185
|
__spreadProps(__spreadValues({
|
|
4196
4186
|
key: index,
|
|
@@ -4229,7 +4219,7 @@ var SelectMenu = (_a) => {
|
|
|
4229
4219
|
"search"
|
|
4230
4220
|
]);
|
|
4231
4221
|
if (!isGrouped(options)) {
|
|
4232
|
-
return /* @__PURE__ */
|
|
4222
|
+
return /* @__PURE__ */ import_react25.default.createElement(menu_default, __spreadValues({ search }, menuProps), options.map(
|
|
4233
4223
|
(item, index) => renderOption(
|
|
4234
4224
|
item,
|
|
4235
4225
|
index,
|
|
@@ -4241,9 +4231,9 @@ var SelectMenu = (_a) => {
|
|
|
4241
4231
|
));
|
|
4242
4232
|
}
|
|
4243
4233
|
let downshiftIndex = 0;
|
|
4244
|
-
return /* @__PURE__ */
|
|
4234
|
+
return /* @__PURE__ */ import_react25.default.createElement(menu_default, __spreadValues({ search }, menuProps), options.map((group) => {
|
|
4245
4235
|
const groupId = `group-${group.group.replace(/\s+/g, "-")}`;
|
|
4246
|
-
return /* @__PURE__ */
|
|
4236
|
+
return /* @__PURE__ */ import_react25.default.createElement("li", { key: groupId }, /* @__PURE__ */ import_react25.default.createElement(spacer_default, { left: "medium", top: "small", bottom: "xsmall" }, /* @__PURE__ */ import_react25.default.createElement(text_default, { id: groupId, size: "body-sm", fontWeight: "bold" }, group.group)), /* @__PURE__ */ import_react25.default.createElement(Group, { role: "group", "aria-labelledby": groupId }, group.items.map((item) => {
|
|
4247
4237
|
return renderOption(
|
|
4248
4238
|
item,
|
|
4249
4239
|
downshiftIndex++,
|
|
@@ -4298,16 +4288,16 @@ var Select = (_a) => {
|
|
|
4298
4288
|
"search"
|
|
4299
4289
|
]);
|
|
4300
4290
|
const environment = getDownshiftEnvironment(container);
|
|
4301
|
-
const [downshiftIsOpen, setDownshiftIsOpen] = (0,
|
|
4302
|
-
const [searchValue, setSearchValue] = (0,
|
|
4291
|
+
const [downshiftIsOpen, setDownshiftIsOpen] = (0, import_react25.useState)(false);
|
|
4292
|
+
const [searchValue, setSearchValue] = (0, import_react25.useState)("");
|
|
4303
4293
|
const onSearchChange = (e) => {
|
|
4304
4294
|
const value = e.target.value;
|
|
4305
4295
|
setSearchValue(value);
|
|
4306
4296
|
};
|
|
4307
|
-
const [prevSelectedItem, setPrevSelectedItem] = (0,
|
|
4297
|
+
const [prevSelectedItem, setPrevSelectedItem] = (0, import_react25.useState)(
|
|
4308
4298
|
getSelectedOption(selectedOptionValue, options)
|
|
4309
4299
|
);
|
|
4310
|
-
const [selectedItem, setSelectedItem] = (0,
|
|
4300
|
+
const [selectedItem, setSelectedItem] = (0, import_react25.useState)(prevSelectedItem);
|
|
4311
4301
|
const onDownshiftChange = (item) => {
|
|
4312
4302
|
setSelectedItem(item);
|
|
4313
4303
|
onChange && onChange(item ? item : "");
|
|
@@ -4332,14 +4322,14 @@ var Select = (_a) => {
|
|
|
4332
4322
|
snap: true,
|
|
4333
4323
|
triggerOffset
|
|
4334
4324
|
});
|
|
4335
|
-
(0,
|
|
4325
|
+
(0, import_react25.useEffect)(() => {
|
|
4336
4326
|
if (didSelectedOptionValueChange(selectedOptionValue, prevSelectedItem)) {
|
|
4337
4327
|
const selectedItem2 = getSelectedOption(selectedOptionValue, options);
|
|
4338
4328
|
setPrevSelectedItem(selectedItem2);
|
|
4339
4329
|
setSelectedItem(selectedItem2);
|
|
4340
4330
|
}
|
|
4341
4331
|
}, [selectedOptionValue, options, prevSelectedItem]);
|
|
4342
|
-
(0,
|
|
4332
|
+
(0, import_react25.useEffect)(() => {
|
|
4343
4333
|
onOpenChange && onOpenChange(downshiftIsOpen);
|
|
4344
4334
|
}, [downshiftIsOpen, onOpenChange]);
|
|
4345
4335
|
const stateReducer = (state, changes) => {
|
|
@@ -4352,7 +4342,7 @@ var Select = (_a) => {
|
|
|
4352
4342
|
}
|
|
4353
4343
|
return changes;
|
|
4354
4344
|
};
|
|
4355
|
-
options = (0,
|
|
4345
|
+
options = (0, import_react25.useMemo)(() => {
|
|
4356
4346
|
if (search) {
|
|
4357
4347
|
if (isGrouped(options)) {
|
|
4358
4348
|
let filteredGroups;
|
|
@@ -4387,7 +4377,7 @@ var Select = (_a) => {
|
|
|
4387
4377
|
}
|
|
4388
4378
|
return options;
|
|
4389
4379
|
}, [options, searchValue, search]);
|
|
4390
|
-
return /* @__PURE__ */
|
|
4380
|
+
return /* @__PURE__ */ import_react25.default.createElement(SelectWrapper, __spreadValues({}, props), /* @__PURE__ */ import_react25.default.createElement(import_downshift.default, __spreadProps(__spreadValues({}, downshiftProps), { stateReducer }), ({
|
|
4391
4381
|
getItemProps,
|
|
4392
4382
|
getInputProps,
|
|
4393
4383
|
getMenuProps,
|
|
@@ -4399,7 +4389,7 @@ var Select = (_a) => {
|
|
|
4399
4389
|
}) => {
|
|
4400
4390
|
return (
|
|
4401
4391
|
// Don't set the role to combobox to ensure a consistent experience for screen readers
|
|
4402
|
-
/* @__PURE__ */
|
|
4392
|
+
/* @__PURE__ */ import_react25.default.createElement("div", { role: "presentation" }, /* @__PURE__ */ import_react25.default.createElement("div", __spreadValues({}, triggerProps), trigger ? /* @__PURE__ */ import_react25.default.createElement(
|
|
4403
4393
|
CustomHeader,
|
|
4404
4394
|
{
|
|
4405
4395
|
getToggleButtonProps,
|
|
@@ -4415,7 +4405,7 @@ var Select = (_a) => {
|
|
|
4415
4405
|
errorMessage,
|
|
4416
4406
|
isOpen
|
|
4417
4407
|
}
|
|
4418
|
-
) : /* @__PURE__ */
|
|
4408
|
+
) : /* @__PURE__ */ import_react25.default.createElement(
|
|
4419
4409
|
SelectHeader,
|
|
4420
4410
|
{
|
|
4421
4411
|
getToggleButtonProps,
|
|
@@ -4431,7 +4421,7 @@ var Select = (_a) => {
|
|
|
4431
4421
|
isOpen
|
|
4432
4422
|
}
|
|
4433
4423
|
)), downshiftIsOpen && isOpen && renderLayer(
|
|
4434
|
-
/* @__PURE__ */
|
|
4424
|
+
/* @__PURE__ */ import_react25.default.createElement(
|
|
4435
4425
|
"div",
|
|
4436
4426
|
__spreadProps(__spreadValues({}, layerProps), {
|
|
4437
4427
|
style: __spreadProps(__spreadValues({}, layerProps.style), {
|
|
@@ -4439,7 +4429,7 @@ var Select = (_a) => {
|
|
|
4439
4429
|
width: menuMinWidth ? "auto" : triggerBounds == null ? void 0 : triggerBounds.width
|
|
4440
4430
|
})
|
|
4441
4431
|
}),
|
|
4442
|
-
/* @__PURE__ */
|
|
4432
|
+
/* @__PURE__ */ import_react25.default.createElement(
|
|
4443
4433
|
SelectMenu,
|
|
4444
4434
|
{
|
|
4445
4435
|
options,
|
|
@@ -4452,7 +4442,7 @@ var Select = (_a) => {
|
|
|
4452
4442
|
maxWidth: menuMaxWidth,
|
|
4453
4443
|
maxHeight: menuMaxHeight,
|
|
4454
4444
|
minWidth: menuMinWidth,
|
|
4455
|
-
search: search && /* @__PURE__ */
|
|
4445
|
+
search: search && /* @__PURE__ */ import_react25.default.createElement(
|
|
4456
4446
|
search_bar_default,
|
|
4457
4447
|
{
|
|
4458
4448
|
ariaLabel: search.searchPlaceholder,
|
|
@@ -4465,7 +4455,7 @@ var Select = (_a) => {
|
|
|
4465
4455
|
}
|
|
4466
4456
|
)
|
|
4467
4457
|
)
|
|
4468
|
-
), hasError && !downshiftIsOpen && /* @__PURE__ */
|
|
4458
|
+
), hasError && !downshiftIsOpen && /* @__PURE__ */ import_react25.default.createElement(ErrorMessage, null, errorMessage))
|
|
4469
4459
|
);
|
|
4470
4460
|
}));
|
|
4471
4461
|
};
|
|
@@ -4473,14 +4463,14 @@ var select_default = Select;
|
|
|
4473
4463
|
|
|
4474
4464
|
// src/components/backdrop/backdrop.tsx
|
|
4475
4465
|
var import_styled20 = __toESM(require("@emotion/styled"));
|
|
4476
|
-
var
|
|
4466
|
+
var import_react27 = __toESM(require("react"));
|
|
4477
4467
|
var import_transition_hook = require("transition-hook");
|
|
4478
4468
|
|
|
4479
4469
|
// src/hooks/use-prevent-scroll.ts
|
|
4480
|
-
var
|
|
4470
|
+
var import_react26 = require("react");
|
|
4481
4471
|
function usePreventScroll(level, enabled) {
|
|
4482
4472
|
const safeDocument = document;
|
|
4483
|
-
(0,
|
|
4473
|
+
(0, import_react26.useLayoutEffect)(() => {
|
|
4484
4474
|
const html = safeDocument == null ? void 0 : safeDocument.documentElement;
|
|
4485
4475
|
const body = safeDocument == null ? void 0 : safeDocument.body;
|
|
4486
4476
|
if (safeDocument == void 0 || !html || !body) {
|
|
@@ -4567,7 +4557,7 @@ var Backdrop = (_a) => {
|
|
|
4567
4557
|
]);
|
|
4568
4558
|
const { stage, shouldMount } = (0, import_transition_hook.useTransition)(isOpen, duration);
|
|
4569
4559
|
use_prevent_scroll_default("html", isOpen);
|
|
4570
|
-
return /* @__PURE__ */
|
|
4560
|
+
return /* @__PURE__ */ import_react27.default.createElement(import_react27.default.Fragment, null, shouldMount && /* @__PURE__ */ import_react27.default.createElement(
|
|
4571
4561
|
BackdropWrapper,
|
|
4572
4562
|
__spreadValues({
|
|
4573
4563
|
backgroundColor,
|
|
@@ -4577,7 +4567,7 @@ var Backdrop = (_a) => {
|
|
|
4577
4567
|
opacity: stage === "enter" ? 1 : 0
|
|
4578
4568
|
}
|
|
4579
4569
|
}, props),
|
|
4580
|
-
/* @__PURE__ */
|
|
4570
|
+
/* @__PURE__ */ import_react27.default.createElement(ChildrenWrapper, null, children)
|
|
4581
4571
|
));
|
|
4582
4572
|
};
|
|
4583
4573
|
var backdrop_default = Backdrop;
|
|
@@ -4585,13 +4575,13 @@ var backdrop_default = Backdrop;
|
|
|
4585
4575
|
// src/components/modal/modal.tsx
|
|
4586
4576
|
var import_styled21 = __toESM(require("@emotion/styled"));
|
|
4587
4577
|
var import_focus_trap_react = __toESM(require("focus-trap-react"));
|
|
4588
|
-
var
|
|
4578
|
+
var import_react28 = __toESM(require("react"));
|
|
4589
4579
|
|
|
4590
4580
|
// src/components/icon/available-icons/close.tsx
|
|
4591
4581
|
var import_close = __toESM(require("@atlaskit/icon/core/close"));
|
|
4592
|
-
var
|
|
4582
|
+
var React28 = __toESM(require("react"));
|
|
4593
4583
|
function SvgClose() {
|
|
4594
|
-
return /* @__PURE__ */
|
|
4584
|
+
return /* @__PURE__ */ React28.createElement(import_close.default, { label: "", testId: "ads-refreshed-icon" });
|
|
4595
4585
|
}
|
|
4596
4586
|
|
|
4597
4587
|
// src/components/modal/modal.tsx
|
|
@@ -4717,14 +4707,14 @@ var ModalCard = (_a) => {
|
|
|
4717
4707
|
}
|
|
4718
4708
|
}
|
|
4719
4709
|
};
|
|
4720
|
-
(0,
|
|
4710
|
+
(0, import_react28.useEffect)(() => {
|
|
4721
4711
|
window.addEventListener("keydown", keyListener);
|
|
4722
4712
|
return () => {
|
|
4723
4713
|
window.removeEventListener("keydown", keyListener);
|
|
4724
4714
|
};
|
|
4725
4715
|
}, [isOpen, onCloseClick]);
|
|
4726
4716
|
use_prevent_scroll_default("html", isOpen);
|
|
4727
|
-
return /* @__PURE__ */
|
|
4717
|
+
return /* @__PURE__ */ import_react28.default.createElement(
|
|
4728
4718
|
import_focus_trap_react.default,
|
|
4729
4719
|
{
|
|
4730
4720
|
active: isOpen,
|
|
@@ -4733,7 +4723,7 @@ var ModalCard = (_a) => {
|
|
|
4733
4723
|
allowOutsideClick: true
|
|
4734
4724
|
}, initialFocus !== void 0 ? { initialFocus } : {})
|
|
4735
4725
|
},
|
|
4736
|
-
/* @__PURE__ */
|
|
4726
|
+
/* @__PURE__ */ import_react28.default.createElement(
|
|
4737
4727
|
ModalCardWrapper,
|
|
4738
4728
|
__spreadValues({
|
|
4739
4729
|
open: isOpen,
|
|
@@ -4746,15 +4736,15 @@ var ModalCard = (_a) => {
|
|
|
4746
4736
|
"aria-modal": ariaModal,
|
|
4747
4737
|
"aria-labelledby": ariaLabelledBy
|
|
4748
4738
|
}, props),
|
|
4749
|
-
!removeClose && onCloseClick && /* @__PURE__ */
|
|
4739
|
+
!removeClose && onCloseClick && /* @__PURE__ */ import_react28.default.createElement(CloseIconSection, null, /* @__PURE__ */ import_react28.default.createElement(
|
|
4750
4740
|
icon_button_default,
|
|
4751
4741
|
{
|
|
4752
4742
|
altText: "Close",
|
|
4753
|
-
icon: /* @__PURE__ */
|
|
4743
|
+
icon: /* @__PURE__ */ import_react28.default.createElement(SvgClose, null),
|
|
4754
4744
|
onClick: onCloseClick
|
|
4755
4745
|
}
|
|
4756
4746
|
)),
|
|
4757
|
-
/* @__PURE__ */
|
|
4747
|
+
/* @__PURE__ */ import_react28.default.createElement(
|
|
4758
4748
|
ModalCardChildrenSection,
|
|
4759
4749
|
__spreadProps(__spreadValues({}, removeClose ? { tabIndex: 0 } : { tabIndex: -1 }), {
|
|
4760
4750
|
maxHeight
|
|
@@ -4764,7 +4754,7 @@ var ModalCard = (_a) => {
|
|
|
4764
4754
|
)
|
|
4765
4755
|
);
|
|
4766
4756
|
};
|
|
4767
|
-
var Modal =
|
|
4757
|
+
var Modal = import_react28.default.forwardRef(
|
|
4768
4758
|
(_a, ref) => {
|
|
4769
4759
|
var _b = _a, {
|
|
4770
4760
|
children,
|
|
@@ -4820,14 +4810,14 @@ var Modal = import_react27.default.forwardRef(
|
|
|
4820
4810
|
}
|
|
4821
4811
|
onCloseClick(e);
|
|
4822
4812
|
};
|
|
4823
|
-
return /* @__PURE__ */
|
|
4813
|
+
return /* @__PURE__ */ import_react28.default.createElement(backdrop_default, __spreadValues({ isOpen, zIndex }, props), /* @__PURE__ */ import_react28.default.createElement(
|
|
4824
4814
|
container_default,
|
|
4825
4815
|
{
|
|
4826
4816
|
height: "100%",
|
|
4827
4817
|
onClick: closeClickHandler,
|
|
4828
4818
|
onKeyDown
|
|
4829
4819
|
},
|
|
4830
|
-
/* @__PURE__ */
|
|
4820
|
+
/* @__PURE__ */ import_react28.default.createElement(
|
|
4831
4821
|
ModalCard,
|
|
4832
4822
|
{
|
|
4833
4823
|
ref,
|
|
@@ -4842,19 +4832,19 @@ var Modal = import_react27.default.forwardRef(
|
|
|
4842
4832
|
ariaLabelledBy: (_a2 = ariaLabelledBy != null ? ariaLabelledBy : titleId) != null ? _a2 : void 0,
|
|
4843
4833
|
initialFocus
|
|
4844
4834
|
},
|
|
4845
|
-
/* @__PURE__ */
|
|
4835
|
+
/* @__PURE__ */ import_react28.default.createElement(
|
|
4846
4836
|
ContentWrapper,
|
|
4847
4837
|
{
|
|
4848
4838
|
rows: `${title ? "auto " : ""} ${children ? "1fr " : ""} ${hasButtons ? "auto" : ""}`
|
|
4849
4839
|
},
|
|
4850
|
-
title && /* @__PURE__ */
|
|
4840
|
+
title && /* @__PURE__ */ import_react28.default.createElement(
|
|
4851
4841
|
TitleSection,
|
|
4852
4842
|
{
|
|
4853
4843
|
bottom: children ? "var(--lns-space-medium)" : "var(--lns-space-xlarge)"
|
|
4854
4844
|
},
|
|
4855
|
-
/* @__PURE__ */
|
|
4845
|
+
/* @__PURE__ */ import_react28.default.createElement(text_default, { htmlTag: "h1", variant: "title", id: titleId }, title)
|
|
4856
4846
|
),
|
|
4857
|
-
/* @__PURE__ */
|
|
4847
|
+
/* @__PURE__ */ import_react28.default.createElement(
|
|
4858
4848
|
ChildrenSection2,
|
|
4859
4849
|
{
|
|
4860
4850
|
noPadding,
|
|
@@ -4864,14 +4854,14 @@ var Modal = import_react27.default.forwardRef(
|
|
|
4864
4854
|
},
|
|
4865
4855
|
children && children
|
|
4866
4856
|
),
|
|
4867
|
-
hasButtons && /* @__PURE__ */
|
|
4857
|
+
hasButtons && /* @__PURE__ */ import_react28.default.createElement(
|
|
4868
4858
|
ButtonsSection,
|
|
4869
4859
|
{
|
|
4870
4860
|
top: children ? "var(--lns-space-xlarge)" : 0,
|
|
4871
4861
|
hasDividers
|
|
4872
4862
|
},
|
|
4873
4863
|
alternativeButton,
|
|
4874
|
-
/* @__PURE__ */
|
|
4864
|
+
/* @__PURE__ */ import_react28.default.createElement(RightButtonsSection, null, secondaryButton && /* @__PURE__ */ import_react28.default.createElement(spacer_default, { right: "small", isInline: true }, secondaryButton), mainButton)
|
|
4875
4865
|
)
|
|
4876
4866
|
)
|
|
4877
4867
|
)
|
|
@@ -4881,9 +4871,9 @@ var Modal = import_react27.default.forwardRef(
|
|
|
4881
4871
|
var modal_default = Modal;
|
|
4882
4872
|
|
|
4883
4873
|
// src/components/link/link.tsx
|
|
4884
|
-
var
|
|
4874
|
+
var import_react29 = require("@emotion/react");
|
|
4885
4875
|
var import_styled22 = __toESM(require("@emotion/styled"));
|
|
4886
|
-
var
|
|
4876
|
+
var import_react30 = __toESM(require("react"));
|
|
4887
4877
|
var variants2 = {
|
|
4888
4878
|
neutral: {
|
|
4889
4879
|
color: getColorValue("inherit"),
|
|
@@ -4902,16 +4892,16 @@ var variants2 = {
|
|
|
4902
4892
|
}
|
|
4903
4893
|
};
|
|
4904
4894
|
var statusStyles2 = {
|
|
4905
|
-
enabled:
|
|
4895
|
+
enabled: import_react29.css`
|
|
4906
4896
|
cursor: pointer;
|
|
4907
4897
|
`,
|
|
4908
|
-
disabled:
|
|
4898
|
+
disabled: import_react29.css`
|
|
4909
4899
|
pointer-events: none;
|
|
4910
4900
|
color: ${getColorValue("disabledContent")};
|
|
4911
4901
|
`
|
|
4912
4902
|
};
|
|
4913
4903
|
var buttonStyles = {
|
|
4914
|
-
isButton:
|
|
4904
|
+
isButton: import_react29.css`
|
|
4915
4905
|
background: none;
|
|
4916
4906
|
border: none;
|
|
4917
4907
|
font: inherit;
|
|
@@ -4954,7 +4944,7 @@ var Link = (_a) => {
|
|
|
4954
4944
|
"htmlTag",
|
|
4955
4945
|
"isDisabled"
|
|
4956
4946
|
]);
|
|
4957
|
-
return /* @__PURE__ */
|
|
4947
|
+
return /* @__PURE__ */ import_react30.default.createElement(
|
|
4958
4948
|
LinkWrapper,
|
|
4959
4949
|
__spreadValues({
|
|
4960
4950
|
href,
|
|
@@ -4970,7 +4960,7 @@ var link_default = Link;
|
|
|
4970
4960
|
|
|
4971
4961
|
// src/components/textarea/textarea.tsx
|
|
4972
4962
|
var import_styled23 = __toESM(require("@emotion/styled"));
|
|
4973
|
-
var
|
|
4963
|
+
var import_react31 = __toESM(require("react"));
|
|
4974
4964
|
var sizesStyles3 = {
|
|
4975
4965
|
small: {
|
|
4976
4966
|
padding: `${u(1.5)} ${u(1.75)}`,
|
|
@@ -5020,7 +5010,7 @@ var TextareaWrapper = import_styled23.default.textarea`
|
|
|
5020
5010
|
color: ${getColorValue("bodyDimmed")};
|
|
5021
5011
|
}
|
|
5022
5012
|
`;
|
|
5023
|
-
var Textarea =
|
|
5013
|
+
var Textarea = import_react31.default.forwardRef(
|
|
5024
5014
|
(_a, ref) => {
|
|
5025
5015
|
var _b = _a, {
|
|
5026
5016
|
onChange,
|
|
@@ -5041,7 +5031,7 @@ var Textarea = import_react30.default.forwardRef(
|
|
|
5041
5031
|
"resize",
|
|
5042
5032
|
"error"
|
|
5043
5033
|
]);
|
|
5044
|
-
return /* @__PURE__ */
|
|
5034
|
+
return /* @__PURE__ */ import_react31.default.createElement(import_react31.default.Fragment, null, /* @__PURE__ */ import_react31.default.createElement(
|
|
5045
5035
|
TextareaWrapper,
|
|
5046
5036
|
__spreadValues({
|
|
5047
5037
|
disabled: isDisabled,
|
|
@@ -5054,7 +5044,7 @@ var Textarea = import_react30.default.forwardRef(
|
|
|
5054
5044
|
resize,
|
|
5055
5045
|
error
|
|
5056
5046
|
}, props)
|
|
5057
|
-
), error ? /* @__PURE__ */
|
|
5047
|
+
), error ? /* @__PURE__ */ import_react31.default.createElement(import_react31.default.Fragment, null, /* @__PURE__ */ import_react31.default.createElement(spacer_default, { bottom: "xmsall" }), /* @__PURE__ */ import_react31.default.createElement(text_default, { color: "danger", fontWeight: "regular", size: "body-md" }, error)) : null);
|
|
5058
5048
|
}
|
|
5059
5049
|
);
|
|
5060
5050
|
var textarea_default = Textarea;
|
|
@@ -5062,7 +5052,7 @@ var textarea_default = Textarea;
|
|
|
5062
5052
|
// src/components/typeahead/typeahead.tsx
|
|
5063
5053
|
var import_styled24 = __toESM(require("@emotion/styled"));
|
|
5064
5054
|
var import_downshift3 = __toESM(require("downshift"));
|
|
5065
|
-
var
|
|
5055
|
+
var import_react32 = __toESM(require("react"));
|
|
5066
5056
|
var import_react_laag2 = require("react-laag");
|
|
5067
5057
|
var import_resize_observer_polyfill2 = __toESM(require("resize-observer-polyfill"));
|
|
5068
5058
|
var TypeaheadWrapper = import_styled24.default.div`
|
|
@@ -5282,7 +5272,7 @@ var TypeaheadHeader = ({
|
|
|
5282
5272
|
onChange: (e) => handleInputValueChange(e.target.value)
|
|
5283
5273
|
}));
|
|
5284
5274
|
const showPlaceholder = !inputValue && !selectedOptionValue;
|
|
5285
|
-
return /* @__PURE__ */
|
|
5275
|
+
return /* @__PURE__ */ import_react32.default.createElement(TypeaheadHeaderWrapper, { onClick: handleClickAndFocus, disabled: isDisabled }, hasIcon && /* @__PURE__ */ import_react32.default.createElement(IconSection3, null, typeof icon === "string" ? /* @__PURE__ */ import_react32.default.createElement(container_default, { radius: "50", width: 3, height: 3, overflow: "hidden" }, /* @__PURE__ */ import_react32.default.createElement(align_default, { alignment: "center" }, /* @__PURE__ */ import_react32.default.createElement(TypeaheadImage, { src: icon, alt: "", isDisabled }))) : /* @__PURE__ */ import_react32.default.createElement(icon_default, { icon, color })), /* @__PURE__ */ import_react32.default.createElement(
|
|
5286
5276
|
TypeaheadInputField,
|
|
5287
5277
|
__spreadProps(__spreadValues({
|
|
5288
5278
|
ref: inputRef
|
|
@@ -5292,12 +5282,12 @@ var TypeaheadHeader = ({
|
|
|
5292
5282
|
hasError,
|
|
5293
5283
|
isDisabled
|
|
5294
5284
|
})
|
|
5295
|
-
), !inputValue && /* @__PURE__ */
|
|
5285
|
+
), !inputValue && /* @__PURE__ */ import_react32.default.createElement(TextOverlay, { hasIcon }, /* @__PURE__ */ import_react32.default.createElement(text_default, { hasEllipsis: true, color: showPlaceholder ? "bodyDimmed" : "inherit" }, getTitle2({
|
|
5296
5286
|
options,
|
|
5297
5287
|
selectedItem,
|
|
5298
5288
|
selectedOptionValue,
|
|
5299
5289
|
placeholder
|
|
5300
|
-
}))), /* @__PURE__ */
|
|
5290
|
+
}))), /* @__PURE__ */ import_react32.default.createElement(AddOnSection, null, hasLoader ? /* @__PURE__ */ import_react32.default.createElement(loader_default, { size: "small" }) : /* @__PURE__ */ import_react32.default.createElement(icon_default, { icon: /* @__PURE__ */ import_react32.default.createElement(SvgChevronDown, null), color })));
|
|
5301
5291
|
};
|
|
5302
5292
|
var getSelectedOption2 = (value, options) => {
|
|
5303
5293
|
var _a;
|
|
@@ -5319,7 +5309,7 @@ var didSelectedOptionValueChange2 = (selectedOptionValue, prevSelectedItem) => {
|
|
|
5319
5309
|
};
|
|
5320
5310
|
var renderOption2 = (item, index, selectedItem, selectedOptionValue, highlightedIndex, getItemProps) => {
|
|
5321
5311
|
const isSelected = !selectedItem && item.value === selectedOptionValue || selectedItem && selectedItem.value === item.value;
|
|
5322
|
-
return /* @__PURE__ */
|
|
5312
|
+
return /* @__PURE__ */ import_react32.default.createElement(
|
|
5323
5313
|
MenuItem,
|
|
5324
5314
|
__spreadProps(__spreadValues({
|
|
5325
5315
|
key: index,
|
|
@@ -5363,16 +5353,16 @@ var TypeaheadMenu = (_a) => {
|
|
|
5363
5353
|
"emptyResultsMessage",
|
|
5364
5354
|
"hasAvailableOptions"
|
|
5365
5355
|
]);
|
|
5366
|
-
const defaultLoadingMessage = loadingMessage || /* @__PURE__ */
|
|
5356
|
+
const defaultLoadingMessage = loadingMessage || /* @__PURE__ */ import_react32.default.createElement(loader_default, null);
|
|
5367
5357
|
const defaultEmptyResultsMessage = emptyResultsMessage || "No results";
|
|
5368
5358
|
if (isLoading) {
|
|
5369
|
-
return /* @__PURE__ */
|
|
5359
|
+
return /* @__PURE__ */ import_react32.default.createElement(menu_default, __spreadValues({ as: "div" }, menuProps), /* @__PURE__ */ import_react32.default.createElement(container_default, { padding: "large" }, /* @__PURE__ */ import_react32.default.createElement(align_default, { alignment: "center" }, defaultLoadingMessage)));
|
|
5370
5360
|
}
|
|
5371
5361
|
if (!hasAvailableOptions) {
|
|
5372
|
-
return /* @__PURE__ */
|
|
5362
|
+
return /* @__PURE__ */ import_react32.default.createElement(menu_default, __spreadValues({ as: "div" }, menuProps), /* @__PURE__ */ import_react32.default.createElement(container_default, { padding: "large" }, /* @__PURE__ */ import_react32.default.createElement(align_default, { alignment: "center" }, defaultEmptyResultsMessage)));
|
|
5373
5363
|
}
|
|
5374
5364
|
if (!isGrouped2(options)) {
|
|
5375
|
-
return /* @__PURE__ */
|
|
5365
|
+
return /* @__PURE__ */ import_react32.default.createElement(menu_default, __spreadValues({}, menuProps), options.map(
|
|
5376
5366
|
(item, index) => renderOption2(
|
|
5377
5367
|
item,
|
|
5378
5368
|
index,
|
|
@@ -5384,9 +5374,18 @@ var TypeaheadMenu = (_a) => {
|
|
|
5384
5374
|
));
|
|
5385
5375
|
}
|
|
5386
5376
|
let downshiftIndex = 0;
|
|
5387
|
-
return /* @__PURE__ */
|
|
5377
|
+
return /* @__PURE__ */ import_react32.default.createElement(menu_default, __spreadValues({}, menuProps), options.map((group) => {
|
|
5388
5378
|
const groupId = `group-${group.group.replace(/\s+/g, "-")}`;
|
|
5389
|
-
return /* @__PURE__ */
|
|
5379
|
+
return /* @__PURE__ */ import_react32.default.createElement("li", { key: groupId }, /* @__PURE__ */ import_react32.default.createElement(spacer_default, { left: "medium", top: "small", bottom: "xsmall" }, /* @__PURE__ */ import_react32.default.createElement(
|
|
5380
|
+
text_default,
|
|
5381
|
+
{
|
|
5382
|
+
id: groupId,
|
|
5383
|
+
size: "body-sm",
|
|
5384
|
+
fontWeight: "bold",
|
|
5385
|
+
htmlTag: group.headingTag || "h2"
|
|
5386
|
+
},
|
|
5387
|
+
group.group
|
|
5388
|
+
)), /* @__PURE__ */ import_react32.default.createElement(Group2, { role: "group", "aria-labelledby": groupId }, group.items.map((item) => {
|
|
5390
5389
|
return renderOption2(
|
|
5391
5390
|
item,
|
|
5392
5391
|
downshiftIndex++,
|
|
@@ -5398,7 +5397,7 @@ var TypeaheadMenu = (_a) => {
|
|
|
5398
5397
|
})));
|
|
5399
5398
|
}));
|
|
5400
5399
|
};
|
|
5401
|
-
var Typeahead = (0,
|
|
5400
|
+
var Typeahead = (0, import_react32.forwardRef)(
|
|
5402
5401
|
(_a, ref) => {
|
|
5403
5402
|
var _b = _a, {
|
|
5404
5403
|
container,
|
|
@@ -5444,8 +5443,8 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5444
5443
|
"id"
|
|
5445
5444
|
]);
|
|
5446
5445
|
const environment = getDownshiftEnvironment(container);
|
|
5447
|
-
const internalInputRef = (0,
|
|
5448
|
-
const inputRef = (0,
|
|
5446
|
+
const internalInputRef = (0, import_react32.useRef)(null);
|
|
5447
|
+
const inputRef = (0, import_react32.useCallback)(
|
|
5449
5448
|
(node) => {
|
|
5450
5449
|
internalInputRef.current = node;
|
|
5451
5450
|
if (ref) {
|
|
@@ -5454,12 +5453,12 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5454
5453
|
},
|
|
5455
5454
|
[ref]
|
|
5456
5455
|
);
|
|
5457
|
-
const [inputValue, setInputValue] = (0,
|
|
5458
|
-
const [downshiftIsOpen, setDownshiftIsOpen] = (0,
|
|
5459
|
-
const [prevSelectedItem, setPrevSelectedItem] = (0,
|
|
5456
|
+
const [inputValue, setInputValue] = (0, import_react32.useState)("");
|
|
5457
|
+
const [downshiftIsOpen, setDownshiftIsOpen] = (0, import_react32.useState)(false);
|
|
5458
|
+
const [prevSelectedItem, setPrevSelectedItem] = (0, import_react32.useState)(
|
|
5460
5459
|
getSelectedOption2(selectedOptionValue, options)
|
|
5461
5460
|
);
|
|
5462
|
-
const [selectedItem, setSelectedItem] = (0,
|
|
5461
|
+
const [selectedItem, setSelectedItem] = (0, import_react32.useState)(
|
|
5463
5462
|
prevSelectedItem
|
|
5464
5463
|
);
|
|
5465
5464
|
const handleInputValueChange = (value) => {
|
|
@@ -5490,7 +5489,7 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5490
5489
|
auto: true,
|
|
5491
5490
|
snap: true
|
|
5492
5491
|
});
|
|
5493
|
-
(0,
|
|
5492
|
+
(0, import_react32.useEffect)(() => {
|
|
5494
5493
|
if (didSelectedOptionValueChange2(selectedOptionValue, prevSelectedItem)) {
|
|
5495
5494
|
const item = getSelectedOption2(selectedOptionValue, options);
|
|
5496
5495
|
setPrevSelectedItem(item);
|
|
@@ -5498,14 +5497,14 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5498
5497
|
setInputValue("");
|
|
5499
5498
|
}
|
|
5500
5499
|
}, [selectedOptionValue, options, prevSelectedItem]);
|
|
5501
|
-
(0,
|
|
5500
|
+
(0, import_react32.useEffect)(() => {
|
|
5502
5501
|
var _a2;
|
|
5503
5502
|
onOpenChange && onOpenChange(downshiftIsOpen);
|
|
5504
5503
|
if (!downshiftIsOpen) {
|
|
5505
5504
|
(_a2 = internalInputRef.current) == null ? void 0 : _a2.blur();
|
|
5506
5505
|
}
|
|
5507
5506
|
}, [downshiftIsOpen, onOpenChange]);
|
|
5508
|
-
const hasAvailableOptions = (0,
|
|
5507
|
+
const hasAvailableOptions = (0, import_react32.useMemo)(() => {
|
|
5509
5508
|
if (!Array.isArray(options)) {
|
|
5510
5509
|
return false;
|
|
5511
5510
|
}
|
|
@@ -5521,7 +5520,7 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5521
5520
|
}
|
|
5522
5521
|
return changes;
|
|
5523
5522
|
};
|
|
5524
|
-
return /* @__PURE__ */
|
|
5523
|
+
return /* @__PURE__ */ import_react32.default.createElement(TypeaheadWrapper, __spreadValues({}, props), /* @__PURE__ */ import_react32.default.createElement(import_downshift3.default, __spreadProps(__spreadValues({}, downshiftProps), { stateReducer }), ({
|
|
5525
5524
|
getItemProps,
|
|
5526
5525
|
getInputProps,
|
|
5527
5526
|
getMenuProps,
|
|
@@ -5531,7 +5530,7 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5531
5530
|
}) => {
|
|
5532
5531
|
return (
|
|
5533
5532
|
// Don't set the role to combobox to ensure a consistent experience for screen readers
|
|
5534
|
-
/* @__PURE__ */
|
|
5533
|
+
/* @__PURE__ */ import_react32.default.createElement("div", { role: "presentation" }, /* @__PURE__ */ import_react32.default.createElement("div", __spreadValues({}, triggerProps), /* @__PURE__ */ import_react32.default.createElement(
|
|
5535
5534
|
TypeaheadHeader,
|
|
5536
5535
|
{
|
|
5537
5536
|
inputRef,
|
|
@@ -5553,7 +5552,7 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5553
5552
|
id
|
|
5554
5553
|
}
|
|
5555
5554
|
)), downshiftIsOpen && isOpen && renderLayer(
|
|
5556
|
-
/* @__PURE__ */
|
|
5555
|
+
/* @__PURE__ */ import_react32.default.createElement(
|
|
5557
5556
|
"div",
|
|
5558
5557
|
__spreadProps(__spreadValues({}, layerProps), {
|
|
5559
5558
|
style: __spreadProps(__spreadValues({}, layerProps.style), {
|
|
@@ -5561,7 +5560,7 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5561
5560
|
width: menuMinWidth ? "auto" : triggerBounds == null ? void 0 : triggerBounds.width
|
|
5562
5561
|
})
|
|
5563
5562
|
}),
|
|
5564
|
-
/* @__PURE__ */
|
|
5563
|
+
/* @__PURE__ */ import_react32.default.createElement(
|
|
5565
5564
|
TypeaheadMenu,
|
|
5566
5565
|
{
|
|
5567
5566
|
options,
|
|
@@ -5581,7 +5580,7 @@ var Typeahead = (0, import_react31.forwardRef)(
|
|
|
5581
5580
|
}
|
|
5582
5581
|
)
|
|
5583
5582
|
)
|
|
5584
|
-
), Boolean(errorMessage) && !downshiftIsOpen ? /* @__PURE__ */
|
|
5583
|
+
), Boolean(errorMessage) && !downshiftIsOpen ? /* @__PURE__ */ import_react32.default.createElement(ErrorMessage2, null, errorMessage) : null)
|
|
5585
5584
|
);
|
|
5586
5585
|
}));
|
|
5587
5586
|
}
|
|
@@ -5592,7 +5591,7 @@ var typeahead_default = Typeahead;
|
|
|
5592
5591
|
// src/components/dropdown/dropdown.tsx
|
|
5593
5592
|
var import_styled25 = __toESM(require("@emotion/styled"));
|
|
5594
5593
|
var import_downshift5 = __toESM(require("downshift"));
|
|
5595
|
-
var
|
|
5594
|
+
var import_react33 = __toESM(require("react"));
|
|
5596
5595
|
var import_react_laag3 = require("react-laag");
|
|
5597
5596
|
var import_resize_observer_polyfill3 = __toESM(require("resize-observer-polyfill"));
|
|
5598
5597
|
var getAccessibilityProps = ({
|
|
@@ -5651,12 +5650,29 @@ var Dropdown = (_a) => {
|
|
|
5651
5650
|
"menuItemRole"
|
|
5652
5651
|
]);
|
|
5653
5652
|
const environment = getDownshiftEnvironment(container);
|
|
5654
|
-
const [downshiftIsOpen, setDownshiftIsOpen] = (0,
|
|
5655
|
-
const [
|
|
5653
|
+
const [downshiftIsOpen, setDownshiftIsOpen] = (0, import_react33.useState)(false);
|
|
5654
|
+
const [keyboardMove, setKeyboardMove] = (0, import_react33.useState)(false);
|
|
5655
|
+
const [searchValue, setSearchValue] = (0, import_react33.useState)("");
|
|
5656
5656
|
const onSearchChange = (e) => {
|
|
5657
5657
|
const value = e.target.value;
|
|
5658
5658
|
setSearchValue(value);
|
|
5659
5659
|
};
|
|
5660
|
+
const onKeyDown = (e) => {
|
|
5661
|
+
switch (e.key) {
|
|
5662
|
+
case "ArrowDown":
|
|
5663
|
+
case "ArrowUp":
|
|
5664
|
+
case "ArrowLeft":
|
|
5665
|
+
case "ArrowRight":
|
|
5666
|
+
case "Enter":
|
|
5667
|
+
case " ":
|
|
5668
|
+
case "Tab":
|
|
5669
|
+
case "Escape":
|
|
5670
|
+
setKeyboardMove(true);
|
|
5671
|
+
break;
|
|
5672
|
+
default:
|
|
5673
|
+
break;
|
|
5674
|
+
}
|
|
5675
|
+
};
|
|
5660
5676
|
const isOpen = isOpenFromProps || downshiftIsOpen;
|
|
5661
5677
|
const { layerProps, triggerProps, renderLayer } = (0, import_react_laag3.useLayer)({
|
|
5662
5678
|
isOpen,
|
|
@@ -5667,7 +5683,7 @@ var Dropdown = (_a) => {
|
|
|
5667
5683
|
snap: true,
|
|
5668
5684
|
triggerOffset
|
|
5669
5685
|
});
|
|
5670
|
-
(0,
|
|
5686
|
+
(0, import_react33.useEffect)(() => {
|
|
5671
5687
|
onOpenChange && onOpenChange(isOpen);
|
|
5672
5688
|
}, [isOpen, onOpenChange]);
|
|
5673
5689
|
const stateReducer = (state, changes) => {
|
|
@@ -5676,7 +5692,7 @@ var Dropdown = (_a) => {
|
|
|
5676
5692
|
}
|
|
5677
5693
|
return changes;
|
|
5678
5694
|
};
|
|
5679
|
-
options = (0,
|
|
5695
|
+
options = (0, import_react33.useMemo)(() => {
|
|
5680
5696
|
if (search) {
|
|
5681
5697
|
if (search.searchType === "startsWith") {
|
|
5682
5698
|
return options.filter(
|
|
@@ -5689,7 +5705,7 @@ var Dropdown = (_a) => {
|
|
|
5689
5705
|
}
|
|
5690
5706
|
return options;
|
|
5691
5707
|
}, [options, searchValue, search]);
|
|
5692
|
-
return /* @__PURE__ */
|
|
5708
|
+
return /* @__PURE__ */ import_react33.default.createElement(
|
|
5693
5709
|
import_downshift5.default,
|
|
5694
5710
|
{
|
|
5695
5711
|
stateReducer,
|
|
@@ -5705,7 +5721,7 @@ var Dropdown = (_a) => {
|
|
|
5705
5721
|
getToggleButtonProps,
|
|
5706
5722
|
highlightedIndex,
|
|
5707
5723
|
isOpen: isOpen2
|
|
5708
|
-
}) => /* @__PURE__ */
|
|
5724
|
+
}) => /* @__PURE__ */ import_react33.default.createElement(
|
|
5709
5725
|
"div",
|
|
5710
5726
|
__spreadValues(__spreadValues({}, props), triggerCallback ? {
|
|
5711
5727
|
// the Downshift component appears to set the following props,
|
|
@@ -5715,27 +5731,31 @@ var Dropdown = (_a) => {
|
|
|
5715
5731
|
"aria-expanded": null,
|
|
5716
5732
|
"aria-labelledby": null
|
|
5717
5733
|
} : {}),
|
|
5718
|
-
/* @__PURE__ */
|
|
5734
|
+
/* @__PURE__ */ import_react33.default.createElement("div", __spreadValues({}, triggerProps), triggerCallback ? triggerCallback(__spreadValues(__spreadValues({}, getToggleButtonProps({ onKeyDown })), getAccessibilityProps({
|
|
5719
5735
|
ariaMenuName,
|
|
5720
5736
|
getInputProps,
|
|
5721
5737
|
isOpen: isOpen2
|
|
5722
|
-
}))) : /* @__PURE__ */
|
|
5738
|
+
}))) : /* @__PURE__ */ import_react33.default.createElement(
|
|
5739
|
+
TriggerSection,
|
|
5740
|
+
__spreadValues({}, getToggleButtonProps({ onKeyDown, tabIndex: 0 })),
|
|
5741
|
+
trigger
|
|
5742
|
+
)),
|
|
5723
5743
|
isOpen2 && renderLayer(
|
|
5724
|
-
/* @__PURE__ */
|
|
5744
|
+
/* @__PURE__ */ import_react33.default.createElement(
|
|
5725
5745
|
"div",
|
|
5726
5746
|
__spreadProps(__spreadValues({}, layerProps), {
|
|
5727
5747
|
style: __spreadProps(__spreadValues({}, layerProps.style), { zIndex: menuZIndex })
|
|
5728
5748
|
}),
|
|
5729
|
-
/* @__PURE__ */
|
|
5749
|
+
/* @__PURE__ */ import_react33.default.createElement(
|
|
5730
5750
|
menu_default,
|
|
5731
5751
|
{
|
|
5732
5752
|
position: menuPosition,
|
|
5733
5753
|
minWidth: menuMinWidth,
|
|
5734
5754
|
maxWidth: menuMaxWidth,
|
|
5735
5755
|
maxHeight: menuMaxHeight,
|
|
5736
|
-
downshiftMenuProps: getMenuProps,
|
|
5756
|
+
downshiftMenuProps: () => getMenuProps({ onKeyDown }),
|
|
5737
5757
|
role,
|
|
5738
|
-
search: search && /* @__PURE__ */
|
|
5758
|
+
search: search && /* @__PURE__ */ import_react33.default.createElement(
|
|
5739
5759
|
search_bar_default,
|
|
5740
5760
|
{
|
|
5741
5761
|
ariaLabel: search.searchPlaceholder,
|
|
@@ -5747,11 +5767,12 @@ var Dropdown = (_a) => {
|
|
|
5747
5767
|
)
|
|
5748
5768
|
},
|
|
5749
5769
|
options.map((item, index) => {
|
|
5750
|
-
return /* @__PURE__ */
|
|
5770
|
+
return /* @__PURE__ */ import_react33.default.createElement(
|
|
5751
5771
|
MenuItem,
|
|
5752
5772
|
__spreadValues({
|
|
5753
5773
|
key: index,
|
|
5754
5774
|
isHighlighted: highlightedIndex === index,
|
|
5775
|
+
keyboardMove: keyboardMove && highlightedIndex === index,
|
|
5755
5776
|
isDisabled: item.disabled,
|
|
5756
5777
|
isSelected: item.selected,
|
|
5757
5778
|
icon: item.icon,
|
|
@@ -5763,7 +5784,12 @@ var Dropdown = (_a) => {
|
|
|
5763
5784
|
key: index,
|
|
5764
5785
|
index,
|
|
5765
5786
|
item,
|
|
5766
|
-
disabled: item.disabled
|
|
5787
|
+
disabled: item.disabled,
|
|
5788
|
+
onMouseMove: () => {
|
|
5789
|
+
if (keyboardMove) {
|
|
5790
|
+
setKeyboardMove(false);
|
|
5791
|
+
}
|
|
5792
|
+
}
|
|
5767
5793
|
})),
|
|
5768
5794
|
item.title
|
|
5769
5795
|
);
|
|
@@ -5778,11 +5804,11 @@ var dropdown_default = Dropdown;
|
|
|
5778
5804
|
|
|
5779
5805
|
// src/components/form-field/form-field.tsx
|
|
5780
5806
|
var import_styled28 = __toESM(require("@emotion/styled"));
|
|
5781
|
-
var
|
|
5807
|
+
var import_react36 = __toESM(require("react"));
|
|
5782
5808
|
|
|
5783
5809
|
// src/components/radio/radio.tsx
|
|
5784
5810
|
var import_styled26 = __toESM(require("@emotion/styled"));
|
|
5785
|
-
var
|
|
5811
|
+
var import_react34 = __toESM(require("react"));
|
|
5786
5812
|
var RadioLabel = import_styled26.default.label`
|
|
5787
5813
|
display: block;
|
|
5788
5814
|
position: relative;
|
|
@@ -5848,7 +5874,7 @@ var RadioBox = import_styled26.default.span`
|
|
|
5848
5874
|
background-color: ${getColorValue("white")};
|
|
5849
5875
|
}
|
|
5850
5876
|
`;
|
|
5851
|
-
var Radio = (0,
|
|
5877
|
+
var Radio = (0, import_react34.forwardRef)(
|
|
5852
5878
|
(_a, ref) => {
|
|
5853
5879
|
var _b = _a, {
|
|
5854
5880
|
isDisabled,
|
|
@@ -5863,7 +5889,7 @@ var Radio = (0, import_react33.forwardRef)(
|
|
|
5863
5889
|
"onChange",
|
|
5864
5890
|
"onBlur"
|
|
5865
5891
|
]);
|
|
5866
|
-
return /* @__PURE__ */
|
|
5892
|
+
return /* @__PURE__ */ import_react34.default.createElement(RadioLabel, { htmlFor: props.id }, /* @__PURE__ */ import_react34.default.createElement(
|
|
5867
5893
|
RadioInput,
|
|
5868
5894
|
__spreadValues({
|
|
5869
5895
|
type: "radio",
|
|
@@ -5874,14 +5900,14 @@ var Radio = (0, import_react33.forwardRef)(
|
|
|
5874
5900
|
onBlur,
|
|
5875
5901
|
ref
|
|
5876
5902
|
}, props)
|
|
5877
|
-
), /* @__PURE__ */
|
|
5903
|
+
), /* @__PURE__ */ import_react34.default.createElement(RadioBox, { className: "RadioBox" }));
|
|
5878
5904
|
}
|
|
5879
5905
|
);
|
|
5880
5906
|
var radio_default = Radio;
|
|
5881
5907
|
|
|
5882
5908
|
// src/components/switch/switch.tsx
|
|
5883
5909
|
var import_styled27 = __toESM(require("@emotion/styled"));
|
|
5884
|
-
var
|
|
5910
|
+
var import_react35 = __toESM(require("react"));
|
|
5885
5911
|
var sizes2 = {
|
|
5886
5912
|
medium: {
|
|
5887
5913
|
switchHeight: 16,
|
|
@@ -6005,7 +6031,7 @@ var Switch = (_a) => {
|
|
|
6005
6031
|
"ariaLabelledby and ariaLabel serve the same purpose and therefore cannot be used at the same time. Choose the one that best suites your needs."
|
|
6006
6032
|
);
|
|
6007
6033
|
}
|
|
6008
|
-
return /* @__PURE__ */
|
|
6034
|
+
return /* @__PURE__ */ import_react35.default.createElement(SwitchLabel, { htmlFor: props.id }, /* @__PURE__ */ import_react35.default.createElement(
|
|
6009
6035
|
SwitchInput,
|
|
6010
6036
|
__spreadProps(__spreadValues({}, props), {
|
|
6011
6037
|
checked: isActive,
|
|
@@ -6018,7 +6044,7 @@ var Switch = (_a) => {
|
|
|
6018
6044
|
"aria-describedby": ariaDescribedby,
|
|
6019
6045
|
"aria-checked": isActive
|
|
6020
6046
|
})
|
|
6021
|
-
), /* @__PURE__ */
|
|
6047
|
+
), /* @__PURE__ */ import_react35.default.createElement(
|
|
6022
6048
|
SwitchBox,
|
|
6023
6049
|
{
|
|
6024
6050
|
className: "SwitchBox",
|
|
@@ -6095,12 +6121,12 @@ var FormField = (_a) => {
|
|
|
6095
6121
|
"labelFor",
|
|
6096
6122
|
"direction"
|
|
6097
6123
|
]);
|
|
6098
|
-
const isLabelClickable =
|
|
6099
|
-
(child) => (0,
|
|
6124
|
+
const isLabelClickable = import_react36.default.Children.toArray(children).some(
|
|
6125
|
+
(child) => (0, import_react36.isValidElement)(child) && // The child might be a div, span, etc (type string) so we
|
|
6100
6126
|
// have to typeguard before we check if our child is of interactive
|
|
6101
6127
|
typeof child.type !== "string" && isInteractiveComponent(child.type)
|
|
6102
6128
|
);
|
|
6103
|
-
const labelElement = label && /* @__PURE__ */
|
|
6129
|
+
const labelElement = label && /* @__PURE__ */ import_react36.default.createElement(
|
|
6104
6130
|
Label,
|
|
6105
6131
|
{
|
|
6106
6132
|
direction,
|
|
@@ -6109,18 +6135,18 @@ var FormField = (_a) => {
|
|
|
6109
6135
|
},
|
|
6110
6136
|
label
|
|
6111
6137
|
);
|
|
6112
|
-
return /* @__PURE__ */
|
|
6138
|
+
return /* @__PURE__ */ import_react36.default.createElement(FormFieldWrapper, __spreadValues({ direction }, props), direction === "row" && /* @__PURE__ */ import_react36.default.createElement(import_react36.default.Fragment, null, children, labelElement), direction === "column" && /* @__PURE__ */ import_react36.default.createElement(import_react36.default.Fragment, null, labelElement, children), direction === "row-reverse" && /* @__PURE__ */ import_react36.default.createElement(import_react36.default.Fragment, null, labelElement, children), errorMessage && /* @__PURE__ */ import_react36.default.createElement(ErrorMessage3, null, errorMessage));
|
|
6113
6139
|
};
|
|
6114
6140
|
var form_field_default = FormField;
|
|
6115
6141
|
|
|
6116
6142
|
// src/components/notification-bar/notification-bar.tsx
|
|
6117
6143
|
var import_styled29 = __toESM(require("@emotion/styled"));
|
|
6118
|
-
var
|
|
6144
|
+
var import_react41 = __toESM(require("react"));
|
|
6119
6145
|
|
|
6120
|
-
// src/hooks/use-on-click-outside.
|
|
6121
|
-
var
|
|
6146
|
+
// src/hooks/use-on-click-outside.ts
|
|
6147
|
+
var import_react37 = __toESM(require("react"));
|
|
6122
6148
|
function useOnClickOutside(ref, handler) {
|
|
6123
|
-
|
|
6149
|
+
import_react37.default.useEffect(() => {
|
|
6124
6150
|
const listener = (event) => {
|
|
6125
6151
|
if (!ref.current || ref.current.contains(event.target)) {
|
|
6126
6152
|
return;
|
|
@@ -6137,10 +6163,10 @@ function useOnClickOutside(ref, handler) {
|
|
|
6137
6163
|
}
|
|
6138
6164
|
|
|
6139
6165
|
// src/hooks/use-focused-element.tsx
|
|
6140
|
-
var
|
|
6166
|
+
var import_react38 = require("react");
|
|
6141
6167
|
function useFocusedElement(ref) {
|
|
6142
|
-
const [isFocused, setIsFocused] = (0,
|
|
6143
|
-
const handleFocus = (0,
|
|
6168
|
+
const [isFocused, setIsFocused] = (0, import_react38.useState)(false);
|
|
6169
|
+
const handleFocus = (0, import_react38.useCallback)(
|
|
6144
6170
|
(e) => {
|
|
6145
6171
|
const currentRef = ref.current;
|
|
6146
6172
|
if (e.type === "focusin" && e.target === currentRef) {
|
|
@@ -6149,7 +6175,7 @@ function useFocusedElement(ref) {
|
|
|
6149
6175
|
},
|
|
6150
6176
|
[ref]
|
|
6151
6177
|
);
|
|
6152
|
-
const handleBlur = (0,
|
|
6178
|
+
const handleBlur = (0, import_react38.useCallback)(
|
|
6153
6179
|
(e) => {
|
|
6154
6180
|
const currentRef = ref.current;
|
|
6155
6181
|
if (e.type === "focusout" && e.target === currentRef) {
|
|
@@ -6158,7 +6184,7 @@ function useFocusedElement(ref) {
|
|
|
6158
6184
|
},
|
|
6159
6185
|
[ref]
|
|
6160
6186
|
);
|
|
6161
|
-
(0,
|
|
6187
|
+
(0, import_react38.useEffect)(() => {
|
|
6162
6188
|
document.addEventListener("focusin", handleFocus);
|
|
6163
6189
|
document.addEventListener("focusout", handleBlur);
|
|
6164
6190
|
return () => {
|
|
@@ -6170,10 +6196,10 @@ function useFocusedElement(ref) {
|
|
|
6170
6196
|
}
|
|
6171
6197
|
|
|
6172
6198
|
// src/hooks/use-push-page-down.ts
|
|
6173
|
-
var
|
|
6199
|
+
var import_react39 = require("react");
|
|
6174
6200
|
function usePushPageDown(enabled) {
|
|
6175
6201
|
const safeDocument = document;
|
|
6176
|
-
(0,
|
|
6202
|
+
(0, import_react39.useLayoutEffect)(() => {
|
|
6177
6203
|
const html = safeDocument == null ? void 0 : safeDocument.documentElement;
|
|
6178
6204
|
const body = safeDocument == null ? void 0 : safeDocument.body;
|
|
6179
6205
|
if (safeDocument == void 0 || !html || !body) {
|
|
@@ -6192,14 +6218,14 @@ var use_push_page_down_default = usePushPageDown;
|
|
|
6192
6218
|
|
|
6193
6219
|
// src/components/icon/available-icons/info.tsx
|
|
6194
6220
|
var import_information_circle = __toESM(require("@atlaskit/icon/core/information-circle"));
|
|
6195
|
-
var
|
|
6221
|
+
var React38 = __toESM(require("react"));
|
|
6196
6222
|
function SvgInfo() {
|
|
6197
|
-
return /* @__PURE__ */
|
|
6223
|
+
return /* @__PURE__ */ React38.createElement(import_information_circle.default, { label: "", testId: "ads-refreshed-icon" });
|
|
6198
6224
|
}
|
|
6199
6225
|
|
|
6200
6226
|
// src/components/icon/available-icons/warning-alert.tsx
|
|
6201
|
-
var
|
|
6202
|
-
var SvgWarningAlert = (props) => /* @__PURE__ */
|
|
6227
|
+
var import_react40 = __toESM(require("react"));
|
|
6228
|
+
var SvgWarningAlert = (props) => /* @__PURE__ */ import_react40.default.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ import_react40.default.createElement(
|
|
6203
6229
|
"path",
|
|
6204
6230
|
{
|
|
6205
6231
|
fill: "currentColor",
|
|
@@ -6213,24 +6239,24 @@ var SvgWarningAlert = (props) => /* @__PURE__ */ import_react39.default.createEl
|
|
|
6213
6239
|
var severityStyles = {
|
|
6214
6240
|
info: {
|
|
6215
6241
|
bgColor: "var(--lns-color-blurple)",
|
|
6216
|
-
icon: /* @__PURE__ */
|
|
6242
|
+
icon: /* @__PURE__ */ import_react41.default.createElement(SvgInfo, null),
|
|
6217
6243
|
color: "var(--lns-color-white)",
|
|
6218
6244
|
fontFamily: "inherit"
|
|
6219
6245
|
},
|
|
6220
6246
|
warning: {
|
|
6221
6247
|
bgColor: "var(--lns-color-warning)",
|
|
6222
|
-
icon: /* @__PURE__ */
|
|
6248
|
+
icon: /* @__PURE__ */ import_react41.default.createElement(SvgWarningAlert, null),
|
|
6223
6249
|
color: "var(--lns-color-grey8)",
|
|
6224
6250
|
fontFamily: "inherit"
|
|
6225
6251
|
},
|
|
6226
6252
|
error: {
|
|
6227
6253
|
bgColor: "var(--lns-color-danger)",
|
|
6228
|
-
icon: /* @__PURE__ */
|
|
6254
|
+
icon: /* @__PURE__ */ import_react41.default.createElement(SvgAlertTriangle, null),
|
|
6229
6255
|
color: "var(--lns-color-white)",
|
|
6230
6256
|
fontFamily: "inherit"
|
|
6231
6257
|
},
|
|
6232
6258
|
internal: {
|
|
6233
|
-
icon: /* @__PURE__ */
|
|
6259
|
+
icon: /* @__PURE__ */ import_react41.default.createElement("span", { role: "img" }, "\u{1F514}"),
|
|
6234
6260
|
color: "var(--lns-color-tealLight)",
|
|
6235
6261
|
bgColor: "var(--lns-color-grey8)",
|
|
6236
6262
|
fontFamily: "var(--lns-fontFamily-code)"
|
|
@@ -6273,7 +6299,7 @@ var NotificationBar = ({
|
|
|
6273
6299
|
id
|
|
6274
6300
|
}) => {
|
|
6275
6301
|
var _a, _b, _c;
|
|
6276
|
-
(0,
|
|
6302
|
+
(0, import_react41.useEffect)(() => {
|
|
6277
6303
|
if (!isOpen) {
|
|
6278
6304
|
return;
|
|
6279
6305
|
}
|
|
@@ -6290,7 +6316,7 @@ var NotificationBar = ({
|
|
|
6290
6316
|
}, [isOpen, onCloseClick]);
|
|
6291
6317
|
use_push_page_down_default(isOpen);
|
|
6292
6318
|
const isInternalAlert = severity === "internal";
|
|
6293
|
-
return isOpen ? /* @__PURE__ */
|
|
6319
|
+
return isOpen ? /* @__PURE__ */ import_react41.default.createElement(NotificationBarWrapper, { isOpen, severity, id }, /* @__PURE__ */ import_react41.default.createElement(
|
|
6294
6320
|
arrange_default,
|
|
6295
6321
|
{
|
|
6296
6322
|
alignItems: { default: "start", small: "center" },
|
|
@@ -6298,21 +6324,21 @@ var NotificationBar = ({
|
|
|
6298
6324
|
autoFlow: isInternalAlert ? "column" : void 0,
|
|
6299
6325
|
columns: !isInternalAlert ? ["1fr auto"] : void 0
|
|
6300
6326
|
},
|
|
6301
|
-
/* @__PURE__ */
|
|
6327
|
+
/* @__PURE__ */ import_react41.default.createElement(
|
|
6302
6328
|
container_default,
|
|
6303
6329
|
{
|
|
6304
6330
|
paddingY: { default: "xsmall", xsmall: 0 },
|
|
6305
6331
|
paddingLeft: !isInternalAlert ? { default: 0, medium: u(3.5) } : void 0,
|
|
6306
6332
|
width: "100%"
|
|
6307
6333
|
},
|
|
6308
|
-
/* @__PURE__ */
|
|
6334
|
+
/* @__PURE__ */ import_react41.default.createElement(
|
|
6309
6335
|
arrange_default,
|
|
6310
6336
|
{
|
|
6311
6337
|
autoFlow: "column",
|
|
6312
6338
|
gap: isInternalAlert ? "medium" : "small",
|
|
6313
6339
|
justifyContent: "center"
|
|
6314
6340
|
},
|
|
6315
|
-
((_a = severityStyles[severity]) == null ? void 0 : _a.icon) ? /* @__PURE__ */
|
|
6341
|
+
((_a = severityStyles[severity]) == null ? void 0 : _a.icon) ? /* @__PURE__ */ import_react41.default.createElement(align_default, { alignment: "topLeft" }, /* @__PURE__ */ import_react41.default.createElement(
|
|
6316
6342
|
icon_default,
|
|
6317
6343
|
{
|
|
6318
6344
|
icon: severityStyles[severity].icon,
|
|
@@ -6323,13 +6349,13 @@ var NotificationBar = ({
|
|
|
6323
6349
|
children
|
|
6324
6350
|
)
|
|
6325
6351
|
)
|
|
6326
|
-
), onCloseClick && /* @__PURE__ */
|
|
6352
|
+
), onCloseClick && /* @__PURE__ */ import_react41.default.createElement(
|
|
6327
6353
|
icon_button_default,
|
|
6328
6354
|
{
|
|
6329
6355
|
iconColor: (_c = severityStyles[severity].color) != null ? _c : "var(--lns-color-white)",
|
|
6330
6356
|
tabIndex: 0,
|
|
6331
6357
|
altText: "Close",
|
|
6332
|
-
icon: /* @__PURE__ */
|
|
6358
|
+
icon: /* @__PURE__ */ import_react41.default.createElement(SvgClose, null),
|
|
6333
6359
|
onClick: onCloseClick
|
|
6334
6360
|
}
|
|
6335
6361
|
)) : null;
|
|
@@ -6337,13 +6363,13 @@ var NotificationBar = ({
|
|
|
6337
6363
|
var notification_bar_default = NotificationBar;
|
|
6338
6364
|
|
|
6339
6365
|
// src/components/toast/toast.tsx
|
|
6340
|
-
var
|
|
6366
|
+
var import_react42 = require("@emotion/react");
|
|
6341
6367
|
var import_styled30 = __toESM(require("@emotion/styled"));
|
|
6342
|
-
var
|
|
6368
|
+
var import_react43 = __toESM(require("react"));
|
|
6343
6369
|
var WEBAPP = "web-app";
|
|
6344
6370
|
var CHROME_EXTENSION = "chrome-extension";
|
|
6345
6371
|
var toastDurations = { short: 3e3, long: 8e3 };
|
|
6346
|
-
var enter = (toastDuration, platform) =>
|
|
6372
|
+
var enter = (toastDuration, platform) => import_react42.keyframes`
|
|
6347
6373
|
0% {
|
|
6348
6374
|
opacity: 0;
|
|
6349
6375
|
transform: translate(-50%, ${u(platform === CHROME_EXTENSION ? -8 : 8)});
|
|
@@ -6415,7 +6441,7 @@ var Toast = ({
|
|
|
6415
6441
|
platform = "web-app"
|
|
6416
6442
|
}) => {
|
|
6417
6443
|
const toastDuration = toastDurations[duration2];
|
|
6418
|
-
(0,
|
|
6444
|
+
(0, import_react43.useEffect)(() => {
|
|
6419
6445
|
const timer = setTimeout(() => {
|
|
6420
6446
|
if (isOpen) {
|
|
6421
6447
|
onCloseClick();
|
|
@@ -6423,7 +6449,7 @@ var Toast = ({
|
|
|
6423
6449
|
}, toastDuration);
|
|
6424
6450
|
return () => clearTimeout(timer);
|
|
6425
6451
|
}, [isOpen]);
|
|
6426
|
-
return /* @__PURE__ */
|
|
6452
|
+
return /* @__PURE__ */ import_react43.default.createElement(import_react43.default.Fragment, null, isOpen && /* @__PURE__ */ import_react43.default.createElement(
|
|
6427
6453
|
ToastWrapper,
|
|
6428
6454
|
{
|
|
6429
6455
|
role: "presentation",
|
|
@@ -6433,12 +6459,12 @@ var Toast = ({
|
|
|
6433
6459
|
toastDuration,
|
|
6434
6460
|
platform
|
|
6435
6461
|
},
|
|
6436
|
-
/* @__PURE__ */
|
|
6437
|
-
onCloseClick && /* @__PURE__ */
|
|
6462
|
+
/* @__PURE__ */ import_react43.default.createElement(ChildrenSection3, { "aria-live": "polite" }, children),
|
|
6463
|
+
onCloseClick && /* @__PURE__ */ import_react43.default.createElement(
|
|
6438
6464
|
icon_button_default,
|
|
6439
6465
|
{
|
|
6440
6466
|
altText: "Close",
|
|
6441
|
-
icon: /* @__PURE__ */
|
|
6467
|
+
icon: /* @__PURE__ */ import_react43.default.createElement(SvgClose, null),
|
|
6442
6468
|
onClick: onCloseClick,
|
|
6443
6469
|
iconColor: "bodyInverse"
|
|
6444
6470
|
}
|
|
@@ -6449,7 +6475,7 @@ var toast_default = Toast;
|
|
|
6449
6475
|
|
|
6450
6476
|
// src/components/tooltip/tooltip.tsx
|
|
6451
6477
|
var import_styled31 = __toESM(require("@emotion/styled"));
|
|
6452
|
-
var
|
|
6478
|
+
var import_react44 = __toESM(require("react"));
|
|
6453
6479
|
var import_react_laag4 = require("react-laag");
|
|
6454
6480
|
var import_resize_observer_polyfill4 = __toESM(require("resize-observer-polyfill"));
|
|
6455
6481
|
var placements = {
|
|
@@ -6492,7 +6518,7 @@ var ShortcutWrapper = import_styled31.default.div`
|
|
|
6492
6518
|
`;
|
|
6493
6519
|
var ShortcutBox = ({
|
|
6494
6520
|
children
|
|
6495
|
-
}) => /* @__PURE__ */
|
|
6521
|
+
}) => /* @__PURE__ */ import_react44.default.createElement(ShortcutWrapper, null, children);
|
|
6496
6522
|
var TooltipBox = (_a) => {
|
|
6497
6523
|
var _b = _a, {
|
|
6498
6524
|
children,
|
|
@@ -6512,7 +6538,7 @@ var TooltipBox = (_a) => {
|
|
|
6512
6538
|
return (
|
|
6513
6539
|
// These are being added to hide the tooltip when users hover over
|
|
6514
6540
|
/* eslint-disable-next-line styled-components-a11y/no-static-element-interactions */
|
|
6515
|
-
/* @__PURE__ */
|
|
6541
|
+
/* @__PURE__ */ import_react44.default.createElement(
|
|
6516
6542
|
TooltipBoxWrapper,
|
|
6517
6543
|
__spreadValues(__spreadValues({
|
|
6518
6544
|
maxWidth,
|
|
@@ -6584,12 +6610,12 @@ var Tooltip = (_a) => {
|
|
|
6584
6610
|
delayEnter: getInitialDelaySpeed(delay),
|
|
6585
6611
|
delayLeave: 200
|
|
6586
6612
|
});
|
|
6587
|
-
const [isOverTooltip, setIsOverTooltip] = (0,
|
|
6588
|
-
const [isOpen, setIsOpen] = (0,
|
|
6589
|
-
const [enterOrSpaceKeyDown, setEnterOrSpaceKeyDown] = (0,
|
|
6590
|
-
const focusRef = (0,
|
|
6613
|
+
const [isOverTooltip, setIsOverTooltip] = (0, import_react44.useState)(false);
|
|
6614
|
+
const [isOpen, setIsOpen] = (0, import_react44.useState)(false);
|
|
6615
|
+
const [enterOrSpaceKeyDown, setEnterOrSpaceKeyDown] = (0, import_react44.useState)(false);
|
|
6616
|
+
const focusRef = (0, import_react44.useRef)();
|
|
6591
6617
|
const isTooltipDisabled = !content || isDisabled;
|
|
6592
|
-
(0,
|
|
6618
|
+
(0, import_react44.useEffect)(() => {
|
|
6593
6619
|
if (isTooltipDisabled) {
|
|
6594
6620
|
setIsOpen(false);
|
|
6595
6621
|
return;
|
|
@@ -6621,7 +6647,7 @@ var Tooltip = (_a) => {
|
|
|
6621
6647
|
setIsOpen(false);
|
|
6622
6648
|
setEnterOrSpaceKeyDown(false);
|
|
6623
6649
|
};
|
|
6624
|
-
(0,
|
|
6650
|
+
(0, import_react44.useEffect)(() => {
|
|
6625
6651
|
if (!isOpen) {
|
|
6626
6652
|
return;
|
|
6627
6653
|
}
|
|
@@ -6644,7 +6670,7 @@ var Tooltip = (_a) => {
|
|
|
6644
6670
|
container,
|
|
6645
6671
|
auto: true
|
|
6646
6672
|
});
|
|
6647
|
-
return /* @__PURE__ */
|
|
6673
|
+
return /* @__PURE__ */ import_react44.default.createElement(import_react44.default.Fragment, null, /* @__PURE__ */ import_react44.default.createElement(
|
|
6648
6674
|
TooltipChildren,
|
|
6649
6675
|
__spreadProps(__spreadValues(__spreadValues({}, triggerProps), hoverProps), {
|
|
6650
6676
|
onClick: (e) => {
|
|
@@ -6660,8 +6686,8 @@ var Tooltip = (_a) => {
|
|
|
6660
6686
|
ref: (0, import_react_laag4.mergeRefs)(triggerProps.ref, focusRef)
|
|
6661
6687
|
}),
|
|
6662
6688
|
children
|
|
6663
|
-
), ariaLive && /* @__PURE__ */
|
|
6664
|
-
/* @__PURE__ */
|
|
6689
|
+
), ariaLive && /* @__PURE__ */ import_react44.default.createElement("span", { className: "srOnly", "aria-live": "polite" }, isOpen && content), isOpen && renderLayer(
|
|
6690
|
+
/* @__PURE__ */ import_react44.default.createElement("div", __spreadProps(__spreadValues({}, layerProps), { style: __spreadProps(__spreadValues({}, layerProps.style), { zIndex }) }), /* @__PURE__ */ import_react44.default.createElement(
|
|
6665
6691
|
TooltipBox,
|
|
6666
6692
|
__spreadValues({
|
|
6667
6693
|
maxWidth,
|
|
@@ -6670,7 +6696,7 @@ var Tooltip = (_a) => {
|
|
|
6670
6696
|
role: "tooltip",
|
|
6671
6697
|
id: tooltipId
|
|
6672
6698
|
}, rest),
|
|
6673
|
-
/* @__PURE__ */
|
|
6699
|
+
/* @__PURE__ */ import_react44.default.createElement(arrange_default, { gap: "small" }, /* @__PURE__ */ import_react44.default.createElement(text_default, { size: "small", fontWeight: "bold" }, content), shortcut && /* @__PURE__ */ import_react44.default.createElement(arrange_default, { gap: "xsmall" }, shortcut.map((char, index) => /* @__PURE__ */ import_react44.default.createElement(ShortcutBox, { key: index }, char))))
|
|
6674
6700
|
))
|
|
6675
6701
|
));
|
|
6676
6702
|
};
|
|
@@ -6678,10 +6704,10 @@ var availablePlacements = Object.keys(placements);
|
|
|
6678
6704
|
var tooltip_default = Tooltip;
|
|
6679
6705
|
|
|
6680
6706
|
// src/components/skeleton/skeleton.tsx
|
|
6681
|
-
var
|
|
6707
|
+
var import_react45 = require("@emotion/react");
|
|
6682
6708
|
var import_styled32 = __toESM(require("@emotion/styled"));
|
|
6683
|
-
var
|
|
6684
|
-
var SkeletonAnimation =
|
|
6709
|
+
var import_react46 = __toESM(require("react"));
|
|
6710
|
+
var SkeletonAnimation = import_react45.css`
|
|
6685
6711
|
@media (prefers-reduced-motion: no-preference) {
|
|
6686
6712
|
animation: shimmer 2s infinite linear;
|
|
6687
6713
|
background: linear-gradient(
|
|
@@ -6739,7 +6765,7 @@ var SkeletonText = ({
|
|
|
6739
6765
|
lines = 1,
|
|
6740
6766
|
animated = false
|
|
6741
6767
|
}) => {
|
|
6742
|
-
return /* @__PURE__ */
|
|
6768
|
+
return /* @__PURE__ */ import_react46.default.createElement(import_react46.default.Fragment, null, [...Array(lines)].map((_, i) => /* @__PURE__ */ import_react46.default.createElement(
|
|
6743
6769
|
SkeletonTextWrapper,
|
|
6744
6770
|
{
|
|
6745
6771
|
key: i,
|
|
@@ -6756,7 +6782,7 @@ var SkeletonContainer = ({
|
|
|
6756
6782
|
radius = "full",
|
|
6757
6783
|
width = "40px"
|
|
6758
6784
|
}) => {
|
|
6759
|
-
return /* @__PURE__ */
|
|
6785
|
+
return /* @__PURE__ */ import_react46.default.createElement(import_react46.default.Fragment, null, /* @__PURE__ */ import_react46.default.createElement(
|
|
6760
6786
|
SkeletonContainerWrapper,
|
|
6761
6787
|
{
|
|
6762
6788
|
animated,
|
|
@@ -6769,9 +6795,9 @@ var SkeletonContainer = ({
|
|
|
6769
6795
|
|
|
6770
6796
|
// src/components/logo/logo.tsx
|
|
6771
6797
|
var import_styled33 = __toESM(require("@emotion/styled"));
|
|
6772
|
-
var
|
|
6798
|
+
var import_react47 = __toESM(require("react"));
|
|
6773
6799
|
var LoomAiGradientDef = (customId) => {
|
|
6774
|
-
return /* @__PURE__ */
|
|
6800
|
+
return /* @__PURE__ */ import_react47.default.createElement("defs", null, /* @__PURE__ */ import_react47.default.createElement(
|
|
6775
6801
|
"radialGradient",
|
|
6776
6802
|
{
|
|
6777
6803
|
id: `ai-logo-${customId}-gradient-1`,
|
|
@@ -6781,12 +6807,12 @@ var LoomAiGradientDef = (customId) => {
|
|
|
6781
6807
|
fx: "0%",
|
|
6782
6808
|
fy: "0%"
|
|
6783
6809
|
},
|
|
6784
|
-
/* @__PURE__ */
|
|
6785
|
-
/* @__PURE__ */
|
|
6786
|
-
/* @__PURE__ */
|
|
6787
|
-
/* @__PURE__ */
|
|
6788
|
-
/* @__PURE__ */
|
|
6789
|
-
), /* @__PURE__ */
|
|
6810
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "30%", stopColor: "#97ACFD" }),
|
|
6811
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "33%", stopColor: "#B3B2F4" }),
|
|
6812
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "43%", stopColor: "#DEB0E0" }),
|
|
6813
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "50%", stopColor: "#DFC6E5" }),
|
|
6814
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "72%", stopColor: "#6663F6" })
|
|
6815
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6790
6816
|
"radialGradient",
|
|
6791
6817
|
{
|
|
6792
6818
|
id: `ai-logo-${customId}-gradient-2`,
|
|
@@ -6794,10 +6820,10 @@ var LoomAiGradientDef = (customId) => {
|
|
|
6794
6820
|
fx: "40%",
|
|
6795
6821
|
fy: "72%"
|
|
6796
6822
|
},
|
|
6797
|
-
/* @__PURE__ */
|
|
6798
|
-
/* @__PURE__ */
|
|
6799
|
-
/* @__PURE__ */
|
|
6800
|
-
), /* @__PURE__ */
|
|
6823
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "20%", stopColor: "#615CF500" }),
|
|
6824
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "32%", stopColor: "#615CF550" }),
|
|
6825
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "48%", stopColor: "#6663F6" })
|
|
6826
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6801
6827
|
"radialGradient",
|
|
6802
6828
|
{
|
|
6803
6829
|
id: `ai-logo-${customId}-gradient-3`,
|
|
@@ -6805,9 +6831,9 @@ var LoomAiGradientDef = (customId) => {
|
|
|
6805
6831
|
fx: "0%",
|
|
6806
6832
|
fy: "100%"
|
|
6807
6833
|
},
|
|
6808
|
-
/* @__PURE__ */
|
|
6809
|
-
/* @__PURE__ */
|
|
6810
|
-
/* @__PURE__ */
|
|
6834
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "25%", stopColor: "#6663F6" }),
|
|
6835
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "38%", stopColor: "#6E68F450" }),
|
|
6836
|
+
/* @__PURE__ */ import_react47.default.createElement("stop", { offset: "45%", stopColor: "#6E68F400" })
|
|
6811
6837
|
));
|
|
6812
6838
|
};
|
|
6813
6839
|
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";
|
|
@@ -6815,22 +6841,22 @@ var SymbolLogoSvg = (_a) => {
|
|
|
6815
6841
|
var _b = _a, { brand, symbolColor, customId } = _b, props = __objRest(_b, ["brand", "symbolColor", "customId"]);
|
|
6816
6842
|
switch (brand) {
|
|
6817
6843
|
case "ai":
|
|
6818
|
-
return /* @__PURE__ */
|
|
6844
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom AI", viewBox: "0 0 30 31", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement("title", null, "Loom AI"), !symbolColor ? /* @__PURE__ */ import_react47.default.createElement(import_react47.default.Fragment, null, LoomAiGradientDef(customId), [...Array(3)].map((_, i) => /* @__PURE__ */ import_react47.default.createElement(
|
|
6819
6845
|
"path",
|
|
6820
6846
|
{
|
|
6821
6847
|
key: i,
|
|
6822
6848
|
d: symbolLogoPath,
|
|
6823
6849
|
fill: `url(#ai-logo-${customId}-gradient-${i + 1}`
|
|
6824
6850
|
}
|
|
6825
|
-
))) : /* @__PURE__ */
|
|
6851
|
+
))) : /* @__PURE__ */ import_react47.default.createElement("path", { d: symbolLogoPath, fill: getColorValue(symbolColor) }));
|
|
6826
6852
|
case "apptile":
|
|
6827
|
-
return /* @__PURE__ */
|
|
6853
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 40 40", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement("title", null, "Loom"), /* @__PURE__ */ import_react47.default.createElement(
|
|
6828
6854
|
"path",
|
|
6829
6855
|
{
|
|
6830
6856
|
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",
|
|
6831
6857
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("blurple")
|
|
6832
6858
|
}
|
|
6833
|
-
), /* @__PURE__ */
|
|
6859
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6834
6860
|
"path",
|
|
6835
6861
|
{
|
|
6836
6862
|
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",
|
|
@@ -6838,13 +6864,13 @@ var SymbolLogoSvg = (_a) => {
|
|
|
6838
6864
|
}
|
|
6839
6865
|
));
|
|
6840
6866
|
case "product":
|
|
6841
|
-
return /* @__PURE__ */
|
|
6867
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 40 40", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement(
|
|
6842
6868
|
"path",
|
|
6843
6869
|
{
|
|
6844
6870
|
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",
|
|
6845
6871
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6846
6872
|
}
|
|
6847
|
-
), /* @__PURE__ */
|
|
6873
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6848
6874
|
"path",
|
|
6849
6875
|
{
|
|
6850
6876
|
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",
|
|
@@ -6852,7 +6878,7 @@ var SymbolLogoSvg = (_a) => {
|
|
|
6852
6878
|
}
|
|
6853
6879
|
));
|
|
6854
6880
|
default:
|
|
6855
|
-
return /* @__PURE__ */
|
|
6881
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 31 30", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement("title", null, "Loom"), /* @__PURE__ */ import_react47.default.createElement(
|
|
6856
6882
|
"path",
|
|
6857
6883
|
{
|
|
6858
6884
|
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",
|
|
@@ -6865,23 +6891,23 @@ var WordmarkLogoSvg = (_a) => {
|
|
|
6865
6891
|
var _b = _a, { brand, wordmarkColor } = _b, props = __objRest(_b, ["brand", "wordmarkColor"]);
|
|
6866
6892
|
switch (brand) {
|
|
6867
6893
|
case "ai":
|
|
6868
|
-
return /* @__PURE__ */
|
|
6894
|
+
return /* @__PURE__ */ import_react47.default.createElement(
|
|
6869
6895
|
"svg",
|
|
6870
6896
|
__spreadValues({
|
|
6871
6897
|
"aria-label": "Loom AI",
|
|
6872
6898
|
viewBox: "0 0 94 23",
|
|
6873
6899
|
fill: wordmarkColor
|
|
6874
6900
|
}, props),
|
|
6875
|
-
/* @__PURE__ */
|
|
6876
|
-
/* @__PURE__ */
|
|
6877
|
-
/* @__PURE__ */
|
|
6878
|
-
/* @__PURE__ */
|
|
6879
|
-
/* @__PURE__ */
|
|
6880
|
-
/* @__PURE__ */
|
|
6881
|
-
/* @__PURE__ */
|
|
6901
|
+
/* @__PURE__ */ import_react47.default.createElement("title", null, "Loom AI"),
|
|
6902
|
+
/* @__PURE__ */ import_react47.default.createElement("path", { d: "M4.12637 22.4624H0V0H4.12637V22.4624Z" }),
|
|
6903
|
+
/* @__PURE__ */ import_react47.default.createElement("path", { d: "M13.3999 19.1737C15.4166 19.1737 17.2781 17.7155 17.2781 14.8301C17.2781 11.9448 15.4166 10.4866 13.3999 10.4866C11.3833 10.4866 9.52175 11.9448 9.52175 14.8301C9.52175 17.6845 11.3833 19.1737 13.3999 19.1737ZM13.3999 6.7325C17.9606 6.7325 21.4045 10.1143 21.4045 14.8301C21.4045 19.515 17.9606 22.9277 13.3999 22.9277C8.83919 22.9277 5.39538 19.515 5.39538 14.8301C5.39538 10.1143 8.83919 6.7325 13.3999 6.7325Z" }),
|
|
6904
|
+
/* @__PURE__ */ import_react47.default.createElement("path", { d: "M29.7548 19.1737C31.7714 19.1737 33.6329 17.7155 33.6329 14.8301C33.6329 11.9448 31.7714 10.4866 29.7548 10.4866C27.7381 10.4866 25.8766 11.9448 25.8766 14.8301C25.8766 17.6845 27.7381 19.1737 29.7548 19.1737ZM29.7548 6.7325C34.3155 6.7325 37.7593 10.1143 37.7593 14.8301C37.7593 19.515 34.3155 22.9277 29.7548 22.9277C25.194 22.9277 21.7502 19.515 21.7502 14.8301C21.7502 10.1143 25.194 6.7325 29.7548 6.7325Z" }),
|
|
6905
|
+
/* @__PURE__ */ import_react47.default.createElement("path", { d: "M43.1622 22.4624H39.0358V7.19788H42.976V9.05941C43.8137 7.57019 45.7683 6.76353 47.4437 6.76353C49.5224 6.76353 51.1978 7.66326 51.9734 9.30761C53.1834 7.44609 54.7967 6.76353 56.8134 6.76353C59.6367 6.76353 62.3359 8.46992 62.3359 12.5653V22.4624H58.3336V13.403C58.3336 11.7586 57.5269 10.5176 55.6344 10.5176C53.8659 10.5176 52.8111 11.8827 52.8111 13.5271V22.4624H48.7157V13.403C48.7157 11.7586 47.878 10.5176 46.0165 10.5176C44.2171 10.5176 43.1622 11.8517 43.1622 13.5271V22.4624Z" }),
|
|
6906
|
+
/* @__PURE__ */ import_react47.default.createElement("path", { d: "M84.1324 22.4624L82.3019 17.4363H73.3666L71.5361 22.4624H67.0064L75.4453 0.46538H80.4093L88.7862 22.4624H84.1324ZM77.8342 5.21226L74.7937 13.5271H80.8747L77.8342 5.21226Z" }),
|
|
6907
|
+
/* @__PURE__ */ import_react47.default.createElement("path", { d: "M94 22.4624H89.6565V0.46538H94V22.4624Z" })
|
|
6882
6908
|
);
|
|
6883
6909
|
case "product":
|
|
6884
|
-
return /* @__PURE__ */
|
|
6910
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 104 30", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement(
|
|
6885
6911
|
"path",
|
|
6886
6912
|
{
|
|
6887
6913
|
fillRule: "evenodd",
|
|
@@ -6889,7 +6915,7 @@ var WordmarkLogoSvg = (_a) => {
|
|
|
6889
6915
|
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",
|
|
6890
6916
|
fill: wordmarkColor
|
|
6891
6917
|
}
|
|
6892
|
-
), /* @__PURE__ */
|
|
6918
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6893
6919
|
"path",
|
|
6894
6920
|
{
|
|
6895
6921
|
fillRule: "evenodd",
|
|
@@ -6897,13 +6923,13 @@ var WordmarkLogoSvg = (_a) => {
|
|
|
6897
6923
|
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",
|
|
6898
6924
|
fill: wordmarkColor
|
|
6899
6925
|
}
|
|
6900
|
-
), /* @__PURE__ */
|
|
6926
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6901
6927
|
"path",
|
|
6902
6928
|
{
|
|
6903
6929
|
d: "M5.69001 24.7655H18.7174V29.5445H0V0H5.69001V24.7655Z",
|
|
6904
6930
|
fill: wordmarkColor
|
|
6905
6931
|
}
|
|
6906
|
-
), /* @__PURE__ */
|
|
6932
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6907
6933
|
"path",
|
|
6908
6934
|
{
|
|
6909
6935
|
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",
|
|
@@ -6911,15 +6937,15 @@ var WordmarkLogoSvg = (_a) => {
|
|
|
6911
6937
|
}
|
|
6912
6938
|
));
|
|
6913
6939
|
default:
|
|
6914
|
-
return /* @__PURE__ */
|
|
6940
|
+
return /* @__PURE__ */ import_react47.default.createElement(
|
|
6915
6941
|
"svg",
|
|
6916
6942
|
__spreadValues({
|
|
6917
6943
|
"aria-label": "Loom",
|
|
6918
6944
|
viewBox: "0 0 62 23",
|
|
6919
6945
|
fill: wordmarkColor
|
|
6920
6946
|
}, props),
|
|
6921
|
-
/* @__PURE__ */
|
|
6922
|
-
/* @__PURE__ */
|
|
6947
|
+
/* @__PURE__ */ import_react47.default.createElement("title", null, "Loom"),
|
|
6948
|
+
/* @__PURE__ */ import_react47.default.createElement("path", { d: "M.109 21.973V.027h4.028v21.946H.109zM38.742 7.059h3.846v1.82c.818-1.456 2.727-2.244 4.362-2.244 2.03 0 3.665.88 4.422 2.485 1.18-1.82 2.756-2.485 4.725-2.485 2.756 0 5.39 1.667 5.39 5.668v9.67h-3.906v-8.851c0-1.607-.788-2.82-2.636-2.82-1.727 0-2.757 1.335-2.757 2.942v8.73h-3.997v-8.852c0-1.607-.817-2.82-2.635-2.82-1.757 0-2.787 1.305-2.787 2.942v8.73h-4.027V7.059zM13.24 22.405c-4.537 0-7.824-3.367-7.824-7.889 0-4.45 3.276-7.896 7.824-7.896 4.57 0 7.824 3.478 7.824 7.896 0 4.49-3.288 7.889-7.824 7.889zm0-12.135a4.25 4.25 0 00-4.244 4.247 4.25 4.25 0 004.244 4.247 4.25 4.25 0 004.243-4.247 4.25 4.25 0 00-4.243-4.247zM29.667 22.405c-4.538 0-7.824-3.367-7.824-7.889 0-4.45 3.276-7.896 7.824-7.896 4.57 0 7.824 3.478 7.824 7.896 0 4.49-3.29 7.889-7.824 7.889zm0-12.186a4.3 4.3 0 00-4.293 4.296 4.3 4.3 0 004.293 4.296 4.3 4.3 0 004.293-4.296 4.3 4.3 0 00-4.293-4.296z" })
|
|
6923
6949
|
);
|
|
6924
6950
|
}
|
|
6925
6951
|
};
|
|
@@ -6938,42 +6964,42 @@ var CombinedLogoSvg = (_a) => {
|
|
|
6938
6964
|
]);
|
|
6939
6965
|
switch (brand) {
|
|
6940
6966
|
case "ai":
|
|
6941
|
-
return /* @__PURE__ */
|
|
6967
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom AI", viewBox: "0 0 100 30", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement("title", null, "Loom AI"), !symbolColor ? /* @__PURE__ */ import_react47.default.createElement(import_react47.default.Fragment, null, LoomAiGradientDef(customId), [...Array(3)].map((_, i) => /* @__PURE__ */ import_react47.default.createElement(
|
|
6942
6968
|
"path",
|
|
6943
6969
|
{
|
|
6944
6970
|
key: i,
|
|
6945
6971
|
d: combinedLogoPath,
|
|
6946
6972
|
fill: `url(#ai-logo-${customId}-gradient-${i + 1}`
|
|
6947
6973
|
}
|
|
6948
|
-
))) : /* @__PURE__ */
|
|
6974
|
+
))) : /* @__PURE__ */ import_react47.default.createElement("path", { d: combinedLogoPath, fill: getColorValue(symbolColor) }), /* @__PURE__ */ import_react47.default.createElement("g", { fill: wordmarkColor }, /* @__PURE__ */ import_react47.default.createElement("path", { d: "M4.1997 29.5909H0.570312V9.83386H4.1997V29.5909Z" }), /* @__PURE__ */ import_react47.default.createElement("path", { d: "M12.3563 26.6983C14.1301 26.6983 15.7674 25.4157 15.7674 22.8778C15.7674 20.34 14.1301 19.0574 12.3563 19.0574C10.5826 19.0574 8.94526 20.34 8.94526 22.8778C8.94526 25.3884 10.5826 26.6983 12.3563 26.6983ZM12.3563 15.7555C16.3678 15.7555 19.3968 18.73 19.3968 22.8778C19.3968 26.9984 16.3678 30.0002 12.3563 30.0002C8.34491 30.0002 5.31587 26.9984 5.31587 22.8778C5.31587 18.73 8.34491 15.7555 12.3563 15.7555Z" }), /* @__PURE__ */ import_react47.default.createElement("path", { d: "M26.7414 26.6983C28.5152 26.6983 30.1525 25.4157 30.1525 22.8778C30.1525 20.34 28.5152 19.0574 26.7414 19.0574C24.9676 19.0574 23.3303 20.34 23.3303 22.8778C23.3303 25.3884 24.9676 26.6983 26.7414 26.6983ZM26.7414 15.7555C30.7528 15.7555 33.7819 18.73 33.7819 22.8778C33.7819 26.9984 30.7528 30.0002 26.7414 30.0002C22.73 30.0002 19.7009 26.9984 19.7009 22.8778C19.7009 18.73 22.73 15.7555 26.7414 15.7555Z" }), /* @__PURE__ */ import_react47.default.createElement("path", { d: "M38.534 29.5909H34.9047V16.1648H38.3703V17.8022C39.1071 16.4923 40.8263 15.7828 42.2999 15.7828C44.1282 15.7828 45.6018 16.5742 46.284 18.0205C47.3483 16.3831 48.7673 15.7828 50.5411 15.7828C53.0243 15.7828 55.3984 17.2837 55.3984 20.8858V29.5909H51.8782V21.6226C51.8782 20.1763 51.1687 19.0847 49.5041 19.0847C47.9486 19.0847 47.0208 20.2854 47.0208 21.7317V29.5909H43.4187V21.6226C43.4187 20.1763 42.6819 19.0847 41.0446 19.0847C39.4619 19.0847 38.534 20.2581 38.534 21.7317V29.5909Z" }), /* @__PURE__ */ import_react47.default.createElement("path", { d: "M74.5698 29.5909L72.9598 25.1701H65.1006L63.4906 29.5909H59.5064L66.929 10.2432H71.2951L78.6631 29.5909H74.5698ZM69.0302 14.4184L66.3559 21.7317H71.7045L69.0302 14.4184Z" }), /* @__PURE__ */ import_react47.default.createElement("path", { d: "M83.249 29.5909H79.4285V10.2432H83.249V29.5909Z" })));
|
|
6949
6975
|
case "apptile":
|
|
6950
|
-
return /* @__PURE__ */
|
|
6976
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 103 40", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement("title", null, "Loom"), /* @__PURE__ */ import_react47.default.createElement(
|
|
6951
6977
|
"path",
|
|
6952
6978
|
{
|
|
6953
6979
|
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",
|
|
6954
6980
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("blurple")
|
|
6955
6981
|
}
|
|
6956
|
-
), /* @__PURE__ */
|
|
6982
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6957
6983
|
"path",
|
|
6958
6984
|
{
|
|
6959
6985
|
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",
|
|
6960
6986
|
fill: "white"
|
|
6961
6987
|
}
|
|
6962
|
-
), /* @__PURE__ */
|
|
6988
|
+
), /* @__PURE__ */ import_react47.default.createElement("g", { fill: wordmarkColor }, /* @__PURE__ */ import_react47.default.createElement("path", { d: "M47.6001 29.5076V10H51.1816V29.5076H47.6001Z" }), /* @__PURE__ */ import_react47.default.createElement("path", { d: "M81.9516 16.2509H85.3718V17.8682C86.0987 16.575 87.7961 15.8739 89.2499 15.8739C91.0549 15.8739 92.5086 16.6556 93.1818 18.0832C94.2314 16.4659 95.633 15.8739 97.3834 15.8739C99.8338 15.8739 102.177 17.356 102.177 20.9122V29.5076H98.7027V21.6402C98.7027 20.2119 98.0019 19.1345 96.3591 19.1345C94.8238 19.1345 93.9079 20.3202 93.9079 21.7485V29.5084H90.3541V21.6402C90.3541 20.2119 89.6272 19.1345 88.0104 19.1345C86.4483 19.1345 85.5323 20.2933 85.5323 21.7485V29.5084H81.9516V16.2509Z" }), /* @__PURE__ */ import_react47.default.createElement("path", { d: "M59.2755 29.8916C55.2407 29.8916 52.3189 26.899 52.3189 22.8795C52.3189 18.9241 55.2312 15.8603 59.2755 15.8603C63.3394 15.8603 66.232 18.9526 66.232 22.8795C66.232 26.8697 63.3086 29.8916 59.2755 29.8916ZM59.2755 19.1051C57.1944 19.1051 55.5018 20.7983 55.5018 22.8803C55.5018 24.9624 57.1944 26.6555 59.2755 26.6555C61.3565 26.6555 63.0484 24.9624 63.0484 22.8803C63.0484 20.7983 61.3565 19.1051 59.2755 19.1051Z" }), /* @__PURE__ */ import_react47.default.createElement("path", { d: "M73.8823 29.8916C69.8476 29.8916 66.9258 26.899 66.9258 22.8795C66.9258 18.9241 69.8381 15.8603 73.8823 15.8603C77.9463 15.8603 80.8389 18.9526 80.8389 22.8795C80.8389 26.8697 77.9139 29.8916 73.8823 29.8916ZM73.8823 19.0601C71.7776 19.0601 70.0652 20.7738 70.0652 22.8788C70.0652 24.9837 71.7776 26.6974 73.8823 26.6974C75.9871 26.6974 77.6995 24.9837 77.6995 22.8788C77.6988 20.7738 75.9863 19.0601 73.8823 19.0601Z" })));
|
|
6963
6989
|
case "product":
|
|
6964
|
-
return /* @__PURE__ */
|
|
6990
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ viewBox: "0 0 112 40", fill: "none", "aria-label": "Loom" }, props), /* @__PURE__ */ import_react47.default.createElement(
|
|
6965
6991
|
"path",
|
|
6966
6992
|
{
|
|
6967
6993
|
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",
|
|
6968
6994
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
6969
6995
|
}
|
|
6970
|
-
), /* @__PURE__ */
|
|
6996
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6971
6997
|
"path",
|
|
6972
6998
|
{
|
|
6973
6999
|
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",
|
|
6974
7000
|
fill: "white"
|
|
6975
7001
|
}
|
|
6976
|
-
), /* @__PURE__ */
|
|
7002
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6977
7003
|
"path",
|
|
6978
7004
|
{
|
|
6979
7005
|
fillRule: "evenodd",
|
|
@@ -6981,7 +7007,7 @@ var CombinedLogoSvg = (_a) => {
|
|
|
6981
7007
|
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",
|
|
6982
7008
|
fill: wordmarkColor
|
|
6983
7009
|
}
|
|
6984
|
-
), /* @__PURE__ */
|
|
7010
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6985
7011
|
"path",
|
|
6986
7012
|
{
|
|
6987
7013
|
fillRule: "evenodd",
|
|
@@ -6989,13 +7015,13 @@ var CombinedLogoSvg = (_a) => {
|
|
|
6989
7015
|
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",
|
|
6990
7016
|
fill: wordmarkColor
|
|
6991
7017
|
}
|
|
6992
|
-
), /* @__PURE__ */
|
|
7018
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6993
7019
|
"path",
|
|
6994
7020
|
{
|
|
6995
7021
|
d: "M54.9365 25.3483H62.3421V28.0827H51.6667V11.1068H54.9365V25.3483Z",
|
|
6996
7022
|
fill: wordmarkColor
|
|
6997
7023
|
}
|
|
6998
|
-
), /* @__PURE__ */
|
|
7024
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
6999
7025
|
"path",
|
|
7000
7026
|
{
|
|
7001
7027
|
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",
|
|
@@ -7003,43 +7029,43 @@ var CombinedLogoSvg = (_a) => {
|
|
|
7003
7029
|
}
|
|
7004
7030
|
));
|
|
7005
7031
|
case "marketing":
|
|
7006
|
-
return /* @__PURE__ */
|
|
7032
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 170 48", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement(
|
|
7007
7033
|
"path",
|
|
7008
7034
|
{
|
|
7009
7035
|
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",
|
|
7010
7036
|
fill: wordmarkColor
|
|
7011
7037
|
}
|
|
7012
|
-
), /* @__PURE__ */
|
|
7038
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7013
7039
|
"path",
|
|
7014
7040
|
{
|
|
7015
7041
|
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",
|
|
7016
7042
|
fill: wordmarkColor
|
|
7017
7043
|
}
|
|
7018
|
-
), /* @__PURE__ */
|
|
7044
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7019
7045
|
"path",
|
|
7020
7046
|
{
|
|
7021
7047
|
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",
|
|
7022
7048
|
fill: wordmarkColor
|
|
7023
7049
|
}
|
|
7024
|
-
), /* @__PURE__ */
|
|
7050
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7025
7051
|
"path",
|
|
7026
7052
|
{
|
|
7027
7053
|
d: "M64.094 7.77783H68.234V34.0438H81.942V37.9998H64.094V7.77783Z",
|
|
7028
7054
|
fill: wordmarkColor
|
|
7029
7055
|
}
|
|
7030
|
-
), /* @__PURE__ */
|
|
7056
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7031
7057
|
"path",
|
|
7032
7058
|
{
|
|
7033
7059
|
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",
|
|
7034
7060
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
7035
7061
|
}
|
|
7036
|
-
), /* @__PURE__ */
|
|
7062
|
+
), /* @__PURE__ */ import_react47.default.createElement("g", { clipPath: "url(#clip0_45829_3572)" }, /* @__PURE__ */ import_react47.default.createElement(
|
|
7037
7063
|
"path",
|
|
7038
7064
|
{
|
|
7039
7065
|
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",
|
|
7040
7066
|
fill: "white"
|
|
7041
7067
|
}
|
|
7042
|
-
)), /* @__PURE__ */
|
|
7068
|
+
)), /* @__PURE__ */ import_react47.default.createElement("defs", null, /* @__PURE__ */ import_react47.default.createElement("clipPath", { id: "clip0_45829_3572" }, /* @__PURE__ */ import_react47.default.createElement(
|
|
7043
7069
|
"rect",
|
|
7044
7070
|
{
|
|
7045
7071
|
width: "39",
|
|
@@ -7049,97 +7075,97 @@ var CombinedLogoSvg = (_a) => {
|
|
|
7049
7075
|
}
|
|
7050
7076
|
))));
|
|
7051
7077
|
case "attributed":
|
|
7052
|
-
return /* @__PURE__ */
|
|
7078
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 232 75", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement(
|
|
7053
7079
|
"path",
|
|
7054
7080
|
{
|
|
7055
7081
|
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",
|
|
7056
7082
|
fill: wordmarkColor
|
|
7057
7083
|
}
|
|
7058
|
-
), /* @__PURE__ */
|
|
7084
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7059
7085
|
"path",
|
|
7060
7086
|
{
|
|
7061
7087
|
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",
|
|
7062
7088
|
fill: wordmarkColor
|
|
7063
7089
|
}
|
|
7064
|
-
), /* @__PURE__ */
|
|
7090
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7065
7091
|
"path",
|
|
7066
7092
|
{
|
|
7067
7093
|
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",
|
|
7068
7094
|
fill: wordmarkColor
|
|
7069
7095
|
}
|
|
7070
|
-
), /* @__PURE__ */
|
|
7096
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7071
7097
|
"path",
|
|
7072
7098
|
{
|
|
7073
7099
|
d: "M91.094 34.7778H95.234V61.0438H108.942V64.9998H91.094V34.7778Z",
|
|
7074
7100
|
fill: wordmarkColor
|
|
7075
7101
|
}
|
|
7076
|
-
), /* @__PURE__ */
|
|
7102
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7077
7103
|
"path",
|
|
7078
7104
|
{
|
|
7079
7105
|
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",
|
|
7080
7106
|
fill: wordmarkColor
|
|
7081
7107
|
}
|
|
7082
|
-
), /* @__PURE__ */
|
|
7108
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7083
7109
|
"path",
|
|
7084
7110
|
{
|
|
7085
7111
|
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",
|
|
7086
7112
|
fill: wordmarkColor
|
|
7087
7113
|
}
|
|
7088
|
-
), /* @__PURE__ */
|
|
7114
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7089
7115
|
"path",
|
|
7090
7116
|
{
|
|
7091
7117
|
d: "M193.602 7.16846H189.628V24.329H193.602V7.16846Z",
|
|
7092
7118
|
fill: wordmarkColor
|
|
7093
7119
|
}
|
|
7094
|
-
), /* @__PURE__ */
|
|
7120
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7095
7121
|
"path",
|
|
7096
7122
|
{
|
|
7097
7123
|
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",
|
|
7098
7124
|
fill: wordmarkColor
|
|
7099
7125
|
}
|
|
7100
|
-
), /* @__PURE__ */
|
|
7126
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7101
7127
|
"path",
|
|
7102
7128
|
{
|
|
7103
7129
|
d: "M124.237 7.16846V24.329H132.426L133.69 20.5958H128.211V7.16846H124.237Z",
|
|
7104
7130
|
fill: wordmarkColor
|
|
7105
7131
|
}
|
|
7106
|
-
), /* @__PURE__ */
|
|
7132
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7107
7133
|
"path",
|
|
7108
7134
|
{
|
|
7109
7135
|
d: "M108.04 7.16846V10.8414H112.436V24.329H116.47V10.8414H121.227V7.16846H108.04Z",
|
|
7110
7136
|
fill: wordmarkColor
|
|
7111
7137
|
}
|
|
7112
|
-
), /* @__PURE__ */
|
|
7138
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7113
7139
|
"path",
|
|
7114
7140
|
{
|
|
7115
7141
|
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",
|
|
7116
7142
|
fill: wordmarkColor
|
|
7117
7143
|
}
|
|
7118
|
-
), /* @__PURE__ */
|
|
7144
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7119
7145
|
"path",
|
|
7120
7146
|
{
|
|
7121
7147
|
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",
|
|
7122
7148
|
fill: wordmarkColor
|
|
7123
7149
|
}
|
|
7124
|
-
), /* @__PURE__ */
|
|
7150
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7125
7151
|
"path",
|
|
7126
7152
|
{
|
|
7127
7153
|
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",
|
|
7128
7154
|
fill: wordmarkColor
|
|
7129
7155
|
}
|
|
7130
|
-
), /* @__PURE__ */
|
|
7156
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7131
7157
|
"path",
|
|
7132
7158
|
{
|
|
7133
7159
|
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",
|
|
7134
7160
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
7135
7161
|
}
|
|
7136
|
-
), /* @__PURE__ */
|
|
7162
|
+
), /* @__PURE__ */ import_react47.default.createElement("g", { clipPath: "url(#clip0_45829_3571)" }, /* @__PURE__ */ import_react47.default.createElement(
|
|
7137
7163
|
"path",
|
|
7138
7164
|
{
|
|
7139
7165
|
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",
|
|
7140
7166
|
fill: "white"
|
|
7141
7167
|
}
|
|
7142
|
-
)), /* @__PURE__ */
|
|
7168
|
+
)), /* @__PURE__ */ import_react47.default.createElement("defs", null, /* @__PURE__ */ import_react47.default.createElement("clipPath", { id: "clip0_45829_3571" }, /* @__PURE__ */ import_react47.default.createElement(
|
|
7143
7169
|
"rect",
|
|
7144
7170
|
{
|
|
7145
7171
|
width: "60.9375",
|
|
@@ -7149,13 +7175,13 @@ var CombinedLogoSvg = (_a) => {
|
|
|
7149
7175
|
}
|
|
7150
7176
|
))));
|
|
7151
7177
|
default:
|
|
7152
|
-
return /* @__PURE__ */
|
|
7178
|
+
return /* @__PURE__ */ import_react47.default.createElement("svg", __spreadValues({ "aria-label": "Loom", viewBox: "0 0 100 30", fill: "none" }, props), /* @__PURE__ */ import_react47.default.createElement("title", null, "Loom"), /* @__PURE__ */ import_react47.default.createElement(
|
|
7153
7179
|
"path",
|
|
7154
7180
|
{
|
|
7155
7181
|
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",
|
|
7156
7182
|
fill: symbolColor ? getColorValue(symbolColor) : getColorValue("primary")
|
|
7157
7183
|
}
|
|
7158
|
-
), /* @__PURE__ */
|
|
7184
|
+
), /* @__PURE__ */ import_react47.default.createElement(
|
|
7159
7185
|
"path",
|
|
7160
7186
|
{
|
|
7161
7187
|
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",
|
|
@@ -7191,7 +7217,7 @@ var Logo = (_a) => {
|
|
|
7191
7217
|
"brand",
|
|
7192
7218
|
"customId"
|
|
7193
7219
|
]);
|
|
7194
|
-
return /* @__PURE__ */
|
|
7220
|
+
return /* @__PURE__ */ import_react47.default.createElement(LogoWrapper, __spreadValues({ variant, maxWidth }, props), variant === "combined" && /* @__PURE__ */ import_react47.default.createElement(
|
|
7195
7221
|
CombinedLogoSvg,
|
|
7196
7222
|
{
|
|
7197
7223
|
brand,
|
|
@@ -7200,7 +7226,7 @@ var Logo = (_a) => {
|
|
|
7200
7226
|
customId,
|
|
7201
7227
|
className: "lns-logoSvg"
|
|
7202
7228
|
}
|
|
7203
|
-
), variant === "symbol" && /* @__PURE__ */
|
|
7229
|
+
), variant === "symbol" && /* @__PURE__ */ import_react47.default.createElement(
|
|
7204
7230
|
SymbolLogoSvg,
|
|
7205
7231
|
{
|
|
7206
7232
|
brand,
|
|
@@ -7208,7 +7234,7 @@ var Logo = (_a) => {
|
|
|
7208
7234
|
customId,
|
|
7209
7235
|
className: "lns-logoSvg"
|
|
7210
7236
|
}
|
|
7211
|
-
), variant === "wordmark" && /* @__PURE__ */
|
|
7237
|
+
), variant === "wordmark" && /* @__PURE__ */ import_react47.default.createElement(
|
|
7212
7238
|
WordmarkLogoSvg,
|
|
7213
7239
|
{
|
|
7214
7240
|
brand,
|
|
@@ -7221,7 +7247,7 @@ var logo_default = Logo;
|
|
|
7221
7247
|
|
|
7222
7248
|
// src/components/logo-loader/logo-loader.tsx
|
|
7223
7249
|
var import_styled34 = __toESM(require("@emotion/styled"));
|
|
7224
|
-
var
|
|
7250
|
+
var import_react48 = __toESM(require("react"));
|
|
7225
7251
|
|
|
7226
7252
|
// src/constants/routes.ts
|
|
7227
7253
|
var LENS_CDN = "https://cdn.loom.com/assets/lens";
|
|
@@ -7251,17 +7277,17 @@ var LogoLoader = ({
|
|
|
7251
7277
|
brand = "loom",
|
|
7252
7278
|
size = "medium"
|
|
7253
7279
|
}) => {
|
|
7254
|
-
return /* @__PURE__ */
|
|
7280
|
+
return /* @__PURE__ */ import_react48.default.createElement(LogoLoaderWrapper, { animation, brand, size });
|
|
7255
7281
|
};
|
|
7256
7282
|
var logo_loader_default = LogoLoader;
|
|
7257
7283
|
|
|
7258
7284
|
// src/components/list/list.tsx
|
|
7259
|
-
var
|
|
7285
|
+
var import_react49 = require("@emotion/react");
|
|
7260
7286
|
var import_styled35 = __toESM(require("@emotion/styled"));
|
|
7261
|
-
var
|
|
7287
|
+
var import_react50 = __toESM(require("react"));
|
|
7262
7288
|
var ssrComment = `/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */`;
|
|
7263
7289
|
var variantStyles2 = {
|
|
7264
|
-
border:
|
|
7290
|
+
border: import_react49.css`
|
|
7265
7291
|
.ListRowWrapper:last-child {
|
|
7266
7292
|
border-bottom: 1px solid ${getColorValue("border")};
|
|
7267
7293
|
}
|
|
@@ -7271,7 +7297,7 @@ var variantStyles2 = {
|
|
|
7271
7297
|
border-top: 1px solid ${getColorValue("border")};
|
|
7272
7298
|
}
|
|
7273
7299
|
`,
|
|
7274
|
-
stripe:
|
|
7300
|
+
stripe: import_react49.css`
|
|
7275
7301
|
.ListRowWrapper {
|
|
7276
7302
|
&:nth-child(odd) ${ssrComment} {
|
|
7277
7303
|
background-color: ${getColorValue("backgroundSecondary")};
|
|
@@ -7282,7 +7308,7 @@ var variantStyles2 = {
|
|
|
7282
7308
|
${getRadius("medium")};
|
|
7283
7309
|
}
|
|
7284
7310
|
`,
|
|
7285
|
-
clear:
|
|
7311
|
+
clear: import_react49.css``
|
|
7286
7312
|
};
|
|
7287
7313
|
var ListWrapper = import_styled35.default.div`
|
|
7288
7314
|
.ListRowWrapper {
|
|
@@ -7384,19 +7410,16 @@ var ListRow = (_a) => {
|
|
|
7384
7410
|
}
|
|
7385
7411
|
}
|
|
7386
7412
|
} : {};
|
|
7387
|
-
return (
|
|
7388
|
-
|
|
7389
|
-
|
|
7390
|
-
|
|
7391
|
-
|
|
7392
|
-
|
|
7393
|
-
|
|
7394
|
-
|
|
7395
|
-
|
|
7396
|
-
|
|
7397
|
-
}, interactiveProps), props),
|
|
7398
|
-
children
|
|
7399
|
-
)
|
|
7413
|
+
return /* @__PURE__ */ import_react50.default.createElement(
|
|
7414
|
+
ListRowWrapper,
|
|
7415
|
+
__spreadValues(__spreadValues({
|
|
7416
|
+
role: role || (htmlTag === "li" ? "listitem" : void 0),
|
|
7417
|
+
className: `ListRowWrapper${classNameFromProp}`,
|
|
7418
|
+
as: htmlTag,
|
|
7419
|
+
backgroundColor,
|
|
7420
|
+
href
|
|
7421
|
+
}, interactiveProps), props),
|
|
7422
|
+
children
|
|
7400
7423
|
);
|
|
7401
7424
|
};
|
|
7402
7425
|
var formatColumns = (columns) => columns.map((columnValue) => getSizeValue(columnValue)).join(" ");
|
|
@@ -7416,16 +7439,16 @@ var List = (_a) => {
|
|
|
7416
7439
|
]);
|
|
7417
7440
|
let processedChildren = children;
|
|
7418
7441
|
if (htmlTag === "ul") {
|
|
7419
|
-
processedChildren =
|
|
7420
|
-
if (
|
|
7421
|
-
return
|
|
7442
|
+
processedChildren = import_react50.default.Children.map(children, (child) => {
|
|
7443
|
+
if (import_react50.default.isValidElement(child) && child.type === ListRow) {
|
|
7444
|
+
return import_react50.default.cloneElement(child, {
|
|
7422
7445
|
htmlTag: "li"
|
|
7423
7446
|
});
|
|
7424
7447
|
}
|
|
7425
7448
|
return child;
|
|
7426
7449
|
});
|
|
7427
7450
|
}
|
|
7428
|
-
return /* @__PURE__ */
|
|
7451
|
+
return /* @__PURE__ */ import_react50.default.createElement(
|
|
7429
7452
|
ListWrapper,
|
|
7430
7453
|
__spreadValues({
|
|
7431
7454
|
as: htmlTag,
|
|
@@ -7441,8 +7464,8 @@ var list_default = List;
|
|
|
7441
7464
|
|
|
7442
7465
|
// src/components/tabs/tabs.tsx
|
|
7443
7466
|
var import_styled36 = __toESM(require("@emotion/styled"));
|
|
7444
|
-
var
|
|
7445
|
-
var TabsContext =
|
|
7467
|
+
var import_react51 = __toESM(require("react"));
|
|
7468
|
+
var TabsContext = import_react51.default.createContext({});
|
|
7446
7469
|
var negativeScrollOffset = (scrollOffset) => `calc(-1 * ${getSizeValue(scrollOffset)})`;
|
|
7447
7470
|
var Wrapper = import_styled36.default.div`
|
|
7448
7471
|
${(props) => props.scrollOffset && `margin: 0 ${negativeScrollOffset(props.scrollOffset)};
|
|
@@ -7471,6 +7494,10 @@ var TabsNav = import_styled36.default.div`
|
|
|
7471
7494
|
}
|
|
7472
7495
|
}
|
|
7473
7496
|
|
|
7497
|
+
button {
|
|
7498
|
+
${(props) => props.hasFullTabs && `width: 100%;`};
|
|
7499
|
+
}
|
|
7500
|
+
|
|
7474
7501
|
::after {
|
|
7475
7502
|
content: '';
|
|
7476
7503
|
flex-shrink: 0;
|
|
@@ -7493,10 +7520,14 @@ var TabsNavPilled = import_styled36.default.div`
|
|
|
7493
7520
|
display: none;
|
|
7494
7521
|
}
|
|
7495
7522
|
|
|
7496
|
-
* {
|
|
7523
|
+
> * {
|
|
7497
7524
|
flex: 1 0;
|
|
7498
7525
|
}
|
|
7499
7526
|
|
|
7527
|
+
button {
|
|
7528
|
+
width: 100%;
|
|
7529
|
+
}
|
|
7530
|
+
|
|
7500
7531
|
::after {
|
|
7501
7532
|
content: '';
|
|
7502
7533
|
flex-shrink: 0;
|
|
@@ -7608,9 +7639,9 @@ var Tab = (_a) => {
|
|
|
7608
7639
|
"icon",
|
|
7609
7640
|
"isDisabled"
|
|
7610
7641
|
]);
|
|
7611
|
-
const { isPilledDesign } =
|
|
7642
|
+
const { isPilledDesign } = import_react51.default.useContext(TabsContext);
|
|
7612
7643
|
if (isPilledDesign) {
|
|
7613
|
-
return /* @__PURE__ */
|
|
7644
|
+
return /* @__PURE__ */ import_react51.default.createElement(
|
|
7614
7645
|
TabWrapperPilled,
|
|
7615
7646
|
__spreadValues({
|
|
7616
7647
|
as: htmlTag,
|
|
@@ -7620,11 +7651,11 @@ var Tab = (_a) => {
|
|
|
7620
7651
|
"aria-selected": isActive,
|
|
7621
7652
|
disabled: isDisabled
|
|
7622
7653
|
}, props),
|
|
7623
|
-
icon && /* @__PURE__ */
|
|
7654
|
+
icon && /* @__PURE__ */ import_react51.default.createElement(container_default, { htmlTag: "span", paddingRight: children && "small" }, /* @__PURE__ */ import_react51.default.createElement(icon_default, { icon, color: "currentColor" })),
|
|
7624
7655
|
children
|
|
7625
7656
|
);
|
|
7626
7657
|
}
|
|
7627
|
-
return /* @__PURE__ */
|
|
7658
|
+
return /* @__PURE__ */ import_react51.default.createElement(
|
|
7628
7659
|
TabWrapper,
|
|
7629
7660
|
__spreadValues({
|
|
7630
7661
|
as: htmlTag,
|
|
@@ -7634,7 +7665,7 @@ var Tab = (_a) => {
|
|
|
7634
7665
|
"aria-selected": isActive,
|
|
7635
7666
|
disabled: isDisabled
|
|
7636
7667
|
}, props),
|
|
7637
|
-
icon && /* @__PURE__ */
|
|
7668
|
+
icon && /* @__PURE__ */ import_react51.default.createElement(container_default, { htmlTag: "span", paddingRight: children && "small" }, /* @__PURE__ */ import_react51.default.createElement(icon_default, { icon, color: "currentColor" })),
|
|
7638
7669
|
children
|
|
7639
7670
|
);
|
|
7640
7671
|
};
|
|
@@ -7652,7 +7683,7 @@ var TabsDeprecated = (_a) => {
|
|
|
7652
7683
|
"isPilledDesign",
|
|
7653
7684
|
"hasBottomBorder"
|
|
7654
7685
|
]);
|
|
7655
|
-
const tabsContent = isPilledDesign ? /* @__PURE__ */
|
|
7686
|
+
const tabsContent = isPilledDesign ? /* @__PURE__ */ import_react51.default.createElement(
|
|
7656
7687
|
TabsNavPilled,
|
|
7657
7688
|
__spreadValues({
|
|
7658
7689
|
hasFullTabs,
|
|
@@ -7660,7 +7691,7 @@ var TabsDeprecated = (_a) => {
|
|
|
7660
7691
|
role: "tablist"
|
|
7661
7692
|
}, props),
|
|
7662
7693
|
children
|
|
7663
|
-
) : /* @__PURE__ */
|
|
7694
|
+
) : /* @__PURE__ */ import_react51.default.createElement(
|
|
7664
7695
|
TabsNav,
|
|
7665
7696
|
__spreadValues({
|
|
7666
7697
|
hasFullTabs,
|
|
@@ -7671,9 +7702,9 @@ var TabsDeprecated = (_a) => {
|
|
|
7671
7702
|
children
|
|
7672
7703
|
);
|
|
7673
7704
|
if (scrollOffset) {
|
|
7674
|
-
return /* @__PURE__ */
|
|
7705
|
+
return /* @__PURE__ */ import_react51.default.createElement(Wrapper, { scrollOffset }, tabsContent);
|
|
7675
7706
|
}
|
|
7676
|
-
return /* @__PURE__ */
|
|
7707
|
+
return /* @__PURE__ */ import_react51.default.createElement(TabsContext.Provider, { value: { isPilledDesign } }, tabsContent);
|
|
7677
7708
|
};
|
|
7678
7709
|
var ConditionalTooltip = ({
|
|
7679
7710
|
tooltipProps,
|
|
@@ -7681,11 +7712,11 @@ var ConditionalTooltip = ({
|
|
|
7681
7712
|
tooltipId
|
|
7682
7713
|
}) => {
|
|
7683
7714
|
if (tooltipProps) {
|
|
7684
|
-
return /* @__PURE__ */
|
|
7715
|
+
return /* @__PURE__ */ import_react51.default.createElement(tooltip_default, __spreadProps(__spreadValues({}, tooltipProps), { tooltipId, tabIndex: -1 }), children);
|
|
7685
7716
|
}
|
|
7686
7717
|
return children;
|
|
7687
7718
|
};
|
|
7688
|
-
var TabNew =
|
|
7719
|
+
var TabNew = import_react51.default.forwardRef(
|
|
7689
7720
|
(_a, ref) => {
|
|
7690
7721
|
var _b = _a, {
|
|
7691
7722
|
tabContent,
|
|
@@ -7706,8 +7737,8 @@ var TabNew = import_react50.default.forwardRef(
|
|
|
7706
7737
|
"onKeyDown",
|
|
7707
7738
|
"onClick"
|
|
7708
7739
|
]);
|
|
7709
|
-
const { isPilledDesign } =
|
|
7710
|
-
const tooltipId = (0,
|
|
7740
|
+
const { isPilledDesign } = import_react51.default.useContext(TabsContext);
|
|
7741
|
+
const tooltipId = (0, import_react51.useId)();
|
|
7711
7742
|
const componentProps = __spreadValues({
|
|
7712
7743
|
as: htmlTag,
|
|
7713
7744
|
isActive,
|
|
@@ -7721,7 +7752,7 @@ var TabNew = import_react50.default.forwardRef(
|
|
|
7721
7752
|
onClick,
|
|
7722
7753
|
ref
|
|
7723
7754
|
}, props);
|
|
7724
|
-
return /* @__PURE__ */
|
|
7755
|
+
return /* @__PURE__ */ import_react51.default.createElement(ConditionalTooltip, { tooltipProps, tooltipId }, isPilledDesign ? /* @__PURE__ */ import_react51.default.createElement(TabWrapperPilled, __spreadValues({}, componentProps), icon ? /* @__PURE__ */ import_react51.default.createElement(container_default, { htmlTag: "span", paddingRight: tabContent && "small" }, /* @__PURE__ */ import_react51.default.createElement(icon_default, { icon, color: "currentColor" })) : null, tabContent) : /* @__PURE__ */ import_react51.default.createElement(TabWrapper, __spreadValues({}, componentProps), icon ? /* @__PURE__ */ import_react51.default.createElement(container_default, { htmlTag: "span", paddingRight: tabContent && "small" }, /* @__PURE__ */ import_react51.default.createElement(icon_default, { icon, color: "currentColor" })) : null, tabContent));
|
|
7725
7756
|
}
|
|
7726
7757
|
);
|
|
7727
7758
|
TabNew.displayName = "TabNew";
|
|
@@ -7739,8 +7770,8 @@ var TabsNew = (_a) => {
|
|
|
7739
7770
|
"isPilledDesign",
|
|
7740
7771
|
"hasBottomBorder"
|
|
7741
7772
|
]);
|
|
7742
|
-
const tabRefs = (0,
|
|
7743
|
-
const handleKeyDown = (0,
|
|
7773
|
+
const tabRefs = (0, import_react51.useRef)({});
|
|
7774
|
+
const handleKeyDown = (0, import_react51.useCallback)(
|
|
7744
7775
|
(event, currentTabIndex) => {
|
|
7745
7776
|
var _a2;
|
|
7746
7777
|
let newIndex = currentTabIndex;
|
|
@@ -7768,14 +7799,14 @@ var TabsNew = (_a) => {
|
|
|
7768
7799
|
},
|
|
7769
7800
|
[tabs.length]
|
|
7770
7801
|
);
|
|
7771
|
-
const setTabRef = (0,
|
|
7802
|
+
const setTabRef = (0, import_react51.useCallback)(
|
|
7772
7803
|
(tabIndex) => (ref) => {
|
|
7773
7804
|
tabRefs.current[tabIndex] = ref;
|
|
7774
7805
|
},
|
|
7775
7806
|
[]
|
|
7776
7807
|
);
|
|
7777
|
-
const tabsToRender = (0,
|
|
7778
|
-
() => tabs.map((tabProps, index) => /* @__PURE__ */
|
|
7808
|
+
const tabsToRender = (0, import_react51.useMemo)(
|
|
7809
|
+
() => tabs.map((tabProps, index) => /* @__PURE__ */ import_react51.default.createElement(
|
|
7779
7810
|
TabNew,
|
|
7780
7811
|
__spreadValues({
|
|
7781
7812
|
key: index,
|
|
@@ -7785,8 +7816,8 @@ var TabsNew = (_a) => {
|
|
|
7785
7816
|
)),
|
|
7786
7817
|
[tabs, handleKeyDown, setTabRef]
|
|
7787
7818
|
);
|
|
7788
|
-
const tabsContent = (0,
|
|
7789
|
-
() => isPilledDesign ? /* @__PURE__ */
|
|
7819
|
+
const tabsContent = (0, import_react51.useMemo)(
|
|
7820
|
+
() => isPilledDesign ? /* @__PURE__ */ import_react51.default.createElement(
|
|
7790
7821
|
TabsNavPilled,
|
|
7791
7822
|
__spreadValues({
|
|
7792
7823
|
hasFullTabs,
|
|
@@ -7794,7 +7825,7 @@ var TabsNew = (_a) => {
|
|
|
7794
7825
|
role: "tablist"
|
|
7795
7826
|
}, props),
|
|
7796
7827
|
tabsToRender
|
|
7797
|
-
) : /* @__PURE__ */
|
|
7828
|
+
) : /* @__PURE__ */ import_react51.default.createElement(
|
|
7798
7829
|
TabsNav,
|
|
7799
7830
|
__spreadValues({
|
|
7800
7831
|
hasFullTabs,
|
|
@@ -7813,9 +7844,9 @@ var TabsNew = (_a) => {
|
|
|
7813
7844
|
props
|
|
7814
7845
|
]
|
|
7815
7846
|
);
|
|
7816
|
-
const wrappedContent = /* @__PURE__ */
|
|
7847
|
+
const wrappedContent = /* @__PURE__ */ import_react51.default.createElement(TabsContext.Provider, { value: { isPilledDesign } }, tabsContent);
|
|
7817
7848
|
if (scrollOffset) {
|
|
7818
|
-
return /* @__PURE__ */
|
|
7849
|
+
return /* @__PURE__ */ import_react51.default.createElement(Wrapper, { scrollOffset }, wrappedContent);
|
|
7819
7850
|
}
|
|
7820
7851
|
return wrappedContent;
|
|
7821
7852
|
};
|
|
@@ -7831,15 +7862,15 @@ var Tabs = (_a) => {
|
|
|
7831
7862
|
return null;
|
|
7832
7863
|
}
|
|
7833
7864
|
if (children) {
|
|
7834
|
-
return /* @__PURE__ */
|
|
7865
|
+
return /* @__PURE__ */ import_react51.default.createElement(TabsDeprecated, __spreadValues({}, props), children);
|
|
7835
7866
|
}
|
|
7836
|
-
return /* @__PURE__ */
|
|
7867
|
+
return /* @__PURE__ */ import_react51.default.createElement(TabsNew, __spreadValues({ tabs }, props));
|
|
7837
7868
|
};
|
|
7838
7869
|
var tabs_default = Tabs;
|
|
7839
7870
|
|
|
7840
7871
|
// src/components/pill/pill.tsx
|
|
7841
7872
|
var import_styled37 = __toESM(require("@emotion/styled"));
|
|
7842
|
-
var
|
|
7873
|
+
var import_react52 = __toESM(require("react"));
|
|
7843
7874
|
var PillWrapper = import_styled37.default.div`
|
|
7844
7875
|
display: inline-grid;
|
|
7845
7876
|
grid-auto-flow: column;
|
|
@@ -7868,23 +7899,23 @@ var Pill = (_a) => {
|
|
|
7868
7899
|
"icon",
|
|
7869
7900
|
"iconPosition"
|
|
7870
7901
|
]);
|
|
7871
|
-
const iconComponent = /* @__PURE__ */
|
|
7902
|
+
const iconComponent = /* @__PURE__ */ import_react52.default.createElement(
|
|
7872
7903
|
container_default,
|
|
7873
7904
|
{
|
|
7874
7905
|
htmlTag: "span",
|
|
7875
7906
|
paddingLeft: iconPosition === "right" && "xsmall",
|
|
7876
7907
|
paddingRight: iconPosition === "left" && "xsmall"
|
|
7877
7908
|
},
|
|
7878
|
-
/* @__PURE__ */
|
|
7909
|
+
/* @__PURE__ */ import_react52.default.createElement(icon_default, { icon, color: "currentColor", size: 2 })
|
|
7879
7910
|
);
|
|
7880
|
-
return /* @__PURE__ */
|
|
7911
|
+
return /* @__PURE__ */ import_react52.default.createElement(PillWrapper, __spreadValues({ color, backgroundColor }, props), icon && iconPosition === "left" && iconComponent, children, icon && iconPosition === "right" && iconComponent);
|
|
7881
7912
|
};
|
|
7882
7913
|
var pill_default = Pill;
|
|
7883
7914
|
|
|
7884
7915
|
// src/components/popover/popover.tsx
|
|
7885
7916
|
var import_styled38 = __toESM(require("@emotion/styled"));
|
|
7886
7917
|
var import_react_dom = require("@floating-ui/react-dom");
|
|
7887
|
-
var
|
|
7918
|
+
var import_react53 = __toESM(require("react"));
|
|
7888
7919
|
var import_react_dom2 = __toESM(require("react-dom"));
|
|
7889
7920
|
var import_transition_hook2 = require("transition-hook");
|
|
7890
7921
|
var placements2 = {
|
|
@@ -7969,7 +8000,7 @@ var Popover = (_a) => {
|
|
|
7969
8000
|
],
|
|
7970
8001
|
strategy: "fixed"
|
|
7971
8002
|
});
|
|
7972
|
-
(0,
|
|
8003
|
+
(0, import_react53.useEffect)(() => {
|
|
7973
8004
|
if (!refs.reference.current || !refs.floating.current) {
|
|
7974
8005
|
return;
|
|
7975
8006
|
}
|
|
@@ -7986,8 +8017,8 @@ var Popover = (_a) => {
|
|
|
7986
8017
|
opacity: stage === "enter" ? 1 : 0
|
|
7987
8018
|
}
|
|
7988
8019
|
};
|
|
7989
|
-
return /* @__PURE__ */
|
|
7990
|
-
/* @__PURE__ */
|
|
8020
|
+
return /* @__PURE__ */ import_react53.default.createElement(Wrapper2, __spreadProps(__spreadValues({ ref: reference }, props), { childrenZIndex }), children, shouldMount && /* @__PURE__ */ import_react53.default.createElement(import_react53.default.Fragment, null, !rootNode && /* @__PURE__ */ import_react53.default.createElement(ContentWrapper2, __spreadValues({}, contentProps), content), rootNode && import_react_dom2.default.createPortal(
|
|
8021
|
+
/* @__PURE__ */ import_react53.default.createElement(ContentWrapper2, __spreadValues({}, contentProps), content),
|
|
7991
8022
|
rootNode
|
|
7992
8023
|
)));
|
|
7993
8024
|
};
|
|
@@ -7995,7 +8026,7 @@ var popover_default = Popover;
|
|
|
7995
8026
|
|
|
7996
8027
|
// src/components/illustration/illustration.tsx
|
|
7997
8028
|
var import_styled39 = __toESM(require("@emotion/styled"));
|
|
7998
|
-
var
|
|
8029
|
+
var import_react54 = __toESM(require("react"));
|
|
7999
8030
|
var IllustrationWrapper = import_styled39.default.span`
|
|
8000
8031
|
display: block;
|
|
8001
8032
|
color: ${(props) => props.color ? getColorValue(props.color) : getColorValue("grey8")};
|
|
@@ -8020,7 +8051,7 @@ var Illustration = (_a) => {
|
|
|
8020
8051
|
"color",
|
|
8021
8052
|
"size"
|
|
8022
8053
|
]);
|
|
8023
|
-
return /* @__PURE__ */
|
|
8054
|
+
return /* @__PURE__ */ import_react54.default.createElement(
|
|
8024
8055
|
IllustrationWrapper,
|
|
8025
8056
|
__spreadValues({
|
|
8026
8057
|
"aria-hidden": "true",
|
|
@@ -8034,10 +8065,10 @@ var Illustration = (_a) => {
|
|
|
8034
8065
|
var illustration_default = Illustration;
|
|
8035
8066
|
|
|
8036
8067
|
// src/components/split/split.tsx
|
|
8037
|
-
var
|
|
8068
|
+
var import_react55 = require("@emotion/react");
|
|
8038
8069
|
var import_styled40 = __toESM(require("@emotion/styled"));
|
|
8039
|
-
var
|
|
8040
|
-
var getSizeStyles = (props) =>
|
|
8070
|
+
var import_react56 = __toESM(require("react"));
|
|
8071
|
+
var getSizeStyles = (props) => import_react55.css`
|
|
8041
8072
|
${getSize("width", props.width)};
|
|
8042
8073
|
${getSize("height", props.height)};
|
|
8043
8074
|
${getSize("min-width", props.minWidth)};
|
|
@@ -8097,7 +8128,7 @@ var SplitSection = (_a) => {
|
|
|
8097
8128
|
if (className || style) {
|
|
8098
8129
|
console.warn(customStylesWarning);
|
|
8099
8130
|
}
|
|
8100
|
-
return /* @__PURE__ */
|
|
8131
|
+
return /* @__PURE__ */ import_react56.default.createElement(
|
|
8101
8132
|
SplitSectionWrapper,
|
|
8102
8133
|
__spreadValues({
|
|
8103
8134
|
as: htmlTag,
|
|
@@ -8155,7 +8186,7 @@ var Split = (_a) => {
|
|
|
8155
8186
|
if (className || style) {
|
|
8156
8187
|
console.warn(customStylesWarning);
|
|
8157
8188
|
}
|
|
8158
|
-
return /* @__PURE__ */
|
|
8189
|
+
return /* @__PURE__ */ import_react56.default.createElement(
|
|
8159
8190
|
SplitWrapper,
|
|
8160
8191
|
__spreadValues({
|
|
8161
8192
|
as: htmlTag,
|
|
@@ -8173,9 +8204,9 @@ var Split = (_a) => {
|
|
|
8173
8204
|
maxWidth,
|
|
8174
8205
|
maxHeight
|
|
8175
8206
|
}, props),
|
|
8176
|
-
htmlTag === "ul" || htmlTag === "ol" ?
|
|
8207
|
+
htmlTag === "ul" || htmlTag === "ol" ? import_react56.Children.map(children, (child) => {
|
|
8177
8208
|
if (child.type === SplitSection || child.type === Split) {
|
|
8178
|
-
return (0,
|
|
8209
|
+
return (0, import_react56.cloneElement)(child, { htmlTag: "li" });
|
|
8179
8210
|
}
|
|
8180
8211
|
return child;
|
|
8181
8212
|
}) : children
|
|
@@ -8185,7 +8216,7 @@ var split_default = Split;
|
|
|
8185
8216
|
|
|
8186
8217
|
// src/components/color-picker/color-picker.tsx
|
|
8187
8218
|
var import_styled41 = __toESM(require("@emotion/styled"));
|
|
8188
|
-
var
|
|
8219
|
+
var import_react57 = __toESM(require("react"));
|
|
8189
8220
|
var import_react_colorful = require("react-colorful");
|
|
8190
8221
|
var ColorfulWrapper = import_styled41.default.div`
|
|
8191
8222
|
padding: var(--lns-space-medium);
|
|
@@ -8298,7 +8329,7 @@ var Swatch = import_styled41.default.div`
|
|
|
8298
8329
|
`;
|
|
8299
8330
|
var SwatchSelector = ({ swatches, currentColor, onSwatchClick }) => {
|
|
8300
8331
|
const selectedSwatch = swatches.includes(currentColor) && currentColor;
|
|
8301
|
-
return /* @__PURE__ */
|
|
8332
|
+
return /* @__PURE__ */ import_react57.default.createElement(SwatchesContainer, null, swatches.map((swatch) => /* @__PURE__ */ import_react57.default.createElement(
|
|
8302
8333
|
Swatch,
|
|
8303
8334
|
{
|
|
8304
8335
|
key: swatch,
|
|
@@ -8317,7 +8348,7 @@ var SwatchSelector = ({ swatches, currentColor, onSwatchClick }) => {
|
|
|
8317
8348
|
)));
|
|
8318
8349
|
};
|
|
8319
8350
|
var ColorSelector = ({ color, setColor }) => {
|
|
8320
|
-
return /* @__PURE__ */
|
|
8351
|
+
return /* @__PURE__ */ import_react57.default.createElement(ColorfulWrapper, null, /* @__PURE__ */ import_react57.default.createElement(import_react_colorful.HexColorPicker, { color, onChange: setColor }), /* @__PURE__ */ import_react57.default.createElement(InputContainer, null, /* @__PURE__ */ import_react57.default.createElement(import_react_colorful.HexColorInput, { prefixed: true, color, onChange: setColor }), /* @__PURE__ */ import_react57.default.createElement(ColorBox, { color })));
|
|
8321
8352
|
};
|
|
8322
8353
|
var ColorPicker = (_a) => {
|
|
8323
8354
|
var _b = _a, {
|
|
@@ -8331,7 +8362,7 @@ var ColorPicker = (_a) => {
|
|
|
8331
8362
|
"swatches",
|
|
8332
8363
|
"onChange"
|
|
8333
8364
|
]);
|
|
8334
|
-
const [tempColor, setTempColor] = (0,
|
|
8365
|
+
const [tempColor, setTempColor] = (0, import_react57.useState)(
|
|
8335
8366
|
defaultColor ? defaultColor : "#FFFFFF"
|
|
8336
8367
|
);
|
|
8337
8368
|
const handleOnChange = (hex) => {
|
|
@@ -8341,21 +8372,21 @@ var ColorPicker = (_a) => {
|
|
|
8341
8372
|
const onSwatchClick = (swatch) => {
|
|
8342
8373
|
handleOnChange(swatch);
|
|
8343
8374
|
};
|
|
8344
|
-
return /* @__PURE__ */
|
|
8375
|
+
return /* @__PURE__ */ import_react57.default.createElement(ColorPickerContainer, __spreadValues({}, props), swatches && /* @__PURE__ */ import_react57.default.createElement(
|
|
8345
8376
|
SwatchSelector,
|
|
8346
8377
|
{
|
|
8347
8378
|
swatches,
|
|
8348
8379
|
currentColor: tempColor,
|
|
8349
8380
|
onSwatchClick
|
|
8350
8381
|
}
|
|
8351
|
-
), /* @__PURE__ */
|
|
8382
|
+
), /* @__PURE__ */ import_react57.default.createElement(ColorSelector, { color: tempColor, setColor: handleOnChange }), confirmButton && /* @__PURE__ */ import_react57.default.createElement(ButtonWrapper2, null, confirmButton));
|
|
8352
8383
|
};
|
|
8353
8384
|
var color_picker_default = ColorPicker;
|
|
8354
8385
|
|
|
8355
8386
|
// src/components/ellipses-loader/ellipses-loader.tsx
|
|
8356
|
-
var
|
|
8387
|
+
var import_react58 = require("@emotion/react");
|
|
8357
8388
|
var import_styled42 = __toESM(require("@emotion/styled"));
|
|
8358
|
-
var
|
|
8389
|
+
var import_react59 = __toESM(require("react"));
|
|
8359
8390
|
var speed2 = 2;
|
|
8360
8391
|
var sizes3 = {
|
|
8361
8392
|
small: {
|
|
@@ -8382,7 +8413,7 @@ var getHeight = (props) => sizes3[props.size].height;
|
|
|
8382
8413
|
var getDotSize2 = (props) => sizes3[props.size].dotSize;
|
|
8383
8414
|
var getGap = (props) => sizes3[props.size].gap;
|
|
8384
8415
|
var getBounceDistance = (props) => sizes3[props.size].dotSize;
|
|
8385
|
-
var createDotBounce = (bounceDistance) =>
|
|
8416
|
+
var createDotBounce = (bounceDistance) => import_react58.keyframes`
|
|
8386
8417
|
0%, 40%, 100% {
|
|
8387
8418
|
transform: translateY(50%);
|
|
8388
8419
|
}
|
|
@@ -8417,15 +8448,15 @@ var EllipsesLoader = (_a) => {
|
|
|
8417
8448
|
"color",
|
|
8418
8449
|
"size"
|
|
8419
8450
|
]);
|
|
8420
|
-
return /* @__PURE__ */
|
|
8451
|
+
return /* @__PURE__ */ import_react59.default.createElement(EllipsesLoaderWrapper, __spreadValues({ size }, props), /* @__PURE__ */ import_react59.default.createElement(Dot2, { color, size, delay: 0 }), /* @__PURE__ */ import_react59.default.createElement(Dot2, { color, size, delay: 0.2 }), /* @__PURE__ */ import_react59.default.createElement(Dot2, { color, size, delay: 0.4 }));
|
|
8421
8452
|
};
|
|
8422
8453
|
var availableSizes3 = Object.keys(sizes3);
|
|
8423
8454
|
var ellipses_loader_default = EllipsesLoader;
|
|
8424
8455
|
|
|
8425
8456
|
// src/components/waveform-loader/waveform-loader.tsx
|
|
8426
|
-
var
|
|
8457
|
+
var import_react60 = require("@emotion/react");
|
|
8427
8458
|
var import_styled43 = __toESM(require("@emotion/styled"));
|
|
8428
|
-
var
|
|
8459
|
+
var import_react61 = __toESM(require("react"));
|
|
8429
8460
|
var sizes4 = {
|
|
8430
8461
|
medium: {
|
|
8431
8462
|
totalSize: u(3),
|
|
@@ -8445,7 +8476,7 @@ var BAR_WIDTH = u(0.25);
|
|
|
8445
8476
|
var getBarHeight = (props) => sizes4[props.size || "medium"].barHeight;
|
|
8446
8477
|
var getTotalSize3 = (props) => sizes4[props.size || "medium"].totalSize;
|
|
8447
8478
|
var getAnimationSpeed = (props) => speeds[props.speed || "fast"];
|
|
8448
|
-
var ripple =
|
|
8479
|
+
var ripple = import_react60.keyframes`
|
|
8449
8480
|
0%, 100% {
|
|
8450
8481
|
transform: scaleY(0.3);
|
|
8451
8482
|
}
|
|
@@ -8453,7 +8484,7 @@ var ripple = import_react59.keyframes`
|
|
|
8453
8484
|
transform: scaleY(1);
|
|
8454
8485
|
}
|
|
8455
8486
|
`;
|
|
8456
|
-
var backgroundAnimation =
|
|
8487
|
+
var backgroundAnimation = import_react60.keyframes`
|
|
8457
8488
|
0% {
|
|
8458
8489
|
background-position: 0% center;
|
|
8459
8490
|
}
|
|
@@ -8461,7 +8492,7 @@ var backgroundAnimation = import_react59.keyframes`
|
|
|
8461
8492
|
background-position: 100% center;
|
|
8462
8493
|
}
|
|
8463
8494
|
`;
|
|
8464
|
-
var fadeIn =
|
|
8495
|
+
var fadeIn = import_react60.keyframes`
|
|
8465
8496
|
0% {
|
|
8466
8497
|
opacity: 0;
|
|
8467
8498
|
}
|
|
@@ -8509,24 +8540,24 @@ var WaveformLoader = (_a) => {
|
|
|
8509
8540
|
"speed",
|
|
8510
8541
|
"color"
|
|
8511
8542
|
]);
|
|
8512
|
-
const barsList = Array.from({ length: BARS_COUNT }, (_, index) => /* @__PURE__ */
|
|
8513
|
-
return /* @__PURE__ */
|
|
8543
|
+
const barsList = Array.from({ length: BARS_COUNT }, (_, index) => /* @__PURE__ */ import_react61.default.createElement(Bar, { key: index, index, size, speed: speed3, color }));
|
|
8544
|
+
return /* @__PURE__ */ import_react61.default.createElement(WaveformLoaderWrapper, __spreadValues({ size, color }, props), barsList);
|
|
8514
8545
|
};
|
|
8515
8546
|
var availableSizes4 = Object.keys(sizes4);
|
|
8516
8547
|
var availableSpeeds = Object.keys(speeds);
|
|
8517
8548
|
var waveform_loader_default = WaveformLoader;
|
|
8518
8549
|
|
|
8519
|
-
// src/illustrations/accounts-and-billing.
|
|
8520
|
-
var
|
|
8550
|
+
// src/illustrations/accounts-and-billing.tsx
|
|
8551
|
+
var React55 = __toESM(require("react"));
|
|
8521
8552
|
function IllustrationAccountsBilling(props) {
|
|
8522
|
-
return /* @__PURE__ */
|
|
8553
|
+
return /* @__PURE__ */ React55.createElement(
|
|
8523
8554
|
"svg",
|
|
8524
8555
|
__spreadValues({
|
|
8525
8556
|
viewBox: "0 0 102 101",
|
|
8526
8557
|
fill: "none",
|
|
8527
8558
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8528
8559
|
}, props),
|
|
8529
|
-
/* @__PURE__ */
|
|
8560
|
+
/* @__PURE__ */ React55.createElement(
|
|
8530
8561
|
"path",
|
|
8531
8562
|
{
|
|
8532
8563
|
d: "M96.072 5.826H5.928v90.145h90.144V5.826z",
|
|
@@ -8535,7 +8566,7 @@ function IllustrationAccountsBilling(props) {
|
|
|
8535
8566
|
strokeMiterlimit: 10
|
|
8536
8567
|
}
|
|
8537
8568
|
),
|
|
8538
|
-
/* @__PURE__ */
|
|
8569
|
+
/* @__PURE__ */ React55.createElement(
|
|
8539
8570
|
"path",
|
|
8540
8571
|
{
|
|
8541
8572
|
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",
|
|
@@ -8548,38 +8579,38 @@ function IllustrationAccountsBilling(props) {
|
|
|
8548
8579
|
}
|
|
8549
8580
|
var accounts_and_billing_default = IllustrationAccountsBilling;
|
|
8550
8581
|
|
|
8551
|
-
// src/illustrations/invite.
|
|
8552
|
-
var
|
|
8582
|
+
// src/illustrations/invite.tsx
|
|
8583
|
+
var React56 = __toESM(require("react"));
|
|
8553
8584
|
function IllustrationInvite(props) {
|
|
8554
|
-
return /* @__PURE__ */
|
|
8585
|
+
return /* @__PURE__ */ React56.createElement(
|
|
8555
8586
|
"svg",
|
|
8556
8587
|
__spreadValues({
|
|
8557
8588
|
viewBox: "0 0 100 101",
|
|
8558
8589
|
fill: "none",
|
|
8559
8590
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8560
8591
|
}, props),
|
|
8561
|
-
/* @__PURE__ */
|
|
8592
|
+
/* @__PURE__ */ React56.createElement(
|
|
8562
8593
|
"path",
|
|
8563
8594
|
{
|
|
8564
8595
|
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",
|
|
8565
8596
|
fill: "currentColor"
|
|
8566
8597
|
}
|
|
8567
8598
|
),
|
|
8568
|
-
/* @__PURE__ */
|
|
8599
|
+
/* @__PURE__ */ React56.createElement(
|
|
8569
8600
|
"path",
|
|
8570
8601
|
{
|
|
8571
8602
|
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",
|
|
8572
8603
|
fill: "currentColor"
|
|
8573
8604
|
}
|
|
8574
8605
|
),
|
|
8575
|
-
/* @__PURE__ */
|
|
8606
|
+
/* @__PURE__ */ React56.createElement(
|
|
8576
8607
|
"path",
|
|
8577
8608
|
{
|
|
8578
8609
|
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",
|
|
8579
8610
|
fill: "currentColor"
|
|
8580
8611
|
}
|
|
8581
8612
|
),
|
|
8582
|
-
/* @__PURE__ */
|
|
8613
|
+
/* @__PURE__ */ React56.createElement(
|
|
8583
8614
|
"path",
|
|
8584
8615
|
{
|
|
8585
8616
|
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",
|
|
@@ -8590,24 +8621,24 @@ function IllustrationInvite(props) {
|
|
|
8590
8621
|
}
|
|
8591
8622
|
var invite_default = IllustrationInvite;
|
|
8592
8623
|
|
|
8593
|
-
// src/illustrations/archived.
|
|
8594
|
-
var
|
|
8624
|
+
// src/illustrations/archived.tsx
|
|
8625
|
+
var React57 = __toESM(require("react"));
|
|
8595
8626
|
function IllustrationArchived(props) {
|
|
8596
|
-
return /* @__PURE__ */
|
|
8627
|
+
return /* @__PURE__ */ React57.createElement(
|
|
8597
8628
|
"svg",
|
|
8598
8629
|
__spreadValues({
|
|
8599
8630
|
viewBox: "0 0 100 101",
|
|
8600
8631
|
fill: "none",
|
|
8601
8632
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8602
8633
|
}, props),
|
|
8603
|
-
/* @__PURE__ */
|
|
8634
|
+
/* @__PURE__ */ React57.createElement(
|
|
8604
8635
|
"path",
|
|
8605
8636
|
{
|
|
8606
8637
|
d: "M0 .002v100h100v-100H0zm90 90H10v-80h80v80z",
|
|
8607
8638
|
fill: "currentColor"
|
|
8608
8639
|
}
|
|
8609
8640
|
),
|
|
8610
|
-
/* @__PURE__ */
|
|
8641
|
+
/* @__PURE__ */ React57.createElement(
|
|
8611
8642
|
"path",
|
|
8612
8643
|
{
|
|
8613
8644
|
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",
|
|
@@ -8618,17 +8649,17 @@ function IllustrationArchived(props) {
|
|
|
8618
8649
|
}
|
|
8619
8650
|
var archived_default = IllustrationArchived;
|
|
8620
8651
|
|
|
8621
|
-
// src/illustrations/lead-with-transparency.
|
|
8622
|
-
var
|
|
8652
|
+
// src/illustrations/lead-with-transparency.tsx
|
|
8653
|
+
var React58 = __toESM(require("react"));
|
|
8623
8654
|
function IllustrationLeadwithTransparency(props) {
|
|
8624
|
-
return /* @__PURE__ */
|
|
8655
|
+
return /* @__PURE__ */ React58.createElement(
|
|
8625
8656
|
"svg",
|
|
8626
8657
|
__spreadValues({
|
|
8627
8658
|
viewBox: "0 0 110 101",
|
|
8628
8659
|
fill: "none",
|
|
8629
8660
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8630
8661
|
}, props),
|
|
8631
|
-
/* @__PURE__ */
|
|
8662
|
+
/* @__PURE__ */ React58.createElement(
|
|
8632
8663
|
"path",
|
|
8633
8664
|
{
|
|
8634
8665
|
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",
|
|
@@ -8639,17 +8670,17 @@ function IllustrationLeadwithTransparency(props) {
|
|
|
8639
8670
|
}
|
|
8640
8671
|
var lead_with_transparency_default = IllustrationLeadwithTransparency;
|
|
8641
8672
|
|
|
8642
|
-
// src/illustrations/ask-for-more.
|
|
8643
|
-
var
|
|
8673
|
+
// src/illustrations/ask-for-more.tsx
|
|
8674
|
+
var React59 = __toESM(require("react"));
|
|
8644
8675
|
function IllustrationAskforMore(props) {
|
|
8645
|
-
return /* @__PURE__ */
|
|
8676
|
+
return /* @__PURE__ */ React59.createElement(
|
|
8646
8677
|
"svg",
|
|
8647
8678
|
__spreadValues({
|
|
8648
8679
|
viewBox: "0 0 100 100",
|
|
8649
8680
|
fill: "none",
|
|
8650
8681
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8651
8682
|
}, props),
|
|
8652
|
-
/* @__PURE__ */
|
|
8683
|
+
/* @__PURE__ */ React59.createElement(
|
|
8653
8684
|
"path",
|
|
8654
8685
|
{
|
|
8655
8686
|
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",
|
|
@@ -8660,17 +8691,17 @@ function IllustrationAskforMore(props) {
|
|
|
8660
8691
|
}
|
|
8661
8692
|
var ask_for_more_default = IllustrationAskforMore;
|
|
8662
8693
|
|
|
8663
|
-
// src/illustrations/learning-and-development.
|
|
8664
|
-
var
|
|
8694
|
+
// src/illustrations/learning-and-development.tsx
|
|
8695
|
+
var React60 = __toESM(require("react"));
|
|
8665
8696
|
function IllustrationLearningDevelopment(props) {
|
|
8666
|
-
return /* @__PURE__ */
|
|
8697
|
+
return /* @__PURE__ */ React60.createElement(
|
|
8667
8698
|
"svg",
|
|
8668
8699
|
__spreadValues({
|
|
8669
8700
|
viewBox: "0 0 142 142",
|
|
8670
8701
|
fill: "none",
|
|
8671
8702
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8672
8703
|
}, props),
|
|
8673
|
-
/* @__PURE__ */
|
|
8704
|
+
/* @__PURE__ */ React60.createElement(
|
|
8674
8705
|
"path",
|
|
8675
8706
|
{
|
|
8676
8707
|
fillRule: "evenodd",
|
|
@@ -8679,7 +8710,7 @@ function IllustrationLearningDevelopment(props) {
|
|
|
8679
8710
|
fill: "currentColor"
|
|
8680
8711
|
}
|
|
8681
8712
|
),
|
|
8682
|
-
/* @__PURE__ */
|
|
8713
|
+
/* @__PURE__ */ React60.createElement(
|
|
8683
8714
|
"path",
|
|
8684
8715
|
{
|
|
8685
8716
|
fillRule: "evenodd",
|
|
@@ -8688,7 +8719,7 @@ function IllustrationLearningDevelopment(props) {
|
|
|
8688
8719
|
fill: "currentColor"
|
|
8689
8720
|
}
|
|
8690
8721
|
),
|
|
8691
|
-
/* @__PURE__ */
|
|
8722
|
+
/* @__PURE__ */ React60.createElement(
|
|
8692
8723
|
"circle",
|
|
8693
8724
|
{
|
|
8694
8725
|
cx: 70.71,
|
|
@@ -8702,17 +8733,17 @@ function IllustrationLearningDevelopment(props) {
|
|
|
8702
8733
|
}
|
|
8703
8734
|
var learning_and_development_default = IllustrationLearningDevelopment;
|
|
8704
8735
|
|
|
8705
|
-
// src/illustrations/business-plan.
|
|
8706
|
-
var
|
|
8736
|
+
// src/illustrations/business-plan.tsx
|
|
8737
|
+
var React61 = __toESM(require("react"));
|
|
8707
8738
|
function IllustrationBusinessPlan(props) {
|
|
8708
|
-
return /* @__PURE__ */
|
|
8739
|
+
return /* @__PURE__ */ React61.createElement(
|
|
8709
8740
|
"svg",
|
|
8710
8741
|
__spreadValues({
|
|
8711
8742
|
viewBox: "0 0 101 100",
|
|
8712
8743
|
fill: "none",
|
|
8713
8744
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8714
8745
|
}, props),
|
|
8715
|
-
/* @__PURE__ */
|
|
8746
|
+
/* @__PURE__ */ React61.createElement(
|
|
8716
8747
|
"path",
|
|
8717
8748
|
{
|
|
8718
8749
|
fillRule: "evenodd",
|
|
@@ -8725,24 +8756,24 @@ function IllustrationBusinessPlan(props) {
|
|
|
8725
8756
|
}
|
|
8726
8757
|
var business_plan_default = IllustrationBusinessPlan;
|
|
8727
8758
|
|
|
8728
|
-
// src/illustrations/loom-plans.
|
|
8729
|
-
var
|
|
8759
|
+
// src/illustrations/loom-plans.tsx
|
|
8760
|
+
var React62 = __toESM(require("react"));
|
|
8730
8761
|
function IllustrationLoomPlans(props) {
|
|
8731
|
-
return /* @__PURE__ */
|
|
8762
|
+
return /* @__PURE__ */ React62.createElement(
|
|
8732
8763
|
"svg",
|
|
8733
8764
|
__spreadValues({
|
|
8734
8765
|
viewBox: "0 0 100 100",
|
|
8735
8766
|
fill: "none",
|
|
8736
8767
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8737
8768
|
}, props),
|
|
8738
|
-
/* @__PURE__ */
|
|
8769
|
+
/* @__PURE__ */ React62.createElement(
|
|
8739
8770
|
"path",
|
|
8740
8771
|
{
|
|
8741
8772
|
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",
|
|
8742
8773
|
fill: "currentColor"
|
|
8743
8774
|
}
|
|
8744
8775
|
),
|
|
8745
|
-
/* @__PURE__ */
|
|
8776
|
+
/* @__PURE__ */ React62.createElement(
|
|
8746
8777
|
"path",
|
|
8747
8778
|
{
|
|
8748
8779
|
d: "M49.993 12.288L62.28 0v9.064H100L87.713 21.353h-37.72v-9.065z",
|
|
@@ -8753,17 +8784,17 @@ function IllustrationLoomPlans(props) {
|
|
|
8753
8784
|
}
|
|
8754
8785
|
var loom_plans_default = IllustrationLoomPlans;
|
|
8755
8786
|
|
|
8756
|
-
// src/illustrations/collaborate-with-teammates.
|
|
8757
|
-
var
|
|
8787
|
+
// src/illustrations/collaborate-with-teammates.tsx
|
|
8788
|
+
var React63 = __toESM(require("react"));
|
|
8758
8789
|
function IllustrationCollaboratewithTeammatesSharedLibrary(props) {
|
|
8759
|
-
return /* @__PURE__ */
|
|
8790
|
+
return /* @__PURE__ */ React63.createElement(
|
|
8760
8791
|
"svg",
|
|
8761
8792
|
__spreadValues({
|
|
8762
8793
|
viewBox: "0 0 100 100",
|
|
8763
8794
|
fill: "none",
|
|
8764
8795
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8765
8796
|
}, props),
|
|
8766
|
-
/* @__PURE__ */
|
|
8797
|
+
/* @__PURE__ */ React63.createElement(
|
|
8767
8798
|
"path",
|
|
8768
8799
|
{
|
|
8769
8800
|
fillRule: "evenodd",
|
|
@@ -8776,17 +8807,17 @@ function IllustrationCollaboratewithTeammatesSharedLibrary(props) {
|
|
|
8776
8807
|
}
|
|
8777
8808
|
var collaborate_with_teammates_default = IllustrationCollaboratewithTeammatesSharedLibrary;
|
|
8778
8809
|
|
|
8779
|
-
// src/illustrations/option-grants.
|
|
8780
|
-
var
|
|
8810
|
+
// src/illustrations/option-grants.tsx
|
|
8811
|
+
var React64 = __toESM(require("react"));
|
|
8781
8812
|
function IllustrationOptionGrants(props) {
|
|
8782
|
-
return /* @__PURE__ */
|
|
8813
|
+
return /* @__PURE__ */ React64.createElement(
|
|
8783
8814
|
"svg",
|
|
8784
8815
|
__spreadValues({
|
|
8785
8816
|
viewBox: "0 0 101 101",
|
|
8786
8817
|
fill: "none",
|
|
8787
8818
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8788
8819
|
}, props),
|
|
8789
|
-
/* @__PURE__ */
|
|
8820
|
+
/* @__PURE__ */ React64.createElement(
|
|
8790
8821
|
"path",
|
|
8791
8822
|
{
|
|
8792
8823
|
fill: "currentColor",
|
|
@@ -8797,17 +8828,17 @@ function IllustrationOptionGrants(props) {
|
|
|
8797
8828
|
}
|
|
8798
8829
|
var option_grants_default = IllustrationOptionGrants;
|
|
8799
8830
|
|
|
8800
|
-
// src/illustrations/community.
|
|
8801
|
-
var
|
|
8831
|
+
// src/illustrations/community.tsx
|
|
8832
|
+
var React65 = __toESM(require("react"));
|
|
8802
8833
|
function IllustrationCommunity(props) {
|
|
8803
|
-
return /* @__PURE__ */
|
|
8834
|
+
return /* @__PURE__ */ React65.createElement(
|
|
8804
8835
|
"svg",
|
|
8805
8836
|
__spreadValues({
|
|
8806
8837
|
viewBox: "0 0 101 100",
|
|
8807
8838
|
fill: "none",
|
|
8808
8839
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8809
8840
|
}, props),
|
|
8810
|
-
/* @__PURE__ */
|
|
8841
|
+
/* @__PURE__ */ React65.createElement(
|
|
8811
8842
|
"path",
|
|
8812
8843
|
{
|
|
8813
8844
|
fillRule: "evenodd",
|
|
@@ -8820,17 +8851,17 @@ function IllustrationCommunity(props) {
|
|
|
8820
8851
|
}
|
|
8821
8852
|
var community_default = IllustrationCommunity;
|
|
8822
8853
|
|
|
8823
|
-
// src/illustrations/community-alt.
|
|
8824
|
-
var
|
|
8854
|
+
// src/illustrations/community-alt.tsx
|
|
8855
|
+
var React66 = __toESM(require("react"));
|
|
8825
8856
|
function IllustrationCommunityAlt(props) {
|
|
8826
|
-
return /* @__PURE__ */
|
|
8857
|
+
return /* @__PURE__ */ React66.createElement(
|
|
8827
8858
|
"svg",
|
|
8828
8859
|
__spreadValues({
|
|
8829
8860
|
viewBox: "0 0 96 96",
|
|
8830
8861
|
fill: "none",
|
|
8831
8862
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8832
8863
|
}, props),
|
|
8833
|
-
/* @__PURE__ */
|
|
8864
|
+
/* @__PURE__ */ React66.createElement(
|
|
8834
8865
|
"path",
|
|
8835
8866
|
{
|
|
8836
8867
|
fillRule: "evenodd",
|
|
@@ -8843,17 +8874,17 @@ function IllustrationCommunityAlt(props) {
|
|
|
8843
8874
|
}
|
|
8844
8875
|
var community_alt_default = IllustrationCommunityAlt;
|
|
8845
8876
|
|
|
8846
|
-
// src/illustrations/parental-leave.
|
|
8847
|
-
var
|
|
8877
|
+
// src/illustrations/parental-leave.tsx
|
|
8878
|
+
var React67 = __toESM(require("react"));
|
|
8848
8879
|
function IllustrationParentalLeave(props) {
|
|
8849
|
-
return /* @__PURE__ */
|
|
8880
|
+
return /* @__PURE__ */ React67.createElement(
|
|
8850
8881
|
"svg",
|
|
8851
8882
|
__spreadValues({
|
|
8852
8883
|
viewBox: "0 0 100 101",
|
|
8853
8884
|
fill: "none",
|
|
8854
8885
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8855
8886
|
}, props),
|
|
8856
|
-
/* @__PURE__ */
|
|
8887
|
+
/* @__PURE__ */ React67.createElement(
|
|
8857
8888
|
"path",
|
|
8858
8889
|
{
|
|
8859
8890
|
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",
|
|
@@ -8864,17 +8895,17 @@ function IllustrationParentalLeave(props) {
|
|
|
8864
8895
|
}
|
|
8865
8896
|
var parental_leave_default = IllustrationParentalLeave;
|
|
8866
8897
|
|
|
8867
|
-
// src/illustrations/content-limit.
|
|
8868
|
-
var
|
|
8898
|
+
// src/illustrations/content-limit.tsx
|
|
8899
|
+
var React68 = __toESM(require("react"));
|
|
8869
8900
|
function IllustrationContentLimit(props) {
|
|
8870
|
-
return /* @__PURE__ */
|
|
8901
|
+
return /* @__PURE__ */ React68.createElement(
|
|
8871
8902
|
"svg",
|
|
8872
8903
|
__spreadValues({
|
|
8873
8904
|
viewBox: "0 0 100 100",
|
|
8874
8905
|
fill: "none",
|
|
8875
8906
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8876
8907
|
}, props),
|
|
8877
|
-
/* @__PURE__ */
|
|
8908
|
+
/* @__PURE__ */ React68.createElement(
|
|
8878
8909
|
"path",
|
|
8879
8910
|
{
|
|
8880
8911
|
fillRule: "evenodd",
|
|
@@ -8887,17 +8918,17 @@ function IllustrationContentLimit(props) {
|
|
|
8887
8918
|
}
|
|
8888
8919
|
var content_limit_default = IllustrationContentLimit;
|
|
8889
8920
|
|
|
8890
|
-
// src/illustrations/pto.
|
|
8891
|
-
var
|
|
8921
|
+
// src/illustrations/pto.tsx
|
|
8922
|
+
var React69 = __toESM(require("react"));
|
|
8892
8923
|
function IllustrationPto(props) {
|
|
8893
|
-
return /* @__PURE__ */
|
|
8924
|
+
return /* @__PURE__ */ React69.createElement(
|
|
8894
8925
|
"svg",
|
|
8895
8926
|
__spreadValues({
|
|
8896
8927
|
viewBox: "0 0 110 111",
|
|
8897
8928
|
fill: "none",
|
|
8898
8929
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8899
8930
|
}, props),
|
|
8900
|
-
/* @__PURE__ */
|
|
8931
|
+
/* @__PURE__ */ React69.createElement(
|
|
8901
8932
|
"path",
|
|
8902
8933
|
{
|
|
8903
8934
|
fillRule: "evenodd",
|
|
@@ -8910,17 +8941,17 @@ function IllustrationPto(props) {
|
|
|
8910
8941
|
}
|
|
8911
8942
|
var pto_default = IllustrationPto;
|
|
8912
8943
|
|
|
8913
|
-
// src/illustrations/custom-branding.
|
|
8914
|
-
var
|
|
8944
|
+
// src/illustrations/custom-branding.tsx
|
|
8945
|
+
var React70 = __toESM(require("react"));
|
|
8915
8946
|
function IllustrationCustomBranding(props) {
|
|
8916
|
-
return /* @__PURE__ */
|
|
8947
|
+
return /* @__PURE__ */ React70.createElement(
|
|
8917
8948
|
"svg",
|
|
8918
8949
|
__spreadValues({
|
|
8919
8950
|
viewBox: "0 0 134 134",
|
|
8920
8951
|
fill: "none",
|
|
8921
8952
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8922
8953
|
}, props),
|
|
8923
|
-
/* @__PURE__ */
|
|
8954
|
+
/* @__PURE__ */ React70.createElement(
|
|
8924
8955
|
"path",
|
|
8925
8956
|
{
|
|
8926
8957
|
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",
|
|
@@ -8931,54 +8962,54 @@ function IllustrationCustomBranding(props) {
|
|
|
8931
8962
|
}
|
|
8932
8963
|
var custom_branding_default = IllustrationCustomBranding;
|
|
8933
8964
|
|
|
8934
|
-
// src/illustrations/record.
|
|
8935
|
-
var
|
|
8965
|
+
// src/illustrations/record.tsx
|
|
8966
|
+
var React71 = __toESM(require("react"));
|
|
8936
8967
|
function IllustrationRecord(props) {
|
|
8937
|
-
return /* @__PURE__ */
|
|
8968
|
+
return /* @__PURE__ */ React71.createElement(
|
|
8938
8969
|
"svg",
|
|
8939
8970
|
__spreadValues({
|
|
8940
8971
|
viewBox: "0 0 100 100",
|
|
8941
8972
|
fill: "none",
|
|
8942
8973
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8943
8974
|
}, props),
|
|
8944
|
-
/* @__PURE__ */
|
|
8945
|
-
/* @__PURE__ */
|
|
8975
|
+
/* @__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" })),
|
|
8976
|
+
/* @__PURE__ */ React71.createElement("defs", null, /* @__PURE__ */ React71.createElement("clipPath", { id: "Record_svg__clip0" }, /* @__PURE__ */ React71.createElement("path", { fill: "#fff", d: "M0 0h100v100H0z" })))
|
|
8946
8977
|
);
|
|
8947
8978
|
}
|
|
8948
8979
|
var record_default = IllustrationRecord;
|
|
8949
8980
|
|
|
8950
|
-
// src/illustrations/desktop-app-and-chrome-extension.
|
|
8951
|
-
var
|
|
8981
|
+
// src/illustrations/desktop-app-and-chrome-extension.tsx
|
|
8982
|
+
var React72 = __toESM(require("react"));
|
|
8952
8983
|
function IllustrationDesktopAppandChromeExtension(props) {
|
|
8953
|
-
return /* @__PURE__ */
|
|
8984
|
+
return /* @__PURE__ */ React72.createElement(
|
|
8954
8985
|
"svg",
|
|
8955
8986
|
__spreadValues({
|
|
8956
8987
|
viewBox: "0 0 134 134",
|
|
8957
8988
|
fill: "none",
|
|
8958
8989
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8959
8990
|
}, props),
|
|
8960
|
-
/* @__PURE__ */
|
|
8991
|
+
/* @__PURE__ */ React72.createElement(
|
|
8961
8992
|
"path",
|
|
8962
8993
|
{
|
|
8963
8994
|
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",
|
|
8964
8995
|
fill: "currentColor"
|
|
8965
8996
|
}
|
|
8966
8997
|
),
|
|
8967
|
-
/* @__PURE__ */
|
|
8998
|
+
/* @__PURE__ */ React72.createElement(
|
|
8968
8999
|
"path",
|
|
8969
9000
|
{
|
|
8970
9001
|
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",
|
|
8971
9002
|
fill: "currentColor"
|
|
8972
9003
|
}
|
|
8973
9004
|
),
|
|
8974
|
-
/* @__PURE__ */
|
|
9005
|
+
/* @__PURE__ */ React72.createElement(
|
|
8975
9006
|
"path",
|
|
8976
9007
|
{
|
|
8977
9008
|
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",
|
|
8978
9009
|
fill: "currentColor"
|
|
8979
9010
|
}
|
|
8980
9011
|
),
|
|
8981
|
-
/* @__PURE__ */
|
|
9012
|
+
/* @__PURE__ */ React72.createElement(
|
|
8982
9013
|
"path",
|
|
8983
9014
|
{
|
|
8984
9015
|
d: "M68.52 50.317v-.449l-.077.444c.024 0 .053.005.077.005z",
|
|
@@ -8989,17 +9020,17 @@ function IllustrationDesktopAppandChromeExtension(props) {
|
|
|
8989
9020
|
}
|
|
8990
9021
|
var desktop_app_and_chrome_extension_default = IllustrationDesktopAppandChromeExtension;
|
|
8991
9022
|
|
|
8992
|
-
// src/illustrations/remote-first.
|
|
8993
|
-
var
|
|
9023
|
+
// src/illustrations/remote-first.tsx
|
|
9024
|
+
var React73 = __toESM(require("react"));
|
|
8994
9025
|
function IllustrationRemoteFirst(props) {
|
|
8995
|
-
return /* @__PURE__ */
|
|
9026
|
+
return /* @__PURE__ */ React73.createElement(
|
|
8996
9027
|
"svg",
|
|
8997
9028
|
__spreadValues({
|
|
8998
9029
|
viewBox: "0 0 110 110",
|
|
8999
9030
|
fill: "none",
|
|
9000
9031
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9001
9032
|
}, props),
|
|
9002
|
-
/* @__PURE__ */
|
|
9033
|
+
/* @__PURE__ */ React73.createElement(
|
|
9003
9034
|
"path",
|
|
9004
9035
|
{
|
|
9005
9036
|
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",
|
|
@@ -9008,7 +9039,7 @@ function IllustrationRemoteFirst(props) {
|
|
|
9008
9039
|
strokeMiterlimit: 10
|
|
9009
9040
|
}
|
|
9010
9041
|
),
|
|
9011
|
-
/* @__PURE__ */
|
|
9042
|
+
/* @__PURE__ */ React73.createElement(
|
|
9012
9043
|
"path",
|
|
9013
9044
|
{
|
|
9014
9045
|
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",
|
|
@@ -9017,7 +9048,7 @@ function IllustrationRemoteFirst(props) {
|
|
|
9017
9048
|
strokeMiterlimit: 10
|
|
9018
9049
|
}
|
|
9019
9050
|
),
|
|
9020
|
-
/* @__PURE__ */
|
|
9051
|
+
/* @__PURE__ */ React73.createElement(
|
|
9021
9052
|
"path",
|
|
9022
9053
|
{
|
|
9023
9054
|
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",
|
|
@@ -9030,24 +9061,24 @@ function IllustrationRemoteFirst(props) {
|
|
|
9030
9061
|
}
|
|
9031
9062
|
var remote_first_default = IllustrationRemoteFirst;
|
|
9032
9063
|
|
|
9033
|
-
// src/illustrations/device-compatibility.
|
|
9034
|
-
var
|
|
9064
|
+
// src/illustrations/device-compatibility.tsx
|
|
9065
|
+
var React74 = __toESM(require("react"));
|
|
9035
9066
|
function IllustrationDeviceCompatibility(props) {
|
|
9036
|
-
return /* @__PURE__ */
|
|
9067
|
+
return /* @__PURE__ */ React74.createElement(
|
|
9037
9068
|
"svg",
|
|
9038
9069
|
__spreadValues({
|
|
9039
9070
|
viewBox: "0 0 110 110",
|
|
9040
9071
|
fill: "none",
|
|
9041
9072
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9042
9073
|
}, props),
|
|
9043
|
-
/* @__PURE__ */
|
|
9074
|
+
/* @__PURE__ */ React74.createElement(
|
|
9044
9075
|
"path",
|
|
9045
9076
|
{
|
|
9046
9077
|
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",
|
|
9047
9078
|
fill: "currentColor"
|
|
9048
9079
|
}
|
|
9049
9080
|
),
|
|
9050
|
-
/* @__PURE__ */
|
|
9081
|
+
/* @__PURE__ */ React74.createElement(
|
|
9051
9082
|
"path",
|
|
9052
9083
|
{
|
|
9053
9084
|
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",
|
|
@@ -9058,18 +9089,18 @@ function IllustrationDeviceCompatibility(props) {
|
|
|
9058
9089
|
}
|
|
9059
9090
|
var device_compatibility_default = IllustrationDeviceCompatibility;
|
|
9060
9091
|
|
|
9061
|
-
// src/illustrations/roadmap.
|
|
9062
|
-
var
|
|
9092
|
+
// src/illustrations/roadmap.tsx
|
|
9093
|
+
var React75 = __toESM(require("react"));
|
|
9063
9094
|
function IllustrationRoadmap(props) {
|
|
9064
|
-
return /* @__PURE__ */
|
|
9095
|
+
return /* @__PURE__ */ React75.createElement(
|
|
9065
9096
|
"svg",
|
|
9066
9097
|
__spreadValues({
|
|
9067
9098
|
viewBox: "0 0 100 100",
|
|
9068
9099
|
fill: "none",
|
|
9069
9100
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9070
9101
|
}, props),
|
|
9071
|
-
/* @__PURE__ */
|
|
9072
|
-
/* @__PURE__ */
|
|
9102
|
+
/* @__PURE__ */ React75.createElement("path", { d: "M100 100H0V0h100v100zM10 90h80V10H10v80z", fill: "currentColor" }),
|
|
9103
|
+
/* @__PURE__ */ React75.createElement(
|
|
9073
9104
|
"path",
|
|
9074
9105
|
{
|
|
9075
9106
|
d: "M50.008 39.806L80 54v-9.806L50.008 30 20 44.194V54l30.008-14.194zM80 20H20v10h60V20z",
|
|
@@ -9080,17 +9111,17 @@ function IllustrationRoadmap(props) {
|
|
|
9080
9111
|
}
|
|
9081
9112
|
var roadmap_default = IllustrationRoadmap;
|
|
9082
9113
|
|
|
9083
|
-
// src/illustrations/downgrade.
|
|
9084
|
-
var
|
|
9114
|
+
// src/illustrations/downgrade.tsx
|
|
9115
|
+
var React76 = __toESM(require("react"));
|
|
9085
9116
|
function IllustrationDowngrade(props) {
|
|
9086
|
-
return /* @__PURE__ */
|
|
9117
|
+
return /* @__PURE__ */ React76.createElement(
|
|
9087
9118
|
"svg",
|
|
9088
9119
|
__spreadValues({
|
|
9089
9120
|
viewBox: "0 0 100 100",
|
|
9090
9121
|
fill: "none",
|
|
9091
9122
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9092
9123
|
}, props),
|
|
9093
|
-
/* @__PURE__ */
|
|
9124
|
+
/* @__PURE__ */ React76.createElement(
|
|
9094
9125
|
"path",
|
|
9095
9126
|
{
|
|
9096
9127
|
fillRule: "evenodd",
|
|
@@ -9103,17 +9134,17 @@ function IllustrationDowngrade(props) {
|
|
|
9103
9134
|
}
|
|
9104
9135
|
var downgrade_default = IllustrationDowngrade;
|
|
9105
9136
|
|
|
9106
|
-
// src/illustrations/screenshot.
|
|
9107
|
-
var
|
|
9137
|
+
// src/illustrations/screenshot.tsx
|
|
9138
|
+
var React77 = __toESM(require("react"));
|
|
9108
9139
|
function IllustrationScreenshot(props) {
|
|
9109
|
-
return /* @__PURE__ */
|
|
9140
|
+
return /* @__PURE__ */ React77.createElement(
|
|
9110
9141
|
"svg",
|
|
9111
9142
|
__spreadValues({
|
|
9112
9143
|
viewBox: "0 0 100 100",
|
|
9113
9144
|
fill: "none",
|
|
9114
9145
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9115
9146
|
}, props),
|
|
9116
|
-
/* @__PURE__ */
|
|
9147
|
+
/* @__PURE__ */ React77.createElement(
|
|
9117
9148
|
"path",
|
|
9118
9149
|
{
|
|
9119
9150
|
fillRule: "evenodd",
|
|
@@ -9126,17 +9157,17 @@ function IllustrationScreenshot(props) {
|
|
|
9126
9157
|
}
|
|
9127
9158
|
var screenshot_default = IllustrationScreenshot;
|
|
9128
9159
|
|
|
9129
|
-
// src/illustrations/embrace-the-weird.
|
|
9130
|
-
var
|
|
9160
|
+
// src/illustrations/embrace-the-weird.tsx
|
|
9161
|
+
var React78 = __toESM(require("react"));
|
|
9131
9162
|
function IllustrationEmbracetheWeird(props) {
|
|
9132
|
-
return /* @__PURE__ */
|
|
9163
|
+
return /* @__PURE__ */ React78.createElement(
|
|
9133
9164
|
"svg",
|
|
9134
9165
|
__spreadValues({
|
|
9135
9166
|
viewBox: "0 0 110 110",
|
|
9136
9167
|
fill: "none",
|
|
9137
9168
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9138
9169
|
}, props),
|
|
9139
|
-
/* @__PURE__ */
|
|
9170
|
+
/* @__PURE__ */ React78.createElement(
|
|
9140
9171
|
"path",
|
|
9141
9172
|
{
|
|
9142
9173
|
fillRule: "evenodd",
|
|
@@ -9149,41 +9180,41 @@ function IllustrationEmbracetheWeird(props) {
|
|
|
9149
9180
|
}
|
|
9150
9181
|
var embrace_the_weird_default = IllustrationEmbracetheWeird;
|
|
9151
9182
|
|
|
9152
|
-
// src/illustrations/share-with-your-team.
|
|
9153
|
-
var
|
|
9183
|
+
// src/illustrations/share-with-your-team.tsx
|
|
9184
|
+
var React79 = __toESM(require("react"));
|
|
9154
9185
|
function IllustrationSharewithYourTeamTeamLibrary(props) {
|
|
9155
|
-
return /* @__PURE__ */
|
|
9186
|
+
return /* @__PURE__ */ React79.createElement(
|
|
9156
9187
|
"svg",
|
|
9157
9188
|
__spreadValues({
|
|
9158
9189
|
viewBox: "0 0 100 100",
|
|
9159
9190
|
fill: "none",
|
|
9160
9191
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9161
9192
|
}, props),
|
|
9162
|
-
/* @__PURE__ */
|
|
9193
|
+
/* @__PURE__ */ React79.createElement(
|
|
9163
9194
|
"g",
|
|
9164
9195
|
{
|
|
9165
9196
|
clipPath: "url(#Share_with_Your_Team_(Team_Library)_svg__clip0)",
|
|
9166
9197
|
fill: "currentColor"
|
|
9167
9198
|
},
|
|
9168
|
-
/* @__PURE__ */
|
|
9169
|
-
/* @__PURE__ */
|
|
9199
|
+
/* @__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" }),
|
|
9200
|
+
/* @__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" })
|
|
9170
9201
|
),
|
|
9171
|
-
/* @__PURE__ */
|
|
9202
|
+
/* @__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" })))
|
|
9172
9203
|
);
|
|
9173
9204
|
}
|
|
9174
9205
|
var share_with_your_team_default = IllustrationSharewithYourTeamTeamLibrary;
|
|
9175
9206
|
|
|
9176
|
-
// src/illustrations/enterprise-plan.
|
|
9177
|
-
var
|
|
9207
|
+
// src/illustrations/enterprise-plan.tsx
|
|
9208
|
+
var React80 = __toESM(require("react"));
|
|
9178
9209
|
function IllustrationEnterprisePlan(props) {
|
|
9179
|
-
return /* @__PURE__ */
|
|
9210
|
+
return /* @__PURE__ */ React80.createElement(
|
|
9180
9211
|
"svg",
|
|
9181
9212
|
__spreadValues({
|
|
9182
9213
|
viewBox: "0 0 101 100",
|
|
9183
9214
|
fill: "none",
|
|
9184
9215
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9185
9216
|
}, props),
|
|
9186
|
-
/* @__PURE__ */
|
|
9217
|
+
/* @__PURE__ */ React80.createElement(
|
|
9187
9218
|
"path",
|
|
9188
9219
|
{
|
|
9189
9220
|
fill: "currentColor",
|
|
@@ -9194,31 +9225,31 @@ function IllustrationEnterprisePlan(props) {
|
|
|
9194
9225
|
}
|
|
9195
9226
|
var enterprise_plan_default = IllustrationEnterprisePlan;
|
|
9196
9227
|
|
|
9197
|
-
// src/illustrations/share.
|
|
9198
|
-
var
|
|
9228
|
+
// src/illustrations/share.tsx
|
|
9229
|
+
var React81 = __toESM(require("react"));
|
|
9199
9230
|
function IllustrationShare(props) {
|
|
9200
|
-
return /* @__PURE__ */
|
|
9231
|
+
return /* @__PURE__ */ React81.createElement(
|
|
9201
9232
|
"svg",
|
|
9202
9233
|
__spreadValues({
|
|
9203
9234
|
viewBox: "0 0 100 101",
|
|
9204
9235
|
fill: "none",
|
|
9205
9236
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9206
9237
|
}, props),
|
|
9207
|
-
/* @__PURE__ */
|
|
9238
|
+
/* @__PURE__ */ React81.createElement(
|
|
9208
9239
|
"path",
|
|
9209
9240
|
{
|
|
9210
9241
|
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",
|
|
9211
9242
|
fill: "currentColor"
|
|
9212
9243
|
}
|
|
9213
9244
|
),
|
|
9214
|
-
/* @__PURE__ */
|
|
9245
|
+
/* @__PURE__ */ React81.createElement(
|
|
9215
9246
|
"path",
|
|
9216
9247
|
{
|
|
9217
9248
|
d: "M50 65.732h15.73v-15.73c0 8.69-7.04 15.73-15.73 15.73z",
|
|
9218
9249
|
fill: "currentColor"
|
|
9219
9250
|
}
|
|
9220
9251
|
),
|
|
9221
|
-
/* @__PURE__ */
|
|
9252
|
+
/* @__PURE__ */ React81.createElement(
|
|
9222
9253
|
"path",
|
|
9223
9254
|
{
|
|
9224
9255
|
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",
|
|
@@ -9229,40 +9260,40 @@ function IllustrationShare(props) {
|
|
|
9229
9260
|
}
|
|
9230
9261
|
var share_default = IllustrationShare;
|
|
9231
9262
|
|
|
9232
|
-
// src/illustrations/faq-and-security.
|
|
9233
|
-
var
|
|
9263
|
+
// src/illustrations/faq-and-security.tsx
|
|
9264
|
+
var React82 = __toESM(require("react"));
|
|
9234
9265
|
function IllustrationFaQandSecurity(props) {
|
|
9235
|
-
return /* @__PURE__ */
|
|
9266
|
+
return /* @__PURE__ */ React82.createElement(
|
|
9236
9267
|
"svg",
|
|
9237
9268
|
__spreadValues({
|
|
9238
9269
|
viewBox: "0 0 100 100",
|
|
9239
9270
|
fill: "none",
|
|
9240
9271
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9241
9272
|
}, props),
|
|
9242
|
-
/* @__PURE__ */
|
|
9273
|
+
/* @__PURE__ */ React82.createElement(
|
|
9243
9274
|
"path",
|
|
9244
9275
|
{
|
|
9245
9276
|
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",
|
|
9246
9277
|
fill: "currentColor"
|
|
9247
9278
|
}
|
|
9248
9279
|
),
|
|
9249
|
-
/* @__PURE__ */
|
|
9250
|
-
/* @__PURE__ */
|
|
9280
|
+
/* @__PURE__ */ React82.createElement("path", { d: "M31 50V0H0v100h99.999V69H31V50z", fill: "currentColor" }),
|
|
9281
|
+
/* @__PURE__ */ React82.createElement("path", { d: "M100 66V0H34v31h35v35h31z", fill: "currentColor" })
|
|
9251
9282
|
);
|
|
9252
9283
|
}
|
|
9253
9284
|
var faq_and_security_default = IllustrationFaQandSecurity;
|
|
9254
9285
|
|
|
9255
|
-
// src/illustrations/starred.
|
|
9256
|
-
var
|
|
9286
|
+
// src/illustrations/starred.tsx
|
|
9287
|
+
var React83 = __toESM(require("react"));
|
|
9257
9288
|
function IllustrationStarred(props) {
|
|
9258
|
-
return /* @__PURE__ */
|
|
9289
|
+
return /* @__PURE__ */ React83.createElement(
|
|
9259
9290
|
"svg",
|
|
9260
9291
|
__spreadValues({
|
|
9261
9292
|
viewBox: "0 0 101 101",
|
|
9262
9293
|
fill: "none",
|
|
9263
9294
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9264
9295
|
}, props),
|
|
9265
|
-
/* @__PURE__ */
|
|
9296
|
+
/* @__PURE__ */ React83.createElement(
|
|
9266
9297
|
"path",
|
|
9267
9298
|
{
|
|
9268
9299
|
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",
|
|
@@ -9273,17 +9304,17 @@ function IllustrationStarred(props) {
|
|
|
9273
9304
|
}
|
|
9274
9305
|
var starred_default = IllustrationStarred;
|
|
9275
9306
|
|
|
9276
|
-
// src/illustrations/five-minute-limit.
|
|
9277
|
-
var
|
|
9307
|
+
// src/illustrations/five-minute-limit.tsx
|
|
9308
|
+
var React84 = __toESM(require("react"));
|
|
9278
9309
|
function Illustration5MinuteLimit(props) {
|
|
9279
|
-
return /* @__PURE__ */
|
|
9310
|
+
return /* @__PURE__ */ React84.createElement(
|
|
9280
9311
|
"svg",
|
|
9281
9312
|
__spreadValues({
|
|
9282
9313
|
viewBox: "0 0 110 110",
|
|
9283
9314
|
fill: "none",
|
|
9284
9315
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9285
9316
|
}, props),
|
|
9286
|
-
/* @__PURE__ */
|
|
9317
|
+
/* @__PURE__ */ React84.createElement(
|
|
9287
9318
|
"path",
|
|
9288
9319
|
{
|
|
9289
9320
|
fillRule: "evenodd",
|
|
@@ -9296,17 +9327,17 @@ function Illustration5MinuteLimit(props) {
|
|
|
9296
9327
|
}
|
|
9297
9328
|
var five_minute_limit_default = Illustration5MinuteLimit;
|
|
9298
9329
|
|
|
9299
|
-
// src/illustrations/starter-plus-plan.
|
|
9300
|
-
var
|
|
9330
|
+
// src/illustrations/starter-plus-plan.tsx
|
|
9331
|
+
var React85 = __toESM(require("react"));
|
|
9301
9332
|
function IllustrationStarterPlusPlan(props) {
|
|
9302
|
-
return /* @__PURE__ */
|
|
9333
|
+
return /* @__PURE__ */ React85.createElement(
|
|
9303
9334
|
"svg",
|
|
9304
9335
|
__spreadValues({
|
|
9305
9336
|
viewBox: "0 0 100 100",
|
|
9306
9337
|
fill: "none",
|
|
9307
9338
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9308
9339
|
}, props),
|
|
9309
|
-
/* @__PURE__ */
|
|
9340
|
+
/* @__PURE__ */ React85.createElement(
|
|
9310
9341
|
"path",
|
|
9311
9342
|
{
|
|
9312
9343
|
fillRule: "evenodd",
|
|
@@ -9319,17 +9350,17 @@ function IllustrationStarterPlusPlan(props) {
|
|
|
9319
9350
|
}
|
|
9320
9351
|
var starter_plus_plan_default = IllustrationStarterPlusPlan;
|
|
9321
9352
|
|
|
9322
|
-
// src/illustrations/getting-started.
|
|
9323
|
-
var
|
|
9353
|
+
// src/illustrations/getting-started.tsx
|
|
9354
|
+
var React86 = __toESM(require("react"));
|
|
9324
9355
|
function IllustrationGettingStarted(props) {
|
|
9325
|
-
return /* @__PURE__ */
|
|
9356
|
+
return /* @__PURE__ */ React86.createElement(
|
|
9326
9357
|
"svg",
|
|
9327
9358
|
__spreadValues({
|
|
9328
9359
|
viewBox: "0 0 106 106",
|
|
9329
9360
|
fill: "none",
|
|
9330
9361
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9331
9362
|
}, props),
|
|
9332
|
-
/* @__PURE__ */
|
|
9363
|
+
/* @__PURE__ */ React86.createElement(
|
|
9333
9364
|
"path",
|
|
9334
9365
|
{
|
|
9335
9366
|
d: "M53 101c26.51 0 48-21.49 48-48S79.51 5 53 5 5 26.49 5 53s21.49 48 48 48z",
|
|
@@ -9338,7 +9369,7 @@ function IllustrationGettingStarted(props) {
|
|
|
9338
9369
|
strokeMiterlimit: 10
|
|
9339
9370
|
}
|
|
9340
9371
|
),
|
|
9341
|
-
/* @__PURE__ */
|
|
9372
|
+
/* @__PURE__ */ React86.createElement(
|
|
9342
9373
|
"path",
|
|
9343
9374
|
{
|
|
9344
9375
|
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",
|
|
@@ -9347,7 +9378,7 @@ function IllustrationGettingStarted(props) {
|
|
|
9347
9378
|
strokeMiterlimit: 10
|
|
9348
9379
|
}
|
|
9349
9380
|
),
|
|
9350
|
-
/* @__PURE__ */
|
|
9381
|
+
/* @__PURE__ */ React86.createElement(
|
|
9351
9382
|
"path",
|
|
9352
9383
|
{
|
|
9353
9384
|
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",
|
|
@@ -9356,7 +9387,7 @@ function IllustrationGettingStarted(props) {
|
|
|
9356
9387
|
strokeMiterlimit: 10
|
|
9357
9388
|
}
|
|
9358
9389
|
),
|
|
9359
|
-
/* @__PURE__ */
|
|
9390
|
+
/* @__PURE__ */ React86.createElement(
|
|
9360
9391
|
"path",
|
|
9361
9392
|
{
|
|
9362
9393
|
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",
|
|
@@ -9369,24 +9400,24 @@ function IllustrationGettingStarted(props) {
|
|
|
9369
9400
|
}
|
|
9370
9401
|
var getting_started_default = IllustrationGettingStarted;
|
|
9371
9402
|
|
|
9372
|
-
// src/illustrations/strong-upload-speed.
|
|
9373
|
-
var
|
|
9403
|
+
// src/illustrations/strong-upload-speed.tsx
|
|
9404
|
+
var React87 = __toESM(require("react"));
|
|
9374
9405
|
function IllustrationStrongUploadSpeed(props) {
|
|
9375
|
-
return /* @__PURE__ */
|
|
9406
|
+
return /* @__PURE__ */ React87.createElement(
|
|
9376
9407
|
"svg",
|
|
9377
9408
|
__spreadValues({
|
|
9378
9409
|
viewBox: "0 0 111 110",
|
|
9379
9410
|
fill: "none",
|
|
9380
9411
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9381
9412
|
}, props),
|
|
9382
|
-
/* @__PURE__ */
|
|
9413
|
+
/* @__PURE__ */ React87.createElement(
|
|
9383
9414
|
"path",
|
|
9384
9415
|
{
|
|
9385
9416
|
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",
|
|
9386
9417
|
fill: "currentColor"
|
|
9387
9418
|
}
|
|
9388
9419
|
),
|
|
9389
|
-
/* @__PURE__ */
|
|
9420
|
+
/* @__PURE__ */ React87.createElement(
|
|
9390
9421
|
"path",
|
|
9391
9422
|
{
|
|
9392
9423
|
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",
|
|
@@ -9397,17 +9428,17 @@ function IllustrationStrongUploadSpeed(props) {
|
|
|
9397
9428
|
}
|
|
9398
9429
|
var strong_upload_speed_default = IllustrationStrongUploadSpeed;
|
|
9399
9430
|
|
|
9400
|
-
// src/illustrations/growth-through-empathy.
|
|
9401
|
-
var
|
|
9431
|
+
// src/illustrations/growth-through-empathy.tsx
|
|
9432
|
+
var React88 = __toESM(require("react"));
|
|
9402
9433
|
function IllustrationGrowththroughEmpathy(props) {
|
|
9403
|
-
return /* @__PURE__ */
|
|
9434
|
+
return /* @__PURE__ */ React88.createElement(
|
|
9404
9435
|
"svg",
|
|
9405
9436
|
__spreadValues({
|
|
9406
9437
|
viewBox: "0 0 104 100",
|
|
9407
9438
|
fill: "none",
|
|
9408
9439
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9409
9440
|
}, props),
|
|
9410
|
-
/* @__PURE__ */
|
|
9441
|
+
/* @__PURE__ */ React88.createElement(
|
|
9411
9442
|
"path",
|
|
9412
9443
|
{
|
|
9413
9444
|
d: "M98.75 100.001c0-25.889-20.986-46.876-46.874-46.876C25.987 53.125 5 74.112 5 100.001",
|
|
@@ -9416,7 +9447,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9416
9447
|
strokeMiterlimit: 10
|
|
9417
9448
|
}
|
|
9418
9449
|
),
|
|
9419
|
-
/* @__PURE__ */
|
|
9450
|
+
/* @__PURE__ */ React88.createElement(
|
|
9420
9451
|
"path",
|
|
9421
9452
|
{
|
|
9422
9453
|
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",
|
|
@@ -9425,7 +9456,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9425
9456
|
strokeMiterlimit: 10
|
|
9426
9457
|
}
|
|
9427
9458
|
),
|
|
9428
|
-
/* @__PURE__ */
|
|
9459
|
+
/* @__PURE__ */ React88.createElement(
|
|
9429
9460
|
"path",
|
|
9430
9461
|
{
|
|
9431
9462
|
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",
|
|
@@ -9434,7 +9465,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9434
9465
|
strokeMiterlimit: 10
|
|
9435
9466
|
}
|
|
9436
9467
|
),
|
|
9437
|
-
/* @__PURE__ */
|
|
9468
|
+
/* @__PURE__ */ React88.createElement(
|
|
9438
9469
|
"path",
|
|
9439
9470
|
{
|
|
9440
9471
|
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",
|
|
@@ -9443,7 +9474,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9443
9474
|
strokeMiterlimit: 10
|
|
9444
9475
|
}
|
|
9445
9476
|
),
|
|
9446
|
-
/* @__PURE__ */
|
|
9477
|
+
/* @__PURE__ */ React88.createElement(
|
|
9447
9478
|
"path",
|
|
9448
9479
|
{
|
|
9449
9480
|
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",
|
|
@@ -9452,7 +9483,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9452
9483
|
strokeMiterlimit: 10
|
|
9453
9484
|
}
|
|
9454
9485
|
),
|
|
9455
|
-
/* @__PURE__ */
|
|
9486
|
+
/* @__PURE__ */ React88.createElement(
|
|
9456
9487
|
"path",
|
|
9457
9488
|
{
|
|
9458
9489
|
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",
|
|
@@ -9461,7 +9492,7 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9461
9492
|
strokeMiterlimit: 10
|
|
9462
9493
|
}
|
|
9463
9494
|
),
|
|
9464
|
-
/* @__PURE__ */
|
|
9495
|
+
/* @__PURE__ */ React88.createElement(
|
|
9465
9496
|
"path",
|
|
9466
9497
|
{
|
|
9467
9498
|
d: "M64.015 0c0 6.693-5.432 12.124-12.124 12.124S39.767 6.693 39.767.002",
|
|
@@ -9474,17 +9505,17 @@ function IllustrationGrowththroughEmpathy(props) {
|
|
|
9474
9505
|
}
|
|
9475
9506
|
var growth_through_empathy_default = IllustrationGrowththroughEmpathy;
|
|
9476
9507
|
|
|
9477
|
-
// src/illustrations/troubleshooting.
|
|
9478
|
-
var
|
|
9508
|
+
// src/illustrations/troubleshooting.tsx
|
|
9509
|
+
var React89 = __toESM(require("react"));
|
|
9479
9510
|
function IllustrationTroubleshooting(props) {
|
|
9480
|
-
return /* @__PURE__ */
|
|
9511
|
+
return /* @__PURE__ */ React89.createElement(
|
|
9481
9512
|
"svg",
|
|
9482
9513
|
__spreadValues({
|
|
9483
9514
|
viewBox: "0 0 110 110",
|
|
9484
9515
|
fill: "none",
|
|
9485
9516
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9486
9517
|
}, props),
|
|
9487
|
-
/* @__PURE__ */
|
|
9518
|
+
/* @__PURE__ */ React89.createElement(
|
|
9488
9519
|
"path",
|
|
9489
9520
|
{
|
|
9490
9521
|
d: "M5 55h99.984c0 27.61-22.375 50-50 50S5 82.61 5 55z",
|
|
@@ -9494,7 +9525,7 @@ function IllustrationTroubleshooting(props) {
|
|
|
9494
9525
|
strokeMiterlimit: 10
|
|
9495
9526
|
}
|
|
9496
9527
|
),
|
|
9497
|
-
/* @__PURE__ */
|
|
9528
|
+
/* @__PURE__ */ React89.createElement(
|
|
9498
9529
|
"path",
|
|
9499
9530
|
{
|
|
9500
9531
|
d: "M55 105c27.614 0 50-22.386 50-50S82.614 5 55 5 5 27.386 5 55s22.386 50 50 50z",
|
|
@@ -9503,7 +9534,7 @@ function IllustrationTroubleshooting(props) {
|
|
|
9503
9534
|
strokeMiterlimit: 10
|
|
9504
9535
|
}
|
|
9505
9536
|
),
|
|
9506
|
-
/* @__PURE__ */
|
|
9537
|
+
/* @__PURE__ */ React89.createElement(
|
|
9507
9538
|
"path",
|
|
9508
9539
|
{
|
|
9509
9540
|
d: "M23.534 55C23.534 37.62 37.62 23.534 55 23.534c17.382 0 31.466 14.085 31.466 31.466",
|
|
@@ -9512,7 +9543,7 @@ function IllustrationTroubleshooting(props) {
|
|
|
9512
9543
|
strokeMiterlimit: 10
|
|
9513
9544
|
}
|
|
9514
9545
|
),
|
|
9515
|
-
/* @__PURE__ */
|
|
9546
|
+
/* @__PURE__ */ React89.createElement(
|
|
9516
9547
|
"path",
|
|
9517
9548
|
{
|
|
9518
9549
|
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",
|
|
@@ -9525,17 +9556,17 @@ function IllustrationTroubleshooting(props) {
|
|
|
9525
9556
|
}
|
|
9526
9557
|
var troubleshooting_default = IllustrationTroubleshooting;
|
|
9527
9558
|
|
|
9528
|
-
// src/illustrations/health-plans.
|
|
9529
|
-
var
|
|
9559
|
+
// src/illustrations/health-plans.tsx
|
|
9560
|
+
var React90 = __toESM(require("react"));
|
|
9530
9561
|
function IllustrationHealthPlans(props) {
|
|
9531
|
-
return /* @__PURE__ */
|
|
9562
|
+
return /* @__PURE__ */ React90.createElement(
|
|
9532
9563
|
"svg",
|
|
9533
9564
|
__spreadValues({
|
|
9534
9565
|
viewBox: "0 0 100 101",
|
|
9535
9566
|
fill: "none",
|
|
9536
9567
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9537
9568
|
}, props),
|
|
9538
|
-
/* @__PURE__ */
|
|
9569
|
+
/* @__PURE__ */ React90.createElement(
|
|
9539
9570
|
"path",
|
|
9540
9571
|
{
|
|
9541
9572
|
fillRule: "evenodd",
|
|
@@ -9548,17 +9579,17 @@ function IllustrationHealthPlans(props) {
|
|
|
9548
9579
|
}
|
|
9549
9580
|
var health_plans_default = IllustrationHealthPlans;
|
|
9550
9581
|
|
|
9551
|
-
// src/illustrations/upgrade.
|
|
9552
|
-
var
|
|
9582
|
+
// src/illustrations/upgrade.tsx
|
|
9583
|
+
var React91 = __toESM(require("react"));
|
|
9553
9584
|
function IllustrationUpgrade(props) {
|
|
9554
|
-
return /* @__PURE__ */
|
|
9585
|
+
return /* @__PURE__ */ React91.createElement(
|
|
9555
9586
|
"svg",
|
|
9556
9587
|
__spreadValues({
|
|
9557
9588
|
viewBox: "0 0 100 100",
|
|
9558
9589
|
fill: "none",
|
|
9559
9590
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9560
9591
|
}, props),
|
|
9561
|
-
/* @__PURE__ */
|
|
9592
|
+
/* @__PURE__ */ React91.createElement(
|
|
9562
9593
|
"path",
|
|
9563
9594
|
{
|
|
9564
9595
|
fillRule: "evenodd",
|
|
@@ -9571,17 +9602,17 @@ function IllustrationUpgrade(props) {
|
|
|
9571
9602
|
}
|
|
9572
9603
|
var upgrade_default = IllustrationUpgrade;
|
|
9573
9604
|
|
|
9574
|
-
// src/illustrations/how-to-use-loom.
|
|
9575
|
-
var
|
|
9605
|
+
// src/illustrations/how-to-use-loom.tsx
|
|
9606
|
+
var React92 = __toESM(require("react"));
|
|
9576
9607
|
function IllustrationHowtoUseLoom(props) {
|
|
9577
|
-
return /* @__PURE__ */
|
|
9608
|
+
return /* @__PURE__ */ React92.createElement(
|
|
9578
9609
|
"svg",
|
|
9579
9610
|
__spreadValues({
|
|
9580
9611
|
viewBox: "0 0 110 110",
|
|
9581
9612
|
fill: "none",
|
|
9582
9613
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9583
9614
|
}, props),
|
|
9584
|
-
/* @__PURE__ */
|
|
9615
|
+
/* @__PURE__ */ React92.createElement(
|
|
9585
9616
|
"path",
|
|
9586
9617
|
{
|
|
9587
9618
|
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",
|
|
@@ -9592,17 +9623,17 @@ function IllustrationHowtoUseLoom(props) {
|
|
|
9592
9623
|
}
|
|
9593
9624
|
var how_to_use_loom_default = IllustrationHowtoUseLoom;
|
|
9594
9625
|
|
|
9595
|
-
// src/illustrations/upload-drag-and-drop.
|
|
9596
|
-
var
|
|
9626
|
+
// src/illustrations/upload-drag-and-drop.tsx
|
|
9627
|
+
var React93 = __toESM(require("react"));
|
|
9597
9628
|
function IllustrationUploadDragAndDrop(props) {
|
|
9598
|
-
return /* @__PURE__ */
|
|
9629
|
+
return /* @__PURE__ */ React93.createElement(
|
|
9599
9630
|
"svg",
|
|
9600
9631
|
__spreadValues({
|
|
9601
9632
|
viewBox: "0 0 100 100",
|
|
9602
9633
|
fill: "none",
|
|
9603
9634
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9604
9635
|
}, props),
|
|
9605
|
-
/* @__PURE__ */
|
|
9636
|
+
/* @__PURE__ */ React93.createElement(
|
|
9606
9637
|
"path",
|
|
9607
9638
|
{
|
|
9608
9639
|
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",
|
|
@@ -9613,17 +9644,17 @@ function IllustrationUploadDragAndDrop(props) {
|
|
|
9613
9644
|
}
|
|
9614
9645
|
var upload_drag_and_drop_default = IllustrationUploadDragAndDrop;
|
|
9615
9646
|
|
|
9616
|
-
// src/illustrations/use-cases.
|
|
9617
|
-
var
|
|
9647
|
+
// src/illustrations/use-cases.tsx
|
|
9648
|
+
var React94 = __toESM(require("react"));
|
|
9618
9649
|
function IllustrationUseCases(props) {
|
|
9619
|
-
return /* @__PURE__ */
|
|
9650
|
+
return /* @__PURE__ */ React94.createElement(
|
|
9620
9651
|
"svg",
|
|
9621
9652
|
__spreadValues({
|
|
9622
9653
|
viewBox: "0 0 100 100",
|
|
9623
9654
|
fill: "none",
|
|
9624
9655
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9625
9656
|
}, props),
|
|
9626
|
-
/* @__PURE__ */
|
|
9657
|
+
/* @__PURE__ */ React94.createElement(
|
|
9627
9658
|
"path",
|
|
9628
9659
|
{
|
|
9629
9660
|
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",
|
|
@@ -9634,17 +9665,17 @@ function IllustrationUseCases(props) {
|
|
|
9634
9665
|
}
|
|
9635
9666
|
var use_cases_default = IllustrationUseCases;
|
|
9636
9667
|
|
|
9637
|
-
// src/illustrations/invite-members.
|
|
9638
|
-
var
|
|
9668
|
+
// src/illustrations/invite-members.tsx
|
|
9669
|
+
var React95 = __toESM(require("react"));
|
|
9639
9670
|
function IllustrationInviteMembers(props) {
|
|
9640
|
-
return /* @__PURE__ */
|
|
9671
|
+
return /* @__PURE__ */ React95.createElement(
|
|
9641
9672
|
"svg",
|
|
9642
9673
|
__spreadValues({
|
|
9643
9674
|
viewBox: "0 0 134 134",
|
|
9644
9675
|
fill: "none",
|
|
9645
9676
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9646
9677
|
}, props),
|
|
9647
|
-
/* @__PURE__ */
|
|
9678
|
+
/* @__PURE__ */ React95.createElement(
|
|
9648
9679
|
"path",
|
|
9649
9680
|
{
|
|
9650
9681
|
fillRule: "evenodd",
|
|
@@ -9657,46 +9688,46 @@ function IllustrationInviteMembers(props) {
|
|
|
9657
9688
|
}
|
|
9658
9689
|
var invite_members_default = IllustrationInviteMembers;
|
|
9659
9690
|
|
|
9660
|
-
// src/illustrations/wellness.
|
|
9661
|
-
var
|
|
9691
|
+
// src/illustrations/wellness.tsx
|
|
9692
|
+
var React96 = __toESM(require("react"));
|
|
9662
9693
|
function IllustrationWellness(props) {
|
|
9663
|
-
return /* @__PURE__ */
|
|
9694
|
+
return /* @__PURE__ */ React96.createElement(
|
|
9664
9695
|
"svg",
|
|
9665
9696
|
__spreadValues({
|
|
9666
9697
|
viewBox: "0 0 100 101",
|
|
9667
9698
|
fill: "none",
|
|
9668
9699
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9669
9700
|
}, props),
|
|
9670
|
-
/* @__PURE__ */
|
|
9701
|
+
/* @__PURE__ */ React96.createElement(
|
|
9671
9702
|
"path",
|
|
9672
9703
|
{
|
|
9673
9704
|
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",
|
|
9674
9705
|
fill: "currentColor"
|
|
9675
9706
|
}
|
|
9676
9707
|
),
|
|
9677
|
-
/* @__PURE__ */
|
|
9708
|
+
/* @__PURE__ */ React96.createElement(
|
|
9678
9709
|
"path",
|
|
9679
9710
|
{
|
|
9680
9711
|
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",
|
|
9681
9712
|
fill: "currentColor"
|
|
9682
9713
|
}
|
|
9683
9714
|
),
|
|
9684
|
-
/* @__PURE__ */
|
|
9715
|
+
/* @__PURE__ */ React96.createElement("path", { fill: "currentColor", d: "M100 67.595H66.667v33.333H100z" })
|
|
9685
9716
|
);
|
|
9686
9717
|
}
|
|
9687
9718
|
var wellness_default = IllustrationWellness;
|
|
9688
9719
|
|
|
9689
|
-
// src/illustrations/comments.
|
|
9690
|
-
var
|
|
9720
|
+
// src/illustrations/comments.tsx
|
|
9721
|
+
var React97 = __toESM(require("react"));
|
|
9691
9722
|
function IllustrationComments(props) {
|
|
9692
|
-
return /* @__PURE__ */
|
|
9723
|
+
return /* @__PURE__ */ React97.createElement(
|
|
9693
9724
|
"svg",
|
|
9694
9725
|
__spreadValues({
|
|
9695
9726
|
viewBox: "0 0 96 96",
|
|
9696
9727
|
fill: "none",
|
|
9697
9728
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9698
9729
|
}, props),
|
|
9699
|
-
/* @__PURE__ */
|
|
9730
|
+
/* @__PURE__ */ React97.createElement(
|
|
9700
9731
|
"path",
|
|
9701
9732
|
{
|
|
9702
9733
|
fillRule: "evenodd",
|
|
@@ -9705,7 +9736,7 @@ function IllustrationComments(props) {
|
|
|
9705
9736
|
fill: "currentColor"
|
|
9706
9737
|
}
|
|
9707
9738
|
),
|
|
9708
|
-
/* @__PURE__ */
|
|
9739
|
+
/* @__PURE__ */ React97.createElement(
|
|
9709
9740
|
"path",
|
|
9710
9741
|
{
|
|
9711
9742
|
fill: "currentColor",
|
|
@@ -9716,17 +9747,17 @@ function IllustrationComments(props) {
|
|
|
9716
9747
|
}
|
|
9717
9748
|
var comments_default = IllustrationComments;
|
|
9718
9749
|
|
|
9719
|
-
// src/illustrations/folders-empty-state-mobile.
|
|
9720
|
-
var
|
|
9750
|
+
// src/illustrations/folders-empty-state-mobile.tsx
|
|
9751
|
+
var React98 = __toESM(require("react"));
|
|
9721
9752
|
function IllutrationFoldersEmptyStateMobile(props) {
|
|
9722
|
-
return /* @__PURE__ */
|
|
9753
|
+
return /* @__PURE__ */ React98.createElement(
|
|
9723
9754
|
"svg",
|
|
9724
9755
|
__spreadValues({
|
|
9725
9756
|
viewBox: "0 0 96 96",
|
|
9726
9757
|
fill: "none",
|
|
9727
9758
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9728
9759
|
}, props),
|
|
9729
|
-
/* @__PURE__ */
|
|
9760
|
+
/* @__PURE__ */ React98.createElement(
|
|
9730
9761
|
"path",
|
|
9731
9762
|
{
|
|
9732
9763
|
fillRule: "evenodd",
|
|
@@ -9735,7 +9766,7 @@ function IllutrationFoldersEmptyStateMobile(props) {
|
|
|
9735
9766
|
fill: "currentColor"
|
|
9736
9767
|
}
|
|
9737
9768
|
),
|
|
9738
|
-
/* @__PURE__ */
|
|
9769
|
+
/* @__PURE__ */ React98.createElement(
|
|
9739
9770
|
"path",
|
|
9740
9771
|
{
|
|
9741
9772
|
fillRule: "evenodd",
|
|
@@ -9748,24 +9779,24 @@ function IllutrationFoldersEmptyStateMobile(props) {
|
|
|
9748
9779
|
}
|
|
9749
9780
|
var folders_empty_state_mobile_default = IllutrationFoldersEmptyStateMobile;
|
|
9750
9781
|
|
|
9751
|
-
// src/illustrations/help-ios.
|
|
9752
|
-
var
|
|
9782
|
+
// src/illustrations/help-ios.tsx
|
|
9783
|
+
var React99 = __toESM(require("react"));
|
|
9753
9784
|
function IllustrationHelpIos(props) {
|
|
9754
|
-
return /* @__PURE__ */
|
|
9785
|
+
return /* @__PURE__ */ React99.createElement(
|
|
9755
9786
|
"svg",
|
|
9756
9787
|
__spreadValues({
|
|
9757
9788
|
viewBox: "0 0 96 96",
|
|
9758
9789
|
fill: "none",
|
|
9759
9790
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9760
9791
|
}, props),
|
|
9761
|
-
/* @__PURE__ */
|
|
9792
|
+
/* @__PURE__ */ React99.createElement(
|
|
9762
9793
|
"path",
|
|
9763
9794
|
{
|
|
9764
9795
|
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",
|
|
9765
9796
|
fill: "currentColor"
|
|
9766
9797
|
}
|
|
9767
9798
|
),
|
|
9768
|
-
/* @__PURE__ */
|
|
9799
|
+
/* @__PURE__ */ React99.createElement(
|
|
9769
9800
|
"path",
|
|
9770
9801
|
{
|
|
9771
9802
|
fillRule: "evenodd",
|
|
@@ -9778,18 +9809,18 @@ function IllustrationHelpIos(props) {
|
|
|
9778
9809
|
}
|
|
9779
9810
|
var help_ios_default = IllustrationHelpIos;
|
|
9780
9811
|
|
|
9781
|
-
// src/illustrations/my-videos-empty-state-mobile.
|
|
9782
|
-
var
|
|
9812
|
+
// src/illustrations/my-videos-empty-state-mobile.tsx
|
|
9813
|
+
var React100 = __toESM(require("react"));
|
|
9783
9814
|
function IllustrationMyVideosEmptyStateMobile(props) {
|
|
9784
|
-
return /* @__PURE__ */
|
|
9815
|
+
return /* @__PURE__ */ React100.createElement(
|
|
9785
9816
|
"svg",
|
|
9786
9817
|
__spreadValues({
|
|
9787
9818
|
viewBox: "0 0 96 96",
|
|
9788
9819
|
fill: "none",
|
|
9789
9820
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9790
9821
|
}, props),
|
|
9791
|
-
/* @__PURE__ */
|
|
9792
|
-
/* @__PURE__ */
|
|
9822
|
+
/* @__PURE__ */ React100.createElement("path", { d: "M96 0H0v96h96V0zM84 12v72H12V12h72z", fill: "currentColor" }),
|
|
9823
|
+
/* @__PURE__ */ React100.createElement(
|
|
9793
9824
|
"path",
|
|
9794
9825
|
{
|
|
9795
9826
|
fillRule: "evenodd",
|
|
@@ -9802,17 +9833,17 @@ function IllustrationMyVideosEmptyStateMobile(props) {
|
|
|
9802
9833
|
}
|
|
9803
9834
|
var my_videos_empty_state_mobile_default = IllustrationMyVideosEmptyStateMobile;
|
|
9804
9835
|
|
|
9805
|
-
// src/illustrations/recents-empty-state-mobile.
|
|
9806
|
-
var
|
|
9836
|
+
// src/illustrations/recents-empty-state-mobile.tsx
|
|
9837
|
+
var React101 = __toESM(require("react"));
|
|
9807
9838
|
function IllustrationRecentsEmptyStateMobile(props) {
|
|
9808
|
-
return /* @__PURE__ */
|
|
9839
|
+
return /* @__PURE__ */ React101.createElement(
|
|
9809
9840
|
"svg",
|
|
9810
9841
|
__spreadValues({
|
|
9811
9842
|
viewBox: "0 0 96 96",
|
|
9812
9843
|
fill: "none",
|
|
9813
9844
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9814
9845
|
}, props),
|
|
9815
|
-
/* @__PURE__ */
|
|
9846
|
+
/* @__PURE__ */ React101.createElement(
|
|
9816
9847
|
"path",
|
|
9817
9848
|
{
|
|
9818
9849
|
fillRule: "evenodd",
|
|
@@ -9825,17 +9856,17 @@ function IllustrationRecentsEmptyStateMobile(props) {
|
|
|
9825
9856
|
}
|
|
9826
9857
|
var recents_empty_state_mobile_default = IllustrationRecentsEmptyStateMobile;
|
|
9827
9858
|
|
|
9828
|
-
// src/illustrations/chrome-notifications-empty-state.
|
|
9829
|
-
var
|
|
9859
|
+
// src/illustrations/chrome-notifications-empty-state.tsx
|
|
9860
|
+
var React102 = __toESM(require("react"));
|
|
9830
9861
|
function IllustrationChromeNotificationsEmptyState(props) {
|
|
9831
|
-
return /* @__PURE__ */
|
|
9862
|
+
return /* @__PURE__ */ React102.createElement(
|
|
9832
9863
|
"svg",
|
|
9833
9864
|
__spreadValues({
|
|
9834
9865
|
viewBox: "0 0 96 96",
|
|
9835
9866
|
fill: "none",
|
|
9836
9867
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9837
9868
|
}, props),
|
|
9838
|
-
/* @__PURE__ */
|
|
9869
|
+
/* @__PURE__ */ React102.createElement(
|
|
9839
9870
|
"circle",
|
|
9840
9871
|
{
|
|
9841
9872
|
cx: 15.84,
|
|
@@ -9845,7 +9876,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9845
9876
|
strokeWidth: 9.6
|
|
9846
9877
|
}
|
|
9847
9878
|
),
|
|
9848
|
-
/* @__PURE__ */
|
|
9879
|
+
/* @__PURE__ */ React102.createElement(
|
|
9849
9880
|
"path",
|
|
9850
9881
|
{
|
|
9851
9882
|
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",
|
|
@@ -9853,8 +9884,8 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9853
9884
|
strokeWidth: 9.6
|
|
9854
9885
|
}
|
|
9855
9886
|
),
|
|
9856
|
-
/* @__PURE__ */
|
|
9857
|
-
/* @__PURE__ */
|
|
9887
|
+
/* @__PURE__ */ React102.createElement("circle", { cx: 80.16, cy: 15.84, r: 15.84, fill: "currentColor" }),
|
|
9888
|
+
/* @__PURE__ */ React102.createElement(
|
|
9858
9889
|
"path",
|
|
9859
9890
|
{
|
|
9860
9891
|
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",
|
|
@@ -9862,7 +9893,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9862
9893
|
strokeWidth: 9.6
|
|
9863
9894
|
}
|
|
9864
9895
|
),
|
|
9865
|
-
/* @__PURE__ */
|
|
9896
|
+
/* @__PURE__ */ React102.createElement(
|
|
9866
9897
|
"circle",
|
|
9867
9898
|
{
|
|
9868
9899
|
cx: 48,
|
|
@@ -9872,7 +9903,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9872
9903
|
strokeWidth: 9.6
|
|
9873
9904
|
}
|
|
9874
9905
|
),
|
|
9875
|
-
/* @__PURE__ */
|
|
9906
|
+
/* @__PURE__ */ React102.createElement(
|
|
9876
9907
|
"path",
|
|
9877
9908
|
{
|
|
9878
9909
|
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",
|
|
@@ -9880,7 +9911,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9880
9911
|
strokeWidth: 9.6
|
|
9881
9912
|
}
|
|
9882
9913
|
),
|
|
9883
|
-
/* @__PURE__ */
|
|
9914
|
+
/* @__PURE__ */ React102.createElement(
|
|
9884
9915
|
"circle",
|
|
9885
9916
|
{
|
|
9886
9917
|
cx: 15.84,
|
|
@@ -9890,7 +9921,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9890
9921
|
strokeWidth: 9.6
|
|
9891
9922
|
}
|
|
9892
9923
|
),
|
|
9893
|
-
/* @__PURE__ */
|
|
9924
|
+
/* @__PURE__ */ React102.createElement(
|
|
9894
9925
|
"path",
|
|
9895
9926
|
{
|
|
9896
9927
|
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",
|
|
@@ -9898,7 +9929,7 @@ function IllustrationChromeNotificationsEmptyState(props) {
|
|
|
9898
9929
|
strokeWidth: 9.6
|
|
9899
9930
|
}
|
|
9900
9931
|
),
|
|
9901
|
-
/* @__PURE__ */
|
|
9932
|
+
/* @__PURE__ */ React102.createElement(
|
|
9902
9933
|
"circle",
|
|
9903
9934
|
{
|
|
9904
9935
|
cx: 80.16,
|