@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,171 +1,132 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright IBM Corp.
|
|
2
|
+
* Copyright IBM Corp. 2020, 2026
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import { carbonElement } from
|
|
14
|
-
import {
|
|
8
|
+
import { carbonPrefix, prefix } from "../../globals/settings.js";
|
|
9
|
+
import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.112.0/helpers/decorate.js";
|
|
10
|
+
import truncated_text_default$1 from "./truncated-text.scss.js";
|
|
11
|
+
import { LitElement, html } from "lit";
|
|
12
|
+
import { property, query, state } from "lit/decorators.js";
|
|
13
|
+
import { carbonElement } from "@carbon/web-components/es/globals/decorators/carbon-element.js";
|
|
14
|
+
import { classMap } from "lit/directives/class-map.js";
|
|
15
|
+
import { styleMap } from "lit/directives/style-map.js";
|
|
15
16
|
import '@carbon/web-components/es-custom/components/tooltip/index.js';
|
|
16
17
|
import '@carbon/web-components/es-custom/components/button/button.js';
|
|
17
18
|
import '@carbon/web-components/es-custom/components/link/index.js';
|
|
18
|
-
import styles from './truncated-text.scss.js';
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
const blockClass = `${prefix}--${componentName}`;
|
|
22
|
-
const elementName = `${prefix}-${componentName}`; // c4p-truncated-text
|
|
20
|
+
//#region src/components/truncated-text/truncated-text.ts
|
|
23
21
|
/**
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
22
|
+
* @license
|
|
23
|
+
*
|
|
24
|
+
* Copyright IBM Corp. 2025, 2025
|
|
25
|
+
*
|
|
26
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
27
|
+
* LICENSE file in the root directory of this source tree.
|
|
28
|
+
*/
|
|
29
|
+
const componentName = "truncated-text";
|
|
30
|
+
const blockClass = `${prefix}--${componentName}`;
|
|
31
|
+
const elementName = `${prefix}-${componentName}`;
|
|
28
32
|
let CDSTruncatedText = class CDSTruncatedText extends LitElement {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
if (isOverflowing !== this._isOverflowing) {
|
|
127
|
-
this._isOverflowing = isOverflowing;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
_handleKeydown(evt) {
|
|
131
|
-
const { key } = evt;
|
|
132
|
-
if (key === 'Enter' || key === ' ') {
|
|
133
|
-
this._toggleExpansion();
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
_toggleExpansion() {
|
|
137
|
-
var _a, _b, _c;
|
|
138
|
-
this._isExpanded = !this._isExpanded;
|
|
139
|
-
this._updateMaxHeight();
|
|
140
|
-
(_a = this._textElement) === null || _a === void 0 ? void 0 : _a.classList.add(`${blockClass}_transition`);
|
|
141
|
-
const onTransitionEnd = () => {
|
|
142
|
-
var _a, _b, _c;
|
|
143
|
-
(_b = (_a = this._textElement) === null || _a === void 0 ? void 0 : _a.querySelector('button')) === null || _b === void 0 ? void 0 : _b.focus();
|
|
144
|
-
(_c = this._textElement) === null || _c === void 0 ? void 0 : _c.removeEventListener('transitionend', onTransitionEnd);
|
|
145
|
-
};
|
|
146
|
-
(_b = this._textElement) === null || _b === void 0 ? void 0 : _b.addEventListener('transitionend', onTransitionEnd);
|
|
147
|
-
/**
|
|
148
|
-
* currently you cannot animate line-clamping
|
|
149
|
-
* you can however animate max-height
|
|
150
|
-
* this removes the clamping and then quickly adds it so you can see the ellipsis
|
|
151
|
-
*/
|
|
152
|
-
if (this._isExpanded === false) {
|
|
153
|
-
(_c = this._textElement) === null || _c === void 0 ? void 0 : _c.classList.add(`${blockClass}_content--closing`);
|
|
154
|
-
setTimeout(() => {
|
|
155
|
-
var _a;
|
|
156
|
-
(_a = this._textElement) === null || _a === void 0 ? void 0 : _a.classList.remove(`${blockClass}_content--closing`);
|
|
157
|
-
}, 100);
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
_renderToggleButton() {
|
|
161
|
-
const className = classMap({
|
|
162
|
-
[`${blockClass}_button-collapse`]: this._isExpanded,
|
|
163
|
-
[`${blockClass}_button-expand`]: !this._isExpanded,
|
|
164
|
-
[`${blockClass}_button-layered`]: this._isLayered,
|
|
165
|
-
[`${blockClass}_button-hide`]: !this._isOverflowing && !this._isExpanded,
|
|
166
|
-
});
|
|
167
|
-
const label = this._isExpanded ? this.collapseLabel : this.expandLabel;
|
|
168
|
-
return html `
|
|
33
|
+
constructor(..._args) {
|
|
34
|
+
super(..._args);
|
|
35
|
+
this.align = "top";
|
|
36
|
+
this.autoalign = false;
|
|
37
|
+
this.collapseLabel = "";
|
|
38
|
+
this.expandLabel = "";
|
|
39
|
+
this.id = "";
|
|
40
|
+
this.lines = 0;
|
|
41
|
+
this.type = "tooltip";
|
|
42
|
+
this.value = "";
|
|
43
|
+
this._isOverflowing = false;
|
|
44
|
+
this._isExpanded = false;
|
|
45
|
+
this._maxHeight = "none";
|
|
46
|
+
this._lineHeight = 0;
|
|
47
|
+
this._isLayered = false;
|
|
48
|
+
}
|
|
49
|
+
static {
|
|
50
|
+
this.styles = truncated_text_default$1;
|
|
51
|
+
}
|
|
52
|
+
connectedCallback() {
|
|
53
|
+
super.connectedCallback();
|
|
54
|
+
this._isLayered = !!this.closest(`${carbonPrefix}-layer`);
|
|
55
|
+
this.type = this.type || "tooltip";
|
|
56
|
+
}
|
|
57
|
+
disconnectedCallback() {
|
|
58
|
+
this._resizeObserver?.disconnect();
|
|
59
|
+
super.disconnectedCallback();
|
|
60
|
+
}
|
|
61
|
+
firstUpdated() {
|
|
62
|
+
requestAnimationFrame(() => {
|
|
63
|
+
const computedStyle = getComputedStyle(this._textElement);
|
|
64
|
+
this._lineHeight = parseFloat(computedStyle.lineHeight);
|
|
65
|
+
this._setupResizeObserver();
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
updated(changed) {
|
|
69
|
+
if (changed.has("lines") || changed.has("value")) {
|
|
70
|
+
this._updateOverflowStatus();
|
|
71
|
+
this._updateMaxHeight();
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
_updateMaxHeight() {
|
|
75
|
+
if (this.type !== "expand") return;
|
|
76
|
+
requestAnimationFrame(() => {
|
|
77
|
+
if (!this._textElement) return;
|
|
78
|
+
this._maxHeight = this.lines > 0 && !this._isExpanded ? `${this.lines * this._lineHeight}px` : `${this._textElement.scrollHeight}px`;
|
|
79
|
+
});
|
|
80
|
+
}
|
|
81
|
+
_setupResizeObserver() {
|
|
82
|
+
if (!this._textElement) return;
|
|
83
|
+
if (this._resizeObserver) this._resizeObserver.disconnect();
|
|
84
|
+
this._resizeObserver = new ResizeObserver(() => {
|
|
85
|
+
this._updateOverflowStatus();
|
|
86
|
+
});
|
|
87
|
+
this._resizeObserver.observe(this);
|
|
88
|
+
}
|
|
89
|
+
_updateOverflowStatus() {
|
|
90
|
+
if (!this._textElement || this.lines <= 0) return;
|
|
91
|
+
this._updateMaxHeight();
|
|
92
|
+
const { scrollHeight, clientHeight } = this._textElement;
|
|
93
|
+
const isOverflowing = scrollHeight > clientHeight + this._lineHeight / 2;
|
|
94
|
+
if (isOverflowing !== this._isOverflowing) this._isOverflowing = isOverflowing;
|
|
95
|
+
}
|
|
96
|
+
_handleKeydown(evt) {
|
|
97
|
+
const { key } = evt;
|
|
98
|
+
if (key === "Enter" || key === " ") this._toggleExpansion();
|
|
99
|
+
}
|
|
100
|
+
_toggleExpansion() {
|
|
101
|
+
this._isExpanded = !this._isExpanded;
|
|
102
|
+
this._updateMaxHeight();
|
|
103
|
+
this._textElement?.classList.add(`${blockClass}_transition`);
|
|
104
|
+
const onTransitionEnd = () => {
|
|
105
|
+
this._textElement?.querySelector("button")?.focus();
|
|
106
|
+
this._textElement?.removeEventListener("transitionend", onTransitionEnd);
|
|
107
|
+
};
|
|
108
|
+
this._textElement?.addEventListener("transitionend", onTransitionEnd);
|
|
109
|
+
/**
|
|
110
|
+
* currently you cannot animate line-clamping
|
|
111
|
+
* you can however animate max-height
|
|
112
|
+
* this removes the clamping and then quickly adds it so you can see the ellipsis
|
|
113
|
+
*/
|
|
114
|
+
if (this._isExpanded === false) {
|
|
115
|
+
this._textElement?.classList.add(`${blockClass}_content--closing`);
|
|
116
|
+
setTimeout(() => {
|
|
117
|
+
this._textElement?.classList.remove(`${blockClass}_content--closing`);
|
|
118
|
+
}, 100);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
_renderToggleButton() {
|
|
122
|
+
const className = classMap({
|
|
123
|
+
[`${blockClass}_button-collapse`]: this._isExpanded,
|
|
124
|
+
[`${blockClass}_button-expand`]: !this._isExpanded,
|
|
125
|
+
[`${blockClass}_button-layered`]: this._isLayered,
|
|
126
|
+
[`${blockClass}_button-hide`]: !this._isOverflowing && !this._isExpanded
|
|
127
|
+
});
|
|
128
|
+
const label = this._isExpanded ? this.collapseLabel : this.expandLabel;
|
|
129
|
+
return html`
|
|
169
130
|
<span
|
|
170
131
|
aria-controls=${this.id}
|
|
171
132
|
aria-expanded=${this._isExpanded}
|
|
@@ -178,14 +139,13 @@ let CDSTruncatedText = class CDSTruncatedText extends LitElement {
|
|
|
178
139
|
${label}
|
|
179
140
|
</span>
|
|
180
141
|
`;
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
const valueBody = html `
|
|
142
|
+
}
|
|
143
|
+
render() {
|
|
144
|
+
const contentStyle = {
|
|
145
|
+
["--line-clamp"]: this._isExpanded ? "none" : this.lines,
|
|
146
|
+
["max-block-size"]: this.type === "expand" ? this._maxHeight : "none"
|
|
147
|
+
};
|
|
148
|
+
const valueBody = html`
|
|
189
149
|
<div
|
|
190
150
|
id=${this.id}
|
|
191
151
|
class="${blockClass}_content"
|
|
@@ -194,7 +154,7 @@ let CDSTruncatedText = class CDSTruncatedText extends LitElement {
|
|
|
194
154
|
${this.value}
|
|
195
155
|
</div>
|
|
196
156
|
`;
|
|
197
|
-
|
|
157
|
+
const tooltipVariant = html`
|
|
198
158
|
<cds-custom-tooltip
|
|
199
159
|
align=${this.align}
|
|
200
160
|
autoalign=${this.autoalign}
|
|
@@ -205,53 +165,52 @@ let CDSTruncatedText = class CDSTruncatedText extends LitElement {
|
|
|
205
165
|
<cds-custom-tooltip-content>${this.value}</cds-custom-tooltip-content>
|
|
206
166
|
</cds-custom-tooltip>
|
|
207
167
|
`;
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
: expandVariant;
|
|
212
|
-
}
|
|
168
|
+
const expandVariant = html`${valueBody} ${this._renderToggleButton()}`;
|
|
169
|
+
return this.type === "tooltip" && this._isOverflowing ? tooltipVariant : expandVariant;
|
|
170
|
+
}
|
|
213
171
|
};
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
], CDSTruncatedText.prototype, "align", void 0);
|
|
218
|
-
__decorate([
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
], CDSTruncatedText.prototype, "
|
|
227
|
-
__decorate([
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
], CDSTruncatedText.prototype, "
|
|
236
|
-
__decorate([
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
], CDSTruncatedText.prototype, "
|
|
251
|
-
CDSTruncatedText
|
|
252
|
-
|
|
253
|
-
], CDSTruncatedText);
|
|
254
|
-
var
|
|
172
|
+
__decorate([property({
|
|
173
|
+
reflect: true,
|
|
174
|
+
type: String
|
|
175
|
+
})], CDSTruncatedText.prototype, "align", void 0);
|
|
176
|
+
__decorate([property({
|
|
177
|
+
type: Boolean,
|
|
178
|
+
reflect: true
|
|
179
|
+
})], CDSTruncatedText.prototype, "autoalign", void 0);
|
|
180
|
+
__decorate([property({
|
|
181
|
+
attribute: "collapse-label",
|
|
182
|
+
type: String,
|
|
183
|
+
reflect: true
|
|
184
|
+
})], CDSTruncatedText.prototype, "collapseLabel", void 0);
|
|
185
|
+
__decorate([property({
|
|
186
|
+
attribute: "expand-label",
|
|
187
|
+
type: String,
|
|
188
|
+
reflect: true
|
|
189
|
+
})], CDSTruncatedText.prototype, "expandLabel", void 0);
|
|
190
|
+
__decorate([property({
|
|
191
|
+
type: String,
|
|
192
|
+
reflect: true
|
|
193
|
+
})], CDSTruncatedText.prototype, "id", void 0);
|
|
194
|
+
__decorate([property({
|
|
195
|
+
type: Number,
|
|
196
|
+
reflect: true
|
|
197
|
+
})], CDSTruncatedText.prototype, "lines", void 0);
|
|
198
|
+
__decorate([property({
|
|
199
|
+
type: String,
|
|
200
|
+
reflect: true
|
|
201
|
+
})], CDSTruncatedText.prototype, "type", void 0);
|
|
202
|
+
__decorate([property({
|
|
203
|
+
type: String,
|
|
204
|
+
attribute: "value",
|
|
205
|
+
reflect: true
|
|
206
|
+
})], CDSTruncatedText.prototype, "value", void 0);
|
|
207
|
+
__decorate([state()], CDSTruncatedText.prototype, "_isOverflowing", void 0);
|
|
208
|
+
__decorate([state()], CDSTruncatedText.prototype, "_isExpanded", void 0);
|
|
209
|
+
__decorate([state()], CDSTruncatedText.prototype, "_maxHeight", void 0);
|
|
210
|
+
__decorate([query(`.${blockClass}_content`)], CDSTruncatedText.prototype, "_textElement", void 0);
|
|
211
|
+
CDSTruncatedText = __decorate([carbonElement(elementName)], CDSTruncatedText);
|
|
212
|
+
var truncated_text_default = CDSTruncatedText;
|
|
255
213
|
|
|
256
|
-
|
|
257
|
-
|
|
214
|
+
//#endregion
|
|
215
|
+
export { CDSTruncatedText, blockClass, truncated_text_default as default };
|
|
216
|
+
//# sourceMappingURL=truncated-text.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"truncated-text.js","sources":["../../../src/components/truncated-text/truncated-text.ts"],"sourcesContent":[null],"names":["customElement"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"truncated-text.js","names":["styles","customElement"],"sources":["../../../src/components/truncated-text/truncated-text.ts"],"sourcesContent":["/**\n * @license\n *\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 */\nimport { html, LitElement } from 'lit';\nimport { property, query, state } from 'lit/decorators.js';\nimport { classMap } from 'lit/directives/class-map.js';\nimport { styleMap } from 'lit/directives/style-map.js';\nimport { carbonElement as customElement } from '@carbon/web-components/es/globals/decorators/carbon-element.js';\nimport { prefix, carbonPrefix } from '../../globals/settings';\nimport '@carbon/web-components/es-custom/components/tooltip/index.js';\nimport '@carbon/web-components/es-custom/components/button/button.js';\nimport '@carbon/web-components/es-custom/components/link/index.js';\n\nimport styles from './truncated-text.scss?lit';\n\nconst componentName = 'truncated-text';\nexport const blockClass = `${prefix}--${componentName}`;\nconst elementName = `${prefix}-${componentName}`; // c4p-truncated-text\n\n/**\n * TruncatedText.\n *\n * @element c4p-truncated-text\n */\n@customElement(elementName)\nexport class CDSTruncatedText extends LitElement {\n /**\n * Specify how the tooltip should align with the content.\n */\n @property({ reflect: true, type: String })\n align = 'top';\n\n /**\n * Specify whether a auto align functionality should be applied\n */\n @property({ type: Boolean, reflect: true })\n autoalign = false;\n\n /**\n * The label on the collapse button.\n */\n @property({ attribute: 'collapse-label', type: String, reflect: true })\n collapseLabel = '';\n\n /**\n * The label on expand button.\n */\n @property({ attribute: 'expand-label', type: String, reflect: true })\n expandLabel = '';\n\n /**\n * Unique identifier for the element.\n */\n @property({ type: String, reflect: true })\n id = '';\n\n /**\n * The maximum number of lines to display before truncation.\n */\n @property({ type: Number, reflect: true })\n lines = 0;\n\n /**\n * The method to display the full text when truncated. Options are \"tooltip\" or \"expand\". if not passed, the text would just be truncated with ellipsis.\n */\n @property({ type: String, reflect: true })\n type: 'tooltip' | 'expand' = 'tooltip';\n\n /**\n * The string value to be truncated.\n */\n @property({ type: String, attribute: 'value', reflect: true })\n value = '';\n\n @state() private _isOverflowing: boolean = false;\n @state() private _isExpanded: boolean = false;\n @state() private _maxHeight: string = 'none';\n\n @query(`.${blockClass}_content`) private _textElement!: HTMLElement;\n private _lineHeight: number = 0;\n private _isLayered: boolean = false;\n private _resizeObserver?: ResizeObserver;\n\n static styles = styles;\n\n connectedCallback() {\n super.connectedCallback();\n this._isLayered = !!this.closest(`${carbonPrefix}-layer`);\n this.type = this.type || 'tooltip';\n }\n\n disconnectedCallback() {\n this._resizeObserver?.disconnect();\n super.disconnectedCallback();\n }\n\n protected firstUpdated() {\n requestAnimationFrame(() => {\n const computedStyle = getComputedStyle(this._textElement);\n this._lineHeight = parseFloat(computedStyle.lineHeight);\n this._setupResizeObserver();\n });\n }\n\n protected updated(changed: Map<string, unknown>) {\n if (changed.has('lines') || changed.has('value')) {\n this._updateOverflowStatus();\n this._updateMaxHeight();\n }\n }\n\n private _updateMaxHeight() {\n if (this.type !== 'expand') {\n return;\n }\n requestAnimationFrame(() => {\n if (!this._textElement) {\n return;\n }\n this._maxHeight =\n this.lines > 0 && !this._isExpanded\n ? `${this.lines * this._lineHeight}px`\n : `${this._textElement.scrollHeight}px`;\n });\n }\n\n private _setupResizeObserver() {\n if (!this._textElement) {\n return;\n }\n\n if (this._resizeObserver) {\n this._resizeObserver.disconnect();\n }\n\n this._resizeObserver = new ResizeObserver(() => {\n this._updateOverflowStatus();\n });\n\n this._resizeObserver.observe(this);\n }\n\n private _updateOverflowStatus() {\n if (!this._textElement || this.lines <= 0) {\n return;\n }\n this._updateMaxHeight();\n const { scrollHeight, clientHeight } = this._textElement;\n const buffer = this._lineHeight / 2; // buffer of at least half of line height for a stable outcome\n\n const isOverflowing = scrollHeight > clientHeight + buffer;\n\n if (isOverflowing !== this._isOverflowing) {\n this._isOverflowing = isOverflowing;\n }\n }\n\n private _handleKeydown(evt: KeyboardEvent) {\n const { key } = evt;\n if (key === 'Enter' || key === ' ') {\n this._toggleExpansion();\n }\n }\n\n private _toggleExpansion() {\n this._isExpanded = !this._isExpanded;\n this._updateMaxHeight();\n this._textElement?.classList.add(`${blockClass}_transition`);\n const onTransitionEnd = () => {\n this._textElement?.querySelector('button')?.focus();\n this._textElement?.removeEventListener('transitionend', onTransitionEnd);\n };\n this._textElement?.addEventListener('transitionend', onTransitionEnd);\n\n /**\n * currently you cannot animate line-clamping\n * you can however animate max-height\n * this removes the clamping and then quickly adds it so you can see the ellipsis\n */\n if (this._isExpanded === false) {\n this._textElement?.classList.add(`${blockClass}_content--closing`);\n setTimeout(() => {\n this._textElement?.classList.remove(`${blockClass}_content--closing`);\n }, 100);\n }\n }\n\n private _renderToggleButton() {\n const className = classMap({\n [`${blockClass}_button-collapse`]: this._isExpanded,\n [`${blockClass}_button-expand`]: !this._isExpanded,\n [`${blockClass}_button-layered`]: this._isLayered,\n [`${blockClass}_button-hide`]: !this._isOverflowing && !this._isExpanded,\n });\n const label = this._isExpanded ? this.collapseLabel : this.expandLabel;\n return html`\n <span\n aria-controls=${this.id}\n aria-expanded=${this._isExpanded}\n class=${className}\n @click=${this._toggleExpansion}\n @keydown=${this._handleKeydown}\n role=\"button\"\n tabIndex=\"0\"\n >\n ${label}\n </span>\n `;\n }\n\n render() {\n // Apply different styles based on truncation method\n const contentStyle = {\n ['--line-clamp']: this._isExpanded ? 'none' : this.lines,\n ['max-block-size']: this.type === 'expand' ? this._maxHeight : 'none',\n };\n\n const valueBody = html`\n <div\n id=${this.id}\n class=\"${blockClass}_content\"\n style=${styleMap(contentStyle)}\n >\n ${this.value}\n </div>\n `;\n\n const tooltipVariant = html`\n <cds-custom-tooltip\n align=${this.align}\n autoalign=${this.autoalign}\n enter-delay-ms=\"0\"\n leave-delay-ms=\"0\"\n >\n ${valueBody}\n <cds-custom-tooltip-content>${this.value}</cds-custom-tooltip-content>\n </cds-custom-tooltip>\n `;\n\n const expandVariant = html`${valueBody} ${this._renderToggleButton()}`;\n\n return this.type === 'tooltip' && this._isOverflowing\n ? tooltipVariant\n : expandVariant;\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n [elementName]: CDSTruncatedText;\n }\n}\n\nexport default CDSTruncatedText;\n"],"mappings":"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"}
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright IBM Corp.
|
|
2
|
+
* Copyright IBM Corp. 2020, 2026
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import { css } from
|
|
8
|
+
import { css } from "lit";
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
//#region src/components/truncated-text/truncated-text.scss?lit
|
|
11
|
+
var truncated_text_default = css(["@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--layout--size-xs{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xs,1.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-sm,2rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-md,2.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-lg,3rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xl,4rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-2xl,5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-normal,1rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-normal,1rem)}:root{--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px}.cds-custom--assistive-text,.cds-custom--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.c4p--truncated-text_button-collapse,.c4p--truncated-text_button-expand{border:none;cursor:pointer;font:inherit;line-height:inherit}:host(c4p-truncated-text){display:block;inline-size:100%}@media (prefers-reduced-motion:no-preference){:host(c4p-truncated-text) .c4p--truncated-text_transition{transition:max-height .11s cubic-bezier(.2,0,.38,.9)}}:host(c4p-truncated-text) .c4p--truncated-text_content{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp,0);text-overflow:clip;white-space:normal}:host(c4p-truncated-text) .c4p--truncated-text_content:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){:host(c4p-truncated-text) .c4p--truncated-text_content:focus{outline-style:dotted}}:host(c4p-truncated-text) .c4p--truncated-text_content--closing{-webkit-line-clamp:none}:host(c4p-truncated-text) cds-custom-tooltip{display:inline-flex}:host(c4p-truncated-text) .c4p--truncated-text_button-collapse:focus,:host(c4p-truncated-text) .c4p--truncated-text_button-expand:focus,:host(c4p-truncated-text) button:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){:host(c4p-truncated-text) .c4p--truncated-text_button-collapse:focus,:host(c4p-truncated-text) .c4p--truncated-text_button-expand:focus,:host(c4p-truncated-text) button:focus{outline-style:dotted}}.c4p--truncated-text_button-collapse,.c4p--truncated-text_button-expand{color:var(--cds-custom-link-primary,#0f62fe);padding:0 .125rem}.c4p--truncated-text_button-collapse.c4p--truncated-text_button-hide,.c4p--truncated-text_button-expand.c4p--truncated-text_button-hide{display:none}.c4p--truncated-text_button-expand.c4p--truncated-text_button-layered{background-color:var(--cds-custom-layer)}.c4p--truncated-text_button-expand:dir(ltr):before{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,var(--cds-custom-background,#fff) 0)}.c4p--truncated-text_button-expand.c4p--truncated-text_button-layered:dir(ltr):before{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,var(--cds-custom-layer) 0)}.c4p--truncated-text_button-expand:dir(rtl):before{background:linear-gradient(270deg,hsla(0,0%,100%,0) 0,var(--cds-custom-background,#fff) 0)}.c4p--truncated-text_button-expand.c4p--truncated-text_button-layered:dir(rtl):before{background:linear-gradient(270deg,hsla(0,0%,100%,0) 0,var(--cds-custom-layer) 0)}.c4p--truncated-text_button-collapse{background-color:transparent}"]);
|
|
11
12
|
|
|
12
|
-
|
|
13
|
-
|
|
13
|
+
//#endregion
|
|
14
|
+
export { truncated_text_default as default };
|
|
15
|
+
//# sourceMappingURL=truncated-text.scss.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"truncated-text.scss.js","
|
|
1
|
+
{"version":3,"file":"truncated-text.scss.js","names":[],"sources":["../../../src/components/truncated-text/truncated-text.scss?lit"],"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\n// $css--plex: true !default;\n\n@use 'sass:map';\n@use '@carbon/styles/scss/utilities' as *;\n@use '@carbon/styles/scss/spacing' as *;\n@use '@carbon/styles/scss/theme';\n@use '@carbon/styles/scss/motion' as *;\n@use '@carbon/styles/scss/config' as carbon-config;\n\n$prefix: 'c4p';\n$carbon-prefix: carbon-config.$prefix;\n$block-class: #{$prefix}--truncated-text;\n\n// Common reset button style\n%reset-button {\n border: none;\n cursor: pointer;\n font: inherit;\n line-height: inherit;\n}\n\n// Mixin for directional gradients\n@mixin gradient-bg($direction, $color) {\n background: linear-gradient($direction, rgba(255, 255, 255, 0) 0%, $color 0%);\n}\n\n:host(#{$prefix}-truncated-text) {\n display: block;\n inline-size: 100%;\n\n .#{$block-class}_transition {\n @media (prefers-reduced-motion: no-preference) {\n transition: max-height $duration-fast-02 motion(standard, productive);\n }\n }\n\n .#{$block-class}_content {\n display: -webkit-box;\n overflow: hidden;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: var(--line-clamp, 0);\n text-overflow: clip;\n white-space: normal;\n\n &:focus {\n @include focus-outline('outline');\n }\n }\n\n .#{$block-class}_content--closing {\n -webkit-line-clamp: none;\n }\n\n #{$carbon-prefix}-tooltip {\n display: inline-flex;\n }\n\n button:focus,\n .#{$block-class}_button-expand:focus,\n .#{$block-class}_button-collapse:focus {\n @include focus-outline('outline');\n }\n}\n\n.#{$block-class}_button-expand,\n.#{$block-class}_button-collapse {\n @extend %reset-button;\n\n padding: 0 $spacing-01;\n color: theme.$link-primary;\n\n &.#{$block-class}_button-hide {\n display: none;\n }\n}\n\n.#{$block-class}_button-expand {\n &.#{$block-class}_button-layered {\n background-color: theme.$layer;\n }\n\n // Gradient LTR\n &:dir(ltr)::before {\n @include gradient-bg(90deg, theme.$background);\n }\n\n &.#{$block-class}_button-layered:dir(ltr)::before {\n @include gradient-bg(90deg, theme.$layer);\n }\n\n // Gradient RTL\n &:dir(rtl)::before {\n @include gradient-bg(270deg, theme.$background);\n }\n\n &.#{$block-class}_button-layered:dir(rtl)::before {\n @include gradient-bg(270deg, theme.$layer);\n }\n}\n\n.#{$block-class}_button-collapse {\n background-color: transparent;\n}\n"],"mappings":""}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright IBM Corp.
|
|
2
|
+
* Copyright IBM Corp. 2020, 2026
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import
|
|
9
|
-
//# sourceMappingURL=index.js.map
|
|
8
|
+
import "./user-avatar.js";
|