@carbon/ibm-products-web-components 0.35.0 → 0.36.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 +4 -4
- package/es/_virtual/_@oxc-project_runtime@0.112.0/helpers/decorate.js +17 -0
- package/es/components/about-modal/about-modal.d.ts +1 -0
- package/es/components/about-modal/about-modal.d.ts.map +1 -0
- package/es/components/about-modal/about-modal.js +114 -169
- package/es/components/about-modal/about-modal.js.map +1 -1
- package/es/components/about-modal/about-modal.scss.js +7 -5
- package/es/components/about-modal/about-modal.scss.js.map +1 -1
- package/es/components/about-modal/index.d.ts +1 -0
- package/es/components/about-modal/index.d.ts.map +1 -0
- package/es/components/about-modal/index.js +2 -3
- package/es/components/big-number/big-number-skeleton.d.ts +1 -0
- package/es/components/big-number/big-number-skeleton.d.ts.map +1 -0
- package/es/components/big-number/big-number-skeleton.js +45 -38
- package/es/components/big-number/big-number-skeleton.js.map +1 -1
- package/es/components/big-number/big-number-skeleton.scss.js +7 -5
- package/es/components/big-number/big-number-skeleton.scss.js.map +1 -1
- package/es/components/big-number/big-number.d.ts +1 -0
- package/es/components/big-number/big-number.d.ts.map +1 -0
- package/es/components/big-number/big-number.js +106 -141
- package/es/components/big-number/big-number.js.map +1 -1
- package/es/components/big-number/big-number.scss.js +7 -5
- package/es/components/big-number/big-number.scss.js.map +1 -1
- package/es/components/big-number/constants.d.ts +1 -0
- package/es/components/big-number/constants.d.ts.map +1 -0
- package/es/components/big-number/constants.js +23 -21
- package/es/components/big-number/constants.js.map +1 -1
- package/es/components/big-number/index.d.ts +1 -0
- package/es/components/big-number/index.d.ts.map +1 -0
- package/es/components/big-number/index.js +3 -4
- package/es/components/checklist/checklist-chart.d.ts +1 -0
- package/es/components/checklist/checklist-chart.d.ts.map +1 -0
- package/es/components/checklist/checklist-chart.js +54 -65
- package/es/components/checklist/checklist-chart.js.map +1 -1
- package/es/components/checklist/checklist-group.d.ts +1 -0
- package/es/components/checklist/checklist-group.d.ts.map +1 -0
- package/es/components/checklist/checklist-group.js +39 -40
- package/es/components/checklist/checklist-group.js.map +1 -1
- package/es/components/checklist/checklist-icon.d.ts +1 -0
- package/es/components/checklist/checklist-icon.d.ts.map +1 -0
- package/es/components/checklist/checklist-icon.js +48 -57
- package/es/components/checklist/checklist-icon.js.map +1 -1
- package/es/components/checklist/checklist-item.d.ts +1 -0
- package/es/components/checklist/checklist-item.d.ts.map +1 -0
- package/es/components/checklist/checklist-item.js +88 -105
- package/es/components/checklist/checklist-item.js.map +1 -1
- package/es/components/checklist/checklist.d.ts +1 -0
- package/es/components/checklist/checklist.d.ts.map +1 -0
- package/es/components/checklist/checklist.js +128 -137
- package/es/components/checklist/checklist.js.map +1 -1
- package/es/components/checklist/checklist.scss.js +7 -5
- package/es/components/checklist/checklist.scss.js.map +1 -1
- package/es/components/checklist/checklist.types.d.ts +1 -0
- package/es/components/checklist/checklist.types.d.ts.map +1 -0
- package/es/components/checklist/checklist.types.js +25 -23
- package/es/components/checklist/checklist.types.js.map +1 -1
- package/es/components/checklist/index.d.ts +1 -0
- package/es/components/checklist/index.d.ts.map +1 -0
- package/es/components/checklist/index.js +6 -7
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +1 -2
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js +91 -105
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -1
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +7 -5
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -1
- package/es/components/coachmark/coachmark-beacon/defs.d.ts +1 -0
- package/es/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-beacon/defs.js +17 -15
- package/es/components/coachmark/coachmark-beacon/defs.js.map +1 -1
- package/es/components/coachmark/coachmark-beacon/index.d.ts +1 -0
- package/es/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-beacon/index.js +2 -3
- package/es/components/coachmark/coachmark-body.d.ts +1 -0
- package/es/components/coachmark/coachmark-body.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-body.js +30 -28
- package/es/components/coachmark/coachmark-body.js.map +1 -1
- package/es/components/coachmark/coachmark-body.scss.js +7 -5
- package/es/components/coachmark/coachmark-body.scss.js.map +1 -1
- package/es/components/coachmark/coachmark-context.d.ts +1 -0
- package/es/components/coachmark/coachmark-context.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-context.js +26 -23
- package/es/components/coachmark/coachmark-context.js.map +1 -1
- package/es/components/coachmark/coachmark-header.d.ts +1 -0
- package/es/components/coachmark/coachmark-header.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-header.js +64 -71
- package/es/components/coachmark/coachmark-header.js.map +1 -1
- package/es/components/coachmark/coachmark-header.scss.js +7 -5
- package/es/components/coachmark/coachmark-header.scss.js.map +1 -1
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +1 -2
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js +101 -104
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -1
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +7 -5
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -1
- package/es/components/coachmark/coachmark-tagline/index.d.ts +1 -0
- package/es/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-tagline/index.js +2 -3
- package/es/components/coachmark/coachmark.d.ts +2 -0
- package/es/components/coachmark/coachmark.d.ts.map +1 -0
- package/es/components/coachmark/coachmark.js +128 -156
- package/es/components/coachmark/coachmark.js.map +1 -1
- package/es/components/coachmark/coachmark.scss.js +7 -5
- package/es/components/coachmark/coachmark.scss.js.map +1 -1
- package/es/components/coachmark/index.d.ts +1 -0
- package/es/components/coachmark/index.d.ts.map +1 -0
- package/es/components/coachmark/index.js +4 -5
- package/es/components/full-page-error/assets/error403SVG.js +12 -15
- package/es/components/full-page-error/assets/error403SVG.js.map +1 -1
- package/es/components/full-page-error/assets/error404SVG.js +12 -13
- package/es/components/full-page-error/assets/error404SVG.js.map +1 -1
- package/es/components/full-page-error/assets/errorGenericSVG.js +12 -13
- package/es/components/full-page-error/assets/errorGenericSVG.js.map +1 -1
- package/es/components/full-page-error/full-page-error.d.ts +1 -0
- package/es/components/full-page-error/full-page-error.d.ts.map +1 -0
- package/es/components/full-page-error/full-page-error.js +62 -63
- package/es/components/full-page-error/full-page-error.js.map +1 -1
- package/es/components/full-page-error/full-page-error.scss.js +7 -5
- package/es/components/full-page-error/full-page-error.scss.js.map +1 -1
- package/es/components/full-page-error/index.d.ts +1 -0
- package/es/components/full-page-error/index.d.ts.map +1 -0
- package/es/components/full-page-error/index.js +2 -3
- package/es/components/full-page-error/types.d.ts +1 -0
- package/es/components/full-page-error/types.d.ts.map +1 -0
- package/es/components/full-page-error/types.js +17 -15
- package/es/components/full-page-error/types.js.map +1 -1
- package/es/components/guide-banner/guide-banner-element.d.ts +1 -0
- package/es/components/guide-banner/guide-banner-element.d.ts.map +1 -0
- package/es/components/guide-banner/guide-banner-element.js +31 -29
- package/es/components/guide-banner/guide-banner-element.js.map +1 -1
- package/es/components/guide-banner/guide-banner-element.scss.js +7 -5
- package/es/components/guide-banner/guide-banner-element.scss.js.map +1 -1
- package/es/components/guide-banner/guide-banner.d.ts +1 -0
- package/es/components/guide-banner/guide-banner.d.ts.map +1 -0
- package/es/components/guide-banner/guide-banner.js +100 -102
- package/es/components/guide-banner/guide-banner.js.map +1 -1
- package/es/components/guide-banner/guide-banner.scss.js +7 -5
- package/es/components/guide-banner/guide-banner.scss.js.map +1 -1
- package/es/components/guide-banner/index.d.ts +1 -0
- package/es/components/guide-banner/index.d.ts.map +1 -0
- package/es/components/guide-banner/index.js +3 -4
- package/es/components/interstitial-screen/index.d.ts +1 -0
- package/es/components/interstitial-screen/index.d.ts.map +1 -0
- package/es/components/interstitial-screen/index.js +6 -7
- package/es/components/interstitial-screen/interstitial-screen-body-item.d.ts +1 -0
- package/es/components/interstitial-screen/interstitial-screen-body-item.d.ts.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-body-item.js +53 -59
- package/es/components/interstitial-screen/interstitial-screen-body-item.js.map +1 -1
- package/es/components/interstitial-screen/interstitial-screen-body-item.scss.js +7 -5
- package/es/components/interstitial-screen/interstitial-screen-body-item.scss.js.map +1 -1
- package/es/components/interstitial-screen/interstitial-screen-body.d.ts +1 -0
- package/es/components/interstitial-screen/interstitial-screen-body.d.ts.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-body.js +125 -142
- package/es/components/interstitial-screen/interstitial-screen-body.js.map +1 -1
- package/es/components/interstitial-screen/interstitial-screen-body.scss.js +7 -5
- package/es/components/interstitial-screen/interstitial-screen-body.scss.js.map +1 -1
- package/es/components/interstitial-screen/interstitial-screen-context.d.ts +1 -0
- package/es/components/interstitial-screen/interstitial-screen-context.d.ts.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-context.js +44 -37
- package/es/components/interstitial-screen/interstitial-screen-context.js.map +1 -1
- package/es/components/interstitial-screen/interstitial-screen-footer.d.ts +1 -0
- package/es/components/interstitial-screen/interstitial-screen-footer.d.ts.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-footer.js +147 -205
- package/es/components/interstitial-screen/interstitial-screen-footer.js.map +1 -1
- package/es/components/interstitial-screen/interstitial-screen-footer.scss.js +7 -5
- package/es/components/interstitial-screen/interstitial-screen-footer.scss.js.map +1 -1
- package/es/components/interstitial-screen/interstitial-screen-header.d.ts +1 -0
- package/es/components/interstitial-screen/interstitial-screen-header.d.ts.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen-header.js +108 -131
- package/es/components/interstitial-screen/interstitial-screen-header.js.map +1 -1
- package/es/components/interstitial-screen/interstitial-screen-header.scss.js +7 -5
- package/es/components/interstitial-screen/interstitial-screen-header.scss.js.map +1 -1
- package/es/components/interstitial-screen/interstitial-screen.d.ts +1 -0
- package/es/components/interstitial-screen/interstitial-screen.d.ts.map +1 -0
- package/es/components/interstitial-screen/interstitial-screen.js +164 -198
- package/es/components/interstitial-screen/interstitial-screen.js.map +1 -1
- package/es/components/interstitial-screen/interstitial-screen.scss.js +7 -5
- package/es/components/interstitial-screen/interstitial-screen.scss.js.map +1 -1
- package/es/components/notification-panel/date-time-context.d.ts +1 -0
- package/es/components/notification-panel/date-time-context.d.ts.map +1 -0
- package/es/components/notification-panel/date-time-context.js +11 -9
- package/es/components/notification-panel/date-time-context.js.map +1 -1
- package/es/components/notification-panel/defs.d.ts +1 -0
- package/es/components/notification-panel/defs.d.ts.map +1 -0
- package/es/components/notification-panel/defs.js +13 -2
- package/es/components/notification-panel/defs.js.map +1 -1
- package/es/components/notification-panel/index.d.ts +1 -0
- package/es/components/notification-panel/index.d.ts.map +1 -0
- package/es/components/notification-panel/index.js +4 -5
- package/es/components/notification-panel/notification-footer.d.ts +1 -0
- package/es/components/notification-panel/notification-footer.d.ts.map +1 -0
- package/es/components/notification-panel/notification-footer.js +89 -92
- package/es/components/notification-panel/notification-footer.js.map +1 -1
- package/es/components/notification-panel/notification-footer.scss.js +7 -5
- package/es/components/notification-panel/notification-footer.scss.js.map +1 -1
- package/es/components/notification-panel/notification-panel.d.ts +1 -0
- package/es/components/notification-panel/notification-panel.d.ts.map +1 -0
- package/es/components/notification-panel/notification-panel.js +336 -406
- package/es/components/notification-panel/notification-panel.js.map +1 -1
- package/es/components/notification-panel/notification-panel.scss.js +7 -5
- package/es/components/notification-panel/notification-panel.scss.js.map +1 -1
- package/es/components/notification-panel/notification.d.ts +1 -0
- package/es/components/notification-panel/notification.d.ts.map +1 -0
- package/es/components/notification-panel/notification.js +127 -146
- package/es/components/notification-panel/notification.js.map +1 -1
- package/es/components/notification-panel/notification.scss.js +7 -5
- package/es/components/notification-panel/notification.scss.js.map +1 -1
- package/es/components/options-tile/index.d.ts +1 -0
- package/es/components/options-tile/index.d.ts.map +1 -0
- package/es/components/options-tile/index.js +2 -3
- package/es/components/options-tile/options-tile.d.ts +1 -0
- package/es/components/options-tile/options-tile.d.ts.map +1 -0
- package/es/components/options-tile/options-tile.js +110 -133
- package/es/components/options-tile/options-tile.js.map +1 -1
- package/es/components/options-tile/options-tile.scss.js +7 -5
- package/es/components/options-tile/options-tile.scss.js.map +1 -1
- package/es/components/page-header/context.d.ts +1 -0
- package/es/components/page-header/context.d.ts.map +1 -0
- package/es/components/page-header/context.js +17 -15
- package/es/components/page-header/context.js.map +1 -1
- package/es/components/page-header/index.d.ts +1 -0
- package/es/components/page-header/index.d.ts.map +1 -0
- package/es/components/page-header/index.js +9 -10
- package/es/components/page-header/page-header-breadcrumb.d.ts +1 -0
- package/es/components/page-header/page-header-breadcrumb.d.ts.map +1 -0
- package/es/components/page-header/page-header-breadcrumb.js +66 -77
- package/es/components/page-header/page-header-breadcrumb.js.map +1 -1
- package/es/components/page-header/page-header-content-text.d.ts +1 -0
- package/es/components/page-header/page-header-content-text.d.ts.map +1 -0
- package/es/components/page-header/page-header-content-text.js +36 -40
- package/es/components/page-header/page-header-content-text.js.map +1 -1
- package/es/components/page-header/page-header-content.d.ts +1 -0
- package/es/components/page-header/page-header-content.d.ts.map +1 -0
- package/es/components/page-header/page-header-content.js +76 -99
- package/es/components/page-header/page-header-content.js.map +1 -1
- package/es/components/page-header/page-header-hero-image.d.ts +1 -0
- package/es/components/page-header/page-header-hero-image.d.ts.map +1 -0
- package/es/components/page-header/page-header-hero-image.js +28 -26
- package/es/components/page-header/page-header-hero-image.js.map +1 -1
- package/es/components/page-header/page-header-scroller.d.ts +1 -0
- package/es/components/page-header/page-header-scroller.d.ts.map +1 -0
- package/es/components/page-header/page-header-scroller.js +105 -135
- package/es/components/page-header/page-header-scroller.js.map +1 -1
- package/es/components/page-header/page-header-tabs.d.ts +1 -0
- package/es/components/page-header/page-header-tabs.d.ts.map +1 -0
- package/es/components/page-header/page-header-tabs.js +28 -26
- package/es/components/page-header/page-header-tabs.js.map +1 -1
- package/es/components/page-header/page-header-title-breadcrumb.d.ts +1 -0
- package/es/components/page-header/page-header-title-breadcrumb.d.ts.map +1 -0
- package/es/components/page-header/page-header-title-breadcrumb.js +53 -55
- package/es/components/page-header/page-header-title-breadcrumb.js.map +1 -1
- package/es/components/page-header/page-header.d.ts +1 -0
- package/es/components/page-header/page-header.d.ts.map +1 -0
- package/es/components/page-header/page-header.js +117 -116
- package/es/components/page-header/page-header.js.map +1 -1
- package/es/components/page-header/page-header.scss.js +7 -5
- package/es/components/page-header/page-header.scss.js.map +1 -1
- package/es/components/page-header/utils.d.ts +1 -0
- package/es/components/page-header/utils.d.ts.map +1 -0
- package/es/components/page-header/utils.js +46 -72
- package/es/components/page-header/utils.js.map +1 -1
- package/es/components/side-panel/defs.d.ts +5 -0
- package/es/components/side-panel/defs.d.ts.map +1 -0
- package/es/components/side-panel/defs.js +47 -41
- package/es/components/side-panel/defs.js.map +1 -1
- package/es/components/side-panel/index.d.ts +1 -0
- package/es/components/side-panel/index.d.ts.map +1 -0
- package/es/components/side-panel/index.js +2 -3
- package/es/components/side-panel/side-panel.d.ts +1 -0
- package/es/components/side-panel/side-panel.d.ts.map +1 -0
- package/es/components/side-panel/side-panel.js +540 -729
- package/es/components/side-panel/side-panel.js.map +1 -1
- package/es/components/side-panel/side-panel.scss.js +7 -5
- package/es/components/side-panel/side-panel.scss.js.map +1 -1
- package/es/components/tearsheet/defs.d.ts +1 -0
- package/es/components/tearsheet/defs.d.ts.map +1 -0
- package/es/components/tearsheet/defs.js +32 -30
- package/es/components/tearsheet/defs.js.map +1 -1
- package/es/components/tearsheet/index.d.ts +1 -0
- package/es/components/tearsheet/index.d.ts.map +1 -0
- package/es/components/tearsheet/index.js +2 -3
- package/es/components/tearsheet/story-styles.scss.js +7 -5
- package/es/components/tearsheet/story-styles.scss.js.map +1 -1
- package/es/components/tearsheet/tearsheet.d.ts +1 -0
- package/es/components/tearsheet/tearsheet.d.ts.map +1 -0
- package/es/components/tearsheet/tearsheet.js +413 -567
- package/es/components/tearsheet/tearsheet.js.map +1 -1
- package/es/components/tearsheet/tearsheet.scss.js +7 -5
- package/es/components/tearsheet/tearsheet.scss.js.map +1 -1
- package/es/components/tearsheet/utils.d.ts +1 -0
- package/es/components/tearsheet/utils.d.ts.map +1 -0
- package/es/components/tearsheet/utils.js +117 -146
- package/es/components/tearsheet/utils.js.map +1 -1
- package/es/components/tearsheet-preview/index.d.ts +1 -0
- package/es/components/tearsheet-preview/index.d.ts.map +1 -0
- package/es/components/tearsheet-preview/index.js +10 -11
- package/es/components/tearsheet-preview/stack-signal.d.ts +1 -0
- package/es/components/tearsheet-preview/stack-signal.d.ts.map +1 -0
- package/es/components/tearsheet-preview/stack-signal.js +84 -90
- package/es/components/tearsheet-preview/stack-signal.js.map +1 -1
- package/es/components/tearsheet-preview/tearsheet-body.d.ts +1 -0
- package/es/components/tearsheet-preview/tearsheet-body.d.ts.map +1 -0
- package/es/components/tearsheet-preview/tearsheet-body.js +88 -111
- package/es/components/tearsheet-preview/tearsheet-body.js.map +1 -1
- package/es/components/tearsheet-preview/tearsheet-footer.d.ts +1 -0
- package/es/components/tearsheet-preview/tearsheet-footer.d.ts.map +1 -0
- package/es/components/tearsheet-preview/tearsheet-footer.js +38 -41
- package/es/components/tearsheet-preview/tearsheet-footer.js.map +1 -1
- package/es/components/tearsheet-preview/tearsheet-header-content.d.ts +1 -0
- package/es/components/tearsheet-preview/tearsheet-header-content.d.ts.map +1 -0
- package/es/components/tearsheet-preview/tearsheet-header-content.js +82 -118
- package/es/components/tearsheet-preview/tearsheet-header-content.js.map +1 -1
- package/es/components/tearsheet-preview/tearsheet-header-content.scss.js +7 -5
- package/es/components/tearsheet-preview/tearsheet-header-content.scss.js.map +1 -1
- package/es/components/tearsheet-preview/tearsheet-header.d.ts +1 -0
- package/es/components/tearsheet-preview/tearsheet-header.d.ts.map +1 -0
- package/es/components/tearsheet-preview/tearsheet-header.js +135 -177
- package/es/components/tearsheet-preview/tearsheet-header.js.map +1 -1
- package/es/components/tearsheet-preview/tearsheet-header.scss.js +7 -5
- package/es/components/tearsheet-preview/tearsheet-header.scss.js.map +1 -1
- package/es/components/tearsheet-preview/tearsheet-influencer.d.ts +1 -0
- package/es/components/tearsheet-preview/tearsheet-influencer.d.ts.map +1 -0
- package/es/components/tearsheet-preview/tearsheet-influencer.js +63 -72
- package/es/components/tearsheet-preview/tearsheet-influencer.js.map +1 -1
- package/es/components/tearsheet-preview/tearsheet-navigation-bar.d.ts +1 -0
- package/es/components/tearsheet-preview/tearsheet-navigation-bar.d.ts.map +1 -0
- package/es/components/tearsheet-preview/tearsheet-navigation-bar.js +36 -36
- package/es/components/tearsheet-preview/tearsheet-navigation-bar.js.map +1 -1
- package/es/components/tearsheet-preview/tearsheet-navigation-bar.scss.js +7 -5
- package/es/components/tearsheet-preview/tearsheet-navigation-bar.scss.js.map +1 -1
- package/es/components/tearsheet-preview/tearsheet-scroller.d.ts +1 -0
- package/es/components/tearsheet-preview/tearsheet-scroller.d.ts.map +1 -0
- package/es/components/tearsheet-preview/tearsheet-scroller.js +72 -85
- package/es/components/tearsheet-preview/tearsheet-scroller.js.map +1 -1
- package/es/components/tearsheet-preview/tearsheet-signal.d.ts +1 -0
- package/es/components/tearsheet-preview/tearsheet-signal.d.ts.map +1 -0
- package/es/components/tearsheet-preview/tearsheet-signal.js +31 -26
- package/es/components/tearsheet-preview/tearsheet-signal.js.map +1 -1
- package/es/components/tearsheet-preview/tearsheet-summary-content.d.ts +1 -0
- package/es/components/tearsheet-preview/tearsheet-summary-content.d.ts.map +1 -0
- package/es/components/tearsheet-preview/tearsheet-summary-content.js +68 -75
- package/es/components/tearsheet-preview/tearsheet-summary-content.js.map +1 -1
- package/es/components/tearsheet-preview/tearsheet.d.ts +1 -0
- package/es/components/tearsheet-preview/tearsheet.d.ts.map +1 -0
- package/es/components/tearsheet-preview/tearsheet.js +245 -382
- package/es/components/tearsheet-preview/tearsheet.js.map +1 -1
- package/es/components/tearsheet-preview/tearsheet.scss.js +7 -5
- package/es/components/tearsheet-preview/tearsheet.scss.js.map +1 -1
- package/es/components/truncated-text/index.d.ts +1 -0
- package/es/components/truncated-text/index.d.ts.map +1 -0
- package/es/components/truncated-text/index.js +2 -3
- package/es/components/truncated-text/truncated-text.d.ts +1 -0
- package/es/components/truncated-text/truncated-text.d.ts.map +1 -0
- package/es/components/truncated-text/truncated-text.js +175 -216
- package/es/components/truncated-text/truncated-text.js.map +1 -1
- package/es/components/truncated-text/truncated-text.scss.js +7 -5
- package/es/components/truncated-text/truncated-text.scss.js.map +1 -1
- package/es/components/user-avatar/index.d.ts +1 -0
- package/es/components/user-avatar/index.d.ts.map +1 -0
- package/es/components/user-avatar/index.js +2 -3
- package/es/components/user-avatar/user-avatar.d.ts +1 -2
- package/es/components/user-avatar/user-avatar.d.ts.map +1 -0
- package/es/components/user-avatar/user-avatar.js +96 -110
- package/es/components/user-avatar/user-avatar.js.map +1 -1
- package/es/components/user-avatar/user-avatar.scss.js +7 -5
- package/es/components/user-avatar/user-avatar.scss.js.map +1 -1
- package/es/globals/internal/handle.d.ts +1 -0
- package/es/globals/internal/handle.d.ts.map +1 -0
- package/es/globals/internal/handle.js +1 -2
- package/es/globals/internal/pconsole.d.ts +1 -0
- package/es/globals/internal/pconsole.d.ts.map +1 -0
- package/es/globals/internal/pconsole.js +15 -19
- package/es/globals/internal/pconsole.js.map +1 -1
- package/es/globals/internal/storybook-cdn.js +35 -37
- package/es/globals/internal/storybook-cdn.js.map +1 -1
- package/es/globals/js/utils/collapsible-controller.d.ts +1 -0
- package/es/globals/js/utils/collapsible-controller.d.ts.map +1 -0
- package/es/globals/js/utils/collapsible-controller.js +48 -63
- package/es/globals/js/utils/collapsible-controller.js.map +1 -1
- package/es/globals/js/utils/getSupportedLocale.d.ts +1 -0
- package/es/globals/js/utils/getSupportedLocale.d.ts.map +1 -0
- package/es/globals/js/utils/getSupportedLocale.js +22 -24
- package/es/globals/js/utils/getSupportedLocale.js.map +1 -1
- package/es/globals/js/utils/match-media-controller.d.ts +1 -0
- package/es/globals/js/utils/match-media-controller.d.ts.map +1 -0
- package/es/globals/js/utils/match-media-controller.js +23 -21
- package/es/globals/js/utils/match-media-controller.js.map +1 -1
- package/es/globals/settings.d.ts +1 -0
- package/es/globals/settings.d.ts.map +1 -0
- package/es/globals/settings.js +15 -13
- package/es/globals/settings.js.map +1 -1
- package/es/index.d.ts +1 -0
- package/es/index.d.ts.map +1 -0
- package/es/index.js +32 -31
- package/es/package.js +13 -0
- package/es/package.js.map +1 -0
- package/es/utilities/makeDraggable/makeDraggable.d.ts +1 -0
- package/es/utilities/makeDraggable/makeDraggable.d.ts.map +1 -0
- package/es/utilities/makeDraggable/makeDraggable.js +98 -135
- package/es/utilities/makeDraggable/makeDraggable.js.map +1 -1
- package/es/utilities/manageFocusTrap/manageFocusTrap.d.ts +1 -0
- package/es/utilities/manageFocusTrap/manageFocusTrap.d.ts.map +1 -0
- package/es/utilities/manageFocusTrap/manageFocusTrap.js +83 -120
- package/es/utilities/manageFocusTrap/manageFocusTrap.js.map +1 -1
- package/es/utilities/snapscroll/index.d.ts +1 -0
- package/es/utilities/snapscroll/index.d.ts.map +1 -0
- package/es/utilities/snapscroll/index.js +4 -3
- package/es/utilities/snapscroll/snapscroll.d.ts +1 -0
- package/es/utilities/snapscroll/snapscroll.d.ts.map +1 -0
- package/es/utilities/snapscroll/snapscroll.js +134 -175
- package/es/utilities/snapscroll/snapscroll.js.map +1 -1
- package/{es-custom/patterns → es/utilities}/step-flow/index.d.ts +1 -0
- package/es/utilities/step-flow/index.d.ts.map +1 -0
- package/es/{components/page-header/_story-assets/set-of-tags → utilities/step-flow}/index.js +3 -3
- package/{lib/patterns → es/utilities}/step-flow/step-flow-signal.d.ts +1 -0
- package/es/utilities/step-flow/step-flow-signal.d.ts.map +1 -0
- package/es/utilities/step-flow/step-flow-signal.js +70 -0
- package/es/utilities/step-flow/step-flow-signal.js.map +1 -0
- package/es/{patterns → utilities}/step-flow/step-group.d.ts +1 -0
- package/es/utilities/step-flow/step-group.d.ts.map +1 -0
- package/es/utilities/step-flow/step-group.js +28 -0
- package/es/utilities/step-flow/step-group.js.map +1 -0
- package/es-custom/_virtual/_@oxc-project_runtime@0.112.0/helpers/decorate.js +17 -0
- package/es-custom/components/about-modal/about-modal.js +113 -168
- package/es-custom/components/about-modal/about-modal.js.map +1 -1
- package/es-custom/components/about-modal/about-modal.scss.js +7 -5
- package/es-custom/components/about-modal/about-modal.scss.js.map +1 -1
- package/es-custom/components/about-modal/index.js +2 -3
- package/es-custom/components/big-number/big-number-skeleton.js +43 -36
- package/es-custom/components/big-number/big-number-skeleton.js.map +1 -1
- package/es-custom/components/big-number/big-number-skeleton.scss.js +7 -5
- package/es-custom/components/big-number/big-number-skeleton.scss.js.map +1 -1
- package/es-custom/components/big-number/big-number.js +106 -141
- package/es-custom/components/big-number/big-number.js.map +1 -1
- package/es-custom/components/big-number/big-number.scss.js +7 -5
- package/es-custom/components/big-number/big-number.scss.js.map +1 -1
- package/es-custom/components/big-number/constants.js +23 -21
- package/es-custom/components/big-number/constants.js.map +1 -1
- package/es-custom/components/big-number/index.js +3 -4
- package/es-custom/components/checklist/checklist-chart.js +54 -65
- package/es-custom/components/checklist/checklist-chart.js.map +1 -1
- package/es-custom/components/checklist/checklist-group.js +39 -40
- package/es-custom/components/checklist/checklist-group.js.map +1 -1
- package/es-custom/components/checklist/checklist-icon.js +47 -56
- package/es-custom/components/checklist/checklist-icon.js.map +1 -1
- package/es-custom/components/checklist/checklist-item.js +88 -105
- package/es-custom/components/checklist/checklist-item.js.map +1 -1
- package/es-custom/components/checklist/checklist.js +126 -135
- package/es-custom/components/checklist/checklist.js.map +1 -1
- package/es-custom/components/checklist/checklist.scss.js +7 -5
- package/es-custom/components/checklist/checklist.scss.js.map +1 -1
- package/es-custom/components/checklist/checklist.types.js +25 -23
- package/es-custom/components/checklist/checklist.types.js.map +1 -1
- package/es-custom/components/checklist/index.js +6 -7
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js +90 -104
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -1
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +7 -5
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -1
- package/es-custom/components/coachmark/coachmark-beacon/defs.js +17 -15
- package/es-custom/components/coachmark/coachmark-beacon/defs.js.map +1 -1
- package/es-custom/components/coachmark/coachmark-beacon/index.js +2 -3
- package/es-custom/components/coachmark/coachmark-body.js +30 -28
- package/es-custom/components/coachmark/coachmark-body.js.map +1 -1
- package/es-custom/components/coachmark/coachmark-body.scss.js +7 -5
- package/es-custom/components/coachmark/coachmark-body.scss.js.map +1 -1
- package/es-custom/components/coachmark/coachmark-context.js +26 -23
- package/es-custom/components/coachmark/coachmark-context.js.map +1 -1
- package/es-custom/components/coachmark/coachmark-header.js +63 -70
- package/es-custom/components/coachmark/coachmark-header.js.map +1 -1
- package/es-custom/components/coachmark/coachmark-header.scss.js +7 -5
- package/es-custom/components/coachmark/coachmark-header.scss.js.map +1 -1
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js +100 -103
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -1
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +7 -5
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -1
- package/es-custom/components/coachmark/coachmark-tagline/index.js +2 -3
- package/es-custom/components/coachmark/coachmark.js +127 -155
- package/es-custom/components/coachmark/coachmark.js.map +1 -1
- package/es-custom/components/coachmark/coachmark.scss.js +7 -5
- package/es-custom/components/coachmark/coachmark.scss.js.map +1 -1
- package/es-custom/components/coachmark/index.js +4 -5
- package/es-custom/components/full-page-error/assets/error403SVG.js +12 -15
- package/es-custom/components/full-page-error/assets/error403SVG.js.map +1 -1
- package/es-custom/components/full-page-error/assets/error404SVG.js +12 -13
- package/es-custom/components/full-page-error/assets/error404SVG.js.map +1 -1
- package/es-custom/components/full-page-error/assets/errorGenericSVG.js +12 -13
- package/es-custom/components/full-page-error/assets/errorGenericSVG.js.map +1 -1
- package/es-custom/components/full-page-error/full-page-error.js +62 -63
- package/es-custom/components/full-page-error/full-page-error.js.map +1 -1
- package/es-custom/components/full-page-error/full-page-error.scss.js +7 -5
- package/es-custom/components/full-page-error/full-page-error.scss.js.map +1 -1
- package/es-custom/components/full-page-error/index.js +2 -3
- package/es-custom/components/full-page-error/types.js +17 -15
- package/es-custom/components/full-page-error/types.js.map +1 -1
- package/es-custom/components/guide-banner/guide-banner-element.js +31 -29
- package/es-custom/components/guide-banner/guide-banner-element.js.map +1 -1
- package/es-custom/components/guide-banner/guide-banner-element.scss.js +7 -5
- package/es-custom/components/guide-banner/guide-banner-element.scss.js.map +1 -1
- package/es-custom/components/guide-banner/guide-banner.js +99 -101
- package/es-custom/components/guide-banner/guide-banner.js.map +1 -1
- package/es-custom/components/guide-banner/guide-banner.scss.js +7 -5
- package/es-custom/components/guide-banner/guide-banner.scss.js.map +1 -1
- package/es-custom/components/guide-banner/index.js +3 -4
- package/es-custom/components/interstitial-screen/index.js +6 -7
- package/es-custom/components/interstitial-screen/interstitial-screen-body-item.js +53 -59
- package/es-custom/components/interstitial-screen/interstitial-screen-body-item.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-body-item.scss.js +7 -5
- package/es-custom/components/interstitial-screen/interstitial-screen-body-item.scss.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-body.js +124 -141
- package/es-custom/components/interstitial-screen/interstitial-screen-body.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js +7 -5
- package/es-custom/components/interstitial-screen/interstitial-screen-body.scss.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-context.js +44 -37
- package/es-custom/components/interstitial-screen/interstitial-screen-context.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-footer.js +145 -203
- package/es-custom/components/interstitial-screen/interstitial-screen-footer.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-footer.scss.js +7 -5
- package/es-custom/components/interstitial-screen/interstitial-screen-footer.scss.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-header.js +107 -130
- package/es-custom/components/interstitial-screen/interstitial-screen-header.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-header.scss.js +7 -5
- package/es-custom/components/interstitial-screen/interstitial-screen-header.scss.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen.js +163 -197
- package/es-custom/components/interstitial-screen/interstitial-screen.js.map +1 -1
- package/es-custom/components/interstitial-screen/interstitial-screen.scss.js +7 -5
- package/es-custom/components/interstitial-screen/interstitial-screen.scss.js.map +1 -1
- package/es-custom/components/notification-panel/date-time-context.js +11 -9
- package/es-custom/components/notification-panel/date-time-context.js.map +1 -1
- package/es-custom/components/notification-panel/defs.js +13 -2
- package/es-custom/components/notification-panel/defs.js.map +1 -1
- package/es-custom/components/notification-panel/index.js +4 -5
- package/es-custom/components/notification-panel/notification-footer.js +89 -92
- package/es-custom/components/notification-panel/notification-footer.js.map +1 -1
- package/es-custom/components/notification-panel/notification-footer.scss.js +7 -5
- package/es-custom/components/notification-panel/notification-footer.scss.js.map +1 -1
- package/es-custom/components/notification-panel/notification-panel.js +334 -404
- package/es-custom/components/notification-panel/notification-panel.js.map +1 -1
- package/es-custom/components/notification-panel/notification-panel.scss.js +7 -5
- package/es-custom/components/notification-panel/notification-panel.scss.js.map +1 -1
- package/es-custom/components/notification-panel/notification.js +126 -145
- package/es-custom/components/notification-panel/notification.js.map +1 -1
- package/es-custom/components/notification-panel/notification.scss.js +7 -5
- package/es-custom/components/notification-panel/notification.scss.js.map +1 -1
- package/es-custom/components/options-tile/index.js +2 -3
- package/es-custom/components/options-tile/options-tile.js +108 -131
- package/es-custom/components/options-tile/options-tile.js.map +1 -1
- package/es-custom/components/options-tile/options-tile.scss.js +7 -5
- package/es-custom/components/options-tile/options-tile.scss.js.map +1 -1
- package/es-custom/components/page-header/context.js +17 -15
- package/es-custom/components/page-header/context.js.map +1 -1
- package/es-custom/components/page-header/index.js +9 -10
- package/es-custom/components/page-header/page-header-breadcrumb.js +66 -77
- package/es-custom/components/page-header/page-header-breadcrumb.js.map +1 -1
- package/es-custom/components/page-header/page-header-content-text.js +36 -40
- package/es-custom/components/page-header/page-header-content-text.js.map +1 -1
- package/es-custom/components/page-header/page-header-content.js +75 -98
- package/es-custom/components/page-header/page-header-content.js.map +1 -1
- package/es-custom/components/page-header/page-header-hero-image.js +28 -26
- package/es-custom/components/page-header/page-header-hero-image.js.map +1 -1
- package/es-custom/components/page-header/page-header-scroller.js +104 -134
- package/es-custom/components/page-header/page-header-scroller.js.map +1 -1
- package/es-custom/components/page-header/page-header-tabs.js +28 -26
- package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
- package/es-custom/components/page-header/page-header-title-breadcrumb.js +53 -55
- package/es-custom/components/page-header/page-header-title-breadcrumb.js.map +1 -1
- package/es-custom/components/page-header/page-header.js +117 -116
- package/es-custom/components/page-header/page-header.js.map +1 -1
- package/es-custom/components/page-header/page-header.scss.js +7 -5
- package/es-custom/components/page-header/page-header.scss.js.map +1 -1
- package/es-custom/components/page-header/utils.js +46 -72
- package/es-custom/components/page-header/utils.js.map +1 -1
- package/es-custom/components/side-panel/defs.js +47 -41
- package/es-custom/components/side-panel/defs.js.map +1 -1
- package/es-custom/components/side-panel/index.js +2 -3
- package/es-custom/components/side-panel/side-panel.js +536 -725
- package/es-custom/components/side-panel/side-panel.js.map +1 -1
- package/es-custom/components/side-panel/side-panel.scss.js +7 -5
- package/es-custom/components/side-panel/side-panel.scss.js.map +1 -1
- package/es-custom/components/tearsheet/defs.js +32 -30
- package/es-custom/components/tearsheet/defs.js.map +1 -1
- package/es-custom/components/tearsheet/index.js +2 -3
- package/es-custom/components/tearsheet/story-styles.scss.js +7 -5
- package/es-custom/components/tearsheet/story-styles.scss.js.map +1 -1
- package/es-custom/components/tearsheet/tearsheet.js +410 -564
- package/es-custom/components/tearsheet/tearsheet.js.map +1 -1
- package/es-custom/components/tearsheet/tearsheet.scss.js +7 -5
- package/es-custom/components/tearsheet/tearsheet.scss.js.map +1 -1
- package/es-custom/components/tearsheet/utils.js +109 -138
- package/es-custom/components/tearsheet/utils.js.map +1 -1
- package/es-custom/components/tearsheet-preview/index.js +10 -11
- package/es-custom/components/tearsheet-preview/stack-signal.js +84 -90
- package/es-custom/components/tearsheet-preview/stack-signal.js.map +1 -1
- package/es-custom/components/tearsheet-preview/tearsheet-body.js +87 -110
- package/es-custom/components/tearsheet-preview/tearsheet-body.js.map +1 -1
- package/es-custom/components/tearsheet-preview/tearsheet-footer.js +38 -41
- package/es-custom/components/tearsheet-preview/tearsheet-footer.js.map +1 -1
- package/es-custom/components/tearsheet-preview/tearsheet-header-content.js +81 -117
- package/es-custom/components/tearsheet-preview/tearsheet-header-content.js.map +1 -1
- package/es-custom/components/tearsheet-preview/tearsheet-header-content.scss.js +7 -5
- package/es-custom/components/tearsheet-preview/tearsheet-header-content.scss.js.map +1 -1
- package/es-custom/components/tearsheet-preview/tearsheet-header.js +134 -176
- package/es-custom/components/tearsheet-preview/tearsheet-header.js.map +1 -1
- package/es-custom/components/tearsheet-preview/tearsheet-header.scss.js +7 -5
- package/es-custom/components/tearsheet-preview/tearsheet-header.scss.js.map +1 -1
- package/es-custom/components/tearsheet-preview/tearsheet-influencer.js +63 -72
- package/es-custom/components/tearsheet-preview/tearsheet-influencer.js.map +1 -1
- package/es-custom/components/tearsheet-preview/tearsheet-navigation-bar.js +35 -35
- package/es-custom/components/tearsheet-preview/tearsheet-navigation-bar.js.map +1 -1
- package/es-custom/components/tearsheet-preview/tearsheet-navigation-bar.scss.js +7 -5
- package/es-custom/components/tearsheet-preview/tearsheet-navigation-bar.scss.js.map +1 -1
- package/es-custom/components/tearsheet-preview/tearsheet-scroller.js +69 -82
- package/es-custom/components/tearsheet-preview/tearsheet-scroller.js.map +1 -1
- package/es-custom/components/tearsheet-preview/tearsheet-signal.js +31 -26
- package/es-custom/components/tearsheet-preview/tearsheet-signal.js.map +1 -1
- package/es-custom/components/tearsheet-preview/tearsheet-summary-content.js +68 -75
- package/es-custom/components/tearsheet-preview/tearsheet-summary-content.js.map +1 -1
- package/es-custom/components/tearsheet-preview/tearsheet.js +245 -382
- package/es-custom/components/tearsheet-preview/tearsheet.js.map +1 -1
- package/es-custom/components/tearsheet-preview/tearsheet.scss.js +7 -5
- package/es-custom/components/tearsheet-preview/tearsheet.scss.js.map +1 -1
- package/es-custom/components/truncated-text/index.js +2 -3
- package/es-custom/components/truncated-text/truncated-text.js +172 -213
- package/es-custom/components/truncated-text/truncated-text.js.map +1 -1
- package/es-custom/components/truncated-text/truncated-text.scss.js +7 -5
- package/es-custom/components/truncated-text/truncated-text.scss.js.map +1 -1
- package/es-custom/components/user-avatar/index.js +2 -3
- package/es-custom/components/user-avatar/user-avatar.js +95 -109
- package/es-custom/components/user-avatar/user-avatar.js.map +1 -1
- package/es-custom/components/user-avatar/user-avatar.scss.js +7 -5
- package/es-custom/components/user-avatar/user-avatar.scss.js.map +1 -1
- package/es-custom/globals/internal/handle.js +1 -2
- package/es-custom/globals/internal/pconsole.js +15 -19
- package/es-custom/globals/internal/pconsole.js.map +1 -1
- package/es-custom/globals/internal/storybook-cdn.js +35 -37
- package/es-custom/globals/internal/storybook-cdn.js.map +1 -1
- package/es-custom/globals/js/utils/collapsible-controller.js +48 -63
- package/es-custom/globals/js/utils/collapsible-controller.js.map +1 -1
- package/es-custom/globals/js/utils/getSupportedLocale.js +22 -24
- package/es-custom/globals/js/utils/getSupportedLocale.js.map +1 -1
- package/es-custom/globals/js/utils/match-media-controller.js +23 -21
- package/es-custom/globals/js/utils/match-media-controller.js.map +1 -1
- package/es-custom/globals/settings.js +15 -13
- package/es-custom/globals/settings.js.map +1 -1
- package/es-custom/index.js +32 -31
- package/es-custom/package.js +13 -0
- package/es-custom/package.js.map +1 -0
- package/es-custom/utilities/makeDraggable/makeDraggable.js +98 -135
- package/es-custom/utilities/makeDraggable/makeDraggable.js.map +1 -1
- package/es-custom/utilities/manageFocusTrap/manageFocusTrap.js +83 -120
- package/es-custom/utilities/manageFocusTrap/manageFocusTrap.js.map +1 -1
- package/es-custom/utilities/snapscroll/index.js +4 -3
- package/es-custom/utilities/snapscroll/snapscroll.js +134 -175
- package/es-custom/utilities/snapscroll/snapscroll.js.map +1 -1
- package/es-custom/{components/page-header/_story-assets/set-of-tags → utilities/step-flow}/index.js +3 -3
- package/es-custom/utilities/step-flow/step-flow-signal.js +70 -0
- package/es-custom/utilities/step-flow/step-flow-signal.js.map +1 -0
- package/es-custom/utilities/step-flow/step-group.js +28 -0
- package/es-custom/utilities/step-flow/step-group.js.map +1 -0
- package/lib/components/about-modal/about-modal.d.ts +1 -0
- package/lib/components/about-modal/about-modal.d.ts.map +1 -0
- package/lib/components/about-modal/index.d.ts +1 -0
- package/lib/components/about-modal/index.d.ts.map +1 -0
- package/lib/components/big-number/big-number-skeleton.d.ts +1 -0
- package/lib/components/big-number/big-number-skeleton.d.ts.map +1 -0
- package/lib/components/big-number/big-number.d.ts +1 -0
- package/lib/components/big-number/big-number.d.ts.map +1 -0
- package/lib/components/big-number/constants.d.ts +1 -0
- package/lib/components/big-number/constants.d.ts.map +1 -0
- package/lib/components/big-number/index.d.ts +1 -0
- package/lib/components/big-number/index.d.ts.map +1 -0
- package/lib/components/checklist/checklist-chart.d.ts +1 -0
- package/lib/components/checklist/checklist-chart.d.ts.map +1 -0
- package/lib/components/checklist/checklist-group.d.ts +1 -0
- package/lib/components/checklist/checklist-group.d.ts.map +1 -0
- package/lib/components/checklist/checklist-icon.d.ts +1 -0
- package/lib/components/checklist/checklist-icon.d.ts.map +1 -0
- package/lib/components/checklist/checklist-item.d.ts +1 -0
- package/lib/components/checklist/checklist-item.d.ts.map +1 -0
- package/lib/components/checklist/checklist.d.ts +1 -0
- package/lib/components/checklist/checklist.d.ts.map +1 -0
- package/lib/components/checklist/checklist.types.d.ts +1 -0
- package/lib/components/checklist/checklist.types.d.ts.map +1 -0
- package/lib/components/checklist/index.d.ts +1 -0
- package/lib/components/checklist/index.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +1 -2
- package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-beacon/defs.d.ts +1 -0
- package/lib/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-beacon/defs.js +20 -16
- package/lib/components/coachmark/coachmark-beacon/defs.js.map +1 -1
- package/lib/components/coachmark/coachmark-beacon/index.d.ts +1 -0
- package/lib/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-body.d.ts +1 -0
- package/lib/components/coachmark/coachmark-body.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-context.d.ts +1 -0
- package/lib/components/coachmark/coachmark-context.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-header.d.ts +1 -0
- package/lib/components/coachmark/coachmark-header.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +1 -2
- package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-tagline/index.d.ts +1 -0
- package/lib/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark.d.ts +2 -0
- package/lib/components/coachmark/coachmark.d.ts.map +1 -0
- package/lib/components/coachmark/index.d.ts +1 -0
- package/lib/components/coachmark/index.d.ts.map +1 -0
- package/lib/components/full-page-error/full-page-error.d.ts +1 -0
- package/lib/components/full-page-error/full-page-error.d.ts.map +1 -0
- package/lib/components/full-page-error/index.d.ts +1 -0
- package/lib/components/full-page-error/index.d.ts.map +1 -0
- package/lib/components/full-page-error/types.d.ts +1 -0
- package/lib/components/full-page-error/types.d.ts.map +1 -0
- package/lib/components/guide-banner/guide-banner-element.d.ts +1 -0
- package/lib/components/guide-banner/guide-banner-element.d.ts.map +1 -0
- package/lib/components/guide-banner/guide-banner.d.ts +1 -0
- package/lib/components/guide-banner/guide-banner.d.ts.map +1 -0
- package/lib/components/guide-banner/index.d.ts +1 -0
- package/lib/components/guide-banner/index.d.ts.map +1 -0
- package/lib/components/interstitial-screen/index.d.ts +1 -0
- package/lib/components/interstitial-screen/index.d.ts.map +1 -0
- package/lib/components/interstitial-screen/interstitial-screen-body-item.d.ts +1 -0
- package/lib/components/interstitial-screen/interstitial-screen-body-item.d.ts.map +1 -0
- package/lib/components/interstitial-screen/interstitial-screen-body.d.ts +1 -0
- package/lib/components/interstitial-screen/interstitial-screen-body.d.ts.map +1 -0
- package/lib/components/interstitial-screen/interstitial-screen-context.d.ts +1 -0
- package/lib/components/interstitial-screen/interstitial-screen-context.d.ts.map +1 -0
- package/lib/components/interstitial-screen/interstitial-screen-footer.d.ts +1 -0
- package/lib/components/interstitial-screen/interstitial-screen-footer.d.ts.map +1 -0
- package/lib/components/interstitial-screen/interstitial-screen-header.d.ts +1 -0
- package/lib/components/interstitial-screen/interstitial-screen-header.d.ts.map +1 -0
- package/lib/components/interstitial-screen/interstitial-screen.d.ts +1 -0
- package/lib/components/interstitial-screen/interstitial-screen.d.ts.map +1 -0
- package/lib/components/notification-panel/date-time-context.d.ts +1 -0
- package/lib/components/notification-panel/date-time-context.d.ts.map +1 -0
- package/lib/components/notification-panel/defs.d.ts +1 -0
- package/lib/components/notification-panel/defs.d.ts.map +1 -0
- package/lib/components/notification-panel/defs.js +14 -3
- package/lib/components/notification-panel/defs.js.map +1 -1
- package/lib/components/notification-panel/index.d.ts +1 -0
- package/lib/components/notification-panel/index.d.ts.map +1 -0
- package/lib/components/notification-panel/notification-footer.d.ts +1 -0
- package/lib/components/notification-panel/notification-footer.d.ts.map +1 -0
- package/lib/components/notification-panel/notification-panel.d.ts +1 -0
- package/lib/components/notification-panel/notification-panel.d.ts.map +1 -0
- package/lib/components/notification-panel/notification.d.ts +1 -0
- package/lib/components/notification-panel/notification.d.ts.map +1 -0
- package/lib/components/options-tile/index.d.ts +1 -0
- package/lib/components/options-tile/index.d.ts.map +1 -0
- package/lib/components/options-tile/options-tile.d.ts +1 -0
- package/lib/components/options-tile/options-tile.d.ts.map +1 -0
- package/lib/components/page-header/context.d.ts +1 -0
- package/lib/components/page-header/context.d.ts.map +1 -0
- package/lib/components/page-header/index.d.ts +1 -0
- package/lib/components/page-header/index.d.ts.map +1 -0
- package/lib/components/page-header/page-header-breadcrumb.d.ts +1 -0
- package/lib/components/page-header/page-header-breadcrumb.d.ts.map +1 -0
- package/lib/components/page-header/page-header-content-text.d.ts +1 -0
- package/lib/components/page-header/page-header-content-text.d.ts.map +1 -0
- package/lib/components/page-header/page-header-content.d.ts +1 -0
- package/lib/components/page-header/page-header-content.d.ts.map +1 -0
- package/lib/components/page-header/page-header-hero-image.d.ts +1 -0
- package/lib/components/page-header/page-header-hero-image.d.ts.map +1 -0
- package/lib/components/page-header/page-header-scroller.d.ts +1 -0
- package/lib/components/page-header/page-header-scroller.d.ts.map +1 -0
- package/lib/components/page-header/page-header-tabs.d.ts +1 -0
- package/lib/components/page-header/page-header-tabs.d.ts.map +1 -0
- package/lib/components/page-header/page-header-title-breadcrumb.d.ts +1 -0
- package/lib/components/page-header/page-header-title-breadcrumb.d.ts.map +1 -0
- package/lib/components/page-header/page-header.d.ts +1 -0
- package/lib/components/page-header/page-header.d.ts.map +1 -0
- package/lib/components/page-header/utils.d.ts +1 -0
- package/lib/components/page-header/utils.d.ts.map +1 -0
- package/lib/components/side-panel/defs.d.ts +5 -0
- package/lib/components/side-panel/defs.d.ts.map +1 -0
- package/lib/components/side-panel/defs.js +51 -42
- package/lib/components/side-panel/defs.js.map +1 -1
- package/lib/components/side-panel/index.d.ts +1 -0
- package/lib/components/side-panel/index.d.ts.map +1 -0
- package/lib/components/side-panel/side-panel.d.ts +1 -0
- package/lib/components/side-panel/side-panel.d.ts.map +1 -0
- package/lib/components/tearsheet/defs.d.ts +1 -0
- package/lib/components/tearsheet/defs.d.ts.map +1 -0
- package/lib/components/tearsheet/defs.js +37 -31
- package/lib/components/tearsheet/defs.js.map +1 -1
- package/lib/components/tearsheet/index.d.ts +1 -0
- package/lib/components/tearsheet/index.d.ts.map +1 -0
- package/lib/components/tearsheet/tearsheet.d.ts +1 -0
- package/lib/components/tearsheet/tearsheet.d.ts.map +1 -0
- package/lib/components/tearsheet/utils.d.ts +1 -0
- package/lib/components/tearsheet/utils.d.ts.map +1 -0
- package/lib/components/tearsheet-preview/index.d.ts +1 -0
- package/lib/components/tearsheet-preview/index.d.ts.map +1 -0
- package/lib/components/tearsheet-preview/stack-signal.d.ts +1 -0
- package/lib/components/tearsheet-preview/stack-signal.d.ts.map +1 -0
- package/lib/components/tearsheet-preview/tearsheet-body.d.ts +1 -0
- package/lib/components/tearsheet-preview/tearsheet-body.d.ts.map +1 -0
- package/lib/components/tearsheet-preview/tearsheet-footer.d.ts +1 -0
- package/lib/components/tearsheet-preview/tearsheet-footer.d.ts.map +1 -0
- package/lib/components/tearsheet-preview/tearsheet-header-content.d.ts +1 -0
- package/lib/components/tearsheet-preview/tearsheet-header-content.d.ts.map +1 -0
- package/lib/components/tearsheet-preview/tearsheet-header.d.ts +1 -0
- package/lib/components/tearsheet-preview/tearsheet-header.d.ts.map +1 -0
- package/lib/components/tearsheet-preview/tearsheet-influencer.d.ts +1 -0
- package/lib/components/tearsheet-preview/tearsheet-influencer.d.ts.map +1 -0
- package/lib/components/tearsheet-preview/tearsheet-navigation-bar.d.ts +1 -0
- package/lib/components/tearsheet-preview/tearsheet-navigation-bar.d.ts.map +1 -0
- package/lib/components/tearsheet-preview/tearsheet-scroller.d.ts +1 -0
- package/lib/components/tearsheet-preview/tearsheet-scroller.d.ts.map +1 -0
- package/lib/components/tearsheet-preview/tearsheet-signal.d.ts +1 -0
- package/lib/components/tearsheet-preview/tearsheet-signal.d.ts.map +1 -0
- package/lib/components/tearsheet-preview/tearsheet-summary-content.d.ts +1 -0
- package/lib/components/tearsheet-preview/tearsheet-summary-content.d.ts.map +1 -0
- package/lib/components/tearsheet-preview/tearsheet.d.ts +1 -0
- package/lib/components/tearsheet-preview/tearsheet.d.ts.map +1 -0
- package/lib/components/truncated-text/index.d.ts +1 -0
- package/lib/components/truncated-text/index.d.ts.map +1 -0
- package/lib/components/truncated-text/truncated-text.d.ts +1 -0
- package/lib/components/truncated-text/truncated-text.d.ts.map +1 -0
- package/lib/components/user-avatar/index.d.ts +1 -0
- package/lib/components/user-avatar/index.d.ts.map +1 -0
- package/lib/components/user-avatar/user-avatar.d.ts +1 -2
- package/lib/components/user-avatar/user-avatar.d.ts.map +1 -0
- package/lib/globals/internal/handle.d.ts +1 -0
- package/lib/globals/internal/handle.d.ts.map +1 -0
- package/lib/globals/internal/pconsole.d.ts +1 -0
- package/lib/globals/internal/pconsole.d.ts.map +1 -0
- package/lib/globals/js/utils/collapsible-controller.d.ts +1 -0
- package/lib/globals/js/utils/collapsible-controller.d.ts.map +1 -0
- package/lib/globals/js/utils/collapsible-controller.js +49 -64
- package/lib/globals/js/utils/collapsible-controller.js.map +1 -1
- package/lib/globals/js/utils/getSupportedLocale.d.ts +1 -0
- package/lib/globals/js/utils/getSupportedLocale.d.ts.map +1 -0
- package/lib/globals/js/utils/getSupportedLocale.js +23 -25
- package/lib/globals/js/utils/getSupportedLocale.js.map +1 -1
- package/lib/globals/js/utils/match-media-controller.d.ts +1 -0
- package/lib/globals/js/utils/match-media-controller.d.ts.map +1 -0
- package/lib/globals/js/utils/match-media-controller.js +24 -22
- package/lib/globals/js/utils/match-media-controller.js.map +1 -1
- package/lib/globals/settings.d.ts +1 -0
- package/lib/globals/settings.d.ts.map +1 -0
- package/lib/globals/settings.js +16 -14
- package/lib/globals/settings.js.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/utilities/makeDraggable/makeDraggable.d.ts +1 -0
- package/lib/utilities/makeDraggable/makeDraggable.d.ts.map +1 -0
- package/lib/utilities/manageFocusTrap/manageFocusTrap.d.ts +1 -0
- package/lib/utilities/manageFocusTrap/manageFocusTrap.d.ts.map +1 -0
- package/lib/utilities/snapscroll/index.d.ts +1 -0
- package/lib/utilities/snapscroll/index.d.ts.map +1 -0
- package/lib/utilities/snapscroll/snapscroll.d.ts +1 -0
- package/lib/utilities/snapscroll/snapscroll.d.ts.map +1 -0
- package/{es/patterns → lib/utilities}/step-flow/index.d.ts +1 -0
- package/lib/utilities/step-flow/index.d.ts.map +1 -0
- package/{es-custom/patterns → lib/utilities}/step-flow/step-flow-signal.d.ts +1 -0
- package/lib/utilities/step-flow/step-flow-signal.d.ts.map +1 -0
- package/lib/{patterns → utilities}/step-flow/step-group.d.ts +1 -0
- package/lib/utilities/step-flow/step-group.d.ts.map +1 -0
- package/package.json +6 -12
- package/scss/components/about-modal/about-modal.scss +9 -3
- package/scss/components/side-panel/side-panel.scss +34 -4
- package/es/components/about-modal/_story-assets/ansible-logo.svg.js +0 -11
- package/es/components/about-modal/_story-assets/ansible-logo.svg.js.map +0 -1
- package/es/components/about-modal/_story-assets/grafana-logo.svg.js +0 -11
- package/es/components/about-modal/_story-assets/grafana-logo.svg.js.map +0 -1
- package/es/components/about-modal/_story-assets/js-logo.svg.js +0 -11
- package/es/components/about-modal/_story-assets/js-logo.svg.js.map +0 -1
- package/es/components/about-modal/about-modal-helpers.d.ts +0 -15
- package/es/components/about-modal/about-modal-helpers.js +0 -141
- package/es/components/about-modal/about-modal-helpers.js.map +0 -1
- package/es/components/about-modal/about-modal.figma.js +0 -59
- package/es/components/about-modal/about-modal.figma.js.map +0 -1
- package/es/components/about-modal/about-modal.test.d.ts +0 -7
- package/es/components/about-modal/about-modal.test.js +0 -208
- package/es/components/about-modal/about-modal.test.js.map +0 -1
- package/es/components/about-modal/index.js.map +0 -1
- package/es/components/big-number/big-number.test.d.ts +0 -7
- package/es/components/big-number/big-number.test.js +0 -113
- package/es/components/big-number/big-number.test.js.map +0 -1
- package/es/components/big-number/index.js.map +0 -1
- package/es/components/checklist/checklist-item.figma.js +0 -49
- package/es/components/checklist/checklist-item.figma.js.map +0 -1
- package/es/components/checklist/checklist.figma.js +0 -87
- package/es/components/checklist/checklist.figma.js.map +0 -1
- package/es/components/checklist/checklist.test.d.ts +0 -7
- package/es/components/checklist/checklist.test.js +0 -172
- package/es/components/checklist/checklist.test.js.map +0 -1
- package/es/components/checklist/index.js.map +0 -1
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.test.d.ts +0 -9
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.test.js +0 -77
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.test.js.map +0 -1
- package/es/components/coachmark/coachmark-beacon/index.js.map +0 -1
- package/es/components/coachmark/coachmark-helpers.d.ts +0 -11
- package/es/components/coachmark/coachmark-helpers.js +0 -35
- package/es/components/coachmark/coachmark-helpers.js.map +0 -1
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.test.d.ts +0 -9
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.test.js +0 -126
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.test.js.map +0 -1
- package/es/components/coachmark/coachmark-tagline/index.js.map +0 -1
- package/es/components/coachmark/coachmark.test.d.ts +0 -1
- package/es/components/coachmark/coachmark.test.js +0 -168
- package/es/components/coachmark/coachmark.test.js.map +0 -1
- package/es/components/coachmark/index.js.map +0 -1
- package/es/components/full-page-error/full-page-error.figma.js +0 -81
- package/es/components/full-page-error/full-page-error.figma.js.map +0 -1
- package/es/components/full-page-error/full-page-error.test.d.ts +0 -7
- package/es/components/full-page-error/full-page-error.test.js +0 -102
- package/es/components/full-page-error/full-page-error.test.js.map +0 -1
- package/es/components/full-page-error/index.js.map +0 -1
- package/es/components/guide-banner/guide-banner-element.test.d.ts +0 -7
- package/es/components/guide-banner/guide-banner-element.test.js +0 -58
- package/es/components/guide-banner/guide-banner-element.test.js.map +0 -1
- package/es/components/guide-banner/guide-banner.test.d.ts +0 -7
- package/es/components/guide-banner/guide-banner.test.js +0 -121
- package/es/components/guide-banner/guide-banner.test.js.map +0 -1
- package/es/components/guide-banner/index.js.map +0 -1
- package/es/components/interstitial-screen/index.js.map +0 -1
- package/es/components/interstitial-screen/interstitial-screen.test.d.ts +0 -1
- package/es/components/interstitial-screen/interstitial-screen.test.js +0 -340
- package/es/components/interstitial-screen/interstitial-screen.test.js.map +0 -1
- package/es/components/interstitial-screen/interstitial.figma.js +0 -288
- package/es/components/interstitial-screen/interstitial.figma.js.map +0 -1
- package/es/components/notification-panel/_story-assets/unread-notification-bell.d.ts +0 -3
- package/es/components/notification-panel/_story-assets/unread-notification-bell.js +0 -45
- package/es/components/notification-panel/_story-assets/unread-notification-bell.js.map +0 -1
- package/es/components/notification-panel/index.js.map +0 -1
- package/es/components/notification-panel/notification-footer.test.d.ts +0 -7
- package/es/components/notification-panel/notification-footer.test.js +0 -65
- package/es/components/notification-panel/notification-footer.test.js.map +0 -1
- package/es/components/notification-panel/notification-panel-footer.figma.js +0 -31
- package/es/components/notification-panel/notification-panel-footer.figma.js.map +0 -1
- package/es/components/notification-panel/notification-panel.figma.js +0 -114
- package/es/components/notification-panel/notification-panel.figma.js.map +0 -1
- package/es/components/notification-panel/notification-panel.test.d.ts +0 -7
- package/es/components/notification-panel/notification-panel.test.js +0 -362
- package/es/components/notification-panel/notification-panel.test.js.map +0 -1
- package/es/components/notification-panel/notification.figma.js +0 -55
- package/es/components/notification-panel/notification.figma.js.map +0 -1
- package/es/components/notification-panel/notification.test.d.ts +0 -7
- package/es/components/notification-panel/notification.test.js +0 -151
- package/es/components/notification-panel/notification.test.js.map +0 -1
- package/es/components/options-tile/index.js.map +0 -1
- package/es/components/options-tile/options-file.figma.js +0 -96
- package/es/components/options-tile/options-file.figma.js.map +0 -1
- package/es/components/options-tile/options-tile.test.d.ts +0 -1
- package/es/components/options-tile/options-tile.test.js +0 -129
- package/es/components/options-tile/options-tile.test.js.map +0 -1
- package/es/components/page-header/_story-assets/2x1.jpg.js +0 -11
- package/es/components/page-header/_story-assets/2x1.jpg.js.map +0 -1
- package/es/components/page-header/_story-assets/3x2.jpg.js +0 -11
- package/es/components/page-header/_story-assets/3x2.jpg.js.map +0 -1
- package/es/components/page-header/_story-assets/overflowHandler.d.ts +0 -98
- package/es/components/page-header/_story-assets/overflowHandler.js +0 -156
- package/es/components/page-header/_story-assets/overflowHandler.js.map +0 -1
- package/es/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +0 -43
- package/es/components/page-header/_story-assets/set-of-breadcrumbs.js +0 -154
- package/es/components/page-header/_story-assets/set-of-breadcrumbs.js.map +0 -1
- package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +0 -13
- package/es/components/page-header/_story-assets/set-of-breadcrumbs.scss.js.map +0 -1
- package/es/components/page-header/_story-assets/set-of-tags/index.d.ts +0 -9
- package/es/components/page-header/_story-assets/set-of-tags/index.js.map +0 -1
- package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.d.ts +0 -40
- package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.js +0 -259
- package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.js.map +0 -1
- package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js +0 -13
- package/es/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js.map +0 -1
- package/es/components/page-header/_story-assets/set-of-tags/utils.d.ts +0 -23
- package/es/components/page-header/_story-assets/set-of-tags/utils.js +0 -44
- package/es/components/page-header/_story-assets/set-of-tags/utils.js.map +0 -1
- package/es/components/page-header/index.js.map +0 -1
- package/es/components/page-header/page-header.figma.js +0 -248
- package/es/components/page-header/page-header.figma.js.map +0 -1
- package/es/components/page-header/page-header.test.d.ts +0 -1
- package/es/components/page-header/page-header.test.js +0 -349
- package/es/components/page-header/page-header.test.js.map +0 -1
- package/es/components/side-panel/_story-assets/index.d.ts +0 -8
- package/es/components/side-panel/_story-assets/index.js +0 -275
- package/es/components/side-panel/_story-assets/index.js.map +0 -1
- package/es/components/side-panel/index.js.map +0 -1
- package/es/components/side-panel/side-panel.figma.js +0 -229
- package/es/components/side-panel/side-panel.figma.js.map +0 -1
- package/es/components/side-panel/side-panel.test.d.ts +0 -3
- package/es/components/side-panel/side-panel.test.js +0 -273
- package/es/components/side-panel/side-panel.test.js.map +0 -1
- package/es/components/side-panel/story-styles.scss.js +0 -13
- package/es/components/side-panel/story-styles.scss.js.map +0 -1
- package/es/components/tearsheet/index.js.map +0 -1
- package/es/components/tearsheet/tearsheet.test.d.ts +0 -14
- package/es/components/tearsheet/tearsheet.test.js +0 -305
- package/es/components/tearsheet/tearsheet.test.js.map +0 -1
- package/es/components/tearsheet-preview/_story-assets/_storybook-styles.scss.js +0 -13
- package/es/components/tearsheet-preview/_story-assets/_storybook-styles.scss.js.map +0 -1
- package/es/components/tearsheet-preview/_story-assets/stacking-tearsheet.d.ts +0 -30
- package/es/components/tearsheet-preview/_story-assets/stacking-tearsheet.js +0 -320
- package/es/components/tearsheet-preview/_story-assets/stacking-tearsheet.js.map +0 -1
- package/es/components/tearsheet-preview/_story-assets/step-tearsheet-preview.d.ts +0 -39
- package/es/components/tearsheet-preview/_story-assets/step-tearsheet-preview.js +0 -264
- package/es/components/tearsheet-preview/_story-assets/step-tearsheet-preview.js.map +0 -1
- package/es/components/tearsheet-preview/index.js.map +0 -1
- package/es/components/tearsheet-preview/tearsheet.test.d.ts +0 -7
- package/es/components/tearsheet-preview/tearsheet.test.js +0 -566
- package/es/components/tearsheet-preview/tearsheet.test.js.map +0 -1
- package/es/components/truncated-text/index.js.map +0 -1
- package/es/components/truncated-text/truncated-text.test.d.ts +0 -7
- package/es/components/truncated-text/truncated-text.test.js +0 -77
- package/es/components/truncated-text/truncated-text.test.js.map +0 -1
- package/es/components/user-avatar/index.js.map +0 -1
- package/es/components/user-avatar/user-avatar.figma.js +0 -161
- package/es/components/user-avatar/user-avatar.figma.js.map +0 -1
- package/es/components/user-avatar/user-avatar.test.d.ts +0 -1
- package/es/components/user-avatar/user-avatar.test.js +0 -128
- package/es/components/user-avatar/user-avatar.test.js.map +0 -1
- package/es/globals/internal/handle.js.map +0 -1
- package/es/index.js.map +0 -1
- package/es/node_modules/@carbon/layout/es/index.js +0 -46
- package/es/node_modules/@carbon/layout/es/index.js.map +0 -1
- package/es/packages/ibm-products-web-components/package.json.js +0 -13
- package/es/packages/ibm-products-web-components/package.json.js.map +0 -1
- package/es/patterns/step-flow/_story-assets/step-full-page.d.ts +0 -41
- package/es/patterns/step-flow/_story-assets/step-full-page.js +0 -257
- package/es/patterns/step-flow/_story-assets/step-full-page.js.map +0 -1
- package/es/patterns/step-flow/_story-assets/step-full-page.scss.js +0 -13
- package/es/patterns/step-flow/_story-assets/step-full-page.scss.js.map +0 -1
- package/es/patterns/step-flow/_story-assets/step-side-panel.d.ts +0 -38
- package/es/patterns/step-flow/_story-assets/step-side-panel.js +0 -217
- package/es/patterns/step-flow/_story-assets/step-side-panel.js.map +0 -1
- package/es/patterns/step-flow/_story-assets/step-side-panel.scss.js +0 -13
- package/es/patterns/step-flow/_story-assets/step-side-panel.scss.js.map +0 -1
- package/es/patterns/step-flow/_story-assets/step-tearsheet.d.ts +0 -41
- package/es/patterns/step-flow/_story-assets/step-tearsheet.js +0 -255
- package/es/patterns/step-flow/_story-assets/step-tearsheet.js.map +0 -1
- package/es/patterns/step-flow/index.js +0 -10
- package/es/patterns/step-flow/index.js.map +0 -1
- package/es/patterns/step-flow/step-flow-signal.d.ts +0 -24
- package/es/patterns/step-flow/step-flow-signal.js +0 -54
- package/es/patterns/step-flow/step-flow-signal.js.map +0 -1
- package/es/patterns/step-flow/step-flow-signal.test.d.ts +0 -7
- package/es/patterns/step-flow/step-flow-signal.test.js +0 -88
- package/es/patterns/step-flow/step-flow-signal.test.js.map +0 -1
- package/es/patterns/step-flow/step-group.js +0 -28
- package/es/patterns/step-flow/step-group.js.map +0 -1
- package/es/patterns/step-flow/story-styles.scss.js +0 -13
- package/es/patterns/step-flow/story-styles.scss.js.map +0 -1
- package/es/utilities/snapscroll/index.js.map +0 -1
- package/es/utilities/snapscroll/snapscroll.test.d.ts +0 -1
- package/es/utilities/snapscroll/snapscroll.test.js +0 -41
- package/es/utilities/snapscroll/snapscroll.test.js.map +0 -1
- package/es-custom/components/about-modal/_story-assets/ansible-logo.svg.js +0 -11
- package/es-custom/components/about-modal/_story-assets/ansible-logo.svg.js.map +0 -1
- package/es-custom/components/about-modal/_story-assets/grafana-logo.svg.js +0 -11
- package/es-custom/components/about-modal/_story-assets/grafana-logo.svg.js.map +0 -1
- package/es-custom/components/about-modal/_story-assets/js-logo.svg.js +0 -11
- package/es-custom/components/about-modal/_story-assets/js-logo.svg.js.map +0 -1
- package/es-custom/components/about-modal/about-modal-helpers.d.ts +0 -15
- package/es-custom/components/about-modal/about-modal-helpers.js +0 -141
- package/es-custom/components/about-modal/about-modal-helpers.js.map +0 -1
- package/es-custom/components/about-modal/about-modal.d.ts +0 -458
- package/es-custom/components/about-modal/about-modal.figma.js +0 -59
- package/es-custom/components/about-modal/about-modal.figma.js.map +0 -1
- package/es-custom/components/about-modal/about-modal.test.d.ts +0 -7
- package/es-custom/components/about-modal/about-modal.test.js +0 -208
- package/es-custom/components/about-modal/about-modal.test.js.map +0 -1
- package/es-custom/components/about-modal/index.d.ts +0 -9
- package/es-custom/components/about-modal/index.js.map +0 -1
- package/es-custom/components/big-number/big-number-skeleton.d.ts +0 -22
- package/es-custom/components/big-number/big-number.d.ts +0 -37
- package/es-custom/components/big-number/big-number.test.d.ts +0 -7
- package/es-custom/components/big-number/big-number.test.js +0 -113
- package/es-custom/components/big-number/big-number.test.js.map +0 -1
- package/es-custom/components/big-number/constants.d.ts +0 -19
- package/es-custom/components/big-number/index.d.ts +0 -10
- package/es-custom/components/big-number/index.js.map +0 -1
- package/es-custom/components/checklist/checklist-chart.d.ts +0 -25
- package/es-custom/components/checklist/checklist-group.d.ts +0 -25
- package/es-custom/components/checklist/checklist-icon.d.ts +0 -26
- package/es-custom/components/checklist/checklist-item.d.ts +0 -41
- package/es-custom/components/checklist/checklist-item.figma.js +0 -49
- package/es-custom/components/checklist/checklist-item.figma.js.map +0 -1
- package/es-custom/components/checklist/checklist.d.ts +0 -73
- package/es-custom/components/checklist/checklist.figma.js +0 -87
- package/es-custom/components/checklist/checklist.figma.js.map +0 -1
- package/es-custom/components/checklist/checklist.test.d.ts +0 -7
- package/es-custom/components/checklist/checklist.test.js +0 -172
- package/es-custom/components/checklist/checklist.test.js.map +0 -1
- package/es-custom/components/checklist/checklist.types.d.ts +0 -22
- package/es-custom/components/checklist/index.d.ts +0 -13
- package/es-custom/components/checklist/index.js.map +0 -1
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +0 -418
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.test.d.ts +0 -9
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.test.js +0 -77
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.test.js.map +0 -1
- package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts +0 -14
- package/es-custom/components/coachmark/coachmark-beacon/index.d.ts +0 -9
- package/es-custom/components/coachmark/coachmark-beacon/index.js.map +0 -1
- package/es-custom/components/coachmark/coachmark-body.d.ts +0 -382
- package/es-custom/components/coachmark/coachmark-context.d.ts +0 -11
- package/es-custom/components/coachmark/coachmark-header.d.ts +0 -392
- package/es-custom/components/coachmark/coachmark-helpers.d.ts +0 -11
- package/es-custom/components/coachmark/coachmark-helpers.js +0 -35
- package/es-custom/components/coachmark/coachmark-helpers.js.map +0 -1
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +0 -422
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.test.d.ts +0 -9
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.test.js +0 -126
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.test.js.map +0 -1
- package/es-custom/components/coachmark/coachmark-tagline/index.d.ts +0 -9
- package/es-custom/components/coachmark/coachmark-tagline/index.js.map +0 -1
- package/es-custom/components/coachmark/coachmark.d.ts +0 -423
- package/es-custom/components/coachmark/coachmark.test.d.ts +0 -1
- package/es-custom/components/coachmark/coachmark.test.js +0 -168
- package/es-custom/components/coachmark/coachmark.test.js.map +0 -1
- package/es-custom/components/coachmark/index.d.ts +0 -11
- package/es-custom/components/coachmark/index.js.map +0 -1
- package/es-custom/components/full-page-error/full-page-error.d.ts +0 -43
- package/es-custom/components/full-page-error/full-page-error.figma.js +0 -81
- package/es-custom/components/full-page-error/full-page-error.figma.js.map +0 -1
- package/es-custom/components/full-page-error/full-page-error.test.d.ts +0 -7
- package/es-custom/components/full-page-error/full-page-error.test.js +0 -102
- package/es-custom/components/full-page-error/full-page-error.test.js.map +0 -1
- package/es-custom/components/full-page-error/index.d.ts +0 -9
- package/es-custom/components/full-page-error/index.js.map +0 -1
- package/es-custom/components/full-page-error/types.d.ts +0 -13
- package/es-custom/components/guide-banner/guide-banner-element.d.ts +0 -385
- package/es-custom/components/guide-banner/guide-banner-element.test.d.ts +0 -7
- package/es-custom/components/guide-banner/guide-banner-element.test.js +0 -58
- package/es-custom/components/guide-banner/guide-banner-element.test.js.map +0 -1
- package/es-custom/components/guide-banner/guide-banner.d.ts +0 -398
- package/es-custom/components/guide-banner/guide-banner.test.d.ts +0 -7
- package/es-custom/components/guide-banner/guide-banner.test.js +0 -121
- package/es-custom/components/guide-banner/guide-banner.test.js.map +0 -1
- package/es-custom/components/guide-banner/index.d.ts +0 -10
- package/es-custom/components/guide-banner/index.js.map +0 -1
- package/es-custom/components/interstitial-screen/index.d.ts +0 -13
- package/es-custom/components/interstitial-screen/index.js.map +0 -1
- package/es-custom/components/interstitial-screen/interstitial-screen-body-item.d.ts +0 -388
- package/es-custom/components/interstitial-screen/interstitial-screen-body.d.ts +0 -403
- package/es-custom/components/interstitial-screen/interstitial-screen-context.d.ts +0 -19
- package/es-custom/components/interstitial-screen/interstitial-screen-footer.d.ts +0 -429
- package/es-custom/components/interstitial-screen/interstitial-screen-header.d.ts +0 -413
- package/es-custom/components/interstitial-screen/interstitial-screen.d.ts +0 -441
- package/es-custom/components/interstitial-screen/interstitial-screen.test.d.ts +0 -1
- package/es-custom/components/interstitial-screen/interstitial-screen.test.js +0 -340
- package/es-custom/components/interstitial-screen/interstitial-screen.test.js.map +0 -1
- package/es-custom/components/interstitial-screen/interstitial.figma.js +0 -288
- package/es-custom/components/interstitial-screen/interstitial.figma.js.map +0 -1
- package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.d.ts +0 -3
- package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.js +0 -45
- package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.js.map +0 -1
- package/es-custom/components/notification-panel/date-time-context.d.ts +0 -9
- package/es-custom/components/notification-panel/defs.d.ts +0 -8
- package/es-custom/components/notification-panel/index.d.ts +0 -11
- package/es-custom/components/notification-panel/index.js.map +0 -1
- package/es-custom/components/notification-panel/notification-footer.d.ts +0 -405
- package/es-custom/components/notification-panel/notification-footer.test.d.ts +0 -7
- package/es-custom/components/notification-panel/notification-footer.test.js +0 -65
- package/es-custom/components/notification-panel/notification-footer.test.js.map +0 -1
- package/es-custom/components/notification-panel/notification-panel-footer.figma.js +0 -31
- package/es-custom/components/notification-panel/notification-panel-footer.figma.js.map +0 -1
- package/es-custom/components/notification-panel/notification-panel.d.ts +0 -481
- package/es-custom/components/notification-panel/notification-panel.figma.js +0 -114
- package/es-custom/components/notification-panel/notification-panel.figma.js.map +0 -1
- package/es-custom/components/notification-panel/notification-panel.test.d.ts +0 -7
- package/es-custom/components/notification-panel/notification-panel.test.js +0 -362
- package/es-custom/components/notification-panel/notification-panel.test.js.map +0 -1
- package/es-custom/components/notification-panel/notification.d.ts +0 -415
- package/es-custom/components/notification-panel/notification.figma.js +0 -55
- package/es-custom/components/notification-panel/notification.figma.js.map +0 -1
- package/es-custom/components/notification-panel/notification.test.d.ts +0 -7
- package/es-custom/components/notification-panel/notification.test.js +0 -151
- package/es-custom/components/notification-panel/notification.test.js.map +0 -1
- package/es-custom/components/options-tile/index.d.ts +0 -9
- package/es-custom/components/options-tile/index.js.map +0 -1
- package/es-custom/components/options-tile/options-file.figma.js +0 -96
- package/es-custom/components/options-tile/options-file.figma.js.map +0 -1
- package/es-custom/components/options-tile/options-tile.d.ts +0 -421
- package/es-custom/components/options-tile/options-tile.test.d.ts +0 -1
- package/es-custom/components/options-tile/options-tile.test.js +0 -129
- package/es-custom/components/options-tile/options-tile.test.js.map +0 -1
- package/es-custom/components/page-header/_story-assets/2x1.jpg.js +0 -11
- package/es-custom/components/page-header/_story-assets/2x1.jpg.js.map +0 -1
- package/es-custom/components/page-header/_story-assets/3x2.jpg.js +0 -11
- package/es-custom/components/page-header/_story-assets/3x2.jpg.js.map +0 -1
- package/es-custom/components/page-header/_story-assets/overflowHandler.d.ts +0 -98
- package/es-custom/components/page-header/_story-assets/overflowHandler.js +0 -156
- package/es-custom/components/page-header/_story-assets/overflowHandler.js.map +0 -1
- package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +0 -43
- package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.js +0 -154
- package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.js.map +0 -1
- package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js +0 -13
- package/es-custom/components/page-header/_story-assets/set-of-breadcrumbs.scss.js.map +0 -1
- package/es-custom/components/page-header/_story-assets/set-of-tags/index.d.ts +0 -9
- package/es-custom/components/page-header/_story-assets/set-of-tags/index.js.map +0 -1
- package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.d.ts +0 -40
- package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.js +0 -259
- package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.js.map +0 -1
- package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js +0 -13
- package/es-custom/components/page-header/_story-assets/set-of-tags/set-of-tags.scss.js.map +0 -1
- package/es-custom/components/page-header/_story-assets/set-of-tags/utils.d.ts +0 -23
- package/es-custom/components/page-header/_story-assets/set-of-tags/utils.js +0 -44
- package/es-custom/components/page-header/_story-assets/set-of-tags/utils.js.map +0 -1
- package/es-custom/components/page-header/context.d.ts +0 -15
- package/es-custom/components/page-header/index.d.ts +0 -16
- package/es-custom/components/page-header/index.js.map +0 -1
- package/es-custom/components/page-header/page-header-breadcrumb.d.ts +0 -36
- package/es-custom/components/page-header/page-header-content-text.d.ts +0 -22
- package/es-custom/components/page-header/page-header-content.d.ts +0 -42
- package/es-custom/components/page-header/page-header-hero-image.d.ts +0 -18
- package/es-custom/components/page-header/page-header-scroller.d.ts +0 -56
- package/es-custom/components/page-header/page-header-tabs.d.ts +0 -18
- package/es-custom/components/page-header/page-header-title-breadcrumb.d.ts +0 -20
- package/es-custom/components/page-header/page-header.d.ts +0 -31
- package/es-custom/components/page-header/page-header.figma.js +0 -248
- package/es-custom/components/page-header/page-header.figma.js.map +0 -1
- package/es-custom/components/page-header/page-header.test.d.ts +0 -1
- package/es-custom/components/page-header/page-header.test.js +0 -349
- package/es-custom/components/page-header/page-header.test.js.map +0 -1
- package/es-custom/components/page-header/utils.d.ts +0 -32
- package/es-custom/components/side-panel/_story-assets/index.d.ts +0 -8
- package/es-custom/components/side-panel/_story-assets/index.js +0 -275
- package/es-custom/components/side-panel/_story-assets/index.js.map +0 -1
- package/es-custom/components/side-panel/defs.d.ts +0 -39
- package/es-custom/components/side-panel/index.d.ts +0 -9
- package/es-custom/components/side-panel/index.js.map +0 -1
- package/es-custom/components/side-panel/side-panel.d.ts +0 -571
- package/es-custom/components/side-panel/side-panel.figma.js +0 -229
- package/es-custom/components/side-panel/side-panel.figma.js.map +0 -1
- package/es-custom/components/side-panel/side-panel.test.d.ts +0 -3
- package/es-custom/components/side-panel/side-panel.test.js +0 -273
- package/es-custom/components/side-panel/side-panel.test.js.map +0 -1
- package/es-custom/components/side-panel/story-styles.scss.js +0 -13
- package/es-custom/components/side-panel/story-styles.scss.js.map +0 -1
- package/es-custom/components/tearsheet/defs.d.ts +0 -26
- package/es-custom/components/tearsheet/index.d.ts +0 -9
- package/es-custom/components/tearsheet/index.js.map +0 -1
- package/es-custom/components/tearsheet/tearsheet.d.ts +0 -554
- package/es-custom/components/tearsheet/tearsheet.test.d.ts +0 -14
- package/es-custom/components/tearsheet/tearsheet.test.js +0 -305
- package/es-custom/components/tearsheet/tearsheet.test.js.map +0 -1
- package/es-custom/components/tearsheet/utils.d.ts +0 -34
- package/es-custom/components/tearsheet-preview/_story-assets/_storybook-styles.scss.js +0 -13
- package/es-custom/components/tearsheet-preview/_story-assets/_storybook-styles.scss.js.map +0 -1
- package/es-custom/components/tearsheet-preview/_story-assets/stacking-tearsheet.d.ts +0 -30
- package/es-custom/components/tearsheet-preview/_story-assets/stacking-tearsheet.js +0 -320
- package/es-custom/components/tearsheet-preview/_story-assets/stacking-tearsheet.js.map +0 -1
- package/es-custom/components/tearsheet-preview/_story-assets/step-tearsheet-preview.d.ts +0 -39
- package/es-custom/components/tearsheet-preview/_story-assets/step-tearsheet-preview.js +0 -264
- package/es-custom/components/tearsheet-preview/_story-assets/step-tearsheet-preview.js.map +0 -1
- package/es-custom/components/tearsheet-preview/index.d.ts +0 -17
- package/es-custom/components/tearsheet-preview/index.js.map +0 -1
- package/es-custom/components/tearsheet-preview/stack-signal.d.ts +0 -27
- package/es-custom/components/tearsheet-preview/tearsheet-body.d.ts +0 -399
- package/es-custom/components/tearsheet-preview/tearsheet-footer.d.ts +0 -385
- package/es-custom/components/tearsheet-preview/tearsheet-header-content.d.ts +0 -407
- package/es-custom/components/tearsheet-preview/tearsheet-header.d.ts +0 -419
- package/es-custom/components/tearsheet-preview/tearsheet-influencer.d.ts +0 -398
- package/es-custom/components/tearsheet-preview/tearsheet-navigation-bar.d.ts +0 -384
- package/es-custom/components/tearsheet-preview/tearsheet-scroller.d.ts +0 -40
- package/es-custom/components/tearsheet-preview/tearsheet-signal.d.ts +0 -24
- package/es-custom/components/tearsheet-preview/tearsheet-summary-content.d.ts +0 -399
- package/es-custom/components/tearsheet-preview/tearsheet.d.ts +0 -491
- package/es-custom/components/tearsheet-preview/tearsheet.test.d.ts +0 -7
- package/es-custom/components/tearsheet-preview/tearsheet.test.js +0 -566
- package/es-custom/components/tearsheet-preview/tearsheet.test.js.map +0 -1
- package/es-custom/components/truncated-text/index.d.ts +0 -9
- package/es-custom/components/truncated-text/index.js.map +0 -1
- package/es-custom/components/truncated-text/truncated-text.d.ts +0 -78
- package/es-custom/components/truncated-text/truncated-text.test.d.ts +0 -7
- package/es-custom/components/truncated-text/truncated-text.test.js +0 -77
- package/es-custom/components/truncated-text/truncated-text.test.js.map +0 -1
- package/es-custom/components/user-avatar/index.d.ts +0 -9
- package/es-custom/components/user-avatar/index.js.map +0 -1
- package/es-custom/components/user-avatar/user-avatar.d.ts +0 -425
- package/es-custom/components/user-avatar/user-avatar.figma.js +0 -161
- package/es-custom/components/user-avatar/user-avatar.figma.js.map +0 -1
- package/es-custom/components/user-avatar/user-avatar.test.d.ts +0 -1
- package/es-custom/components/user-avatar/user-avatar.test.js +0 -128
- package/es-custom/components/user-avatar/user-avatar.test.js.map +0 -1
- package/es-custom/globals/internal/handle.d.ts +0 -18
- package/es-custom/globals/internal/handle.js.map +0 -1
- package/es-custom/globals/internal/pconsole.d.ts +0 -15
- package/es-custom/globals/js/utils/collapsible-controller.d.ts +0 -25
- package/es-custom/globals/js/utils/getSupportedLocale.d.ts +0 -12
- package/es-custom/globals/js/utils/match-media-controller.d.ts +0 -16
- package/es-custom/globals/settings.d.ts +0 -15
- package/es-custom/index.d.ts +0 -37
- package/es-custom/index.js.map +0 -1
- package/es-custom/node_modules/@carbon/layout/es/index.js +0 -46
- package/es-custom/node_modules/@carbon/layout/es/index.js.map +0 -1
- package/es-custom/packages/ibm-products-web-components/package.json.js +0 -13
- package/es-custom/packages/ibm-products-web-components/package.json.js.map +0 -1
- package/es-custom/patterns/step-flow/_story-assets/step-full-page.d.ts +0 -41
- package/es-custom/patterns/step-flow/_story-assets/step-full-page.js +0 -257
- package/es-custom/patterns/step-flow/_story-assets/step-full-page.js.map +0 -1
- package/es-custom/patterns/step-flow/_story-assets/step-full-page.scss.js +0 -13
- package/es-custom/patterns/step-flow/_story-assets/step-full-page.scss.js.map +0 -1
- package/es-custom/patterns/step-flow/_story-assets/step-side-panel.d.ts +0 -38
- package/es-custom/patterns/step-flow/_story-assets/step-side-panel.js +0 -217
- package/es-custom/patterns/step-flow/_story-assets/step-side-panel.js.map +0 -1
- package/es-custom/patterns/step-flow/_story-assets/step-side-panel.scss.js +0 -13
- package/es-custom/patterns/step-flow/_story-assets/step-side-panel.scss.js.map +0 -1
- package/es-custom/patterns/step-flow/_story-assets/step-tearsheet.d.ts +0 -41
- package/es-custom/patterns/step-flow/_story-assets/step-tearsheet.js +0 -255
- package/es-custom/patterns/step-flow/_story-assets/step-tearsheet.js.map +0 -1
- package/es-custom/patterns/step-flow/index.js +0 -10
- package/es-custom/patterns/step-flow/index.js.map +0 -1
- package/es-custom/patterns/step-flow/step-flow-signal.js +0 -54
- package/es-custom/patterns/step-flow/step-flow-signal.js.map +0 -1
- package/es-custom/patterns/step-flow/step-flow-signal.test.d.ts +0 -7
- package/es-custom/patterns/step-flow/step-flow-signal.test.js +0 -88
- package/es-custom/patterns/step-flow/step-flow-signal.test.js.map +0 -1
- package/es-custom/patterns/step-flow/step-group.d.ts +0 -15
- package/es-custom/patterns/step-flow/step-group.js +0 -28
- package/es-custom/patterns/step-flow/step-group.js.map +0 -1
- package/es-custom/patterns/step-flow/story-styles.scss.js +0 -13
- package/es-custom/patterns/step-flow/story-styles.scss.js.map +0 -1
- package/es-custom/utilities/makeDraggable/makeDraggable.d.ts +0 -38
- package/es-custom/utilities/manageFocusTrap/manageFocusTrap.d.ts +0 -13
- package/es-custom/utilities/snapscroll/index.d.ts +0 -7
- package/es-custom/utilities/snapscroll/index.js.map +0 -1
- package/es-custom/utilities/snapscroll/snapscroll.d.ts +0 -39
- package/es-custom/utilities/snapscroll/snapscroll.test.d.ts +0 -1
- package/es-custom/utilities/snapscroll/snapscroll.test.js +0 -41
- package/es-custom/utilities/snapscroll/snapscroll.test.js.map +0 -1
- package/lib/components/about-modal/about-modal-helpers.d.ts +0 -15
- package/lib/components/about-modal/about-modal.test.d.ts +0 -7
- package/lib/components/big-number/big-number.test.d.ts +0 -7
- package/lib/components/checklist/checklist.test.d.ts +0 -7
- package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.test.d.ts +0 -9
- package/lib/components/coachmark/coachmark-helpers.d.ts +0 -11
- package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.test.d.ts +0 -9
- package/lib/components/coachmark/coachmark.test.d.ts +0 -1
- package/lib/components/full-page-error/full-page-error.test.d.ts +0 -7
- package/lib/components/guide-banner/guide-banner-element.test.d.ts +0 -7
- package/lib/components/guide-banner/guide-banner.test.d.ts +0 -7
- package/lib/components/interstitial-screen/interstitial-screen.test.d.ts +0 -1
- package/lib/components/notification-panel/_story-assets/unread-notification-bell.d.ts +0 -3
- package/lib/components/notification-panel/notification-footer.test.d.ts +0 -7
- package/lib/components/notification-panel/notification-panel.test.d.ts +0 -7
- package/lib/components/notification-panel/notification.test.d.ts +0 -7
- package/lib/components/options-tile/options-tile.test.d.ts +0 -1
- package/lib/components/page-header/_story-assets/overflowHandler.d.ts +0 -98
- package/lib/components/page-header/_story-assets/set-of-breadcrumbs.d.ts +0 -43
- package/lib/components/page-header/_story-assets/set-of-tags/index.d.ts +0 -9
- package/lib/components/page-header/_story-assets/set-of-tags/set-of-tags.d.ts +0 -40
- package/lib/components/page-header/_story-assets/set-of-tags/utils.d.ts +0 -23
- package/lib/components/page-header/page-header.test.d.ts +0 -1
- package/lib/components/side-panel/_story-assets/index.d.ts +0 -8
- package/lib/components/side-panel/side-panel.test.d.ts +0 -3
- package/lib/components/tearsheet/tearsheet.test.d.ts +0 -14
- package/lib/components/tearsheet-preview/_story-assets/stacking-tearsheet.d.ts +0 -30
- package/lib/components/tearsheet-preview/_story-assets/step-tearsheet-preview.d.ts +0 -39
- package/lib/components/tearsheet-preview/tearsheet.test.d.ts +0 -7
- package/lib/components/truncated-text/truncated-text.test.d.ts +0 -7
- package/lib/components/user-avatar/user-avatar.test.d.ts +0 -1
- package/lib/patterns/step-flow/_story-assets/step-full-page.d.ts +0 -41
- package/lib/patterns/step-flow/_story-assets/step-side-panel.d.ts +0 -38
- package/lib/patterns/step-flow/_story-assets/step-tearsheet.d.ts +0 -41
- package/lib/patterns/step-flow/index.d.ts +0 -10
- package/lib/patterns/step-flow/step-flow-signal.test.d.ts +0 -7
- package/lib/utilities/snapscroll/snapscroll.test.d.ts +0 -1
- package/scss/components/page-header/_story-assets/_storybook-styles.scss +0 -37
- package/scss/components/page-header/_story-assets/set-of-breadcrumbs.scss +0 -41
- package/scss/components/page-header/_story-assets/set-of-tags/set-of-tags.scss +0 -96
- package/scss/components/tearsheet-preview/_story-assets/_storybook-styles.scss +0 -87
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"interstitial.figma.js","sources":["../../../src/components/interstitial-screen/interstitial.figma.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport figma, { html } from '@figma/code-connect/html';\n\n// Interstitial screen overlay\nfigma.connect(\n 'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf/-v11--IBM-Products-%E2%80%93-Carbon-Design-System?node-id=16728%3A642842',\n {\n variant: { Type: 'Title + steps' },\n props: {\n headerTitle: figma.textContent('Title'),\n headerSubTitle: figma.boolean('Show Subtitle', {\n true: figma.textContent('Subtitle'),\n false: '',\n }),\n slot: figma.boolean('Slot', {\n true: figma.children('Slot 1'),\n false: undefined,\n }),\n stepTitle: figma.boolean('Steps', {\n true: 'Step',\n false: undefined,\n }),\n stepContent: figma.boolean('Steps', {\n true: html`<c4p-interstitial-screen-body-item id=\"2\" stepTitle=\"Step\">\n <!-- add markup for Step 2 -->\n </c4p-interstitial-screen-body-item>\n <c4p-interstitial-screen-body-item id=\"3\" stepTitle=\"Step\">\n <!-- add markup for Step 3 -->\n </c4p-interstitial-screen-body-item>`,\n false: undefined,\n }),\n title: figma.textContent('Use case-specific heading'),\n description: figma.textContent(\n 'We take the triage phase off your hands early on. We automate investigations, and make sure you can see the source of all your data. And we use AI to suggest findings you might not catch on your own. With fewer blind spots for the hackers to hide in, you can see the full picture, and take your defense to the next level.'\n ),\n image: figma.children('Aspect ratio'),\n },\n example: (props) =>\n html`<c4p-interstitial-screen>\n <c4p-interstitial-screen-header\n header-title=${props.headerTitle}\n header-subtitle=${props.headerSubTitle}\n ></c4p-interstitial-screen-header>\n <c4p-interstitial-screen-body>\n <c4p-interstitial-screen-body-item\n id=\"1\"\n stepTitle=${props.stepTitle}\n >\n <div\n role=\"complementary\"\n class=\"c4p--interstitial-screen-view\"\n aria-label=\"Use case-specific heading\"\n >\n <section class=\"c4p--interstitial-screen-view-module\">\n <h1 class=\"c4p--interstitial-screen-view-module--heading\">\n ${props.title}\n </h1>\n <p class=\"c4p--interstitial-screen-view-module--body\">\n ${props.description}\n </p>\n\n ${props.slot}\n </section>\n ${props.image}\n </div>\n </c4p-interstitial-screen-body-item>\n ${props.stepContent}\n </c4p-interstitial-screen-body>\n <c4p-interstitial-screen-footer></c4p-interstitial-screen-footer>\n </c4p-interstitial-screen>`,\n imports: [\n \"import '@carbon/ibm-products-web-components/es/components/interstitial-screen/index.js'\",\n ],\n }\n);\n\nfigma.connect(\n 'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf/-v11--IBM-Products-%E2%80%93-Carbon-Design-System?node-id=16728%3A642842',\n {\n variant: { Type: 'No Steps' },\n props: {\n title: figma.textContent('Use case-specific heading'),\n description: figma.textContent(\n 'We take the triage phase off your hands early on. We automate investigations, and make sure you can see the source of all your data. And we use AI to suggest findings you might not catch on your own. With fewer blind spots for the hackers to hide in, you can see the full picture, and take your defense to the next level.'\n ),\n slot: figma.boolean('Slot', {\n true: figma.children('Slot 1'),\n false: undefined,\n }),\n image: figma.children('Aspect ratio'),\n },\n example: (props) =>\n html`<c4p-interstitial-screen>\n <c4p-interstitial-screen-header></c4p-interstitial-screen-header>\n <c4p-interstitial-screen-body>\n <c4p-interstitial-screen-body-item id=\"1\">\n <div\n role=\"complementary\"\n class=\"c4p--interstitial-screen-view\"\n aria-label=\"Use case-specific heading\"\n >\n <section class=\"c4p--interstitial-screen-view-module\">\n <h1 class=\"c4p--interstitial-screen-view-module--heading\">\n ${props.title}\n </h1>\n <p class=\"c4p--interstitial-screen-view-module--body\">\n ${props.description}\n </p>\n ${props.slot}\n </section>\n ${props.image}\n </div>\n </c4p-interstitial-screen-body-item>\n </c4p-interstitial-screen-body>\n <c4p-interstitial-screen-footer></c4p-interstitial-screen-footer>\n </c4p-interstitial-screen>`,\n imports: [\n \"import '@carbon/ibm-products-web-components/es/components/interstitial-screen/index.js'\",\n ],\n }\n);\n\nfigma.connect(\n 'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf/-v11--IBM-Products-%E2%80%93-Carbon-Design-System?node-id=16728%3A642842',\n {\n variant: { Type: 'Steps only' },\n example: (props) =>\n html`<c4p-interstitial-screen>\n <c4p-interstitial-screen-header></c4p-interstitial-screen-header>\n <c4p-interstitial-screen-body>\n <!--add your custom progress indicator and steps markup here -->\n </c4p-interstitial-screen-body>\n <c4p-interstitial-screen-footer></c4p-interstitial-screen-footer>\n </c4p-interstitial-screen>`,\n imports: [\n \"import '@carbon/ibm-products-web-components/es/components/interstitial-screen/index.js'\",\n ],\n }\n);\n\n// Interstitial screen full page\nfigma.connect(\n 'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf/-v11--IBM-Products-%E2%80%93-Carbon-Design-System?node-id=16728-642995',\n {\n variant: { Type: 'Title + steps' },\n props: {\n headerTitle: figma.textContent('Personalize your experience'),\n headerSubTitle: figma.boolean('Subtitle', {\n true: figma.textContent('Subtitle'),\n false: undefined,\n }),\n slot: figma.boolean('Slot', {\n true: figma.children('Slot 1'),\n false: undefined,\n }),\n stepTitle: figma.boolean('Steps', {\n true: 'Step',\n false: undefined,\n }),\n stepContent: figma.boolean('Steps', {\n true: html`<c4p-interstitial-screen-body-item id=\"2\" stepTitle=\"Step\">\n <!-- add markup for Step 2 -->\n </c4p-interstitial-screen-body-item>\n <c4p-interstitial-screen-body-item id=\"3\" stepTitle=\"Step\">\n <!-- add markup for Step 3 -->\n </c4p-interstitial-screen-body-item>`,\n false: undefined,\n }),\n title: figma.textContent('Use case-specific heading'),\n description: figma.textContent(\n 'We take the triage phase off your hands early on. We automate investigations, and make sure you can see the source of all your data. And we use AI to suggest findings you might not catch on your own. With fewer blind spots for the hackers to hide in, you can see the full picture, and take your defense to the next level.'\n ),\n image: figma.children('Aspect ratio'),\n },\n example: (props) =>\n html`<c4p-interstitial-screen fullscreen>\n <c4p-interstitial-screen-header\n header-title=${props.headerTitle}\n header-subtitle=${props.headerSubTitle}\n ></c4p-interstitial-screen-header>\n <c4p-interstitial-screen-body>\n <c4p-interstitial-screen-body-item\n id=\"1\"\n stepTitle=${props.stepTitle}\n >\n <div\n role=\"complementary\"\n class=\"c4p--interstitial-screen-view\"\n aria-label=\"Use case-specific heading\"\n >\n <section class=\"c4p--interstitial-screen-view-module\">\n <h1 class=\"c4p--interstitial-screen-view-module--heading\">\n ${props.title}\n </h1>\n <p class=\"c4p--interstitial-screen-view-module--body\">\n ${props.description}\n </p>\n\n ${props.slot}\n </section>\n ${props.image}\n </div>\n </c4p-interstitial-screen-body-item>\n ${props.stepContent}\n </c4p-interstitial-screen-body>\n <c4p-interstitial-screen-footer></c4p-interstitial-screen-footer>\n </c4p-interstitial-screen>`,\n imports: [\n \"import '@carbon/ibm-products-web-components/es/components/interstitial-screen/index.js'\",\n ],\n }\n);\n\nfigma.connect(\n 'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf/-v11--IBM-Products-%E2%80%93-Carbon-Design-System?node-id=16728-642995',\n {\n variant: { Type: 'No steps' },\n props: {\n title: figma.textContent('Use case-specific heading'),\n description: figma.textContent(\n 'We take the triage phase off your hands early on. We automate investigations, and make sure you can see the source of all your data. And we use AI to suggest findings you might not catch on your own. With fewer blind spots for the hackers to hide in, you can see the full picture, and take your defense to the next level.'\n ),\n slot: figma.boolean('Slot', {\n true: figma.children('Slot 1'),\n false: undefined,\n }),\n image: figma.children('Aspect ratio'),\n },\n example: (props) =>\n html`<c4p-interstitial-screen fullscreen>\n <c4p-interstitial-screen-body>\n <c4p-interstitial-screen-body-item id=\"1\">\n <div\n role=\"complementary\"\n class=\"c4p--interstitial-screen-view\"\n aria-label=\"Use case-specific heading\"\n >\n <section class=\"c4p--interstitial-screen-view-module\">\n <h1 class=\"c4p--interstitial-screen-view-module--heading\">\n ${props.title}\n </h1>\n <p class=\"c4p--interstitial-screen-view-module--body\">\n ${props.description}\n </p>\n ${props.slot}\n </section>\n ${props.image}\n </div>\n </c4p-interstitial-screen-body-item>\n </c4p-interstitial-screen-body>\n <c4p-interstitial-screen-footer></c4p-interstitial-screen-footer>\n </c4p-interstitial-screen>`,\n imports: [\n \"import '@carbon/ibm-products-web-components/es/components/interstitial-screen/index.js'\",\n ],\n }\n);\n\nfigma.connect(\n 'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf/-v11--IBM-Products-%E2%80%93-Carbon-Design-System?node-id=16728-642995',\n {\n variant: { Type: 'Steps only' },\n example: (props) =>\n html`<c4p-interstitial-screen fullscreen>\n <c4p-interstitial-screen-body>\n <!--add your custom progress indicator and steps markup here -->\n </c4p-interstitial-screen-body>\n <c4p-interstitial-screen-footer></c4p-interstitial-screen-footer>\n </c4p-interstitial-screen>`,\n imports: [\n \"import '@carbon/ibm-products-web-components/es/components/interstitial-screen/index.js'\",\n ],\n }\n);\n"],"names":[],"mappings":";;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;;AAGA;AACA,KAAK,CAAC,OAAO;AACb,EAAE,8HAA8H;AAChI,EAAE;AACF,IAAI,OAAO,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE;AACtC,IAAI,KAAK,EAAE;AACX,MAAM,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC,OAAO,CAAC;AAC7C,MAAM,cAAc,EAAE,KAAK,CAAC,OAAO,CAAC,eAAe,EAAE;AACrD,QAAQ,IAAI,EAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC;AAC3C,QAAQ,KAAK,EAAE,EAAE;AACjB,OAAO,CAAC;AACR,MAAM,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,EAAE;AAClC,QAAQ,IAAI,EAAE,KAAK,CAAC,QAAQ,CAAC,QAAQ,CAAC;AACtC,QAAQ,KAAK,EAAE,SAAS;AACxB,OAAO,CAAC;AACR,MAAM,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE;AACxC,QAAQ,IAAI,EAAE,MAAM;AACpB,QAAQ,KAAK,EAAE,SAAS;AACxB,OAAO,CAAC;AACR,MAAM,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE;AAC1C,QAAQ,IAAI,EAAE,IAAI,CAAC;AACnB;AACA;AACA;AACA;AACA,8CAA8C,CAAC;AAC/C,QAAQ,KAAK,EAAE,SAAS;AACxB,OAAO,CAAC;AACR,MAAM,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,2BAA2B,CAAC;AAC3D,MAAM,WAAW,EAAE,KAAK,CAAC,WAAW;AACpC,QAAQ;AACR,OAAO;AACP,MAAM,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,cAAc,CAAC;AAC3C,KAAK;AACL,IAAI,OAAO,EAAE,CAAC,KAAK;AACnB,MAAM,IAAI,CAAC;AACX;AACA,uBAAuB,EAAE,KAAK,CAAC,WAAW;AAC1C,0BAA0B,EAAE,KAAK,CAAC,cAAc;AAChD;AACA;AACA;AACA;AACA,sBAAsB,EAAE,KAAK,CAAC,SAAS;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB,EAAE,KAAK,CAAC,KAAK;AAC/B;AACA;AACA,kBAAkB,EAAE,KAAK,CAAC,WAAW;AACrC;;AAEA,gBAAgB,EAAE,KAAK,CAAC,IAAI;AAC5B;AACA,cAAc,EAAE,KAAK,CAAC,KAAK;AAC3B;AACA;AACA,UAAU,EAAE,KAAK,CAAC,WAAW;AAC7B;AACA;AACA,gCAAgC,CAAC;AACjC,IAAI,OAAO,EAAE;AACb,MAAM,yFAAyF;AAC/F,KAAK;AACL;AACA,CAAC;;AAED,KAAK,CAAC,OAAO;AACb,EAAE,8HAA8H;AAChI,EAAE;AACF,IAAI,OAAO,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE;AACjC,IAAI,KAAK,EAAE;AACX,MAAM,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,2BAA2B,CAAC;AAC3D,MAAM,WAAW,EAAE,KAAK,CAAC,WAAW;AACpC,QAAQ;AACR,OAAO;AACP,MAAM,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,EAAE;AAClC,QAAQ,IAAI,EAAE,KAAK,CAAC,QAAQ,CAAC,QAAQ,CAAC;AACtC,QAAQ,KAAK,EAAE,SAAS;AACxB,OAAO,CAAC;AACR,MAAM,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,cAAc,CAAC;AAC3C,KAAK;AACL,IAAI,OAAO,EAAE,CAAC,KAAK;AACnB,MAAM,IAAI,CAAC;AACX;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB,EAAE,KAAK,CAAC,KAAK;AAC/B;AACA;AACA,kBAAkB,EAAE,KAAK,CAAC,WAAW;AACrC;AACA,gBAAgB,EAAE,KAAK,CAAC,IAAI;AAC5B;AACA,cAAc,EAAE,KAAK,CAAC,KAAK;AAC3B;AACA;AACA;AACA;AACA,gCAAgC,CAAC;AACjC,IAAI,OAAO,EAAE;AACb,MAAM,yFAAyF;AAC/F,KAAK;AACL;AACA,CAAC;;AAED,KAAK,CAAC,OAAO;AACb,EAAE,8HAA8H;AAChI,EAAE;AACF,IAAI,OAAO,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE;AACnC,IAAI,OAAO,EAAE,CAAC,KAAK;AACnB,MAAM,IAAI,CAAC;AACX;AACA;AACA;AACA;AACA;AACA,gCAAgC,CAAC;AACjC,IAAI,OAAO,EAAE;AACb,MAAM,yFAAyF;AAC/F,KAAK;AACL;AACA,CAAC;;AAED;AACA,KAAK,CAAC,OAAO;AACb,EAAE,4HAA4H;AAC9H,EAAE;AACF,IAAI,OAAO,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE;AACtC,IAAI,KAAK,EAAE;AACX,MAAM,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC,6BAA6B,CAAC;AACnE,MAAM,cAAc,EAAE,KAAK,CAAC,OAAO,CAAC,UAAU,EAAE;AAChD,QAAQ,IAAI,EAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC;AAC3C,QAAQ,KAAK,EAAE,SAAS;AACxB,OAAO,CAAC;AACR,MAAM,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,EAAE;AAClC,QAAQ,IAAI,EAAE,KAAK,CAAC,QAAQ,CAAC,QAAQ,CAAC;AACtC,QAAQ,KAAK,EAAE,SAAS;AACxB,OAAO,CAAC;AACR,MAAM,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE;AACxC,QAAQ,IAAI,EAAE,MAAM;AACpB,QAAQ,KAAK,EAAE,SAAS;AACxB,OAAO,CAAC;AACR,MAAM,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE;AAC1C,QAAQ,IAAI,EAAE,IAAI,CAAC;AACnB;AACA;AACA;AACA;AACA,8CAA8C,CAAC;AAC/C,QAAQ,KAAK,EAAE,SAAS;AACxB,OAAO,CAAC;AACR,MAAM,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,2BAA2B,CAAC;AAC3D,MAAM,WAAW,EAAE,KAAK,CAAC,WAAW;AACpC,QAAQ;AACR,OAAO;AACP,MAAM,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,cAAc,CAAC;AAC3C,KAAK;AACL,IAAI,OAAO,EAAE,CAAC,KAAK;AACnB,MAAM,IAAI,CAAC;AACX;AACA,uBAAuB,EAAE,KAAK,CAAC,WAAW;AAC1C,0BAA0B,EAAE,KAAK,CAAC,cAAc;AAChD;AACA;AACA;AACA;AACA,sBAAsB,EAAE,KAAK,CAAC,SAAS;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB,EAAE,KAAK,CAAC,KAAK;AAC/B;AACA;AACA,kBAAkB,EAAE,KAAK,CAAC,WAAW;AACrC;;AAEA,gBAAgB,EAAE,KAAK,CAAC,IAAI;AAC5B;AACA,cAAc,EAAE,KAAK,CAAC,KAAK;AAC3B;AACA;AACA,UAAU,EAAE,KAAK,CAAC,WAAW;AAC7B;AACA;AACA,gCAAgC,CAAC;AACjC,IAAI,OAAO,EAAE;AACb,MAAM,yFAAyF;AAC/F,KAAK;AACL;AACA,CAAC;;AAED,KAAK,CAAC,OAAO;AACb,EAAE,4HAA4H;AAC9H,EAAE;AACF,IAAI,OAAO,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE;AACjC,IAAI,KAAK,EAAE;AACX,MAAM,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,2BAA2B,CAAC;AAC3D,MAAM,WAAW,EAAE,KAAK,CAAC,WAAW;AACpC,QAAQ;AACR,OAAO;AACP,MAAM,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,EAAE;AAClC,QAAQ,IAAI,EAAE,KAAK,CAAC,QAAQ,CAAC,QAAQ,CAAC;AACtC,QAAQ,KAAK,EAAE,SAAS;AACxB,OAAO,CAAC;AACR,MAAM,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,cAAc,CAAC;AAC3C,KAAK;AACL,IAAI,OAAO,EAAE,CAAC,KAAK;AACnB,MAAM,IAAI,CAAC;AACX;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB,EAAE,KAAK,CAAC,KAAK;AAC/B;AACA;AACA,kBAAkB,EAAE,KAAK,CAAC,WAAW;AACrC;AACA,gBAAgB,EAAE,KAAK,CAAC,IAAI;AAC5B;AACA,cAAc,EAAE,KAAK,CAAC,KAAK;AAC3B;AACA;AACA;AACA;AACA,gCAAgC,CAAC;AACjC,IAAI,OAAO,EAAE;AACb,MAAM,yFAAyF;AAC/F,KAAK;AACL;AACA,CAAC;;AAED,KAAK,CAAC,OAAO;AACb,EAAE,4HAA4H;AAC9H,EAAE;AACF,IAAI,OAAO,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE;AACnC,IAAI,OAAO,EAAE,CAAC,KAAK;AACnB,MAAM,IAAI,CAAC;AACX;AACA;AACA;AACA;AACA,gCAAgC,CAAC;AACjC,IAAI,OAAO,EAAE;AACb,MAAM,yFAAyF;AAC/F,KAAK;AACL;AACA,CAAC"}
|
|
@@ -1,45 +0,0 @@
|
|
|
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 { html } from 'lit';
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* Copyright IBM Corp. 2025
|
|
12
|
-
*
|
|
13
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
14
|
-
* LICENSE file in the root directory of this source tree.
|
|
15
|
-
*/
|
|
16
|
-
const UnreadNotificationBell = (attrs = {}) => html `
|
|
17
|
-
<svg
|
|
18
|
-
width="18px"
|
|
19
|
-
height="19px"
|
|
20
|
-
slot=${attrs.slot || ''}
|
|
21
|
-
viewBox="0 0 18 19"
|
|
22
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
23
|
-
class="sb-unread-notification-icon"
|
|
24
|
-
aria-label="Unread notification bell"
|
|
25
|
-
role="img"
|
|
26
|
-
>
|
|
27
|
-
<title>Unread notification bell</title>
|
|
28
|
-
<g transform="translate(-1.000000, 0.000000)">
|
|
29
|
-
<path
|
|
30
|
-
d="M17.9419375,12.058125 L16.25,10.3661875 L16.25,8.125 C16.245845,4.91692673 13.816599,2.23147626 10.625,1.90675 L10.625,0.625 L9.375,0.625 L9.375,1.90675 C6.183401,2.23147626 3.754155,4.91692673 3.75,8.125 L3.75,10.3661875 L2.0580625,12.058125 C1.94086706,12.1753182 1.875,12.3342622 1.875,12.5 L1.875,14.375 C1.875,14.720178 2.15482203,15 2.5,15 L6.875,15 L6.875,15.4855 C6.84694527,17.1272367 8.05869477,18.5271305 9.6875,18.7346875 C10.5660567,18.8218694 11.4405518,18.5337871 12.0952737,17.9415019 C12.7499955,17.3492167 13.1239886,16.5078712 13.125,15.625 L13.125,15 L17.5,15 C17.845178,15 18.125,14.720178 18.125,14.375 L18.125,12.5 C18.125,12.3342622 18.0591329,12.1753182 17.9419375,12.058125 Z M11.875,15.625 C11.875,16.6605339 11.0355339,17.5 10,17.5 C8.96446609,17.5 8.125,16.6605339 8.125,15.625 L8.125,15 L11.875,15 L11.875,15.625 Z M16.875,13.75 L3.125,13.75 L3.125,12.7588125 L4.816875,11.066875 C4.93409336,10.949692 4.9999646,10.7907468 5,10.625 L5,8.125 C5,5.36357625 7.23857625,3.125 10,3.125 C12.7614237,3.125 15,5.36357625 15,8.125 L15,10.625 C15.0000354,10.7907468 15.0659066,10.949692 15.183125,11.066875 L16.875,12.7588125 L16.875,13.75 Z"
|
|
31
|
-
fill-rule="nonzero"
|
|
32
|
-
></path>
|
|
33
|
-
<circle
|
|
34
|
-
stroke="#161616"
|
|
35
|
-
fill="#DA1E28"
|
|
36
|
-
cx="15"
|
|
37
|
-
cy="4.375"
|
|
38
|
-
r="2.5"
|
|
39
|
-
></circle>
|
|
40
|
-
</g>
|
|
41
|
-
</svg>
|
|
42
|
-
`;
|
|
43
|
-
|
|
44
|
-
export { UnreadNotificationBell };
|
|
45
|
-
//# sourceMappingURL=unread-notification-bell.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"unread-notification-bell.js","sources":["../../../../src/components/notification-panel/_story-assets/unread-notification-bell.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;AAAA;;;;;AAKG;AAGI,MAAM,sBAAsB,GAAG,CAAC,KAAA,GAA2B,EAAE,KAAK,IAAI,CAAA;;;;WAIlE,KAAK,CAAC,IAAI,IAAI,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
|
|
@@ -1,65 +0,0 @@
|
|
|
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 } from 'vitest';
|
|
9
|
-
import { fixture, oneEvent, html } 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 templateFooter = () => {
|
|
21
|
-
return html `
|
|
22
|
-
<c4p-notification-footer
|
|
23
|
-
slot="footer"
|
|
24
|
-
view-all-label="View all (10)"
|
|
25
|
-
@c4p-notification-view-all=${() => {
|
|
26
|
-
console.log('view all clicked');
|
|
27
|
-
}}
|
|
28
|
-
@c4p-notification-settings=${() => {
|
|
29
|
-
console.log('Settings clicked');
|
|
30
|
-
}}
|
|
31
|
-
></c4p-notification-footer>
|
|
32
|
-
`;
|
|
33
|
-
};
|
|
34
|
-
describe('c4p-notification', () => {
|
|
35
|
-
it('should render the notification', async () => {
|
|
36
|
-
const notificationFooter = (await fixture(templateFooter()));
|
|
37
|
-
expect(notificationFooter).toBeDefined();
|
|
38
|
-
});
|
|
39
|
-
it('should render View All text based the "viewAllLabel" prop passed', async () => {
|
|
40
|
-
var _a, _b;
|
|
41
|
-
const notificationFooter = (await fixture(templateFooter()));
|
|
42
|
-
expect(notificationFooter.viewAllLabel).toBe('View all (10)');
|
|
43
|
-
const viewAllButton = (_a = notificationFooter.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.c4p--notifications-panel__view-all-button');
|
|
44
|
-
expect((_b = viewAllButton === null || viewAllButton === void 0 ? void 0 : viewAllButton.textContent) === null || _b === void 0 ? void 0 : _b.trim()).toBe(notificationFooter.viewAllLabel);
|
|
45
|
-
});
|
|
46
|
-
it('should emit "c4p-notification-view-all" when clicked on view all button', async () => {
|
|
47
|
-
var _a;
|
|
48
|
-
const notificationFooter = (await fixture(templateFooter()));
|
|
49
|
-
const eventPromise = oneEvent(notificationFooter, 'c4p-notification-view-all');
|
|
50
|
-
const viewAllButton = (_a = notificationFooter.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.c4p--notifications-panel__view-all-button');
|
|
51
|
-
viewAllButton === null || viewAllButton === void 0 ? void 0 : viewAllButton.click();
|
|
52
|
-
const event = await eventPromise;
|
|
53
|
-
expect(event).toBeDefined();
|
|
54
|
-
});
|
|
55
|
-
it('should emit "c4p-notification-settings" when clicked on settings button', async () => {
|
|
56
|
-
var _a;
|
|
57
|
-
const notificationFooter = (await fixture(templateFooter()));
|
|
58
|
-
const eventPromise = oneEvent(notificationFooter, 'c4p-notification-settings');
|
|
59
|
-
const settingsButton = (_a = notificationFooter.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.c4p--notifications-panel__settings-button');
|
|
60
|
-
settingsButton === null || settingsButton === void 0 ? void 0 : settingsButton.click();
|
|
61
|
-
const event = await eventPromise;
|
|
62
|
-
expect(event).toBeDefined();
|
|
63
|
-
});
|
|
64
|
-
});
|
|
65
|
-
//# sourceMappingURL=notification-footer.test.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"notification-footer.test.js","sources":["../../../src/components/notification-panel/notification-footer.test.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;AAAA;;;;;AAKG;AAOH,MAAM,cAAc,GAAG,MAAK;AAC1B,IAAA,OAAO,IAAI,CAAA;;;;AAIsB,iCAAA,EAAA,MAAK;AAChC,QAAA,OAAO,CAAC,GAAG,CAAC,kBAAkB,CAAC;IACjC,CAAC;AAC4B,iCAAA,EAAA,MAAK;AAChC,QAAA,OAAO,CAAC,GAAG,CAAC,kBAAkB,CAAC;IACjC,CAAC;;GAEJ;AACH,CAAC;AAED,QAAQ,CAAC,kBAAkB,EAAE,MAAK;AAChC,IAAA,EAAE,CAAC,gCAAgC,EAAE,YAAW;QAC9C,MAAM,kBAAkB,IAAI,MAAM,OAAO,CACvC,cAAc,EAAE,CACjB,CAA0B;AAC3B,QAAA,MAAM,CAAC,kBAAkB,CAAC,CAAC,WAAW,EAAE;AAC1C,IAAA,CAAC,CAAC;AACF,IAAA,EAAE,CAAC,kEAAkE,EAAE,YAAW;;QAChF,MAAM,kBAAkB,IAAI,MAAM,OAAO,CACvC,cAAc,EAAE,CACjB,CAA0B;QAC3B,MAAM,CAAC,kBAAkB,CAAC,YAAY,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;QAC7D,MAAM,aAAa,GAAG,CAAA,EAAA,GAAA,kBAAkB,CAAC,UAAU,MAAA,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,MAAA,GAAA,EAAA,CAAE,aAAa,CAChE,4CAA4C,CAC7C;QACD,MAAM,CAAC,MAAA,aAAa,KAAA,IAAA,IAAb,aAAa,KAAA,MAAA,GAAA,MAAA,GAAb,aAAa,CAAE,WAAW,MAAA,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,MAAA,GAAA,EAAA,CAAE,IAAI,EAAE,CAAC,CAAC,IAAI,CAC7C,kBAAkB,CAAC,YAAY,CAChC;AACH,IAAA,CAAC,CAAC;AACF,IAAA,EAAE,CAAC,yEAAyE,EAAE,YAAW;;QACvF,MAAM,kBAAkB,IAAI,MAAM,OAAO,CACvC,cAAc,EAAE,CACjB,CAA0B;QAC3B,MAAM,YAAY,GAAG,QAAQ,CAC3B,kBAAkB,EAClB,2BAA2B,CAC5B;QACD,MAAM,aAAa,GAAG,CAAA,EAAA,GAAA,kBAAkB,CAAC,UAAU,MAAA,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,MAAA,GAAA,EAAA,CAAE,aAAa,CAChE,4CAA4C,CAC9B;AAChB,QAAA,aAAa,aAAb,aAAa,KAAA,MAAA,GAAA,MAAA,GAAb,aAAa,CAAE,KAAK,EAAE;AACtB,QAAA,MAAM,KAAK,GAAG,MAAM,YAAY;AAChC,QAAA,MAAM,CAAC,KAAK,CAAC,CAAC,WAAW,EAAE;AAC7B,IAAA,CAAC,CAAC;AACF,IAAA,EAAE,CAAC,yEAAyE,EAAE,YAAW;;QACvF,MAAM,kBAAkB,IAAI,MAAM,OAAO,CACvC,cAAc,EAAE,CACjB,CAA0B;QAC3B,MAAM,YAAY,GAAG,QAAQ,CAC3B,kBAAkB,EAClB,2BAA2B,CAC5B;QACD,MAAM,cAAc,GAAG,CAAA,EAAA,GAAA,kBAAkB,CAAC,UAAU,MAAA,IAAA,IAAA,EAAA,KAAA,MAAA,GAAA,MAAA,GAAA,EAAA,CAAE,aAAa,CACjE,4CAA4C,CAC9B;AAChB,QAAA,cAAc,aAAd,cAAc,KAAA,MAAA,GAAA,MAAA,GAAd,cAAc,CAAE,KAAK,EAAE;AACvB,QAAA,MAAM,KAAK,GAAG,MAAM,YAAY;AAChC,QAAA,MAAM,CAAC,KAAK,CAAC,CAAC,WAAW,EAAE;AAC7B,IAAA,CAAC,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
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 figma, { html } from '@figma/code-connect/html';
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* Copyright IBM Corp. 2025
|
|
12
|
-
*
|
|
13
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
14
|
-
* LICENSE file in the root directory of this source tree.
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
figma.connect(
|
|
19
|
-
'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf/-v11--IBM-Products-%E2%80%93-Carbon-Design-System?node-id=10574-240285',
|
|
20
|
-
{
|
|
21
|
-
example: () =>
|
|
22
|
-
html`<c4p-notification-footer
|
|
23
|
-
slot="footer"
|
|
24
|
-
viewAllLabel="View all (16)"
|
|
25
|
-
></c4p-notification-footer>`,
|
|
26
|
-
imports: [
|
|
27
|
-
"import '@carbon/ibm-products-web-components/es/components/notification-panel/index.js'",
|
|
28
|
-
],
|
|
29
|
-
}
|
|
30
|
-
);
|
|
31
|
-
//# sourceMappingURL=notification-panel-footer.figma.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"notification-panel-footer.figma.js","sources":["../../../src/components/notification-panel/notification-panel-footer.figma.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport figma, { html } from '@figma/code-connect/html';\n\nfigma.connect(\n 'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf/-v11--IBM-Products-%E2%80%93-Carbon-Design-System?node-id=10574-240285',\n {\n example: () =>\n html`<c4p-notification-footer\n slot=\"footer\"\n viewAllLabel=\"View all (16)\"\n ></c4p-notification-footer>`,\n imports: [\n \"import '@carbon/ibm-products-web-components/es/components/notification-panel/index.js'\",\n ],\n }\n);\n"],"names":[],"mappings":";;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;;;AAIA,KAAK,CAAC,OAAO;AACb,EAAE,4HAA4H;AAC9H,EAAE;AACF,IAAI,OAAO,EAAE;AACb,MAAM,IAAI,CAAC;AACX;AACA;AACA,iCAAiC,CAAC;AAClC,IAAI,OAAO,EAAE;AACb,MAAM,wFAAwF;AAC9F,KAAK;AACL;AACA,CAAC"}
|
|
@@ -1,114 +0,0 @@
|
|
|
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 figma, { html } from '@figma/code-connect/html';
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* Copyright IBM Corp. 2025
|
|
12
|
-
*
|
|
13
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
14
|
-
* LICENSE file in the root directory of this source tree.
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
const sharedProps = {
|
|
19
|
-
title: figma.nestedProps('Header', {
|
|
20
|
-
text: figma.textContent('"Notifications"'),
|
|
21
|
-
}),
|
|
22
|
-
doNotDisturbLabel: figma.nestedProps('Toggle', {
|
|
23
|
-
text: figma.textContent('Value'),
|
|
24
|
-
}),
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
figma.connect(
|
|
28
|
-
'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf?node-id=10574%3A240266',
|
|
29
|
-
{
|
|
30
|
-
variant: { 'Empty state': false },
|
|
31
|
-
props: {
|
|
32
|
-
...sharedProps,
|
|
33
|
-
},
|
|
34
|
-
|
|
35
|
-
example: (props) =>
|
|
36
|
-
html`<c4p-notification-panel
|
|
37
|
-
open
|
|
38
|
-
title-text="${props.title.text}"
|
|
39
|
-
today-text="Today"
|
|
40
|
-
previous-text="Previous"
|
|
41
|
-
dismiss-all-label="Dismiss all"
|
|
42
|
-
donot-disturb-label="${props.doNotDisturbLabel.text}"
|
|
43
|
-
date-time-locale="en-US"
|
|
44
|
-
>
|
|
45
|
-
<c4p-notification
|
|
46
|
-
slot="previous"
|
|
47
|
-
type="success"
|
|
48
|
-
unread="true"
|
|
49
|
-
.timestamp="Time stamp [00:00:00]"
|
|
50
|
-
>
|
|
51
|
-
<h4 slot="title">Title</h4>
|
|
52
|
-
<div slot="description">Message</div>
|
|
53
|
-
</c4p-notification>
|
|
54
|
-
|
|
55
|
-
<c4p-notification
|
|
56
|
-
slot="previous"
|
|
57
|
-
type="error"
|
|
58
|
-
unread="false"
|
|
59
|
-
.timestamp="Time stamp [00:00:00]"
|
|
60
|
-
>
|
|
61
|
-
<h4 slot="title">Title</h4>
|
|
62
|
-
<div slot="description">Message</div>
|
|
63
|
-
</c4p-notification>
|
|
64
|
-
|
|
65
|
-
<c4p-notification
|
|
66
|
-
slot="previous"
|
|
67
|
-
type="warning"
|
|
68
|
-
unread="false"
|
|
69
|
-
.timestamp="Time stamp [00:00:00]"
|
|
70
|
-
>
|
|
71
|
-
<h4 slot="title">Title</h4>
|
|
72
|
-
<div slot="description">Message</div>
|
|
73
|
-
</c4p-notification>
|
|
74
|
-
|
|
75
|
-
<c4p-notification-footer
|
|
76
|
-
slot="footer"
|
|
77
|
-
view-all-label="View all (16)"
|
|
78
|
-
></c4p-notification-footer>
|
|
79
|
-
</c4p-notification-panel>`,
|
|
80
|
-
imports: [
|
|
81
|
-
"import '@carbon/ibm-products-web-components/es/components/notification-panel/index.js'",
|
|
82
|
-
],
|
|
83
|
-
}
|
|
84
|
-
);
|
|
85
|
-
|
|
86
|
-
figma.connect(
|
|
87
|
-
'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf?node-id=10574%3A240266',
|
|
88
|
-
{
|
|
89
|
-
variant: { 'Empty state': true },
|
|
90
|
-
props: {
|
|
91
|
-
...sharedProps,
|
|
92
|
-
emptyStateLabel: figma.nestedProps(
|
|
93
|
-
'Empty state | (v11) Carbon for IBM Products',
|
|
94
|
-
{
|
|
95
|
-
text: figma.string('Title text'),
|
|
96
|
-
}
|
|
97
|
-
),
|
|
98
|
-
},
|
|
99
|
-
|
|
100
|
-
example: (props) =>
|
|
101
|
-
html`<c4p-notification-panel
|
|
102
|
-
open
|
|
103
|
-
title-text="${props.title.text}"
|
|
104
|
-
dismiss-all-label="Dismiss all"
|
|
105
|
-
donot-disturb-label="${props.doNotDisturbLabel.text}"
|
|
106
|
-
empty-state-label="${props.emptyStateLabel.text}"
|
|
107
|
-
>
|
|
108
|
-
</c4p-notification-panel>`,
|
|
109
|
-
imports: [
|
|
110
|
-
"import '@carbon/ibm-products-web-components/es/components/notification-panel/index.js'",
|
|
111
|
-
],
|
|
112
|
-
}
|
|
113
|
-
);
|
|
114
|
-
//# sourceMappingURL=notification-panel.figma.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"notification-panel.figma.js","sources":["../../../src/components/notification-panel/notification-panel.figma.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport figma, { html } from '@figma/code-connect/html';\n\nconst sharedProps = {\n title: figma.nestedProps('Header', {\n text: figma.textContent('\"Notifications\"'),\n }),\n doNotDisturbLabel: figma.nestedProps('Toggle', {\n text: figma.textContent('Value'),\n }),\n};\n\nfigma.connect(\n 'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf?node-id=10574%3A240266',\n {\n variant: { 'Empty state': false },\n props: {\n ...sharedProps,\n },\n\n example: (props) =>\n html`<c4p-notification-panel\n open\n title-text=\"${props.title.text}\"\n today-text=\"Today\"\n previous-text=\"Previous\"\n dismiss-all-label=\"Dismiss all\"\n donot-disturb-label=\"${props.doNotDisturbLabel.text}\"\n date-time-locale=\"en-US\"\n >\n <c4p-notification\n slot=\"previous\"\n type=\"success\"\n unread=\"true\"\n .timestamp=\"Time stamp [00:00:00]\"\n >\n <h4 slot=\"title\">Title</h4>\n <div slot=\"description\">Message</div>\n </c4p-notification>\n\n <c4p-notification\n slot=\"previous\"\n type=\"error\"\n unread=\"false\"\n .timestamp=\"Time stamp [00:00:00]\"\n >\n <h4 slot=\"title\">Title</h4>\n <div slot=\"description\">Message</div>\n </c4p-notification>\n\n <c4p-notification\n slot=\"previous\"\n type=\"warning\"\n unread=\"false\"\n .timestamp=\"Time stamp [00:00:00]\"\n >\n <h4 slot=\"title\">Title</h4>\n <div slot=\"description\">Message</div>\n </c4p-notification>\n\n <c4p-notification-footer\n slot=\"footer\"\n view-all-label=\"View all (16)\"\n ></c4p-notification-footer>\n </c4p-notification-panel>`,\n imports: [\n \"import '@carbon/ibm-products-web-components/es/components/notification-panel/index.js'\",\n ],\n }\n);\n\nfigma.connect(\n 'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf?node-id=10574%3A240266',\n {\n variant: { 'Empty state': true },\n props: {\n ...sharedProps,\n emptyStateLabel: figma.nestedProps(\n 'Empty state | (v11) Carbon for IBM Products',\n {\n text: figma.string('Title text'),\n }\n ),\n },\n\n example: (props) =>\n html`<c4p-notification-panel\n open\n title-text=\"${props.title.text}\"\n dismiss-all-label=\"Dismiss all\"\n donot-disturb-label=\"${props.doNotDisturbLabel.text}\"\n empty-state-label=\"${props.emptyStateLabel.text}\"\n >\n </c4p-notification-panel>`,\n imports: [\n \"import '@carbon/ibm-products-web-components/es/components/notification-panel/index.js'\",\n ],\n }\n);\n"],"names":[],"mappings":";;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;;;AAIA,MAAM,WAAW,GAAG;AACpB,EAAE,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,QAAQ,EAAE;AACrC,IAAI,IAAI,EAAE,KAAK,CAAC,WAAW,CAAC,iBAAiB,CAAC;AAC9C,GAAG,CAAC;AACJ,EAAE,iBAAiB,EAAE,KAAK,CAAC,WAAW,CAAC,QAAQ,EAAE;AACjD,IAAI,IAAI,EAAE,KAAK,CAAC,WAAW,CAAC,OAAO,CAAC;AACpC,GAAG,CAAC;AACJ,CAAC;;AAED,KAAK,CAAC,OAAO;AACb,EAAE,4EAA4E;AAC9E,EAAE;AACF,IAAI,OAAO,EAAE,EAAE,aAAa,EAAE,KAAK,EAAE;AACrC,IAAI,KAAK,EAAE;AACX,MAAM,GAAG,WAAW;AACpB,KAAK;;AAEL,IAAI,OAAO,EAAE,CAAC,KAAK;AACnB,MAAM,IAAI,CAAC;AACX;AACA,oBAAoB,EAAE,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC;AACvC;AACA;AACA;AACA,6BAA6B,EAAE,KAAK,CAAC,iBAAiB,CAAC,IAAI,CAAC;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,+BAA+B,CAAC;AAChC,IAAI,OAAO,EAAE;AACb,MAAM,wFAAwF;AAC9F,KAAK;AACL;AACA,CAAC;;AAED,KAAK,CAAC,OAAO;AACb,EAAE,4EAA4E;AAC9E,EAAE;AACF,IAAI,OAAO,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE;AACpC,IAAI,KAAK,EAAE;AACX,MAAM,GAAG,WAAW;AACpB,MAAM,eAAe,EAAE,KAAK,CAAC,WAAW;AACxC,QAAQ,6CAA6C;AACrD,QAAQ;AACR,UAAU,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,YAAY,CAAC;AAC1C;AACA,OAAO;AACP,KAAK;;AAEL,IAAI,OAAO,EAAE,CAAC,KAAK;AACnB,MAAM,IAAI,CAAC;AACX;AACA,oBAAoB,EAAE,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC;AACvC;AACA,6BAA6B,EAAE,KAAK,CAAC,iBAAiB,CAAC,IAAI,CAAC;AAC5D,2BAA2B,EAAE,KAAK,CAAC,eAAe,CAAC,IAAI,CAAC;AACxD;AACA,+BAA+B,CAAC;AAChC,IAAI,OAAO,EAAE;AACb,MAAM,wFAAwF;AAC9F,KAAK;AACL;AACA,CAAC"}
|