@cloudscape-design/components 3.0.18 → 3.0.21

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 (120) hide show
  1. package/annotation-context/annotation/styles.css.js +24 -24
  2. package/annotation-context/annotation/styles.scoped.css +30 -30
  3. package/annotation-context/annotation/styles.selectors.js +24 -24
  4. package/app-layout/toggles/styles.css.js +3 -3
  5. package/app-layout/toggles/styles.scoped.css +12 -12
  6. package/app-layout/toggles/styles.selectors.js +3 -3
  7. package/app-layout/visual-refresh/styles.css.js +59 -59
  8. package/app-layout/visual-refresh/styles.scoped.css +152 -152
  9. package/app-layout/visual-refresh/styles.selectors.js +59 -59
  10. package/breadcrumb-group/item/styles.css.js +7 -7
  11. package/breadcrumb-group/item/styles.scoped.css +16 -16
  12. package/breadcrumb-group/item/styles.selectors.js +7 -7
  13. package/button/styles.css.js +18 -18
  14. package/button/styles.scoped.css +163 -163
  15. package/button/styles.selectors.js +18 -18
  16. package/checkbox/styles.css.js +3 -3
  17. package/checkbox/styles.scoped.css +7 -7
  18. package/checkbox/styles.selectors.js +3 -3
  19. package/code-editor/styles.css.js +33 -33
  20. package/code-editor/styles.scoped.css +115 -115
  21. package/code-editor/styles.selectors.js +33 -33
  22. package/date-picker/styles.css.js +24 -24
  23. package/date-picker/styles.scoped.css +42 -42
  24. package/date-picker/styles.selectors.js +24 -24
  25. package/date-range-picker/calendar/grids/day/styles.css.js +21 -21
  26. package/date-range-picker/calendar/grids/day/styles.scoped.css +40 -40
  27. package/date-range-picker/calendar/grids/day/styles.selectors.js +21 -21
  28. package/expandable-section/styles.css.js +20 -20
  29. package/expandable-section/styles.scoped.css +42 -42
  30. package/expandable-section/styles.selectors.js +20 -20
  31. package/help-panel/styles.css.js +4 -4
  32. package/help-panel/styles.scoped.css +59 -59
  33. package/help-panel/styles.selectors.js +4 -4
  34. package/input/styles.css.js +13 -13
  35. package/input/styles.scoped.css +35 -35
  36. package/input/styles.selectors.js +13 -13
  37. package/internal/base-component/styles.scoped.css +6 -4
  38. package/internal/components/button-trigger/styles.css.js +9 -9
  39. package/internal/components/button-trigger/styles.scoped.css +26 -26
  40. package/internal/components/button-trigger/styles.selectors.js +9 -9
  41. package/internal/components/chart-legend/styles.css.js +7 -7
  42. package/internal/components/chart-legend/styles.scoped.css +16 -16
  43. package/internal/components/chart-legend/styles.selectors.js +7 -7
  44. package/internal/components/filtering-token/styles.css.js +7 -7
  45. package/internal/components/filtering-token/styles.scoped.css +15 -15
  46. package/internal/components/filtering-token/styles.selectors.js +7 -7
  47. package/internal/components/menu-dropdown/styles.css.js +7 -7
  48. package/internal/components/menu-dropdown/styles.scoped.css +14 -14
  49. package/internal/components/menu-dropdown/styles.selectors.js +7 -7
  50. package/internal/environment.js +1 -1
  51. package/internal/generated/theming/index.cjs +21 -15
  52. package/internal/generated/theming/index.js +21 -15
  53. package/link/styles.css.js +18 -18
  54. package/link/styles.scoped.css +70 -70
  55. package/link/styles.selectors.js +18 -18
  56. package/package.json +1 -1
  57. package/pagination/styles.css.js +9 -9
  58. package/pagination/styles.scoped.css +24 -24
  59. package/pagination/styles.selectors.js +9 -9
  60. package/popover/styles.css.js +48 -48
  61. package/popover/styles.scoped.css +63 -63
  62. package/popover/styles.selectors.js +48 -48
  63. package/property-filter/controller.d.ts +1 -1
  64. package/property-filter/controller.d.ts.map +1 -1
  65. package/property-filter/controller.js +16 -26
  66. package/property-filter/controller.js.map +1 -1
  67. package/property-filter/interfaces.d.ts +1 -1
  68. package/property-filter/interfaces.js.map +1 -1
  69. package/property-filter/utils.d.ts +7 -0
  70. package/property-filter/utils.d.ts.map +1 -0
  71. package/property-filter/utils.js +62 -0
  72. package/property-filter/utils.js.map +1 -0
  73. package/radio-group/styles.css.js +9 -9
  74. package/radio-group/styles.scoped.css +17 -17
  75. package/radio-group/styles.selectors.js +9 -9
  76. package/segmented-control/styles.css.js +14 -14
  77. package/segmented-control/styles.scoped.css +34 -34
  78. package/segmented-control/styles.selectors.js +14 -14
  79. package/side-navigation/styles.css.js +22 -22
  80. package/side-navigation/styles.scoped.css +33 -33
  81. package/side-navigation/styles.selectors.js +22 -22
  82. package/split-panel/styles.css.js +58 -58
  83. package/split-panel/styles.scoped.css +81 -81
  84. package/split-panel/styles.selectors.js +58 -58
  85. package/table/header-cell/styles.css.js +14 -14
  86. package/table/header-cell/styles.scoped.css +26 -26
  87. package/table/header-cell/styles.selectors.js +14 -14
  88. package/tabs/styles.css.js +21 -21
  89. package/tabs/styles.scoped.css +38 -38
  90. package/tabs/styles.selectors.js +21 -21
  91. package/tag-editor/styles.css.js +3 -3
  92. package/tag-editor/styles.scoped.css +11 -11
  93. package/tag-editor/styles.selectors.js +3 -3
  94. package/text-content/styles.css.js +1 -1
  95. package/text-content/styles.scoped.css +61 -61
  96. package/text-content/styles.selectors.js +1 -1
  97. package/textarea/styles.css.js +4 -4
  98. package/textarea/styles.scoped.css +14 -14
  99. package/textarea/styles.selectors.js +4 -4
  100. package/tiles/styles.css.js +28 -28
  101. package/tiles/styles.scoped.css +69 -69
  102. package/tiles/styles.selectors.js +28 -28
  103. package/toggle/styles.css.js +8 -8
  104. package/toggle/styles.scoped.css +15 -15
  105. package/toggle/styles.selectors.js +8 -8
  106. package/token-group/styles.css.js +7 -7
  107. package/token-group/styles.scoped.css +25 -25
  108. package/token-group/styles.selectors.js +7 -7
  109. package/top-navigation/1.0-beta/styles.css.js +25 -25
  110. package/top-navigation/1.0-beta/styles.scoped.css +43 -43
  111. package/top-navigation/1.0-beta/styles.selectors.js +25 -25
  112. package/top-navigation/styles.css.js +47 -47
  113. package/top-navigation/styles.scoped.css +68 -68
  114. package/top-navigation/styles.selectors.js +47 -47
  115. package/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  116. package/tutorial-panel/components/tutorial-list/styles.scoped.css +29 -29
  117. package/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  118. package/wizard/styles.css.js +31 -31
  119. package/wizard/styles.scoped.css +59 -59
  120. package/wizard/styles.selectors.js +31 -31
