@carbon/web-components 2.62.0 → 2.63.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/README.md +26 -0
- package/bin/create-prefixed-build.js +157 -0
- package/custom-elements.json +2074 -360
- package/es/components/accordion/accordion.scss.js +1 -1
- package/es/components/action-set/action-set.scss.js +1 -1
- package/es/components/ai-label/ai-label-action-button.d.ts +1 -1
- package/es/components/ai-label/ai-label-action-button.d.ts.map +1 -1
- package/es/components/ai-label/ai-label-action-button.js +4 -3
- package/es/components/ai-label/ai-label-action-button.js.map +1 -1
- package/es/components/ai-label/ai-label.scss.js +1 -1
- package/es/components/ai-label/ai-label.scss.js.map +1 -1
- package/es/components/ai-label/index.d.ts +1 -0
- package/es/components/ai-label/index.d.ts.map +1 -1
- package/es/components/ai-label/index.js +1 -0
- package/es/components/ai-skeleton/ai-skeleton.scss.js +1 -1
- package/es/components/big-number/big-number-skeleton.d.ts +21 -0
- package/es/components/big-number/big-number-skeleton.d.ts.map +1 -0
- package/es/components/big-number/big-number-skeleton.js +62 -0
- package/es/components/big-number/big-number-skeleton.js.map +1 -0
- package/es/components/big-number/big-number-skeleton.scss.js +14 -0
- package/es/components/big-number/big-number-skeleton.scss.js.map +1 -0
- package/es/components/big-number/big-number.d.ts +35 -0
- package/es/components/big-number/big-number.d.ts.map +1 -0
- package/es/components/big-number/big-number.js +171 -0
- package/es/components/big-number/big-number.js.map +1 -0
- package/es/components/big-number/big-number.scss.js +14 -0
- package/es/components/big-number/big-number.scss.js.map +1 -0
- package/es/components/big-number/constants.d.ts +20 -0
- package/es/components/big-number/constants.d.ts.map +1 -0
- package/es/components/big-number/constants.js +32 -0
- package/es/components/big-number/constants.js.map +1 -0
- package/es/components/big-number/index.d.ts +8 -0
- package/es/components/big-number/index.d.ts.map +1 -0
- package/es/components/big-number/index.js +8 -0
- package/es/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
- package/es/components/breadcrumb/breadcrumb-item.js +2 -1
- package/es/components/breadcrumb/breadcrumb-item.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb.d.ts +1 -1
- package/es/components/breadcrumb/breadcrumb.d.ts.map +1 -1
- package/es/components/breadcrumb/breadcrumb.js +2 -2
- package/es/components/breadcrumb/breadcrumb.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
- package/es/components/button/button.d.ts.map +1 -1
- package/es/components/button/button.js +1 -1
- package/es/components/button/button.js.map +1 -1
- package/es/components/button/button.scss.js +1 -1
- package/es/components/card/card-action.d.ts +27 -0
- package/es/components/card/card-action.d.ts.map +1 -0
- package/es/components/card/card-action.js +52 -0
- package/es/components/card/card-action.js.map +1 -0
- package/es/components/card/card-actions.d.ts +36 -0
- package/es/components/card/card-actions.d.ts.map +1 -0
- package/es/components/card/card-actions.js +171 -0
- package/es/components/card/card-actions.js.map +1 -0
- package/es/components/card/card-body.d.ts +23 -0
- package/es/components/card/card-body.d.ts.map +1 -0
- package/es/components/card/card-body.js +54 -0
- package/es/components/card/card-body.js.map +1 -0
- package/es/components/card/card-context.d.ts +20 -0
- package/es/components/card/card-context.d.ts.map +1 -0
- package/es/components/card/card-context.js +29 -0
- package/es/components/card/card-context.js.map +1 -0
- package/es/components/card/card-footer.d.ts +34 -0
- package/es/components/card/card-footer.d.ts.map +1 -0
- package/es/components/card/card-footer.js +75 -0
- package/es/components/card/card-footer.js.map +1 -0
- package/es/components/card/card-header-media.d.ts +19 -0
- package/es/components/card/card-header-media.d.ts.map +1 -0
- package/es/components/card/card-header-media.js +39 -0
- package/es/components/card/card-header-media.js.map +1 -0
- package/es/components/card/card-header.d.ts +23 -0
- package/es/components/card/card-header.d.ts.map +1 -0
- package/es/components/card/card-header.js +70 -0
- package/es/components/card/card-header.js.map +1 -0
- package/es/components/card/card-media.d.ts +37 -0
- package/es/components/card/card-media.d.ts.map +1 -0
- package/es/components/card/card-media.js +79 -0
- package/es/components/card/card-media.js.map +1 -0
- package/es/components/card/card-title-media.d.ts +19 -0
- package/es/components/card/card-title-media.d.ts.map +1 -0
- package/es/components/card/card-title-media.js +39 -0
- package/es/components/card/card-title-media.js.map +1 -0
- package/es/components/card/card-title.d.ts +52 -0
- package/es/components/card/card-title.d.ts.map +1 -0
- package/es/components/card/card-title.js +144 -0
- package/es/components/card/card-title.js.map +1 -0
- package/es/components/card/card.d.ts +69 -0
- package/es/components/card/card.d.ts.map +1 -0
- package/es/components/card/card.js +185 -0
- package/es/components/card/card.js.map +1 -0
- package/es/components/card/card.scss.js +14 -0
- package/es/components/card/card.scss.js.map +1 -0
- package/es/components/card/defs.d.ts +33 -0
- package/es/components/card/defs.d.ts.map +1 -0
- package/es/components/card/defs.js +46 -0
- package/es/components/card/defs.js.map +1 -0
- package/es/components/card/index.d.ts +17 -0
- package/es/components/card/index.d.ts.map +1 -0
- package/es/components/card/index.js +17 -0
- package/es/components/checkbox/checkbox.scss.js +1 -1
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js +120 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +14 -0
- package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
- package/es/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
- package/es/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-beacon/defs.js +25 -0
- package/es/components/coachmark/coachmark-beacon/defs.js.map +1 -0
- package/es/components/coachmark/coachmark-beacon/index.d.ts +8 -0
- package/es/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-beacon/index.js +8 -0
- package/es/components/coachmark/coachmark-body.d.ts +31 -0
- package/es/components/coachmark/coachmark-body.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-body.js +39 -0
- package/es/components/coachmark/coachmark-body.js.map +1 -0
- package/es/components/coachmark/coachmark-body.scss.js +14 -0
- package/es/components/coachmark/coachmark-body.scss.js.map +1 -0
- package/es/components/coachmark/coachmark-context.d.ts +12 -0
- package/es/components/coachmark/coachmark-context.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-context.js +39 -0
- package/es/components/coachmark/coachmark-context.js.map +1 -0
- package/es/components/coachmark/coachmark-header.d.ts +41 -0
- package/es/components/coachmark/coachmark-header.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-header.js +95 -0
- package/es/components/coachmark/coachmark-header.js.map +1 -0
- package/es/components/coachmark/coachmark-header.scss.js +14 -0
- package/es/components/coachmark/coachmark-header.scss.js.map +1 -0
- package/es/components/coachmark/coachmark-helpers.d.ts +10 -0
- package/es/components/coachmark/coachmark-helpers.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-helpers.js +33 -0
- package/es/components/coachmark/coachmark-helpers.js.map +1 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js +130 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +14 -0
- package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
- package/es/components/coachmark/coachmark-tagline/index.d.ts +8 -0
- package/es/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
- package/es/components/coachmark/coachmark-tagline/index.js +8 -0
- package/es/components/coachmark/coachmark.d.ts +97 -0
- package/es/components/coachmark/coachmark.d.ts.map +1 -0
- package/es/components/coachmark/coachmark.js +290 -0
- package/es/components/coachmark/coachmark.js.map +1 -0
- package/es/components/coachmark/coachmark.scss.js +14 -0
- package/es/components/coachmark/coachmark.scss.js.map +1 -0
- package/es/components/coachmark/index.d.ts +10 -0
- package/es/components/coachmark/index.d.ts.map +1 -0
- package/es/components/coachmark/index.js +10 -0
- package/es/components/code-snippet/code-snippet.scss.js +1 -1
- package/es/components/combo-box/combo-box.d.ts.map +1 -1
- package/es/components/combo-box/combo-box.js +5 -12
- package/es/components/combo-box/combo-box.js.map +1 -1
- package/es/components/combo-box/combo-box.scss.js +1 -1
- package/es/components/combo-box/combo-box.scss.js.map +1 -1
- package/es/components/combo-button/combo-button.scss.js +1 -1
- package/es/components/contained-list/contained-list.scss.js +1 -1
- package/es/components/content-switcher/content-switcher.scss.js +1 -1
- package/es/components/copy/index.d.ts +9 -0
- package/es/components/copy/index.d.ts.map +1 -0
- package/es/components/copy/index.js +9 -0
- package/es/components/copy-button/copy-button.scss.js +1 -1
- package/es/components/data-table/data-table.scss.js +1 -1
- package/es/components/date-picker/date-picker.scss.js +1 -1
- package/es/components/date-picker/date-picker.scss.js.map +1 -1
- package/es/components/date-picker/next/components/date-picker.scss.js +1 -1
- package/es/components/date-picker/next/components/date-picker.scss.js.map +1 -1
- package/es/components/dialog/dialog.scss.js +1 -1
- package/es/components/dropdown/dropdown.d.ts +2 -1
- package/es/components/dropdown/dropdown.d.ts.map +1 -1
- package/es/components/dropdown/dropdown.js +13 -15
- package/es/components/dropdown/dropdown.js.map +1 -1
- package/es/components/dropdown/dropdown.scss.js +1 -1
- package/es/components/dropdown/dropdown.scss.js.map +1 -1
- package/es/components/edit-in-place/defs.d.ts +30 -0
- package/es/components/edit-in-place/defs.d.ts.map +1 -0
- package/es/components/edit-in-place/defs.js +43 -0
- package/es/components/edit-in-place/defs.js.map +1 -0
- package/es/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
- package/es/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
- package/es/components/edit-in-place/edit-in-place-helpers.js +59 -0
- package/es/components/edit-in-place/edit-in-place-helpers.js.map +1 -0
- package/es/components/edit-in-place/edit-in-place.d.ts +214 -0
- package/es/components/edit-in-place/edit-in-place.d.ts.map +1 -0
- package/es/components/edit-in-place/edit-in-place.js +453 -0
- package/es/components/edit-in-place/edit-in-place.js.map +1 -0
- package/es/components/edit-in-place/edit-in-place.scss.js +14 -0
- package/es/components/edit-in-place/edit-in-place.scss.js.map +1 -0
- package/es/components/edit-in-place/index.d.ts +10 -0
- package/es/components/edit-in-place/index.d.ts.map +1 -0
- package/es/components/edit-in-place/index.js +20 -0
- package/es/components/edit-in-place/index.js.map +1 -0
- package/es/components/file-uploader/file-uploader.scss.js +1 -1
- package/es/components/fluid-combo-box/fluid-combo-box.scss.js +1 -1
- package/es/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -1
- package/es/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
- package/es/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
- package/es/components/fluid-date-picker/fluid-date-picker.js +27 -1
- package/es/components/fluid-date-picker/fluid-date-picker.js.map +1 -1
- package/es/components/fluid-date-picker/fluid-date-picker.scss.js +1 -1
- package/es/components/fluid-date-picker/fluid-date-picker.scss.js.map +1 -1
- package/es/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
- package/es/components/fluid-dropdown/fluid-dropdown.scss.js.map +1 -1
- package/es/components/fluid-form/fluid-form.scss.js +1 -1
- package/es/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
- package/es/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -1
- package/es/components/fluid-number-input/fluid-number-input.scss.js +1 -1
- package/es/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
- package/es/components/fluid-password-input/fluid-password-input.scss.js +1 -1
- package/es/components/fluid-search/fluid-search.scss.js +1 -1
- package/es/components/fluid-search/fluid-search.scss.js.map +1 -1
- package/es/components/fluid-select/fluid-select.scss.js +1 -1
- package/es/components/fluid-text-input/fluid-text-input.scss.js +1 -1
- package/es/components/fluid-textarea/fluid-textarea.scss.js +1 -1
- package/es/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
- package/es/components/form/form-item.scss.js +1 -1
- package/es/components/form/form.scss.js +1 -1
- package/es/components/form-group/form-group.scss.js +1 -1
- package/es/components/grid/column-hang.scss.js +1 -1
- package/es/components/grid/grid.scss.js +1 -1
- package/es/components/icon-button/icon-button.d.ts +1 -1
- package/es/components/icon-button/icon-button.js +1 -1
- package/es/components/icon-button/icon-button.js.map +1 -1
- package/es/components/inline-loading/inline-loading.scss.js +1 -1
- package/es/components/layer/layer.scss.js +1 -1
- package/es/components/layout/layout.scss.js +1 -1
- package/es/components/link/link.d.ts +2 -1
- package/es/components/link/link.d.ts.map +1 -1
- package/es/components/link/link.js +1 -1
- package/es/components/link/link.js.map +1 -1
- package/es/components/loading/loading.scss.js +1 -1
- package/es/components/menu/menu-item.d.ts.map +1 -1
- package/es/components/menu/menu-item.js +2 -6
- package/es/components/menu/menu-item.js.map +1 -1
- package/es/components/menu/menu-item.scss.js +1 -1
- package/es/components/menu/menu-item.scss.js.map +1 -1
- package/es/components/menu/menu.d.ts +10 -0
- package/es/components/menu/menu.d.ts.map +1 -1
- package/es/components/menu/menu.js +17 -11
- package/es/components/menu/menu.js.map +1 -1
- package/es/components/menu/menu.scss.js +1 -1
- package/es/components/menu/menu.scss.js.map +1 -1
- package/es/components/menu-button/menu-button.scss.js +1 -1
- package/es/components/modal/modal.scss.js +1 -1
- package/es/components/multi-select/multi-select-item.d.ts +1 -1
- package/es/components/multi-select/multi-select-item.d.ts.map +1 -1
- package/es/components/multi-select/multi-select-item.js +5 -1
- package/es/components/multi-select/multi-select-item.js.map +1 -1
- package/es/components/multi-select/multi-select.d.ts +2 -1
- package/es/components/multi-select/multi-select.d.ts.map +1 -1
- package/es/components/multi-select/multi-select.js +15 -14
- package/es/components/multi-select/multi-select.js.map +1 -1
- package/es/components/multi-select/multi-select.scss.js +1 -1
- package/es/components/multi-select/multi-select.scss.js.map +1 -1
- package/es/components/notification/actionable-notification-button.d.ts +1 -1
- package/es/components/notification/actionable-notification-button.d.ts.map +1 -1
- package/es/components/notification/actionable-notification-button.js +2 -2
- package/es/components/notification/actionable-notification-button.js.map +1 -1
- package/es/components/notification/actionable-notification.d.ts.map +1 -1
- package/es/components/notification/actionable-notification.js +4 -4
- package/es/components/notification/actionable-notification.js.map +1 -1
- package/es/components/notification/actionable-notification.scss.js +1 -1
- package/es/components/notification/inline-notification.scss.js +1 -1
- package/es/components/notification/toast-notification.scss.js +1 -1
- package/es/components/number-input/number-input.scss.js +1 -1
- package/es/components/number-input/number-input.scss.js.map +1 -1
- package/es/components/options-tile/index.d.ts +8 -0
- package/es/components/options-tile/index.d.ts.map +1 -0
- package/es/components/options-tile/index.js +8 -0
- package/es/components/options-tile/option-tile-helpers.d.ts +16 -0
- package/es/components/options-tile/option-tile-helpers.d.ts.map +1 -0
- package/es/components/options-tile/option-tile-helpers.js +163 -0
- package/es/components/options-tile/option-tile-helpers.js.map +1 -0
- package/es/components/options-tile/options-tile.d.ts +91 -0
- package/es/components/options-tile/options-tile.d.ts.map +1 -0
- package/es/components/options-tile/options-tile.js +208 -0
- package/es/components/options-tile/options-tile.js.map +1 -0
- package/es/components/options-tile/options-tile.scss.js +14 -0
- package/es/components/options-tile/options-tile.scss.js.map +1 -0
- package/es/components/overflow-menu/overflow-menu.js +1 -1
- package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
- package/es/components/page-header/index.d.ts +1 -0
- package/es/components/page-header/index.d.ts.map +1 -1
- package/es/components/page-header/index.js +1 -0
- package/es/components/page-header/page-header-tabs.d.ts +1 -1
- package/es/components/page-header/page-header-tabs.d.ts.map +1 -1
- package/es/components/page-header/page-header-tabs.js +1 -2
- package/es/components/page-header/page-header-tabs.js.map +1 -1
- package/es/components/page-header/page-header.d.ts +1 -1
- package/es/components/page-header/page-header.d.ts.map +1 -1
- package/es/components/page-header/page-header.js +1 -2
- package/es/components/page-header/page-header.js.map +1 -1
- package/es/components/page-header/page-header.scss.js +1 -1
- package/es/components/pagination/pagination.scss.js +1 -1
- package/es/components/pagination-nav/pagination-nav.scss.js +1 -1
- package/es/components/password-input/password-input.scss.js +1 -1
- package/es/components/popover/popover.scss.js +1 -1
- package/es/components/progress-bar/progress-bar.scss.js +1 -1
- package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
- package/es/components/radio-button/radio-button.scss.js +1 -1
- package/es/components/resizer/resizer-handle-pivot.scss.js +1 -1
- package/es/components/search/search.d.ts.map +1 -1
- package/es/components/search/search.js +2 -0
- package/es/components/search/search.js.map +1 -1
- package/es/components/search/search.scss.js +1 -1
- package/es/components/search/search.scss.js.map +1 -1
- package/es/components/select/select.scss.js +1 -1
- package/es/components/select/select.scss.js.map +1 -1
- package/es/components/side-panel/side-panel.js +2 -2
- package/es/components/side-panel/side-panel.js.map +1 -1
- package/es/components/side-panel/side-panel.scss.js +1 -1
- package/es/components/skeleton-icon/skeleton-icon.scss.js +1 -1
- package/es/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -1
- package/es/components/skeleton-text/skeleton-text.scss.js +1 -1
- package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
- package/es/components/slider/slider.scss.js +1 -1
- package/es/components/slider/slider.scss.js.map +1 -1
- package/es/components/slug/index.d.ts +1 -0
- package/es/components/slug/index.d.ts.map +1 -1
- package/es/components/slug/index.js +1 -0
- package/es/components/slug/slug.scss.js +1 -1
- package/es/components/structured-list/structured-list.scss.js +1 -1
- package/es/components/tabs/tabs.scss.js +1 -1
- package/es/components/tabs/tabs.scss.js.map +1 -1
- package/es/components/tag/dismissible-tag.d.ts +1 -1
- package/es/components/tag/dismissible-tag.d.ts.map +1 -1
- package/es/components/tag/dismissible-tag.js +24 -15
- package/es/components/tag/dismissible-tag.js.map +1 -1
- package/es/components/tag/tag.d.ts.map +1 -1
- package/es/components/tag/tag.js +1 -1
- package/es/components/tag/tag.js.map +1 -1
- package/es/components/tag/tag.scss.js +1 -1
- package/es/components/tag/tag.scss.js.map +1 -1
- package/es/components/text-input/text-input.scss.js +1 -1
- package/es/components/text-input/text-input.scss.js.map +1 -1
- package/es/components/textarea/textarea.scss.js +1 -1
- package/es/components/tile/clickable-tile.d.ts +2 -1
- package/es/components/tile/clickable-tile.d.ts.map +1 -1
- package/es/components/tile/clickable-tile.js +1 -1
- package/es/components/tile/clickable-tile.js.map +1 -1
- package/es/components/tile/tile.scss.js +1 -1
- package/es/components/time-picker/time-picker.scss.js +1 -1
- package/es/components/toggle-tip/toggletip.scss.js +1 -1
- package/es/components/tooltip/tooltip.scss.js +1 -1
- package/es/components/tree-view/tree-view.scss.js +1 -1
- package/es/components/ui-shell/header.scss.js +1 -1
- package/es/components/ui-shell/side-nav.scss.js +1 -1
- package/es/components/user-avatar/index.d.ts +8 -0
- package/es/components/user-avatar/index.d.ts.map +1 -0
- package/es/components/user-avatar/index.js +8 -0
- package/es/components/user-avatar/user-avatar.d.ts +84 -0
- package/es/components/user-avatar/user-avatar.d.ts.map +1 -0
- package/es/components/user-avatar/user-avatar.js +151 -0
- package/es/components/user-avatar/user-avatar.js.map +1 -0
- package/es/components/user-avatar/user-avatar.scss.js +14 -0
- package/es/components/user-avatar/user-avatar.scss.js.map +1 -0
- package/es/globals/controllers/floating-controller.d.ts.map +1 -1
- package/es/globals/controllers/floating-controller.js.map +1 -1
- package/es/globals/decorators/carbon-element.d.ts +8 -0
- package/es/globals/decorators/carbon-element.d.ts.map +1 -1
- package/es/globals/decorators/carbon-element.js +8 -0
- package/es/globals/decorators/carbon-element.js.map +1 -1
- package/es/globals/internal/collection-helpers.d.ts +5 -5
- package/es/globals/internal/collection-helpers.d.ts.map +1 -1
- package/es/globals/internal/collection-helpers.js +1 -1
- package/es/globals/internal/collection-helpers.js.map +1 -1
- package/es/globals/internal/getSupportedLocale.d.ts +12 -0
- package/es/globals/internal/getSupportedLocale.d.ts.map +1 -0
- package/es/globals/internal/getSupportedLocale.js +29 -0
- package/es/globals/internal/getSupportedLocale.js.map +1 -0
- package/es/globals/mixins/on.d.ts +2 -2
- package/es/globals/mixins/on.d.ts.map +1 -1
- package/es/globals/mixins/on.js +4 -4
- package/es/globals/mixins/on.js.map +1 -1
- package/es/globals/register.d.ts +89 -0
- package/es/globals/register.d.ts.map +1 -0
- package/es/globals/register.js +56 -0
- package/es/globals/register.js.map +1 -0
- package/es/globals/settings.d.ts +1 -1
- package/es/globals/settings.d.ts.map +1 -1
- package/es/globals/settings.js +1 -0
- package/es/globals/settings.js.map +1 -1
- package/es/index.d.ts +10 -0
- package/es/index.d.ts.map +1 -1
- package/es/index.js +13 -3
- package/es-custom/components/accordion/accordion.scss.js +1 -1
- package/es-custom/components/action-set/action-set.scss.js +1 -1
- package/es-custom/components/ai-label/ai-label-action-button.d.ts +1 -1
- package/es-custom/components/ai-label/ai-label-action-button.d.ts.map +1 -1
- package/es-custom/components/ai-label/ai-label-action-button.js +4 -3
- package/es-custom/components/ai-label/ai-label-action-button.js.map +1 -1
- package/es-custom/components/ai-label/ai-label.scss.js +1 -1
- package/es-custom/components/ai-label/ai-label.scss.js.map +1 -1
- package/es-custom/components/ai-label/index.d.ts +1 -0
- package/es-custom/components/ai-label/index.d.ts.map +1 -1
- package/es-custom/components/ai-label/index.js +1 -0
- package/es-custom/components/ai-skeleton/ai-skeleton.scss.js +1 -1
- package/es-custom/components/big-number/big-number-skeleton.d.ts +21 -0
- package/es-custom/components/big-number/big-number-skeleton.d.ts.map +1 -0
- package/es-custom/components/big-number/big-number-skeleton.js +62 -0
- package/es-custom/components/big-number/big-number-skeleton.js.map +1 -0
- package/es-custom/components/big-number/big-number-skeleton.scss.js +14 -0
- package/es-custom/components/big-number/big-number-skeleton.scss.js.map +1 -0
- package/es-custom/components/big-number/big-number.d.ts +35 -0
- package/es-custom/components/big-number/big-number.d.ts.map +1 -0
- package/es-custom/components/big-number/big-number.js +171 -0
- package/es-custom/components/big-number/big-number.js.map +1 -0
- package/es-custom/components/big-number/big-number.scss.js +14 -0
- package/es-custom/components/big-number/big-number.scss.js.map +1 -0
- package/es-custom/components/big-number/constants.d.ts +20 -0
- package/es-custom/components/big-number/constants.d.ts.map +1 -0
- package/es-custom/components/big-number/constants.js +32 -0
- package/es-custom/components/big-number/constants.js.map +1 -0
- package/es-custom/components/big-number/index.d.ts +8 -0
- package/es-custom/components/big-number/index.d.ts.map +1 -0
- package/es-custom/components/big-number/index.js +8 -0
- package/es-custom/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb-item.js +2 -1
- package/es-custom/components/breadcrumb/breadcrumb-item.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.d.ts +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.d.ts.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.js +2 -2
- package/es-custom/components/breadcrumb/breadcrumb.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
- package/es-custom/components/button/button.d.ts.map +1 -1
- package/es-custom/components/button/button.js +1 -1
- package/es-custom/components/button/button.js.map +1 -1
- package/es-custom/components/button/button.scss.js +1 -1
- package/es-custom/components/card/card-action.d.ts +27 -0
- package/es-custom/components/card/card-action.d.ts.map +1 -0
- package/es-custom/components/card/card-action.js +52 -0
- package/es-custom/components/card/card-action.js.map +1 -0
- package/es-custom/components/card/card-actions.d.ts +36 -0
- package/es-custom/components/card/card-actions.d.ts.map +1 -0
- package/es-custom/components/card/card-actions.js +171 -0
- package/es-custom/components/card/card-actions.js.map +1 -0
- package/es-custom/components/card/card-body.d.ts +23 -0
- package/es-custom/components/card/card-body.d.ts.map +1 -0
- package/es-custom/components/card/card-body.js +54 -0
- package/es-custom/components/card/card-body.js.map +1 -0
- package/es-custom/components/card/card-context.d.ts +20 -0
- package/es-custom/components/card/card-context.d.ts.map +1 -0
- package/es-custom/components/card/card-context.js +29 -0
- package/es-custom/components/card/card-context.js.map +1 -0
- package/es-custom/components/card/card-footer.d.ts +34 -0
- package/es-custom/components/card/card-footer.d.ts.map +1 -0
- package/es-custom/components/card/card-footer.js +75 -0
- package/es-custom/components/card/card-footer.js.map +1 -0
- package/es-custom/components/card/card-header-media.d.ts +19 -0
- package/es-custom/components/card/card-header-media.d.ts.map +1 -0
- package/es-custom/components/card/card-header-media.js +39 -0
- package/es-custom/components/card/card-header-media.js.map +1 -0
- package/es-custom/components/card/card-header.d.ts +23 -0
- package/es-custom/components/card/card-header.d.ts.map +1 -0
- package/es-custom/components/card/card-header.js +70 -0
- package/es-custom/components/card/card-header.js.map +1 -0
- package/es-custom/components/card/card-media.d.ts +37 -0
- package/es-custom/components/card/card-media.d.ts.map +1 -0
- package/es-custom/components/card/card-media.js +79 -0
- package/es-custom/components/card/card-media.js.map +1 -0
- package/es-custom/components/card/card-title-media.d.ts +19 -0
- package/es-custom/components/card/card-title-media.d.ts.map +1 -0
- package/es-custom/components/card/card-title-media.js +39 -0
- package/es-custom/components/card/card-title-media.js.map +1 -0
- package/es-custom/components/card/card-title.d.ts +52 -0
- package/es-custom/components/card/card-title.d.ts.map +1 -0
- package/es-custom/components/card/card-title.js +144 -0
- package/es-custom/components/card/card-title.js.map +1 -0
- package/es-custom/components/card/card.d.ts +69 -0
- package/es-custom/components/card/card.d.ts.map +1 -0
- package/es-custom/components/card/card.js +185 -0
- package/es-custom/components/card/card.js.map +1 -0
- package/es-custom/components/card/card.scss.js +14 -0
- package/es-custom/components/card/card.scss.js.map +1 -0
- package/es-custom/components/card/defs.d.ts +33 -0
- package/es-custom/components/card/defs.d.ts.map +1 -0
- package/es-custom/components/card/defs.js +46 -0
- package/es-custom/components/card/defs.js.map +1 -0
- package/es-custom/components/card/index.d.ts +17 -0
- package/es-custom/components/card/index.d.ts.map +1 -0
- package/es-custom/components/card/index.js +17 -0
- package/es-custom/components/checkbox/checkbox.scss.js +1 -1
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js +120 -0
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +14 -0
- package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
- package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark-beacon/defs.js +25 -0
- package/es-custom/components/coachmark/coachmark-beacon/defs.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-beacon/index.d.ts +8 -0
- package/es-custom/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark-beacon/index.js +8 -0
- package/es-custom/components/coachmark/coachmark-body.d.ts +31 -0
- package/es-custom/components/coachmark/coachmark-body.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark-body.js +39 -0
- package/es-custom/components/coachmark/coachmark-body.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-body.scss.js +14 -0
- package/es-custom/components/coachmark/coachmark-body.scss.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-context.d.ts +12 -0
- package/es-custom/components/coachmark/coachmark-context.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark-context.js +39 -0
- package/es-custom/components/coachmark/coachmark-context.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-header.d.ts +41 -0
- package/es-custom/components/coachmark/coachmark-header.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark-header.js +95 -0
- package/es-custom/components/coachmark/coachmark-header.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-header.scss.js +14 -0
- package/es-custom/components/coachmark/coachmark-header.scss.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-helpers.d.ts +10 -0
- package/es-custom/components/coachmark/coachmark-helpers.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark-helpers.js +33 -0
- package/es-custom/components/coachmark/coachmark-helpers.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js +130 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +14 -0
- package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
- package/es-custom/components/coachmark/coachmark-tagline/index.d.ts +8 -0
- package/es-custom/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark-tagline/index.js +8 -0
- package/es-custom/components/coachmark/coachmark.d.ts +97 -0
- package/es-custom/components/coachmark/coachmark.d.ts.map +1 -0
- package/es-custom/components/coachmark/coachmark.js +290 -0
- package/es-custom/components/coachmark/coachmark.js.map +1 -0
- package/es-custom/components/coachmark/coachmark.scss.js +14 -0
- package/es-custom/components/coachmark/coachmark.scss.js.map +1 -0
- package/es-custom/components/coachmark/index.d.ts +10 -0
- package/es-custom/components/coachmark/index.d.ts.map +1 -0
- package/es-custom/components/coachmark/index.js +10 -0
- package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
- package/es-custom/components/combo-box/combo-box.d.ts.map +1 -1
- package/es-custom/components/combo-box/combo-box.js +5 -12
- package/es-custom/components/combo-box/combo-box.js.map +1 -1
- package/es-custom/components/combo-box/combo-box.scss.js +1 -1
- package/es-custom/components/combo-box/combo-box.scss.js.map +1 -1
- package/es-custom/components/combo-button/combo-button.scss.js +1 -1
- package/es-custom/components/contained-list/contained-list.scss.js +1 -1
- package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
- package/es-custom/components/copy/index.d.ts +9 -0
- package/es-custom/components/copy/index.d.ts.map +1 -0
- package/es-custom/components/copy/index.js +9 -0
- package/es-custom/components/copy-button/copy-button.scss.js +1 -1
- package/es-custom/components/data-table/data-table.scss.js +1 -1
- package/es-custom/components/date-picker/date-picker.scss.js +1 -1
- package/es-custom/components/date-picker/date-picker.scss.js.map +1 -1
- package/es-custom/components/date-picker/next/components/date-picker.scss.js +1 -1
- package/es-custom/components/date-picker/next/components/date-picker.scss.js.map +1 -1
- package/es-custom/components/dialog/dialog.scss.js +1 -1
- package/es-custom/components/dropdown/dropdown.d.ts +2 -1
- package/es-custom/components/dropdown/dropdown.d.ts.map +1 -1
- package/es-custom/components/dropdown/dropdown.js +13 -15
- package/es-custom/components/dropdown/dropdown.js.map +1 -1
- package/es-custom/components/dropdown/dropdown.scss.js +1 -1
- package/es-custom/components/dropdown/dropdown.scss.js.map +1 -1
- package/es-custom/components/edit-in-place/defs.d.ts +30 -0
- package/es-custom/components/edit-in-place/defs.d.ts.map +1 -0
- package/es-custom/components/edit-in-place/defs.js +43 -0
- package/es-custom/components/edit-in-place/defs.js.map +1 -0
- package/es-custom/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
- package/es-custom/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
- package/es-custom/components/edit-in-place/edit-in-place-helpers.js +59 -0
- package/es-custom/components/edit-in-place/edit-in-place-helpers.js.map +1 -0
- package/es-custom/components/edit-in-place/edit-in-place.d.ts +214 -0
- package/es-custom/components/edit-in-place/edit-in-place.d.ts.map +1 -0
- package/es-custom/components/edit-in-place/edit-in-place.js +453 -0
- package/es-custom/components/edit-in-place/edit-in-place.js.map +1 -0
- package/es-custom/components/edit-in-place/edit-in-place.scss.js +14 -0
- package/es-custom/components/edit-in-place/edit-in-place.scss.js.map +1 -0
- package/es-custom/components/edit-in-place/index.d.ts +10 -0
- package/es-custom/components/edit-in-place/index.d.ts.map +1 -0
- package/es-custom/components/edit-in-place/index.js +20 -0
- package/es-custom/components/edit-in-place/index.js.map +1 -0
- package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
- package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js +1 -1
- package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -1
- package/es-custom/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
- package/es-custom/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
- package/es-custom/components/fluid-date-picker/fluid-date-picker.js +27 -1
- package/es-custom/components/fluid-date-picker/fluid-date-picker.js.map +1 -1
- package/es-custom/components/fluid-date-picker/fluid-date-picker.scss.js +1 -1
- package/es-custom/components/fluid-date-picker/fluid-date-picker.scss.js.map +1 -1
- package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
- package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js.map +1 -1
- package/es-custom/components/fluid-form/fluid-form.scss.js +1 -1
- package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
- package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -1
- package/es-custom/components/fluid-number-input/fluid-number-input.scss.js +1 -1
- package/es-custom/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
- package/es-custom/components/fluid-password-input/fluid-password-input.scss.js +1 -1
- package/es-custom/components/fluid-search/fluid-search.scss.js +1 -1
- package/es-custom/components/fluid-search/fluid-search.scss.js.map +1 -1
- package/es-custom/components/fluid-select/fluid-select.scss.js +1 -1
- package/es-custom/components/fluid-text-input/fluid-text-input.scss.js +1 -1
- package/es-custom/components/fluid-textarea/fluid-textarea.scss.js +1 -1
- package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
- package/es-custom/components/form/form-item.scss.js +1 -1
- package/es-custom/components/form/form.scss.js +1 -1
- package/es-custom/components/form-group/form-group.scss.js +1 -1
- package/es-custom/components/grid/column-hang.scss.js +1 -1
- package/es-custom/components/grid/grid.scss.js +1 -1
- package/es-custom/components/icon-button/icon-button.d.ts +1 -1
- package/es-custom/components/icon-button/icon-button.js +1 -1
- package/es-custom/components/icon-button/icon-button.js.map +1 -1
- package/es-custom/components/inline-loading/inline-loading.scss.js +1 -1
- package/es-custom/components/layer/layer.scss.js +1 -1
- package/es-custom/components/layout/layout.scss.js +1 -1
- package/es-custom/components/link/link.d.ts +2 -1
- package/es-custom/components/link/link.d.ts.map +1 -1
- package/es-custom/components/link/link.js +1 -1
- package/es-custom/components/link/link.js.map +1 -1
- package/es-custom/components/loading/loading.scss.js +1 -1
- package/es-custom/components/menu/menu-item.d.ts.map +1 -1
- package/es-custom/components/menu/menu-item.js +2 -6
- package/es-custom/components/menu/menu-item.js.map +1 -1
- package/es-custom/components/menu/menu-item.scss.js +1 -1
- package/es-custom/components/menu/menu-item.scss.js.map +1 -1
- package/es-custom/components/menu/menu.d.ts +10 -0
- package/es-custom/components/menu/menu.d.ts.map +1 -1
- package/es-custom/components/menu/menu.js +17 -11
- package/es-custom/components/menu/menu.js.map +1 -1
- package/es-custom/components/menu/menu.scss.js +1 -1
- package/es-custom/components/menu/menu.scss.js.map +1 -1
- package/es-custom/components/menu-button/menu-button.scss.js +1 -1
- package/es-custom/components/modal/modal.scss.js +1 -1
- package/es-custom/components/multi-select/multi-select-item.d.ts +1 -1
- package/es-custom/components/multi-select/multi-select-item.d.ts.map +1 -1
- package/es-custom/components/multi-select/multi-select-item.js +5 -1
- package/es-custom/components/multi-select/multi-select-item.js.map +1 -1
- package/es-custom/components/multi-select/multi-select.d.ts +2 -1
- package/es-custom/components/multi-select/multi-select.d.ts.map +1 -1
- package/es-custom/components/multi-select/multi-select.js +15 -14
- package/es-custom/components/multi-select/multi-select.js.map +1 -1
- package/es-custom/components/multi-select/multi-select.scss.js +1 -1
- package/es-custom/components/multi-select/multi-select.scss.js.map +1 -1
- package/es-custom/components/notification/actionable-notification-button.d.ts +1 -1
- package/es-custom/components/notification/actionable-notification-button.d.ts.map +1 -1
- package/es-custom/components/notification/actionable-notification-button.js +2 -2
- package/es-custom/components/notification/actionable-notification-button.js.map +1 -1
- package/es-custom/components/notification/actionable-notification.d.ts.map +1 -1
- package/es-custom/components/notification/actionable-notification.js +4 -4
- package/es-custom/components/notification/actionable-notification.js.map +1 -1
- package/es-custom/components/notification/actionable-notification.scss.js +1 -1
- package/es-custom/components/notification/inline-notification.scss.js +1 -1
- package/es-custom/components/notification/toast-notification.scss.js +1 -1
- package/es-custom/components/number-input/number-input.scss.js +1 -1
- package/es-custom/components/number-input/number-input.scss.js.map +1 -1
- package/es-custom/components/options-tile/index.d.ts +8 -0
- package/es-custom/components/options-tile/index.d.ts.map +1 -0
- package/es-custom/components/options-tile/index.js +8 -0
- package/es-custom/components/options-tile/option-tile-helpers.d.ts +16 -0
- package/es-custom/components/options-tile/option-tile-helpers.d.ts.map +1 -0
- package/es-custom/components/options-tile/option-tile-helpers.js +163 -0
- package/es-custom/components/options-tile/option-tile-helpers.js.map +1 -0
- package/es-custom/components/options-tile/options-tile.d.ts +91 -0
- package/es-custom/components/options-tile/options-tile.d.ts.map +1 -0
- package/es-custom/components/options-tile/options-tile.js +208 -0
- package/es-custom/components/options-tile/options-tile.js.map +1 -0
- package/es-custom/components/options-tile/options-tile.scss.js +14 -0
- package/es-custom/components/options-tile/options-tile.scss.js.map +1 -0
- package/es-custom/components/overflow-menu/overflow-menu.js +1 -1
- package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
- package/es-custom/components/page-header/index.d.ts +1 -0
- package/es-custom/components/page-header/index.d.ts.map +1 -1
- package/es-custom/components/page-header/index.js +1 -0
- package/es-custom/components/page-header/page-header-tabs.d.ts +1 -1
- package/es-custom/components/page-header/page-header-tabs.d.ts.map +1 -1
- package/es-custom/components/page-header/page-header-tabs.js +1 -2
- package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
- package/es-custom/components/page-header/page-header.d.ts +1 -1
- package/es-custom/components/page-header/page-header.d.ts.map +1 -1
- package/es-custom/components/page-header/page-header.js +1 -2
- package/es-custom/components/page-header/page-header.js.map +1 -1
- package/es-custom/components/page-header/page-header.scss.js +1 -1
- package/es-custom/components/pagination/pagination.scss.js +1 -1
- package/es-custom/components/pagination-nav/pagination-nav.scss.js +1 -1
- package/es-custom/components/password-input/password-input.scss.js +1 -1
- package/es-custom/components/popover/popover.scss.js +1 -1
- package/es-custom/components/progress-bar/progress-bar.scss.js +1 -1
- package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
- package/es-custom/components/radio-button/radio-button.scss.js +1 -1
- package/es-custom/components/resizer/resizer-handle-pivot.scss.js +1 -1
- package/es-custom/components/search/search.d.ts.map +1 -1
- package/es-custom/components/search/search.js +2 -0
- package/es-custom/components/search/search.js.map +1 -1
- package/es-custom/components/search/search.scss.js +1 -1
- package/es-custom/components/search/search.scss.js.map +1 -1
- package/es-custom/components/select/select.scss.js +1 -1
- package/es-custom/components/select/select.scss.js.map +1 -1
- package/es-custom/components/side-panel/side-panel.js +2 -2
- package/es-custom/components/side-panel/side-panel.js.map +1 -1
- package/es-custom/components/side-panel/side-panel.scss.js +1 -1
- package/es-custom/components/skeleton-icon/skeleton-icon.scss.js +1 -1
- package/es-custom/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -1
- package/es-custom/components/skeleton-text/skeleton-text.scss.js +1 -1
- package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
- package/es-custom/components/slider/slider.scss.js +1 -1
- package/es-custom/components/slider/slider.scss.js.map +1 -1
- package/es-custom/components/slug/index.d.ts +1 -0
- package/es-custom/components/slug/index.d.ts.map +1 -1
- package/es-custom/components/slug/index.js +1 -0
- package/es-custom/components/slug/slug.scss.js +1 -1
- package/es-custom/components/structured-list/structured-list.scss.js +1 -1
- package/es-custom/components/tabs/tabs.scss.js +1 -1
- package/es-custom/components/tabs/tabs.scss.js.map +1 -1
- package/es-custom/components/tag/dismissible-tag.d.ts +1 -1
- package/es-custom/components/tag/dismissible-tag.d.ts.map +1 -1
- package/es-custom/components/tag/dismissible-tag.js +24 -15
- package/es-custom/components/tag/dismissible-tag.js.map +1 -1
- package/es-custom/components/tag/tag.d.ts.map +1 -1
- package/es-custom/components/tag/tag.js +1 -1
- package/es-custom/components/tag/tag.js.map +1 -1
- package/es-custom/components/tag/tag.scss.js +1 -1
- package/es-custom/components/tag/tag.scss.js.map +1 -1
- package/es-custom/components/text-input/text-input.scss.js +1 -1
- package/es-custom/components/text-input/text-input.scss.js.map +1 -1
- package/es-custom/components/textarea/textarea.scss.js +1 -1
- package/es-custom/components/tile/clickable-tile.d.ts +2 -1
- package/es-custom/components/tile/clickable-tile.d.ts.map +1 -1
- package/es-custom/components/tile/clickable-tile.js +1 -1
- package/es-custom/components/tile/clickable-tile.js.map +1 -1
- package/es-custom/components/tile/tile.scss.js +1 -1
- package/es-custom/components/time-picker/time-picker.scss.js +1 -1
- package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
- package/es-custom/components/tooltip/tooltip.scss.js +1 -1
- package/es-custom/components/tree-view/tree-view.scss.js +1 -1
- package/es-custom/components/ui-shell/header.scss.js +1 -1
- package/es-custom/components/ui-shell/side-nav.scss.js +1 -1
- package/es-custom/components/user-avatar/index.d.ts +8 -0
- package/es-custom/components/user-avatar/index.d.ts.map +1 -0
- package/es-custom/components/user-avatar/index.js +8 -0
- package/es-custom/components/user-avatar/user-avatar.d.ts +84 -0
- package/es-custom/components/user-avatar/user-avatar.d.ts.map +1 -0
- package/es-custom/components/user-avatar/user-avatar.js +151 -0
- package/es-custom/components/user-avatar/user-avatar.js.map +1 -0
- package/es-custom/components/user-avatar/user-avatar.scss.js +14 -0
- package/es-custom/components/user-avatar/user-avatar.scss.js.map +1 -0
- package/es-custom/globals/controllers/floating-controller.d.ts.map +1 -1
- package/es-custom/globals/controllers/floating-controller.js.map +1 -1
- package/es-custom/globals/decorators/carbon-element.d.ts +8 -0
- package/es-custom/globals/decorators/carbon-element.d.ts.map +1 -1
- package/es-custom/globals/decorators/carbon-element.js +18 -1
- package/es-custom/globals/decorators/carbon-element.js.map +1 -1
- package/es-custom/globals/internal/collection-helpers.d.ts +5 -5
- package/es-custom/globals/internal/collection-helpers.d.ts.map +1 -1
- package/es-custom/globals/internal/collection-helpers.js +1 -1
- package/es-custom/globals/internal/collection-helpers.js.map +1 -1
- package/es-custom/globals/internal/getSupportedLocale.d.ts +12 -0
- package/es-custom/globals/internal/getSupportedLocale.d.ts.map +1 -0
- package/es-custom/globals/internal/getSupportedLocale.js +29 -0
- package/es-custom/globals/internal/getSupportedLocale.js.map +1 -0
- package/es-custom/globals/mixins/on.d.ts +2 -2
- package/es-custom/globals/mixins/on.d.ts.map +1 -1
- package/es-custom/globals/mixins/on.js +4 -4
- package/es-custom/globals/mixins/on.js.map +1 -1
- package/es-custom/globals/register.d.ts +89 -0
- package/es-custom/globals/register.d.ts.map +1 -0
- package/es-custom/globals/register.js +56 -0
- package/es-custom/globals/register.js.map +1 -0
- package/es-custom/globals/settings.d.ts +1 -1
- package/es-custom/globals/settings.d.ts.map +1 -1
- package/es-custom/globals/settings.js +1 -0
- package/es-custom/globals/settings.js.map +1 -1
- package/es-custom/index.d.ts +10 -0
- package/es-custom/index.d.ts.map +1 -1
- package/es-custom/index.js +13 -3
- package/lib/components/ai-label/ai-label-action-button.d.ts +1 -1
- package/lib/components/ai-label/ai-label-action-button.d.ts.map +1 -1
- package/lib/components/ai-label/index.d.ts +1 -0
- package/lib/components/ai-label/index.d.ts.map +1 -1
- package/lib/components/big-number/big-number-skeleton.d.ts +21 -0
- package/lib/components/big-number/big-number-skeleton.d.ts.map +1 -0
- package/lib/components/big-number/big-number.d.ts +35 -0
- package/lib/components/big-number/big-number.d.ts.map +1 -0
- package/lib/components/big-number/constants.d.ts +20 -0
- package/lib/components/big-number/constants.d.ts.map +1 -0
- package/lib/components/big-number/index.d.ts +8 -0
- package/lib/components/big-number/index.d.ts.map +1 -0
- package/lib/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
- package/lib/components/breadcrumb/breadcrumb.d.ts +1 -1
- package/lib/components/breadcrumb/breadcrumb.d.ts.map +1 -1
- package/lib/components/button/button.d.ts.map +1 -1
- package/lib/components/card/card-action.d.ts +27 -0
- package/lib/components/card/card-action.d.ts.map +1 -0
- package/lib/components/card/card-actions.d.ts +36 -0
- package/lib/components/card/card-actions.d.ts.map +1 -0
- package/lib/components/card/card-body.d.ts +23 -0
- package/lib/components/card/card-body.d.ts.map +1 -0
- package/lib/components/card/card-context.d.ts +20 -0
- package/lib/components/card/card-context.d.ts.map +1 -0
- package/lib/components/card/card-footer.d.ts +34 -0
- package/lib/components/card/card-footer.d.ts.map +1 -0
- package/lib/components/card/card-header-media.d.ts +19 -0
- package/lib/components/card/card-header-media.d.ts.map +1 -0
- package/lib/components/card/card-header.d.ts +23 -0
- package/lib/components/card/card-header.d.ts.map +1 -0
- package/lib/components/card/card-media.d.ts +37 -0
- package/lib/components/card/card-media.d.ts.map +1 -0
- package/lib/components/card/card-title-media.d.ts +19 -0
- package/lib/components/card/card-title-media.d.ts.map +1 -0
- package/lib/components/card/card-title.d.ts +52 -0
- package/lib/components/card/card-title.d.ts.map +1 -0
- package/lib/components/card/card.d.ts +69 -0
- package/lib/components/card/card.d.ts.map +1 -0
- package/lib/components/card/defs.d.ts +33 -0
- package/lib/components/card/defs.d.ts.map +1 -0
- package/lib/components/card/defs.js +48 -0
- package/lib/components/card/defs.js.map +1 -0
- package/lib/components/card/index.d.ts +17 -0
- package/lib/components/card/index.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
- package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
- package/lib/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-beacon/defs.js +26 -0
- package/lib/components/coachmark/coachmark-beacon/defs.js.map +1 -0
- package/lib/components/coachmark/coachmark-beacon/index.d.ts +8 -0
- package/lib/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-body.d.ts +31 -0
- package/lib/components/coachmark/coachmark-body.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-context.d.ts +12 -0
- package/lib/components/coachmark/coachmark-context.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-header.d.ts +41 -0
- package/lib/components/coachmark/coachmark-header.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-helpers.d.ts +10 -0
- package/lib/components/coachmark/coachmark-helpers.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
- package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark-tagline/index.d.ts +8 -0
- package/lib/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
- package/lib/components/coachmark/coachmark.d.ts +97 -0
- package/lib/components/coachmark/coachmark.d.ts.map +1 -0
- package/lib/components/coachmark/index.d.ts +10 -0
- package/lib/components/coachmark/index.d.ts.map +1 -0
- package/lib/components/combo-box/combo-box.d.ts.map +1 -1
- package/lib/components/copy/index.d.ts +9 -0
- package/lib/components/copy/index.d.ts.map +1 -0
- package/lib/components/dropdown/dropdown.d.ts +2 -1
- package/lib/components/dropdown/dropdown.d.ts.map +1 -1
- package/lib/components/edit-in-place/defs.d.ts +30 -0
- package/lib/components/edit-in-place/defs.d.ts.map +1 -0
- package/lib/components/edit-in-place/defs.js +45 -0
- package/lib/components/edit-in-place/defs.js.map +1 -0
- package/lib/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
- package/lib/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
- package/lib/components/edit-in-place/edit-in-place.d.ts +214 -0
- package/lib/components/edit-in-place/edit-in-place.d.ts.map +1 -0
- package/lib/components/edit-in-place/index.d.ts +10 -0
- package/lib/components/edit-in-place/index.d.ts.map +1 -0
- package/lib/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
- package/lib/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
- package/lib/components/icon-button/icon-button.d.ts +1 -1
- package/lib/components/link/link.d.ts +2 -1
- package/lib/components/link/link.d.ts.map +1 -1
- package/lib/components/menu/menu-item.d.ts.map +1 -1
- package/lib/components/menu/menu.d.ts +10 -0
- package/lib/components/menu/menu.d.ts.map +1 -1
- package/lib/components/multi-select/multi-select-item.d.ts +1 -1
- package/lib/components/multi-select/multi-select-item.d.ts.map +1 -1
- package/lib/components/multi-select/multi-select.d.ts +2 -1
- package/lib/components/multi-select/multi-select.d.ts.map +1 -1
- package/lib/components/notification/actionable-notification-button.d.ts +1 -1
- package/lib/components/notification/actionable-notification-button.d.ts.map +1 -1
- package/lib/components/notification/actionable-notification.d.ts.map +1 -1
- package/lib/components/options-tile/index.d.ts +8 -0
- package/lib/components/options-tile/index.d.ts.map +1 -0
- package/lib/components/options-tile/option-tile-helpers.d.ts +16 -0
- package/lib/components/options-tile/option-tile-helpers.d.ts.map +1 -0
- package/lib/components/options-tile/options-tile.d.ts +91 -0
- package/lib/components/options-tile/options-tile.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 -1
- package/lib/components/page-header/page-header-tabs.d.ts +1 -1
- package/lib/components/page-header/page-header-tabs.d.ts.map +1 -1
- package/lib/components/page-header/page-header.d.ts +1 -1
- package/lib/components/page-header/page-header.d.ts.map +1 -1
- package/lib/components/search/search.d.ts.map +1 -1
- package/lib/components/slug/index.d.ts +1 -0
- package/lib/components/slug/index.d.ts.map +1 -1
- package/lib/components/tag/dismissible-tag.d.ts +1 -1
- package/lib/components/tag/dismissible-tag.d.ts.map +1 -1
- package/lib/components/tag/tag.d.ts.map +1 -1
- package/lib/components/tile/clickable-tile.d.ts +2 -1
- package/lib/components/tile/clickable-tile.d.ts.map +1 -1
- package/lib/components/user-avatar/index.d.ts +8 -0
- package/lib/components/user-avatar/index.d.ts.map +1 -0
- package/lib/components/user-avatar/user-avatar.d.ts +84 -0
- package/lib/components/user-avatar/user-avatar.d.ts.map +1 -0
- package/lib/globals/controllers/floating-controller.d.ts.map +1 -1
- package/lib/globals/controllers/floating-controller.js.map +1 -1
- package/lib/globals/decorators/carbon-element.d.ts +8 -0
- package/lib/globals/decorators/carbon-element.d.ts.map +1 -1
- package/lib/globals/internal/collection-helpers.d.ts +5 -5
- package/lib/globals/internal/collection-helpers.d.ts.map +1 -1
- package/lib/globals/internal/getSupportedLocale.d.ts +12 -0
- package/lib/globals/internal/getSupportedLocale.d.ts.map +1 -0
- package/lib/globals/mixins/on.d.ts +2 -2
- package/lib/globals/mixins/on.d.ts.map +1 -1
- package/lib/globals/register.d.ts +89 -0
- package/lib/globals/register.d.ts.map +1 -0
- package/lib/globals/register.js +61 -0
- package/lib/globals/register.js.map +1 -0
- package/lib/globals/settings.d.ts +1 -1
- package/lib/globals/settings.d.ts.map +1 -1
- package/lib/globals/settings.js +1 -0
- package/lib/globals/settings.js.map +1 -1
- package/lib/index.d.ts +10 -0
- package/lib/index.d.ts.map +1 -1
- package/package.json +16 -10
- package/scss/components/ai-label/ai-label.scss +24 -33
- package/scss/components/big-number/big-number-skeleton.scss +58 -0
- package/scss/components/big-number/big-number.scss +29 -0
- package/scss/components/big-number/story-styles.scss +48 -0
- package/scss/components/card/card-story.scss +29 -0
- package/scss/components/card/card.scss +212 -0
- package/scss/components/coachmark/coachmark-beacon/coachmark-beacon.scss +89 -0
- package/scss/components/coachmark/coachmark-body.scss +16 -0
- package/scss/components/coachmark/coachmark-header.scss +28 -0
- package/scss/components/coachmark/coachmark-tagline/coachmark-tagline.scss +42 -0
- package/scss/components/coachmark/coachmark.scss +42 -0
- package/scss/components/coachmark/story-styles.scss +37 -0
- package/scss/components/combo-box/combo-box.scss +63 -6
- package/scss/components/data-table/_table-action.scss +5 -3
- package/scss/components/date-picker/date-picker.scss +70 -2
- package/scss/components/date-picker/next/components/date-picker.scss +28 -2
- package/scss/components/dropdown/dropdown.scss +39 -4
- package/scss/components/edit-in-place/edit-in-place.scss +127 -0
- package/scss/components/edit-in-place/story-styles.scss +61 -0
- package/scss/components/fluid-combo-box/fluid-combo-box.scss +68 -5
- package/scss/components/fluid-date-picker/fluid-date-picker.scss +109 -12
- package/scss/components/fluid-dropdown/fluid-dropdown.scss +56 -6
- package/scss/components/fluid-multi-select/fluid-multi-select.scss +75 -2
- package/scss/components/fluid-number-input/fluid-number-input.scss +32 -1
- package/scss/components/fluid-search/fluid-search.scss +6 -3
- package/scss/components/menu/menu-item.scss +9 -1
- package/scss/components/menu/menu.scss +32 -1
- package/scss/components/multi-select/multi-select.scss +130 -28
- package/scss/components/number-input/number-input.scss +35 -1
- package/scss/components/options-tile/options-tile.scss +157 -0
- package/scss/components/options-tile/story-styles.scss +32 -0
- package/scss/components/search/search.scss +7 -0
- package/scss/components/select/select.scss +7 -3
- package/scss/components/slider/slider.scss +9 -2
- package/scss/components/tabs/tabs.scss +9 -2
- package/scss/components/tag/tag-story.scss +19 -0
- package/scss/components/tag/tag.scss +15 -11
- package/scss/components/text-input/text-input.scss +22 -0
- package/scss/components/user-avatar/story-styles.scss +53 -0
- package/scss/components/user-avatar/user-avatar.scss +113 -0
- package/telemetry.yml +67 -0
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
import { css } from "lit";
|
|
9
9
|
//#region src/components/side-panel/side-panel.scss?lit
|
|
10
|
-
var side_panel_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{padding:0;border:0;margin:0;font:inherit;font-feature-settings:\"liga\" 1;font-size:100%;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-weight:400;font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;-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);line-height:var(--cds-heading-06-line-height,1.199);letter-spacing:var(--cds-heading-06-letter-spacing,0)}h2{font-size:var(--cds-heading-05-font-size,2rem);font-weight:var(--cds-heading-05-font-weight,400);line-height:var(--cds-heading-05-line-height,1.25);letter-spacing:var(--cds-heading-05-letter-spacing,0)}h3{font-size:var(--cds-heading-04-font-size,1.75rem);font-weight:var(--cds-heading-04-font-weight,400);line-height:var(--cds-heading-04-line-height,1.28572);letter-spacing:var(--cds-heading-04-letter-spacing,0)}h4{font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);line-height:var(--cds-heading-03-line-height,1.4);letter-spacing:var(--cds-heading-03-letter-spacing,0)}h5{font-size:var(--cds-heading-02-font-size,1rem);font-weight:var(--cds-heading-02-font-weight,600);line-height:var(--cds-heading-02-line-height,1.5);letter-spacing:var(--cds-heading-02-letter-spacing,0)}h6{font-size:var(--cds-heading-01-font-size,.875rem);font-weight:var(--cds-heading-01-font-weight,600);line-height:var(--cds-heading-01-line-height,1.42857);letter-spacing:var(--cds-heading-01-letter-spacing,.16px)}p{font-size:var(--cds-body-02-font-size,1rem);font-weight:var(--cds-body-02-font-weight,400);line-height:var(--cds-body-02-line-height,1.5);letter-spacing:var(--cds-body-02-letter-spacing,0)}a{color:var(--cds-link-primary,#0062fe)}em{font-style:italic}@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,:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__action-toolbar[hidden],:host(cds-custom-side-panel) .cds-custom--side-panel__action-toolbar[hidden],:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container ::slotted(cds-custom-button[hidden]),:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[hidden],:host(cds-custom-side-panel) .cds-custom--side-panel__subtitle-text[hidden],:host(cds-custom-side-panel) .sentinel{position:absolute;overflow:hidden;padding:0;border:0;margin:-1px;block-size:1px;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}@keyframes side-panel-entrance-reduced{0%{opacity:0}to{opacity:1}}@keyframes side-panel-exit-reduced{0%{opacity:1}to{opacity:0}}@keyframes side-panel-entrance-right{0%{opacity:0;transform:translateX(var(--panel-transform,320px))}to{opacity:1;transform:translateX(0)}}@keyframes side-panel-entrance-left{0%{opacity:0;transform:translateX(calc(var(--panel-transform, 320px)*-1))}to{opacity:1;transform:translateX(0)}}@keyframes side-panel-exit-right{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(var(--panel-transform,320px))}}@keyframes side-panel-exit-left{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(calc(var(--panel-transform, 320px)*-1))}}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--reduced-motion.cds-custom--side-panel__header--no-title-animation,:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--no-title-animation[reduced-motion],:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--reduced-motion[no-title-animation],:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[reduced-motion][no-title-animation]{border-block-end:0;margin-block-end:0}@property --panel-transform{inherits:true;initial-value:320px;syntax:\"<length>\"}.cds-custom--side-panel--scrolls,:host(cds-custom-side-panel) [scrolls]{overflow:auto;overflow-x:hidden}@supports (overflow-inline:hidden){.cds-custom--side-panel--scrolls,:host(cds-custom-side-panel) [scrolls]{overflow-inline:hidden}}.cds-custom--side-panel,:host(cds-custom-side-panel) .cds-custom--side-panel{--panel-transform:320px;--cds--side-panel--title-stop:1rem;--cds--side-panel--scroll-animation-progress:0;--cds--side-panel--title-padding-right:2rem;--cds--side-panel--actions-height:4rem;position:fixed;z-index:9000;display:grid;box-sizing:border-box;background-color:var(--cds-layer-01,#f4f4f4);block-size:calc(100% - 3rem);color:var(--cds-text-primary,#161616);grid-template-rows:auto 1fr auto;inset-block-start:3rem;max-inline-size:100%;min-inline-size:16rem;transform:translateX(0);transition-behavior:allow-discrete;transition-duration:.15s;transition-property:display,opacity,transform}.cds-custom--side-panel:not(.cds-custom--side-panel--slide-in).cds-custom--side-panel--resizable:has(.cds-custom--resizer){grid-template-columns:0 1fr}@media (prefers-reduced-motion:no-preference){.cds-custom--side-panel:not(.cds-custom--side-panel--slide-in).cds-custom--side-panel--resizable:has(.cds-custom--resizer){transition:all .15s linear}}@starting-style{.cds-custom--side-panel,:host(cds-custom-side-panel) .cds-custom--side-panel{opacity:0;transform:translateX(var(--panel-transform))}}@media (min-width:42rem){.cds-custom--side-panel,:host(cds-custom-side-panel) .cds-custom--side-panel{max-inline-size:75vw}}.cds-custom--side-panel.cds-custom--side-panel--xs,:host(cds-custom-side-panel) .cds-custom--side-panel[size=xs]{inline-size:clamp(16rem,var(--cds-side-panel-modified-size,16rem),100%)}.cds-custom--side-panel.cds-custom--side-panel--sm,:host(cds-custom-side-panel) .cds-custom--side-panel[size=sm]{inline-size:clamp(16rem,var(--cds-side-panel-modified-size,20rem),100%)}.cds-custom--side-panel.cds-custom--side-panel--md,:host(cds-custom-side-panel) .cds-custom--side-panel[size=md]{inline-size:clamp(16rem,var(--cds-side-panel-modified-size,30rem),100%)}.cds-custom--side-panel.cds-custom--side-panel--lg,:host(cds-custom-side-panel) .cds-custom--side-panel[size=lg]{inline-size:clamp(16rem,var(--cds-side-panel-modified-size,40rem),100%)}.cds-custom--side-panel.cds-custom--side-panel--xl,:host(cds-custom-side-panel) .cds-custom--side-panel[size=xl]{inline-size:clamp(16rem,var(--cds-side-panel-modified-size,65rem),100%)}.cds-custom--side-panel.cds-custom--side-panel--2xl,:host(cds-custom-side-panel) .cds-custom--side-panel[size=\"2xl\"]{inline-size:clamp(16rem,var(--cds-side-panel-modified-size,80rem),100%)}.cds-custom--side-panel.cds-custom--side-panel--open.cds-custom--side-panel--right-placement,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--open[placement=right]{animation:side-panel-entrance-right .15s cubic-bezier(0,0,.38,.9) forwards}.cds-custom--side-panel.cds-custom--side-panel--open.cds-custom--side-panel--left-placement,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--open[placement=left]{animation:side-panel-entrance-left .15s cubic-bezier(0,0,.38,.9) forwards}.cds-custom--side-panel.cds-custom--side-panel--closing.cds-custom--side-panel--right-placement,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--closing[placement=right]{animation:side-panel-exit-right .15s cubic-bezier(.2,0,1,.9) forwards}.cds-custom--side-panel.cds-custom--side-panel--closing.cds-custom--side-panel--left-placement,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--closing[placement=left]{animation:side-panel-exit-left .15s cubic-bezier(.2,0,1,.9) forwards}@supports (transition-behavior:allow-discrete){.cds-custom--side-panel.cds-custom--side-panel--closing{opacity:0;transform:translateX(var(--panel-transform,320px));transition-duration:.15s}.cds-custom--side-panel.cds-custom--side-panel--closing.cds-custom--side-panel--left-placement,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--closing[placement=left]{transform:translateX(calc(var(--panel-transform, 320px)*-1))}}@media (prefers-reduced-motion){.cds-custom--side-panel.cds-custom--side-panel--open.cds-custom--side-panel--left-placement,.cds-custom--side-panel.cds-custom--side-panel--open.cds-custom--side-panel--right-placement,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--open[placement=left],:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--open[placement=right]{animation:side-panel-entrance-reduced .15s cubic-bezier(.2,0,1,.9) forwards}@starting-style{.cds-custom--side-panel.cds-custom--side-panel--open.cds-custom--side-panel--left-placement,.cds-custom--side-panel.cds-custom--side-panel--open.cds-custom--side-panel--right-placement,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--open[placement=left],:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--open[placement=right]{opacity:0;transform:translateX(0)}}.cds-custom--side-panel.cds-custom--side-panel--closing.cds-custom--side-panel--left-placement,.cds-custom--side-panel.cds-custom--side-panel--closing.cds-custom--side-panel--right-placement,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--closing[placement=left],:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--closing[placement=right]{animation:side-panel-exit-reduced .15s cubic-bezier(.2,0,1,.9) forwards}@starting-style{.cds-custom--side-panel.cds-custom--side-panel--closing.cds-custom--side-panel--left-placement,.cds-custom--side-panel.cds-custom--side-panel--closing.cds-custom--side-panel--right-placement,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--closing[placement=left],:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--closing[placement=right]{opacity:1;transform:translateX(0)}}}.cds-custom--side-panel.cds-custom--side-panel--animated-title{grid-template-rows:1fr auto}.cds-custom--side-panel.cds-custom--side-panel--condensed-actions,:host(cds-custom-side-panel) .cds-custom--side-panel[condensed-actions]{--cds--side-panel--actions-height:3rem}.cds-custom--side-panel:not(.cds-custom--side-panel--has-overlay){box-shadow:0 .125rem .25rem var(--cds-overlay,rgba(0,0,0,.6))}.cds-custom--side-panel.cds-custom--side-panel--slide-in,.cds-custom--side-panel.cds-custom--side-panel--slide-in:not(.cds-custom--side-panel--has-overlay){box-shadow:none}.cds-custom--side-panel .cds-custom--side-panel__actions-container{inline-size:100%}.cds-custom--side-panel.cds-custom--side-panel--right-placement,:host(cds-custom-side-panel) .cds-custom--side-panel[placement=right]{border-inline-start:1px solid var(--cds-border-subtle-01,#c6c6c6);inset-inline-end:0}.cds-custom--side-panel.cds-custom--side-panel--left-placement .cds-custom--resizer,:host(cds-custom-side-panel) .cds-custom--side-panel[placement=left] .cds-custom--resizer{grid-column:2;inset-inline-start:0}.cds-custom--side-panel.cds-custom--side-panel--left-placement .cds-custom--resizer:before,:host(cds-custom-side-panel) .cds-custom--side-panel[placement=left] .cds-custom--resizer:before{inset-inline-start:0}.cds-custom--side-panel.cds-custom--side-panel--left-placement:not(.cds-custom--side-panel--slide-in).cds-custom--side-panel--resizable:has(.cds-custom--resizer),:host(cds-custom-side-panel) .cds-custom--side-panel[placement=left]:not(.cds-custom--side-panel--slide-in).cds-custom--side-panel--resizable:has(.cds-custom--resizer){grid-template-columns:1fr 0}@media (prefers-reduced-motion:no-preference){.cds-custom--side-panel.cds-custom--side-panel--left-placement:not(.cds-custom--side-panel--slide-in).cds-custom--side-panel--resizable:has(.cds-custom--resizer),:host(cds-custom-side-panel) .cds-custom--side-panel[placement=left]:not(.cds-custom--side-panel--slide-in).cds-custom--side-panel--resizable:has(.cds-custom--resizer){transition:all .15s linear}}.cds-custom--side-panel.cds-custom--side-panel--left-placement,:host(cds-custom-side-panel) .cds-custom--side-panel[placement=left]{border-inline-end:1px solid var(--cds-border-subtle-01,#c6c6c6);inset-inline-start:0}.cds-custom--side-panel.cds-custom--side-panel.cds-custom--side-panel--has-ai-label,.cds-custom--side-panel.cds-custom--side-panel.cds-custom--side-panel--has-decorator,.cds-custom--side-panel.cds-custom--side-panel.cds-custom--side-panel--has-slug,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--has-ai-label,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--has-decorator,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--has-slug,:host(cds-custom-side-panel) .cds-custom--side-panel[has-slug]{border-color:transparent;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1)),0 4px 10px 2px var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}.cds-custom--side-panel .cds-custom--resizer--vertical:before{position:absolute;z-index:-1;background-color:transparent;block-size:100%;content:\"\";inline-size:.125rem;inset-block-end:0;inset-inline-end:0;transition:background-color .15s cubic-bezier(.2,0,.38,.9)}.cds-custom--side-panel:hover .cds-custom--resizer--vertical:before{background-color:var(--cds-button-secondary-hover,#474747)}.cds-custom--side-panel .cds-custom--resizer{background-color:transparent;grid-row:span 4/span 3;inset-inline-start:-.25rem}.cds-custom--side-panel .cds-custom--resizer--vertical:after{position:absolute;z-index:10;block-size:100%;content:\"\";inline-size:.5rem;inset-inline-start:-.125rem}.cds-custom--side-panel .cds-custom--resizer:focus,.cds-custom--side-panel .cds-custom--resizer:hover{background-color:var(--cds-border-interactive,#0f62fe)}.cds-custom--side-panel .cds-custom--side-panel__header{--cds--side-panel--title-padding-bottom:1rem;position:sticky;z-index:4;padding:1rem;background-color:var(--cds-layer-01,#f4f4f4);inset-block-start:calc(-1px*var(--cds--side-panel--scroll-animation-distance));min-block-size:2.5rem;padding-block-end:0}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--has-title{min-block-size:auto}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--has-subtitle,.cds-custom--side-panel .cds-custom--side-panel__header:has(.cds-custom--side-panel__subtitle-text){--cds--side-panel--title-padding-bottom:0.5rem}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--has-navigation-back,.cds-custom--side-panel .cds-custom--side-panel__header:has(.cds-custom--side-panel__navigation-back-button){padding-block-start:2rem}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--has-navigation-back.cds-custom--btn--md,.cds-custom--side-panel .cds-custom--side-panel__header:has(.cds-custom--side-panel__navigation-back-button.cds-custom--btn--md){padding-block-start:2.5rem}.cds-custom--side-panel .cds-custom--side-panel__header:before{position:absolute;background-color:var(--cds-border-subtle-01,#c6c6c6);block-size:1px;content:\"\";inline-size:100%;inset-block-end:0;inset-inline-start:0;opacity:var(--cds--side-panel--scroll-animation-progress);z-index:9}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--no-title-animation,:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[no-title-animation]{position:relative;inset-block-start:0}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--no-title-animation:before,:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[no-title-animation]:before{opacity:1}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--reduced-motion,:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[reduced-motion]{z-index:5;border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6);margin-block-end:1rem}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--reduced-motion.cds-custom--side-panel__header--no-title-animation,:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--no-title-animation[reduced-motion],:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--reduced-motion[no-title-animation],:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[no-title-animation][reduced-motion]{border-block-end:0;margin-block-end:0}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--on-detail-step .cds-custom--side-panel__navigation-back-button.cds-custom--btn--md~.cds-custom--side-panel__collapsed-title-text,:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[detail-step] .cds-custom--side-panel__navigation-back-button.cds-custom--btn--md~.cds-custom--side-panel__collapsed-title-text{inset-block-start:1.5rem}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--on-detail-step:not(.cds-custom--side-panel__header--has-title),:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[detail-step]:not(.cds-custom--side-panel__header--has-title){padding:1rem 1rem .5rem;block-size:2.75rem}.cds-custom--side-panel .cds-custom--side-panel__header:not(.cds-custom--side-panel__header--has-title):before{background-color:transparent}.cds-custom--side-panel .cds-custom--side-panel__header:empty{min-block-size:unset}.cds-custom--side-panel.cds-custom--side-panel--has-action-toolbar,.cds-custom--side-panel.cds-custom--side-panel--has-ai-label,.cds-custom--side-panel.cds-custom--side-panel--has-decorator,.cds-custom--side-panel.cds-custom--side-panel--has-slug,.cds-custom--side-panel.cds-custom--side-panel:has(.cds-custom--side-panel__action-toolbar),:host(cds-custom-side-panel) .cds-custom--side-panel[has-slug]{--cds--side-panel--title-padding-right:4rem}.cds-custom--side-panel.cds-custom--side-panel--has-action-toolbar.cds-custom--side-panel--has-ai-label,.cds-custom--side-panel.cds-custom--side-panel--has-action-toolbar.cds-custom--side-panel--has-decorator,.cds-custom--side-panel.cds-custom--side-panel--has-action-toolbar.cds-custom--side-panel--has-slug,.cds-custom--side-panel.cds-custom--side-panel:has(.cds-custom--side-panel__action-toolbar).cds-custom--side-panel--has-ai-label,.cds-custom--side-panel.cds-custom--side-panel:has(.cds-custom--side-panel__action-toolbar).cds-custom--side-panel--has-decorator,.cds-custom--side-panel.cds-custom--side-panel:has(.cds-custom--side-panel__action-toolbar).cds-custom--side-panel--has-slug,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--has-action-toolbar[has-slug],:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel[has-slug]:has(.cds-custom--side-panel__action-toolbar){--cds--side-panel--title-padding-right:5rem}.cds-custom--side-panel .cds-custom--side-panel__animated-scroll-wrapper{display:grid;grid-template-rows:auto 1fr}.cds-custom--side-panel .cds-custom--side-panel__title{position:sticky;z-index:4;background-color:var(--cds-layer-01,#f4f4f4);border-block-end:var(--cds--side-panel--title-padding-bottom) solid transparent;inset-block-start:var(--cds--side-panel--title-stop)}.cds-custom--side-panel .cds-custom--side-panel__title-text{font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);line-height:var(--cds-heading-03-line-height,1.4);letter-spacing:var(--cds-heading-03-letter-spacing,0);padding-inline-end:var(--cds--side-panel--title-padding-right);opacity:calc(1 - var(--cds--side-panel--scroll-animation-progress))}.cds-custom--side-panel .cds-custom--side-panel__title--no-label .cds-custom--side-panel__title-text{transform:translateY(calc(-1rem*var(--cds--side-panel--scroll-animation-progress)))}.cds-custom--side-panel .cds-custom--side-panel__header--no-title-animation .cds-custom--side-panel__title-text,:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[no-title-animation] .cds-custom--side-panel__title-text{position:static}.cds-custom--side-panel .cds-custom--side-panel__label-text{font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px);opacity:calc(1 - var(--cds--side-panel--scroll-animation-progress));padding-inline-end:var(--cds--side-panel--title-padding-right)}.cds-custom--side-panel .cds-custom--side-panel__collapsed-title-text{font-size:var(--cds-heading-compact-02-font-size,1rem);font-weight:var(--cds-heading-compact-02-font-weight,600);line-height:var(--cds-heading-compact-02-line-height,1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing,0);padding-inline-end:var(--cds--side-panel--title-padding-right);position:absolute;inset-block-start:0;opacity:var(--cds--side-panel--scroll-animation-progress)}.cds-custom--side-panel .cds-custom--side-panel__title--no-label .cds-custom--side-panel__collapsed-title-text{transform:translateY(calc(1rem*(1 - var(--cds--side-panel--scroll-animation-progress))))}.cds-custom--side-panel .cds-custom--side-panel__subtitle-text{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);opacity:calc(1 - var(--cds--side-panel--scroll-animation-progress));padding-block-end:1rem;padding-inline-end:var(--cds--side-panel--title-padding-right)}.cds-custom--side-panel .cds-custom--side-panel__header--no-title-animation .cds-custom--side-panel__subtitle-text,:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[no-title-animation] .cds-custom--side-panel__subtitle-text{z-index:2;background-color:var(--cds-layer-01,#f4f4f4)}.cds-custom--side-panel .cds-custom--side-panel__title-text+.cds-custom--side-panel__subtitle-text{padding-block-start:1rem}.cds-custom--side-panel .cds-custom--side-panel__inner-content{padding:0 1rem 1rem}.cds-custom--side-panel .cds-custom--side-panel__inner-content--no-animated-title{padding-block-start:1rem}.cds-custom--side-panel .cds-custom--side-panel__header--has-action-toolbar+.cds-custom--side-panel__inner-content,.cds-custom--side-panel .cds-custom--side-panel__header:has(.cds-custom--side-panel__action-toolbar)+.cds-custom--side-panel__inner-content{padding-block-start:.5rem}.cds-custom--side-panel.cds-custom--side-panel--has-ai-label .cds-custom--side-panel--scrolls,.cds-custom--side-panel.cds-custom--side-panel--has-decorator .cds-custom--side-panel--scrolls,.cds-custom--side-panel.cds-custom--side-panel--has-slug .cds-custom--side-panel--scrolls,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--has-ai-label [scrolls],:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--has-decorator [scrolls],:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--has-slug [scrolls],:host(cds-custom-side-panel) .cds-custom--side-panel[has-slug] .cds-custom--side-panel--scrolls,:host(cds-custom-side-panel) .cds-custom--side-panel[has-slug] [scrolls]{background:linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)) 0,var(--cds-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,rgba(166,200,255,.64)),var(--cds-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1)),0 4px 10px 2px var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}.cds-custom--side-panel .cds-custom--side-panel__action-toolbar{position:sticky;z-index:4;display:flex;align-items:center;justify-content:flex-start;background-color:var(--cds-layer-01,#f4f4f4)}.cds-custom--side-panel .cds-custom--side-panel__action-toolbar-leading-button{margin-inline-end:.5rem}.cds-custom--side-panel .cds-custom--btn.cds-custom--side-panel__navigation-back-button{position:fixed;z-index:5;inset-block-start:0;inset-inline-start:0}.cds-custom--side-panel .cds-custom--btn.cds-custom--side-panel__close-button,.cds-custom--side-panel .cds-custom--btn.cds-custom--side-panel__navigation-back-button{display:flex;align-items:center;justify-content:center;padding:0;background-color:unset;block-size:2rem;color:var(--cds-text-primary,#161616);inline-size:2rem;min-block-size:0}.cds-custom--side-panel .cds-custom--btn.cds-custom--side-panel__close-button:hover,.cds-custom--side-panel .cds-custom--btn.cds-custom--side-panel__navigation-back-button:hover{background-color:var(--cds-background-hover,hsla(0,0%,55.3%,.12))}.cds-custom--side-panel .cds-custom--btn.cds-custom--side-panel__close-button .cds-custom--side-panel--btn__icon,.cds-custom--side-panel .cds-custom--btn.cds-custom--side-panel__navigation-back-button .cds-custom--side-panel--btn__icon{margin:0}.cds-custom--side-panel .cds-custom--btn--md.cds-custom--side-panel__close-button,.cds-custom--side-panel .cds-custom--btn--md.cds-custom--side-panel__navigation-back-button{block-size:2.5rem;inline-size:2.5rem}.cds-custom--side-panel .cds-custom--side-panel__ai-label-and-close,.cds-custom--side-panel .cds-custom--side-panel__decorator-and-close,.cds-custom--side-panel .cds-custom--side-panel__slug-and-close{position:absolute;z-index:10;display:flex;block-size:2rem;inset-block-start:0;inset-inline-end:0}@media (prefers-reduced-motion){.cds-custom--side-panel .cds-custom--side-panel__ai-label-and-close,.cds-custom--side-panel .cds-custom--side-panel__decorator-and-close,.cds-custom--side-panel .cds-custom--side-panel__slug-and-close{position:absolute}}.cds-custom--side-panel .cds-custom--side-panel__decorator-and-close .cds-custom--ai-label__button--xs{margin:.25rem}.cds-custom--side-panel .cds-custom--side-panel__actions-container{position:sticky;background-color:var(--cds-layer-01,#f4f4f4);border-block-start:1px solid var(--cds-border-subtle-01,#c6c6c6);inset-block-end:0}.cds-custom--side-panel .cds-custom--side-panel__actions-container.cds-custom--action-set--2xl .cds-custom--action-set__action-button{inline-size:100%;max-inline-size:100%}@media (min-width:42rem){.cds-custom--side-panel .cds-custom--side-panel__actions-container.cds-custom--action-set--2xl{flex-direction:row}.cds-custom--side-panel .cds-custom--side-panel__actions-container.cds-custom--action-set--2xl .cds-custom--action-set__action-button{inline-size:25%}}.cds-custom--side-panel .cds-custom--side-panel__actions-container .cds-custom--action-set__action-button.cds-custom--action-set__action-button{block-size:var(--cds--side-panel--actions-height)}.cds-custom--side-panel.cds-custom--side-panel.cds-custom--side-panel--xs .cds-custom--side-panel__actions-container.cds-custom--action-set--sm,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--xs .cds-custom--side-panel__actions-container.cds-custom--action-set--sm,:host(cds-custom-side-panel) .cds-custom--side-panel[size=xs] .cds-custom--side-panel__actions-container.cds-custom--action-set--sm{inline-size:clamp(16rem,var(--cds-side-panel-modified-size,16rem),100%)}.cds-custom--side-panel .cds-custom--date-picker__input,.cds-custom--side-panel .cds-custom--dropdown,.cds-custom--side-panel .cds-custom--dropdown-list,.cds-custom--side-panel .cds-custom--multi-select,.cds-custom--side-panel .cds-custom--number input[type=number],.cds-custom--side-panel .cds-custom--search-input,.cds-custom--side-panel .cds-custom--select-input,.cds-custom--side-panel .cds-custom--text-area,.cds-custom--side-panel .cds-custom--text-input{background-color:var(--cds-field-02,#fff)}@keyframes side-panel-overlay-entrance{0%{opacity:0}to{opacity:1}}@keyframes side-panel-overlay-exit{0%{opacity:1}to{opacity:0}}.cds-custom--side-panel__visually-hidden{position:absolute;overflow:hidden;padding:0;border:0;margin:-1px;block-size:1px;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--side-panel__overlay{position:fixed;z-index:6000;animation:side-panel-overlay-entrance .15s cubic-bezier(0,0,.38,.9) forwards;background-color:var(--cds-overlay,rgba(0,0,0,.6));block-size:100%;inline-size:100%;inset:0}.cds-custom--side-panel__overlay--closing{animation:side-panel-overlay-exit .15s cubic-bezier(.2,0,1,.9) forwards}.cds-custom--side-panel--has-ai-label+.cds-custom--side-panel__overlay,.cds-custom--side-panel--has-decorator+.cds-custom--side-panel__overlay,.cds-custom--side-panel--has-slug+.cds-custom--side-panel__overlay,:host(cds-custom-side-panel) .cds-custom--side-panel[has-slug]+.cds-custom--side-panel__overlay{background-color:var(--cds-ai-overlay,rgba(0,17,65,.5))}.cds-custom--action-set,:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container{align-items:stretch;justify-content:flex-end;background-color:var(--cds-layer-01,#f4f4f4)}.cds-custom--action-set .cds-custom--action-set__action-button,:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container .cds-custom--action-set__action-button{font-size:var(--cds-body-short-01-font-size,.875rem);font-weight:var(--cds-body-short-01-font-weight,400);line-height:var(--cds-body-short-01-line-height,1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing,.16px);align-items:center;margin:0}.cds-custom--action-set .cds-custom--action-set__action-button.cds-custom--action-set__action-button--expressive,:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container .cds-custom--action-set__action-button.cds-custom--action-set__action-button--expressive{block-size:4rem;padding-block:1rem 2rem}.cds-custom--action-set.cds-custom--btn-set .cds-custom--action-set__action-button.cds-custom--btn,.cds-custom--action-set.cds-custom--btn-set .cds-custom--action-set__action-button.cds-custom--btn.cds-custom--btn--expressive,:host(cds-custom-side-panel) .cds-custom--btn-set.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button.cds-custom--btn{max-inline-size:none}.cds-custom--action-set:not(.cds-custom--action-set--stacking) .cds-custom--action-set__action-button--ghost,:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container:not(.cds-custom--action-set--stacking) .cds-custom--action-set__action-button--ghost{padding-inline-start:1rem}.cds-custom--action-set.cds-custom--action-set--row-single .cds-custom--action-set__action-button--ghost,.cds-custom--action-set.cds-custom--action-set--row-single.cds-custom--action-set--md .cds-custom--action-set__action-button,:host(cds-custom-side-panel) .cds-custom--action-set--row-single.cds-custom--action-set--md.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button,:host(cds-custom-side-panel) .cds-custom--action-set--row-single.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button--ghost{flex:0 0 100%}.cds-custom--action-set.cds-custom--action-set--row-double .cds-custom--action-set__action-button--ghost,:host(cds-custom-side-panel) .cds-custom--action-set--row-double.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button--ghost{flex:1 1 75%}.cds-custom--action-set.cds-custom--action-set--row-double.cds-custom--action-set--lg .cds-custom--action-set__action-button,.cds-custom--action-set.cds-custom--action-set--row-double.cds-custom--action-set--md .cds-custom--action-set__action-button,.cds-custom--action-set.cds-custom--action-set--row-single.cds-custom--action-set--lg .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost),.cds-custom--action-set.cds-custom--action-set--row-triple .cds-custom--action-set__action-button--ghost,:host(cds-custom-side-panel) .cds-custom--action-set--row-double.cds-custom--action-set--lg.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button,:host(cds-custom-side-panel) .cds-custom--action-set--row-double.cds-custom--action-set--md.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button,:host(cds-custom-side-panel) .cds-custom--action-set--row-single.cds-custom--action-set--lg.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost),:host(cds-custom-side-panel) .cds-custom--action-set--row-triple.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button--ghost{flex:0 1 50%}.cds-custom--action-set.cds-custom--action-set--row-triple .cds-custom--action-set__action-button--ghost,:host(cds-custom-side-panel) .cds-custom--action-set--row-triple.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button--ghost{flex:1 1 50%}.cds-custom--action-set.cds-custom--btn-set.cds-custom--action-set--2xl .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost),.cds-custom--action-set.cds-custom--btn-set.cds-custom--action-set--row-quadruple .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost),.cds-custom--action-set.cds-custom--btn-set.cds-custom--action-set--row-triple.cds-custom--action-set--lg .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost),.cds-custom--action-set.cds-custom--btn-set.cds-custom--action-set--xl .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost),:host(cds-custom-side-panel) .cds-custom--btn-set.cds-custom--action-set--2xl.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost),:host(cds-custom-side-panel) .cds-custom--btn-set.cds-custom--action-set--row-quadruple.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost),:host(cds-custom-side-panel) .cds-custom--btn-set.cds-custom--action-set--row-triple.cds-custom--action-set--lg.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost),:host(cds-custom-side-panel) .cds-custom--btn-set.cds-custom--action-set--xl.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost){flex:0 1 25%;max-inline-size:14.5rem}.cds-custom--action-set.cds-custom--btn-set.cds-custom--action-set--row-quadruple .cds-custom--action-set__action-button--ghost,:host(cds-custom-side-panel) .cds-custom--btn-set.cds-custom--action-set--row-quadruple.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button--ghost{flex:1 1 25%}.cds-custom--action-set .cds-custom--action-set__action-button .cds-custom--inline-loading,:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container .cds-custom--action-set__action-button .cds-custom--inline-loading{position:absolute;inline-size:2rem;inset-block-start:0;inset-inline-end:0}:host(cds-custom-side-panel){--cds--side-panel--displaced:100%}:host(cds-custom-side-panel) *{box-sizing:border-box}:host(cds-custom-side-panel) .cds-custom--side-panel{container-name:side-panel;container-type:inline-size}:host(cds-custom-side-panel) .cds-custom--side-panel[placement=left]{--cds--side-panel--displaced:-100%}:host(cds-custom-side-panel) .cds-custom--side-panel[opening]{transform:translateX(var(--cds--side-panel--displaced))}:host(cds-custom-side-panel) .cds-custom--side-panel[open]{transform:translateX(0);transition:all .24s cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){:host(cds-custom-side-panel) .cds-custom--side-panel[open]{transition:none}}:host(cds-custom-side-panel) .cds-custom--side-panel[closing]{transform:translateX(var(--cds--side-panel--displaced));transition:all .15s cubic-bezier(.2,0,1,.9)}@media screen and (prefers-reduced-motion:reduce){:host(cds-custom-side-panel) .cds-custom--side-panel[closing]{transition:none}}:host(cds-custom-side-panel) .cds-custom--side-panel[placement=right]{border-inline-end:none;inset-inline-end:0}:host(cds-custom-side-panel) .cds-custom--side-panel[placement=left]{border-inline-end:1px solid var(--cds-border-subtle-01,#c6c6c6);inset-inline-start:0}:host(cds-custom-side-panel) cds-custom-layer{display:contents}:host(cds-custom-side-panel) .cds-custom--side-panel__overlay[opening]{opacity:0}@media screen and (prefers-reduced-motion:reduce){:host(cds-custom-side-panel) .cds-custom--side-panel__overlay[open]{opacity:1;transition:none}}:host(cds-custom-side-panel) .cds-custom--side-panel__overlay[open]{opacity:1;transition:all .24s cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){:host(cds-custom-side-panel) .cds-custom--side-panel__overlay[closing]{opacity:0;transition:none}}:host(cds-custom-side-panel) .cds-custom--side-panel__overlay[closing]{opacity:0;transition:all .15s cubic-bezier(.2,0,1,.9)}:host(cds-custom-side-panel) .cds-custom--side-panel[slide-in]:not(.cds-custom--side-panel__overlay){box-shadow:none}:host(cds-custom-side-panel) .cds-custom--side-panel__header:before{z-index:99}:host(cds-custom-side-panel) .cds-custom--side-panel__header[has-action-toolbar]{margin-block-end:.5rem;padding-block-end:0}:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[has-action-toolbar]:before{content:normal}:host(cds-custom-side-panel) .cds-custom--side-panel__custom-header-wrapper--hidden{position:absolute;overflow:hidden;padding:0;border:0;margin:-1px;block-size:1px;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}:host(cds-custom-side-panel) .cds-custom--side-panel__title-text{padding-inline-end:0}:host(cds-custom-side-panel) .cds-custom--side-panel__subtitle-text[hidden]{display:none}:host(cds-custom-side-panel) .cds-custom--side-panel__action-toolbar{margin-block-end:0;padding-inline-start:0}:host(cds-custom-side-panel) .cds-custom--side-panel__action-toolbar ::slotted(.cds-custom--side-panel__action-toolbar-leading-button){margin-inline-end:.5rem}:host(cds-custom-side-panel) .cds-custom--side-panel[has-slug] [scrolls]{background:linear-gradient(to top,var(--cds-layer) 0,var(--cds-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-layer),var(--cds-layer)) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,rgba(166,200,255,.64)),var(--cds-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-layer),var(--cds-layer)) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1))}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container{inline-size:100%}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[hidden]{display:none}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[actions-multiple=single] ::slotted(cds-custom-button){flex:0 0 100%;max-inline-size:none}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[actions-multiple=double] ::slotted(cds-custom-button){flex:0 1 50%;max-inline-size:none}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[actions-multiple=triple] ::slotted(cds-custom-button){flex:0 1 33.33%;max-inline-size:none}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container{--flex-direction:row;flex-direction:var(--flex-direction)}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container ::slotted(cds-custom-button){flex:0 1 25%;max-inline-size:14.5rem}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container ::slotted(cds-custom-button[kind=ghost]){flex:1 1 25%;max-inline-size:none}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container ::slotted(cds-custom-button[hidden]){display:none}@container (width <= 40rem){:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[actions-multiple=double] ::slotted(cds-custom-button){flex:0 1 50%;max-inline-size:none}}@container (width <= 30rem){:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[actions-multiple] ::slotted(cds-custom-button){flex:0 0 100%;max-inline-size:none}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[actions-multiple=double] ::slotted(cds-custom-button){flex:0 1 50%;max-inline-size:none}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[actions-multiple=triple]{--flex-direction:column-reverse}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[actions-multiple=triple] ::slotted(cds-custom-button){flex:initial;inline-size:100%;max-inline-size:none}}@container (width <= 20rem){:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container{--flex-direction:column-reverse}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container ::slotted(cds-custom-button){flex:initial;inline-size:100%;max-inline-size:none}}:host(cds-custom-side-panel) .cds-custom--side-panel__close-button{inline-size:2rem}:host(cds-custom-side-panel) .cds-custom--side-panel__resizer{position:absolute;z-index:9000;inset-block-end:0;inset-block-start:0;--resizer-thickness:4px;--resizer-grab-thickness:4px;--resizer-grab-color:transparent}:host(cds-custom-side-panel) .cds-custom--side-panel[placement=right] .cds-custom--side-panel__resizer{inset-inline-start:0}:host(cds-custom-side-panel) .cds-custom--side-panel[placement=left] .cds-custom--side-panel__resizer{inset-inline-end:0}"]);
|
|
10
|
+
var side_panel_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{padding:0;border:0;margin:0;font:inherit;font-feature-settings:\"liga\" 1;font-size:100%;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-weight:400;font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;-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);line-height:var(--cds-heading-06-line-height,1.199);letter-spacing:var(--cds-heading-06-letter-spacing,0)}h2{font-size:var(--cds-heading-05-font-size,2rem);font-weight:var(--cds-heading-05-font-weight,400);line-height:var(--cds-heading-05-line-height,1.25);letter-spacing:var(--cds-heading-05-letter-spacing,0)}h3{font-size:var(--cds-heading-04-font-size,1.75rem);font-weight:var(--cds-heading-04-font-weight,400);line-height:var(--cds-heading-04-line-height,1.28572);letter-spacing:var(--cds-heading-04-letter-spacing,0)}h4{font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);line-height:var(--cds-heading-03-line-height,1.4);letter-spacing:var(--cds-heading-03-letter-spacing,0)}h5{font-size:var(--cds-heading-02-font-size,1rem);font-weight:var(--cds-heading-02-font-weight,600);line-height:var(--cds-heading-02-line-height,1.5);letter-spacing:var(--cds-heading-02-letter-spacing,0)}h6{font-size:var(--cds-heading-01-font-size,.875rem);font-weight:var(--cds-heading-01-font-weight,600);line-height:var(--cds-heading-01-line-height,1.42857);letter-spacing:var(--cds-heading-01-letter-spacing,.16px)}p{font-size:var(--cds-body-02-font-size,1rem);font-weight:var(--cds-body-02-font-weight,400);line-height:var(--cds-body-02-line-height,1.5);letter-spacing:var(--cds-body-02-letter-spacing,0)}a{color:var(--cds-link-primary,#0062fe)}em{font-style:italic}@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,:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__action-toolbar[hidden],:host(cds-custom-side-panel) .cds-custom--side-panel__action-toolbar[hidden],:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container ::slotted(cds-custom-button[hidden]),:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[hidden],:host(cds-custom-side-panel) .cds-custom--side-panel__subtitle-text[hidden],:host(cds-custom-side-panel) .sentinel{position:absolute;overflow:hidden;padding:0;border:0;margin:-1px;block-size:1px;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}@keyframes side-panel-entrance-reduced{0%{opacity:0}to{opacity:1}}@keyframes side-panel-exit-reduced{0%{opacity:1}to{opacity:0}}@keyframes side-panel-entrance-right{0%{opacity:0;transform:translateX(var(--panel-transform,320px))}to{opacity:1;transform:translateX(0)}}@keyframes side-panel-entrance-left{0%{opacity:0;transform:translateX(calc(-1 * var(--panel-transform, 320px)))}to{opacity:1;transform:translateX(0)}}@keyframes side-panel-exit-right{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(var(--panel-transform,320px))}}@keyframes side-panel-exit-left{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(calc(-1 * var(--panel-transform, 320px)))}}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--reduced-motion.cds-custom--side-panel__header--no-title-animation,:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--no-title-animation[reduced-motion],:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--reduced-motion[no-title-animation],:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[reduced-motion][no-title-animation]{border-block-end:0;margin-block-end:0}@property --panel-transform{inherits:true;initial-value:320px;syntax:\"<length>\"}.cds-custom--side-panel--scrolls,:host(cds-custom-side-panel) [scrolls]{overflow:auto;overflow-x:hidden}@supports (overflow-inline:hidden){.cds-custom--side-panel--scrolls,:host(cds-custom-side-panel) [scrolls]{overflow-inline:hidden}}.cds-custom--side-panel,:host(cds-custom-side-panel) .cds-custom--side-panel{--panel-transform:320px;--cds--side-panel--title-stop:1rem;--cds--side-panel--scroll-animation-progress:0;--cds--side-panel--title-padding-right:2rem;--cds--side-panel--actions-height:4rem;position:fixed;z-index:9000;display:grid;box-sizing:border-box;background-color:var(--cds-layer-01,#f4f4f4);block-size:calc(100% - 3rem);color:var(--cds-text-primary,#161616);grid-template-rows:auto 1fr auto;inset-block-start:3rem;max-inline-size:100%;min-inline-size:16rem;transform:translateX(0);transition-behavior:allow-discrete;transition-duration:.15s;transition-property:display,opacity,transform}.cds-custom--side-panel:not(.cds-custom--side-panel--slide-in).cds-custom--side-panel--resizable:has(.cds-custom--resizer){grid-template-columns:0 1fr}@media (prefers-reduced-motion:no-preference){.cds-custom--side-panel:not(.cds-custom--side-panel--slide-in).cds-custom--side-panel--resizable:has(.cds-custom--resizer){transition:all .15s linear}}@starting-style{.cds-custom--side-panel,:host(cds-custom-side-panel) .cds-custom--side-panel{opacity:0;transform:translateX(var(--panel-transform))}}@media (min-width:42rem){.cds-custom--side-panel,:host(cds-custom-side-panel) .cds-custom--side-panel{max-inline-size:75vw}}.cds-custom--side-panel.cds-custom--side-panel--xs,:host(cds-custom-side-panel) .cds-custom--side-panel[size=xs]{inline-size:clamp(16rem,var(--cds-side-panel-modified-size,16rem),100%)}.cds-custom--side-panel.cds-custom--side-panel--sm,:host(cds-custom-side-panel) .cds-custom--side-panel[size=sm]{inline-size:clamp(16rem,var(--cds-side-panel-modified-size,20rem),100%)}.cds-custom--side-panel.cds-custom--side-panel--md,:host(cds-custom-side-panel) .cds-custom--side-panel[size=md]{inline-size:clamp(16rem,var(--cds-side-panel-modified-size,30rem),100%)}.cds-custom--side-panel.cds-custom--side-panel--lg,:host(cds-custom-side-panel) .cds-custom--side-panel[size=lg]{inline-size:clamp(16rem,var(--cds-side-panel-modified-size,40rem),100%)}.cds-custom--side-panel.cds-custom--side-panel--xl,:host(cds-custom-side-panel) .cds-custom--side-panel[size=xl]{inline-size:clamp(16rem,var(--cds-side-panel-modified-size,65rem),100%)}.cds-custom--side-panel.cds-custom--side-panel--2xl,:host(cds-custom-side-panel) .cds-custom--side-panel[size=\"2xl\"]{inline-size:clamp(16rem,var(--cds-side-panel-modified-size,80rem),100%)}.cds-custom--side-panel.cds-custom--side-panel--open.cds-custom--side-panel--right-placement,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--open[placement=right]{animation:side-panel-entrance-right .15s cubic-bezier(0,0,.38,.9) forwards}.cds-custom--side-panel.cds-custom--side-panel--open.cds-custom--side-panel--left-placement,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--open[placement=left]{animation:side-panel-entrance-left .15s cubic-bezier(0,0,.38,.9) forwards}.cds-custom--side-panel.cds-custom--side-panel--closing.cds-custom--side-panel--right-placement,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--closing[placement=right]{animation:side-panel-exit-right .15s cubic-bezier(.2,0,1,.9) forwards}.cds-custom--side-panel.cds-custom--side-panel--closing.cds-custom--side-panel--left-placement,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--closing[placement=left]{animation:side-panel-exit-left .15s cubic-bezier(.2,0,1,.9) forwards}@supports (transition-behavior:allow-discrete){.cds-custom--side-panel.cds-custom--side-panel--closing{opacity:0;transform:translateX(var(--panel-transform,320px));transition-duration:.15s}.cds-custom--side-panel.cds-custom--side-panel--closing.cds-custom--side-panel--left-placement,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--closing[placement=left]{transform:translateX(calc(-1 * var(--panel-transform, 320px)))}}@media (prefers-reduced-motion){.cds-custom--side-panel.cds-custom--side-panel--open.cds-custom--side-panel--left-placement,.cds-custom--side-panel.cds-custom--side-panel--open.cds-custom--side-panel--right-placement,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--open[placement=left],:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--open[placement=right]{animation:side-panel-entrance-reduced .15s cubic-bezier(.2,0,1,.9) forwards}@starting-style{.cds-custom--side-panel.cds-custom--side-panel--open.cds-custom--side-panel--left-placement,.cds-custom--side-panel.cds-custom--side-panel--open.cds-custom--side-panel--right-placement,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--open[placement=left],:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--open[placement=right]{opacity:0;transform:translateX(0)}}.cds-custom--side-panel.cds-custom--side-panel--closing.cds-custom--side-panel--left-placement,.cds-custom--side-panel.cds-custom--side-panel--closing.cds-custom--side-panel--right-placement,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--closing[placement=left],:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--closing[placement=right]{animation:side-panel-exit-reduced .15s cubic-bezier(.2,0,1,.9) forwards}@starting-style{.cds-custom--side-panel.cds-custom--side-panel--closing.cds-custom--side-panel--left-placement,.cds-custom--side-panel.cds-custom--side-panel--closing.cds-custom--side-panel--right-placement,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--closing[placement=left],:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--closing[placement=right]{opacity:1;transform:translateX(0)}}}.cds-custom--side-panel.cds-custom--side-panel--animated-title{grid-template-rows:1fr auto}.cds-custom--side-panel.cds-custom--side-panel--condensed-actions,:host(cds-custom-side-panel) .cds-custom--side-panel[condensed-actions]{--cds--side-panel--actions-height:3rem}.cds-custom--side-panel:not(.cds-custom--side-panel--has-overlay){box-shadow:0 .125rem .25rem var(--cds-overlay,rgba(0,0,0,.6))}.cds-custom--side-panel.cds-custom--side-panel--slide-in,.cds-custom--side-panel.cds-custom--side-panel--slide-in:not(.cds-custom--side-panel--has-overlay){box-shadow:none}.cds-custom--side-panel .cds-custom--side-panel__actions-container{inline-size:100%}.cds-custom--side-panel.cds-custom--side-panel--right-placement,:host(cds-custom-side-panel) .cds-custom--side-panel[placement=right]{border-inline-start:1px solid var(--cds-border-subtle-01,#c6c6c6);inset-inline-end:0}.cds-custom--side-panel.cds-custom--side-panel--left-placement .cds-custom--resizer,:host(cds-custom-side-panel) .cds-custom--side-panel[placement=left] .cds-custom--resizer{grid-column:2;inset-inline-start:0}.cds-custom--side-panel.cds-custom--side-panel--left-placement .cds-custom--resizer:before,:host(cds-custom-side-panel) .cds-custom--side-panel[placement=left] .cds-custom--resizer:before{inset-inline-start:0}.cds-custom--side-panel.cds-custom--side-panel--left-placement:not(.cds-custom--side-panel--slide-in).cds-custom--side-panel--resizable:has(.cds-custom--resizer),:host(cds-custom-side-panel) .cds-custom--side-panel[placement=left]:not(.cds-custom--side-panel--slide-in).cds-custom--side-panel--resizable:has(.cds-custom--resizer){grid-template-columns:1fr 0}@media (prefers-reduced-motion:no-preference){.cds-custom--side-panel.cds-custom--side-panel--left-placement:not(.cds-custom--side-panel--slide-in).cds-custom--side-panel--resizable:has(.cds-custom--resizer),:host(cds-custom-side-panel) .cds-custom--side-panel[placement=left]:not(.cds-custom--side-panel--slide-in).cds-custom--side-panel--resizable:has(.cds-custom--resizer){transition:all .15s linear}}.cds-custom--side-panel.cds-custom--side-panel--left-placement,:host(cds-custom-side-panel) .cds-custom--side-panel[placement=left]{border-inline-end:1px solid var(--cds-border-subtle-01,#c6c6c6);inset-inline-start:0}.cds-custom--side-panel.cds-custom--side-panel.cds-custom--side-panel--has-ai-label,.cds-custom--side-panel.cds-custom--side-panel.cds-custom--side-panel--has-decorator,.cds-custom--side-panel.cds-custom--side-panel.cds-custom--side-panel--has-slug,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--has-ai-label,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--has-decorator,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--has-slug,:host(cds-custom-side-panel) .cds-custom--side-panel[has-slug]{border-color:transparent;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1)),0 4px 10px 2px var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}.cds-custom--side-panel .cds-custom--resizer--vertical:before{position:absolute;z-index:-1;background-color:transparent;block-size:100%;content:\"\";inline-size:.125rem;inset-block-end:0;inset-inline-end:0;transition:background-color .15s cubic-bezier(.2,0,.38,.9)}.cds-custom--side-panel:hover .cds-custom--resizer--vertical:before{background-color:var(--cds-button-secondary-hover,#474747)}.cds-custom--side-panel .cds-custom--resizer{background-color:transparent;grid-row:span 4/span 3;inset-inline-start:-.25rem}.cds-custom--side-panel .cds-custom--resizer--vertical:after{position:absolute;z-index:10;block-size:100%;content:\"\";inline-size:.5rem;inset-inline-start:-.125rem}.cds-custom--side-panel .cds-custom--resizer:focus,.cds-custom--side-panel .cds-custom--resizer:hover{background-color:var(--cds-border-interactive,#0f62fe)}.cds-custom--side-panel .cds-custom--side-panel__header{--cds--side-panel--title-padding-bottom:1rem;position:sticky;z-index:4;padding:1rem;background-color:var(--cds-layer-01,#f4f4f4);inset-block-start:calc(-1px * var(--cds--side-panel--scroll-animation-distance));min-block-size:2.5rem;padding-block-end:0}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--has-title{min-block-size:auto}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--has-subtitle,.cds-custom--side-panel .cds-custom--side-panel__header:has(.cds-custom--side-panel__subtitle-text){--cds--side-panel--title-padding-bottom:0.5rem}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--has-navigation-back,.cds-custom--side-panel .cds-custom--side-panel__header:has(.cds-custom--side-panel__navigation-back-button){padding-block-start:2rem}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--has-navigation-back.cds-custom--btn--md,.cds-custom--side-panel .cds-custom--side-panel__header:has(.cds-custom--side-panel__navigation-back-button.cds-custom--btn--md){padding-block-start:2.5rem}.cds-custom--side-panel .cds-custom--side-panel__header:before{position:absolute;background-color:var(--cds-border-subtle-01,#c6c6c6);block-size:1px;content:\"\";inline-size:100%;inset-block-end:0;inset-inline-start:0;opacity:var(--cds--side-panel--scroll-animation-progress);z-index:9}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--no-title-animation,:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[no-title-animation]{position:relative;inset-block-start:0}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--no-title-animation:before,:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[no-title-animation]:before{opacity:1}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--reduced-motion,:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[reduced-motion]{z-index:5;border-block-end:1px solid var(--cds-border-subtle-01,#c6c6c6);margin-block-end:1rem}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--reduced-motion.cds-custom--side-panel__header--no-title-animation,:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--no-title-animation[reduced-motion],:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--reduced-motion[no-title-animation],:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[no-title-animation][reduced-motion]{border-block-end:0;margin-block-end:0}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--on-detail-step .cds-custom--side-panel__navigation-back-button.cds-custom--btn--md~.cds-custom--side-panel__collapsed-title-text,:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[detail-step] .cds-custom--side-panel__navigation-back-button.cds-custom--btn--md~.cds-custom--side-panel__collapsed-title-text{inset-block-start:1.5rem}.cds-custom--side-panel .cds-custom--side-panel__header.cds-custom--side-panel__header--on-detail-step:not(.cds-custom--side-panel__header--has-title),:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[detail-step]:not(.cds-custom--side-panel__header--has-title){padding:1rem 1rem .5rem;block-size:2.75rem}.cds-custom--side-panel .cds-custom--side-panel__header:not(.cds-custom--side-panel__header--has-title):before{background-color:transparent}.cds-custom--side-panel .cds-custom--side-panel__header:empty{min-block-size:unset}.cds-custom--side-panel.cds-custom--side-panel--has-action-toolbar,.cds-custom--side-panel.cds-custom--side-panel--has-ai-label,.cds-custom--side-panel.cds-custom--side-panel--has-decorator,.cds-custom--side-panel.cds-custom--side-panel--has-slug,.cds-custom--side-panel.cds-custom--side-panel:has(.cds-custom--side-panel__action-toolbar),:host(cds-custom-side-panel) .cds-custom--side-panel[has-slug]{--cds--side-panel--title-padding-right:4rem}.cds-custom--side-panel.cds-custom--side-panel--has-action-toolbar.cds-custom--side-panel--has-ai-label,.cds-custom--side-panel.cds-custom--side-panel--has-action-toolbar.cds-custom--side-panel--has-decorator,.cds-custom--side-panel.cds-custom--side-panel--has-action-toolbar.cds-custom--side-panel--has-slug,.cds-custom--side-panel.cds-custom--side-panel:has(.cds-custom--side-panel__action-toolbar).cds-custom--side-panel--has-ai-label,.cds-custom--side-panel.cds-custom--side-panel:has(.cds-custom--side-panel__action-toolbar).cds-custom--side-panel--has-decorator,.cds-custom--side-panel.cds-custom--side-panel:has(.cds-custom--side-panel__action-toolbar).cds-custom--side-panel--has-slug,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--has-action-toolbar[has-slug],:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel[has-slug]:has(.cds-custom--side-panel__action-toolbar){--cds--side-panel--title-padding-right:5rem}.cds-custom--side-panel .cds-custom--side-panel__animated-scroll-wrapper{display:grid;grid-template-rows:auto 1fr}.cds-custom--side-panel .cds-custom--side-panel__title{position:sticky;z-index:4;background-color:var(--cds-layer-01,#f4f4f4);border-block-end:var(--cds--side-panel--title-padding-bottom) solid transparent;inset-block-start:var(--cds--side-panel--title-stop)}.cds-custom--side-panel .cds-custom--side-panel__title-text{font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);line-height:var(--cds-heading-03-line-height,1.4);letter-spacing:var(--cds-heading-03-letter-spacing,0);padding-inline-end:var(--cds--side-panel--title-padding-right);opacity:calc(1 - var(--cds--side-panel--scroll-animation-progress))}.cds-custom--side-panel .cds-custom--side-panel__title--no-label .cds-custom--side-panel__title-text{transform:translateY(calc(-1 * 1rem * var(--cds--side-panel--scroll-animation-progress)))}.cds-custom--side-panel .cds-custom--side-panel__header--no-title-animation .cds-custom--side-panel__title-text,:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[no-title-animation] .cds-custom--side-panel__title-text{position:static}.cds-custom--side-panel .cds-custom--side-panel__label-text{font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px);opacity:calc(1 - var(--cds--side-panel--scroll-animation-progress));padding-inline-end:var(--cds--side-panel--title-padding-right)}.cds-custom--side-panel .cds-custom--side-panel__collapsed-title-text{font-size:var(--cds-heading-compact-02-font-size,1rem);font-weight:var(--cds-heading-compact-02-font-weight,600);line-height:var(--cds-heading-compact-02-line-height,1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing,0);padding-inline-end:var(--cds--side-panel--title-padding-right);position:absolute;inset-block-start:0;opacity:var(--cds--side-panel--scroll-animation-progress)}.cds-custom--side-panel .cds-custom--side-panel__title--no-label .cds-custom--side-panel__collapsed-title-text{transform:translateY(calc(1rem * (1 - var(--cds--side-panel--scroll-animation-progress))))}.cds-custom--side-panel .cds-custom--side-panel__subtitle-text{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);opacity:calc(1 - var(--cds--side-panel--scroll-animation-progress));padding-block-end:1rem;padding-inline-end:var(--cds--side-panel--title-padding-right)}.cds-custom--side-panel .cds-custom--side-panel__header--no-title-animation .cds-custom--side-panel__subtitle-text,:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[no-title-animation] .cds-custom--side-panel__subtitle-text{z-index:2;background-color:var(--cds-layer-01,#f4f4f4)}.cds-custom--side-panel .cds-custom--side-panel__title-text+.cds-custom--side-panel__subtitle-text{padding-block-start:1rem}.cds-custom--side-panel .cds-custom--side-panel__inner-content{padding:0 1rem 1rem}.cds-custom--side-panel .cds-custom--side-panel__inner-content--no-animated-title{padding-block-start:1rem}.cds-custom--side-panel .cds-custom--side-panel__header--has-action-toolbar+.cds-custom--side-panel__inner-content,.cds-custom--side-panel .cds-custom--side-panel__header:has(.cds-custom--side-panel__action-toolbar)+.cds-custom--side-panel__inner-content{padding-block-start:.5rem}.cds-custom--side-panel.cds-custom--side-panel--has-ai-label .cds-custom--side-panel--scrolls,.cds-custom--side-panel.cds-custom--side-panel--has-decorator .cds-custom--side-panel--scrolls,.cds-custom--side-panel.cds-custom--side-panel--has-slug .cds-custom--side-panel--scrolls,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--has-ai-label [scrolls],:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--has-decorator [scrolls],:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--has-slug [scrolls],:host(cds-custom-side-panel) .cds-custom--side-panel[has-slug] .cds-custom--side-panel--scrolls,:host(cds-custom-side-panel) .cds-custom--side-panel[has-slug] [scrolls]{background:linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)) 0,var(--cds-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,rgba(166,200,255,.64)),var(--cds-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1)),0 4px 10px 2px var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}.cds-custom--side-panel .cds-custom--side-panel__action-toolbar{position:sticky;z-index:4;display:flex;align-items:center;justify-content:flex-start;background-color:var(--cds-layer-01,#f4f4f4)}.cds-custom--side-panel .cds-custom--side-panel__action-toolbar-leading-button{margin-inline-end:.5rem}.cds-custom--side-panel .cds-custom--btn.cds-custom--side-panel__navigation-back-button{position:fixed;z-index:5;inset-block-start:0;inset-inline-start:0}.cds-custom--side-panel .cds-custom--btn.cds-custom--side-panel__close-button,.cds-custom--side-panel .cds-custom--btn.cds-custom--side-panel__navigation-back-button{display:flex;align-items:center;justify-content:center;padding:0;background-color:unset;block-size:2rem;color:var(--cds-text-primary,#161616);inline-size:2rem;min-block-size:0}.cds-custom--side-panel .cds-custom--btn.cds-custom--side-panel__close-button:hover,.cds-custom--side-panel .cds-custom--btn.cds-custom--side-panel__navigation-back-button:hover{background-color:var(--cds-background-hover,hsla(0,0%,55.3%,.12))}.cds-custom--side-panel .cds-custom--btn.cds-custom--side-panel__close-button .cds-custom--side-panel--btn__icon,.cds-custom--side-panel .cds-custom--btn.cds-custom--side-panel__navigation-back-button .cds-custom--side-panel--btn__icon{margin:0}.cds-custom--side-panel .cds-custom--btn--md.cds-custom--side-panel__close-button,.cds-custom--side-panel .cds-custom--btn--md.cds-custom--side-panel__navigation-back-button{block-size:2.5rem;inline-size:2.5rem}.cds-custom--side-panel .cds-custom--side-panel__ai-label-and-close,.cds-custom--side-panel .cds-custom--side-panel__decorator-and-close,.cds-custom--side-panel .cds-custom--side-panel__slug-and-close{position:absolute;z-index:10;display:flex;block-size:2rem;inset-block-start:0;inset-inline-end:0}@media (prefers-reduced-motion){.cds-custom--side-panel .cds-custom--side-panel__ai-label-and-close,.cds-custom--side-panel .cds-custom--side-panel__decorator-and-close,.cds-custom--side-panel .cds-custom--side-panel__slug-and-close{position:absolute}}.cds-custom--side-panel .cds-custom--side-panel__decorator-and-close .cds-custom--ai-label__button--xs{margin:.25rem}.cds-custom--side-panel .cds-custom--side-panel__actions-container{position:sticky;background-color:var(--cds-layer-01,#f4f4f4);border-block-start:1px solid var(--cds-border-subtle-01,#c6c6c6);inset-block-end:0}.cds-custom--side-panel .cds-custom--side-panel__actions-container.cds-custom--action-set--2xl .cds-custom--action-set__action-button{inline-size:100%;max-inline-size:100%}@media (min-width:42rem){.cds-custom--side-panel .cds-custom--side-panel__actions-container.cds-custom--action-set--2xl{flex-direction:row}.cds-custom--side-panel .cds-custom--side-panel__actions-container.cds-custom--action-set--2xl .cds-custom--action-set__action-button{inline-size:25%}}.cds-custom--side-panel .cds-custom--side-panel__actions-container .cds-custom--action-set__action-button.cds-custom--action-set__action-button{block-size:var(--cds--side-panel--actions-height)}.cds-custom--side-panel.cds-custom--side-panel.cds-custom--side-panel--xs .cds-custom--side-panel__actions-container.cds-custom--action-set--sm,:host(cds-custom-side-panel) .cds-custom--side-panel.cds-custom--side-panel--xs .cds-custom--side-panel__actions-container.cds-custom--action-set--sm,:host(cds-custom-side-panel) .cds-custom--side-panel[size=xs] .cds-custom--side-panel__actions-container.cds-custom--action-set--sm{inline-size:clamp(16rem,var(--cds-side-panel-modified-size,16rem),100%)}.cds-custom--side-panel .cds-custom--date-picker__input,.cds-custom--side-panel .cds-custom--dropdown,.cds-custom--side-panel .cds-custom--dropdown-list,.cds-custom--side-panel .cds-custom--multi-select,.cds-custom--side-panel .cds-custom--number input[type=number],.cds-custom--side-panel .cds-custom--search-input,.cds-custom--side-panel .cds-custom--select-input,.cds-custom--side-panel .cds-custom--text-area,.cds-custom--side-panel .cds-custom--text-input{background-color:var(--cds-field-02,#fff)}@keyframes side-panel-overlay-entrance{0%{opacity:0}to{opacity:1}}@keyframes side-panel-overlay-exit{0%{opacity:1}to{opacity:0}}.cds-custom--side-panel__visually-hidden{position:absolute;overflow:hidden;padding:0;border:0;margin:-1px;block-size:1px;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--side-panel__overlay{position:fixed;z-index:6000;animation:side-panel-overlay-entrance .15s cubic-bezier(0,0,.38,.9) forwards;background-color:var(--cds-overlay,rgba(0,0,0,.6));block-size:100%;inline-size:100%;inset:0}.cds-custom--side-panel__overlay--closing{animation:side-panel-overlay-exit .15s cubic-bezier(.2,0,1,.9) forwards}.cds-custom--side-panel--has-ai-label+.cds-custom--side-panel__overlay,.cds-custom--side-panel--has-decorator+.cds-custom--side-panel__overlay,.cds-custom--side-panel--has-slug+.cds-custom--side-panel__overlay,:host(cds-custom-side-panel) .cds-custom--side-panel[has-slug]+.cds-custom--side-panel__overlay{background-color:var(--cds-ai-overlay,rgba(0,17,65,.5))}.cds-custom--action-set,:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container{align-items:stretch;justify-content:flex-end;background-color:var(--cds-layer-01,#f4f4f4)}.cds-custom--action-set .cds-custom--action-set__action-button,:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container .cds-custom--action-set__action-button{font-size:var(--cds-body-short-01-font-size,.875rem);font-weight:var(--cds-body-short-01-font-weight,400);line-height:var(--cds-body-short-01-line-height,1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing,.16px);align-items:center;margin:0}.cds-custom--action-set .cds-custom--action-set__action-button.cds-custom--action-set__action-button--expressive,:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container .cds-custom--action-set__action-button.cds-custom--action-set__action-button--expressive{block-size:4rem;padding-block:1rem 2rem}.cds-custom--action-set.cds-custom--btn-set .cds-custom--action-set__action-button.cds-custom--btn,.cds-custom--action-set.cds-custom--btn-set .cds-custom--action-set__action-button.cds-custom--btn.cds-custom--btn--expressive,:host(cds-custom-side-panel) .cds-custom--btn-set.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button.cds-custom--btn{max-inline-size:none}.cds-custom--action-set:not(.cds-custom--action-set--stacking) .cds-custom--action-set__action-button--ghost,:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container:not(.cds-custom--action-set--stacking) .cds-custom--action-set__action-button--ghost{padding-inline-start:1rem}.cds-custom--action-set.cds-custom--action-set--row-single .cds-custom--action-set__action-button--ghost,.cds-custom--action-set.cds-custom--action-set--row-single.cds-custom--action-set--md .cds-custom--action-set__action-button,:host(cds-custom-side-panel) .cds-custom--action-set--row-single.cds-custom--action-set--md.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button,:host(cds-custom-side-panel) .cds-custom--action-set--row-single.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button--ghost{flex:0 0 100%}.cds-custom--action-set.cds-custom--action-set--row-double .cds-custom--action-set__action-button--ghost,:host(cds-custom-side-panel) .cds-custom--action-set--row-double.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button--ghost{flex:1 1 75%}.cds-custom--action-set.cds-custom--action-set--row-double.cds-custom--action-set--lg .cds-custom--action-set__action-button,.cds-custom--action-set.cds-custom--action-set--row-double.cds-custom--action-set--md .cds-custom--action-set__action-button,.cds-custom--action-set.cds-custom--action-set--row-single.cds-custom--action-set--lg .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost),.cds-custom--action-set.cds-custom--action-set--row-triple .cds-custom--action-set__action-button--ghost,:host(cds-custom-side-panel) .cds-custom--action-set--row-double.cds-custom--action-set--lg.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button,:host(cds-custom-side-panel) .cds-custom--action-set--row-double.cds-custom--action-set--md.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button,:host(cds-custom-side-panel) .cds-custom--action-set--row-single.cds-custom--action-set--lg.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost),:host(cds-custom-side-panel) .cds-custom--action-set--row-triple.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button--ghost{flex:0 1 50%}.cds-custom--action-set.cds-custom--action-set--row-triple .cds-custom--action-set__action-button--ghost,:host(cds-custom-side-panel) .cds-custom--action-set--row-triple.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button--ghost{flex:1 1 50%}.cds-custom--action-set.cds-custom--btn-set.cds-custom--action-set--2xl .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost),.cds-custom--action-set.cds-custom--btn-set.cds-custom--action-set--row-quadruple .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost),.cds-custom--action-set.cds-custom--btn-set.cds-custom--action-set--row-triple.cds-custom--action-set--lg .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost),.cds-custom--action-set.cds-custom--btn-set.cds-custom--action-set--xl .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost),:host(cds-custom-side-panel) .cds-custom--btn-set.cds-custom--action-set--2xl.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost),:host(cds-custom-side-panel) .cds-custom--btn-set.cds-custom--action-set--row-quadruple.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost),:host(cds-custom-side-panel) .cds-custom--btn-set.cds-custom--action-set--row-triple.cds-custom--action-set--lg.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost),:host(cds-custom-side-panel) .cds-custom--btn-set.cds-custom--action-set--xl.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button:not(.cds-custom--action-set__action-button--ghost){flex:0 1 25%;max-inline-size:14.5rem}.cds-custom--action-set.cds-custom--btn-set.cds-custom--action-set--row-quadruple .cds-custom--action-set__action-button--ghost,:host(cds-custom-side-panel) .cds-custom--btn-set.cds-custom--action-set--row-quadruple.cds-custom--side-panel__actions-container .cds-custom--action-set__action-button--ghost{flex:1 1 25%}.cds-custom--action-set .cds-custom--action-set__action-button .cds-custom--inline-loading,:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container .cds-custom--action-set__action-button .cds-custom--inline-loading{position:absolute;inline-size:2rem;inset-block-start:0;inset-inline-end:0}:host(cds-custom-side-panel){--cds--side-panel--displaced:100%}:host(cds-custom-side-panel) *{box-sizing:border-box}:host(cds-custom-side-panel) .cds-custom--side-panel{container-name:side-panel;container-type:inline-size}:host(cds-custom-side-panel) .cds-custom--side-panel[placement=left]{--cds--side-panel--displaced:-100%}:host(cds-custom-side-panel) .cds-custom--side-panel[opening]{transform:translateX(var(--cds--side-panel--displaced))}:host(cds-custom-side-panel) .cds-custom--side-panel[open]{transform:translateX(0);transition:all .24s cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){:host(cds-custom-side-panel) .cds-custom--side-panel[open]{transition:none}}:host(cds-custom-side-panel) .cds-custom--side-panel[closing]{transform:translateX(var(--cds--side-panel--displaced));transition:all .15s cubic-bezier(.2,0,1,.9)}@media screen and (prefers-reduced-motion:reduce){:host(cds-custom-side-panel) .cds-custom--side-panel[closing]{transition:none}}:host(cds-custom-side-panel) .cds-custom--side-panel[placement=right]{border-inline-end:none;inset-inline-end:0}:host(cds-custom-side-panel) .cds-custom--side-panel[placement=left]{border-inline-end:1px solid var(--cds-border-subtle-01,#c6c6c6);inset-inline-start:0}:host(cds-custom-side-panel) cds-custom-layer{display:contents}:host(cds-custom-side-panel) .cds-custom--side-panel__overlay[opening]{opacity:0}@media screen and (prefers-reduced-motion:reduce){:host(cds-custom-side-panel) .cds-custom--side-panel__overlay[open]{opacity:1;transition:none}}:host(cds-custom-side-panel) .cds-custom--side-panel__overlay[open]{opacity:1;transition:all .24s cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){:host(cds-custom-side-panel) .cds-custom--side-panel__overlay[closing]{opacity:0;transition:none}}:host(cds-custom-side-panel) .cds-custom--side-panel__overlay[closing]{opacity:0;transition:all .15s cubic-bezier(.2,0,1,.9)}:host(cds-custom-side-panel) .cds-custom--side-panel[slide-in]:not(.cds-custom--side-panel__overlay){box-shadow:none}:host(cds-custom-side-panel) .cds-custom--side-panel__header:before{z-index:99}:host(cds-custom-side-panel) .cds-custom--side-panel__header[has-action-toolbar]{margin-block-end:.5rem;padding-block-end:0}:host(cds-custom-side-panel) .cds-custom--side-panel .cds-custom--side-panel__header[has-action-toolbar]:before{content:normal}:host(cds-custom-side-panel) .cds-custom--side-panel__custom-header-wrapper--hidden{position:absolute;overflow:hidden;padding:0;border:0;margin:-1px;block-size:1px;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}:host(cds-custom-side-panel) .cds-custom--side-panel__title-text{padding-inline-end:0}:host(cds-custom-side-panel) .cds-custom--side-panel__subtitle-text[hidden]{display:none}:host(cds-custom-side-panel) .cds-custom--side-panel__action-toolbar{margin-block-end:0;padding-inline-start:0}:host(cds-custom-side-panel) .cds-custom--side-panel__action-toolbar ::slotted(.cds-custom--side-panel__action-toolbar-leading-button){margin-inline-end:.5rem}:host(cds-custom-side-panel) .cds-custom--side-panel[has-slug] [scrolls]{background:linear-gradient(to top,var(--cds-layer) 0,var(--cds-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-layer),var(--cds-layer)) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,rgba(166,200,255,.64)),var(--cds-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-layer),var(--cds-layer)) border-box;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1))}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container{inline-size:100%}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[hidden]{display:none}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[actions-multiple=single] ::slotted(cds-custom-button){flex:0 0 100%;max-inline-size:none}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[actions-multiple=double] ::slotted(cds-custom-button){flex:0 1 50%;max-inline-size:none}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[actions-multiple=triple] ::slotted(cds-custom-button){flex:0 1 33.33%;max-inline-size:none}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container{--flex-direction:row;flex-direction:var(--flex-direction)}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container ::slotted(cds-custom-button){flex:0 1 25%;max-inline-size:14.5rem}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container ::slotted(cds-custom-button[kind=ghost]){flex:1 1 25%;max-inline-size:none}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container ::slotted(cds-custom-button[hidden]){display:none}@container (width <= 40rem){:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[actions-multiple=double] ::slotted(cds-custom-button){flex:0 1 50%;max-inline-size:none}}@container (width <= 30rem){:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[actions-multiple] ::slotted(cds-custom-button){flex:0 0 100%;max-inline-size:none}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[actions-multiple=double] ::slotted(cds-custom-button){flex:0 1 50%;max-inline-size:none}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[actions-multiple=triple]{--flex-direction:column-reverse}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container[actions-multiple=triple] ::slotted(cds-custom-button){flex:initial;inline-size:100%;max-inline-size:none}}@container (width <= 20rem){:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container{--flex-direction:column-reverse}:host(cds-custom-side-panel) .cds-custom--side-panel__actions-container ::slotted(cds-custom-button){flex:initial;inline-size:100%;max-inline-size:none}}:host(cds-custom-side-panel) .cds-custom--side-panel__close-button{inline-size:2rem}:host(cds-custom-side-panel) .cds-custom--side-panel__resizer{position:absolute;z-index:9000;inset-block-end:0;inset-block-start:0;--resizer-thickness:4px;--resizer-grab-thickness:4px;--resizer-grab-color:transparent}:host(cds-custom-side-panel) .cds-custom--side-panel[placement=right] .cds-custom--side-panel__resizer{inset-inline-start:0}:host(cds-custom-side-panel) .cds-custom--side-panel[placement=left] .cds-custom--side-panel__resizer{inset-inline-end:0}"]);
|
|
11
11
|
//#endregion
|
|
12
12
|
export { side_panel_default as default };
|
|
13
13
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
import { css } from "lit";
|
|
9
9
|
//#region src/components/skeleton-icon/skeleton-icon.scss?lit
|
|
10
|
-
var skeleton_icon_default = css(["@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}@keyframes ai-skeleton-animation{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.cds-custom--icon--skeleton,:host(cds-custom-skeleton-icon){position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--icon--skeleton:active,.cds-custom--icon--skeleton:focus,.cds-custom--icon--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--icon--skeleton:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--icon--skeleton:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--icon--skeleton,:host(cds-custom-skeleton-icon){background:CanvasText}.cds-custom--icon--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--icon--skeleton,:host(cds-custom-skeleton-icon){display:inline-block;block-size:1rem;inline-size:1rem}.cds-custom--skeleton__placeholder{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--skeleton__placeholder:active,.cds-custom--skeleton__placeholder:focus,.cds-custom--skeleton__placeholder:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton__placeholder:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton__placeholder:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton__placeholder{background:CanvasText}.cds-custom--skeleton__placeholder:before{background:Canvas;forced-color-adjust:none}}.cds-custom--skeleton__placeholder{block-size:6.25rem;inline-size:6.25rem}.cds-custom--skeleton__text{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--skeleton__text:active,.cds-custom--skeleton__text:focus,.cds-custom--skeleton__text:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton__text:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton__text:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton__text{background:CanvasText}.cds-custom--skeleton__text:before{background:Canvas;forced-color-adjust:none}}.cds-custom--skeleton__text{block-size:1rem;inline-size:100%;margin-block-end:.5rem}.cds-custom--skeleton__heading{block-size:1.5rem}.cds-custom--skeleton__icon--ai,.cds-custom--skeleton__placeholder--ai,.cds-custom--skeleton__text--ai{overflow:hidden;background:var(--cds-ai-skeleton-background,#d0e2ff)}.cds-custom--skeleton__icon--ai:before,.cds-custom--skeleton__placeholder--ai:before,.cds-custom--skeleton__text--ai:before{animation:ai-skeleton-animation 1.25s ease-in-out infinite;background:linear-gradient(90deg,rgba(69,137,255,0)
|
|
10
|
+
var skeleton_icon_default = css(["@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}@keyframes ai-skeleton-animation{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.cds-custom--icon--skeleton,:host(cds-custom-skeleton-icon){position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--icon--skeleton:active,.cds-custom--icon--skeleton:focus,.cds-custom--icon--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--icon--skeleton:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--icon--skeleton:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--icon--skeleton,:host(cds-custom-skeleton-icon){background:CanvasText}.cds-custom--icon--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--icon--skeleton,:host(cds-custom-skeleton-icon){display:inline-block;block-size:1rem;inline-size:1rem}.cds-custom--skeleton__placeholder{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--skeleton__placeholder:active,.cds-custom--skeleton__placeholder:focus,.cds-custom--skeleton__placeholder:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton__placeholder:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton__placeholder:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton__placeholder{background:CanvasText}.cds-custom--skeleton__placeholder:before{background:Canvas;forced-color-adjust:none}}.cds-custom--skeleton__placeholder{block-size:6.25rem;inline-size:6.25rem}.cds-custom--skeleton__text{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--skeleton__text:active,.cds-custom--skeleton__text:focus,.cds-custom--skeleton__text:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton__text:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton__text:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton__text{background:CanvasText}.cds-custom--skeleton__text:before{background:Canvas;forced-color-adjust:none}}.cds-custom--skeleton__text{block-size:1rem;inline-size:100%;margin-block-end:.5rem}.cds-custom--skeleton__heading{block-size:1.5rem}.cds-custom--skeleton__icon--ai,.cds-custom--skeleton__placeholder--ai,.cds-custom--skeleton__text--ai{overflow:hidden;background:var(--cds-ai-skeleton-background,#d0e2ff)}.cds-custom--skeleton__icon--ai:before,.cds-custom--skeleton__placeholder--ai:before,.cds-custom--skeleton__text--ai:before{animation:ai-skeleton-animation 1.25s ease-in-out infinite;background:linear-gradient(90deg,rgba(69,137,255,0),rgba(69,137,255,.5) 50%,rgba(69,137,255,0))}.cds-custom--skeleton__icon--ai:before,.cds-custom--skeleton__placeholder--ai:before{inline-size:200%}.cds-custom--skeleton__placeholder--ai{border-radius:.5rem}.cds-custom--skeleton__text--ai{border-radius:1rem}.cds-custom--skeleton__icon--ai{border-radius:.125rem}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton__icon--ai,.cds-custom--skeleton__placeholder--ai,.cds-custom--skeleton__text--ai{background:CanvasText}.cds-custom--skeleton__icon--ai:before,.cds-custom--skeleton__placeholder--ai:before,.cds-custom--skeleton__text--ai:before{background:Canvas}}:host(cds-custom-skeleton-icon){position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}:host(cds-custom-skeleton-icon):active,:host(cds-custom-skeleton-icon):focus,:host(cds-custom-skeleton-icon):hover{border:none;cursor:default;outline:none}:host(cds-custom-skeleton-icon):before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){:host(cds-custom-skeleton-icon):before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){:host(cds-custom-skeleton-icon){background:CanvasText}:host(cds-custom-skeleton-icon):before{background:Canvas;forced-color-adjust:none}}"]);
|
|
11
11
|
//#endregion
|
|
12
12
|
export { skeleton_icon_default as default };
|
|
13
13
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
import { css } from "lit";
|
|
9
9
|
//#region src/components/skeleton-placeholder/skeleton-placeholder.scss?lit
|
|
10
|
-
var skeleton_placeholder_default = css(["@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}@keyframes ai-skeleton-animation{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.cds-custom--icon--skeleton{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--icon--skeleton:active,.cds-custom--icon--skeleton:focus,.cds-custom--icon--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--icon--skeleton:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--icon--skeleton:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--icon--skeleton{background:CanvasText}.cds-custom--icon--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--icon--skeleton{display:inline-block;block-size:1rem;inline-size:1rem}.cds-custom--skeleton__placeholder{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--skeleton__placeholder:active,.cds-custom--skeleton__placeholder:focus,.cds-custom--skeleton__placeholder:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton__placeholder:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton__placeholder:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton__placeholder{background:CanvasText}.cds-custom--skeleton__placeholder:before{background:Canvas;forced-color-adjust:none}}.cds-custom--skeleton__placeholder{block-size:6.25rem;inline-size:6.25rem}.cds-custom--skeleton__text{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--skeleton__text:active,.cds-custom--skeleton__text:focus,.cds-custom--skeleton__text:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton__text:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton__text:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton__text{background:CanvasText}.cds-custom--skeleton__text:before{background:Canvas;forced-color-adjust:none}}.cds-custom--skeleton__text{block-size:1rem;inline-size:100%;margin-block-end:.5rem}.cds-custom--skeleton__heading{block-size:1.5rem}.cds-custom--skeleton__icon--ai,.cds-custom--skeleton__placeholder--ai,.cds-custom--skeleton__text--ai{overflow:hidden;background:var(--cds-ai-skeleton-background,#d0e2ff)}.cds-custom--skeleton__icon--ai:before,.cds-custom--skeleton__placeholder--ai:before,.cds-custom--skeleton__text--ai:before{animation:ai-skeleton-animation 1.25s ease-in-out infinite;background:linear-gradient(90deg,rgba(69,137,255,0)
|
|
10
|
+
var skeleton_placeholder_default = css(["@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}@keyframes ai-skeleton-animation{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.cds-custom--icon--skeleton{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--icon--skeleton:active,.cds-custom--icon--skeleton:focus,.cds-custom--icon--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--icon--skeleton:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--icon--skeleton:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--icon--skeleton{background:CanvasText}.cds-custom--icon--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--icon--skeleton{display:inline-block;block-size:1rem;inline-size:1rem}.cds-custom--skeleton__placeholder{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--skeleton__placeholder:active,.cds-custom--skeleton__placeholder:focus,.cds-custom--skeleton__placeholder:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton__placeholder:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton__placeholder:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton__placeholder{background:CanvasText}.cds-custom--skeleton__placeholder:before{background:Canvas;forced-color-adjust:none}}.cds-custom--skeleton__placeholder{block-size:6.25rem;inline-size:6.25rem}.cds-custom--skeleton__text{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--skeleton__text:active,.cds-custom--skeleton__text:focus,.cds-custom--skeleton__text:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton__text:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton__text:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton__text{background:CanvasText}.cds-custom--skeleton__text:before{background:Canvas;forced-color-adjust:none}}.cds-custom--skeleton__text{block-size:1rem;inline-size:100%;margin-block-end:.5rem}.cds-custom--skeleton__heading{block-size:1.5rem}.cds-custom--skeleton__icon--ai,.cds-custom--skeleton__placeholder--ai,.cds-custom--skeleton__text--ai{overflow:hidden;background:var(--cds-ai-skeleton-background,#d0e2ff)}.cds-custom--skeleton__icon--ai:before,.cds-custom--skeleton__placeholder--ai:before,.cds-custom--skeleton__text--ai:before{animation:ai-skeleton-animation 1.25s ease-in-out infinite;background:linear-gradient(90deg,rgba(69,137,255,0),rgba(69,137,255,.5) 50%,rgba(69,137,255,0))}.cds-custom--skeleton__icon--ai:before,.cds-custom--skeleton__placeholder--ai:before{inline-size:200%}.cds-custom--skeleton__placeholder--ai{border-radius:.5rem}.cds-custom--skeleton__text--ai{border-radius:1rem}.cds-custom--skeleton__icon--ai{border-radius:.125rem}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton__icon--ai,.cds-custom--skeleton__placeholder--ai,.cds-custom--skeleton__text--ai{background:CanvasText}.cds-custom--skeleton__icon--ai:before,.cds-custom--skeleton__placeholder--ai:before,.cds-custom--skeleton__text--ai:before{background:Canvas}}"]);
|
|
11
11
|
//#endregion
|
|
12
12
|
export { skeleton_placeholder_default as default };
|
|
13
13
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
import { css } from "lit";
|
|
9
9
|
//#region src/components/skeleton-text/skeleton-text.scss?lit
|
|
10
|
-
var skeleton_text_default = css(["@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}@keyframes ai-skeleton-animation{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.cds-custom--icon--skeleton{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--icon--skeleton:active,.cds-custom--icon--skeleton:focus,.cds-custom--icon--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--icon--skeleton:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--icon--skeleton:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--icon--skeleton{background:CanvasText}.cds-custom--icon--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--icon--skeleton{display:inline-block;block-size:1rem;inline-size:1rem}.cds-custom--skeleton__placeholder{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--skeleton__placeholder:active,.cds-custom--skeleton__placeholder:focus,.cds-custom--skeleton__placeholder:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton__placeholder:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton__placeholder:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton__placeholder{background:CanvasText}.cds-custom--skeleton__placeholder:before{background:Canvas;forced-color-adjust:none}}.cds-custom--skeleton__placeholder{block-size:6.25rem;inline-size:6.25rem}.cds-custom--skeleton__text{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--skeleton__text:active,.cds-custom--skeleton__text:focus,.cds-custom--skeleton__text:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton__text:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton__text:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton__text{background:CanvasText}.cds-custom--skeleton__text:before{background:Canvas;forced-color-adjust:none}}.cds-custom--skeleton__text{block-size:1rem;inline-size:100%;margin-block-end:.5rem}.cds-custom--skeleton__heading{block-size:1.5rem}.cds-custom--skeleton__icon--ai,.cds-custom--skeleton__placeholder--ai,.cds-custom--skeleton__text--ai{overflow:hidden;background:var(--cds-ai-skeleton-background,#d0e2ff)}.cds-custom--skeleton__icon--ai:before,.cds-custom--skeleton__placeholder--ai:before,.cds-custom--skeleton__text--ai:before{animation:ai-skeleton-animation 1.25s ease-in-out infinite;background:linear-gradient(90deg,rgba(69,137,255,0)
|
|
10
|
+
var skeleton_text_default = css(["@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}@keyframes ai-skeleton-animation{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.cds-custom--icon--skeleton{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--icon--skeleton:active,.cds-custom--icon--skeleton:focus,.cds-custom--icon--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--icon--skeleton:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--icon--skeleton:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--icon--skeleton{background:CanvasText}.cds-custom--icon--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--icon--skeleton{display:inline-block;block-size:1rem;inline-size:1rem}.cds-custom--skeleton__placeholder{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--skeleton__placeholder:active,.cds-custom--skeleton__placeholder:focus,.cds-custom--skeleton__placeholder:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton__placeholder:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton__placeholder:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton__placeholder{background:CanvasText}.cds-custom--skeleton__placeholder:before{background:Canvas;forced-color-adjust:none}}.cds-custom--skeleton__placeholder{block-size:6.25rem;inline-size:6.25rem}.cds-custom--skeleton__text{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--skeleton__text:active,.cds-custom--skeleton__text:focus,.cds-custom--skeleton__text:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton__text:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton__text:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton__text{background:CanvasText}.cds-custom--skeleton__text:before{background:Canvas;forced-color-adjust:none}}.cds-custom--skeleton__text{block-size:1rem;inline-size:100%;margin-block-end:.5rem}.cds-custom--skeleton__heading{block-size:1.5rem}.cds-custom--skeleton__icon--ai,.cds-custom--skeleton__placeholder--ai,.cds-custom--skeleton__text--ai{overflow:hidden;background:var(--cds-ai-skeleton-background,#d0e2ff)}.cds-custom--skeleton__icon--ai:before,.cds-custom--skeleton__placeholder--ai:before,.cds-custom--skeleton__text--ai:before{animation:ai-skeleton-animation 1.25s ease-in-out infinite;background:linear-gradient(90deg,rgba(69,137,255,0),rgba(69,137,255,.5) 50%,rgba(69,137,255,0))}.cds-custom--skeleton__icon--ai:before,.cds-custom--skeleton__placeholder--ai:before{inline-size:200%}.cds-custom--skeleton__placeholder--ai{border-radius:.5rem}.cds-custom--skeleton__text--ai{border-radius:1rem}.cds-custom--skeleton__icon--ai{border-radius:.125rem}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton__icon--ai,.cds-custom--skeleton__placeholder--ai,.cds-custom--skeleton__text--ai{background:CanvasText}.cds-custom--skeleton__icon--ai:before,.cds-custom--skeleton__placeholder--ai:before,.cds-custom--skeleton__text--ai:before{background:Canvas}}:host(cds-custom-skeleton-text){display:block;inline-size:100%}:host(cds-custom-skeleton-text) .cds-custom--skeleton__text{margin-block-start:0}"]);
|
|
11
11
|
//#endregion
|
|
12
12
|
export { skeleton_text_default as default };
|
|
13
13
|
|