@cloudscape-design/components-themeable 3.0.534 → 3.0.535
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/grid/styles.scss +15 -12
- package/lib/internal/scss/header/styles.scss +36 -28
- package/lib/internal/scss/help-panel/styles.scss +50 -36
- package/lib/internal/scss/hotspot/styles.scss +6 -6
- package/lib/internal/scss/icon/mixins.scss +6 -5
- package/lib/internal/scss/icon/styles.scss +8 -5
- package/lib/internal/scss/input/styles.scss +21 -13
- package/lib/internal/scss/internal/components/abstract-switch/styles.scss +9 -8
- package/lib/internal/scss/internal/components/button-trigger/styles.scss +17 -13
- package/lib/internal/scss/internal/components/cartesian-chart/styles.scss +7 -10
- package/lib/internal/scss/internal/components/chart-legend/styles.scss +10 -6
- package/lib/internal/scss/internal/components/chart-plot/styles.scss +2 -2
- package/lib/internal/scss/internal/components/chart-popover/styles.scss +4 -2
- package/lib/internal/scss/internal/components/chart-popover-footer/styles.scss +6 -4
- package/lib/internal/scss/internal/components/chart-series-details/styles.scss +8 -6
- package/lib/internal/scss/internal/components/chart-series-marker/styles.scss +33 -20
- package/lib/internal/scss/internal/components/chart-wrapper/styles.scss +4 -4
- package/lib/internal/scss/internal/components/checkbox-icon/styles.scss +4 -4
- package/lib/internal/scss/internal/components/dropdown/styles.scss +14 -13
- package/lib/internal/scss/internal/components/dropdown-footer/styles.scss +2 -2
- package/lib/internal/scss/internal/components/dropdown-status/styles.scss +3 -2
- package/lib/internal/scss/internal/components/filtering-token/styles.scss +20 -12
- package/lib/internal/scss/internal/components/handle/styles.scss +6 -3
- package/lib/internal/scss/internal/components/menu-dropdown/styles.scss +9 -9
- package/lib/internal/scss/internal/components/option/styles.scss +9 -9
- package/lib/internal/scss/internal/components/options-list/styles.scss +12 -6
- package/lib/internal/scss/internal/components/selectable-item/styles.scss +42 -34
- package/lib/internal/scss/internal/components/token-list/styles.scss +18 -11
- package/lib/internal/scss/internal/styles/forms/mixins.scss +74 -38
- package/lib/internal/scss/internal/styles/utils/mixins.scss +10 -9
- package/lib/internal/scss/modal/styles.scss +39 -24
- package/lib/internal/scss/multiselect/styles.scss +1 -1
- package/lib/internal/scss/table/body-cell/styles.scss +75 -65
- package/lib/internal/scss/table/header-cell/styles.scss +24 -22
- package/lib/internal/scss/table/resizer/styles.scss +21 -21
- package/lib/internal/scss/table/selection/styles.scss +6 -6
- package/lib/internal/scss/table/sticky-scrollbar/styles.scss +9 -9
- package/lib/internal/scss/table/styles.scss +51 -46
- package/lib/internal/scss/tabs/styles.scss +6 -3
- package/lib/internal/scss/tabs/tab-header-bar.scss +46 -31
- package/lib/internal/scss/text-content/styles.scss +10 -6
- package/lib/internal/scss/text-filter/styles.scss +2 -2
- package/lib/internal/scss/textarea/styles.scss +11 -5
- package/lib/internal/scss/tiles/styles.scss +25 -14
- package/lib/internal/scss/toggle/styles.scss +12 -7
- package/lib/internal/scss/token-group/styles.scss +23 -11
- package/lib/internal/scss/top-navigation/1.0-beta/styles.scss +42 -38
- package/lib/internal/scss/top-navigation/styles.scss +69 -56
- package/lib/internal/scss/tutorial-panel/components/tutorial-detail-view/styles.scss +15 -11
- package/lib/internal/scss/tutorial-panel/components/tutorial-list/styles.scss +16 -8
- package/lib/internal/scss/tutorial-panel/styles.scss +3 -1
- package/lib/internal/scss/wizard/styles.scss +45 -33
- package/lib/internal/template/alert/styles.css.js +25 -25
- package/lib/internal/template/alert/styles.scoped.css +48 -45
- 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 +22 -19
- 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 +37 -34
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
- package/lib/internal/template/app-layout/toggles/styles.css.js +2 -2
- package/lib/internal/template/app-layout/toggles/styles.scoped.css +14 -11
- 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 +179 -176
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +81 -81
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +9 -9
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +23 -20
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +9 -9
- package/lib/internal/template/button/styles.css.js +20 -20
- package/lib/internal/template/button/styles.scoped.css +392 -302
- package/lib/internal/template/button/styles.selectors.js +20 -20
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +15 -15
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +19 -19
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +15 -15
- package/lib/internal/template/calendar/styles.css.js +18 -18
- package/lib/internal/template/calendar/styles.scoped.css +54 -48
- 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 +58 -58
- 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 +18 -15
- 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 +213 -201
- 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 +26 -23
- 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 +53 -50
- package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
- package/lib/internal/template/container/styles.css.js +30 -30
- package/lib/internal/template/container/styles.scoped.css +100 -80
- package/lib/internal/template/container/styles.selectors.js +30 -30
- package/lib/internal/template/date-picker/styles.css.js +7 -7
- package/lib/internal/template/date-picker/styles.scoped.css +13 -10
- 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 +58 -52
- package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +25 -25
- package/lib/internal/template/date-range-picker/styles.css.js +38 -38
- package/lib/internal/template/date-range-picker/styles.scoped.css +50 -47
- package/lib/internal/template/date-range-picker/styles.selectors.js +38 -38
- package/lib/internal/template/expandable-section/interfaces.d.ts +3 -2
- package/lib/internal/template/expandable-section/interfaces.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/interfaces.js.map +1 -1
- package/lib/internal/template/expandable-section/styles.css.js +32 -32
- package/lib/internal/template/expandable-section/styles.scoped.css +85 -75
- package/lib/internal/template/expandable-section/styles.selectors.js +32 -32
- package/lib/internal/template/file-upload/file-input/styles.css.js +4 -4
- package/lib/internal/template/file-upload/file-input/styles.scoped.css +15 -12
- 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 +168 -162
- package/lib/internal/template/flashbar/styles.selectors.js +47 -47
- package/lib/internal/template/form-field/styles.css.js +19 -19
- package/lib/internal/template/form-field/styles.scoped.css +35 -34
- 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 +112 -108
- package/lib/internal/template/grid/styles.selectors.js +53 -53
- package/lib/internal/template/header/interfaces.d.ts +1 -1
- package/lib/internal/template/header/interfaces.js.map +1 -1
- package/lib/internal/template/header/styles.css.js +34 -34
- package/lib/internal/template/header/styles.scoped.css +92 -83
- 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 +127 -108
- 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 -13
- package/lib/internal/template/hotspot/styles.selectors.js +7 -7
- package/lib/internal/template/icon/styles.css.js +21 -21
- package/lib/internal/template/icon/styles.scoped.css +86 -78
- package/lib/internal/template/icon/styles.selectors.js +21 -21
- package/lib/internal/template/input/styles.css.js +12 -12
- package/lib/internal/template/input/styles.scoped.css +63 -49
- 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 +31 -30
- 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 +61 -48
- package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +10 -10
- package/lib/internal/template/internal/components/cartesian-chart/styles.css.js +27 -27
- package/lib/internal/template/internal/components/cartesian-chart/styles.scoped.css +38 -41
- package/lib/internal/template/internal/components/cartesian-chart/styles.selectors.js +27 -27
- package/lib/internal/template/internal/components/chart-legend/styles.css.js +6 -6
- package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +33 -26
- 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 +7 -7
- 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 +7 -5
- package/lib/internal/template/internal/components/chart-popover/styles.selectors.js +3 -3
- package/lib/internal/template/internal/components/chart-popover-footer/styles.css.js +1 -1
- package/lib/internal/template/internal/components/chart-popover-footer/styles.scoped.css +8 -6
- package/lib/internal/template/internal/components/chart-popover-footer/styles.selectors.js +1 -1
- 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 +74 -59
- 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 +40 -27
- 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 +13 -13
- 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 +12 -12
- 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 +64 -56
- 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 +5 -5
- 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 +5 -3
- 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 +41 -30
- 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 +20 -14
- 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 +31 -28
- 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 +39 -39
- 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 +14 -8
- 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 +3 -3
- 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 +74 -65
- 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 +44 -33
- 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/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +75 -72
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/modal/styles.css.js +23 -23
- package/lib/internal/template/modal/styles.scoped.css +76 -61
- 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 +3 -3
- 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 -25
- package/lib/internal/template/pagination/styles.selectors.js +9 -9
- package/lib/internal/template/popover/styles.css.js +50 -50
- package/lib/internal/template/popover/styles.scoped.css +75 -72
- 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 +33 -33
- package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
- package/lib/internal/template/property-filter/styles.css.js +31 -31
- package/lib/internal/template/property-filter/styles.scoped.css +34 -34
- 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 +28 -25
- 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 +42 -39
- 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 +18 -18
- package/lib/internal/template/select/parts/styles.selectors.js +16 -16
- package/lib/internal/template/side-navigation/styles.css.js +28 -28
- package/lib/internal/template/side-navigation/styles.scoped.css +43 -40
- package/lib/internal/template/side-navigation/styles.selectors.js +28 -28
- package/lib/internal/template/split-panel/styles.css.js +55 -55
- package/lib/internal/template/split-panel/styles.scoped.css +84 -81
- 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 +30 -30
- 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 +166 -153
- 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 +77 -70
- 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 +43 -40
- 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 -9
- 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 +16 -16
- 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 +94 -87
- package/lib/internal/template/table/styles.selectors.js +35 -35
- package/lib/internal/template/tabs/styles.css.js +21 -21
- package/lib/internal/template/tabs/styles.scoped.css +104 -79
- 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 +14 -11
- 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 +74 -67
- 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 +5 -5
- 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 +34 -23
- 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 +112 -99
- 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 +38 -29
- 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 +46 -31
- 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 +90 -83
- 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 +149 -130
- 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 +36 -32
- 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 +47 -36
- 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 +4 -2
- 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 +145 -117
- package/lib/internal/template/wizard/styles.selectors.js +32 -32
- package/package.json +1 -1
|
@@ -15,18 +15,23 @@
|
|
|
15
15
|
|
|
16
16
|
position: relative;
|
|
17
17
|
display: flex;
|
|
18
|
-
|
|
18
|
+
inline-size: 100%;
|
|
19
19
|
justify-content: space-between;
|
|
20
20
|
align-items: center;
|
|
21
|
-
padding: styles.$control-padding-vertical
|
|
21
|
+
padding-block: styles.$control-padding-vertical;
|
|
22
|
+
padding-inline: styles.$control-padding-horizontal;
|
|
22
23
|
|
|
23
24
|
background-color: awsui.$color-background-input-default;
|
|
24
|
-
border-radius: styles.$control-border-radius;
|
|
25
|
-
border: styles.$control-border-
|
|
26
|
-
|
|
25
|
+
border-start-start-radius: styles.$control-border-radius;
|
|
26
|
+
border-start-end-radius: styles.$control-border-radius;
|
|
27
|
+
border-end-start-radius: styles.$control-border-radius;
|
|
28
|
+
border-end-end-radius: styles.$control-border-radius;
|
|
29
|
+
border-block: styles.$control-border-width solid awsui.$color-border-input-default;
|
|
30
|
+
border-inline: styles.$control-border-width solid awsui.$color-border-input-default;
|
|
31
|
+
min-block-size: awsui.$size-vertical-input;
|
|
27
32
|
|
|
28
33
|
&.has-caret {
|
|
29
|
-
padding-
|
|
34
|
+
padding-inline-end: styles.$control-icon-horizontal-padding;
|
|
30
35
|
}
|
|
31
36
|
|
|
32
37
|
> .placeholder {
|
|
@@ -35,8 +40,8 @@
|
|
|
35
40
|
|
|
36
41
|
> .arrow {
|
|
37
42
|
position: absolute;
|
|
38
|
-
|
|
39
|
-
|
|
43
|
+
inset-inline-end: styles.$control-icon-horizontal-offset;
|
|
44
|
+
inset-block-start: styles.$control-icon-vertical-offset;
|
|
40
45
|
color: awsui.$color-text-button-inline-icon-default;
|
|
41
46
|
}
|
|
42
47
|
|
|
@@ -91,9 +96,9 @@
|
|
|
91
96
|
|
|
92
97
|
&.in-filtering-token {
|
|
93
98
|
border-color: tokenGroup.$token-border-color;
|
|
94
|
-
border-
|
|
95
|
-
border-
|
|
96
|
-
|
|
99
|
+
border-start-end-radius: 0;
|
|
100
|
+
border-end-end-radius: 0;
|
|
101
|
+
block-size: 100%;
|
|
97
102
|
@include focus-visible.when-visible {
|
|
98
103
|
@include styles.focus-highlight(awsui.$space-filtering-token-operation-select-focus-outline-gutter);
|
|
99
104
|
}
|
|
@@ -101,7 +106,6 @@
|
|
|
101
106
|
|
|
102
107
|
&.inline-tokens {
|
|
103
108
|
// Remove default paddings and just rely on center alignment of the content
|
|
104
|
-
padding-
|
|
105
|
-
padding-bottom: 0;
|
|
109
|
+
padding-block: 0;
|
|
106
110
|
}
|
|
107
111
|
}
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
|
|
58
58
|
.labels-left {
|
|
59
59
|
position: relative;
|
|
60
|
-
margin-
|
|
60
|
+
margin-inline-end: 12px;
|
|
61
61
|
|
|
62
62
|
> .axis-label {
|
|
63
63
|
position: absolute;
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
.labels-bottom {
|
|
83
83
|
position: relative;
|
|
84
84
|
display: block;
|
|
85
|
-
|
|
85
|
+
inline-size: 100%;
|
|
86
86
|
overflow: visible;
|
|
87
87
|
}
|
|
88
88
|
|
|
@@ -112,12 +112,12 @@
|
|
|
112
112
|
|
|
113
113
|
.chart-container {
|
|
114
114
|
display: flex;
|
|
115
|
-
|
|
115
|
+
inline-size: 100%;
|
|
116
116
|
flex-direction: column;
|
|
117
117
|
|
|
118
118
|
&.fit-height {
|
|
119
|
-
|
|
120
|
-
min-
|
|
119
|
+
block-size: 100%;
|
|
120
|
+
min-block-size: inherit;
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
position: relative;
|
|
134
134
|
display: flex;
|
|
135
135
|
flex-direction: column;
|
|
136
|
-
|
|
136
|
+
inline-size: 100%;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
.chart-container-plot-wrapper {
|
|
@@ -148,10 +148,7 @@
|
|
|
148
148
|
&.fit-height {
|
|
149
149
|
display: block;
|
|
150
150
|
position: absolute;
|
|
151
|
-
|
|
152
|
-
right: 0;
|
|
153
|
-
bottom: 0;
|
|
154
|
-
left: 0;
|
|
151
|
+
inset: 0;
|
|
155
152
|
}
|
|
156
153
|
}
|
|
157
154
|
|
|
@@ -24,16 +24,20 @@
|
|
|
24
24
|
display: flex;
|
|
25
25
|
flex-wrap: wrap;
|
|
26
26
|
list-style: none;
|
|
27
|
-
margin: 0;
|
|
28
|
-
|
|
27
|
+
margin-block: 0;
|
|
28
|
+
margin-inline: 0;
|
|
29
|
+
padding-block: 0;
|
|
30
|
+
padding-inline: 0;
|
|
29
31
|
}
|
|
30
32
|
|
|
31
33
|
.marker {
|
|
32
34
|
display: inline-flex;
|
|
33
35
|
align-items: flex-start;
|
|
34
|
-
margin-
|
|
35
|
-
padding: 0;
|
|
36
|
-
|
|
36
|
+
margin-inline-end: awsui.$space-m;
|
|
37
|
+
padding-block: 0;
|
|
38
|
+
padding-inline: 0;
|
|
39
|
+
border-block: 0;
|
|
40
|
+
border-inline: 0;
|
|
37
41
|
background-color: transparent;
|
|
38
42
|
cursor: pointer;
|
|
39
43
|
opacity: 1;
|
|
@@ -47,7 +51,7 @@
|
|
|
47
51
|
}
|
|
48
52
|
|
|
49
53
|
&:last-child {
|
|
50
|
-
margin-
|
|
54
|
+
margin-inline-end: 0;
|
|
51
55
|
}
|
|
52
56
|
|
|
53
57
|
&.marker--dimmed {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
// These attributes are needed to ensure that the chart does not grow indefinitely
|
|
15
15
|
// when placed in a parent container without a width constraint.
|
|
16
16
|
display: flex;
|
|
17
|
-
|
|
18
|
-
max-
|
|
17
|
+
inline-size: 100%;
|
|
18
|
+
max-inline-size: 100%;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.clickable {
|
|
@@ -12,8 +12,10 @@
|
|
|
12
12
|
}
|
|
13
13
|
.hover-area {
|
|
14
14
|
pointer-events: none;
|
|
15
|
-
padding: awsui.$space-static-s;
|
|
16
|
-
|
|
15
|
+
padding-block: awsui.$space-static-s;
|
|
16
|
+
padding-inline: awsui.$space-static-s;
|
|
17
|
+
margin-block: calc(-1 * #{awsui.$space-static-s});
|
|
18
|
+
margin-inline: calc(-1 * #{awsui.$space-static-s});
|
|
17
19
|
}
|
|
18
20
|
|
|
19
21
|
.popover-body {
|
|
@@ -5,11 +5,13 @@
|
|
|
5
5
|
@use '../../styles/tokens' as awsui;
|
|
6
6
|
|
|
7
7
|
.root {
|
|
8
|
-
margin-
|
|
8
|
+
margin-block-start: awsui.$space-xs;
|
|
9
9
|
/* stylelint-disable selector-max-type */
|
|
10
10
|
> hr {
|
|
11
|
-
border: none;
|
|
12
|
-
border-
|
|
13
|
-
|
|
11
|
+
border-block: none;
|
|
12
|
+
border-inline: none;
|
|
13
|
+
border-block-start: awsui.$border-divider-section-width solid awsui.$color-border-divider-default;
|
|
14
|
+
margin-block: awsui.$space-xs;
|
|
15
|
+
margin-inline: 0;
|
|
14
16
|
}
|
|
15
17
|
}
|
|
@@ -16,7 +16,7 @@ $font-weight-bold: awsui.$font-weight-heading-s;
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
.value {
|
|
19
|
-
text-align:
|
|
19
|
+
text-align: end;
|
|
20
20
|
margin-inline-start: awsui.$space-xxl;
|
|
21
21
|
&.expandable {
|
|
22
22
|
font-weight: $font-weight-bold;
|
|
@@ -34,7 +34,7 @@ $font-weight-bold: awsui.$font-weight-heading-s;
|
|
|
34
34
|
display: flex;
|
|
35
35
|
flex-direction: row;
|
|
36
36
|
justify-content: space-between;
|
|
37
|
-
|
|
37
|
+
inline-size: 100%;
|
|
38
38
|
> .key {
|
|
39
39
|
display: inline-flex;
|
|
40
40
|
color: awsui.$color-text-group-label;
|
|
@@ -55,8 +55,10 @@ $font-weight-bold: awsui.$font-weight-heading-s;
|
|
|
55
55
|
|
|
56
56
|
.list {
|
|
57
57
|
display: flex;
|
|
58
|
-
margin: 0;
|
|
59
|
-
|
|
58
|
+
margin-block: 0;
|
|
59
|
+
margin-inline: 0;
|
|
60
|
+
padding-block: 0;
|
|
61
|
+
padding-inline: 0;
|
|
60
62
|
list-style: none;
|
|
61
63
|
flex-direction: column;
|
|
62
64
|
|
|
@@ -73,7 +75,7 @@ $font-weight-bold: awsui.$font-weight-heading-s;
|
|
|
73
75
|
|
|
74
76
|
.list:not(.compact) > .list-item:not(:first-child),
|
|
75
77
|
.inner-list-item {
|
|
76
|
-
margin-
|
|
78
|
+
margin-block-start: awsui.$space-scaled-xxs;
|
|
77
79
|
}
|
|
78
80
|
|
|
79
81
|
.list-item.with-sub-items:not(.expandable) > .key-value-pair {
|
|
@@ -84,7 +86,7 @@ $font-weight-bold: awsui.$font-weight-heading-s;
|
|
|
84
86
|
}
|
|
85
87
|
|
|
86
88
|
.full-width {
|
|
87
|
-
|
|
89
|
+
inline-size: 100%;
|
|
88
90
|
}
|
|
89
91
|
|
|
90
92
|
.announced {
|
|
@@ -11,53 +11,66 @@ $marker-margin-right: awsui.$space-xxs;
|
|
|
11
11
|
|
|
12
12
|
.marker {
|
|
13
13
|
@include styles.styles-reset;
|
|
14
|
-
margin-
|
|
15
|
-
margin-
|
|
16
|
-
border-radius: 2px;
|
|
17
|
-
|
|
14
|
+
margin-inline-end: $marker-margin-right;
|
|
15
|
+
margin-block-start: awsui.$space-xxs;
|
|
16
|
+
border-start-start-radius: 2px;
|
|
17
|
+
border-start-end-radius: 2px;
|
|
18
|
+
border-end-start-radius: 2px;
|
|
19
|
+
border-end-end-radius: 2px;
|
|
20
|
+
inline-size: $marker-width;
|
|
18
21
|
flex-shrink: 0;
|
|
19
22
|
cursor: inherit;
|
|
20
23
|
|
|
21
24
|
&--line {
|
|
22
25
|
// same margin as in filled marker + half the difference in their size
|
|
23
|
-
margin-
|
|
24
|
-
|
|
26
|
+
margin-block-start: 0.9 * styles.$base-size;
|
|
27
|
+
block-size: 0.4 * styles.$base-size;
|
|
25
28
|
}
|
|
26
29
|
|
|
27
30
|
&--rectangle {
|
|
28
|
-
|
|
29
|
-
border-radius: 2px;
|
|
31
|
+
block-size: 1.4 * styles.$base-size;
|
|
32
|
+
border-start-start-radius: 2px;
|
|
33
|
+
border-start-end-radius: 2px;
|
|
34
|
+
border-end-start-radius: 2px;
|
|
35
|
+
border-end-end-radius: 2px;
|
|
30
36
|
}
|
|
31
37
|
|
|
32
38
|
&--hollow-rectangle {
|
|
33
|
-
|
|
34
|
-
border-radius: 2px;
|
|
39
|
+
block-size: 1.4 * styles.$base-size;
|
|
40
|
+
border-start-start-radius: 2px;
|
|
41
|
+
border-start-end-radius: 2px;
|
|
42
|
+
border-end-start-radius: 2px;
|
|
43
|
+
border-end-end-radius: 2px;
|
|
35
44
|
|
|
36
45
|
// inner rectangle
|
|
37
46
|
&::after {
|
|
38
47
|
content: '';
|
|
39
48
|
display: block;
|
|
40
|
-
margin: 0.2 * styles.$base-size;
|
|
41
|
-
|
|
49
|
+
margin-block: 0.2 * styles.$base-size;
|
|
50
|
+
margin-inline: 0.2 * styles.$base-size;
|
|
51
|
+
block-size: 1 * styles.$base-size;
|
|
42
52
|
background-color: awsui.$color-background-container-content;
|
|
43
53
|
opacity: 0.5;
|
|
44
54
|
}
|
|
45
55
|
}
|
|
46
56
|
|
|
47
57
|
&--dashed {
|
|
48
|
-
|
|
49
|
-
|
|
58
|
+
block-size: 0.4 * styles.$base-size;
|
|
59
|
+
inline-size: 0.6 * styles.$base-size;
|
|
50
60
|
// same margins as in filled marker + half the difference in their size
|
|
51
|
-
margin-
|
|
52
|
-
margin-
|
|
61
|
+
margin-block-start: 0.9 * styles.$base-size;
|
|
62
|
+
margin-inline-end: 1.2 * styles.$base-size;
|
|
53
63
|
|
|
54
64
|
&::after {
|
|
55
65
|
content: '';
|
|
56
66
|
display: block;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
margin-
|
|
60
|
-
border-radius: 2px;
|
|
67
|
+
inline-size: 0.6 * styles.$base-size;
|
|
68
|
+
block-size: 0.4 * styles.$base-size;
|
|
69
|
+
margin-inline-start: 0.8 * styles.$base-size;
|
|
70
|
+
border-start-start-radius: 2px;
|
|
71
|
+
border-start-end-radius: 2px;
|
|
72
|
+
border-end-start-radius: 2px;
|
|
73
|
+
border-end-end-radius: 2px;
|
|
61
74
|
background-color: inherit;
|
|
62
75
|
}
|
|
63
76
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
display: block;
|
|
13
13
|
|
|
14
14
|
&--fit-height {
|
|
15
|
-
|
|
15
|
+
block-size: 100%;
|
|
16
16
|
overflow-y: auto;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
&--fit-height {
|
|
22
22
|
display: flex;
|
|
23
23
|
flex-direction: column;
|
|
24
|
-
|
|
24
|
+
block-size: 100%;
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.content--reserve-filter {
|
|
42
|
-
margin-
|
|
42
|
+
margin-block-start: calc(2 * #{awsui.$line-height-body-m});
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.content--reserve-legend {
|
|
46
|
-
margin-
|
|
46
|
+
margin-block-end: calc(2 * #{awsui.$line-height-body-m});
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
.content--fit-height {
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
|
|
9
9
|
.root {
|
|
10
10
|
position: absolute;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
inline-size: 100%;
|
|
12
|
+
block-size: 100%;
|
|
13
|
+
inset-block-start: 0;
|
|
14
|
+
inset-inline-start: 0;
|
|
15
15
|
|
|
16
16
|
> .styled-box {
|
|
17
17
|
fill: awsui.$color-background-control-default;
|
|
@@ -46,10 +46,11 @@
|
|
|
46
46
|
// HACK: because of the issues with IE's box shadow rendering we draw
|
|
47
47
|
// a border and don't mind the pixel fitting
|
|
48
48
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
49
|
-
border: styles.$control-border-width solid awsui.$color-border-container-top;
|
|
49
|
+
border-block: styles.$control-border-width solid awsui.$color-border-container-top;
|
|
50
|
+
border-inline: styles.$control-border-width solid awsui.$color-border-container-top;
|
|
50
51
|
}
|
|
51
52
|
|
|
52
|
-
border-
|
|
53
|
+
border-block-end: none;
|
|
53
54
|
|
|
54
55
|
// Don't show dropdown border when there's no dropdown content
|
|
55
56
|
&.is-empty::after {
|
|
@@ -64,28 +65,28 @@
|
|
|
64
65
|
}
|
|
65
66
|
|
|
66
67
|
&.with-limited-width > .dropdown-content-wrapper {
|
|
67
|
-
border-
|
|
68
|
+
border-block-start: none;
|
|
68
69
|
}
|
|
69
70
|
}
|
|
70
71
|
&-drop-left {
|
|
71
|
-
|
|
72
|
+
inset-inline-end: 0;
|
|
72
73
|
}
|
|
73
74
|
&-drop-right {
|
|
74
|
-
|
|
75
|
+
inset-inline-start: 0;
|
|
75
76
|
}
|
|
76
77
|
&.occupy-entire-width {
|
|
77
|
-
min-
|
|
78
|
+
min-inline-size: 100%;
|
|
78
79
|
}
|
|
79
80
|
&.stretch-beyond-trigger-width {
|
|
80
|
-
|
|
81
|
-
max-
|
|
81
|
+
inline-size: max-content;
|
|
82
|
+
max-inline-size: var(#{custom-props.$dropdownDefaultMaxWidth}, 100%);
|
|
82
83
|
}
|
|
83
84
|
&.hide-upper-border > .dropdown-content-wrapper {
|
|
84
|
-
border-
|
|
85
|
+
border-block-start: none;
|
|
85
86
|
}
|
|
86
87
|
&.interior > .dropdown-content-wrapper {
|
|
87
|
-
margin-
|
|
88
|
-
border-
|
|
88
|
+
margin-block-start: -1px;
|
|
89
|
+
border-block-start: awsui.$border-divider-list-width solid awsui.$color-border-container-top;
|
|
89
90
|
}
|
|
90
91
|
&.open {
|
|
91
92
|
display: block;
|
|
@@ -108,9 +109,9 @@
|
|
|
108
109
|
.dropdown-content {
|
|
109
110
|
display: flex;
|
|
110
111
|
flex-direction: column;
|
|
111
|
-
|
|
112
|
+
inline-size: 100%;
|
|
112
113
|
}
|
|
113
114
|
|
|
114
115
|
.stretch-trigger-height {
|
|
115
|
-
|
|
116
|
+
block-size: 100%;
|
|
116
117
|
}
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
@include styles.styles-reset;
|
|
11
11
|
|
|
12
12
|
&:not(.hidden) {
|
|
13
|
-
border-
|
|
13
|
+
border-block-start: awsui.$border-divider-list-width solid awsui.$color-border-dropdown-item-default;
|
|
14
14
|
|
|
15
15
|
// Hide border if there are no options (visual-refresh)
|
|
16
16
|
&.no-items {
|
|
17
|
-
border-
|
|
17
|
+
border-block-start: awsui.$border-divider-list-width solid awsui.$color-border-dropdown-item-top;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
|
|
9
9
|
.root {
|
|
10
10
|
@include styles.styles-reset;
|
|
11
|
-
padding: styles.$option-padding-vertical
|
|
12
|
-
|
|
11
|
+
padding-block-start: styles.$option-padding-vertical;
|
|
12
|
+
padding-block-end: calc(#{styles.$option-padding-vertical} + #{awsui.$space-xxxs});
|
|
13
|
+
padding-inline: styles.$control-padding-horizontal;
|
|
13
14
|
color: awsui.$color-text-dropdown-footer;
|
|
14
15
|
|
|
15
16
|
> .recovery {
|
|
@@ -14,20 +14,24 @@
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.token {
|
|
17
|
-
border: awsui.$border-field-width solid constants.$token-border-color;
|
|
17
|
+
border-block: awsui.$border-field-width solid constants.$token-border-color;
|
|
18
|
+
border-inline: awsui.$border-field-width solid constants.$token-border-color;
|
|
18
19
|
display: flex;
|
|
19
20
|
align-items: stretch;
|
|
20
21
|
background: constants.$token-background;
|
|
21
|
-
border-radius: awsui.$border-radius-token;
|
|
22
|
+
border-start-start-radius: awsui.$border-radius-token;
|
|
23
|
+
border-start-end-radius: awsui.$border-radius-token;
|
|
24
|
+
border-end-start-radius: awsui.$border-radius-token;
|
|
25
|
+
border-end-end-radius: awsui.$border-radius-token;
|
|
22
26
|
color: awsui.$color-text-body-default;
|
|
23
|
-
|
|
27
|
+
block-size: 100%;
|
|
24
28
|
box-sizing: border-box;
|
|
25
29
|
}
|
|
26
30
|
|
|
27
31
|
.show-operation {
|
|
28
|
-
border-
|
|
29
|
-
border-
|
|
30
|
-
border-
|
|
32
|
+
border-inline-start: none;
|
|
33
|
+
border-start-start-radius: 0;
|
|
34
|
+
border-end-start-radius: 0;
|
|
31
35
|
}
|
|
32
36
|
|
|
33
37
|
.select {
|
|
@@ -35,17 +39,21 @@
|
|
|
35
39
|
}
|
|
36
40
|
|
|
37
41
|
.token-content {
|
|
38
|
-
padding: styles.$control-padding-vertical
|
|
42
|
+
padding-block: styles.$control-padding-vertical;
|
|
43
|
+
padding-inline: styles.$control-padding-horizontal;
|
|
39
44
|
}
|
|
40
45
|
|
|
41
46
|
.dismiss-button {
|
|
42
|
-
|
|
43
|
-
margin: 0;
|
|
44
|
-
|
|
45
|
-
|
|
47
|
+
inline-size: 30px;
|
|
48
|
+
margin-block: 0;
|
|
49
|
+
margin-inline: 0;
|
|
50
|
+
border-block: none;
|
|
51
|
+
border-inline: none;
|
|
52
|
+
padding-block: 0;
|
|
53
|
+
padding-inline: awsui.$space-xxs;
|
|
46
54
|
color: awsui.$color-text-interactive-default;
|
|
47
55
|
background-color: transparent;
|
|
48
|
-
border-
|
|
56
|
+
border-inline-start: styles.$control-border-width solid constants.$token-border-color;
|
|
49
57
|
|
|
50
58
|
@include focus-visible.when-visible {
|
|
51
59
|
@include styles.focus-highlight(awsui.$space-filtering-token-dismiss-button-focus-outline-gutter);
|
|
@@ -10,9 +10,12 @@
|
|
|
10
10
|
.handle {
|
|
11
11
|
appearance: none;
|
|
12
12
|
background: transparent;
|
|
13
|
-
border: none;
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
border-block: none;
|
|
14
|
+
border-inline: none;
|
|
15
|
+
padding-block: 0;
|
|
16
|
+
padding-inline: awsui.$space-scaled-xxxs;
|
|
17
|
+
margin-block: 0;
|
|
18
|
+
margin-inline: awsui.$space-scaled-xxs;
|
|
16
19
|
|
|
17
20
|
color: awsui.$color-text-interactive-default;
|
|
18
21
|
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
align-items: center;
|
|
18
18
|
white-space: nowrap;
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
padding-
|
|
22
|
-
padding-right: awsui.$space-xs;
|
|
20
|
+
block-size: 100%;
|
|
21
|
+
padding-inline: awsui.$space-xs;
|
|
23
22
|
text-decoration: none;
|
|
24
23
|
cursor: pointer;
|
|
25
24
|
|
|
26
|
-
border: transparent;
|
|
25
|
+
border-block: transparent;
|
|
26
|
+
border-inline: transparent;
|
|
27
27
|
background: transparent;
|
|
28
28
|
color: awsui.$color-text-interactive-default;
|
|
29
29
|
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
&.offset-right-none {
|
|
51
|
-
margin-
|
|
51
|
+
margin-inline-end: 0;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
&.offset-right-l {
|
|
55
|
-
margin-
|
|
55
|
+
margin-inline-end: awsui.$space-s;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
&.offset-right-xxl {
|
|
59
|
-
margin-
|
|
59
|
+
margin-inline-end: awsui.$space-xl;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
@include focus-visible.when-visible {
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.text {
|
|
69
|
-
margin-
|
|
69
|
+
margin-inline-end: awsui.$space-xs;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.icon + .text {
|
|
73
|
-
margin-
|
|
73
|
+
margin-inline-start: awsui.$space-xs;
|
|
74
74
|
}
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
|
|
13
13
|
display: flex;
|
|
14
14
|
align-items: flex-start;
|
|
15
|
-
|
|
15
|
+
inline-size: 100%;
|
|
16
16
|
// Hack to truncate flex boxes
|
|
17
|
-
min-
|
|
17
|
+
min-inline-size: 0;
|
|
18
18
|
box-sizing: border-box;
|
|
19
19
|
color: inherit;
|
|
20
20
|
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.content {
|
|
33
|
-
|
|
33
|
+
inline-size: 100%;
|
|
34
34
|
display: flex;
|
|
35
35
|
flex-direction: column;
|
|
36
36
|
// Hack to truncate flex boxes
|
|
37
|
-
min-
|
|
37
|
+
min-inline-size: 0;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.label-content {
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
.label-tag {
|
|
62
|
-
padding-
|
|
62
|
+
padding-inline-start: awsui.$space-s;
|
|
63
63
|
flex: auto;
|
|
64
|
-
text-align:
|
|
64
|
+
text-align: end;
|
|
65
65
|
|
|
66
66
|
&:empty {
|
|
67
67
|
display: none;
|
|
@@ -89,18 +89,18 @@
|
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
.tag:not(:last-child) {
|
|
92
|
-
padding-
|
|
92
|
+
padding-inline-end: awsui.$space-m;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
.icon {
|
|
96
|
-
padding-
|
|
96
|
+
padding-inline-end: awsui.$space-xs;
|
|
97
97
|
align-content: center;
|
|
98
98
|
display: flex;
|
|
99
99
|
flex-shrink: 0;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
.icon-size-big {
|
|
103
|
-
padding-
|
|
103
|
+
padding-block-start: awsui.$space-option-icon-big-top;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
.filtering-match-highlight {
|