@cloudscape-design/components 3.0.996 → 3.0.997
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/alert/actions-wrapper/index.d.ts +22 -14
- package/alert/analytics-metadata/interfaces.d.ts +14 -15
- package/alert/index.d.ts +1 -2
- package/alert/interfaces.d.ts +86 -87
- package/alert/internal.d.ts +3 -4
- package/anchor-navigation/anchor-item/index.d.ts +13 -8
- package/anchor-navigation/index.d.ts +4 -2
- package/anchor-navigation/interfaces.d.ts +55 -56
- package/anchor-navigation/internal.d.ts +10 -2
- package/anchor-navigation/use-scroll-spy.d.ts +9 -6
- package/anchor-navigation/utils.d.ts +3 -4
- package/annotation-context/annotation/annotation-icon.d.ts +5 -4
- package/annotation-context/annotation/annotation-popover.d.ts +35 -19
- package/annotation-context/annotation/annotation-trigger.d.ts +6 -7
- package/annotation-context/annotation/closed-annotation.d.ts +15 -9
- package/annotation-context/annotation/open-annotation.d.ts +33 -18
- package/annotation-context/annotation/styles.css.js +24 -24
- package/annotation-context/annotation/styles.scoped.css +32 -32
- package/annotation-context/annotation/styles.selectors.js +24 -24
- package/annotation-context/context.d.ts +8 -9
- package/annotation-context/index.d.ts +9 -2
- package/annotation-context/interfaces.d.ts +67 -68
- package/annotation-context/utils.d.ts +9 -10
- package/app-layout/classic.d.ts +14 -15
- package/app-layout/content-wrapper/index.d.ts +10 -11
- package/app-layout/defaults.d.ts +4 -5
- package/app-layout/drawer/drawers-helpers.d.ts +6 -7
- package/app-layout/drawer/index.d.ts +10 -2
- package/app-layout/drawer/interfaces.d.ts +50 -51
- package/app-layout/drawer/overflow-menu.d.ts +14 -9
- package/app-layout/drawer/resizable-drawer.d.ts +9 -2
- package/app-layout/index.d.ts +1 -2
- package/app-layout/interfaces.d.ts +294 -296
- package/app-layout/internal.d.ts +14 -15
- package/app-layout/mobile-toolbar/index.d.ts +34 -20
- package/app-layout/notifications/index.d.ts +7 -8
- package/app-layout/notifications/styles.css.js +3 -3
- package/app-layout/notifications/styles.scoped.css +7 -7
- package/app-layout/notifications/styles.selectors.js +3 -3
- package/app-layout/runtime-drawer/index.d.ts +5 -6
- package/app-layout/runtime-drawer/use-runtime-drawer-context.d.ts +5 -4
- package/app-layout/split-panel/constants.d.ts +1 -2
- package/app-layout/split-panel/drawer.d.ts +7 -5
- package/app-layout/split-panel/index.d.ts +1 -2
- package/app-layout/split-panel/provider.d.ts +14 -7
- package/app-layout/split-panel/split-panel-forced-position.d.ts +7 -5
- package/app-layout/toggles/index.d.ts +21 -22
- package/app-layout/toggles/interfaces.d.ts +11 -12
- package/app-layout/utils/feature-flags.d.ts +1 -2
- package/app-layout/utils/interfaces.d.ts +5 -6
- package/app-layout/utils/sticky-offsets.d.ts +2 -3
- package/app-layout/utils/use-app-layout-placement.d.ts +6 -7
- package/app-layout/utils/use-drawers.d.ts +48 -35
- package/app-layout/utils/use-focus-control.d.ts +15 -16
- package/app-layout/utils/use-keyboard-events.d.ts +8 -5
- package/app-layout/utils/use-observed-element.d.ts +1 -2
- package/app-layout/utils/use-pointer-events.d.ts +6 -2
- package/app-layout/utils/use-resize.d.ts +22 -15
- package/app-layout/utils/use-split-panel-focus-control.d.ts +9 -10
- package/app-layout/utils/visibility-context.d.ts +1 -2
- package/app-layout/visual-refresh/background.d.ts +1 -2
- package/app-layout/visual-refresh/breadcrumbs.d.ts +1 -2
- package/app-layout/visual-refresh/context.d.ts +55 -56
- package/app-layout/visual-refresh/drawers.d.ts +1 -2
- package/app-layout/visual-refresh/header.d.ts +1 -2
- package/app-layout/visual-refresh/index.d.ts +14 -15
- package/app-layout/visual-refresh/layout.d.ts +5 -4
- package/app-layout/visual-refresh/main.d.ts +1 -2
- package/app-layout/visual-refresh/mobile-toolbar.d.ts +1 -2
- package/app-layout/visual-refresh/navigation.d.ts +1 -2
- package/app-layout/visual-refresh/notifications.d.ts +1 -2
- package/app-layout/visual-refresh/split-panel.d.ts +6 -5
- package/app-layout/visual-refresh/styles.css.js +86 -86
- package/app-layout/visual-refresh/styles.scoped.css +258 -258
- package/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/app-layout/visual-refresh/tools.d.ts +5 -4
- package/app-layout/visual-refresh/trigger-button.d.ts +19 -20
- package/app-layout/visual-refresh/use-background-overlap.d.ts +11 -8
- package/app-layout/visual-refresh-toolbar/compute-layout.d.ts +67 -44
- package/app-layout/visual-refresh-toolbar/contexts.d.ts +2 -3
- package/app-layout/visual-refresh-toolbar/drawer/global-drawer.d.ts +9 -6
- package/app-layout/visual-refresh-toolbar/drawer/global-drawers.d.ts +5 -4
- package/app-layout/visual-refresh-toolbar/drawer/index.d.ts +1 -2
- package/app-layout/visual-refresh-toolbar/drawer/local-drawer.d.ts +5 -4
- package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +17 -17
- package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +39 -39
- package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +17 -17
- package/app-layout/visual-refresh-toolbar/drawer/use-resize.d.ts +19 -13
- package/app-layout/visual-refresh-toolbar/index.d.ts +1 -2
- package/app-layout/visual-refresh-toolbar/interfaces.d.ts +52 -53
- package/app-layout/visual-refresh-toolbar/internal.d.ts +1 -2
- package/app-layout/visual-refresh-toolbar/multi-layout.d.ts +26 -27
- package/app-layout/visual-refresh-toolbar/navigation/index.d.ts +5 -4
- package/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
- package/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +7 -7
- package/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
- package/app-layout/visual-refresh-toolbar/notifications/index.d.ts +7 -5
- package/app-layout/visual-refresh-toolbar/skeleton/breadcrumbs/index.d.ts +7 -5
- package/app-layout/visual-refresh-toolbar/skeleton/index.d.ts +12 -13
- package/app-layout/visual-refresh-toolbar/skeleton/slot-skeletons.d.ts +1 -2
- package/app-layout/visual-refresh-toolbar/skeleton/slot-wrappers.d.ts +7 -8
- package/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +21 -21
- package/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +45 -45
- package/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +21 -21
- package/app-layout/visual-refresh-toolbar/split-panel/index.d.ts +17 -10
- package/app-layout/visual-refresh-toolbar/toolbar/drawer-triggers.d.ts +42 -25
- package/app-layout/visual-refresh-toolbar/toolbar/index.d.ts +27 -25
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.d.ts +47 -48
- package/app-layout-toolbar/analytics-metadata/interfaces.d.ts +11 -12
- package/app-layout-toolbar/index.d.ts +1 -2
- package/app-layout-toolbar/interfaces.d.ts +46 -48
- package/area-chart/async-store/index.d.ts +11 -12
- package/area-chart/chart-container.d.ts +34 -8
- package/area-chart/elements/area-chart-filter.d.ts +11 -7
- package/area-chart/elements/area-chart-legend.d.ts +11 -7
- package/area-chart/elements/area-series.d.ts +8 -5
- package/area-chart/elements/chart-popover.d.ts +15 -9
- package/area-chart/elements/data-series.d.ts +5 -4
- package/area-chart/elements/highlighted-point.d.ts +3 -4
- package/area-chart/elements/threshold-series.d.ts +10 -6
- package/area-chart/elements/use-highlight-details.d.ts +22 -17
- package/area-chart/elements/vertical-marker.d.ts +5 -4
- package/area-chart/index.d.ts +10 -3
- package/area-chart/interfaces.d.ts +51 -52
- package/area-chart/internal.d.ts +38 -3
- package/area-chart/model/compute-chart-props.d.ts +30 -22
- package/area-chart/model/create-series-decorator.d.ts +1 -2
- package/area-chart/model/index.d.ts +72 -73
- package/area-chart/model/interactions-store.d.ts +15 -16
- package/area-chart/model/use-chart-model.d.ts +32 -17
- package/area-chart/model/use-filter-props.d.ts +1 -2
- package/area-chart/model/use-highlight-props.d.ts +1 -2
- package/area-chart/model/utils.d.ts +4 -5
- package/attribute-editor/additional-info.d.ts +7 -5
- package/attribute-editor/grid-defaults.d.ts +1 -2
- package/attribute-editor/index.d.ts +1 -2
- package/attribute-editor/interfaces.d.ts +148 -149
- package/attribute-editor/internal.d.ts +1 -2
- package/attribute-editor/row.d.ts +13 -14
- package/attribute-editor/utils.d.ts +3 -4
- package/autosuggest/analytics-metadata/interfaces.d.ts +6 -7
- package/autosuggest/autosuggest-option.d.ts +12 -13
- package/autosuggest/index.d.ts +1 -2
- package/autosuggest/interfaces.d.ts +118 -119
- package/autosuggest/internal.d.ts +2 -4
- package/autosuggest/load-more-controller.d.ts +13 -10
- package/autosuggest/options-controller.d.ts +24 -17
- package/autosuggest/options-list.d.ts +28 -14
- package/autosuggest/plain-list.d.ts +23 -15
- package/autosuggest/utils/utils.d.ts +1 -2
- package/autosuggest/virtual-list.d.ts +11 -3
- package/badge/index.d.ts +5 -2
- package/badge/interfaces.d.ts +9 -10
- package/bar-chart/index.d.ts +14 -3
- package/bar-chart/interfaces.d.ts +27 -28
- package/box/index.d.ts +6 -2
- package/box/interfaces.d.ts +130 -131
- package/box/internal.d.ts +16 -3
- package/breadcrumb-group/all-items-dropdown.d.ts +13 -10
- package/breadcrumb-group/analytics-metadata/interfaces.d.ts +17 -18
- package/breadcrumb-group/implementation.d.ts +11 -3
- package/breadcrumb-group/index.d.ts +4 -2
- package/breadcrumb-group/interfaces.d.ts +56 -59
- package/breadcrumb-group/internal.d.ts +1 -2
- package/breadcrumb-group/item/funnel.d.ts +6 -7
- package/breadcrumb-group/item/item.d.ts +9 -2
- package/breadcrumb-group/skeleton.d.ts +2 -3
- package/breadcrumb-group/utils.d.ts +5 -6
- package/button/analytics-metadata/interfaces.d.ts +12 -13
- package/button/icon-helper.d.ts +11 -12
- package/button/index.d.ts +1 -2
- package/button/index.d.ts.map +1 -1
- package/button/index.js +11 -13
- package/button/interfaces.d.ts +202 -169
- package/button/interfaces.d.ts.map +1 -1
- package/button/interfaces.js.map +1 -1
- package/button/internal-do-not-use-core.js +20 -0
- package/button/internal-do-not-use-core.js.map +1 -0
- package/button/internal.d.ts +19 -20
- package/button/internal.d.ts.map +1 -1
- package/button/internal.js +27 -3
- package/button/internal.js.map +1 -1
- package/button/styles.css.js +22 -22
- package/button/styles.scoped.css +211 -210
- package/button/styles.selectors.js +22 -22
- package/button-dropdown/analytics-metadata/interfaces.d.ts +26 -27
- package/button-dropdown/category-elements/category-element.d.ts +15 -3
- package/button-dropdown/category-elements/expandable-category-element.d.ts +16 -3
- package/button-dropdown/category-elements/mobile-expandable-category-element.d.ts +15 -3
- package/button-dropdown/index.d.ts +1 -2
- package/button-dropdown/interfaces.d.ts +256 -257
- package/button-dropdown/internal.d.ts +1 -2
- package/button-dropdown/item-element/index.d.ts +15 -3
- package/button-dropdown/items-list.d.ts +19 -2
- package/button-dropdown/mobile-expandable-group/mobile-expandable-group.d.ts +18 -15
- package/button-dropdown/tooltip.d.ts +11 -7
- package/button-dropdown/utils/create-items-tree.d.ts +5 -6
- package/button-dropdown/utils/menu-item.d.ts +5 -6
- package/button-dropdown/utils/move-highlight.d.ts +17 -12
- package/button-dropdown/utils/use-button-dropdown.d.ts +25 -18
- package/button-dropdown/utils/use-highlighted-menu.d.ts +14 -11
- package/button-dropdown/utils/utils.d.ts +1 -2
- package/button-group/analytics-metadata/interfaces.d.ts +3 -4
- package/button-group/file-input-item.d.ts +5 -6
- package/button-group/icon-button-item.d.ts +6 -7
- package/button-group/icon-toggle-button-item.d.ts +6 -7
- package/button-group/index.d.ts +1 -2
- package/button-group/interfaces.d.ts +164 -166
- package/button-group/internal.d.ts +1 -2
- package/button-group/item-element.d.ts +14 -15
- package/button-group/menu-dropdown-item.d.ts +7 -8
- package/calendar/grid/calendar-grid-header.d.ts +7 -5
- package/calendar/grid/index.d.ts +32 -18
- package/calendar/grid/use-calendar-grid-keyboard-navigation.d.ts +19 -11
- package/calendar/grid/use-calendar-grid-rows.d.ts +11 -7
- package/calendar/header/header-button.d.ts +11 -6
- package/calendar/header/index.d.ts +13 -8
- package/calendar/index.d.ts +6 -2
- package/calendar/interfaces.d.ts +97 -98
- package/calendar/internal.d.ts +18 -2
- package/calendar/use-calendar-labels.d.ts +21 -15
- package/calendar/utils/intl.d.ts +1 -2
- package/calendar/utils/navigation-day.d.ts +1 -2
- package/calendar/utils/navigation-month.d.ts +1 -2
- package/cards/cards-layout-helper.d.ts +1 -2
- package/cards/index.d.ts +1 -2
- package/cards/interfaces.d.ts +228 -229
- package/checkbox/analytics-metadata/interfaces.d.ts +11 -12
- package/checkbox/base-checkbox.d.ts +51 -52
- package/checkbox/index.d.ts +1 -2
- package/checkbox/interfaces.d.ts +30 -31
- package/checkbox/internal.d.ts +4 -5
- package/code-editor/ace-modes.d.ts +329 -330
- package/code-editor/ace-themes.d.ts +81 -82
- package/code-editor/error-screen.d.ts +9 -6
- package/code-editor/index.d.ts +1 -2
- package/code-editor/interfaces.d.ts +146 -147
- package/code-editor/listeners.d.ts +1 -2
- package/code-editor/loading-screen.d.ts +2 -3
- package/code-editor/pane.d.ts +27 -15
- package/code-editor/preferences-modal.d.ts +20 -21
- package/code-editor/resizable-box/index.d.ts +14 -8
- package/code-editor/setup-editor.d.ts +1 -2
- package/code-editor/status-bar.d.ts +36 -20
- package/code-editor/tab-button.d.ts +16 -17
- package/code-editor/use-editor.d.ts +20 -13
- package/code-editor/util.d.ts +9 -7
- package/collection-preferences/analytics-metadata/interfaces.d.ts +33 -34
- package/collection-preferences/analytics-metadata/utils.d.ts +3 -4
- package/collection-preferences/content-display/content-display-option.d.ts +4 -5
- package/collection-preferences/content-display/index.d.ts +18 -5
- package/collection-preferences/content-display/utils.d.ts +8 -6
- package/collection-preferences/index.d.ts +22 -2
- package/collection-preferences/interfaces.d.ts +298 -299
- package/collection-preferences/utils.d.ts +70 -30
- package/collection-preferences/visible-content.d.ts +9 -5
- package/column-layout/flexible-column-layout/index.d.ts +10 -4
- package/column-layout/grid-column-layout.d.ts +12 -5
- package/column-layout/index.d.ts +7 -2
- package/column-layout/interfaces.d.ts +38 -39
- package/column-layout/internal.d.ts +12 -2
- package/column-layout/util.d.ts +1 -2
- package/container/analytics-metadata/interfaces.d.ts +3 -4
- package/container/index.d.ts +7 -2
- package/container/interfaces.d.ts +82 -83
- package/container/internal.d.ts +41 -20
- package/container/use-sticky-header.d.ts +24 -19
- package/content-layout/index.d.ts +1 -2
- package/content-layout/interfaces.d.ts +68 -69
- package/content-layout/internal.d.ts +15 -3
- package/content-layout/styles.css.js +14 -14
- package/content-layout/styles.scoped.css +27 -27
- package/content-layout/styles.selectors.js +14 -14
- package/contexts/form-field.d.ts +1 -2
- package/copy-to-clipboard/index.d.ts +5 -2
- package/copy-to-clipboard/interfaces.d.ts +54 -55
- package/copy-to-clipboard/internal.d.ts +16 -5
- package/date-input/index.d.ts +1 -2
- package/date-input/interfaces.d.ts +6 -7
- package/date-input/internal.d.ts +2 -3
- package/date-input/utils.d.ts +5 -3
- package/date-picker/index.d.ts +1 -2
- package/date-picker/interfaces.d.ts +79 -80
- package/date-picker/utils.d.ts +23 -13
- package/date-range-picker/calendar/grids/grid-cell.d.ts +2 -3
- package/date-range-picker/calendar/grids/grid.d.ts +22 -2
- package/date-range-picker/calendar/grids/index.d.ts +18 -2
- package/date-range-picker/calendar/grids/interfaces.d.ts +37 -38
- package/date-range-picker/calendar/grids/intl.d.ts +13 -8
- package/date-range-picker/calendar/header/header-button.d.ts +11 -6
- package/date-range-picker/calendar/header/index.d.ts +18 -10
- package/date-range-picker/calendar/index.d.ts +23 -12
- package/date-range-picker/calendar/range-inputs.d.ts +26 -14
- package/date-range-picker/calendar/utils.d.ts +1 -2
- package/date-range-picker/dropdown.d.ts +31 -8
- package/date-range-picker/index.d.ts +1 -2
- package/date-range-picker/interfaces.d.ts +373 -374
- package/date-range-picker/mode-switcher.d.ts +8 -5
- package/date-range-picker/relative-range/index.d.ts +18 -10
- package/date-range-picker/time-offset.d.ts +9 -10
- package/date-range-picker/utils.d.ts +13 -10
- package/drawer/implementation.d.ts +11 -3
- package/drawer/index.d.ts +1 -2
- package/drawer/interfaces.d.ts +33 -34
- package/drawer/internal.d.ts +1 -2
- package/expandable-section/analytics-metadata/interfaces.d.ts +15 -16
- package/expandable-section/expandable-section-container.d.ts +19 -10
- package/expandable-section/expandable-section-header.d.ts +41 -23
- package/expandable-section/index.d.ts +4 -2
- package/expandable-section/interfaces.d.ts +87 -88
- package/expandable-section/internal.d.ts +21 -4
- package/expandable-section/utils.d.ts +1 -2
- package/file-dropzone/index.d.ts +1 -2
- package/file-dropzone/interfaces.d.ts +13 -14
- package/file-dropzone/internal.d.ts +6 -2
- package/file-dropzone/use-files-dragging.d.ts +2 -3
- package/file-input/analytics-metadata/interfaces.d.ts +7 -8
- package/file-input/index.d.ts +1 -2
- package/file-input/interfaces.d.ts +46 -47
- package/file-input/internal.d.ts +4 -5
- package/file-token-group/default-formatters.d.ts +1 -2
- package/file-token-group/file-token.d.ts +39 -25
- package/file-token-group/index.d.ts +9 -3
- package/file-token-group/interfaces.d.ts +79 -80
- package/file-token-group/internal.d.ts +14 -3
- package/file-token-group/thumbnail.d.ts +5 -4
- package/file-upload/index.d.ts +1 -2
- package/file-upload/interfaces.d.ts +101 -102
- package/file-upload/internal.d.ts +1 -2
- package/flashbar/analytics-metadata/interfaces.d.ts +30 -31
- package/flashbar/analytics-metadata/utils.d.ts +2 -3
- package/flashbar/collapsible-flashbar.d.ts +4 -2
- package/flashbar/common.d.ts +20 -15
- package/flashbar/constant.d.ts +1 -2
- package/flashbar/flash.d.ts +4 -5
- package/flashbar/index.d.ts +1 -2
- package/flashbar/interfaces.d.ts +86 -87
- package/flashbar/non-collapsible-flashbar.d.ts +5 -2
- package/flashbar/styles.css.js +50 -50
- package/flashbar/styles.scoped.css +166 -166
- package/flashbar/styles.selectors.js +50 -50
- package/flashbar/utils.d.ts +6 -7
- package/form/analytics-metadata/interfaces.d.ts +7 -8
- package/form/index.d.ts +4 -2
- package/form/interfaces.d.ts +48 -49
- package/form/internal.d.ts +15 -5
- package/form-field/analytics-metadata/interfaces.d.ts +3 -4
- package/form-field/index.d.ts +4 -2
- package/form-field/interfaces.d.ts +91 -92
- package/form-field/internal.d.ts +44 -15
- package/form-field/util.d.ts +13 -9
- package/grid/index.d.ts +6 -2
- package/grid/interfaces.d.ts +47 -48
- package/grid/internal.d.ts +10 -11
- package/header/analytics/use-table-integration.d.ts +1 -2
- package/header/index.d.ts +4 -2
- package/header/interfaces.d.ts +40 -41
- package/header/internal.d.ts +24 -9
- package/help-panel/implementation.d.ts +10 -3
- package/help-panel/index.d.ts +1 -2
- package/help-panel/interfaces.d.ts +27 -28
- package/help-panel/internal.d.ts +1 -2
- package/hotspot/index.d.ts +7 -2
- package/hotspot/interfaces.d.ts +31 -32
- package/i18n/context.d.ts +9 -10
- package/i18n/dynamic.d.ts +1 -2
- package/i18n/get-matchable-locales.d.ts +1 -2
- package/i18n/index.d.ts +1 -2
- package/i18n/messages/all.all.d.ts +1 -1
- package/i18n/messages/all.ar.d.ts +1 -1
- package/i18n/messages/all.de.d.ts +1 -1
- package/i18n/messages/all.en-GB.d.ts +1 -1
- package/i18n/messages/all.en.d.ts +1 -1
- package/i18n/messages/all.es.d.ts +1 -1
- package/i18n/messages/all.fr.d.ts +1 -1
- package/i18n/messages/all.id.d.ts +1 -1
- package/i18n/messages/all.it.d.ts +1 -1
- package/i18n/messages/all.ja.d.ts +1 -1
- package/i18n/messages/all.ko.d.ts +1 -1
- package/i18n/messages/all.pt-BR.d.ts +1 -1
- package/i18n/messages/all.th.d.ts +1 -1
- package/i18n/messages/all.tr.d.ts +1 -1
- package/i18n/messages/all.zh-CN.d.ts +1 -1
- package/i18n/messages/all.zh-TW.d.ts +1 -1
- package/i18n/messages-types.d.ts +558 -559
- package/i18n/provider.d.ts +16 -13
- package/i18n/testing.d.ts +9 -6
- package/icon/generated/icons.d.ts +128 -129
- package/icon/index.d.ts +5 -2
- package/icon/interfaces.d.ts +62 -63
- package/icon/internal.d.ts +14 -4
- package/index.d.ts +1 -2
- package/input/analytics-metadata/interfaces.d.ts +5 -6
- package/input/index.d.ts +1 -2
- package/input/interfaces.d.ts +136 -137
- package/input/internal.d.ts +14 -15
- package/input/utils.d.ts +1 -2
- package/interfaces.d.ts +1 -2
- package/internal/analytics/components/analytics-funnel.d.ts +26 -23
- package/internal/analytics/context/analytics-context.d.ts +51 -52
- package/internal/analytics/hooks/use-funnel.d.ts +13 -14
- package/internal/analytics/index.d.ts +1 -2
- package/internal/analytics/interfaces.d.ts +98 -99
- package/internal/analytics/selectors.d.ts +1 -2
- package/internal/analytics/utils/parse-count-text.d.ts +1 -2
- package/internal/animate.d.ts +14 -10
- package/internal/base-component/index.d.ts +15 -16
- package/internal/breakpoints.d.ts +1 -2
- package/internal/components/abstract-switch/index.d.ts +36 -18
- package/internal/components/autosuggest-input/index.d.ts +19 -20
- package/internal/components/button-trigger/analytics-metadata/interfaces.d.ts +9 -10
- package/internal/components/button-trigger/index.d.ts +27 -28
- package/internal/components/cartesian-chart/axis-label.d.ts +8 -5
- package/internal/components/cartesian-chart/block-end-labels.d.ts +35 -20
- package/internal/components/cartesian-chart/chart-container.d.ts +9 -10
- package/internal/components/cartesian-chart/constants.d.ts +1 -2
- package/internal/components/cartesian-chart/emphasized-baseline.d.ts +10 -6
- package/internal/components/cartesian-chart/highlighted-point.d.ts +10 -11
- package/internal/components/cartesian-chart/inline-start-labels.d.ts +20 -11
- package/internal/components/cartesian-chart/interfaces.d.ts +196 -197
- package/internal/components/cartesian-chart/label-utils.d.ts +16 -12
- package/internal/components/cartesian-chart/labels-measure.d.ts +12 -7
- package/internal/components/cartesian-chart/scales.d.ts +31 -32
- package/internal/components/cartesian-chart/ticks.d.ts +1 -2
- package/internal/components/cartesian-chart/vertical-grid-lines.d.ts +9 -6
- package/internal/components/cartesian-chart/vertical-marker.d.ts +9 -10
- package/internal/components/chart-filter/index.d.ts +17 -12
- package/internal/components/chart-legend/index.d.ts +17 -11
- package/internal/components/chart-plot/application-controller.d.ts +7 -8
- package/internal/components/chart-plot/focus-outline.d.ts +9 -6
- package/internal/components/chart-plot/index.d.ts +30 -31
- package/internal/components/chart-plot/interfaces.d.ts +3 -4
- package/internal/components/chart-popover/index.d.ts +30 -31
- package/internal/components/chart-series-details/index.d.ts +13 -14
- package/internal/components/chart-series-details/series-details-text.d.ts +1 -2
- package/internal/components/chart-series-marker/index.d.ts +6 -4
- package/internal/components/chart-status-container/index.d.ts +34 -20
- package/internal/components/chart-wrapper/index.d.ts +12 -13
- package/internal/components/checkbox-icon/index.d.ts +12 -7
- package/internal/components/drag-handle/button.d.ts +1 -2
- package/internal/components/drag-handle/hooks/interfaces.d.ts +36 -37
- package/internal/components/drag-handle/hooks/use-drag-handle-interaction-state.d.ts +10 -11
- package/internal/components/drag-handle/index.d.ts +1 -2
- package/internal/components/drag-handle/interfaces.d.ts +34 -35
- package/internal/components/drag-handle/resize-icon.d.ts +5 -4
- package/internal/components/drag-handle-wrapper/direction-button.d.ts +11 -7
- package/internal/components/drag-handle-wrapper/index.d.ts +10 -2
- package/internal/components/drag-handle-wrapper/interfaces.d.ts +9 -10
- package/internal/components/drag-handle-wrapper/portal-overlay.d.ts +9 -6
- package/internal/components/drag-handle-wrapper/styles.css.js +21 -21
- package/internal/components/drag-handle-wrapper/styles.scoped.css +44 -44
- package/internal/components/drag-handle-wrapper/styles.selectors.js +21 -21
- package/internal/components/dropdown/context.d.ts +8 -6
- package/internal/components/dropdown/dropdown-fit-handler.d.ts +44 -27
- package/internal/components/dropdown/dropdown-position.d.ts +17 -13
- package/internal/components/dropdown/index.d.ts +29 -3
- package/internal/components/dropdown/interfaces.d.ts +146 -147
- package/internal/components/dropdown/styles.css.js +20 -20
- package/internal/components/dropdown/styles.scoped.css +38 -38
- package/internal/components/dropdown/styles.selectors.js +20 -20
- package/internal/components/dropdown-footer/index.d.ts +4 -5
- package/internal/components/dropdown-status/index.d.ts +40 -25
- package/internal/components/dropdown-status/interfaces.d.ts +38 -39
- package/internal/components/focus-lock/index.d.ts +10 -11
- package/internal/components/focus-lock/utils.d.ts +1 -2
- package/internal/components/interfaces.d.ts +3 -4
- package/internal/components/masked-input/index.d.ts +1 -2
- package/internal/components/masked-input/interfaces.d.ts +20 -21
- package/internal/components/masked-input/keyboard-handler.d.ts +3 -4
- package/internal/components/masked-input/use-mask.d.ts +26 -17
- package/internal/components/masked-input/utils/keys.d.ts +1 -2
- package/internal/components/masked-input/utils/mask-format.d.ts +42 -39
- package/internal/components/masked-input/utils/strings.d.ts +1 -2
- package/internal/components/menu-dropdown/index.d.ts +11 -3
- package/internal/components/menu-dropdown/interfaces.d.ts +20 -21
- package/internal/components/option/highlight-match.d.ts +7 -5
- package/internal/components/option/index.d.ts +11 -3
- package/internal/components/option/interfaces.d.ts +29 -30
- package/internal/components/option/option-announcer.d.ts +9 -6
- package/internal/components/option/option-parts.d.ts +55 -29
- package/internal/components/option/utils/filter-options.d.ts +1 -2
- package/internal/components/option/utils/flatten-options.d.ts +3 -4
- package/internal/components/option/utils/prepare-options.d.ts +6 -7
- package/internal/components/options-list/index.d.ts +27 -28
- package/internal/components/options-list/utils/test-indexes.d.ts +5 -6
- package/internal/components/options-list/utils/use-highlight-option.d.ts +20 -18
- package/internal/components/options-list/utils/use-ids.d.ts +1 -2
- package/internal/components/options-list/utils/use-keyboard.d.ts +14 -15
- package/internal/components/options-list/utils/use-open-state.d.ts +14 -11
- package/internal/components/panel-resize-handle/index.d.ts +9 -10
- package/internal/components/responsive-text/index.d.ts +13 -8
- package/internal/components/responsive-text/responsive-text-utils.d.ts +1 -2
- package/internal/components/screenreader-only/index.d.ts +4 -5
- package/internal/components/selectable-item/analytics-metadata/interfaces.d.ts +8 -9
- package/internal/components/selectable-item/analytics-metadata/utils.d.ts +5 -2
- package/internal/components/selectable-item/index.d.ts +1 -2
- package/internal/components/selectable-item/interfaces.d.ts +30 -31
- package/internal/components/sortable-area/index.d.ts +9 -3
- package/internal/components/sortable-area/interfaces.d.ts +35 -36
- package/internal/components/sortable-area/keyboard-sensor/defaults.d.ts +1 -2
- package/internal/components/sortable-area/keyboard-sensor/index.d.ts +15 -16
- package/internal/components/sortable-area/keyboard-sensor/utilities/events.d.ts +5 -6
- package/internal/components/sortable-area/keyboard-sensor/utilities/listeners.d.ts +6 -7
- package/internal/components/sortable-area/keyboard-sensor/utilities/scroll.d.ts +11 -7
- package/internal/components/sortable-area/use-drag-and-drop-reorder.d.ts +13 -11
- package/internal/components/sortable-area/use-live-announcements.d.ts +25 -10
- package/internal/components/tab-trap/index.d.ts +7 -5
- package/internal/components/token-list/analytics-metadata/interfaces.d.ts +9 -10
- package/internal/components/token-list/index.d.ts +11 -2
- package/internal/components/token-list/interfaces.d.ts +12 -13
- package/internal/components/token-list/token-limit-toggle.d.ts +19 -11
- package/internal/components/tooltip/index.d.ts +20 -11
- package/internal/components/transition/index.d.ts +18 -11
- package/internal/components/visual-context/index.d.ts +9 -6
- package/internal/context/button-context.d.ts +6 -5
- package/internal/context/collection-label-context.d.ts +2 -3
- package/internal/context/collection-preferences-metadata-context.d.ts +5 -6
- package/internal/context/container-header.d.ts +5 -4
- package/internal/context/dynamic-overlap-context.d.ts +1 -2
- package/internal/context/form-field-context.d.ts +49 -50
- package/internal/context/info-link-label-context.d.ts +1 -2
- package/internal/context/link-default-variant-context.d.ts +3 -4
- package/internal/context/modal-context.d.ts +4 -5
- package/internal/context/reset-contexts-for-modal.d.ts +5 -4
- package/internal/context/single-tab-stop-navigation-context.d.ts +17 -18
- package/internal/context/split-panel-context.d.ts +27 -28
- package/internal/context/table-component-context.d.ts +15 -16
- package/internal/debounce.d.ts +1 -2
- package/internal/do-not-use/chart-filter.d.ts +1 -2
- package/internal/do-not-use/chart-tooltip.d.ts +1 -2
- package/internal/do-not-use/drag-handle.d.ts +1 -2
- package/internal/do-not-use/expandable-section.d.ts +1 -2
- package/internal/do-not-use/i18n.d.ts +1 -2
- package/internal/do-not-use/tooltip.d.ts +1 -2
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/events/index.d.ts +20 -18
- package/internal/focus-tracker.d.ts +18 -16
- package/internal/generated/custom-css-properties/index.d.ts +76 -61
- package/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/internal/generated/custom-css-properties/index.js +75 -59
- package/internal/generated/custom-css-properties/index.js.map +1 -1
- package/internal/generated/theming/index.cjs.d.ts +12 -13
- package/internal/generated/theming/index.d.ts +12 -13
- package/internal/hooks/check-controlled/index.d.ts +1 -2
- package/internal/hooks/container-queries/index.d.ts +1 -2
- package/internal/hooks/container-queries/use-container-breakpoints.d.ts +1 -2
- package/internal/hooks/container-queries/use-height-measure.d.ts +1 -2
- package/internal/hooks/forward-focus/index.d.ts +3 -4
- package/internal/hooks/forward-focus/radio-group.d.ts +3 -4
- package/internal/hooks/use-base-component/index.d.ts +3 -4
- package/internal/hooks/use-controllable/index.d.ts +9 -6
- package/internal/hooks/use-date-cache/index.d.ts +1 -2
- package/internal/hooks/use-debounce-callback/index.d.ts +1 -2
- package/internal/hooks/use-dom-attribute/index.d.ts +2 -3
- package/internal/hooks/use-dynamic-overlap/index.d.ts +5 -6
- package/internal/hooks/use-effect-on-update.d.ts +1 -2
- package/internal/hooks/use-focus-tracker.d.ts +6 -7
- package/internal/hooks/use-has-rendered/index.d.ts +1 -2
- package/internal/hooks/use-hidden-description/index.d.ts +6 -7
- package/internal/hooks/use-intersection-observer/index.d.ts +7 -6
- package/internal/hooks/use-list-focus-controller.d.ts +13 -8
- package/internal/hooks/use-mobile/index.d.ts +1 -2
- package/internal/hooks/use-modal-component-analytics/index.d.ts +1 -2
- package/internal/hooks/use-mouse-down-target.d.ts +1 -2
- package/internal/hooks/use-performance-marks/index.d.ts +2 -3
- package/internal/hooks/use-performance-marks/is-in-viewport.d.ts +1 -2
- package/internal/hooks/use-portal-mode-classes/index.d.ts +1 -2
- package/internal/hooks/use-previous/index.d.ts +1 -2
- package/internal/hooks/use-scroll-sync/index.d.ts +1 -2
- package/internal/hooks/use-table-interaction-metrics/index.d.ts +23 -15
- package/internal/hooks/use-virtual/index.d.ts +14 -10
- package/internal/hooks/use-virtual/sticky-range-extractor.d.ts +5 -6
- package/internal/hooks/use-visual-mode/index.d.ts +1 -2
- package/internal/is-development.d.ts +1 -2
- package/internal/keycode.d.ts +14 -15
- package/internal/manifest.json +1 -1
- package/internal/metrics.d.ts +1 -2
- package/internal/plugins/api.d.ts +20 -21
- package/internal/plugins/controllers/action-buttons.d.ts +20 -21
- package/internal/plugins/controllers/alert-flash-content.d.ts +36 -37
- package/internal/plugins/controllers/app-layout-widget.d.ts +19 -20
- package/internal/plugins/controllers/breadcrumbs.d.ts +23 -24
- package/internal/plugins/controllers/drawers.d.ts +63 -61
- package/internal/plugins/controllers/shared-react-contexts.d.ts +5 -6
- package/internal/plugins/helpers/index.d.ts +1 -2
- package/internal/plugins/helpers/metrics.d.ts +1 -2
- package/internal/plugins/helpers/use-discovered-action.d.ts +4 -5
- package/internal/plugins/helpers/use-discovered-content.d.ts +16 -13
- package/internal/plugins/helpers/use-global-breadcrumbs.d.ts +1 -2
- package/internal/plugins/helpers/utils.d.ts +3 -4
- package/internal/plugins/index.d.ts +1 -2
- package/internal/styles/colors.d.ts +1 -2
- package/internal/styles/global-vars.d.ts +3 -4
- package/internal/styles/motion/utils.d.ts +1 -2
- package/internal/tooltip-do-not-use/index.d.ts +1 -2
- package/internal/types.d.ts +2 -5
- package/internal/utils/apply-display-name.d.ts +1 -2
- package/internal/utils/browser-scrollbar-size.d.ts +3 -4
- package/internal/utils/calculate-once.d.ts +1 -2
- package/internal/utils/check-safe-url.d.ts +1 -2
- package/internal/utils/circle-index.d.ts +1 -2
- package/internal/utils/content-header-utils.d.ts +1 -2
- package/internal/utils/create-category-color-scale.d.ts +1 -2
- package/internal/utils/date-time/calendar.d.ts +44 -34
- package/internal/utils/date-time/display-format.d.ts +1 -2
- package/internal/utils/date-time/format-date-iso.d.ts +13 -8
- package/internal/utils/date-time/format-date-localized.d.ts +15 -9
- package/internal/utils/date-time/format-date-time-with-offset.d.ts +13 -8
- package/internal/utils/date-time/format-date-time.d.ts +1 -2
- package/internal/utils/date-time/format-date.d.ts +1 -2
- package/internal/utils/date-time/format-time-offset.d.ts +1 -2
- package/internal/utils/date-time/format-time.d.ts +1 -2
- package/internal/utils/date-time/index.d.ts +1 -2
- package/internal/utils/date-time/is-iso-only.d.ts +1 -2
- package/internal/utils/date-time/join-date-time.d.ts +3 -4
- package/internal/utils/date-time/parse-date.d.ts +1 -2
- package/internal/utils/date-time/parse-timezone-offset.d.ts +1 -2
- package/internal/utils/date-time/shift-timezone-offset.d.ts +1 -2
- package/internal/utils/dom.d.ts +7 -5
- package/internal/utils/external-props.d.ts +1 -2
- package/internal/utils/get-visual-theme.d.ts +1 -2
- package/internal/utils/handle-key.d.ts +27 -16
- package/internal/utils/has-value.d.ts +1 -2
- package/internal/utils/locale/index.d.ts +1 -2
- package/internal/utils/locale/merge-locales.d.ts +1 -2
- package/internal/utils/locale/normalize-locale.d.ts +1 -2
- package/internal/utils/locale/normalize-start-of-week.d.ts +1 -2
- package/internal/utils/node-belongs.d.ts +1 -2
- package/internal/utils/pointer-events-mock.d.ts +3 -4
- package/internal/utils/promises.d.ts +5 -7
- package/internal/utils/scrollable-containers.d.ts +19 -12
- package/internal/utils/strings/index.d.ts +1 -2
- package/internal/utils/strings/join-strings.d.ts +1 -2
- package/internal/utils/strings/pad-left-zeros.d.ts +1 -2
- package/internal/utils/throttle.d.ts +7 -6
- package/internal/utils/use-container-width.d.ts +1 -2
- package/internal/widget-exports.d.ts +3 -4
- package/internal/widgets/index.d.ts +1 -2
- package/key-value-pairs/index.d.ts +8 -2
- package/key-value-pairs/interfaces.d.ts +55 -56
- package/key-value-pairs/internal.d.ts +1 -2
- package/line-chart/index.d.ts +11 -3
- package/line-chart/interfaces.d.ts +13 -14
- package/link/analytics-metadata/interfaces.d.ts +13 -14
- package/link/index.d.ts +1 -2
- package/link/interfaces.d.ts +96 -97
- package/link/internal.d.ts +2 -3
- package/live-region/controller.d.ts +28 -26
- package/live-region/index.d.ts +7 -3
- package/live-region/interfaces.d.ts +22 -23
- package/live-region/internal.d.ts +22 -23
- package/mixed-line-bar-chart/bar-groups.d.ts +15 -9
- package/mixed-line-bar-chart/bar-series.d.ts +31 -17
- package/mixed-line-bar-chart/chart-container.d.ts +59 -31
- package/mixed-line-bar-chart/chart-legend.d.ts +17 -10
- package/mixed-line-bar-chart/chart-popover.d.ts +14 -15
- package/mixed-line-bar-chart/create-one-side-rounded-rect-path.d.ts +11 -7
- package/mixed-line-bar-chart/data-series.d.ts +25 -14
- package/mixed-line-bar-chart/domain.d.ts +1 -2
- package/mixed-line-bar-chart/format-highlighted.d.ts +13 -9
- package/mixed-line-bar-chart/hooks/use-mouse-hover.d.ts +26 -16
- package/mixed-line-bar-chart/hooks/use-navigation.d.ts +41 -23
- package/mixed-line-bar-chart/hooks/use-popover.d.ts +6 -7
- package/mixed-line-bar-chart/index.d.ts +13 -3
- package/mixed-line-bar-chart/interfaces.d.ts +106 -107
- package/mixed-line-bar-chart/internal.d.ts +41 -3
- package/mixed-line-bar-chart/line-series.d.ts +15 -9
- package/mixed-line-bar-chart/make-scaled-bar-groups.d.ts +10 -11
- package/mixed-line-bar-chart/make-scaled-series.d.ts +6 -7
- package/mixed-line-bar-chart/utils.d.ts +3 -4
- package/modal/analytics-metadata/interfaces.d.ts +7 -8
- package/modal/body-scroll.d.ts +1 -2
- package/modal/index.d.ts +4 -2
- package/modal/interfaces.d.ts +74 -75
- package/modal/internal.d.ts +14 -10
- package/multiselect/analytics-metadata/interfaces.d.ts +7 -8
- package/multiselect/embedded.d.ts +7 -8
- package/multiselect/index.d.ts +1 -2
- package/multiselect/interfaces.d.ts +80 -81
- package/multiselect/internal.d.ts +7 -8
- package/multiselect/use-multiselect.d.ts +87 -59
- package/package.json +1 -1
- package/pagination/analytics-metadata/interfaces.d.ts +13 -14
- package/pagination/index.d.ts +1 -2
- package/pagination/interfaces.d.ts +72 -73
- package/pagination/internal.d.ts +13 -3
- package/pagination/utils.d.ts +5 -6
- package/pie-chart/index.d.ts +21 -3
- package/pie-chart/interfaces.d.ts +221 -222
- package/pie-chart/labels.d.ts +19 -11
- package/pie-chart/pie-chart.d.ts +35 -13
- package/pie-chart/responsive-text.d.ts +17 -11
- package/pie-chart/segments.d.ts +23 -13
- package/pie-chart/utils.d.ts +22 -19
- package/popover/arrow.d.ts +2 -3
- package/popover/body.d.ts +22 -12
- package/popover/container.d.ts +48 -31
- package/popover/index.d.ts +1 -2
- package/popover/interfaces.d.ts +80 -81
- package/popover/internal.d.ts +8 -9
- package/popover/use-popover-position.d.ts +32 -20
- package/popover/utils/positions.d.ts +30 -20
- package/progress-bar/index.d.ts +15 -2
- package/progress-bar/interfaces.d.ts +70 -71
- package/progress-bar/internal.d.ts +35 -19
- package/prompt-input/index.d.ts +1 -2
- package/prompt-input/interfaces.d.ts +92 -93
- package/prompt-input/internal.d.ts +2 -4
- package/property-filter/analytics-metadata/interfaces.d.ts +24 -25
- package/property-filter/controller.d.ts +45 -41
- package/property-filter/filter-options.d.ts +1 -2
- package/property-filter/filtering-token/index.d.ts +27 -28
- package/property-filter/i18n-utils.d.ts +14 -15
- package/property-filter/index.d.ts +1 -2
- package/property-filter/interfaces.d.ts +325 -326
- package/property-filter/internal.d.ts +7 -8
- package/property-filter/property-editor.d.ts +45 -24
- package/property-filter/property-filter-autosuggest.d.ts +10 -11
- package/property-filter/token-editor-inputs.d.ts +41 -26
- package/property-filter/token-editor.d.ts +34 -18
- package/property-filter/token.d.ts +39 -21
- package/property-filter/use-load-items.d.ts +4 -5
- package/property-filter/utils.d.ts +9 -6
- package/radio-group/analytics-metadata/interfaces.d.ts +9 -10
- package/radio-group/index.d.ts +1 -2
- package/radio-group/interfaces.d.ts +64 -65
- package/radio-group/internal.d.ts +1 -2
- package/radio-group/radio-button.d.ts +6 -7
- package/s3-resource-selector/index.d.ts +1 -2
- package/s3-resource-selector/interfaces.d.ts +231 -232
- package/s3-resource-selector/s3-in-context/index.d.ts +12 -13
- package/s3-resource-selector/s3-in-context/search-input.d.ts +1 -2
- package/s3-resource-selector/s3-in-context/use-versions-fetch.d.ts +9 -10
- package/s3-resource-selector/s3-in-context/validation.d.ts +1 -2
- package/s3-resource-selector/s3-modal/basic-table.d.ts +35 -26
- package/s3-resource-selector/s3-modal/buckets-table.d.ts +21 -12
- package/s3-resource-selector/s3-modal/column-formats.d.ts +1 -2
- package/s3-resource-selector/s3-modal/empty-state.d.ts +9 -6
- package/s3-resource-selector/s3-modal/index.d.ts +34 -18
- package/s3-resource-selector/s3-modal/objects-table.d.ts +23 -13
- package/s3-resource-selector/s3-modal/table-utils.d.ts +4 -2
- package/s3-resource-selector/s3-modal/versions-table.d.ts +19 -11
- package/s3-resource-selector/utils.d.ts +1 -2
- package/segmented-control/index.d.ts +1 -2
- package/segmented-control/interfaces.d.ts +46 -47
- package/segmented-control/internal-segmented-control.d.ts +7 -2
- package/segmented-control/internal.d.ts +10 -3
- package/segmented-control/segment.d.ts +5 -6
- package/select/analytics-metadata/interfaces.d.ts +6 -7
- package/select/index.d.ts +1 -2
- package/select/interfaces.d.ts +182 -183
- package/select/internal.d.ts +2 -3
- package/select/parts/common.d.ts +1 -2
- package/select/parts/filter.d.ts +3 -4
- package/select/parts/item.d.ts +15 -16
- package/select/parts/multiselect-item.d.ts +2 -3
- package/select/parts/plain-list.d.ts +13 -14
- package/select/parts/trigger.d.ts +11 -12
- package/select/parts/virtual-list.d.ts +1 -2
- package/select/utils/check-option-value-field.d.ts +1 -2
- package/select/utils/connect-options.d.ts +1 -2
- package/select/utils/get-item-props.d.ts +13 -8
- package/select/utils/render-options.d.ts +29 -16
- package/select/utils/scroll-to-index.d.ts +7 -5
- package/select/utils/use-announcement.d.ts +16 -10
- package/select/utils/use-load-items.d.ts +12 -9
- package/select/utils/use-native-search.d.ts +13 -8
- package/select/utils/use-select.d.ts +50 -34
- package/side-navigation/analytics-metadata/interfaces.d.ts +13 -14
- package/side-navigation/implementation.d.ts +11 -3
- package/side-navigation/index.d.ts +4 -2
- package/side-navigation/interfaces.d.ts +171 -172
- package/side-navigation/internal.d.ts +1 -2
- package/side-navigation/parts.d.ts +21 -11
- package/side-navigation/util.d.ts +1 -2
- package/slider/index.d.ts +5 -2
- package/slider/interfaces.d.ts +74 -75
- package/slider/internal.d.ts +20 -5
- package/slider/slider-labels.d.ts +15 -9
- package/slider/styles.css.js +26 -26
- package/slider/styles.scoped.css +86 -86
- package/slider/styles.selectors.js +26 -26
- package/slider/tick-marks.d.ts +11 -12
- package/slider/utils.d.ts +3 -4
- package/space-between/index.d.ts +4 -2
- package/space-between/interfaces.d.ts +20 -21
- package/space-between/internal.d.ts +1 -2
- package/spinner/index.d.ts +5 -2
- package/spinner/interfaces.d.ts +11 -12
- package/spinner/internal.d.ts +8 -5
- package/spinner/styles.css.js +13 -13
- package/spinner/styles.scoped.css +39 -39
- package/spinner/styles.selectors.js +13 -13
- package/split-panel/bottom.d.ts +16 -5
- package/split-panel/icons/bottom-icon-refresh.d.ts +1 -2
- package/split-panel/icons/bottom-icon.d.ts +1 -2
- package/split-panel/icons/side-position-refresh.d.ts +4 -5
- package/split-panel/icons/side-position.d.ts +1 -2
- package/split-panel/implementation.d.ts +10 -3
- package/split-panel/index.d.ts +6 -2
- package/split-panel/interfaces.d.ts +53 -54
- package/split-panel/internal.d.ts +1 -2
- package/split-panel/preferences-modal.d.ts +20 -21
- package/split-panel/side.d.ts +19 -6
- package/split-panel/utils/size-utils.d.ts +1 -2
- package/status-indicator/index.d.ts +5 -2
- package/status-indicator/internal.d.ts +48 -38
- package/steps/index.d.ts +5 -3
- package/steps/interfaces.d.ts +33 -34
- package/steps/internal.d.ts +9 -3
- package/table/analytics-metadata/interfaces.d.ts +44 -45
- package/table/body-cell/click-away.d.ts +1 -2
- package/table/body-cell/disabled-inline-editor.d.ts +12 -4
- package/table/body-cell/index.d.ts +8 -9
- package/table/body-cell/inline-editor.d.ts +17 -11
- package/table/body-cell/td-element.d.ts +35 -36
- package/table/column-widths-utils.d.ts +4 -5
- package/table/expandable-rows/expand-toggle-button.d.ts +11 -7
- package/table/expandable-rows/expandable-rows-utils.d.ts +24 -20
- package/table/header-cell/index.d.ts +54 -28
- package/table/header-cell/th-element.d.ts +37 -19
- package/table/header-cell/utils.d.ts +1 -2
- package/table/index.d.ts +1 -2
- package/table/interfaces.d.ts +514 -515
- package/table/internal.d.ts +1 -2
- package/table/no-data-cell.d.ts +17 -10
- package/table/progressive-loading/items-loader.d.ts +22 -12
- package/table/progressive-loading/loader-cell.d.ts +7 -4
- package/table/progressive-loading/progressive-loading-utils.d.ts +15 -12
- package/table/resizer/index.d.ts +23 -13
- package/table/resizer/resizer-lookup.d.ts +5 -6
- package/table/selection/index.d.ts +1 -2
- package/table/selection/interfaces.d.ts +10 -11
- package/table/selection/selection-cell.d.ts +17 -9
- package/table/selection/selection-control.d.ts +23 -11
- package/table/selection/use-selection-focus-move.d.ts +7 -8
- package/table/selection/use-selection.d.ts +6 -7
- package/table/selection/utils.d.ts +16 -17
- package/table/sticky-columns/index.d.ts +1 -2
- package/table/sticky-columns/interfaces.d.ts +21 -22
- package/table/sticky-columns/use-sticky-columns.d.ts +26 -19
- package/table/sticky-columns/utils.d.ts +1 -2
- package/table/sticky-header.d.ts +14 -15
- package/table/sticky-scrollbar/index.d.ts +1 -2
- package/table/sticky-scrollbar/sticky-scrollbar.d.ts +5 -6
- package/table/sticky-scrollbar/use-sticky-scrollbar.d.ts +1 -2
- package/table/sticky-scrolling.d.ts +3 -4
- package/table/table-role/grid-navigation.d.ts +6 -2
- package/table/table-role/index.d.ts +2 -3
- package/table/table-role/interfaces.d.ts +9 -10
- package/table/table-role/table-role-helper.d.ts +23 -24
- package/table/table-role/utils.d.ts +1 -2
- package/table/thead.d.ts +26 -27
- package/table/tools-header.d.ts +13 -8
- package/table/use-cell-editing.d.ts +22 -14
- package/table/use-column-widths.d.ts +16 -12
- package/table/use-prevent-sticky-click-scroll.d.ts +1 -2
- package/table/use-row-events.d.ts +7 -5
- package/table/use-sticky-header.d.ts +3 -4
- package/table/use-table-focus-navigation.d.ts +14 -9
- package/table/utils.d.ts +10 -7
- package/tabs/analytics-metadata/interfaces.d.ts +27 -28
- package/tabs/index.d.ts +14 -2
- package/tabs/interfaces.d.ts +154 -155
- package/tabs/native-smooth-scroll-supported.d.ts +1 -2
- package/tabs/scroll-utils.d.ts +1 -2
- package/tabs/smooth-scroll.d.ts +1 -2
- package/tabs/tab-header-bar.d.ts +29 -16
- package/tag-editor/index.d.ts +1 -2
- package/tag-editor/interfaces.d.ts +112 -113
- package/tag-editor/internal.d.ts +20 -21
- package/tag-editor/utils.d.ts +3 -4
- package/tag-editor/validation.d.ts +3 -4
- package/test-utils/dom/alert/index.d.ts +21 -21
- package/test-utils/dom/anchor-navigation/index.d.ts +12 -12
- package/test-utils/dom/annotation/index.d.ts +9 -9
- package/test-utils/dom/app-layout/index.d.ts +32 -32
- package/test-utils/dom/app-layout-toolbar/index.d.ts +2 -2
- package/test-utils/dom/area-chart/index.d.ts +8 -8
- package/test-utils/dom/attribute-editor/index.d.ts +30 -30
- package/test-utils/dom/autosuggest/index.d.ts +87 -87
- package/test-utils/dom/badge/index.d.ts +2 -2
- package/test-utils/dom/bar-chart/index.d.ts +2 -2
- package/test-utils/dom/box/index.d.ts +2 -2
- package/test-utils/dom/breadcrumb-group/index.d.ts +18 -18
- package/test-utils/dom/button/index.d.ts +6 -6
- package/test-utils/dom/button-dropdown/index.d.ts +41 -41
- package/test-utils/dom/button-group/index.d.ts +26 -26
- package/test-utils/dom/calendar/index.d.ts +24 -24
- package/test-utils/dom/cards/index.d.ts +31 -31
- package/test-utils/dom/checkbox/index.d.ts +6 -6
- package/test-utils/dom/code-editor/index.d.ts +17 -17
- package/test-utils/dom/collection-preferences/content-display-preference.d.ts +40 -40
- package/test-utils/dom/collection-preferences/index.d.ts +16 -16
- package/test-utils/dom/collection-preferences/page-size-preference.d.ts +4 -4
- package/test-utils/dom/collection-preferences/sticky-columns-preference.d.ts +6 -6
- package/test-utils/dom/collection-preferences/visible-content-preference.d.ts +12 -12
- package/test-utils/dom/column-layout/index.d.ts +2 -2
- package/test-utils/dom/container/index.d.ts +6 -6
- package/test-utils/dom/content-layout/index.d.ts +7 -7
- package/test-utils/dom/copy-to-clipboard/index.d.ts +15 -15
- package/test-utils/dom/date-input/index.d.ts +2 -2
- package/test-utils/dom/date-picker/index.d.ts +19 -19
- package/test-utils/dom/date-range-picker/index.d.ts +82 -82
- package/test-utils/dom/drawer/index.d.ts +5 -5
- package/test-utils/dom/expandable-section/index.d.ts +9 -9
- package/test-utils/dom/file-dropzone/index.d.ts +3 -3
- package/test-utils/dom/file-input/index.d.ts +4 -4
- package/test-utils/dom/file-token-group/index.d.ts +17 -17
- package/test-utils/dom/file-upload/index.d.ts +18 -18
- package/test-utils/dom/flashbar/flash.d.ts +20 -20
- package/test-utils/dom/flashbar/index.d.ts +20 -20
- package/test-utils/dom/form/index.d.ts +7 -7
- package/test-utils/dom/form-field/index.d.ts +10 -10
- package/test-utils/dom/grid/index.d.ts +7 -7
- package/test-utils/dom/header/index.d.ts +7 -7
- package/test-utils/dom/help-panel/index.d.ts +5 -5
- package/test-utils/dom/hotspot/index.d.ts +4 -4
- package/test-utils/dom/icon/index.d.ts +2 -2
- package/test-utils/dom/index.d.ts +1443 -1443
- package/test-utils/dom/input/base-input.d.ts +17 -17
- package/test-utils/dom/input/index.d.ts +3 -3
- package/test-utils/dom/internal/abstract-switch.d.ts +5 -5
- package/test-utils/dom/internal/autosuggest-input.d.ts +4 -4
- package/test-utils/dom/internal/chart-filter.d.ts +4 -4
- package/test-utils/dom/internal/chart-legend.d.ts +6 -6
- package/test-utils/dom/internal/chart-popover.d.ts +9 -9
- package/test-utils/dom/internal/chart-tooltip.d.ts +6 -6
- package/test-utils/dom/internal/charts.d.ts +5 -5
- package/test-utils/dom/internal/drag-handle.d.ts +7 -7
- package/test-utils/dom/internal/dropdown-host.d.ts +119 -119
- package/test-utils/dom/internal/dropdown.d.ts +3 -3
- package/test-utils/dom/internal/option.d.ts +7 -7
- package/test-utils/dom/internal/options-list.d.ts +2 -2
- package/test-utils/dom/internal/tooltip.d.ts +2 -2
- package/test-utils/dom/key-value-pairs/index.d.ts +8 -8
- package/test-utils/dom/line-chart/index.d.ts +2 -2
- package/test-utils/dom/link/index.d.ts +2 -2
- package/test-utils/dom/live-region/index.d.ts +2 -2
- package/test-utils/dom/mixed-line-bar-chart/index.d.ts +21 -21
- package/test-utils/dom/modal/index.d.ts +7 -7
- package/test-utils/dom/multiselect/index.d.ts +38 -38
- package/test-utils/dom/pagination/index.d.ts +13 -13
- package/test-utils/dom/pie-chart/index.d.ts +13 -13
- package/test-utils/dom/popover/index.d.ts +24 -24
- package/test-utils/dom/progress-bar/index.d.ts +14 -14
- package/test-utils/dom/prompt-input/index.d.ts +18 -18
- package/test-utils/dom/property-filter/index.d.ts +68 -68
- package/test-utils/dom/radio-group/index.d.ts +4 -4
- package/test-utils/dom/radio-group/radio-button.d.ts +5 -5
- package/test-utils/dom/s3-resource-selector/index.d.ts +11 -11
- package/test-utils/dom/segmented-control/index.d.ts +11 -11
- package/test-utils/dom/select/index.d.ts +28 -28
- package/test-utils/dom/side-navigation/index.d.ts +18 -18
- package/test-utils/dom/slider/index.d.ts +3 -3
- package/test-utils/dom/space-between/index.d.ts +2 -2
- package/test-utils/dom/spinner/index.d.ts +2 -2
- package/test-utils/dom/split-panel/index.d.ts +17 -17
- package/test-utils/dom/status-indicator/index.d.ts +2 -2
- package/test-utils/dom/steps/index.d.ts +14 -14
- package/test-utils/dom/table/index.d.ts +91 -91
- package/test-utils/dom/tabs/index.d.ts +68 -68
- package/test-utils/dom/tag-editor/index.d.ts +17 -17
- package/test-utils/dom/text-content/index.d.ts +2 -2
- package/test-utils/dom/text-filter/index.d.ts +4 -4
- package/test-utils/dom/textarea/index.d.ts +15 -15
- package/test-utils/dom/tiles/index.d.ts +5 -5
- package/test-utils/dom/tiles/tile.d.ts +7 -7
- package/test-utils/dom/time-input/index.d.ts +2 -2
- package/test-utils/dom/toggle/index.d.ts +6 -6
- package/test-utils/dom/toggle-button/index.d.ts +3 -3
- package/test-utils/dom/token-group/index.d.ts +13 -13
- package/test-utils/dom/token-group/token.d.ts +5 -5
- package/test-utils/dom/top-navigation/1.0-beta/index.d.ts +17 -17
- package/test-utils/dom/top-navigation/index.d.ts +23 -23
- package/test-utils/dom/tutorial-panel/index.d.ts +12 -12
- package/test-utils/dom/tutorial-panel/tutorial.d.ts +10 -10
- package/test-utils/dom/wizard/index.d.ts +22 -22
- package/test-utils/selectors/alert/index.d.ts +21 -21
- package/test-utils/selectors/anchor-navigation/index.d.ts +11 -11
- package/test-utils/selectors/annotation/index.d.ts +9 -9
- package/test-utils/selectors/app-layout/index.d.ts +32 -32
- package/test-utils/selectors/app-layout-toolbar/index.d.ts +2 -2
- package/test-utils/selectors/area-chart/index.d.ts +8 -8
- package/test-utils/selectors/attribute-editor/index.d.ts +30 -30
- package/test-utils/selectors/autosuggest/index.d.ts +67 -67
- package/test-utils/selectors/badge/index.d.ts +2 -2
- package/test-utils/selectors/bar-chart/index.d.ts +2 -2
- package/test-utils/selectors/box/index.d.ts +2 -2
- package/test-utils/selectors/breadcrumb-group/index.d.ts +18 -18
- package/test-utils/selectors/button/index.d.ts +5 -5
- package/test-utils/selectors/button-dropdown/index.d.ts +39 -39
- package/test-utils/selectors/button-group/index.d.ts +26 -26
- package/test-utils/selectors/calendar/index.d.ts +24 -24
- package/test-utils/selectors/cards/index.d.ts +31 -31
- package/test-utils/selectors/checkbox/index.d.ts +6 -6
- package/test-utils/selectors/code-editor/index.d.ts +11 -11
- package/test-utils/selectors/collection-preferences/content-display-preference.d.ts +40 -40
- package/test-utils/selectors/collection-preferences/index.d.ts +16 -16
- package/test-utils/selectors/collection-preferences/page-size-preference.d.ts +4 -4
- package/test-utils/selectors/collection-preferences/sticky-columns-preference.d.ts +6 -6
- package/test-utils/selectors/collection-preferences/visible-content-preference.d.ts +12 -12
- package/test-utils/selectors/column-layout/index.d.ts +2 -2
- package/test-utils/selectors/container/index.d.ts +6 -6
- package/test-utils/selectors/content-layout/index.d.ts +7 -7
- package/test-utils/selectors/copy-to-clipboard/index.d.ts +15 -15
- package/test-utils/selectors/date-input/index.d.ts +2 -2
- package/test-utils/selectors/date-picker/index.d.ts +11 -11
- package/test-utils/selectors/date-range-picker/index.d.ts +81 -81
- package/test-utils/selectors/drawer/index.d.ts +5 -5
- package/test-utils/selectors/expandable-section/index.d.ts +9 -9
- package/test-utils/selectors/file-dropzone/index.d.ts +3 -3
- package/test-utils/selectors/file-input/index.d.ts +4 -4
- package/test-utils/selectors/file-token-group/index.d.ts +17 -17
- package/test-utils/selectors/file-upload/index.d.ts +18 -18
- package/test-utils/selectors/flashbar/flash.d.ts +20 -20
- package/test-utils/selectors/flashbar/index.d.ts +20 -20
- package/test-utils/selectors/form/index.d.ts +7 -7
- package/test-utils/selectors/form-field/index.d.ts +10 -10
- package/test-utils/selectors/grid/index.d.ts +7 -7
- package/test-utils/selectors/header/index.d.ts +7 -7
- package/test-utils/selectors/help-panel/index.d.ts +5 -5
- package/test-utils/selectors/hotspot/index.d.ts +4 -4
- package/test-utils/selectors/icon/index.d.ts +2 -2
- package/test-utils/selectors/index.d.ts +1283 -1283
- package/test-utils/selectors/input/base-input.d.ts +2 -2
- package/test-utils/selectors/input/index.d.ts +3 -3
- package/test-utils/selectors/internal/abstract-switch.d.ts +5 -5
- package/test-utils/selectors/internal/autosuggest-input.d.ts +4 -4
- package/test-utils/selectors/internal/chart-filter.d.ts +4 -4
- package/test-utils/selectors/internal/chart-legend.d.ts +6 -6
- package/test-utils/selectors/internal/chart-popover.d.ts +9 -9
- package/test-utils/selectors/internal/chart-tooltip.d.ts +6 -6
- package/test-utils/selectors/internal/charts.d.ts +5 -5
- package/test-utils/selectors/internal/drag-handle.d.ts +7 -7
- package/test-utils/selectors/internal/dropdown-host.d.ts +56 -56
- package/test-utils/selectors/internal/dropdown.d.ts +3 -3
- package/test-utils/selectors/internal/option.d.ts +7 -7
- package/test-utils/selectors/internal/options-list.d.ts +2 -2
- package/test-utils/selectors/internal/tooltip.d.ts +2 -2
- package/test-utils/selectors/key-value-pairs/index.d.ts +8 -8
- package/test-utils/selectors/line-chart/index.d.ts +2 -2
- package/test-utils/selectors/link/index.d.ts +2 -2
- package/test-utils/selectors/live-region/index.d.ts +2 -2
- package/test-utils/selectors/mixed-line-bar-chart/index.d.ts +21 -21
- package/test-utils/selectors/modal/index.d.ts +6 -6
- package/test-utils/selectors/multiselect/index.d.ts +37 -37
- package/test-utils/selectors/pagination/index.d.ts +12 -12
- package/test-utils/selectors/pie-chart/index.d.ts +13 -13
- package/test-utils/selectors/popover/index.d.ts +24 -24
- package/test-utils/selectors/progress-bar/index.d.ts +14 -14
- package/test-utils/selectors/prompt-input/index.d.ts +6 -6
- package/test-utils/selectors/property-filter/index.d.ts +68 -68
- package/test-utils/selectors/radio-group/index.d.ts +4 -4
- package/test-utils/selectors/radio-group/radio-button.d.ts +5 -5
- package/test-utils/selectors/s3-resource-selector/index.d.ts +11 -11
- package/test-utils/selectors/segmented-control/index.d.ts +11 -11
- package/test-utils/selectors/select/index.d.ts +27 -27
- package/test-utils/selectors/side-navigation/index.d.ts +18 -18
- package/test-utils/selectors/slider/index.d.ts +3 -3
- package/test-utils/selectors/space-between/index.d.ts +2 -2
- package/test-utils/selectors/spinner/index.d.ts +2 -2
- package/test-utils/selectors/split-panel/index.d.ts +17 -17
- package/test-utils/selectors/status-indicator/index.d.ts +2 -2
- package/test-utils/selectors/steps/index.d.ts +14 -14
- package/test-utils/selectors/table/index.d.ts +90 -90
- package/test-utils/selectors/tabs/index.d.ts +68 -68
- package/test-utils/selectors/tag-editor/index.d.ts +17 -17
- package/test-utils/selectors/text-content/index.d.ts +2 -2
- package/test-utils/selectors/text-filter/index.d.ts +4 -4
- package/test-utils/selectors/textarea/index.d.ts +3 -3
- package/test-utils/selectors/tiles/index.d.ts +5 -5
- package/test-utils/selectors/tiles/tile.d.ts +7 -7
- package/test-utils/selectors/time-input/index.d.ts +2 -2
- package/test-utils/selectors/toggle/index.d.ts +6 -6
- package/test-utils/selectors/toggle-button/index.d.ts +2 -2
- package/test-utils/selectors/token-group/index.d.ts +13 -13
- package/test-utils/selectors/token-group/token.d.ts +5 -5
- package/test-utils/selectors/top-navigation/1.0-beta/index.d.ts +17 -17
- package/test-utils/selectors/top-navigation/index.d.ts +23 -23
- package/test-utils/selectors/tutorial-panel/index.d.ts +12 -12
- package/test-utils/selectors/tutorial-panel/tutorial.d.ts +10 -10
- package/test-utils/selectors/wizard/index.d.ts +22 -22
- package/text-content/index.d.ts +4 -2
- package/text-content/interfaces.d.ts +6 -7
- package/text-filter/analytics/use-table-integration.d.ts +1 -2
- package/text-filter/analytics-metadata/interfaces.d.ts +6 -7
- package/text-filter/index.d.ts +1 -2
- package/text-filter/interfaces.d.ts +54 -55
- package/text-filter/internal.d.ts +1 -2
- package/text-filter/search-results.d.ts +4 -5
- package/text-filter/use-debounce-search-result-callback.d.ts +10 -6
- package/textarea/index.d.ts +1 -2
- package/textarea/interfaces.d.ts +26 -27
- package/theming/index.d.ts +13 -8
- package/tiles/analytics-metadata/interfaces.d.ts +9 -10
- package/tiles/index.d.ts +1 -2
- package/tiles/interfaces.d.ts +70 -71
- package/tiles/internal.d.ts +1 -2
- package/tiles/tile.d.ts +7 -8
- package/time-input/index.d.ts +1 -2
- package/time-input/interfaces.d.ts +26 -27
- package/time-input/internal.d.ts +1 -2
- package/toggle/analytics-metadata/interfaces.d.ts +11 -12
- package/toggle/index.d.ts +1 -2
- package/toggle/interfaces.d.ts +16 -17
- package/toggle/internal.d.ts +2 -3
- package/toggle-button/index.d.ts +1 -2
- package/toggle-button/index.js +11 -15
- package/toggle-button/interfaces.d.ts +68 -69
- package/toggle-button/internal-do-not-use-core.js +22 -0
- package/toggle-button/internal.d.ts +2 -3
- package/toggle-button/util.d.ts +1 -2
- package/token-group/analytics-metadata/interfaces.d.ts +11 -12
- package/token-group/dismiss-button.d.ts +5 -6
- package/token-group/index.d.ts +5 -2
- package/token-group/interfaces.d.ts +75 -76
- package/token-group/internal.d.ts +14 -3
- package/token-group/token.d.ts +17 -10
- package/top-navigation/1.0-beta/index.d.ts +4 -2
- package/top-navigation/1.0-beta/interfaces.d.ts +94 -95
- package/top-navigation/1.0-beta/internal.d.ts +9 -3
- package/top-navigation/1.0-beta/parts/overflow-menu.d.ts +13 -10
- package/top-navigation/1.0-beta/parts/utility.d.ts +10 -6
- package/top-navigation/1.0-beta/use-top-navigation.d.ts +21 -17
- package/top-navigation/index.d.ts +4 -2
- package/top-navigation/interfaces.d.ts +108 -109
- package/top-navigation/internal.d.ts +9 -3
- package/top-navigation/parts/overflow-menu/header.d.ts +7 -8
- package/top-navigation/parts/overflow-menu/index.d.ts +14 -9
- package/top-navigation/parts/overflow-menu/menu-item.d.ts +4 -5
- package/top-navigation/parts/overflow-menu/router.d.ts +15 -11
- package/top-navigation/parts/overflow-menu/views/submenu.d.ts +12 -5
- package/top-navigation/parts/overflow-menu/views/utilities.d.ts +10 -5
- package/top-navigation/parts/utility.d.ts +8 -5
- package/top-navigation/use-top-navigation.d.ts +29 -26
- package/tutorial-panel/components/tutorial-detail-view/congratulation-screen.d.ts +9 -6
- package/tutorial-panel/components/tutorial-detail-view/index.d.ts +13 -8
- package/tutorial-panel/components/tutorial-detail-view/task-list.d.ts +11 -7
- package/tutorial-panel/components/tutorial-detail-view/task.d.ts +15 -9
- package/tutorial-panel/components/tutorial-list/index.d.ts +13 -8
- package/tutorial-panel/index.d.ts +8 -2
- package/tutorial-panel/interfaces.d.ts +169 -170
- package/wizard/analytics-metadata/interfaces.d.ts +25 -26
- package/wizard/analytics-metadata/utils.d.ts +3 -4
- package/wizard/analytics.d.ts +5 -6
- package/wizard/index.d.ts +6 -3
- package/wizard/interfaces.d.ts +145 -146
- package/wizard/internal.d.ts +16 -4
- package/wizard/unmount.d.ts +5 -6
- package/wizard/wizard-actions.d.ts +33 -18
- package/wizard/wizard-form-header.d.ts +5 -4
- package/wizard/wizard-form.d.ts +13 -14
- package/wizard/wizard-navigation.d.ts +21 -12
- package/button/index.js.map +0 -1
- /package/toggle-button/{index.js.map → internal-do-not-use-core.js.map} +0 -0
|
@@ -146,10 +146,10 @@
|
|
|
146
146
|
*/
|
|
147
147
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
148
148
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
149
|
-
div.
|
|
149
|
+
div.awsui_background_hyvsj_xt8mb_149:not(#\9) {
|
|
150
150
|
display: contents;
|
|
151
151
|
}
|
|
152
|
-
div.
|
|
152
|
+
div.awsui_background_hyvsj_xt8mb_149 > .awsui_scrolling-background_hyvsj_xt8mb_152:not(#\9) {
|
|
153
153
|
background-color: var(--color-background-layout-main-5ilwcb, #ffffff);
|
|
154
154
|
color: var(--color-text-body-default-vvtq8u, #0f141a);
|
|
155
155
|
grid-column: 1/span 5;
|
|
@@ -160,7 +160,7 @@ div.awsui_background_hyvsj_d1fap_149 > .awsui_scrolling-background_hyvsj_d1fap_1
|
|
|
160
160
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
161
161
|
SPDX-License-Identifier: Apache-2.0
|
|
162
162
|
*/
|
|
163
|
-
.
|
|
163
|
+
.awsui_breadcrumbs_hyvsj_xt8mb_163:not(#\9) {
|
|
164
164
|
background-color: var(--color-background-layout-main-5ilwcb, #ffffff);
|
|
165
165
|
grid-area: breadcrumbs;
|
|
166
166
|
}
|
|
@@ -173,27 +173,27 @@ div.awsui_background_hyvsj_d1fap_149 > .awsui_scrolling-background_hyvsj_d1fap_1
|
|
|
173
173
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
174
174
|
SPDX-License-Identifier: Apache-2.0
|
|
175
175
|
*/
|
|
176
|
-
.awsui_drawers-
|
|
176
|
+
.awsui_drawers-container_hyvsj_xt8mb_176:not(#\9) {
|
|
177
177
|
background-color: transparent;
|
|
178
178
|
display: flex;
|
|
179
179
|
grid-column: 5;
|
|
180
180
|
grid-row: 1/span 9;
|
|
181
|
-
block-size: var(--awsui-content-height-
|
|
181
|
+
block-size: var(--awsui-content-height-kcc2gu);
|
|
182
182
|
pointer-events: none;
|
|
183
183
|
position: sticky;
|
|
184
|
-
inset-block-start: var(--awsui-offset-top-
|
|
184
|
+
inset-block-start: var(--awsui-offset-top-kcc2gu);
|
|
185
185
|
z-index: 830;
|
|
186
186
|
}
|
|
187
|
-
.awsui_drawers-
|
|
187
|
+
.awsui_drawers-container_hyvsj_xt8mb_176.awsui_has-open-drawer_hyvsj_xt8mb_187:not(#\9) {
|
|
188
188
|
background-color: var(--color-background-container-content-6u8rvp, #ffffff);
|
|
189
189
|
}
|
|
190
190
|
@media (min-width: 689px) {
|
|
191
|
-
.awsui_drawers-
|
|
192
|
-
max-inline-size: calc(var(--awsui-layout-width-
|
|
191
|
+
.awsui_drawers-container_hyvsj_xt8mb_176:not(#\9) {
|
|
192
|
+
max-inline-size: calc(var(--awsui-layout-width-kcc2gu) - var(--awsui-main-offset-left-kcc2gu) - var(--awsui-default-min-content-width-kcc2gu) - var(--awsui-content-gap-right-kcc2gu));
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
195
|
@media (max-width: 688px) {
|
|
196
|
-
.awsui_drawers-
|
|
196
|
+
.awsui_drawers-container_hyvsj_xt8mb_176:not(#\9) {
|
|
197
197
|
position: fixed;
|
|
198
198
|
inset-inline-end: 0;
|
|
199
199
|
z-index: 1001;
|
|
@@ -205,12 +205,12 @@ div.awsui_background_hyvsj_d1fap_149 > .awsui_scrolling-background_hyvsj_d1fap_1
|
|
|
205
205
|
relative to the body.
|
|
206
206
|
*/
|
|
207
207
|
}
|
|
208
|
-
.awsui_drawers-
|
|
209
|
-
inset-block-start: var(--awsui-header-height-
|
|
208
|
+
.awsui_drawers-container_hyvsj_xt8mb_176.awsui_disable-body-scroll_hyvsj_xt8mb_208:not(#\9) {
|
|
209
|
+
inset-block-start: var(--awsui-header-height-kcc2gu);
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
|
|
213
|
-
.awsui_drawers-desktop-triggers-
|
|
213
|
+
.awsui_drawers-desktop-triggers-container_hyvsj_xt8mb_213:not(#\9) {
|
|
214
214
|
border-collapse: separate;
|
|
215
215
|
border-spacing: 0;
|
|
216
216
|
box-sizing: border-box;
|
|
@@ -249,22 +249,22 @@ div.awsui_background_hyvsj_d1fap_149 > .awsui_scrolling-background_hyvsj_d1fap_1
|
|
|
249
249
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
250
250
|
overscroll-behavior-y: contain;
|
|
251
251
|
}
|
|
252
|
-
.awsui_drawers-desktop-triggers-
|
|
252
|
+
.awsui_drawers-desktop-triggers-container_hyvsj_xt8mb_213:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_xt8mb_251).awsui_has-open-drawer_hyvsj_xt8mb_187 {
|
|
253
253
|
inline-size: 0;
|
|
254
254
|
}
|
|
255
|
-
.awsui_drawers-desktop-triggers-
|
|
255
|
+
.awsui_drawers-desktop-triggers-container_hyvsj_xt8mb_213.awsui_has-multiple-triggers_hyvsj_xt8mb_251.awsui_has-open-drawer_hyvsj_xt8mb_187:not(#\9) {
|
|
256
256
|
background-color: var(--color-background-container-content-6u8rvp, #ffffff);
|
|
257
257
|
}
|
|
258
|
-
.awsui_drawers-desktop-triggers-
|
|
258
|
+
.awsui_drawers-desktop-triggers-container_hyvsj_xt8mb_213:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_xt8mb_251):not(.awsui_has-open-drawer_hyvsj_xt8mb_187) {
|
|
259
259
|
inline-size: calc(var(--space-layout-toggle-padding-chwlhz, 12px) * 2 + var(--space-layout-toggle-diameter-j2qffw, 36px));
|
|
260
260
|
}
|
|
261
261
|
|
|
262
|
-
.awsui_drawers-mobile-triggers-
|
|
262
|
+
.awsui_drawers-mobile-triggers-container_hyvsj_xt8mb_261:not(#\9) {
|
|
263
263
|
display: flex;
|
|
264
264
|
justify-content: flex-end;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
.awsui_drawers-trigger-
|
|
267
|
+
.awsui_drawers-trigger-content_hyvsj_xt8mb_266:not(#\9) {
|
|
268
268
|
align-items: center;
|
|
269
269
|
display: flex;
|
|
270
270
|
flex-direction: column;
|
|
@@ -272,13 +272,13 @@ div.awsui_background_hyvsj_d1fap_149 > .awsui_scrolling-background_hyvsj_d1fap_1
|
|
|
272
272
|
padding-block-start: var(--space-scaled-s-8ozaad, 12px);
|
|
273
273
|
inline-size: calc(var(--space-layout-toggle-padding-chwlhz, 12px) * 2 + var(--space-layout-toggle-diameter-j2qffw, 36px));
|
|
274
274
|
}
|
|
275
|
-
.awsui_drawers-trigger-
|
|
275
|
+
.awsui_drawers-trigger-content_hyvsj_xt8mb_266:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_xt8mb_251).awsui_has-open-drawer_hyvsj_xt8mb_187 {
|
|
276
276
|
opacity: 0;
|
|
277
277
|
}
|
|
278
|
-
.awsui_drawers-trigger-
|
|
278
|
+
.awsui_drawers-trigger-content_hyvsj_xt8mb_266:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_xt8mb_251):not(.awsui_has-open-drawer_hyvsj_xt8mb_187) {
|
|
279
279
|
opacity: 1;
|
|
280
280
|
}
|
|
281
|
-
.awsui_drawers-trigger-
|
|
281
|
+
.awsui_drawers-trigger-content_hyvsj_xt8mb_266 > .awsui_drawers-trigger-overflow_hyvsj_xt8mb_280:not(#\9) {
|
|
282
282
|
padding-block: 0;
|
|
283
283
|
padding-inline: 1px;
|
|
284
284
|
display: flex;
|
|
@@ -287,15 +287,15 @@ div.awsui_background_hyvsj_d1fap_149 > .awsui_scrolling-background_hyvsj_d1fap_1
|
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
@media (max-width: 688px) {
|
|
290
|
-
.awsui_drawers-
|
|
290
|
+
.awsui_drawers-trigger_hyvsj_xt8mb_266:not(#\9) {
|
|
291
291
|
inline-size: 40px;
|
|
292
292
|
display: flex;
|
|
293
293
|
justify-content: center;
|
|
294
294
|
}
|
|
295
295
|
}
|
|
296
296
|
|
|
297
|
-
.
|
|
298
|
-
--awsui-drawer-size-
|
|
297
|
+
.awsui_drawer_hyvsj_xt8mb_176:not(#\9) {
|
|
298
|
+
--awsui-drawer-size-kcc2gu: 290px;
|
|
299
299
|
background-color: var(--color-background-container-content-6u8rvp, #ffffff);
|
|
300
300
|
border-color: transparent;
|
|
301
301
|
display: grid;
|
|
@@ -309,52 +309,52 @@ div.awsui_background_hyvsj_d1fap_149 > .awsui_scrolling-background_hyvsj_d1fap_1
|
|
|
309
309
|
pointer-events: auto;
|
|
310
310
|
word-wrap: break-word;
|
|
311
311
|
}
|
|
312
|
-
.
|
|
312
|
+
.awsui_drawer_hyvsj_xt8mb_176 > .awsui_drawer-content-container_hyvsj_xt8mb_311:not(#\9) {
|
|
313
313
|
grid-column: 1/span 2;
|
|
314
314
|
grid-row: 1;
|
|
315
|
-
inline-size: var(--awsui-drawer-size-
|
|
315
|
+
inline-size: var(--awsui-drawer-size-kcc2gu);
|
|
316
316
|
display: grid;
|
|
317
317
|
grid-template-columns: var(--space-m-dsumyt, 16px) 1fr auto var(--space-m-dsumyt, 16px);
|
|
318
318
|
grid-template-rows: var(--size-vertical-panel-icon-offset-z959cw, 15px) auto 1fr;
|
|
319
319
|
overflow-y: auto;
|
|
320
320
|
}
|
|
321
|
-
.
|
|
321
|
+
.awsui_drawer_hyvsj_xt8mb_176 > .awsui_drawer-content-container_hyvsj_xt8mb_311 > .awsui_drawer-close-button_hyvsj_xt8mb_320:not(#\9) {
|
|
322
322
|
grid-column: 3;
|
|
323
323
|
grid-row: 2;
|
|
324
324
|
z-index: 1;
|
|
325
325
|
}
|
|
326
|
-
.
|
|
326
|
+
.awsui_drawer_hyvsj_xt8mb_176 > .awsui_drawer-content-container_hyvsj_xt8mb_311 > .awsui_drawer-content_hyvsj_xt8mb_311:not(#\9) {
|
|
327
327
|
grid-column: 1/span 4;
|
|
328
|
-
block-size: var(--awsui-content-height-
|
|
328
|
+
block-size: var(--awsui-content-height-kcc2gu);
|
|
329
329
|
}
|
|
330
|
-
.
|
|
330
|
+
.awsui_drawer_hyvsj_xt8mb_176 > .awsui_drawer-content-container_hyvsj_xt8mb_311 > .awsui_drawer-content_hyvsj_xt8mb_311.awsui_drawer-content-hidden_hyvsj_xt8mb_329:not(#\9) {
|
|
331
331
|
display: none;
|
|
332
332
|
}
|
|
333
|
-
.
|
|
333
|
+
.awsui_drawer_hyvsj_xt8mb_176 > .awsui_drawer-slider_hyvsj_xt8mb_332:not(#\9) {
|
|
334
334
|
grid-column: 1;
|
|
335
335
|
grid-row: 1;
|
|
336
336
|
block-size: 100%;
|
|
337
337
|
display: flex;
|
|
338
338
|
align-items: center;
|
|
339
339
|
}
|
|
340
|
-
.
|
|
340
|
+
.awsui_drawer_hyvsj_xt8mb_176:not(#\9):not(.awsui_is-drawer-open_hyvsj_xt8mb_339) {
|
|
341
341
|
opacity: 0;
|
|
342
342
|
inline-size: 0;
|
|
343
343
|
}
|
|
344
|
-
.
|
|
344
|
+
.awsui_drawer_hyvsj_xt8mb_176.awsui_is-drawer-open_hyvsj_xt8mb_339:not(#\9) {
|
|
345
345
|
border-inline-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
|
|
346
346
|
border-inline-start: solid var(--border-divider-section-width-uwo8my, 1px) var(--color-border-divider-default-nr68jt, #c6c6cd);
|
|
347
347
|
opacity: 1;
|
|
348
|
-
inline-size: var(--awsui-drawer-size-
|
|
348
|
+
inline-size: var(--awsui-drawer-size-kcc2gu);
|
|
349
349
|
}
|
|
350
350
|
@media (min-width: 2541px) {
|
|
351
|
-
.
|
|
352
|
-
--awsui-drawer-size-
|
|
351
|
+
.awsui_drawer_hyvsj_xt8mb_176.awsui_is-drawer-open_hyvsj_xt8mb_339:not(#\9) {
|
|
352
|
+
--awsui-drawer-size-kcc2gu: 320px;
|
|
353
353
|
}
|
|
354
354
|
}
|
|
355
355
|
@media (max-width: 688px) {
|
|
356
|
-
.
|
|
357
|
-
--awsui-drawer-size-
|
|
356
|
+
.awsui_drawer_hyvsj_xt8mb_176.awsui_is-drawer-open_hyvsj_xt8mb_339:not(#\9) {
|
|
357
|
+
--awsui-drawer-size-kcc2gu: 100vw;
|
|
358
358
|
inline-size: 100vw;
|
|
359
359
|
}
|
|
360
360
|
}
|
|
@@ -363,7 +363,7 @@ div.awsui_background_hyvsj_d1fap_149 > .awsui_scrolling-background_hyvsj_d1fap_1
|
|
|
363
363
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
364
364
|
SPDX-License-Identifier: Apache-2.0
|
|
365
365
|
*/
|
|
366
|
-
header.
|
|
366
|
+
header.awsui_content_hyvsj_xt8mb_365:not(#\9) {
|
|
367
367
|
grid-area: header;
|
|
368
368
|
}
|
|
369
369
|
|
|
@@ -388,35 +388,35 @@ The minimum content width property is set to zero and applied under all
|
|
|
388
388
|
circumstances regardless of whether the minContentWidth property is
|
|
389
389
|
explicitly set in script.
|
|
390
390
|
*/
|
|
391
|
-
.
|
|
392
|
-
--awsui-breadcrumbs-gap-
|
|
393
|
-
--awsui-content-gap-left-
|
|
394
|
-
--awsui-content-gap-right-
|
|
395
|
-
--awsui-content-height-
|
|
396
|
-
--awsui-default-max-content-width-
|
|
397
|
-
--awsui-default-min-content-width-
|
|
398
|
-
--awsui-footer-height-
|
|
399
|
-
--awsui-header-gap-
|
|
400
|
-
--awsui-header-height-
|
|
401
|
-
--awsui-layout-width-
|
|
402
|
-
--awsui-main-gap-
|
|
403
|
-
--awsui-main-offset-left-
|
|
404
|
-
--awsui-main-template-rows-
|
|
405
|
-
--awsui-max-content-width-
|
|
406
|
-
--awsui-min-content-width-
|
|
407
|
-
--awsui-mobile-bar-height-
|
|
408
|
-
--awsui-notifications-height-
|
|
409
|
-
--awsui-offset-top-
|
|
410
|
-
--awsui-overlap-height-
|
|
411
|
-
--awsui-toggles-left-width-
|
|
412
|
-
--awsui-toggles-right-width-
|
|
391
|
+
.awsui_layout_hyvsj_xt8mb_390:not(#\9) {
|
|
392
|
+
--awsui-breadcrumbs-gap-kcc2gu: 0px;
|
|
393
|
+
--awsui-content-gap-left-kcc2gu: 0px;
|
|
394
|
+
--awsui-content-gap-right-kcc2gu: 0px;
|
|
395
|
+
--awsui-content-height-kcc2gu: calc(100vh - var(--awsui-header-height-kcc2gu) - var(--awsui-footer-height-kcc2gu));
|
|
396
|
+
--awsui-default-max-content-width-kcc2gu: 1280px;
|
|
397
|
+
--awsui-default-min-content-width-kcc2gu: 0px;
|
|
398
|
+
--awsui-footer-height-kcc2gu: 0px;
|
|
399
|
+
--awsui-header-gap-kcc2gu: 0px;
|
|
400
|
+
--awsui-header-height-kcc2gu: 0px;
|
|
401
|
+
--awsui-layout-width-kcc2gu: 0px;
|
|
402
|
+
--awsui-main-gap-kcc2gu: 0px;
|
|
403
|
+
--awsui-main-offset-left-kcc2gu: 0px;
|
|
404
|
+
--awsui-main-template-rows-kcc2gu: 1fr;
|
|
405
|
+
--awsui-max-content-width-kcc2gu: 0px;
|
|
406
|
+
--awsui-min-content-width-kcc2gu: 280px;
|
|
407
|
+
--awsui-mobile-bar-height-kcc2gu: calc(2 * var(--space-m-dsumyt, 16px) + var(--space-scaled-xs-xwoogq, 8px));
|
|
408
|
+
--awsui-notifications-height-kcc2gu: 0px;
|
|
409
|
+
--awsui-offset-top-kcc2gu: var(--awsui-header-height-kcc2gu);
|
|
410
|
+
--awsui-overlap-height-kcc2gu: var(--space-dark-header-overlap-distance-ld45ap, 36px);
|
|
411
|
+
--awsui-toggles-left-width-kcc2gu: 0px;
|
|
412
|
+
--awsui-toggles-right-width-kcc2gu: 0px;
|
|
413
413
|
background-color: var(--color-background-layout-main-5ilwcb, #ffffff);
|
|
414
414
|
color: var(--color-text-body-default-vvtq8u, #0f141a);
|
|
415
415
|
display: grid;
|
|
416
416
|
grid-template-areas: ". . mobileToolbar . ." ". . notifications . ." ". . breadcrumbsGap . ." ". . breadcrumbs . ." ". . headerGap . ." ". . header . ." ". . mainGap . ." ". . main . ." ". . main . .";
|
|
417
|
-
grid-template-columns: min-content minmax(var(--awsui-content-gap-left-
|
|
418
|
-
grid-template-rows: auto auto var(--awsui-breadcrumbs-gap-
|
|
419
|
-
min-block-size: var(--awsui-content-height-
|
|
417
|
+
grid-template-columns: min-content minmax(var(--awsui-content-gap-left-kcc2gu), 1fr) minmax(var(--awsui-default-min-content-width-kcc2gu), var(--awsui-default-max-content-width-kcc2gu)) minmax(var(--awsui-content-gap-right-kcc2gu), 1fr) min-content;
|
|
418
|
+
grid-template-rows: auto auto var(--awsui-breadcrumbs-gap-kcc2gu) auto var(--awsui-header-gap-kcc2gu) auto var(--awsui-main-gap-kcc2gu) var(--awsui-overlap-height-kcc2gu) var(--awsui-main-template-rows-kcc2gu);
|
|
419
|
+
min-block-size: var(--awsui-content-height-kcc2gu);
|
|
420
420
|
position: relative;
|
|
421
421
|
/*
|
|
422
422
|
Add unified max-width for AppLayout content based on breakpoints. Only use the max content
|
|
@@ -460,114 +460,114 @@ explicitly set in script.
|
|
|
460
460
|
*/
|
|
461
461
|
}
|
|
462
462
|
@media (min-width: 1401px) {
|
|
463
|
-
.
|
|
464
|
-
--awsui-default-max-content-width-
|
|
463
|
+
.awsui_layout_hyvsj_xt8mb_390:not(#\9):not(.awsui_has-max-content-width_hyvsj_xt8mb_462) {
|
|
464
|
+
--awsui-default-max-content-width-kcc2gu: 1280px;
|
|
465
465
|
}
|
|
466
466
|
}
|
|
467
467
|
@media (min-width: 1921px) {
|
|
468
|
-
.
|
|
469
|
-
--awsui-default-max-content-width-
|
|
468
|
+
.awsui_layout_hyvsj_xt8mb_390:not(#\9):not(.awsui_has-max-content-width_hyvsj_xt8mb_462) {
|
|
469
|
+
--awsui-default-max-content-width-kcc2gu: 1440px;
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
472
|
@media (min-width: 2541px) {
|
|
473
|
-
.
|
|
474
|
-
--awsui-default-max-content-width-
|
|
473
|
+
.awsui_layout_hyvsj_xt8mb_390:not(#\9):not(.awsui_has-max-content-width_hyvsj_xt8mb_462) {
|
|
474
|
+
--awsui-default-max-content-width-kcc2gu: 1620px;
|
|
475
475
|
}
|
|
476
476
|
}
|
|
477
477
|
@media (min-width: 1401px) {
|
|
478
|
-
.
|
|
479
|
-
--awsui-default-max-content-width-
|
|
478
|
+
.awsui_layout_hyvsj_xt8mb_390:not(#\9):not(.awsui_has-max-content-width_hyvsj_xt8mb_462).awsui_content-type-dashboard_hyvsj_xt8mb_477 {
|
|
479
|
+
--awsui-default-max-content-width-kcc2gu: 1280px;
|
|
480
480
|
}
|
|
481
481
|
}
|
|
482
482
|
@media (min-width: 1921px) {
|
|
483
|
-
.
|
|
484
|
-
--awsui-default-max-content-width-
|
|
483
|
+
.awsui_layout_hyvsj_xt8mb_390:not(#\9):not(.awsui_has-max-content-width_hyvsj_xt8mb_462).awsui_content-type-dashboard_hyvsj_xt8mb_477 {
|
|
484
|
+
--awsui-default-max-content-width-kcc2gu: 1620px;
|
|
485
485
|
}
|
|
486
486
|
}
|
|
487
487
|
@media (min-width: 2541px) {
|
|
488
|
-
.
|
|
489
|
-
--awsui-default-max-content-width-
|
|
488
|
+
.awsui_layout_hyvsj_xt8mb_390:not(#\9):not(.awsui_has-max-content-width_hyvsj_xt8mb_462).awsui_content-type-dashboard_hyvsj_xt8mb_477 {
|
|
489
|
+
--awsui-default-max-content-width-kcc2gu: 2160px;
|
|
490
490
|
}
|
|
491
491
|
}
|
|
492
|
-
.
|
|
493
|
-
--awsui-default-max-content-width-
|
|
492
|
+
.awsui_layout_hyvsj_xt8mb_390:not(#\9):not(.awsui_has-max-content-width_hyvsj_xt8mb_462).awsui_content-type-table_hyvsj_xt8mb_491, .awsui_layout_hyvsj_xt8mb_390:not(#\9):not(.awsui_has-max-content-width_hyvsj_xt8mb_462).awsui_content-type-cards_hyvsj_xt8mb_491 {
|
|
493
|
+
--awsui-default-max-content-width-kcc2gu: 100%;
|
|
494
494
|
}
|
|
495
|
-
.
|
|
496
|
-
--awsui-default-max-content-width-
|
|
495
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_has-max-content-width_hyvsj_xt8mb_462:not(#\9) {
|
|
496
|
+
--awsui-default-max-content-width-kcc2gu: var(--awsui-max-content-width-kcc2gu);
|
|
497
497
|
}
|
|
498
|
-
.
|
|
499
|
-
--awsui-overlap-height-
|
|
498
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_is-overlap-disabled_hyvsj_xt8mb_497:not(#\9) {
|
|
499
|
+
--awsui-overlap-height-kcc2gu: 0;
|
|
500
500
|
}
|
|
501
|
-
.
|
|
502
|
-
--awsui-mobile-bar-height-
|
|
501
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_is-hide-mobile-toolbar_hyvsj_xt8mb_500:not(#\9) {
|
|
502
|
+
--awsui-mobile-bar-height-kcc2gu: 0px;
|
|
503
503
|
}
|
|
504
504
|
@media (min-width: 993px) {
|
|
505
|
-
.
|
|
506
|
-
--awsui-default-min-content-width-
|
|
505
|
+
.awsui_layout_hyvsj_xt8mb_390:not(#\9) {
|
|
506
|
+
--awsui-default-min-content-width-kcc2gu: var(--awsui-min-content-width-kcc2gu, 280px);
|
|
507
507
|
}
|
|
508
508
|
}
|
|
509
509
|
@media (max-width: 992px) {
|
|
510
|
-
.
|
|
511
|
-
--awsui-default-min-content-width-
|
|
510
|
+
.awsui_layout_hyvsj_xt8mb_390:not(#\9) {
|
|
511
|
+
--awsui-default-min-content-width-kcc2gu: 0px;
|
|
512
512
|
}
|
|
513
513
|
}
|
|
514
514
|
@media (min-width: 689px) {
|
|
515
|
-
.
|
|
516
|
-
--awsui-content-gap-left-
|
|
515
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_has-content-gap-left_hyvsj_xt8mb_514:not(#\9) {
|
|
516
|
+
--awsui-content-gap-left-kcc2gu: var(--space-layout-content-horizontal-buc0zz, 24px);
|
|
517
517
|
}
|
|
518
|
-
.
|
|
519
|
-
--awsui-content-gap-right-
|
|
518
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_has-content-gap-right_hyvsj_xt8mb_517:not(#\9) {
|
|
519
|
+
--awsui-content-gap-right-kcc2gu: var(--space-layout-content-horizontal-buc0zz, 24px);
|
|
520
520
|
}
|
|
521
521
|
}
|
|
522
522
|
@media (max-width: 688px) {
|
|
523
|
-
.
|
|
524
|
-
--awsui-content-gap-left-
|
|
525
|
-
--awsui-content-gap-right-
|
|
523
|
+
.awsui_layout_hyvsj_xt8mb_390:not(#\9) {
|
|
524
|
+
--awsui-content-gap-left-kcc2gu: var(--space-l-2ud1p3, 20px);
|
|
525
|
+
--awsui-content-gap-right-kcc2gu: var(--space-l-2ud1p3, 20px);
|
|
526
526
|
}
|
|
527
527
|
}
|
|
528
|
-
.
|
|
529
|
-
--awsui-breadcrumbs-gap-
|
|
528
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_has-breadcrumbs_hyvsj_xt8mb_527:not(#\9) {
|
|
529
|
+
--awsui-breadcrumbs-gap-kcc2gu: var(--space-scaled-m-m892r9, 16px);
|
|
530
530
|
}
|
|
531
|
-
.
|
|
532
|
-
--awsui-header-gap-
|
|
531
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_content-first-child-header_hyvsj_xt8mb_530:not(#\9), .awsui_layout_hyvsj_xt8mb_390.awsui_content-first-child-notifications_hyvsj_xt8mb_530:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_xt8mb_527).awsui_has-header_hyvsj_xt8mb_530 {
|
|
532
|
+
--awsui-header-gap-kcc2gu: var(--space-scaled-xs-xwoogq, 8px);
|
|
533
533
|
}
|
|
534
|
-
.
|
|
535
|
-
--awsui-header-gap-
|
|
534
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_has-breadcrumbs_hyvsj_xt8mb_527.awsui_has-header_hyvsj_xt8mb_530:not(#\9) {
|
|
535
|
+
--awsui-header-gap-kcc2gu: var(--space-scaled-xs-xwoogq, 8px);
|
|
536
536
|
}
|
|
537
|
-
.
|
|
538
|
-
--awsui-main-gap-
|
|
537
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_content-first-child-notifications_hyvsj_xt8mb_530:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_xt8mb_527):not(.awsui_has-header_hyvsj_xt8mb_530) {
|
|
538
|
+
--awsui-main-gap-kcc2gu: var(--space-xs-ymlm0b, 8px);
|
|
539
539
|
}
|
|
540
|
-
.
|
|
541
|
-
--awsui-main-gap-
|
|
540
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_has-breadcrumbs_hyvsj_xt8mb_527:not(#\9):not(.awsui_has-header_hyvsj_xt8mb_530) {
|
|
541
|
+
--awsui-main-gap-kcc2gu: var(--space-scaled-xxs-pfm1nx, 4px);
|
|
542
542
|
}
|
|
543
|
-
.
|
|
544
|
-
--awsui-main-gap-
|
|
543
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_has-header_hyvsj_xt8mb_530:not(#\9) {
|
|
544
|
+
--awsui-main-gap-kcc2gu: var(--space-content-header-padding-bottom-rvy5xz, 16px);
|
|
545
545
|
}
|
|
546
|
-
.
|
|
547
|
-
--awsui-main-gap-
|
|
546
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_content-first-child-main_hyvsj_xt8mb_545:not(#\9):not(.awsui_disable-content-paddings_hyvsj_xt8mb_545) {
|
|
547
|
+
--awsui-main-gap-kcc2gu: var(--space-scaled-s-8ozaad, 12px);
|
|
548
548
|
}
|
|
549
|
-
.
|
|
550
|
-
--awsui-main-gap-
|
|
549
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_content-first-child-main_hyvsj_xt8mb_545.awsui_disable-content-paddings_hyvsj_xt8mb_545:not(#\9) {
|
|
550
|
+
--awsui-main-gap-kcc2gu: 0px;
|
|
551
551
|
}
|
|
552
552
|
@media (max-width: 688px) {
|
|
553
|
-
.
|
|
554
|
-
--awsui-header-gap-
|
|
553
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_content-first-child-header_hyvsj_xt8mb_530:not(#\9) {
|
|
554
|
+
--awsui-header-gap-kcc2gu: var(--space-scaled-s-8ozaad, 12px);
|
|
555
555
|
}
|
|
556
|
-
.
|
|
557
|
-
--awsui-header-gap-
|
|
556
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_content-first-child-notifications_hyvsj_xt8mb_530:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_xt8mb_527).awsui_has-header_hyvsj_xt8mb_530 {
|
|
557
|
+
--awsui-header-gap-kcc2gu: var(--space-scaled-s-8ozaad, 12px);
|
|
558
558
|
}
|
|
559
|
-
.
|
|
560
|
-
--awsui-main-gap-
|
|
559
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_content-first-child-notifications_hyvsj_xt8mb_530:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_xt8mb_527):not(.awsui_has-header_hyvsj_xt8mb_530), .awsui_layout_hyvsj_xt8mb_390.awsui_content-first-child-main_hyvsj_xt8mb_545:not(#\9):not(.awsui_disable-content-paddings_hyvsj_xt8mb_545) {
|
|
560
|
+
--awsui-main-gap-kcc2gu: var(--space-scaled-s-8ozaad, 12px);
|
|
561
561
|
}
|
|
562
|
-
.
|
|
563
|
-
--awsui-main-gap-
|
|
562
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_content-first-child-main_hyvsj_xt8mb_545.awsui_disable-content-paddings_hyvsj_xt8mb_545:not(#\9) {
|
|
563
|
+
--awsui-main-gap-kcc2gu: 0px;
|
|
564
564
|
}
|
|
565
565
|
}
|
|
566
|
-
.
|
|
567
|
-
--awsui-toggles-left-width-
|
|
566
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_has-left-toggles-gutter_hyvsj_xt8mb_565:not(#\9) {
|
|
567
|
+
--awsui-toggles-left-width-kcc2gu: calc(var(--space-layout-toggle-padding-chwlhz, 12px) + 36px);
|
|
568
568
|
}
|
|
569
|
-
.
|
|
570
|
-
--awsui-toggles-right-width-
|
|
569
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_has-right-toggles-gutter_hyvsj_xt8mb_568:not(#\9) {
|
|
570
|
+
--awsui-toggles-right-width-kcc2gu: calc(var(--space-layout-toggle-padding-chwlhz, 12px) + 36px);
|
|
571
571
|
}
|
|
572
572
|
|
|
573
573
|
/*
|
|
@@ -580,27 +580,27 @@ not matter. The offset top value for AppLayout contentMain children with
|
|
|
580
580
|
position: sticky will be the value of the notifications height in addition to the
|
|
581
581
|
notifications top margin and some additional vertical space for aesthetics.
|
|
582
582
|
*/
|
|
583
|
-
.
|
|
584
|
-
--awsui-main-template-rows-
|
|
585
|
-
--awsui-offset-top-
|
|
586
|
-
block-size: var(--awsui-content-height-
|
|
583
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_disable-body-scroll_hyvsj_xt8mb_208:not(#\9) {
|
|
584
|
+
--awsui-main-template-rows-kcc2gu: 1fr auto;
|
|
585
|
+
--awsui-offset-top-kcc2gu: 0px;
|
|
586
|
+
block-size: var(--awsui-content-height-kcc2gu);
|
|
587
587
|
overflow-y: scroll;
|
|
588
588
|
}
|
|
589
|
-
.
|
|
590
|
-
--awsui-main-template-rows-
|
|
589
|
+
.awsui_layout_hyvsj_xt8mb_390.awsui_disable-body-scroll_hyvsj_xt8mb_208.awsui_has-split-panel_hyvsj_xt8mb_588.awsui_split-panel-position-bottom_hyvsj_xt8mb_588:not(#\9) {
|
|
590
|
+
--awsui-main-template-rows-kcc2gu: repeat(2, auto);
|
|
591
591
|
}
|
|
592
592
|
|
|
593
593
|
/*
|
|
594
594
|
This CSS class is applied to the document body to prevent overflow scrolling
|
|
595
595
|
when the navigation or tools drawers are open in responsive viewports.
|
|
596
596
|
*/
|
|
597
|
-
.awsui_block-body-
|
|
597
|
+
.awsui_block-body-scroll_hyvsj_xt8mb_596:not(#\9) {
|
|
598
598
|
overflow: hidden;
|
|
599
599
|
}
|
|
600
600
|
|
|
601
601
|
/* stylelint-disable selector-max-universal, selector-combinator-disallowed-list */
|
|
602
|
-
.
|
|
603
|
-
.
|
|
602
|
+
.awsui_unfocusable_hyvsj_xt8mb_601:not(#\9),
|
|
603
|
+
.awsui_unfocusable_hyvsj_xt8mb_601 *:not(#\9) {
|
|
604
604
|
visibility: hidden !important;
|
|
605
605
|
}
|
|
606
606
|
|
|
@@ -609,7 +609,7 @@ when the navigation or tools drawers are open in responsive viewports.
|
|
|
609
609
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
610
610
|
SPDX-License-Identifier: Apache-2.0
|
|
611
611
|
*/
|
|
612
|
-
.
|
|
612
|
+
.awsui_container_hyvsj_xt8mb_611:not(#\9) {
|
|
613
613
|
grid-area: main;
|
|
614
614
|
padding-block-end: var(--space-layout-content-bottom-zeb1g9, 40px);
|
|
615
615
|
/*
|
|
@@ -626,19 +626,19 @@ when the navigation or tools drawers are open in responsive viewports.
|
|
|
626
626
|
on the right, we decrement the column end by one.
|
|
627
627
|
*/
|
|
628
628
|
}
|
|
629
|
-
.
|
|
630
|
-
padding-block-end: calc(var(--awsui-split-panel-height-
|
|
629
|
+
.awsui_container_hyvsj_xt8mb_611.awsui_has-split-panel_hyvsj_xt8mb_588.awsui_split-panel-position-bottom_hyvsj_xt8mb_588:not(#\9) {
|
|
630
|
+
padding-block-end: calc(var(--awsui-split-panel-height-kcc2gu) + var(--space-layout-content-bottom-zeb1g9, 40px));
|
|
631
631
|
}
|
|
632
|
-
.
|
|
632
|
+
.awsui_container_hyvsj_xt8mb_611.awsui_disable-content-paddings_hyvsj_xt8mb_545:not(#\9) {
|
|
633
633
|
grid-column: 1/6;
|
|
634
634
|
padding-block: 0;
|
|
635
635
|
padding-inline: 0;
|
|
636
636
|
}
|
|
637
637
|
@media (min-width: 689px) {
|
|
638
|
-
.
|
|
638
|
+
.awsui_container_hyvsj_xt8mb_611.awsui_disable-content-paddings_hyvsj_xt8mb_545.awsui_is-navigation-open_hyvsj_xt8mb_637:not(#\9) {
|
|
639
639
|
grid-column-start: 2;
|
|
640
640
|
}
|
|
641
|
-
.
|
|
641
|
+
.awsui_container_hyvsj_xt8mb_611.awsui_disable-content-paddings_hyvsj_xt8mb_545.awsui_is-tools-open_hyvsj_xt8mb_640:not(#\9), .awsui_container_hyvsj_xt8mb_611.awsui_disable-content-paddings_hyvsj_xt8mb_545.awsui_is-split-panel-open_hyvsj_xt8mb_640.awsui_split-panel-position-side_hyvsj_xt8mb_640:not(#\9), .awsui_container_hyvsj_xt8mb_611.awsui_disable-content-paddings_hyvsj_xt8mb_545.awsui_has-active-drawer_hyvsj_xt8mb_640:not(#\9) {
|
|
642
642
|
grid-column-end: 5;
|
|
643
643
|
}
|
|
644
644
|
}
|
|
@@ -651,13 +651,13 @@ when the navigation or tools drawers are open in responsive viewports.
|
|
|
651
651
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
652
652
|
SPDX-License-Identifier: Apache-2.0
|
|
653
653
|
*/
|
|
654
|
-
section.awsui_mobile-
|
|
654
|
+
section.awsui_mobile-toolbar_hyvsj_xt8mb_653:not(#\9) {
|
|
655
655
|
align-items: center;
|
|
656
656
|
background-color: var(--color-background-layout-main-5ilwcb, #ffffff);
|
|
657
657
|
border-block-end: 1px solid var(--color-border-divider-default-nr68jt, #c6c6cd);
|
|
658
658
|
box-shadow: var(--shadow-sticky-lolw8j, 0px 4px 8px 1px rgba(0, 7, 22, 0.1));
|
|
659
659
|
box-sizing: border-box;
|
|
660
|
-
block-size: var(--awsui-mobile-bar-height-
|
|
660
|
+
block-size: var(--awsui-mobile-bar-height-kcc2gu);
|
|
661
661
|
display: grid;
|
|
662
662
|
grid-area: mobileToolbar;
|
|
663
663
|
grid-column: 1/span 5;
|
|
@@ -665,22 +665,22 @@ section.awsui_mobile-toolbar_hyvsj_d1fap_653:not(#\9) {
|
|
|
665
665
|
padding-block: 0;
|
|
666
666
|
padding-inline: var(--space-m-dsumyt, 16px);
|
|
667
667
|
position: sticky;
|
|
668
|
-
inset-block-start: var(--awsui-offset-top-
|
|
668
|
+
inset-block-start: var(--awsui-offset-top-kcc2gu);
|
|
669
669
|
z-index: 1000;
|
|
670
670
|
}
|
|
671
|
-
section.awsui_mobile-
|
|
671
|
+
section.awsui_mobile-toolbar_hyvsj_xt8mb_653:not(#\9):not(.awsui_remove-high-contrast-header_hyvsj_xt8mb_670) {
|
|
672
672
|
background-color: var(--color-background-layout-main-5ilwcb, #ffffff);
|
|
673
673
|
box-shadow: var(--shadow-panel-toggle-qddz27, 0px 6px 12px 1px rgba(0, 7, 22, 0.12));
|
|
674
674
|
}
|
|
675
|
-
section.awsui_mobile-
|
|
675
|
+
section.awsui_mobile-toolbar_hyvsj_xt8mb_653 > .awsui_mobile-toolbar-nav_hyvsj_xt8mb_674:not(#\9) {
|
|
676
676
|
grid-column: 1;
|
|
677
677
|
margin-inline-end: var(--space-m-dsumyt, 16px);
|
|
678
678
|
}
|
|
679
|
-
section.awsui_mobile-
|
|
679
|
+
section.awsui_mobile-toolbar_hyvsj_xt8mb_653 > .awsui_mobile-toolbar-breadcrumbs_hyvsj_xt8mb_678:not(#\9) {
|
|
680
680
|
grid-column: 2;
|
|
681
681
|
background-color: var(--color-background-layout-main-5ilwcb, #ffffff);
|
|
682
682
|
}
|
|
683
|
-
section.awsui_mobile-
|
|
683
|
+
section.awsui_mobile-toolbar_hyvsj_xt8mb_653 > .awsui_mobile-toolbar-tools_hyvsj_xt8mb_682:not(#\9) {
|
|
684
684
|
grid-column: 3;
|
|
685
685
|
margin-inline-start: var(--space-m-dsumyt, 16px);
|
|
686
686
|
}
|
|
@@ -689,13 +689,13 @@ section.awsui_mobile-toolbar_hyvsj_d1fap_653 > .awsui_mobile-toolbar-tools_hyvsj
|
|
|
689
689
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
690
690
|
SPDX-License-Identifier: Apache-2.0
|
|
691
691
|
*/
|
|
692
|
-
.awsui_navigation-
|
|
692
|
+
.awsui_navigation-container_hyvsj_xt8mb_691:not(#\9) {
|
|
693
693
|
display: flex;
|
|
694
694
|
grid-column: 1;
|
|
695
695
|
grid-row: 1/span 9;
|
|
696
|
-
block-size: var(--awsui-content-height-
|
|
696
|
+
block-size: var(--awsui-content-height-kcc2gu);
|
|
697
697
|
position: sticky;
|
|
698
|
-
inset-block-start: var(--awsui-offset-top-
|
|
698
|
+
inset-block-start: var(--awsui-offset-top-kcc2gu);
|
|
699
699
|
z-index: 830;
|
|
700
700
|
/*
|
|
701
701
|
The navigation and tools containers (that contain the toggle buttons)
|
|
@@ -710,7 +710,7 @@ section.awsui_mobile-toolbar_hyvsj_d1fap_653 > .awsui_mobile-toolbar-tools_hyvsj
|
|
|
710
710
|
pointer-events: none;
|
|
711
711
|
}
|
|
712
712
|
@media (max-width: 688px) {
|
|
713
|
-
.awsui_navigation-
|
|
713
|
+
.awsui_navigation-container_hyvsj_xt8mb_691:not(#\9) {
|
|
714
714
|
inset-inline-start: 0;
|
|
715
715
|
position: fixed;
|
|
716
716
|
z-index: 1001;
|
|
@@ -722,12 +722,12 @@ section.awsui_mobile-toolbar_hyvsj_d1fap_653 > .awsui_mobile-toolbar-tools_hyvsj
|
|
|
722
722
|
relative to the body.
|
|
723
723
|
*/
|
|
724
724
|
}
|
|
725
|
-
.awsui_navigation-
|
|
726
|
-
inset-block-start: var(--awsui-header-height-
|
|
725
|
+
.awsui_navigation-container_hyvsj_xt8mb_691.awsui_disable-body-scroll_hyvsj_xt8mb_208:not(#\9) {
|
|
726
|
+
inset-block-start: var(--awsui-header-height-kcc2gu);
|
|
727
727
|
}
|
|
728
728
|
}
|
|
729
729
|
|
|
730
|
-
nav.awsui_show-
|
|
730
|
+
nav.awsui_show-navigation_hyvsj_xt8mb_729:not(#\9) {
|
|
731
731
|
padding-block: var(--space-scaled-s-8ozaad, 12px);
|
|
732
732
|
padding-inline: var(--space-layout-toggle-padding-chwlhz, 12px);
|
|
733
733
|
/*
|
|
@@ -735,7 +735,7 @@ nav.awsui_show-navigation_hyvsj_d1fap_729:not(#\9) {
|
|
|
735
735
|
take control in responsive viewports.
|
|
736
736
|
*/
|
|
737
737
|
}
|
|
738
|
-
@keyframes
|
|
738
|
+
@keyframes awsui_showButtons_hyvsj_xt8mb_1 {
|
|
739
739
|
0% {
|
|
740
740
|
opacity: 0;
|
|
741
741
|
}
|
|
@@ -743,31 +743,31 @@ nav.awsui_show-navigation_hyvsj_d1fap_729:not(#\9) {
|
|
|
743
743
|
opacity: 1;
|
|
744
744
|
}
|
|
745
745
|
}
|
|
746
|
-
nav.awsui_show-
|
|
746
|
+
nav.awsui_show-navigation_hyvsj_xt8mb_729.awsui_is-navigation-open_hyvsj_xt8mb_637:not(#\9) {
|
|
747
747
|
display: none;
|
|
748
748
|
}
|
|
749
749
|
@media (min-width: 689px) {
|
|
750
|
-
nav.awsui_show-
|
|
750
|
+
nav.awsui_show-navigation_hyvsj_xt8mb_729:not(#\9):not(.awsui_is-navigation-open_hyvsj_xt8mb_637) {
|
|
751
751
|
display: block;
|
|
752
752
|
}
|
|
753
|
-
nav.awsui_show-
|
|
754
|
-
animation:
|
|
753
|
+
nav.awsui_show-navigation_hyvsj_xt8mb_729:not(#\9):not(.awsui_is-navigation-open_hyvsj_xt8mb_637).awsui_animating_hyvsj_xt8mb_752 {
|
|
754
|
+
animation: awsui_showButtons_hyvsj_xt8mb_1 var(--motion-duration-refresh-only-fast-zfibh6, 115ms);
|
|
755
755
|
}
|
|
756
756
|
}
|
|
757
757
|
@media (min-width: 689px) and (prefers-reduced-motion: reduce) {
|
|
758
|
-
nav.awsui_show-
|
|
758
|
+
nav.awsui_show-navigation_hyvsj_xt8mb_729:not(#\9):not(.awsui_is-navigation-open_hyvsj_xt8mb_637).awsui_animating_hyvsj_xt8mb_752 {
|
|
759
759
|
animation: none;
|
|
760
760
|
transition: none;
|
|
761
761
|
}
|
|
762
762
|
}
|
|
763
763
|
@media (min-width: 689px) {
|
|
764
|
-
.awsui-motion-disabled nav.awsui_show-
|
|
764
|
+
.awsui-motion-disabled nav.awsui_show-navigation_hyvsj_xt8mb_729:not(#\9):not(.awsui_is-navigation-open_hyvsj_xt8mb_637).awsui_animating_hyvsj_xt8mb_752, .awsui-mode-entering nav.awsui_show-navigation_hyvsj_xt8mb_729:not(#\9):not(.awsui_is-navigation-open_hyvsj_xt8mb_637).awsui_animating_hyvsj_xt8mb_752 {
|
|
765
765
|
animation: none;
|
|
766
766
|
transition: none;
|
|
767
767
|
}
|
|
768
768
|
}
|
|
769
769
|
|
|
770
|
-
nav.
|
|
770
|
+
nav.awsui_navigation_hyvsj_xt8mb_691:not(#\9) {
|
|
771
771
|
background-color: var(--color-background-container-content-6u8rvp, #ffffff);
|
|
772
772
|
inset-block-end: 0;
|
|
773
773
|
block-size: 100%;
|
|
@@ -787,46 +787,46 @@ nav.awsui_navigation_hyvsj_d1fap_691:not(#\9) {
|
|
|
787
787
|
prevent unwanted text wrapping.
|
|
788
788
|
*/
|
|
789
789
|
}
|
|
790
|
-
@keyframes
|
|
790
|
+
@keyframes awsui_openNavigation_hyvsj_xt8mb_1 {
|
|
791
791
|
from {
|
|
792
792
|
opacity: 0;
|
|
793
793
|
inline-size: calc(var(--space-layout-toggle-padding-chwlhz, 12px) * 2 + var(--space-layout-toggle-diameter-j2qffw, 36px));
|
|
794
794
|
}
|
|
795
795
|
to {
|
|
796
796
|
opacity: 1;
|
|
797
|
-
inline-size: var(--awsui-navigation-width-
|
|
797
|
+
inline-size: var(--awsui-navigation-width-kcc2gu);
|
|
798
798
|
}
|
|
799
799
|
}
|
|
800
|
-
nav.
|
|
800
|
+
nav.awsui_navigation_hyvsj_xt8mb_691:not(#\9):not(.awsui_is-navigation-open_hyvsj_xt8mb_637) {
|
|
801
801
|
inline-size: 0;
|
|
802
802
|
display: none;
|
|
803
803
|
}
|
|
804
|
-
nav.
|
|
805
|
-
animation:
|
|
804
|
+
nav.awsui_navigation_hyvsj_xt8mb_691.awsui_is-navigation-open_hyvsj_xt8mb_637.awsui_animating_hyvsj_xt8mb_752:not(#\9) {
|
|
805
|
+
animation: awsui_openNavigation_hyvsj_xt8mb_1 var(--motion-duration-refresh-only-fast-zfibh6, 115ms);
|
|
806
806
|
}
|
|
807
807
|
@media (prefers-reduced-motion: reduce) {
|
|
808
|
-
nav.
|
|
808
|
+
nav.awsui_navigation_hyvsj_xt8mb_691.awsui_is-navigation-open_hyvsj_xt8mb_637.awsui_animating_hyvsj_xt8mb_752:not(#\9) {
|
|
809
809
|
animation: none;
|
|
810
810
|
transition: none;
|
|
811
811
|
}
|
|
812
812
|
}
|
|
813
|
-
.awsui-motion-disabled nav.
|
|
813
|
+
.awsui-motion-disabled nav.awsui_navigation_hyvsj_xt8mb_691.awsui_is-navigation-open_hyvsj_xt8mb_637.awsui_animating_hyvsj_xt8mb_752:not(#\9), .awsui-mode-entering nav.awsui_navigation_hyvsj_xt8mb_691.awsui_is-navigation-open_hyvsj_xt8mb_637.awsui_animating_hyvsj_xt8mb_752:not(#\9) {
|
|
814
814
|
animation: none;
|
|
815
815
|
transition: none;
|
|
816
816
|
}
|
|
817
|
-
nav.
|
|
818
|
-
inline-size: var(--awsui-navigation-width-
|
|
817
|
+
nav.awsui_navigation_hyvsj_xt8mb_691 > .awsui_animated-content_hyvsj_xt8mb_816:not(#\9) {
|
|
818
|
+
inline-size: var(--awsui-navigation-width-kcc2gu);
|
|
819
819
|
}
|
|
820
|
-
nav.
|
|
820
|
+
nav.awsui_navigation_hyvsj_xt8mb_691 > .awsui_content-container_hyvsj_xt8mb_819:not(#\9) {
|
|
821
821
|
flex-grow: 1;
|
|
822
822
|
}
|
|
823
823
|
@media (max-width: 688px) {
|
|
824
|
-
nav.
|
|
825
|
-
--awsui-navigation-width-
|
|
824
|
+
nav.awsui_navigation_hyvsj_xt8mb_691:not(#\9) {
|
|
825
|
+
--awsui-navigation-width-kcc2gu: 100vw;
|
|
826
826
|
}
|
|
827
827
|
}
|
|
828
828
|
|
|
829
|
-
.awsui_hide-
|
|
829
|
+
.awsui_hide-navigation_hyvsj_xt8mb_828:not(#\9) {
|
|
830
830
|
position: absolute;
|
|
831
831
|
inset-inline-end: var(--space-m-dsumyt, 16px);
|
|
832
832
|
inset-block-start: var(--size-vertical-panel-icon-offset-z959cw, 15px);
|
|
@@ -836,24 +836,24 @@ nav.awsui_navigation_hyvsj_d1fap_691 > .awsui_content-container_hyvsj_d1fap_819:
|
|
|
836
836
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
837
837
|
SPDX-License-Identifier: Apache-2.0
|
|
838
838
|
*/
|
|
839
|
-
.
|
|
839
|
+
.awsui_notifications_hyvsj_xt8mb_838:not(#\9) {
|
|
840
840
|
color: var(--color-text-body-default-vvtq8u, #0f141a);
|
|
841
841
|
grid-area: notifications;
|
|
842
842
|
z-index: 850;
|
|
843
843
|
}
|
|
844
|
-
.
|
|
844
|
+
.awsui_notifications_hyvsj_xt8mb_838.awsui_has-notification-content_hyvsj_xt8mb_843:not(#\9) {
|
|
845
845
|
padding-block-start: var(--space-scaled-s-8ozaad, 12px);
|
|
846
846
|
}
|
|
847
847
|
@media (min-width: 689px) {
|
|
848
|
-
.
|
|
849
|
-
--awsui-flashbar-sticky-bottom-margin-
|
|
848
|
+
.awsui_notifications_hyvsj_xt8mb_838.awsui_sticky-notifications_hyvsj_xt8mb_847:not(#\9) {
|
|
849
|
+
--awsui-flashbar-sticky-bottom-margin-kcc2gu: var(--space-xxl-32srm4, 32px);
|
|
850
850
|
position: sticky;
|
|
851
|
-
inset-block-start: var(--awsui-offset-top-
|
|
851
|
+
inset-block-start: var(--awsui-offset-top-kcc2gu);
|
|
852
852
|
}
|
|
853
|
-
.
|
|
853
|
+
.awsui_notifications_hyvsj_xt8mb_838.awsui_sticky-notifications_hyvsj_xt8mb_847:not(#\9):not(.awsui_high-contrast_hyvsj_xt8mb_852) {
|
|
854
854
|
background-color: var(--color-background-layout-main-5ilwcb, #ffffff);
|
|
855
855
|
}
|
|
856
|
-
.
|
|
856
|
+
.awsui_notifications_hyvsj_xt8mb_838.awsui_has-notification-content_hyvsj_xt8mb_843:not(#\9) {
|
|
857
857
|
padding-block-start: var(--space-xs-ymlm0b, 8px);
|
|
858
858
|
}
|
|
859
859
|
}
|
|
@@ -868,13 +868,13 @@ as the content area. This row is defined as 1 fractional unit which will
|
|
|
868
868
|
consume the remaining vertical space in the grid after the notifications
|
|
869
869
|
and breadcrumbs.
|
|
870
870
|
*/
|
|
871
|
-
section.awsui_split-panel-
|
|
871
|
+
section.awsui_split-panel-bottom_hyvsj_xt8mb_870:not(#\9) {
|
|
872
872
|
/*
|
|
873
873
|
The align self property will position the split panel at the bottom of the grid row.
|
|
874
874
|
This could be off the viewport if the content area has enough content to be scrollable.
|
|
875
875
|
*/
|
|
876
876
|
align-self: end;
|
|
877
|
-
inset-block-end: var(--awsui-footer-height-
|
|
877
|
+
inset-block-end: var(--awsui-footer-height-kcc2gu);
|
|
878
878
|
display: none;
|
|
879
879
|
grid-column: 1/6;
|
|
880
880
|
grid-row: 9;
|
|
@@ -904,47 +904,47 @@ section.awsui_split-panel-bottom_hyvsj_d1fap_870:not(#\9) {
|
|
|
904
904
|
apply the animation to the height property.
|
|
905
905
|
*/
|
|
906
906
|
}
|
|
907
|
-
@keyframes
|
|
907
|
+
@keyframes awsui_openSplitPanelBottom_hyvsj_xt8mb_1 {
|
|
908
908
|
from {
|
|
909
|
-
block-size: var(--awsui-split-panel-reported-header-size-
|
|
909
|
+
block-size: var(--awsui-split-panel-reported-header-size-kcc2gu, 0);
|
|
910
910
|
}
|
|
911
911
|
to {
|
|
912
|
-
block-size: var(--awsui-split-panel-reported-size-
|
|
912
|
+
block-size: var(--awsui-split-panel-reported-size-kcc2gu);
|
|
913
913
|
}
|
|
914
914
|
}
|
|
915
|
-
section.awsui_split-panel-
|
|
915
|
+
section.awsui_split-panel-bottom_hyvsj_xt8mb_870.awsui_disable-body-scroll_hyvsj_xt8mb_208:not(#\9) {
|
|
916
916
|
inset-block-end: 0;
|
|
917
917
|
}
|
|
918
|
-
section.awsui_split-panel-
|
|
918
|
+
section.awsui_split-panel-bottom_hyvsj_xt8mb_870.awsui_is-navigation-open_hyvsj_xt8mb_637.awsui_position-bottom_hyvsj_xt8mb_917:not(#\9) {
|
|
919
919
|
grid-column-start: 2;
|
|
920
920
|
}
|
|
921
|
-
section.awsui_split-panel-
|
|
921
|
+
section.awsui_split-panel-bottom_hyvsj_xt8mb_870.awsui_has-open-drawer_hyvsj_xt8mb_187.awsui_position-bottom_hyvsj_xt8mb_917:not(#\9) {
|
|
922
922
|
grid-column-end: 5;
|
|
923
923
|
}
|
|
924
|
-
section.awsui_split-panel-
|
|
924
|
+
section.awsui_split-panel-bottom_hyvsj_xt8mb_870.awsui_position-bottom_hyvsj_xt8mb_917:not(#\9) {
|
|
925
925
|
display: block;
|
|
926
926
|
}
|
|
927
|
-
section.awsui_split-panel-
|
|
927
|
+
section.awsui_split-panel-bottom_hyvsj_xt8mb_870:not(#\9):not(.awsui_is-split-panel-open_hyvsj_xt8mb_640).awsui_position-bottom_hyvsj_xt8mb_917 {
|
|
928
928
|
box-shadow: rgba(0, 7, 22, 0.1) 0px -32px 32px -24px;
|
|
929
929
|
}
|
|
930
|
-
section.awsui_split-panel-
|
|
930
|
+
section.awsui_split-panel-bottom_hyvsj_xt8mb_870.awsui_is-split-panel-open_hyvsj_xt8mb_640.awsui_position-bottom_hyvsj_xt8mb_917:not(#\9) {
|
|
931
931
|
box-shadow: var(--shadow-split-bottom-vlyulf, 0px -36px 36px -36px rgba(0, 7, 22, 0.1));
|
|
932
932
|
}
|
|
933
|
-
section.awsui_split-panel-
|
|
934
|
-
animation:
|
|
933
|
+
section.awsui_split-panel-bottom_hyvsj_xt8mb_870.awsui_is-split-panel-open_hyvsj_xt8mb_640.awsui_position-bottom_hyvsj_xt8mb_917.awsui_animating_hyvsj_xt8mb_752:not(#\9) {
|
|
934
|
+
animation: awsui_openSplitPanelBottom_hyvsj_xt8mb_1 var(--motion-duration-refresh-only-fast-zfibh6, 115ms);
|
|
935
935
|
}
|
|
936
936
|
@media (prefers-reduced-motion: reduce) {
|
|
937
|
-
section.awsui_split-panel-
|
|
937
|
+
section.awsui_split-panel-bottom_hyvsj_xt8mb_870.awsui_is-split-panel-open_hyvsj_xt8mb_640.awsui_position-bottom_hyvsj_xt8mb_917.awsui_animating_hyvsj_xt8mb_752:not(#\9) {
|
|
938
938
|
animation: none;
|
|
939
939
|
transition: none;
|
|
940
940
|
}
|
|
941
941
|
}
|
|
942
|
-
.awsui-motion-disabled section.awsui_split-panel-
|
|
942
|
+
.awsui-motion-disabled section.awsui_split-panel-bottom_hyvsj_xt8mb_870.awsui_is-split-panel-open_hyvsj_xt8mb_640.awsui_position-bottom_hyvsj_xt8mb_917.awsui_animating_hyvsj_xt8mb_752:not(#\9), .awsui-mode-entering section.awsui_split-panel-bottom_hyvsj_xt8mb_870.awsui_is-split-panel-open_hyvsj_xt8mb_640.awsui_position-bottom_hyvsj_xt8mb_917.awsui_animating_hyvsj_xt8mb_752:not(#\9) {
|
|
943
943
|
animation: none;
|
|
944
944
|
transition: none;
|
|
945
945
|
}
|
|
946
946
|
|
|
947
|
-
section.awsui_split-panel-
|
|
947
|
+
section.awsui_split-panel-side_hyvsj_xt8mb_946:not(#\9) {
|
|
948
948
|
block-size: 100%;
|
|
949
949
|
overflow-x: hidden;
|
|
950
950
|
pointer-events: auto;
|
|
@@ -954,15 +954,15 @@ section.awsui_split-panel-side_hyvsj_d1fap_946:not(#\9) {
|
|
|
954
954
|
be persistent in the DOM when closed.
|
|
955
955
|
*/
|
|
956
956
|
}
|
|
957
|
-
section.awsui_split-panel-
|
|
957
|
+
section.awsui_split-panel-side_hyvsj_xt8mb_946:not(#\9):not(.awsui_is-split-panel-open_hyvsj_xt8mb_640), section.awsui_split-panel-side_hyvsj_xt8mb_946.awsui_position-bottom_hyvsj_xt8mb_917:not(#\9) {
|
|
958
958
|
inline-size: 0;
|
|
959
959
|
}
|
|
960
|
-
section.awsui_split-panel-
|
|
961
|
-
max-inline-size: var(--awsui-split-panel-max-width-
|
|
962
|
-
min-inline-size: var(--awsui-split-panel-min-width-
|
|
960
|
+
section.awsui_split-panel-side_hyvsj_xt8mb_946.awsui_is-split-panel-open_hyvsj_xt8mb_640.awsui_position-side_hyvsj_xt8mb_959:not(#\9) {
|
|
961
|
+
max-inline-size: var(--awsui-split-panel-max-width-kcc2gu, 280px);
|
|
962
|
+
min-inline-size: var(--awsui-split-panel-min-width-kcc2gu, 280px);
|
|
963
963
|
border-inline-start: solid var(--border-divider-section-width-uwo8my, 1px) var(--color-border-divider-default-nr68jt, #c6c6cd);
|
|
964
964
|
}
|
|
965
|
-
section.awsui_split-panel-
|
|
965
|
+
section.awsui_split-panel-side_hyvsj_xt8mb_946.awsui_is-split-panel-open_hyvsj_xt8mb_640.awsui_position-side_hyvsj_xt8mb_959:not(#\9):not(.awsui_has-open-drawer_hyvsj_xt8mb_187) {
|
|
966
966
|
border-inline-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-panel-side-an0w07, #c6c6cd);
|
|
967
967
|
}
|
|
968
968
|
|
|
@@ -979,22 +979,22 @@ content width has a default value that can be set directly with the minContentWi
|
|
|
979
979
|
property. The content gap right is computed in the Layout styles based on the
|
|
980
980
|
viewport size and state of the Tools drawer.
|
|
981
981
|
*/
|
|
982
|
-
.awsui_tools-
|
|
983
|
-
--awsui-tools-max-width-
|
|
982
|
+
.awsui_tools-container_hyvsj_xt8mb_981:not(#\9) {
|
|
983
|
+
--awsui-tools-max-width-kcc2gu: calc(var(--awsui-layout-width-kcc2gu) - var(--awsui-main-offset-left-kcc2gu) - var(--awsui-default-min-content-width-kcc2gu) - var(--awsui-content-gap-right-kcc2gu));
|
|
984
984
|
display: flex;
|
|
985
985
|
grid-column: 5;
|
|
986
986
|
grid-row: 1/span 9;
|
|
987
|
-
block-size: var(--awsui-content-height-
|
|
988
|
-
max-inline-size: var(--awsui-tools-max-width-
|
|
987
|
+
block-size: var(--awsui-content-height-kcc2gu);
|
|
988
|
+
max-inline-size: var(--awsui-tools-max-width-kcc2gu);
|
|
989
989
|
position: sticky;
|
|
990
|
-
inset-block-start: var(--awsui-offset-top-
|
|
990
|
+
inset-block-start: var(--awsui-offset-top-kcc2gu);
|
|
991
991
|
z-index: 830;
|
|
992
992
|
pointer-events: none;
|
|
993
993
|
}
|
|
994
994
|
@media (max-width: 688px) {
|
|
995
|
-
.awsui_tools-
|
|
996
|
-
--awsui-tools-max-width-
|
|
997
|
-
--awsui-tools-width-
|
|
995
|
+
.awsui_tools-container_hyvsj_xt8mb_981:not(#\9) {
|
|
996
|
+
--awsui-tools-max-width-kcc2gu: none;
|
|
997
|
+
--awsui-tools-width-kcc2gu: auto;
|
|
998
998
|
position: fixed;
|
|
999
999
|
inset-inline-end: 0;
|
|
1000
1000
|
z-index: 1001;
|
|
@@ -1006,12 +1006,12 @@ viewport size and state of the Tools drawer.
|
|
|
1006
1006
|
relative to the body.
|
|
1007
1007
|
*/
|
|
1008
1008
|
}
|
|
1009
|
-
.awsui_tools-
|
|
1010
|
-
inset-block-start: var(--awsui-header-height-
|
|
1009
|
+
.awsui_tools-container_hyvsj_xt8mb_981.awsui_disable-body-scroll_hyvsj_xt8mb_208:not(#\9) {
|
|
1010
|
+
inset-block-start: var(--awsui-header-height-kcc2gu);
|
|
1011
1011
|
}
|
|
1012
1012
|
}
|
|
1013
1013
|
|
|
1014
|
-
.
|
|
1014
|
+
.awsui_tools_hyvsj_xt8mb_981:not(#\9) {
|
|
1015
1015
|
background-color: var(--color-background-container-content-6u8rvp, #ffffff);
|
|
1016
1016
|
flex-shrink: 0;
|
|
1017
1017
|
block-size: 100%;
|
|
@@ -1034,51 +1034,51 @@ viewport size and state of the Tools drawer.
|
|
|
1034
1034
|
in the side position.
|
|
1035
1035
|
*/
|
|
1036
1036
|
}
|
|
1037
|
-
@keyframes
|
|
1037
|
+
@keyframes awsui_openTools_hyvsj_xt8mb_1 {
|
|
1038
1038
|
from {
|
|
1039
|
-
opacity: var(--awsui-tools-animation-starting-opacity-
|
|
1039
|
+
opacity: var(--awsui-tools-animation-starting-opacity-kcc2gu, 0);
|
|
1040
1040
|
inline-size: calc(var(--space-layout-toggle-padding-chwlhz, 12px) * 2 + var(--space-layout-toggle-diameter-j2qffw, 36px));
|
|
1041
1041
|
}
|
|
1042
1042
|
to {
|
|
1043
1043
|
opacity: 1;
|
|
1044
|
-
inline-size: var(--awsui-tools-width-
|
|
1044
|
+
inline-size: var(--awsui-tools-width-kcc2gu);
|
|
1045
1045
|
}
|
|
1046
1046
|
}
|
|
1047
|
-
.
|
|
1047
|
+
.awsui_tools_hyvsj_xt8mb_981:not(#\9):not(.awsui_is-tools-open_hyvsj_xt8mb_640) {
|
|
1048
1048
|
inline-size: 0;
|
|
1049
1049
|
display: none;
|
|
1050
1050
|
}
|
|
1051
|
-
.
|
|
1051
|
+
.awsui_tools_hyvsj_xt8mb_981.awsui_is-tools-open_hyvsj_xt8mb_640:not(#\9) {
|
|
1052
1052
|
border-inline-start: solid var(--border-divider-section-width-uwo8my, 1px) var(--color-border-divider-default-nr68jt, #c6c6cd);
|
|
1053
1053
|
}
|
|
1054
|
-
.
|
|
1055
|
-
animation:
|
|
1054
|
+
.awsui_tools_hyvsj_xt8mb_981.awsui_is-tools-open_hyvsj_xt8mb_640.awsui_animating_hyvsj_xt8mb_752:not(#\9) {
|
|
1055
|
+
animation: awsui_openTools_hyvsj_xt8mb_1 var(--motion-duration-refresh-only-fast-zfibh6, 115ms);
|
|
1056
1056
|
}
|
|
1057
1057
|
@media (prefers-reduced-motion: reduce) {
|
|
1058
|
-
.
|
|
1058
|
+
.awsui_tools_hyvsj_xt8mb_981.awsui_is-tools-open_hyvsj_xt8mb_640.awsui_animating_hyvsj_xt8mb_752:not(#\9) {
|
|
1059
1059
|
animation: none;
|
|
1060
1060
|
transition: none;
|
|
1061
1061
|
}
|
|
1062
1062
|
}
|
|
1063
|
-
.awsui-motion-disabled .
|
|
1063
|
+
.awsui-motion-disabled .awsui_tools_hyvsj_xt8mb_981.awsui_is-tools-open_hyvsj_xt8mb_640.awsui_animating_hyvsj_xt8mb_752:not(#\9), .awsui-mode-entering .awsui_tools_hyvsj_xt8mb_981.awsui_is-tools-open_hyvsj_xt8mb_640.awsui_animating_hyvsj_xt8mb_752:not(#\9) {
|
|
1064
1064
|
animation: none;
|
|
1065
1065
|
transition: none;
|
|
1066
1066
|
}
|
|
1067
|
-
.
|
|
1068
|
-
inline-size: var(--awsui-tools-width-
|
|
1067
|
+
.awsui_tools_hyvsj_xt8mb_981 > .awsui_animated-content_hyvsj_xt8mb_816:not(#\9) {
|
|
1068
|
+
inline-size: var(--awsui-tools-width-kcc2gu);
|
|
1069
1069
|
}
|
|
1070
1070
|
@media (min-width: 689px) {
|
|
1071
|
-
.
|
|
1071
|
+
.awsui_tools_hyvsj_xt8mb_981.awsui_is-tools-open_hyvsj_xt8mb_640.awsui_has-tools-form-persistence_hyvsj_xt8mb_1070:not(#\9) {
|
|
1072
1072
|
border-inline-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
|
|
1073
1073
|
}
|
|
1074
1074
|
}
|
|
1075
1075
|
@media (max-width: 688px) {
|
|
1076
|
-
.
|
|
1077
|
-
--awsui-tools-width-
|
|
1076
|
+
.awsui_tools_hyvsj_xt8mb_981:not(#\9) {
|
|
1077
|
+
--awsui-tools-width-kcc2gu: 100vw;
|
|
1078
1078
|
}
|
|
1079
1079
|
}
|
|
1080
1080
|
|
|
1081
|
-
.awsui_hide-
|
|
1081
|
+
.awsui_hide-tools_hyvsj_xt8mb_1080:not(#\9) {
|
|
1082
1082
|
position: absolute;
|
|
1083
1083
|
inset-inline-end: var(--space-m-dsumyt, 16px);
|
|
1084
1084
|
inset-block-start: var(--size-vertical-panel-icon-offset-z959cw, 15px);
|
|
@@ -1090,7 +1090,7 @@ Warning! If these design tokens for padding change it will adversely impact
|
|
|
1090
1090
|
the calculation used to determine the Split Panel maximum width in the
|
|
1091
1091
|
handleSplitPanelMaxWidth function in the context.
|
|
1092
1092
|
*/
|
|
1093
|
-
.awsui_show-
|
|
1093
|
+
.awsui_show-tools_hyvsj_xt8mb_1092:not(#\9) {
|
|
1094
1094
|
border-collapse: separate;
|
|
1095
1095
|
border-spacing: 0;
|
|
1096
1096
|
box-sizing: border-box;
|
|
@@ -1129,7 +1129,7 @@ handleSplitPanelMaxWidth function in the context.
|
|
|
1129
1129
|
take control in responsive viewports.
|
|
1130
1130
|
*/
|
|
1131
1131
|
}
|
|
1132
|
-
@keyframes
|
|
1132
|
+
@keyframes awsui_showButtons_hyvsj_xt8mb_1 {
|
|
1133
1133
|
0% {
|
|
1134
1134
|
opacity: 0;
|
|
1135
1135
|
}
|
|
@@ -1137,31 +1137,31 @@ handleSplitPanelMaxWidth function in the context.
|
|
|
1137
1137
|
opacity: 1;
|
|
1138
1138
|
}
|
|
1139
1139
|
}
|
|
1140
|
-
.awsui_show-
|
|
1140
|
+
.awsui_show-tools_hyvsj_xt8mb_1092:not(#\9):not(.awsui_has-tools-form_hyvsj_xt8mb_1070) {
|
|
1141
1141
|
display: none;
|
|
1142
1142
|
}
|
|
1143
1143
|
@media (min-width: 689px) {
|
|
1144
|
-
.awsui_show-
|
|
1144
|
+
.awsui_show-tools_hyvsj_xt8mb_1092.awsui_has-tools-form_hyvsj_xt8mb_1070:not(#\9) {
|
|
1145
1145
|
display: flex;
|
|
1146
1146
|
flex-direction: column;
|
|
1147
1147
|
gap: var(--space-xs-ymlm0b, 8px);
|
|
1148
1148
|
}
|
|
1149
|
-
.awsui_show-
|
|
1150
|
-
animation:
|
|
1149
|
+
.awsui_show-tools_hyvsj_xt8mb_1092.awsui_has-tools-form_hyvsj_xt8mb_1070.awsui_animating_hyvsj_xt8mb_752:not(#\9) {
|
|
1150
|
+
animation: awsui_showButtons_hyvsj_xt8mb_1 var(--motion-duration-refresh-only-fast-zfibh6, 115ms);
|
|
1151
1151
|
}
|
|
1152
1152
|
}
|
|
1153
1153
|
@media (min-width: 689px) and (prefers-reduced-motion: reduce) {
|
|
1154
|
-
.awsui_show-
|
|
1154
|
+
.awsui_show-tools_hyvsj_xt8mb_1092.awsui_has-tools-form_hyvsj_xt8mb_1070.awsui_animating_hyvsj_xt8mb_752:not(#\9) {
|
|
1155
1155
|
animation: none;
|
|
1156
1156
|
transition: none;
|
|
1157
1157
|
}
|
|
1158
1158
|
}
|
|
1159
1159
|
@media (min-width: 689px) {
|
|
1160
|
-
.awsui-motion-disabled .awsui_show-
|
|
1160
|
+
.awsui-motion-disabled .awsui_show-tools_hyvsj_xt8mb_1092.awsui_has-tools-form_hyvsj_xt8mb_1070.awsui_animating_hyvsj_xt8mb_752:not(#\9), .awsui-mode-entering .awsui_show-tools_hyvsj_xt8mb_1092.awsui_has-tools-form_hyvsj_xt8mb_1070.awsui_animating_hyvsj_xt8mb_752:not(#\9) {
|
|
1161
1161
|
animation: none;
|
|
1162
1162
|
transition: none;
|
|
1163
1163
|
}
|
|
1164
|
-
.awsui_show-
|
|
1164
|
+
.awsui_show-tools_hyvsj_xt8mb_1092.awsui_has-tools-form-persistence_hyvsj_xt8mb_1070:not(#\9) {
|
|
1165
1165
|
background-color: var(--color-background-container-content-6u8rvp, #ffffff);
|
|
1166
1166
|
z-index: 1;
|
|
1167
1167
|
}
|
|
@@ -1171,7 +1171,7 @@ handleSplitPanelMaxWidth function in the context.
|
|
|
1171
1171
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
1172
1172
|
SPDX-License-Identifier: Apache-2.0
|
|
1173
1173
|
*/
|
|
1174
|
-
.awsui_trigger-button-
|
|
1174
|
+
.awsui_trigger-button-styles_hyvsj_xt8mb_1172:not(#\9) {
|
|
1175
1175
|
background: var(--color-background-layout-toggle-default-2hgjdu, #424650);
|
|
1176
1176
|
border-start-start-radius: 50%;
|
|
1177
1177
|
border-start-end-radius: 50%;
|
|
@@ -1180,14 +1180,14 @@ handleSplitPanelMaxWidth function in the context.
|
|
|
1180
1180
|
block-size: var(--space-layout-toggle-diameter-j2qffw, 36px);
|
|
1181
1181
|
inline-size: var(--space-layout-toggle-diameter-j2qffw, 36px);
|
|
1182
1182
|
}
|
|
1183
|
-
.awsui_trigger-button-
|
|
1183
|
+
.awsui_trigger-button-styles_hyvsj_xt8mb_1172:not(#\9):hover {
|
|
1184
1184
|
background: var(--color-background-layout-toggle-hover-0cpm7g, #656871);
|
|
1185
1185
|
}
|
|
1186
|
-
.awsui_trigger-button-
|
|
1186
|
+
.awsui_trigger-button-styles_hyvsj_xt8mb_1172:not(#\9):active {
|
|
1187
1187
|
background: var(--color-background-layout-toggle-active-ap91vm, #424650);
|
|
1188
1188
|
}
|
|
1189
1189
|
|
|
1190
|
-
.awsui_trigger-badge-
|
|
1190
|
+
.awsui_trigger-badge-wrapper_hyvsj_xt8mb_1188:not(#\9) {
|
|
1191
1191
|
position: absolute;
|
|
1192
1192
|
inset-block-start: 0;
|
|
1193
1193
|
inset-inline-start: 0;
|
|
@@ -1197,7 +1197,7 @@ handleSplitPanelMaxWidth function in the context.
|
|
|
1197
1197
|
clip-path: path("M34.2193 10.1845C33.3961 10.579 32.4739 10.8 31.5 10.8C28.0206 10.8 25.2 7.97939 25.2 4.5C25.2 3.52614 25.421 2.6039 25.8155 1.78066C23.4518 0.639587 20.8006 0 18 0C8.05887 0 0 8.05887 0 18C0 27.9411 8.05887 36 18 36C27.9411 36 36 27.9411 36 18C36 15.1994 35.3604 12.5482 34.2193 10.1845Z");
|
|
1198
1198
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
1199
1199
|
}
|
|
1200
|
-
.awsui_trigger-badge-
|
|
1200
|
+
.awsui_trigger-badge-wrapper_hyvsj_xt8mb_1188:not(#\9):dir(rtl) {
|
|
1201
1201
|
clip-path: path("M1.78066 10.1845C2.6039 10.579 3.52615 10.8 4.5 10.8C7.97939 10.8 10.8 7.97939 10.8 4.5C10.8 3.52614 10.579 2.6039 10.1845 1.78066C12.5482 0.639587 15.1994 0 18 0C27.9411 0 36 8.05887 36 18C36 27.9411 27.9411 36 18 36C8.05887 36 0 27.9411 0 18C0 15.1994 0.639587 12.5482 1.78066 10.1845Z");
|
|
1202
1202
|
}
|
|
1203
1203
|
|
|
@@ -1206,7 +1206,7 @@ Warning! If these design tokens for width change it will adversely impact
|
|
|
1206
1206
|
the calculation used to determine the Split Panel maximum width in the
|
|
1207
1207
|
handleSplitPanelMaxWidth function in the context.
|
|
1208
1208
|
*/
|
|
1209
|
-
.
|
|
1209
|
+
.awsui_trigger_hyvsj_xt8mb_1172:not(#\9) {
|
|
1210
1210
|
border-block: none;
|
|
1211
1211
|
border-inline: none;
|
|
1212
1212
|
padding-inline: 0;
|
|
@@ -1215,14 +1215,14 @@ handleSplitPanelMaxWidth function in the context.
|
|
|
1215
1215
|
pointer-events: auto;
|
|
1216
1216
|
position: relative;
|
|
1217
1217
|
}
|
|
1218
|
-
body[data-awsui-focus-visible=true] .
|
|
1218
|
+
body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_xt8mb_1172:not(#\9):focus {
|
|
1219
1219
|
position: relative;
|
|
1220
1220
|
}
|
|
1221
|
-
body[data-awsui-focus-visible=true] .
|
|
1221
|
+
body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_xt8mb_1172:not(#\9):focus {
|
|
1222
1222
|
outline: 2px dotted transparent;
|
|
1223
1223
|
outline-offset: calc(3px - 1px);
|
|
1224
1224
|
}
|
|
1225
|
-
body[data-awsui-focus-visible=true] .
|
|
1225
|
+
body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_xt8mb_1172:not(#\9):focus::before {
|
|
1226
1226
|
content: " ";
|
|
1227
1227
|
display: block;
|
|
1228
1228
|
position: absolute;
|
|
@@ -1236,49 +1236,49 @@ body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_d1fap_1172:not(#\9):foc
|
|
|
1236
1236
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
|
|
1237
1237
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
|
|
1238
1238
|
}
|
|
1239
|
-
.
|
|
1239
|
+
.awsui_trigger_hyvsj_xt8mb_1172:not(#\9):focus {
|
|
1240
1240
|
outline: none;
|
|
1241
1241
|
}
|
|
1242
|
-
.
|
|
1242
|
+
.awsui_trigger_hyvsj_xt8mb_1172.awsui_selected_hyvsj_xt8mb_1240:not(#\9) {
|
|
1243
1243
|
background: var(--color-background-layout-toggle-selected-default-izfana, #006ce0);
|
|
1244
1244
|
color: var(--color-text-layout-toggle-selected-xpximc, #ffffff);
|
|
1245
1245
|
}
|
|
1246
|
-
.
|
|
1246
|
+
.awsui_trigger_hyvsj_xt8mb_1172.awsui_selected_hyvsj_xt8mb_1240:not(#\9):hover {
|
|
1247
1247
|
background: var(--color-background-layout-toggle-selected-hover-7953u1, #004a9e);
|
|
1248
1248
|
}
|
|
1249
|
-
.
|
|
1249
|
+
.awsui_trigger_hyvsj_xt8mb_1172.awsui_selected_hyvsj_xt8mb_1240:not(#\9):active {
|
|
1250
1250
|
background: var(--color-background-layout-toggle-selected-active-zcl8w3, #006ce0);
|
|
1251
1251
|
}
|
|
1252
|
-
.
|
|
1252
|
+
.awsui_trigger_hyvsj_xt8mb_1172.awsui_selected_hyvsj_xt8mb_1240 > .awsui_trigger-badge-wrapper_hyvsj_xt8mb_1188:not(#\9) {
|
|
1253
1253
|
background: var(--color-background-layout-toggle-selected-default-izfana, #006ce0);
|
|
1254
1254
|
color: var(--color-text-layout-toggle-selected-xpximc, #ffffff);
|
|
1255
1255
|
}
|
|
1256
|
-
.
|
|
1256
|
+
.awsui_trigger_hyvsj_xt8mb_1172.awsui_selected_hyvsj_xt8mb_1240 > .awsui_trigger-badge-wrapper_hyvsj_xt8mb_1188:not(#\9):hover {
|
|
1257
1257
|
background: var(--color-background-layout-toggle-selected-hover-7953u1, #004a9e);
|
|
1258
1258
|
}
|
|
1259
|
-
.
|
|
1259
|
+
.awsui_trigger_hyvsj_xt8mb_1172.awsui_selected_hyvsj_xt8mb_1240 > .awsui_trigger-badge-wrapper_hyvsj_xt8mb_1188:not(#\9):active {
|
|
1260
1260
|
background: var(--color-background-layout-toggle-selected-active-zcl8w3, #006ce0);
|
|
1261
1261
|
}
|
|
1262
|
-
.
|
|
1262
|
+
.awsui_trigger_hyvsj_xt8mb_1172.awsui_badge_hyvsj_xt8mb_1260:not(#\9), .awsui_trigger_hyvsj_xt8mb_1172.awsui_badge_hyvsj_xt8mb_1260:not(#\9):hover, .awsui_trigger_hyvsj_xt8mb_1172.awsui_badge_hyvsj_xt8mb_1260:not(#\9):active {
|
|
1263
1263
|
background: transparent;
|
|
1264
1264
|
}
|
|
1265
1265
|
|
|
1266
|
-
.awsui_trigger-
|
|
1266
|
+
.awsui_trigger-wrapper_hyvsj_xt8mb_1264:not(#\9) {
|
|
1267
1267
|
position: relative;
|
|
1268
1268
|
border-start-start-radius: 50%;
|
|
1269
1269
|
border-start-end-radius: 50%;
|
|
1270
1270
|
border-end-start-radius: 50%;
|
|
1271
1271
|
border-end-end-radius: 50%;
|
|
1272
1272
|
}
|
|
1273
|
-
.awsui_trigger-
|
|
1273
|
+
.awsui_trigger-wrapper_hyvsj_xt8mb_1264:not(#\9):not(.awsui_remove-high-contrast-header_hyvsj_xt8mb_670) {
|
|
1274
1274
|
box-shadow: var(--shadow-panel-toggle-qddz27, 0px 6px 12px 1px rgba(0, 7, 22, 0.12));
|
|
1275
1275
|
}
|
|
1276
1276
|
|
|
1277
|
-
.awsui_trigger-wrapper-tooltip-
|
|
1277
|
+
.awsui_trigger-wrapper-tooltip-visible_hyvsj_xt8mb_1275:not(#\9) {
|
|
1278
1278
|
/* used in test-utils*/
|
|
1279
1279
|
}
|
|
1280
1280
|
|
|
1281
|
-
.
|
|
1281
|
+
.awsui_dot_hyvsj_xt8mb_1279:not(#\9) {
|
|
1282
1282
|
position: absolute;
|
|
1283
1283
|
inline-size: 9px;
|
|
1284
1284
|
block-size: 9px;
|
|
@@ -1291,6 +1291,6 @@ body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_d1fap_1172:not(#\9):foc
|
|
|
1291
1291
|
inset-inline-end: 0;
|
|
1292
1292
|
}
|
|
1293
1293
|
|
|
1294
|
-
.awsui_trigger-
|
|
1294
|
+
.awsui_trigger-tooltip_hyvsj_xt8mb_1292:not(#\9) {
|
|
1295
1295
|
/* used in test-utils */
|
|
1296
1296
|
}
|