@cloudscape-design/components-themeable 3.0.537 → 3.0.538

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.
Files changed (211) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/alert/styles.scss +23 -15
  3. package/lib/internal/scss/anchor-navigation/styles.scss +21 -12
  4. package/lib/internal/scss/annotation-context/annotation/arrow.scss +20 -15
  5. package/lib/internal/scss/annotation-context/annotation/styles.scss +9 -7
  6. package/lib/internal/scss/app-layout/constants.scss +2 -3
  7. package/lib/internal/scss/app-layout/content-wrapper/styles.scss +7 -7
  8. package/lib/internal/scss/app-layout/drawer/styles.scss +9 -10
  9. package/lib/internal/scss/app-layout/mobile-toolbar/styles.scss +10 -9
  10. package/lib/internal/scss/app-layout/notifications/styles.scss +1 -1
  11. package/lib/internal/scss/app-layout/split-panel/styles.scss +1 -1
  12. package/lib/internal/scss/app-layout/styles.scss +7 -7
  13. package/lib/internal/scss/app-layout/toggles/styles.scss +6 -4
  14. package/lib/internal/scss/app-layout/visual-refresh/background.scss +3 -3
  15. package/lib/internal/scss/app-layout/visual-refresh/drawers.scss +21 -20
  16. package/lib/internal/scss/app-layout/visual-refresh/layout.scss +2 -2
  17. package/lib/internal/scss/app-layout/visual-refresh/main.scss +4 -3
  18. package/lib/internal/scss/app-layout/visual-refresh/mobile-toolbar.scss +7 -6
  19. package/lib/internal/scss/app-layout/visual-refresh/navigation.scss +15 -14
  20. package/lib/internal/scss/app-layout/visual-refresh/notifications.scss +1 -1
  21. package/lib/internal/scss/app-layout/visual-refresh/split-panel.scss +11 -12
  22. package/lib/internal/scss/app-layout/visual-refresh/tools.scss +16 -16
  23. package/lib/internal/scss/app-layout/visual-refresh/trigger-button.scss +22 -13
  24. package/lib/internal/scss/area-chart/styles.scss +3 -2
  25. package/lib/internal/scss/attribute-editor/styles.scss +6 -5
  26. package/lib/internal/scss/autosuggest/styles.scss +2 -2
  27. package/lib/internal/scss/badge/styles.scss +6 -2
  28. package/lib/internal/scss/box/base-styles.scss +4 -2
  29. package/lib/internal/scss/box/layout.scss +2 -0
  30. package/lib/internal/scss/box/text.scss +3 -3
  31. package/lib/internal/scss/breadcrumb-group/item/styles.scss +3 -2
  32. package/lib/internal/scss/breadcrumb-group/styles.scss +16 -9
  33. package/lib/internal/scss/button/styles.scss +2 -1
  34. package/lib/internal/scss/button-dropdown/category-elements/styles.scss +38 -27
  35. package/lib/internal/scss/button-dropdown/item-element/styles.scss +20 -15
  36. package/lib/internal/scss/button-dropdown/mobile-expandable-group/styles.scss +3 -3
  37. package/lib/internal/scss/button-dropdown/styles.scss +17 -14
  38. package/lib/internal/scss/calendar/styles.scss +36 -21
  39. package/lib/internal/scss/cards/styles.scss +57 -30
  40. package/lib/internal/scss/code-editor/ace-editor.scss +12 -12
  41. package/lib/internal/scss/code-editor/pane.scss +23 -21
  42. package/lib/internal/scss/code-editor/resizable-box/styles.scss +5 -5
  43. package/lib/internal/scss/code-editor/styles.scss +38 -30
  44. package/lib/internal/scss/collection-preferences/content-display/content-display-option.scss +18 -10
  45. package/lib/internal/scss/collection-preferences/content-display/styles.scss +5 -3
  46. package/lib/internal/scss/collection-preferences/styles.scss +1 -1
  47. package/lib/internal/scss/collection-preferences/visible-content.scss +11 -8
  48. package/lib/internal/scss/column-layout/flexible-column-layout/styles.scss +4 -5
  49. package/lib/internal/scss/column-layout/styles.scss +15 -9
  50. package/lib/internal/scss/container/shared.scss +1 -3
  51. package/lib/internal/scss/container/styles.scss +62 -50
  52. package/lib/internal/scss/content-layout/styles.scss +4 -4
  53. package/lib/internal/scss/date-picker/styles.scss +3 -3
  54. package/lib/internal/scss/date-range-picker/calendar/grids/styles.scss +29 -18
  55. package/lib/internal/scss/date-range-picker/relative-range/styles.scss +8 -8
  56. package/lib/internal/scss/date-range-picker/styles.scss +26 -21
  57. package/lib/internal/scss/drawer/styles.scss +13 -10
  58. package/lib/internal/scss/expandable-section/styles.scss +41 -36
  59. package/lib/internal/scss/file-upload/dropzone/styles.scss +6 -2
  60. package/lib/internal/scss/file-upload/file-option/styles.scss +7 -7
  61. package/lib/internal/scss/file-upload/styles.scss +1 -1
  62. package/lib/internal/scss/flashbar/collapsible.scss +25 -25
  63. package/lib/internal/scss/flashbar/styles.scss +29 -19
  64. package/lib/internal/scss/form/styles.scss +10 -10
  65. package/lib/internal/scss/form-field/styles.scss +5 -5
  66. package/lib/internal/template/alert/styles.css.js +25 -25
  67. package/lib/internal/template/alert/styles.scoped.css +61 -54
  68. package/lib/internal/template/alert/styles.selectors.js +25 -25
  69. package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
  70. package/lib/internal/template/anchor-navigation/styles.scoped.css +39 -30
  71. package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
  72. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  73. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +57 -49
  74. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  75. package/lib/internal/template/app-layout/content-wrapper/styles.css.js +3 -3
  76. package/lib/internal/template/app-layout/content-wrapper/styles.scoped.css +15 -15
  77. package/lib/internal/template/app-layout/content-wrapper/styles.selectors.js +3 -3
  78. package/lib/internal/template/app-layout/drawer/styles.css.js +12 -12
  79. package/lib/internal/template/app-layout/drawer/styles.scoped.css +29 -30
  80. package/lib/internal/template/app-layout/drawer/styles.selectors.js +12 -12
  81. package/lib/internal/template/app-layout/mobile-toolbar/styles.css.js +8 -8
  82. package/lib/internal/template/app-layout/mobile-toolbar/styles.scoped.css +18 -17
  83. package/lib/internal/template/app-layout/mobile-toolbar/styles.selectors.js +8 -8
  84. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  85. package/lib/internal/template/app-layout/notifications/styles.scoped.css +6 -6
  86. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  87. package/lib/internal/template/app-layout/split-panel/styles.css.js +2 -2
  88. package/lib/internal/template/app-layout/split-panel/styles.scoped.css +3 -3
  89. package/lib/internal/template/app-layout/split-panel/styles.selectors.js +2 -2
  90. package/lib/internal/template/app-layout/styles.css.js +16 -16
  91. package/lib/internal/template/app-layout/styles.scoped.css +26 -26
  92. package/lib/internal/template/app-layout/styles.selectors.js +16 -16
  93. package/lib/internal/template/app-layout/toggles/styles.css.js +2 -2
  94. package/lib/internal/template/app-layout/toggles/styles.scoped.css +12 -10
  95. package/lib/internal/template/app-layout/toggles/styles.selectors.js +2 -2
  96. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +81 -81
  97. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +279 -261
  98. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +81 -81
  99. package/lib/internal/template/area-chart/styles.css.js +6 -6
  100. package/lib/internal/template/area-chart/styles.scoped.css +12 -11
  101. package/lib/internal/template/area-chart/styles.selectors.js +6 -6
  102. package/lib/internal/template/attribute-editor/styles.css.js +14 -14
  103. package/lib/internal/template/attribute-editor/styles.scoped.css +30 -29
  104. package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
  105. package/lib/internal/template/autosuggest/styles.css.js +3 -3
  106. package/lib/internal/template/autosuggest/styles.scoped.css +5 -5
  107. package/lib/internal/template/autosuggest/styles.selectors.js +3 -3
  108. package/lib/internal/template/badge/styles.css.js +5 -5
  109. package/lib/internal/template/badge/styles.scoped.css +11 -7
  110. package/lib/internal/template/badge/styles.selectors.js +5 -5
  111. package/lib/internal/template/box/styles.css.js +190 -190
  112. package/lib/internal/template/box/styles.scoped.css +244 -240
  113. package/lib/internal/template/box/styles.selectors.js +190 -190
  114. package/lib/internal/template/breadcrumb-group/item/styles.css.js +9 -9
  115. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +20 -19
  116. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +9 -9
  117. package/lib/internal/template/breadcrumb-group/styles.css.js +7 -7
  118. package/lib/internal/template/breadcrumb-group/styles.scoped.css +28 -21
  119. package/lib/internal/template/breadcrumb-group/styles.selectors.js +7 -7
  120. package/lib/internal/template/button/styles.css.js +20 -20
  121. package/lib/internal/template/button/styles.scoped.css +155 -153
  122. package/lib/internal/template/button/styles.selectors.js +20 -20
  123. package/lib/internal/template/button-dropdown/category-elements/styles.css.js +13 -13
  124. package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +61 -50
  125. package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +13 -13
  126. package/lib/internal/template/button-dropdown/item-element/styles.css.js +15 -15
  127. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +38 -33
  128. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +15 -15
  129. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
  130. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +8 -8
  131. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
  132. package/lib/internal/template/button-dropdown/styles.css.js +15 -15
  133. package/lib/internal/template/button-dropdown/styles.scoped.css +39 -36
  134. package/lib/internal/template/button-dropdown/styles.selectors.js +15 -15
  135. package/lib/internal/template/calendar/grid/index.js +1 -1
  136. package/lib/internal/template/calendar/grid/index.js.map +1 -1
  137. package/lib/internal/template/calendar/styles.css.js +18 -18
  138. package/lib/internal/template/calendar/styles.scoped.css +75 -59
  139. package/lib/internal/template/calendar/styles.selectors.js +18 -18
  140. package/lib/internal/template/cards/styles.css.js +40 -40
  141. package/lib/internal/template/cards/styles.scoped.css +126 -99
  142. package/lib/internal/template/cards/styles.selectors.js +40 -40
  143. package/lib/internal/template/code-editor/resizable-box/styles.css.js +3 -3
  144. package/lib/internal/template/code-editor/resizable-box/styles.scoped.css +13 -13
  145. package/lib/internal/template/code-editor/resizable-box/styles.selectors.js +3 -3
  146. package/lib/internal/template/code-editor/styles.css.js +32 -32
  147. package/lib/internal/template/code-editor/styles.scoped.css +258 -246
  148. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  149. package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
  150. package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +40 -30
  151. package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
  152. package/lib/internal/template/collection-preferences/styles.css.js +37 -37
  153. package/lib/internal/template/collection-preferences/styles.scoped.css +79 -66
  154. package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
  155. package/lib/internal/template/column-layout/flexible-column-layout/styles.css.js +5 -5
  156. package/lib/internal/template/column-layout/flexible-column-layout/styles.scoped.css +8 -9
  157. package/lib/internal/template/column-layout/flexible-column-layout/styles.selectors.js +5 -5
  158. package/lib/internal/template/column-layout/styles.css.js +13 -13
  159. package/lib/internal/template/column-layout/styles.scoped.css +70 -64
  160. package/lib/internal/template/column-layout/styles.selectors.js +13 -13
  161. package/lib/internal/template/container/styles.css.js +30 -30
  162. package/lib/internal/template/container/styles.scoped.css +114 -106
  163. package/lib/internal/template/container/styles.selectors.js +30 -30
  164. package/lib/internal/template/content-layout/styles.css.js +7 -7
  165. package/lib/internal/template/content-layout/styles.scoped.css +15 -15
  166. package/lib/internal/template/content-layout/styles.selectors.js +7 -7
  167. package/lib/internal/template/date-picker/styles.css.js +7 -7
  168. package/lib/internal/template/date-picker/styles.scoped.css +12 -12
  169. package/lib/internal/template/date-picker/styles.selectors.js +7 -7
  170. package/lib/internal/template/date-range-picker/calendar/grids/styles.css.js +25 -25
  171. package/lib/internal/template/date-range-picker/calendar/grids/styles.scoped.css +71 -60
  172. package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +25 -25
  173. package/lib/internal/template/date-range-picker/relative-range/styles.css.js +9 -9
  174. package/lib/internal/template/date-range-picker/relative-range/styles.scoped.css +21 -21
  175. package/lib/internal/template/date-range-picker/relative-range/styles.selectors.js +9 -9
  176. package/lib/internal/template/date-range-picker/styles.css.js +38 -38
  177. package/lib/internal/template/date-range-picker/styles.scoped.css +72 -67
  178. package/lib/internal/template/date-range-picker/styles.selectors.js +38 -38
  179. package/lib/internal/template/drawer/styles.css.js +3 -3
  180. package/lib/internal/template/drawer/styles.scoped.css +21 -18
  181. package/lib/internal/template/drawer/styles.selectors.js +3 -3
  182. package/lib/internal/template/expandable-section/styles.css.js +32 -32
  183. package/lib/internal/template/expandable-section/styles.scoped.css +103 -98
  184. package/lib/internal/template/expandable-section/styles.selectors.js +32 -32
  185. package/lib/internal/template/file-upload/dropzone/styles.css.js +2 -2
  186. package/lib/internal/template/file-upload/dropzone/styles.scoped.css +8 -4
  187. package/lib/internal/template/file-upload/dropzone/styles.selectors.js +2 -2
  188. package/lib/internal/template/file-upload/file-option/styles.css.js +7 -7
  189. package/lib/internal/template/file-upload/file-option/styles.scoped.css +15 -15
  190. package/lib/internal/template/file-upload/file-option/styles.selectors.js +7 -7
  191. package/lib/internal/template/file-upload/styles.css.js +2 -2
  192. package/lib/internal/template/file-upload/styles.scoped.css +4 -4
  193. package/lib/internal/template/file-upload/styles.selectors.js +2 -2
  194. package/lib/internal/template/flashbar/styles.css.js +47 -47
  195. package/lib/internal/template/flashbar/styles.scoped.css +220 -215
  196. package/lib/internal/template/flashbar/styles.selectors.js +47 -47
  197. package/lib/internal/template/form/styles.css.js +9 -9
  198. package/lib/internal/template/form/styles.scoped.css +18 -18
  199. package/lib/internal/template/form/styles.selectors.js +9 -9
  200. package/lib/internal/template/form-field/styles.css.js +19 -19
  201. package/lib/internal/template/form-field/styles.scoped.css +34 -34
  202. package/lib/internal/template/form-field/styles.selectors.js +19 -19
  203. package/lib/internal/template/internal/environment.js +1 -1
  204. package/lib/internal/template/internal/environment.json +1 -1
  205. package/lib/internal/template/modal/styles.css.js +23 -23
  206. package/lib/internal/template/modal/styles.scoped.css +39 -39
  207. package/lib/internal/template/modal/styles.selectors.js +23 -23
  208. package/lib/internal/template/tiles/styles.css.js +29 -29
  209. package/lib/internal/template/tiles/styles.scoped.css +97 -91
  210. package/lib/internal/template/tiles/styles.selectors.js +29 -29
  211. package/package.json +1 -1
