@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,59 +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, 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=9478%3A404998',
|
|
20
|
-
{
|
|
21
|
-
props: {
|
|
22
|
-
aboutModalContentProps: figma.nestedProps('_About modal content', {
|
|
23
|
-
title: figma.string('Title text'),
|
|
24
|
-
version: figma.string('Version'),
|
|
25
|
-
content: figma.boolean('Content', {
|
|
26
|
-
true: figma.string('Content text'),
|
|
27
|
-
false: undefined,
|
|
28
|
-
}),
|
|
29
|
-
copyrightText: figma.string('Copyright text'),
|
|
30
|
-
links: figma.children(['Link group']),
|
|
31
|
-
}),
|
|
32
|
-
|
|
33
|
-
footerBaseProps: figma.boolean('Powered by logos', {
|
|
34
|
-
true: figma.nestedProps('_About modal footer base', {
|
|
35
|
-
additionalInfo: figma.children('Slot'),
|
|
36
|
-
}),
|
|
37
|
-
false: {
|
|
38
|
-
additionalInfo: undefined,
|
|
39
|
-
},
|
|
40
|
-
}),
|
|
41
|
-
},
|
|
42
|
-
example: (props) =>
|
|
43
|
-
html`<c4p-about-modal
|
|
44
|
-
closeIconDescription="close"
|
|
45
|
-
copyrightText=${props.aboutModalContentProps.copyrightText}
|
|
46
|
-
.logo=${props.aboutModalContentProps.logo}
|
|
47
|
-
.title=${props.aboutModalContentProps.title}
|
|
48
|
-
.version=${props.aboutModalContentProps.version}
|
|
49
|
-
.additionalInfo=${props.aboutModalContentProps.additionalInfo}
|
|
50
|
-
.content=${props.aboutModalContentProps.content}
|
|
51
|
-
.links=${props.aboutModalContentProps.links}
|
|
52
|
-
aria-label=""
|
|
53
|
-
></c4p-about-modal>`,
|
|
54
|
-
imports: [
|
|
55
|
-
"import '@carbon/ibm-products-web-components/es/components/about-modal/index.js'",
|
|
56
|
-
],
|
|
57
|
-
}
|
|
58
|
-
);
|
|
59
|
-
//# sourceMappingURL=about-modal.figma.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"about-modal.figma.js","sources":["../../../src/components/about-modal/about-modal.figma.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2025, 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=9478%3A404998',\n {\n props: {\n aboutModalContentProps: figma.nestedProps('_About modal content', {\n title: figma.string('Title text'),\n version: figma.string('Version'),\n content: figma.boolean('Content', {\n true: figma.string('Content text'),\n false: undefined,\n }),\n copyrightText: figma.string('Copyright text'),\n links: figma.children(['Link group']),\n }),\n\n footerBaseProps: figma.boolean('Powered by logos', {\n true: figma.nestedProps('_About modal footer base', {\n additionalInfo: figma.children('Slot'),\n }),\n false: {\n additionalInfo: undefined,\n },\n }),\n },\n example: (props) =>\n html`<c4p-about-modal\n closeIconDescription=\"close\"\n copyrightText=${props.aboutModalContentProps.copyrightText}\n .logo=${props.aboutModalContentProps.logo}\n .title=${props.aboutModalContentProps.title}\n .version=${props.aboutModalContentProps.version}\n .additionalInfo=${props.aboutModalContentProps.additionalInfo}\n .content=${props.aboutModalContentProps.content}\n .links=${props.aboutModalContentProps.links}\n aria-label=\"\"\n ></c4p-about-modal>`,\n imports: [\n \"import '@carbon/ibm-products-web-components/es/components/about-modal/index.js'\",\n ],\n }\n);\n"],"names":[],"mappings":";;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;;;AAIA,KAAK,CAAC,OAAO;AACb,EAAE,6HAA6H;AAC/H,EAAE;AACF,IAAI,KAAK,EAAE;AACX,MAAM,sBAAsB,EAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,EAAE;AACxE,QAAQ,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,YAAY,CAAC;AACzC,QAAQ,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,SAAS,CAAC;AACxC,QAAQ,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,EAAE;AAC1C,UAAU,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,cAAc,CAAC;AAC5C,UAAU,KAAK,EAAE,SAAS;AAC1B,SAAS,CAAC;AACV,QAAQ,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,gBAAgB,CAAC;AACrD,QAAQ,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC,YAAY,CAAC,CAAC;AAC7C,OAAO,CAAC;;AAER,MAAM,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,kBAAkB,EAAE;AACzD,QAAQ,IAAI,EAAE,KAAK,CAAC,WAAW,CAAC,0BAA0B,EAAE;AAC5D,UAAU,cAAc,EAAE,KAAK,CAAC,QAAQ,CAAC,MAAM,CAAC;AAChD,SAAS,CAAC;AACV,QAAQ,KAAK,EAAE;AACf,UAAU,cAAc,EAAE,SAAS;AACnC,SAAS;AACT,OAAO,CAAC;AACR,KAAK;AACL,IAAI,OAAO,EAAE,CAAC,KAAK;AACnB,MAAM,IAAI,CAAC;AACX;AACA,sBAAsB,EAAE,KAAK,CAAC,sBAAsB,CAAC,aAAa;AAClE,cAAc,EAAE,KAAK,CAAC,sBAAsB,CAAC,IAAI;AACjD,eAAe,EAAE,KAAK,CAAC,sBAAsB,CAAC,KAAK;AACnD,iBAAiB,EAAE,KAAK,CAAC,sBAAsB,CAAC,OAAO;AACvD,wBAAwB,EAAE,KAAK,CAAC,sBAAsB,CAAC,cAAc;AACrE,iBAAiB,EAAE,KAAK,CAAC,sBAAsB,CAAC,OAAO;AACvD,eAAe,EAAE,KAAK,CAAC,sBAAsB,CAAC,KAAK;AACnD;AACA,yBAAyB,CAAC;AAC1B,IAAI,OAAO,EAAE;AACb,MAAM,iFAAiF;AACvF,KAAK;AACL;AACA,CAAC"}
|
|
@@ -1,208 +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 { html, fixture } from '@open-wc/testing';
|
|
10
|
-
import { render } from 'lit';
|
|
11
|
-
import { blockClass } from './about-modal.js';
|
|
12
|
-
import { carbonPrefix } from '../../globals/settings.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 logo = html `
|
|
21
|
-
<img
|
|
22
|
-
src="./_story-assets/example-logo.svg"
|
|
23
|
-
alt="Example product or service logo"
|
|
24
|
-
style="max-width: 6rem"
|
|
25
|
-
/>
|
|
26
|
-
`;
|
|
27
|
-
const additionalInfo = html `
|
|
28
|
-
<p class="c4p__footer-label">Powered by</p>
|
|
29
|
-
<img
|
|
30
|
-
src="./_story-assets/ansible-logo.png"
|
|
31
|
-
alt="Grafana"
|
|
32
|
-
class="c4p__footer--tech-logo"
|
|
33
|
-
/>
|
|
34
|
-
<img
|
|
35
|
-
src="./_story-assets/ansible-logo.png"
|
|
36
|
-
alt="Ansible"
|
|
37
|
-
class="c4p__footer--tech-logo"
|
|
38
|
-
/>
|
|
39
|
-
<img
|
|
40
|
-
src="./_story-assets/js-logo.png"
|
|
41
|
-
alt="JavaScript"
|
|
42
|
-
class="c4p__footer--tech-logo"
|
|
43
|
-
/>
|
|
44
|
-
`;
|
|
45
|
-
const content = html `This Web site contains proprietary notices and copyright
|
|
46
|
-
information, the terms of which must be observed and followed. Please see the
|
|
47
|
-
tab entitled 'Copyright and trademark information' for related information. IBM
|
|
48
|
-
grants you a non-exclusive, non-transferable, limited permission to access and
|
|
49
|
-
display the Web pages within this site as a customer or potential customer of
|
|
50
|
-
IBM provided you comply with these Terms of Use, and all copyright, trademark,
|
|
51
|
-
and other proprietary notices remain intact.`;
|
|
52
|
-
const links = [];
|
|
53
|
-
const index = 3;
|
|
54
|
-
for (let i = 0; i < index; i++) {
|
|
55
|
-
const link = html `<cds-link href="#"> Link action </cds-link>`;
|
|
56
|
-
links.push(link);
|
|
57
|
-
}
|
|
58
|
-
const defaultProps = {
|
|
59
|
-
closeIconDescription: 'close',
|
|
60
|
-
copyrightText: 'Copyright © IBM Corp. 2020, 2023',
|
|
61
|
-
logo: logo,
|
|
62
|
-
title: 'IBM Product name',
|
|
63
|
-
version: 'Version 0.0.0',
|
|
64
|
-
additionalInfo: additionalInfo,
|
|
65
|
-
content: content,
|
|
66
|
-
links: links,
|
|
67
|
-
};
|
|
68
|
-
const template = (props = defaultProps) => html `
|
|
69
|
-
<c4p-about-modal
|
|
70
|
-
open
|
|
71
|
-
closeIconDescription=${props.closeIconDescription}
|
|
72
|
-
copyrightText=${props.copyrightText}
|
|
73
|
-
.logo=${props.logo}
|
|
74
|
-
.title=${props.title}
|
|
75
|
-
.version=${props.version}
|
|
76
|
-
.additionalInfo=${props.additionalInfo}
|
|
77
|
-
.content=${props.content}
|
|
78
|
-
.links=${props.links}
|
|
79
|
-
aria-label="label"
|
|
80
|
-
>
|
|
81
|
-
</c4p-about-modal>
|
|
82
|
-
`;
|
|
83
|
-
describe('c4p-about-modal', () => {
|
|
84
|
-
it('should render about modal', async () => {
|
|
85
|
-
const element = render(template(), document.body);
|
|
86
|
-
expect(element).toBeDefined();
|
|
87
|
-
});
|
|
88
|
-
it('renders a title', async () => {
|
|
89
|
-
var _a, _b, _c;
|
|
90
|
-
const element = await fixture(template());
|
|
91
|
-
expect(element.title).toBe(defaultProps.title);
|
|
92
|
-
const headingElement = (_a = element.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(`${carbonPrefix}-modal-heading`);
|
|
93
|
-
expect(headingElement).toBeTruthy();
|
|
94
|
-
expect(headingElement === null || headingElement === void 0 ? void 0 : headingElement.shadowRoot).toBeTruthy();
|
|
95
|
-
const slot = (_b = headingElement === null || headingElement === void 0 ? void 0 : headingElement.shadowRoot) === null || _b === void 0 ? void 0 : _b.querySelector('slot');
|
|
96
|
-
expect(slot).toBeTruthy();
|
|
97
|
-
const assignedNodes = (_c = slot === null || slot === void 0 ? void 0 : slot.assignedNodes({ flatten: true })) !== null && _c !== void 0 ? _c : [];
|
|
98
|
-
const slottedText = assignedNodes
|
|
99
|
-
.filter((node) => node.nodeType === Node.TEXT_NODE)
|
|
100
|
-
.map((node) => { var _a; return (_a = node.textContent) === null || _a === void 0 ? void 0 : _a.trim(); })
|
|
101
|
-
.join('');
|
|
102
|
-
expect(slottedText).toBe(defaultProps.title);
|
|
103
|
-
});
|
|
104
|
-
it('renders version', async () => {
|
|
105
|
-
var _a, _b, _c, _d;
|
|
106
|
-
const element = await fixture(template());
|
|
107
|
-
expect(element.version).toBe(defaultProps.version);
|
|
108
|
-
const modalBody = (_a = element.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(`${carbonPrefix}-modal-body`);
|
|
109
|
-
expect(modalBody).toBeTruthy();
|
|
110
|
-
expect(modalBody === null || modalBody === void 0 ? void 0 : modalBody.shadowRoot).toBeTruthy();
|
|
111
|
-
const slot = (_b = modalBody === null || modalBody === void 0 ? void 0 : modalBody.shadowRoot) === null || _b === void 0 ? void 0 : _b.querySelector('slot');
|
|
112
|
-
expect(slot).toBeTruthy();
|
|
113
|
-
const assignedElements = (_c = slot === null || slot === void 0 ? void 0 : slot.assignedElements({ flatten: true })) !== null && _c !== void 0 ? _c : [];
|
|
114
|
-
const modalVersion = assignedElements
|
|
115
|
-
.map((el) => el.querySelector(`.${blockClass}__version`))
|
|
116
|
-
.find((el) => el !== null);
|
|
117
|
-
expect(modalVersion).toBeTruthy();
|
|
118
|
-
expect((_d = modalVersion === null || modalVersion === void 0 ? void 0 : modalVersion.textContent) === null || _d === void 0 ? void 0 : _d.trim()).toBe(defaultProps.version);
|
|
119
|
-
});
|
|
120
|
-
it('renders copyright text', async () => {
|
|
121
|
-
var _a, _b, _c, _d;
|
|
122
|
-
const element = await fixture(template());
|
|
123
|
-
expect(element.copyrightText).toBe(defaultProps.copyrightText);
|
|
124
|
-
const modalBody = (_a = element.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(`${carbonPrefix}-modal-body`);
|
|
125
|
-
expect(modalBody).toBeTruthy();
|
|
126
|
-
expect(modalBody === null || modalBody === void 0 ? void 0 : modalBody.shadowRoot).toBeTruthy();
|
|
127
|
-
const slot = (_b = modalBody === null || modalBody === void 0 ? void 0 : modalBody.shadowRoot) === null || _b === void 0 ? void 0 : _b.querySelector('slot');
|
|
128
|
-
expect(slot).toBeTruthy();
|
|
129
|
-
const assignedElements = (_c = slot === null || slot === void 0 ? void 0 : slot.assignedElements({ flatten: true })) !== null && _c !== void 0 ? _c : [];
|
|
130
|
-
const modalCopyRight = assignedElements
|
|
131
|
-
.map((el) => el.querySelector(`.${blockClass}__copyright-text`))
|
|
132
|
-
.find((el) => el !== null);
|
|
133
|
-
expect(modalCopyRight).toBeTruthy();
|
|
134
|
-
expect((_d = modalCopyRight === null || modalCopyRight === void 0 ? void 0 : modalCopyRight.textContent) === null || _d === void 0 ? void 0 : _d.trim()).toBe(defaultProps.copyrightText);
|
|
135
|
-
});
|
|
136
|
-
it('renders links', async () => {
|
|
137
|
-
var _a, _b, _c;
|
|
138
|
-
const element = await fixture(template());
|
|
139
|
-
const modalBody = (_a = element.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(`${carbonPrefix}-modal-body`);
|
|
140
|
-
expect(modalBody).toBeTruthy();
|
|
141
|
-
expect(modalBody === null || modalBody === void 0 ? void 0 : modalBody.shadowRoot).toBeTruthy();
|
|
142
|
-
const slot = (_b = modalBody === null || modalBody === void 0 ? void 0 : modalBody.shadowRoot) === null || _b === void 0 ? void 0 : _b.querySelector('slot');
|
|
143
|
-
expect(slot).toBeTruthy();
|
|
144
|
-
const assignedElements = (_c = slot === null || slot === void 0 ? void 0 : slot.assignedElements({ flatten: true })) !== null && _c !== void 0 ? _c : [];
|
|
145
|
-
if (element.links.length > 0) {
|
|
146
|
-
const modalLinkContainer = assignedElements
|
|
147
|
-
.map((el) => el.querySelector(`.${blockClass}__links-container`))
|
|
148
|
-
.find((el) => el !== null);
|
|
149
|
-
expect(modalLinkContainer).toBeTruthy();
|
|
150
|
-
const links = modalLinkContainer === null || modalLinkContainer === void 0 ? void 0 : modalLinkContainer.querySelectorAll(`${carbonPrefix}-link`);
|
|
151
|
-
expect((links === null || links === void 0 ? void 0 : links.length) == (element === null || element === void 0 ? void 0 : element.links.length)).toBeTruthy();
|
|
152
|
-
}
|
|
153
|
-
});
|
|
154
|
-
it('renders additional info', async () => {
|
|
155
|
-
var _a;
|
|
156
|
-
const element = await fixture(template());
|
|
157
|
-
if (element.additionalInfo) {
|
|
158
|
-
const modalFooter = (_a = element.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(`${carbonPrefix}-modal-footer`);
|
|
159
|
-
expect(modalFooter).toBeTruthy();
|
|
160
|
-
}
|
|
161
|
-
});
|
|
162
|
-
it('closes modal on clicking close button', async () => {
|
|
163
|
-
var _a;
|
|
164
|
-
const element = await fixture(template());
|
|
165
|
-
const modalClose = (_a = element.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(`${carbonPrefix}-modal-close-button`);
|
|
166
|
-
expect(modalClose).toBeTruthy();
|
|
167
|
-
expect(element.open).toBe(true);
|
|
168
|
-
modalClose === null || modalClose === void 0 ? void 0 : modalClose.click();
|
|
169
|
-
expect(element.open).toBe(false);
|
|
170
|
-
});
|
|
171
|
-
it('Scrollable body with overflowing content', async () => {
|
|
172
|
-
var _a;
|
|
173
|
-
const element = await fixture(template());
|
|
174
|
-
const container = (_a = element.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(`${carbonPrefix}-modal-body`);
|
|
175
|
-
// Simulate overflow: content fits
|
|
176
|
-
Object.defineProperty(container, 'scrollHeight', {
|
|
177
|
-
value: 200,
|
|
178
|
-
configurable: true,
|
|
179
|
-
});
|
|
180
|
-
Object.defineProperty(container, 'clientHeight', {
|
|
181
|
-
value: 100,
|
|
182
|
-
configurable: true,
|
|
183
|
-
});
|
|
184
|
-
// Manually call _checkOverflow to force the overflow check
|
|
185
|
-
element['_checkOverflow']();
|
|
186
|
-
await element.updateComplete;
|
|
187
|
-
expect(container.classList.contains('c4p--about-modal-scroll-content')).toBe(true);
|
|
188
|
-
});
|
|
189
|
-
it('No scrollable body if content fits', async () => {
|
|
190
|
-
var _a;
|
|
191
|
-
const element = await fixture(template());
|
|
192
|
-
const container = (_a = element.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(`${carbonPrefix}-modal-body`);
|
|
193
|
-
// Simulate non-overflow: content fits
|
|
194
|
-
Object.defineProperty(container, 'scrollHeight', {
|
|
195
|
-
value: 100,
|
|
196
|
-
configurable: true,
|
|
197
|
-
});
|
|
198
|
-
Object.defineProperty(container, 'clientHeight', {
|
|
199
|
-
value: 200,
|
|
200
|
-
configurable: true,
|
|
201
|
-
});
|
|
202
|
-
// Manually call _checkOverflow to force the overflow check
|
|
203
|
-
element['_checkOverflow']();
|
|
204
|
-
await element.updateComplete;
|
|
205
|
-
expect(container.classList.contains('c4p--about-modal-scroll-content')).toBe(false);
|
|
206
|
-
});
|
|
207
|
-
});
|
|
208
|
-
//# sourceMappingURL=about-modal.test.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"about-modal.test.js","sources":["../../../src/components/about-modal/about-modal.test.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
|
@@ -1,113 +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, beforeEach, it, expect } from 'vitest';
|
|
9
|
-
import { fixture, html, elementUpdated } from '@open-wc/testing';
|
|
10
|
-
import { prefix } from '../../globals/settings.js';
|
|
11
|
-
import { Characters } from './constants.js';
|
|
12
|
-
import './big-number.js';
|
|
13
|
-
import './big-number-skeleton.js';
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Copyright IBM Corp. 2025
|
|
17
|
-
*
|
|
18
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
19
|
-
* LICENSE file in the root directory of this source tree.
|
|
20
|
-
*/
|
|
21
|
-
const blockClass = `${prefix}--big-number`;
|
|
22
|
-
describe('c4p-big-number', () => {
|
|
23
|
-
let el;
|
|
24
|
-
beforeEach(async () => {
|
|
25
|
-
el = await fixture(html `
|
|
26
|
-
<c4p-big-number
|
|
27
|
-
value=${12345.678}
|
|
28
|
-
total=${1000000}
|
|
29
|
-
size="lg"
|
|
30
|
-
label="Test Label"
|
|
31
|
-
locale="en-US"
|
|
32
|
-
truncate
|
|
33
|
-
trending
|
|
34
|
-
></c4p-big-number>
|
|
35
|
-
`);
|
|
36
|
-
});
|
|
37
|
-
it('renders with default properties', () => {
|
|
38
|
-
var _a, _b, _c, _d;
|
|
39
|
-
const shadow = el.shadowRoot;
|
|
40
|
-
// Render value
|
|
41
|
-
expect((_b = (_a = shadow.querySelector(`.${blockClass}__value`)) === null || _a === void 0 ? void 0 : _a.textContent) === null || _b === void 0 ? void 0 : _b.trim()).toBe('12.3K');
|
|
42
|
-
// Render total
|
|
43
|
-
expect((_d = (_c = shadow.querySelector(`.${blockClass}__total`)) === null || _c === void 0 ? void 0 : _c.textContent) === null || _d === void 0 ? void 0 : _d.trim()).toBe(`${Characters.Slash}1.0M`);
|
|
44
|
-
// Render trending icon
|
|
45
|
-
const trendingIcon = shadow.querySelector(`.${blockClass}__trend`);
|
|
46
|
-
expect(trendingIcon).to.exist;
|
|
47
|
-
});
|
|
48
|
-
it('displays Percentage symbol and hides Total when percentage props is true ', async () => {
|
|
49
|
-
var _a, _b;
|
|
50
|
-
el.percentage = true;
|
|
51
|
-
await elementUpdated(el);
|
|
52
|
-
const shadow = el.shadowRoot;
|
|
53
|
-
// Render percentage mark
|
|
54
|
-
expect((_b = (_a = shadow
|
|
55
|
-
.querySelector(`.${blockClass}__percentage-mark`)) === null || _a === void 0 ? void 0 : _a.textContent) === null || _b === void 0 ? void 0 : _b.trim()).toBe(Characters.Percentage);
|
|
56
|
-
// Hide total
|
|
57
|
-
const denominator = shadow.querySelector(`.${blockClass}__total`);
|
|
58
|
-
expect(denominator).not.to.exist;
|
|
59
|
-
});
|
|
60
|
-
it('formats value correctly with specified locale', async () => {
|
|
61
|
-
var _a, _b, _c, _d;
|
|
62
|
-
el.locale = 'fr-CA';
|
|
63
|
-
await elementUpdated(el);
|
|
64
|
-
const shadow = el.shadowRoot;
|
|
65
|
-
expect((_b = (_a = shadow.querySelector(`.${blockClass}__value`)) === null || _a === void 0 ? void 0 : _a.textContent) === null || _b === void 0 ? void 0 : _b.trim()).toBe('12,3 k');
|
|
66
|
-
expect((_d = (_c = shadow.querySelector(`.${blockClass}__total`)) === null || _c === void 0 ? void 0 : _c.textContent) === null || _d === void 0 ? void 0 : _d.trim()
|
|
67
|
-
// eslint-disable-next-line no-irregular-whitespace
|
|
68
|
-
).toBe(`${Characters.Slash}1,0 M`);
|
|
69
|
-
});
|
|
70
|
-
it('handles loading state', async () => {
|
|
71
|
-
el.loading = true;
|
|
72
|
-
await elementUpdated(el);
|
|
73
|
-
const shadow = el.shadowRoot;
|
|
74
|
-
expect(shadow.querySelector(`.${blockClass}__value`)).toBeNull();
|
|
75
|
-
});
|
|
76
|
-
it('formats value with specified fractionDigits', async () => {
|
|
77
|
-
var _a, _b;
|
|
78
|
-
el.fractionDigits = 2;
|
|
79
|
-
await elementUpdated(el);
|
|
80
|
-
const shadow = el.shadowRoot;
|
|
81
|
-
expect((_b = (_a = shadow.querySelector(`.${blockClass}__value`)) === null || _a === void 0 ? void 0 : _a.textContent) === null || _b === void 0 ? void 0 : _b.trim()).toBe('12.35K');
|
|
82
|
-
});
|
|
83
|
-
it('does not truncate value when truncate is false', async () => {
|
|
84
|
-
var _a, _b;
|
|
85
|
-
el.truncate = false;
|
|
86
|
-
await elementUpdated(el);
|
|
87
|
-
const shadow = el.shadowRoot;
|
|
88
|
-
expect((_b = (_a = shadow.querySelector(`.${blockClass}__value`)) === null || _a === void 0 ? void 0 : _a.textContent) === null || _b === void 0 ? void 0 : _b.trim()).toBe('12,345.678');
|
|
89
|
-
});
|
|
90
|
-
it('displays denominator when total is greater than value', async () => {
|
|
91
|
-
var _a, _b;
|
|
92
|
-
el.total = 15000;
|
|
93
|
-
await elementUpdated(el);
|
|
94
|
-
const shadow = el.shadowRoot;
|
|
95
|
-
expect((_b = (_a = shadow.querySelector(`.${blockClass}__total`)) === null || _a === void 0 ? void 0 : _a.textContent) === null || _b === void 0 ? void 0 : _b.trim()).toBe(`${Characters.Slash}15.0K`);
|
|
96
|
-
});
|
|
97
|
-
it('does not display denominator when total is not greater than value', async () => {
|
|
98
|
-
el.total = 12000;
|
|
99
|
-
await elementUpdated(el);
|
|
100
|
-
const shadow = el.shadowRoot;
|
|
101
|
-
expect(shadow.querySelector(`.${blockClass}__total`)).toBeNull();
|
|
102
|
-
});
|
|
103
|
-
it('formats value correctly with different sizes', async () => {
|
|
104
|
-
var _a, _b;
|
|
105
|
-
el.size = 'xl';
|
|
106
|
-
await elementUpdated(el);
|
|
107
|
-
const shadow = el.shadowRoot;
|
|
108
|
-
expect((_b = (_a = shadow.querySelector(`.${blockClass}__value`)) === null || _a === void 0 ? void 0 : _a.textContent) === null || _b === void 0 ? void 0 : _b.trim()).toBe('12.3K');
|
|
109
|
-
const modifierClassEl = el.shadowRoot.querySelector(`.${blockClass}--xl`);
|
|
110
|
-
expect(modifierClassEl).to.exist;
|
|
111
|
-
});
|
|
112
|
-
});
|
|
113
|
-
//# sourceMappingURL=big-number.test.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"big-number.test.js","sources":["../../../src/components/big-number/big-number.test.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,49 +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
|
-
* @license
|
|
12
|
-
*
|
|
13
|
-
* Copyright IBM Corp. 2025
|
|
14
|
-
*
|
|
15
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
16
|
-
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/
|
|
18
|
-
|
|
19
|
-
figma.connect(
|
|
20
|
-
'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf/-v11--IBM-Products-%E2%80%93-Carbon-Design-System?node-id=16728-642118',
|
|
21
|
-
{
|
|
22
|
-
props: {
|
|
23
|
-
label: figma.boolean('Clickable', {
|
|
24
|
-
true: figma.nestedProps('Link', {
|
|
25
|
-
text: figma.textContent('Link'),
|
|
26
|
-
}),
|
|
27
|
-
false: {
|
|
28
|
-
text: 'Task name',
|
|
29
|
-
},
|
|
30
|
-
}),
|
|
31
|
-
status: figma.enum('State', {
|
|
32
|
-
Unchecked: 'not started',
|
|
33
|
-
'In progress': 'in progress',
|
|
34
|
-
Completed: 'completed',
|
|
35
|
-
}),
|
|
36
|
-
clickable: figma.boolean('Clickable'),
|
|
37
|
-
},
|
|
38
|
-
example: ({ label, status, clickable }) =>
|
|
39
|
-
html`<c4p-checklist-item
|
|
40
|
-
label=${label.text}
|
|
41
|
-
status=${status}
|
|
42
|
-
clickable=${clickable}
|
|
43
|
-
></c4p-checklist-item>`,
|
|
44
|
-
imports: [
|
|
45
|
-
"import '@carbon/ibm-products-web-components/es/components/checklist/checklist-item.js'",
|
|
46
|
-
],
|
|
47
|
-
}
|
|
48
|
-
);
|
|
49
|
-
//# sourceMappingURL=checklist-item.figma.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checklist-item.figma.js","sources":["../../../src/components/checklist/checklist-item.figma.ts"],"sourcesContent":["/**\n * @license\n *\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\nfigma.connect(\n 'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf/-v11--IBM-Products-%E2%80%93-Carbon-Design-System?node-id=16728-642118',\n {\n props: {\n label: figma.boolean('Clickable', {\n true: figma.nestedProps('Link', {\n text: figma.textContent('Link'),\n }),\n false: {\n text: 'Task name',\n },\n }),\n status: figma.enum('State', {\n Unchecked: 'not started',\n 'In progress': 'in progress',\n Completed: 'completed',\n }),\n clickable: figma.boolean('Clickable'),\n },\n example: ({ label, status, clickable }) =>\n html`<c4p-checklist-item\n label=${label.text}\n status=${status}\n clickable=${clickable}\n ></c4p-checklist-item>`,\n imports: [\n \"import '@carbon/ibm-products-web-components/es/components/checklist/checklist-item.js'\",\n ],\n }\n);\n"],"names":[],"mappings":";;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAGA,KAAK,CAAC,OAAO;AACb,EAAE,4HAA4H;AAC9H,EAAE;AACF,IAAI,KAAK,EAAE;AACX,MAAM,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,WAAW,EAAE;AACxC,QAAQ,IAAI,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM,EAAE;AACxC,UAAU,IAAI,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC;AACzC,SAAS,CAAC;AACV,QAAQ,KAAK,EAAE;AACf,UAAU,IAAI,EAAE,WAAW;AAC3B,SAAS;AACT,OAAO,CAAC;AACR,MAAM,MAAM,EAAE,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE;AAClC,QAAQ,SAAS,EAAE,aAAa;AAChC,QAAQ,aAAa,EAAE,aAAa;AACpC,QAAQ,SAAS,EAAE,WAAW;AAC9B,OAAO,CAAC;AACR,MAAM,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,WAAW,CAAC;AAC3C,KAAK;AACL,IAAI,OAAO,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE;AAC1C,MAAM,IAAI,CAAC;AACX,cAAc,EAAE,KAAK,CAAC,IAAI;AAC1B,eAAe,EAAE,MAAM;AACvB,kBAAkB,EAAE,SAAS;AAC7B,4BAA4B,CAAC;AAC7B,IAAI,OAAO,EAAE;AACb,MAAM,wFAAwF;AAC9F,KAAK;AACL;AACA,CAAC"}
|
|
@@ -1,87 +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
|
-
* @license
|
|
12
|
-
*
|
|
13
|
-
* Copyright IBM Corp. 2025
|
|
14
|
-
*
|
|
15
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
16
|
-
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/
|
|
18
|
-
|
|
19
|
-
figma.connect(
|
|
20
|
-
'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf/-v11--IBM-Products-%E2%80%93-Carbon-Design-System?node-id=16728-642157',
|
|
21
|
-
{
|
|
22
|
-
variant: { Expanded: true },
|
|
23
|
-
props: {
|
|
24
|
-
titleText: figma.string('Heading text'),
|
|
25
|
-
progressText: figma.string('Progress text'),
|
|
26
|
-
groupTitleText: figma.string('Title text'),
|
|
27
|
-
footerLinkLabel: figma.nestedProps('Link', {
|
|
28
|
-
text: figma.textContent('Link'),
|
|
29
|
-
}),
|
|
30
|
-
children: figma.children('_Task item'),
|
|
31
|
-
},
|
|
32
|
-
example: (props) =>
|
|
33
|
-
html`<c4p-checklist
|
|
34
|
-
open
|
|
35
|
-
title=${props.titleText}
|
|
36
|
-
chart-label=${props.progressText}
|
|
37
|
-
chart-value="0.XX"
|
|
38
|
-
view-all-label=${props.footerLinkLabel.text}
|
|
39
|
-
>
|
|
40
|
-
<c4p-checklist-group title=${props.groupTitleText}>
|
|
41
|
-
${props.children}
|
|
42
|
-
</c4p-checklist-group>
|
|
43
|
-
</c4p-checklist>`,
|
|
44
|
-
imports: [
|
|
45
|
-
"import '@carbon/ibm-products-web-components/es/components/checklist/index.js'",
|
|
46
|
-
],
|
|
47
|
-
}
|
|
48
|
-
);
|
|
49
|
-
|
|
50
|
-
figma.connect(
|
|
51
|
-
'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf/-v11--IBM-Products-%E2%80%93-Carbon-Design-System?node-id=16728-642157',
|
|
52
|
-
{
|
|
53
|
-
variant: { Expanded: false },
|
|
54
|
-
props: {
|
|
55
|
-
titleText: figma.string('Heading text'),
|
|
56
|
-
progressText: figma.string('Progress text'),
|
|
57
|
-
groupTitleText: figma.string('Title text'),
|
|
58
|
-
footerLinkLabel: figma.nestedProps('Link', {
|
|
59
|
-
text: figma.textContent('Link'),
|
|
60
|
-
}),
|
|
61
|
-
},
|
|
62
|
-
example: (props) =>
|
|
63
|
-
html`<c4p-checklist
|
|
64
|
-
title=${props.titleText}
|
|
65
|
-
chart-label=${props.progressText}
|
|
66
|
-
chart-value="0.XX"
|
|
67
|
-
view-all-label=${props.footerLinkLabel.text}
|
|
68
|
-
>
|
|
69
|
-
<c4p-checklist-group title=${props.groupTitleText}>
|
|
70
|
-
<c4p-checklist-item
|
|
71
|
-
label="Task name"
|
|
72
|
-
status="in progress"
|
|
73
|
-
clickable
|
|
74
|
-
></c4p-checklist-item>
|
|
75
|
-
<c4p-checklist-item
|
|
76
|
-
label="Task name"
|
|
77
|
-
status="not started"
|
|
78
|
-
clickable
|
|
79
|
-
></c4p-checklist-item>
|
|
80
|
-
</c4p-checklist-group>
|
|
81
|
-
</c4p-checklist>`,
|
|
82
|
-
imports: [
|
|
83
|
-
"import '@carbon/ibm-products-web-components/es/components/checklist/index.js'",
|
|
84
|
-
],
|
|
85
|
-
}
|
|
86
|
-
);
|
|
87
|
-
//# sourceMappingURL=checklist.figma.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checklist.figma.js","sources":["../../../src/components/checklist/checklist.figma.ts"],"sourcesContent":["/**\n * @license\n *\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\nfigma.connect(\n 'https://www.figma.com/design/0F9dKH2abAd7gSfvnacfWf/-v11--IBM-Products-%E2%80%93-Carbon-Design-System?node-id=16728-642157',\n {\n variant: { Expanded: true },\n props: {\n titleText: figma.string('Heading text'),\n progressText: figma.string('Progress text'),\n groupTitleText: figma.string('Title text'),\n footerLinkLabel: figma.nestedProps('Link', {\n text: figma.textContent('Link'),\n }),\n children: figma.children('_Task item'),\n },\n example: (props) =>\n html`<c4p-checklist\n open\n title=${props.titleText}\n chart-label=${props.progressText}\n chart-value=\"0.XX\"\n view-all-label=${props.footerLinkLabel.text}\n >\n <c4p-checklist-group title=${props.groupTitleText}>\n ${props.children}\n </c4p-checklist-group>\n </c4p-checklist>`,\n imports: [\n \"import '@carbon/ibm-products-web-components/es/components/checklist/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-642157',\n {\n variant: { Expanded: false },\n props: {\n titleText: figma.string('Heading text'),\n progressText: figma.string('Progress text'),\n groupTitleText: figma.string('Title text'),\n footerLinkLabel: figma.nestedProps('Link', {\n text: figma.textContent('Link'),\n }),\n },\n example: (props) =>\n html`<c4p-checklist\n title=${props.titleText}\n chart-label=${props.progressText}\n chart-value=\"0.XX\"\n view-all-label=${props.footerLinkLabel.text}\n >\n <c4p-checklist-group title=${props.groupTitleText}>\n <c4p-checklist-item\n label=\"Task name\"\n status=\"in progress\"\n clickable\n ></c4p-checklist-item>\n <c4p-checklist-item\n label=\"Task name\"\n status=\"not started\"\n clickable\n ></c4p-checklist-item>\n </c4p-checklist-group>\n </c4p-checklist>`,\n imports: [\n \"import '@carbon/ibm-products-web-components/es/components/checklist/index.js'\",\n ],\n }\n);\n"],"names":[],"mappings":";;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAGA,KAAK,CAAC,OAAO;AACb,EAAE,4HAA4H;AAC9H,EAAE;AACF,IAAI,OAAO,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;AAC/B,IAAI,KAAK,EAAE;AACX,MAAM,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,cAAc,CAAC;AAC7C,MAAM,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,eAAe,CAAC;AACjD,MAAM,cAAc,EAAE,KAAK,CAAC,MAAM,CAAC,YAAY,CAAC;AAChD,MAAM,eAAe,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM,EAAE;AACjD,QAAQ,IAAI,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC;AACvC,OAAO,CAAC;AACR,MAAM,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,YAAY,CAAC;AAC5C,KAAK;AACL,IAAI,OAAO,EAAE,CAAC,KAAK;AACnB,MAAM,IAAI,CAAC;AACX;AACA,cAAc,EAAE,KAAK,CAAC,SAAS;AAC/B,oBAAoB,EAAE,KAAK,CAAC,YAAY;AACxC;AACA,uBAAuB,EAAE,KAAK,CAAC,eAAe,CAAC,IAAI;AACnD;AACA,mCAAmC,EAAE,KAAK,CAAC,cAAc,CAAC;AAC1D,UAAU,EAAE,KAAK,CAAC,QAAQ;AAC1B;AACA,sBAAsB,CAAC;AACvB,IAAI,OAAO,EAAE;AACb,MAAM,+EAA+E;AACrF,KAAK;AACL;AACA,CAAC;;AAED,KAAK,CAAC,OAAO;AACb,EAAE,4HAA4H;AAC9H,EAAE;AACF,IAAI,OAAO,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE;AAChC,IAAI,KAAK,EAAE;AACX,MAAM,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,cAAc,CAAC;AAC7C,MAAM,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,eAAe,CAAC;AACjD,MAAM,cAAc,EAAE,KAAK,CAAC,MAAM,CAAC,YAAY,CAAC;AAChD,MAAM,eAAe,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM,EAAE;AACjD,QAAQ,IAAI,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC;AACvC,OAAO,CAAC;AACR,KAAK;AACL,IAAI,OAAO,EAAE,CAAC,KAAK;AACnB,MAAM,IAAI,CAAC;AACX,cAAc,EAAE,KAAK,CAAC,SAAS;AAC/B,oBAAoB,EAAE,KAAK,CAAC,YAAY;AACxC;AACA,uBAAuB,EAAE,KAAK,CAAC,eAAe,CAAC,IAAI;AACnD;AACA,mCAAmC,EAAE,KAAK,CAAC,cAAc,CAAC;AAC1D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sBAAsB,CAAC;AACvB,IAAI,OAAO,EAAE;AACb,MAAM,+EAA+E;AACrF,KAAK;AACL;AACA,CAAC"}
|