@cloudscape-design/components-themeable 3.0.851 → 3.0.852
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/app-layout/visual-refresh-toolbar/skeleton/styles.scss +2 -5
- package/lib/internal/scss/column-layout/flexible-column-layout/styles.scss +23 -2
- package/lib/internal/scss/copy-to-clipboard/styles.scss +0 -4
- package/lib/internal/scss/internal/styles/utils/styles-reset.scss +0 -3
- package/lib/internal/scss/popover/styles.scss +3 -0
- package/lib/internal/scss/table/sticky-scrollbar/styles.scss +4 -0
- package/lib/internal/template/alert/styles.css.js +28 -28
- package/lib/internal/template/alert/styles.scoped.css +43 -49
- package/lib/internal/template/alert/styles.selectors.js +28 -28
- package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
- package/lib/internal/template/anchor-navigation/styles.scoped.css +18 -21
- 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 +30 -33
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
- package/lib/internal/template/app-layout/classic.d.ts.map +1 -1
- package/lib/internal/template/app-layout/classic.js +3 -4
- package/lib/internal/template/app-layout/classic.js.map +1 -1
- package/lib/internal/template/app-layout/split-panel/constants.d.ts +0 -1
- package/lib/internal/template/app-layout/split-panel/constants.d.ts.map +1 -1
- package/lib/internal/template/app-layout/split-panel/constants.js +0 -1
- package/lib/internal/template/app-layout/split-panel/constants.js.map +1 -1
- package/lib/internal/template/app-layout/utils/use-pointer-events.d.ts.map +1 -1
- package/lib/internal/template/app-layout/utils/use-pointer-events.js +19 -10
- package/lib/internal/template/app-layout/utils/use-pointer-events.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/context.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/context.js +8 -2
- package/lib/internal/template/app-layout/visual-refresh/context.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +163 -169
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.js +2 -3
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +19 -19
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +35 -50
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +19 -19
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +13 -13
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +15 -18
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +13 -13
- package/lib/internal/template/attribute-editor/styles.css.js +14 -14
- package/lib/internal/template/attribute-editor/styles.scoped.css +24 -27
- package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
- package/lib/internal/template/badge/styles.css.js +10 -10
- package/lib/internal/template/badge/styles.scoped.css +10 -13
- package/lib/internal/template/badge/styles.selectors.js +10 -10
- package/lib/internal/template/breadcrumb-group/styles.css.js +10 -10
- package/lib/internal/template/breadcrumb-group/styles.scoped.css +11 -14
- package/lib/internal/template/breadcrumb-group/styles.selectors.js +10 -10
- package/lib/internal/template/button/styles.css.js +21 -21
- package/lib/internal/template/button/styles.scoped.css +154 -157
- package/lib/internal/template/button/styles.selectors.js +21 -21
- 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 +5 -8
- package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
- package/lib/internal/template/button-group/styles.css.js +4 -4
- package/lib/internal/template/button-group/styles.scoped.css +4 -7
- package/lib/internal/template/button-group/styles.selectors.js +4 -4
- package/lib/internal/template/calendar/styles.css.js +21 -21
- package/lib/internal/template/calendar/styles.scoped.css +43 -46
- package/lib/internal/template/calendar/styles.selectors.js +21 -21
- package/lib/internal/template/cards/styles.css.js +39 -39
- package/lib/internal/template/cards/styles.scoped.css +50 -53
- package/lib/internal/template/cards/styles.selectors.js +39 -39
- package/lib/internal/template/checkbox/styles.css.js +3 -3
- package/lib/internal/template/checkbox/styles.scoped.css +5 -8
- package/lib/internal/template/checkbox/styles.selectors.js +3 -3
- package/lib/internal/template/code-editor/styles.css.js +33 -33
- package/lib/internal/template/code-editor/styles.scoped.css +183 -186
- package/lib/internal/template/code-editor/styles.selectors.js +33 -33
- package/lib/internal/template/collection-preferences/content-display/styles.css.js +13 -13
- package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +19 -22
- package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +13 -13
- package/lib/internal/template/collection-preferences/styles.css.js +39 -39
- package/lib/internal/template/collection-preferences/styles.scoped.css +46 -49
- package/lib/internal/template/collection-preferences/styles.selectors.js +39 -39
- package/lib/internal/template/column-layout/flexible-column-layout/styles.css.js +5 -5
- package/lib/internal/template/column-layout/flexible-column-layout/styles.scoped.css +22 -7
- package/lib/internal/template/column-layout/flexible-column-layout/styles.selectors.js +5 -5
- package/lib/internal/template/column-layout/styles.css.js +13 -13
- package/lib/internal/template/column-layout/styles.scoped.css +43 -46
- package/lib/internal/template/column-layout/styles.selectors.js +13 -13
- package/lib/internal/template/container/styles.css.js +31 -31
- package/lib/internal/template/container/styles.scoped.css +54 -57
- package/lib/internal/template/container/styles.selectors.js +31 -31
- package/lib/internal/template/copy-to-clipboard/internal.js +2 -2
- package/lib/internal/template/copy-to-clipboard/internal.js.map +1 -1
- package/lib/internal/template/copy-to-clipboard/styles.css.js +3 -4
- package/lib/internal/template/copy-to-clipboard/styles.scoped.css +3 -7
- package/lib/internal/template/copy-to-clipboard/styles.selectors.js +3 -4
- package/lib/internal/template/date-picker/index.js +1 -1
- package/lib/internal/template/date-picker/index.js.map +1 -1
- package/lib/internal/template/date-picker/styles.css.js +7 -7
- package/lib/internal/template/date-picker/styles.scoped.css +9 -12
- package/lib/internal/template/date-picker/styles.selectors.js +7 -7
- package/lib/internal/template/date-range-picker/dropdown.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/dropdown.js +1 -1
- package/lib/internal/template/date-range-picker/dropdown.js.map +1 -1
- package/lib/internal/template/date-range-picker/styles.css.js +38 -38
- package/lib/internal/template/date-range-picker/styles.scoped.css +47 -50
- package/lib/internal/template/date-range-picker/styles.selectors.js +38 -38
- package/lib/internal/template/drawer/styles.css.js +5 -5
- package/lib/internal/template/drawer/styles.scoped.css +10 -13
- package/lib/internal/template/drawer/styles.selectors.js +5 -5
- package/lib/internal/template/expandable-section/styles.css.js +34 -34
- package/lib/internal/template/expandable-section/styles.scoped.css +65 -68
- package/lib/internal/template/expandable-section/styles.selectors.js +34 -34
- package/lib/internal/template/file-token-group/styles.css.js +22 -22
- package/lib/internal/template/file-token-group/styles.scoped.css +29 -32
- package/lib/internal/template/file-token-group/styles.selectors.js +22 -22
- package/lib/internal/template/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +148 -151
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- package/lib/internal/template/form/styles.css.js +8 -8
- package/lib/internal/template/form/styles.scoped.css +8 -11
- package/lib/internal/template/form/styles.selectors.js +8 -8
- package/lib/internal/template/form-field/styles.css.js +24 -24
- package/lib/internal/template/form-field/styles.scoped.css +38 -41
- package/lib/internal/template/form-field/styles.selectors.js +24 -24
- package/lib/internal/template/grid/styles.css.js +53 -53
- package/lib/internal/template/grid/styles.scoped.css +54 -57
- 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 +50 -53
- package/lib/internal/template/header/styles.selectors.js +34 -34
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +67 -70
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/input/styles.css.js +13 -13
- package/lib/internal/template/input/styles.scoped.css +32 -35
- package/lib/internal/template/input/styles.selectors.js +13 -13
- package/lib/internal/template/internal/components/button-trigger/styles.css.js +13 -13
- package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +27 -30
- package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +13 -13
- package/lib/internal/template/internal/components/chart-filter/styles.css.js +3 -3
- package/lib/internal/template/internal/components/chart-filter/styles.scoped.css +3 -6
- 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 +15 -18
- package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +6 -6
- package/lib/internal/template/internal/components/chart-popover/styles.css.js +3 -3
- package/lib/internal/template/internal/components/chart-popover/styles.scoped.css +3 -6
- 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 +33 -42
- 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 +7 -10
- 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 +9 -12
- package/lib/internal/template/internal/components/chart-wrapper/styles.selectors.js +9 -9
- package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
- package/lib/internal/template/internal/components/dropdown/styles.scoped.css +37 -40
- 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 +3 -6
- 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 +2 -5
- package/lib/internal/template/internal/components/dropdown-status/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 +13 -16
- 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 +29 -32
- package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
- package/lib/internal/template/internal/components/options-list/styles.css.js +3 -3
- package/lib/internal/template/internal/components/options-list/styles.scoped.css +3 -6
- package/lib/internal/template/internal/components/options-list/styles.selectors.js +3 -3
- package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +22 -25
- package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/internal/events/index.d.ts +1 -0
- package/lib/internal/template/internal/events/index.d.ts.map +1 -1
- package/lib/internal/template/internal/events/index.js +1 -0
- package/lib/internal/template/internal/events/index.js.map +1 -1
- package/lib/internal/template/key-value-pairs/styles.css.js +8 -8
- package/lib/internal/template/key-value-pairs/styles.scoped.css +9 -15
- package/lib/internal/template/key-value-pairs/styles.selectors.js +8 -8
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +71 -74
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/modal/internal.js +1 -1
- package/lib/internal/template/modal/internal.js.map +1 -1
- package/lib/internal/template/modal/styles.css.js +23 -23
- package/lib/internal/template/modal/styles.scoped.css +38 -44
- package/lib/internal/template/modal/styles.selectors.js +23 -23
- package/lib/internal/template/multiselect/styles.css.js +3 -3
- package/lib/internal/template/multiselect/styles.scoped.css +3 -9
- package/lib/internal/template/multiselect/styles.selectors.js +3 -3
- package/lib/internal/template/pagination/styles.css.js +9 -9
- package/lib/internal/template/pagination/styles.scoped.css +23 -26
- package/lib/internal/template/pagination/styles.selectors.js +9 -9
- package/lib/internal/template/popover/body.d.ts.map +1 -1
- package/lib/internal/template/popover/body.js +0 -1
- package/lib/internal/template/popover/body.js.map +1 -1
- package/lib/internal/template/popover/internal.d.ts +1 -0
- package/lib/internal/template/popover/internal.d.ts.map +1 -1
- package/lib/internal/template/popover/internal.js +2 -2
- package/lib/internal/template/popover/internal.js.map +1 -1
- package/lib/internal/template/popover/styles.css.js +53 -52
- package/lib/internal/template/popover/styles.scoped.css +71 -77
- package/lib/internal/template/popover/styles.selectors.js +53 -52
- package/lib/internal/template/progress-bar/styles.css.js +19 -19
- package/lib/internal/template/progress-bar/styles.scoped.css +30 -33
- package/lib/internal/template/progress-bar/styles.selectors.js +19 -19
- package/lib/internal/template/prompt-input/styles.css.js +14 -14
- package/lib/internal/template/prompt-input/styles.scoped.css +39 -51
- package/lib/internal/template/prompt-input/styles.selectors.js +14 -14
- package/lib/internal/template/property-filter/filtering-token/styles.css.js +18 -18
- package/lib/internal/template/property-filter/filtering-token/styles.scoped.css +41 -44
- package/lib/internal/template/property-filter/filtering-token/styles.selectors.js +18 -18
- package/lib/internal/template/property-filter/styles.css.js +39 -39
- package/lib/internal/template/property-filter/styles.scoped.css +41 -47
- package/lib/internal/template/property-filter/styles.selectors.js +39 -39
- package/lib/internal/template/radio-group/styles.css.js +10 -10
- package/lib/internal/template/radio-group/styles.scoped.css +16 -19
- package/lib/internal/template/radio-group/styles.selectors.js +10 -10
- package/lib/internal/template/segmented-control/styles.css.js +15 -15
- package/lib/internal/template/segmented-control/styles.scoped.css +34 -37
- package/lib/internal/template/segmented-control/styles.selectors.js +15 -15
- package/lib/internal/template/select/styles.css.js +1 -1
- package/lib/internal/template/select/styles.scoped.css +1 -4
- package/lib/internal/template/select/styles.selectors.js +1 -1
- package/lib/internal/template/side-navigation/styles.css.js +30 -30
- package/lib/internal/template/side-navigation/styles.scoped.css +46 -49
- package/lib/internal/template/side-navigation/styles.selectors.js +30 -30
- package/lib/internal/template/slider/styles.css.js +26 -26
- package/lib/internal/template/slider/styles.scoped.css +76 -79
- package/lib/internal/template/slider/styles.selectors.js +26 -26
- package/lib/internal/template/split-panel/styles.css.js +26 -26
- package/lib/internal/template/split-panel/styles.scoped.css +44 -47
- package/lib/internal/template/split-panel/styles.selectors.js +26 -26
- package/lib/internal/template/steps/styles.css.js +6 -6
- package/lib/internal/template/steps/styles.scoped.css +7 -10
- package/lib/internal/template/steps/styles.selectors.js +6 -6
- package/lib/internal/template/table/expandable-rows/styles.css.js +3 -3
- package/lib/internal/template/table/expandable-rows/styles.scoped.css +13 -16
- package/lib/internal/template/table/expandable-rows/styles.selectors.js +3 -3
- package/lib/internal/template/table/resizer/styles.css.js +8 -8
- package/lib/internal/template/table/resizer/styles.scoped.css +15 -18
- package/lib/internal/template/table/resizer/styles.selectors.js +8 -8
- package/lib/internal/template/table/sticky-scrollbar/sticky-scrollbar.d.ts.map +1 -1
- package/lib/internal/template/table/sticky-scrollbar/sticky-scrollbar.js +6 -2
- package/lib/internal/template/table/sticky-scrollbar/sticky-scrollbar.js.map +1 -1
- package/lib/internal/template/table/sticky-scrollbar/styles.css.js +6 -6
- package/lib/internal/template/table/sticky-scrollbar/styles.scoped.css +10 -7
- package/lib/internal/template/table/sticky-scrollbar/styles.selectors.js +6 -6
- package/lib/internal/template/tabs/styles.css.js +28 -28
- package/lib/internal/template/tabs/styles.scoped.css +49 -52
- package/lib/internal/template/tabs/styles.selectors.js +28 -28
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +60 -63
- 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 +3 -6
- package/lib/internal/template/text-filter/styles.selectors.js +3 -3
- package/lib/internal/template/textarea/styles.css.js +5 -5
- package/lib/internal/template/textarea/styles.scoped.css +14 -17
- package/lib/internal/template/textarea/styles.selectors.js +5 -5
- package/lib/internal/template/tiles/styles.css.js +30 -30
- package/lib/internal/template/tiles/styles.scoped.css +71 -77
- package/lib/internal/template/tiles/styles.selectors.js +30 -30
- package/lib/internal/template/toggle/styles.css.js +10 -10
- package/lib/internal/template/toggle/styles.scoped.css +17 -20
- package/lib/internal/template/toggle/styles.selectors.js +10 -10
- package/lib/internal/template/token-group/styles.css.js +8 -8
- package/lib/internal/template/token-group/styles.scoped.css +16 -19
- 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 +42 -45
- 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 +66 -75
- 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 +21 -24
- 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 +27 -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 +1 -4
- package/lib/internal/template/tutorial-panel/styles.selectors.js +1 -1
- package/lib/internal/template/wizard/styles.css.js +30 -30
- package/lib/internal/template/wizard/styles.scoped.css +58 -61
- package/lib/internal/template/wizard/styles.selectors.js +30 -30
- package/package.json +1 -1
- package/lib/internal/template/app-layout/split-panel/split-panel-utils.d.ts +0 -12
- package/lib/internal/template/app-layout/split-panel/split-panel-utils.d.ts.map +0 -1
- package/lib/internal/template/app-layout/split-panel/split-panel-utils.js +0 -28
- package/lib/internal/template/app-layout/split-panel/split-panel-utils.js.map +0 -1
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
*/
|
|
175
175
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
176
176
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
177
|
-
.awsui_help-
|
|
177
|
+
.awsui_help-panel_1d237_wciwh_177:not(#\9) {
|
|
178
178
|
border-collapse: separate;
|
|
179
179
|
border-spacing: 0;
|
|
180
180
|
box-sizing: border-box;
|
|
@@ -183,12 +183,9 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
183
183
|
direction: inherit;
|
|
184
184
|
empty-cells: show;
|
|
185
185
|
font-family: serif;
|
|
186
|
-
font-size: medium;
|
|
187
186
|
font-style: normal;
|
|
188
187
|
font-variant: normal;
|
|
189
|
-
font-weight: 400;
|
|
190
188
|
font-stretch: normal;
|
|
191
|
-
line-height: normal;
|
|
192
189
|
-webkit-hyphens: none;
|
|
193
190
|
hyphens: none;
|
|
194
191
|
letter-spacing: normal;
|
|
@@ -214,36 +211,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
214
211
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
215
212
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
216
213
|
}
|
|
217
|
-
.awsui_help-
|
|
214
|
+
.awsui_help-panel_1d237_wciwh_177 hr:not(#\9) {
|
|
218
215
|
border-block: none;
|
|
219
216
|
border-inline: none;
|
|
220
217
|
border-block-start: var(--border-divider-section-width-iueskx, 1px) solid var(--color-border-divider-default-u5ytia, #eaeded);
|
|
221
218
|
margin-block: var(--space-scaled-xl-etns6t, 24px);
|
|
222
219
|
margin-inline: calc(-1 * var(--space-panel-divider-margin-horizontal-ugd64r, 12px));
|
|
223
220
|
}
|
|
224
|
-
.awsui_help-
|
|
225
|
-
.awsui_help-
|
|
221
|
+
.awsui_help-panel_1d237_wciwh_177 ol:not(#\9),
|
|
222
|
+
.awsui_help-panel_1d237_wciwh_177 ul:not(#\9) {
|
|
226
223
|
padding-inline-start: var(--space-l-eenfqd, 20px);
|
|
227
224
|
list-style-position: outside;
|
|
228
225
|
margin-block: var(--space-s-vmutj3, 12px);
|
|
229
226
|
margin-inline: 0;
|
|
230
227
|
}
|
|
231
|
-
.awsui_help-
|
|
228
|
+
.awsui_help-panel_1d237_wciwh_177 li:not(#\9) {
|
|
232
229
|
margin-block: var(--space-scaled-xxs-krq5fq, 4px);
|
|
233
230
|
margin-inline: 0;
|
|
234
231
|
}
|
|
235
|
-
.awsui_help-
|
|
236
|
-
.awsui_help-
|
|
237
|
-
.awsui_help-
|
|
238
|
-
.awsui_help-
|
|
239
|
-
.awsui_help-
|
|
240
|
-
.awsui_help-
|
|
241
|
-
.awsui_help-
|
|
232
|
+
.awsui_help-panel_1d237_wciwh_177 a:not(#\9),
|
|
233
|
+
.awsui_help-panel_1d237_wciwh_177 h2:not(#\9),
|
|
234
|
+
.awsui_help-panel_1d237_wciwh_177 h3:not(#\9),
|
|
235
|
+
.awsui_help-panel_1d237_wciwh_177 h4:not(#\9),
|
|
236
|
+
.awsui_help-panel_1d237_wciwh_177 h5:not(#\9),
|
|
237
|
+
.awsui_help-panel_1d237_wciwh_177 pre:not(#\9),
|
|
238
|
+
.awsui_help-panel_1d237_wciwh_177 code:not(#\9) {
|
|
242
239
|
margin-block: var(--space-xs-6dgkww, 8px);
|
|
243
240
|
margin-inline: 0;
|
|
244
241
|
padding-block: 0;
|
|
245
242
|
}
|
|
246
|
-
.awsui_help-
|
|
243
|
+
.awsui_help-panel_1d237_wciwh_177 code:not(#\9) {
|
|
247
244
|
font-size: var(--font-size-body-s-4dzx5q, 12px);
|
|
248
245
|
line-height: var(--line-height-body-s-egzl4q, 16px);
|
|
249
246
|
letter-spacing: var(--letter-spacing-body-s-cbaxyl, normal);
|
|
@@ -254,7 +251,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
254
251
|
word-wrap: break-word;
|
|
255
252
|
white-space: pre-wrap;
|
|
256
253
|
}
|
|
257
|
-
.awsui_help-
|
|
254
|
+
.awsui_help-panel_1d237_wciwh_177 pre:not(#\9) {
|
|
258
255
|
font-size: var(--font-size-body-s-4dzx5q, 12px);
|
|
259
256
|
line-height: var(--line-height-body-s-egzl4q, 16px);
|
|
260
257
|
letter-spacing: var(--letter-spacing-body-s-cbaxyl, normal);
|
|
@@ -267,41 +264,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
267
264
|
padding-block: var(--space-xxs-y2432o, 4px);
|
|
268
265
|
padding-inline: var(--space-xxs-y2432o, 4px);
|
|
269
266
|
}
|
|
270
|
-
.awsui_help-
|
|
267
|
+
.awsui_help-panel_1d237_wciwh_177 dl:not(#\9) {
|
|
271
268
|
margin-block: var(--space-s-vmutj3, 12px);
|
|
272
269
|
margin-inline: 0;
|
|
273
270
|
/* stylelint-disable-next-line selector-max-universal */
|
|
274
271
|
}
|
|
275
|
-
.awsui_help-
|
|
272
|
+
.awsui_help-panel_1d237_wciwh_177 dl *:not(#\9) {
|
|
276
273
|
margin-block: 0;
|
|
277
274
|
}
|
|
278
|
-
.awsui_help-
|
|
275
|
+
.awsui_help-panel_1d237_wciwh_177 dt:not(#\9) {
|
|
279
276
|
margin-block-start: var(--space-xs-6dgkww, 8px);
|
|
280
277
|
font-weight: 700;
|
|
281
278
|
}
|
|
282
|
-
.awsui_help-
|
|
279
|
+
.awsui_help-panel_1d237_wciwh_177 dd:not(#\9) {
|
|
283
280
|
margin-block-start: 0;
|
|
284
281
|
margin-block-end: var(--space-xs-6dgkww, 8px);
|
|
285
282
|
margin-inline: 0;
|
|
286
283
|
}
|
|
287
|
-
.awsui_help-
|
|
288
|
-
.awsui_help-
|
|
289
|
-
.awsui_help-
|
|
290
|
-
.awsui_help-
|
|
291
|
-
.awsui_help-
|
|
284
|
+
.awsui_help-panel_1d237_wciwh_177 h2:not(#\9),
|
|
285
|
+
.awsui_help-panel_1d237_wciwh_177 h3:not(#\9),
|
|
286
|
+
.awsui_help-panel_1d237_wciwh_177 h4:not(#\9),
|
|
287
|
+
.awsui_help-panel_1d237_wciwh_177 h5:not(#\9),
|
|
288
|
+
.awsui_help-panel_1d237_wciwh_177 h6:not(#\9) {
|
|
292
289
|
margin-block-start: var(--space-xl-vss8pc, 24px);
|
|
293
290
|
color: var(--color-text-heading-default-8wpkvf, #16191f);
|
|
294
291
|
}
|
|
295
|
-
.awsui_help-
|
|
292
|
+
.awsui_help-panel_1d237_wciwh_177 > :not(#\9):last-child {
|
|
296
293
|
margin-block-end: var(--space-panel-content-bottom-attpcy, 40px);
|
|
297
294
|
}
|
|
298
|
-
.awsui_help-
|
|
295
|
+
.awsui_help-panel_1d237_wciwh_177 p:not(#\9) {
|
|
299
296
|
color: inherit;
|
|
300
297
|
text-decoration: none;
|
|
301
298
|
margin-block: var(--space-s-vmutj3, 12px);
|
|
302
299
|
margin-inline: 0;
|
|
303
300
|
}
|
|
304
|
-
.awsui_help-
|
|
301
|
+
.awsui_help-panel_1d237_wciwh_177 h1:not(#\9) {
|
|
305
302
|
font-size: var(--font-size-heading-xl-93wrkf, 28px);
|
|
306
303
|
line-height: var(--line-height-heading-xl-66u22x, 36px);
|
|
307
304
|
letter-spacing: var(--letter-spacing-heading-xl-oxckqz, normal);
|
|
@@ -309,7 +306,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
309
306
|
-webkit-font-smoothing: var(--font-smoothing-webkit-trr1e8, auto);
|
|
310
307
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hyxkxc, auto);
|
|
311
308
|
}
|
|
312
|
-
.awsui_help-
|
|
309
|
+
.awsui_help-panel_1d237_wciwh_177 h2:not(#\9) {
|
|
313
310
|
font-size: var(--font-size-heading-l-51gng7, 18px);
|
|
314
311
|
line-height: var(--line-height-heading-l-643aq3, 22px);
|
|
315
312
|
letter-spacing: var(--letter-spacing-heading-l-ty6arx, normal);
|
|
@@ -317,7 +314,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
317
314
|
-webkit-font-smoothing: var(--font-smoothing-webkit-trr1e8, auto);
|
|
318
315
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hyxkxc, auto);
|
|
319
316
|
}
|
|
320
|
-
.awsui_help-
|
|
317
|
+
.awsui_help-panel_1d237_wciwh_177 h3:not(#\9) {
|
|
321
318
|
font-size: var(--font-size-heading-m-abxcoe, 18px);
|
|
322
319
|
line-height: var(--line-height-heading-m-v86qsm, 22px);
|
|
323
320
|
letter-spacing: var(--letter-spacing-heading-m-790tuq, normal);
|
|
@@ -325,7 +322,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
325
322
|
-webkit-font-smoothing: var(--font-smoothing-webkit-trr1e8, auto);
|
|
326
323
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hyxkxc, auto);
|
|
327
324
|
}
|
|
328
|
-
.awsui_help-
|
|
325
|
+
.awsui_help-panel_1d237_wciwh_177 h4:not(#\9) {
|
|
329
326
|
font-size: var(--font-size-heading-s-1xsp6b, 16px);
|
|
330
327
|
line-height: var(--line-height-heading-s-av19j1, 20px);
|
|
331
328
|
letter-spacing: var(--letter-spacing-heading-s-zr7975, normal);
|
|
@@ -333,24 +330,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
333
330
|
-webkit-font-smoothing: var(--font-smoothing-webkit-trr1e8, auto);
|
|
334
331
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hyxkxc, auto);
|
|
335
332
|
}
|
|
336
|
-
.awsui_help-
|
|
333
|
+
.awsui_help-panel_1d237_wciwh_177 h5:not(#\9) {
|
|
337
334
|
font-size: var(--font-size-heading-xs-grnyyg, 16px);
|
|
338
335
|
line-height: var(--line-height-heading-xs-funjxm, 20px);
|
|
339
336
|
font-weight: var(--font-weight-heading-xs-y5uryl, 400);
|
|
340
337
|
-webkit-font-smoothing: var(--font-smoothing-webkit-trr1e8, auto);
|
|
341
338
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hyxkxc, auto);
|
|
342
339
|
}
|
|
343
|
-
.awsui_help-
|
|
344
|
-
.awsui_help-
|
|
340
|
+
.awsui_help-panel_1d237_wciwh_177 b:not(#\9),
|
|
341
|
+
.awsui_help-panel_1d237_wciwh_177 strong:not(#\9) {
|
|
345
342
|
font-weight: 700;
|
|
346
343
|
}
|
|
347
344
|
|
|
348
|
-
.
|
|
345
|
+
.awsui_loading_1d237_wciwh_344:not(#\9) {
|
|
349
346
|
padding-inline-start: var(--space-panel-side-left-1i2jyv, 32px);
|
|
350
347
|
padding-inline-end: var(--space-panel-side-right-otvpm8, 32px);
|
|
351
348
|
}
|
|
352
349
|
|
|
353
|
-
.
|
|
350
|
+
.awsui_header_1d237_wciwh_349:not(#\9) {
|
|
354
351
|
font-size: var(--font-panel-header-size-197c0y, 18px);
|
|
355
352
|
line-height: var(--font-panel-header-line-height-av95ns, 22px);
|
|
356
353
|
font-weight: var(--font-weight-heading-l-ypbqtk, 700);
|
|
@@ -367,15 +364,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
367
364
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
368
365
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
369
366
|
}
|
|
370
|
-
.awsui_with-
|
|
367
|
+
.awsui_with-toolbar_1d237_wciwh_366 > .awsui_header_1d237_wciwh_349:not(#\9) {
|
|
371
368
|
border-color: transparent;
|
|
372
369
|
margin-block-end: 0px;
|
|
373
370
|
}
|
|
374
|
-
.
|
|
375
|
-
.
|
|
376
|
-
.
|
|
377
|
-
.
|
|
378
|
-
.
|
|
371
|
+
.awsui_header_1d237_wciwh_349 h2:not(#\9),
|
|
372
|
+
.awsui_header_1d237_wciwh_349 h3:not(#\9),
|
|
373
|
+
.awsui_header_1d237_wciwh_349 h4:not(#\9),
|
|
374
|
+
.awsui_header_1d237_wciwh_349 h5:not(#\9),
|
|
375
|
+
.awsui_header_1d237_wciwh_349 h6:not(#\9) {
|
|
379
376
|
font-size: var(--font-panel-header-size-197c0y, 18px);
|
|
380
377
|
line-height: var(--font-panel-header-line-height-av95ns, 22px);
|
|
381
378
|
font-weight: var(--font-weight-heading-l-ypbqtk, 700);
|
|
@@ -385,22 +382,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
385
382
|
margin-block: 0;
|
|
386
383
|
}
|
|
387
384
|
|
|
388
|
-
.
|
|
385
|
+
.awsui_content_1d237_wciwh_384:not(#\9) {
|
|
389
386
|
color: var(--color-text-body-secondary-z2wo4i, #545b64);
|
|
390
387
|
padding-inline-start: var(--space-panel-side-left-1i2jyv, 32px);
|
|
391
388
|
padding-inline-end: var(--space-panel-side-right-otvpm8, 32px);
|
|
392
389
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
393
390
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
394
391
|
}
|
|
395
|
-
.
|
|
396
|
-
.
|
|
397
|
-
.
|
|
398
|
-
.
|
|
399
|
-
.
|
|
400
|
-
.
|
|
392
|
+
.awsui_content_1d237_wciwh_384 h2:not(#\9):first-child,
|
|
393
|
+
.awsui_content_1d237_wciwh_384 h3:not(#\9):first-child,
|
|
394
|
+
.awsui_content_1d237_wciwh_384 h4:not(#\9):first-child,
|
|
395
|
+
.awsui_content_1d237_wciwh_384 h5:not(#\9):first-child,
|
|
396
|
+
.awsui_content_1d237_wciwh_384 h6:not(#\9):first-child,
|
|
397
|
+
.awsui_content_1d237_wciwh_384 p:not(#\9):first-child {
|
|
401
398
|
margin-block-start: 0;
|
|
402
399
|
}
|
|
403
|
-
.
|
|
400
|
+
.awsui_content_1d237_wciwh_384 a:not(#\9) {
|
|
404
401
|
text-underline-offset: 0.25em;
|
|
405
402
|
text-decoration-thickness: 1px;
|
|
406
403
|
color: var(--color-text-link-default-8s05yu, #0073bb);
|
|
@@ -414,31 +411,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
414
411
|
transition-duration: var(--motion-duration-refresh-only-medium-kd6k1u, 0ms);
|
|
415
412
|
}
|
|
416
413
|
@media (prefers-reduced-motion: reduce) {
|
|
417
|
-
.
|
|
414
|
+
.awsui_content_1d237_wciwh_384 a:not(#\9) {
|
|
418
415
|
animation: none;
|
|
419
416
|
transition: none;
|
|
420
417
|
}
|
|
421
418
|
}
|
|
422
|
-
.awsui-motion-disabled .
|
|
419
|
+
.awsui-motion-disabled .awsui_content_1d237_wciwh_384 a:not(#\9), .awsui-mode-entering .awsui_content_1d237_wciwh_384 a:not(#\9) {
|
|
423
420
|
animation: none;
|
|
424
421
|
transition: none;
|
|
425
422
|
}
|
|
426
|
-
.
|
|
423
|
+
.awsui_content_1d237_wciwh_384 a:not(#\9):hover {
|
|
427
424
|
cursor: pointer;
|
|
428
425
|
color: var(--color-text-link-hover-jvu4dp, #0a4a74);
|
|
429
426
|
}
|
|
430
|
-
.
|
|
427
|
+
.awsui_content_1d237_wciwh_384 a:not(#\9):focus {
|
|
431
428
|
outline: none;
|
|
432
429
|
}
|
|
433
|
-
.
|
|
430
|
+
.awsui_content_1d237_wciwh_384 a:not(#\9):active {
|
|
434
431
|
color: var(--color-text-link-hover-jvu4dp, #0a4a74);
|
|
435
432
|
}
|
|
436
|
-
.
|
|
433
|
+
.awsui_content_1d237_wciwh_384 a:not(#\9):active, .awsui_content_1d237_wciwh_384 a:not(#\9):focus, .awsui_content_1d237_wciwh_384 a:not(#\9):hover {
|
|
437
434
|
text-decoration-line: underline;
|
|
438
435
|
text-decoration-color: currentColor;
|
|
439
436
|
}
|
|
440
437
|
|
|
441
|
-
.
|
|
438
|
+
.awsui_footer_1d237_wciwh_435:not(#\9) {
|
|
442
439
|
color: var(--color-text-body-secondary-z2wo4i, #545b64);
|
|
443
440
|
padding-block: 0;
|
|
444
441
|
padding-inline-start: var(--space-panel-side-left-1i2jyv, 32px);
|
|
@@ -446,11 +443,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
446
443
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
447
444
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
448
445
|
}
|
|
449
|
-
.
|
|
446
|
+
.awsui_footer_1d237_wciwh_435 ul:not(#\9) {
|
|
450
447
|
list-style: none;
|
|
451
448
|
padding-inline-start: 0;
|
|
452
449
|
}
|
|
453
|
-
.
|
|
450
|
+
.awsui_footer_1d237_wciwh_435 a:not(#\9) {
|
|
454
451
|
text-underline-offset: 0.25em;
|
|
455
452
|
text-decoration-thickness: 1px;
|
|
456
453
|
color: var(--color-text-link-default-8s05yu, #0073bb);
|
|
@@ -464,37 +461,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
464
461
|
transition-duration: var(--motion-duration-refresh-only-medium-kd6k1u, 0ms);
|
|
465
462
|
}
|
|
466
463
|
@media (prefers-reduced-motion: reduce) {
|
|
467
|
-
.
|
|
464
|
+
.awsui_footer_1d237_wciwh_435 a:not(#\9) {
|
|
468
465
|
animation: none;
|
|
469
466
|
transition: none;
|
|
470
467
|
}
|
|
471
468
|
}
|
|
472
|
-
.awsui-motion-disabled .
|
|
469
|
+
.awsui-motion-disabled .awsui_footer_1d237_wciwh_435 a:not(#\9), .awsui-mode-entering .awsui_footer_1d237_wciwh_435 a:not(#\9) {
|
|
473
470
|
animation: none;
|
|
474
471
|
transition: none;
|
|
475
472
|
}
|
|
476
|
-
.
|
|
473
|
+
.awsui_footer_1d237_wciwh_435 a:not(#\9):hover {
|
|
477
474
|
cursor: pointer;
|
|
478
475
|
color: var(--color-text-link-hover-jvu4dp, #0a4a74);
|
|
479
476
|
}
|
|
480
|
-
.
|
|
477
|
+
.awsui_footer_1d237_wciwh_435 a:not(#\9):focus {
|
|
481
478
|
outline: none;
|
|
482
479
|
}
|
|
483
|
-
.
|
|
480
|
+
.awsui_footer_1d237_wciwh_435 a:not(#\9):active {
|
|
484
481
|
color: var(--color-text-link-hover-jvu4dp, #0a4a74);
|
|
485
482
|
}
|
|
486
|
-
.
|
|
483
|
+
.awsui_footer_1d237_wciwh_435 a:not(#\9):active, .awsui_footer_1d237_wciwh_435 a:not(#\9):focus, .awsui_footer_1d237_wciwh_435 a:not(#\9):hover {
|
|
487
484
|
text-decoration-line: underline;
|
|
488
485
|
text-decoration-color: currentColor;
|
|
489
486
|
}
|
|
490
487
|
|
|
491
|
-
.
|
|
492
|
-
.
|
|
488
|
+
.awsui_content_1d237_wciwh_384:not(#\9),
|
|
489
|
+
.awsui_footer_1d237_wciwh_435:not(#\9) {
|
|
493
490
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
494
491
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
495
492
|
}
|
|
496
|
-
.
|
|
497
|
-
.
|
|
493
|
+
.awsui_content_1d237_wciwh_384 a:not(#\9):focus,
|
|
494
|
+
.awsui_footer_1d237_wciwh_435 a:not(#\9):focus {
|
|
498
495
|
outline: thin dotted;
|
|
499
496
|
outline: var(--border-link-focus-ring-outline-bptw2p, 5px auto Highlight);
|
|
500
497
|
outline-offset: 2px;
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"help-panel": "awsui_help-
|
|
6
|
-
"loading": "
|
|
7
|
-
"header": "
|
|
8
|
-
"with-toolbar": "awsui_with-
|
|
9
|
-
"content": "
|
|
10
|
-
"footer": "
|
|
5
|
+
"help-panel": "awsui_help-panel_1d237_wciwh_177",
|
|
6
|
+
"loading": "awsui_loading_1d237_wciwh_344",
|
|
7
|
+
"header": "awsui_header_1d237_wciwh_349",
|
|
8
|
+
"with-toolbar": "awsui_with-toolbar_1d237_wciwh_366",
|
|
9
|
+
"content": "awsui_content_1d237_wciwh_384",
|
|
10
|
+
"footer": "awsui_footer_1d237_wciwh_435"
|
|
11
11
|
};
|
|
12
12
|
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"input": "
|
|
6
|
-
"input-readonly": "awsui_input-
|
|
7
|
-
"input-invalid": "awsui_input-
|
|
8
|
-
"input-has-icon-left": "awsui_input-has-icon-
|
|
9
|
-
"input-warning": "awsui_input-
|
|
10
|
-
"input-type-search": "awsui_input-type-
|
|
11
|
-
"input-has-icon-right": "awsui_input-has-icon-
|
|
12
|
-
"input-has-no-border-radius": "awsui_input-has-no-border-
|
|
13
|
-
"input-container": "awsui_input-
|
|
14
|
-
"input-icon-left": "awsui_input-icon-
|
|
15
|
-
"input-icon-right": "awsui_input-icon-
|
|
16
|
-
"input-button-right": "awsui_input-button-
|
|
4
|
+
"root": "awsui_root_2rhyz_1o7qd_141",
|
|
5
|
+
"input": "awsui_input_2rhyz_1o7qd_145",
|
|
6
|
+
"input-readonly": "awsui_input-readonly_2rhyz_1o7qd_192",
|
|
7
|
+
"input-invalid": "awsui_input-invalid_2rhyz_1o7qd_259",
|
|
8
|
+
"input-has-icon-left": "awsui_input-has-icon-left_2rhyz_1o7qd_268",
|
|
9
|
+
"input-warning": "awsui_input-warning_2rhyz_1o7qd_271",
|
|
10
|
+
"input-type-search": "awsui_input-type-search_2rhyz_1o7qd_283",
|
|
11
|
+
"input-has-icon-right": "awsui_input-has-icon-right_2rhyz_1o7qd_296",
|
|
12
|
+
"input-has-no-border-radius": "awsui_input-has-no-border-radius_2rhyz_1o7qd_299",
|
|
13
|
+
"input-container": "awsui_input-container_2rhyz_1o7qd_306",
|
|
14
|
+
"input-icon-left": "awsui_input-icon-left_2rhyz_1o7qd_311",
|
|
15
|
+
"input-icon-right": "awsui_input-icon-right_2rhyz_1o7qd_318",
|
|
16
|
+
"input-button-right": "awsui_input-button-right_2rhyz_1o7qd_324"
|
|
17
17
|
};
|
|
18
18
|
|
|
@@ -138,11 +138,11 @@
|
|
|
138
138
|
*/
|
|
139
139
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
140
140
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
141
|
-
.
|
|
141
|
+
.awsui_root_2rhyz_1o7qd_141:not(#\9) {
|
|
142
142
|
/* used in test-utils for component to distinguish input from other input-like components, for example autosuggest */
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
.
|
|
145
|
+
.awsui_input_2rhyz_1o7qd_145:not(#\9) {
|
|
146
146
|
border-collapse: separate;
|
|
147
147
|
border-spacing: 0;
|
|
148
148
|
box-sizing: border-box;
|
|
@@ -151,12 +151,9 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
151
151
|
direction: inherit;
|
|
152
152
|
empty-cells: show;
|
|
153
153
|
font-family: serif;
|
|
154
|
-
font-size: medium;
|
|
155
154
|
font-style: normal;
|
|
156
155
|
font-variant: normal;
|
|
157
|
-
font-weight: 400;
|
|
158
156
|
font-stretch: normal;
|
|
159
|
-
line-height: normal;
|
|
160
157
|
-webkit-hyphens: none;
|
|
161
158
|
hyphens: none;
|
|
162
159
|
letter-spacing: normal;
|
|
@@ -193,36 +190,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
193
190
|
line-height: var(--line-height-body-m-gw0130, 22px);
|
|
194
191
|
block-size: var(--size-vertical-input-t2p4dg, 32px);
|
|
195
192
|
}
|
|
196
|
-
.
|
|
193
|
+
.awsui_input_2rhyz_1o7qd_145.awsui_input-readonly_2rhyz_1o7qd_192:not(#\9) {
|
|
197
194
|
background-color: var(--color-background-input-default-refava, #ffffff);
|
|
198
195
|
border-block: var(--border-width-field-9kmoac, 1px) solid var(--color-border-input-disabled-vjmitr, #eaeded);
|
|
199
196
|
border-inline: var(--border-width-field-9kmoac, 1px) solid var(--color-border-input-disabled-vjmitr, #eaeded);
|
|
200
197
|
}
|
|
201
|
-
.
|
|
198
|
+
.awsui_input_2rhyz_1o7qd_145:not(#\9)::-webkit-input-placeholder {
|
|
202
199
|
color: var(--color-text-input-placeholder-od847j, #687078);
|
|
203
200
|
font-style: italic;
|
|
204
201
|
-webkit-user-select: none;
|
|
205
202
|
user-select: none;
|
|
206
203
|
}
|
|
207
|
-
.
|
|
204
|
+
.awsui_input_2rhyz_1o7qd_145:not(#\9)::-ms-input-placeholder {
|
|
208
205
|
color: var(--color-text-input-placeholder-od847j, #687078);
|
|
209
206
|
font-style: italic;
|
|
210
207
|
}
|
|
211
|
-
.
|
|
208
|
+
.awsui_input_2rhyz_1o7qd_145:not(#\9)::-moz-placeholder {
|
|
212
209
|
color: var(--color-text-input-placeholder-od847j, #687078);
|
|
213
210
|
font-style: italic;
|
|
214
211
|
opacity: 1;
|
|
215
212
|
}
|
|
216
|
-
.
|
|
213
|
+
.awsui_input_2rhyz_1o7qd_145:not(#\9):-ms-input-placeholder {
|
|
217
214
|
color: var(--color-text-input-placeholder-od847j, #687078);
|
|
218
215
|
font-style: italic;
|
|
219
216
|
}
|
|
220
|
-
.
|
|
217
|
+
.awsui_input_2rhyz_1o7qd_145:not(#\9):-moz-placeholder {
|
|
221
218
|
color: var(--color-text-input-placeholder-od847j, #687078);
|
|
222
219
|
font-style: italic;
|
|
223
220
|
opacity: 1;
|
|
224
221
|
}
|
|
225
|
-
.
|
|
222
|
+
.awsui_input_2rhyz_1o7qd_145:not(#\9):focus {
|
|
226
223
|
outline: 2px dotted transparent;
|
|
227
224
|
border-block: var(--border-width-field-9kmoac, 1px) solid var(--color-border-input-focused-rg4ms2, #0073bb);
|
|
228
225
|
border-inline: var(--border-width-field-9kmoac, 1px) solid var(--color-border-input-focused-rg4ms2, #0073bb);
|
|
@@ -232,7 +229,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
232
229
|
border-end-end-radius: var(--border-radius-input-bx26um, 2px);
|
|
233
230
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-kvz439, 1px) var(--color-border-item-focused-q68bgg, #0073bb);
|
|
234
231
|
}
|
|
235
|
-
.
|
|
232
|
+
.awsui_input_2rhyz_1o7qd_145:not(#\9):disabled {
|
|
236
233
|
background-color: var(--color-background-input-disabled-fxvqfu, #eaeded);
|
|
237
234
|
border-block: var(--border-width-field-9kmoac, 1px) solid var(--color-border-input-disabled-vjmitr, #eaeded);
|
|
238
235
|
border-inline: var(--border-width-field-9kmoac, 1px) solid var(--color-border-input-disabled-vjmitr, #eaeded);
|
|
@@ -240,93 +237,93 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
240
237
|
cursor: auto;
|
|
241
238
|
cursor: default;
|
|
242
239
|
}
|
|
243
|
-
.
|
|
240
|
+
.awsui_input_2rhyz_1o7qd_145:not(#\9):disabled::-webkit-input-placeholder {
|
|
244
241
|
color: var(--color-text-input-placeholder-disabled-kh03qh, #687078);
|
|
245
242
|
-webkit-user-select: none;
|
|
246
243
|
user-select: none;
|
|
247
244
|
}
|
|
248
|
-
.
|
|
245
|
+
.awsui_input_2rhyz_1o7qd_145:not(#\9):disabled::-ms-input-placeholder {
|
|
249
246
|
color: var(--color-text-input-placeholder-disabled-kh03qh, #687078);
|
|
250
247
|
}
|
|
251
|
-
.
|
|
248
|
+
.awsui_input_2rhyz_1o7qd_145:not(#\9):disabled::-moz-placeholder {
|
|
252
249
|
color: var(--color-text-input-placeholder-disabled-kh03qh, #687078);
|
|
253
250
|
opacity: 1;
|
|
254
251
|
}
|
|
255
|
-
.
|
|
252
|
+
.awsui_input_2rhyz_1o7qd_145:not(#\9):disabled:-ms-input-placeholder {
|
|
256
253
|
color: var(--color-text-input-placeholder-disabled-kh03qh, #687078);
|
|
257
254
|
}
|
|
258
|
-
.
|
|
255
|
+
.awsui_input_2rhyz_1o7qd_145:not(#\9):disabled:-moz-placeholder {
|
|
259
256
|
color: var(--color-text-input-placeholder-disabled-kh03qh, #687078);
|
|
260
257
|
opacity: 1;
|
|
261
258
|
}
|
|
262
|
-
.
|
|
259
|
+
.awsui_input_2rhyz_1o7qd_145:not(#\9):invalid {
|
|
263
260
|
box-shadow: none;
|
|
264
261
|
}
|
|
265
|
-
.
|
|
262
|
+
.awsui_input_2rhyz_1o7qd_145.awsui_input-invalid_2rhyz_1o7qd_259:not(#\9) {
|
|
266
263
|
color: var(--color-text-status-error-p5bdwa, #d13212);
|
|
267
264
|
border-color: var(--color-text-status-error-p5bdwa, #d13212);
|
|
268
265
|
padding-inline-start: calc(var(--space-field-horizontal-cxdor9, 8px) - (var(--border-invalid-width-bkxihb, 4px) - var(--border-width-field-9kmoac, 1px)));
|
|
269
266
|
border-inline-start-width: var(--border-invalid-width-bkxihb, 4px);
|
|
270
267
|
}
|
|
271
|
-
.
|
|
268
|
+
.awsui_input_2rhyz_1o7qd_145.awsui_input-invalid_2rhyz_1o7qd_259:not(#\9):focus {
|
|
272
269
|
box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-rdec9x, 1px) var(--color-border-item-focused-q68bgg, #0073bb);
|
|
273
270
|
}
|
|
274
|
-
.
|
|
271
|
+
.awsui_input_2rhyz_1o7qd_145.awsui_input-invalid_2rhyz_1o7qd_259.awsui_input-has-icon-left_2rhyz_1o7qd_268:not(#\9) {
|
|
275
272
|
padding-inline-start: calc(var(--space-field-icon-offset-0lab0t, 32px) - (var(--border-invalid-width-bkxihb, 4px) - var(--border-width-field-9kmoac, 1px)));
|
|
276
273
|
}
|
|
277
|
-
.
|
|
274
|
+
.awsui_input_2rhyz_1o7qd_145.awsui_input-warning_2rhyz_1o7qd_271:not(#\9) {
|
|
278
275
|
color: var(--color-text-status-warning-3hbtsc, #906806);
|
|
279
276
|
border-color: var(--color-text-status-warning-3hbtsc, #906806);
|
|
280
277
|
padding-inline-start: calc(var(--space-field-horizontal-cxdor9, 8px) - (var(--border-invalid-width-bkxihb, 4px) - var(--border-width-field-9kmoac, 1px)));
|
|
281
278
|
border-inline-start-width: var(--border-invalid-width-bkxihb, 4px);
|
|
282
279
|
}
|
|
283
|
-
.
|
|
280
|
+
.awsui_input_2rhyz_1o7qd_145.awsui_input-warning_2rhyz_1o7qd_271:not(#\9):focus {
|
|
284
281
|
box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-rdec9x, 1px) var(--color-border-item-focused-q68bgg, #0073bb);
|
|
285
282
|
}
|
|
286
|
-
.
|
|
283
|
+
.awsui_input_2rhyz_1o7qd_145.awsui_input-warning_2rhyz_1o7qd_271.awsui_input-has-icon-left_2rhyz_1o7qd_268:not(#\9) {
|
|
287
284
|
padding-inline-start: calc(var(--space-field-icon-offset-0lab0t, 32px) - (var(--border-invalid-width-bkxihb, 4px) - var(--border-width-field-9kmoac, 1px)));
|
|
288
285
|
}
|
|
289
|
-
.
|
|
286
|
+
.awsui_input_2rhyz_1o7qd_145.awsui_input-type-search_2rhyz_1o7qd_283:not(#\9) {
|
|
290
287
|
box-sizing: border-box;
|
|
291
288
|
-webkit-appearance: none;
|
|
292
289
|
}
|
|
293
|
-
.
|
|
290
|
+
.awsui_input_2rhyz_1o7qd_145.awsui_input-type-search_2rhyz_1o7qd_283:not(#\9)::-webkit-search-decoration {
|
|
294
291
|
-webkit-appearance: none;
|
|
295
292
|
}
|
|
296
|
-
.
|
|
293
|
+
.awsui_input_2rhyz_1o7qd_145.awsui_input-type-search_2rhyz_1o7qd_283:not(#\9)::-webkit-search-cancel-button {
|
|
297
294
|
display: none;
|
|
298
295
|
}
|
|
299
|
-
.
|
|
296
|
+
.awsui_input_2rhyz_1o7qd_145.awsui_input-has-icon-left_2rhyz_1o7qd_268:not(#\9) {
|
|
300
297
|
padding-inline-start: var(--space-field-icon-offset-0lab0t, 32px);
|
|
301
298
|
}
|
|
302
|
-
.
|
|
299
|
+
.awsui_input_2rhyz_1o7qd_145.awsui_input-has-icon-right_2rhyz_1o7qd_296:not(#\9) {
|
|
303
300
|
padding-inline-end: var(--space-field-icon-offset-0lab0t, 32px);
|
|
304
301
|
}
|
|
305
|
-
.
|
|
302
|
+
.awsui_input_2rhyz_1o7qd_145.awsui_input-has-no-border-radius_2rhyz_1o7qd_299:not(#\9) {
|
|
306
303
|
border-start-start-radius: var(--border-radius-dropdown-knc5ce, 0px);
|
|
307
304
|
border-start-end-radius: var(--border-radius-dropdown-knc5ce, 0px);
|
|
308
305
|
border-end-start-radius: var(--border-radius-dropdown-knc5ce, 0px);
|
|
309
306
|
border-end-end-radius: var(--border-radius-dropdown-knc5ce, 0px);
|
|
310
307
|
}
|
|
311
308
|
|
|
312
|
-
.awsui_input-
|
|
309
|
+
.awsui_input-container_2rhyz_1o7qd_306:not(#\9) {
|
|
313
310
|
display: flex;
|
|
314
311
|
position: relative;
|
|
315
312
|
}
|
|
316
313
|
|
|
317
|
-
.awsui_input-icon-
|
|
314
|
+
.awsui_input-icon-left_2rhyz_1o7qd_311:not(#\9) {
|
|
318
315
|
position: absolute;
|
|
319
316
|
pointer-events: none;
|
|
320
317
|
inset-inline-start: var(--space-field-horizontal-cxdor9, 8px);
|
|
321
318
|
inset-block-start: calc(50% - var(--line-height-body-m-gw0130, 22px) / 2);
|
|
322
319
|
}
|
|
323
320
|
|
|
324
|
-
.awsui_input-icon-
|
|
321
|
+
.awsui_input-icon-right_2rhyz_1o7qd_318:not(#\9) {
|
|
325
322
|
position: absolute;
|
|
326
323
|
inset-block-start: calc(50% - var(--line-height-body-m-gw0130, 22px) / 2);
|
|
327
324
|
inset-inline-end: calc(var(--space-field-horizontal-cxdor9, 8px) - var(--space-xxs-y2432o, 4px));
|
|
328
325
|
}
|
|
329
326
|
|
|
330
|
-
.awsui_input-button-
|
|
327
|
+
.awsui_input-button-right_2rhyz_1o7qd_324:not(#\9) {
|
|
331
328
|
/* used in test-utils */
|
|
332
329
|
}
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"input": "
|
|
7
|
-
"input-readonly": "awsui_input-
|
|
8
|
-
"input-invalid": "awsui_input-
|
|
9
|
-
"input-has-icon-left": "awsui_input-has-icon-
|
|
10
|
-
"input-warning": "awsui_input-
|
|
11
|
-
"input-type-search": "awsui_input-type-
|
|
12
|
-
"input-has-icon-right": "awsui_input-has-icon-
|
|
13
|
-
"input-has-no-border-radius": "awsui_input-has-no-border-
|
|
14
|
-
"input-container": "awsui_input-
|
|
15
|
-
"input-icon-left": "awsui_input-icon-
|
|
16
|
-
"input-icon-right": "awsui_input-icon-
|
|
17
|
-
"input-button-right": "awsui_input-button-
|
|
5
|
+
"root": "awsui_root_2rhyz_1o7qd_141",
|
|
6
|
+
"input": "awsui_input_2rhyz_1o7qd_145",
|
|
7
|
+
"input-readonly": "awsui_input-readonly_2rhyz_1o7qd_192",
|
|
8
|
+
"input-invalid": "awsui_input-invalid_2rhyz_1o7qd_259",
|
|
9
|
+
"input-has-icon-left": "awsui_input-has-icon-left_2rhyz_1o7qd_268",
|
|
10
|
+
"input-warning": "awsui_input-warning_2rhyz_1o7qd_271",
|
|
11
|
+
"input-type-search": "awsui_input-type-search_2rhyz_1o7qd_283",
|
|
12
|
+
"input-has-icon-right": "awsui_input-has-icon-right_2rhyz_1o7qd_296",
|
|
13
|
+
"input-has-no-border-radius": "awsui_input-has-no-border-radius_2rhyz_1o7qd_299",
|
|
14
|
+
"input-container": "awsui_input-container_2rhyz_1o7qd_306",
|
|
15
|
+
"input-icon-left": "awsui_input-icon-left_2rhyz_1o7qd_311",
|
|
16
|
+
"input-icon-right": "awsui_input-icon-right_2rhyz_1o7qd_318",
|
|
17
|
+
"input-button-right": "awsui_input-button-right_2rhyz_1o7qd_324"
|
|
18
18
|
};
|
|
19
19
|
|