@@ -90,51 +90,57 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
90
90
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
91
  SPDX-License-Identifier: Apache-2.0
92
92
  */
93
- .awsui_arrow_1hpp3_fq4xn_93:not(#\9) {
94
- width: 20px;
95
- height: 10px;
93
+ .awsui_arrow_1hpp3_1sa7k_93:not(#\9) {
94
+ inline-size: 20px;
95
+ block-size: 10px;
96
96
  }
97
- .awsui_arrow-outer_1hpp3_fq4xn_97:not(#\9), .awsui_arrow-inner_1hpp3_fq4xn_97:not(#\9) {
97
+ .awsui_arrow-outer_1hpp3_1sa7k_97:not(#\9), .awsui_arrow-inner_1hpp3_1sa7k_97:not(#\9) {
98
98
  position: absolute;
99
99
  overflow: hidden;
100
- width: 20px;
101
- height: 10px;
102
- top: 0;
103
- left: 0;
100
+ inline-size: 20px;
101
+ block-size: 10px;
102
+ inset-block-start: 0;
103
+ inset-inline-start: 0;
104
104
  }
105
- .awsui_arrow-outer_1hpp3_fq4xn_97:not(#\9)::after, .awsui_arrow-inner_1hpp3_fq4xn_97:not(#\9)::after {
105
+ .awsui_arrow-outer_1hpp3_1sa7k_97:not(#\9)::after, .awsui_arrow-inner_1hpp3_1sa7k_97:not(#\9)::after {
106
106
  content: "";
107
107
  box-sizing: border-box;
108
108
  display: inline-block;
109
109
  position: absolute;
110
- border-radius: 2px 0 0 0;
111
- bottom: 0;
112
- left: 0;
113
- width: 14px;
114
- height: 14px;
110
+ border-start-start-radius: 2px;
111
+ border-start-end-radius: 0;
112
+ border-end-start-radius: 0;
113
+ border-end-end-radius: 0;
114
+ inset-block-end: 0;
115
+ inset-inline-start: 0;
116
+ inline-size: 14px;
117
+ block-size: 14px;
115
118
  transform: rotate(45deg);
116
119
  transform-origin: 0 100%;
117
120
  }
118
- .awsui_arrow-outer_1hpp3_fq4xn_97:not(#\9)::after {
121
+ .awsui_arrow-outer_1hpp3_1sa7k_97:not(#\9)::after {
119
122
  background-color: var(--color-border-status-info-q9np44, #0073bb);
120
123
  }
121
- .awsui_arrow-inner_1hpp3_fq4xn_97:not(#\9) {
122
- top: 2px;
124
+ .awsui_arrow-inner_1hpp3_1sa7k_97:not(#\9) {
125
+ inset-block-start: 2px;
123
126
  }
124
- .awsui_arrow-inner_1hpp3_fq4xn_97:not(#\9)::after {
125
- border-radius: 1px 0 0 0;
127
+ .awsui_arrow-inner_1hpp3_1sa7k_97:not(#\9)::after {
128
+ border-start-start-radius: 1px;
129
+ border-start-end-radius: 0;
130
+ border-end-start-radius: 0;
131
+ border-end-end-radius: 0;
126
132
  background-color: var(--color-background-status-info-pgxhez, #f1faff);
127
133
  }
128
- .awsui_arrow-position-right-top_1hpp3_fq4xn_128 > .awsui_arrow-outer_1hpp3_fq4xn_97:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_fq4xn_128 > .awsui_arrow-outer_1hpp3_fq4xn_97:not(#\9)::after {
134
+ .awsui_arrow-position-right-top_1hpp3_1sa7k_134 > .awsui_arrow-outer_1hpp3_1sa7k_97:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_1sa7k_134 > .awsui_arrow-outer_1hpp3_1sa7k_97:not(#\9)::after {
129
135
  box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
130
136
  }
131
- .awsui_arrow-position-left-top_1hpp3_fq4xn_131 > .awsui_arrow-outer_1hpp3_fq4xn_97:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_fq4xn_131 > .awsui_arrow-outer_1hpp3_fq4xn_97:not(#\9)::after {
137
+ .awsui_arrow-position-left-top_1hpp3_1sa7k_137 > .awsui_arrow-outer_1hpp3_1sa7k_97:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_1sa7k_137 > .awsui_arrow-outer_1hpp3_1sa7k_97:not(#\9)::after {
132
138
  box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
133
139
  }
134
- .awsui_arrow-position-top-center_1hpp3_fq4xn_134 > .awsui_arrow-outer_1hpp3_fq4xn_97:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_fq4xn_134 > .awsui_arrow-outer_1hpp3_fq4xn_97:not(#\9)::after {
140
+ .awsui_arrow-position-top-center_1hpp3_1sa7k_140 > .awsui_arrow-outer_1hpp3_1sa7k_97:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_1sa7k_140 > .awsui_arrow-outer_1hpp3_1sa7k_97:not(#\9)::after {
135
141
  box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
136
142
  }
137
- .awsui_arrow-position-bottom-center_1hpp3_fq4xn_137 > .awsui_arrow-outer_1hpp3_fq4xn_97:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_fq4xn_137 > .awsui_arrow-outer_1hpp3_fq4xn_97:not(#\9)::after {
143
+ .awsui_arrow-position-bottom-center_1hpp3_1sa7k_143 > .awsui_arrow-outer_1hpp3_1sa7k_97:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_1sa7k_143 > .awsui_arrow-outer_1hpp3_1sa7k_97:not(#\9)::after {
138
144
  box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
139
145
  }
140
146
 
@@ -142,37 +148,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
142
148
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
143
149
  SPDX-License-Identifier: Apache-2.0
144
150
  */
145
- .awsui_annotation_1hpp3_fq4xn_145:not(#\9),
146
- .awsui_next-button_1hpp3_fq4xn_146:not(#\9),
147
- .awsui_previous-button_1hpp3_fq4xn_147:not(#\9),
148
- .awsui_finish-button_1hpp3_fq4xn_148:not(#\9),
149
- .awsui_header_1hpp3_fq4xn_149:not(#\9),
150
- .awsui_step-counter-content_1hpp3_fq4xn_150:not(#\9),
151
- .awsui_content_1hpp3_fq4xn_151:not(#\9) {
151
+ .awsui_annotation_1hpp3_1sa7k_151:not(#\9),
152
+ .awsui_next-button_1hpp3_1sa7k_152:not(#\9),
153
+ .awsui_previous-button_1hpp3_1sa7k_153:not(#\9),
154
+ .awsui_finish-button_1hpp3_1sa7k_154:not(#\9),
155
+ .awsui_header_1hpp3_1sa7k_155:not(#\9),
156
+ .awsui_step-counter-content_1hpp3_1sa7k_156:not(#\9),
157
+ .awsui_content_1hpp3_1sa7k_157:not(#\9) {
152
158
  /* used in test-utils */
153
159
  }
154
160
 
155
- .awsui_description_1hpp3_fq4xn_155:not(#\9) {
161
+ .awsui_description_1hpp3_1sa7k_161:not(#\9) {
156
162
  overflow: hidden;
157
- margin-top: var(--space-xxs-9rrxti, 4px);
163
+ margin-block-start: var(--space-xxs-9rrxti, 4px);
158
164
  }
159
165
 
160
- .awsui_actionBar_1hpp3_fq4xn_160:not(#\9) {
166
+ .awsui_actionBar_1hpp3_1sa7k_166:not(#\9) {
161
167
  display: flex;
162
168
  justify-content: space-between;
163
169
  align-items: center;
164
170
  position: relative;
165
171
  }
166
172
 
167
- .awsui_stepCounter_1hpp3_fq4xn_167:not(#\9) {
168
- margin-right: 20px;
173
+ .awsui_stepCounter_1hpp3_1sa7k_173:not(#\9) {
174
+ margin-inline-end: 20px;
169
175
  }
170
176
 
171
- .awsui_divider_1hpp3_fq4xn_171:not(#\9) {
172
- border-bottom: var(--border-divider-section-width-wl9k66, 1px) solid var(--color-border-divider-default-in8dkg, #eaeded);
177
+ .awsui_divider_1hpp3_1sa7k_177:not(#\9) {
178
+ border-block-end: var(--border-divider-section-width-wl9k66, 1px) solid var(--color-border-divider-default-in8dkg, #eaeded);
173
179
  }
174
180
 
175
- .awsui_hotspot_1hpp3_fq4xn_175:not(#\9) {
181
+ .awsui_hotspot_1hpp3_1sa7k_181:not(#\9) {
176
182
  border-collapse: separate;
177
183
  border-spacing: 0;
178
184
  box-sizing: border-box;
@@ -207,24 +213,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
207
213
  -webkit-font-smoothing: auto;
208
214
  -moz-osx-font-smoothing: auto;
209
215
  background: transparent;
210
- border: none;
211
- padding: 0;
216
+ border-block: none;
217
+ border-inline: none;
218
+ padding-block: 0;
219
+ padding-inline: 0;
212
220
  cursor: pointer;
213
221
  scroll-margin: var(--awsui-content-scroll-margin-y98gph, 40px 0 0 0);
214
- width: 16px;
215
- height: 16px;
222
+ inline-size: 16px;
223
+ block-size: 16px;
216
224
  }
217
- .awsui_hotspot_1hpp3_fq4xn_175:not(#\9):focus {
225
+ .awsui_hotspot_1hpp3_1sa7k_181:not(#\9):focus {
218
226
  outline: none;
219
227
  }
220
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_fq4xn_175:not(#\9):focus {
228
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1sa7k_181:not(#\9):focus {
221
229
  position: relative;
222
230
  }
223
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_fq4xn_175:not(#\9):focus {
231
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1sa7k_181:not(#\9):focus {
224
232
  outline: 2px dotted transparent;
225
233
  outline-offset: calc(2px - 1px);
226
234
  }
227
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_fq4xn_175:not(#\9):focus::before {
235
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1sa7k_181:not(#\9):focus::before {
228
236
  content: " ";
229
237
  display: block;
230
238
  position: absolute;
@@ -238,13 +246,13 @@ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_fq4xn_175:not(#\9):focu
238
246
  border-end-end-radius: var(--border-radius-control-circular-focus-ring-mxepal, 50%);
239
247
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
240
248
  }
241
- .awsui_hotspot_1hpp3_fq4xn_175 > .awsui_icon_1hpp3_fq4xn_240:not(#\9) {
249
+ .awsui_hotspot_1hpp3_1sa7k_181 > .awsui_icon_1hpp3_1sa7k_248:not(#\9) {
242
250
  position: relative;
243
251
  stroke: var(--color-text-link-default-hop3gv, #0073bb);
244
252
  }
245
- .awsui_hotspot_1hpp3_fq4xn_175:not(#\9):hover > .awsui_icon_1hpp3_fq4xn_240 {
253
+ .awsui_hotspot_1hpp3_1sa7k_181:not(#\9):hover > .awsui_icon_1hpp3_1sa7k_248 {
246
254
  stroke: var(--color-text-link-hover-8s5z9d, #0a4a74);
247
255
  }
248
- .awsui_hotspot_1hpp3_fq4xn_175:not(#\9):active > .awsui_icon_1hpp3_fq4xn_240 {
256
+ .awsui_hotspot_1hpp3_1sa7k_181:not(#\9):active > .awsui_icon_1hpp3_1sa7k_248 {
249
257
  stroke: var(--color-text-link-default-hop3gv, #0073bb);
250
258
  }
@@ -2,29 +2,29 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "arrow": "awsui_arrow_1hpp3_fq4xn_93",
6
- "arrow-outer": "awsui_arrow-outer_1hpp3_fq4xn_97",
7
- "arrow-inner": "awsui_arrow-inner_1hpp3_fq4xn_97",
8
- "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_fq4xn_128",
9
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_fq4xn_128",
10
- "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_fq4xn_131",
11
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_fq4xn_131",
12
- "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_fq4xn_134",
13
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_fq4xn_134",
14
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_fq4xn_137",
15
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_fq4xn_137",
16
- "annotation": "awsui_annotation_1hpp3_fq4xn_145",
17
- "next-button": "awsui_next-button_1hpp3_fq4xn_146",
18
- "previous-button": "awsui_previous-button_1hpp3_fq4xn_147",
19
- "finish-button": "awsui_finish-button_1hpp3_fq4xn_148",
20
- "header": "awsui_header_1hpp3_fq4xn_149",
21
- "step-counter-content": "awsui_step-counter-content_1hpp3_fq4xn_150",
22
- "content": "awsui_content_1hpp3_fq4xn_151",
23
- "description": "awsui_description_1hpp3_fq4xn_155",
24
- "actionBar": "awsui_actionBar_1hpp3_fq4xn_160",
25
- "stepCounter": "awsui_stepCounter_1hpp3_fq4xn_167",
26
- "divider": "awsui_divider_1hpp3_fq4xn_171",
27
- "hotspot": "awsui_hotspot_1hpp3_fq4xn_175",
28
- "icon": "awsui_icon_1hpp3_fq4xn_240"
5
+ "arrow": "awsui_arrow_1hpp3_1sa7k_93",
6
+ "arrow-outer": "awsui_arrow-outer_1hpp3_1sa7k_97",
7
+ "arrow-inner": "awsui_arrow-inner_1hpp3_1sa7k_97",
8
+ "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_1sa7k_134",
9
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_1sa7k_134",
10
+ "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_1sa7k_137",
11
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_1sa7k_137",
12
+ "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_1sa7k_140",
13
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_1sa7k_140",
14
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_1sa7k_143",
15
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_1sa7k_143",
16
+ "annotation": "awsui_annotation_1hpp3_1sa7k_151",
17
+ "next-button": "awsui_next-button_1hpp3_1sa7k_152",
18
+ "previous-button": "awsui_previous-button_1hpp3_1sa7k_153",
19
+ "finish-button": "awsui_finish-button_1hpp3_1sa7k_154",
20
+ "header": "awsui_header_1hpp3_1sa7k_155",
21
+ "step-counter-content": "awsui_step-counter-content_1hpp3_1sa7k_156",
22
+ "content": "awsui_content_1hpp3_1sa7k_157",
23
+ "description": "awsui_description_1hpp3_1sa7k_161",
24
+ "actionBar": "awsui_actionBar_1hpp3_1sa7k_166",
25
+ "stepCounter": "awsui_stepCounter_1hpp3_1sa7k_173",
26
+ "divider": "awsui_divider_1hpp3_1sa7k_177",
27
+ "hotspot": "awsui_hotspot_1hpp3_1sa7k_181",
28
+ "icon": "awsui_icon_1hpp3_1sa7k_248"
29
29
  };
30
30
 
@@ -1,8 +1,8 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "content-wrapper": "awsui_content-wrapper_zycdx_18r30_97",
5
- "content-wrapper-mobile": "awsui_content-wrapper-mobile_zycdx_18r30_101",
6
- "content-type-dashboard": "awsui_content-type-dashboard_zycdx_18r30_106"
4
+ "content-wrapper": "awsui_content-wrapper_zycdx_vsamt_97",
5
+ "content-wrapper-mobile": "awsui_content-wrapper-mobile_zycdx_vsamt_101",
6
+ "content-type-dashboard": "awsui_content-type-dashboard_zycdx_vsamt_106"
7
7
  };
8
8
 
@@ -94,31 +94,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
94
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
95
  SPDX-License-Identifier: Apache-2.0
96
96
  */
97
- .awsui_content-wrapper_zycdx_18r30_97:not(#\9) {
98
- padding-left: var(--space-layout-content-horizontal-sin989, 40px);
99
- padding-right: var(--space-layout-content-horizontal-sin989, 40px);
97
+ .awsui_content-wrapper_zycdx_vsamt_97:not(#\9) {
98
+ padding-inline-start: var(--space-layout-content-horizontal-sin989, 40px);
99
+ padding-inline-end: var(--space-layout-content-horizontal-sin989, 40px);
100
100
  }
101
- .awsui_content-wrapper-mobile_zycdx_18r30_101:not(#\9) {
102
- padding-left: var(--space-l-xu1x80, 20px);
103
- padding-right: var(--space-l-xu1x80, 20px);
101
+ .awsui_content-wrapper-mobile_zycdx_vsamt_101:not(#\9) {
102
+ padding-inline-start: var(--space-l-xu1x80, 20px);
103
+ padding-inline-end: var(--space-l-xu1x80, 20px);
104
104
  }
105
105
 
106
- .awsui_content-type-dashboard_zycdx_18r30_106:not(#\9) {
107
- margin-left: auto;
108
- margin-right: auto;
106
+ .awsui_content-type-dashboard_zycdx_vsamt_106:not(#\9) {
107
+ margin-inline-start: auto;
108
+ margin-inline-end: auto;
109
109
  }
110
110
  @media (min-width: 1401px) {
111
- .awsui_content-type-dashboard_zycdx_18r30_106:not(#\9) {
112
- max-width: 1280px;
111
+ .awsui_content-type-dashboard_zycdx_vsamt_106:not(#\9) {
112
+ max-inline-size: 1280px;
113
113
  }
114
114
  }
115
115
  @media (min-width: 1921px) {
116
- .awsui_content-type-dashboard_zycdx_18r30_106:not(#\9) {
117
- max-width: 1620px;
116
+ .awsui_content-type-dashboard_zycdx_vsamt_106:not(#\9) {
117
+ max-inline-size: 1620px;
118
118
  }
119
119
  }
120
120
  @media (min-width: 2541px) {
121
- .awsui_content-type-dashboard_zycdx_18r30_106:not(#\9) {
122
- max-width: 2160px;
121
+ .awsui_content-type-dashboard_zycdx_vsamt_106:not(#\9) {
122
+ max-inline-size: 2160px;
123
123
  }
124
124
  }
@@ -2,8 +2,8 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "content-wrapper": "awsui_content-wrapper_zycdx_18r30_97",
6
- "content-wrapper-mobile": "awsui_content-wrapper-mobile_zycdx_18r30_101",
7
- "content-type-dashboard": "awsui_content-type-dashboard_zycdx_18r30_106"
5
+ "content-wrapper": "awsui_content-wrapper_zycdx_vsamt_97",
6
+ "content-wrapper-mobile": "awsui_content-wrapper-mobile_zycdx_vsamt_101",
7
+ "content-type-dashboard": "awsui_content-type-dashboard_zycdx_vsamt_106"
8
8
  };
9
9
 
@@ -1,17 +1,17 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "toggle": "awsui_toggle_1uo6m_1ds57_97",
5
- "drawer-triggers": "awsui_drawer-triggers_1uo6m_1ds57_102",
6
- "drawer": "awsui_drawer_1uo6m_1ds57_102",
7
- "drawer-mobile": "awsui_drawer-mobile_1uo6m_1ds57_112",
8
- "drawer-closed": "awsui_drawer-closed_1uo6m_1ds57_115",
9
- "drawer-content": "awsui_drawer-content_1uo6m_1ds57_122",
10
- "drawer-content-clickable": "awsui_drawer-content-clickable_1uo6m_1ds57_137",
11
- "drawer-resize-content": "awsui_drawer-resize-content_1uo6m_1ds57_147",
12
- "drawer-triggers-wrapper": "awsui_drawer-triggers-wrapper_1uo6m_1ds57_153",
13
- "drawer-trigger": "awsui_drawer-trigger_1uo6m_1ds57_102",
14
- "drawer-trigger-active": "awsui_drawer-trigger-active_1uo6m_1ds57_171",
15
- "hide": "awsui_hide_1uo6m_1ds57_179"
4
+ "toggle": "awsui_toggle_1uo6m_19b6l_97",
5
+ "drawer-triggers": "awsui_drawer-triggers_1uo6m_19b6l_103",
6
+ "drawer": "awsui_drawer_1uo6m_19b6l_103",
7
+ "drawer-mobile": "awsui_drawer-mobile_1uo6m_19b6l_113",
8
+ "drawer-closed": "awsui_drawer-closed_1uo6m_19b6l_116",
9
+ "drawer-content": "awsui_drawer-content_1uo6m_19b6l_123",
10
+ "drawer-content-clickable": "awsui_drawer-content-clickable_1uo6m_19b6l_135",
11
+ "drawer-resize-content": "awsui_drawer-resize-content_1uo6m_19b6l_145",
12
+ "drawer-triggers-wrapper": "awsui_drawer-triggers-wrapper_1uo6m_19b6l_151",
13
+ "drawer-trigger": "awsui_drawer-trigger_1uo6m_19b6l_103",
14
+ "drawer-trigger-active": "awsui_drawer-trigger-active_1uo6m_19b6l_170",
15
+ "hide": "awsui_hide_1uo6m_19b6l_178"
16
16
  };
17
17
 
@@ -94,88 +94,87 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
94
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
95
  SPDX-License-Identifier: Apache-2.0
96
96
  */
97
- .awsui_toggle_1uo6m_1ds57_97:not(#\9) {
97
+ .awsui_toggle_1uo6m_19b6l_97:not(#\9) {
98
98
  box-sizing: border-box;
99
- padding: var(--space-xxs-9rrxti, 4px) 7px;
99
+ padding-block: var(--space-xxs-9rrxti, 4px);
100
+ padding-inline: 7px;
100
101
  }
101
102
 
102
- .awsui_drawer-triggers_1uo6m_1ds57_102:not(#\9) {
103
+ .awsui_drawer-triggers_1uo6m_19b6l_103:not(#\9) {
103
104
  box-sizing: border-box;
104
105
  }
105
106
 
106
- .awsui_drawer_1uo6m_1ds57_102:not(#\9) {
107
+ .awsui_drawer_1uo6m_19b6l_103:not(#\9) {
107
108
  flex-shrink: 0;
108
109
  position: relative;
109
110
  word-wrap: break-word;
110
111
  box-shadow: var(--shadow-panel-eyw753, 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15));
111
112
  }
112
- .awsui_drawer_1uo6m_1ds57_102:not(#\9):not(.awsui_drawer-mobile_1uo6m_1ds57_112) {
113
+ .awsui_drawer_1uo6m_19b6l_103:not(#\9):not(.awsui_drawer-mobile_1uo6m_19b6l_113) {
113
114
  z-index: 830;
114
115
  }
115
- .awsui_drawer-closed_1uo6m_1ds57_115:not(#\9) {
116
- min-width: 40px;
116
+ .awsui_drawer-closed_1uo6m_19b6l_116:not(#\9) {
117
+ min-inline-size: 40px;
117
118
  }
118
- .awsui_drawer-closed_1uo6m_1ds57_115.awsui_drawer-mobile_1uo6m_1ds57_112:not(#\9) {
119
+ .awsui_drawer-closed_1uo6m_19b6l_116.awsui_drawer-mobile_1uo6m_19b6l_113:not(#\9) {
119
120
  display: none;
120
121
  }
121
122
 
122
- .awsui_drawer-content_1uo6m_1ds57_122:not(#\9) {
123
+ .awsui_drawer-content_1uo6m_19b6l_123:not(#\9) {
123
124
  position: fixed;
124
125
  overflow: auto;
125
126
  background-color: var(--color-background-layout-panel-content-ml98gw, #ffffff);
126
127
  }
127
- .awsui_drawer-mobile_1uo6m_1ds57_112 > .awsui_drawer-content_1uo6m_1ds57_122:not(#\9) {
128
+ .awsui_drawer-mobile_1uo6m_19b6l_113 > .awsui_drawer-content_1uo6m_19b6l_123:not(#\9) {
128
129
  z-index: 1001;
129
- top: 0;
130
- bottom: 0;
131
- left: 0;
132
- right: 0;
130
+ inset: 0;
133
131
  }
134
- .awsui_drawer-closed_1uo6m_1ds57_115 > .awsui_drawer-content_1uo6m_1ds57_122:not(#\9) {
135
- width: 40px;
132
+ .awsui_drawer-closed_1uo6m_19b6l_116 > .awsui_drawer-content_1uo6m_19b6l_123:not(#\9) {
133
+ inline-size: 40px;
136
134
  }
137
- .awsui_drawer-closed_1uo6m_1ds57_115 > .awsui_drawer-content_1uo6m_1ds57_122.awsui_drawer-content-clickable_1uo6m_1ds57_137:not(#\9) {
135
+ .awsui_drawer-closed_1uo6m_19b6l_116 > .awsui_drawer-content_1uo6m_19b6l_123.awsui_drawer-content-clickable_1uo6m_19b6l_135:not(#\9) {
138
136
  cursor: pointer;
139
137
  color: var(--color-text-interactive-default-dt26aj, #545b64);
140
138
  }
141
- .awsui_drawer-closed_1uo6m_1ds57_115 > .awsui_drawer-content_1uo6m_1ds57_122.awsui_drawer-content-clickable_1uo6m_1ds57_137:not(#\9):hover {
139
+ .awsui_drawer-closed_1uo6m_19b6l_116 > .awsui_drawer-content_1uo6m_19b6l_123.awsui_drawer-content-clickable_1uo6m_19b6l_135:not(#\9):hover {
142
140
  background: var(--color-background-layout-panel-hover-58t7r5, #eaeded);
143
141
  }
144
- .awsui_drawer-content_1uo6m_1ds57_122 > [aria-hidden=true]:not(#\9) {
142
+ .awsui_drawer-content_1uo6m_19b6l_123 > [aria-hidden=true]:not(#\9) {
145
143
  display: none;
146
144
  }
147
- .awsui_drawer-content_1uo6m_1ds57_122 > .awsui_drawer-resize-content_1uo6m_1ds57_147:not(#\9) {
145
+ .awsui_drawer-content_1uo6m_19b6l_123 > .awsui_drawer-resize-content_1uo6m_19b6l_145:not(#\9) {
148
146
  overflow: auto;
149
- height: 100%;
147
+ block-size: 100%;
150
148
  position: relative;
151
149
  }
152
150
 
153
- .awsui_drawer-triggers-wrapper_1uo6m_1ds57_153:not(#\9) {
151
+ .awsui_drawer-triggers-wrapper_1uo6m_19b6l_151:not(#\9) {
154
152
  display: flex;
155
153
  flex-direction: column;
156
154
  text-align: center;
157
155
  align-items: stretch;
158
156
  }
159
157
 
160
- .awsui_drawer-trigger_1uo6m_1ds57_102:not(#\9) {
161
- padding: var(--space-xxs-9rrxti, 4px) 7px;
158
+ .awsui_drawer-trigger_1uo6m_19b6l_103:not(#\9) {
159
+ padding-block: var(--space-xxs-9rrxti, 4px);
160
+ padding-inline: 7px;
162
161
  cursor: pointer;
163
162
  color: var(--color-text-interactive-default-dt26aj, #545b64);
164
163
  }
165
- .awsui_drawer-trigger_1uo6m_1ds57_102:not(#\9):not(:first-child) {
166
- border-top: 1px solid var(--color-border-layout-py7xy0, #d5dbdb);
164
+ .awsui_drawer-trigger_1uo6m_19b6l_103:not(#\9):not(:first-child) {
165
+ border-block-start: 1px solid var(--color-border-layout-py7xy0, #d5dbdb);
167
166
  }
168
- .awsui_drawer-trigger_1uo6m_1ds57_102:not(#\9):hover {
167
+ .awsui_drawer-trigger_1uo6m_19b6l_103:not(#\9):hover {
169
168
  color: var(--color-text-layout-toggle-hover-j81kcb, #0073bb);
170
169
  }
171
- .awsui_drawer-trigger-active_1uo6m_1ds57_171:not(#\9), .awsui_drawer-trigger-active_1uo6m_1ds57_171:not(#\9):hover {
170
+ .awsui_drawer-trigger-active_1uo6m_19b6l_170:not(#\9), .awsui_drawer-trigger-active_1uo6m_19b6l_170:not(#\9):hover {
172
171
  background-color: var(--color-background-layout-toggle-selected-default-rmibh3, #0073bb);
173
172
  color: var(--color-text-layout-toggle-active-zmvv31, #ffffff);
174
173
  }
175
- .awsui_drawer-content-clickable_1uo6m_1ds57_137 > .awsui_drawer-triggers-wrapper_1uo6m_1ds57_153 > .awsui_drawer-trigger_1uo6m_1ds57_102:not(#\9):hover {
174
+ .awsui_drawer-content-clickable_1uo6m_19b6l_135 > .awsui_drawer-triggers-wrapper_1uo6m_19b6l_151 > .awsui_drawer-trigger_1uo6m_19b6l_103:not(#\9):hover {
176
175
  color: var(--color-text-interactive-default-dt26aj, #545b64);
177
176
  }
178
177
 
179
- .awsui_hide_1uo6m_1ds57_179:not(#\9) {
178
+ .awsui_hide_1uo6m_19b6l_178:not(#\9) {
180
179
  display: none;
181
180
  }
@@ -2,17 +2,17 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "toggle": "awsui_toggle_1uo6m_1ds57_97",
6
- "drawer-triggers": "awsui_drawer-triggers_1uo6m_1ds57_102",
7
- "drawer": "awsui_drawer_1uo6m_1ds57_102",
8
- "drawer-mobile": "awsui_drawer-mobile_1uo6m_1ds57_112",
9
- "drawer-closed": "awsui_drawer-closed_1uo6m_1ds57_115",
10
- "drawer-content": "awsui_drawer-content_1uo6m_1ds57_122",
11
- "drawer-content-clickable": "awsui_drawer-content-clickable_1uo6m_1ds57_137",
12
- "drawer-resize-content": "awsui_drawer-resize-content_1uo6m_1ds57_147",
13
- "drawer-triggers-wrapper": "awsui_drawer-triggers-wrapper_1uo6m_1ds57_153",
14
- "drawer-trigger": "awsui_drawer-trigger_1uo6m_1ds57_102",
15
- "drawer-trigger-active": "awsui_drawer-trigger-active_1uo6m_1ds57_171",
16
- "hide": "awsui_hide_1uo6m_1ds57_179"
5
+ "toggle": "awsui_toggle_1uo6m_19b6l_97",
6
+ "drawer-triggers": "awsui_drawer-triggers_1uo6m_19b6l_103",
7
+ "drawer": "awsui_drawer_1uo6m_19b6l_103",
8
+ "drawer-mobile": "awsui_drawer-mobile_1uo6m_19b6l_113",
9
+ "drawer-closed": "awsui_drawer-closed_1uo6m_19b6l_116",
10
+ "drawer-content": "awsui_drawer-content_1uo6m_19b6l_123",
11
+ "drawer-content-clickable": "awsui_drawer-content-clickable_1uo6m_19b6l_135",
12
+ "drawer-resize-content": "awsui_drawer-resize-content_1uo6m_19b6l_145",
13
+ "drawer-triggers-wrapper": "awsui_drawer-triggers-wrapper_1uo6m_19b6l_151",
14
+ "drawer-trigger": "awsui_drawer-trigger_1uo6m_19b6l_103",
15
+ "drawer-trigger-active": "awsui_drawer-trigger-active_1uo6m_19b6l_170",
16
+ "hide": "awsui_hide_1uo6m_19b6l_178"
17
17
  };
18
18
 
@@ -1,13 +1,13 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "block-body-scroll": "awsui_block-body-scroll_19d8l_fbpwv_97",
5
- "mobile-bar": "awsui_mobile-bar_19d8l_fbpwv_101",
6
- "mobile-bar-breadcrumbs": "awsui_mobile-bar-breadcrumbs_19d8l_fbpwv_114",
7
- "mobile-toggle": "awsui_mobile-toggle_19d8l_fbpwv_121",
8
- "mobile-toggle-type-navigation": "awsui_mobile-toggle-type-navigation_19d8l_fbpwv_129",
9
- "mobile-toggle-type-tools": "awsui_mobile-toggle-type-tools_19d8l_fbpwv_132",
10
- "mobile-toggle-type-drawer": "awsui_mobile-toggle-type-drawer_19d8l_fbpwv_132",
11
- "drawers-container": "awsui_drawers-container_19d8l_fbpwv_139"
4
+ "block-body-scroll": "awsui_block-body-scroll_19d8l_kvrwu_97",
5
+ "mobile-bar": "awsui_mobile-bar_19d8l_kvrwu_101",
6
+ "mobile-bar-breadcrumbs": "awsui_mobile-bar-breadcrumbs_19d8l_kvrwu_114",
7
+ "mobile-toggle": "awsui_mobile-toggle_19d8l_kvrwu_121",
8
+ "mobile-toggle-type-navigation": "awsui_mobile-toggle-type-navigation_19d8l_kvrwu_130",
9
+ "mobile-toggle-type-tools": "awsui_mobile-toggle-type-tools_19d8l_kvrwu_133",
10
+ "mobile-toggle-type-drawer": "awsui_mobile-toggle-type-drawer_19d8l_kvrwu_133",
11
+ "drawers-container": "awsui_drawers-container_19d8l_kvrwu_140"
12
12
  };
13
13
 
@@ -94,49 +94,50 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
94
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
95
  SPDX-License-Identifier: Apache-2.0
96
96
  */
97
- .awsui_block-body-scroll_19d8l_fbpwv_97:not(#\9) {
97
+ .awsui_block-body-scroll_19d8l_kvrwu_97:not(#\9) {
98
98
  overflow: hidden;
99
99
  }
100
100
 
101
- .awsui_mobile-bar_19d8l_fbpwv_101:not(#\9) {
101
+ .awsui_mobile-bar_19d8l_kvrwu_101:not(#\9) {
102
102
  position: sticky;
103
103
  display: flex;
104
104
  align-items: center;
105
105
  flex-shrink: 0;
106
106
  z-index: 1000;
107
- width: 100%;
107
+ inline-size: 100%;
108
108
  box-sizing: border-box;
109
109
  background-color: var(--color-background-layout-mobile-panel-8tuodx, #ffffff);
110
110
  box-shadow: var(--shadow-panel-eyw753, 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15));
111
- height: calc(2 * var(--space-m-kpg8id, 16px) + var(--space-scaled-xs-x91h81, 8px));
111
+ block-size: calc(2 * var(--space-m-kpg8id, 16px) + var(--space-scaled-xs-x91h81, 8px));
112
112
  }
113
113
 
114
- .awsui_mobile-bar-breadcrumbs_19d8l_fbpwv_114:not(#\9) {
115
- min-width: 0;
114
+ .awsui_mobile-bar-breadcrumbs_19d8l_kvrwu_114:not(#\9) {
115
+ min-inline-size: 0;
116
116
  flex: 1;
117
- margin-left: var(--space-m-kpg8id, 16px);
118
- margin-right: var(--space-m-kpg8id, 16px);
117
+ margin-inline-start: var(--space-m-kpg8id, 16px);
118
+ margin-inline-end: var(--space-m-kpg8id, 16px);
119
119
  }
120
120
 
121
- .awsui_mobile-toggle_19d8l_fbpwv_121:not(#\9) {
121
+ .awsui_mobile-toggle_19d8l_kvrwu_121:not(#\9) {
122
122
  box-sizing: border-box;
123
123
  cursor: pointer;
124
124
  z-index: 1;
125
- padding: var(--space-xxs-9rrxti, 4px) 7px;
126
- width: 40px;
125
+ padding-block: var(--space-xxs-9rrxti, 4px);
126
+ padding-inline: 7px;
127
+ inline-size: 40px;
127
128
  color: var(--color-text-interactive-default-dt26aj, #545b64);
128
129
  }
129
- .awsui_mobile-toggle-type-navigation_19d8l_fbpwv_129:not(#\9) {
130
- border-right: 1px solid var(--color-border-layout-py7xy0, #d5dbdb);
130
+ .awsui_mobile-toggle-type-navigation_19d8l_kvrwu_130:not(#\9) {
131
+ border-inline-end: 1px solid var(--color-border-layout-py7xy0, #d5dbdb);
131
132
  }
132
- .awsui_mobile-toggle-type-tools_19d8l_fbpwv_132:not(#\9), .awsui_mobile-toggle-type-drawer_19d8l_fbpwv_132:not(#\9) {
133
- border-left: 1px solid var(--color-border-layout-py7xy0, #d5dbdb);
133
+ .awsui_mobile-toggle-type-tools_19d8l_kvrwu_133:not(#\9), .awsui_mobile-toggle-type-drawer_19d8l_kvrwu_133:not(#\9) {
134
+ border-inline-start: 1px solid var(--color-border-layout-py7xy0, #d5dbdb);
134
135
  }
135
- .awsui_mobile-toggle_19d8l_fbpwv_121:not(#\9):hover {
136
+ .awsui_mobile-toggle_19d8l_kvrwu_121:not(#\9):hover {
136
137
  background: var(--color-background-layout-panel-hover-58t7r5, #eaeded);
137
138
  }
138
139
 
139
- .awsui_drawers-container_19d8l_fbpwv_139:not(#\9) {
140
+ .awsui_drawers-container_19d8l_kvrwu_140:not(#\9) {
140
141
  display: flex;
141
142
  align-items: stretch;
142
143
  }
@@ -2,13 +2,13 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "block-body-scroll": "awsui_block-body-scroll_19d8l_fbpwv_97",
6
- "mobile-bar": "awsui_mobile-bar_19d8l_fbpwv_101",
7
- "mobile-bar-breadcrumbs": "awsui_mobile-bar-breadcrumbs_19d8l_fbpwv_114",
8
- "mobile-toggle": "awsui_mobile-toggle_19d8l_fbpwv_121",
9
- "mobile-toggle-type-navigation": "awsui_mobile-toggle-type-navigation_19d8l_fbpwv_129",
10
- "mobile-toggle-type-tools": "awsui_mobile-toggle-type-tools_19d8l_fbpwv_132",
11
- "mobile-toggle-type-drawer": "awsui_mobile-toggle-type-drawer_19d8l_fbpwv_132",
12
- "drawers-container": "awsui_drawers-container_19d8l_fbpwv_139"
5
+ "block-body-scroll": "awsui_block-body-scroll_19d8l_kvrwu_97",
6
+ "mobile-bar": "awsui_mobile-bar_19d8l_kvrwu_101",
7
+ "mobile-bar-breadcrumbs": "awsui_mobile-bar-breadcrumbs_19d8l_kvrwu_114",
8
+ "mobile-toggle": "awsui_mobile-toggle_19d8l_kvrwu_121",
9
+ "mobile-toggle-type-navigation": "awsui_mobile-toggle-type-navigation_19d8l_kvrwu_130",
10
+ "mobile-toggle-type-tools": "awsui_mobile-toggle-type-tools_19d8l_kvrwu_133",
11
+ "mobile-toggle-type-drawer": "awsui_mobile-toggle-type-drawer_19d8l_kvrwu_133",
12
+ "drawers-container": "awsui_drawers-container_19d8l_kvrwu_140"
13
13
  };
14
14
 
@@ -1,8 +1,8 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "notifications": "awsui_notifications_1hmm4_jljy6_9",
5
- "notifications-sticky": "awsui_notifications-sticky_1hmm4_jljy6_10",
6
- "no-content-paddings": "awsui_no-content-paddings_1hmm4_jljy6_25"
4
+ "notifications": "awsui_notifications_1hmm4_1rec0_9",
5
+ "notifications-sticky": "awsui_notifications-sticky_1hmm4_1rec0_10",
6
+ "no-content-paddings": "awsui_no-content-paddings_1hmm4_1rec0_25"
7
7
  };
8
8