@cloudscape-design/components-themeable 3.0.549 → 3.0.550
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/header/styles.scss +11 -0
- package/lib/internal/scss/icon/styles.scss +22 -0
- package/lib/internal/scss/internal/components/dropdown/styles.scss +8 -0
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +46 -40
- package/lib/internal/scss/internal/styles/direction.scss +20 -0
- package/lib/internal/scss/internal/styles/index.scss +1 -0
- package/lib/internal/scss/spinner/styles.scss +39 -16
- package/lib/internal/template/alert/styles.css.js +25 -25
- package/lib/internal/template/alert/styles.scoped.css +45 -39
- package/lib/internal/template/alert/styles.selectors.js +25 -25
- package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
- package/lib/internal/template/anchor-navigation/styles.scoped.css +24 -18
- package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
- package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +36 -30
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
- package/lib/internal/template/app-layout/content-wrapper/styles.css.js +3 -3
- package/lib/internal/template/app-layout/content-wrapper/styles.scoped.css +12 -6
- package/lib/internal/template/app-layout/content-wrapper/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/drawer/styles.css.js +12 -12
- package/lib/internal/template/app-layout/drawer/styles.scoped.css +26 -20
- package/lib/internal/template/app-layout/drawer/styles.selectors.js +12 -12
- package/lib/internal/template/app-layout/mobile-toolbar/styles.css.js +8 -8
- package/lib/internal/template/app-layout/mobile-toolbar/styles.scoped.css +14 -8
- package/lib/internal/template/app-layout/mobile-toolbar/styles.selectors.js +8 -8
- package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
- package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
- package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/split-panel/styles.css.js +2 -2
- package/lib/internal/template/app-layout/split-panel/styles.scoped.css +8 -2
- package/lib/internal/template/app-layout/split-panel/styles.selectors.js +2 -2
- package/lib/internal/template/app-layout/styles.css.js +16 -16
- package/lib/internal/template/app-layout/styles.scoped.css +25 -19
- package/lib/internal/template/app-layout/styles.selectors.js +16 -16
- package/lib/internal/template/app-layout/toggles/styles.css.js +2 -2
- package/lib/internal/template/app-layout/toggles/styles.scoped.css +12 -6
- package/lib/internal/template/app-layout/toggles/styles.selectors.js +2 -2
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +81 -81
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +294 -288
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +81 -81
- package/lib/internal/template/area-chart/styles.css.js +6 -6
- package/lib/internal/template/area-chart/styles.scoped.css +15 -9
- package/lib/internal/template/area-chart/styles.selectors.js +6 -6
- package/lib/internal/template/attribute-editor/styles.css.js +14 -14
- package/lib/internal/template/attribute-editor/styles.scoped.css +30 -24
- package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
- package/lib/internal/template/autosuggest/autosuggest-option.d.ts +0 -1
- package/lib/internal/template/autosuggest/autosuggest-option.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/autosuggest-option.js +2 -4
- package/lib/internal/template/autosuggest/autosuggest-option.js.map +1 -1
- package/lib/internal/template/autosuggest/internal.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/internal.js +2 -5
- package/lib/internal/template/autosuggest/internal.js.map +1 -1
- package/lib/internal/template/autosuggest/options-controller.d.ts +2 -1
- package/lib/internal/template/autosuggest/options-controller.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/options-controller.js +15 -3
- package/lib/internal/template/autosuggest/options-controller.js.map +1 -1
- package/lib/internal/template/autosuggest/options-list.d.ts +2 -2
- package/lib/internal/template/autosuggest/options-list.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/options-list.js +2 -2
- package/lib/internal/template/autosuggest/options-list.js.map +1 -1
- package/lib/internal/template/autosuggest/plain-list.d.ts +2 -3
- package/lib/internal/template/autosuggest/plain-list.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/plain-list.js +2 -2
- package/lib/internal/template/autosuggest/plain-list.js.map +1 -1
- package/lib/internal/template/autosuggest/virtual-list.d.ts +1 -1
- package/lib/internal/template/autosuggest/virtual-list.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/virtual-list.js +2 -2
- package/lib/internal/template/autosuggest/virtual-list.js.map +1 -1
- package/lib/internal/template/badge/styles.css.js +5 -5
- package/lib/internal/template/badge/styles.scoped.css +11 -5
- package/lib/internal/template/badge/styles.selectors.js +5 -5
- package/lib/internal/template/box/styles.css.js +190 -190
- package/lib/internal/template/box/styles.scoped.css +253 -235
- package/lib/internal/template/box/styles.selectors.js +190 -190
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +9 -9
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +23 -17
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +9 -9
- package/lib/internal/template/breadcrumb-group/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/styles.scoped.css +18 -12
- package/lib/internal/template/breadcrumb-group/styles.selectors.js +7 -7
- package/lib/internal/template/button/styles.css.js +20 -20
- package/lib/internal/template/button/styles.scoped.css +157 -151
- package/lib/internal/template/button/styles.selectors.js +20 -20
- package/lib/internal/template/button-dropdown/category-elements/styles.css.js +13 -13
- package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +29 -23
- package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +13 -13
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +15 -15
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +24 -18
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +15 -15
- package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
- package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +11 -5
- package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
- package/lib/internal/template/button-dropdown/styles.css.js +15 -15
- package/lib/internal/template/button-dropdown/styles.scoped.css +28 -22
- package/lib/internal/template/button-dropdown/styles.selectors.js +15 -15
- package/lib/internal/template/calendar/styles.css.js +18 -18
- package/lib/internal/template/calendar/styles.scoped.css +44 -38
- package/lib/internal/template/calendar/styles.selectors.js +18 -18
- package/lib/internal/template/cards/styles.css.js +40 -40
- package/lib/internal/template/cards/styles.scoped.css +56 -50
- package/lib/internal/template/cards/styles.selectors.js +40 -40
- package/lib/internal/template/checkbox/styles.css.js +3 -3
- package/lib/internal/template/checkbox/styles.scoped.css +11 -5
- package/lib/internal/template/checkbox/styles.selectors.js +3 -3
- package/lib/internal/template/code-editor/styles.css.js +32 -32
- package/lib/internal/template/code-editor/styles.scoped.css +183 -177
- package/lib/internal/template/code-editor/styles.selectors.js +32 -32
- package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
- package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +29 -17
- package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
- package/lib/internal/template/collection-preferences/styles.css.js +37 -37
- package/lib/internal/template/collection-preferences/styles.scoped.css +68 -44
- package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
- package/lib/internal/template/column-layout/styles.css.js +13 -13
- package/lib/internal/template/column-layout/styles.scoped.css +49 -43
- package/lib/internal/template/column-layout/styles.selectors.js +13 -13
- package/lib/internal/template/container/styles.css.js +30 -30
- package/lib/internal/template/container/styles.scoped.css +60 -54
- package/lib/internal/template/container/styles.selectors.js +30 -30
- package/lib/internal/template/content-layout/styles.css.js +7 -7
- package/lib/internal/template/content-layout/styles.scoped.css +19 -13
- package/lib/internal/template/content-layout/styles.selectors.js +7 -7
- package/lib/internal/template/date-picker/styles.css.js +7 -7
- package/lib/internal/template/date-picker/styles.scoped.css +15 -9
- package/lib/internal/template/date-picker/styles.selectors.js +7 -7
- package/lib/internal/template/date-range-picker/calendar/grids/styles.css.js +25 -25
- package/lib/internal/template/date-range-picker/calendar/grids/styles.scoped.css +48 -42
- package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +25 -25
- package/lib/internal/template/date-range-picker/relative-range/styles.css.js +9 -9
- package/lib/internal/template/date-range-picker/relative-range/styles.scoped.css +19 -13
- package/lib/internal/template/date-range-picker/relative-range/styles.selectors.js +9 -9
- package/lib/internal/template/date-range-picker/styles.css.js +39 -39
- package/lib/internal/template/date-range-picker/styles.scoped.css +54 -48
- package/lib/internal/template/date-range-picker/styles.selectors.js +39 -39
- package/lib/internal/template/drawer/styles.css.js +3 -3
- package/lib/internal/template/drawer/styles.scoped.css +14 -8
- package/lib/internal/template/drawer/styles.selectors.js +3 -3
- package/lib/internal/template/expandable-section/styles.css.js +32 -32
- package/lib/internal/template/expandable-section/styles.scoped.css +68 -62
- package/lib/internal/template/expandable-section/styles.selectors.js +32 -32
- package/lib/internal/template/file-upload/dropzone/styles.css.js +2 -2
- package/lib/internal/template/file-upload/dropzone/styles.scoped.css +8 -2
- package/lib/internal/template/file-upload/dropzone/styles.selectors.js +2 -2
- package/lib/internal/template/file-upload/file-input/styles.css.js +4 -4
- package/lib/internal/template/file-upload/file-input/styles.scoped.css +13 -7
- package/lib/internal/template/file-upload/file-input/styles.selectors.js +4 -4
- package/lib/internal/template/flashbar/styles.css.js +47 -47
- package/lib/internal/template/flashbar/styles.scoped.css +177 -171
- package/lib/internal/template/flashbar/styles.selectors.js +47 -47
- package/lib/internal/template/form/styles.css.js +9 -9
- package/lib/internal/template/form/styles.scoped.css +14 -8
- package/lib/internal/template/form/styles.selectors.js +9 -9
- package/lib/internal/template/form-field/styles.css.js +19 -19
- package/lib/internal/template/form-field/styles.scoped.css +35 -29
- package/lib/internal/template/form-field/styles.selectors.js +19 -19
- package/lib/internal/template/grid/styles.css.js +53 -53
- package/lib/internal/template/grid/styles.scoped.css +60 -54
- package/lib/internal/template/grid/styles.selectors.js +53 -53
- package/lib/internal/template/header/styles.css.js +34 -34
- package/lib/internal/template/header/styles.scoped.css +80 -50
- package/lib/internal/template/header/styles.selectors.js +34 -34
- package/lib/internal/template/help-panel/styles.css.js +4 -4
- package/lib/internal/template/help-panel/styles.scoped.css +69 -63
- package/lib/internal/template/help-panel/styles.selectors.js +4 -4
- package/lib/internal/template/hotspot/styles.css.js +7 -7
- package/lib/internal/template/hotspot/styles.scoped.css +13 -7
- package/lib/internal/template/hotspot/styles.selectors.js +7 -7
- package/lib/internal/template/icon/internal.d.ts.map +1 -1
- package/lib/internal/template/icon/internal.js +1 -1
- package/lib/internal/template/icon/internal.js.map +1 -1
- package/lib/internal/template/icon/styles.css.js +36 -21
- package/lib/internal/template/icon/styles.scoped.css +92 -48
- package/lib/internal/template/icon/styles.selectors.js +36 -21
- package/lib/internal/template/input/styles.css.js +12 -12
- package/lib/internal/template/input/styles.scoped.css +36 -30
- package/lib/internal/template/input/styles.selectors.js +12 -12
- package/lib/internal/template/internal/components/abstract-switch/styles.css.js +13 -13
- package/lib/internal/template/internal/components/abstract-switch/styles.scoped.css +26 -20
- package/lib/internal/template/internal/components/abstract-switch/styles.selectors.js +13 -13
- package/lib/internal/template/internal/components/button-trigger/styles.css.js +10 -10
- package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +30 -24
- package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +10 -10
- package/lib/internal/template/internal/components/chart-filter/styles.css.js +3 -3
- package/lib/internal/template/internal/components/chart-filter/styles.scoped.css +9 -3
- package/lib/internal/template/internal/components/chart-filter/styles.selectors.js +3 -3
- package/lib/internal/template/internal/components/chart-legend/styles.css.js +6 -6
- package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +21 -15
- package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +6 -6
- package/lib/internal/template/internal/components/chart-plot/styles.css.js +5 -5
- package/lib/internal/template/internal/components/chart-plot/styles.scoped.css +11 -5
- package/lib/internal/template/internal/components/chart-plot/styles.selectors.js +5 -5
- package/lib/internal/template/internal/components/chart-popover/styles.css.js +3 -3
- package/lib/internal/template/internal/components/chart-popover/styles.scoped.css +9 -3
- package/lib/internal/template/internal/components/chart-popover/styles.selectors.js +3 -3
- package/lib/internal/template/internal/components/chart-series-details/styles.css.js +20 -20
- package/lib/internal/template/internal/components/chart-series-details/styles.scoped.css +39 -33
- package/lib/internal/template/internal/components/chart-series-details/styles.selectors.js +20 -20
- package/lib/internal/template/internal/components/chart-series-marker/styles.css.js +5 -5
- package/lib/internal/template/internal/components/chart-series-marker/styles.scoped.css +13 -7
- package/lib/internal/template/internal/components/chart-series-marker/styles.selectors.js +5 -5
- package/lib/internal/template/internal/components/chart-wrapper/styles.css.js +9 -9
- package/lib/internal/template/internal/components/chart-wrapper/styles.scoped.css +15 -9
- package/lib/internal/template/internal/components/chart-wrapper/styles.selectors.js +9 -9
- package/lib/internal/template/internal/components/checkbox-icon/styles.css.js +7 -7
- package/lib/internal/template/internal/components/checkbox-icon/styles.scoped.css +14 -8
- package/lib/internal/template/internal/components/checkbox-icon/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
- package/lib/internal/template/internal/components/dropdown/styles.scoped.css +62 -36
- package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
- package/lib/internal/template/internal/components/dropdown-footer/styles.css.js +3 -3
- package/lib/internal/template/internal/components/dropdown-footer/styles.scoped.css +9 -3
- package/lib/internal/template/internal/components/dropdown-footer/styles.selectors.js +3 -3
- package/lib/internal/template/internal/components/dropdown-status/styles.css.js +2 -2
- package/lib/internal/template/internal/components/dropdown-status/styles.scoped.css +8 -2
- package/lib/internal/template/internal/components/dropdown-status/styles.selectors.js +2 -2
- package/lib/internal/template/internal/components/filtering-token/styles.css.js +7 -7
- package/lib/internal/template/internal/components/filtering-token/styles.scoped.css +19 -13
- package/lib/internal/template/internal/components/filtering-token/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/handle/styles.css.js +2 -2
- package/lib/internal/template/internal/components/handle/styles.scoped.css +12 -6
- package/lib/internal/template/internal/components/handle/styles.selectors.js +2 -2
- package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
- package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +19 -13
- package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/option/styles.css.js +17 -17
- package/lib/internal/template/internal/components/option/styles.scoped.css +35 -29
- package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
- package/lib/internal/template/internal/components/options-list/styles.css.js +2 -2
- package/lib/internal/template/internal/components/options-list/styles.scoped.css +8 -2
- package/lib/internal/template/internal/components/options-list/styles.selectors.js +2 -2
- package/lib/internal/template/internal/components/screenreader-only/styles.css.js +1 -1
- package/lib/internal/template/internal/components/screenreader-only/styles.scoped.css +7 -1
- package/lib/internal/template/internal/components/screenreader-only/styles.selectors.js +1 -1
- package/lib/internal/template/internal/components/selectable-item/styles.css.js +16 -16
- package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +35 -29
- package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +16 -16
- package/lib/internal/template/internal/components/token-list/styles.css.js +9 -9
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +26 -20
- package/lib/internal/template/internal/components/token-list/styles.selectors.js +9 -9
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.js +46 -40
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +77 -71
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/mixed-line-bar-chart/styles.css.js +11 -11
- package/lib/internal/template/mixed-line-bar-chart/styles.scoped.css +23 -17
- package/lib/internal/template/mixed-line-bar-chart/styles.selectors.js +11 -11
- package/lib/internal/template/modal/styles.css.js +23 -23
- package/lib/internal/template/modal/styles.scoped.css +44 -38
- package/lib/internal/template/modal/styles.selectors.js +23 -23
- package/lib/internal/template/multiselect/styles.css.js +2 -2
- package/lib/internal/template/multiselect/styles.scoped.css +8 -2
- package/lib/internal/template/multiselect/styles.selectors.js +2 -2
- package/lib/internal/template/pagination/styles.css.js +9 -9
- package/lib/internal/template/pagination/styles.scoped.css +29 -23
- package/lib/internal/template/pagination/styles.selectors.js +9 -9
- package/lib/internal/template/pie-chart/styles.css.js +27 -27
- package/lib/internal/template/pie-chart/styles.scoped.css +54 -48
- package/lib/internal/template/pie-chart/styles.selectors.js +27 -27
- package/lib/internal/template/popover/styles.css.js +50 -50
- package/lib/internal/template/popover/styles.scoped.css +94 -64
- package/lib/internal/template/popover/styles.selectors.js +50 -50
- package/lib/internal/template/progress-bar/styles.css.js +18 -18
- package/lib/internal/template/progress-bar/styles.scoped.css +44 -32
- package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
- package/lib/internal/template/property-filter/property-filter-autosuggest.js +2 -1
- package/lib/internal/template/property-filter/property-filter-autosuggest.js.map +1 -1
- package/lib/internal/template/property-filter/styles.css.js +31 -31
- package/lib/internal/template/property-filter/styles.scoped.css +39 -33
- package/lib/internal/template/property-filter/styles.selectors.js +31 -31
- package/lib/internal/template/radio-group/styles.css.js +9 -9
- package/lib/internal/template/radio-group/styles.scoped.css +21 -15
- package/lib/internal/template/radio-group/styles.selectors.js +9 -9
- package/lib/internal/template/segmented-control/styles.css.js +14 -14
- package/lib/internal/template/segmented-control/styles.scoped.css +39 -33
- package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
- package/lib/internal/template/select/parts/styles.css.js +16 -16
- package/lib/internal/template/select/parts/styles.scoped.css +22 -16
- package/lib/internal/template/select/parts/styles.selectors.js +16 -16
- package/lib/internal/template/select/styles.css.js +1 -1
- package/lib/internal/template/select/styles.scoped.css +7 -1
- package/lib/internal/template/select/styles.selectors.js +1 -1
- package/lib/internal/template/side-navigation/styles.css.js +28 -28
- package/lib/internal/template/side-navigation/styles.scoped.css +44 -38
- package/lib/internal/template/side-navigation/styles.selectors.js +28 -28
- package/lib/internal/template/space-between/styles.css.js +23 -23
- package/lib/internal/template/space-between/styles.scoped.css +30 -24
- package/lib/internal/template/space-between/styles.selectors.js +23 -23
- package/lib/internal/template/spinner/styles.css.js +13 -13
- package/lib/internal/template/spinner/styles.scoped.css +58 -26
- package/lib/internal/template/spinner/styles.selectors.js +13 -13
- package/lib/internal/template/split-panel/styles.css.js +55 -55
- package/lib/internal/template/split-panel/styles.scoped.css +87 -75
- package/lib/internal/template/split-panel/styles.selectors.js +55 -55
- package/lib/internal/template/status-indicator/styles.css.js +23 -23
- package/lib/internal/template/status-indicator/styles.scoped.css +35 -29
- package/lib/internal/template/status-indicator/styles.selectors.js +23 -23
- package/lib/internal/template/table/body-cell/styles.css.js +30 -30
- package/lib/internal/template/table/body-cell/styles.scoped.css +87 -81
- package/lib/internal/template/table/body-cell/styles.selectors.js +30 -30
- package/lib/internal/template/table/header-cell/styles.css.js +24 -24
- package/lib/internal/template/table/header-cell/styles.scoped.css +50 -44
- package/lib/internal/template/table/header-cell/styles.selectors.js +24 -24
- package/lib/internal/template/table/resizer/styles.css.js +8 -8
- package/lib/internal/template/table/resizer/styles.scoped.css +20 -14
- package/lib/internal/template/table/resizer/styles.selectors.js +8 -8
- package/lib/internal/template/table/selection/styles.css.js +3 -3
- package/lib/internal/template/table/selection/styles.scoped.css +9 -3
- package/lib/internal/template/table/selection/styles.selectors.js +3 -3
- package/lib/internal/template/table/sticky-scrollbar/styles.css.js +6 -6
- package/lib/internal/template/table/sticky-scrollbar/styles.scoped.css +13 -7
- package/lib/internal/template/table/sticky-scrollbar/styles.selectors.js +6 -6
- package/lib/internal/template/table/styles.css.js +35 -35
- package/lib/internal/template/table/styles.scoped.css +46 -40
- package/lib/internal/template/table/styles.selectors.js +35 -35
- package/lib/internal/template/table/table-role/table-role-helper.js +1 -1
- package/lib/internal/template/table/table-role/table-role-helper.js.map +1 -1
- package/lib/internal/template/tabs/styles.css.js +21 -21
- package/lib/internal/template/tabs/styles.scoped.css +51 -39
- package/lib/internal/template/tabs/styles.selectors.js +21 -21
- package/lib/internal/template/tag-editor/styles.css.js +3 -3
- package/lib/internal/template/tag-editor/styles.scoped.css +16 -10
- package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +66 -60
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/text-filter/styles.css.js +3 -3
- package/lib/internal/template/text-filter/styles.scoped.css +9 -3
- package/lib/internal/template/text-filter/styles.selectors.js +3 -3
- package/lib/internal/template/textarea/styles.css.js +4 -4
- package/lib/internal/template/textarea/styles.scoped.css +18 -12
- package/lib/internal/template/textarea/styles.selectors.js +4 -4
- package/lib/internal/template/tiles/styles.css.js +29 -29
- package/lib/internal/template/tiles/styles.scoped.css +76 -70
- package/lib/internal/template/tiles/styles.selectors.js +29 -29
- package/lib/internal/template/toggle/styles.css.js +8 -8
- package/lib/internal/template/toggle/styles.scoped.css +19 -13
- package/lib/internal/template/toggle/styles.selectors.js +8 -8
- package/lib/internal/template/token-group/styles.css.js +8 -8
- package/lib/internal/template/token-group/styles.scoped.css +22 -16
- package/lib/internal/template/token-group/styles.selectors.js +8 -8
- package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
- package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +48 -42
- package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
- package/lib/internal/template/top-navigation/styles.css.js +47 -47
- package/lib/internal/template/top-navigation/styles.scoped.css +72 -66
- package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
- package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
- package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +27 -21
- package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +33 -27
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
- package/lib/internal/template/tutorial-panel/styles.css.js +1 -1
- package/lib/internal/template/tutorial-panel/styles.scoped.css +7 -1
- package/lib/internal/template/tutorial-panel/styles.selectors.js +1 -1
- package/lib/internal/template/wizard/styles.css.js +32 -32
- package/lib/internal/template/wizard/styles.scoped.css +74 -68
- package/lib/internal/template/wizard/styles.selectors.js +32 -32
- package/package.json +1 -1
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"segment__path": "
|
|
5
|
-
"segment": "
|
|
6
|
-
"segment__hover": "
|
|
7
|
-
"label": "
|
|
8
|
-
"root": "
|
|
9
|
-
"content": "
|
|
10
|
-
"content--small": "awsui_content--
|
|
11
|
-
"content--fit-height": "awsui_content--fit-
|
|
12
|
-
"content--without-labels": "awsui_content--without-
|
|
13
|
-
"content--medium": "awsui_content--
|
|
14
|
-
"content--large": "awsui_content--
|
|
15
|
-
"status-container": "awsui_status-
|
|
16
|
-
"chart-container": "awsui_chart-
|
|
17
|
-
"chart-container--fit-height": "awsui_chart-container--fit-
|
|
18
|
-
"chart-container-chart-plot": "awsui_chart-container-chart-
|
|
19
|
-
"chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-
|
|
20
|
-
"inner-content": "awsui_inner-
|
|
21
|
-
"segment__highlight": "
|
|
22
|
-
"segment--dimmed": "awsui_segment--
|
|
23
|
-
"segment--highlighted": "awsui_segment--
|
|
24
|
-
"label--dimmed": "awsui_label--
|
|
25
|
-
"label--align-right": "awsui_label--align-
|
|
26
|
-
"label-text": "awsui_label-
|
|
27
|
-
"label__description": "
|
|
28
|
-
"label-line": "awsui_label-
|
|
29
|
-
"label--highlighted": "awsui_label--
|
|
30
|
-
"popover-header": "awsui_popover-
|
|
4
|
+
"segment__path": "awsui_segment__path_1edmh_npwi0_103",
|
|
5
|
+
"segment": "awsui_segment_1edmh_npwi0_103",
|
|
6
|
+
"segment__hover": "awsui_segment__hover_1edmh_npwi0_130",
|
|
7
|
+
"label": "awsui_label_1edmh_npwi0_144",
|
|
8
|
+
"root": "awsui_root_1edmh_npwi0_162",
|
|
9
|
+
"content": "awsui_content_1edmh_npwi0_166",
|
|
10
|
+
"content--small": "awsui_content--small_1edmh_npwi0_166",
|
|
11
|
+
"content--fit-height": "awsui_content--fit-height_1edmh_npwi0_169",
|
|
12
|
+
"content--without-labels": "awsui_content--without-labels_1edmh_npwi0_172",
|
|
13
|
+
"content--medium": "awsui_content--medium_1edmh_npwi0_178",
|
|
14
|
+
"content--large": "awsui_content--large_1edmh_npwi0_190",
|
|
15
|
+
"status-container": "awsui_status-container_1edmh_npwi0_207",
|
|
16
|
+
"chart-container": "awsui_chart-container_1edmh_npwi0_211",
|
|
17
|
+
"chart-container--fit-height": "awsui_chart-container--fit-height_1edmh_npwi0_215",
|
|
18
|
+
"chart-container-chart-plot": "awsui_chart-container-chart-plot_1edmh_npwi0_220",
|
|
19
|
+
"chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-height_1edmh_npwi0_223",
|
|
20
|
+
"inner-content": "awsui_inner-content_1edmh_npwi0_229",
|
|
21
|
+
"segment__highlight": "awsui_segment__highlight_1edmh_npwi0_240",
|
|
22
|
+
"segment--dimmed": "awsui_segment--dimmed_1edmh_npwi0_255",
|
|
23
|
+
"segment--highlighted": "awsui_segment--highlighted_1edmh_npwi0_258",
|
|
24
|
+
"label--dimmed": "awsui_label--dimmed_1edmh_npwi0_275",
|
|
25
|
+
"label--align-right": "awsui_label--align-right_1edmh_npwi0_278",
|
|
26
|
+
"label-text": "awsui_label-text_1edmh_npwi0_286",
|
|
27
|
+
"label__description": "awsui_label__description_1edmh_npwi0_294",
|
|
28
|
+
"label-line": "awsui_label-line_1edmh_npwi0_301",
|
|
29
|
+
"label--highlighted": "awsui_label--highlighted_1edmh_npwi0_305",
|
|
30
|
+
"popover-header": "awsui_popover-header_1edmh_npwi0_309"
|
|
31
31
|
};
|
|
32
32
|
|
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
3
|
SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
*/
|
|
5
|
+
/* stylelint-disable @cloudscape-design/no-implicit-descendant, plugin/no-unsupported-browser-features, selector-combinator-disallowed-list */
|
|
6
|
+
/* stylelint-enable @cloudscape-design/no-implicit-descendant, plugin/no-unsupported-browser-features, selector-combinator-disallowed-list */
|
|
7
|
+
/*
|
|
8
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
9
|
+
SPDX-License-Identifier: Apache-2.0
|
|
10
|
+
*/
|
|
5
11
|
/*
|
|
6
12
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
7
13
|
SPDX-License-Identifier: Apache-2.0
|
|
@@ -94,57 +100,57 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
94
100
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
95
101
|
SPDX-License-Identifier: Apache-2.0
|
|
96
102
|
*/
|
|
97
|
-
.
|
|
103
|
+
.awsui_segment__path_1edmh_npwi0_103:not(#\9) {
|
|
98
104
|
transition: opacity var(--motion-duration-transition-quick-j01tkg, 90ms) var(--motion-easing-transition-quick-9ktw66, linear);
|
|
99
105
|
}
|
|
100
106
|
@media (prefers-reduced-motion: reduce) {
|
|
101
|
-
.
|
|
107
|
+
.awsui_segment__path_1edmh_npwi0_103:not(#\9) {
|
|
102
108
|
animation: none;
|
|
103
109
|
transition: none;
|
|
104
110
|
}
|
|
105
111
|
}
|
|
106
|
-
.awsui-motion-disabled .
|
|
112
|
+
.awsui-motion-disabled .awsui_segment__path_1edmh_npwi0_103:not(#\9), .awsui-mode-entering .awsui_segment__path_1edmh_npwi0_103:not(#\9) {
|
|
107
113
|
animation: none;
|
|
108
114
|
transition: none;
|
|
109
115
|
}
|
|
110
116
|
|
|
111
|
-
.
|
|
117
|
+
.awsui_segment_1edmh_npwi0_103:not(#\9) {
|
|
112
118
|
transition: opacity var(--motion-duration-transition-quick-j01tkg, 90ms) var(--motion-easing-transition-quick-9ktw66, linear);
|
|
113
119
|
}
|
|
114
120
|
@media (prefers-reduced-motion: reduce) {
|
|
115
|
-
.
|
|
121
|
+
.awsui_segment_1edmh_npwi0_103:not(#\9) {
|
|
116
122
|
animation: none;
|
|
117
123
|
transition: none;
|
|
118
124
|
}
|
|
119
125
|
}
|
|
120
|
-
.awsui-motion-disabled .
|
|
126
|
+
.awsui-motion-disabled .awsui_segment_1edmh_npwi0_103:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_npwi0_103:not(#\9) {
|
|
121
127
|
animation: none;
|
|
122
128
|
transition: none;
|
|
123
129
|
}
|
|
124
|
-
.
|
|
130
|
+
.awsui_segment_1edmh_npwi0_103 > .awsui_segment__hover_1edmh_npwi0_130:not(#\9) {
|
|
125
131
|
transition: opacity var(--motion-duration-transition-quick-j01tkg, 90ms) var(--motion-easing-transition-quick-9ktw66, linear);
|
|
126
132
|
}
|
|
127
133
|
@media (prefers-reduced-motion: reduce) {
|
|
128
|
-
.
|
|
134
|
+
.awsui_segment_1edmh_npwi0_103 > .awsui_segment__hover_1edmh_npwi0_130:not(#\9) {
|
|
129
135
|
animation: none;
|
|
130
136
|
transition: none;
|
|
131
137
|
}
|
|
132
138
|
}
|
|
133
|
-
.awsui-motion-disabled .
|
|
139
|
+
.awsui-motion-disabled .awsui_segment_1edmh_npwi0_103 > .awsui_segment__hover_1edmh_npwi0_130:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_npwi0_103 > .awsui_segment__hover_1edmh_npwi0_130:not(#\9) {
|
|
134
140
|
animation: none;
|
|
135
141
|
transition: none;
|
|
136
142
|
}
|
|
137
143
|
|
|
138
|
-
.
|
|
144
|
+
.awsui_label_1edmh_npwi0_144:not(#\9) {
|
|
139
145
|
transition: opacity var(--motion-duration-transition-quick-j01tkg, 90ms) var(--motion-easing-transition-quick-9ktw66, linear);
|
|
140
146
|
}
|
|
141
147
|
@media (prefers-reduced-motion: reduce) {
|
|
142
|
-
.
|
|
148
|
+
.awsui_label_1edmh_npwi0_144:not(#\9) {
|
|
143
149
|
animation: none;
|
|
144
150
|
transition: none;
|
|
145
151
|
}
|
|
146
152
|
}
|
|
147
|
-
.awsui-motion-disabled .
|
|
153
|
+
.awsui-motion-disabled .awsui_label_1edmh_npwi0_144:not(#\9), .awsui-mode-entering .awsui_label_1edmh_npwi0_144:not(#\9) {
|
|
148
154
|
animation: none;
|
|
149
155
|
transition: none;
|
|
150
156
|
}
|
|
@@ -153,74 +159,74 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
153
159
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
154
160
|
SPDX-License-Identifier: Apache-2.0
|
|
155
161
|
*/
|
|
156
|
-
.
|
|
162
|
+
.awsui_root_1edmh_npwi0_162:not(#\9) {
|
|
157
163
|
/* used in test-utils */
|
|
158
164
|
}
|
|
159
165
|
|
|
160
|
-
.
|
|
166
|
+
.awsui_content_1edmh_npwi0_166.awsui_content--small_1edmh_npwi0_166:not(#\9) {
|
|
161
167
|
min-block-size: calc(2 * (50px + var(--space-xs-xf5ch3, 8px) + calc(2 * var(--line-height-body-m-2zx78l, 22px))));
|
|
162
168
|
}
|
|
163
|
-
.
|
|
169
|
+
.awsui_content_1edmh_npwi0_166.awsui_content--small_1edmh_npwi0_166.awsui_content--fit-height_1edmh_npwi0_169:not(#\9) {
|
|
164
170
|
min-block-size: calc(2 * (30px + calc(2 * var(--line-height-body-m-2zx78l, 22px))));
|
|
165
171
|
}
|
|
166
|
-
.
|
|
172
|
+
.awsui_content_1edmh_npwi0_166.awsui_content--small_1edmh_npwi0_166.awsui_content--without-labels_1edmh_npwi0_172:not(#\9) {
|
|
167
173
|
min-block-size: calc(2 * (50px + var(--space-xs-xf5ch3, 8px)));
|
|
168
174
|
}
|
|
169
|
-
.
|
|
175
|
+
.awsui_content_1edmh_npwi0_166.awsui_content--small_1edmh_npwi0_166.awsui_content--without-labels_1edmh_npwi0_172.awsui_content--fit-height_1edmh_npwi0_169:not(#\9) {
|
|
170
176
|
min-block-size: calc(2 * (30px));
|
|
171
177
|
}
|
|
172
|
-
.
|
|
178
|
+
.awsui_content_1edmh_npwi0_166.awsui_content--medium_1edmh_npwi0_178:not(#\9) {
|
|
173
179
|
min-block-size: calc(2 * (100px + var(--space-s-2025hl, 12px) + calc(2 * var(--line-height-body-m-2zx78l, 22px))));
|
|
174
180
|
}
|
|
175
|
-
.
|
|
181
|
+
.awsui_content_1edmh_npwi0_166.awsui_content--medium_1edmh_npwi0_178.awsui_content--fit-height_1edmh_npwi0_169:not(#\9) {
|
|
176
182
|
min-block-size: calc(2 * (100px + calc(2 * var(--line-height-body-m-2zx78l, 22px))));
|
|
177
183
|
}
|
|
178
|
-
.
|
|
184
|
+
.awsui_content_1edmh_npwi0_166.awsui_content--medium_1edmh_npwi0_178.awsui_content--without-labels_1edmh_npwi0_172:not(#\9) {
|
|
179
185
|
min-block-size: calc(2 * (100px + var(--space-s-2025hl, 12px)));
|
|
180
186
|
}
|
|
181
|
-
.
|
|
187
|
+
.awsui_content_1edmh_npwi0_166.awsui_content--medium_1edmh_npwi0_178.awsui_content--without-labels_1edmh_npwi0_172.awsui_content--fit-height_1edmh_npwi0_169:not(#\9) {
|
|
182
188
|
min-block-size: calc(2 * (100px));
|
|
183
189
|
}
|
|
184
|
-
.
|
|
190
|
+
.awsui_content_1edmh_npwi0_166.awsui_content--large_1edmh_npwi0_190:not(#\9) {
|
|
185
191
|
min-block-size: calc(2 * (140px + var(--space-s-2025hl, 12px) + calc(2 * var(--line-height-body-m-2zx78l, 22px))));
|
|
186
192
|
}
|
|
187
|
-
.
|
|
193
|
+
.awsui_content_1edmh_npwi0_166.awsui_content--large_1edmh_npwi0_190.awsui_content--fit-height_1edmh_npwi0_169:not(#\9) {
|
|
188
194
|
min-block-size: calc(2 * (140px + calc(2 * var(--line-height-body-m-2zx78l, 22px))));
|
|
189
195
|
}
|
|
190
|
-
.
|
|
196
|
+
.awsui_content_1edmh_npwi0_166.awsui_content--large_1edmh_npwi0_190.awsui_content--without-labels_1edmh_npwi0_172:not(#\9) {
|
|
191
197
|
min-block-size: calc(2 * (140px + var(--space-s-2025hl, 12px)));
|
|
192
198
|
}
|
|
193
|
-
.
|
|
199
|
+
.awsui_content_1edmh_npwi0_166.awsui_content--large_1edmh_npwi0_190.awsui_content--without-labels_1edmh_npwi0_172.awsui_content--fit-height_1edmh_npwi0_169:not(#\9) {
|
|
194
200
|
min-block-size: calc(2 * (140px));
|
|
195
201
|
}
|
|
196
202
|
|
|
197
|
-
.awsui_content--fit-
|
|
203
|
+
.awsui_content--fit-height_1edmh_npwi0_169:not(#\9) {
|
|
198
204
|
flex: 1;
|
|
199
205
|
}
|
|
200
206
|
|
|
201
|
-
.awsui_status-
|
|
207
|
+
.awsui_status-container_1edmh_npwi0_207:not(#\9) {
|
|
202
208
|
/* used in test utils */
|
|
203
209
|
}
|
|
204
210
|
|
|
205
|
-
.awsui_chart-
|
|
211
|
+
.awsui_chart-container_1edmh_npwi0_211:not(#\9) {
|
|
206
212
|
display: flex;
|
|
207
213
|
flex: 1;
|
|
208
214
|
}
|
|
209
|
-
.awsui_chart-container--fit-
|
|
215
|
+
.awsui_chart-container--fit-height_1edmh_npwi0_215:not(#\9) {
|
|
210
216
|
block-size: 100%;
|
|
211
217
|
min-block-size: inherit;
|
|
212
218
|
}
|
|
213
219
|
|
|
214
|
-
.awsui_chart-container-chart-
|
|
220
|
+
.awsui_chart-container-chart-plot_1edmh_npwi0_220:not(#\9) {
|
|
215
221
|
display: contents;
|
|
216
222
|
}
|
|
217
|
-
.awsui_chart-container-chart-plot--fit-
|
|
223
|
+
.awsui_chart-container-chart-plot--fit-height_1edmh_npwi0_223:not(#\9) {
|
|
218
224
|
display: block;
|
|
219
225
|
position: absolute;
|
|
220
226
|
inset: 0;
|
|
221
227
|
}
|
|
222
228
|
|
|
223
|
-
.awsui_inner-
|
|
229
|
+
.awsui_inner-content_1edmh_npwi0_229:not(#\9) {
|
|
224
230
|
display: flex;
|
|
225
231
|
position: absolute;
|
|
226
232
|
flex-direction: column;
|
|
@@ -231,53 +237,53 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
231
237
|
pointer-events: none;
|
|
232
238
|
}
|
|
233
239
|
|
|
234
|
-
.
|
|
240
|
+
.awsui_segment__highlight_1edmh_npwi0_240:not(#\9) {
|
|
235
241
|
stroke: none;
|
|
236
242
|
opacity: 0;
|
|
237
243
|
}
|
|
238
244
|
|
|
239
|
-
.
|
|
245
|
+
.awsui_segment_1edmh_npwi0_103:not(#\9) {
|
|
240
246
|
stroke: var(--color-background-container-content-il2pe5, #ffffff);
|
|
241
247
|
stroke-width: 2px;
|
|
242
248
|
stroke-linejoin: round;
|
|
243
249
|
opacity: 1;
|
|
244
250
|
cursor: pointer;
|
|
245
251
|
}
|
|
246
|
-
.
|
|
252
|
+
.awsui_segment_1edmh_npwi0_103:not(#\9):focus {
|
|
247
253
|
outline: none;
|
|
248
254
|
}
|
|
249
|
-
.
|
|
255
|
+
.awsui_segment_1edmh_npwi0_103.awsui_segment--dimmed_1edmh_npwi0_255:not(#\9) {
|
|
250
256
|
opacity: 0.35;
|
|
251
257
|
}
|
|
252
|
-
.
|
|
258
|
+
.awsui_segment_1edmh_npwi0_103.awsui_segment--highlighted_1edmh_npwi0_258 > .awsui_segment__highlight_1edmh_npwi0_240:not(#\9), .awsui_segment_1edmh_npwi0_103:not(#\9):hover:not(.awsui_segment--dimmed_1edmh_npwi0_255) > .awsui_segment__highlight_1edmh_npwi0_240 {
|
|
253
259
|
opacity: 1;
|
|
254
260
|
}
|
|
255
261
|
|
|
256
|
-
.
|
|
262
|
+
.awsui_label_1edmh_npwi0_144:not(#\9) {
|
|
257
263
|
color: var(--color-text-heading-default-tsgvby, #16191f);
|
|
258
264
|
opacity: 1;
|
|
259
265
|
/* stylelint-disable-next-line selector-max-type */
|
|
260
266
|
/* stylelint-disable-next-line selector-max-type */
|
|
261
267
|
}
|
|
262
|
-
.
|
|
268
|
+
.awsui_label_1edmh_npwi0_144 > line:not(#\9) {
|
|
263
269
|
stroke: var(--color-stroke-chart-line-917j1w, #879596);
|
|
264
270
|
stroke-width: var(--border-divider-section-width-wl9k66, 1px);
|
|
265
271
|
}
|
|
266
|
-
.
|
|
272
|
+
.awsui_label_1edmh_npwi0_144 > div:not(#\9) {
|
|
267
273
|
margin-block-start: -0.75em;
|
|
268
274
|
}
|
|
269
|
-
.
|
|
275
|
+
.awsui_label_1edmh_npwi0_144.awsui_label--dimmed_1edmh_npwi0_275:not(#\9) {
|
|
270
276
|
opacity: 0.35;
|
|
271
277
|
}
|
|
272
|
-
.
|
|
278
|
+
.awsui_label_1edmh_npwi0_144.awsui_label--align-right_1edmh_npwi0_278:not(#\9) {
|
|
273
279
|
/* stylelint-disable-next-line selector-max-type */
|
|
274
280
|
}
|
|
275
|
-
.
|
|
281
|
+
.awsui_label_1edmh_npwi0_144.awsui_label--align-right_1edmh_npwi0_278 > div:not(#\9) {
|
|
276
282
|
text-align: end;
|
|
277
283
|
}
|
|
278
284
|
|
|
279
285
|
/* stylelint-disable-next-line selector-max-type */
|
|
280
|
-
.awsui_label-
|
|
286
|
+
.awsui_label-text_1edmh_npwi0_286 > text:not(#\9) {
|
|
281
287
|
font-size: var(--font-size-body-m-pa3mqb, 14px);
|
|
282
288
|
line-height: var(--line-height-body-m-2zx78l, 22px);
|
|
283
289
|
font-weight: var(--font-display-label-weight-2njs7q, 400);
|
|
@@ -285,22 +291,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
285
291
|
dominant-baseline: middle;
|
|
286
292
|
}
|
|
287
293
|
|
|
288
|
-
text.
|
|
294
|
+
text.awsui_label__description_1edmh_npwi0_294:not(#\9) {
|
|
289
295
|
font-size: var(--font-chart-detail-size-pob89f, 14px);
|
|
290
296
|
font-weight: 400;
|
|
291
297
|
color: var(--color-text-group-label-kysf47, #545b64);
|
|
292
298
|
fill: var(--color-text-group-label-kysf47, #545b64);
|
|
293
299
|
}
|
|
294
300
|
|
|
295
|
-
.awsui_label-
|
|
301
|
+
.awsui_label-line_1edmh_npwi0_301:not(#\9) {
|
|
296
302
|
/* used in component code */
|
|
297
303
|
}
|
|
298
304
|
|
|
299
|
-
.awsui_label--
|
|
305
|
+
.awsui_label--highlighted_1edmh_npwi0_305:not(#\9) {
|
|
300
306
|
/* used in test-utils */
|
|
301
307
|
}
|
|
302
308
|
|
|
303
|
-
.awsui_popover-
|
|
309
|
+
.awsui_popover-header_1edmh_npwi0_309:not(#\9) {
|
|
304
310
|
display: inline-flex;
|
|
305
311
|
align-items: flex-start;
|
|
306
312
|
}
|
|
@@ -2,32 +2,32 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"segment__path": "
|
|
6
|
-
"segment": "
|
|
7
|
-
"segment__hover": "
|
|
8
|
-
"label": "
|
|
9
|
-
"root": "
|
|
10
|
-
"content": "
|
|
11
|
-
"content--small": "awsui_content--
|
|
12
|
-
"content--fit-height": "awsui_content--fit-
|
|
13
|
-
"content--without-labels": "awsui_content--without-
|
|
14
|
-
"content--medium": "awsui_content--
|
|
15
|
-
"content--large": "awsui_content--
|
|
16
|
-
"status-container": "awsui_status-
|
|
17
|
-
"chart-container": "awsui_chart-
|
|
18
|
-
"chart-container--fit-height": "awsui_chart-container--fit-
|
|
19
|
-
"chart-container-chart-plot": "awsui_chart-container-chart-
|
|
20
|
-
"chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-
|
|
21
|
-
"inner-content": "awsui_inner-
|
|
22
|
-
"segment__highlight": "
|
|
23
|
-
"segment--dimmed": "awsui_segment--
|
|
24
|
-
"segment--highlighted": "awsui_segment--
|
|
25
|
-
"label--dimmed": "awsui_label--
|
|
26
|
-
"label--align-right": "awsui_label--align-
|
|
27
|
-
"label-text": "awsui_label-
|
|
28
|
-
"label__description": "
|
|
29
|
-
"label-line": "awsui_label-
|
|
30
|
-
"label--highlighted": "awsui_label--
|
|
31
|
-
"popover-header": "awsui_popover-
|
|
5
|
+
"segment__path": "awsui_segment__path_1edmh_npwi0_103",
|
|
6
|
+
"segment": "awsui_segment_1edmh_npwi0_103",
|
|
7
|
+
"segment__hover": "awsui_segment__hover_1edmh_npwi0_130",
|
|
8
|
+
"label": "awsui_label_1edmh_npwi0_144",
|
|
9
|
+
"root": "awsui_root_1edmh_npwi0_162",
|
|
10
|
+
"content": "awsui_content_1edmh_npwi0_166",
|
|
11
|
+
"content--small": "awsui_content--small_1edmh_npwi0_166",
|
|
12
|
+
"content--fit-height": "awsui_content--fit-height_1edmh_npwi0_169",
|
|
13
|
+
"content--without-labels": "awsui_content--without-labels_1edmh_npwi0_172",
|
|
14
|
+
"content--medium": "awsui_content--medium_1edmh_npwi0_178",
|
|
15
|
+
"content--large": "awsui_content--large_1edmh_npwi0_190",
|
|
16
|
+
"status-container": "awsui_status-container_1edmh_npwi0_207",
|
|
17
|
+
"chart-container": "awsui_chart-container_1edmh_npwi0_211",
|
|
18
|
+
"chart-container--fit-height": "awsui_chart-container--fit-height_1edmh_npwi0_215",
|
|
19
|
+
"chart-container-chart-plot": "awsui_chart-container-chart-plot_1edmh_npwi0_220",
|
|
20
|
+
"chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-height_1edmh_npwi0_223",
|
|
21
|
+
"inner-content": "awsui_inner-content_1edmh_npwi0_229",
|
|
22
|
+
"segment__highlight": "awsui_segment__highlight_1edmh_npwi0_240",
|
|
23
|
+
"segment--dimmed": "awsui_segment--dimmed_1edmh_npwi0_255",
|
|
24
|
+
"segment--highlighted": "awsui_segment--highlighted_1edmh_npwi0_258",
|
|
25
|
+
"label--dimmed": "awsui_label--dimmed_1edmh_npwi0_275",
|
|
26
|
+
"label--align-right": "awsui_label--align-right_1edmh_npwi0_278",
|
|
27
|
+
"label-text": "awsui_label-text_1edmh_npwi0_286",
|
|
28
|
+
"label__description": "awsui_label__description_1edmh_npwi0_294",
|
|
29
|
+
"label-line": "awsui_label-line_1edmh_npwi0_301",
|
|
30
|
+
"label--highlighted": "awsui_label--highlighted_1edmh_npwi0_305",
|
|
31
|
+
"popover-header": "awsui_popover-header_1edmh_npwi0_309"
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"arrow": "
|
|
5
|
-
"arrow-outer": "awsui_arrow-
|
|
6
|
-
"arrow-inner": "awsui_arrow-
|
|
7
|
-
"refresh": "
|
|
8
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
10
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
12
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-top-right": "awsui_arrow-position-top-
|
|
14
|
-
"arrow-position-top-left": "awsui_arrow-position-top-
|
|
15
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
16
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
17
|
-
"arrow-position-bottom-right": "awsui_arrow-position-bottom-
|
|
18
|
-
"arrow-position-bottom-left": "awsui_arrow-position-bottom-
|
|
19
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
20
|
-
"body": "
|
|
21
|
-
"body-overflow-visible": "awsui_body-overflow-
|
|
22
|
-
"has-dismiss": "awsui_has-
|
|
23
|
-
"dismiss": "
|
|
24
|
-
"dismiss-control": "awsui_dismiss-
|
|
25
|
-
"header-row": "awsui_header-
|
|
26
|
-
"header": "
|
|
27
|
-
"content": "
|
|
28
|
-
"content-overflow-visible": "awsui_content-overflow-
|
|
29
|
-
"container": "
|
|
30
|
-
"container-body": "awsui_container-
|
|
31
|
-
"container-body-variant-annotation": "awsui_container-body-variant-
|
|
32
|
-
"container-body-size-small": "awsui_container-body-size-
|
|
33
|
-
"fixed-width": "awsui_fixed-
|
|
34
|
-
"container-body-size-medium": "awsui_container-body-size-
|
|
35
|
-
"container-body-size-large": "awsui_container-body-size-
|
|
36
|
-
"container-arrow": "awsui_container-
|
|
37
|
-
"container-arrow-position-right-top": "awsui_container-arrow-position-right-
|
|
38
|
-
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-
|
|
39
|
-
"container-arrow-position-left-top": "awsui_container-arrow-position-left-
|
|
40
|
-
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-
|
|
41
|
-
"container-arrow-position-top-center": "awsui_container-arrow-position-top-
|
|
42
|
-
"container-arrow-position-top-right": "awsui_container-arrow-position-top-
|
|
43
|
-
"container-arrow-position-top-left": "awsui_container-arrow-position-top-
|
|
44
|
-
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-
|
|
45
|
-
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-
|
|
46
|
-
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-
|
|
47
|
-
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-
|
|
48
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
49
|
-
"root": "
|
|
50
|
-
"trigger": "
|
|
51
|
-
"trigger-type-text": "awsui_trigger-type-
|
|
52
|
-
"trigger-inner-text": "awsui_trigger-inner-
|
|
53
|
-
"popover-content": "awsui_popover-
|
|
4
|
+
"arrow": "awsui_arrow_xjuzf_1o0cc_197",
|
|
5
|
+
"arrow-outer": "awsui_arrow-outer_xjuzf_1o0cc_201",
|
|
6
|
+
"arrow-inner": "awsui_arrow-inner_xjuzf_1o0cc_201",
|
|
7
|
+
"refresh": "awsui_refresh_xjuzf_1o0cc_231",
|
|
8
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_1o0cc_241",
|
|
9
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_1o0cc_241",
|
|
10
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_1o0cc_244",
|
|
11
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_1o0cc_244",
|
|
12
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_1o0cc_247",
|
|
13
|
+
"arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_1o0cc_247",
|
|
14
|
+
"arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_1o0cc_247",
|
|
15
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_1o0cc_247",
|
|
16
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_1o0cc_250",
|
|
17
|
+
"arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_1o0cc_250",
|
|
18
|
+
"arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_1o0cc_250",
|
|
19
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_1o0cc_250",
|
|
20
|
+
"body": "awsui_body_xjuzf_1o0cc_352",
|
|
21
|
+
"body-overflow-visible": "awsui_body-overflow-visible_xjuzf_1o0cc_391",
|
|
22
|
+
"has-dismiss": "awsui_has-dismiss_xjuzf_1o0cc_395",
|
|
23
|
+
"dismiss": "awsui_dismiss_xjuzf_1o0cc_400",
|
|
24
|
+
"dismiss-control": "awsui_dismiss-control_xjuzf_1o0cc_408",
|
|
25
|
+
"header-row": "awsui_header-row_xjuzf_1o0cc_412",
|
|
26
|
+
"header": "awsui_header_xjuzf_1o0cc_412",
|
|
27
|
+
"content": "awsui_content_xjuzf_1o0cc_438",
|
|
28
|
+
"content-overflow-visible": "awsui_content-overflow-visible_xjuzf_1o0cc_446",
|
|
29
|
+
"container": "awsui_container_xjuzf_1o0cc_548",
|
|
30
|
+
"container-body": "awsui_container-body_xjuzf_1o0cc_556",
|
|
31
|
+
"container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_1o0cc_599",
|
|
32
|
+
"container-body-size-small": "awsui_container-body-size-small_xjuzf_1o0cc_604",
|
|
33
|
+
"fixed-width": "awsui_fixed-width_xjuzf_1o0cc_607",
|
|
34
|
+
"container-body-size-medium": "awsui_container-body-size-medium_xjuzf_1o0cc_611",
|
|
35
|
+
"container-body-size-large": "awsui_container-body-size-large_xjuzf_1o0cc_618",
|
|
36
|
+
"container-arrow": "awsui_container-arrow_xjuzf_1o0cc_630",
|
|
37
|
+
"container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_1o0cc_634",
|
|
38
|
+
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_1o0cc_634",
|
|
39
|
+
"container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_1o0cc_646",
|
|
40
|
+
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_1o0cc_646",
|
|
41
|
+
"container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_1o0cc_658",
|
|
42
|
+
"container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_1o0cc_658",
|
|
43
|
+
"container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_1o0cc_658",
|
|
44
|
+
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_1o0cc_658",
|
|
45
|
+
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_1o0cc_674",
|
|
46
|
+
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_1o0cc_678",
|
|
47
|
+
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_1o0cc_682",
|
|
48
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_1o0cc_1",
|
|
49
|
+
"root": "awsui_root_xjuzf_1o0cc_828",
|
|
50
|
+
"trigger": "awsui_trigger_xjuzf_1o0cc_864",
|
|
51
|
+
"trigger-type-text": "awsui_trigger-type-text_xjuzf_1o0cc_871",
|
|
52
|
+
"trigger-inner-text": "awsui_trigger-inner-text_xjuzf_1o0cc_906",
|
|
53
|
+
"popover-content": "awsui_popover-content_xjuzf_1o0cc_910"
|
|
54
54
|
};
|
|
55
55
|
|