@carbon/ibm-products-web-components 0.30.0-rc.0 → 0.31.0-rc.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/custom-elements.json +5202 -0
- package/es/components/about-modal/_story-assets/ansible-logo.svg.js +11 -0
- package/es/components/about-modal/_story-assets/ansible-logo.svg.js.map +1 -0
- package/es/components/about-modal/_story-assets/grafana-logo.svg.js +11 -0
- package/es/components/about-modal/_story-assets/grafana-logo.svg.js.map +1 -0
- package/es/components/about-modal/_story-assets/js-logo.svg.js +11 -0
- package/es/components/about-modal/_story-assets/js-logo.svg.js.map +1 -0
- package/es/components/about-modal/about-modal-helpers.d.ts +15 -0
- package/es/components/about-modal/about-modal-helpers.js +141 -0
- package/es/components/about-modal/about-modal-helpers.js.map +1 -0
- package/es/components/about-modal/about-modal.d.ts +458 -0
- package/es/components/about-modal/about-modal.figma.js +59 -0
- package/es/components/about-modal/about-modal.figma.js.map +1 -0
- package/es/components/about-modal/about-modal.js +203 -0
- package/es/components/about-modal/about-modal.js.map +1 -0
- package/es/components/about-modal/about-modal.scss.js +13 -0
- package/es/components/about-modal/about-modal.scss.js.map +1 -0
- package/es/components/about-modal/about-modal.test.d.ts +7 -0
- package/es/components/about-modal/about-modal.test.js +208 -0
- package/es/components/about-modal/about-modal.test.js.map +1 -0
- package/es/components/about-modal/index.d.ts +9 -0
- package/es/components/about-modal/index.js +9 -0
- package/es/components/about-modal/index.js.map +1 -0
- package/es/components/checklist/checklist-chart.d.ts +25 -0
- package/es/components/checklist/checklist-chart.js +81 -0
- package/es/components/checklist/checklist-chart.js.map +1 -0
- package/es/components/checklist/checklist-group.d.ts +25 -0
- package/es/components/checklist/checklist-group.js +58 -0
- package/es/components/checklist/checklist-group.js.map +1 -0
- package/es/components/checklist/checklist-icon.d.ts +26 -0
- package/es/components/checklist/checklist-icon.js +72 -0
- package/es/components/checklist/checklist-icon.js.map +1 -0
- package/es/components/checklist/checklist-item.d.ts +41 -0
- package/es/components/checklist/checklist-item.figma.js +49 -0
- package/es/components/checklist/checklist-item.figma.js.map +1 -0
- package/es/components/checklist/checklist-item.js +128 -0
- package/es/components/checklist/checklist-item.js.map +1 -0
- package/es/components/checklist/checklist.d.ts +73 -0
- package/es/components/checklist/checklist.figma.js +87 -0
- package/es/components/checklist/checklist.figma.js.map +1 -0
- package/es/components/checklist/checklist.js +198 -0
- package/es/components/checklist/checklist.js.map +1 -0
- package/es/components/checklist/checklist.scss.js +13 -0
- package/es/components/checklist/checklist.scss.js.map +1 -0
- package/es/components/checklist/checklist.test.d.ts +7 -0
- package/es/components/checklist/checklist.test.js +172 -0
- package/es/components/checklist/checklist.test.js.map +1 -0
- package/es/components/checklist/checklist.types.d.ts +22 -0
- package/es/components/checklist/checklist.types.js +32 -0
- package/es/components/checklist/checklist.types.js.map +1 -0
- package/es/components/checklist/index.d.ts +13 -0
- package/es/components/checklist/index.js +13 -0
- package/es/components/checklist/index.js.map +1 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +418 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js +139 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +13 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.test.d.ts +9 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.test.js +77 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.test.js.map +1 -0
- package/es/components/coachmark/coachmark-beacon/defs.d.ts +14 -0
- package/es/components/coachmark/coachmark-beacon/defs.js +25 -0
- package/es/components/coachmark/coachmark-beacon/defs.js.map +1 -0
- package/es/components/coachmark/coachmark-beacon/index.d.ts +9 -0
- package/es/components/coachmark/coachmark-beacon/index.js +9 -0
- package/es/components/coachmark/coachmark-beacon/index.js.map +1 -0
- package/es/components/coachmark/coachmark-body.d.ts +382 -0
- package/es/components/coachmark/coachmark-body.js +40 -0
- package/es/components/coachmark/coachmark-body.js.map +1 -0
- package/es/components/coachmark/coachmark-body.scss.js +13 -0
- package/es/components/coachmark/coachmark-body.scss.js.map +1 -0
- package/es/components/coachmark/coachmark-context.d.ts +11 -0
- package/es/components/coachmark/coachmark-context.js +39 -0
- package/es/components/coachmark/coachmark-context.js.map +1 -0
- package/es/components/coachmark/coachmark-header.d.ts +392 -0
- package/es/components/coachmark/coachmark-header.js +92 -0
- package/es/components/coachmark/coachmark-header.js.map +1 -0
- package/es/components/coachmark/coachmark-header.scss.js +13 -0
- package/es/components/coachmark/coachmark-header.scss.js.map +1 -0
- package/es/components/coachmark/coachmark.d.ts +416 -0
- package/es/components/coachmark/coachmark.js +165 -0
- package/es/components/coachmark/coachmark.js.map +1 -0
- package/es/components/coachmark/coachmark.scss.js +13 -0
- package/es/components/coachmark/coachmark.scss.js.map +1 -0
- package/es/components/coachmark/coachmark.test.d.ts +1 -0
- package/es/components/coachmark/coachmark.test.js +168 -0
- package/es/components/coachmark/coachmark.test.js.map +1 -0
- package/es/components/coachmark/index.d.ts +11 -0
- package/es/components/coachmark/index.js +11 -0
- package/es/components/coachmark/index.js.map +1 -0
- package/es/components/full-page-error/assets/error403SVG.js +831 -0
- package/es/components/full-page-error/assets/error403SVG.js.map +1 -0
- package/es/components/full-page-error/assets/error404SVG.js +735 -0
- package/es/components/full-page-error/assets/error404SVG.js.map +1 -0
- package/es/components/full-page-error/assets/errorGenericSVG.js +830 -0
- package/es/components/full-page-error/assets/errorGenericSVG.js.map +1 -0
- package/es/components/full-page-error/full-page-error.d.ts +43 -0
- package/es/components/full-page-error/full-page-error.figma.js +81 -0
- package/es/components/full-page-error/full-page-error.figma.js.map +1 -0
- package/es/components/full-page-error/full-page-error.js +102 -0
- package/es/components/full-page-error/full-page-error.js.map +1 -0
- package/es/components/full-page-error/full-page-error.scss.js +13 -0
- package/es/components/full-page-error/full-page-error.scss.js.map +1 -0
- package/es/components/full-page-error/full-page-error.test.d.ts +7 -0
- package/es/components/full-page-error/full-page-error.test.js +102 -0
- package/es/components/full-page-error/full-page-error.test.js.map +1 -0
- package/es/components/full-page-error/index.d.ts +9 -0
- package/es/components/full-page-error/index.js +9 -0
- package/es/components/full-page-error/index.js.map +1 -0
- package/es/components/full-page-error/types.d.ts +13 -0
- package/es/components/full-page-error/types.js +24 -0
- package/es/components/full-page-error/types.js.map +1 -0
- package/es/components/guide-banner/guide-banner-element.d.ts +378 -0
- package/es/components/guide-banner/guide-banner-element.js +38 -0
- package/es/components/guide-banner/guide-banner-element.js.map +1 -0
- package/es/components/guide-banner/guide-banner.d.ts +398 -0
- package/es/components/guide-banner/guide-banner.js +151 -0
- package/es/components/guide-banner/guide-banner.js.map +1 -0
- package/es/components/guide-banner/guide-banner.scss.js +13 -0
- package/es/components/guide-banner/guide-banner.scss.js.map +1 -0
- package/es/components/guide-banner/guide-banner.test.d.ts +1 -0
- package/es/components/guide-banner/guide-banner.test.js +121 -0
- package/es/components/guide-banner/guide-banner.test.js.map +1 -0
- package/es/components/guide-banner/index.d.ts +10 -0
- package/es/components/guide-banner/index.js +10 -0
- package/es/components/guide-banner/index.js.map +1 -0
- package/es/components/interstitial-screen/index.d.ts +13 -0
- package/es/components/interstitial-screen/index.js +13 -0
- package/es/components/interstitial-screen/index.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-body-item.d.ts +388 -0
- package/es/components/interstitial-screen/interstitial-screen-body-item.js +71 -0
- package/es/components/interstitial-screen/interstitial-screen-body-item.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-body-item.scss.js +13 -0
- package/es/components/interstitial-screen/interstitial-screen-body-item.scss.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-body.d.ts +402 -0
- package/es/components/interstitial-screen/interstitial-screen-body.js +152 -0
- package/es/components/interstitial-screen/interstitial-screen-body.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-body.scss.js +13 -0
- package/es/components/interstitial-screen/interstitial-screen-body.scss.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-context.d.ts +18 -0
- package/es/components/interstitial-screen/interstitial-screen-context.js +48 -0
- package/es/components/interstitial-screen/interstitial-screen-context.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-footer.d.ts +429 -0
- package/es/components/interstitial-screen/interstitial-screen-footer.js +263 -0
- package/es/components/interstitial-screen/interstitial-screen-footer.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-footer.scss.js +13 -0
- package/es/components/interstitial-screen/interstitial-screen-footer.scss.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-header.d.ts +413 -0
- package/es/components/interstitial-screen/interstitial-screen-header.js +177 -0
- package/es/components/interstitial-screen/interstitial-screen-header.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-header.scss.js +13 -0
- package/es/components/interstitial-screen/interstitial-screen-header.scss.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen.d.ts +441 -0
- package/es/components/interstitial-screen/interstitial-screen.js +217 -0
- package/es/components/interstitial-screen/interstitial-screen.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen.scss.js +13 -0
- package/es/components/interstitial-screen/interstitial-screen.scss.js.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen.test.d.ts +1 -0
- package/es/components/interstitial-screen/interstitial-screen.test.js +329 -0
- package/es/components/interstitial-screen/interstitial-screen.test.js.map +1 -0
- package/es/components/notification-panel/_story-assets/unread-notification-bell.d.ts +3 -0
- package/es/components/notification-panel/_story-assets/unread-notification-bell.js +45 -0
- package/es/components/notification-panel/_story-assets/unread-notification-bell.js.map +1 -0
- package/es/components/notification-panel/date-time-context.d.ts +9 -0
- package/es/components/notification-panel/date-time-context.js +19 -0
- package/es/components/notification-panel/date-time-context.js.map +1 -0
- package/es/components/notification-panel/defs.d.ts +8 -0
- package/es/components/notification-panel/defs.js +8 -0
- package/es/components/notification-panel/defs.js.map +1 -0
- package/es/components/notification-panel/index.d.ts +11 -0
- package/es/components/notification-panel/index.js +11 -0
- package/es/components/notification-panel/index.js.map +1 -0
- package/es/components/notification-panel/notification-footer.d.ts +405 -0
- package/es/components/notification-panel/notification-footer.js +120 -0
- package/es/components/notification-panel/notification-footer.js.map +1 -0
- package/es/components/notification-panel/notification-footer.scss.js +13 -0
- package/es/components/notification-panel/notification-footer.scss.js.map +1 -0
- package/es/components/notification-panel/notification-footer.test.d.ts +7 -0
- package/es/components/notification-panel/notification-footer.test.js +65 -0
- package/es/components/notification-panel/notification-footer.test.js.map +1 -0
- package/es/components/notification-panel/notification-panel-footer.figma.js +31 -0
- package/es/components/notification-panel/notification-panel-footer.figma.js.map +1 -0
- package/es/components/notification-panel/notification-panel.d.ts +479 -0
- package/es/components/notification-panel/notification-panel.figma.js +114 -0
- package/es/components/notification-panel/notification-panel.figma.js.map +1 -0
- package/es/components/notification-panel/notification-panel.js +439 -0
- package/es/components/notification-panel/notification-panel.js.map +1 -0
- package/es/components/notification-panel/notification-panel.scss.js +13 -0
- package/es/components/notification-panel/notification-panel.scss.js.map +1 -0
- package/es/components/notification-panel/notification-panel.test.d.ts +7 -0
- package/es/components/notification-panel/notification-panel.test.js +340 -0
- package/es/components/notification-panel/notification-panel.test.js.map +1 -0
- package/es/components/notification-panel/notification.d.ts +415 -0
- package/es/components/notification-panel/notification.figma.js +55 -0
- package/es/components/notification-panel/notification.figma.js.map +1 -0
- package/es/components/notification-panel/notification.js +179 -0
- package/es/components/notification-panel/notification.js.map +1 -0
- package/es/components/notification-panel/notification.scss.js +13 -0
- package/es/components/notification-panel/notification.scss.js.map +1 -0
- package/es/components/notification-panel/notification.test.d.ts +7 -0
- package/es/components/notification-panel/notification.test.js +152 -0
- package/es/components/notification-panel/notification.test.js.map +1 -0
- package/es/components/options-tile/index.d.ts +9 -0
- package/es/components/options-tile/index.js +9 -0
- package/es/components/options-tile/index.js.map +1 -0
- package/es/components/options-tile/options-file.figma.js +96 -0
- package/es/components/options-tile/options-file.figma.js.map +1 -0
- package/es/components/options-tile/options-tile.d.ts +416 -0
- package/es/components/options-tile/options-tile.js +158 -0
- package/es/components/options-tile/options-tile.js.map +1 -0
- package/es/components/options-tile/options-tile.scss.js +13 -0
- package/es/components/options-tile/options-tile.scss.js.map +1 -0
- package/es/components/options-tile/options-tile.test.d.ts +1 -0
- package/es/components/options-tile/options-tile.test.js +129 -0
- package/es/components/options-tile/options-tile.test.js.map +1 -0
- package/es/components/page-header/_story-assets/2x1.jpg.js +11 -0
- package/es/components/page-header/_story-assets/2x1.jpg.js.map +1 -0
- package/es/components/page-header/_story-assets/3x2.jpg.js +11 -0
- package/es/components/page-header/_story-assets/3x2.jpg.js.map +1 -0
- package/es/components/page-header/_story-assets/overflowHandler.d.ts +98 -0
- package/es/components/page-header/_story-assets/overflowHandler.js +156 -0
- package/es/components/page-header/_story-assets/overflowHandler.js.map +1 -0
- package/es/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +43 -0
- package/es/components/page-header/_story-assets/set-of-breadcrumbs.js +154 -0
- package/es/components/page-header/_story-assets/set-of-breadcrumbs.js.map +1 -0
- package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +13 -0
- package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js.map +1 -0
- package/es/components/page-header/_story-assets/set-of-tags/index.d.ts +9 -0
- package/es/components/page-header/_story-assets/set-of-tags/index.js +9 -0
- package/es/components/page-header/_story-assets/set-of-tags/index.js.map +1 -0
- package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.d.ts +40 -0
- package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.js +260 -0
- package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.js.map +1 -0
- package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js +13 -0
- package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js.map +1 -0
- package/es/components/page-header/_story-assets/set-of-tags/utils.d.ts +23 -0
- package/es/components/page-header/_story-assets/set-of-tags/utils.js +44 -0
- package/es/components/page-header/_story-assets/set-of-tags/utils.js.map +1 -0
- package/es/components/page-header/context.d.ts +15 -0
- package/es/components/page-header/context.js +27 -0
- package/es/components/page-header/context.js.map +1 -0
- package/es/components/page-header/index.d.ts +16 -0
- package/es/components/page-header/index.js +16 -0
- package/es/components/page-header/index.js.map +1 -0
- package/es/components/page-header/page-header-breadcrumb.d.ts +36 -0
- package/es/components/page-header/page-header-breadcrumb.js +106 -0
- package/es/components/page-header/page-header-breadcrumb.js.map +1 -0
- package/es/components/page-header/page-header-content-text.d.ts +22 -0
- package/es/components/page-header/page-header-content-text.js +56 -0
- package/es/components/page-header/page-header-content-text.js.map +1 -0
- package/es/components/page-header/page-header-content.d.ts +42 -0
- package/es/components/page-header/page-header-content.js +141 -0
- package/es/components/page-header/page-header-content.js.map +1 -0
- package/es/components/page-header/page-header-hero-image.d.ts +18 -0
- package/es/components/page-header/page-header-hero-image.js +38 -0
- package/es/components/page-header/page-header-hero-image.js.map +1 -0
- package/es/components/page-header/page-header-scroller.d.ts +56 -0
- package/es/components/page-header/page-header-scroller.js +166 -0
- package/es/components/page-header/page-header-scroller.js.map +1 -0
- package/es/components/page-header/page-header-tabs.d.ts +18 -0
- package/es/components/page-header/page-header-tabs.js +48 -0
- package/es/components/page-header/page-header-tabs.js.map +1 -0
- package/es/components/page-header/page-header-title-breadcrumb.d.ts +20 -0
- package/es/components/page-header/page-header-title-breadcrumb.js +71 -0
- package/es/components/page-header/page-header-title-breadcrumb.js.map +1 -0
- package/es/components/page-header/page-header.d.ts +31 -0
- package/es/components/page-header/page-header.js +128 -0
- package/es/components/page-header/page-header.js.map +1 -0
- package/es/components/page-header/page-header.scss.js +13 -0
- package/es/components/page-header/page-header.scss.js.map +1 -0
- package/es/components/page-header/page-header.test.d.ts +1 -0
- package/es/components/page-header/page-header.test.js +349 -0
- package/es/components/page-header/page-header.test.js.map +1 -0
- package/es/components/page-header/utils.d.ts +32 -0
- package/es/components/page-header/utils.js +76 -0
- package/es/components/page-header/utils.js.map +1 -0
- package/es/components/side-panel/_story-assets/index.d.ts +8 -0
- package/es/components/side-panel/_story-assets/index.js +275 -0
- package/es/components/side-panel/_story-assets/index.js.map +1 -0
- package/es/components/side-panel/defs.d.ts +39 -0
- package/es/components/side-panel/defs.js +51 -0
- package/es/components/side-panel/defs.js.map +1 -0
- package/es/components/side-panel/index.d.ts +9 -0
- package/es/components/side-panel/index.js +9 -0
- package/es/components/side-panel/index.js.map +1 -0
- package/es/components/side-panel/side-panel.d.ts +571 -0
- package/es/components/side-panel/side-panel.js +859 -0
- package/es/components/side-panel/side-panel.js.map +1 -0
- package/es/components/side-panel/side-panel.scss.js +13 -0
- package/es/components/side-panel/side-panel.scss.js.map +1 -0
- package/es/components/side-panel/side-panel.test.d.ts +3 -0
- package/es/components/side-panel/side-panel.test.js +273 -0
- package/es/components/side-panel/side-panel.test.js.map +1 -0
- package/es/components/side-panel/story-styles.scss.js +13 -0
- package/es/components/side-panel/story-styles.scss.js.map +1 -0
- package/es/components/tearsheet/defs.d.ts +26 -0
- package/es/components/tearsheet/defs.js +39 -0
- package/es/components/tearsheet/defs.js.map +1 -0
- package/es/components/tearsheet/index.d.ts +9 -0
- package/es/components/tearsheet/index.js +9 -0
- package/es/components/tearsheet/index.js.map +1 -0
- package/es/components/tearsheet/story-styles.scss.js +13 -0
- package/es/components/tearsheet/story-styles.scss.js.map +1 -0
- package/es/components/tearsheet/tearsheet.d.ts +535 -0
- package/es/components/tearsheet/tearsheet.js +721 -0
- package/es/components/tearsheet/tearsheet.js.map +1 -0
- package/es/components/tearsheet/tearsheet.scss.js +13 -0
- package/es/components/tearsheet/tearsheet.scss.js.map +1 -0
- package/es/components/tearsheet/tearsheet.test.d.ts +14 -0
- package/es/components/tearsheet/tearsheet.test.js +305 -0
- package/es/components/tearsheet/tearsheet.test.js.map +1 -0
- package/es/components/tearsheet/utils.d.ts +34 -0
- package/es/components/tearsheet/utils.js +370 -0
- package/es/components/tearsheet/utils.js.map +1 -0
- package/es/components/truncated-text/index.d.ts +9 -0
- package/es/components/truncated-text/index.js +9 -0
- package/es/components/truncated-text/index.js.map +1 -0
- package/es/components/truncated-text/truncated-text.d.ts +78 -0
- package/es/components/truncated-text/truncated-text.js +257 -0
- package/es/components/truncated-text/truncated-text.js.map +1 -0
- package/es/components/truncated-text/truncated-text.scss.js +13 -0
- package/es/components/truncated-text/truncated-text.scss.js.map +1 -0
- package/es/components/truncated-text/truncated-text.test.d.ts +7 -0
- package/es/components/truncated-text/truncated-text.test.js +77 -0
- package/es/components/truncated-text/truncated-text.test.js.map +1 -0
- package/es/components/user-avatar/index.d.ts +9 -0
- package/es/components/user-avatar/index.js +9 -0
- package/es/components/user-avatar/index.js.map +1 -0
- package/es/components/user-avatar/user-avatar.d.ts +425 -0
- package/es/components/user-avatar/user-avatar.figma.js +161 -0
- package/es/components/user-avatar/user-avatar.figma.js.map +1 -0
- package/es/components/user-avatar/user-avatar.js +141 -0
- package/es/components/user-avatar/user-avatar.js.map +1 -0
- package/es/components/user-avatar/user-avatar.scss.js +13 -0
- package/es/components/user-avatar/user-avatar.scss.js.map +1 -0
- package/es/components/user-avatar/user-avatar.test.d.ts +1 -0
- package/es/components/user-avatar/user-avatar.test.js +128 -0
- package/es/components/user-avatar/user-avatar.test.js.map +1 -0
- package/es/globals/internal/handle.d.ts +18 -0
- package/es/globals/internal/handle.js +8 -0
- package/es/globals/internal/handle.js.map +1 -0
- package/es/globals/internal/pconsole.d.ts +15 -0
- package/es/globals/internal/pconsole.js +30 -0
- package/es/globals/internal/pconsole.js.map +1 -0
- package/es/globals/internal/storybook-cdn.js +78 -0
- package/es/globals/internal/storybook-cdn.js.map +1 -0
- package/es/globals/js/utils/getSupportedLocale.d.ts +12 -0
- package/es/globals/js/utils/getSupportedLocale.js +35 -0
- package/es/globals/js/utils/getSupportedLocale.js.map +1 -0
- package/es/globals/settings.d.ts +15 -0
- package/es/globals/settings.js +28 -0
- package/es/globals/settings.js.map +1 -0
- package/es/index.d.ts +25 -0
- package/es/index.js +25 -0
- package/es/index.js.map +1 -0
- package/es/node_modules/@carbon/layout/es/index.js +44 -0
- package/es/node_modules/@carbon/layout/es/index.js.map +1 -0
- package/es/node_modules/@carbon/utilities/es/dateTimeFormat/index.js +13 -0
- package/es/node_modules/@carbon/utilities/es/dateTimeFormat/index.js.map +1 -0
- package/es/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js +11 -0
- package/es/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js.map +1 -0
- package/es/node_modules/@carbon/utilities/es/documentLang/documentLang.js +9 -0
- package/es/node_modules/@carbon/utilities/es/documentLang/documentLang.js.map +1 -0
- package/es/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js +11 -0
- package/es/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js.map +1 -0
- package/es/packages/ibm-products-web-components/package.json.js +13 -0
- package/es/packages/ibm-products-web-components/package.json.js.map +1 -0
- package/es/patterns/step-flow/_story-assets/step-full-page.d.ts +41 -0
- package/es/patterns/step-flow/_story-assets/step-full-page.js +257 -0
- package/es/patterns/step-flow/_story-assets/step-full-page.js.map +1 -0
- package/es/patterns/step-flow/_story-assets/step-full-page.scss.js +13 -0
- package/es/patterns/step-flow/_story-assets/step-full-page.scss.js.map +1 -0
- package/es/patterns/step-flow/_story-assets/step-side-panel.d.ts +38 -0
- package/es/patterns/step-flow/_story-assets/step-side-panel.js +217 -0
- package/es/patterns/step-flow/_story-assets/step-side-panel.js.map +1 -0
- package/es/patterns/step-flow/_story-assets/step-side-panel.scss.js +13 -0
- package/es/patterns/step-flow/_story-assets/step-side-panel.scss.js.map +1 -0
- package/es/patterns/step-flow/_story-assets/step-tearsheet.d.ts +41 -0
- package/es/patterns/step-flow/_story-assets/step-tearsheet.js +255 -0
- package/es/patterns/step-flow/_story-assets/step-tearsheet.js.map +1 -0
- package/es/patterns/step-flow/index.d.ts +10 -0
- package/es/patterns/step-flow/index.js +10 -0
- package/es/patterns/step-flow/index.js.map +1 -0
- package/es/patterns/step-flow/step-flow-signal.d.ts +24 -0
- package/es/patterns/step-flow/step-flow-signal.js +54 -0
- package/es/patterns/step-flow/step-flow-signal.js.map +1 -0
- package/es/patterns/step-flow/step-flow-signal.test.d.ts +7 -0
- package/es/patterns/step-flow/step-flow-signal.test.js +88 -0
- package/es/patterns/step-flow/step-flow-signal.test.js.map +1 -0
- package/es/patterns/step-flow/step-group.d.ts +15 -0
- package/es/patterns/step-flow/step-group.js +28 -0
- package/es/patterns/step-flow/step-group.js.map +1 -0
- package/es/patterns/step-flow/story-styles.scss.js +13 -0
- package/es/patterns/step-flow/story-styles.scss.js.map +1 -0
- package/es/utilities/carousel/carousel.d.ts +14 -0
- package/es/utilities/carousel/carousel.js +341 -0
- package/es/utilities/carousel/carousel.js.map +1 -0
- package/es/utilities/carousel/index.d.ts +8 -0
- package/es/utilities/carousel/index.js +9 -0
- package/es/utilities/carousel/index.js.map +1 -0
- package/es/utilities/carousel/swipeEvents.d.ts +7 -0
- package/es/utilities/carousel/swipeEvents.js +109 -0
- package/es/utilities/carousel/swipeEvents.js.map +1 -0
- package/es/utilities/carousel/types.d.ts +37 -0
- package/es/utilities/carousel/types.js +8 -0
- package/es/utilities/carousel/types.js.map +1 -0
- package/es/utilities/makeDraggable/makeDraggable.d.ts +38 -0
- package/es/utilities/makeDraggable/makeDraggable.js +136 -0
- package/es/utilities/makeDraggable/makeDraggable.js.map +1 -0
- package/es/utilities/manageFocusTrap/manageFocusTrap.d.ts +13 -0
- package/es/utilities/manageFocusTrap/manageFocusTrap.js +138 -0
- package/es/utilities/manageFocusTrap/manageFocusTrap.js.map +1 -0
- package/es-custom/components/about-modal/_story-assets/ansible-logo.svg.js +11 -0
- package/es-custom/components/about-modal/_story-assets/ansible-logo.svg.js.map +1 -0
- package/es-custom/components/about-modal/_story-assets/grafana-logo.svg.js +11 -0
- package/es-custom/components/about-modal/_story-assets/grafana-logo.svg.js.map +1 -0
- package/es-custom/components/about-modal/_story-assets/js-logo.svg.js +11 -0
- package/es-custom/components/about-modal/_story-assets/js-logo.svg.js.map +1 -0
- package/es-custom/components/about-modal/about-modal-helpers.d.ts +15 -0
- package/es-custom/components/about-modal/about-modal-helpers.js +141 -0
- package/es-custom/components/about-modal/about-modal-helpers.js.map +1 -0
- package/es-custom/components/about-modal/about-modal.d.ts +458 -0
- package/es-custom/components/about-modal/about-modal.figma.js +59 -0
- package/es-custom/components/about-modal/about-modal.figma.js.map +1 -0
- package/es-custom/components/about-modal/about-modal.js +203 -0
- package/es-custom/components/about-modal/about-modal.js.map +1 -0
- package/es-custom/components/about-modal/about-modal.scss.js +13 -0
- package/es-custom/components/about-modal/about-modal.scss.js.map +1 -0
- package/es-custom/components/about-modal/about-modal.test.d.ts +7 -0
- package/es-custom/components/about-modal/about-modal.test.js +208 -0
- package/es-custom/components/about-modal/about-modal.test.js.map +1 -0
- package/es-custom/components/about-modal/index.d.ts +9 -0
- package/es-custom/components/about-modal/index.js +9 -0
- package/es-custom/components/about-modal/index.js.map +1 -0
- package/es-custom/components/checklist/checklist-chart.d.ts +25 -0
- package/es-custom/components/checklist/checklist-chart.js +81 -0
- package/es-custom/components/checklist/checklist-chart.js.map +1 -0
- package/es-custom/components/checklist/checklist-group.d.ts +25 -0
- package/es-custom/components/checklist/checklist-group.js +58 -0
- package/es-custom/components/checklist/checklist-group.js.map +1 -0
- package/es-custom/components/checklist/checklist-icon.d.ts +26 -0
- package/es-custom/components/checklist/checklist-icon.js +72 -0
- package/es-custom/components/checklist/checklist-icon.js.map +1 -0
- package/es-custom/components/checklist/checklist-item.d.ts +41 -0
- package/es-custom/components/checklist/checklist-item.figma.js +49 -0
- package/es-custom/components/checklist/checklist-item.figma.js.map +1 -0
- package/es-custom/components/checklist/checklist-item.js +128 -0
- package/es-custom/components/checklist/checklist-item.js.map +1 -0
- package/es-custom/components/checklist/checklist.d.ts +73 -0
- package/es-custom/components/checklist/checklist.figma.js +87 -0
- package/es-custom/components/checklist/checklist.figma.js.map +1 -0
- package/es-custom/components/checklist/checklist.js +198 -0
- package/es-custom/components/checklist/checklist.js.map +1 -0
- package/es-custom/components/checklist/checklist.scss.js +13 -0
- package/es-custom/components/checklist/checklist.scss.js.map +1 -0
- package/es-custom/components/checklist/checklist.test.d.ts +7 -0
- package/es-custom/components/checklist/checklist.test.js +172 -0
- package/es-custom/components/checklist/checklist.test.js.map +1 -0
- package/es-custom/components/checklist/checklist.types.d.ts +22 -0
- package/es-custom/components/checklist/checklist.types.js +32 -0
- package/es-custom/components/checklist/checklist.types.js.map +1 -0
- package/es-custom/components/checklist/index.d.ts +13 -0
- package/es-custom/components/checklist/index.js +13 -0
- package/es-custom/components/checklist/index.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +418 -0
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js +139 -0
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +13 -0
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.test.d.ts +9 -0
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.test.js +77 -0
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.test.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts +14 -0
- package/es-custom/components/coachmark/coachmark-beacon/defs.js +25 -0
- package/es-custom/components/coachmark/coachmark-beacon/defs.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-beacon/index.d.ts +9 -0
- package/es-custom/components/coachmark/coachmark-beacon/index.js +9 -0
- package/es-custom/components/coachmark/coachmark-beacon/index.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-body.d.ts +382 -0
- package/es-custom/components/coachmark/coachmark-body.js +40 -0
- package/es-custom/components/coachmark/coachmark-body.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-body.scss.js +13 -0
- package/es-custom/components/coachmark/coachmark-body.scss.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-context.d.ts +11 -0
- package/es-custom/components/coachmark/coachmark-context.js +39 -0
- package/es-custom/components/coachmark/coachmark-context.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-header.d.ts +392 -0
- package/es-custom/components/coachmark/coachmark-header.js +92 -0
- package/es-custom/components/coachmark/coachmark-header.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-header.scss.js +13 -0
- package/es-custom/components/coachmark/coachmark-header.scss.js.map +1 -0
- package/es-custom/components/coachmark/coachmark.d.ts +416 -0
- package/es-custom/components/coachmark/coachmark.js +165 -0
- package/es-custom/components/coachmark/coachmark.js.map +1 -0
- package/es-custom/components/coachmark/coachmark.scss.js +13 -0
- package/es-custom/components/coachmark/coachmark.scss.js.map +1 -0
- package/es-custom/components/coachmark/coachmark.test.d.ts +1 -0
- package/es-custom/components/coachmark/coachmark.test.js +168 -0
- package/es-custom/components/coachmark/coachmark.test.js.map +1 -0
- package/es-custom/components/coachmark/index.d.ts +11 -0
- package/es-custom/components/coachmark/index.js +11 -0
- package/es-custom/components/coachmark/index.js.map +1 -0
- package/es-custom/components/full-page-error/assets/error403SVG.js +831 -0
- package/es-custom/components/full-page-error/assets/error403SVG.js.map +1 -0
- package/es-custom/components/full-page-error/assets/error404SVG.js +735 -0
- package/es-custom/components/full-page-error/assets/error404SVG.js.map +1 -0
- package/es-custom/components/full-page-error/assets/errorGenericSVG.js +830 -0
- package/es-custom/components/full-page-error/assets/errorGenericSVG.js.map +1 -0
- package/es-custom/components/full-page-error/full-page-error.d.ts +43 -0
- package/es-custom/components/full-page-error/full-page-error.figma.js +81 -0
- package/es-custom/components/full-page-error/full-page-error.figma.js.map +1 -0
- package/es-custom/components/full-page-error/full-page-error.js +102 -0
- package/es-custom/components/full-page-error/full-page-error.js.map +1 -0
- package/es-custom/components/full-page-error/full-page-error.scss.js +13 -0
- package/es-custom/components/full-page-error/full-page-error.scss.js.map +1 -0
- package/es-custom/components/full-page-error/full-page-error.test.d.ts +7 -0
- package/es-custom/components/full-page-error/full-page-error.test.js +102 -0
- package/es-custom/components/full-page-error/full-page-error.test.js.map +1 -0
- package/es-custom/components/full-page-error/index.d.ts +9 -0
- package/es-custom/components/full-page-error/index.js +9 -0
- package/es-custom/components/full-page-error/index.js.map +1 -0
- package/es-custom/components/full-page-error/types.d.ts +13 -0
- package/es-custom/components/full-page-error/types.js +24 -0
- package/es-custom/components/full-page-error/types.js.map +1 -0
- package/es-custom/components/guide-banner/guide-banner-element.d.ts +378 -0
- package/es-custom/components/guide-banner/guide-banner-element.js +38 -0
- package/es-custom/components/guide-banner/guide-banner-element.js.map +1 -0
- package/es-custom/components/guide-banner/guide-banner.d.ts +398 -0
- package/es-custom/components/guide-banner/guide-banner.js +151 -0
- package/es-custom/components/guide-banner/guide-banner.js.map +1 -0
- package/es-custom/components/guide-banner/guide-banner.scss.js +13 -0
- package/es-custom/components/guide-banner/guide-banner.scss.js.map +1 -0
- package/es-custom/components/guide-banner/guide-banner.test.d.ts +1 -0
- package/es-custom/components/guide-banner/guide-banner.test.js +121 -0
- package/es-custom/components/guide-banner/guide-banner.test.js.map +1 -0
- package/es-custom/components/guide-banner/index.d.ts +10 -0
- package/es-custom/components/guide-banner/index.js +10 -0
- package/es-custom/components/guide-banner/index.js.map +1 -0
- package/es-custom/components/interstitial-screen/index.d.ts +13 -0
- package/es-custom/components/interstitial-screen/index.js +13 -0
- package/es-custom/components/interstitial-screen/index.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body-item.d.ts +388 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body-item.js +71 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body-item.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body-item.scss.js +13 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body-item.scss.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body.d.ts +402 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body.js +152 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js +13 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-context.d.ts +18 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-context.js +48 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-context.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-footer.d.ts +429 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-footer.js +263 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-footer.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-footer.scss.js +13 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-footer.scss.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-header.d.ts +413 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-header.js +177 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-header.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-header.scss.js +13 -0
- package/es-custom/components/interstitial-screen/interstitial-screen-header.scss.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen.d.ts +441 -0
- package/es-custom/components/interstitial-screen/interstitial-screen.js +217 -0
- package/es-custom/components/interstitial-screen/interstitial-screen.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen.scss.js +13 -0
- package/es-custom/components/interstitial-screen/interstitial-screen.scss.js.map +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen.test.d.ts +1 -0
- package/es-custom/components/interstitial-screen/interstitial-screen.test.js +329 -0
- package/es-custom/components/interstitial-screen/interstitial-screen.test.js.map +1 -0
- package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.d.ts +3 -0
- package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.js +45 -0
- package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.js.map +1 -0
- package/es-custom/components/notification-panel/date-time-context.d.ts +9 -0
- package/es-custom/components/notification-panel/date-time-context.js +19 -0
- package/es-custom/components/notification-panel/date-time-context.js.map +1 -0
- package/es-custom/components/notification-panel/defs.d.ts +8 -0
- package/es-custom/components/notification-panel/defs.js +8 -0
- package/es-custom/components/notification-panel/defs.js.map +1 -0
- package/es-custom/components/notification-panel/index.d.ts +11 -0
- package/es-custom/components/notification-panel/index.js +11 -0
- package/es-custom/components/notification-panel/index.js.map +1 -0
- package/es-custom/components/notification-panel/notification-footer.d.ts +405 -0
- package/es-custom/components/notification-panel/notification-footer.js +120 -0
- package/es-custom/components/notification-panel/notification-footer.js.map +1 -0
- package/es-custom/components/notification-panel/notification-footer.scss.js +13 -0
- package/es-custom/components/notification-panel/notification-footer.scss.js.map +1 -0
- package/es-custom/components/notification-panel/notification-footer.test.d.ts +7 -0
- package/es-custom/components/notification-panel/notification-footer.test.js +65 -0
- package/es-custom/components/notification-panel/notification-footer.test.js.map +1 -0
- package/es-custom/components/notification-panel/notification-panel-footer.figma.js +31 -0
- package/es-custom/components/notification-panel/notification-panel-footer.figma.js.map +1 -0
- package/es-custom/components/notification-panel/notification-panel.d.ts +479 -0
- package/es-custom/components/notification-panel/notification-panel.figma.js +114 -0
- package/es-custom/components/notification-panel/notification-panel.figma.js.map +1 -0
- package/es-custom/components/notification-panel/notification-panel.js +439 -0
- package/es-custom/components/notification-panel/notification-panel.js.map +1 -0
- package/es-custom/components/notification-panel/notification-panel.scss.js +13 -0
- package/es-custom/components/notification-panel/notification-panel.scss.js.map +1 -0
- package/es-custom/components/notification-panel/notification-panel.test.d.ts +7 -0
- package/es-custom/components/notification-panel/notification-panel.test.js +340 -0
- package/es-custom/components/notification-panel/notification-panel.test.js.map +1 -0
- package/es-custom/components/notification-panel/notification.d.ts +415 -0
- package/es-custom/components/notification-panel/notification.figma.js +55 -0
- package/es-custom/components/notification-panel/notification.figma.js.map +1 -0
- package/es-custom/components/notification-panel/notification.js +179 -0
- package/es-custom/components/notification-panel/notification.js.map +1 -0
- package/es-custom/components/notification-panel/notification.scss.js +13 -0
- package/es-custom/components/notification-panel/notification.scss.js.map +1 -0
- package/es-custom/components/notification-panel/notification.test.d.ts +7 -0
- package/es-custom/components/notification-panel/notification.test.js +152 -0
- package/es-custom/components/notification-panel/notification.test.js.map +1 -0
- package/es-custom/components/options-tile/index.d.ts +9 -0
- package/es-custom/components/options-tile/index.js +9 -0
- package/es-custom/components/options-tile/index.js.map +1 -0
- package/es-custom/components/options-tile/options-file.figma.js +96 -0
- package/es-custom/components/options-tile/options-file.figma.js.map +1 -0
- package/es-custom/components/options-tile/options-tile.d.ts +416 -0
- package/es-custom/components/options-tile/options-tile.js +158 -0
- package/es-custom/components/options-tile/options-tile.js.map +1 -0
- package/es-custom/components/options-tile/options-tile.scss.js +13 -0
- package/es-custom/components/options-tile/options-tile.scss.js.map +1 -0
- package/es-custom/components/options-tile/options-tile.test.d.ts +1 -0
- package/es-custom/components/options-tile/options-tile.test.js +129 -0
- package/es-custom/components/options-tile/options-tile.test.js.map +1 -0
- package/es-custom/components/page-header/_story-assets/2x1.jpg.js +11 -0
- package/es-custom/components/page-header/_story-assets/2x1.jpg.js.map +1 -0
- package/es-custom/components/page-header/_story-assets/3x2.jpg.js +11 -0
- package/es-custom/components/page-header/_story-assets/3x2.jpg.js.map +1 -0
- package/es-custom/components/page-header/_story-assets/overflowHandler.d.ts +98 -0
- package/es-custom/components/page-header/_story-assets/overflowHandler.js +156 -0
- package/es-custom/components/page-header/_story-assets/overflowHandler.js.map +1 -0
- package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +43 -0
- package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.js +154 -0
- package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.js.map +1 -0
- package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +13 -0
- package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js.map +1 -0
- package/es-custom/components/page-header/_story-assets/set-of-tags/index.d.ts +9 -0
- package/es-custom/components/page-header/_story-assets/set-of-tags/index.js +9 -0
- package/es-custom/components/page-header/_story-assets/set-of-tags/index.js.map +1 -0
- package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.d.ts +40 -0
- package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.js +260 -0
- package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.js.map +1 -0
- package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js +13 -0
- package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js.map +1 -0
- package/es-custom/components/page-header/_story-assets/set-of-tags/utils.d.ts +23 -0
- package/es-custom/components/page-header/_story-assets/set-of-tags/utils.js +44 -0
- package/es-custom/components/page-header/_story-assets/set-of-tags/utils.js.map +1 -0
- package/es-custom/components/page-header/context.d.ts +15 -0
- package/es-custom/components/page-header/context.js +27 -0
- package/es-custom/components/page-header/context.js.map +1 -0
- package/es-custom/components/page-header/index.d.ts +16 -0
- package/es-custom/components/page-header/index.js +16 -0
- package/es-custom/components/page-header/index.js.map +1 -0
- package/es-custom/components/page-header/page-header-breadcrumb.d.ts +36 -0
- package/es-custom/components/page-header/page-header-breadcrumb.js +106 -0
- package/es-custom/components/page-header/page-header-breadcrumb.js.map +1 -0
- package/es-custom/components/page-header/page-header-content-text.d.ts +22 -0
- package/es-custom/components/page-header/page-header-content-text.js +56 -0
- package/es-custom/components/page-header/page-header-content-text.js.map +1 -0
- package/es-custom/components/page-header/page-header-content.d.ts +42 -0
- package/es-custom/components/page-header/page-header-content.js +141 -0
- package/es-custom/components/page-header/page-header-content.js.map +1 -0
- package/es-custom/components/page-header/page-header-hero-image.d.ts +18 -0
- package/es-custom/components/page-header/page-header-hero-image.js +38 -0
- package/es-custom/components/page-header/page-header-hero-image.js.map +1 -0
- package/es-custom/components/page-header/page-header-scroller.d.ts +56 -0
- package/es-custom/components/page-header/page-header-scroller.js +166 -0
- package/es-custom/components/page-header/page-header-scroller.js.map +1 -0
- package/es-custom/components/page-header/page-header-tabs.d.ts +18 -0
- package/es-custom/components/page-header/page-header-tabs.js +48 -0
- package/es-custom/components/page-header/page-header-tabs.js.map +1 -0
- package/es-custom/components/page-header/page-header-title-breadcrumb.d.ts +20 -0
- package/es-custom/components/page-header/page-header-title-breadcrumb.js +71 -0
- package/es-custom/components/page-header/page-header-title-breadcrumb.js.map +1 -0
- package/es-custom/components/page-header/page-header.d.ts +31 -0
- package/es-custom/components/page-header/page-header.js +128 -0
- package/es-custom/components/page-header/page-header.js.map +1 -0
- package/es-custom/components/page-header/page-header.scss.js +13 -0
- package/es-custom/components/page-header/page-header.scss.js.map +1 -0
- package/es-custom/components/page-header/page-header.test.d.ts +1 -0
- package/es-custom/components/page-header/page-header.test.js +349 -0
- package/es-custom/components/page-header/page-header.test.js.map +1 -0
- package/es-custom/components/page-header/utils.d.ts +32 -0
- package/es-custom/components/page-header/utils.js +76 -0
- package/es-custom/components/page-header/utils.js.map +1 -0
- package/es-custom/components/side-panel/_story-assets/index.d.ts +8 -0
- package/es-custom/components/side-panel/_story-assets/index.js +275 -0
- package/es-custom/components/side-panel/_story-assets/index.js.map +1 -0
- package/es-custom/components/side-panel/defs.d.ts +39 -0
- package/es-custom/components/side-panel/defs.js +51 -0
- package/es-custom/components/side-panel/defs.js.map +1 -0
- package/es-custom/components/side-panel/index.d.ts +9 -0
- package/es-custom/components/side-panel/index.js +9 -0
- package/es-custom/components/side-panel/index.js.map +1 -0
- package/es-custom/components/side-panel/side-panel.d.ts +571 -0
- package/es-custom/components/side-panel/side-panel.js +859 -0
- package/es-custom/components/side-panel/side-panel.js.map +1 -0
- package/es-custom/components/side-panel/side-panel.scss.js +13 -0
- package/es-custom/components/side-panel/side-panel.scss.js.map +1 -0
- package/es-custom/components/side-panel/side-panel.test.d.ts +3 -0
- package/es-custom/components/side-panel/side-panel.test.js +273 -0
- package/es-custom/components/side-panel/side-panel.test.js.map +1 -0
- package/es-custom/components/side-panel/story-styles.scss.js +13 -0
- package/es-custom/components/side-panel/story-styles.scss.js.map +1 -0
- package/es-custom/components/tearsheet/defs.d.ts +26 -0
- package/es-custom/components/tearsheet/defs.js +39 -0
- package/es-custom/components/tearsheet/defs.js.map +1 -0
- package/es-custom/components/tearsheet/index.d.ts +9 -0
- package/es-custom/components/tearsheet/index.js +9 -0
- package/es-custom/components/tearsheet/index.js.map +1 -0
- package/es-custom/components/tearsheet/story-styles.scss.js +13 -0
- package/es-custom/components/tearsheet/story-styles.scss.js.map +1 -0
- package/es-custom/components/tearsheet/tearsheet.d.ts +535 -0
- package/es-custom/components/tearsheet/tearsheet.js +721 -0
- package/es-custom/components/tearsheet/tearsheet.js.map +1 -0
- package/es-custom/components/tearsheet/tearsheet.scss.js +13 -0
- package/es-custom/components/tearsheet/tearsheet.scss.js.map +1 -0
- package/es-custom/components/tearsheet/tearsheet.test.d.ts +14 -0
- package/es-custom/components/tearsheet/tearsheet.test.js +305 -0
- package/es-custom/components/tearsheet/tearsheet.test.js.map +1 -0
- package/es-custom/components/tearsheet/utils.d.ts +34 -0
- package/es-custom/components/tearsheet/utils.js +370 -0
- package/es-custom/components/tearsheet/utils.js.map +1 -0
- package/es-custom/components/truncated-text/index.d.ts +9 -0
- package/es-custom/components/truncated-text/index.js +9 -0
- package/es-custom/components/truncated-text/index.js.map +1 -0
- package/es-custom/components/truncated-text/truncated-text.d.ts +78 -0
- package/es-custom/components/truncated-text/truncated-text.js +257 -0
- package/es-custom/components/truncated-text/truncated-text.js.map +1 -0
- package/es-custom/components/truncated-text/truncated-text.scss.js +13 -0
- package/es-custom/components/truncated-text/truncated-text.scss.js.map +1 -0
- package/es-custom/components/truncated-text/truncated-text.test.d.ts +7 -0
- package/es-custom/components/truncated-text/truncated-text.test.js +77 -0
- package/es-custom/components/truncated-text/truncated-text.test.js.map +1 -0
- package/es-custom/components/user-avatar/index.d.ts +9 -0
- package/es-custom/components/user-avatar/index.js +9 -0
- package/es-custom/components/user-avatar/index.js.map +1 -0
- package/es-custom/components/user-avatar/user-avatar.d.ts +425 -0
- package/es-custom/components/user-avatar/user-avatar.figma.js +161 -0
- package/es-custom/components/user-avatar/user-avatar.figma.js.map +1 -0
- package/es-custom/components/user-avatar/user-avatar.js +141 -0
- package/es-custom/components/user-avatar/user-avatar.js.map +1 -0
- package/es-custom/components/user-avatar/user-avatar.scss.js +13 -0
- package/es-custom/components/user-avatar/user-avatar.scss.js.map +1 -0
- package/es-custom/components/user-avatar/user-avatar.test.d.ts +1 -0
- package/es-custom/components/user-avatar/user-avatar.test.js +128 -0
- package/es-custom/components/user-avatar/user-avatar.test.js.map +1 -0
- package/es-custom/globals/internal/handle.d.ts +18 -0
- package/es-custom/globals/internal/handle.js +8 -0
- package/es-custom/globals/internal/handle.js.map +1 -0
- package/es-custom/globals/internal/pconsole.d.ts +15 -0
- package/es-custom/globals/internal/pconsole.js +30 -0
- package/es-custom/globals/internal/pconsole.js.map +1 -0
- package/es-custom/globals/internal/storybook-cdn.js +78 -0
- package/es-custom/globals/internal/storybook-cdn.js.map +1 -0
- package/es-custom/globals/js/utils/getSupportedLocale.d.ts +12 -0
- package/es-custom/globals/js/utils/getSupportedLocale.js +35 -0
- package/es-custom/globals/js/utils/getSupportedLocale.js.map +1 -0
- package/es-custom/globals/settings.d.ts +15 -0
- package/es-custom/globals/settings.js +28 -0
- package/es-custom/globals/settings.js.map +1 -0
- package/es-custom/index.d.ts +25 -0
- package/es-custom/index.js +25 -0
- package/es-custom/index.js.map +1 -0
- package/es-custom/node_modules/@carbon/layout/es/index.js +44 -0
- package/es-custom/node_modules/@carbon/layout/es/index.js.map +1 -0
- package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/index.js +13 -0
- package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/index.js.map +1 -0
- package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js +11 -0
- package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js.map +1 -0
- package/es-custom/node_modules/@carbon/utilities/es/documentLang/documentLang.js +9 -0
- package/es-custom/node_modules/@carbon/utilities/es/documentLang/documentLang.js.map +1 -0
- package/es-custom/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js +11 -0
- package/es-custom/node_modules/@carbon/utilities/es/overflowHandler/overflowHandler.js.map +1 -0
- package/es-custom/packages/ibm-products-web-components/package.json.js +13 -0
- package/es-custom/packages/ibm-products-web-components/package.json.js.map +1 -0
- package/es-custom/patterns/step-flow/_story-assets/step-full-page.d.ts +41 -0
- package/es-custom/patterns/step-flow/_story-assets/step-full-page.js +257 -0
- package/es-custom/patterns/step-flow/_story-assets/step-full-page.js.map +1 -0
- package/es-custom/patterns/step-flow/_story-assets/step-full-page.scss.js +13 -0
- package/es-custom/patterns/step-flow/_story-assets/step-full-page.scss.js.map +1 -0
- package/es-custom/patterns/step-flow/_story-assets/step-side-panel.d.ts +38 -0
- package/es-custom/patterns/step-flow/_story-assets/step-side-panel.js +217 -0
- package/es-custom/patterns/step-flow/_story-assets/step-side-panel.js.map +1 -0
- package/es-custom/patterns/step-flow/_story-assets/step-side-panel.scss.js +13 -0
- package/es-custom/patterns/step-flow/_story-assets/step-side-panel.scss.js.map +1 -0
- package/es-custom/patterns/step-flow/_story-assets/step-tearsheet.d.ts +41 -0
- package/es-custom/patterns/step-flow/_story-assets/step-tearsheet.js +255 -0
- package/es-custom/patterns/step-flow/_story-assets/step-tearsheet.js.map +1 -0
- package/es-custom/patterns/step-flow/index.d.ts +10 -0
- package/es-custom/patterns/step-flow/index.js +10 -0
- package/es-custom/patterns/step-flow/index.js.map +1 -0
- package/es-custom/patterns/step-flow/step-flow-signal.d.ts +24 -0
- package/es-custom/patterns/step-flow/step-flow-signal.js +54 -0
- package/es-custom/patterns/step-flow/step-flow-signal.js.map +1 -0
- package/es-custom/patterns/step-flow/step-flow-signal.test.d.ts +7 -0
- package/es-custom/patterns/step-flow/step-flow-signal.test.js +88 -0
- package/es-custom/patterns/step-flow/step-flow-signal.test.js.map +1 -0
- package/es-custom/patterns/step-flow/step-group.d.ts +15 -0
- package/es-custom/patterns/step-flow/step-group.js +28 -0
- package/es-custom/patterns/step-flow/step-group.js.map +1 -0
- package/es-custom/patterns/step-flow/story-styles.scss.js +13 -0
- package/es-custom/patterns/step-flow/story-styles.scss.js.map +1 -0
- package/es-custom/utilities/carousel/carousel.d.ts +14 -0
- package/es-custom/utilities/carousel/carousel.js +341 -0
- package/es-custom/utilities/carousel/carousel.js.map +1 -0
- package/es-custom/utilities/carousel/index.d.ts +8 -0
- package/es-custom/utilities/carousel/index.js +9 -0
- package/es-custom/utilities/carousel/index.js.map +1 -0
- package/es-custom/utilities/carousel/swipeEvents.d.ts +7 -0
- package/es-custom/utilities/carousel/swipeEvents.js +109 -0
- package/es-custom/utilities/carousel/swipeEvents.js.map +1 -0
- package/es-custom/utilities/carousel/types.d.ts +37 -0
- package/es-custom/utilities/carousel/types.js +8 -0
- package/es-custom/utilities/carousel/types.js.map +1 -0
- package/es-custom/utilities/makeDraggable/makeDraggable.d.ts +38 -0
- package/es-custom/utilities/makeDraggable/makeDraggable.js +136 -0
- package/es-custom/utilities/makeDraggable/makeDraggable.js.map +1 -0
- package/es-custom/utilities/manageFocusTrap/manageFocusTrap.d.ts +13 -0
- package/es-custom/utilities/manageFocusTrap/manageFocusTrap.js +138 -0
- package/es-custom/utilities/manageFocusTrap/manageFocusTrap.js.map +1 -0
- package/lib/components/about-modal/about-modal-helpers.d.ts +15 -0
- package/lib/components/about-modal/about-modal.d.ts +458 -0
- package/lib/components/about-modal/about-modal.test.d.ts +7 -0
- package/lib/components/about-modal/index.d.ts +9 -0
- package/lib/components/checklist/checklist-chart.d.ts +25 -0
- package/lib/components/checklist/checklist-group.d.ts +25 -0
- package/lib/components/checklist/checklist-icon.d.ts +26 -0
- package/lib/components/checklist/checklist-item.d.ts +41 -0
- package/lib/components/checklist/checklist.d.ts +73 -0
- package/lib/components/checklist/checklist.test.d.ts +7 -0
- package/lib/components/checklist/checklist.types.d.ts +22 -0
- package/lib/components/checklist/index.d.ts +13 -0
- package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +418 -0
- package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.test.d.ts +9 -0
- package/lib/components/coachmark/coachmark-beacon/defs.d.ts +14 -0
- package/lib/components/coachmark/coachmark-beacon/defs.js +25 -0
- package/lib/components/coachmark/coachmark-beacon/defs.js.map +1 -0
- package/lib/components/coachmark/coachmark-beacon/index.d.ts +9 -0
- package/lib/components/coachmark/coachmark-body.d.ts +382 -0
- package/lib/components/coachmark/coachmark-context.d.ts +11 -0
- package/lib/components/coachmark/coachmark-header.d.ts +392 -0
- package/lib/components/coachmark/coachmark.d.ts +416 -0
- package/lib/components/coachmark/coachmark.test.d.ts +1 -0
- package/lib/components/coachmark/index.d.ts +11 -0
- package/lib/components/full-page-error/full-page-error.d.ts +43 -0
- package/lib/components/full-page-error/full-page-error.test.d.ts +7 -0
- package/lib/components/full-page-error/index.d.ts +9 -0
- package/lib/components/full-page-error/types.d.ts +13 -0
- package/lib/components/guide-banner/guide-banner-element.d.ts +378 -0
- package/lib/components/guide-banner/guide-banner.d.ts +398 -0
- package/lib/components/guide-banner/guide-banner.test.d.ts +1 -0
- package/lib/components/guide-banner/index.d.ts +10 -0
- package/lib/components/interstitial-screen/index.d.ts +13 -0
- package/lib/components/interstitial-screen/interstitial-screen-body-item.d.ts +388 -0
- package/lib/components/interstitial-screen/interstitial-screen-body.d.ts +402 -0
- package/lib/components/interstitial-screen/interstitial-screen-context.d.ts +18 -0
- package/lib/components/interstitial-screen/interstitial-screen-footer.d.ts +429 -0
- package/lib/components/interstitial-screen/interstitial-screen-header.d.ts +413 -0
- package/lib/components/interstitial-screen/interstitial-screen.d.ts +441 -0
- package/lib/components/interstitial-screen/interstitial-screen.test.d.ts +1 -0
- package/lib/components/notification-panel/_story-assets/unread-notification-bell.d.ts +3 -0
- package/lib/components/notification-panel/date-time-context.d.ts +9 -0
- package/lib/components/notification-panel/defs.d.ts +8 -0
- package/lib/components/notification-panel/defs.js +10 -0
- package/lib/components/notification-panel/defs.js.map +1 -0
- package/lib/components/notification-panel/index.d.ts +11 -0
- package/lib/components/notification-panel/notification-footer.d.ts +405 -0
- package/lib/components/notification-panel/notification-footer.test.d.ts +7 -0
- package/lib/components/notification-panel/notification-panel.d.ts +479 -0
- package/lib/components/notification-panel/notification-panel.test.d.ts +7 -0
- package/lib/components/notification-panel/notification.d.ts +415 -0
- package/lib/components/notification-panel/notification.test.d.ts +7 -0
- package/lib/components/options-tile/index.d.ts +9 -0
- package/lib/components/options-tile/options-tile.d.ts +416 -0
- package/lib/components/options-tile/options-tile.test.d.ts +1 -0
- package/lib/components/page-header/_story-assets/overflowHandler.d.ts +98 -0
- package/lib/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +43 -0
- package/lib/components/page-header/_story-assets/set-of-tags/index.d.ts +9 -0
- package/lib/components/page-header/_story-assets/set-of-tags/set-of-tags.d.ts +40 -0
- package/lib/components/page-header/_story-assets/set-of-tags/utils.d.ts +23 -0
- package/lib/components/page-header/context.d.ts +15 -0
- package/lib/components/page-header/index.d.ts +16 -0
- package/lib/components/page-header/page-header-breadcrumb.d.ts +36 -0
- package/lib/components/page-header/page-header-content-text.d.ts +22 -0
- package/lib/components/page-header/page-header-content.d.ts +42 -0
- package/lib/components/page-header/page-header-hero-image.d.ts +18 -0
- package/lib/components/page-header/page-header-scroller.d.ts +56 -0
- package/lib/components/page-header/page-header-tabs.d.ts +18 -0
- package/lib/components/page-header/page-header-title-breadcrumb.d.ts +20 -0
- package/lib/components/page-header/page-header.d.ts +31 -0
- package/lib/components/page-header/page-header.test.d.ts +1 -0
- package/lib/components/page-header/utils.d.ts +32 -0
- package/lib/components/side-panel/_story-assets/index.d.ts +8 -0
- package/lib/components/side-panel/defs.d.ts +39 -0
- package/lib/components/side-panel/defs.js +51 -0
- package/lib/components/side-panel/defs.js.map +1 -0
- package/lib/components/side-panel/index.d.ts +9 -0
- package/lib/components/side-panel/side-panel.d.ts +571 -0
- package/lib/components/side-panel/side-panel.test.d.ts +3 -0
- package/lib/components/tearsheet/defs.d.ts +26 -0
- package/lib/components/tearsheet/defs.js +39 -0
- package/lib/components/tearsheet/defs.js.map +1 -0
- package/lib/components/tearsheet/index.d.ts +9 -0
- package/lib/components/tearsheet/tearsheet.d.ts +535 -0
- package/lib/components/tearsheet/tearsheet.test.d.ts +14 -0
- package/lib/components/tearsheet/utils.d.ts +34 -0
- package/lib/components/truncated-text/index.d.ts +9 -0
- package/lib/components/truncated-text/truncated-text.d.ts +78 -0
- package/lib/components/truncated-text/truncated-text.test.d.ts +7 -0
- package/lib/components/user-avatar/index.d.ts +9 -0
- package/lib/components/user-avatar/user-avatar.d.ts +425 -0
- package/lib/components/user-avatar/user-avatar.test.d.ts +1 -0
- package/lib/globals/internal/handle.d.ts +18 -0
- package/lib/globals/internal/pconsole.d.ts +15 -0
- package/lib/globals/js/utils/getSupportedLocale.d.ts +12 -0
- package/lib/globals/js/utils/getSupportedLocale.js +37 -0
- package/lib/globals/js/utils/getSupportedLocale.js.map +1 -0
- package/lib/globals/settings.d.ts +15 -0
- package/lib/globals/settings.js +32 -0
- package/lib/globals/settings.js.map +1 -0
- package/lib/index.d.ts +25 -0
- package/lib/patterns/step-flow/_story-assets/step-full-page.d.ts +41 -0
- package/lib/patterns/step-flow/_story-assets/step-side-panel.d.ts +38 -0
- package/lib/patterns/step-flow/_story-assets/step-tearsheet.d.ts +41 -0
- package/lib/patterns/step-flow/index.d.ts +10 -0
- package/lib/patterns/step-flow/step-flow-signal.d.ts +24 -0
- package/lib/patterns/step-flow/step-flow-signal.test.d.ts +7 -0
- package/lib/patterns/step-flow/step-group.d.ts +15 -0
- package/lib/utilities/carousel/carousel.d.ts +14 -0
- package/lib/utilities/carousel/index.d.ts +8 -0
- package/lib/utilities/carousel/swipeEvents.d.ts +7 -0
- package/lib/utilities/carousel/types.d.ts +37 -0
- package/lib/utilities/makeDraggable/makeDraggable.d.ts +38 -0
- package/lib/utilities/manageFocusTrap/manageFocusTrap.d.ts +13 -0
- package/package.json +5 -4
- package/scss/components/about-modal/about-modal.scss +117 -0
- package/scss/components/checklist/checklist.scss +70 -0
- package/scss/components/coachmark/coachmark-beacon/coachmark-beacon.scss +91 -0
- package/scss/components/coachmark/coachmark-body.scss +19 -0
- package/scss/components/coachmark/coachmark-header.scss +32 -0
- package/scss/components/coachmark/coachmark.scss +30 -0
- package/scss/components/full-page-error/full-page-error.scss +29 -0
- package/scss/components/guide-banner/guide-banner.scss +30 -0
- package/scss/components/interstitial-screen/interstitial-screen-body-item.scss +18 -0
- package/scss/components/interstitial-screen/interstitial-screen-body.scss +29 -0
- package/scss/components/interstitial-screen/interstitial-screen-footer.scss +39 -0
- package/scss/components/interstitial-screen/interstitial-screen-header.scss +13 -0
- package/scss/components/interstitial-screen/interstitial-screen.scss +28 -0
- package/scss/components/notification-panel/notification-footer.scss +65 -0
- package/scss/components/notification-panel/notification-panel.scss +58 -0
- package/scss/components/notification-panel/notification.scss +147 -0
- package/scss/components/options-tile/options-tile.scss +102 -0
- package/scss/components/page-header/_story-assets/_storybook-styles.scss +35 -0
- package/scss/components/page-header/_story-assets/set-of-breadcrumbs.scss +41 -0
- package/scss/components/page-header/_story-assets/set-of-tags/set-of-tags.scss +96 -0
- package/scss/components/page-header/page-header.scss +422 -0
- package/scss/components/side-panel/side-panel.scss +307 -0
- package/scss/components/tearsheet/tearsheet.scss +343 -0
- package/scss/components/truncated-text/truncated-text.scss +110 -0
- package/scss/components/user-avatar/user-avatar.scss +119 -0
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2024
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Copyright IBM Corp. 2025
|
|
10
|
+
*
|
|
11
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
12
|
+
* LICENSE file in the root directory of this source tree.
|
|
13
|
+
*/
|
|
14
|
+
const registerSwipeEvents = (carousel, next, prev, destroy) => {
|
|
15
|
+
const minSwipeDistance = 50;
|
|
16
|
+
// Touch support
|
|
17
|
+
let touchStartX = null;
|
|
18
|
+
let touchEndX = null;
|
|
19
|
+
let lastScrollTime = 0;
|
|
20
|
+
const scrollCoolDown = 400;
|
|
21
|
+
let isMouseDown = false;
|
|
22
|
+
let mouseStartX = null;
|
|
23
|
+
let mouseEndX = null;
|
|
24
|
+
//handlers
|
|
25
|
+
const touchStartHandler = (e) => {
|
|
26
|
+
touchStartX = e.touches[0].clientX;
|
|
27
|
+
};
|
|
28
|
+
const touchMoveHandler = (e) => {
|
|
29
|
+
touchEndX = e.touches[0].clientX;
|
|
30
|
+
};
|
|
31
|
+
const touchEndHandler = () => {
|
|
32
|
+
if (touchStartX !== null && touchEndX !== null) {
|
|
33
|
+
const distance = touchStartX - touchEndX;
|
|
34
|
+
if (Math.abs(distance) > minSwipeDistance) {
|
|
35
|
+
if (distance > 0) {
|
|
36
|
+
next();
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
prev();
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
touchStartX = null;
|
|
44
|
+
touchEndX = null;
|
|
45
|
+
};
|
|
46
|
+
const mouseDownHandler = (e) => {
|
|
47
|
+
isMouseDown = true;
|
|
48
|
+
mouseStartX = e.clientX;
|
|
49
|
+
};
|
|
50
|
+
const mouseMoveHandler = (e) => {
|
|
51
|
+
if (!isMouseDown) {
|
|
52
|
+
return;
|
|
53
|
+
}
|
|
54
|
+
mouseEndX = e.clientX;
|
|
55
|
+
};
|
|
56
|
+
const mouseUpHandler = () => {
|
|
57
|
+
if (isMouseDown && mouseStartX !== null && mouseEndX !== null) {
|
|
58
|
+
const distance = mouseStartX - mouseEndX;
|
|
59
|
+
if (Math.abs(distance) > minSwipeDistance) {
|
|
60
|
+
if (distance > 0) {
|
|
61
|
+
next();
|
|
62
|
+
}
|
|
63
|
+
else {
|
|
64
|
+
prev();
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
isMouseDown = false;
|
|
69
|
+
mouseStartX = null;
|
|
70
|
+
mouseEndX = null;
|
|
71
|
+
};
|
|
72
|
+
const wheelHandler = (e) => {
|
|
73
|
+
const now = Date.now();
|
|
74
|
+
if (Math.abs(e.deltaX) > Math.abs(e.deltaY) && Math.abs(e.deltaX) > 20) {
|
|
75
|
+
e.preventDefault(); // Prevent page from scrolling
|
|
76
|
+
if (now - lastScrollTime < scrollCoolDown) {
|
|
77
|
+
return;
|
|
78
|
+
}
|
|
79
|
+
if (e.deltaX > 0) {
|
|
80
|
+
next();
|
|
81
|
+
}
|
|
82
|
+
else {
|
|
83
|
+
prev();
|
|
84
|
+
}
|
|
85
|
+
lastScrollTime = now;
|
|
86
|
+
}
|
|
87
|
+
};
|
|
88
|
+
if (destroy) {
|
|
89
|
+
carousel.removeEventListener('touchstart', touchStartHandler);
|
|
90
|
+
carousel.removeEventListener('touchmove', touchMoveHandler);
|
|
91
|
+
carousel.removeEventListener('touchend', touchEndHandler);
|
|
92
|
+
carousel.removeEventListener('mousedown', mouseDownHandler);
|
|
93
|
+
carousel.removeEventListener('mousemove', mouseMoveHandler);
|
|
94
|
+
carousel.removeEventListener('mouseup', mouseUpHandler);
|
|
95
|
+
carousel.removeEventListener('wheel', wheelHandler);
|
|
96
|
+
}
|
|
97
|
+
carousel.addEventListener('touchstart', touchStartHandler);
|
|
98
|
+
carousel.addEventListener('touchmove', touchMoveHandler);
|
|
99
|
+
carousel.addEventListener('touchend', touchEndHandler);
|
|
100
|
+
// Mouse drag support
|
|
101
|
+
carousel.addEventListener('mousedown', mouseDownHandler);
|
|
102
|
+
carousel.addEventListener('mousemove', mouseMoveHandler);
|
|
103
|
+
carousel.addEventListener('mouseup', mouseUpHandler);
|
|
104
|
+
// Wheel gesture support
|
|
105
|
+
carousel.addEventListener('wheel', wheelHandler);
|
|
106
|
+
};
|
|
107
|
+
|
|
108
|
+
export { registerSwipeEvents };
|
|
109
|
+
//# sourceMappingURL=swipeEvents.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"swipeEvents.js","sources":["../../../src/utilities/carousel/swipeEvents.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;AAAA;;;;;AAKG;AACI,MAAM,mBAAmB,GAAG,CACjC,QAAqB,EACrB,IAAgB,EAChB,IAAgB,EAChB,OAAgB,KACd;IACF,MAAM,gBAAgB,GAAG,EAAE;;IAG3B,IAAI,WAAW,GAAkB,IAAI;IACrC,IAAI,SAAS,GAAkB,IAAI;IAEnC,IAAI,cAAc,GAAG,CAAC;IACtB,MAAM,cAAc,GAAG,GAAG;IAE1B,IAAI,WAAW,GAAG,KAAK;IACvB,IAAI,WAAW,GAAkB,IAAI;IACrC,IAAI,SAAS,GAAkB,IAAI;;AAGnC,IAAA,MAAM,iBAAiB,GAAG,CAAC,CAAa,KAAI;QAC1C,WAAW,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,OAAO;AACpC,KAAC;AACD,IAAA,MAAM,gBAAgB,GAAG,CAAC,CAAa,KAAI;QACzC,SAAS,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,OAAO;AAClC,KAAC;IACD,MAAM,eAAe,GAAG,MAAK;QAC3B,IAAI,WAAW,KAAK,IAAI,IAAI,SAAS,KAAK,IAAI,EAAE;AAC9C,YAAA,MAAM,QAAQ,GAAG,WAAW,GAAG,SAAS;YACxC,IAAI,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,gBAAgB,EAAE;AACzC,gBAAA,IAAI,QAAQ,GAAG,CAAC,EAAE;AAChB,oBAAA,IAAI,EAAE;;qBACD;AACL,oBAAA,IAAI,EAAE;;;;QAIZ,WAAW,GAAG,IAAI;QAClB,SAAS,GAAG,IAAI;AAClB,KAAC;AACD,IAAA,MAAM,gBAAgB,GAAG,CAAC,CAAa,KAAI;QACzC,WAAW,GAAG,IAAI;AAClB,QAAA,WAAW,GAAG,CAAC,CAAC,OAAO;AACzB,KAAC;AACD,IAAA,MAAM,gBAAgB,GAAG,CAAC,CAAa,KAAI;QACzC,IAAI,CAAC,WAAW,EAAE;YAChB;;AAEF,QAAA,SAAS,GAAG,CAAC,CAAC,OAAO;AACvB,KAAC;IACD,MAAM,cAAc,GAAG,MAAK;QAC1B,IAAI,WAAW,IAAI,WAAW,KAAK,IAAI,IAAI,SAAS,KAAK,IAAI,EAAE;AAC7D,YAAA,MAAM,QAAQ,GAAG,WAAW,GAAG,SAAS;YACxC,IAAI,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,gBAAgB,EAAE;AACzC,gBAAA,IAAI,QAAQ,GAAG,CAAC,EAAE;AAChB,oBAAA,IAAI,EAAE;;qBACD;AACL,oBAAA,IAAI,EAAE;;;;QAIZ,WAAW,GAAG,KAAK;QACnB,WAAW,GAAG,IAAI;QAClB,SAAS,GAAG,IAAI;AAClB,KAAC;AACD,IAAA,MAAM,YAAY,GAAG,CAAC,CAAa,KAAI;AACrC,QAAA,MAAM,GAAG,GAAG,IAAI,CAAC,GAAG,EAAE;AACtB,QAAA,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,EAAE,EAAE;AACtE,YAAA,CAAC,CAAC,cAAc,EAAE,CAAC;AACnB,YAAA,IAAI,GAAG,GAAG,cAAc,GAAG,cAAc,EAAE;gBACzC;;AAGF,YAAA,IAAI,CAAC,CAAC,MAAM,GAAG,CAAC,EAAE;AAChB,gBAAA,IAAI,EAAE;;iBACD;AACL,gBAAA,IAAI,EAAE;;YAER,cAAc,GAAG,GAAG;;AAExB,KAAC;IAED,IAAI,OAAO,EAAE;AACX,QAAA,QAAQ,CAAC,mBAAmB,CAAC,YAAY,EAAE,iBAAiB,CAAC;AAC7D,QAAA,QAAQ,CAAC,mBAAmB,CAAC,WAAW,EAAE,gBAAgB,CAAC;AAC3D,QAAA,QAAQ,CAAC,mBAAmB,CAAC,UAAU,EAAE,eAAe,CAAC;AACzD,QAAA,QAAQ,CAAC,mBAAmB,CAAC,WAAW,EAAE,gBAAgB,CAAC;AAC3D,QAAA,QAAQ,CAAC,mBAAmB,CAAC,WAAW,EAAE,gBAAgB,CAAC;AAC3D,QAAA,QAAQ,CAAC,mBAAmB,CAAC,SAAS,EAAE,cAAc,CAAC;AACvD,QAAA,QAAQ,CAAC,mBAAmB,CAAC,OAAO,EAAE,YAAY,CAAC;;AAGrD,IAAA,QAAQ,CAAC,gBAAgB,CAAC,YAAY,EAAE,iBAAiB,CAAC;AAE1D,IAAA,QAAQ,CAAC,gBAAgB,CAAC,WAAW,EAAE,gBAAgB,CAAC;AAExD,IAAA,QAAQ,CAAC,gBAAgB,CAAC,UAAU,EAAE,eAAe,CAAC;;AAItD,IAAA,QAAQ,CAAC,gBAAgB,CAAC,WAAW,EAAE,gBAAgB,CAAC;AAExD,IAAA,QAAQ,CAAC,gBAAgB,CAAC,WAAW,EAAE,gBAAgB,CAAC;AAExD,IAAA,QAAQ,CAAC,gBAAgB,CAAC,SAAS,EAAE,cAAc,CAAC;;AAIpD,IAAA,QAAQ,CAAC,gBAAgB,CAAC,OAAO,EAAE,YAAY,CAAC;AAClD;;;;"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* Copyright IBM Corp. 2025
|
|
5
|
+
*
|
|
6
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
|
+
*/
|
|
9
|
+
interface CarouselStackHistory {
|
|
10
|
+
id: number;
|
|
11
|
+
elem: HTMLLIElement;
|
|
12
|
+
}
|
|
13
|
+
type CarouselResponse = {
|
|
14
|
+
currentIndex: number;
|
|
15
|
+
lastIndex: number;
|
|
16
|
+
totalViews: number;
|
|
17
|
+
historyStack: CarouselStackHistory[];
|
|
18
|
+
};
|
|
19
|
+
type ActiveItem = {
|
|
20
|
+
index: number;
|
|
21
|
+
item: HTMLElement | null;
|
|
22
|
+
};
|
|
23
|
+
export type Config = {
|
|
24
|
+
onViewChangeStart?: (args: CarouselResponse) => void;
|
|
25
|
+
onViewChangeEnd?: (args: CarouselResponse) => void;
|
|
26
|
+
excludeSwipeSupport?: boolean;
|
|
27
|
+
};
|
|
28
|
+
interface InitCarousel {
|
|
29
|
+
next: () => void;
|
|
30
|
+
prev: () => void;
|
|
31
|
+
reset: () => void;
|
|
32
|
+
goToIndex: (index: number) => void;
|
|
33
|
+
getActiveItem: () => ActiveItem;
|
|
34
|
+
destroyEvents: (() => void) | null;
|
|
35
|
+
allViews: Record<number, HTMLElement | null>;
|
|
36
|
+
}
|
|
37
|
+
export type { CarouselStackHistory, CarouselResponse, InitCarousel };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2025, 2025
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
interface DraggableProps {
|
|
8
|
+
/**
|
|
9
|
+
* HTML element to move.
|
|
10
|
+
*/
|
|
11
|
+
el: HTMLElement;
|
|
12
|
+
/**
|
|
13
|
+
* HTML element to initiate the drag (e.g., header).
|
|
14
|
+
*/
|
|
15
|
+
dragHandle?: HTMLElement;
|
|
16
|
+
/**
|
|
17
|
+
* HTML element to focus on drag for keyboard interaction (e.g., Drag Icon).
|
|
18
|
+
*/
|
|
19
|
+
focusableDragHandle?: HTMLElement;
|
|
20
|
+
/**
|
|
21
|
+
* Pixel value that defines the distance to move when dragging with arrow
|
|
22
|
+
* keys.
|
|
23
|
+
*/
|
|
24
|
+
dragStep?: number;
|
|
25
|
+
/**
|
|
26
|
+
* Pixel value that defines the distance to move when dragging with
|
|
27
|
+
* shift+arrow keys.
|
|
28
|
+
*/
|
|
29
|
+
shiftDragStep?: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Makes a given element draggable using a handle element.
|
|
33
|
+
*@param draggable - object which accepts el and optional attributes handle,focusableInHandle,dragStep and shiftDragStep
|
|
34
|
+
*/
|
|
35
|
+
export declare const makeDraggable: ({ el, dragHandle, focusableDragHandle, dragStep, shiftDragStep, }: DraggableProps) => {
|
|
36
|
+
cleanup: () => void;
|
|
37
|
+
};
|
|
38
|
+
export {};
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2024
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Copyright IBM Corp. 2025, 2025
|
|
10
|
+
*
|
|
11
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
12
|
+
* LICENSE file in the root directory of this source tree.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Makes a given element draggable using a handle element.
|
|
16
|
+
*@param draggable - object which accepts el and optional attributes handle,focusableInHandle,dragStep and shiftDragStep
|
|
17
|
+
*/
|
|
18
|
+
const makeDraggable = ({ el, dragHandle, focusableDragHandle, dragStep, shiftDragStep, }) => {
|
|
19
|
+
if (dragHandle) {
|
|
20
|
+
dragHandle.style.cursor = 'move';
|
|
21
|
+
el.style.cursor = 'default';
|
|
22
|
+
}
|
|
23
|
+
else {
|
|
24
|
+
el.style.cursor = 'move';
|
|
25
|
+
}
|
|
26
|
+
let isDragging = false;
|
|
27
|
+
let currentX = 0;
|
|
28
|
+
let currentY = 0;
|
|
29
|
+
let initialMouseX = 0;
|
|
30
|
+
let initialMouseY = 0;
|
|
31
|
+
const dispatch = (type, detail) => {
|
|
32
|
+
const eventInit = {
|
|
33
|
+
detail,
|
|
34
|
+
bubbles: true,
|
|
35
|
+
};
|
|
36
|
+
el.dispatchEvent(new CustomEvent(type, eventInit));
|
|
37
|
+
};
|
|
38
|
+
const onKeyDown = (e) => {
|
|
39
|
+
if (e.key === 'Enter') {
|
|
40
|
+
isDragging = !isDragging;
|
|
41
|
+
}
|
|
42
|
+
if (isDragging) {
|
|
43
|
+
dispatch('dragstart', { keyboard: true });
|
|
44
|
+
}
|
|
45
|
+
else {
|
|
46
|
+
dispatch('dragend', { keyboard: true });
|
|
47
|
+
}
|
|
48
|
+
if (!isDragging) {
|
|
49
|
+
return;
|
|
50
|
+
}
|
|
51
|
+
const distance = e.shiftKey ? (shiftDragStep !== null && shiftDragStep !== void 0 ? shiftDragStep : 32) : (dragStep !== null && dragStep !== void 0 ? dragStep : 8);
|
|
52
|
+
switch (e.key) {
|
|
53
|
+
case 'Enter':
|
|
54
|
+
case ' ':
|
|
55
|
+
e.preventDefault();
|
|
56
|
+
break;
|
|
57
|
+
case 'ArrowLeft':
|
|
58
|
+
el.style.left = `${el.offsetLeft - distance}px`;
|
|
59
|
+
break;
|
|
60
|
+
case 'ArrowRight':
|
|
61
|
+
el.style.left = `${el.offsetLeft + distance}px`;
|
|
62
|
+
break;
|
|
63
|
+
case 'ArrowUp':
|
|
64
|
+
el.style.top = `${el.offsetTop - distance}px`;
|
|
65
|
+
break;
|
|
66
|
+
case 'ArrowDown':
|
|
67
|
+
el.style.top = `${el.offsetTop + distance}px`;
|
|
68
|
+
break;
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
const onMouseDown = (e) => {
|
|
72
|
+
const target = e.target;
|
|
73
|
+
if (!(target instanceof Node)) {
|
|
74
|
+
return;
|
|
75
|
+
}
|
|
76
|
+
const isTargetInHandle = dragHandle
|
|
77
|
+
? dragHandle.contains(target)
|
|
78
|
+
: el.contains(target);
|
|
79
|
+
if (!isTargetInHandle) {
|
|
80
|
+
return;
|
|
81
|
+
}
|
|
82
|
+
const style = window.getComputedStyle(el);
|
|
83
|
+
const matrix = new DOMMatrix(style.transform);
|
|
84
|
+
currentX = matrix.m41;
|
|
85
|
+
currentY = matrix.m42;
|
|
86
|
+
// Store the mouse position at the start of the drag
|
|
87
|
+
initialMouseX = e.clientX;
|
|
88
|
+
initialMouseY = e.clientY;
|
|
89
|
+
isDragging = true;
|
|
90
|
+
dispatch('dragstart', { mouse: true });
|
|
91
|
+
document.addEventListener('mousemove', onMouseMove);
|
|
92
|
+
document.addEventListener('mouseup', onMouseUp, { once: true });
|
|
93
|
+
};
|
|
94
|
+
const onMouseMove = (e) => {
|
|
95
|
+
if (!isDragging) {
|
|
96
|
+
return;
|
|
97
|
+
}
|
|
98
|
+
// Calculate the change in mouse position from the start
|
|
99
|
+
const dx = e.clientX - initialMouseX;
|
|
100
|
+
const dy = e.clientY - initialMouseY;
|
|
101
|
+
// Add that change to the element's original translation
|
|
102
|
+
el.style.transform = `translate(${currentX + dx}px, ${currentY + dy}px)`;
|
|
103
|
+
};
|
|
104
|
+
const onMouseUp = () => {
|
|
105
|
+
if (!isDragging) {
|
|
106
|
+
return;
|
|
107
|
+
}
|
|
108
|
+
isDragging = false;
|
|
109
|
+
dispatch('dragend', { mouse: true });
|
|
110
|
+
document.removeEventListener('mousemove', onMouseMove);
|
|
111
|
+
};
|
|
112
|
+
if (dragHandle) {
|
|
113
|
+
dragHandle.addEventListener('mousedown', onMouseDown);
|
|
114
|
+
}
|
|
115
|
+
else {
|
|
116
|
+
el.addEventListener('mousedown', onMouseDown);
|
|
117
|
+
}
|
|
118
|
+
focusableDragHandle === null || focusableDragHandle === void 0 ? void 0 : focusableDragHandle.addEventListener('keydown', onKeyDown);
|
|
119
|
+
const draggableCleanup = () => {
|
|
120
|
+
if (dragHandle) {
|
|
121
|
+
dragHandle.removeEventListener('mousedown', onMouseDown);
|
|
122
|
+
}
|
|
123
|
+
else {
|
|
124
|
+
el.removeEventListener('mousedown', onMouseDown);
|
|
125
|
+
}
|
|
126
|
+
focusableDragHandle === null || focusableDragHandle === void 0 ? void 0 : focusableDragHandle.removeEventListener('keydown', onKeyDown);
|
|
127
|
+
document.removeEventListener('mousemove', onMouseMove);
|
|
128
|
+
document.removeEventListener('mouseup', onMouseUp);
|
|
129
|
+
};
|
|
130
|
+
return {
|
|
131
|
+
cleanup: draggableCleanup,
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
export { makeDraggable };
|
|
136
|
+
//# sourceMappingURL=makeDraggable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"makeDraggable.js","sources":["../../../src/utilities/makeDraggable/makeDraggable.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* Copyright IBM Corp. 2025
|
|
5
|
+
*
|
|
6
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
|
+
*/
|
|
9
|
+
export declare const registerFocusableContainers: (container: any) => void;
|
|
10
|
+
export declare const clearFocusableContainers: () => void;
|
|
11
|
+
export declare const trapFocus: (containers?: HTMLElement[]) => {
|
|
12
|
+
cleanup: () => void;
|
|
13
|
+
};
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2024
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import { selectorTabbable, prefix } from '@carbon/web-components/es/globals/settings';
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* @license
|
|
12
|
+
*
|
|
13
|
+
* Copyright IBM Corp. 2025
|
|
14
|
+
*
|
|
15
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
16
|
+
* LICENSE file in the root directory of this source tree.
|
|
17
|
+
*/
|
|
18
|
+
/**
|
|
19
|
+
* Traps focus within a set of containers, ensuring it stays within focusable elements.
|
|
20
|
+
* @param {NodeListOf<Element>} containers - The containers to trap focus within.
|
|
21
|
+
* @returns {object} An object with a `cleanup` method to remove event listeners.
|
|
22
|
+
*/
|
|
23
|
+
let _containers = [];
|
|
24
|
+
const registerFocusableContainers = (container) => {
|
|
25
|
+
if (container) {
|
|
26
|
+
_containers.push(container);
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
const clearFocusableContainers = () => {
|
|
30
|
+
_containers.length = 0;
|
|
31
|
+
};
|
|
32
|
+
const trapFocus = (containers) => {
|
|
33
|
+
const selectorTabbable$1 = selectorTabbable.replace(`${prefix}-button`, `${prefix}-button:not([disabled]), ${prefix}-selectable-tag`);
|
|
34
|
+
if (containers && containers.length > 0) {
|
|
35
|
+
_containers = containers;
|
|
36
|
+
}
|
|
37
|
+
if (!_containers.length) {
|
|
38
|
+
return { cleanup: () => { } };
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Given a container element, return the best candidate to focus.
|
|
42
|
+
* - If element itself is tabbable, return it.
|
|
43
|
+
* - Otherwise, find the first tabbable descendant.
|
|
44
|
+
*/
|
|
45
|
+
const getFocusTarget = (el) => {
|
|
46
|
+
if (!el) {
|
|
47
|
+
return null;
|
|
48
|
+
}
|
|
49
|
+
if (el.tagName === 'BUTTON' || el.tabIndex >= 0) {
|
|
50
|
+
return el;
|
|
51
|
+
}
|
|
52
|
+
const inner = el.querySelector('button, [tabindex]:not([tabindex="-1"])');
|
|
53
|
+
return inner || el;
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
|
|
57
|
+
* Returns the "real" active element in the document, resolving through
|
|
58
|
+
* Shadow DOM and slot boundaries when necessary.
|
|
59
|
+
*
|
|
60
|
+
* In some cases `document.activeElement` may not reflect the actual
|
|
61
|
+
* tabbable node that has focus:
|
|
62
|
+
* - If focus is inside a shadow root, `document.activeElement` is the host,
|
|
63
|
+
* not the element inside. This utility dives into the shadowRoot to find
|
|
64
|
+
* the inner active element.
|
|
65
|
+
* - If focus is on a `<slot>` element, this function resolves to the first
|
|
66
|
+
* tabbable assigned element within the slot.
|
|
67
|
+
*/
|
|
68
|
+
const getRealActiveElement = () => {
|
|
69
|
+
var _a;
|
|
70
|
+
let activeElement = document.activeElement;
|
|
71
|
+
// If inside shadow DOM
|
|
72
|
+
if (activeElement &&
|
|
73
|
+
selectorTabbable$1.indexOf(activeElement.tagName.toLocaleLowerCase()) ==
|
|
74
|
+
-1 &&
|
|
75
|
+
((_a = activeElement === null || activeElement === void 0 ? void 0 : activeElement.shadowRoot) === null || _a === void 0 ? void 0 : _a.activeElement)) {
|
|
76
|
+
activeElement = activeElement.shadowRoot.activeElement;
|
|
77
|
+
}
|
|
78
|
+
// If active element is a slot
|
|
79
|
+
if ((activeElement === null || activeElement === void 0 ? void 0 : activeElement.tagName) === 'SLOT') {
|
|
80
|
+
let assigned;
|
|
81
|
+
if (activeElement instanceof HTMLSlotElement) {
|
|
82
|
+
assigned = activeElement.assignedElements({ flatten: true });
|
|
83
|
+
}
|
|
84
|
+
const candidate = assigned === null || assigned === void 0 ? void 0 : assigned.find((node) => node.matches('button, [tabindex]:not([tabindex="-1"])'));
|
|
85
|
+
if (candidate) {
|
|
86
|
+
activeElement = candidate;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
return activeElement;
|
|
90
|
+
};
|
|
91
|
+
//Optionally focus first element immediately
|
|
92
|
+
requestAnimationFrame(() => {
|
|
93
|
+
var _a;
|
|
94
|
+
const elements = getAllFocusableElements(_containers);
|
|
95
|
+
(_a = getFocusTarget(elements[0])) === null || _a === void 0 ? void 0 : _a.focus({ preventScroll: true });
|
|
96
|
+
});
|
|
97
|
+
function onKeyDown(e) {
|
|
98
|
+
var _a, _b;
|
|
99
|
+
if (e.key !== 'Tab') {
|
|
100
|
+
return;
|
|
101
|
+
}
|
|
102
|
+
// Flatten all focusable elements from all containers
|
|
103
|
+
const elements = getAllFocusableElements(_containers);
|
|
104
|
+
const first = elements[0];
|
|
105
|
+
const last = elements[elements.length - 1];
|
|
106
|
+
const active = getRealActiveElement();
|
|
107
|
+
if (e.shiftKey) {
|
|
108
|
+
// Shift+Tab wrap
|
|
109
|
+
if (active === first || first.contains(active)) {
|
|
110
|
+
e.preventDefault();
|
|
111
|
+
(_a = getFocusTarget(last)) === null || _a === void 0 ? void 0 : _a.focus();
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
else {
|
|
115
|
+
// Tab wrap
|
|
116
|
+
if (active === last || last.contains(active)) {
|
|
117
|
+
e.preventDefault();
|
|
118
|
+
(_b = getFocusTarget(first)) === null || _b === void 0 ? void 0 : _b.focus();
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* Retrieves all focusable elements within the provided containers.
|
|
124
|
+
**/
|
|
125
|
+
const getAllFocusableElements = (containers) => containers
|
|
126
|
+
.flatMap((container) => [...container.querySelectorAll(selectorTabbable$1)])
|
|
127
|
+
.filter(Boolean);
|
|
128
|
+
document.addEventListener('keydown', onKeyDown, true);
|
|
129
|
+
return {
|
|
130
|
+
cleanup: () => {
|
|
131
|
+
document.removeEventListener('keydown', onKeyDown, true);
|
|
132
|
+
_containers.length = 0;
|
|
133
|
+
},
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
|
|
137
|
+
export { clearFocusableContainers, registerFocusableContainers, trapFocus };
|
|
138
|
+
//# sourceMappingURL=manageFocusTrap.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"manageFocusTrap.js","sources":["../../../src/utilities/manageFocusTrap/manageFocusTrap.ts"],"sourcesContent":[null],"names":["selectorTabbable","selectorTabbableCarbon","carbonPrefix"],"mappings":"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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2024
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
var img = "data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='1200' height='1477'%3e%3cpath d='M0 0 C1.94108643 0.1853833 1.94108643 0.1853833 3.92138672 0.37451172 C73.04437222 7.08136622 140.43195887 25.90135439 203 56 C204.66627441 56.80026611 204.66627441 56.80026611 206.36621094 57.61669922 C248.89394041 78.16880279 288.71397395 103.75518032 325 134 C325.57975586 134.48065918 326.15951172 134.96131836 326.75683594 135.45654297 C334.13697568 141.58269335 341.27903247 147.91961893 348.30493164 154.44848633 C349.58575359 155.62083596 350.87878715 156.77986325 352.17749023 157.93237305 C358.38685398 163.44775998 364.33870385 169.18327046 370.1965332 175.06616211 C371.69304925 176.56806925 373.194883 178.06451062 374.69726562 179.56054688 C380.01156262 184.87117876 385.12131745 190.28701371 390 196 C391.45445517 197.60768373 392.91220895 199.21239715 394.375 200.8125 C399.10571502 206.06175883 403.57083694 211.49558996 408 217 C408.91374442 218.12135302 409.82782139 219.24243511 410.7421875 220.36328125 C436.32930032 251.86173614 458.1469676 286.08914895 477 322 C477.6794165 323.29091553 477.6794165 323.29091553 478.37255859 324.60791016 C513.61833482 392.07042971 534.44704051 467.26354168 541 543 C541.10296387 544.1761084 541.20592773 545.3522168 541.31201172 546.56396484 C548.10341964 627.81409471 538.10849817 709.66577395 412 971 C411.21882813 971.97582031 410.43765625 972.95164062 409.6328125 973.95703125 C405.27821495 979.34377389 400.77255535 984.55432283 396.109375 989.67578125 C394.25373343 991.72042335 392.43243624 993.78784149 390.625 995.875 C382.38521762 1005.31049613 373.80123424 1014.36414853 364.9284668 1023.2019043 C363.29943428 1024.82552229 361.67589272 1026.45449603 360.05273438 1028.08398438 C354.54061754 1033.59997435 348.9521301 1038.9563057 343 1044 C341.83167056 1045.02153891 340.66498551 1046.04496174 339.5 1047.0703125 C319.66678208 1064.4145347 298.91247372 1080.36094887 277 1095 C276.34386719 1095.43876465 275.68773437 1095.8775293 275.01171875 1096.32958984 C207.47448399 1141.261522 131.66077413 1171.13733281 -10 1194 C-11.12414307 1194.08757568 -12.24828613 1194.17515137 -13.40649414 1194.26538086 C-25.96482602 1195.13315439 -38.51276615 1195.18613116 -51.09741211 1195.18530273 C-54.7675363 1195.18747341 -58.43735114 1195.2056496 -62.10742188 1195.22460938 C-84.20390957 1195.2777197 -106.19568865 1193.99408939 -128.125 1191.25 C-129.12635986 1191.12594788 -129.12635986 1191.12594788 -130.14794922 1190.99938965 C-222.94635291 1179.40768772 -313.97120184 1146.33235587 -391 1093 C-391.66660645 1092.53916016 -392.33321289 1092.07832031 -393.02001953 1091.60351562 C-409.60006046 1080.10228788 -425.55239609 1067.98320017 -441 1055 C-441.61617187 1054.484375 -442.23234375 1053.96875 -442.8671875 1053.4375 C-457.08383297 1041.51786712 -470.37019448 1028.71961109 -483.5 1015.625 C-484.06666382 1015.06101501 -484.63332764 1014.49703003 -485.21716309 1013.91595459 C-491.3649418 1007.79023248 -497.36936288 1001.61082925 -503 995 C-504.4132355 993.4551874 -505.82940409 991.91304675 -507.25 990.375 C-511.79722451 985.33535186 -515.9652243 980.05229136 -520.12109375 974.69140625 C-522.50165642 971.62303536 -524.934954 968.60181023 -527.38476562 965.58862305 C-580.61301402 899.91661474 -617.85902798 820.16142098 -652 651 C-652.10441406 649.86884766 -652.20882812 648.73769531 -652.31640625 647.57226562 C-660.0901923 559.55135899 -647.50506999 469.95412321 -518 216 C-517.51934082 215.42024414 -517.03868164 214.84048828 -516.54345703 214.24316406 C-510.78117329 207.30137247 -504.84746279 200.55532426 -498.703125 193.94921875 C-496.73804159 191.83171889 -494.85485164 189.65889686 -492.98046875 187.4609375 C-488.17691988 181.95113782 -482.97866889 176.8293098 -477.80297852 171.67260742 C-476.066064 169.941053 -474.33456111 168.20421641 -472.60351562 166.46679688 C-466.90325894 160.76311839 -461.15119557 155.22124521 -455 150 C-453.39231627 148.54554483 -451.78760285 147.08779105 -450.1875 145.625 C-444.93819023 140.89423907 -439.50376055 136.43002948 -434 132 C-432.86686303 131.07461592 -431.73406551 130.14881607 -430.6015625 129.22265625 C-366.73975411 77.23808808 -291.14817621 39.47666045 -111 0 C-109.81599609 -0.11859375 -108.63199219 -0.2371875 -107.41210938 -0.359375 C-72.01189054 -3.7481139 -35.3771968 -3.52173382 0 0 Z ' fill='%231A1918' transform='translate(657%2c3)'/%3e%3cpath d='M0 0 C5.09235408 4.02758914 8.30493659 8.49702924 11.09765625 14.3046875 C11.43716812 14.99812759 11.77667999 15.69156769 12.1264801 16.40602112 C16.35606877 25.17375185 20.05341194 34.16875652 23.765625 43.1640625 C24.55304331 45.05986147 25.34097761 46.95544619 26.12939453 48.85083008 C28.14699697 53.70499728 30.15793455 58.56189309 32.16680908 63.41967773 C33.96593915 67.76815063 35.77014308 72.11451466 37.57421875 76.4609375 C39.6479526 81.45826203 41.72084414 86.45593141 43.79077148 91.45483398 C49.28388298 104.72015858 54.80256709 117.97472418 60.328125 131.2265625 C66.57096726 146.20007582 72.80432107 161.17743677 79.015625 176.1640625 C79.36192963 176.99960663 79.70823425 177.83515076 80.06503296 178.6960144 C82.83062154 185.36916869 85.59508977 192.04278696 88.35949707 198.71643066 C90.78600311 204.57419704 93.21297628 210.43176959 95.640625 216.2890625 C95.98668793 217.12404266 96.33275085 217.95902283 96.68930054 218.81930542 C102.9746824 233.98232265 109.2863979 249.13431024 115.60302734 264.28433228 C121.81798947 279.19114559 128.01529346 294.10515429 134.19677734 309.02587891 C139.06039298 320.7650945 143.93712043 332.49873246 148.828125 344.2265625 C154.13394755 356.94987537 159.42453578 369.6794266 164.703125 382.4140625 C165.05829193 383.27087616 165.41345886 384.12768982 165.77938843 385.01046753 C168.9916542 392.76019842 172.20295797 400.51032778 175.41357422 408.26074219 C177.48884055 413.27035525 179.56450946 418.27980131 181.640625 423.2890625 C181.98623474 424.12295502 182.33184448 424.95684753 182.68792725 425.81600952 C188.5509031 439.95999306 194.43634023 454.09455869 200.328125 468.2265625 C208.30064891 487.3494162 216.24874183 506.48223696 224.17683411 525.62355042 C226.35861501 530.89002568 228.54406976 536.15496236 230.73204041 541.41886902 C232.25344574 545.07920277 233.77390498 548.73992924 235.29434204 552.40066528 C236.00691552 554.11559833 236.71992441 555.83035055 237.43344116 557.54489136 C241.24021886 566.6929289 245.00689181 575.85587388 248.69921875 585.05078125 C249.03341324 585.88035843 249.36760773 586.70993561 249.71192932 587.56465149 C254.47644531 599.47942368 256.92480711 611.68656221 252.765625 624.2890625 C247.66269965 635.9810283 238.53399116 644.1911203 227.0390625 649.28125 C216.24313108 653.04582551 203.41222659 652.78492759 193.125 647.8359375 C184.12749459 642.65860198 176.29731822 635.82700116 168.328125 629.2265625 C165.72868185 627.09574546 163.12310002 624.97254052 160.515625 622.8515625 C159.83081055 622.29436523 159.14599609 621.73716797 158.44042969 621.16308594 C154.12450562 617.66033645 149.7738012 614.20711829 145.390625 610.7890625 C138.70933185 605.57476763 132.17565549 600.18951543 125.64453125 594.7890625 C116.5000008 587.23030073 107.27790903 579.76540044 98 572.37109375 C95.20523264 570.12792521 92.42637444 567.8660502 89.64868164 565.60180664 C83.93562451 560.94500156 78.2037153 556.32051999 72.390625 551.7890625 C65.70923252 546.57489998 59.1756509 541.18951164 52.64453125 535.7890625 C43.50498345 528.23441933 34.28703546 520.774883 25.015625 513.3828125 C20.7301294 509.94444975 16.4727523 506.47154523 12.2109375 503.00390625 C7.82492302 499.43716617 3.4209349 495.89448985 -1 492.37109375 C-3.79476736 490.12792521 -6.57362556 487.8660502 -9.35131836 485.60180664 C-15.06437549 480.94500156 -20.7962847 476.32051999 -26.609375 471.7890625 C-33.29076748 466.57489998 -39.8243491 461.18951164 -46.35546875 455.7890625 C-55.49501655 448.23441933 -64.71296454 440.774883 -73.984375 433.3828125 C-78.2698706 429.94444975 -82.5272477 426.47154523 -86.7890625 423.00390625 C-90.40507219 420.06333988 -94.02761425 417.13212174 -97.671875 414.2265625 C-102.02754207 410.75380092 -106.35052828 407.24183681 -110.671875 403.7265625 C-112.04944577 402.60803178 -113.42704928 401.48954139 -114.8046875 400.37109375 C-117.15946005 398.45877846 -119.50887717 396.54037752 -121.8515625 394.61328125 C-122.74101563 393.88753906 -123.63046875 393.16179687 -124.546875 392.4140625 C-125.30742187 391.78886719 -126.06796875 391.16367187 -126.8515625 390.51953125 C-128.57150081 389.03353425 -128.57150081 389.03353425 -130.671875 389.2265625 C-137.3843771 405.89155197 -144.09260403 422.55825997 -150.796875 439.2265625 C-151.04555863 439.84482989 -151.29424227 440.46309728 -151.55046177 441.10010004 C-168.44962187 483.07210944 -168.44962187 483.07210944 -185.046875 525.1640625 C-194.58906954 549.6445577 -204.38770396 574.0209072 -214.19477081 598.39625931 C-215.47900372 601.58821221 -216.76291758 604.78029332 -218.04681396 607.97238159 C-220.0681624 612.99731323 -222.09071742 618.02175748 -224.11436653 623.04576302 C-224.8708741 624.92401188 -225.62715629 626.80235154 -226.38320732 628.68078423 C-227.42493988 631.26849426 -228.46778197 633.85575411 -229.51098633 636.44287109 C-229.81886267 637.20811568 -230.12673901 637.97336027 -230.44394493 638.76179409 C-232.55720454 643.99722157 -232.55720454 643.99722157 -233.671875 646.2265625 C-263.041875 646.2265625 -292.411875 646.2265625 -322.671875 646.2265625 C-321.96042751 642.66932507 -321.35035684 640.13422969 -319.9921875 636.90332031 C-319.64603394 636.07338562 -319.29988037 635.24345093 -318.9432373 634.3883667 C-318.56493774 633.49450256 -318.18663818 632.60063843 -317.796875 631.6796875 C-317.40085083 630.7334552 -317.00482666 629.7872229 -316.59680176 628.81231689 C-315.29265346 625.69863596 -313.98219349 622.58765125 -312.671875 619.4765625 C-311.75663503 617.29384045 -310.84192781 615.11089495 -309.92773438 612.92773438 C-308.52950406 609.58892987 -307.13091093 606.25028216 -305.73059082 602.91235352 C-301.85715724 593.67917275 -298.01550664 584.43311987 -294.1875 575.18103027 C-287.28272083 558.49420399 -280.34081529 541.82294199 -273.39111328 525.15478516 C-267.63630165 511.35159349 -261.89505116 497.54290022 -256.171875 483.7265625 C-249.59959314 467.86039603 -243.00007295 452.00570596 -236.39111328 436.15478516 C-230.63630165 422.35159349 -224.89505116 408.54290022 -219.171875 394.7265625 C-212.60126326 378.86442786 -206.00344376 363.01375681 -199.39614868 347.16687012 C-193.18146524 332.26069608 -186.98443965 317.3473265 -180.80322266 302.42724609 C-175.63353454 289.94926923 -170.44738049 277.47828021 -165.24847412 265.01245117 C-160.31149378 253.17360424 -155.39381414 241.32685458 -150.484375 229.4765625 C-144.23220859 214.38542467 -137.95815205 199.30352197 -131.671875 184.2265625 C-125.48983285 169.39957079 -119.31960419 154.56781503 -113.171875 139.7265625 C-106.18504641 122.85963744 -99.16795876 106.00544144 -92.13964844 89.15576172 C-88.04791209 79.34394093 -83.9650849 69.52860711 -79.90625 59.703125 C-79.52456665 58.77981384 -79.1428833 57.85650269 -78.74963379 56.9052124 C-76.96435001 52.58641361 -75.18111106 48.26679928 -73.40234375 43.9453125 C-70.14827682 36.05708334 -66.8313246 28.19897104 -63.3984375 20.38671875 C-63.0750238 19.64334259 -62.75161011 18.89996643 -62.418396 18.13406372 C-57.6820419 7.4542638 -51.00611082 0.32799904 -40.44140625 -4.87109375 C-26.99289221 -9.84773836 -11.72791341 -7.78431679 0 0 Z ' fill='%23FEFEFE' transform='translate(635.671875%2c245.7734375)'/%3e%3cpath d='M0 0 C2.74028512 3.28048109 4.19984598 6.60295156 5.7578125 10.5703125 C6.01778519 11.2265863 6.27775787 11.88286011 6.54560852 12.559021 C7.1118052 13.99011073 7.67525953 15.42228777 8.23629761 16.85540771 C9.4610093 19.98310967 10.69942517 23.10532872 11.9370575 26.22793579 C12.59828161 27.89644024 13.25884085 29.56520831 13.91877747 31.23422241 C17.70478265 40.80283422 21.57021872 50.33901811 25.4375 59.875 C26.16168292 61.66224709 26.88580381 63.4495193 27.60986328 65.23681641 C29.39694865 69.64755612 31.18494102 74.0579274 32.97332764 78.46813965 C34.27739831 81.68408756 35.58115214 84.90016386 36.88490295 88.11624146 C39.03492067 93.41987912 41.18506934 98.72346363 43.33569336 104.02685547 C48.42370387 116.57440611 53.50391956 129.12510509 58.58300781 141.67626953 C63.5509887 153.95261255 68.52306984 166.22728245 73.5 178.5 C79.20024942 192.55636584 84.89311156 206.61570987 90.58300781 220.67626953 C95.55098871 232.95261258 100.5231052 245.2272681 105.5 257.5 C110.79629036 270.56063023 116.08752243 283.6232995 121.375 296.6875 C121.72584656 297.55430389 122.07669312 298.42110779 122.43817139 299.31417847 C126.11087455 308.38799631 129.78277728 317.46213672 133.45236206 326.53721619 C134.97669334 330.30679299 136.50141999 334.07620982 138.02618408 337.84561157 C138.74411501 339.62073895 139.461856 341.39594317 140.17938232 343.17123413 C140.85624827 344.84591016 141.53335725 346.52048798 142.21072388 348.19496155 C142.8592751 349.79820758 143.50729867 351.40166718 144.15475464 353.00535583 C145.76066999 356.97495087 147.38648133 360.93476736 149.04589844 364.88232422 C149.53665359 366.05479958 149.53665359 366.05479958 150.037323 367.2509613 C150.65766132 368.72983843 151.28235956 370.20689697 151.91213989 371.68177795 C153.14346423 374.62149662 154 376.77819014 154 380 C150.08024351 378.30781244 146.92771162 375.71200866 143.625 373.0625 C142.3672621 372.06370814 141.10944747 371.06501289 139.8515625 370.06640625 C138.8910498 369.30094482 138.8910498 369.30094482 137.91113281 368.52001953 C134.95161184 366.16616445 131.97546979 363.83363586 129 361.5 C127.8319579 360.58212458 126.66398934 359.66415558 125.49609375 358.74609375 C123.17719876 356.92396622 120.85677485 355.10381206 118.53515625 353.28515625 C113.18304902 349.08999658 107.84357675 344.8817142 102.54492188 340.61914062 C96.61328649 335.84763582 90.62665005 331.16460272 84.5625 326.5625 C78.27538217 321.79001572 72.12158029 316.88171826 66.01977539 311.87524414 C61.2548771 307.98083924 56.4046361 304.21644557 51.5 300.5 C45.23153715 295.75012651 39.0992296 290.86347044 33.01953125 285.875 C28.25467007 281.98073232 23.40454482 278.2163764 18.5 274.5 C12.23153715 269.75012651 6.0992296 264.86347044 0.01953125 259.875 C-4.74532993 255.98073232 -9.59545518 252.2163764 -14.5 248.5 C-20.76846285 243.75012651 -26.9007704 238.86347044 -32.98046875 233.875 C-37.74533506 229.98072812 -42.59554188 226.21649807 -47.5 222.5 C-57.89833606 214.61713936 -67.98829734 206.36615399 -78 198 C-77.36102873 194.32655098 -76.35684493 191.03332431 -75.01123047 187.55859375 C-74.58149933 186.44613281 -74.15176819 185.33367187 -73.70901489 184.1875 C-73.22039538 182.93737372 -72.73143835 181.68737933 -72.2421875 180.4375 C-71.85918299 179.45354248 -71.85918299 179.45354248 -71.46844101 178.44970703 C-63.01745263 156.74033807 -54.25670258 135.15193437 -45.55209732 113.54346085 C-43.14668754 107.5708651 -40.74362337 101.59732593 -38.34057617 95.6237793 C-37.6265981 93.84896636 -37.6265981 93.84896636 -36.89819622 92.03829861 C-35.94329466 89.66456805 -34.98840435 87.29083296 -34.03352547 84.91709328 C-32.62250122 81.40963731 -31.21122961 77.90228097 -29.7999115 74.39494324 C-22.61678403 56.54237215 -15.45319815 38.68208213 -8.3125 20.8125 C-7.86142883 19.68384521 -7.41035767 18.55519043 -6.94561768 17.39233398 C-4.62908145 11.59541987 -2.31372321 5.79803743 0 0 Z ' fill='%231B1A19' transform='translate(611%2c367)'/%3e%3cpath d='M0 0 C1.03878296 -0.00630432 2.07756592 -0.01260864 3.14782715 -0.019104 C4.2624231 -0.01505554 5.37701904 -0.01100708 6.52539062 -0.00683594 C7.68607056 -0.00874939 8.84675049 -0.01066284 10.04260254 -0.01263428 C12.5004091 -0.01399464 14.95822289 -0.01030859 17.41601562 -0.00195312 C21.14014288 0.00867068 24.86377914 -0.00181348 28.58789062 -0.01464844 C30.98372501 -0.0133253 33.37955909 -0.01075974 35.77539062 -0.00683594 C36.87379272 -0.0108844 37.97219482 -0.01493286 39.10388184 -0.019104 C55.1684203 0.0760802 70.75801443 2.30040722 82.65429688 13.92675781 C85.45705873 17.15074399 87.25133803 20.2506155 88.68164062 24.25878906 C89.09414063 25.33128906 89.50664063 26.40378906 89.93164062 27.50878906 C92.09944551 38.34781348 90.83280097 47.60176654 84.86914062 56.88378906 C82.04952366 60.9047466 78.95248106 64.59856286 75.68164062 68.25878906 C76.25011719 68.55011719 76.81859375 68.84144531 77.40429688 69.14160156 C88.13305337 74.83733539 94.34318446 81.21614467 99.05664062 92.57128906 C101.19657229 105.1968859 99.35719454 116.08783613 92.46679688 126.87207031 C84.87990541 137.01559479 74.08651071 142.4150015 61.68164062 144.25878906 C56.40382065 144.5477739 51.13316454 144.54096081 45.84960938 144.52441406 C44.32505736 144.52576365 42.80050576 144.52770662 41.2759552 144.5302124 C38.09807188 144.5331454 34.92030172 144.52892218 31.74243164 144.51953125 C27.67263219 144.5080889 23.6030952 144.51473773 19.53330517 144.52667618 C16.39260376 144.53390278 13.25196465 144.53160402 10.11126137 144.52642059 C8.61017132 144.52508883 7.10907557 144.52671521 5.60799217 144.5313797 C3.51414334 144.53646355 1.42072135 144.5287112 -0.6730957 144.51757812 C-1.862845 144.51598694 -3.0525943 144.51439575 -4.27839661 144.51275635 C-7.33303459 144.25756305 -8.89987026 144.11318409 -11.31835938 142.25878906 C-15.38004645 136.71523463 -14.74779614 130.49714622 -14.72241211 123.92285156 C-14.72927536 122.68315613 -14.73613861 121.44346069 -14.74320984 120.16619873 C-14.75834597 116.77764328 -14.75998021 113.38963927 -14.75426745 110.001091 C-14.7511708 107.16806243 -14.75727322 104.33508336 -14.7633062 101.50206184 C-14.77733729 94.81741316 -14.77580152 88.13289232 -14.7644043 81.44824219 C-14.75291936 74.56007009 -14.76700793 67.67228717 -14.79380077 60.78416634 C-14.81597361 54.86125516 -14.82259176 48.93846601 -14.81672436 43.01551628 C-14.81335793 39.48186797 -14.81574884 35.94846922 -14.83297539 32.41485596 C-14.85134719 28.47465813 -14.83724104 24.53493745 -14.82006836 20.59472656 C-14.82973633 19.42882996 -14.8394043 18.26293335 -14.84936523 17.06170654 C-14.79304364 10.89591951 -14.71586481 6.79675276 -10.31835938 2.25878906 C-6.86409649 0.31730321 -3.92197682 0.00686541 0 0 Z M6.68164062 18.25878906 C6.68164062 32.77878906 6.68164062 47.29878906 6.68164062 62.25878906 C17.26226563 62.38253906 17.26226563 62.38253906 28.05664062 62.50878906 C31.36574463 62.56341309 31.36574463 62.56341309 34.74169922 62.61914062 C36.52114901 62.63084025 38.30060963 62.64102904 40.08007812 62.64941406 C41.42839722 62.68010986 41.42839722 62.68010986 42.80395508 62.71142578 C50.30237802 62.71548887 57.22096564 61.09831725 63.11914062 56.25878906 C63.63476562 55.59878906 64.15039062 54.93878906 64.68164062 54.25878906 C65.21789062 53.59878906 65.75414062 52.93878906 66.30664062 52.25878906 C69.7267411 47.28409746 71.0919329 42.24774178 70.47070312 36.20800781 C69.42834331 31.1437125 67.38648875 26.90806446 63.68164062 23.25878906 C58.82708144 20.12987396 53.92603119 18.12935238 48.1184082 18.14526367 C47.19768021 18.1453392 46.27695221 18.14541473 45.32832336 18.14549255 C44.33761337 18.15065384 43.34690338 18.15581512 42.32617188 18.16113281 C41.30939865 18.16254776 40.29262543 18.16396271 39.24504089 18.16542053 C35.99471099 18.17102199 32.74444974 18.18357474 29.49414062 18.19628906 C27.29166766 18.20130387 25.08919362 18.20586681 22.88671875 18.20996094 C17.48497825 18.22014138 12.08338638 18.2397166 6.68164062 18.25878906 Z M6.68164062 79.25878906 C6.68164062 95.09878906 6.68164062 110.93878906 6.68164062 127.25878906 C13.78039889 127.32785806 20.87797945 127.38753469 27.97680664 127.42358398 C30.38895633 127.43862051 32.8010789 127.45905506 35.21313477 127.48510742 C38.69098626 127.52171639 42.16847456 127.53856735 45.64648438 127.55175781 C47.25015114 127.5749836 47.25015114 127.5749836 48.88621521 127.59867859 C57.77309222 127.60065208 65.70971978 126.12154069 72.68164062 120.25878906 C78.38713501 112.62053912 79.79605213 105.76915525 78.68164062 96.25878906 C76.38298453 89.95656958 72.75940367 85.58595692 67.00195312 82.19628906 C59.64017644 79.22183384 52.80466223 78.98655966 44.96289062 79.06347656 C43.86440796 79.06630646 42.76592529 79.06913635 41.63415527 79.072052 C38.14986962 79.0831842 34.66584767 79.10827608 31.18164062 79.13378906 C28.80924852 79.14382785 26.43685236 79.15295213 24.06445312 79.16113281 C18.27000069 79.18139314 12.4761134 79.22055574 6.68164062 79.25878906 Z ' fill='%231A1918' transform='translate(742.318359375%2c1326.7412109375)'/%3e%3cpath d='M0 0 C5.02515696 3.1532028 8.05520849 7.87376523 11.4375 12.625 C16.28369228 19.32196698 21.2123317 25.93163653 26.3125 32.4375 C30.76691511 38.12800468 35.16738093 43.84856699 39.484375 49.64453125 C42.82951357 54.12292656 46.23262911 58.55736073 49.625 63 C55.65952096 70.90576177 61.65316916 78.84061963 67.60009766 86.8125 C72.66827574 93.59523503 77.83542353 100.28605059 83 107 C83.33 72.02 83.66 37.04 84 1 C90.27 1 96.54 1 103 1 C103.09256127 19.18461578 103.16396057 37.36915084 103.20724869 55.55395126 C103.22788158 63.99731206 103.25601595 72.44052388 103.30175781 80.88378906 C103.34160347 88.24220447 103.36742753 95.600512 103.37635398 102.9590323 C103.38157263 106.85604089 103.39385306 110.75274083 103.42292023 114.64965057 C103.45005371 118.31700451 103.45844936 121.98392241 103.45243073 125.65136719 C103.4540573 127.6402136 103.47559095 129.62901242 103.49768066 131.61773682 C103.49218201 132.80121704 103.48668335 133.98469727 103.48101807 135.20404053 C103.48470524 136.2327615 103.48839241 137.26148247 103.49219131 138.3213768 C102.8701515 141.70666671 101.63541048 142.86109812 99 145 C95.84203893 146.57898053 92.39329364 146.81928171 89 146 C84.49719266 142.16289009 81.02590626 137.36175969 77.4375 132.6875 C76.51723022 131.4965271 76.51723022 131.4965271 75.57836914 130.28149414 C71.15681722 124.54460901 66.79436782 118.7646159 62.46166992 112.96044922 C58.9224633 108.22011743 55.34776338 103.50852799 51.75 98.8125 C51.21608643 98.11543945 50.68217285 97.41837891 50.13208008 96.70019531 C49.01291047 95.23921767 47.89368703 93.77828127 46.77441406 92.31738281 C37.52366143 80.23591005 28.30212381 68.13394682 19.22314453 55.92260742 C14.93169204 50.17128281 10.49016383 44.61270479 6 39 C5.67 73.98 5.34 108.96 5 145 C-1.27 145 -7.54 145 -14 145 C-14.09259226 126.96303905 -14.16397647 108.92615964 -14.20724869 90.88901234 C-14.2278747 82.51406069 -14.25599595 74.13925942 -14.30175781 65.7644043 C-14.3416245 58.46494293 -14.36743253 51.16559046 -14.37635398 43.86602324 C-14.38156906 40.00083955 -14.39382684 36.13596741 -14.42292023 32.27088356 C-14.45008693 28.63225277 -14.45844263 24.99406163 -14.45243073 21.35533905 C-14.45405445 19.38457633 -14.47557075 17.41386141 -14.49768066 15.44322205 C-14.49218201 14.26678131 -14.48668335 13.09034058 -14.48101807 11.87825012 C-14.48470524 10.85782529 -14.48839241 9.83740046 -14.49219131 8.78605366 C-13.86747082 5.24981731 -12.45397714 3.57131829 -10 1 C-6.85154494 -0.57422753 -3.40781928 -0.66928343 0 0 Z ' fill='%23191817' transform='translate(223%2c1326)'/%3e%3cpath d='M0 0 C-0.14151828 2.0836309 -0.28837936 4.16689938 -0.4375 6.25 C-0.55931641 7.99023438 -0.55931641 7.99023438 -0.68359375 9.765625 C-0.9340338 12.32567884 -1.3414807 14.53465371 -2 17 C-3.24394531 16.86722656 -4.48789063 16.73445313 -5.76953125 16.59765625 C-7.45051625 16.41922767 -9.1315061 16.24084473 -10.8125 16.0625 C-11.62654297 15.97548828 -12.44058594 15.88847656 -13.27929688 15.79882812 C-15.85226014 15.52639672 -18.42605183 15.26294941 -21 15 C-21.86278564 14.90662354 -22.72557129 14.81324707 -23.61450195 14.71704102 C-30.9367313 13.97312123 -38.2056156 13.8166215 -45.5625 13.8125 C-46.71685547 13.80025391 -47.87121094 13.78800781 -49.06054688 13.77539062 C-60.757947 13.7554858 -72.7136316 14.87079081 -81.5 23.4375 C-84.84445692 29.15094723 -85.91424387 34.41972875 -84.60546875 40.9765625 C-82.80895797 46.98038561 -79.12724409 50.54826603 -74 54 C-66.82036855 57.60301358 -59.76374476 58.14232774 -51.90234375 58.2109375 C-50.11392287 58.23898897 -48.32551152 58.2676533 -46.53710938 58.296875 C-43.73038836 58.33821907 -40.92384868 58.37512762 -38.11694336 58.40136719 C-35.3992092 58.42894633 -32.68227152 58.47479325 -29.96484375 58.5234375 C-29.12622299 58.52669037 -28.28760223 58.52994324 -27.42356873 58.53329468 C-23.88991886 58.60792609 -21.60550766 58.6606973 -18.48217773 60.41088867 C-15.88726759 63.1930119 -15.92573545 66.32390466 -16 70 C-17.08570284 73.43805898 -17.89387212 73.92924808 -21 76 C-22.99511719 76.25828552 -22.99511719 76.25828552 -25.296875 76.27124023 C-26.59467896 76.28652016 -26.59467896 76.28652016 -27.91870117 76.30210876 C-29.32019409 76.30531883 -29.32019409 76.30531883 -30.75 76.30859375 C-32.74088804 76.33377796 -34.73177339 76.35917559 -36.72265625 76.38476562 C-39.85139103 76.41335975 -42.98007841 76.43737954 -46.10888672 76.45629883 C-49.13535412 76.47816706 -52.16123888 76.51764643 -55.1875 76.55859375 C-56.56470215 76.55876747 -56.56470215 76.55876747 -57.96972656 76.5589447 C-66.90962393 76.69286723 -75.94759566 78.1516647 -83 84 C-88.2316981 89.81299789 -89.54309461 94.06775914 -89.36328125 101.828125 C-88.65964025 107.97174322 -86.58610306 112.76375366 -81.86328125 116.84765625 C-59.72380048 131.35775073 -26.25590547 124.64672519 -2 120 C-0.86858838 124.34167713 0.20538248 128.5240798 0.625 133 C0.73714844 134.1446875 0.73714844 134.1446875 0.8515625 135.3125 C0.90054687 135.869375 0.94953125 136.42625 1 137 C-1.37273228 137.63478292 -3.74770924 138.25769245 -6.125 138.875 C-6.77082031 139.04902344 -7.41664062 139.22304687 -8.08203125 139.40234375 C-19.86604969 142.43251992 -31.6455412 143.35239226 -43.75854492 143.31567383 C-45.93263714 143.31250708 -48.10537052 143.33611538 -50.27929688 143.36132812 C-67.45827732 143.43929095 -85.45919806 140.43156164 -99 129 C-107.42599026 120.45698209 -110.36528188 111.2162023 -110.5 99.4375 C-110.34329871 87.73145933 -107.4750005 80.77204109 -99.328125 72.20703125 C-96.39007088 69.42179538 -93.40955438 67.17631131 -90 65 C-91.03125 64.195625 -92.0625 63.39125 -93.125 62.5625 C-100.58420168 56.13007103 -105.38980498 47.73757 -106.28125 37.89453125 C-106.59092945 26.88800753 -104.37236987 17.42332473 -97 9 C-73.47471333 -12.89525745 -28.44608702 -6.55439793 0 0 Z ' fill='%23191817' transform='translate(1198%2c1330)'/%3e%3cpath d='M0 0 C-0.51482919 5.852795 -1.45357192 11.3297637 -3 17 C-3.88171875 16.83564453 -3.88171875 16.83564453 -4.78125 16.66796875 C-42.46370843 8.87806917 -42.46370843 8.87806917 -78.75 16.9375 C-81.48336003 19.44308003 -82.76033999 21.46729064 -83.3359375 25.1484375 C-83.43253504 30.65449727 -82.79627048 33.74076971 -79 38 C-71.7560033 44.64209335 -63.18724177 48.69801867 -54.4375 52.9375 C-53.07179494 53.60776576 -51.70655785 54.27898591 -50.34179688 54.95117188 C-47.61466417 56.29301853 -44.88534174 57.63024641 -42.15429688 58.96411133 C-37.8626613 61.0633999 -33.58327127 63.18673032 -29.30859375 65.3203125 C-28.65410751 65.64607773 -27.99962128 65.97184296 -27.32530212 66.30747986 C-16.61283821 71.66349425 -3.17390434 78.57429458 2 90 C4.5688614 100.70809595 4.8284379 111.28103417 -0.703125 121.1015625 C-8.65277713 132.73870387 -20.86741887 137.72274059 -34.23974609 140.41333008 C-40.33716732 141.3646418 -46.3382833 141.4884567 -52.5 141.4375 C-53.80227539 141.42992676 -55.10455078 141.42235352 -56.44628906 141.41455078 C-74.59025961 141.1092543 -91.0520466 137.27701978 -108 131 C-107.45018084 124.95198929 -106.09570426 119.69398894 -104 114 C-103.20118408 114.20157715 -102.40236816 114.4031543 -101.5793457 114.61083984 C-62.62130393 125.25475216 -62.62130393 125.25475216 -24.5625 116.625 C-21.36381059 114.4343824 -19.33371098 112.75106213 -18 109 C-17.20936315 104.6887915 -17.08741018 100.91007171 -19.0078125 96.890625 C-27.30748668 86.02717712 -43.30473363 80.86422839 -55.29595947 75.118927 C-95.55403444 55.82267681 -95.55403444 55.82267681 -103 40 C-105.8728674 31.53774434 -105.20678516 19.05830648 -101.31640625 11.07421875 C-95.49655254 1.9040635 -86.80920677 -2.22727646 -76.5 -4.75 C-51.46130694 -9.89135577 -24.38667467 -7.15972416 0 0 Z ' fill='%23191817' transform='translate(522%2c1332)'/%3e%3cpath d='M0 0 C3.37966133 0.8851494 4.8509521 2.96185259 7.1328125 5.55859375 C8.42811712 8.08823283 9.5287814 10.48904239 10.56640625 13.1171875 C10.87669266 13.87291046 11.18697906 14.62863342 11.50666809 15.40725708 C12.5398961 17.93215591 13.55497279 20.46395423 14.5703125 22.99609375 C15.3051651 24.80181934 16.04119837 26.60706483 16.77832031 28.41186523 C18.37923641 32.33785476 19.97236545 36.26688702 21.56005859 40.19824219 C24.25127873 46.85902173 26.96608877 53.51006535 29.68359375 60.16015625 C32.53226766 67.1321836 35.37834509 74.10519933 38.20922852 81.08447266 C42.23430995 91.00708291 46.26746194 100.92370115 50.421875 110.79296875 C51.33734989 112.98347541 52.25163876 115.17447237 53.16540527 117.36569214 C53.97562732 119.29447498 54.80226144 121.21559894 55.62988281 123.13696289 C58.3175135 129.59268111 59.93330883 134.54710354 59.1328125 141.55859375 C56.55429424 144.9966181 54.39075061 146.31771198 50.1953125 147.12109375 C40.92470116 146.9112651 31.19642389 135.2771078 24.484375 129.4453125 C20.91157585 126.34962628 17.23824275 123.3941405 13.53125 120.4609375 C7.59790871 115.75485085 1.77011709 110.91595098 -4.0625 106.0859375 C-4.80363037 105.47314941 -5.54476074 104.86036133 -6.30834961 104.22900391 C-7.76620639 103.02323387 -9.2228248 101.81596438 -10.67797852 100.60693359 C-15.30654821 96.78018481 -20.03698036 93.12668987 -24.8671875 89.55859375 C-25.03507782 90.08175171 -25.20296814 90.60490967 -25.37594604 91.1439209 C-27.39771354 97.33659415 -29.68476479 103.40109869 -32.0625 109.46484375 C-32.45541229 110.47075562 -32.84832458 111.47666748 -33.25314331 112.51306152 C-34.07730676 114.6211264 -34.90260995 116.72874602 -35.72900391 118.8359375 C-36.99877681 122.07540452 -38.26326051 125.31690294 -39.52734375 128.55859375 C-40.33041342 130.61080067 -41.13378781 132.66288838 -41.9375 134.71484375 C-42.31665558 135.68764282 -42.69581116 136.66044189 -43.0864563 137.66271973 C-43.43707123 138.55454956 -43.78768616 139.44637939 -44.14892578 140.36523438 C-44.45742462 141.15305298 -44.76592346 141.94087158 -45.08377075 142.75256348 C-45.8671875 144.55859375 -45.8671875 144.55859375 -46.8671875 145.55859375 C-48.3559061 145.64528807 -49.8486325 145.66562869 -51.33984375 145.65625 C-52.23896484 145.65302734 -53.13808594 145.64980469 -54.06445312 145.64648438 C-55.00998047 145.63810547 -55.95550781 145.62972656 -56.9296875 145.62109375 C-57.87908203 145.61658203 -58.82847656 145.61207031 -59.80664062 145.60742188 C-62.16021815 145.59559485 -64.51367227 145.579114 -66.8671875 145.55859375 C-66.15920339 140.71819604 -64.32965776 136.47639517 -62.46484375 131.9921875 C-62.11594589 131.14294205 -61.76704803 130.29369659 -61.40757751 129.41871643 C-60.25239184 126.60946341 -59.09098727 123.80282416 -57.9296875 120.99609375 C-57.11345733 119.01386738 -56.29770995 117.03144216 -55.48242188 115.04882812 C-53.78719295 110.92744781 -52.08988291 106.80693381 -50.39111328 102.68701172 C-46.90083899 94.21787308 -43.43589086 85.73840586 -39.97094727 77.25888062 C-38.86618264 74.55613542 -37.76041843 71.85380145 -36.65429688 69.15161133 C-33.13270617 60.54820032 -29.61493311 51.94326989 -26.10757446 43.33404541 C-24.44912504 39.26371603 -22.78896115 35.19408693 -21.12866211 31.12451172 C-20.33678748 29.18215337 -19.54575539 27.23945129 -18.75561523 25.29638672 C-17.66081559 22.60427182 -16.56313243 19.91334925 -15.46484375 17.22265625 C-15.14379166 16.43098053 -14.82273956 15.63930481 -14.49195862 14.82363892 C-8.64346971 0.52538737 -8.64346971 0.52538737 0 0 Z M-1.8671875 31.55859375 C-5.51011668 39.32644273 -8.81179762 47.19964645 -11.9440918 55.18652344 C-12.69059533 57.08635387 -13.4457188 58.98261941 -14.20117188 60.87890625 C-14.67490234 62.08289062 -15.14863281 63.286875 -15.63671875 64.52734375 C-16.28024292 66.15833008 -16.28024292 66.15833008 -16.93676758 67.82226562 C-18.02814947 70.55027892 -18.02814947 70.55027892 -17.8671875 73.55859375 C-15.90852234 75.31527156 -13.97374284 76.87160538 -11.8671875 78.43359375 C-10.57441946 79.41912988 -9.28279658 80.40616955 -7.9921875 81.39453125 C-7.31414063 81.91112305 -6.63609375 82.42771484 -5.9375 82.95996094 C-2.52690264 85.59352126 0.79986933 88.32790642 4.1328125 91.05859375 C9.35861164 95.3183695 14.59854165 99.55898083 19.8828125 103.74609375 C20.45515625 104.20371094 21.0275 104.66132812 21.6171875 105.1328125 C24.35520805 107.2916364 26.99062794 109.06297799 30.1328125 110.55859375 C27.43254695 101.98745537 24.06509338 93.6984827 20.71484375 85.3671875 C20.09113752 83.8107243 19.46766205 82.2541686 18.84440613 80.69752502 C17.21426045 76.62785055 15.5810104 72.55942914 13.94708252 68.49127197 C12.27597432 64.32892661 10.60784398 60.16538824 8.93945312 56.00195312 C5.67346525 47.85300458 2.40419263 39.70537907 -0.8671875 31.55859375 C-1.1971875 31.55859375 -1.5271875 31.55859375 -1.8671875 31.55859375 Z ' fill='%23191817' transform='translate(67.8671875%2c1325.44140625)'/%3e%3cpath d='M0 0 C6.6 0 13.2 0 20 0 C20 41.58 20 83.16 20 126 C45.08 126 70.16 126 96 126 C96 131.94 96 137.88 96 144 C84.35182358 144.0903633 72.7038799 144.163752 61.05543232 144.20724869 C55.64660433 144.22812475 50.23802854 144.25644306 44.8293457 144.30175781 C39.60979419 144.3452144 34.39048529 144.36913697 29.17076683 144.37950897 C27.17923348 144.38690064 25.18771343 144.40133482 23.19628334 144.42292023 C20.40701208 144.45195156 17.6187437 144.4559561 14.8293457 144.45410156 C14.00575562 144.46848267 13.18216553 144.48286377 12.33361816 144.49768066 C8.35309312 144.46903757 6.45425224 144.28923339 3.01066589 142.09661865 C-0.12926466 138.82246108 -0.1242829 136.95975156 -0.12025452 132.52047729 C-0.12162918 131.35657471 -0.12300385 130.19267212 -0.12442017 128.99349976 C-0.12082489 127.71028839 -0.11722961 126.42707703 -0.11352539 125.10498047 C-0.11324343 123.74509686 -0.11340143 122.38521311 -0.1139679 121.02532959 C-0.11425552 117.3272056 -0.10836435 113.62911385 -0.10139394 109.93099737 C-0.09515468 106.0685934 -0.09455615 102.20618875 -0.09336853 98.34378052 C-0.09025691 91.02690113 -0.08204579 83.71003663 -0.07201904 76.3931638 C-0.06085267 68.0643783 -0.05534613 59.7355921 -0.05032361 51.40680099 C-0.03986304 34.27119179 -0.02206609 17.13559804 0 0 Z ' fill='%23191817' transform='translate(924%2c1327)'/%3e%3cpath d='M0 0 C6.6 0 13.2 0 20 0 C20 47.52 20 95.04 20 144 C13.4 144 6.8 144 0 144 C0 96.48 0 48.96 0 0 Z ' fill='%231A1817' transform='translate(613%2c1327)'/%3e%3c/svg%3e";
|
|
9
|
+
|
|
10
|
+
export { img as default };
|
|
11
|
+
//# sourceMappingURL=ansible-logo.svg.js.map
|