@carbon/ibm-products-web-components 0.30.0-rc.0 → 0.30.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 +5059 -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.d.ts +479 -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.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-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/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.d.ts +479 -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.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-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.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-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 +3 -3
- 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,340 @@
|
|
|
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 { describe, it, expect, vi } from 'vitest';
|
|
9
|
+
import { fixture, html, oneEvent, elementUpdated } from '@open-wc/testing';
|
|
10
|
+
import './notification-panel.js';
|
|
11
|
+
import './notification.js';
|
|
12
|
+
import './notification-footer.js';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Copyright IBM Corp. 2025
|
|
16
|
+
*
|
|
17
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
18
|
+
* LICENSE file in the root directory of this source tree.
|
|
19
|
+
*/
|
|
20
|
+
const defaultProps = {
|
|
21
|
+
class: 'custom-class',
|
|
22
|
+
titleText: 'Notifications',
|
|
23
|
+
dismissAllLabel: 'Dismiss all',
|
|
24
|
+
doNotDisturbLabel: 'Do not disturb',
|
|
25
|
+
todayText: 'Today',
|
|
26
|
+
previousText: 'previous',
|
|
27
|
+
open: true,
|
|
28
|
+
dateTimeLocale: 'en-US',
|
|
29
|
+
};
|
|
30
|
+
const template = (props = defaultProps) => {
|
|
31
|
+
const timeStamp = new Date(new Date().getTime() - 30 * 1000);
|
|
32
|
+
return html `
|
|
33
|
+
<c4p-notification-panel
|
|
34
|
+
?open=${props.open}
|
|
35
|
+
title-text=${props.titleText}
|
|
36
|
+
dismiss-all-label=${props.dismissAllLabel}
|
|
37
|
+
donot-disturb-label=${props.doNotDisturbLabel}
|
|
38
|
+
today-text=${props.todayText}
|
|
39
|
+
previous-text=${props.previousText}
|
|
40
|
+
date-time-locale="${props.dateTimeLocale}"
|
|
41
|
+
>
|
|
42
|
+
<c4p-notification
|
|
43
|
+
slot="today"
|
|
44
|
+
@c4p-notification-dismiss=${() => {
|
|
45
|
+
console.log('dismiss notification');
|
|
46
|
+
}}
|
|
47
|
+
type="error"
|
|
48
|
+
?unread="true"
|
|
49
|
+
.timestamp=${timeStamp}
|
|
50
|
+
>
|
|
51
|
+
<h4 class="c4p--notifications-panel__notification" slot="title">
|
|
52
|
+
LogDNA cannot be reached.
|
|
53
|
+
</h4>
|
|
54
|
+
<div slot="description">Unable to communicate with LogDNA.</div>
|
|
55
|
+
</c4p-notification>
|
|
56
|
+
<c4p-notification
|
|
57
|
+
slot="previous"
|
|
58
|
+
@c4p-notification-dismiss=${() => {
|
|
59
|
+
console.log('dismiss notification');
|
|
60
|
+
}}
|
|
61
|
+
type="error"
|
|
62
|
+
?unread="true"
|
|
63
|
+
.timestamp=${timeStamp}
|
|
64
|
+
>
|
|
65
|
+
<h4 class="c4p--notifications-panel__notification" slot="title">
|
|
66
|
+
LogDNA cannot be reached.
|
|
67
|
+
</h4>
|
|
68
|
+
<div slot="description">Unable to communicate with LogDNA.</div>
|
|
69
|
+
</c4p-notification>
|
|
70
|
+
<c4p-notification
|
|
71
|
+
slot="previous"
|
|
72
|
+
@c4p-notification-dismiss=${() => {
|
|
73
|
+
console.log('dismiss notification');
|
|
74
|
+
}}
|
|
75
|
+
type="error"
|
|
76
|
+
?unread="true"
|
|
77
|
+
.timestamp=${timeStamp}
|
|
78
|
+
>
|
|
79
|
+
<h4 class="c4p--notifications-panel__notification" slot="title">
|
|
80
|
+
LogDNA cannot be reached.
|
|
81
|
+
</h4>
|
|
82
|
+
<div slot="description">Unable to communicate with LogDNA.</div>
|
|
83
|
+
</c4p-notification>
|
|
84
|
+
<c4p-notification-footer
|
|
85
|
+
slot="footer"
|
|
86
|
+
view-all-label="View all (10)"
|
|
87
|
+
@c4p-notification-view-all=${() => {
|
|
88
|
+
console.log('view all clicked');
|
|
89
|
+
}}
|
|
90
|
+
@c4p-notification-settings=${() => {
|
|
91
|
+
console.log('Settings clicked');
|
|
92
|
+
}}
|
|
93
|
+
></c4p-notification-footer>
|
|
94
|
+
</c4p-notification-panel>
|
|
95
|
+
`;
|
|
96
|
+
};
|
|
97
|
+
describe('c4p-notification-panel', () => {
|
|
98
|
+
it('should render the notification panel', async () => {
|
|
99
|
+
const panel = (await fixture(template()));
|
|
100
|
+
expect(panel === null || panel === void 0 ? void 0 : panel.open).toBeTruthy();
|
|
101
|
+
expect(panel).toBeDefined();
|
|
102
|
+
});
|
|
103
|
+
it('should have focus on Dismiss all button after render', async () => {
|
|
104
|
+
var _a, _b;
|
|
105
|
+
const panel = (await fixture(template()));
|
|
106
|
+
await new Promise((resolve) => requestAnimationFrame(resolve));
|
|
107
|
+
const dismissButton = (_a = panel.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.c4p--notifications-panel__dismiss-button');
|
|
108
|
+
expect((_b = panel.shadowRoot) === null || _b === void 0 ? void 0 : _b.activeElement).toBe(dismissButton);
|
|
109
|
+
});
|
|
110
|
+
it('should have titleText rendered inside the panel header', async () => {
|
|
111
|
+
var _a, _b;
|
|
112
|
+
const panel = (await fixture(template()));
|
|
113
|
+
const panelHeading = (_a = panel.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.c4p--notifications-panel__header');
|
|
114
|
+
expect((_b = panelHeading === null || panelHeading === void 0 ? void 0 : panelHeading.textContent) === null || _b === void 0 ? void 0 : _b.trim()).toBe(panel.titleText);
|
|
115
|
+
});
|
|
116
|
+
it('should have "dismissAllLabel" prop passed be the label for the dismiss all button', async () => {
|
|
117
|
+
var _a, _b;
|
|
118
|
+
const panel = (await fixture(template()));
|
|
119
|
+
const dismissButton = (_a = panel.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.c4p--notifications-panel__dismiss-button');
|
|
120
|
+
expect((_b = dismissButton === null || dismissButton === void 0 ? void 0 : dismissButton.textContent) === null || _b === void 0 ? void 0 : _b.trim()).toBe(panel.dismissAllLabel);
|
|
121
|
+
});
|
|
122
|
+
it('should have "doNotDisturbLabel" prop passed be the label for the Do not disturb toggle', async () => {
|
|
123
|
+
var _a, _b, _c;
|
|
124
|
+
const panel = (await fixture(template()));
|
|
125
|
+
const doNotDisturbToggle = (_a = panel.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.c4p--notifications-panel__do-not-disturb-toggle');
|
|
126
|
+
const toggleText = (_b = doNotDisturbToggle === null || doNotDisturbToggle === void 0 ? void 0 : doNotDisturbToggle.shadowRoot) === null || _b === void 0 ? void 0 : _b.querySelector('.cds--toggle__text');
|
|
127
|
+
expect((_c = toggleText === null || toggleText === void 0 ? void 0 : toggleText.textContent) === null || _c === void 0 ? void 0 : _c.trim()).toBe(panel.doNotDisturbLabel);
|
|
128
|
+
});
|
|
129
|
+
it('should have "todayText" prop passed be title for Today Section', async () => {
|
|
130
|
+
var _a, _b;
|
|
131
|
+
const panel = (await fixture(template()));
|
|
132
|
+
const todayTitle = (_a = panel.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.c4p--notifications-panel__time-section-label--today');
|
|
133
|
+
expect((_b = todayTitle === null || todayTitle === void 0 ? void 0 : todayTitle.textContent) === null || _b === void 0 ? void 0 : _b.trim()).toBe(panel.todayText);
|
|
134
|
+
});
|
|
135
|
+
it('should have "previousText" prop passed be title for Previous Section', async () => {
|
|
136
|
+
var _a, _b;
|
|
137
|
+
const panel = (await fixture(template()));
|
|
138
|
+
const previousTitle = (_a = panel.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.c4p--notifications-panel__time-section-label--previous');
|
|
139
|
+
expect((_b = previousTitle === null || previousTitle === void 0 ? void 0 : previousTitle.textContent) === null || _b === void 0 ? void 0 : _b.trim()).toBe(panel.previousText);
|
|
140
|
+
});
|
|
141
|
+
it('should emit "c4p-notification-click-outside" when clicking outside the panel', async () => {
|
|
142
|
+
const element = await fixture(html `
|
|
143
|
+
<div>
|
|
144
|
+
${template()}
|
|
145
|
+
<div id="outside"></div>
|
|
146
|
+
</div>
|
|
147
|
+
`);
|
|
148
|
+
const panel = element.querySelector('c4p-notification-panel');
|
|
149
|
+
const eventPromise = oneEvent(panel, 'c4p-notification-click-outside');
|
|
150
|
+
const outsideDiv = element.querySelector('#outside');
|
|
151
|
+
outsideDiv.click();
|
|
152
|
+
const event = await eventPromise;
|
|
153
|
+
expect(event).toBeDefined();
|
|
154
|
+
});
|
|
155
|
+
it('should emit "c4p-notification-click-outside" when pressing Escape', async () => {
|
|
156
|
+
const panel = (await fixture(template()));
|
|
157
|
+
await elementUpdated(panel);
|
|
158
|
+
const eventPromise = oneEvent(panel, 'c4p-notification-click-outside');
|
|
159
|
+
panel.dispatchEvent(new KeyboardEvent('keydown', { key: 'Escape', bubbles: true }));
|
|
160
|
+
const event = await eventPromise;
|
|
161
|
+
expect(event).toBeDefined();
|
|
162
|
+
});
|
|
163
|
+
it('should emit "c4p-notification-dismiss-all" when clicked on dismiss all button', async () => {
|
|
164
|
+
var _a;
|
|
165
|
+
const panel = (await fixture(template()));
|
|
166
|
+
const eventPromise = oneEvent(panel, 'c4p-notification-dismiss-all');
|
|
167
|
+
const dismissButton = (_a = panel.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.c4p--notifications-panel__dismiss-button');
|
|
168
|
+
dismissButton === null || dismissButton === void 0 ? void 0 : dismissButton.click();
|
|
169
|
+
const event = await eventPromise;
|
|
170
|
+
expect(event).toBeDefined();
|
|
171
|
+
});
|
|
172
|
+
it('should emit "c4p-notification-donot-disturb-change" when clicked on Do not disturb toggle', async () => {
|
|
173
|
+
var _a;
|
|
174
|
+
const panel = (await fixture(template()));
|
|
175
|
+
const eventPromise = oneEvent(panel, 'c4p-notification-donot-disturb-change');
|
|
176
|
+
const doNotDisturbToggle = (_a = panel.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.c4p--notifications-panel__do-not-disturb-toggle');
|
|
177
|
+
doNotDisturbToggle === null || doNotDisturbToggle === void 0 ? void 0 : doNotDisturbToggle.dispatchEvent(new CustomEvent('cds-toggle-changed', {
|
|
178
|
+
bubbles: true,
|
|
179
|
+
composed: true,
|
|
180
|
+
detail: {},
|
|
181
|
+
}));
|
|
182
|
+
const event = await eventPromise;
|
|
183
|
+
expect(event).toBeDefined();
|
|
184
|
+
});
|
|
185
|
+
it('should render c4p-notification inside the "today" slot', async () => {
|
|
186
|
+
var _a;
|
|
187
|
+
const panel = (await fixture(template()));
|
|
188
|
+
await elementUpdated(panel);
|
|
189
|
+
const todaySlot = (_a = panel.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('slot[name="today"]');
|
|
190
|
+
expect(todaySlot).toBeDefined();
|
|
191
|
+
const assignedElements = todaySlot.assignedElements({ flatten: true });
|
|
192
|
+
expect(assignedElements[0].tagName.toLowerCase()).toBe('c4p-notification');
|
|
193
|
+
});
|
|
194
|
+
it('should render c4p-notification inside the "previous" slot', async () => {
|
|
195
|
+
var _a;
|
|
196
|
+
const panel = (await fixture(template()));
|
|
197
|
+
await elementUpdated(panel);
|
|
198
|
+
const previousSlot = (_a = panel.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('slot[name="previous"]');
|
|
199
|
+
expect(previousSlot).toBeDefined();
|
|
200
|
+
const assignedElements = previousSlot.assignedElements({
|
|
201
|
+
flatten: true,
|
|
202
|
+
});
|
|
203
|
+
const isNotifications = assignedElements.every((el) => el.tagName.toLowerCase() === 'c4p-notification');
|
|
204
|
+
expect(isNotifications).toBe(true);
|
|
205
|
+
expect(assignedElements.length).toBeGreaterThan(0);
|
|
206
|
+
});
|
|
207
|
+
it('should render c4p-notification-footer inside the "footer" slot', async () => {
|
|
208
|
+
var _a;
|
|
209
|
+
const panel = (await fixture(template()));
|
|
210
|
+
const footerSlot = (_a = panel.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('slot[name="footer"]');
|
|
211
|
+
expect(footerSlot).toBeDefined();
|
|
212
|
+
const assignedElements = footerSlot.assignedElements({
|
|
213
|
+
flatten: true,
|
|
214
|
+
});
|
|
215
|
+
expect(assignedElements[0].tagName.toLowerCase()).toBe('c4p-notification-footer');
|
|
216
|
+
});
|
|
217
|
+
it('should update _providedLocale when dateTimeLocale changes', async () => {
|
|
218
|
+
const panel = (await fixture(template()));
|
|
219
|
+
panel.dateTimeLocale = 'fr-FR';
|
|
220
|
+
await panel.updateComplete;
|
|
221
|
+
// @ts-ignore
|
|
222
|
+
expect(panel._providedLocale).to.equal('fr-FR');
|
|
223
|
+
});
|
|
224
|
+
it('should correctly update _hasTodayContent and _hasPreviousContent based on slotted elements', async () => {
|
|
225
|
+
const panel = (await fixture(template()));
|
|
226
|
+
await panel.updateComplete;
|
|
227
|
+
// @ts-ignore
|
|
228
|
+
expect(panel._hasTodayContent).to.be.true;
|
|
229
|
+
// @ts-ignore
|
|
230
|
+
expect(panel._hasPreviousContent).to.be.true;
|
|
231
|
+
const previousItem = document.createElement('div');
|
|
232
|
+
previousItem.slot = 'previous';
|
|
233
|
+
previousItem.textContent = 'Previous item';
|
|
234
|
+
panel.appendChild(previousItem);
|
|
235
|
+
await panel.updateComplete;
|
|
236
|
+
// @ts-ignore
|
|
237
|
+
expect(panel._hasTodayContent).to.be.true;
|
|
238
|
+
const todayItem = panel.querySelector('[slot="today"]');
|
|
239
|
+
todayItem === null || todayItem === void 0 ? void 0 : todayItem.remove();
|
|
240
|
+
await panel.updateComplete;
|
|
241
|
+
// @ts-ignore
|
|
242
|
+
expect(panel._hasTodayContent).to.be.false;
|
|
243
|
+
});
|
|
244
|
+
it('should disconnect the mutation observer when disconnected', async () => {
|
|
245
|
+
const disconnectSpy = vi.fn();
|
|
246
|
+
const panel = (await fixture(template()));
|
|
247
|
+
// @ts-ignore
|
|
248
|
+
panel._mutationObserver = { disconnect: disconnectSpy };
|
|
249
|
+
panel.remove();
|
|
250
|
+
expect(disconnectSpy).toHaveBeenCalled();
|
|
251
|
+
});
|
|
252
|
+
it('should focus on trigger button when closed by clicking outside on non-actionable element', async () => {
|
|
253
|
+
const element = await fixture(html `
|
|
254
|
+
<div>
|
|
255
|
+
<button id="trigger-button">Trigger</button>
|
|
256
|
+
${template()}
|
|
257
|
+
<div id="outside"></div>
|
|
258
|
+
</div>
|
|
259
|
+
`);
|
|
260
|
+
const panel = element.querySelector('c4p-notification-panel');
|
|
261
|
+
const triggerButton = element.querySelector('#trigger-button');
|
|
262
|
+
const outsideDiv = element.querySelector('#outside');
|
|
263
|
+
panel.triggerButtonRef = triggerButton;
|
|
264
|
+
outsideDiv.click();
|
|
265
|
+
await elementUpdated(panel);
|
|
266
|
+
expect(document.activeElement).toBe(triggerButton);
|
|
267
|
+
});
|
|
268
|
+
it('should not focus on trigger button when closed by clicking outside on actionable element', async () => {
|
|
269
|
+
const element = await fixture(html `
|
|
270
|
+
<div>
|
|
271
|
+
<button id="trigger-button">Trigger</button>
|
|
272
|
+
${template()}
|
|
273
|
+
<div id="outside">
|
|
274
|
+
<button id="actionable-button">Actionable</button>
|
|
275
|
+
</div>
|
|
276
|
+
</div>
|
|
277
|
+
`);
|
|
278
|
+
const panel = element.querySelector('c4p-notification-panel');
|
|
279
|
+
const triggerButton = element.querySelector('#trigger-button');
|
|
280
|
+
const actionableButton = element.querySelector('#actionable-button');
|
|
281
|
+
panel.triggerButtonRef = triggerButton;
|
|
282
|
+
actionableButton.click();
|
|
283
|
+
await elementUpdated(panel);
|
|
284
|
+
expect(document.activeElement).not.toBe(triggerButton);
|
|
285
|
+
});
|
|
286
|
+
it('should render notifications empty state', async () => {
|
|
287
|
+
var _a;
|
|
288
|
+
const props = defaultProps;
|
|
289
|
+
const panel = await fixture(html ` <c4p-notification-panel
|
|
290
|
+
?open=${props.open}
|
|
291
|
+
title-text=${props.titleText}
|
|
292
|
+
dismiss-all-label=${props.dismissAllLabel}
|
|
293
|
+
donot-disturb-label=${props.doNotDisturbLabel}
|
|
294
|
+
today-text=${props.todayText}
|
|
295
|
+
previous-text=${props.previousText}
|
|
296
|
+
date-time-locale="${props.dateTimeLocale}"
|
|
297
|
+
></c4p-notification-panel>`);
|
|
298
|
+
const slot = (_a = panel.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(`slot[name="empty-state"]`);
|
|
299
|
+
expect(slot).toBeTruthy();
|
|
300
|
+
});
|
|
301
|
+
it('should display the "emptyStateLabel" prop as the label for the empty state message', async () => {
|
|
302
|
+
var _a;
|
|
303
|
+
const props = defaultProps;
|
|
304
|
+
const panel = await fixture(html ` <c4p-notification-panel
|
|
305
|
+
?open=${props.open}
|
|
306
|
+
title-text=${props.titleText}
|
|
307
|
+
dismiss-all-label=${props.dismissAllLabel}
|
|
308
|
+
empty-state-label="No notifications yet!"
|
|
309
|
+
donot-disturb-label=${props.doNotDisturbLabel}
|
|
310
|
+
today-text=${props.todayText}
|
|
311
|
+
previous-text=${props.previousText}
|
|
312
|
+
date-time-locale="${props.dateTimeLocale}"
|
|
313
|
+
></c4p-notification-panel>`);
|
|
314
|
+
const emptyStateEl = (_a = panel.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(`clabs-empty-state`);
|
|
315
|
+
expect(emptyStateEl).toBeTruthy();
|
|
316
|
+
expect(emptyStateEl === null || emptyStateEl === void 0 ? void 0 : emptyStateEl.getAttribute('subtitle')).to.equal('No notifications yet!');
|
|
317
|
+
});
|
|
318
|
+
it('should render custom empty state component', async () => {
|
|
319
|
+
var _a, _b;
|
|
320
|
+
const props = defaultProps;
|
|
321
|
+
const panel = await fixture(html ` <c4p-notification-panel
|
|
322
|
+
?open=${props.open}
|
|
323
|
+
title-text=${props.titleText}
|
|
324
|
+
dismiss-all-label=${props.dismissAllLabel}
|
|
325
|
+
empty-state-label="No notifications yet!"
|
|
326
|
+
donot-disturb-label=${props.doNotDisturbLabel}
|
|
327
|
+
today-text=${props.todayText}
|
|
328
|
+
previous-text=${props.previousText}
|
|
329
|
+
date-time-locale="${props.dateTimeLocale}"
|
|
330
|
+
>
|
|
331
|
+
<div slot="empty-state">
|
|
332
|
+
<span class="empty-state-message">empty state message</span>
|
|
333
|
+
</div>
|
|
334
|
+
</c4p-notification-panel>`);
|
|
335
|
+
const slot = (_a = panel.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(`slot[name="empty-state"]`);
|
|
336
|
+
const node = slot.assignedNodes()[0];
|
|
337
|
+
expect((_b = node === null || node === void 0 ? void 0 : node.querySelector('.empty-state-message')) === null || _b === void 0 ? void 0 : _b.textContent).toBe('empty state message');
|
|
338
|
+
});
|
|
339
|
+
});
|
|
340
|
+
//# sourceMappingURL=notification-panel.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notification-panel.test.js","sources":["../../../src/components/notification-panel/notification-panel.test.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|