@getflip/swirl-components 0.44.0 → 0.45.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/components.json +650 -110
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/swirl-components.cjs.js +1 -1
- package/dist/cjs/swirl-icon-ai.cjs.entry.js +23 -0
- package/dist/cjs/swirl-icon-improve-text.cjs.entry.js +23 -0
- package/dist/cjs/swirl-icon-insert-below.cjs.entry.js +23 -0
- package/dist/cjs/swirl-icon-insert-on-top.cjs.entry.js +23 -0
- package/dist/cjs/swirl-icon-long-text.cjs.entry.js +23 -0
- package/dist/cjs/swirl-icon-short-text.cjs.entry.js +23 -0
- package/dist/cjs/swirl-icon-simplify.cjs.entry.js +23 -0
- package/dist/cjs/swirl-icon-spellcheck.cjs.entry.js +23 -0
- package/dist/cjs/swirl-icon-undo.cjs.entry.js +23 -0
- package/dist/cjs/swirl-icon-voice.cjs.entry.js +23 -0
- package/dist/cjs/swirl-table-column.cjs.entry.js +5 -0
- package/dist/collection/collection-manifest.json +10 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-ai.js +52 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-improve-text.js +52 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-insert-below.js +52 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-insert-on-top.js +52 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-long-text.js +52 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-short-text.js +52 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-simplify.js +52 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-spellcheck.js +52 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-undo.js +52 -0
- package/dist/collection/components/swirl-icon/icons/swirl-icon-voice.js +52 -0
- package/dist/collection/components/swirl-table-column/swirl-table-column.js +5 -0
- package/dist/components/swirl-icon-ai.d.ts +11 -0
- package/dist/components/swirl-icon-ai.js +40 -0
- package/dist/components/swirl-icon-improve-text.d.ts +11 -0
- package/dist/components/swirl-icon-improve-text.js +40 -0
- package/dist/components/swirl-icon-insert-below.d.ts +11 -0
- package/dist/components/swirl-icon-insert-below.js +40 -0
- package/dist/components/swirl-icon-insert-on-top.d.ts +11 -0
- package/dist/components/swirl-icon-insert-on-top.js +40 -0
- package/dist/components/swirl-icon-long-text.d.ts +11 -0
- package/dist/components/swirl-icon-long-text.js +40 -0
- package/dist/components/swirl-icon-short-text.d.ts +11 -0
- package/dist/components/swirl-icon-short-text.js +40 -0
- package/dist/components/swirl-icon-simplify.d.ts +11 -0
- package/dist/components/swirl-icon-simplify.js +40 -0
- package/dist/components/swirl-icon-spellcheck.d.ts +11 -0
- package/dist/components/swirl-icon-spellcheck.js +40 -0
- package/dist/components/swirl-icon-undo.d.ts +11 -0
- package/dist/components/swirl-icon-undo.js +40 -0
- package/dist/components/swirl-icon-voice.d.ts +11 -0
- package/dist/components/swirl-icon-voice.js +40 -0
- package/dist/components/swirl-table-column.js +5 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/swirl-components.js +1 -1
- package/dist/esm/swirl-icon-ai.entry.js +19 -0
- package/dist/esm/swirl-icon-improve-text.entry.js +19 -0
- package/dist/esm/swirl-icon-insert-below.entry.js +19 -0
- package/dist/esm/swirl-icon-insert-on-top.entry.js +19 -0
- package/dist/esm/swirl-icon-long-text.entry.js +19 -0
- package/dist/esm/swirl-icon-short-text.entry.js +19 -0
- package/dist/esm/swirl-icon-simplify.entry.js +19 -0
- package/dist/esm/swirl-icon-spellcheck.entry.js +19 -0
- package/dist/esm/swirl-icon-undo.entry.js +19 -0
- package/dist/esm/swirl-icon-voice.entry.js +19 -0
- package/dist/esm/swirl-table-column.entry.js +5 -0
- package/dist/swirl-components/p-04fec5d6.entry.js +1 -0
- package/dist/swirl-components/p-1c85f997.entry.js +1 -0
- package/dist/swirl-components/p-2071b460.entry.js +1 -0
- package/dist/swirl-components/p-2836c9c7.entry.js +1 -0
- package/dist/swirl-components/p-3af4f4aa.entry.js +1 -0
- package/dist/swirl-components/p-616fef83.entry.js +1 -0
- package/dist/swirl-components/p-9688313e.entry.js +1 -0
- package/dist/swirl-components/p-b4a68dac.entry.js +1 -0
- package/dist/swirl-components/p-c0d20490.entry.js +1 -0
- package/dist/swirl-components/p-cc85dade.entry.js +1 -0
- package/dist/swirl-components/p-fd2f8580.entry.js +1 -0
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-icon/icons/swirl-icon-ai.d.ts +5 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-improve-text.d.ts +5 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-insert-below.d.ts +5 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-insert-on-top.d.ts +5 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-long-text.d.ts +5 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-short-text.d.ts +5 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-simplify.d.ts +5 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-spellcheck.d.ts +5 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-undo.d.ts +5 -0
- package/dist/types/components/swirl-icon/icons/swirl-icon-voice.d.ts +5 -0
- package/dist/types/components/swirl-table-column/swirl-table-column.d.ts +1 -0
- package/dist/types/components.d.ts +150 -0
- package/package.json +2 -2
- package/vscode-data.json +130 -0
- package/dist/swirl-components/p-7d7f11e8.entry.js +0 -1
|
@@ -17,5 +17,5 @@ const patchBrowser = () => {
|
|
|
17
17
|
};
|
|
18
18
|
|
|
19
19
|
patchBrowser().then(options => {
|
|
20
|
-
return bootstrapLazy(JSON.parse("[[\"file-manager\",[[1,\"file-manager\",{\"selectedDirectory\":[32],\"selectedFile\":[32]}]]],[\"swirl-pdf-reader\",[[1,\"swirl-pdf-reader\",{\"autoZoomLabel\":[1,\"auto-zoom-label\"],\"closeButtonLabel\":[1,\"close-button-label\"],\"downloadButtonLabel\":[1,\"download-button-label\"],\"file\":[1],\"fileTypeLabel\":[1,\"file-type-label\"],\"label\":[1],\"menuLabel\":[1,\"menu-label\"],\"menuTriggerLabel\":[1,\"menu-trigger-label\"],\"printButtonLabel\":[1,\"print-button-label\"],\"sideBySideButtonLabel\":[1,\"side-by-side-button-label\"],\"thumbnailButtonLabel\":[1,\"thumbnail-button-label\"],\"thumbnailsButtonLabel\":[1,\"thumbnails-button-label\"],\"thumbnailsLabel\":[1,\"thumbnails-label\"],\"zoomInButtonLabel\":[1,\"zoom-in-button-label\"],\"zoomOutButtonLabel\":[1,\"zoom-out-button-label\"],\"zoomSelectLabel\":[1,\"zoom-select-label\"],\"active\":[32],\"closing\":[32],\"downloading\":[32],\"thumbnails\":[32],\"showThumbnails\":[32],\"viewMode\":[32],\"visiblePages\":[32],\"zoom\":[32],\"zoomSteps\":[32],\"open\":[64],\"close\":[64]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"swirl-autocomplete\",[[2,\"swirl-autocomplete\",{\"autoSelect\":[4,\"auto-select\"],\"clearable\":[4],\"clearButtonLabel\":[1,\"clear-button-label\"],\"disabled\":[4],\"generateSuggestions\":[1040],\"inline\":[4],\"invalid\":[4],\"maxLength\":[2,\"max-length\"],\"menuLabel\":[1,\"menu-label\"],\"mode\":[1],\"required\":[4],\"spellCheck\":[4,\"spell-check\"],\"swirlAriaDescribedby\":[1,\"swirl-aria-describedby\"],\"value\":[1537],\"active\":[32],\"loading\":[32],\"position\":[32],\"suggestions\":[32]},[[8,\"click\",\"onWindowClick\"]]]]],[\"swirl-lightbox\",[[1,\"swirl-lightbox\",{\"closeButtonLabel\":[1,\"close-button-label\"],\"downloadButtonLabel\":[1,\"download-button-label\"],\"label\":[1],\"menuLabel\":[1,\"menu-label\"],\"menuTriggerLabel\":[1,\"menu-trigger-label\"],\"nextSlideButtonLabel\":[1,\"next-slide-button-label\"],\"previousSlideButtonLabel\":[1,\"previous-slide-button-label\"],\"activeSlideIndex\":[32],\"closing\":[32],\"slides\":[32],\"open\":[64],\"close\":[64],\"activateSlide\":[64]}]]],[\"swirl-inline-notification\",[[1,\"swirl-inline-notification\",{\"heading\":[1],\"importance\":[1],\"intent\":[1]}]]],[\"swirl-pagination\",[[1,\"swirl-pagination\",{\"firstPageButtonLabel\":[1,\"first-page-button-label\"],\"lastPageButtonLabel\":[1,\"last-page-button-label\"],\"label\":[1],\"nextButtonLabel\":[1,\"next-button-label\"],\"page\":[2],\"pageLabel\":[1,\"page-label\"],\"pages\":[2],\"pageSelectLabel\":[1,\"page-select-label\"],\"pageSize\":[2,\"page-size\"],\"pageSizeOptions\":[16],\"pageSizeSelectLabel\":[1,\"page-size-select-label\"],\"prevButtonLabel\":[1,\"prev-button-label\"],\"showPageSizeSelect\":[4,\"show-page-size-select\"],\"variant\":[1]}]]],[\"swirl-resource-list-file-item\",[[1,\"swirl-resource-list-file-item\",{\"description\":[1],\"errorMessage\":[1,\"error-message\"],\"icon\":[1],\"label\":[1],\"loading\":[4],\"removable\":[4],\"removeButtonLabel\":[1,\"remove-button-label\"]}]]],[\"swirl-select\",[[6,\"swirl-select\",{\"disabled\":[4],\"inline\":[4],\"invalid\":[4],\"label\":[1],\"multiSelect\":[4,\"multi-select\"],\"required\":[4],\"swirlAriaDescribedby\":[1,\"swirl-aria-describedby\"],\"value\":[1040],\"options\":[32],\"open\":[32]},[[8,\"focusin\",\"onWindowFocusIn\"]]]]],[\"swirl-date-input\",[[2,\"swirl-date-input\",{\"autoFocus\":[4,\"auto-focus\"],\"autoSelect\":[4,\"auto-select\"],\"datePickerLabel\":[1,\"date-picker-label\"],\"datePickerTriggerLabel\":[1,\"date-picker-trigger-label\"],\"disabled\":[4],\"format\":[1],\"inline\":[4],\"invalid\":[4],\"labels\":[16],\"locale\":[1],\"placeholder\":[1],\"required\":[4],\"swirlAriaDescribedby\":[1,\"swirl-aria-describedby\"],\"value\":[1537],\"iconSize\":[32]}]]],[\"swirl-modal\",[[4,\"swirl-modal\",{\"closeButtonLabel\":[1,\"close-button-label\"],\"hideCloseButton\":[4,\"hide-close-button\"],\"hideLabel\":[4,\"hide-label\"],\"label\":[1],\"maxWidth\":[1,\"max-width\"],\"padded\":[4],\"primaryActionLabel\":[1,\"primary-action-label\"],\"secondaryActionLabel\":[1,\"secondary-action-label\"],\"variant\":[1],\"isOpen\":[32],\"closing\":[32],\"hasCustomHeader\":[32],\"scrollable\":[32],\"scrolled\":[32],\"scrolledDown\":[32],\"open\":[64],\"close\":[64]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"swirl-console-layout\",[[1,\"swirl-console-layout\",{\"appName\":[1,\"app-name\"],\"backButonLabel\":[1,\"back-buton-label\"],\"heading\":[1],\"helpButonLabel\":[1,\"help-buton-label\"],\"hideNavigationButtonLabel\":[1,\"hide-navigation-button-label\"],\"logoText\":[1,\"logo-text\"],\"showNavigationButtonLabel\":[1,\"show-navigation-button-label\"],\"navigationLabel\":[1,\"navigation-label\"],\"showBackButton\":[4,\"show-back-button\"],\"showHelpButton\":[4,\"show-help-button\"],\"subheading\":[1],\"sidebarActive\":[32],\"toggleSidebar\":[64],\"showSidebar\":[64],\"hideSidebar\":[64]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"swirl-dialog\",[[1,\"swirl-dialog\",{\"hideLabel\":[4,\"hide-label\"],\"intent\":[1],\"label\":[1],\"primaryActionLabel\":[1,\"primary-action-label\"],\"secondaryActionLabel\":[1,\"secondary-action-label\"],\"closing\":[32],\"open\":[64],\"close\":[64]}]]],[\"swirl-toast-provider\",[[1,\"swirl-toast-provider\",{\"globalDuration\":[2,\"global-duration\"],\"toasts\":[32],\"clearAll\":[64],\"dismiss\":[64],\"toast\":[64]}]]],[\"swirl-checkbox\",[[2,\"swirl-checkbox\",{\"checked\":[1032],\"description\":[1],\"disabled\":[4],\"swirlAriaDescribedby\":[1,\"swirl-aria-describedby\"],\"swirlAriaLabel\":[1,\"swirl-aria-label\"],\"inputId\":[1,\"input-id\"],\"inputName\":[1,\"input-name\"],\"invalid\":[4],\"label\":[1],\"value\":[1]}]]],[\"swirl-file-uploader\",[[2,\"swirl-file-uploader\",{\"accept\":[1],\"ctaLabel\":[1,\"cta-label\"],\"description\":[1],\"disabled\":[4],\"dragDropLabel\":[1,\"drag-drop-label\"],\"inputId\":[1,\"input-id\"],\"inputName\":[1,\"input-name\"],\"label\":[1],\"multiple\":[4],\"showDropzone\":[4,\"show-dropzone\"],\"uploadButtonLabel\":[1,\"upload-button-label\"],\"reset\":[64]}]]],[\"swirl-form-control\",[[6,\"swirl-form-control\",{\"description\":[1],\"disabled\":[4],\"errorMessage\":[1,\"error-message\"],\"inline\":[4],\"invalid\":[4],\"label\":[1],\"labelPosition\":[1,\"label-position\"],\"hasFocus\":[32],\"inputValue\":[32]},[[8,\"click\",\"onWindowClick\"]]]]],[\"swirl-search\",[[2,\"swirl-search\",{\"autoFocus\":[4,\"auto-focus\"],\"clearButtonLabel\":[1,\"clear-button-label\"],\"disabled\":[4],\"inputName\":[1,\"input-name\"],\"inputId\":[1,\"input-id\"],\"label\":[1],\"placeholder\":[1],\"value\":[1025],\"variant\":[1]},[[8,\"keydown\",\"onKeyDown\"]]]]],[\"swirl-table\",[[1,\"swirl-table\",{\"caption\":[1],\"emptyStateLabel\":[1,\"empty-state-label\"],\"label\":[1],\"empty\":[32],\"scrollable\":[32],\"scrolled\":[32],\"scrolledToEnd\":[32],\"rerender\":[64]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"swirl-table-column\",[[1,\"swirl-table-column\",{\"sort\":[1],\"sortable\":[4],\"maxWidth\":[1,\"max-width\"],\"minWidth\":[1,\"min-width\"],\"sticky\":[4],\"width\":[1]}]]],[\"swirl-app-bar\",[[1,\"swirl-app-bar\",{\"backButtonLabel\":[1,\"back-button-label\"],\"closeButtonLabel\":[1,\"close-button-label\"],\"stepUpButtonLabel\":[1,\"step-up-button-label\"],\"stepDownButtonLabel\":[1,\"step-down-button-label\"],\"showBackButton\":[4,\"show-back-button\"],\"showCloseButton\":[4,\"show-close-button\"],\"showStepperControls\":[4,\"show-stepper-controls\"],\"hasCta\":[32]}]]],[\"swirl-avatar\",[[1,\"swirl-avatar\",{\"badge\":[1],\"badgePosition\":[1,\"badge-position\"],\"color\":[1],\"icon\":[1],\"initials\":[1],\"interactive\":[4],\"label\":[1],\"showLabel\":[4,\"show-label\"],\"size\":[1],\"src\":[1],\"variant\":[1],\"imageAvailable\":[32]}]]],[\"swirl-banner\",[[1,\"swirl-banner\",{\"actionLabel\":[1,\"action-label\"],\"content\":[1],\"dismissable\":[4],\"dismissLabel\":[1,\"dismiss-label\"],\"importance\":[1],\"intent\":[1],\"showIcon\":[4,\"show-icon\"],\"size\":[1]}]]],[\"swirl-carousel\",[[1,\"swirl-carousel\",{\"label\":[1],\"nextSlideButtonLabel\":[1,\"next-slide-button-label\"],\"previousSlideButtonLabel\":[1,\"previous-slide-button-label\"],\"loopAround\":[4,\"loop-around\"],\"isAtEnd\":[32],\"isAtStart\":[32],\"isScrollable\":[32],\"scrollToSlide\":[64]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"swirl-radio\",[[2,\"swirl-radio\",{\"checked\":[1032],\"description\":[1],\"disabled\":[4],\"inputId\":[1,\"input-id\"],\"inputName\":[1,\"input-name\"],\"invalid\":[4],\"label\":[1],\"value\":[1]}]]],[\"swirl-shell-layout\",[[1,\"swirl-shell-layout\",{\"hideSidebar\":[4,\"hide-sidebar\"],\"mainNavigationLabel\":[1,\"main-navigation-label\"],\"sidebarToggleLabel\":[1,\"sidebar-toggle-label\"],\"collapsedSidebar\":[32],\"collapsing\":[32],\"sidebarHovered\":[32],\"collapseSidebar\":[64],\"extendSidebar\":[64]}]]],[\"swirl-shell-navigation-item\",[[1,\"swirl-shell-navigation-item\",{\"active\":[4],\"badgeLabel\":[1,\"badge-label\"],\"label\":[1]}]]],[\"swirl-switch\",[[2,\"swirl-switch\",{\"checked\":[1028],\"disabled\":[4],\"inputId\":[1,\"input-id\"],\"inputName\":[1,\"input-name\"],\"label\":[1],\"size\":[1],\"value\":[1]},[[9,\"pointerup\",\"onWindowPointerUp\"]]]]],[\"swirl-tabs\",[[6,\"swirl-tabs\",{\"initialTab\":[1,\"initial-tab\"],\"label\":[1],\"activeTab\":[32],\"tabBarTabs\":[32],\"activateTab\":[64]}]]],[\"swirl-tag\",[[1,\"swirl-tag\",{\"intent\":[1],\"label\":[1],\"removable\":[4],\"removalButtonLabel\":[1,\"removal-button-label\"]}]]],[\"swirl-video-thumbnail\",[[1,\"swirl-video-thumbnail\",{\"durationLabel\":[1,\"duration-label\"],\"duration\":[1],\"label\":[1],\"src\":[1]}]]],[\"swirl-action-list-section\",[[1,\"swirl-action-list-section\",{\"label\":[1]}]]],[\"swirl-app-icon\",[[1,\"swirl-app-icon\",{\"icon\":[1],\"src\":[1],\"hideBorder\":[4,\"hide-border\"],\"imageAvailable\":[32]}]]],[\"swirl-avatar-group\",[[1,\"swirl-avatar-group\",{\"badge\":[1]}]]],[\"swirl-card\",[[1,\"swirl-card\",{\"as\":[1],\"borderRadius\":[1,\"border-radius\"],\"elevated\":[4],\"height\":[1],\"highlighted\":[4],\"href\":[1],\"imageAspectRatio\":[1,\"image-aspect-ratio\"],\"isBorderless\":[4,\"is-borderless\"],\"interactive\":[4],\"justifyContent\":[1,\"justify-content\"],\"linkTarget\":[1,\"link-target\"],\"padding\":[1],\"paddingBlockEnd\":[1,\"padding-block-end\"],\"paddingBlockStart\":[1,\"padding-block-start\"],\"paddingInlineEnd\":[1,\"padding-inline-end\"],\"paddingInlineStart\":[1,\"padding-inline-start\"],\"swirlAriaLabel\":[1,\"swirl-aria-label\"]}]]],[\"swirl-carousel-slide\",[[1,\"swirl-carousel-slide\",{\"label\":[1],\"minHeight\":[1,\"min-height\"],\"width\":[1]}]]],[\"swirl-chip\",[[1,\"swirl-chip\",{\"icon\":[1],\"intent\":[1],\"interactive\":[4],\"label\":[1],\"variant\":[1]}]]],[\"swirl-columns\",[[1,\"swirl-columns\",{\"columns\":[1],\"spacing\":[1]}]]],[\"swirl-description-list\",[[1,\"swirl-description-list\"]]],[\"swirl-description-list-item\",[[1,\"swirl-description-list-item\",{\"orientation\":[1],\"term\":[1]}]]],[\"swirl-form-group\",[[6,\"swirl-form-group\",{\"orientation\":[1]}]]],[\"swirl-icon-add-photo\",[[1,\"swirl-icon-add-photo\",{\"size\":[2]}]]],[\"swirl-icon-admin-panel-settings\",[[1,\"swirl-icon-admin-panel-settings\",{\"size\":[2]}]]],[\"swirl-icon-arrow-back\",[[1,\"swirl-icon-arrow-back\",{\"size\":[2]}]]],[\"swirl-icon-arrow-forward\",[[1,\"swirl-icon-arrow-forward\",{\"size\":[2]}]]],[\"swirl-icon-arrow-right-small\",[[1,\"swirl-icon-arrow-right-small\",{\"size\":[2]}]]],[\"swirl-icon-attachment\",[[1,\"swirl-icon-attachment\",{\"size\":[2]}]]],[\"swirl-icon-block\",[[1,\"swirl-icon-block\",{\"size\":[2]}]]],[\"swirl-icon-bookmark\",[[1,\"swirl-icon-bookmark\",{\"size\":[2]}]]],[\"swirl-icon-chat-bubble\",[[1,\"swirl-icon-chat-bubble\",{\"size\":[2]}]]],[\"swirl-icon-chats-filled\",[[1,\"swirl-icon-chats-filled\",{\"size\":[2]}]]],[\"swirl-icon-chats-outlined\",[[1,\"swirl-icon-chats-outlined\",{\"size\":[2]}]]],[\"swirl-icon-check\",[[1,\"swirl-icon-check\",{\"size\":[2]}]]],[\"swirl-icon-chevron-left\",[[1,\"swirl-icon-chevron-left\",{\"size\":[2]}]]],[\"swirl-icon-chevron-right\",[[1,\"swirl-icon-chevron-right\",{\"size\":[2]}]]],[\"swirl-icon-close-small\",[[1,\"swirl-icon-close-small\",{\"size\":[2]}]]],[\"swirl-icon-column\",[[1,\"swirl-icon-column\",{\"size\":[2]}]]],[\"swirl-icon-comment\",[[1,\"swirl-icon-comment\",{\"size\":[2]}]]],[\"swirl-icon-copy\",[[1,\"swirl-icon-copy\",{\"size\":[2]}]]],[\"swirl-icon-date-range\",[[1,\"swirl-icon-date-range\",{\"size\":[2]}]]],[\"swirl-icon-delete\",[[1,\"swirl-icon-delete\",{\"size\":[2]}]]],[\"swirl-icon-description\",[[1,\"swirl-icon-description\",{\"size\":[2]}]]],[\"swirl-icon-double-arrow-left\",[[1,\"swirl-icon-double-arrow-left\",{\"size\":[2]}]]],[\"swirl-icon-double-arrow-right\",[[1,\"swirl-icon-double-arrow-right\",{\"size\":[2]}]]],[\"swirl-icon-download\",[[1,\"swirl-icon-download\",{\"size\":[2]}]]],[\"swirl-icon-edit\",[[1,\"swirl-icon-edit\",{\"size\":[2]}]]],[\"swirl-icon-emoji-mood\",[[1,\"swirl-icon-emoji-mood\",{\"size\":[2]}]]],[\"swirl-icon-emoji-satisfied\",[[1,\"swirl-icon-emoji-satisfied\",{\"size\":[2]}]]],[\"swirl-icon-filter\",[[1,\"swirl-icon-filter\",{\"size\":[2]}]]],[\"swirl-icon-folder\",[[1,\"swirl-icon-folder\",{\"size\":[2]}]]],[\"swirl-icon-group-assign\",[[1,\"swirl-icon-group-assign\",{\"size\":[2]}]]],[\"swirl-icon-groups\",[[1,\"swirl-icon-groups\",{\"size\":[2]}]]],[\"swirl-icon-groups-custom\",[[1,\"swirl-icon-groups-custom\",{\"size\":[2]}]]],[\"swirl-icon-groups-filled\",[[1,\"swirl-icon-groups-filled\",{\"size\":[2]}]]],[\"swirl-icon-groups-outlined\",[[1,\"swirl-icon-groups-outlined\",{\"size\":[2]}]]],[\"swirl-icon-help\",[[1,\"swirl-icon-help\",{\"size\":[2]}]]],[\"swirl-icon-image\",[[1,\"swirl-icon-image\",{\"size\":[2]}]]],[\"swirl-icon-inventory\",[[1,\"swirl-icon-inventory\",{\"size\":[2]}]]],[\"swirl-icon-like\",[[1,\"swirl-icon-like\",{\"size\":[2]}]]],[\"swirl-icon-link\",[[1,\"swirl-icon-link\",{\"size\":[2]}]]],[\"swirl-icon-lock\",[[1,\"swirl-icon-lock\",{\"size\":[2]}]]],[\"swirl-icon-logout\",[[1,\"swirl-icon-logout\",{\"size\":[2]}]]],[\"swirl-icon-mail\",[[1,\"swirl-icon-mail\",{\"size\":[2]}]]],[\"swirl-icon-manage-accounts\",[[1,\"swirl-icon-manage-accounts\",{\"size\":[2]}]]],[\"swirl-icon-mention\",[[1,\"swirl-icon-mention\",{\"size\":[2]}]]],[\"swirl-icon-menu\",[[1,\"swirl-icon-menu\",{\"size\":[2]}]]],[\"swirl-icon-menu-filled\",[[1,\"swirl-icon-menu-filled\",{\"size\":[2]}]]],[\"swirl-icon-menu-outlined\",[[1,\"swirl-icon-menu-outlined\",{\"size\":[2]}]]],[\"swirl-icon-message\",[[1,\"swirl-icon-message\",{\"size\":[2]}]]],[\"swirl-icon-more-horizontal\",[[1,\"swirl-icon-more-horizontal\",{\"size\":[2]}]]],[\"swirl-icon-news-filled\",[[1,\"swirl-icon-news-filled\",{\"size\":[2]}]]],[\"swirl-icon-news-outlined\",[[1,\"swirl-icon-news-outlined\",{\"size\":[2]}]]],[\"swirl-icon-notifications\",[[1,\"swirl-icon-notifications\",{\"size\":[2]}]]],[\"swirl-icon-notifications-active\",[[1,\"swirl-icon-notifications-active\",{\"size\":[2]}]]],[\"swirl-icon-notifications-off\",[[1,\"swirl-icon-notifications-off\",{\"size\":[2]}]]],[\"swirl-icon-open-in-new\",[[1,\"swirl-icon-open-in-new\",{\"size\":[2]}]]],[\"swirl-icon-people-alt\",[[1,\"swirl-icon-people-alt\",{\"size\":[2]}]]],[\"swirl-icon-person-off\",[[1,\"swirl-icon-person-off\",{\"size\":[2]}]]],[\"swirl-icon-phone\",[[1,\"swirl-icon-phone\",{\"size\":[2]}]]],[\"swirl-icon-poll\",[[1,\"swirl-icon-poll\",{\"size\":[2]}]]],[\"swirl-icon-print\",[[1,\"swirl-icon-print\",{\"size\":[2]}]]],[\"swirl-icon-recieved\",[[1,\"swirl-icon-recieved\",{\"size\":[2]}]]],[\"swirl-icon-search-strong\",[[1,\"swirl-icon-search-strong\",{\"size\":[2]}]]],[\"swirl-icon-send\",[[1,\"swirl-icon-send\",{\"size\":[2]}]]],[\"swirl-icon-settings\",[[1,\"swirl-icon-settings\",{\"size\":[2]}]]],[\"swirl-icon-sync\",[[1,\"swirl-icon-sync\",{\"size\":[2]}]]],[\"swirl-icon-tasks-filled\",[[1,\"swirl-icon-tasks-filled\",{\"size\":[2]}]]],[\"swirl-icon-tasks-outlined\",[[1,\"swirl-icon-tasks-outlined\",{\"size\":[2]}]]],[\"swirl-icon-time-filled\",[[1,\"swirl-icon-time-filled\",{\"size\":[2]}]]],[\"swirl-icon-time-outlined\",[[1,\"swirl-icon-time-outlined\",{\"size\":[2]}]]],[\"swirl-icon-user-assign\",[[1,\"swirl-icon-user-assign\",{\"size\":[2]}]]],[\"swirl-icon-video-camera\",[[1,\"swirl-icon-video-camera\",{\"size\":[2]}]]],[\"swirl-link\",[[1,\"swirl-link\",{\"href\":[1],\"label\":[1],\"target\":[1]}]]],[\"swirl-list\",[[4,\"swirl-list\"]]],[\"swirl-option-list-section\",[[1,\"swirl-option-list-section\",{\"label\":[1]}]]],[\"swirl-progress-indicator\",[[1,\"swirl-progress-indicator\",{\"label\":[1],\"size\":[1],\"value\":[2],\"variant\":[1]}]]],[\"swirl-radio-group\",[[6,\"swirl-radio-group\",{\"swirlAriaDescribedby\":[1,\"swirl-aria-describedby\"],\"value\":[1537]}]]],[\"swirl-skeleton-box\",[[1,\"swirl-skeleton-box\",{\"animated\":[4],\"aspectRatio\":[1,\"aspect-ratio\"],\"borderRadius\":[1,\"border-radius\"],\"height\":[1],\"width\":[1]}]]],[\"swirl-skeleton-text\",[[1,\"swirl-skeleton-text\",{\"animated\":[4],\"lines\":[2],\"size\":[1]}]]],[\"swirl-tab\",[[1,\"swirl-tab\",{\"active\":[4],\"label\":[1],\"tabId\":[1,\"tab-id\"]}]]],[\"swirl-table-cell\",[[1,\"swirl-table-cell\"]]],[\"swirl-table-row\",[[1,\"swirl-table-row\",{\"highlighted\":[4],\"index\":[2]}]]],[\"swirl-table-row-group\",[[1,\"swirl-table-row-group\",{\"label\":[1]}]]],[\"swirl-theme-provider\",[[6,\"swirl-theme-provider\",{\"config\":[16],\"getActiveTheme\":[64],\"getPreferredTheme\":[64],\"setPreferredTheme\":[64],\"resetPreferredTheme\":[64]}]]],[\"swirl-tooltip\",[[1,\"swirl-tooltip\",{\"content\":[1],\"delay\":[2],\"position\":[1],\"actualPosition\":[32],\"visible\":[32]},[[1,\"mouseenter\",\"onMouseEnter\"],[1,\"mouseleave\",\"onMouseLeave\"],[9,\"resize\",\"onWindowResize\"],[9,\"scroll\",\"onWindowScroll\"]]]]],[\"swirl-tree-navigation-item\",[[1,\"swirl-tree-navigation-item\",{\"active\":[4],\"icon\":[1],\"label\":[1]}]]],[\"swirl-text-input\",[[2,\"swirl-text-input\",{\"autoComplete\":[1,\"auto-complete\"],\"autoFocus\":[4,\"auto-focus\"],\"autoGrow\":[4,\"auto-grow\"],\"autoSelect\":[4,\"auto-select\"],\"clearable\":[4],\"clearButtonLabel\":[1,\"clear-button-label\"],\"disabled\":[4],\"disableDynamicWidth\":[4,\"disable-dynamic-width\"],\"swirlAriaAutocomplete\":[1,\"swirl-aria-autocomplete\"],\"swirlAriaControls\":[1,\"swirl-aria-controls\"],\"swirlAriaDescribedby\":[1,\"swirl-aria-describedby\"],\"swirlAriaExpanded\":[1,\"swirl-aria-expanded\"],\"swirlRole\":[1,\"swirl-role\"],\"inline\":[4],\"invalid\":[4],\"maxLength\":[2,\"max-length\"],\"max\":[2],\"min\":[2],\"mode\":[1],\"prefixLabel\":[1,\"prefix-label\"],\"required\":[4],\"rows\":[2],\"showCharacterCounter\":[4,\"show-character-counter\"],\"spellCheck\":[4,\"spell-check\"],\"suffixLabel\":[1,\"suffix-label\"],\"step\":[2],\"passwordToggleLabel\":[1,\"password-toggle-label\"],\"type\":[1],\"value\":[1537],\"iconSize\":[32],\"showPassword\":[32]}]]],[\"swirl-toast\",[[1,\"swirl-toast\",{\"accessibleDismissLabel\":[1,\"accessible-dismiss-label\"],\"content\":[1],\"dismissLabel\":[1,\"dismiss-label\"],\"duration\":[2],\"icon\":[1],\"intent\":[1],\"toastId\":[1,\"toast-id\"]}]]],[\"swirl-badge\",[[1,\"swirl-badge\",{\"icon\":[1],\"intent\":[1],\"label\":[1],\"size\":[1],\"variant\":[1]}]]],[\"swirl-icon-cloud-upload\",[[1,\"swirl-icon-cloud-upload\",{\"size\":[2]}]]],[\"swirl-icon-person\",[[1,\"swirl-icon-person\",{\"size\":[2]}]]],[\"swirl-icon-search\",[[1,\"swirl-icon-search\",{\"size\":[2]}]]],[\"swirl-tab-bar\",[[2,\"swirl-tab-bar\",{\"disableTabSemantics\":[4,\"disable-tab-semantics\"],\"label\":[1],\"tabs\":[16]}]]],[\"swirl-date-picker_2\",[[1,\"swirl-date-picker\",{\"labels\":[16],\"locale\":[1],\"range\":[4],\"startDate\":[16],\"value\":[1040]}],[1,\"swirl-icon-today\",{\"size\":[2]}]]],[\"swirl-button-group\",[[1,\"swirl-button-group\",{\"orientation\":[1],\"segmented\":[4],\"stretch\":[4],\"wrap\":[4]}]]],[\"swirl-icon-arrow-downward_2\",[[1,\"swirl-icon-arrow-downward\",{\"size\":[2]}],[1,\"swirl-icon-arrow-upward\",{\"size\":[2]}]]],[\"wc-datepicker\",[[2,\"wc-datepicker\",{\"clearButtonContent\":[1,\"clear-button-content\"],\"disabled\":[4],\"disableDate\":[16],\"elementClassName\":[1,\"element-class-name\"],\"firstDayOfWeek\":[2,\"first-day-of-week\"],\"range\":[4],\"labels\":[16],\"locale\":[1],\"nextMonthButtonContent\":[1,\"next-month-button-content\"],\"nextYearButtonContent\":[1,\"next-year-button-content\"],\"previousMonthButtonContent\":[1,\"previous-month-button-content\"],\"previousYearButtonContent\":[1,\"previous-year-button-content\"],\"showClearButton\":[4,\"show-clear-button\"],\"showMonthStepper\":[4,\"show-month-stepper\"],\"showTodayButton\":[4,\"show-today-button\"],\"showYearStepper\":[4,\"show-year-stepper\"],\"startDate\":[1,\"start-date\"],\"todayButtonContent\":[1,\"today-button-content\"],\"value\":[1040],\"currentDate\":[32],\"hoveredDate\":[32],\"weekdays\":[32]}]]],[\"swirl-icon-check-circle_3\",[[1,\"swirl-icon-check-circle\",{\"size\":[2]}],[1,\"swirl-icon-info\",{\"size\":[2]}],[1,\"swirl-icon-warning\",{\"size\":[2]}]]],[\"swirl-icon-arrow-left_4\",[[1,\"swirl-icon-arrow-left\",{\"size\":[2]}],[1,\"swirl-icon-arrow-right\",{\"size\":[2]}],[1,\"swirl-icon-more-vertikal\",{\"size\":[2]}],[1,\"swirl-thumbnail\",{\"alt\":[1],\"format\":[1],\"size\":[1],\"src\":[1]}]]],[\"swirl-heading\",[[2,\"swirl-heading\",{\"align\":[1],\"as\":[1],\"balance\":[4],\"headingId\":[1,\"heading-id\"],\"level\":[2],\"lines\":[2],\"text\":[1],\"truncate\":[4]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"swirl-icon-check-strong\",[[1,\"swirl-icon-check-strong\",{\"size\":[2]}]]],[\"swirl-icon-close\",[[1,\"swirl-icon-close\",{\"size\":[2]}]]],[\"swirl-icon-expand-more\",[[1,\"swirl-icon-expand-more\",{\"size\":[2]}]]],[\"swirl-popover\",[[1,\"swirl-popover\",{\"animation\":[1],\"disableScrollLock\":[4,\"disable-scroll-lock\"],\"enableFlip\":[4,\"enable-flip\"],\"label\":[1],\"offset\":[2],\"placement\":[1],\"popoverId\":[1,\"popover-id\"],\"trigger\":[1],\"useContainerWidth\":[8,\"use-container-width\"],\"active\":[32],\"closing\":[32],\"position\":[32],\"close\":[64],\"open\":[64]},[[8,\"focusin\",\"onWindowFocusIn\"],[8,\"click\",\"onWindowClick\"]]]]],[\"swirl-icon-add_6\",[[1,\"swirl-icon-add\",{\"size\":[2]}],[1,\"swirl-icon-file-copy\",{\"size\":[2]}],[1,\"swirl-icon-fullscreen\",{\"size\":[2]}],[1,\"swirl-icon-fullscreen-exit\",{\"size\":[2]}],[1,\"swirl-icon-menu-book\",{\"size\":[2]}],[1,\"swirl-icon-remove\",{\"size\":[2]}]]],[\"swirl-action-list_3\",[[1,\"swirl-action-list\"],[1,\"swirl-action-list-item\",{\"disabled\":[4],\"description\":[1],\"icon\":[1],\"intent\":[1],\"label\":[1],\"size\":[1],\"suffix\":[1]}],[1,\"swirl-separator\",{\"spacing\":[1]}]]],[\"swirl-text\",[[6,\"swirl-text\",{\"align\":[1],\"as\":[1],\"balance\":[4],\"color\":[1],\"fontStyle\":[1,\"font-style\"],\"lines\":[2],\"size\":[1],\"truncate\":[4],\"weight\":[1]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"swirl-stack\",[[1,\"swirl-stack\",{\"align\":[1],\"as\":[1],\"justify\":[1],\"orientation\":[1],\"spacing\":[1],\"wrap\":[4]}]]],[\"swirl-icon-cancel_4\",[[1,\"swirl-icon-visibility\",{\"size\":[2]}],[1,\"swirl-icon-visibility-off\",{\"size\":[2]}],[1,\"swirl-icon-cancel\",{\"size\":[2]}],[1,\"swirl-icon-expand-less\",{\"size\":[2]}]]],[\"swirl-icon-check-small_4\",[[2,\"swirl-option-list-item\",{\"allowDrag\":[4,\"allow-drag\"],\"context\":[1025],\"disabled\":[4],\"dragging\":[4],\"dragHandleDescription\":[1,\"drag-handle-description\"],\"dragHandleLabel\":[1,\"drag-handle-label\"],\"icon\":[1],\"label\":[1],\"selected\":[1028],\"value\":[1],\"iconSize\":[32]}],[6,\"swirl-option-list\",{\"allowDrag\":[4,\"allow-drag\"],\"assistiveTextItemGrabbed\":[1,\"assistive-text-item-grabbed\"],\"assistiveTextItemMoving\":[1,\"assistive-text-item-moving\"],\"assistiveTextItemMoved\":[1,\"assistive-text-item-moved\"],\"disabled\":[4],\"label\":[1],\"optionListId\":[1,\"option-list-id\"],\"multiSelect\":[4,\"multi-select\"],\"value\":[1040],\"assistiveText\":[32]}],[1,\"swirl-icon-check-small\",{\"size\":[2]}],[1,\"swirl-icon-drag-handle\",{\"size\":[2]}]]],[\"swirl-button\",[[2,\"swirl-button\",{\"disabled\":[4],\"download\":[1],\"swirlAriaDescribedby\":[1,\"swirl-aria-describedby\"],\"swirlAriaExpanded\":[1,\"swirl-aria-expanded\"],\"swirlAriaLabel\":[1,\"swirl-aria-label\"],\"form\":[1],\"hideLabel\":[4,\"hide-label\"],\"href\":[1],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"],\"intent\":[1],\"label\":[1],\"name\":[1],\"pill\":[4],\"size\":[1],\"target\":[1],\"type\":[1],\"value\":[1],\"variant\":[1]}]]],[\"swirl-app-layout_7\",[[1,\"swirl-app-layout\",{\"appName\":[1,\"app-name\"],\"backToNavigationViewButtonLabel\":[1,\"back-to-navigation-view-button-label\"],\"ctaIcon\":[1,\"cta-icon\"],\"ctaLabel\":[1,\"cta-label\"],\"navigationBackButtonLabel\":[1,\"navigation-back-button-label\"],\"navigationLabel\":[1,\"navigation-label\"],\"showNavigationBackButton\":[4,\"show-navigation-back-button\"],\"sidebarCloseButtonLabel\":[1,\"sidebar-close-button-label\"],\"sidebarHeading\":[1,\"sidebar-heading\"],\"transitionStyle\":[1,\"transition-style\"],\"hasNavigation\":[32],\"hasSidebar\":[32],\"mobileView\":[32],\"sidebarActive\":[32],\"sidebarClosing\":[32],\"transitioningFrom\":[32],\"transitioningTo\":[32],\"showSidebar\":[64],\"hideSidebar\":[64],\"toggleSidebar\":[64],\"changeMobileView\":[64]}],[1,\"swirl-empty-state\",{\"heading\":[1],\"illustration\":[1]}],[1,\"swirl-resource-list-item\",{\"checked\":[1028],\"description\":[1],\"disabled\":[4],\"hideDivider\":[4,\"hide-divider\"],\"href\":[1],\"label\":[1],\"menuTriggerId\":[1,\"menu-trigger-id\"],\"menuTriggerLabel\":[1,\"menu-trigger-label\"],\"meta\":[1],\"selectable\":[4],\"value\":[1],\"hasMedia\":[32]}],[1,\"swirl-resource-list\",{\"label\":[1]}],[1,\"swirl-box\",{\"bordered\":[4],\"centerBlock\":[4,\"center-block\"],\"centerInline\":[4,\"center-inline\"],\"cover\":[4],\"maxWidth\":[1,\"max-width\"],\"overflow\":[1],\"padding\":[1],\"paddingBlockEnd\":[1,\"padding-block-end\"],\"paddingBlockStart\":[1,\"padding-block-start\"],\"paddingInlineEnd\":[1,\"padding-inline-end\"],\"paddingInlineStart\":[1,\"padding-inline-start\"]}],[1,\"swirl-icon-file\",{\"size\":[2]}],[1,\"swirl-icon-folder-shared\",{\"size\":[2]}]]],[\"swirl-visually-hidden\",[[1,\"swirl-visually-hidden\"]]],[\"swirl-icon-error_3\",[[1,\"swirl-inline-error\",{\"message\":[1],\"size\":[1]}],[1,\"swirl-spinner\",{\"label\":[1],\"size\":[8]}],[1,\"swirl-icon-error\",{\"size\":[2]}]]],[\"swirl-file-viewer_7\",[[1,\"swirl-file-viewer\",{\"active\":[4],\"autoplay\":[4],\"description\":[1],\"errorMessage\":[1,\"error-message\"],\"file\":[1],\"thumbnailUrl\":[1,\"thumbnail-url\"],\"type\":[1],\"typeUnsupportedMessage\":[1,\"type-unsupported-message\"],\"viewMode\":[1,\"view-mode\"],\"zoom\":[8],\"download\":[64],\"print\":[64]}],[1,\"swirl-file-viewer-csv\",{\"errorMessage\":[1,\"error-message\"],\"file\":[1],\"data\":[32],\"error\":[32],\"loading\":[32]}],[1,\"swirl-file-viewer-image\",{\"description\":[1],\"errorMessage\":[1,\"error-message\"],\"file\":[1],\"maxZoom\":[2,\"max-zoom\"],\"error\":[32],\"loading\":[32],\"getZoom\":[64],\"resetZoom\":[64]}],[1,\"swirl-file-viewer-pdf\",{\"errorMessage\":[1,\"error-message\"],\"file\":[1],\"singlePageMode\":[4,\"single-page-mode\"],\"viewMode\":[1,\"view-mode\"],\"zoom\":[8],\"doc\":[32],\"error\":[32],\"loading\":[32],\"renderedPages\":[32],\"scrolledDown\":[32],\"singlePageModePage\":[32],\"visiblePages\":[32],\"getThumbnails\":[64],\"print\":[64],\"nextPage\":[64],\"previousPage\":[64],\"setPage\":[64]},[[9,\"resize\",\"onWindowResize\"]]],[1,\"swirl-file-viewer-text\",{\"errorMessage\":[1,\"error-message\"],\"file\":[1],\"error\":[32],\"loading\":[32],\"text\":[32]}],[1,\"swirl-file-viewer-audio\",{\"autoplay\":[4],\"file\":[1],\"type\":[1]}],[1,\"swirl-file-viewer-video\",{\"autoplay\":[4],\"file\":[1],\"type\":[1]}]]]]"), options);
|
|
20
|
+
return bootstrapLazy(JSON.parse("[[\"file-manager\",[[1,\"file-manager\",{\"selectedDirectory\":[32],\"selectedFile\":[32]}]]],[\"swirl-pdf-reader\",[[1,\"swirl-pdf-reader\",{\"autoZoomLabel\":[1,\"auto-zoom-label\"],\"closeButtonLabel\":[1,\"close-button-label\"],\"downloadButtonLabel\":[1,\"download-button-label\"],\"file\":[1],\"fileTypeLabel\":[1,\"file-type-label\"],\"label\":[1],\"menuLabel\":[1,\"menu-label\"],\"menuTriggerLabel\":[1,\"menu-trigger-label\"],\"printButtonLabel\":[1,\"print-button-label\"],\"sideBySideButtonLabel\":[1,\"side-by-side-button-label\"],\"thumbnailButtonLabel\":[1,\"thumbnail-button-label\"],\"thumbnailsButtonLabel\":[1,\"thumbnails-button-label\"],\"thumbnailsLabel\":[1,\"thumbnails-label\"],\"zoomInButtonLabel\":[1,\"zoom-in-button-label\"],\"zoomOutButtonLabel\":[1,\"zoom-out-button-label\"],\"zoomSelectLabel\":[1,\"zoom-select-label\"],\"active\":[32],\"closing\":[32],\"downloading\":[32],\"thumbnails\":[32],\"showThumbnails\":[32],\"viewMode\":[32],\"visiblePages\":[32],\"zoom\":[32],\"zoomSteps\":[32],\"open\":[64],\"close\":[64]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"swirl-autocomplete\",[[2,\"swirl-autocomplete\",{\"autoSelect\":[4,\"auto-select\"],\"clearable\":[4],\"clearButtonLabel\":[1,\"clear-button-label\"],\"disabled\":[4],\"generateSuggestions\":[1040],\"inline\":[4],\"invalid\":[4],\"maxLength\":[2,\"max-length\"],\"menuLabel\":[1,\"menu-label\"],\"mode\":[1],\"required\":[4],\"spellCheck\":[4,\"spell-check\"],\"swirlAriaDescribedby\":[1,\"swirl-aria-describedby\"],\"value\":[1537],\"active\":[32],\"loading\":[32],\"position\":[32],\"suggestions\":[32]},[[8,\"click\",\"onWindowClick\"]]]]],[\"swirl-lightbox\",[[1,\"swirl-lightbox\",{\"closeButtonLabel\":[1,\"close-button-label\"],\"downloadButtonLabel\":[1,\"download-button-label\"],\"label\":[1],\"menuLabel\":[1,\"menu-label\"],\"menuTriggerLabel\":[1,\"menu-trigger-label\"],\"nextSlideButtonLabel\":[1,\"next-slide-button-label\"],\"previousSlideButtonLabel\":[1,\"previous-slide-button-label\"],\"activeSlideIndex\":[32],\"closing\":[32],\"slides\":[32],\"open\":[64],\"close\":[64],\"activateSlide\":[64]}]]],[\"swirl-inline-notification\",[[1,\"swirl-inline-notification\",{\"heading\":[1],\"importance\":[1],\"intent\":[1]}]]],[\"swirl-pagination\",[[1,\"swirl-pagination\",{\"firstPageButtonLabel\":[1,\"first-page-button-label\"],\"lastPageButtonLabel\":[1,\"last-page-button-label\"],\"label\":[1],\"nextButtonLabel\":[1,\"next-button-label\"],\"page\":[2],\"pageLabel\":[1,\"page-label\"],\"pages\":[2],\"pageSelectLabel\":[1,\"page-select-label\"],\"pageSize\":[2,\"page-size\"],\"pageSizeOptions\":[16],\"pageSizeSelectLabel\":[1,\"page-size-select-label\"],\"prevButtonLabel\":[1,\"prev-button-label\"],\"showPageSizeSelect\":[4,\"show-page-size-select\"],\"variant\":[1]}]]],[\"swirl-resource-list-file-item\",[[1,\"swirl-resource-list-file-item\",{\"description\":[1],\"errorMessage\":[1,\"error-message\"],\"icon\":[1],\"label\":[1],\"loading\":[4],\"removable\":[4],\"removeButtonLabel\":[1,\"remove-button-label\"]}]]],[\"swirl-select\",[[6,\"swirl-select\",{\"disabled\":[4],\"inline\":[4],\"invalid\":[4],\"label\":[1],\"multiSelect\":[4,\"multi-select\"],\"required\":[4],\"swirlAriaDescribedby\":[1,\"swirl-aria-describedby\"],\"value\":[1040],\"options\":[32],\"open\":[32]},[[8,\"focusin\",\"onWindowFocusIn\"]]]]],[\"swirl-date-input\",[[2,\"swirl-date-input\",{\"autoFocus\":[4,\"auto-focus\"],\"autoSelect\":[4,\"auto-select\"],\"datePickerLabel\":[1,\"date-picker-label\"],\"datePickerTriggerLabel\":[1,\"date-picker-trigger-label\"],\"disabled\":[4],\"format\":[1],\"inline\":[4],\"invalid\":[4],\"labels\":[16],\"locale\":[1],\"placeholder\":[1],\"required\":[4],\"swirlAriaDescribedby\":[1,\"swirl-aria-describedby\"],\"value\":[1537],\"iconSize\":[32]}]]],[\"swirl-modal\",[[4,\"swirl-modal\",{\"closeButtonLabel\":[1,\"close-button-label\"],\"hideCloseButton\":[4,\"hide-close-button\"],\"hideLabel\":[4,\"hide-label\"],\"label\":[1],\"maxWidth\":[1,\"max-width\"],\"padded\":[4],\"primaryActionLabel\":[1,\"primary-action-label\"],\"secondaryActionLabel\":[1,\"secondary-action-label\"],\"variant\":[1],\"isOpen\":[32],\"closing\":[32],\"hasCustomHeader\":[32],\"scrollable\":[32],\"scrolled\":[32],\"scrolledDown\":[32],\"open\":[64],\"close\":[64]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"swirl-console-layout\",[[1,\"swirl-console-layout\",{\"appName\":[1,\"app-name\"],\"backButonLabel\":[1,\"back-buton-label\"],\"heading\":[1],\"helpButonLabel\":[1,\"help-buton-label\"],\"hideNavigationButtonLabel\":[1,\"hide-navigation-button-label\"],\"logoText\":[1,\"logo-text\"],\"showNavigationButtonLabel\":[1,\"show-navigation-button-label\"],\"navigationLabel\":[1,\"navigation-label\"],\"showBackButton\":[4,\"show-back-button\"],\"showHelpButton\":[4,\"show-help-button\"],\"subheading\":[1],\"sidebarActive\":[32],\"toggleSidebar\":[64],\"showSidebar\":[64],\"hideSidebar\":[64]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"swirl-dialog\",[[1,\"swirl-dialog\",{\"hideLabel\":[4,\"hide-label\"],\"intent\":[1],\"label\":[1],\"primaryActionLabel\":[1,\"primary-action-label\"],\"secondaryActionLabel\":[1,\"secondary-action-label\"],\"closing\":[32],\"open\":[64],\"close\":[64]}]]],[\"swirl-toast-provider\",[[1,\"swirl-toast-provider\",{\"globalDuration\":[2,\"global-duration\"],\"toasts\":[32],\"clearAll\":[64],\"dismiss\":[64],\"toast\":[64]}]]],[\"swirl-checkbox\",[[2,\"swirl-checkbox\",{\"checked\":[1032],\"description\":[1],\"disabled\":[4],\"swirlAriaDescribedby\":[1,\"swirl-aria-describedby\"],\"swirlAriaLabel\":[1,\"swirl-aria-label\"],\"inputId\":[1,\"input-id\"],\"inputName\":[1,\"input-name\"],\"invalid\":[4],\"label\":[1],\"value\":[1]}]]],[\"swirl-file-uploader\",[[2,\"swirl-file-uploader\",{\"accept\":[1],\"ctaLabel\":[1,\"cta-label\"],\"description\":[1],\"disabled\":[4],\"dragDropLabel\":[1,\"drag-drop-label\"],\"inputId\":[1,\"input-id\"],\"inputName\":[1,\"input-name\"],\"label\":[1],\"multiple\":[4],\"showDropzone\":[4,\"show-dropzone\"],\"uploadButtonLabel\":[1,\"upload-button-label\"],\"reset\":[64]}]]],[\"swirl-form-control\",[[6,\"swirl-form-control\",{\"description\":[1],\"disabled\":[4],\"errorMessage\":[1,\"error-message\"],\"inline\":[4],\"invalid\":[4],\"label\":[1],\"labelPosition\":[1,\"label-position\"],\"hasFocus\":[32],\"inputValue\":[32]},[[8,\"click\",\"onWindowClick\"]]]]],[\"swirl-search\",[[2,\"swirl-search\",{\"autoFocus\":[4,\"auto-focus\"],\"clearButtonLabel\":[1,\"clear-button-label\"],\"disabled\":[4],\"inputName\":[1,\"input-name\"],\"inputId\":[1,\"input-id\"],\"label\":[1],\"placeholder\":[1],\"value\":[1025],\"variant\":[1]},[[8,\"keydown\",\"onKeyDown\"]]]]],[\"swirl-table\",[[1,\"swirl-table\",{\"caption\":[1],\"emptyStateLabel\":[1,\"empty-state-label\"],\"label\":[1],\"empty\":[32],\"scrollable\":[32],\"scrolled\":[32],\"scrolledToEnd\":[32],\"rerender\":[64]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"swirl-table-column\",[[1,\"swirl-table-column\",{\"sort\":[1],\"sortable\":[4],\"maxWidth\":[1,\"max-width\"],\"minWidth\":[1,\"min-width\"],\"sticky\":[4],\"width\":[1]}]]],[\"swirl-app-bar\",[[1,\"swirl-app-bar\",{\"backButtonLabel\":[1,\"back-button-label\"],\"closeButtonLabel\":[1,\"close-button-label\"],\"stepUpButtonLabel\":[1,\"step-up-button-label\"],\"stepDownButtonLabel\":[1,\"step-down-button-label\"],\"showBackButton\":[4,\"show-back-button\"],\"showCloseButton\":[4,\"show-close-button\"],\"showStepperControls\":[4,\"show-stepper-controls\"],\"hasCta\":[32]}]]],[\"swirl-avatar\",[[1,\"swirl-avatar\",{\"badge\":[1],\"badgePosition\":[1,\"badge-position\"],\"color\":[1],\"icon\":[1],\"initials\":[1],\"interactive\":[4],\"label\":[1],\"showLabel\":[4,\"show-label\"],\"size\":[1],\"src\":[1],\"variant\":[1],\"imageAvailable\":[32]}]]],[\"swirl-banner\",[[1,\"swirl-banner\",{\"actionLabel\":[1,\"action-label\"],\"content\":[1],\"dismissable\":[4],\"dismissLabel\":[1,\"dismiss-label\"],\"importance\":[1],\"intent\":[1],\"showIcon\":[4,\"show-icon\"],\"size\":[1]}]]],[\"swirl-carousel\",[[1,\"swirl-carousel\",{\"label\":[1],\"nextSlideButtonLabel\":[1,\"next-slide-button-label\"],\"previousSlideButtonLabel\":[1,\"previous-slide-button-label\"],\"loopAround\":[4,\"loop-around\"],\"isAtEnd\":[32],\"isAtStart\":[32],\"isScrollable\":[32],\"scrollToSlide\":[64]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"swirl-radio\",[[2,\"swirl-radio\",{\"checked\":[1032],\"description\":[1],\"disabled\":[4],\"inputId\":[1,\"input-id\"],\"inputName\":[1,\"input-name\"],\"invalid\":[4],\"label\":[1],\"value\":[1]}]]],[\"swirl-shell-layout\",[[1,\"swirl-shell-layout\",{\"hideSidebar\":[4,\"hide-sidebar\"],\"mainNavigationLabel\":[1,\"main-navigation-label\"],\"sidebarToggleLabel\":[1,\"sidebar-toggle-label\"],\"collapsedSidebar\":[32],\"collapsing\":[32],\"sidebarHovered\":[32],\"collapseSidebar\":[64],\"extendSidebar\":[64]}]]],[\"swirl-shell-navigation-item\",[[1,\"swirl-shell-navigation-item\",{\"active\":[4],\"badgeLabel\":[1,\"badge-label\"],\"label\":[1]}]]],[\"swirl-switch\",[[2,\"swirl-switch\",{\"checked\":[1028],\"disabled\":[4],\"inputId\":[1,\"input-id\"],\"inputName\":[1,\"input-name\"],\"label\":[1],\"size\":[1],\"value\":[1]},[[9,\"pointerup\",\"onWindowPointerUp\"]]]]],[\"swirl-tabs\",[[6,\"swirl-tabs\",{\"initialTab\":[1,\"initial-tab\"],\"label\":[1],\"activeTab\":[32],\"tabBarTabs\":[32],\"activateTab\":[64]}]]],[\"swirl-tag\",[[1,\"swirl-tag\",{\"intent\":[1],\"label\":[1],\"removable\":[4],\"removalButtonLabel\":[1,\"removal-button-label\"]}]]],[\"swirl-video-thumbnail\",[[1,\"swirl-video-thumbnail\",{\"durationLabel\":[1,\"duration-label\"],\"duration\":[1],\"label\":[1],\"src\":[1]}]]],[\"swirl-action-list-section\",[[1,\"swirl-action-list-section\",{\"label\":[1]}]]],[\"swirl-app-icon\",[[1,\"swirl-app-icon\",{\"icon\":[1],\"src\":[1],\"hideBorder\":[4,\"hide-border\"],\"imageAvailable\":[32]}]]],[\"swirl-avatar-group\",[[1,\"swirl-avatar-group\",{\"badge\":[1]}]]],[\"swirl-card\",[[1,\"swirl-card\",{\"as\":[1],\"borderRadius\":[1,\"border-radius\"],\"elevated\":[4],\"height\":[1],\"highlighted\":[4],\"href\":[1],\"imageAspectRatio\":[1,\"image-aspect-ratio\"],\"isBorderless\":[4,\"is-borderless\"],\"interactive\":[4],\"justifyContent\":[1,\"justify-content\"],\"linkTarget\":[1,\"link-target\"],\"padding\":[1],\"paddingBlockEnd\":[1,\"padding-block-end\"],\"paddingBlockStart\":[1,\"padding-block-start\"],\"paddingInlineEnd\":[1,\"padding-inline-end\"],\"paddingInlineStart\":[1,\"padding-inline-start\"],\"swirlAriaLabel\":[1,\"swirl-aria-label\"]}]]],[\"swirl-carousel-slide\",[[1,\"swirl-carousel-slide\",{\"label\":[1],\"minHeight\":[1,\"min-height\"],\"width\":[1]}]]],[\"swirl-chip\",[[1,\"swirl-chip\",{\"icon\":[1],\"intent\":[1],\"interactive\":[4],\"label\":[1],\"variant\":[1]}]]],[\"swirl-columns\",[[1,\"swirl-columns\",{\"columns\":[1],\"spacing\":[1]}]]],[\"swirl-description-list\",[[1,\"swirl-description-list\"]]],[\"swirl-description-list-item\",[[1,\"swirl-description-list-item\",{\"orientation\":[1],\"term\":[1]}]]],[\"swirl-form-group\",[[6,\"swirl-form-group\",{\"orientation\":[1]}]]],[\"swirl-icon-add-photo\",[[1,\"swirl-icon-add-photo\",{\"size\":[2]}]]],[\"swirl-icon-admin-panel-settings\",[[1,\"swirl-icon-admin-panel-settings\",{\"size\":[2]}]]],[\"swirl-icon-ai\",[[1,\"swirl-icon-ai\",{\"size\":[2]}]]],[\"swirl-icon-arrow-back\",[[1,\"swirl-icon-arrow-back\",{\"size\":[2]}]]],[\"swirl-icon-arrow-forward\",[[1,\"swirl-icon-arrow-forward\",{\"size\":[2]}]]],[\"swirl-icon-arrow-right-small\",[[1,\"swirl-icon-arrow-right-small\",{\"size\":[2]}]]],[\"swirl-icon-attachment\",[[1,\"swirl-icon-attachment\",{\"size\":[2]}]]],[\"swirl-icon-block\",[[1,\"swirl-icon-block\",{\"size\":[2]}]]],[\"swirl-icon-bookmark\",[[1,\"swirl-icon-bookmark\",{\"size\":[2]}]]],[\"swirl-icon-chat-bubble\",[[1,\"swirl-icon-chat-bubble\",{\"size\":[2]}]]],[\"swirl-icon-chats-filled\",[[1,\"swirl-icon-chats-filled\",{\"size\":[2]}]]],[\"swirl-icon-chats-outlined\",[[1,\"swirl-icon-chats-outlined\",{\"size\":[2]}]]],[\"swirl-icon-check\",[[1,\"swirl-icon-check\",{\"size\":[2]}]]],[\"swirl-icon-chevron-left\",[[1,\"swirl-icon-chevron-left\",{\"size\":[2]}]]],[\"swirl-icon-chevron-right\",[[1,\"swirl-icon-chevron-right\",{\"size\":[2]}]]],[\"swirl-icon-close-small\",[[1,\"swirl-icon-close-small\",{\"size\":[2]}]]],[\"swirl-icon-column\",[[1,\"swirl-icon-column\",{\"size\":[2]}]]],[\"swirl-icon-comment\",[[1,\"swirl-icon-comment\",{\"size\":[2]}]]],[\"swirl-icon-copy\",[[1,\"swirl-icon-copy\",{\"size\":[2]}]]],[\"swirl-icon-date-range\",[[1,\"swirl-icon-date-range\",{\"size\":[2]}]]],[\"swirl-icon-delete\",[[1,\"swirl-icon-delete\",{\"size\":[2]}]]],[\"swirl-icon-description\",[[1,\"swirl-icon-description\",{\"size\":[2]}]]],[\"swirl-icon-double-arrow-left\",[[1,\"swirl-icon-double-arrow-left\",{\"size\":[2]}]]],[\"swirl-icon-double-arrow-right\",[[1,\"swirl-icon-double-arrow-right\",{\"size\":[2]}]]],[\"swirl-icon-download\",[[1,\"swirl-icon-download\",{\"size\":[2]}]]],[\"swirl-icon-edit\",[[1,\"swirl-icon-edit\",{\"size\":[2]}]]],[\"swirl-icon-emoji-mood\",[[1,\"swirl-icon-emoji-mood\",{\"size\":[2]}]]],[\"swirl-icon-emoji-satisfied\",[[1,\"swirl-icon-emoji-satisfied\",{\"size\":[2]}]]],[\"swirl-icon-filter\",[[1,\"swirl-icon-filter\",{\"size\":[2]}]]],[\"swirl-icon-folder\",[[1,\"swirl-icon-folder\",{\"size\":[2]}]]],[\"swirl-icon-group-assign\",[[1,\"swirl-icon-group-assign\",{\"size\":[2]}]]],[\"swirl-icon-groups\",[[1,\"swirl-icon-groups\",{\"size\":[2]}]]],[\"swirl-icon-groups-custom\",[[1,\"swirl-icon-groups-custom\",{\"size\":[2]}]]],[\"swirl-icon-groups-filled\",[[1,\"swirl-icon-groups-filled\",{\"size\":[2]}]]],[\"swirl-icon-groups-outlined\",[[1,\"swirl-icon-groups-outlined\",{\"size\":[2]}]]],[\"swirl-icon-help\",[[1,\"swirl-icon-help\",{\"size\":[2]}]]],[\"swirl-icon-image\",[[1,\"swirl-icon-image\",{\"size\":[2]}]]],[\"swirl-icon-improve-text\",[[1,\"swirl-icon-improve-text\",{\"size\":[2]}]]],[\"swirl-icon-insert-below\",[[1,\"swirl-icon-insert-below\",{\"size\":[2]}]]],[\"swirl-icon-insert-on-top\",[[1,\"swirl-icon-insert-on-top\",{\"size\":[2]}]]],[\"swirl-icon-inventory\",[[1,\"swirl-icon-inventory\",{\"size\":[2]}]]],[\"swirl-icon-like\",[[1,\"swirl-icon-like\",{\"size\":[2]}]]],[\"swirl-icon-link\",[[1,\"swirl-icon-link\",{\"size\":[2]}]]],[\"swirl-icon-lock\",[[1,\"swirl-icon-lock\",{\"size\":[2]}]]],[\"swirl-icon-logout\",[[1,\"swirl-icon-logout\",{\"size\":[2]}]]],[\"swirl-icon-long-text\",[[1,\"swirl-icon-long-text\",{\"size\":[2]}]]],[\"swirl-icon-mail\",[[1,\"swirl-icon-mail\",{\"size\":[2]}]]],[\"swirl-icon-manage-accounts\",[[1,\"swirl-icon-manage-accounts\",{\"size\":[2]}]]],[\"swirl-icon-mention\",[[1,\"swirl-icon-mention\",{\"size\":[2]}]]],[\"swirl-icon-menu\",[[1,\"swirl-icon-menu\",{\"size\":[2]}]]],[\"swirl-icon-menu-filled\",[[1,\"swirl-icon-menu-filled\",{\"size\":[2]}]]],[\"swirl-icon-menu-outlined\",[[1,\"swirl-icon-menu-outlined\",{\"size\":[2]}]]],[\"swirl-icon-message\",[[1,\"swirl-icon-message\",{\"size\":[2]}]]],[\"swirl-icon-more-horizontal\",[[1,\"swirl-icon-more-horizontal\",{\"size\":[2]}]]],[\"swirl-icon-news-filled\",[[1,\"swirl-icon-news-filled\",{\"size\":[2]}]]],[\"swirl-icon-news-outlined\",[[1,\"swirl-icon-news-outlined\",{\"size\":[2]}]]],[\"swirl-icon-notifications\",[[1,\"swirl-icon-notifications\",{\"size\":[2]}]]],[\"swirl-icon-notifications-active\",[[1,\"swirl-icon-notifications-active\",{\"size\":[2]}]]],[\"swirl-icon-notifications-off\",[[1,\"swirl-icon-notifications-off\",{\"size\":[2]}]]],[\"swirl-icon-open-in-new\",[[1,\"swirl-icon-open-in-new\",{\"size\":[2]}]]],[\"swirl-icon-people-alt\",[[1,\"swirl-icon-people-alt\",{\"size\":[2]}]]],[\"swirl-icon-person-off\",[[1,\"swirl-icon-person-off\",{\"size\":[2]}]]],[\"swirl-icon-phone\",[[1,\"swirl-icon-phone\",{\"size\":[2]}]]],[\"swirl-icon-poll\",[[1,\"swirl-icon-poll\",{\"size\":[2]}]]],[\"swirl-icon-print\",[[1,\"swirl-icon-print\",{\"size\":[2]}]]],[\"swirl-icon-recieved\",[[1,\"swirl-icon-recieved\",{\"size\":[2]}]]],[\"swirl-icon-search-strong\",[[1,\"swirl-icon-search-strong\",{\"size\":[2]}]]],[\"swirl-icon-send\",[[1,\"swirl-icon-send\",{\"size\":[2]}]]],[\"swirl-icon-settings\",[[1,\"swirl-icon-settings\",{\"size\":[2]}]]],[\"swirl-icon-short-text\",[[1,\"swirl-icon-short-text\",{\"size\":[2]}]]],[\"swirl-icon-simplify\",[[1,\"swirl-icon-simplify\",{\"size\":[2]}]]],[\"swirl-icon-spellcheck\",[[1,\"swirl-icon-spellcheck\",{\"size\":[2]}]]],[\"swirl-icon-sync\",[[1,\"swirl-icon-sync\",{\"size\":[2]}]]],[\"swirl-icon-tasks-filled\",[[1,\"swirl-icon-tasks-filled\",{\"size\":[2]}]]],[\"swirl-icon-tasks-outlined\",[[1,\"swirl-icon-tasks-outlined\",{\"size\":[2]}]]],[\"swirl-icon-time-filled\",[[1,\"swirl-icon-time-filled\",{\"size\":[2]}]]],[\"swirl-icon-time-outlined\",[[1,\"swirl-icon-time-outlined\",{\"size\":[2]}]]],[\"swirl-icon-undo\",[[1,\"swirl-icon-undo\",{\"size\":[2]}]]],[\"swirl-icon-user-assign\",[[1,\"swirl-icon-user-assign\",{\"size\":[2]}]]],[\"swirl-icon-video-camera\",[[1,\"swirl-icon-video-camera\",{\"size\":[2]}]]],[\"swirl-icon-voice\",[[1,\"swirl-icon-voice\",{\"size\":[2]}]]],[\"swirl-link\",[[1,\"swirl-link\",{\"href\":[1],\"label\":[1],\"target\":[1]}]]],[\"swirl-list\",[[4,\"swirl-list\"]]],[\"swirl-option-list-section\",[[1,\"swirl-option-list-section\",{\"label\":[1]}]]],[\"swirl-progress-indicator\",[[1,\"swirl-progress-indicator\",{\"label\":[1],\"size\":[1],\"value\":[2],\"variant\":[1]}]]],[\"swirl-radio-group\",[[6,\"swirl-radio-group\",{\"swirlAriaDescribedby\":[1,\"swirl-aria-describedby\"],\"value\":[1537]}]]],[\"swirl-skeleton-box\",[[1,\"swirl-skeleton-box\",{\"animated\":[4],\"aspectRatio\":[1,\"aspect-ratio\"],\"borderRadius\":[1,\"border-radius\"],\"height\":[1],\"width\":[1]}]]],[\"swirl-skeleton-text\",[[1,\"swirl-skeleton-text\",{\"animated\":[4],\"lines\":[2],\"size\":[1]}]]],[\"swirl-tab\",[[1,\"swirl-tab\",{\"active\":[4],\"label\":[1],\"tabId\":[1,\"tab-id\"]}]]],[\"swirl-table-cell\",[[1,\"swirl-table-cell\"]]],[\"swirl-table-row\",[[1,\"swirl-table-row\",{\"highlighted\":[4],\"index\":[2]}]]],[\"swirl-table-row-group\",[[1,\"swirl-table-row-group\",{\"label\":[1]}]]],[\"swirl-theme-provider\",[[6,\"swirl-theme-provider\",{\"config\":[16],\"getActiveTheme\":[64],\"getPreferredTheme\":[64],\"setPreferredTheme\":[64],\"resetPreferredTheme\":[64]}]]],[\"swirl-tooltip\",[[1,\"swirl-tooltip\",{\"content\":[1],\"delay\":[2],\"position\":[1],\"actualPosition\":[32],\"visible\":[32]},[[1,\"mouseenter\",\"onMouseEnter\"],[1,\"mouseleave\",\"onMouseLeave\"],[9,\"resize\",\"onWindowResize\"],[9,\"scroll\",\"onWindowScroll\"]]]]],[\"swirl-tree-navigation-item\",[[1,\"swirl-tree-navigation-item\",{\"active\":[4],\"icon\":[1],\"label\":[1]}]]],[\"swirl-text-input\",[[2,\"swirl-text-input\",{\"autoComplete\":[1,\"auto-complete\"],\"autoFocus\":[4,\"auto-focus\"],\"autoGrow\":[4,\"auto-grow\"],\"autoSelect\":[4,\"auto-select\"],\"clearable\":[4],\"clearButtonLabel\":[1,\"clear-button-label\"],\"disabled\":[4],\"disableDynamicWidth\":[4,\"disable-dynamic-width\"],\"swirlAriaAutocomplete\":[1,\"swirl-aria-autocomplete\"],\"swirlAriaControls\":[1,\"swirl-aria-controls\"],\"swirlAriaDescribedby\":[1,\"swirl-aria-describedby\"],\"swirlAriaExpanded\":[1,\"swirl-aria-expanded\"],\"swirlRole\":[1,\"swirl-role\"],\"inline\":[4],\"invalid\":[4],\"maxLength\":[2,\"max-length\"],\"max\":[2],\"min\":[2],\"mode\":[1],\"prefixLabel\":[1,\"prefix-label\"],\"required\":[4],\"rows\":[2],\"showCharacterCounter\":[4,\"show-character-counter\"],\"spellCheck\":[4,\"spell-check\"],\"suffixLabel\":[1,\"suffix-label\"],\"step\":[2],\"passwordToggleLabel\":[1,\"password-toggle-label\"],\"type\":[1],\"value\":[1537],\"iconSize\":[32],\"showPassword\":[32]}]]],[\"swirl-toast\",[[1,\"swirl-toast\",{\"accessibleDismissLabel\":[1,\"accessible-dismiss-label\"],\"content\":[1],\"dismissLabel\":[1,\"dismiss-label\"],\"duration\":[2],\"icon\":[1],\"intent\":[1],\"toastId\":[1,\"toast-id\"]}]]],[\"swirl-badge\",[[1,\"swirl-badge\",{\"icon\":[1],\"intent\":[1],\"label\":[1],\"size\":[1],\"variant\":[1]}]]],[\"swirl-icon-cloud-upload\",[[1,\"swirl-icon-cloud-upload\",{\"size\":[2]}]]],[\"swirl-icon-person\",[[1,\"swirl-icon-person\",{\"size\":[2]}]]],[\"swirl-icon-search\",[[1,\"swirl-icon-search\",{\"size\":[2]}]]],[\"swirl-tab-bar\",[[2,\"swirl-tab-bar\",{\"disableTabSemantics\":[4,\"disable-tab-semantics\"],\"label\":[1],\"tabs\":[16]}]]],[\"swirl-date-picker_2\",[[1,\"swirl-date-picker\",{\"labels\":[16],\"locale\":[1],\"range\":[4],\"startDate\":[16],\"value\":[1040]}],[1,\"swirl-icon-today\",{\"size\":[2]}]]],[\"swirl-button-group\",[[1,\"swirl-button-group\",{\"orientation\":[1],\"segmented\":[4],\"stretch\":[4],\"wrap\":[4]}]]],[\"swirl-icon-arrow-downward_2\",[[1,\"swirl-icon-arrow-downward\",{\"size\":[2]}],[1,\"swirl-icon-arrow-upward\",{\"size\":[2]}]]],[\"wc-datepicker\",[[2,\"wc-datepicker\",{\"clearButtonContent\":[1,\"clear-button-content\"],\"disabled\":[4],\"disableDate\":[16],\"elementClassName\":[1,\"element-class-name\"],\"firstDayOfWeek\":[2,\"first-day-of-week\"],\"range\":[4],\"labels\":[16],\"locale\":[1],\"nextMonthButtonContent\":[1,\"next-month-button-content\"],\"nextYearButtonContent\":[1,\"next-year-button-content\"],\"previousMonthButtonContent\":[1,\"previous-month-button-content\"],\"previousYearButtonContent\":[1,\"previous-year-button-content\"],\"showClearButton\":[4,\"show-clear-button\"],\"showMonthStepper\":[4,\"show-month-stepper\"],\"showTodayButton\":[4,\"show-today-button\"],\"showYearStepper\":[4,\"show-year-stepper\"],\"startDate\":[1,\"start-date\"],\"todayButtonContent\":[1,\"today-button-content\"],\"value\":[1040],\"currentDate\":[32],\"hoveredDate\":[32],\"weekdays\":[32]}]]],[\"swirl-icon-check-circle_3\",[[1,\"swirl-icon-check-circle\",{\"size\":[2]}],[1,\"swirl-icon-info\",{\"size\":[2]}],[1,\"swirl-icon-warning\",{\"size\":[2]}]]],[\"swirl-icon-arrow-left_4\",[[1,\"swirl-icon-arrow-left\",{\"size\":[2]}],[1,\"swirl-icon-arrow-right\",{\"size\":[2]}],[1,\"swirl-icon-more-vertikal\",{\"size\":[2]}],[1,\"swirl-thumbnail\",{\"alt\":[1],\"format\":[1],\"size\":[1],\"src\":[1]}]]],[\"swirl-heading\",[[2,\"swirl-heading\",{\"align\":[1],\"as\":[1],\"balance\":[4],\"headingId\":[1,\"heading-id\"],\"level\":[2],\"lines\":[2],\"text\":[1],\"truncate\":[4]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"swirl-icon-check-strong\",[[1,\"swirl-icon-check-strong\",{\"size\":[2]}]]],[\"swirl-icon-close\",[[1,\"swirl-icon-close\",{\"size\":[2]}]]],[\"swirl-icon-expand-more\",[[1,\"swirl-icon-expand-more\",{\"size\":[2]}]]],[\"swirl-popover\",[[1,\"swirl-popover\",{\"animation\":[1],\"disableScrollLock\":[4,\"disable-scroll-lock\"],\"enableFlip\":[4,\"enable-flip\"],\"label\":[1],\"offset\":[2],\"placement\":[1],\"popoverId\":[1,\"popover-id\"],\"trigger\":[1],\"useContainerWidth\":[8,\"use-container-width\"],\"active\":[32],\"closing\":[32],\"position\":[32],\"close\":[64],\"open\":[64]},[[8,\"focusin\",\"onWindowFocusIn\"],[8,\"click\",\"onWindowClick\"]]]]],[\"swirl-icon-add_6\",[[1,\"swirl-icon-add\",{\"size\":[2]}],[1,\"swirl-icon-file-copy\",{\"size\":[2]}],[1,\"swirl-icon-fullscreen\",{\"size\":[2]}],[1,\"swirl-icon-fullscreen-exit\",{\"size\":[2]}],[1,\"swirl-icon-menu-book\",{\"size\":[2]}],[1,\"swirl-icon-remove\",{\"size\":[2]}]]],[\"swirl-action-list_3\",[[1,\"swirl-action-list\"],[1,\"swirl-action-list-item\",{\"disabled\":[4],\"description\":[1],\"icon\":[1],\"intent\":[1],\"label\":[1],\"size\":[1],\"suffix\":[1]}],[1,\"swirl-separator\",{\"spacing\":[1]}]]],[\"swirl-text\",[[6,\"swirl-text\",{\"align\":[1],\"as\":[1],\"balance\":[4],\"color\":[1],\"fontStyle\":[1,\"font-style\"],\"lines\":[2],\"size\":[1],\"truncate\":[4],\"weight\":[1]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"swirl-stack\",[[1,\"swirl-stack\",{\"align\":[1],\"as\":[1],\"justify\":[1],\"orientation\":[1],\"spacing\":[1],\"wrap\":[4]}]]],[\"swirl-icon-cancel_4\",[[1,\"swirl-icon-visibility\",{\"size\":[2]}],[1,\"swirl-icon-visibility-off\",{\"size\":[2]}],[1,\"swirl-icon-cancel\",{\"size\":[2]}],[1,\"swirl-icon-expand-less\",{\"size\":[2]}]]],[\"swirl-icon-check-small_4\",[[2,\"swirl-option-list-item\",{\"allowDrag\":[4,\"allow-drag\"],\"context\":[1025],\"disabled\":[4],\"dragging\":[4],\"dragHandleDescription\":[1,\"drag-handle-description\"],\"dragHandleLabel\":[1,\"drag-handle-label\"],\"icon\":[1],\"label\":[1],\"selected\":[1028],\"value\":[1],\"iconSize\":[32]}],[6,\"swirl-option-list\",{\"allowDrag\":[4,\"allow-drag\"],\"assistiveTextItemGrabbed\":[1,\"assistive-text-item-grabbed\"],\"assistiveTextItemMoving\":[1,\"assistive-text-item-moving\"],\"assistiveTextItemMoved\":[1,\"assistive-text-item-moved\"],\"disabled\":[4],\"label\":[1],\"optionListId\":[1,\"option-list-id\"],\"multiSelect\":[4,\"multi-select\"],\"value\":[1040],\"assistiveText\":[32]}],[1,\"swirl-icon-check-small\",{\"size\":[2]}],[1,\"swirl-icon-drag-handle\",{\"size\":[2]}]]],[\"swirl-button\",[[2,\"swirl-button\",{\"disabled\":[4],\"download\":[1],\"swirlAriaDescribedby\":[1,\"swirl-aria-describedby\"],\"swirlAriaExpanded\":[1,\"swirl-aria-expanded\"],\"swirlAriaLabel\":[1,\"swirl-aria-label\"],\"form\":[1],\"hideLabel\":[4,\"hide-label\"],\"href\":[1],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"],\"intent\":[1],\"label\":[1],\"name\":[1],\"pill\":[4],\"size\":[1],\"target\":[1],\"type\":[1],\"value\":[1],\"variant\":[1]}]]],[\"swirl-app-layout_7\",[[1,\"swirl-app-layout\",{\"appName\":[1,\"app-name\"],\"backToNavigationViewButtonLabel\":[1,\"back-to-navigation-view-button-label\"],\"ctaIcon\":[1,\"cta-icon\"],\"ctaLabel\":[1,\"cta-label\"],\"navigationBackButtonLabel\":[1,\"navigation-back-button-label\"],\"navigationLabel\":[1,\"navigation-label\"],\"showNavigationBackButton\":[4,\"show-navigation-back-button\"],\"sidebarCloseButtonLabel\":[1,\"sidebar-close-button-label\"],\"sidebarHeading\":[1,\"sidebar-heading\"],\"transitionStyle\":[1,\"transition-style\"],\"hasNavigation\":[32],\"hasSidebar\":[32],\"mobileView\":[32],\"sidebarActive\":[32],\"sidebarClosing\":[32],\"transitioningFrom\":[32],\"transitioningTo\":[32],\"showSidebar\":[64],\"hideSidebar\":[64],\"toggleSidebar\":[64],\"changeMobileView\":[64]}],[1,\"swirl-empty-state\",{\"heading\":[1],\"illustration\":[1]}],[1,\"swirl-resource-list-item\",{\"checked\":[1028],\"description\":[1],\"disabled\":[4],\"hideDivider\":[4,\"hide-divider\"],\"href\":[1],\"label\":[1],\"menuTriggerId\":[1,\"menu-trigger-id\"],\"menuTriggerLabel\":[1,\"menu-trigger-label\"],\"meta\":[1],\"selectable\":[4],\"value\":[1],\"hasMedia\":[32]}],[1,\"swirl-resource-list\",{\"label\":[1]}],[1,\"swirl-box\",{\"bordered\":[4],\"centerBlock\":[4,\"center-block\"],\"centerInline\":[4,\"center-inline\"],\"cover\":[4],\"maxWidth\":[1,\"max-width\"],\"overflow\":[1],\"padding\":[1],\"paddingBlockEnd\":[1,\"padding-block-end\"],\"paddingBlockStart\":[1,\"padding-block-start\"],\"paddingInlineEnd\":[1,\"padding-inline-end\"],\"paddingInlineStart\":[1,\"padding-inline-start\"]}],[1,\"swirl-icon-file\",{\"size\":[2]}],[1,\"swirl-icon-folder-shared\",{\"size\":[2]}]]],[\"swirl-visually-hidden\",[[1,\"swirl-visually-hidden\"]]],[\"swirl-icon-error_3\",[[1,\"swirl-inline-error\",{\"message\":[1],\"size\":[1]}],[1,\"swirl-spinner\",{\"label\":[1],\"size\":[8]}],[1,\"swirl-icon-error\",{\"size\":[2]}]]],[\"swirl-file-viewer_7\",[[1,\"swirl-file-viewer\",{\"active\":[4],\"autoplay\":[4],\"description\":[1],\"errorMessage\":[1,\"error-message\"],\"file\":[1],\"thumbnailUrl\":[1,\"thumbnail-url\"],\"type\":[1],\"typeUnsupportedMessage\":[1,\"type-unsupported-message\"],\"viewMode\":[1,\"view-mode\"],\"zoom\":[8],\"download\":[64],\"print\":[64]}],[1,\"swirl-file-viewer-csv\",{\"errorMessage\":[1,\"error-message\"],\"file\":[1],\"data\":[32],\"error\":[32],\"loading\":[32]}],[1,\"swirl-file-viewer-image\",{\"description\":[1],\"errorMessage\":[1,\"error-message\"],\"file\":[1],\"maxZoom\":[2,\"max-zoom\"],\"error\":[32],\"loading\":[32],\"getZoom\":[64],\"resetZoom\":[64]}],[1,\"swirl-file-viewer-pdf\",{\"errorMessage\":[1,\"error-message\"],\"file\":[1],\"singlePageMode\":[4,\"single-page-mode\"],\"viewMode\":[1,\"view-mode\"],\"zoom\":[8],\"doc\":[32],\"error\":[32],\"loading\":[32],\"renderedPages\":[32],\"scrolledDown\":[32],\"singlePageModePage\":[32],\"visiblePages\":[32],\"getThumbnails\":[64],\"print\":[64],\"nextPage\":[64],\"previousPage\":[64],\"setPage\":[64]},[[9,\"resize\",\"onWindowResize\"]]],[1,\"swirl-file-viewer-text\",{\"errorMessage\":[1,\"error-message\"],\"file\":[1],\"error\":[32],\"loading\":[32],\"text\":[32]}],[1,\"swirl-file-viewer-audio\",{\"autoplay\":[4],\"file\":[1],\"type\":[1]}],[1,\"swirl-file-viewer-video\",{\"autoplay\":[4],\"file\":[1],\"type\":[1]}]]]]"), options);
|
|
21
21
|
});
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { r as registerInstance, h, F as Fragment } from './index-0ff2c8e0.js';
|
|
2
|
+
import { c as classnames } from './index-d280dafb.js';
|
|
3
|
+
|
|
4
|
+
const swirlIconCss = ":host{display:inline-flex}";
|
|
5
|
+
|
|
6
|
+
const SwirlIconAi = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
this.size = 24;
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
const viewBoxSize = this.size === 20 ? 24 : this.size;
|
|
13
|
+
const className = classnames("swirl-icon", `swirl-icon--size-${this.size}`);
|
|
14
|
+
return (h("svg", { class: className, fill: "none", height: this.size, part: "icon", viewBox: `0 0 ${viewBoxSize} ${viewBoxSize}`, width: this.size, xmlns: "http://www.w3.org/2000/svg" }, this.size === 16 && (h(Fragment, null, h("path", { d: "M6.66665 9.45L7.33331 8L8.78331 7.33333L7.33331 6.66667L6.66665 5.21667L5.99998 6.66667L4.54998 7.33333L5.99998 8L6.66665 9.45ZM6.66665 12.6667L4.99998 9L1.33331 7.33333L4.99998 5.66667L6.66665 2L8.33331 5.66667L12 7.33333L8.33331 9L6.66665 12.6667ZM12 14L11.1666 12.1667L9.33331 11.3333L11.1666 10.5L12 8.66667L12.8333 10.5L14.6666 11.3333L12.8333 12.1667L12 14Z", fill: "currentColor" }))), (this.size === 20 || this.size === 24) && (h(Fragment, null, h("path", { d: "M10 14.175L11 12L13.175 11L11 10L10 7.825L9 10L6.825 11L9 12L10 14.175ZM10 19L7.5 13.5L2 11L7.5 8.5L10 3L12.5 8.5L18 11L12.5 13.5L10 19ZM18 21L16.75 18.25L14 17L16.75 15.75L18 13L19.25 15.75L22 17L19.25 18.25L18 21Z", fill: "currentColor" }))), this.size === 28 && (h(Fragment, null, h("path", { d: "M11.6667 16.5375L12.8333 14L15.3708 12.8333L12.8333 11.6667L11.6667 9.12917L10.5 11.6667L7.96251 12.8333L10.5 14L11.6667 16.5375ZM11.6667 22.1667L8.75001 15.75L2.33334 12.8333L8.75001 9.91667L11.6667 3.5L14.5833 9.91667L21 12.8333L14.5833 15.75L11.6667 22.1667ZM21 24.5L19.5417 21.2917L16.3333 19.8333L19.5417 18.375L21 15.1667L22.4583 18.375L25.6667 19.8333L22.4583 21.2917L21 24.5Z", fill: "currentColor" })))));
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
SwirlIconAi.style = swirlIconCss;
|
|
18
|
+
|
|
19
|
+
export { SwirlIconAi as swirl_icon_ai };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { r as registerInstance, h, F as Fragment } from './index-0ff2c8e0.js';
|
|
2
|
+
import { c as classnames } from './index-d280dafb.js';
|
|
3
|
+
|
|
4
|
+
const swirlIconCss = ":host{display:inline-flex}";
|
|
5
|
+
|
|
6
|
+
const SwirlIconImproveText = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
this.size = 24;
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
const viewBoxSize = this.size === 20 ? 24 : this.size;
|
|
13
|
+
const className = classnames("swirl-icon", `swirl-icon--size-${this.size}`);
|
|
14
|
+
return (h("svg", { class: className, fill: "none", height: this.size, part: "icon", viewBox: `0 0 ${viewBoxSize} ${viewBoxSize}`, width: this.size, xmlns: "http://www.w3.org/2000/svg" }, this.size === 16 && (h(Fragment, null, h("path", { d: "M2.66667 6C2.47778 6 2.31944 5.93611 2.19167 5.80833C2.06389 5.68056 2 5.52222 2 5.33333C2 5.14444 2.06389 4.98611 2.19167 4.85833C2.31944 4.73056 2.47778 4.66667 2.66667 4.66667H13.3333C13.5222 4.66667 13.6806 4.73056 13.8083 4.85833C13.9361 4.98611 14 5.14444 14 5.33333C14 5.52222 13.9361 5.68056 13.8083 5.80833C13.6806 5.93611 13.5222 6 13.3333 6H2.66667ZM2.66667 8.66667C2.47778 8.66667 2.31944 8.60278 2.19167 8.475C2.06389 8.34722 2 8.18889 2 8C2 7.81111 2.06389 7.65278 2.19167 7.525C2.31944 7.39722 2.47778 7.33333 2.66667 7.33333H13.3333C13.5222 7.33333 13.6806 7.39722 13.8083 7.525C13.9361 7.65278 14 7.81111 14 8C14 8.18889 13.9361 8.34722 13.8083 8.475C13.6806 8.60278 13.5222 8.66667 13.3333 8.66667H2.66667ZM2.66667 11.3333C2.47778 11.3333 2.31944 11.2694 2.19167 11.1417C2.06389 11.0139 2 10.8556 2 10.6667C2 10.4778 2.06389 10.3194 2.19167 10.1917C2.31944 10.0639 2.47778 10 2.66667 10H7.33333C7.52222 10 7.68056 10.0639 7.80833 10.1917C7.93611 10.3194 8 10.4778 8 10.6667C8 10.8556 7.93611 11.0139 7.80833 11.1417C7.68056 11.2694 7.52222 11.3333 7.33333 11.3333H2.66667ZM2.66667 14C2.47778 14 2.31944 13.9361 2.19167 13.8083C2.06389 13.6806 2 13.5222 2 13.3333C2 13.1444 2.06389 12.9861 2.19167 12.8583C2.31944 12.7306 2.47778 12.6667 2.66667 12.6667H7.33333C7.52222 12.6667 7.68056 12.7306 7.80833 12.8583C7.93611 12.9861 8 13.1444 8 13.3333C8 13.5222 7.93611 13.6806 7.80833 13.8083C7.68056 13.9361 7.52222 14 7.33333 14H2.66667ZM2.66667 3.33333C2.47778 3.33333 2.31944 3.26944 2.19167 3.14167C2.06389 3.01389 2 2.85556 2 2.66667C2 2.47778 2.06389 2.31944 2.19167 2.19167C2.31944 2.06389 2.47778 2 2.66667 2H13.3333C13.5222 2 13.6806 2.06389 13.8083 2.19167C13.9361 2.31944 14 2.47778 14 2.66667C14 2.85556 13.9361 3.01389 13.8083 3.14167C13.6806 3.26944 13.5222 3.33333 13.3333 3.33333H2.66667Z", fill: "currentColor" }), h("path", { d: "M11.1667 12.8333L12 14.6667L12.8333 12.8333L14.6667 12L12.8333 11.1667L12 9.33333L11.1667 11.1667L9.33333 12L11.1667 12.8333Z", fill: "currentColor" }))), (this.size === 20 || this.size === 24) && (h(Fragment, null, h("path", { d: "M4 9C3.71667 9 3.47917 8.90417 3.2875 8.7125C3.09583 8.52083 3 8.28333 3 8C3 7.71667 3.09583 7.47917 3.2875 7.2875C3.47917 7.09583 3.71667 7 4 7H20C20.2833 7 20.5208 7.09583 20.7125 7.2875C20.9042 7.47917 21 7.71667 21 8C21 8.28333 20.9042 8.52083 20.7125 8.7125C20.5208 8.90417 20.2833 9 20 9H4ZM4 13C3.71667 13 3.47917 12.9042 3.2875 12.7125C3.09583 12.5208 3 12.2833 3 12C3 11.7167 3.09583 11.4792 3.2875 11.2875C3.47917 11.0958 3.71667 11 4 11H20C20.2833 11 20.5208 11.0958 20.7125 11.2875C20.9042 11.4792 21 11.7167 21 12C21 12.2833 20.9042 12.5208 20.7125 12.7125C20.5208 12.9042 20.2833 13 20 13H4ZM4 17C3.71667 17 3.47917 16.9042 3.2875 16.7125C3.09583 16.5208 3 16.2833 3 16C3 15.7167 3.09583 15.4792 3.2875 15.2875C3.47917 15.0958 3.71667 15 4 15H11C11.2833 15 11.5208 15.0958 11.7125 15.2875C11.9042 15.4792 12 15.7167 12 16C12 16.2833 11.9042 16.5208 11.7125 16.7125C11.5208 16.9042 11.2833 17 11 17H4ZM4 21C3.71667 21 3.47917 20.9042 3.2875 20.7125C3.09583 20.5208 3 20.2833 3 20C3 19.7167 3.09583 19.4792 3.2875 19.2875C3.47917 19.0958 3.71667 19 4 19H11C11.2833 19 11.5208 19.0958 11.7125 19.2875C11.9042 19.4792 12 19.7167 12 20C12 20.2833 11.9042 20.5208 11.7125 20.7125C11.5208 20.9042 11.2833 21 11 21H4ZM4 5C3.71667 5 3.47917 4.90417 3.2875 4.7125C3.09583 4.52083 3 4.28333 3 4C3 3.71667 3.09583 3.47917 3.2875 3.2875C3.47917 3.09583 3.71667 3 4 3H20C20.2833 3 20.5208 3.09583 20.7125 3.2875C20.9042 3.47917 21 3.71667 21 4C21 4.28333 20.9042 4.52083 20.7125 4.7125C20.5208 4.90417 20.2833 5 20 5H4Z", fill: "currentColor" }), h("path", { d: "M16.75 19.25L18 22L19.25 19.25L22 18L19.25 16.75L18 14L16.75 16.75L14 18L16.75 19.25Z", fill: "currentColor" }))), this.size === 28 && (h(Fragment, null, h("path", { d: "M4.66667 10.5C4.33611 10.5 4.05903 10.3882 3.83542 10.1646C3.61181 9.94097 3.5 9.66389 3.5 9.33333C3.5 9.00278 3.61181 8.72569 3.83542 8.50208C4.05903 8.27847 4.33611 8.16667 4.66667 8.16667H23.3333C23.6639 8.16667 23.941 8.27847 24.1646 8.50208C24.3882 8.72569 24.5 9.00278 24.5 9.33333C24.5 9.66389 24.3882 9.94097 24.1646 10.1646C23.941 10.3882 23.6639 10.5 23.3333 10.5H4.66667ZM4.66667 15.1667C4.33611 15.1667 4.05903 15.0549 3.83542 14.8313C3.61181 14.6076 3.5 14.3306 3.5 14C3.5 13.6694 3.61181 13.3924 3.83542 13.1688C4.05903 12.9451 4.33611 12.8333 4.66667 12.8333H23.3333C23.6639 12.8333 23.941 12.9451 24.1646 13.1688C24.3882 13.3924 24.5 13.6694 24.5 14C24.5 14.3306 24.3882 14.6076 24.1646 14.8313C23.941 15.0549 23.6639 15.1667 23.3333 15.1667H4.66667ZM4.66667 19.8333C4.33611 19.8333 4.05903 19.7215 3.83542 19.4979C3.61181 19.2743 3.5 18.9972 3.5 18.6667C3.5 18.3361 3.61181 18.059 3.83542 17.8354C4.05903 17.6118 4.33611 17.5 4.66667 17.5H12.8333C13.1639 17.5 13.441 17.6118 13.6646 17.8354C13.8882 18.059 14 18.3361 14 18.6667C14 18.9972 13.8882 19.2743 13.6646 19.4979C13.441 19.7215 13.1639 19.8333 12.8333 19.8333H4.66667ZM4.66667 24.5C4.33611 24.5 4.05903 24.3882 3.83542 24.1646C3.61181 23.941 3.5 23.6639 3.5 23.3333C3.5 23.0028 3.61181 22.7257 3.83542 22.5021C4.05903 22.2785 4.33611 22.1667 4.66667 22.1667H12.8333C13.1639 22.1667 13.441 22.2785 13.6646 22.5021C13.8882 22.7257 14 23.0028 14 23.3333C14 23.6639 13.8882 23.941 13.6646 24.1646C13.441 24.3882 13.1639 24.5 12.8333 24.5H4.66667ZM4.66667 5.83333C4.33611 5.83333 4.05903 5.72153 3.83542 5.49792C3.61181 5.27431 3.5 4.99722 3.5 4.66667C3.5 4.33611 3.61181 4.05903 3.83542 3.83542C4.05903 3.61181 4.33611 3.5 4.66667 3.5H23.3333C23.6639 3.5 23.941 3.61181 24.1646 3.83542C24.3882 4.05903 24.5 4.33611 24.5 4.66667C24.5 4.99722 24.3882 5.27431 24.1646 5.49792C23.941 5.72153 23.6639 5.83333 23.3333 5.83333H4.66667Z", fill: "currentColor" }), h("path", { d: "M19.5417 22.4583L21 25.6667L22.4583 22.4583L25.6667 21L22.4583 19.5417L21 16.3333L19.5417 19.5417L16.3333 21L19.5417 22.4583Z", fill: "currentColor" })))));
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
SwirlIconImproveText.style = swirlIconCss;
|
|
18
|
+
|
|
19
|
+
export { SwirlIconImproveText as swirl_icon_improve_text };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { r as registerInstance, h, F as Fragment } from './index-0ff2c8e0.js';
|
|
2
|
+
import { c as classnames } from './index-d280dafb.js';
|
|
3
|
+
|
|
4
|
+
const swirlIconCss = ":host{display:inline-flex}";
|
|
5
|
+
|
|
6
|
+
const SwirlIconInsertBelow = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
this.size = 24;
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
const viewBoxSize = this.size === 20 ? 24 : this.size;
|
|
13
|
+
const className = classnames("swirl-icon", `swirl-icon--size-${this.size}`);
|
|
14
|
+
return (h("svg", { class: className, fill: "none", height: this.size, part: "icon", viewBox: `0 0 ${viewBoxSize} ${viewBoxSize}`, width: this.size, xmlns: "http://www.w3.org/2000/svg" }, this.size === 16 && (h(Fragment, null, h("path", { d: "M3.33335 8.3335C3.14446 8.3335 2.98613 8.26961 2.85835 8.14183C2.73058 8.01405 2.66669 7.85572 2.66669 7.66683C2.66669 7.47794 2.73058 7.31961 2.85835 7.19183C2.98613 7.06405 3.14446 7.00016 3.33335 7.00016H11.5C12.2 7.00016 12.7917 7.24183 13.275 7.72516C13.7584 8.2085 14 8.80016 14 9.50016C14 10.2002 13.7584 10.7918 13.275 11.2752C12.7917 11.7585 12.2 12.0002 11.5 12.0002H9.90002L10.2667 12.3668C10.4 12.5002 10.4667 12.6585 10.4667 12.8418C10.4667 13.0252 10.4 13.1835 10.2667 13.3168C10.1334 13.4502 9.97502 13.5168 9.79169 13.5168C9.60835 13.5168 9.45002 13.4502 9.31669 13.3168L7.80002 11.8002C7.73335 11.7335 7.68613 11.6613 7.65835 11.5835C7.63058 11.5057 7.61669 11.4224 7.61669 11.3335C7.61669 11.2446 7.63058 11.1613 7.65835 11.0835C7.68613 11.0057 7.73335 10.9335 7.80002 10.8668L9.33335 9.3335C9.45558 9.21127 9.60835 9.15016 9.79169 9.15016C9.97502 9.15016 10.1334 9.21683 10.2667 9.35016C10.4 9.4835 10.4639 9.64461 10.4584 9.8335C10.4528 10.0224 10.3834 10.1835 10.25 10.3168L9.90002 10.6668H11.5C11.8222 10.6668 12.0972 10.5529 12.325 10.3252C12.5528 10.0974 12.6667 9.82239 12.6667 9.50016C12.6667 9.17794 12.5528 8.90294 12.325 8.67516C12.0972 8.44739 11.8222 8.3335 11.5 8.3335H3.33335ZM3.33335 4.66683C3.14446 4.66683 2.98613 4.60294 2.85835 4.47516C2.73058 4.34738 2.66669 4.18905 2.66669 4.00016C2.66669 3.81127 2.73058 3.65294 2.85835 3.52516C2.98613 3.39738 3.14446 3.3335 3.33335 3.3335H12.6667C12.8556 3.3335 13.0139 3.39738 13.1417 3.52516C13.2695 3.65294 13.3334 3.81127 13.3334 4.00016C13.3334 4.18905 13.2695 4.34738 13.1417 4.47516C13.0139 4.60294 12.8556 4.66683 12.6667 4.66683H3.33335ZM3.33335 12.0002C3.14446 12.0002 2.98613 11.9363 2.85835 11.8085C2.73058 11.6807 2.66669 11.5224 2.66669 11.3335C2.66669 11.1446 2.73058 10.9863 2.85835 10.8585C2.98613 10.7307 3.14446 10.6668 3.33335 10.6668H5.35002C5.53891 10.6668 5.69446 10.7307 5.81669 10.8585C5.93891 10.9863 6.00002 11.1446 6.00002 11.3335C6.00002 11.5224 5.93613 11.6807 5.80835 11.8085C5.68058 11.9363 5.52224 12.0002 5.33335 12.0002H3.33335Z", fill: "currentColor" }))), (this.size === 20 || this.size === 24) && (h(Fragment, null, h("path", { d: "M5 12.5C4.71667 12.5 4.47917 12.4042 4.2875 12.2125C4.09583 12.0208 4 11.7833 4 11.5C4 11.2167 4.09583 10.9792 4.2875 10.7875C4.47917 10.5958 4.71667 10.5 5 10.5H17.25C18.3 10.5 19.1875 10.8625 19.9125 11.5875C20.6375 12.3125 21 13.2 21 14.25C21 15.3 20.6375 16.1875 19.9125 16.9125C19.1875 17.6375 18.3 18 17.25 18H14.85L15.4 18.55C15.6 18.75 15.7 18.9875 15.7 19.2625C15.7 19.5375 15.6 19.775 15.4 19.975C15.2 20.175 14.9625 20.275 14.6875 20.275C14.4125 20.275 14.175 20.175 13.975 19.975L11.7 17.7C11.6 17.6 11.5292 17.4917 11.4875 17.375C11.4458 17.2583 11.425 17.1333 11.425 17C11.425 16.8667 11.4458 16.7417 11.4875 16.625C11.5292 16.5083 11.6 16.4 11.7 16.3L14 14C14.1833 13.8167 14.4125 13.725 14.6875 13.725C14.9625 13.725 15.2 13.825 15.4 14.025C15.6 14.225 15.6958 14.4667 15.6875 14.75C15.6792 15.0333 15.575 15.275 15.375 15.475L14.85 16H17.25C17.7333 16 18.1458 15.8292 18.4875 15.4875C18.8292 15.1458 19 14.7333 19 14.25C19 13.7667 18.8292 13.3542 18.4875 13.0125C18.1458 12.6708 17.7333 12.5 17.25 12.5H5ZM5 7C4.71667 7 4.47917 6.90417 4.2875 6.7125C4.09583 6.52083 4 6.28333 4 6C4 5.71667 4.09583 5.47917 4.2875 5.2875C4.47917 5.09583 4.71667 5 5 5H19C19.2833 5 19.5208 5.09583 19.7125 5.2875C19.9042 5.47917 20 5.71667 20 6C20 6.28333 19.9042 6.52083 19.7125 6.7125C19.5208 6.90417 19.2833 7 19 7H5ZM5 18C4.71667 18 4.47917 17.9042 4.2875 17.7125C4.09583 17.5208 4 17.2833 4 17C4 16.7167 4.09583 16.4792 4.2875 16.2875C4.47917 16.0958 4.71667 16 5 16H8.025C8.30833 16 8.54167 16.0958 8.725 16.2875C8.90833 16.4792 9 16.7167 9 17C9 17.2833 8.90417 17.5208 8.7125 17.7125C8.52083 17.9042 8.28333 18 8 18H5Z", fill: "currentColor" }))), this.size === 28 && (h(Fragment, null, h("path", { d: "M5.83332 14.5835C5.50277 14.5835 5.22568 14.4717 5.00207 14.2481C4.77846 14.0245 4.66666 13.7474 4.66666 13.4168C4.66666 13.0863 4.77846 12.8092 5.00207 12.5856C5.22568 12.362 5.50277 12.2502 5.83332 12.2502H20.125C21.35 12.2502 22.3854 12.6731 23.2312 13.5189C24.0771 14.3647 24.5 15.4002 24.5 16.6252C24.5 17.8502 24.0771 18.8856 23.2312 19.7314C22.3854 20.5772 21.35 21.0002 20.125 21.0002H17.325L17.9667 21.6418C18.2 21.8752 18.3167 22.1522 18.3167 22.4731C18.3167 22.7939 18.2 23.071 17.9667 23.3043C17.7333 23.5377 17.4562 23.6543 17.1354 23.6543C16.8146 23.6543 16.5375 23.5377 16.3042 23.3043L13.65 20.6502C13.5333 20.5335 13.4507 20.4071 13.4021 20.271C13.3535 20.1349 13.3292 19.9891 13.3292 19.8335C13.3292 19.6779 13.3535 19.5321 13.4021 19.396C13.4507 19.2599 13.5333 19.1335 13.65 19.0168L16.3333 16.3335C16.5472 16.1196 16.8146 16.0127 17.1354 16.0127C17.4562 16.0127 17.7333 16.1293 17.9667 16.3627C18.2 16.596 18.3118 16.8779 18.3021 17.2085C18.2924 17.5391 18.1708 17.821 17.9375 18.0543L17.325 18.6668H20.125C20.6889 18.6668 21.1701 18.4675 21.5687 18.0689C21.9674 17.6703 22.1667 17.1891 22.1667 16.6252C22.1667 16.0613 21.9674 15.58 21.5687 15.1814C21.1701 14.7828 20.6889 14.5835 20.125 14.5835H5.83332ZM5.83332 8.16683C5.50277 8.16683 5.22568 8.05502 5.00207 7.83141C4.77846 7.6078 4.66666 7.33072 4.66666 7.00016C4.66666 6.66961 4.77846 6.39252 5.00207 6.16891C5.22568 5.9453 5.50277 5.8335 5.83332 5.8335H22.1667C22.4972 5.8335 22.7743 5.9453 22.9979 6.16891C23.2215 6.39252 23.3333 6.66961 23.3333 7.00016C23.3333 7.33072 23.2215 7.6078 22.9979 7.83141C22.7743 8.05502 22.4972 8.16683 22.1667 8.16683H5.83332ZM5.83332 21.0002C5.50277 21.0002 5.22568 20.8884 5.00207 20.6647C4.77846 20.4411 4.66666 20.1641 4.66666 19.8335C4.66666 19.5029 4.77846 19.2259 5.00207 19.0022C5.22568 18.7786 5.50277 18.6668 5.83332 18.6668H9.36249C9.69305 18.6668 9.96527 18.7786 10.1792 19.0022C10.393 19.2259 10.5 19.5029 10.5 19.8335C10.5 20.1641 10.3882 20.4411 10.1646 20.6647C9.94096 20.8884 9.66388 21.0002 9.33332 21.0002H5.83332Z", fill: "currentColor" })))));
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
SwirlIconInsertBelow.style = swirlIconCss;
|
|
18
|
+
|
|
19
|
+
export { SwirlIconInsertBelow as swirl_icon_insert_below };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { r as registerInstance, h, F as Fragment } from './index-0ff2c8e0.js';
|
|
2
|
+
import { c as classnames } from './index-d280dafb.js';
|
|
3
|
+
|
|
4
|
+
const swirlIconCss = ":host{display:inline-flex}";
|
|
5
|
+
|
|
6
|
+
const SwirlIconInsertOnTop = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
this.size = 24;
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
const viewBoxSize = this.size === 20 ? 24 : this.size;
|
|
13
|
+
const className = classnames("swirl-icon", `swirl-icon--size-${this.size}`);
|
|
14
|
+
return (h("svg", { class: className, fill: "none", height: this.size, part: "icon", viewBox: `0 0 ${viewBoxSize} ${viewBoxSize}`, width: this.size, xmlns: "http://www.w3.org/2000/svg" }, this.size === 16 && (h(Fragment, null, h("path", { d: "M3.33335 8C3.14446 8 2.98613 8.06389 2.85835 8.19167C2.73058 8.31944 2.66669 8.47778 2.66669 8.66667C2.66669 8.85556 2.73058 9.01389 2.85835 9.14167C2.98613 9.26944 3.14446 9.33333 3.33335 9.33333H11.5C12.2 9.33333 12.7917 9.09167 13.275 8.60833C13.7584 8.125 14 7.53333 14 6.83333C14 6.13333 13.7584 5.54167 13.275 5.05833C12.7917 4.575 12.2 4.33333 11.5 4.33333H9.90002L10.2667 3.96667C10.4 3.83333 10.4667 3.675 10.4667 3.49167C10.4667 3.30833 10.4 3.15 10.2667 3.01667C10.1334 2.88333 9.97502 2.81667 9.79169 2.81667C9.60835 2.81667 9.45002 2.88333 9.31669 3.01667L7.80002 4.53333C7.73335 4.6 7.68613 4.67222 7.65835 4.75C7.63058 4.82778 7.61669 4.91111 7.61669 5C7.61669 5.08889 7.63058 5.17222 7.65835 5.25C7.68613 5.32778 7.73335 5.4 7.80002 5.46667L9.33335 7C9.45558 7.12222 9.60835 7.18333 9.79169 7.18333C9.97502 7.18333 10.1334 7.11667 10.2667 6.98333C10.4 6.85 10.4639 6.68889 10.4584 6.5C10.4528 6.31111 10.3834 6.15 10.25 6.01667L9.90002 5.66667H11.5C11.8222 5.66667 12.0972 5.78056 12.325 6.00833C12.5528 6.23611 12.6667 6.51111 12.6667 6.83333C12.6667 7.15556 12.5528 7.43056 12.325 7.65833C12.0972 7.88611 11.8222 8 11.5 8H3.33335ZM3.33335 11.6667C3.14446 11.6667 2.98613 11.7306 2.85835 11.8583C2.73058 11.9861 2.66669 12.1444 2.66669 12.3333C2.66669 12.5222 2.73058 12.6806 2.85835 12.8083C2.98613 12.9361 3.14446 13 3.33335 13H12.6667C12.8556 13 13.0139 12.9361 13.1417 12.8083C13.2695 12.6806 13.3334 12.5222 13.3334 12.3333C13.3334 12.1444 13.2695 11.9861 13.1417 11.8583C13.0139 11.7306 12.8556 11.6667 12.6667 11.6667H3.33335ZM3.33335 4.33333C3.14446 4.33333 2.98613 4.39722 2.85835 4.525C2.73058 4.65278 2.66669 4.81111 2.66669 5C2.66669 5.18889 2.73058 5.34722 2.85835 5.475C2.98613 5.60278 3.14446 5.66667 3.33335 5.66667H5.35002C5.53891 5.66667 5.69446 5.60278 5.81669 5.475C5.93891 5.34722 6.00002 5.18889 6.00002 5C6.00002 4.81111 5.93613 4.65278 5.80835 4.525C5.68058 4.39722 5.52224 4.33333 5.33335 4.33333H3.33335Z", fill: "currentColor" }))), (this.size === 20 || this.size === 24) && (h(Fragment, null, h("path", { d: "M5 11.5C4.71667 11.5 4.47917 11.5958 4.2875 11.7875C4.09583 11.9792 4 12.2167 4 12.5C4 12.7833 4.09583 13.0208 4.2875 13.2125C4.47917 13.4042 4.71667 13.5 5 13.5H17.25C18.3 13.5 19.1875 13.1375 19.9125 12.4125C20.6375 11.6875 21 10.8 21 9.75C21 8.7 20.6375 7.8125 19.9125 7.0875C19.1875 6.3625 18.3 6 17.25 6H14.85L15.4 5.45C15.6 5.25 15.7 5.0125 15.7 4.7375C15.7 4.4625 15.6 4.225 15.4 4.025C15.2 3.825 14.9625 3.725 14.6875 3.725C14.4125 3.725 14.175 3.825 13.975 4.025L11.7 6.3C11.6 6.4 11.5292 6.50833 11.4875 6.625C11.4458 6.74167 11.425 6.86667 11.425 7C11.425 7.13333 11.4458 7.25833 11.4875 7.375C11.5292 7.49167 11.6 7.6 11.7 7.7L14 10C14.1833 10.1833 14.4125 10.275 14.6875 10.275C14.9625 10.275 15.2 10.175 15.4 9.975C15.6 9.775 15.6958 9.53333 15.6875 9.25C15.6792 8.96667 15.575 8.725 15.375 8.525L14.85 8H17.25C17.7333 8 18.1458 8.17083 18.4875 8.5125C18.8292 8.85417 19 9.26667 19 9.75C19 10.2333 18.8292 10.6458 18.4875 10.9875C18.1458 11.3292 17.7333 11.5 17.25 11.5H5ZM5 17C4.71667 17 4.47917 17.0958 4.2875 17.2875C4.09583 17.4792 4 17.7167 4 18C4 18.2833 4.09583 18.5208 4.2875 18.7125C4.47917 18.9042 4.71667 19 5 19H19C19.2833 19 19.5208 18.9042 19.7125 18.7125C19.9042 18.5208 20 18.2833 20 18C20 17.7167 19.9042 17.4792 19.7125 17.2875C19.5208 17.0958 19.2833 17 19 17H5ZM5 6C4.71667 6 4.47917 6.09583 4.2875 6.2875C4.09583 6.47917 4 6.71667 4 7C4 7.28333 4.09583 7.52083 4.2875 7.7125C4.47917 7.90417 4.71667 8 5 8H8.025C8.30833 8 8.54167 7.90417 8.725 7.7125C8.90833 7.52083 9 7.28333 9 7C9 6.71667 8.90417 6.47917 8.7125 6.2875C8.52083 6.09583 8.28333 6 8 6H5Z", fill: "currentColor" }))), this.size === 28 && (h(Fragment, null, h("path", { d: "M5.83332 14.25C5.50277 14.25 5.22568 14.3618 5.00207 14.5854C4.77846 14.809 4.66666 15.0861 4.66666 15.4167C4.66666 15.7472 4.77846 16.0243 5.00207 16.2479C5.22568 16.4715 5.50277 16.5833 5.83332 16.5833H20.125C21.35 16.5833 22.3854 16.1604 23.2312 15.3146C24.0771 14.4687 24.5 13.4333 24.5 12.2083C24.5 10.9833 24.0771 9.94792 23.2312 9.10208C22.3854 8.25625 21.35 7.83333 20.125 7.83333H17.325L17.9667 7.19167C18.2 6.95833 18.3167 6.68125 18.3167 6.36042C18.3167 6.03958 18.2 5.7625 17.9667 5.52917C17.7333 5.29583 17.4562 5.17917 17.1354 5.17917C16.8146 5.17917 16.5375 5.29583 16.3042 5.52917L13.65 8.18333C13.5333 8.3 13.4507 8.42639 13.4021 8.5625C13.3535 8.69861 13.3292 8.84444 13.3292 9C13.3292 9.15556 13.3535 9.30139 13.4021 9.4375C13.4507 9.57361 13.5333 9.7 13.65 9.81667L16.3333 12.5C16.5472 12.7139 16.8146 12.8208 17.1354 12.8208C17.4562 12.8208 17.7333 12.7042 17.9667 12.4708C18.2 12.2375 18.3118 11.9556 18.3021 11.625C18.2924 11.2944 18.1708 11.0125 17.9375 10.7792L17.325 10.1667H20.125C20.6889 10.1667 21.1701 10.366 21.5687 10.7646C21.9674 11.1632 22.1667 11.6444 22.1667 12.2083C22.1667 12.7722 21.9674 13.2535 21.5687 13.6521C21.1701 14.0507 20.6889 14.25 20.125 14.25H5.83332ZM5.83332 20.6667C5.50277 20.6667 5.22568 20.7785 5.00207 21.0021C4.77846 21.2257 4.66666 21.5028 4.66666 21.8333C4.66666 22.1639 4.77846 22.441 5.00207 22.6646C5.22568 22.8882 5.50277 23 5.83332 23H22.1667C22.4972 23 22.7743 22.8882 22.9979 22.6646C23.2215 22.441 23.3333 22.1639 23.3333 21.8333C23.3333 21.5028 23.2215 21.2257 22.9979 21.0021C22.7743 20.7785 22.4972 20.6667 22.1667 20.6667H5.83332ZM5.83332 7.83333C5.50277 7.83333 5.22568 7.94514 5.00207 8.16875C4.77846 8.39236 4.66666 8.66944 4.66666 9C4.66666 9.33056 4.77846 9.60764 5.00207 9.83125C5.22568 10.0549 5.50277 10.1667 5.83332 10.1667H9.36249C9.69305 10.1667 9.96527 10.0549 10.1792 9.83125C10.393 9.60764 10.5 9.33056 10.5 9C10.5 8.66944 10.3882 8.39236 10.1646 8.16875C9.94096 7.94514 9.66388 7.83333 9.33332 7.83333H5.83332Z", fill: "currentColor" })))));
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
SwirlIconInsertOnTop.style = swirlIconCss;
|
|
18
|
+
|
|
19
|
+
export { SwirlIconInsertOnTop as swirl_icon_insert_on_top };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { r as registerInstance, h, F as Fragment } from './index-0ff2c8e0.js';
|
|
2
|
+
import { c as classnames } from './index-d280dafb.js';
|
|
3
|
+
|
|
4
|
+
const swirlIconCss = ":host{display:inline-flex}";
|
|
5
|
+
|
|
6
|
+
const SwirlIconLongText = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
this.size = 24;
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
const viewBoxSize = this.size === 20 ? 24 : this.size;
|
|
13
|
+
const className = classnames("swirl-icon", `swirl-icon--size-${this.size}`);
|
|
14
|
+
return (h("svg", { class: className, fill: "none", height: this.size, part: "icon", viewBox: `0 0 ${viewBoxSize} ${viewBoxSize}`, width: this.size, xmlns: "http://www.w3.org/2000/svg" }, this.size === 16 && (h(Fragment, null, h("path", { d: "M3.33335 12.6668C3.14446 12.6668 2.98613 12.6029 2.85835 12.4752C2.73058 12.3474 2.66669 12.1891 2.66669 12.0002C2.66669 11.8113 2.73058 11.6529 2.85835 11.5252C2.98613 11.3974 3.14446 11.3335 3.33335 11.3335H8.66669C8.85558 11.3335 9.01391 11.3974 9.14169 11.5252C9.26947 11.6529 9.33335 11.8113 9.33335 12.0002C9.33335 12.1891 9.26947 12.3474 9.14169 12.4752C9.01391 12.6029 8.85558 12.6668 8.66669 12.6668H3.33335ZM3.33335 7.3335C3.14446 7.3335 2.98613 7.26961 2.85835 7.14183C2.73058 7.01405 2.66669 6.85572 2.66669 6.66683C2.66669 6.47794 2.73058 6.31961 2.85835 6.19183C2.98613 6.06405 3.14446 6.00016 3.33335 6.00016H12.6667C12.8556 6.00016 13.0139 6.06405 13.1417 6.19183C13.2695 6.31961 13.3334 6.47794 13.3334 6.66683C13.3334 6.85572 13.2695 7.01405 13.1417 7.14183C13.0139 7.26961 12.8556 7.3335 12.6667 7.3335H3.33335ZM3.33335 10.0002C3.14446 10.0002 2.98613 9.93627 2.85835 9.8085C2.73058 9.68072 2.66669 9.52238 2.66669 9.3335C2.66669 9.14461 2.73058 8.98627 2.85835 8.8585C2.98613 8.73072 3.14446 8.66683 3.33335 8.66683H12.6667C12.8556 8.66683 13.0139 8.73072 13.1417 8.8585C13.2695 8.98627 13.3334 9.14461 13.3334 9.3335C13.3334 9.52238 13.2695 9.68072 13.1417 9.8085C13.0139 9.93627 12.8556 10.0002 12.6667 10.0002H3.33335ZM3.33335 4.66683C3.14446 4.66683 2.98613 4.60294 2.85835 4.47516C2.73058 4.34738 2.66669 4.18905 2.66669 4.00016C2.66669 3.81127 2.73058 3.65294 2.85835 3.52516C2.98613 3.39738 3.14446 3.3335 3.33335 3.3335H12.6667C12.8556 3.3335 13.0139 3.39738 13.1417 3.52516C13.2695 3.65294 13.3334 3.81127 13.3334 4.00016C13.3334 4.18905 13.2695 4.34738 13.1417 4.47516C13.0139 4.60294 12.8556 4.66683 12.6667 4.66683H3.33335Z", fill: "currentColor" }))), (this.size === 20 || this.size === 24) && (h(Fragment, null, h("path", { d: "M5 19C4.71667 19 4.47917 18.9042 4.2875 18.7125C4.09583 18.5208 4 18.2833 4 18C4 17.7167 4.09583 17.4792 4.2875 17.2875C4.47917 17.0958 4.71667 17 5 17H13C13.2833 17 13.5208 17.0958 13.7125 17.2875C13.9042 17.4792 14 17.7167 14 18C14 18.2833 13.9042 18.5208 13.7125 18.7125C13.5208 18.9042 13.2833 19 13 19H5ZM5 11C4.71667 11 4.47917 10.9042 4.2875 10.7125C4.09583 10.5208 4 10.2833 4 10C4 9.71667 4.09583 9.47917 4.2875 9.2875C4.47917 9.09583 4.71667 9 5 9H19C19.2833 9 19.5208 9.09583 19.7125 9.2875C19.9042 9.47917 20 9.71667 20 10C20 10.2833 19.9042 10.5208 19.7125 10.7125C19.5208 10.9042 19.2833 11 19 11H5ZM5 15C4.71667 15 4.47917 14.9042 4.2875 14.7125C4.09583 14.5208 4 14.2833 4 14C4 13.7167 4.09583 13.4792 4.2875 13.2875C4.47917 13.0958 4.71667 13 5 13H19C19.2833 13 19.5208 13.0958 19.7125 13.2875C19.9042 13.4792 20 13.7167 20 14C20 14.2833 19.9042 14.5208 19.7125 14.7125C19.5208 14.9042 19.2833 15 19 15H5ZM5 7C4.71667 7 4.47917 6.90417 4.2875 6.7125C4.09583 6.52083 4 6.28333 4 6C4 5.71667 4.09583 5.47917 4.2875 5.2875C4.47917 5.09583 4.71667 5 5 5H19C19.2833 5 19.5208 5.09583 19.7125 5.2875C19.9042 5.47917 20 5.71667 20 6C20 6.28333 19.9042 6.52083 19.7125 6.7125C19.5208 6.90417 19.2833 7 19 7H5Z", fill: "currentColor" }))), this.size === 28 && (h(Fragment, null, h("path", { d: "M5.83332 22.1668C5.50277 22.1668 5.22568 22.055 5.00207 21.8314C4.77846 21.6078 4.66666 21.3307 4.66666 21.0002C4.66666 20.6696 4.77846 20.3925 5.00207 20.1689C5.22568 19.9453 5.50277 19.8335 5.83332 19.8335H15.1667C15.4972 19.8335 15.7743 19.9453 15.9979 20.1689C16.2215 20.3925 16.3333 20.6696 16.3333 21.0002C16.3333 21.3307 16.2215 21.6078 15.9979 21.8314C15.7743 22.055 15.4972 22.1668 15.1667 22.1668H5.83332ZM5.83332 12.8335C5.50277 12.8335 5.22568 12.7217 5.00207 12.4981C4.77846 12.2745 4.66666 11.9974 4.66666 11.6668C4.66666 11.3363 4.77846 11.0592 5.00207 10.8356C5.22568 10.612 5.50277 10.5002 5.83332 10.5002H22.1667C22.4972 10.5002 22.7743 10.612 22.9979 10.8356C23.2215 11.0592 23.3333 11.3363 23.3333 11.6668C23.3333 11.9974 23.2215 12.2745 22.9979 12.4981C22.7743 12.7217 22.4972 12.8335 22.1667 12.8335H5.83332ZM5.83332 17.5002C5.50277 17.5002 5.22568 17.3884 5.00207 17.1647C4.77846 16.9411 4.66666 16.6641 4.66666 16.3335C4.66666 16.0029 4.77846 15.7259 5.00207 15.5022C5.22568 15.2786 5.50277 15.1668 5.83332 15.1668H22.1667C22.4972 15.1668 22.7743 15.2786 22.9979 15.5022C23.2215 15.7259 23.3333 16.0029 23.3333 16.3335C23.3333 16.6641 23.2215 16.9411 22.9979 17.1647C22.7743 17.3884 22.4972 17.5002 22.1667 17.5002H5.83332ZM5.83332 8.16683C5.50277 8.16683 5.22568 8.05502 5.00207 7.83141C4.77846 7.6078 4.66666 7.33072 4.66666 7.00016C4.66666 6.66961 4.77846 6.39252 5.00207 6.16891C5.22568 5.9453 5.50277 5.8335 5.83332 5.8335H22.1667C22.4972 5.8335 22.7743 5.9453 22.9979 6.16891C23.2215 6.39252 23.3333 6.66961 23.3333 7.00016C23.3333 7.33072 23.2215 7.6078 22.9979 7.83141C22.7743 8.05502 22.4972 8.16683 22.1667 8.16683H5.83332Z", fill: "currentColor" })))));
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
SwirlIconLongText.style = swirlIconCss;
|
|
18
|
+
|
|
19
|
+
export { SwirlIconLongText as swirl_icon_long_text };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { r as registerInstance, h, F as Fragment } from './index-0ff2c8e0.js';
|
|
2
|
+
import { c as classnames } from './index-d280dafb.js';
|
|
3
|
+
|
|
4
|
+
const swirlIconCss = ":host{display:inline-flex}";
|
|
5
|
+
|
|
6
|
+
const SwirlIconShortText = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
this.size = 24;
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
const viewBoxSize = this.size === 20 ? 24 : this.size;
|
|
13
|
+
const className = classnames("swirl-icon", `swirl-icon--size-${this.size}`);
|
|
14
|
+
return (h("svg", { class: className, fill: "none", height: this.size, part: "icon", viewBox: `0 0 ${viewBoxSize} ${viewBoxSize}`, width: this.size, xmlns: "http://www.w3.org/2000/svg" }, this.size === 16 && (h(Fragment, null, h("path", { d: "M3.33335 7.33333C3.14446 7.33333 2.98613 7.26944 2.85835 7.14167C2.73058 7.01389 2.66669 6.85556 2.66669 6.66667C2.66669 6.47778 2.73058 6.31944 2.85835 6.19167C2.98613 6.06389 3.14446 6 3.33335 6H12.6667C12.8556 6 13.0139 6.06389 13.1417 6.19167C13.2695 6.31944 13.3334 6.47778 13.3334 6.66667C13.3334 6.85556 13.2695 7.01389 13.1417 7.14167C13.0139 7.26944 12.8556 7.33333 12.6667 7.33333H3.33335ZM3.33335 10C3.14446 10 2.98613 9.93611 2.85835 9.80833C2.73058 9.68056 2.66669 9.52222 2.66669 9.33333C2.66669 9.14444 2.73058 8.98611 2.85835 8.85833C2.98613 8.73056 3.14446 8.66667 3.33335 8.66667H8.66669C8.85558 8.66667 9.01391 8.73056 9.14169 8.85833C9.26947 8.98611 9.33335 9.14444 9.33335 9.33333C9.33335 9.52222 9.26947 9.68056 9.14169 9.80833C9.01391 9.93611 8.85558 10 8.66669 10H3.33335Z", fill: "currentColor" }))), (this.size === 20 || this.size === 24) && (h(Fragment, null, h("path", { d: "M5 11C4.71667 11 4.47917 10.9042 4.2875 10.7125C4.09583 10.5208 4 10.2833 4 10C4 9.71667 4.09583 9.47917 4.2875 9.2875C4.47917 9.09583 4.71667 9 5 9H19C19.2833 9 19.5208 9.09583 19.7125 9.2875C19.9042 9.47917 20 9.71667 20 10C20 10.2833 19.9042 10.5208 19.7125 10.7125C19.5208 10.9042 19.2833 11 19 11H5ZM5 15C4.71667 15 4.47917 14.9042 4.2875 14.7125C4.09583 14.5208 4 14.2833 4 14C4 13.7167 4.09583 13.4792 4.2875 13.2875C4.47917 13.0958 4.71667 13 5 13H13C13.2833 13 13.5208 13.0958 13.7125 13.2875C13.9042 13.4792 14 13.7167 14 14C14 14.2833 13.9042 14.5208 13.7125 14.7125C13.5208 14.9042 13.2833 15 13 15H5Z", fill: "currentColor" }))), this.size === 28 && (h(Fragment, null, h("path", { d: "M5.83332 12.8333C5.50277 12.8333 5.22568 12.7215 5.00207 12.4979C4.77846 12.2743 4.66666 11.9972 4.66666 11.6667C4.66666 11.3361 4.77846 11.059 5.00207 10.8354C5.22568 10.6118 5.50277 10.5 5.83332 10.5H22.1667C22.4972 10.5 22.7743 10.6118 22.9979 10.8354C23.2215 11.059 23.3333 11.3361 23.3333 11.6667C23.3333 11.9972 23.2215 12.2743 22.9979 12.4979C22.7743 12.7215 22.4972 12.8333 22.1667 12.8333H5.83332ZM5.83332 17.5C5.50277 17.5 5.22568 17.3882 5.00207 17.1646C4.77846 16.941 4.66666 16.6639 4.66666 16.3333C4.66666 16.0028 4.77846 15.7257 5.00207 15.5021C5.22568 15.2785 5.50277 15.1667 5.83332 15.1667H15.1667C15.4972 15.1667 15.7743 15.2785 15.9979 15.5021C16.2215 15.7257 16.3333 16.0028 16.3333 16.3333C16.3333 16.6639 16.2215 16.941 15.9979 17.1646C15.7743 17.3882 15.4972 17.5 15.1667 17.5H5.83332Z", fill: "currentColor" })))));
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
SwirlIconShortText.style = swirlIconCss;
|
|
18
|
+
|
|
19
|
+
export { SwirlIconShortText as swirl_icon_short_text };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { r as registerInstance, h, F as Fragment } from './index-0ff2c8e0.js';
|
|
2
|
+
import { c as classnames } from './index-d280dafb.js';
|
|
3
|
+
|
|
4
|
+
const swirlIconCss = ":host{display:inline-flex}";
|
|
5
|
+
|
|
6
|
+
const SwirlIconSimplify = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
this.size = 24;
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
const viewBoxSize = this.size === 20 ? 24 : this.size;
|
|
13
|
+
const className = classnames("swirl-icon", `swirl-icon--size-${this.size}`);
|
|
14
|
+
return (h("svg", { class: className, fill: "none", height: this.size, part: "icon", viewBox: `0 0 ${viewBoxSize} ${viewBoxSize}`, width: this.size, xmlns: "http://www.w3.org/2000/svg" }, this.size === 16 && (h(Fragment, null, h("path", { d: "M9.30002 13.5998L13.2667 12.3665C13.2111 12.2665 13.1306 12.1804 13.025 12.1082C12.9195 12.0359 12.8 11.9998 12.6667 11.9998H9.30002C9.00002 11.9998 8.76113 11.9887 8.58335 11.9665C8.40558 11.9443 8.22224 11.8998 8.03335 11.8332L7.08335 11.5165C6.90558 11.4609 6.7778 11.3498 6.70002 11.1832C6.62224 11.0165 6.61113 10.8443 6.66669 10.6665C6.72224 10.4887 6.83058 10.3582 6.99169 10.2748C7.1528 10.1915 7.32224 10.1776 7.50002 10.2332L8.20002 10.4665C8.38891 10.5221 8.6028 10.5665 8.84169 10.5998C9.08058 10.6332 9.40558 10.6554 9.81669 10.6665H10C10 10.5443 9.96391 10.4276 9.89169 10.3165C9.81946 10.2054 9.73335 10.1332 9.63335 10.0998L5.73335 8.6665H4.66669V12.3332L9.30002 13.5998ZM8.95002 14.8998L4.66669 13.6998C4.5778 13.9887 4.4028 14.2221 4.14169 14.3998C3.88058 14.5776 3.61113 14.6665 3.33335 14.6665H2.00002C1.63335 14.6665 1.31946 14.5359 1.05835 14.2748C0.797243 14.0137 0.666687 13.6998 0.666687 13.3332V8.6665C0.666687 8.29984 0.797243 7.98595 1.05835 7.72484C1.31946 7.46373 1.63335 7.33317 2.00002 7.33317H5.73335C5.81113 7.33317 5.88891 7.3415 5.96669 7.35817C6.04446 7.37484 6.11669 7.39428 6.18335 7.4165L10.1 8.8665C10.4667 8.99984 10.7639 9.23317 10.9917 9.5665C11.2195 9.89984 11.3334 10.2665 11.3334 10.6665H12.6667C13.2222 10.6665 13.6945 10.8498 14.0834 11.2165C14.4722 11.5832 14.6667 12.0665 14.6667 12.6665C14.6667 12.9109 14.6028 13.1026 14.475 13.2415C14.3472 13.3804 14.15 13.4943 13.8834 13.5832L9.71669 14.8832C9.59446 14.9276 9.46669 14.9498 9.33335 14.9498C9.20002 14.9498 9.07224 14.9332 8.95002 14.8998ZM2.00002 13.3332H3.33335V8.6665H2.00002V13.3332Z", fill: "currentColor" }), h("path", { d: "M10.5209 5.479L11.6667 7.99984L12.8125 5.479L15.3334 4.33317L12.8125 3.18734L11.6667 0.666504L10.5209 3.18734L8.00002 4.33317L10.5209 5.479Z", fill: "currentColor" }))), (this.size === 20 || this.size === 24) && (h(Fragment, null, h("path", { d: "M13.95 20.4L19.9 18.55C19.8167 18.4 19.6958 18.2708 19.5375 18.1625C19.3792 18.0542 19.2 18 19 18H13.95C13.5 18 13.1417 17.9833 12.875 17.95C12.6083 17.9167 12.3333 17.85 12.05 17.75L10.625 17.275C10.3583 17.1917 10.1667 17.025 10.05 16.775C9.93333 16.525 9.91667 16.2667 10 16C10.0833 15.7333 10.2458 15.5375 10.4875 15.4125C10.7292 15.2875 10.9833 15.2667 11.25 15.35L12.3 15.7C12.5833 15.7833 12.9042 15.85 13.2625 15.9C13.6208 15.95 14.1083 15.9833 14.725 16H15C15 15.8167 14.9458 15.6417 14.8375 15.475C14.7292 15.3083 14.6 15.2 14.45 15.15L8.6 13H7V18.5L13.95 20.4ZM13.425 22.35L7 20.55C6.86667 20.9833 6.60417 21.3333 6.2125 21.6C5.82083 21.8667 5.41667 22 5 22H3C2.45 22 1.97917 21.8042 1.5875 21.4125C1.19583 21.0208 1 20.55 1 20V13C1 12.45 1.19583 11.9792 1.5875 11.5875C1.97917 11.1958 2.45 11 3 11H8.6C8.71667 11 8.83333 11.0125 8.95 11.0375C9.06667 11.0625 9.175 11.0917 9.275 11.125L15.15 13.3C15.7 13.5 16.1458 13.85 16.4875 14.35C16.8292 14.85 17 15.4 17 16H19C19.8333 16 20.5417 16.275 21.125 16.825C21.7083 17.375 22 18.1 22 19C22 19.3667 21.9042 19.6542 21.7125 19.8625C21.5208 20.0708 21.225 20.2417 20.825 20.375L14.575 22.325C14.3917 22.3917 14.2 22.425 14 22.425C13.8 22.425 13.6083 22.4 13.425 22.35ZM3 20H5V13H3V20Z", fill: "currentColor" }), h("path", { d: "M15.7812 8.21875L17.5 12L19.2188 8.21875L23 6.5L19.2188 4.78125L17.5 1L15.7812 4.78125L12 6.5L15.7812 8.21875Z", fill: "currentColor" }))), this.size === 28 && (h(Fragment, null, h("path", { d: "M16.275 23.7998L23.2167 21.6415C23.1194 21.4665 22.9785 21.3158 22.7937 21.1894C22.609 21.063 22.4 20.9998 22.1667 20.9998H16.275C15.75 20.9998 15.3319 20.9804 15.0208 20.9415C14.7097 20.9026 14.3889 20.8248 14.0583 20.7082L12.3958 20.154C12.0847 20.0568 11.8611 19.8623 11.725 19.5707C11.5889 19.279 11.5694 18.9776 11.6667 18.6665C11.7639 18.3554 11.9535 18.1269 12.2354 17.9811C12.5174 17.8353 12.8139 17.811 13.125 17.9082L14.35 18.3165C14.6805 18.4137 15.0549 18.4915 15.4729 18.5498C15.891 18.6082 16.4597 18.6471 17.1792 18.6665H17.5C17.5 18.4526 17.4368 18.2485 17.3104 18.054C17.184 17.8596 17.0333 17.7332 16.8583 17.6748L10.0333 15.1665H8.16666V21.5832L16.275 23.7998ZM15.6625 26.0748L8.16666 23.9748C8.0111 24.4804 7.70485 24.8887 7.24791 25.1998C6.79096 25.511 6.31943 25.6665 5.83332 25.6665H3.49999C2.85832 25.6665 2.30902 25.438 1.85207 24.9811C1.39513 24.5241 1.16666 23.9748 1.16666 23.3332V15.1665C1.16666 14.5248 1.39513 13.9755 1.85207 13.5186C2.30902 13.0616 2.85832 12.8332 3.49999 12.8332H10.0333C10.1694 12.8332 10.3055 12.8478 10.4417 12.8769C10.5778 12.9061 10.7042 12.9401 10.8208 12.979L17.675 15.5165C18.3167 15.7498 18.8368 16.1582 19.2354 16.7415C19.634 17.3248 19.8333 17.9665 19.8333 18.6665H22.1667C23.1389 18.6665 23.9653 18.9873 24.6458 19.629C25.3264 20.2707 25.6667 21.1165 25.6667 22.1665C25.6667 22.5943 25.5549 22.9297 25.3312 23.1728C25.1076 23.4158 24.7625 23.6151 24.2958 23.7707L17.0042 26.0457C16.7903 26.1235 16.5667 26.1623 16.3333 26.1623C16.1 26.1623 15.8764 26.1332 15.6625 26.0748ZM3.49999 23.3332H5.83332V15.1665H3.49999V23.3332Z", fill: "currentColor" }), h("path", { d: "M18.4114 9.58838L20.4167 13.9998L22.4219 9.58838L26.8333 7.58317L22.4219 5.57796L20.4167 1.1665L18.4114 5.57796L14 7.58317L18.4114 9.58838Z", fill: "currentColor" })))));
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
SwirlIconSimplify.style = swirlIconCss;
|
|
18
|
+
|
|
19
|
+
export { SwirlIconSimplify as swirl_icon_simplify };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { r as registerInstance, h, F as Fragment } from './index-0ff2c8e0.js';
|
|
2
|
+
import { c as classnames } from './index-d280dafb.js';
|
|
3
|
+
|
|
4
|
+
const swirlIconCss = ":host{display:inline-flex}";
|
|
5
|
+
|
|
6
|
+
const SwirlIconSpellcheck = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
this.size = 24;
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
const viewBoxSize = this.size === 20 ? 24 : this.size;
|
|
13
|
+
const className = classnames("swirl-icon", `swirl-icon--size-${this.size}`);
|
|
14
|
+
return (h("svg", { class: className, fill: "none", height: this.size, part: "icon", viewBox: `0 0 ${viewBoxSize} ${viewBoxSize}`, width: this.size, xmlns: "http://www.w3.org/2000/svg" }, this.size === 16 && (h(Fragment, null, h("path", { d: "M9.40002 14.4667C9.33335 14.4667 9.27224 14.4556 9.21669 14.4333C9.16113 14.4111 9.10558 14.3722 9.05002 14.3167L7.03335 12.3C6.91113 12.1778 6.85002 12.0222 6.85002 11.8333C6.85002 11.6444 6.91113 11.4889 7.03335 11.3667C7.15558 11.2444 7.31113 11.1833 7.50002 11.1833C7.68891 11.1833 7.84446 11.2444 7.96669 11.3667L9.40002 12.8L12.7 9.5C12.8222 9.37778 12.9778 9.31667 13.1667 9.31667C13.3556 9.31667 13.5111 9.37778 13.6334 9.5C13.7556 9.62222 13.8167 9.77778 13.8167 9.96667C13.8167 10.1556 13.7556 10.3111 13.6334 10.4333L9.75002 14.3167C9.69447 14.3722 9.63891 14.4111 9.58335 14.4333C9.5278 14.4556 9.46669 14.4667 9.40002 14.4667ZM2.93335 10.6667C2.6778 10.6667 2.49169 10.5833 2.37502 10.4167C2.25835 10.25 2.24446 10.0444 2.33335 9.8L4.96669 2.73333C5.04446 2.53333 5.18335 2.36111 5.38335 2.21667C5.58335 2.07222 5.79446 2 6.01669 2C6.23891 2 6.45002 2.07222 6.65002 2.21667C6.85002 2.36111 6.98891 2.53333 7.06669 2.73333L9.70002 9.75C9.78891 10.0056 9.77224 10.2222 9.65002 10.4C9.5278 10.5778 9.3278 10.6667 9.05002 10.6667C8.89446 10.6667 8.74724 10.6167 8.60835 10.5167C8.46947 10.4167 8.37224 10.2944 8.31669 10.15L7.73335 8.46667H4.23335L3.63335 10.1833C3.5778 10.3167 3.48613 10.4306 3.35835 10.525C3.23058 10.6194 3.08891 10.6667 2.93335 10.6667ZM4.70002 7.2H7.30002L6.03335 3.6H5.96669L4.70002 7.2Z", fill: "currentColor" }))), (this.size === 20 || this.size === 24) && (h(Fragment, null, h("path", { d: "M14.1 21.7C14 21.7 13.9083 21.6833 13.825 21.65C13.7417 21.6167 13.6583 21.5583 13.575 21.475L10.55 18.45C10.3667 18.2667 10.275 18.0333 10.275 17.75C10.275 17.4667 10.3667 17.2333 10.55 17.05C10.7333 16.8667 10.9667 16.775 11.25 16.775C11.5333 16.775 11.7667 16.8667 11.95 17.05L14.1 19.2L19.05 14.25C19.2333 14.0667 19.4667 13.975 19.75 13.975C20.0333 13.975 20.2667 14.0667 20.45 14.25C20.6333 14.4333 20.725 14.6667 20.725 14.95C20.725 15.2333 20.6333 15.4667 20.45 15.65L14.625 21.475C14.5417 21.5583 14.4583 21.6167 14.375 21.65C14.2917 21.6833 14.2 21.7 14.1 21.7ZM4.4 16C4.01667 16 3.7375 15.875 3.5625 15.625C3.3875 15.375 3.36667 15.0667 3.5 14.7L7.45 4.1C7.56667 3.8 7.775 3.54167 8.075 3.325C8.375 3.10833 8.69167 3 9.025 3C9.35833 3 9.675 3.10833 9.975 3.325C10.275 3.54167 10.4833 3.8 10.6 4.1L14.55 14.625C14.6833 15.0083 14.6583 15.3333 14.475 15.6C14.2917 15.8667 13.9917 16 13.575 16C13.3417 16 13.1208 15.925 12.9125 15.775C12.7042 15.625 12.5583 15.4417 12.475 15.225L11.6 12.7H6.35L5.45 15.275C5.36667 15.475 5.22917 15.6458 5.0375 15.7875C4.84583 15.9292 4.63333 16 4.4 16ZM7.05 10.8H10.95L9.05 5.4H8.95L7.05 10.8Z", fill: "currentColor" }))), this.size === 28 && (h(Fragment, null, h("path", { d: "M16.45 25.3167C16.3333 25.3167 16.2264 25.2972 16.1292 25.2583C16.0319 25.2194 15.9347 25.1514 15.8375 25.0542L12.3083 21.525C12.0944 21.3111 11.9875 21.0389 11.9875 20.7083C11.9875 20.3778 12.0944 20.1056 12.3083 19.8917C12.5222 19.6778 12.7944 19.5708 13.125 19.5708C13.4555 19.5708 13.7278 19.6778 13.9417 19.8917L16.45 22.4L22.225 16.625C22.4389 16.4111 22.7111 16.3042 23.0417 16.3042C23.3722 16.3042 23.6444 16.4111 23.8583 16.625C24.0722 16.8389 24.1792 17.1111 24.1792 17.4417C24.1792 17.7722 24.0722 18.0444 23.8583 18.2583L17.0625 25.0542C16.9653 25.1514 16.868 25.2194 16.7708 25.2583C16.6736 25.2972 16.5667 25.3167 16.45 25.3167ZM5.13332 18.6667C4.6861 18.6667 4.36041 18.5208 4.15624 18.2292C3.95207 17.9375 3.92777 17.5778 4.08332 17.15L8.69166 4.78333C8.82777 4.43333 9.07082 4.13194 9.42082 3.87917C9.77082 3.62639 10.1403 3.5 10.5292 3.5C10.918 3.5 11.2875 3.62639 11.6375 3.87917C11.9875 4.13194 12.2305 4.43333 12.3667 4.78333L16.975 17.0625C17.1305 17.5097 17.1014 17.8889 16.8875 18.2C16.6736 18.5111 16.3236 18.6667 15.8375 18.6667C15.5653 18.6667 15.3076 18.5792 15.0646 18.4042C14.8215 18.2292 14.6514 18.0153 14.5542 17.7625L13.5333 14.8167H7.40832L6.35832 17.8208C6.2611 18.0542 6.10068 18.2535 5.87707 18.4187C5.65346 18.584 5.40555 18.6667 5.13332 18.6667ZM8.22499 12.6H12.775L10.5583 6.3H10.4417L8.22499 12.6Z", fill: "currentColor" })))));
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
SwirlIconSpellcheck.style = swirlIconCss;
|
|
18
|
+
|
|
19
|
+
export { SwirlIconSpellcheck as swirl_icon_spellcheck };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { r as registerInstance, h, F as Fragment } from './index-0ff2c8e0.js';
|
|
2
|
+
import { c as classnames } from './index-d280dafb.js';
|
|
3
|
+
|
|
4
|
+
const swirlIconCss = ":host{display:inline-flex}";
|
|
5
|
+
|
|
6
|
+
const SwirlIconUndo = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
this.size = 24;
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
const viewBoxSize = this.size === 20 ? 24 : this.size;
|
|
13
|
+
const className = classnames("swirl-icon", `swirl-icon--size-${this.size}`);
|
|
14
|
+
return (h("svg", { class: className, fill: "none", height: this.size, part: "icon", viewBox: `0 0 ${viewBoxSize} ${viewBoxSize}`, width: this.size, xmlns: "http://www.w3.org/2000/svg" }, this.size === 16 && (h(Fragment, null, h("path", { d: "M5.33335 12.6664C5.14446 12.6664 4.98612 12.6025 4.85835 12.4747C4.73057 12.3469 4.66668 12.1886 4.66668 11.9997C4.66668 11.8108 4.73057 11.6525 4.85835 11.5247C4.98612 11.3969 5.14446 11.333 5.33335 11.333H9.40001C10.1 11.333 10.7083 11.1108 11.225 10.6664C11.7417 10.2219 12 9.66637 12 8.99971C12 8.33304 11.7417 7.77748 11.225 7.33304C10.7083 6.8886 10.1 6.66637 9.40001 6.66637H5.20001L6.46668 7.93304C6.5889 8.05526 6.65001 8.21082 6.65001 8.39971C6.65001 8.5886 6.5889 8.74415 6.46668 8.86637C6.34446 8.9886 6.1889 9.04971 6.00001 9.04971C5.81112 9.04971 5.65557 8.9886 5.53335 8.86637L3.13335 6.46637C3.06668 6.39971 3.01946 6.32748 2.99168 6.24971C2.9639 6.17193 2.95001 6.0886 2.95001 5.99971C2.95001 5.91082 2.9639 5.82748 2.99168 5.74971C3.01946 5.67193 3.06668 5.59971 3.13335 5.53304L5.53335 3.13304C5.65557 3.01082 5.81112 2.94971 6.00001 2.94971C6.1889 2.94971 6.34446 3.01082 6.46668 3.13304C6.5889 3.25526 6.65001 3.41082 6.65001 3.59971C6.65001 3.7886 6.5889 3.94415 6.46668 4.06637L5.20001 5.33304H9.40001C10.4778 5.33304 11.4028 5.68304 12.175 6.38304C12.9472 7.08304 13.3333 7.95526 13.3333 8.99971C13.3333 10.0442 12.9472 10.9164 12.175 11.6164C11.4028 12.3164 10.4778 12.6664 9.40001 12.6664H5.33335Z", fill: "currentColor" }))), (this.size === 20 || this.size === 24) && (h(Fragment, null, h("path", { d: "M7.99999 18.9998C7.71665 18.9998 7.47915 18.904 7.28749 18.7123C7.09582 18.5206 6.99999 18.2831 6.99999 17.9998C6.99999 17.7165 7.09582 17.479 7.28749 17.2873C7.47915 17.0956 7.71665 16.9998 7.99999 16.9998H14.1C15.15 16.9998 16.0625 16.6665 16.8375 15.9998C17.6125 15.3331 18 14.4998 18 13.4998C18 12.4998 17.6125 11.6665 16.8375 10.9998C16.0625 10.3331 15.15 9.9998 14.1 9.9998H7.79999L9.69999 11.8998C9.88332 12.0831 9.97499 12.3165 9.97499 12.5998C9.97499 12.8831 9.88332 13.1165 9.69999 13.2998C9.51665 13.4831 9.28332 13.5748 8.99999 13.5748C8.71665 13.5748 8.48332 13.4831 8.29999 13.2998L4.69999 9.6998C4.59999 9.5998 4.52915 9.49147 4.48749 9.3748C4.44582 9.25814 4.42499 9.13314 4.42499 8.9998C4.42499 8.86647 4.44582 8.74147 4.48749 8.6248C4.52915 8.50814 4.59999 8.3998 4.69999 8.2998L8.29999 4.6998C8.48332 4.51647 8.71665 4.4248 8.99999 4.4248C9.28332 4.4248 9.51665 4.51647 9.69999 4.6998C9.88332 4.88314 9.97499 5.11647 9.97499 5.3998C9.97499 5.68314 9.88332 5.91647 9.69999 6.0998L7.79999 7.9998H14.1C15.7167 7.9998 17.1042 8.5248 18.2625 9.5748C19.4208 10.6248 20 11.9331 20 13.4998C20 15.0665 19.4208 16.3748 18.2625 17.4248C17.1042 18.4748 15.7167 18.9998 14.1 18.9998H7.99999Z", fill: "currentColor" }))), this.size === 28 && (h(Fragment, null, h("path", { d: "M9.33334 22.1663C9.00278 22.1663 8.7257 22.0545 8.50209 21.8309C8.27848 21.6072 8.16667 21.3302 8.16667 20.9996C8.16667 20.6691 8.27848 20.392 8.50209 20.1684C8.7257 19.9447 9.00278 19.8329 9.33334 19.8329H16.45C17.675 19.8329 18.7396 19.4441 19.6438 18.6663C20.5479 17.8885 21 16.9163 21 15.7496C21 14.5829 20.5479 13.6107 19.6438 12.8329C18.7396 12.0552 17.675 11.6663 16.45 11.6663H9.10001L11.3167 13.8829C11.5306 14.0968 11.6375 14.3691 11.6375 14.6996C11.6375 15.0302 11.5306 15.3024 11.3167 15.5163C11.1028 15.7302 10.8306 15.8371 10.5 15.8371C10.1695 15.8371 9.89723 15.7302 9.68334 15.5163L5.48334 11.3163C5.36667 11.1996 5.28403 11.0732 5.23542 10.9371C5.18681 10.801 5.16251 10.6552 5.16251 10.4996C5.16251 10.3441 5.18681 10.1982 5.23542 10.0621C5.28403 9.926 5.36667 9.79961 5.48334 9.68294L9.68334 5.48294C9.89723 5.26905 10.1695 5.16211 10.5 5.16211C10.8306 5.16211 11.1028 5.26905 11.3167 5.48294C11.5306 5.69683 11.6375 5.96905 11.6375 6.29961C11.6375 6.63017 11.5306 6.90239 11.3167 7.11628L9.10001 9.33294H16.45C18.3361 9.33294 19.9549 9.94544 21.3063 11.1704C22.6576 12.3954 23.3333 13.9218 23.3333 15.7496C23.3333 17.5774 22.6576 19.1038 21.3063 20.3288C19.9549 21.5538 18.3361 22.1663 16.45 22.1663H9.33334Z", fill: "currentColor" })))));
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
SwirlIconUndo.style = swirlIconCss;
|
|
18
|
+
|
|
19
|
+
export { SwirlIconUndo as swirl_icon_undo };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { r as registerInstance, h, F as Fragment } from './index-0ff2c8e0.js';
|
|
2
|
+
import { c as classnames } from './index-d280dafb.js';
|
|
3
|
+
|
|
4
|
+
const swirlIconCss = ":host{display:inline-flex}";
|
|
5
|
+
|
|
6
|
+
const SwirlIconVoice = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
this.size = 24;
|
|
10
|
+
}
|
|
11
|
+
render() {
|
|
12
|
+
const viewBoxSize = this.size === 20 ? 24 : this.size;
|
|
13
|
+
const className = classnames("swirl-icon", `swirl-icon--size-${this.size}`);
|
|
14
|
+
return (h("svg", { class: className, fill: "none", height: this.size, part: "icon", viewBox: `0 0 ${viewBoxSize} ${viewBoxSize}`, width: this.size, xmlns: "http://www.w3.org/2000/svg" }, this.size === 16 && (h(Fragment, null, h("path", { d: "M12.75 10.0833C12.6278 9.96106 12.5639 9.80551 12.5584 9.61662C12.5528 9.42773 12.6111 9.25551 12.7334 9.09995C13.0778 8.67773 13.3472 8.20273 13.5417 7.67495C13.7361 7.14717 13.8334 6.58884 13.8334 5.99995C13.8334 5.42217 13.7361 4.87217 13.5417 4.34995C13.3472 3.82773 13.0778 3.35551 12.7334 2.93328C12.6111 2.77773 12.55 2.60551 12.55 2.41662C12.55 2.22773 12.6167 2.06662 12.75 1.93328C12.9056 1.77773 13.0917 1.69995 13.3084 1.69995C13.525 1.69995 13.7 1.77773 13.8334 1.93328C14.3 2.49995 14.6667 3.12773 14.9334 3.81662C15.2 4.50551 15.3334 5.23328 15.3334 5.99995C15.3334 6.76662 15.2 7.4944 14.9334 8.18328C14.6667 8.87217 14.3 9.49995 13.8334 10.0666C13.7 10.2222 13.525 10.3027 13.3084 10.3083C13.0917 10.3138 12.9056 10.2388 12.75 10.0833ZM10.6 7.93328C10.4778 7.81106 10.4084 7.65273 10.3917 7.45828C10.375 7.26384 10.4222 7.07217 10.5334 6.88328C10.6111 6.74995 10.6695 6.60828 10.7084 6.45828C10.7472 6.30828 10.7667 6.15551 10.7667 5.99995C10.7667 5.8444 10.7472 5.69162 10.7084 5.54162C10.6695 5.39162 10.6111 5.24995 10.5334 5.11662C10.4222 4.92773 10.375 4.73606 10.3917 4.54162C10.4084 4.34717 10.4778 4.18884 10.6 4.06662C10.7556 3.91106 10.9445 3.83606 11.1667 3.84162C11.3889 3.84717 11.5611 3.93328 11.6834 4.09995C11.8722 4.37773 12.0222 4.67495 12.1334 4.99162C12.2445 5.30828 12.3 5.6444 12.3 5.99995C12.3 6.35551 12.2445 6.69162 12.1334 7.00828C12.0222 7.32495 11.8722 7.62217 11.6834 7.89995C11.5611 8.06662 11.3889 8.15273 11.1667 8.15828C10.9445 8.16384 10.7556 8.08884 10.6 7.93328ZM6.00002 8.66662C5.26669 8.66662 4.63891 8.40551 4.11669 7.88328C3.59446 7.36106 3.33335 6.73328 3.33335 5.99995C3.33335 5.26662 3.59446 4.63884 4.11669 4.11662C4.63891 3.5944 5.26669 3.33328 6.00002 3.33328C6.73335 3.33328 7.36113 3.5944 7.88335 4.11662C8.40558 4.63884 8.66669 5.26662 8.66669 5.99995C8.66669 6.73328 8.40558 7.36106 7.88335 7.88328C7.36113 8.40551 6.73335 8.66662 6.00002 8.66662ZM1.33335 14C1.14446 14 0.986131 13.9361 0.858354 13.8083C0.730576 13.6805 0.666687 13.5222 0.666687 13.3333V12.1333C0.666687 11.7666 0.761131 11.4222 0.95002 11.1C1.13891 10.7777 1.40002 10.5333 1.73335 10.3666C2.30002 10.0777 2.93891 9.83328 3.65002 9.63328C4.36113 9.43328 5.14446 9.33328 6.00002 9.33328C6.85558 9.33328 7.63891 9.43328 8.35002 9.63328C9.06113 9.83328 9.70002 10.0777 10.2667 10.3666C10.6 10.5333 10.8611 10.7777 11.05 11.1C11.2389 11.4222 11.3334 11.7666 11.3334 12.1333V13.3333C11.3334 13.5222 11.2695 13.6805 11.1417 13.8083C11.0139 13.9361 10.8556 14 10.6667 14H1.33335ZM2.00002 12.6666H10V12.1333C10 12.0111 9.96947 11.9 9.90835 11.8C9.84724 11.7 9.76669 11.6222 9.66669 11.5666C9.26669 11.3666 8.7528 11.1666 8.12502 10.9666C7.49724 10.7666 6.78891 10.6666 6.00002 10.6666C5.21113 10.6666 4.5028 10.7666 3.87502 10.9666C3.24724 11.1666 2.73335 11.3666 2.33335 11.5666C2.23335 11.6222 2.1528 11.7 2.09169 11.8C2.03058 11.9 2.00002 12.0111 2.00002 12.1333V12.6666ZM6.00002 7.33328C6.36669 7.33328 6.68058 7.20273 6.94169 6.94162C7.2028 6.68051 7.33335 6.36662 7.33335 5.99995C7.33335 5.63328 7.2028 5.3194 6.94169 5.05828C6.68058 4.79717 6.36669 4.66662 6.00002 4.66662C5.63335 4.66662 5.31947 4.79717 5.05835 5.05828C4.79724 5.3194 4.66669 5.63328 4.66669 5.99995C4.66669 6.36662 4.79724 6.68051 5.05835 6.94162C5.31947 7.20273 5.63335 7.33328 6.00002 7.33328Z", fill: "currentColor" }))), (this.size === 20 || this.size === 24) && (h(Fragment, null, h("path", { d: "M19.125 15.125C18.9417 14.9417 18.8458 14.7084 18.8375 14.425C18.8292 14.1417 18.9167 13.8834 19.1 13.65C19.6167 13.0167 20.0208 12.3042 20.3125 11.5125C20.6042 10.7209 20.75 9.88338 20.75 9.00005C20.75 8.13338 20.6042 7.30838 20.3125 6.52505C20.0208 5.74172 19.6167 5.03338 19.1 4.40005C18.9167 4.16672 18.825 3.90838 18.825 3.62505C18.825 3.34172 18.925 3.10005 19.125 2.90005C19.3583 2.66672 19.6375 2.55005 19.9625 2.55005C20.2875 2.55005 20.55 2.66672 20.75 2.90005C21.45 3.75005 22 4.69172 22.4 5.72505C22.8 6.75838 23 7.85005 23 9.00005C23 10.15 22.8 11.2417 22.4 12.275C22 13.3084 21.45 14.25 20.75 15.1C20.55 15.3334 20.2875 15.4542 19.9625 15.4625C19.6375 15.4709 19.3583 15.3584 19.125 15.125ZM15.9 11.9C15.7167 11.7167 15.6125 11.4792 15.5875 11.1875C15.5625 10.8959 15.6333 10.6084 15.8 10.325C15.9167 10.125 16.0042 9.91255 16.0625 9.68755C16.1208 9.46255 16.15 9.23338 16.15 9.00005C16.15 8.76672 16.1208 8.53755 16.0625 8.31255C16.0042 8.08755 15.9167 7.87505 15.8 7.67505C15.6333 7.39172 15.5625 7.10422 15.5875 6.81255C15.6125 6.52088 15.7167 6.28338 15.9 6.10005C16.1333 5.86672 16.4167 5.75422 16.75 5.76255C17.0833 5.77088 17.3417 5.90005 17.525 6.15005C17.8083 6.56672 18.0333 7.01255 18.2 7.48755C18.3667 7.96255 18.45 8.46672 18.45 9.00005C18.45 9.53338 18.3667 10.0375 18.2 10.5125C18.0333 10.9875 17.8083 11.4334 17.525 11.85C17.3417 12.1 17.0833 12.2292 16.75 12.2375C16.4167 12.2459 16.1333 12.1334 15.9 11.9ZM9 13C7.9 13 6.95833 12.6084 6.175 11.825C5.39167 11.0417 5 10.1 5 9.00005C5 7.90005 5.39167 6.95838 6.175 6.17505C6.95833 5.39172 7.9 5.00005 9 5.00005C10.1 5.00005 11.0417 5.39172 11.825 6.17505C12.6083 6.95838 13 7.90005 13 9.00005C13 10.1 12.6083 11.0417 11.825 11.825C11.0417 12.6084 10.1 13 9 13ZM2 21C1.71667 21 1.47917 20.9042 1.2875 20.7125C1.09583 20.5209 1 20.2834 1 20V18.2C1 17.65 1.14167 17.1334 1.425 16.65C1.70833 16.1667 2.1 15.8 2.6 15.55C3.45 15.1167 4.40833 14.75 5.475 14.45C6.54167 14.15 7.71667 14 9 14C10.2833 14 11.4583 14.15 12.525 14.45C13.5917 14.75 14.55 15.1167 15.4 15.55C15.9 15.8 16.2917 16.1667 16.575 16.65C16.8583 17.1334 17 17.65 17 18.2V20C17 20.2834 16.9042 20.5209 16.7125 20.7125C16.5208 20.9042 16.2833 21 16 21H2ZM3 19H15V18.2C15 18.0167 14.9542 17.85 14.8625 17.7C14.7708 17.55 14.65 17.4334 14.5 17.35C13.9 17.05 13.1292 16.75 12.1875 16.45C11.2458 16.15 10.1833 16 9 16C7.81667 16 6.75417 16.15 5.8125 16.45C4.87083 16.75 4.1 17.05 3.5 17.35C3.35 17.4334 3.22917 17.55 3.1375 17.7C3.04583 17.85 3 18.0167 3 18.2V19ZM9 11C9.55 11 10.0208 10.8042 10.4125 10.4125C10.8042 10.0209 11 9.55005 11 9.00005C11 8.45005 10.8042 7.97922 10.4125 7.58755C10.0208 7.19588 9.55 7.00005 9 7.00005C8.45 7.00005 7.97917 7.19588 7.5875 7.58755C7.19583 7.97922 7 8.45005 7 9.00005C7 9.55005 7.19583 10.0209 7.5875 10.4125C7.97917 10.8042 8.45 11 9 11Z", fill: "currentColor" }))), this.size === 28 && (h(Fragment, null, h("path", { d: "M22.3125 17.6459C22.0986 17.432 21.9868 17.1598 21.9771 16.8293C21.9673 16.4987 22.0694 16.1973 22.2833 15.9251C22.8861 15.1862 23.3576 14.355 23.6979 13.4313C24.0382 12.5077 24.2083 11.5307 24.2083 10.5001C24.2083 9.48899 24.0382 8.52649 23.6979 7.6126C23.3576 6.69871 22.8861 5.87232 22.2833 5.13343C22.0694 4.86121 21.9625 4.55982 21.9625 4.22926C21.9625 3.89871 22.0792 3.61676 22.3125 3.38343C22.5847 3.11121 22.9104 2.9751 23.2896 2.9751C23.6687 2.9751 23.975 3.11121 24.2083 3.38343C25.025 4.3751 25.6667 5.47371 26.1333 6.67926C26.6 7.88482 26.8333 9.15843 26.8333 10.5001C26.8333 11.8418 26.6 13.1154 26.1333 14.3209C25.6667 15.5265 25.025 16.6251 24.2083 17.6168C23.975 17.889 23.6687 18.03 23.2896 18.0397C22.9104 18.0494 22.5847 17.9182 22.3125 17.6459ZM18.55 13.8834C18.3361 13.6695 18.2146 13.3925 18.1854 13.0522C18.1562 12.7119 18.2389 12.3765 18.4333 12.0459C18.5694 11.8126 18.6715 11.5647 18.7396 11.3022C18.8076 11.0397 18.8417 10.7723 18.8417 10.5001C18.8417 10.2279 18.8076 9.96052 18.7396 9.69802C18.6715 9.43552 18.5694 9.1876 18.4333 8.95426C18.2389 8.62371 18.1562 8.28829 18.1854 7.94801C18.2146 7.60774 18.3361 7.33065 18.55 7.11676C18.8222 6.84454 19.1528 6.71329 19.5417 6.72301C19.9305 6.73274 20.2319 6.88343 20.4458 7.1751C20.7764 7.66121 21.0389 8.18135 21.2333 8.73551C21.4278 9.28968 21.525 9.87788 21.525 10.5001C21.525 11.1223 21.4278 11.7105 21.2333 12.2647C21.0389 12.8188 20.7764 13.339 20.4458 13.8251C20.2319 14.1168 19.9305 14.2675 19.5417 14.2772C19.1528 14.2869 18.8222 14.1557 18.55 13.8834ZM10.5 15.1668C9.21666 15.1668 8.11805 14.7098 7.20416 13.7959C6.29027 12.882 5.83332 11.7834 5.83332 10.5001C5.83332 9.21677 6.29027 8.11815 7.20416 7.20426C8.11805 6.29038 9.21666 5.83343 10.5 5.83343C11.7833 5.83343 12.8819 6.29038 13.7958 7.20426C14.7097 8.11815 15.1667 9.21677 15.1667 10.5001C15.1667 11.7834 14.7097 12.882 13.7958 13.7959C12.8819 14.7098 11.7833 15.1668 10.5 15.1668ZM2.33332 24.5001C2.00277 24.5001 1.72568 24.3883 1.50207 24.1647C1.27846 23.9411 1.16666 23.664 1.16666 23.3334V21.2334C1.16666 20.5918 1.33193 19.989 1.66249 19.4251C1.99305 18.8612 2.44999 18.4334 3.03332 18.1418C4.02499 17.6362 5.14305 17.2084 6.38749 16.8584C7.63193 16.5084 9.00277 16.3334 10.5 16.3334C11.9972 16.3334 13.368 16.5084 14.6125 16.8584C15.8569 17.2084 16.975 17.6362 17.9667 18.1418C18.55 18.4334 19.0069 18.8612 19.3375 19.4251C19.668 19.989 19.8333 20.5918 19.8333 21.2334V23.3334C19.8333 23.664 19.7215 23.9411 19.4979 24.1647C19.2743 24.3883 18.9972 24.5001 18.6667 24.5001H2.33332ZM3.49999 22.1668H17.5V21.2334C17.5 21.0195 17.4465 20.8251 17.3396 20.6501C17.2326 20.4751 17.0917 20.339 16.9167 20.2418C16.2167 19.8918 15.3174 19.5418 14.2187 19.1918C13.1201 18.8418 11.8805 18.6668 10.5 18.6668C9.11943 18.6668 7.87985 18.8418 6.78124 19.1918C5.68263 19.5418 4.78332 19.8918 4.08332 20.2418C3.90832 20.339 3.76735 20.4751 3.66041 20.6501C3.55346 20.8251 3.49999 21.0195 3.49999 21.2334V22.1668ZM10.5 12.8334C11.1417 12.8334 11.691 12.605 12.1479 12.148C12.6049 11.6911 12.8333 11.1418 12.8333 10.5001C12.8333 9.85843 12.6049 9.30913 12.1479 8.85218C11.691 8.39524 11.1417 8.16677 10.5 8.16677C9.85832 8.16677 9.30902 8.39524 8.85207 8.85218C8.39513 9.30913 8.16666 9.85843 8.16666 10.5001C8.16666 11.1418 8.39513 11.6911 8.85207 12.148C9.30902 12.605 9.85832 12.8334 10.5 12.8334Z", fill: "currentColor" })))));
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
SwirlIconVoice.style = swirlIconCss;
|
|
18
|
+
|
|
19
|
+
export { SwirlIconVoice as swirl_icon_voice };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, g as getElement } from './index-0ff2c8e0.js';
|
|
2
|
+
import { c as closestPassShadow } from './utils-61f188cc.js';
|
|
2
3
|
|
|
3
4
|
const swirlTableColumnCss = ":host{display:flex;overflow:hidden;padding-top:var(--s-space-12);padding-right:var(--s-space-16);padding-bottom:var(--s-space-12);padding-left:var(--s-space-16);flex-basis:0;flex-grow:1;flex-shrink:1;align-items:center;border-bottom:var(--s-border-width-default) solid var(--s-border-default);color:var(--s-text-subdued);background-color:var(--s-background-default);font-size:var(--s-font-size-sm);font-weight:var(--s-font-weight-medium);line-height:var(--s-line-height-sm);white-space:nowrap;letter-spacing:var(--s-letter-spacing-tighter);text-overflow:ellipsis;transition:box-shadow 0.15s;gap:var(--s-space-8)}:host(.table-column--has-shadow-right){box-shadow:var(--swirl-table-sticky-right-shadow)}:host(.table-column--has-shadow-left){box-shadow:var(--swirl-table-sticky-left-shadow)}:host *{box-sizing:border-box}.table-column__sort-indicator{display:inline-flex;width:1.25rem;height:1.25rem;flex-grow:0;flex-shrink:0}";
|
|
4
5
|
|
|
@@ -12,6 +13,10 @@ const SwirlTableColumn = class {
|
|
|
12
13
|
this.sticky = undefined;
|
|
13
14
|
this.width = undefined;
|
|
14
15
|
}
|
|
16
|
+
componentDidRender() {
|
|
17
|
+
const table = closestPassShadow(this.el, "swirl-table");
|
|
18
|
+
table === null || table === void 0 ? void 0 : table.rerender();
|
|
19
|
+
}
|
|
15
20
|
render() {
|
|
16
21
|
const styles = {
|
|
17
22
|
flex: Boolean(this.width) ? `0 0 ${this.width}` : "",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as C,h as t,F as r}from"./p-05c15d47.js";import{c as i}from"./p-b7898321.js";const l=class{constructor(t){C(this,t),this.size=24}render(){const C=20===this.size?24:this.size,l=i("swirl-icon",`swirl-icon--size-${this.size}`);return t("svg",{class:l,fill:"none",height:this.size,part:"icon",viewBox:`0 0 ${C} ${C}`,width:this.size,xmlns:"http://www.w3.org/2000/svg"},16===this.size&&t(r,null,t("path",{d:"M2.66667 6C2.47778 6 2.31944 5.93611 2.19167 5.80833C2.06389 5.68056 2 5.52222 2 5.33333C2 5.14444 2.06389 4.98611 2.19167 4.85833C2.31944 4.73056 2.47778 4.66667 2.66667 4.66667H13.3333C13.5222 4.66667 13.6806 4.73056 13.8083 4.85833C13.9361 4.98611 14 5.14444 14 5.33333C14 5.52222 13.9361 5.68056 13.8083 5.80833C13.6806 5.93611 13.5222 6 13.3333 6H2.66667ZM2.66667 8.66667C2.47778 8.66667 2.31944 8.60278 2.19167 8.475C2.06389 8.34722 2 8.18889 2 8C2 7.81111 2.06389 7.65278 2.19167 7.525C2.31944 7.39722 2.47778 7.33333 2.66667 7.33333H13.3333C13.5222 7.33333 13.6806 7.39722 13.8083 7.525C13.9361 7.65278 14 7.81111 14 8C14 8.18889 13.9361 8.34722 13.8083 8.475C13.6806 8.60278 13.5222 8.66667 13.3333 8.66667H2.66667ZM2.66667 11.3333C2.47778 11.3333 2.31944 11.2694 2.19167 11.1417C2.06389 11.0139 2 10.8556 2 10.6667C2 10.4778 2.06389 10.3194 2.19167 10.1917C2.31944 10.0639 2.47778 10 2.66667 10H7.33333C7.52222 10 7.68056 10.0639 7.80833 10.1917C7.93611 10.3194 8 10.4778 8 10.6667C8 10.8556 7.93611 11.0139 7.80833 11.1417C7.68056 11.2694 7.52222 11.3333 7.33333 11.3333H2.66667ZM2.66667 14C2.47778 14 2.31944 13.9361 2.19167 13.8083C2.06389 13.6806 2 13.5222 2 13.3333C2 13.1444 2.06389 12.9861 2.19167 12.8583C2.31944 12.7306 2.47778 12.6667 2.66667 12.6667H7.33333C7.52222 12.6667 7.68056 12.7306 7.80833 12.8583C7.93611 12.9861 8 13.1444 8 13.3333C8 13.5222 7.93611 13.6806 7.80833 13.8083C7.68056 13.9361 7.52222 14 7.33333 14H2.66667ZM2.66667 3.33333C2.47778 3.33333 2.31944 3.26944 2.19167 3.14167C2.06389 3.01389 2 2.85556 2 2.66667C2 2.47778 2.06389 2.31944 2.19167 2.19167C2.31944 2.06389 2.47778 2 2.66667 2H13.3333C13.5222 2 13.6806 2.06389 13.8083 2.19167C13.9361 2.31944 14 2.47778 14 2.66667C14 2.85556 13.9361 3.01389 13.8083 3.14167C13.6806 3.26944 13.5222 3.33333 13.3333 3.33333H2.66667Z",fill:"currentColor"}),t("path",{d:"M11.1667 12.8333L12 14.6667L12.8333 12.8333L14.6667 12L12.8333 11.1667L12 9.33333L11.1667 11.1667L9.33333 12L11.1667 12.8333Z",fill:"currentColor"})),(20===this.size||24===this.size)&&t(r,null,t("path",{d:"M4 9C3.71667 9 3.47917 8.90417 3.2875 8.7125C3.09583 8.52083 3 8.28333 3 8C3 7.71667 3.09583 7.47917 3.2875 7.2875C3.47917 7.09583 3.71667 7 4 7H20C20.2833 7 20.5208 7.09583 20.7125 7.2875C20.9042 7.47917 21 7.71667 21 8C21 8.28333 20.9042 8.52083 20.7125 8.7125C20.5208 8.90417 20.2833 9 20 9H4ZM4 13C3.71667 13 3.47917 12.9042 3.2875 12.7125C3.09583 12.5208 3 12.2833 3 12C3 11.7167 3.09583 11.4792 3.2875 11.2875C3.47917 11.0958 3.71667 11 4 11H20C20.2833 11 20.5208 11.0958 20.7125 11.2875C20.9042 11.4792 21 11.7167 21 12C21 12.2833 20.9042 12.5208 20.7125 12.7125C20.5208 12.9042 20.2833 13 20 13H4ZM4 17C3.71667 17 3.47917 16.9042 3.2875 16.7125C3.09583 16.5208 3 16.2833 3 16C3 15.7167 3.09583 15.4792 3.2875 15.2875C3.47917 15.0958 3.71667 15 4 15H11C11.2833 15 11.5208 15.0958 11.7125 15.2875C11.9042 15.4792 12 15.7167 12 16C12 16.2833 11.9042 16.5208 11.7125 16.7125C11.5208 16.9042 11.2833 17 11 17H4ZM4 21C3.71667 21 3.47917 20.9042 3.2875 20.7125C3.09583 20.5208 3 20.2833 3 20C3 19.7167 3.09583 19.4792 3.2875 19.2875C3.47917 19.0958 3.71667 19 4 19H11C11.2833 19 11.5208 19.0958 11.7125 19.2875C11.9042 19.4792 12 19.7167 12 20C12 20.2833 11.9042 20.5208 11.7125 20.7125C11.5208 20.9042 11.2833 21 11 21H4ZM4 5C3.71667 5 3.47917 4.90417 3.2875 4.7125C3.09583 4.52083 3 4.28333 3 4C3 3.71667 3.09583 3.47917 3.2875 3.2875C3.47917 3.09583 3.71667 3 4 3H20C20.2833 3 20.5208 3.09583 20.7125 3.2875C20.9042 3.47917 21 3.71667 21 4C21 4.28333 20.9042 4.52083 20.7125 4.7125C20.5208 4.90417 20.2833 5 20 5H4Z",fill:"currentColor"}),t("path",{d:"M16.75 19.25L18 22L19.25 19.25L22 18L19.25 16.75L18 14L16.75 16.75L14 18L16.75 19.25Z",fill:"currentColor"})),28===this.size&&t(r,null,t("path",{d:"M4.66667 10.5C4.33611 10.5 4.05903 10.3882 3.83542 10.1646C3.61181 9.94097 3.5 9.66389 3.5 9.33333C3.5 9.00278 3.61181 8.72569 3.83542 8.50208C4.05903 8.27847 4.33611 8.16667 4.66667 8.16667H23.3333C23.6639 8.16667 23.941 8.27847 24.1646 8.50208C24.3882 8.72569 24.5 9.00278 24.5 9.33333C24.5 9.66389 24.3882 9.94097 24.1646 10.1646C23.941 10.3882 23.6639 10.5 23.3333 10.5H4.66667ZM4.66667 15.1667C4.33611 15.1667 4.05903 15.0549 3.83542 14.8313C3.61181 14.6076 3.5 14.3306 3.5 14C3.5 13.6694 3.61181 13.3924 3.83542 13.1688C4.05903 12.9451 4.33611 12.8333 4.66667 12.8333H23.3333C23.6639 12.8333 23.941 12.9451 24.1646 13.1688C24.3882 13.3924 24.5 13.6694 24.5 14C24.5 14.3306 24.3882 14.6076 24.1646 14.8313C23.941 15.0549 23.6639 15.1667 23.3333 15.1667H4.66667ZM4.66667 19.8333C4.33611 19.8333 4.05903 19.7215 3.83542 19.4979C3.61181 19.2743 3.5 18.9972 3.5 18.6667C3.5 18.3361 3.61181 18.059 3.83542 17.8354C4.05903 17.6118 4.33611 17.5 4.66667 17.5H12.8333C13.1639 17.5 13.441 17.6118 13.6646 17.8354C13.8882 18.059 14 18.3361 14 18.6667C14 18.9972 13.8882 19.2743 13.6646 19.4979C13.441 19.7215 13.1639 19.8333 12.8333 19.8333H4.66667ZM4.66667 24.5C4.33611 24.5 4.05903 24.3882 3.83542 24.1646C3.61181 23.941 3.5 23.6639 3.5 23.3333C3.5 23.0028 3.61181 22.7257 3.83542 22.5021C4.05903 22.2785 4.33611 22.1667 4.66667 22.1667H12.8333C13.1639 22.1667 13.441 22.2785 13.6646 22.5021C13.8882 22.7257 14 23.0028 14 23.3333C14 23.6639 13.8882 23.941 13.6646 24.1646C13.441 24.3882 13.1639 24.5 12.8333 24.5H4.66667ZM4.66667 5.83333C4.33611 5.83333 4.05903 5.72153 3.83542 5.49792C3.61181 5.27431 3.5 4.99722 3.5 4.66667C3.5 4.33611 3.61181 4.05903 3.83542 3.83542C4.05903 3.61181 4.33611 3.5 4.66667 3.5H23.3333C23.6639 3.5 23.941 3.61181 24.1646 3.83542C24.3882 4.05903 24.5 4.33611 24.5 4.66667C24.5 4.99722 24.3882 5.27431 24.1646 5.49792C23.941 5.72153 23.6639 5.83333 23.3333 5.83333H4.66667Z",fill:"currentColor"}),t("path",{d:"M19.5417 22.4583L21 25.6667L22.4583 22.4583L25.6667 21L22.4583 19.5417L21 16.3333L19.5417 19.5417L16.3333 21L19.5417 22.4583Z",fill:"currentColor"})))}};l.style=":host{display:inline-flex}";export{l as swirl_icon_improve_text}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as C,h as s,F as t}from"./p-05c15d47.js";import{c as i}from"./p-b7898321.js";const r=class{constructor(s){C(this,s),this.size=24}render(){const C=20===this.size?24:this.size,r=i("swirl-icon",`swirl-icon--size-${this.size}`);return s("svg",{class:r,fill:"none",height:this.size,part:"icon",viewBox:`0 0 ${C} ${C}`,width:this.size,xmlns:"http://www.w3.org/2000/svg"},16===this.size&&s(t,null,s("path",{d:"M3.33335 7.33333C3.14446 7.33333 2.98613 7.26944 2.85835 7.14167C2.73058 7.01389 2.66669 6.85556 2.66669 6.66667C2.66669 6.47778 2.73058 6.31944 2.85835 6.19167C2.98613 6.06389 3.14446 6 3.33335 6H12.6667C12.8556 6 13.0139 6.06389 13.1417 6.19167C13.2695 6.31944 13.3334 6.47778 13.3334 6.66667C13.3334 6.85556 13.2695 7.01389 13.1417 7.14167C13.0139 7.26944 12.8556 7.33333 12.6667 7.33333H3.33335ZM3.33335 10C3.14446 10 2.98613 9.93611 2.85835 9.80833C2.73058 9.68056 2.66669 9.52222 2.66669 9.33333C2.66669 9.14444 2.73058 8.98611 2.85835 8.85833C2.98613 8.73056 3.14446 8.66667 3.33335 8.66667H8.66669C8.85558 8.66667 9.01391 8.73056 9.14169 8.85833C9.26947 8.98611 9.33335 9.14444 9.33335 9.33333C9.33335 9.52222 9.26947 9.68056 9.14169 9.80833C9.01391 9.93611 8.85558 10 8.66669 10H3.33335Z",fill:"currentColor"})),(20===this.size||24===this.size)&&s(t,null,s("path",{d:"M5 11C4.71667 11 4.47917 10.9042 4.2875 10.7125C4.09583 10.5208 4 10.2833 4 10C4 9.71667 4.09583 9.47917 4.2875 9.2875C4.47917 9.09583 4.71667 9 5 9H19C19.2833 9 19.5208 9.09583 19.7125 9.2875C19.9042 9.47917 20 9.71667 20 10C20 10.2833 19.9042 10.5208 19.7125 10.7125C19.5208 10.9042 19.2833 11 19 11H5ZM5 15C4.71667 15 4.47917 14.9042 4.2875 14.7125C4.09583 14.5208 4 14.2833 4 14C4 13.7167 4.09583 13.4792 4.2875 13.2875C4.47917 13.0958 4.71667 13 5 13H13C13.2833 13 13.5208 13.0958 13.7125 13.2875C13.9042 13.4792 14 13.7167 14 14C14 14.2833 13.9042 14.5208 13.7125 14.7125C13.5208 14.9042 13.2833 15 13 15H5Z",fill:"currentColor"})),28===this.size&&s(t,null,s("path",{d:"M5.83332 12.8333C5.50277 12.8333 5.22568 12.7215 5.00207 12.4979C4.77846 12.2743 4.66666 11.9972 4.66666 11.6667C4.66666 11.3361 4.77846 11.059 5.00207 10.8354C5.22568 10.6118 5.50277 10.5 5.83332 10.5H22.1667C22.4972 10.5 22.7743 10.6118 22.9979 10.8354C23.2215 11.059 23.3333 11.3361 23.3333 11.6667C23.3333 11.9972 23.2215 12.2743 22.9979 12.4979C22.7743 12.7215 22.4972 12.8333 22.1667 12.8333H5.83332ZM5.83332 17.5C5.50277 17.5 5.22568 17.3882 5.00207 17.1646C4.77846 16.941 4.66666 16.6639 4.66666 16.3333C4.66666 16.0028 4.77846 15.7257 5.00207 15.5021C5.22568 15.2785 5.50277 15.1667 5.83332 15.1667H15.1667C15.4972 15.1667 15.7743 15.2785 15.9979 15.5021C16.2215 15.7257 16.3333 16.0028 16.3333 16.3333C16.3333 16.6639 16.2215 16.941 15.9979 17.1646C15.7743 17.3882 15.4972 17.5 15.1667 17.5H5.83332Z",fill:"currentColor"})))}};r.style=":host{display:inline-flex}";export{r as swirl_icon_short_text}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as C,h as s,F as t}from"./p-05c15d47.js";import{c as i}from"./p-b7898321.js";const r=class{constructor(s){C(this,s),this.size=24}render(){const C=20===this.size?24:this.size,r=i("swirl-icon",`swirl-icon--size-${this.size}`);return s("svg",{class:r,fill:"none",height:this.size,part:"icon",viewBox:`0 0 ${C} ${C}`,width:this.size,xmlns:"http://www.w3.org/2000/svg"},16===this.size&&s(t,null,s("path",{d:"M3.33335 8C3.14446 8 2.98613 8.06389 2.85835 8.19167C2.73058 8.31944 2.66669 8.47778 2.66669 8.66667C2.66669 8.85556 2.73058 9.01389 2.85835 9.14167C2.98613 9.26944 3.14446 9.33333 3.33335 9.33333H11.5C12.2 9.33333 12.7917 9.09167 13.275 8.60833C13.7584 8.125 14 7.53333 14 6.83333C14 6.13333 13.7584 5.54167 13.275 5.05833C12.7917 4.575 12.2 4.33333 11.5 4.33333H9.90002L10.2667 3.96667C10.4 3.83333 10.4667 3.675 10.4667 3.49167C10.4667 3.30833 10.4 3.15 10.2667 3.01667C10.1334 2.88333 9.97502 2.81667 9.79169 2.81667C9.60835 2.81667 9.45002 2.88333 9.31669 3.01667L7.80002 4.53333C7.73335 4.6 7.68613 4.67222 7.65835 4.75C7.63058 4.82778 7.61669 4.91111 7.61669 5C7.61669 5.08889 7.63058 5.17222 7.65835 5.25C7.68613 5.32778 7.73335 5.4 7.80002 5.46667L9.33335 7C9.45558 7.12222 9.60835 7.18333 9.79169 7.18333C9.97502 7.18333 10.1334 7.11667 10.2667 6.98333C10.4 6.85 10.4639 6.68889 10.4584 6.5C10.4528 6.31111 10.3834 6.15 10.25 6.01667L9.90002 5.66667H11.5C11.8222 5.66667 12.0972 5.78056 12.325 6.00833C12.5528 6.23611 12.6667 6.51111 12.6667 6.83333C12.6667 7.15556 12.5528 7.43056 12.325 7.65833C12.0972 7.88611 11.8222 8 11.5 8H3.33335ZM3.33335 11.6667C3.14446 11.6667 2.98613 11.7306 2.85835 11.8583C2.73058 11.9861 2.66669 12.1444 2.66669 12.3333C2.66669 12.5222 2.73058 12.6806 2.85835 12.8083C2.98613 12.9361 3.14446 13 3.33335 13H12.6667C12.8556 13 13.0139 12.9361 13.1417 12.8083C13.2695 12.6806 13.3334 12.5222 13.3334 12.3333C13.3334 12.1444 13.2695 11.9861 13.1417 11.8583C13.0139 11.7306 12.8556 11.6667 12.6667 11.6667H3.33335ZM3.33335 4.33333C3.14446 4.33333 2.98613 4.39722 2.85835 4.525C2.73058 4.65278 2.66669 4.81111 2.66669 5C2.66669 5.18889 2.73058 5.34722 2.85835 5.475C2.98613 5.60278 3.14446 5.66667 3.33335 5.66667H5.35002C5.53891 5.66667 5.69446 5.60278 5.81669 5.475C5.93891 5.34722 6.00002 5.18889 6.00002 5C6.00002 4.81111 5.93613 4.65278 5.80835 4.525C5.68058 4.39722 5.52224 4.33333 5.33335 4.33333H3.33335Z",fill:"currentColor"})),(20===this.size||24===this.size)&&s(t,null,s("path",{d:"M5 11.5C4.71667 11.5 4.47917 11.5958 4.2875 11.7875C4.09583 11.9792 4 12.2167 4 12.5C4 12.7833 4.09583 13.0208 4.2875 13.2125C4.47917 13.4042 4.71667 13.5 5 13.5H17.25C18.3 13.5 19.1875 13.1375 19.9125 12.4125C20.6375 11.6875 21 10.8 21 9.75C21 8.7 20.6375 7.8125 19.9125 7.0875C19.1875 6.3625 18.3 6 17.25 6H14.85L15.4 5.45C15.6 5.25 15.7 5.0125 15.7 4.7375C15.7 4.4625 15.6 4.225 15.4 4.025C15.2 3.825 14.9625 3.725 14.6875 3.725C14.4125 3.725 14.175 3.825 13.975 4.025L11.7 6.3C11.6 6.4 11.5292 6.50833 11.4875 6.625C11.4458 6.74167 11.425 6.86667 11.425 7C11.425 7.13333 11.4458 7.25833 11.4875 7.375C11.5292 7.49167 11.6 7.6 11.7 7.7L14 10C14.1833 10.1833 14.4125 10.275 14.6875 10.275C14.9625 10.275 15.2 10.175 15.4 9.975C15.6 9.775 15.6958 9.53333 15.6875 9.25C15.6792 8.96667 15.575 8.725 15.375 8.525L14.85 8H17.25C17.7333 8 18.1458 8.17083 18.4875 8.5125C18.8292 8.85417 19 9.26667 19 9.75C19 10.2333 18.8292 10.6458 18.4875 10.9875C18.1458 11.3292 17.7333 11.5 17.25 11.5H5ZM5 17C4.71667 17 4.47917 17.0958 4.2875 17.2875C4.09583 17.4792 4 17.7167 4 18C4 18.2833 4.09583 18.5208 4.2875 18.7125C4.47917 18.9042 4.71667 19 5 19H19C19.2833 19 19.5208 18.9042 19.7125 18.7125C19.9042 18.5208 20 18.2833 20 18C20 17.7167 19.9042 17.4792 19.7125 17.2875C19.5208 17.0958 19.2833 17 19 17H5ZM5 6C4.71667 6 4.47917 6.09583 4.2875 6.2875C4.09583 6.47917 4 6.71667 4 7C4 7.28333 4.09583 7.52083 4.2875 7.7125C4.47917 7.90417 4.71667 8 5 8H8.025C8.30833 8 8.54167 7.90417 8.725 7.7125C8.90833 7.52083 9 7.28333 9 7C9 6.71667 8.90417 6.47917 8.7125 6.2875C8.52083 6.09583 8.28333 6 8 6H5Z",fill:"currentColor"})),28===this.size&&s(t,null,s("path",{d:"M5.83332 14.25C5.50277 14.25 5.22568 14.3618 5.00207 14.5854C4.77846 14.809 4.66666 15.0861 4.66666 15.4167C4.66666 15.7472 4.77846 16.0243 5.00207 16.2479C5.22568 16.4715 5.50277 16.5833 5.83332 16.5833H20.125C21.35 16.5833 22.3854 16.1604 23.2312 15.3146C24.0771 14.4687 24.5 13.4333 24.5 12.2083C24.5 10.9833 24.0771 9.94792 23.2312 9.10208C22.3854 8.25625 21.35 7.83333 20.125 7.83333H17.325L17.9667 7.19167C18.2 6.95833 18.3167 6.68125 18.3167 6.36042C18.3167 6.03958 18.2 5.7625 17.9667 5.52917C17.7333 5.29583 17.4562 5.17917 17.1354 5.17917C16.8146 5.17917 16.5375 5.29583 16.3042 5.52917L13.65 8.18333C13.5333 8.3 13.4507 8.42639 13.4021 8.5625C13.3535 8.69861 13.3292 8.84444 13.3292 9C13.3292 9.15556 13.3535 9.30139 13.4021 9.4375C13.4507 9.57361 13.5333 9.7 13.65 9.81667L16.3333 12.5C16.5472 12.7139 16.8146 12.8208 17.1354 12.8208C17.4562 12.8208 17.7333 12.7042 17.9667 12.4708C18.2 12.2375 18.3118 11.9556 18.3021 11.625C18.2924 11.2944 18.1708 11.0125 17.9375 10.7792L17.325 10.1667H20.125C20.6889 10.1667 21.1701 10.366 21.5687 10.7646C21.9674 11.1632 22.1667 11.6444 22.1667 12.2083C22.1667 12.7722 21.9674 13.2535 21.5687 13.6521C21.1701 14.0507 20.6889 14.25 20.125 14.25H5.83332ZM5.83332 20.6667C5.50277 20.6667 5.22568 20.7785 5.00207 21.0021C4.77846 21.2257 4.66666 21.5028 4.66666 21.8333C4.66666 22.1639 4.77846 22.441 5.00207 22.6646C5.22568 22.8882 5.50277 23 5.83332 23H22.1667C22.4972 23 22.7743 22.8882 22.9979 22.6646C23.2215 22.441 23.3333 22.1639 23.3333 21.8333C23.3333 21.5028 23.2215 21.2257 22.9979 21.0021C22.7743 20.7785 22.4972 20.6667 22.1667 20.6667H5.83332ZM5.83332 7.83333C5.50277 7.83333 5.22568 7.94514 5.00207 8.16875C4.77846 8.39236 4.66666 8.66944 4.66666 9C4.66666 9.33056 4.77846 9.60764 5.00207 9.83125C5.22568 10.0549 5.50277 10.1667 5.83332 10.1667H9.36249C9.69305 10.1667 9.96527 10.0549 10.1792 9.83125C10.393 9.60764 10.5 9.33056 10.5 9C10.5 8.66944 10.3882 8.39236 10.1646 8.16875C9.94096 7.94514 9.66388 7.83333 9.33332 7.83333H5.83332Z",fill:"currentColor"})))}};r.style=":host{display:inline-flex}";export{r as swirl_icon_insert_on_top}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as C,h as s,F as i}from"./p-05c15d47.js";import{c as t}from"./p-b7898321.js";const L=class{constructor(s){C(this,s),this.size=24}render(){const C=20===this.size?24:this.size,L=t("swirl-icon",`swirl-icon--size-${this.size}`);return s("svg",{class:L,fill:"none",height:this.size,part:"icon",viewBox:`0 0 ${C} ${C}`,width:this.size,xmlns:"http://www.w3.org/2000/svg"},16===this.size&&s(i,null,s("path",{d:"M9.40002 14.4667C9.33335 14.4667 9.27224 14.4556 9.21669 14.4333C9.16113 14.4111 9.10558 14.3722 9.05002 14.3167L7.03335 12.3C6.91113 12.1778 6.85002 12.0222 6.85002 11.8333C6.85002 11.6444 6.91113 11.4889 7.03335 11.3667C7.15558 11.2444 7.31113 11.1833 7.50002 11.1833C7.68891 11.1833 7.84446 11.2444 7.96669 11.3667L9.40002 12.8L12.7 9.5C12.8222 9.37778 12.9778 9.31667 13.1667 9.31667C13.3556 9.31667 13.5111 9.37778 13.6334 9.5C13.7556 9.62222 13.8167 9.77778 13.8167 9.96667C13.8167 10.1556 13.7556 10.3111 13.6334 10.4333L9.75002 14.3167C9.69447 14.3722 9.63891 14.4111 9.58335 14.4333C9.5278 14.4556 9.46669 14.4667 9.40002 14.4667ZM2.93335 10.6667C2.6778 10.6667 2.49169 10.5833 2.37502 10.4167C2.25835 10.25 2.24446 10.0444 2.33335 9.8L4.96669 2.73333C5.04446 2.53333 5.18335 2.36111 5.38335 2.21667C5.58335 2.07222 5.79446 2 6.01669 2C6.23891 2 6.45002 2.07222 6.65002 2.21667C6.85002 2.36111 6.98891 2.53333 7.06669 2.73333L9.70002 9.75C9.78891 10.0056 9.77224 10.2222 9.65002 10.4C9.5278 10.5778 9.3278 10.6667 9.05002 10.6667C8.89446 10.6667 8.74724 10.6167 8.60835 10.5167C8.46947 10.4167 8.37224 10.2944 8.31669 10.15L7.73335 8.46667H4.23335L3.63335 10.1833C3.5778 10.3167 3.48613 10.4306 3.35835 10.525C3.23058 10.6194 3.08891 10.6667 2.93335 10.6667ZM4.70002 7.2H7.30002L6.03335 3.6H5.96669L4.70002 7.2Z",fill:"currentColor"})),(20===this.size||24===this.size)&&s(i,null,s("path",{d:"M14.1 21.7C14 21.7 13.9083 21.6833 13.825 21.65C13.7417 21.6167 13.6583 21.5583 13.575 21.475L10.55 18.45C10.3667 18.2667 10.275 18.0333 10.275 17.75C10.275 17.4667 10.3667 17.2333 10.55 17.05C10.7333 16.8667 10.9667 16.775 11.25 16.775C11.5333 16.775 11.7667 16.8667 11.95 17.05L14.1 19.2L19.05 14.25C19.2333 14.0667 19.4667 13.975 19.75 13.975C20.0333 13.975 20.2667 14.0667 20.45 14.25C20.6333 14.4333 20.725 14.6667 20.725 14.95C20.725 15.2333 20.6333 15.4667 20.45 15.65L14.625 21.475C14.5417 21.5583 14.4583 21.6167 14.375 21.65C14.2917 21.6833 14.2 21.7 14.1 21.7ZM4.4 16C4.01667 16 3.7375 15.875 3.5625 15.625C3.3875 15.375 3.36667 15.0667 3.5 14.7L7.45 4.1C7.56667 3.8 7.775 3.54167 8.075 3.325C8.375 3.10833 8.69167 3 9.025 3C9.35833 3 9.675 3.10833 9.975 3.325C10.275 3.54167 10.4833 3.8 10.6 4.1L14.55 14.625C14.6833 15.0083 14.6583 15.3333 14.475 15.6C14.2917 15.8667 13.9917 16 13.575 16C13.3417 16 13.1208 15.925 12.9125 15.775C12.7042 15.625 12.5583 15.4417 12.475 15.225L11.6 12.7H6.35L5.45 15.275C5.36667 15.475 5.22917 15.6458 5.0375 15.7875C4.84583 15.9292 4.63333 16 4.4 16ZM7.05 10.8H10.95L9.05 5.4H8.95L7.05 10.8Z",fill:"currentColor"})),28===this.size&&s(i,null,s("path",{d:"M16.45 25.3167C16.3333 25.3167 16.2264 25.2972 16.1292 25.2583C16.0319 25.2194 15.9347 25.1514 15.8375 25.0542L12.3083 21.525C12.0944 21.3111 11.9875 21.0389 11.9875 20.7083C11.9875 20.3778 12.0944 20.1056 12.3083 19.8917C12.5222 19.6778 12.7944 19.5708 13.125 19.5708C13.4555 19.5708 13.7278 19.6778 13.9417 19.8917L16.45 22.4L22.225 16.625C22.4389 16.4111 22.7111 16.3042 23.0417 16.3042C23.3722 16.3042 23.6444 16.4111 23.8583 16.625C24.0722 16.8389 24.1792 17.1111 24.1792 17.4417C24.1792 17.7722 24.0722 18.0444 23.8583 18.2583L17.0625 25.0542C16.9653 25.1514 16.868 25.2194 16.7708 25.2583C16.6736 25.2972 16.5667 25.3167 16.45 25.3167ZM5.13332 18.6667C4.6861 18.6667 4.36041 18.5208 4.15624 18.2292C3.95207 17.9375 3.92777 17.5778 4.08332 17.15L8.69166 4.78333C8.82777 4.43333 9.07082 4.13194 9.42082 3.87917C9.77082 3.62639 10.1403 3.5 10.5292 3.5C10.918 3.5 11.2875 3.62639 11.6375 3.87917C11.9875 4.13194 12.2305 4.43333 12.3667 4.78333L16.975 17.0625C17.1305 17.5097 17.1014 17.8889 16.8875 18.2C16.6736 18.5111 16.3236 18.6667 15.8375 18.6667C15.5653 18.6667 15.3076 18.5792 15.0646 18.4042C14.8215 18.2292 14.6514 18.0153 14.5542 17.7625L13.5333 14.8167H7.40832L6.35832 17.8208C6.2611 18.0542 6.10068 18.2535 5.87707 18.4187C5.65346 18.584 5.40555 18.6667 5.13332 18.6667ZM8.22499 12.6H12.775L10.5583 6.3H10.4417L8.22499 12.6Z",fill:"currentColor"})))}};L.style=":host{display:inline-flex}";export{L as swirl_icon_spellcheck}
|