@@ -1,29 +1,29 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "arrow": "awsui_arrow_1hpp3_1lxxm_93",
5
- "arrow-outer": "awsui_arrow-outer_1hpp3_1lxxm_97",
6
- "arrow-inner": "awsui_arrow-inner_1hpp3_1lxxm_97",
7
- "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_1lxxm_128",
8
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_1lxxm_128",
9
- "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_1lxxm_131",
10
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_1lxxm_131",
11
- "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_1lxxm_134",
12
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_1lxxm_134",
13
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_1lxxm_137",
14
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_1lxxm_137",
15
- "annotation": "awsui_annotation_1hpp3_1lxxm_145",
16
- "next-button": "awsui_next-button_1hpp3_1lxxm_146",
17
- "previous-button": "awsui_previous-button_1hpp3_1lxxm_147",
18
- "finish-button": "awsui_finish-button_1hpp3_1lxxm_148",
19
- "header": "awsui_header_1hpp3_1lxxm_149",
20
- "step-counter-content": "awsui_step-counter-content_1hpp3_1lxxm_150",
21
- "content": "awsui_content_1hpp3_1lxxm_151",
22
- "description": "awsui_description_1hpp3_1lxxm_155",
23
- "actionBar": "awsui_actionBar_1hpp3_1lxxm_160",
24
- "stepCounter": "awsui_stepCounter_1hpp3_1lxxm_167",
25
- "divider": "awsui_divider_1hpp3_1lxxm_171",
26
- "hotspot": "awsui_hotspot_1hpp3_1lxxm_175",
27
- "icon": "awsui_icon_1hpp3_1lxxm_213"
4
+ "arrow": "awsui_arrow_1hpp3_o51ma_93",
5
+ "arrow-outer": "awsui_arrow-outer_1hpp3_o51ma_97",
6
+ "arrow-inner": "awsui_arrow-inner_1hpp3_o51ma_97",
7
+ "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_o51ma_128",
8
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_o51ma_128",
9
+ "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_o51ma_131",
10
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_o51ma_131",
11
+ "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_o51ma_134",
12
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_o51ma_134",
13
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_o51ma_137",
14
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_o51ma_137",
15
+ "annotation": "awsui_annotation_1hpp3_o51ma_145",
16
+ "next-button": "awsui_next-button_1hpp3_o51ma_146",
17
+ "previous-button": "awsui_previous-button_1hpp3_o51ma_147",
18
+ "finish-button": "awsui_finish-button_1hpp3_o51ma_148",
19
+ "header": "awsui_header_1hpp3_o51ma_149",
20
+ "step-counter-content": "awsui_step-counter-content_1hpp3_o51ma_150",
21
+ "content": "awsui_content_1hpp3_o51ma_151",
22
+ "description": "awsui_description_1hpp3_o51ma_155",
23
+ "actionBar": "awsui_actionBar_1hpp3_o51ma_160",
24
+ "stepCounter": "awsui_stepCounter_1hpp3_o51ma_167",
25
+ "divider": "awsui_divider_1hpp3_o51ma_171",
26
+ "hotspot": "awsui_hotspot_1hpp3_o51ma_175",
27
+ "icon": "awsui_icon_1hpp3_o51ma_213"
28
28
  };
