@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,94 +1,79 @@
|
|
|
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
|
|
8
|
+
import { prefix } from "../../globals/settings.js";
|
|
9
|
+
import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.112.0/helpers/decorate.js";
|
|
10
|
+
import { MatchMediaController } from "../../globals/js/utils/match-media-controller.js";
|
|
11
|
+
import "../truncated-text/index.js";
|
|
12
|
+
import tearsheet_header_content_default$1 from "./tearsheet-header-content.scss.js";
|
|
13
|
+
import { LitElement, html } from "lit";
|
|
14
|
+
import { property, query, state } from "lit/decorators.js";
|
|
15
|
+
import HostListenerMixin from "@carbon/web-components/es/globals/mixins/host-listener.js";
|
|
16
|
+
import { carbonElement } from "@carbon/web-components/es/globals/decorators/carbon-element.js";
|
|
13
17
|
import '@carbon/web-components/es-custom/components/modal/index.js';
|
|
14
|
-
import {
|
|
15
|
-
import '../truncated-text/truncated-text.js';
|
|
16
|
-
import styles from './tearsheet-header-content.scss.js';
|
|
17
|
-
import { MatchMediaController } from '../../globals/js/utils/match-media-controller.js';
|
|
18
|
-
import { breakpoints } from '../../node_modules/@carbon/layout/es/index.js';
|
|
18
|
+
import { breakpoints } from "@carbon/layout";
|
|
19
19
|
|
|
20
|
+
//#region src/components/tearsheet-preview/tearsheet-header-content.ts
|
|
20
21
|
/**
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
22
|
+
* @license
|
|
23
|
+
*
|
|
24
|
+
* Copyright IBM Corp. 2026
|
|
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
|
+
*/
|
|
28
29
|
const blockClass = `${prefix}--tearsheet__next`;
|
|
29
30
|
/**
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
31
|
+
* Tearsheet Header Content component - Contains the title, description, and decorative elements.
|
|
32
|
+
*
|
|
33
|
+
* @element c4p-tearsheet-header-content
|
|
34
|
+
* @slot label - Optional label text above the title
|
|
35
|
+
* @slot title-start - Content before the title (e.g., icons)
|
|
36
|
+
* @slot title-end - Content after the title (e.g., badges, tags)
|
|
37
|
+
* @slot description - Custom description content below the title
|
|
38
|
+
* @slot decorator - AI label or other decorative elements
|
|
39
|
+
*/
|
|
39
40
|
let CDSTearsheetHeaderContent = class CDSTearsheetHeaderContent extends HostListenerMixin(LitElement) {
|
|
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
|
-
_checkSlots() {
|
|
73
|
-
if (this._titleStartSlot) {
|
|
74
|
-
const assignedNodes = this._titleStartSlot.assignedElements();
|
|
75
|
-
this._hasTitleStart = assignedNodes.length > 0;
|
|
76
|
-
}
|
|
77
|
-
if (this._titleEndSlot) {
|
|
78
|
-
const assignedNodes = this._titleEndSlot.assignedElements();
|
|
79
|
-
this._hasTitleEnd = assignedNodes.length > 0;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
_handleSlotChange() {
|
|
83
|
-
this._checkSlots();
|
|
84
|
-
}
|
|
85
|
-
render() {
|
|
86
|
-
const headerActionsTemplate = html `
|
|
41
|
+
constructor(..._args) {
|
|
42
|
+
super(..._args);
|
|
43
|
+
this.slot = "header-content";
|
|
44
|
+
this.title = "";
|
|
45
|
+
this._hasTitleStart = false;
|
|
46
|
+
this._hasTitleEnd = false;
|
|
47
|
+
this._isMobileOrNarrow = false;
|
|
48
|
+
this.mdMediaQuery = `(max-width: ${breakpoints.md.width})`;
|
|
49
|
+
this.isMobileDevice = new MatchMediaController(this, this.mdMediaQuery, false);
|
|
50
|
+
}
|
|
51
|
+
get isNarrowVariant() {
|
|
52
|
+
return this.closest(`${prefix}-preview-tearsheet`)?.getAttribute("variant") === "narrow";
|
|
53
|
+
}
|
|
54
|
+
firstUpdated(_changedProperties) {
|
|
55
|
+
this._checkSlots();
|
|
56
|
+
this._isMobileOrNarrow = this.isMobileDevice?.matches || this.isNarrowVariant;
|
|
57
|
+
}
|
|
58
|
+
updated(_changedProperties) {
|
|
59
|
+
const previousIsMobileOrNarrow = this._isMobileOrNarrow;
|
|
60
|
+
this._isMobileOrNarrow = this.isMobileDevice?.matches || this.isNarrowVariant;
|
|
61
|
+
if (this._isMobileOrNarrow !== previousIsMobileOrNarrow) this.requestUpdate();
|
|
62
|
+
}
|
|
63
|
+
_checkSlots() {
|
|
64
|
+
if (this._titleStartSlot) this._hasTitleStart = this._titleStartSlot.assignedElements().length > 0;
|
|
65
|
+
if (this._titleEndSlot) this._hasTitleEnd = this._titleEndSlot.assignedElements().length > 0;
|
|
66
|
+
}
|
|
67
|
+
_handleSlotChange() {
|
|
68
|
+
this._checkSlots();
|
|
69
|
+
}
|
|
70
|
+
render() {
|
|
71
|
+
const headerActionsTemplate = html`
|
|
87
72
|
<div class="${blockClass}__header-actions">
|
|
88
73
|
<slot name="header-actions"></slot>
|
|
89
74
|
</div>
|
|
90
75
|
`;
|
|
91
|
-
|
|
76
|
+
const headerContentTemplate = html`
|
|
92
77
|
<div class="${blockClass}__header-content">
|
|
93
78
|
<!-- Label -->
|
|
94
79
|
<div class="${blockClass}__header-label">
|
|
@@ -98,16 +83,14 @@ let CDSTearsheetHeaderContent = class CDSTearsheetHeaderContent extends HostList
|
|
|
98
83
|
<div class="${blockClass}__content__title-wrapper">
|
|
99
84
|
<h2 class="${blockClass}__header-title">
|
|
100
85
|
<!-- Title Start -->
|
|
101
|
-
${this._hasTitleStart
|
|
102
|
-
? html `
|
|
86
|
+
${this._hasTitleStart ? html`
|
|
103
87
|
<span class="${blockClass}__title-start">
|
|
104
88
|
<slot
|
|
105
89
|
name="title-start"
|
|
106
90
|
@slotchange="${this._handleSlotChange}"
|
|
107
91
|
></slot>
|
|
108
92
|
</span>
|
|
109
|
-
`
|
|
110
|
-
: html `<slot
|
|
93
|
+
` : html`<slot
|
|
111
94
|
name="title-start"
|
|
112
95
|
@slotchange="${this._handleSlotChange}"
|
|
113
96
|
></slot>`}
|
|
@@ -120,16 +103,14 @@ let CDSTearsheetHeaderContent = class CDSTearsheetHeaderContent extends HostList
|
|
|
120
103
|
></c4p-truncated-text>
|
|
121
104
|
|
|
122
105
|
<!-- Title End -->
|
|
123
|
-
${this._hasTitleEnd
|
|
124
|
-
? html `
|
|
106
|
+
${this._hasTitleEnd ? html`
|
|
125
107
|
<span class="${blockClass}__title-end">
|
|
126
108
|
<slot
|
|
127
109
|
name="title-end"
|
|
128
110
|
@slotchange="${this._handleSlotChange}"
|
|
129
111
|
></slot>
|
|
130
112
|
</span>
|
|
131
|
-
`
|
|
132
|
-
: html `<slot
|
|
113
|
+
` : html`<slot
|
|
133
114
|
name="title-end"
|
|
134
115
|
@slotchange="${this._handleSlotChange}"
|
|
135
116
|
></slot>`}
|
|
@@ -147,39 +128,22 @@ let CDSTearsheetHeaderContent = class CDSTearsheetHeaderContent extends HostList
|
|
|
147
128
|
</div>
|
|
148
129
|
</div>
|
|
149
130
|
`;
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
}
|
|
131
|
+
return this._isMobileOrNarrow ? html`${headerContentTemplate} ${headerActionsTemplate}` : html`${headerActionsTemplate} ${headerContentTemplate}`;
|
|
132
|
+
}
|
|
133
|
+
static {
|
|
134
|
+
this.styles = tearsheet_header_content_default$1;
|
|
135
|
+
}
|
|
156
136
|
};
|
|
157
|
-
CDSTearsheetHeaderContent.
|
|
158
|
-
__decorate([
|
|
159
|
-
|
|
160
|
-
], CDSTearsheetHeaderContent.prototype, "
|
|
161
|
-
__decorate([
|
|
162
|
-
|
|
163
|
-
], CDSTearsheetHeaderContent.prototype, "
|
|
164
|
-
__decorate([
|
|
165
|
-
|
|
166
|
-
], CDSTearsheetHeaderContent.prototype, "_titleStartSlot", void 0);
|
|
167
|
-
__decorate([
|
|
168
|
-
query('slot[name="title-end"]')
|
|
169
|
-
], CDSTearsheetHeaderContent.prototype, "_titleEndSlot", void 0);
|
|
170
|
-
__decorate([
|
|
171
|
-
state()
|
|
172
|
-
], CDSTearsheetHeaderContent.prototype, "_hasTitleStart", void 0);
|
|
173
|
-
__decorate([
|
|
174
|
-
state()
|
|
175
|
-
], CDSTearsheetHeaderContent.prototype, "_hasTitleEnd", void 0);
|
|
176
|
-
__decorate([
|
|
177
|
-
state()
|
|
178
|
-
], CDSTearsheetHeaderContent.prototype, "_isMobileOrNarrow", void 0);
|
|
179
|
-
CDSTearsheetHeaderContent = __decorate([
|
|
180
|
-
carbonElement(`${prefix}-tearsheet-header-content`)
|
|
181
|
-
], CDSTearsheetHeaderContent);
|
|
182
|
-
var CDSTearsheetHeaderContent_default = CDSTearsheetHeaderContent;
|
|
137
|
+
__decorate([property({ reflect: true })], CDSTearsheetHeaderContent.prototype, "slot", void 0);
|
|
138
|
+
__decorate([property({ reflect: true })], CDSTearsheetHeaderContent.prototype, "title", void 0);
|
|
139
|
+
__decorate([query("slot[name=\"title-start\"]")], CDSTearsheetHeaderContent.prototype, "_titleStartSlot", void 0);
|
|
140
|
+
__decorate([query("slot[name=\"title-end\"]")], CDSTearsheetHeaderContent.prototype, "_titleEndSlot", void 0);
|
|
141
|
+
__decorate([state()], CDSTearsheetHeaderContent.prototype, "_hasTitleStart", void 0);
|
|
142
|
+
__decorate([state()], CDSTearsheetHeaderContent.prototype, "_hasTitleEnd", void 0);
|
|
143
|
+
__decorate([state()], CDSTearsheetHeaderContent.prototype, "_isMobileOrNarrow", void 0);
|
|
144
|
+
CDSTearsheetHeaderContent = __decorate([carbonElement(`${prefix}-tearsheet-header-content`)], CDSTearsheetHeaderContent);
|
|
145
|
+
var tearsheet_header_content_default = CDSTearsheetHeaderContent;
|
|
183
146
|
|
|
184
|
-
|
|
185
|
-
|
|
147
|
+
//#endregion
|
|
148
|
+
export { tearsheet_header_content_default as default };
|
|
149
|
+
//# sourceMappingURL=tearsheet-header-content.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tearsheet-header-content.js","sources":["../../../src/components/tearsheet-preview/tearsheet-header-content.ts"],"sourcesContent":[
|
|
1
|
+
{"version":3,"file":"tearsheet-header-content.js","names":["styles","customElement"],"sources":["../../../src/components/tearsheet-preview/tearsheet-header-content.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2026\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { html, LitElement, PropertyValues } from 'lit';\nimport { property, query, state } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport HostListenerMixin from '@carbon/web-components/es/globals/mixins/host-listener.js';\nimport '@carbon/web-components/es-custom/components/modal/index.js';\nimport { carbonElement as customElement } from '@carbon/web-components/es/globals/decorators/carbon-element.js';\nimport '../truncated-text';\nimport styles from './tearsheet-header-content.scss?lit';\nimport { MatchMediaController } from '../../globals/js/utils/match-media-controller';\nimport { breakpoints } from '@carbon/layout';\n\nconst blockClass = `${prefix}--tearsheet__next`;\n\n/**\n * Tearsheet Header Content component - Contains the title, description, and decorative elements.\n *\n * @element c4p-tearsheet-header-content\n * @slot label - Optional label text above the title\n * @slot title-start - Content before the title (e.g., icons)\n * @slot title-end - Content after the title (e.g., badges, tags)\n * @slot description - Custom description content below the title\n * @slot decorator - AI label or other decorative elements\n */\n@customElement(`${prefix}-tearsheet-header-content`)\nclass CDSTearsheetHeaderContent extends HostListenerMixin(LitElement) {\n @property({ reflect: true })\n slot = 'header-content';\n\n /**\n * The main title of the tearsheet.\n */\n @property({ reflect: true })\n title: string = '';\n\n @query('slot[name=\"title-start\"]')\n private _titleStartSlot?: HTMLSlotElement;\n\n @query('slot[name=\"title-end\"]')\n private _titleEndSlot?: HTMLSlotElement;\n\n @state()\n private _hasTitleStart = false;\n\n @state()\n private _hasTitleEnd = false;\n\n @state()\n private _isMobileOrNarrow = false;\n\n private mdMediaQuery = `(max-width: ${breakpoints.md.width})`;\n private isMobileDevice = new MatchMediaController(\n this,\n this.mdMediaQuery,\n false\n );\n\n private get isNarrowVariant(): boolean {\n const tearsheet = this.closest(`${prefix}-preview-tearsheet`);\n return tearsheet?.getAttribute('variant') === 'narrow';\n }\n\n protected firstUpdated(_changedProperties: PropertyValues): void {\n this._checkSlots();\n this._isMobileOrNarrow =\n this.isMobileDevice?.matches || this.isNarrowVariant;\n }\n\n protected updated(_changedProperties: PropertyValues): void {\n const previousIsMobileOrNarrow = this._isMobileOrNarrow;\n this._isMobileOrNarrow =\n this.isMobileDevice?.matches || this.isNarrowVariant;\n\n if (this._isMobileOrNarrow !== previousIsMobileOrNarrow) {\n this.requestUpdate();\n }\n }\n\n private _checkSlots() {\n if (this._titleStartSlot) {\n const assignedNodes = this._titleStartSlot.assignedElements();\n this._hasTitleStart = assignedNodes.length > 0;\n }\n if (this._titleEndSlot) {\n const assignedNodes = this._titleEndSlot.assignedElements();\n this._hasTitleEnd = assignedNodes.length > 0;\n }\n }\n\n private _handleSlotChange() {\n this._checkSlots();\n }\n\n render() {\n const headerActionsTemplate = html`\n <div class=\"${blockClass}__header-actions\">\n <slot name=\"header-actions\"></slot>\n </div>\n `;\n\n const headerContentTemplate = html`\n <div class=\"${blockClass}__header-content\">\n <!-- Label -->\n <div class=\"${blockClass}__header-label\">\n <slot name=\"label\"></slot>\n </div>\n\n <div class=\"${blockClass}__content__title-wrapper\">\n <h2 class=\"${blockClass}__header-title\">\n <!-- Title Start -->\n ${this._hasTitleStart\n ? html`\n <span class=\"${blockClass}__title-start\">\n <slot\n name=\"title-start\"\n @slotchange=\"${this._handleSlotChange}\"\n ></slot>\n </span>\n `\n : html`<slot\n name=\"title-start\"\n @slotchange=\"${this._handleSlotChange}\"\n ></slot>`}\n\n <!-- Title (main text) -->\n <c4p-truncated-text\n class=\"${blockClass}__content__title\"\n id=\"${blockClass}__header-title__truncatedText\"\n value=\"${this.title}\"\n ></c4p-truncated-text>\n\n <!-- Title End -->\n ${this._hasTitleEnd\n ? html`\n <span class=\"${blockClass}__title-end\">\n <slot\n name=\"title-end\"\n @slotchange=\"${this._handleSlotChange}\"\n ></slot>\n </span>\n `\n : html`<slot\n name=\"title-end\"\n @slotchange=\"${this._handleSlotChange}\"\n ></slot>`}\n </h2>\n </div>\n\n <!-- Description -->\n <div class=\"${blockClass}__header-description\">\n <slot name=\"description\"></slot>\n </div>\n\n <!-- Extra children -->\n <div class=\"${blockClass}__header-content--extra\">\n <slot></slot>\n </div>\n </div>\n `;\n\n // Desktop/Wide: header-actions first (for accessibility), CSS order handles visual layout\n // Mobile/Narrow: header-content first (natural DOM order)\n return this._isMobileOrNarrow\n ? html`${headerContentTemplate} ${headerActionsTemplate}`\n : html`${headerActionsTemplate} ${headerContentTemplate}`;\n }\n\n static styles = styles;\n}\nexport default CDSTearsheetHeaderContent;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoBA,MAAM,aAAa,GAAG,OAAO;;;;;;;;;;;AAY7B,sCACM,kCAAkC,kBAAkB,WAAW,CAAC;;;cAE7D;eAMS;wBASS;sBAGF;2BAGK;sBAEL,eAAe,YAAY,GAAG,MAAM;wBAClC,IAAI,qBAC3B,MACA,KAAK,cACL,MACD;;CAED,IAAY,kBAA2B;AAErC,SADkB,KAAK,QAAQ,GAAG,OAAO,oBAAoB,EAC3C,aAAa,UAAU,KAAK;;CAGhD,AAAU,aAAa,oBAA0C;AAC/D,OAAK,aAAa;AAClB,OAAK,oBACH,KAAK,gBAAgB,WAAW,KAAK;;CAGzC,AAAU,QAAQ,oBAA0C;EAC1D,MAAM,2BAA2B,KAAK;AACtC,OAAK,oBACH,KAAK,gBAAgB,WAAW,KAAK;AAEvC,MAAI,KAAK,sBAAsB,yBAC7B,MAAK,eAAe;;CAIxB,AAAQ,cAAc;AACpB,MAAI,KAAK,gBAEP,MAAK,iBADiB,KAAK,gBAAgB,kBAAkB,CACzB,SAAS;AAE/C,MAAI,KAAK,cAEP,MAAK,eADiB,KAAK,cAAc,kBAAkB,CACzB,SAAS;;CAI/C,AAAQ,oBAAoB;AAC1B,OAAK,aAAa;;CAGpB,SAAS;EACP,MAAM,wBAAwB,IAAI;oBAClB,WAAW;;;;EAK3B,MAAM,wBAAwB,IAAI;oBAClB,WAAW;;sBAET,WAAW;;;;sBAIX,WAAW;uBACV,WAAW;;cAEpB,KAAK,iBACH,IAAI;iCACa,WAAW;;;qCAGP,KAAK,kBAAkB;;;oBAI5C,IAAI;;iCAEa,KAAK,kBAAkB;0BAC9B;;;;uBAIH,WAAW;oBACd,WAAW;uBACR,KAAK,MAAM;;;;cAIpB,KAAK,eACH,IAAI;iCACa,WAAW;;;qCAGP,KAAK,kBAAkB;;;oBAI5C,IAAI;;iCAEa,KAAK,kBAAkB;0BAC9B;;;;;sBAKJ,WAAW;;;;;sBAKX,WAAW;;;;;AAQ7B,SAAO,KAAK,oBACR,IAAI,GAAG,sBAAsB,GAAG,0BAChC,IAAI,GAAG,sBAAsB,GAAG;;;gBAGtBA;;;YA7If,SAAS,EAAE,SAAS,MAAM,CAAC;YAM3B,SAAS,EAAE,SAAS,MAAM,CAAC;YAG3B,MAAM,6BAA2B;YAGjC,MAAM,2BAAyB;YAG/B,OAAO;YAGP,OAAO;YAGP,OAAO;wCAvBTC,cAAc,GAAG,OAAO,2BAA2B;AAiJpD,uCAAe"}
|
|
@@ -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
|
-
var styles = 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-layout-size-height-context:var(--cds-layout-size-height-xs,1.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-layout-size-height-min:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-layout-size-height-max:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-layout-size-height-context:var(--cds-layout-size-height-sm,2rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-layout-size-height-min:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-layout-size-height-max:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-layout-size-height-context:var(--cds-layout-size-height-md,2.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-layout-size-height-min:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-layout-size-height-max:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-layout-size-height-context:var(--cds-layout-size-height-lg,3rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-layout-size-height-min:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-layout-size-height-max:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-layout-size-height-context:var(--cds-layout-size-height-xl,4rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-layout-size-height-min:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-layout-size-height-max:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-layout-size-height-context:var(--cds-layout-size-height-2xl,5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-layout-size-height-min:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-layout-size-height-max:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-condensed,0.5rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-normal,1rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-normal,1rem)}:root{--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-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--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted){animation:c4p--tearsheet__next--presence-tearsheet__enter .24s cubic-bezier(0,0,.3,1);opacity:1}.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{animation:c4p--tearsheet__next--presence-tearsheet--container__enter .24s cubic-bezier(0,0,.3,1);transform:translateZ(0)}@media screen and (prefers-reduced-motion:reduce){.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{animation:none}}.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted).c4p--tearsheet__next--stacked.is-visible .c4p--tearsheet__next__container{transform:scaleX(var(--scale-factor))}.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted)[data-tearsheet-exiting]{animation:c4p--tearsheet__next--presence-tearsheet__exit .24s cubic-bezier(.4,.14,1,1) forwards}.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted)[data-tearsheet-exiting].c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{animation:c4p--tearsheet__next--presence-tearsheet--container__exit .24s cubic-bezier(0,0,.3,1) forwards}@media screen and (prefers-reduced-motion:reduce){.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted)[data-tearsheet-exiting].c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{animation:none}}.c4p--tearsheet__next.c4p--tearsheet__next--keep-mounted:not(.is-visible).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{transform:translate3d(0,min(95vh,500px),0)}@keyframes c4p--tearsheet__next--presence-tearsheet__enter{0%{opacity:0;transition:none}}@keyframes c4p--tearsheet__next--presence-tearsheet__exit{to{opacity:0}}@keyframes c4p--tearsheet__next--presence-tearsheet--container__enter{0%{transform:translate3d(0,min(95vh,500px),0);transition:none}}@keyframes c4p--tearsheet__next--presence-tearsheet--container__exit{to{transform:translate3d(0,min(95vh,500px),0)}}.c4p--tearsheet__next .c4p--tearsheet__next__container{align-self:flex-end;block-size:100%;border:1px solid var(--cds-border-subtle-01,#c6c6c6);inset-block-start:auto;max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem));max-inline-size:var(--tearsheet-max-inline-size,1312px)}@media (max-width:41.98rem){.c4p--tearsheet__next:not(.c4p--tearsheet__next--stack-activated.is-visible) .c4p--tearsheet__next__container{max-block-size:none}}.c4p--tearsheet__next:not(.is-visible).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{transform:translate3d(0,min(95vh,500px),0)}.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next--has-ai-label .c4p--tearsheet__next__container{background:linear-gradient(to top,var(--cds-layer),var(--cds-layer)) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,#78a9ff),var(--cds-ai-border-end,#d0e2ff)) border-box,linear-gradient(to top,var(--cds-layer),var(--cds-layer)) border-box;border:1px solid transparent;border-block-end:0;box-shadow:0 4px 10px 2px var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next--has-ai-label .c4p--tearsheet__next__main-content{background:linear-gradient(to top,var(--cds-background,var(--cds-ai-popover-background,#fff)) 0,var(--cds-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-background,var(--cds-ai-popover-background,#fff)),var(--cds-background,var(--cds-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,rgba(166,200,255,.64)),var(--cds-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-background,var(--cds-ai-popover-background,#fff)),var(--cds-background,var(--cds-ai-popover-background,#fff))) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1));position:relative}.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{transition:transform .24s cubic-bezier(0,0,.3,1),max-block-size .24s cubic-bezier(0,0,.3,1)}@media screen and (prefers-reduced-motion:reduce){.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{transition:none}}.c4p--tearsheet__next .c4p--tearsheet__next__header{align-content:space-between;border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6);display:flex;flex-wrap:wrap;margin-block:0;max-block-size:50vh;padding-block-end:0;padding-block-start:1.5rem;padding-inline:2rem}.c4p--tearsheet__next .c4p--tearsheet__next__header>*{flex-basis:100%}.c4p--tearsheet__next .c4p--tearsheet__next__header>:not(.c4p--tearsheet__next__navigation-bar,.c4p--tearsheet__next__header-content-wrapper,.cds-custom--modal-close-button){margin-block-end:1.5rem}@media (max-width:41.98rem){.c4p--tearsheet__next .c4p--tearsheet__next__header{padding-inline:1rem}}.c4p--tearsheet__next .cds-custom--modal-container--sm .cds-custom--modal-header{padding-inline-end:2rem}.c4p--tearsheet__next .c4p--tearsheet__next__header-content-wrapper{display:grid;flex-basis:unset;gap:1rem;grid-template-columns:minmax(auto,40rem) minmax(var(--tearsheet-header-title-grid-width,0),1fr);inline-size:calc(100% - var(--tearsheet-header-action-offset))}@media (max-width:41.98rem){.c4p--tearsheet__next .c4p--tearsheet__next__header-content-wrapper{display:flex;flex-direction:column}}.c4p--tearsheet__next .c4p--tearsheet__next__header>:not(.c4p--tearsheet__next__navigation-bar,.c4p--tearsheet__next__header-content-wrapper,.cds-custom--modal-close-button,.excludeFromCollapse){max-block-size:50vh;opacity:1;overflow:hidden;transition:max-block-size .24s cubic-bezier(0,0,.3,1),opacity .24s cubic-bezier(0,0,.3,1),margin .24s cubic-bezier(0,0,.3,1),padding .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header .c4p--tearsheet__next__header-actions,.c4p--tearsheet__next .c4p--tearsheet__next__header .c4p--tearsheet__next__header-content-wrapper .c4p--tearsheet__next__header-content :not(.c4p--tearsheet__next__content__title-wrapper,.c4p--tearsheet__next__header-label){opacity:1;transition:all .24s cubic-bezier(0,0,.3,1),opacity .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed{padding-block-start:.75rem;transition:padding .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions>:not(.c4p--tearsheet__next__content__header-actions),.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper .c4p--tearsheet__next__header-content>:not(.c4p--tearsheet__next__content__title-wrapper) *,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content>:not(.c4p--tearsheet__next__content__title-wrapper),.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed>:not(.c4p--tearsheet__next__navigation-bar,.c4p--tearsheet__next__header-content-wrapper,.cds-custom--modal-close-button,.excludeFromCollapse),.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed>:not(.c4p--tearsheet__next__navigation-bar,.c4p--tearsheet__next__header-content-wrapper,.cds-custom--modal-close-button,.excludeFromCollapse) *{margin:0;max-block-size:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;transition:all .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title{align-items:center;font-size:var(--cds-label-02-font-size,.875rem);font-weight:var(--cds-label-02-font-weight,400);letter-spacing:var(--cds-label-02-letter-spacing,.16px);line-height:var(--cds-label-02-line-height,1.28572);margin-block-start:.25rem;transition:all .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title>span{align-items:center;block-size:1.5rem;display:flex}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-end svg,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-start svg{inline-size:1rem}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content{align-self:center;margin-block-end:0}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__content__header-actions{margin-block-start:-.125rem}@media (max-width:41.98rem){.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions{display:none}}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__content__title-wrapper,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title{margin-block:0;transition:margin-block .24s ease}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper{min-block-size:2.5rem;padding-block-end:.75rem}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__navigation-bar:before{background:rgba(0,0,0,.12);block-size:1px;content:\"\";inline-size:100vw;inset-block-start:-.25rem;inset-inline-start:50%;pointer-events:none;position:absolute;transform:translateX(-50%);z-index:1}.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible{--overlay-color:var(--cds-overlay,rgba(0,0,0,.6));--overlay-alpha:0.5;background-color:initial;z-index:calc(9000 - var(--stack-depth, 0))}.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible:before{background:var(--overlay-color);content:\"\";display:block;inset:0;opacity:calc(var(--overlay-alpha) - var(--stack-depth)*.1);position:absolute;transition:background-color .24s cubic-bezier(.4,.14,1,1),opacity .24s cubic-bezier(.4,.14,1,1)}@media (prefers-reduced-motion:reduce){.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible:before{transition:none}}.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible.is-visible .c4p--tearsheet__next__container{max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem) + var(--block-size-change));transform:scaleX(var(--scale-factor))}.c4p--tearsheet__next__header-label{color:var(--cds-text-secondary,#525252);font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333);margin-block-end:.25rem}.c4p--tearsheet__next__header-title{font-size:var(--cds-heading-04-font-size,1.75rem);font-weight:var(--cds-heading-04-font-weight,400);letter-spacing:var(--cds-heading-04-letter-spacing,0);line-height:var(--cds-heading-04-line-height,1.28572)}@media (max-width:41.98rem){.c4p--tearsheet__next__header-title{font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);letter-spacing:var(--cds-heading-03-letter-spacing,0);line-height:var(--cds-heading-03-line-height,1.4)}}.c4p--tearsheet__next__header-title{align-items:flex-start;display:flex;gap:1rem;margin-block-end:.5rem}.c4p--tearsheet__next__header-title svg{flex-shrink:0}.c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-end{margin-inline-start:1rem}.c4p--tearsheet__next__header-description{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572)}.c4p--tearsheet__next__header--no-close-icon{display:none}.c4p--tearsheet__next__navigation-bar{align-items:center;display:flex;gap:.125rem;justify-content:space-between;max-inline-size:calc(100% - .75rem);min-block-size:2.5rem;position:relative}.c4p--tearsheet__next__navigation-bar .cds-custom--tabs{margin-inline-start:-1rem}.c4p--tearsheet__next__scroller-container{inset-block-end:.125rem;inset-inline-end:-2.5rem;position:absolute}@media (max-width:41.98rem){.c4p--tearsheet__next__scroller-container{inset-inline-end:-1.5rem}}.c4p--tearsheet__next__scroller-container .c4p--tearsheet__next__scroller-button-icon-collapsed{transform:rotate(-180deg)}.c4p--tearsheet__next__content__header-actions{align-items:center;block-size:2rem;display:flex;flex:0 0 auto;inline-size:100%;justify-content:flex-end;margin-block-start:-14px;overflow:hidden}.c4p--tearsheet__next__content__header-actions>.c4p--tearsheet__next__header-action-item:not([data-hidden=true]){margin-inline-end:.5rem}.c4p--tearsheet__next__content__header-actions>.c4p--tearsheet__next__header-action-item:not([data-hidden=true]):nth-last-child(2){margin-inline-end:0}.c4p--tearsheet__next__content__header-actions>*{flex-shrink:0}@media (max-width:41.98rem){.c4p--tearsheet__next__content__header-actions{justify-content:flex-start;margin-inline-end:0}}.c4p--tearsheet__next__header-actions,.c4p--tearsheet__next__header-content{margin-block-end:1.5rem}@media (min-width:42rem){.c4p--tearsheet__next--wide .c4p--tearsheet__next__container{inline-size:calc(100% - 8rem)}}.c4p--tearsheet__next__body-layout{display:grid;grid-template-areas:\"influencer body\" \"influencer footer\";grid-template-columns:var(--tearsheet-influencer-width,16rem) 1fr;grid-template-rows:1fr auto;padding-block:0;padding-inline-end:0}.c4p--tearsheet__next__body-layout:not(.c4p--tearsheet__next__body-layout--has-influencer){grid-template-areas:\"body\" \"footer\";grid-template-columns:1fr}.c4p--tearsheet__next__influencer,:host(c4p-preview-tearsheet) ::slotted([slot=influencer]){border-inline-end:1px solid var(--cds-border-subtle-01,#c6c6c6);grid-area:influencer}.c4p--tearsheet__next__body,:host(c4p-preview-tearsheet) ::slotted([slot=body]){display:grid;grid-area:body;grid-template-columns:1fr var(--tearsheet-summary-content-width,16rem);overflow:hidden;position:relative}@media (max-width:41.98rem){.c4p--tearsheet__next__body,:host(c4p-preview-tearsheet) ::slotted([slot=body]){grid-template-columns:1fr 0}}.c4p--tearsheet__next__body>:only-child,:host(c4p-preview-tearsheet) ::slotted([slot=body])>:only-child{grid-column:1/-1}.c4p--tearsheet__next__footer,:host(c4p-preview-tearsheet) ::slotted([slot=footer]){block-size:5rem;border-block-start:1px solid var(--cds-border-subtle-01,#c6c6c6);grid-area:footer;overflow:hidden}@media (max-width:41.98rem){.c4p--tearsheet__next__footer,:host(c4p-preview-tearsheet) ::slotted([slot=footer]){block-size:4rem}}@media (max-width:19.98rem){.c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--three-actions,:host(c4p-preview-tearsheet) .c4p--tearsheet__next__footer--three-actions::slotted([slot=footer]){overflow-x:auto;overflow-y:hidden}.c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--three-actions .c4p--action-set,:host(c4p-preview-tearsheet) .c4p--tearsheet__next__footer--three-actions::slotted([slot=footer]) .c4p--action-set{display:inline-flex;flex-shrink:0;min-inline-size:-moz-max-content;min-inline-size:max-content}}@media (max-width:41.98rem){.c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--many-actions,:host(c4p-preview-tearsheet) .c4p--tearsheet__next__footer--many-actions::slotted([slot=footer]){overflow-x:auto;overflow-y:hidden}.c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--many-actions .c4p--action-set,:host(c4p-preview-tearsheet) .c4p--tearsheet__next__footer--many-actions::slotted([slot=footer]) .c4p--action-set{display:inline-flex;flex-shrink:0;min-inline-size:-moz-max-content;min-inline-size:max-content}}.c4p--tearsheet__next__influencer,.c4p--tearsheet__next__main-content,.c4p--tearsheet__next__summary-content,:host ::slotted([slot=summary-content]),:host(c4p-preview-tearsheet) ::slotted([slot=influencer]){overflow:auto}.c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush),:host :not(.c4p--tearsheet__next__flush)::slotted([slot=summary-content]),:host(c4p-preview-tearsheet) :not(.c4p--tearsheet__next__flush)::slotted([slot=influencer]){padding-inline:2rem}@media (max-width:41.98rem){.c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush),:host :not(.c4p--tearsheet__next__flush)::slotted([slot=summary-content]),:host(c4p-preview-tearsheet) :not(.c4p--tearsheet__next__flush)::slotted([slot=influencer]){padding-inline:1rem}}.c4p--tearsheet__next__side-panel,:host c4p-side-panel::part(dialog){block-size:100%;inline-size:100%!important;inset-block-start:0;max-inline-size:none;position:absolute;z-index:9999}.c4p--tearsheet__next__side-panel .c4p--side-panel__header,:host c4p-side-panel::part(dialog) .c4p--side-panel__header{min-block-size:0}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header{padding-inline:1rem}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header.c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions{display:none}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header-content-wrapper{display:flex;flex-direction:column}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header-title{font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);letter-spacing:var(--cds-heading-03-letter-spacing,0);line-height:var(--cds-heading-03-line-height,1.4)}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__content__header-actions{justify-content:flex-start;margin-inline-end:0}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__body,:host(c4p-preview-tearsheet) .c4p--tearsheet__next--narrow ::slotted([slot=body]){grid-template-columns:1fr 0}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next--narrow .c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next--narrow .c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush),:host .c4p--tearsheet__next--narrow :not(.c4p--tearsheet__next__flush)::slotted([slot=summary-content]),:host(c4p-preview-tearsheet) .c4p--tearsheet__next--narrow :not(.c4p--tearsheet__next__flush)::slotted([slot=influencer]){padding-inline:1rem}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__footer,:host(c4p-preview-tearsheet) .c4p--tearsheet__next--narrow ::slotted([slot=footer]){block-size:4rem}.c4p--tearsheet__next--has-ai-label::part(dialog){background:linear-gradient(to top,var(--cds-layer),var(--cds-layer)) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,#78a9ff),var(--cds-ai-border-end,#d0e2ff)) border-box,linear-gradient(to top,var(--cds-layer),var(--cds-layer)) border-box;border:1px solid transparent!important;border-block-end:0;box-shadow:0 4px 10px 2px var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}.c4p--tearsheet__next__main-content{position:relative}.c4p--tearsheet__next__main-content.c4p--tearsheet__next__flush{padding-inline:0}.c4p--tearsheet__next__main-content.c4p--tearsheet__next__main-content--no-summary{grid-column:1/-1}.c4p--tearsheet__next__main-content.c4p--tearsheet__next__main-content--has-ai-label{background:linear-gradient(to top,var(--cds-background,var(--cds-ai-popover-background,#fff)) 0,var(--cds-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-background,var(--cds-ai-popover-background,#fff)),var(--cds-background,var(--cds-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,rgba(166,200,255,.64)),var(--cds-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-background,var(--cds-ai-popover-background,#fff)),var(--cds-background,var(--cds-ai-popover-background,#fff))) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1))}:host ::slotted([slot=summary-content][is-flush]){padding-inline:0}@media screen and (prefers-reduced-motion:reduce){:host(c4p-preview-tearsheet) ::part(dialog){align-self:flex-end;block-size:100%;border:1px solid var(--cds-border-subtle-01,#c6c6c6);inset-block-start:auto;max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem));transform:translate3d(0,min(95vh,500px),0);transition:none}}:host(c4p-preview-tearsheet) ::part(dialog){align-self:flex-end;block-size:100%;border:1px solid var(--cds-border-subtle-01,#c6c6c6);inset-block-start:auto;max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem));transform:translate3d(0,min(95vh,500px),0);transition:transform .24s cubic-bezier(0,0,.3,1),max-block-size .24s cubic-bezier(0,0,.3,1)}:host(c4p-preview-tearsheet) ::slotted([slot=influencer][is-flush]){padding-inline:0}:host(c4p-preview-tearsheet[open]) ::part(dialog){transform:translateZ(0);transition:transform .24s cubic-bezier(0,0,.3,1)}@media (prefers-reduced-motion:reduce){:host(c4p-preview-tearsheet[open]) ::part(dialog){transition:none}}@media (max-width:41.98rem){:host(:not(.c4p--tearsheet__next--stack-activated.is-visible)) ::part(dialog){max-block-size:none}}:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible){--overlay-color:var(--cds-overlay,rgba(0,0,0,.6));--overlay-alpha:0.5;z-index:calc(9000 - var(--stack-depth, 0))}:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible):before{background:var(--overlay-color);content:\"\";display:block;inset:0;opacity:calc(var(--overlay-alpha) - var(--stack-depth)*.1);pointer-events:none;position:fixed;transition:background-color .24s cubic-bezier(.4,.14,1,1),opacity .24s cubic-bezier(.4,.14,1,1);z-index:-1}@media (prefers-reduced-motion:reduce){:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible):before{transition:none}}:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible) cds-custom-modal{background-color:transparent}:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible) ::part(dialog){max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem) + var(--block-size-change));transform:scaleX(var(--scale-factor))}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header{padding-inline:1rem}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header.c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions{display:none}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header-content-wrapper{display:flex;flex-direction:column}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header-title{font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);letter-spacing:var(--cds-heading-03-letter-spacing,0);line-height:var(--cds-heading-03-line-height,1.4)}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__content__header-actions{justify-content:flex-start;margin-inline-end:0}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__body,:host(c4p-preview-tearsheet[variant=narrow]):host(c4p-preview-tearsheet) ::slotted([slot=body]){grid-template-columns:1fr 0}:host(c4p-preview-tearsheet[variant=narrow]) ::slotted([slot=influencer]),:host(c4p-preview-tearsheet[variant=narrow]) ::slotted([slot=summary-content]){padding:0!important}@media (max-width:41.98rem){:host(c4p-preview-tearsheet) ::slotted([slot=influencer]),:host(c4p-preview-tearsheet) ::slotted([slot=summary-content]){padding:0!important}}:host-context(c4p-preview-tearsheet[variant=narrow]) ::slotted([slot=summary-content]){padding:0}:host ::slotted([slot=footer]){padding-block:0}:host-context(c4p-preview-tearsheet[variant=narrow]){display:flex;flex-direction:column}:host-context(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header-title{font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);letter-spacing:var(--cds-heading-03-letter-spacing,0);line-height:var(--cds-heading-03-line-height,1.4)}:host-context(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header-actions{justify-content:flex-start;margin-inline-end:0}:host-context(c4p-preview-tearsheet[variant=narrow]):host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-actions{display:none}:host-context(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__title-start{align-items:center}:host-context(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__title-start ::slotted(*){block-size:1.5rem;inline-size:1.5rem}:host{display:grid;flex-basis:unset;gap:1rem;grid-template-columns:minmax(auto,40rem) minmax(var(--tearsheet-header-title-grid-width,0),1fr);inline-size:calc(100% - var(--tearsheet-header-action-offset))}@media (max-width:41.98rem){:host{display:flex;flex-direction:column}:host .c4p--tearsheet__next__header-actions{justify-content:flex-start;margin-inline-end:0}}.c4p--tearsheet__next__header-actions{display:flex;justify-content:flex-end;margin-block-start:-14px;order:2}@media (max-width:41.98rem){.c4p--tearsheet__next__header-actions{order:0}}.c4p--tearsheet__next__header-content{order:1}@media (max-width:41.98rem){.c4p--tearsheet__next__header-content{order:0}}:host .c4p--tearsheet__next__header-actions,:host .c4p--tearsheet__next__header-content :not(.c4p--tearsheet__next__content__title-wrapper,.c4p--tearsheet__next__header-label){opacity:1;transition:all .24s cubic-bezier(0,0,.3,1),opacity .24s cubic-bezier(0,0,.3,1)}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-actions>:not(.c4p--tearsheet__next__content__header-actions){margin:0;max-block-size:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;transition:all .24s cubic-bezier(0,0,.3,1)}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-content>:not(.c4p--tearsheet__next__content__title-wrapper){margin:0;max-block-size:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;transition:all .24s cubic-bezier(0,0,.3,1)}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-content>:not(.c4p--tearsheet__next__content__title-wrapper) *{margin:0;max-block-size:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;transition:all .24s cubic-bezier(0,0,.3,1)}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-title{align-items:center;font-size:var(--cds-label-02-font-size,.875rem);font-weight:var(--cds-label-02-font-weight,400);letter-spacing:var(--cds-label-02-letter-spacing,.16px);line-height:var(--cds-label-02-line-height,1.28572);margin-block-start:.25rem;transition:all .24s cubic-bezier(0,0,.3,1)}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-title>span{align-items:center;block-size:1.5rem;display:flex}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-content{align-self:center;margin-block-end:0}@media (max-width:41.98rem){:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-actions{display:none}}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__content__title-wrapper,:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-actions,:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-content,:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-title{margin-block:0;transition:margin-block .24s ease}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-actions{margin-block-start:-.125rem}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__title-start{align-items:center;display:inline-flex}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__title-start ::slotted(*){block-size:1rem;inline-size:1rem}@media screen and (prefers-reduced-motion:reduce){.c4p--tearsheet__next__title-start ::slotted(*){transition:none}}.c4p--tearsheet__next__title-start ::slotted(*){transition:all .24s cubic-bezier(0,0,.3,1)}"]);
|
|
10
|
+
//#region src/components/tearsheet-preview/tearsheet-header-content.scss?lit
|
|
11
|
+
var tearsheet_header_content_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--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted){animation:c4p--tearsheet__next--presence-tearsheet__enter .24s cubic-bezier(0,0,.3,1);opacity:1}.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{animation:c4p--tearsheet__next--presence-tearsheet--container__enter .24s cubic-bezier(0,0,.3,1);transform:translateZ(0)}@media screen and (prefers-reduced-motion:reduce){.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{animation:none}}.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted).c4p--tearsheet__next--stacked.is-visible .c4p--tearsheet__next__container{transform:scaleX(var(--scale-factor))}.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted)[data-tearsheet-exiting]{animation:c4p--tearsheet__next--presence-tearsheet__exit .24s cubic-bezier(.4,.14,1,1) forwards}.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted)[data-tearsheet-exiting].c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{animation:c4p--tearsheet__next--presence-tearsheet--container__exit .24s cubic-bezier(0,0,.3,1) forwards}@media screen and (prefers-reduced-motion:reduce){.c4p--tearsheet__next.c4p--tearsheet__next:not(.c4p--tearsheet__next--keep-mounted)[data-tearsheet-exiting].c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{animation:none}}.c4p--tearsheet__next.c4p--tearsheet__next--keep-mounted:not(.is-visible).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{transform:translate3d(0,min(95vh,500px),0)}@keyframes c4p--tearsheet__next--presence-tearsheet__enter{0%{opacity:0;transition:none}}@keyframes c4p--tearsheet__next--presence-tearsheet__exit{to{opacity:0}}@keyframes c4p--tearsheet__next--presence-tearsheet--container__enter{0%{transform:translate3d(0,min(95vh,500px),0);transition:none}}@keyframes c4p--tearsheet__next--presence-tearsheet--container__exit{to{transform:translate3d(0,min(95vh,500px),0)}}.c4p--tearsheet__next .c4p--tearsheet__next__container{align-self:flex-end;block-size:100%;border:1px solid var(--cds-custom-border-subtle-01,#c6c6c6);inset-block-start:auto;max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem));max-inline-size:var(--tearsheet-max-inline-size,1312px)}@media (max-width:41.98rem){.c4p--tearsheet__next:not(.c4p--tearsheet__next--stack-activated.is-visible) .c4p--tearsheet__next__container{max-block-size:none}}.c4p--tearsheet__next:not(.is-visible).c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{transform:translate3d(0,min(95vh,500px),0)}.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next--has-ai-label .c4p--tearsheet__next__container{background:linear-gradient(to top,var(--cds-custom-layer),var(--cds-custom-layer)) padding-box,linear-gradient(to bottom,var(--cds-custom-ai-border-start,#78a9ff),var(--cds-custom-ai-border-end,#d0e2ff)) border-box,linear-gradient(to top,var(--cds-custom-layer),var(--cds-custom-layer)) border-box;border:1px solid transparent;border-block-end:0;box-shadow:0 4px 10px 2px var(--cds-custom-ai-drop-shadow,rgba(15,98,254,.1))}.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next--has-ai-label .c4p--tearsheet__next__main-content{background:linear-gradient(to top,var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff)) 0,var(--cds-custom-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff)),var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-custom-ai-border-start,rgba(166,200,255,.64)),var(--cds-custom-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff)),var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff))) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-custom-ai-inner-shadow,rgba(69,137,255,.1));position:relative}.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{transition:transform .24s cubic-bezier(0,0,.3,1),max-block-size .24s cubic-bezier(0,0,.3,1)}@media screen and (prefers-reduced-motion:reduce){.c4p--tearsheet__next.c4p--tearsheet__next.c4p--tearsheet__next .c4p--tearsheet__next__container{transition:none}}.c4p--tearsheet__next .c4p--tearsheet__next__header{align-content:space-between;border-block-end:1px solid var(--cds-custom-border-subtle-01,#c6c6c6);display:flex;flex-wrap:wrap;margin-block:0;max-block-size:50vh;padding-block-end:0;padding-block-start:1.5rem;padding-inline:2rem}.c4p--tearsheet__next .c4p--tearsheet__next__header>*{flex-basis:100%}.c4p--tearsheet__next .c4p--tearsheet__next__header>:not(.c4p--tearsheet__next__navigation-bar,.c4p--tearsheet__next__header-content-wrapper,.cds-custom--modal-close-button){margin-block-end:1.5rem}@media (max-width:41.98rem){.c4p--tearsheet__next .c4p--tearsheet__next__header{padding-inline:1rem}}.c4p--tearsheet__next .cds-custom--modal-container--sm .cds-custom--modal-header{padding-inline-end:2rem}.c4p--tearsheet__next .c4p--tearsheet__next__header-content-wrapper{display:grid;flex-basis:unset;gap:1rem;grid-template-columns:minmax(auto,40rem) minmax(var(--tearsheet-header-title-grid-width,0),1fr);inline-size:calc(100% - var(--tearsheet-header-action-offset))}@media (max-width:41.98rem){.c4p--tearsheet__next .c4p--tearsheet__next__header-content-wrapper{display:flex;flex-direction:column}}.c4p--tearsheet__next .c4p--tearsheet__next__header>:not(.c4p--tearsheet__next__navigation-bar,.c4p--tearsheet__next__header-content-wrapper,.cds-custom--modal-close-button,.excludeFromCollapse){max-block-size:50vh;opacity:1;overflow:hidden;transition:max-block-size .24s cubic-bezier(0,0,.3,1),opacity .24s cubic-bezier(0,0,.3,1),margin .24s cubic-bezier(0,0,.3,1),padding .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header .c4p--tearsheet__next__header-actions,.c4p--tearsheet__next .c4p--tearsheet__next__header .c4p--tearsheet__next__header-content-wrapper .c4p--tearsheet__next__header-content :not(.c4p--tearsheet__next__content__title-wrapper,.c4p--tearsheet__next__header-label){opacity:1;transition:all .24s cubic-bezier(0,0,.3,1),opacity .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed{padding-block-start:.75rem;transition:padding .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions>:not(.c4p--tearsheet__next__content__header-actions),.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper .c4p--tearsheet__next__header-content>:not(.c4p--tearsheet__next__content__title-wrapper) *,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content>:not(.c4p--tearsheet__next__content__title-wrapper),.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed>:not(.c4p--tearsheet__next__navigation-bar,.c4p--tearsheet__next__header-content-wrapper,.cds-custom--modal-close-button,.excludeFromCollapse),.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed>:not(.c4p--tearsheet__next__navigation-bar,.c4p--tearsheet__next__header-content-wrapper,.cds-custom--modal-close-button,.excludeFromCollapse) *{margin:0;max-block-size:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;transition:all .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title{align-items:center;font-size:var(--cds-custom-label-02-font-size,.875rem);font-weight:var(--cds-custom-label-02-font-weight,400);letter-spacing:var(--cds-custom-label-02-letter-spacing,.16px);line-height:var(--cds-custom-label-02-line-height,1.28572);margin-block-start:.25rem;transition:all .24s cubic-bezier(0,0,.3,1)}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title>span{align-items:center;block-size:1.5rem;display:flex}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-end svg,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-start svg{inline-size:1rem}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content{align-self:center;margin-block-end:0}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__content__header-actions{margin-block-start:-.125rem}@media (max-width:41.98rem){.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions{display:none}}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__content__title-wrapper,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper,.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-title{margin-block:0;transition:margin-block .24s ease}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-content-wrapper{min-block-size:2.5rem;padding-block-end:.75rem}.c4p--tearsheet__next .c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__navigation-bar:before{background:rgba(0,0,0,.12);block-size:1px;content:\"\";inline-size:100vw;inset-block-start:-.25rem;inset-inline-start:50%;pointer-events:none;position:absolute;transform:translateX(-50%);z-index:1}.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible{--overlay-color:var(--cds-custom-overlay,rgba(0,0,0,.6));--overlay-alpha:0.5;background-color:initial;z-index:calc(9000 - var(--stack-depth, 0))}.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible:before{background:var(--overlay-color);content:\"\";display:block;inset:0;opacity:calc(var(--overlay-alpha) - var(--stack-depth)*.1);position:absolute;transition:background-color .24s cubic-bezier(.4,.14,1,1),opacity .24s cubic-bezier(.4,.14,1,1)}@media (prefers-reduced-motion:reduce){.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible:before{transition:none}}.c4p--tearsheet__next.c4p--tearsheet__next--stack-activated.is-visible.is-visible .c4p--tearsheet__next__container{max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem) + var(--block-size-change));transform:scaleX(var(--scale-factor))}.c4p--tearsheet__next__header-label{color:var(--cds-custom-text-secondary,#525252);font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin-block-end:.25rem}.c4p--tearsheet__next__header-title{font-size:var(--cds-custom-heading-04-font-size,1.75rem);font-weight:var(--cds-custom-heading-04-font-weight,400);letter-spacing:var(--cds-custom-heading-04-letter-spacing,0);line-height:var(--cds-custom-heading-04-line-height,1.28572)}@media (max-width:41.98rem){.c4p--tearsheet__next__header-title{font-size:var(--cds-custom-heading-03-font-size,1.25rem);font-weight:var(--cds-custom-heading-03-font-weight,400);letter-spacing:var(--cds-custom-heading-03-letter-spacing,0);line-height:var(--cds-custom-heading-03-line-height,1.4)}}.c4p--tearsheet__next__header-title{align-items:flex-start;display:flex;gap:1rem;margin-block-end:.5rem}.c4p--tearsheet__next__header-title svg{flex-shrink:0}.c4p--tearsheet__next__header-title .c4p--tearsheet__next__title-end{margin-inline-start:1rem}.c4p--tearsheet__next__header-description{font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.c4p--tearsheet__next__header--no-close-icon{display:none}.c4p--tearsheet__next__navigation-bar{align-items:center;display:flex;gap:.125rem;justify-content:space-between;max-inline-size:calc(100% - .75rem);min-block-size:2.5rem;position:relative}.c4p--tearsheet__next__navigation-bar .cds-custom--tabs{margin-inline-start:-1rem}.c4p--tearsheet__next__scroller-container{inset-block-end:.125rem;inset-inline-end:-2.5rem;position:absolute}@media (max-width:41.98rem){.c4p--tearsheet__next__scroller-container{inset-inline-end:-1.5rem}}.c4p--tearsheet__next__scroller-container .c4p--tearsheet__next__scroller-button-icon-collapsed{transform:rotate(-180deg)}.c4p--tearsheet__next__content__header-actions{align-items:center;block-size:2rem;display:flex;flex:0 0 auto;inline-size:100%;justify-content:flex-end;margin-block-start:-14px;overflow:hidden}.c4p--tearsheet__next__content__header-actions>.c4p--tearsheet__next__header-action-item:not([data-hidden=true]){margin-inline-end:.5rem}.c4p--tearsheet__next__content__header-actions>.c4p--tearsheet__next__header-action-item:not([data-hidden=true]):nth-last-child(2){margin-inline-end:0}.c4p--tearsheet__next__content__header-actions>*{flex-shrink:0}@media (max-width:41.98rem){.c4p--tearsheet__next__content__header-actions{justify-content:flex-start;margin-inline-end:0}}.c4p--tearsheet__next__header-actions,.c4p--tearsheet__next__header-content{margin-block-end:1.5rem}@media (min-width:42rem){.c4p--tearsheet__next--wide .c4p--tearsheet__next__container{inline-size:calc(100% - 8rem)}}.c4p--tearsheet__next__body-layout{display:grid;grid-template-areas:\"influencer body\" \"influencer footer\";grid-template-columns:var(--tearsheet-influencer-width,16rem) 1fr;grid-template-rows:1fr auto;padding-block:0;padding-inline-end:0}.c4p--tearsheet__next__body-layout:not(.c4p--tearsheet__next__body-layout--has-influencer){grid-template-areas:\"body\" \"footer\";grid-template-columns:1fr}.c4p--tearsheet__next__influencer,:host(c4p-preview-tearsheet) ::slotted([slot=influencer]){border-inline-end:1px solid var(--cds-custom-border-subtle-01,#c6c6c6);grid-area:influencer}.c4p--tearsheet__next__body,:host(c4p-preview-tearsheet) ::slotted([slot=body]){display:grid;grid-area:body;grid-template-columns:1fr var(--tearsheet-summary-content-width,16rem);overflow:hidden;position:relative}@media (max-width:41.98rem){.c4p--tearsheet__next__body,:host(c4p-preview-tearsheet) ::slotted([slot=body]){grid-template-columns:1fr 0}}.c4p--tearsheet__next__body>:only-child,:host(c4p-preview-tearsheet) ::slotted([slot=body])>:only-child{grid-column:1/-1}.c4p--tearsheet__next__footer,:host(c4p-preview-tearsheet) ::slotted([slot=footer]){block-size:5rem;border-block-start:1px solid var(--cds-custom-border-subtle-01,#c6c6c6);grid-area:footer;overflow:hidden}@media (max-width:41.98rem){.c4p--tearsheet__next__footer,:host(c4p-preview-tearsheet) ::slotted([slot=footer]){block-size:4rem}}@media (max-width:19.98rem){.c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--three-actions,:host(c4p-preview-tearsheet) .c4p--tearsheet__next__footer--three-actions::slotted([slot=footer]){overflow-x:auto;overflow-y:hidden}.c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--three-actions .c4p--action-set,:host(c4p-preview-tearsheet) .c4p--tearsheet__next__footer--three-actions::slotted([slot=footer]) .c4p--action-set{display:inline-flex;flex-shrink:0;min-inline-size:-moz-max-content;min-inline-size:max-content}}@media (max-width:41.98rem){.c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--many-actions,:host(c4p-preview-tearsheet) .c4p--tearsheet__next__footer--many-actions::slotted([slot=footer]){overflow-x:auto;overflow-y:hidden}.c4p--tearsheet__next__footer.c4p--tearsheet__next__footer--many-actions .c4p--action-set,:host(c4p-preview-tearsheet) .c4p--tearsheet__next__footer--many-actions::slotted([slot=footer]) .c4p--action-set{display:inline-flex;flex-shrink:0;min-inline-size:-moz-max-content;min-inline-size:max-content}}.c4p--tearsheet__next__influencer,.c4p--tearsheet__next__main-content,.c4p--tearsheet__next__summary-content,:host ::slotted([slot=summary-content]),:host(c4p-preview-tearsheet) ::slotted([slot=influencer]){overflow:auto}.c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush),:host :not(.c4p--tearsheet__next__flush)::slotted([slot=summary-content]),:host(c4p-preview-tearsheet) :not(.c4p--tearsheet__next__flush)::slotted([slot=influencer]){padding-inline:2rem}@media (max-width:41.98rem){.c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush),:host :not(.c4p--tearsheet__next__flush)::slotted([slot=summary-content]),:host(c4p-preview-tearsheet) :not(.c4p--tearsheet__next__flush)::slotted([slot=influencer]){padding-inline:1rem}}.c4p--tearsheet__next__side-panel,:host c4p-side-panel::part(dialog){block-size:100%;inline-size:100%!important;inset-block-start:0;max-inline-size:none;position:absolute;z-index:9999}.c4p--tearsheet__next__side-panel .c4p--side-panel__header,:host c4p-side-panel::part(dialog) .c4p--side-panel__header{min-block-size:0}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header{padding-inline:1rem}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header.c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions{display:none}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header-content-wrapper{display:flex;flex-direction:column}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__header-title{font-size:var(--cds-custom-heading-03-font-size,1.25rem);font-weight:var(--cds-custom-heading-03-font-weight,400);letter-spacing:var(--cds-custom-heading-03-letter-spacing,0);line-height:var(--cds-custom-heading-03-line-height,1.4)}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__content__header-actions{justify-content:flex-start;margin-inline-end:0}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__body,:host(c4p-preview-tearsheet) .c4p--tearsheet__next--narrow ::slotted([slot=body]){grid-template-columns:1fr 0}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__influencer:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next--narrow .c4p--tearsheet__next__main-content:not(.c4p--tearsheet__next__flush),.c4p--tearsheet__next--narrow .c4p--tearsheet__next__summary-content:not(.c4p--tearsheet__next__flush),:host .c4p--tearsheet__next--narrow :not(.c4p--tearsheet__next__flush)::slotted([slot=summary-content]),:host(c4p-preview-tearsheet) .c4p--tearsheet__next--narrow :not(.c4p--tearsheet__next__flush)::slotted([slot=influencer]){padding-inline:1rem}.c4p--tearsheet__next--narrow .c4p--tearsheet__next__footer,:host(c4p-preview-tearsheet) .c4p--tearsheet__next--narrow ::slotted([slot=footer]){block-size:4rem}.c4p--tearsheet__next--has-ai-label::part(dialog){background:linear-gradient(to top,var(--cds-custom-layer),var(--cds-custom-layer)) padding-box,linear-gradient(to bottom,var(--cds-custom-ai-border-start,#78a9ff),var(--cds-custom-ai-border-end,#d0e2ff)) border-box,linear-gradient(to top,var(--cds-custom-layer),var(--cds-custom-layer)) border-box;border:1px solid transparent!important;border-block-end:0;box-shadow:0 4px 10px 2px var(--cds-custom-ai-drop-shadow,rgba(15,98,254,.1))}.c4p--tearsheet__next__main-content{position:relative}.c4p--tearsheet__next__main-content.c4p--tearsheet__next__flush{padding-inline:0}.c4p--tearsheet__next__main-content.c4p--tearsheet__next__main-content--no-summary{grid-column:1/-1}.c4p--tearsheet__next__main-content.c4p--tearsheet__next__main-content--has-ai-label{background:linear-gradient(to top,var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff)) 0,var(--cds-custom-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff)),var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-custom-ai-border-start,rgba(166,200,255,.64)),var(--cds-custom-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff)),var(--cds-custom-background,var(--cds-custom-ai-popover-background,#fff))) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-custom-ai-inner-shadow,rgba(69,137,255,.1))}:host ::slotted([slot=summary-content][is-flush]){padding-inline:0}@media screen and (prefers-reduced-motion:reduce){:host(c4p-preview-tearsheet) ::part(dialog){align-self:flex-end;block-size:100%;border:1px solid var(--cds-custom-border-subtle-01,#c6c6c6);inset-block-start:auto;max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem));transform:translate3d(0,min(95vh,500px),0);transition:none}}:host(c4p-preview-tearsheet) ::part(dialog){align-self:flex-end;block-size:100%;border:1px solid var(--cds-custom-border-subtle-01,#c6c6c6);inset-block-start:auto;max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem));transform:translate3d(0,min(95vh,500px),0);transition:transform .24s cubic-bezier(0,0,.3,1),max-block-size .24s cubic-bezier(0,0,.3,1)}:host(c4p-preview-tearsheet) ::slotted([slot=influencer][is-flush]){padding-inline:0}:host(c4p-preview-tearsheet[open]) ::part(dialog){transform:translateZ(0);transition:transform .24s cubic-bezier(0,0,.3,1)}@media (prefers-reduced-motion:reduce){:host(c4p-preview-tearsheet[open]) ::part(dialog){transition:none}}@media (max-width:41.98rem){:host(:not(.c4p--tearsheet__next--stack-activated.is-visible)) ::part(dialog){max-block-size:none}}:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible){--overlay-color:var(--cds-custom-overlay,rgba(0,0,0,.6));--overlay-alpha:0.5;z-index:calc(9000 - var(--stack-depth, 0))}:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible):before{background:var(--overlay-color);content:\"\";display:block;inset:0;opacity:calc(var(--overlay-alpha) - var(--stack-depth)*.1);pointer-events:none;position:fixed;transition:background-color .24s cubic-bezier(.4,.14,1,1),opacity .24s cubic-bezier(.4,.14,1,1);z-index:-1}@media (prefers-reduced-motion:reduce){:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible):before{transition:none}}:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible) cds-custom-modal{background-color:transparent}:host(c4p-preview-tearsheet.c4p--tearsheet__next--stack-activated.is-visible) ::part(dialog){max-block-size:calc(100% - var(--tearsheet-vertical-gap, 3rem) + var(--block-size-change));transform:scaleX(var(--scale-factor))}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header{padding-inline:1rem}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header.c4p--tearsheet__next__header-collapsed .c4p--tearsheet__next__header-actions{display:none}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header-content-wrapper{display:flex;flex-direction:column}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header-title{font-size:var(--cds-custom-heading-03-font-size,1.25rem);font-weight:var(--cds-custom-heading-03-font-weight,400);letter-spacing:var(--cds-custom-heading-03-letter-spacing,0);line-height:var(--cds-custom-heading-03-line-height,1.4)}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__content__header-actions{justify-content:flex-start;margin-inline-end:0}:host(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__body,:host(c4p-preview-tearsheet[variant=narrow]):host(c4p-preview-tearsheet) ::slotted([slot=body]){grid-template-columns:1fr 0}:host(c4p-preview-tearsheet[variant=narrow]) ::slotted([slot=influencer]),:host(c4p-preview-tearsheet[variant=narrow]) ::slotted([slot=summary-content]){padding:0!important}@media (max-width:41.98rem){:host(c4p-preview-tearsheet) ::slotted([slot=influencer]),:host(c4p-preview-tearsheet) ::slotted([slot=summary-content]){padding:0!important}}:host-context(c4p-preview-tearsheet[variant=narrow]) ::slotted([slot=summary-content]){padding:0}:host ::slotted([slot=footer]){padding-block:0}:host-context(c4p-preview-tearsheet[variant=narrow]){display:flex;flex-direction:column}:host-context(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header-title{font-size:var(--cds-custom-heading-03-font-size,1.25rem);font-weight:var(--cds-custom-heading-03-font-weight,400);letter-spacing:var(--cds-custom-heading-03-letter-spacing,0);line-height:var(--cds-custom-heading-03-line-height,1.4)}:host-context(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__header-actions{justify-content:flex-start;margin-inline-end:0}:host-context(c4p-preview-tearsheet[variant=narrow]):host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-actions{display:none}:host-context(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__title-start{align-items:center}:host-context(c4p-preview-tearsheet[variant=narrow]) .c4p--tearsheet__next__title-start ::slotted(*){block-size:1.5rem;inline-size:1.5rem}:host{display:grid;flex-basis:unset;gap:1rem;grid-template-columns:minmax(auto,40rem) minmax(var(--tearsheet-header-title-grid-width,0),1fr);inline-size:calc(100% - var(--tearsheet-header-action-offset))}@media (max-width:41.98rem){:host{display:flex;flex-direction:column}:host .c4p--tearsheet__next__header-actions{justify-content:flex-start;margin-inline-end:0}}.c4p--tearsheet__next__header-actions{display:flex;justify-content:flex-end;margin-block-start:-14px;order:2}@media (max-width:41.98rem){.c4p--tearsheet__next__header-actions{order:0}}.c4p--tearsheet__next__header-content{order:1}@media (max-width:41.98rem){.c4p--tearsheet__next__header-content{order:0}}:host .c4p--tearsheet__next__header-actions,:host .c4p--tearsheet__next__header-content :not(.c4p--tearsheet__next__content__title-wrapper,.c4p--tearsheet__next__header-label){opacity:1;transition:all .24s cubic-bezier(0,0,.3,1),opacity .24s cubic-bezier(0,0,.3,1)}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-actions>:not(.c4p--tearsheet__next__content__header-actions){margin:0;max-block-size:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;transition:all .24s cubic-bezier(0,0,.3,1)}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-content>:not(.c4p--tearsheet__next__content__title-wrapper){margin:0;max-block-size:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;transition:all .24s cubic-bezier(0,0,.3,1)}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-content>:not(.c4p--tearsheet__next__content__title-wrapper) *{margin:0;max-block-size:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;transition:all .24s cubic-bezier(0,0,.3,1)}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-title{align-items:center;font-size:var(--cds-custom-label-02-font-size,.875rem);font-weight:var(--cds-custom-label-02-font-weight,400);letter-spacing:var(--cds-custom-label-02-letter-spacing,.16px);line-height:var(--cds-custom-label-02-line-height,1.28572);margin-block-start:.25rem;transition:all .24s cubic-bezier(0,0,.3,1)}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-title>span{align-items:center;block-size:1.5rem;display:flex}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-content{align-self:center;margin-block-end:0}@media (max-width:41.98rem){:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-actions{display:none}}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__content__title-wrapper,:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-actions,:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-content,:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-title{margin-block:0;transition:margin-block .24s ease}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__header-actions{margin-block-start:-.125rem}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__title-start{align-items:center;display:inline-flex}:host-context(c4p-tearsheet-header[collapsed]) .c4p--tearsheet__next__title-start ::slotted(*){block-size:1rem;inline-size:1rem}@media screen and (prefers-reduced-motion:reduce){.c4p--tearsheet__next__title-start ::slotted(*){transition:none}}.c4p--tearsheet__next__title-start ::slotted(*){transition:all .24s cubic-bezier(0,0,.3,1)}"]);
|
|
11
12
|
|
|
12
|
-
|
|
13
|
-
|
|
13
|
+
//#endregion
|
|
14
|
+
export { tearsheet_header_content_default as default };
|
|
15
|
+
//# sourceMappingURL=tearsheet-header-content.scss.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tearsheet-header-content.scss.js","
|
|
1
|
+
{"version":3,"file":"tearsheet-header-content.scss.js","names":[],"sources":["../../../src/components/tearsheet-preview/tearsheet-header-content.scss?lit"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2026\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@use '@carbon/styles/scss/breakpoint' as *;\n@use '@carbon/ibm-products-styles/scss/config';\n@use '@carbon/styles/scss/motion' as *;\n@use '@carbon/styles/scss/spacing' as *;\n@use '@carbon/styles/scss/type';\n@use './tearsheet.scss' as *;\n\n$prefix: config.$pkg-prefix;\n$carbon-prefix: config.$carbon-prefix;\n$block-class__next: #{$prefix}--tearsheet__next;\n$motion-duration: $duration-moderate-02;\n// Narrow variant styles\n:host-context(#{$c4p-prefix}-preview-tearsheet[variant='narrow']) {\n display: flex;\n flex-direction: column;\n\n .#{$block-class__next}__header-title {\n @include type.type-style('heading-03');\n }\n\n .#{$block-class__next}__header-actions {\n justify-content: flex-start;\n margin-inline-end: 0;\n }\n}\n\n// Hide header actions when collapsed in narrow variant\n:host-context(#{$c4p-prefix}-preview-tearsheet[variant='narrow']) {\n &:host-context(#{$c4p-prefix}-tearsheet-header[collapsed]) {\n .#{$block-class__next}__header-actions {\n display: none;\n }\n }\n .#{$block-class__next}__title-start {\n align-items: center;\n\n ::slotted(*) {\n block-size: $spacing-06;\n inline-size: $spacing-06;\n }\n }\n}\n\n:host {\n display: grid;\n flex-basis: unset;\n gap: $spacing-05;\n grid-template-columns: minmax(auto, 40rem) minmax(\n var(--tearsheet-header-title-grid-width, 0),\n 1fr\n );\n\n inline-size: calc(100% - var(--tearsheet-header-action-offset));\n\n @include breakpoint-down(md) {\n display: flex;\n flex-direction: column;\n\n .#{$block-class__next}__header-actions {\n justify-content: flex-start;\n margin-inline-end: 0;\n }\n }\n}\n.#{$block-class__next}__header-actions {\n display: flex;\n justify-content: flex-end;\n order: 2; /* Visual order: appears on the right on desktop */\n margin-block-start: -14px;\n\n @include breakpoint-down(md) {\n order: 0; /* Reset to DOM order on mobile (header-actions first) */\n }\n}\n\n.#{$block-class__next}__header-content {\n order: 1; /* Visual order: appears on the left on desktop */\n\n @include breakpoint-down(md) {\n order: 0; /* Reset to DOM order on mobile (header-content second) */\n }\n}\n\n:host {\n .#{$block-class__next}__header-actions,\n .#{$block-class__next}__header-content\n *:not(\n .#{$block-class__next}__content__title-wrapper,\n .#{$block-class__next}__header-label\n ) {\n opacity: 1;\n transition:\n all $motion-duration motion(entrance, expressive),\n opacity $motion-duration motion(entrance, expressive);\n }\n}\n\n// ──────────────────────────────────────────────────────────────\n// Collapsed Header State\n// ──────────────────────────────────────────────────────────────\n:host-context(#{$c4p-prefix}-tearsheet-header[collapsed]) {\n // Collapse header actions except the main action button\n .#{$block-class__next}__header-actions\n > *:not(.#{$block-class__next}__content__header-actions) {\n @include collapsed-element;\n }\n\n // Collapse all header content except title wrapper\n .#{$block-class__next}__header-content\n > *:not(.#{$block-class__next}__content__title-wrapper) {\n @include collapsed-element;\n }\n\n // Collapse nested elements within non-title elements\n .#{$block-class__next}__header-content\n > *:not(.#{$block-class__next}__content__title-wrapper)\n * {\n @include collapsed-element;\n }\n\n // Header title styling when collapsed\n .#{$block-class__next}__header-title {\n @include type.type-style('label-02');\n\n align-items: center;\n margin-block-start: $spacing-02;\n transition: all $motion-duration motion(entrance, expressive);\n\n > span {\n display: flex;\n align-items: center;\n block-size: $spacing-06;\n }\n }\n\n // Header content alignment\n .#{$block-class__next}__header-content {\n align-self: center;\n margin-block-end: 0;\n }\n\n // Hide header actions on small screens when collapsed\n @include breakpoint-down(md) {\n .#{$block-class__next}__header-actions {\n display: none;\n }\n }\n\n // Normalize visible elements\n .#{$block-class__next}__header-content,\n .#{$block-class__next}__content__title-wrapper,\n .#{$block-class__next}__header-actions,\n .#{$block-class__next}__header-title {\n margin-block: 0;\n transition: margin-block $motion-duration ease;\n }\n // Header actions adjustment\n .#{$block-class__next}__header-actions {\n margin-block-start: -$spacing-01;\n }\n // Style for title-start slot content (like icons)\n .#{$block-class__next}__title-start {\n display: inline-flex;\n align-items: center;\n\n ::slotted(*) {\n block-size: $spacing-05;\n inline-size: $spacing-05;\n }\n }\n}\n.#{$block-class__next}__title-start {\n @media screen and (prefers-reduced-motion: reduce) {\n ::slotted(*) {\n transition: none;\n }\n }\n\n ::slotted(*) {\n transition: all $motion-duration motion(entrance, expressive);\n }\n}\n"],"mappings":""}
|