@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,91 +1,78 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright IBM Corp.
|
|
2
|
+
* Copyright IBM Corp. 2020, 2026
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import HostListenerMixin from
|
|
14
|
-
import { carbonElement } from
|
|
15
|
-
import
|
|
8
|
+
import { carbonPrefix, prefix } from "../../globals/settings.js";
|
|
9
|
+
import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.112.0/helpers/decorate.js";
|
|
10
|
+
import user_avatar_default$1 from "./user-avatar.scss.js";
|
|
11
|
+
import { LitElement, html } from "lit";
|
|
12
|
+
import { property } from "lit/decorators.js";
|
|
13
|
+
import HostListenerMixin from "@carbon/web-components/es/globals/mixins/host-listener.js";
|
|
14
|
+
import { carbonElement } from "@carbon/web-components/es/globals/decorators/carbon-element.js";
|
|
15
|
+
import { iconLoader } from "@carbon/web-components/es/globals/internal/icon-loader.js";
|
|
16
|
+
import { classMap } from "lit/directives/class-map.js";
|
|
16
17
|
import '@carbon/web-components/es-custom/components/tooltip/index.js';
|
|
17
|
-
import User from
|
|
18
|
-
import { iconLoader } from '@carbon/web-components/es/globals/internal/icon-loader.js';
|
|
18
|
+
import User from "@carbon/icons/es/user/16";
|
|
19
19
|
|
|
20
|
+
//#region src/components/user-avatar/user-avatar.ts
|
|
20
21
|
/**
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
22
|
+
* @license
|
|
23
|
+
*
|
|
24
|
+
* Copyright IBM Corp. 2025, 2025
|
|
25
|
+
*
|
|
26
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
27
|
+
* LICENSE file in the root directory of this source tree.
|
|
28
|
+
*/
|
|
28
29
|
const blockClass = `${prefix}--user-avatar`;
|
|
29
30
|
/**
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
* Useravatar.
|
|
32
|
+
*
|
|
33
|
+
* @element c4p-user-avatar
|
|
34
|
+
* */
|
|
34
35
|
let CDSUseravatar = class CDSUseravatar extends HostListenerMixin(LitElement) {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
var _a;
|
|
49
|
-
if (this.image) {
|
|
50
|
-
const imageClasses = classMap({
|
|
51
|
-
[`${blockClass}__photo`]: true,
|
|
52
|
-
[`${blockClass}__photo--${this.size}`]: this.size,
|
|
53
|
-
});
|
|
54
|
-
return html ` <img
|
|
36
|
+
constructor(..._args) {
|
|
37
|
+
super(..._args);
|
|
38
|
+
this.tooltipAlignment = "bottom";
|
|
39
|
+
this.backgroundColor = "order-1-cyan";
|
|
40
|
+
}
|
|
41
|
+
render() {
|
|
42
|
+
const getItem = () => {
|
|
43
|
+
if (this.image) {
|
|
44
|
+
const imageClasses = classMap({
|
|
45
|
+
[`${blockClass}__photo`]: true,
|
|
46
|
+
[`${blockClass}__photo--${this.size}`]: this.size
|
|
47
|
+
});
|
|
48
|
+
return html` <img
|
|
55
49
|
alt="${this.imageDescription}"
|
|
56
50
|
src="${this.image}"
|
|
57
51
|
class="${imageClasses}"
|
|
58
52
|
/>`;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
[`${blockClass}--${size}`]: size,
|
|
83
|
-
[`${blockClass}--${backgroundColor}`]: backgroundColor,
|
|
84
|
-
[`${blockClass}--${theme}`]: theme,
|
|
85
|
-
});
|
|
86
|
-
const Avatar = () => html `<div class="${classes}">${getItem()}</div>`;
|
|
87
|
-
if (tooltipText) {
|
|
88
|
-
return html `<cds-custom-tooltip
|
|
53
|
+
}
|
|
54
|
+
if (this.querySelector("[slot=\"rendericon\"]")) return html`<slot name="rendericon"></slot>`;
|
|
55
|
+
if (this.name) {
|
|
56
|
+
const parts = this.name?.split(" ") || [];
|
|
57
|
+
const firstChar = parts[0].charAt(0).toUpperCase();
|
|
58
|
+
const secondChar = parts[0].charAt(1).toUpperCase();
|
|
59
|
+
if (parts.length === 1) return firstChar + secondChar;
|
|
60
|
+
const lastChar = parts[parts.length - 1].charAt(0).toUpperCase();
|
|
61
|
+
const initials = [firstChar];
|
|
62
|
+
if (lastChar) initials.push(lastChar);
|
|
63
|
+
return "".concat(...initials);
|
|
64
|
+
}
|
|
65
|
+
return html`${iconLoader(User, { slot: "rendericon" })} `;
|
|
66
|
+
};
|
|
67
|
+
const { tooltipText, tooltipAlignment, size, backgroundColor, theme } = this;
|
|
68
|
+
const classes = classMap({
|
|
69
|
+
[`${blockClass}`]: true,
|
|
70
|
+
[`${blockClass}--${size}`]: size,
|
|
71
|
+
[`${blockClass}--${backgroundColor}`]: backgroundColor,
|
|
72
|
+
[`${blockClass}--${theme}`]: theme
|
|
73
|
+
});
|
|
74
|
+
const Avatar = () => html`<div class="${classes}">${getItem()}</div>`;
|
|
75
|
+
if (tooltipText) return html`<cds-custom-tooltip
|
|
89
76
|
align=${tooltipAlignment}
|
|
90
77
|
aria-label=${tooltipText}
|
|
91
78
|
class=${`${blockClass}__tooltip ${carbonPrefix}--icon-tooltip`}
|
|
@@ -100,42 +87,41 @@ let CDSUseravatar = class CDSUseravatar extends HostListenerMixin(LitElement) {
|
|
|
100
87
|
${tooltipText}
|
|
101
88
|
</cds-custom-tooltip-content>
|
|
102
89
|
</cds-custom-tooltip>`;
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
90
|
+
else return html` ${Avatar()}`;
|
|
91
|
+
}
|
|
92
|
+
static {
|
|
93
|
+
this.shadowRootOptions = {
|
|
94
|
+
...LitElement.shadowRootOptions,
|
|
95
|
+
delegatesFocus: true
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
static {
|
|
99
|
+
this.styles = user_avatar_default$1;
|
|
100
|
+
}
|
|
108
101
|
};
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
], CDSUseravatar.prototype, "tooltipAlignment", void 0);
|
|
117
|
-
__decorate([
|
|
118
|
-
|
|
119
|
-
], CDSUseravatar.prototype, "
|
|
120
|
-
__decorate([
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
], CDSUseravatar.prototype, "
|
|
129
|
-
__decorate([
|
|
130
|
-
|
|
131
|
-
], CDSUseravatar.prototype, "backgroundColor", void 0);
|
|
132
|
-
__decorate([
|
|
133
|
-
property({ reflect: true })
|
|
134
|
-
], CDSUseravatar.prototype, "theme", void 0);
|
|
135
|
-
CDSUseravatar = __decorate([
|
|
136
|
-
carbonElement(`${prefix}-user-avatar`)
|
|
137
|
-
], CDSUseravatar);
|
|
138
|
-
var CDSUseravatar_default = CDSUseravatar;
|
|
102
|
+
__decorate([property({
|
|
103
|
+
reflect: true,
|
|
104
|
+
attribute: "tooltip-text"
|
|
105
|
+
})], CDSUseravatar.prototype, "tooltipText", void 0);
|
|
106
|
+
__decorate([property({
|
|
107
|
+
reflect: true,
|
|
108
|
+
attribute: "tooltip-alignment"
|
|
109
|
+
})], CDSUseravatar.prototype, "tooltipAlignment", void 0);
|
|
110
|
+
__decorate([property({ reflect: true })], CDSUseravatar.prototype, "name", void 0);
|
|
111
|
+
__decorate([property({ reflect: true })], CDSUseravatar.prototype, "size", void 0);
|
|
112
|
+
__decorate([property({ reflect: true })], CDSUseravatar.prototype, "image", void 0);
|
|
113
|
+
__decorate([property({
|
|
114
|
+
reflect: true,
|
|
115
|
+
attribute: "image-description"
|
|
116
|
+
})], CDSUseravatar.prototype, "imageDescription", void 0);
|
|
117
|
+
__decorate([property({
|
|
118
|
+
reflect: true,
|
|
119
|
+
attribute: "background-color"
|
|
120
|
+
})], CDSUseravatar.prototype, "backgroundColor", void 0);
|
|
121
|
+
__decorate([property({ reflect: true })], CDSUseravatar.prototype, "theme", void 0);
|
|
122
|
+
CDSUseravatar = __decorate([carbonElement(`${prefix}-user-avatar`)], CDSUseravatar);
|
|
123
|
+
var user_avatar_default = CDSUseravatar;
|
|
139
124
|
|
|
140
|
-
|
|
141
|
-
|
|
125
|
+
//#endregion
|
|
126
|
+
export { user_avatar_default as default };
|
|
127
|
+
//# sourceMappingURL=user-avatar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-avatar.js","sources":["../../../src/components/user-avatar/user-avatar.ts"],"sourcesContent":[
|
|
1
|
+
{"version":3,"file":"user-avatar.js","names":["styles","customElement"],"sources":["../../../src/components/user-avatar/user-avatar.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2025, 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { LitElement, html } from 'lit';\nimport { property } from 'lit/decorators.js';\nimport { classMap } from 'lit/directives/class-map.js';\nimport { prefix, carbonPrefix } from '../../globals/settings';\nimport HostListenerMixin from '@carbon/web-components/es/globals/mixins/host-listener.js';\nimport { carbonElement as customElement } from '@carbon/web-components/es/globals/decorators/carbon-element.js';\nimport styles from './user-avatar.scss?lit';\nimport '@carbon/web-components/es-custom/components/tooltip/index.js';\nimport User from '@carbon/icons/es/user/16';\nimport { iconLoader } from '@carbon/web-components/es/globals/internal/icon-loader.js';\n\nconst blockClass = `${prefix}--user-avatar`;\n\n/**\n * Useravatar.\n *\n * @element c4p-user-avatar\n * */\n\n@customElement(`${prefix}-user-avatar`)\nclass CDSUseravatar extends HostListenerMixin(LitElement) {\n /**\n * Specify the text of the tooltip.\n * Can be string\n */\n @property({ reflect: true, attribute: 'tooltip-text' })\n tooltipText;\n\n /**\n * Specify the alignment of the tooltip.\n */\n @property({ reflect: true, attribute: 'tooltip-alignment' })\n tooltipAlignment = 'bottom';\n\n /**\n * When passing the name prop, either send the initials to be used or the user's full name. The first two capital letters of the user's name will be used as the name.\n */\n @property({ reflect: true })\n name;\n\n /**\n * Set the size of the avatar circle\n */\n @property({ reflect: true })\n size;\n\n /**\n * When passing the image prop, supply a full path to the image to be displayed.\n */\n @property({ reflect: true })\n image;\n /**\n * When passing the image prop use the imageDescription prop to describe the image for screen reader.\n */\n @property({ reflect: true, attribute: 'image-description' })\n imageDescription;\n\n /**\n * Provide the background color need to be set for UserAvatar.\n */\n @property({ reflect: true, attribute: 'background-color' })\n backgroundColor = 'order-1-cyan';\n\n /**\n * Set theme in which the component will be rendered.\n */\n @property({ reflect: true })\n theme;\n\n render() {\n const getItem = () => {\n if (this.image) {\n const imageClasses = classMap({\n [`${blockClass}__photo`]: true,\n [`${blockClass}__photo--${this.size}`]: this.size,\n });\n return html` <img\n alt=\"${this.imageDescription}\"\n src=\"${this.image}\"\n class=\"${imageClasses}\"\n />`;\n }\n if (this.querySelector('[slot=\"rendericon\"]')) {\n return html`<slot name=\"rendericon\"></slot>`;\n }\n if (this.name) {\n const parts = this.name?.split(' ') || [];\n const firstChar = parts[0].charAt(0).toUpperCase();\n const secondChar = parts[0].charAt(1).toUpperCase();\n if (parts.length === 1) {\n return firstChar + secondChar;\n }\n const lastChar = parts[parts.length - 1].charAt(0).toUpperCase();\n const initials = [firstChar];\n if (lastChar) {\n initials.push(lastChar);\n }\n\n return ''.concat(...initials);\n }\n return html`${iconLoader(User, { slot: 'rendericon' })} `;\n };\n\n const { tooltipText, tooltipAlignment, size, backgroundColor, theme } =\n this;\n const classes = classMap({\n [`${blockClass}`]: true,\n [`${blockClass}--${size}`]: size,\n [`${blockClass}--${backgroundColor}`]: backgroundColor,\n [`${blockClass}--${theme}`]: theme,\n });\n\n const Avatar = () => html`<div class=\"${classes}\">${getItem()}</div>`;\n\n if (tooltipText) {\n return html`<cds-custom-tooltip\n align=${tooltipAlignment}\n aria-label=${tooltipText}\n class=${`${blockClass}__tooltip ${carbonPrefix}--icon-tooltip`}\n >\n <button class=${`${blockClass}__tooltip-trigger`} role=\"button\">\n ${Avatar()}\n </button>\n <cds-custom-tooltip-content\n class=${`${blockClass}__tooltip-content`}\n id=\"content\"\n >\n ${tooltipText}\n </cds-custom-tooltip-content>\n </cds-custom-tooltip>`;\n } else {\n return html` ${Avatar()}`;\n }\n }\n static shadowRootOptions = {\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n };\n static styles = styles;\n}\nexport default CDSUseravatar;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoBA,MAAM,aAAa,GAAG,OAAO;;;;;;AAQ7B,0BACM,sBAAsB,kBAAkB,WAAW,CAAC;;;0BAYrC;yBA6BD;;CAQlB,SAAS;EACP,MAAM,gBAAgB;AACpB,OAAI,KAAK,OAAO;IACd,MAAM,eAAe,SAAS;MAC3B,GAAG,WAAW,WAAW;MACzB,GAAG,WAAW,WAAW,KAAK,SAAS,KAAK;KAC9C,CAAC;AACF,WAAO,IAAI;iBACF,KAAK,iBAAiB;iBACtB,KAAK,MAAM;mBACT,aAAa;;;AAG1B,OAAI,KAAK,cAAc,wBAAsB,CAC3C,QAAO,IAAI;AAEb,OAAI,KAAK,MAAM;IACb,MAAM,QAAQ,KAAK,MAAM,MAAM,IAAI,IAAI,EAAE;IACzC,MAAM,YAAY,MAAM,GAAG,OAAO,EAAE,CAAC,aAAa;IAClD,MAAM,aAAa,MAAM,GAAG,OAAO,EAAE,CAAC,aAAa;AACnD,QAAI,MAAM,WAAW,EACnB,QAAO,YAAY;IAErB,MAAM,WAAW,MAAM,MAAM,SAAS,GAAG,OAAO,EAAE,CAAC,aAAa;IAChE,MAAM,WAAW,CAAC,UAAU;AAC5B,QAAI,SACF,UAAS,KAAK,SAAS;AAGzB,WAAO,GAAG,OAAO,GAAG,SAAS;;AAE/B,UAAO,IAAI,GAAG,WAAW,MAAM,EAAE,MAAM,cAAc,CAAC,CAAC;;EAGzD,MAAM,EAAE,aAAa,kBAAkB,MAAM,iBAAiB,UAC5D;EACF,MAAM,UAAU,SAAS;IACtB,GAAG,eAAe;IAClB,GAAG,WAAW,IAAI,SAAS;IAC3B,GAAG,WAAW,IAAI,oBAAoB;IACtC,GAAG,WAAW,IAAI,UAAU;GAC9B,CAAC;EAEF,MAAM,eAAe,IAAI,eAAe,QAAQ,IAAI,SAAS,CAAC;AAE9D,MAAI,YACF,QAAO,IAAI;gBACD,iBAAiB;qBACZ,YAAY;gBACjB,GAAG,WAAW,YAAY,aAAa,gBAAgB;;wBAE/C,GAAG,WAAW,mBAAmB;YAC7C,QAAQ,CAAC;;;kBAGH,GAAG,WAAW,mBAAmB;;;YAGvC,YAAY;;;MAIlB,QAAO,IAAI,IAAI,QAAQ;;;2BAGA;GACzB,GAAG,WAAW;GACd,gBAAgB;GACjB;;;gBACeA;;;YAjHf,SAAS;CAAE,SAAS;CAAM,WAAW;CAAgB,CAAC;YAMtD,SAAS;CAAE,SAAS;CAAM,WAAW;CAAqB,CAAC;YAM3D,SAAS,EAAE,SAAS,MAAM,CAAC;YAM3B,SAAS,EAAE,SAAS,MAAM,CAAC;YAM3B,SAAS,EAAE,SAAS,MAAM,CAAC;YAK3B,SAAS;CAAE,SAAS;CAAM,WAAW;CAAqB,CAAC;YAM3D,SAAS;CAAE,SAAS;CAAM,WAAW;CAAoB,CAAC;YAM1D,SAAS,EAAE,SAAS,MAAM,CAAC;4BA/C7BC,cAAc,GAAG,OAAO,cAAc;AAyHvC,0BAAe"}
|
|
@@ -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(["a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;font-feature-settings:\"liga\" 1;font-size:100%;margin:0;padding:0;vertical-align:baseline}button,input,select,textarea{border-radius:0;font-family:inherit}:root{color-scheme:var(--cds-color-scheme,light)}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{background-color:var(--cds-background,#fff);color:var(--cds-text-primary,#161616);line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}html{font-size:100%}body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}strong{font-weight:600}@media screen and (-ms-high-contrast:active){svg{fill:ButtonText}}h1{font-size:var(--cds-heading-06-font-size,2.625rem);font-weight:var(--cds-heading-06-font-weight,300);letter-spacing:var(--cds-heading-06-letter-spacing,0);line-height:var(--cds-heading-06-line-height,1.199)}h2{font-size:var(--cds-heading-05-font-size,2rem);font-weight:var(--cds-heading-05-font-weight,400);letter-spacing:var(--cds-heading-05-letter-spacing,0);line-height:var(--cds-heading-05-line-height,1.25)}h3{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)}h4{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)}h5{font-size:var(--cds-heading-02-font-size,1rem);font-weight:var(--cds-heading-02-font-weight,600);letter-spacing:var(--cds-heading-02-letter-spacing,0);line-height:var(--cds-heading-02-line-height,1.5)}h6{font-size:var(--cds-heading-01-font-size,.875rem);font-weight:var(--cds-heading-01-font-weight,600);letter-spacing:var(--cds-heading-01-letter-spacing,.16px);line-height:var(--cds-heading-01-line-height,1.42857)}p{font-size:var(--cds-body-02-font-size,1rem);font-weight:var(--cds-body-02-font-weight,400);letter-spacing:var(--cds-body-02-letter-spacing,0);line-height:var(--cds-body-02-line-height,1.5)}a{color:var(--cds-link-primary,#0062fe)}em{font-style:italic}.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}@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--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--user-avatar{align-items:center;block-size:4rem;border:.5px solid transparent;border-radius:100%;color:var(--cds-text-inverse,#fff);display:flex;inline-size:4rem;justify-content:center;outline:none;outline-offset:3px;position:relative}.c4p--user-avatar svg{color:var(--cds-icon-inverse,#fff)}.c4p--user-avatar__tooltip:focus-within .c4p--user-avatar{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:1px}.cds-custom--g10 .c4p--user-avatar--order-1-cyan,.cds-custom--white .c4p--user-avatar--order-1-cyan,:root .c4p--user-avatar--order-1-cyan{background-color:#0072c3}.cds-custom--g10 .c4p--user-avatar--order-2-gray,.cds-custom--white .c4p--user-avatar--order-2-gray,:root .c4p--user-avatar--order-2-gray{background-color:#6f6f6f}.cds-custom--g10 .c4p--user-avatar--order-3-green,.cds-custom--white .c4p--user-avatar--order-3-green,:root .c4p--user-avatar--order-3-green{background-color:#198038}.cds-custom--g10 .c4p--user-avatar--order-4-magenta,.cds-custom--white .c4p--user-avatar--order-4-magenta,:root .c4p--user-avatar--order-4-magenta{background-color:#d02670}.cds-custom--g10 .c4p--user-avatar--order-5-purple,.cds-custom--white .c4p--user-avatar--order-5-purple,:root .c4p--user-avatar--order-5-purple{background-color:#8a3ffc}.cds-custom--g10 .c4p--user-avatar--order-6-teal,.cds-custom--white .c4p--user-avatar--order-6-teal,:root .c4p--user-avatar--order-6-teal{background-color:#007d79}.cds-custom--g10 .c4p--user-avatar--order-7-cyan,.cds-custom--white .c4p--user-avatar--order-7-cyan,:root .c4p--user-avatar--order-7-cyan{background-color:#003a6d}.cds-custom--g10 .c4p--user-avatar--order-8-gray,.cds-custom--white .c4p--user-avatar--order-8-gray,:root .c4p--user-avatar--order-8-gray{background-color:#393939}.cds-custom--g10 .c4p--user-avatar--order-9-green,.cds-custom--white .c4p--user-avatar--order-9-green,:root .c4p--user-avatar--order-9-green{background-color:#044317}.cds-custom--g10 .c4p--user-avatar--order-10-magenta,.cds-custom--white .c4p--user-avatar--order-10-magenta,:root .c4p--user-avatar--order-10-magenta{background-color:#740937}.cds-custom--g10 .c4p--user-avatar--order-11-purple,.cds-custom--white .c4p--user-avatar--order-11-purple,:root .c4p--user-avatar--order-11-purple{background-color:#491d8b}.cds-custom--g10 .c4p--user-avatar--order-12-teal,.cds-custom--white .c4p--user-avatar--order-12-teal,:root .c4p--user-avatar--order-12-teal{background-color:#004144}.cds-custom--g100 .c4p--user-avatar--order-1-cyan,.cds-custom--g90 .c4p--user-avatar--order-1-cyan{background-color:#1192e8}.cds-custom--g100 .c4p--user-avatar--order-2-gray,.cds-custom--g90 .c4p--user-avatar--order-2-gray{background-color:#8d8d8d}.cds-custom--g100 .c4p--user-avatar--order-3-green,.cds-custom--g90 .c4p--user-avatar--order-3-green{background-color:#24a148}.cds-custom--g100 .c4p--user-avatar--order-4-magenta,.cds-custom--g90 .c4p--user-avatar--order-4-magenta{background-color:#ee5396}.cds-custom--g100 .c4p--user-avatar--order-5-purple,.cds-custom--g90 .c4p--user-avatar--order-5-purple{background-color:#a56eff}.cds-custom--g100 .c4p--user-avatar--order-6-teal,.cds-custom--g90 .c4p--user-avatar--order-6-teal{background-color:#009d9a}.cds-custom--g100 .c4p--user-avatar--order-7-cyan,.cds-custom--g90 .c4p--user-avatar--order-7-cyan{background-color:#82cfff}.cds-custom--g100 .c4p--user-avatar--order-8-gray,.cds-custom--g90 .c4p--user-avatar--order-8-gray{background-color:#c6c6c6}.cds-custom--g100 .c4p--user-avatar--order-9-green,.cds-custom--g90 .c4p--user-avatar--order-9-green{background-color:#6fdc8c}.cds-custom--g100 .c4p--user-avatar--order-10-magenta,.cds-custom--g90 .c4p--user-avatar--order-10-magenta{background-color:#ffafd2}.cds-custom--g100 .c4p--user-avatar--order-11-purple,.cds-custom--g90 .c4p--user-avatar--order-11-purple{background-color:#d4bbff}.cds-custom--g100 .c4p--user-avatar--order-12-teal,.cds-custom--g90 .c4p--user-avatar--order-12-teal{background-color:#3ddbd9}.c4p--user-avatar--xl{block-size:4rem;font-size:var(--cds-heading-04-font-size,1.75rem);font-weight:var(--cds-heading-04-font-weight,400);inline-size:4rem;letter-spacing:var(--cds-heading-04-letter-spacing,0);line-height:var(--cds-heading-04-line-height,1.28572)}.c4p--user-avatar--lg{block-size:3rem;font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);inline-size:3rem;letter-spacing:var(--cds-heading-03-letter-spacing,0);line-height:var(--cds-heading-03-line-height,1.4)}.c4p--user-avatar--md{block-size:2rem;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:2rem;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572)}.c4p--user-avatar--sm{block-size:1.5rem;font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);inline-size:1.5rem;letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333)}.c4p--user-avatar__photo{border-radius:100%;-o-object-fit:contain;object-fit:contain}.c4p--user-avatar__photo--xl{block-size:4rem;border-radius:100%;inline-size:4rem;-o-object-fit:fill;object-fit:fill}.c4p--user-avatar__photo--lg{block-size:3rem;border-radius:100%;inline-size:3rem;-o-object-fit:fill;object-fit:fill}.c4p--user-avatar__photo--md{block-size:2rem;border-radius:100%;inline-size:2rem;-o-object-fit:fill;object-fit:fill}.c4p--user-avatar__photo--sm{block-size:1.5rem;border-radius:100%;inline-size:1.5rem;-o-object-fit:fill;object-fit:fill}:host(c4p-user-avatar){display:inline-block}:host(c4p-user-avatar) .c4p--user-avatar{box-sizing:border-box}:host(c4p-user-avatar) .c4p--user-avatar--xl ::slotted([slot=rendericon]){block-size:2rem;inline-size:2rem}:host(c4p-user-avatar) .c4p--user-avatar--lg ::slotted([slot=rendericon]){block-size:1.5rem;inline-size:1.5rem}:host(c4p-user-avatar) .c4p--user-avatar--md ::slotted([slot=rendericon]){block-size:1.25rem;inline-size:1.25rem}:host(c4p-user-avatar) .c4p--user-avatar--sm ::slotted([slot=rendericon]){block-size:1rem;inline-size:1rem}:host(c4p-user-avatar) .c4p--user-avatar__tooltip-trigger{background:none;border:0;outline:none;padding:0}:host(c4p-user-avatar) .c4p--user-avatar__tooltip-content{--cds-tooltip-padding-block:0.125rem}:host(c4p-user-avatar) .c4p--user-avatar__tooltip-content:focus-within{outline:.125rem solid var(--cds-focus,#0f62fe);outline-offset:1px}:host(c4p-user-avatar) .c4p--user-avatar--order-1-cyan,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-1-cyan{background-color:#0072c3}:host(c4p-user-avatar) .c4p--user-avatar--order-2-gray,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-2-gray{background-color:#6f6f6f}:host(c4p-user-avatar) .c4p--user-avatar--order-3-green,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-3-green{background-color:#198038}:host(c4p-user-avatar) .c4p--user-avatar--order-4-magenta,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-4-magenta{background-color:#d02670}:host(c4p-user-avatar) .c4p--user-avatar--order-5-purple,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-5-purple{background-color:#8a3ffc}:host(c4p-user-avatar) .c4p--user-avatar--order-6-teal,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-6-teal{background-color:#007d79}:host(c4p-user-avatar) .c4p--user-avatar--order-7-cyan,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-7-cyan{background-color:#003a6d}:host(c4p-user-avatar) .c4p--user-avatar--order-8-gray,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-8-gray{background-color:#393939}:host(c4p-user-avatar) .c4p--user-avatar--order-9-green,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-9-green{background-color:#044317}:host(c4p-user-avatar) .c4p--user-avatar--order-10-magenta,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-10-magenta{background-color:#740937}:host(c4p-user-avatar) .c4p--user-avatar--order-11-purple,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-11-purple{background-color:#491d8b}:host(c4p-user-avatar) .c4p--user-avatar--order-12-teal,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-12-teal{background-color:#004144}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-1-cyan{background-color:#1192e8}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-2-gray{background-color:#8d8d8d}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-3-green{background-color:#24a148}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-4-magenta{background-color:#ee5396}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-5-purple{background-color:#a56eff}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-6-teal{background-color:#009d9a}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-7-cyan{background-color:#82cfff}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-8-gray{background-color:#c6c6c6}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-9-green{background-color:#6fdc8c}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-10-magenta{background-color:#ffafd2}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-11-purple{background-color:#d4bbff}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-12-teal{background-color:#3ddbd9}"]);
|
|
10
|
+
//#region src/components/user-avatar/user-avatar.scss?lit
|
|
11
|
+
var user_avatar_default = css(["a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;font-feature-settings:\"liga\" 1;font-size:100%;margin:0;padding:0;vertical-align:baseline}button,input,select,textarea{border-radius:0;font-family:inherit}:root{color-scheme:var(--cds-custom-color-scheme,light)}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{background-color:var(--cds-custom-background,#fff);color:var(--cds-custom-text-primary,#161616);line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}html{font-size:100%}body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}strong{font-weight:600}@media screen and (-ms-high-contrast:active){svg{fill:ButtonText}}h1{font-size:var(--cds-custom-heading-06-font-size,2.625rem);font-weight:var(--cds-custom-heading-06-font-weight,300);letter-spacing:var(--cds-custom-heading-06-letter-spacing,0);line-height:var(--cds-custom-heading-06-line-height,1.199)}h2{font-size:var(--cds-custom-heading-05-font-size,2rem);font-weight:var(--cds-custom-heading-05-font-weight,400);letter-spacing:var(--cds-custom-heading-05-letter-spacing,0);line-height:var(--cds-custom-heading-05-line-height,1.25)}h3{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)}h4{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)}h5{font-size:var(--cds-custom-heading-02-font-size,1rem);font-weight:var(--cds-custom-heading-02-font-weight,600);letter-spacing:var(--cds-custom-heading-02-letter-spacing,0);line-height:var(--cds-custom-heading-02-line-height,1.5)}h6{font-size:var(--cds-custom-heading-01-font-size,.875rem);font-weight:var(--cds-custom-heading-01-font-weight,600);letter-spacing:var(--cds-custom-heading-01-letter-spacing,.16px);line-height:var(--cds-custom-heading-01-line-height,1.42857)}p{font-size:var(--cds-custom-body-02-font-size,1rem);font-weight:var(--cds-custom-body-02-font-weight,400);letter-spacing:var(--cds-custom-body-02-letter-spacing,0);line-height:var(--cds-custom-body-02-line-height,1.5)}a{color:var(--cds-custom-link-primary,#0062fe)}em{font-style:italic}.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}@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--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--user-avatar{align-items:center;block-size:4rem;border:.5px solid transparent;border-radius:100%;color:var(--cds-custom-text-inverse,#fff);display:flex;inline-size:4rem;justify-content:center;outline:none;outline-offset:3px;position:relative}.c4p--user-avatar svg{color:var(--cds-custom-icon-inverse,#fff)}.c4p--user-avatar__tooltip:focus-within .c4p--user-avatar{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:1px}.cds-custom--g10 .c4p--user-avatar--order-1-cyan,.cds-custom--white .c4p--user-avatar--order-1-cyan,:root .c4p--user-avatar--order-1-cyan{background-color:#0072c3}.cds-custom--g10 .c4p--user-avatar--order-2-gray,.cds-custom--white .c4p--user-avatar--order-2-gray,:root .c4p--user-avatar--order-2-gray{background-color:#6f6f6f}.cds-custom--g10 .c4p--user-avatar--order-3-green,.cds-custom--white .c4p--user-avatar--order-3-green,:root .c4p--user-avatar--order-3-green{background-color:#198038}.cds-custom--g10 .c4p--user-avatar--order-4-magenta,.cds-custom--white .c4p--user-avatar--order-4-magenta,:root .c4p--user-avatar--order-4-magenta{background-color:#d02670}.cds-custom--g10 .c4p--user-avatar--order-5-purple,.cds-custom--white .c4p--user-avatar--order-5-purple,:root .c4p--user-avatar--order-5-purple{background-color:#8a3ffc}.cds-custom--g10 .c4p--user-avatar--order-6-teal,.cds-custom--white .c4p--user-avatar--order-6-teal,:root .c4p--user-avatar--order-6-teal{background-color:#007d79}.cds-custom--g10 .c4p--user-avatar--order-7-cyan,.cds-custom--white .c4p--user-avatar--order-7-cyan,:root .c4p--user-avatar--order-7-cyan{background-color:#003a6d}.cds-custom--g10 .c4p--user-avatar--order-8-gray,.cds-custom--white .c4p--user-avatar--order-8-gray,:root .c4p--user-avatar--order-8-gray{background-color:#393939}.cds-custom--g10 .c4p--user-avatar--order-9-green,.cds-custom--white .c4p--user-avatar--order-9-green,:root .c4p--user-avatar--order-9-green{background-color:#044317}.cds-custom--g10 .c4p--user-avatar--order-10-magenta,.cds-custom--white .c4p--user-avatar--order-10-magenta,:root .c4p--user-avatar--order-10-magenta{background-color:#740937}.cds-custom--g10 .c4p--user-avatar--order-11-purple,.cds-custom--white .c4p--user-avatar--order-11-purple,:root .c4p--user-avatar--order-11-purple{background-color:#491d8b}.cds-custom--g10 .c4p--user-avatar--order-12-teal,.cds-custom--white .c4p--user-avatar--order-12-teal,:root .c4p--user-avatar--order-12-teal{background-color:#004144}.cds-custom--g100 .c4p--user-avatar--order-1-cyan,.cds-custom--g90 .c4p--user-avatar--order-1-cyan{background-color:#1192e8}.cds-custom--g100 .c4p--user-avatar--order-2-gray,.cds-custom--g90 .c4p--user-avatar--order-2-gray{background-color:#8d8d8d}.cds-custom--g100 .c4p--user-avatar--order-3-green,.cds-custom--g90 .c4p--user-avatar--order-3-green{background-color:#24a148}.cds-custom--g100 .c4p--user-avatar--order-4-magenta,.cds-custom--g90 .c4p--user-avatar--order-4-magenta{background-color:#ee5396}.cds-custom--g100 .c4p--user-avatar--order-5-purple,.cds-custom--g90 .c4p--user-avatar--order-5-purple{background-color:#a56eff}.cds-custom--g100 .c4p--user-avatar--order-6-teal,.cds-custom--g90 .c4p--user-avatar--order-6-teal{background-color:#009d9a}.cds-custom--g100 .c4p--user-avatar--order-7-cyan,.cds-custom--g90 .c4p--user-avatar--order-7-cyan{background-color:#82cfff}.cds-custom--g100 .c4p--user-avatar--order-8-gray,.cds-custom--g90 .c4p--user-avatar--order-8-gray{background-color:#c6c6c6}.cds-custom--g100 .c4p--user-avatar--order-9-green,.cds-custom--g90 .c4p--user-avatar--order-9-green{background-color:#6fdc8c}.cds-custom--g100 .c4p--user-avatar--order-10-magenta,.cds-custom--g90 .c4p--user-avatar--order-10-magenta{background-color:#ffafd2}.cds-custom--g100 .c4p--user-avatar--order-11-purple,.cds-custom--g90 .c4p--user-avatar--order-11-purple{background-color:#d4bbff}.cds-custom--g100 .c4p--user-avatar--order-12-teal,.cds-custom--g90 .c4p--user-avatar--order-12-teal{background-color:#3ddbd9}.c4p--user-avatar--xl{block-size:4rem;font-size:var(--cds-custom-heading-04-font-size,1.75rem);font-weight:var(--cds-custom-heading-04-font-weight,400);inline-size:4rem;letter-spacing:var(--cds-custom-heading-04-letter-spacing,0);line-height:var(--cds-custom-heading-04-line-height,1.28572)}.c4p--user-avatar--lg{block-size:3rem;font-size:var(--cds-custom-heading-03-font-size,1.25rem);font-weight:var(--cds-custom-heading-03-font-weight,400);inline-size:3rem;letter-spacing:var(--cds-custom-heading-03-letter-spacing,0);line-height:var(--cds-custom-heading-03-line-height,1.4)}.c4p--user-avatar--md{block-size:2rem;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:2rem;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.c4p--user-avatar--sm{block-size:1.5rem;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);inline-size:1.5rem;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333)}.c4p--user-avatar__photo{border-radius:100%;-o-object-fit:contain;object-fit:contain}.c4p--user-avatar__photo--xl{block-size:4rem;border-radius:100%;inline-size:4rem;-o-object-fit:fill;object-fit:fill}.c4p--user-avatar__photo--lg{block-size:3rem;border-radius:100%;inline-size:3rem;-o-object-fit:fill;object-fit:fill}.c4p--user-avatar__photo--md{block-size:2rem;border-radius:100%;inline-size:2rem;-o-object-fit:fill;object-fit:fill}.c4p--user-avatar__photo--sm{block-size:1.5rem;border-radius:100%;inline-size:1.5rem;-o-object-fit:fill;object-fit:fill}:host(c4p-user-avatar){display:inline-block}:host(c4p-user-avatar) .c4p--user-avatar{box-sizing:border-box}:host(c4p-user-avatar) .c4p--user-avatar--xl ::slotted([slot=rendericon]){block-size:2rem;inline-size:2rem}:host(c4p-user-avatar) .c4p--user-avatar--lg ::slotted([slot=rendericon]){block-size:1.5rem;inline-size:1.5rem}:host(c4p-user-avatar) .c4p--user-avatar--md ::slotted([slot=rendericon]){block-size:1.25rem;inline-size:1.25rem}:host(c4p-user-avatar) .c4p--user-avatar--sm ::slotted([slot=rendericon]){block-size:1rem;inline-size:1rem}:host(c4p-user-avatar) .c4p--user-avatar__tooltip-trigger{background:none;border:0;outline:none;padding:0}:host(c4p-user-avatar) .c4p--user-avatar__tooltip-content{--cds-custom-tooltip-padding-block:0.125rem}:host(c4p-user-avatar) .c4p--user-avatar__tooltip-content:focus-within{outline:.125rem solid var(--cds-custom-focus,#0f62fe);outline-offset:1px}:host(c4p-user-avatar) .c4p--user-avatar--order-1-cyan,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-1-cyan{background-color:#0072c3}:host(c4p-user-avatar) .c4p--user-avatar--order-2-gray,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-2-gray{background-color:#6f6f6f}:host(c4p-user-avatar) .c4p--user-avatar--order-3-green,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-3-green{background-color:#198038}:host(c4p-user-avatar) .c4p--user-avatar--order-4-magenta,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-4-magenta{background-color:#d02670}:host(c4p-user-avatar) .c4p--user-avatar--order-5-purple,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-5-purple{background-color:#8a3ffc}:host(c4p-user-avatar) .c4p--user-avatar--order-6-teal,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-6-teal{background-color:#007d79}:host(c4p-user-avatar) .c4p--user-avatar--order-7-cyan,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-7-cyan{background-color:#003a6d}:host(c4p-user-avatar) .c4p--user-avatar--order-8-gray,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-8-gray{background-color:#393939}:host(c4p-user-avatar) .c4p--user-avatar--order-9-green,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-9-green{background-color:#044317}:host(c4p-user-avatar) .c4p--user-avatar--order-10-magenta,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-10-magenta{background-color:#740937}:host(c4p-user-avatar) .c4p--user-avatar--order-11-purple,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-11-purple{background-color:#491d8b}:host(c4p-user-avatar) .c4p--user-avatar--order-12-teal,:host(c4p-user-avatar[theme=light]) .c4p--user-avatar--order-12-teal{background-color:#004144}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-1-cyan{background-color:#1192e8}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-2-gray{background-color:#8d8d8d}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-3-green{background-color:#24a148}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-4-magenta{background-color:#ee5396}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-5-purple{background-color:#a56eff}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-6-teal{background-color:#009d9a}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-7-cyan{background-color:#82cfff}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-8-gray{background-color:#c6c6c6}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-9-green{background-color:#6fdc8c}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-10-magenta{background-color:#ffafd2}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-11-purple{background-color:#d4bbff}:host(c4p-user-avatar[theme=dark]) .c4p--user-avatar--order-12-teal{background-color:#3ddbd9}"]);
|
|
11
12
|
|
|
12
|
-
|
|
13
|
-
|
|
13
|
+
//#endregion
|
|
14
|
+
export { user_avatar_default as default };
|
|
15
|
+
//# sourceMappingURL=user-avatar.scss.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-avatar.scss.js","
|
|
1
|
+
{"version":3,"file":"user-avatar.scss.js","names":[],"sources":["../../../src/components/user-avatar/user-avatar.scss?lit"],"sourcesContent":["/*\n* Copyright IBM Corp. 2025, 2025\n*\n* This source code is licensed under the Apache-2.0 license found in the\n* LICENSE file in the root directory of this source tree.\n*/\n\n$css--plex: true !default;\n\n/* Other Carbon settings. */\n@use '@carbon/styles/scss/reset';\n@use '@carbon/styles/scss/breakpoint' as *;\n@use '@carbon/styles/scss/config' as *;\n@use '@carbon/styles/scss/motion' as *;\n@use '@carbon/styles/scss/spacing' as *;\n@use '@carbon/styles/scss/theme' as *;\n@use '@carbon/styles/scss/type';\n@use '@carbon/styles/scss/colors' as *;\n@use '@carbon/styles/scss/layout' as *;\n@use '@carbon/styles/scss/utilities';\n@use 'sass:map';\n\n@use '@carbon/ibm-products-styles/scss/components/UserAvatar' as *;\n\n$prefix: 'c4p';\n\n$block-class: #{$prefix}--user-avatar;\n\n:host(#{$prefix}-user-avatar) {\n display: inline-block;\n\n .#{$block-class} {\n box-sizing: border-box;\n }\n}\n\n:host(#{$prefix}-user-avatar) .#{$block-class}--xl {\n ::slotted([slot='rendericon']) {\n block-size: $spacing-07;\n inline-size: $spacing-07;\n }\n}\n:host(#{$prefix}-user-avatar) .#{$block-class}--lg {\n ::slotted([slot='rendericon']) {\n block-size: $spacing-06;\n inline-size: $spacing-06;\n }\n}\n:host(#{$prefix}-user-avatar) .#{$block-class}--md {\n ::slotted([slot='rendericon']) {\n block-size: $spacing-04 + $spacing-03;\n inline-size: $spacing-04 + $spacing-03;\n }\n}\n:host(#{$prefix}-user-avatar) .#{$block-class}--sm {\n ::slotted([slot='rendericon']) {\n block-size: $spacing-05;\n inline-size: $spacing-05;\n }\n}\n\n:host(#{$prefix}-user-avatar) .#{$block-class}__tooltip-trigger {\n padding: 0;\n border: 0;\n background: none;\n outline: none;\n}\n\n:host(#{$prefix}-user-avatar) .#{$block-class}__tooltip-content {\n --cds-custom-tooltip-padding-block: #{$spacing-01};\n\n &:focus-within {\n outline: $spacing-01 solid $focus;\n outline-offset: 1px;\n }\n}\n\n@mixin setBgColor($color) {\n // stylelint-disable-next-line carbon/theme-use\n background-color: $color;\n}\n\n//this mixin allows you to set background color based on the lighter themes such as g10 and white\n@mixin setLightBg($order, $color) {\n :host(#{$prefix}-user-avatar) .#{$block-class}--#{$order},\n :host(#{$prefix}-user-avatar[theme='light']) .#{$block-class}--#{$order} {\n @include setBgColor($color);\n }\n}\n@mixin setDarkBg($order, $color) {\n :host(#{$prefix}-user-avatar[theme='dark']) .#{$block-class}--#{$order} {\n @include setBgColor($color);\n }\n}\n@include setLightBg(order-1-cyan, $cyan-60);\n@include setLightBg(order-2-gray, $gray-60);\n@include setLightBg(order-3-green, $green-60);\n@include setLightBg(order-4-magenta, $magenta-60);\n@include setLightBg(order-5-purple, $purple-60);\n@include setLightBg(order-6-teal, $teal-60);\n@include setLightBg(order-7-cyan, $cyan-80);\n@include setLightBg(order-8-gray, $gray-80);\n@include setLightBg(order-9-green, $green-80);\n@include setLightBg(order-10-magenta, $magenta-80);\n@include setLightBg(order-11-purple, $purple-80);\n@include setLightBg(order-12-teal, $teal-80);\n@include setDarkBg(order-1-cyan, $cyan-50);\n@include setDarkBg(order-2-gray, $gray-50);\n@include setDarkBg(order-3-green, $green-50);\n@include setDarkBg(order-4-magenta, $magenta-50);\n@include setDarkBg(order-5-purple, $purple-50);\n@include setDarkBg(order-6-teal, $teal-50);\n@include setDarkBg(order-7-cyan, $cyan-30);\n@include setDarkBg(order-8-gray, $gray-30);\n@include setDarkBg(order-9-green, $green-30);\n@include setDarkBg(order-10-magenta, $magenta-30);\n@include setDarkBg(order-11-purple, $purple-30);\n@include setDarkBg(order-12-teal, $teal-30);\n"],"mappings":""}
|
|
@@ -1,30 +1,26 @@
|
|
|
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
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
// LICENSE file in the root directory of this source tree.
|
|
13
|
-
//
|
|
14
|
-
const isProduction = process.env.NODE_ENV === 'production';
|
|
15
|
-
const noop = () => undefined;
|
|
16
|
-
const shimIfProduction = (fn) => (isProduction ? noop : fn);
|
|
8
|
+
//#region src/globals/internal/pconsole.ts
|
|
9
|
+
const isProduction = false;
|
|
10
|
+
const noop = () => void 0;
|
|
11
|
+
const shimIfProduction = (fn) => fn;
|
|
17
12
|
const log = shimIfProduction((...args) => console.log(...args));
|
|
18
13
|
const warn = shimIfProduction((...args) => console.warn(...args));
|
|
19
14
|
const error = shimIfProduction((...args) => console.error(...args));
|
|
20
|
-
var
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
15
|
+
var pconsole_default = {
|
|
16
|
+
isProduction,
|
|
17
|
+
noop,
|
|
18
|
+
shimIfProduction,
|
|
19
|
+
log,
|
|
20
|
+
warn,
|
|
21
|
+
error
|
|
27
22
|
};
|
|
28
23
|
|
|
29
|
-
|
|
30
|
-
|
|
24
|
+
//#endregion
|
|
25
|
+
export { pconsole_default as default, error, isProduction, log, noop, shimIfProduction, warn };
|
|
26
|
+
//# sourceMappingURL=pconsole.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pconsole.js","sources":["../../../src/globals/internal/pconsole.ts"],"sourcesContent":[
|
|
1
|
+
{"version":3,"file":"pconsole.js","names":[],"sources":["../../../src/globals/internal/pconsole.ts"],"sourcesContent":["//\n// Copyright IBM Corp. 2020, 2021\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\nexport const isProduction = process.env.NODE_ENV === 'production';\nexport const noop = () => undefined;\nexport const shimIfProduction = (fn) => (isProduction ? noop : fn);\nexport const log = shimIfProduction((...args) => console.log(...args));\nexport const warn = shimIfProduction((...args) => console.warn(...args));\nexport const error = shimIfProduction((...args) => console.error(...args));\n\nexport default {\n isProduction,\n noop,\n shimIfProduction,\n log,\n warn,\n error,\n};\n"],"mappings":";;;;;;;;AAOA,MAAa,eAAe;AAC5B,MAAa,aAAa;AAC1B,MAAa,oBAAoB,OAA8B;AAC/D,MAAa,MAAM,kBAAkB,GAAG,SAAS,QAAQ,IAAI,GAAG,KAAK,CAAC;AACtE,MAAa,OAAO,kBAAkB,GAAG,SAAS,QAAQ,KAAK,GAAG,KAAK,CAAC;AACxE,MAAa,QAAQ,kBAAkB,GAAG,SAAS,QAAQ,MAAM,GAAG,KAAK,CAAC;AAE1E,uBAAe;CACb;CACA;CACA;CACA;CACA;CACA;CACD"}
|
|
@@ -1,70 +1,67 @@
|
|
|
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
|
|
8
|
+
import { version } from "../../package.js";
|
|
9
9
|
|
|
10
|
+
//#region src/globals/internal/storybook-cdn.ts
|
|
10
11
|
/**
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
12
|
+
* @license
|
|
13
|
+
*
|
|
14
|
+
* Copyright IBM Corp. 2021, 2025
|
|
15
|
+
*
|
|
16
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
17
|
+
* LICENSE file in the root directory of this source tree.
|
|
18
|
+
*/
|
|
20
19
|
/**
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
23
22
|
/**
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
23
|
+
* Renders the component(s) script tag content and returns back the string
|
|
24
|
+
*
|
|
25
|
+
* @param {Array} components array of component names
|
|
26
|
+
* @param {string} tag tag folder
|
|
27
|
+
*/
|
|
29
28
|
function _renderScript(components, tag) {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
let scripts = "";
|
|
30
|
+
components.forEach((component) => {
|
|
31
|
+
scripts += `<script type="module" src="https://1.www.s81c.com/common/carbon/web-components/${tag}/${component}.min.js"><\/script>\n`;
|
|
32
|
+
});
|
|
33
|
+
return scripts;
|
|
35
34
|
}
|
|
36
|
-
|
|
37
35
|
/**
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
36
|
+
* This is the markdown block for JS via CDN
|
|
37
|
+
*
|
|
38
|
+
* @param {Array} components array of components to render
|
|
39
|
+
* @param components.components components to render
|
|
40
|
+
*/
|
|
43
41
|
const cdnJs = ({ components }) => {
|
|
44
|
-
|
|
42
|
+
return `
|
|
45
43
|
### JS (via CDN)
|
|
46
44
|
|
|
47
45
|
> NOTE: Only one version of artifacts should be used. Mixing versions will cause rendering issues.
|
|
48
46
|
|
|
49
47
|
\`\`\`html
|
|
50
48
|
// SPECIFIC VERSION (available starting v2.0.0)
|
|
51
|
-
${_renderScript(components, `version/v${
|
|
49
|
+
${_renderScript(components, `version/v${version}`)}
|
|
52
50
|
\`\`\`
|
|
53
51
|
|
|
54
52
|
#### Right-to-left (RTL) versions
|
|
55
53
|
|
|
56
54
|
\`\`\`html
|
|
57
55
|
// SPECIFIC VERSION (available starting v2.0.0)
|
|
58
|
-
${_renderScript(components, `version/v${
|
|
56
|
+
${_renderScript(components, `version/v${version}`)}
|
|
59
57
|
\`\`\`
|
|
60
58
|
`;
|
|
61
59
|
};
|
|
62
|
-
|
|
63
60
|
/**
|
|
64
|
-
|
|
65
|
-
|
|
61
|
+
* This is the markdown block for CSS via CDN
|
|
62
|
+
*/
|
|
66
63
|
const cdnCss = () => {
|
|
67
|
-
|
|
64
|
+
return `
|
|
68
65
|
### Carbon CDN style helpers (optional)
|
|
69
66
|
|
|
70
67
|
There are optional CDN artifacts available that can assist with global Carbon
|
|
@@ -74,5 +71,6 @@ styles in lieu of including into your specific application bundle.
|
|
|
74
71
|
`;
|
|
75
72
|
};
|
|
76
73
|
|
|
74
|
+
//#endregion
|
|
77
75
|
export { cdnCss, cdnJs };
|
|
78
|
-
//# sourceMappingURL=storybook-cdn.js.map
|
|
76
|
+
//# sourceMappingURL=storybook-cdn.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storybook-cdn.js","sources":["../../../src/globals/internal/storybook-cdn.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2021, 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport packageJson from '../../../package.json';\n\n/**\n *\n */\n/**\n * Renders the component(s) script tag content and returns back the string\n *\n * @param {Array} components array of component names\n * @param {string} tag tag folder\n */\nfunction _renderScript(components, tag) {\n let scripts = '';\n components.forEach((component) => {\n scripts += `<script type=\"module\" src=\"https://1.www.s81c.com/common/carbon/web-components/${tag}/${component}.min.js\"></script>\\n`;\n });\n return scripts;\n}\n\n/**\n * This is the markdown block for JS via CDN\n *\n * @param {Array} components array of components to render\n * @param components.components components to render\n */\nexport const cdnJs = ({ components }) => {\n return `\n### JS (via CDN)\n\n > NOTE: Only one version of artifacts should be used. Mixing versions will cause rendering issues.\n\n \\`\\`\\`html\n // SPECIFIC VERSION (available starting v2.0.0)\n ${_renderScript(components, `version/v${packageJson.version}`)}\n \\`\\`\\`\n\n #### Right-to-left (RTL) versions\n\n \\`\\`\\`html\n // SPECIFIC VERSION (available starting v2.0.0)\n ${_renderScript(components, `version/v${packageJson.version}`)}\n \\`\\`\\`\n `;\n};\n\n/**\n * This is the markdown block for CSS via CDN\n */\nexport const cdnCss = () => {\n return `\n### Carbon CDN style helpers (optional)\n\nThere are optional CDN artifacts available that can assist with global Carbon\nstyles in lieu of including into your specific application bundle.\n\n[Click here to learn more](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main/packages/web-components/docs/carbon-cdn-style-helpers.md)\\n\\n\n `;\n};\n"],"
|
|
1
|
+
{"version":3,"file":"storybook-cdn.js","names":["packageJson.version"],"sources":["../../../src/globals/internal/storybook-cdn.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2021, 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport packageJson from '../../../package.json';\n\n/**\n *\n */\n/**\n * Renders the component(s) script tag content and returns back the string\n *\n * @param {Array} components array of component names\n * @param {string} tag tag folder\n */\nfunction _renderScript(components, tag) {\n let scripts = '';\n components.forEach((component) => {\n scripts += `<script type=\"module\" src=\"https://1.www.s81c.com/common/carbon/web-components/${tag}/${component}.min.js\"></script>\\n`;\n });\n return scripts;\n}\n\n/**\n * This is the markdown block for JS via CDN\n *\n * @param {Array} components array of components to render\n * @param components.components components to render\n */\nexport const cdnJs = ({ components }) => {\n return `\n### JS (via CDN)\n\n > NOTE: Only one version of artifacts should be used. Mixing versions will cause rendering issues.\n\n \\`\\`\\`html\n // SPECIFIC VERSION (available starting v2.0.0)\n ${_renderScript(components, `version/v${packageJson.version}`)}\n \\`\\`\\`\n\n #### Right-to-left (RTL) versions\n\n \\`\\`\\`html\n // SPECIFIC VERSION (available starting v2.0.0)\n ${_renderScript(components, `version/v${packageJson.version}`)}\n \\`\\`\\`\n `;\n};\n\n/**\n * This is the markdown block for CSS via CDN\n */\nexport const cdnCss = () => {\n return `\n### Carbon CDN style helpers (optional)\n\nThere are optional CDN artifacts available that can assist with global Carbon\nstyles in lieu of including into your specific application bundle.\n\n[Click here to learn more](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main/packages/web-components/docs/carbon-cdn-style-helpers.md)\\n\\n\n `;\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAoBA,SAAS,cAAc,YAAY,KAAK;CACtC,IAAI,UAAU;AACd,YAAW,SAAS,cAAc;AAChC,aAAW,kFAAkF,IAAI,GAAG,UAAU;GAC9G;AACF,QAAO;;;;;;;;AAST,MAAa,SAAS,EAAE,iBAAiB;AACvC,QAAO;;;;;;;GAON,cAAc,YAAY,YAAYA,UAAsB,CAAC;;;;;;;GAO7D,cAAc,YAAY,YAAYA,UAAsB,CAAC;;;;;;;AAQhE,MAAa,eAAe;AAC1B,QAAO"}
|