29
29
 
@@ -90,11 +90,11 @@ 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_1lxxm_93:not(#\9) {
93
+ .awsui_arrow_1hpp3_o51ma_93:not(#\9) {
94
94
  width: 20px;
95
95
  height: 10px;
96
96
  }
97
- .awsui_arrow-outer_1hpp3_1lxxm_97:not(#\9), .awsui_arrow-inner_1hpp3_1lxxm_97:not(#\9) {
97
+ .awsui_arrow-outer_1hpp3_o51ma_97:not(#\9), .awsui_arrow-inner_1hpp3_o51ma_97:not(#\9) {
98
98
  position: absolute;
99
99
  overflow: hidden;
100
100
  width: 20px;
@@ -102,7 +102,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
102
102
  top: 0;
103
103
  left: 0;
104
104
  }
105
- .awsui_arrow-outer_1hpp3_1lxxm_97:not(#\9)::after, .awsui_arrow-inner_1hpp3_1lxxm_97:not(#\9)::after {
105
+ .awsui_arrow-outer_1hpp3_o51ma_97:not(#\9)::after, .awsui_arrow-inner_1hpp3_o51ma_97:not(#\9)::after {
106
106
  content: "";
107
107
  box-sizing: border-box;
108
108
  display: inline-block;
@@ -115,31 +115,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
115
115
  transform: rotate(45deg);
116
116
  transform-origin: 0 100%;
117
117
  }
118
- .awsui_arrow-outer_1hpp3_1lxxm_97:not(#\9)::after {
118
+ .awsui_arrow-outer_1hpp3_o51ma_97:not(#\9)::after {
119
119
  background-color: #0972d3;
120
120
  background-color: var(--color-border-status-info-546i7i, #0972d3);
121
121
  }
122
- .awsui_arrow-inner_1hpp3_1lxxm_97:not(#\9) {
122
+ .awsui_arrow-inner_1hpp3_o51ma_97:not(#\9) {
123
123
  top: 2px;
124
124
  }
125
- .awsui_arrow-inner_1hpp3_1lxxm_97:not(#\9)::after {
125
+ .awsui_arrow-inner_1hpp3_o51ma_97:not(#\9)::after {
126
126
  border-radius: 1px 0 0 0;
127
127
  background-color: #f2f8fd;
128
128
  background-color: var(--color-background-status-info-usb30e, #f2f8fd);
129
129
  }
130
- .awsui_arrow-position-right-top_1hpp3_1lxxm_128 > .awsui_arrow-outer_1hpp3_1lxxm_97:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_1lxxm_128 > .awsui_arrow-outer_1hpp3_1lxxm_97:not(#\9)::after {
130
+ .awsui_arrow-position-right-top_1hpp3_o51ma_128 > .awsui_arrow-outer_1hpp3_o51ma_97:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_o51ma_128 > .awsui_arrow-outer_1hpp3_o51ma_97:not(#\9)::after {
131
131
  box-shadow: -0.71px 0.71px 4px -2px rgba(0, 7, 22, 0.12);
132
132
  box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
133
133
  }
134
- .awsui_arrow-position-left-top_1hpp3_1lxxm_131 > .awsui_arrow-outer_1hpp3_1lxxm_97:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_1lxxm_131 > .awsui_arrow-outer_1hpp3_1lxxm_97:not(#\9)::after {
134
+ .awsui_arrow-position-left-top_1hpp3_o51ma_131 > .awsui_arrow-outer_1hpp3_o51ma_97:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_o51ma_131 > .awsui_arrow-outer_1hpp3_o51ma_97:not(#\9)::after {
135
135
  box-shadow: 0.71px -0.71px 4px -2px rgba(0, 7, 22, 0.12);
136
136
  box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
137
137
  }
138
- .awsui_arrow-position-top-center_1hpp3_1lxxm_134 > .awsui_arrow-outer_1hpp3_1lxxm_97:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_1lxxm_134 > .awsui_arrow-outer_1hpp3_1lxxm_97:not(#\9)::after {
138
+ .awsui_arrow-position-top-center_1hpp3_o51ma_134 > .awsui_arrow-outer_1hpp3_o51ma_97:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_o51ma_134 > .awsui_arrow-outer_1hpp3_o51ma_97:not(#\9)::after {
139
139
  box-shadow: -0.71px -0.71px 4px -2px rgba(0, 7, 22, 0.12);
140
140
  box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
141
141
  }
142
- .awsui_arrow-position-bottom-center_1hpp3_1lxxm_137 > .awsui_arrow-outer_1hpp3_1lxxm_97:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_1lxxm_137 > .awsui_arrow-outer_1hpp3_1lxxm_97:not(#\9)::after {
142
+ .awsui_arrow-position-bottom-center_1hpp3_o51ma_137 > .awsui_arrow-outer_1hpp3_o51ma_97:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_o51ma_137 > .awsui_arrow-outer_1hpp3_o51ma_97:not(#\9)::after {
143
143
  box-shadow: 0.71px 0.71px 4px -2px rgba(0, 7, 22, 0.12);
144
144
  box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
145
145
  }
@@ -148,39 +148,39 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
148
148
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
149
149
  SPDX-License-Identifier: Apache-2.0
150
150
  */
151
- .awsui_annotation_1hpp3_1lxxm_145:not(#\9),
152
- .awsui_next-button_1hpp3_1lxxm_146:not(#\9),
153
- .awsui_previous-button_1hpp3_1lxxm_147:not(#\9),
154
- .awsui_finish-button_1hpp3_1lxxm_148:not(#\9),
155
- .awsui_header_1hpp3_1lxxm_149:not(#\9),
156
- .awsui_step-counter-content_1hpp3_1lxxm_150:not(#\9),
157
- .awsui_content_1hpp3_1lxxm_151:not(#\9) {
151
+ .awsui_annotation_1hpp3_o51ma_145:not(#\9),
152
+ .awsui_next-button_1hpp3_o51ma_146:not(#\9),
153
+ .awsui_previous-button_1hpp3_o51ma_147:not(#\9),
154
+ .awsui_finish-button_1hpp3_o51ma_148:not(#\9),
155
+ .awsui_header_1hpp3_o51ma_149:not(#\9),
156
+ .awsui_step-counter-content_1hpp3_o51ma_150:not(#\9),
157
+ .awsui_content_1hpp3_o51ma_151:not(#\9) {
158
158
  /* used in test-utils */
159
159
  }
160
160
 
161
- .awsui_description_1hpp3_1lxxm_155:not(#\9) {
161
+ .awsui_description_1hpp3_o51ma_155:not(#\9) {
162
162
  overflow: hidden;
163
163
  margin-top: 4px;
164
164
  margin-top: var(--space-xxs-ynfts5, 4px);
165
165
  }
166
166
 
167
- .awsui_actionBar_1hpp3_1lxxm_160:not(#\9) {
167
+ .awsui_actionBar_1hpp3_o51ma_160:not(#\9) {
168
168
  display: flex;
169
169
  justify-content: space-between;
170
170
  align-items: center;
171
171
  position: relative;
172
172
  }
173
173
 
174
- .awsui_stepCounter_1hpp3_1lxxm_167:not(#\9) {
174
+ .awsui_stepCounter_1hpp3_o51ma_167:not(#\9) {
175
175
  margin-right: 20px;
176
176
  }
177
177
 
178
- .awsui_divider_1hpp3_1lxxm_171:not(#\9) {
178
+ .awsui_divider_1hpp3_o51ma_171:not(#\9) {
179
179
  border-bottom: 2px solid #e9ebed;
180
180
  border-bottom: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
181
181
  }
182
182
 
183
- .awsui_hotspot_1hpp3_1lxxm_175:not(#\9) {
183
+ .awsui_hotspot_1hpp3_o51ma_175:not(#\9) {
184
184
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
185
185
  border-collapse: separate;
186
186
  border-spacing: 0;
@@ -228,17 +228,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
228
228
  width: 16px;
229
229
  height: 16px;
230
230
  }
231
- .awsui_hotspot_1hpp3_1lxxm_175:not(#\9):focus {
231
+ .awsui_hotspot_1hpp3_o51ma_175:not(#\9):focus {
232
232
  outline: none;
233
233
  }
234
- .awsui_hotspot_1hpp3_1lxxm_175[data-awsui-focus-visible=true]:not(#\9):focus {
234
+ .awsui_hotspot_1hpp3_o51ma_175[data-awsui-focus-visible=true]:not(#\9):focus {
235
235
  position: relative;
236
236
  }
237
- .awsui_hotspot_1hpp3_1lxxm_175[data-awsui-focus-visible=true]:not(#\9):focus {
237
+ .awsui_hotspot_1hpp3_o51ma_175[data-awsui-focus-visible=true]:not(#\9):focus {
238
238
  outline: 2px dotted transparent;
239
239
  outline-offset: calc(2px - 1px);
240
240
  }
241
- .awsui_hotspot_1hpp3_1lxxm_175[data-awsui-focus-visible=true]:not(#\9):focus::before {
241
+ .awsui_hotspot_1hpp3_o51ma_175[data-awsui-focus-visible=true]:not(#\9):focus::before {
242
242
  content: " ";
243
243
  display: block;
244
244
  position: absolute;
@@ -247,20 +247,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
247
247
  width: calc(100% + 2 * 2px);
248
248
  height: calc(100% + 2 * 2px);
249
249
  border-radius: 4px;
250
- border-radius: var(--border-radius-control-focus-ring-circle-48k0xl, 4px);
250
+ border-radius: var(--border-radius-control-circular-focus-ring-qawzn7, 4px);
251
251
  box-shadow: 0 0 0 2px #0972d3;
252
252
  box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
253
253
  }
254
- .awsui_hotspot_1hpp3_1lxxm_175 > .awsui_icon_1hpp3_1lxxm_213:not(#\9) {
254
+ .awsui_hotspot_1hpp3_o51ma_175 > .awsui_icon_1hpp3_o51ma_213:not(#\9) {
255
255
  position: relative;
256
256
  stroke: #0972d3;
257
257
  stroke: var(--color-text-link-default-5f186r, #0972d3);
258
258
  }
259
- .awsui_hotspot_1hpp3_1lxxm_175:not(#\9):hover > .awsui_icon_1hpp3_1lxxm_213 {
259
+ .awsui_hotspot_1hpp3_o51ma_175:not(#\9):hover > .awsui_icon_1hpp3_o51ma_213 {
260
260
  stroke: #033160;
261
261
  stroke: var(--color-text-link-hover-kololx, #033160);
262
262
  }
263
- .awsui_hotspot_1hpp3_1lxxm_175:not(#\9):active > .awsui_icon_1hpp3_1lxxm_213 {
263
+ .awsui_hotspot_1hpp3_o51ma_175:not(#\9):active > .awsui_icon_1hpp3_o51ma_213 {
264
264
  stroke: #0972d3;
265
265
  stroke: var(--color-text-link-default-5f186r, #0972d3);
266
266
  }
@@ -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_1lxxm_93",
6
- "arrow-outer": "awsui_arrow-outer_1hpp3_1lxxm_97",
7
- "arrow-inner": "awsui_arrow-inner_1hpp3_1lxxm_97",
8
- "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_1lxxm_128",
9
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_1lxxm_128",
10
- "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_1lxxm_131",
11
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_1lxxm_131",
12
- "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_1lxxm_134",
13
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_1lxxm_134",
14
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_1lxxm_137",
15
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_1lxxm_137",
16
- "annotation": "awsui_annotation_1hpp3_1lxxm_145",
17
- "next-button": "awsui_next-button_1hpp3_1lxxm_146",
18
- "previous-button": "awsui_previous-button_1hpp3_1lxxm_147",
19
- "finish-button": "awsui_finish-button_1hpp3_1lxxm_148",
20
- "header": "awsui_header_1hpp3_1lxxm_149",
21
- "step-counter-content": "awsui_step-counter-content_1hpp3_1lxxm_150",
22
- "content": "awsui_content_1hpp3_1lxxm_151",
23
- "description": "awsui_description_1hpp3_1lxxm_155",
24
- "actionBar": "awsui_actionBar_1hpp3_1lxxm_160",
25
- "stepCounter": "awsui_stepCounter_1hpp3_1lxxm_167",
26
- "divider": "awsui_divider_1hpp3_1lxxm_171",
27
- "hotspot": "awsui_hotspot_1hpp3_1lxxm_175",
28
- "icon": "awsui_icon_1hpp3_1lxxm_213"
5
+ "arrow": "awsui_arrow_1hpp3_o51ma_93",
6
+ "arrow-outer": "awsui_arrow-outer_1hpp3_o51ma_97",
7
+ "arrow-inner": "awsui_arrow-inner_1hpp3_o51ma_97",
8
+ "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_o51ma_128",
9
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_o51ma_128",
10
+ "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_o51ma_131",
11
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_o51ma_131",
12
+ "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_o51ma_134",
13
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_o51ma_134",
14
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_o51ma_137",
15
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_o51ma_137",
16
+ "annotation": "awsui_annotation_1hpp3_o51ma_145",
17
+ "next-button": "awsui_next-button_1hpp3_o51ma_146",
18
+ "previous-button": "awsui_previous-button_1hpp3_o51ma_147",
19
+ "finish-button": "awsui_finish-button_1hpp3_o51ma_148",
20
+ "header": "awsui_header_1hpp3_o51ma_149",
21
+ "step-counter-content": "awsui_step-counter-content_1hpp3_o51ma_150",
22
+ "content": "awsui_content_1hpp3_o51ma_151",
23
+ "description": "awsui_description_1hpp3_o51ma_155",
24
+ "actionBar": "awsui_actionBar_1hpp3_o51ma_160",
25
+ "stepCounter": "awsui_stepCounter_1hpp3_o51ma_167",
26
+ "divider": "awsui_divider_1hpp3_o51ma_171",
27
+ "hotspot": "awsui_hotspot_1hpp3_o51ma_175",
28
+ "icon": "awsui_icon_1hpp3_o51ma_213"
29
29
  };
30
30
 
@@ -1,8 +1,8 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "close-button": "awsui_close-button_16w0h_86y5e_93",
5
- "circular-toggle": "awsui_circular-toggle_16w0h_86y5e_101",
6
- "circular-toggle-selected": "awsui_circular-toggle-selected_16w0h_86y5e_139"
4
+ "close-button": "awsui_close-button_16w0h_kzvce_93",
5
+ "circular-toggle": "awsui_circular-toggle_16w0h_kzvce_101",
6
+ "circular-toggle-selected": "awsui_circular-toggle-selected_16w0h_kzvce_139"
7
7
  };
8
8
 
@@ -90,7 +90,7 @@ 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_close-button_16w0h_86y5e_93:not(#\9) {
93
+ .awsui_close-button_16w0h_kzvce_93:not(#\9) {
94
94
  position: absolute;
95
95
  outline: none;
96
96
  right: 16px;
@@ -100,7 +100,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
100
100
  z-index: 1;
101
101
  }
102
102
 
103
- .awsui_circular-toggle_16w0h_86y5e_101:not(#\9) {
103
+ .awsui_circular-toggle_16w0h_kzvce_101:not(#\9) {
104
104
  cursor: pointer;
105
105
  border-radius: 50%;
106
106
  border: none;
@@ -117,17 +117,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
117
117
  box-shadow: 0px 6px 12px 1px rgba(0, 7, 22, 0.12);
118
118
  box-shadow: var(--shadow-panel-toggle-3fk0ch, 0px 6px 12px 1px rgba(0, 7, 22, 0.12));
119
119
  }
120
- .awsui_circular-toggle_16w0h_86y5e_101:not(#\9):focus {
120
+ .awsui_circular-toggle_16w0h_kzvce_101:not(#\9):focus {
121
121
  outline: none;
122
122
  }
123
- .awsui_circular-toggle_16w0h_86y5e_101[data-awsui-focus-visible=true]:not(#\9):focus {
123
+ .awsui_circular-toggle_16w0h_kzvce_101[data-awsui-focus-visible=true]:not(#\9):focus {
124
124
  position: relative;
125
125
  }
126
- .awsui_circular-toggle_16w0h_86y5e_101[data-awsui-focus-visible=true]:not(#\9):focus {
126
+ .awsui_circular-toggle_16w0h_kzvce_101[data-awsui-focus-visible=true]:not(#\9):focus {
127
127
  outline: 2px dotted transparent;
128
128
  outline-offset: calc(3px - 1px);
129
129
  }
130
- .awsui_circular-toggle_16w0h_86y5e_101[data-awsui-focus-visible=true]:not(#\9):focus::before {
130
+ .awsui_circular-toggle_16w0h_kzvce_101[data-awsui-focus-visible=true]:not(#\9):focus::before {
131
131
  content: " ";
132
132
  display: block;
133
133
  position: absolute;
@@ -136,29 +136,29 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
136
136
  width: calc(100% + 2 * 3px);
137
137
  height: calc(100% + 2 * 3px);
138
138
  border-radius: 4px;
139
- border-radius: var(--border-radius-control-focus-ring-default-jlgxet, 4px);
139
+ border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
140
140
  box-shadow: 0 0 0 2px #0972d3;
141
141
  box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
142
142
  }
143
- .awsui_circular-toggle_16w0h_86y5e_101:not(#\9):hover {
143
+ .awsui_circular-toggle_16w0h_kzvce_101:not(#\9):hover {
144
144
  background: #354150;
145
145
  background: var(--color-background-layout-toggle-hover-gi0e0b, #354150);
146
146
  }
147
- .awsui_circular-toggle_16w0h_86y5e_101:not(#\9):active {
147
+ .awsui_circular-toggle_16w0h_kzvce_101:not(#\9):active {
148
148
  background: #354150;
149
149
  background: var(--color-background-layout-toggle-active-d15dki, #354150);
150
150
  }
151
- .awsui_circular-toggle-selected_16w0h_86y5e_139:not(#\9) {
151
+ .awsui_circular-toggle-selected_16w0h_kzvce_139:not(#\9) {
152
152
  background: #0972d3;
153
153
  background: var(--color-background-layout-toggle-selected-default-e1giv3, #0972d3);
154
154
  color: #ffffff;
155
155
  color: var(--color-text-layout-toggle-selected-tzwifo, #ffffff);
156
156
  }
157
- .awsui_circular-toggle-selected_16w0h_86y5e_139:not(#\9):hover {
157
+ .awsui_circular-toggle-selected_16w0h_kzvce_139:not(#\9):hover {
158
158
  background: #065299;
159
159
  background: var(--color-background-layout-toggle-selected-hover-mes33s, #065299);
160
160
  }
161
- .awsui_circular-toggle-selected_16w0h_86y5e_139:not(#\9):active {
161
+ .awsui_circular-toggle-selected_16w0h_kzvce_139:not(#\9):active {
162
162
  background: #0972d3;
163
163
  background: var(--color-background-layout-toggle-selected-active-9w7pk3, #0972d3);
164
164
  }
@@ -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
- "close-button": "awsui_close-button_16w0h_86y5e_93",
6
- "circular-toggle": "awsui_circular-toggle_16w0h_86y5e_101",
7
- "circular-toggle-selected": "awsui_circular-toggle-selected_16w0h_86y5e_139"
5
+ "close-button": "awsui_close-button_16w0h_kzvce_93",
6
+ "circular-toggle": "awsui_circular-toggle_16w0h_kzvce_101",
7
+ "circular-toggle-selected": "awsui_circular-toggle-selected_16w0h_kzvce_139"
8
8
  };
9
9
 
@@ -1,64 +1,64 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "appbar": "awsui_appbar_hyvsj_blfh0_93",
5
- "appbar-nav": "awsui_appbar-nav_hyvsj_blfh0_117",
6
- "breadcrumbs": "awsui_breadcrumbs_hyvsj_blfh0_121",
7
- "appbar-tools": "awsui_appbar-tools_hyvsj_blfh0_125",
8
- "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_blfh0_160",
9
- "has-notifications-content": "awsui_has-notifications-content_hyvsj_blfh0_167",
10
- "has-header": "awsui_has-header_hyvsj_blfh0_173",
11
- "has-dynamic-overlap-height": "awsui_has-dynamic-overlap-height_hyvsj_blfh0_173",
12
- "content-type-wizard": "awsui_content-type-wizard_hyvsj_blfh0_174",
13
- "content-type-cards": "awsui_content-type-cards_hyvsj_blfh0_177",
14
- "content-type-table": "awsui_content-type-table_hyvsj_blfh0_178",
15
- "background": "awsui_background_hyvsj_blfh0_213",
16
- "notifications-appbar-header": "awsui_notifications-appbar-header_hyvsj_blfh0_216",
17
- "sticky-notifications": "awsui_sticky-notifications_hyvsj_blfh0_228",
18
- "overlap": "awsui_overlap_hyvsj_blfh0_234",
19
- "content": "awsui_content_hyvsj_blfh0_174",
20
- "layout": "awsui_layout_hyvsj_blfh0_322",
21
- "has-max-content-width": "awsui_has-max-content-width_hyvsj_blfh0_404",
22
- "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_blfh0_431",
23
- "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_blfh0_434",
24
- "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_blfh0_438",
25
- "has-split-panel": "awsui_has-split-panel_hyvsj_blfh0_452",
26
- "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_blfh0_452",
27
- "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_blfh0_464",
28
- "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_blfh0_467",
29
- "block-body-scroll": "awsui_block-body-scroll_hyvsj_blfh0_482",
30
- "container": "awsui_container_hyvsj_blfh0_490",
31
- "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_blfh0_507",
32
- "is-navigation-open": "awsui_is-navigation-open_hyvsj_blfh0_512",
33
- "is-tools-open": "awsui_is-tools-open_hyvsj_blfh0_515",
34
- "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_blfh0_515",
35
- "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_blfh0_515",
36
- "content-type-default": "awsui_content-type-default_hyvsj_blfh0_535",
37
- "content-type-form": "awsui_content-type-form_hyvsj_blfh0_535",
38
- "unfocusable": "awsui_unfocusable_hyvsj_blfh0_576",
39
- "navigation-container": "awsui_navigation-container_hyvsj_blfh0_584",
40
- "show-navigation": "awsui_show-navigation_hyvsj_blfh0_608",
41
- "animating": "awsui_animating_hyvsj_blfh0_630",
42
- "showButtons": "awsui_showButtons_hyvsj_blfh0_1",
43
- "navigation": "awsui_navigation_hyvsj_blfh0_584",
44
- "openNavigation": "awsui_openNavigation_hyvsj_blfh0_1",
45
- "animated-content": "awsui_animated-content_hyvsj_blfh0_690",
46
- "hide-navigation": "awsui_hide-navigation_hyvsj_blfh0_699",
47
- "notifications": "awsui_notifications_hyvsj_blfh0_216",
48
- "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_blfh0_766",
49
- "position-bottom": "awsui_position-bottom_hyvsj_blfh0_801",
50
- "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_blfh0_1",
51
- "split-panel-side": "awsui_split-panel-side_hyvsj_blfh0_830",
52
- "position-side": "awsui_position-side_hyvsj_blfh0_857",
53
- "openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_blfh0_1",
54
- "tools-container": "awsui_tools-container_hyvsj_blfh0_894",
55
- "tools": "awsui_tools_hyvsj_blfh0_894",
56
- "openTools": "awsui_openTools_hyvsj_blfh0_1",
57
- "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_blfh0_977",
58
- "hide-tools": "awsui_hide-tools_hyvsj_blfh0_987",
59
- "show-tools": "awsui_show-tools_hyvsj_blfh0_999",
60
- "has-tools-form": "awsui_has-tools-form_hyvsj_blfh0_977",
61
- "trigger": "awsui_trigger_hyvsj_blfh0_1056",
62
- "selected": "awsui_selected_hyvsj_blfh0_1094"
4
+ "appbar": "awsui_appbar_hyvsj_1cvzy_93",
5
+ "appbar-nav": "awsui_appbar-nav_hyvsj_1cvzy_117",
6
+ "breadcrumbs": "awsui_breadcrumbs_hyvsj_1cvzy_121",
7
+ "appbar-tools": "awsui_appbar-tools_hyvsj_1cvzy_125",
8
+ "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1cvzy_160",
9
+ "has-notifications-content": "awsui_has-notifications-content_hyvsj_1cvzy_167",
10
+ "has-header": "awsui_has-header_hyvsj_1cvzy_173",
11
+ "has-dynamic-overlap-height": "awsui_has-dynamic-overlap-height_hyvsj_1cvzy_173",
12
+ "content-type-wizard": "awsui_content-type-wizard_hyvsj_1cvzy_174",
13
+ "content-type-cards": "awsui_content-type-cards_hyvsj_1cvzy_177",
14
+ "content-type-table": "awsui_content-type-table_hyvsj_1cvzy_178",
15
+ "background": "awsui_background_hyvsj_1cvzy_213",
16
+ "notifications-appbar-header": "awsui_notifications-appbar-header_hyvsj_1cvzy_216",
17
+ "sticky-notifications": "awsui_sticky-notifications_hyvsj_1cvzy_228",
18
+ "overlap": "awsui_overlap_hyvsj_1cvzy_234",
19
+ "content": "awsui_content_hyvsj_1cvzy_174",
20
+ "layout": "awsui_layout_hyvsj_1cvzy_322",
21
+ "has-max-content-width": "awsui_has-max-content-width_hyvsj_1cvzy_404",
22
+ "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1cvzy_431",
23
+ "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1cvzy_434",
24
+ "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_1cvzy_438",
25
+ "has-split-panel": "awsui_has-split-panel_hyvsj_1cvzy_452",
26
+ "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1cvzy_452",
27
+ "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1cvzy_464",
28
+ "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1cvzy_467",
29
+ "block-body-scroll": "awsui_block-body-scroll_hyvsj_1cvzy_482",
30
+ "container": "awsui_container_hyvsj_1cvzy_490",
31
+ "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1cvzy_507",
32
+ "is-navigation-open": "awsui_is-navigation-open_hyvsj_1cvzy_512",
33
+ "is-tools-open": "awsui_is-tools-open_hyvsj_1cvzy_515",
34
+ "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1cvzy_515",
35
+ "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1cvzy_515",
36
+ "content-type-default": "awsui_content-type-default_hyvsj_1cvzy_535",
37
+ "content-type-form": "awsui_content-type-form_hyvsj_1cvzy_535",
38
+ "unfocusable": "awsui_unfocusable_hyvsj_1cvzy_576",
39
+ "navigation-container": "awsui_navigation-container_hyvsj_1cvzy_584",
40
+ "show-navigation": "awsui_show-navigation_hyvsj_1cvzy_608",
41
+ "animating": "awsui_animating_hyvsj_1cvzy_630",
42
+ "showButtons": "awsui_showButtons_hyvsj_1cvzy_1",
43
+ "navigation": "awsui_navigation_hyvsj_1cvzy_584",
44
+ "openNavigation": "awsui_openNavigation_hyvsj_1cvzy_1",
45
+ "animated-content": "awsui_animated-content_hyvsj_1cvzy_690",
46
+ "hide-navigation": "awsui_hide-navigation_hyvsj_1cvzy_699",
47
+ "notifications": "awsui_notifications_hyvsj_1cvzy_216",
48
+ "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1cvzy_766",
49
+ "position-bottom": "awsui_position-bottom_hyvsj_1cvzy_801",
50
+ "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1cvzy_1",
51
+ "split-panel-side": "awsui_split-panel-side_hyvsj_1cvzy_830",
52
+ "position-side": "awsui_position-side_hyvsj_1cvzy_857",
53
+ "openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_1cvzy_1",
54
+ "tools-container": "awsui_tools-container_hyvsj_1cvzy_894",
55
+ "tools": "awsui_tools_hyvsj_1cvzy_894",
56
+ "openTools": "awsui_openTools_hyvsj_1cvzy_1",
57
+ "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1cvzy_977",
58
+ "hide-tools": "awsui_hide-tools_hyvsj_1cvzy_987",
59
+ "show-tools": "awsui_show-tools_hyvsj_1cvzy_999",
60
+ "has-tools-form": "awsui_has-tools-form_hyvsj_1cvzy_977",
61
+ "trigger": "awsui_trigger_hyvsj_1cvzy_1056",
62
+ "selected": "awsui_selected_hyvsj_1cvzy_1094"
63
63
  };
64
64