@cloudscape-design/components 3.0.151 → 3.0.152

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 (72) hide show
  1. package/box/styles.css.js +189 -189
  2. package/box/styles.scoped.css +239 -233
  3. package/box/styles.selectors.js +189 -189
  4. package/button/styles.css.js +18 -18
  5. package/button/styles.scoped.css +140 -138
  6. package/button/styles.selectors.js +18 -18
  7. package/cards/styles.css.js +37 -37
  8. package/cards/styles.scoped.css +46 -44
  9. package/cards/styles.selectors.js +37 -37
  10. package/expandable-section/styles.css.js +21 -21
  11. package/expandable-section/styles.scoped.css +44 -42
  12. package/expandable-section/styles.selectors.js +21 -21
  13. package/header/internal.d.ts.map +1 -1
  14. package/header/internal.js +1 -1
  15. package/header/internal.js.map +1 -1
  16. package/header/styles.css.js +44 -40
  17. package/header/styles.scoped.css +74 -52
  18. package/header/styles.selectors.js +44 -40
  19. package/help-panel/styles.css.js +4 -4
  20. package/help-panel/styles.scoped.css +72 -58
  21. package/help-panel/styles.selectors.js +4 -4
  22. package/internal/base-component/styles.scoped.css +2 -0
  23. package/internal/components/menu-dropdown/styles.css.js +7 -7
  24. package/internal/components/menu-dropdown/styles.scoped.css +16 -14
  25. package/internal/components/menu-dropdown/styles.selectors.js +7 -7
  26. package/internal/environment.js +1 -1
  27. package/internal/generated/theming/index.cjs +6 -0
  28. package/internal/generated/theming/index.js +6 -0
  29. package/internal/manifest.json +1 -1
  30. package/link/styles.css.js +20 -20
  31. package/link/styles.scoped.css +75 -71
  32. package/link/styles.selectors.js +20 -20
  33. package/package.json +1 -1
  34. package/pagination/styles.css.js +9 -9
  35. package/pagination/styles.scoped.css +25 -23
  36. package/pagination/styles.selectors.js +9 -9
  37. package/pie-chart/styles.css.js +27 -27
  38. package/pie-chart/styles.scoped.css +45 -43
  39. package/pie-chart/styles.selectors.js +27 -27
  40. package/popover/styles.css.js +50 -50
  41. package/popover/styles.scoped.css +67 -63
  42. package/popover/styles.selectors.js +50 -50
  43. package/progress-bar/styles.css.js +18 -18
  44. package/progress-bar/styles.scoped.css +34 -32
  45. package/progress-bar/styles.selectors.js +18 -18
  46. package/segmented-control/styles.css.js +14 -14
  47. package/segmented-control/styles.scoped.css +37 -35
  48. package/segmented-control/styles.selectors.js +14 -14
  49. package/side-navigation/styles.css.js +22 -22
  50. package/side-navigation/styles.scoped.css +36 -32
  51. package/side-navigation/styles.selectors.js +22 -22
  52. package/split-panel/styles.css.js +59 -59
  53. package/split-panel/styles.scoped.css +83 -81
  54. package/split-panel/styles.selectors.js +59 -59
  55. package/table/header-cell/styles.css.js +18 -18
  56. package/table/header-cell/styles.scoped.css +32 -30
  57. package/table/header-cell/styles.selectors.js +18 -18
  58. package/tabs/styles.css.js +21 -21
  59. package/tabs/styles.scoped.css +40 -38
  60. package/tabs/styles.selectors.js +21 -21
  61. package/tag-editor/styles.css.js +3 -3
  62. package/tag-editor/styles.scoped.css +12 -10
  63. package/tag-editor/styles.selectors.js +3 -3
  64. package/text-content/styles.css.js +1 -1
  65. package/text-content/styles.scoped.css +70 -60
  66. package/text-content/styles.selectors.js +1 -1
  67. package/top-navigation/1.0-beta/styles.css.js +25 -25
  68. package/top-navigation/1.0-beta/styles.scoped.css +44 -42
  69. package/top-navigation/1.0-beta/styles.selectors.js +25 -25
  70. package/top-navigation/styles.css.js +47 -47
  71. package/top-navigation/styles.scoped.css +72 -66
  72. package/top-navigation/styles.selectors.js +47 -47
@@ -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_header-cell_1spae_1gt6c_93:not(#\9) {
93
+ .awsui_header-cell_1spae_1d6sg_93:not(#\9) {
94
94
  position: relative;
95
95
  text-align: left;
96
96
  box-sizing: border-box;
@@ -98,21 +98,23 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
98
98
  background: var(--color-background-table-header-i1pa1g, #ffffff);
99
99
  color: var(--color-text-column-header-u472sv, #414d5c);
100
100
  font-weight: var(--font-heading-s-weight-k8ys41, 800);
101
+ -webkit-font-smoothing: var(--font-smoothing-webkit-vu3hx4, antialiased);
102
+ -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-nkh1jb, grayscale);
101
103
  padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-scaled-xs-6859qs, 8px);
102
104
  }
103
- .awsui_header-cell-sticky_1spae_1gt6c_103:not(#\9) {
105
+ .awsui_header-cell-sticky_1spae_1d6sg_105:not(#\9) {
104
106
  border-bottom: var(--border-table-sticky-width-h1tlxy, 2px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
105
107
  }
106
- .awsui_header-cell-stuck_1spae_1gt6c_106:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_1gt6c_106) {
108
+ .awsui_header-cell-stuck_1spae_1d6sg_108:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_1d6sg_108) {
107
109
  border-bottom-color: transparent;
108
110
  }
109
- .awsui_header-cell-variant-full-page_1spae_1gt6c_106.awsui_header-cell-hidden_1spae_1gt6c_109:not(#\9) {
111
+ .awsui_header-cell-variant-full-page_1spae_1d6sg_108.awsui_header-cell-hidden_1spae_1d6sg_111:not(#\9) {
110
112
  border-bottom-color: transparent;
111
113
  }
112
- .awsui_header-cell_1spae_1gt6c_93:not(#\9):last-child, .awsui_header-cell_1spae_1gt6c_93.awsui_header-cell-sortable_1spae_1gt6c_112:not(#\9) {
114
+ .awsui_header-cell_1spae_1d6sg_93:not(#\9):last-child, .awsui_header-cell_1spae_1d6sg_93.awsui_header-cell-sortable_1spae_1d6sg_114:not(#\9) {
113
115
  padding-right: var(--space-xs-rsr2qu, 8px);
114
116
  }
115
- .awsui_header-cell_1spae_1gt6c_93:not(#\9):not(:last-child):before {
117
+ .awsui_header-cell_1spae_1d6sg_93:not(#\9):not(:last-child):before {
116
118
  content: "";
117
119
  position: absolute;
118
120
  right: 0;
@@ -121,40 +123,40 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
121
123
  border-left: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
122
124
  box-sizing: border-box;
123
125
  }
124
- .awsui_header-cell-resizable_1spae_1gt6c_124:not(#\9):not(:last-child):before {
126
+ .awsui_header-cell-resizable_1spae_1d6sg_126:not(#\9):not(:last-child):before {
125
127
  border-left-color: var(--color-border-divider-interactive-default-rcasvw, #e9ebed);
126
128
  }
127
129
 
128
- .awsui_sorting-icon_1spae_1gt6c_128:not(#\9) {
130
+ .awsui_sorting-icon_1spae_1d6sg_130:not(#\9) {
129
131
  position: absolute;
130
132
  top: var(--space-scaled-xxs-95dhkm, 4px);
131
133
  right: var(--space-xxs-ynfts5, 4px);
132
134
  color: var(--color-text-column-sorting-icon-q5sr09, #414d5c);
133
135
  }
134
136
 
135
- .awsui_header-cell-disabled_1spae_1gt6c_135.awsui_header-cell-sorted_1spae_1gt6c_135 > .awsui_header-cell-content_1spae_1gt6c_135 > .awsui_sorting-icon_1spae_1gt6c_128:not(#\9) {
137
+ .awsui_header-cell-disabled_1spae_1d6sg_137.awsui_header-cell-sorted_1spae_1d6sg_137 > .awsui_header-cell-content_1spae_1d6sg_137 > .awsui_sorting-icon_1spae_1d6sg_130:not(#\9) {
136
138
  color: var(--color-text-interactive-disabled-3pbb07, #9ba7b6);
137
139
  }
138
140
 
139
- .awsui_header-cell-content_1spae_1gt6c_135:not(#\9) {
141
+ .awsui_header-cell-content_1spae_1d6sg_137:not(#\9) {
140
142
  position: relative;
141
143
  padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-s-hv8c1d, 12px);
142
144
  }
143
- .awsui_header-cell-sortable_1spae_1gt6c_112 > .awsui_header-cell-content_1spae_1gt6c_135:not(#\9) {
145
+ .awsui_header-cell-sortable_1spae_1d6sg_114 > .awsui_header-cell-content_1spae_1d6sg_137:not(#\9) {
144
146
  padding-right: calc(var(--space-xl-a39hup, 24px) + var(--space-xxs-ynfts5, 4px));
145
147
  }
146
- .awsui_header-cell-content_1spae_1gt6c_135:not(#\9):focus {
148
+ .awsui_header-cell-content_1spae_1d6sg_137:not(#\9):focus {
147
149
  outline: none;
148
150
  text-decoration: none;
149
151
  }
150
- .awsui_header-cell-content_1spae_1gt6c_135[data-awsui-focus-visible=true]:not(#\9):focus {
152
+ .awsui_header-cell-content_1spae_1d6sg_137[data-awsui-focus-visible=true]:not(#\9):focus {
151
153
  position: relative;
152
154
  }
153
- .awsui_header-cell-content_1spae_1gt6c_135[data-awsui-focus-visible=true]:not(#\9):focus {
155
+ .awsui_header-cell-content_1spae_1d6sg_137[data-awsui-focus-visible=true]:not(#\9):focus {
154
156
  outline: 2px dotted transparent;
155
157
  outline-offset: calc(var(--space-table-header-focus-outline-gutter-rbx7m7, 0px) - 1px);
156
158
  }
157
- .awsui_header-cell-content_1spae_1gt6c_135[data-awsui-focus-visible=true]:not(#\9):focus::before {
159
+ .awsui_header-cell-content_1spae_1d6sg_137[data-awsui-focus-visible=true]:not(#\9):focus::before {
158
160
  content: " ";
159
161
  display: block;
160
162
  position: absolute;
@@ -165,14 +167,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
165
167
  border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
166
168
  box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
167
169
  }
168
- .awsui_header-cell-content_1spae_1gt6c_135.awsui_header-cell-fake-focus_1spae_1gt6c_168:not(#\9) {
170
+ .awsui_header-cell-content_1spae_1d6sg_137.awsui_header-cell-fake-focus_1spae_1d6sg_170:not(#\9) {
169
171
  position: relative;
170
172
  }
171
- .awsui_header-cell-content_1spae_1gt6c_135.awsui_header-cell-fake-focus_1spae_1gt6c_168:not(#\9) {
173
+ .awsui_header-cell-content_1spae_1d6sg_137.awsui_header-cell-fake-focus_1spae_1d6sg_170:not(#\9) {
172
174
  outline: 2px dotted transparent;
173
175
  outline-offset: calc(var(--space-table-header-focus-outline-gutter-rbx7m7, 0px) - 1px);
174
176
  }
175
- .awsui_header-cell-content_1spae_1gt6c_135.awsui_header-cell-fake-focus_1spae_1gt6c_168:not(#\9)::before {
177
+ .awsui_header-cell-content_1spae_1d6sg_137.awsui_header-cell-fake-focus_1spae_1d6sg_170:not(#\9)::before {
176
178
  content: " ";
177
179
  display: block;
178
180
  position: absolute;
@@ -184,24 +186,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
184
186
  box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
185
187
  }
186
188
 
187
- .awsui_header-cell-sortable_1spae_1gt6c_112:not(#\9):not(.awsui_header-cell-disabled_1spae_1gt6c_135) > .awsui_header-cell-content_1spae_1gt6c_135 {
189
+ .awsui_header-cell-sortable_1spae_1d6sg_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1d6sg_137) > .awsui_header-cell-content_1spae_1d6sg_137 {
188
190
  cursor: pointer;
189
191
  }
190
- .awsui_header-cell-sortable_1spae_1gt6c_112:not(#\9):not(.awsui_header-cell-disabled_1spae_1gt6c_135) > .awsui_header-cell-content_1spae_1gt6c_135:hover, .awsui_header-cell-sortable_1spae_1gt6c_112:not(#\9):not(.awsui_header-cell-disabled_1spae_1gt6c_135).awsui_header-cell-sorted_1spae_1gt6c_135 > .awsui_header-cell-content_1spae_1gt6c_135 {
192
+ .awsui_header-cell-sortable_1spae_1d6sg_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1d6sg_137) > .awsui_header-cell-content_1spae_1d6sg_137:hover, .awsui_header-cell-sortable_1spae_1d6sg_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1d6sg_137).awsui_header-cell-sorted_1spae_1d6sg_137 > .awsui_header-cell-content_1spae_1d6sg_137 {
191
193
  color: var(--color-text-interactive-active-vol84d, #000716);
192
194
  }
193
- .awsui_header-cell-sortable_1spae_1gt6c_112:not(#\9):not(.awsui_header-cell-disabled_1spae_1gt6c_135) > .awsui_header-cell-content_1spae_1gt6c_135:hover > .awsui_sorting-icon_1spae_1gt6c_128, .awsui_header-cell-sortable_1spae_1gt6c_112:not(#\9):not(.awsui_header-cell-disabled_1spae_1gt6c_135).awsui_header-cell-sorted_1spae_1gt6c_135 > .awsui_header-cell-content_1spae_1gt6c_135 > .awsui_sorting-icon_1spae_1gt6c_128 {
195
+ .awsui_header-cell-sortable_1spae_1d6sg_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1d6sg_137) > .awsui_header-cell-content_1spae_1d6sg_137:hover > .awsui_sorting-icon_1spae_1d6sg_130, .awsui_header-cell-sortable_1spae_1d6sg_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1d6sg_137).awsui_header-cell-sorted_1spae_1d6sg_137 > .awsui_header-cell-content_1spae_1d6sg_137 > .awsui_sorting-icon_1spae_1d6sg_130 {
194
196
  color: var(--color-text-interactive-active-vol84d, #000716);
195
197
  }
196
198
 
197
- .awsui_header-cell-text_1spae_1gt6c_197:not(#\9):not(.awsui_header-cell-text-wrap_1spae_1gt6c_197) {
199
+ .awsui_header-cell-text_1spae_1d6sg_199:not(#\9):not(.awsui_header-cell-text-wrap_1spae_1d6sg_199) {
198
200
  white-space: nowrap;
199
201
  overflow: hidden;
200
202
  text-overflow: ellipsis;
201
203
  }
202
204
 
203
- .awsui_header-cell-ascending_1spae_1gt6c_203:not(#\9),
204
- .awsui_header-cell-descending_1spae_1gt6c_204:not(#\9) {
205
+ .awsui_header-cell-ascending_1spae_1d6sg_205:not(#\9),
206
+ .awsui_header-cell-descending_1spae_1d6sg_206:not(#\9) {
205
207
  /* used in test-utils */
206
208
  }
207
209
 
@@ -211,26 +213,26 @@ with the left edge of the table as closely as possible. If the
211
213
  last header cell is sortable the sort icon should align with the
212
214
  settings icon in the pagination slot.
213
215
  */
214
- .awsui_header-cell_1spae_1gt6c_93:not(#\9):not(.awsui_is-visual-refresh_1spae_1gt6c_214):first-child {
216
+ .awsui_header-cell_1spae_1d6sg_93:not(#\9):not(.awsui_is-visual-refresh_1spae_1d6sg_216):first-child {
215
217
  padding-left: var(--space-xs-rsr2qu, 8px);
216
218
  }
217
219
 
218
- .awsui_header-cell_1spae_1gt6c_93.awsui_is-visual-refresh_1spae_1gt6c_214:not(#\9) {
220
+ .awsui_header-cell_1spae_1d6sg_93.awsui_is-visual-refresh_1spae_1d6sg_216:not(#\9) {
219
221
  /*
220
222
  Striped rows requires additional left padding because the
221
223
  shaded background makes the child content appear too close
222
224
  to the table edge.
223
225
  */
224
226
  }
225
- .awsui_header-cell_1spae_1gt6c_93.awsui_is-visual-refresh_1spae_1gt6c_214:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_1gt6c_225) {
227
+ .awsui_header-cell_1spae_1d6sg_93.awsui_is-visual-refresh_1spae_1d6sg_216:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_1d6sg_227) {
226
228
  padding-left: var(--space-xxxs-k2w98v, 2px);
227
229
  }
228
- .awsui_header-cell_1spae_1gt6c_93.awsui_is-visual-refresh_1spae_1gt6c_214:not(#\9):first-child.awsui_has-striped-rows_1spae_1gt6c_225 {
230
+ .awsui_header-cell_1spae_1d6sg_93.awsui_is-visual-refresh_1spae_1d6sg_216:not(#\9):first-child.awsui_has-striped-rows_1spae_1d6sg_227 {
229
231
  padding-left: var(--space-xxs-ynfts5, 4px);
230
232
  }
231
- .awsui_header-cell_1spae_1gt6c_93.awsui_is-visual-refresh_1spae_1gt6c_214:not(#\9):first-child > .awsui_header-cell-content_1spae_1gt6c_135 {
233
+ .awsui_header-cell_1spae_1d6sg_93.awsui_is-visual-refresh_1spae_1d6sg_216:not(#\9):first-child > .awsui_header-cell-content_1spae_1d6sg_137 {
232
234
  padding-left: 0;
233
235
  }
234
- .awsui_header-cell_1spae_1gt6c_93.awsui_is-visual-refresh_1spae_1gt6c_214:not(#\9):last-child.awsui_header-cell-sortable_1spae_1gt6c_112 {
236
+ .awsui_header-cell_1spae_1d6sg_93.awsui_is-visual-refresh_1spae_1d6sg_216:not(#\9):last-child.awsui_header-cell-sortable_1spae_1d6sg_114 {
235
237
  padding-right: var(--space-xxxs-k2w98v, 2px);
236
238
  }
@@ -2,23 +2,23 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "header-cell": "awsui_header-cell_1spae_1gt6c_93",
6
- "header-cell-sticky": "awsui_header-cell-sticky_1spae_1gt6c_103",
7
- "header-cell-stuck": "awsui_header-cell-stuck_1spae_1gt6c_106",
8
- "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_1gt6c_106",
9
- "header-cell-hidden": "awsui_header-cell-hidden_1spae_1gt6c_109",
10
- "header-cell-sortable": "awsui_header-cell-sortable_1spae_1gt6c_112",
11
- "header-cell-resizable": "awsui_header-cell-resizable_1spae_1gt6c_124",
12
- "sorting-icon": "awsui_sorting-icon_1spae_1gt6c_128",
13
- "header-cell-disabled": "awsui_header-cell-disabled_1spae_1gt6c_135",
14
- "header-cell-sorted": "awsui_header-cell-sorted_1spae_1gt6c_135",
15
- "header-cell-content": "awsui_header-cell-content_1spae_1gt6c_135",
16
- "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_1gt6c_168",
17
- "header-cell-text": "awsui_header-cell-text_1spae_1gt6c_197",
18
- "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_1gt6c_197",
19
- "header-cell-ascending": "awsui_header-cell-ascending_1spae_1gt6c_203",
20
- "header-cell-descending": "awsui_header-cell-descending_1spae_1gt6c_204",
21
- "is-visual-refresh": "awsui_is-visual-refresh_1spae_1gt6c_214",
22
- "has-striped-rows": "awsui_has-striped-rows_1spae_1gt6c_225"
5
+ "header-cell": "awsui_header-cell_1spae_1d6sg_93",
6
+ "header-cell-sticky": "awsui_header-cell-sticky_1spae_1d6sg_105",
7
+ "header-cell-stuck": "awsui_header-cell-stuck_1spae_1d6sg_108",
8
+ "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_1d6sg_108",
9
+ "header-cell-hidden": "awsui_header-cell-hidden_1spae_1d6sg_111",
10
+ "header-cell-sortable": "awsui_header-cell-sortable_1spae_1d6sg_114",
11
+ "header-cell-resizable": "awsui_header-cell-resizable_1spae_1d6sg_126",
12
+ "sorting-icon": "awsui_sorting-icon_1spae_1d6sg_130",
13
+ "header-cell-disabled": "awsui_header-cell-disabled_1spae_1d6sg_137",
14
+ "header-cell-sorted": "awsui_header-cell-sorted_1spae_1d6sg_137",
15
+ "header-cell-content": "awsui_header-cell-content_1spae_1d6sg_137",
16
+ "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_1d6sg_170",
17
+ "header-cell-text": "awsui_header-cell-text_1spae_1d6sg_199",
18
+ "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_1d6sg_199",
19
+ "header-cell-ascending": "awsui_header-cell-ascending_1spae_1d6sg_205",
20
+ "header-cell-descending": "awsui_header-cell-descending_1spae_1d6sg_206",
21
+ "is-visual-refresh": "awsui_is-visual-refresh_1spae_1d6sg_216",
22
+ "has-striped-rows": "awsui_has-striped-rows_1spae_1d6sg_227"
23
23
  };
24
24
 
@@ -1,26 +1,26 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "tabs-header": "awsui_tabs-header_14rmt_1reve_186",
5
- "tabs-header-list": "awsui_tabs-header-list_14rmt_1reve_192",
6
- "pagination-button": "awsui_pagination-button_14rmt_1reve_207",
7
- "pagination-button-left": "awsui_pagination-button-left_14rmt_1reve_212",
8
- "pagination-button-left-scrollable": "awsui_pagination-button-left-scrollable_14rmt_1reve_215",
9
- "pagination-button-right": "awsui_pagination-button-right_14rmt_1reve_219",
10
- "pagination-button-right-scrollable": "awsui_pagination-button-right-scrollable_14rmt_1reve_222",
11
- "tabs-tab": "awsui_tabs-tab_14rmt_1reve_227",
12
- "tabs-tab-label": "awsui_tabs-tab-label_14rmt_1reve_238",
13
- "tabs-tab-link": "awsui_tabs-tab-link_14rmt_1reve_254",
14
- "tabs-tab-disabled": "awsui_tabs-tab-disabled_14rmt_1reve_311",
15
- "refresh": "awsui_refresh_14rmt_1reve_329",
16
- "tabs-tab-active": "awsui_tabs-tab-active_14rmt_1reve_343",
17
- "tabs-header-with-divider": "awsui_tabs-header-with-divider_14rmt_1reve_350",
18
- "root": "awsui_root_14rmt_1reve_354",
19
- "tabs": "awsui_tabs_14rmt_1reve_186",
20
- "tabs-content": "awsui_tabs-content_14rmt_1reve_371",
21
- "tabs-content-active": "awsui_tabs-content-active_14rmt_1reve_375",
22
- "tabs-content-wrapper": "awsui_tabs-content-wrapper_14rmt_1reve_385",
23
- "with-paddings": "awsui_with-paddings_14rmt_1reve_385",
24
- "tabs-container-content-wrapper": "awsui_tabs-container-content-wrapper_14rmt_1reve_389"
4
+ "tabs-header": "awsui_tabs-header_14rmt_a6mqv_186",
5
+ "tabs-header-list": "awsui_tabs-header-list_14rmt_a6mqv_192",
6
+ "pagination-button": "awsui_pagination-button_14rmt_a6mqv_207",
7
+ "pagination-button-left": "awsui_pagination-button-left_14rmt_a6mqv_212",
8
+ "pagination-button-left-scrollable": "awsui_pagination-button-left-scrollable_14rmt_a6mqv_215",
9
+ "pagination-button-right": "awsui_pagination-button-right_14rmt_a6mqv_219",
10
+ "pagination-button-right-scrollable": "awsui_pagination-button-right-scrollable_14rmt_a6mqv_222",
11
+ "tabs-tab": "awsui_tabs-tab_14rmt_a6mqv_227",
12
+ "tabs-tab-label": "awsui_tabs-tab-label_14rmt_a6mqv_238",
13
+ "tabs-tab-link": "awsui_tabs-tab-link_14rmt_a6mqv_254",
14
+ "tabs-tab-disabled": "awsui_tabs-tab-disabled_14rmt_a6mqv_313",
15
+ "refresh": "awsui_refresh_14rmt_a6mqv_331",
16
+ "tabs-tab-active": "awsui_tabs-tab-active_14rmt_a6mqv_345",
17
+ "tabs-header-with-divider": "awsui_tabs-header-with-divider_14rmt_a6mqv_352",
18
+ "root": "awsui_root_14rmt_a6mqv_356",
19
+ "tabs": "awsui_tabs_14rmt_a6mqv_186",
20
+ "tabs-content": "awsui_tabs-content_14rmt_a6mqv_373",
21
+ "tabs-content-active": "awsui_tabs-content-active_14rmt_a6mqv_377",
22
+ "tabs-content-wrapper": "awsui_tabs-content-wrapper_14rmt_a6mqv_387",
23
+ "with-paddings": "awsui_with-paddings_14rmt_a6mqv_387",
24
+ "tabs-container-content-wrapper": "awsui_tabs-container-content-wrapper_14rmt_a6mqv_391"
25
25
  };
26
26
 
@@ -183,13 +183,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
183
183
  SPDX-License-Identifier: Apache-2.0
184
184
  */
185
185
  /* stylelint-disable selector-max-type */
186
- .awsui_tabs-header_14rmt_1reve_186:not(#\9) {
186
+ .awsui_tabs-header_14rmt_a6mqv_186:not(#\9) {
187
187
  margin: 0;
188
188
  padding: 0;
189
189
  display: flex;
190
190
  }
191
191
 
192
- .awsui_tabs-header-list_14rmt_1reve_192:not(#\9) {
192
+ .awsui_tabs-header-list_14rmt_a6mqv_192:not(#\9) {
193
193
  margin: 0;
194
194
  padding: 0;
195
195
  display: flex;
@@ -200,42 +200,42 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
200
200
  -ms-overflow-style: none; /* Internet Explorer 10+ */
201
201
  scrollbar-width: none; /* Firefox */
202
202
  }
203
- .awsui_tabs-header-list_14rmt_1reve_192:not(#\9)::-webkit-scrollbar {
203
+ .awsui_tabs-header-list_14rmt_a6mqv_192:not(#\9)::-webkit-scrollbar {
204
204
  display: none; /* Safari and Chrome */
205
205
  }
206
206
 
207
- .awsui_pagination-button_14rmt_1reve_207:not(#\9) {
207
+ .awsui_pagination-button_14rmt_a6mqv_207:not(#\9) {
208
208
  margin: var(--space-scaled-s-cu1hzn, 12px) 0;
209
209
  padding: 0 var(--space-xxs-ynfts5, 4px);
210
210
  display: flex;
211
211
  }
212
- .awsui_pagination-button-left_14rmt_1reve_212:not(#\9) {
212
+ .awsui_pagination-button-left_14rmt_a6mqv_212:not(#\9) {
213
213
  border-right: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-control-disabled-vx8bco, #d1d5db);
214
214
  }
215
- .awsui_pagination-button-left-scrollable_14rmt_1reve_215:not(#\9) {
215
+ .awsui_pagination-button-left-scrollable_14rmt_a6mqv_215:not(#\9) {
216
216
  z-index: 1;
217
217
  box-shadow: 5px 0px 4px -3px var(--color-border-tabs-shadow-4lmh2z, rgba(0, 7, 22, 0.12)), 1px 0px 0px 0px var(--color-border-tabs-shadow-4lmh2z, rgba(0, 7, 22, 0.12));
218
218
  }
219
- .awsui_pagination-button-right_14rmt_1reve_219:not(#\9) {
219
+ .awsui_pagination-button-right_14rmt_a6mqv_219:not(#\9) {
220
220
  border-left: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-control-disabled-vx8bco, #d1d5db);
221
221
  }
222
- .awsui_pagination-button-right-scrollable_14rmt_1reve_222:not(#\9) {
222
+ .awsui_pagination-button-right-scrollable_14rmt_a6mqv_222:not(#\9) {
223
223
  z-index: 1;
224
224
  box-shadow: -5px 0px 4px -3px var(--color-border-tabs-shadow-4lmh2z, rgba(0, 7, 22, 0.12)), -1px 0px 0px 0 var(--color-border-tabs-shadow-4lmh2z, rgba(0, 7, 22, 0.12));
225
225
  }
226
226
 
227
- .awsui_tabs-tab_14rmt_1reve_227:not(#\9) {
227
+ .awsui_tabs-tab_14rmt_a6mqv_227:not(#\9) {
228
228
  list-style: none;
229
229
  padding: 0;
230
230
  flex-shrink: 0;
231
231
  display: flex;
232
232
  max-width: calc(90% - var(--space-l-4vl6xu, 20px));
233
233
  }
234
- .awsui_tabs-tab_14rmt_1reve_227 > button:not(#\9) {
234
+ .awsui_tabs-tab_14rmt_a6mqv_227 > button:not(#\9) {
235
235
  background-color: transparent;
236
236
  }
237
237
 
238
- .awsui_tabs-tab-label_14rmt_1reve_238:not(#\9) {
238
+ .awsui_tabs-tab-label_14rmt_a6mqv_238:not(#\9) {
239
239
  display: flex;
240
240
  align-items: center;
241
241
  padding: var(--space-scaled-2x-xxs-t5qzmf, 4px) var(--space-l-4vl6xu, 20px);
@@ -246,12 +246,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
246
246
  word-break: break-word;
247
247
  }
248
248
 
249
- .awsui_tabs-tab_14rmt_1reve_227:not(#\9):not(:last-child) > a > .awsui_tabs-tab-label_14rmt_1reve_238, .awsui_tabs-tab_14rmt_1reve_227:not(#\9):not(:last-child) > button > .awsui_tabs-tab-label_14rmt_1reve_238 {
249
+ .awsui_tabs-tab_14rmt_a6mqv_227:not(#\9):not(:last-child) > a > .awsui_tabs-tab-label_14rmt_a6mqv_238, .awsui_tabs-tab_14rmt_a6mqv_227:not(#\9):not(:last-child) > button > .awsui_tabs-tab-label_14rmt_a6mqv_238 {
250
250
  margin-right: calc(-1 * var(--border-divider-section-width-4wm2it, 2px));
251
251
  border-right: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-tabs-divider-69fx5i, #e9ebed);
252
252
  }
253
253
 
254
- .awsui_tabs-tab-link_14rmt_1reve_254:not(#\9) {
254
+ .awsui_tabs-tab-link_14rmt_a6mqv_254:not(#\9) {
255
255
  position: relative;
256
256
  display: flex;
257
257
  align-items: stretch;
@@ -263,23 +263,25 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
263
263
  font-size: var(--font-tabs-size-01zslx, 16px);
264
264
  line-height: var(--font-tabs-line-height-qo8cr6, 20px);
265
265
  font-weight: var(--font-wayfinding-link-active-weight-l3fid7, 800);
266
+ -webkit-font-smoothing: var(--font-smoothing-webkit-vu3hx4, antialiased);
267
+ -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-nkh1jb, grayscale);
266
268
  color: var(--color-text-interactive-default-eg5fsa, #414d5c);
267
269
  }
268
- .awsui_tabs-tab-link_14rmt_1reve_254:not(#\9):hover {
270
+ .awsui_tabs-tab-link_14rmt_a6mqv_254:not(#\9):hover {
269
271
  color: var(--color-text-accent-s1eqko, #0972d3);
270
272
  }
271
- .awsui_tabs-tab-link_14rmt_1reve_254:not(#\9):focus {
273
+ .awsui_tabs-tab-link_14rmt_a6mqv_254:not(#\9):focus {
272
274
  outline: none;
273
275
  }
274
- .awsui_tabs-tab-link_14rmt_1reve_254[data-awsui-focus-visible=true]:not(#\9):focus {
276
+ .awsui_tabs-tab-link_14rmt_a6mqv_254[data-awsui-focus-visible=true]:not(#\9):focus {
275
277
  z-index: 1;
276
278
  position: relative;
277
279
  }
278
- .awsui_tabs-tab-link_14rmt_1reve_254[data-awsui-focus-visible=true]:not(#\9):focus {
280
+ .awsui_tabs-tab-link_14rmt_a6mqv_254[data-awsui-focus-visible=true]:not(#\9):focus {
279
281
  outline: 2px dotted transparent;
280
282
  outline-offset: calc(var(--space-tabs-focus-outline-gutter-64zu5e, -8px) - 1px);
281
283
  }
282
- .awsui_tabs-tab-link_14rmt_1reve_254[data-awsui-focus-visible=true]:not(#\9):focus::before {
284
+ .awsui_tabs-tab-link_14rmt_a6mqv_254[data-awsui-focus-visible=true]:not(#\9):focus::before {
283
285
  content: " ";
284
286
  display: block;
285
287
  position: absolute;
@@ -290,32 +292,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
290
292
  border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
291
293
  box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
292
294
  }
293
- .awsui_tabs-tab-link_14rmt_1reve_254[data-awsui-focus-visible=true]:not(#\9):focus > a > .awsui_tabs-tab-label_14rmt_1reve_238, .awsui_tabs-tab-link_14rmt_1reve_254[data-awsui-focus-visible=true]:not(#\9):focus > button > .awsui_tabs-tab-label_14rmt_1reve_238 {
295
+ .awsui_tabs-tab-link_14rmt_a6mqv_254[data-awsui-focus-visible=true]:not(#\9):focus > a > .awsui_tabs-tab-label_14rmt_a6mqv_238, .awsui_tabs-tab-link_14rmt_a6mqv_254[data-awsui-focus-visible=true]:not(#\9):focus > button > .awsui_tabs-tab-label_14rmt_a6mqv_238 {
294
296
  border-right-color: transparent;
295
297
  }
296
298
 
297
- .awsui_tabs-tab_14rmt_1reve_227:not(#\9):first-child {
299
+ .awsui_tabs-tab_14rmt_a6mqv_227:not(#\9):first-child {
298
300
  margin-left: 1px;
299
301
  }
300
- .awsui_tabs-tab_14rmt_1reve_227:not(#\9):first-child > a > .awsui_tabs-tab-label_14rmt_1reve_238, .awsui_tabs-tab_14rmt_1reve_227:not(#\9):first-child > button > .awsui_tabs-tab-label_14rmt_1reve_238 {
302
+ .awsui_tabs-tab_14rmt_a6mqv_227:not(#\9):first-child > a > .awsui_tabs-tab-label_14rmt_a6mqv_238, .awsui_tabs-tab_14rmt_a6mqv_227:not(#\9):first-child > button > .awsui_tabs-tab-label_14rmt_a6mqv_238 {
301
303
  padding-left: calc(var(--space-l-4vl6xu, 20px) - 1px);
302
304
  }
303
305
 
304
- .awsui_tabs-tab_14rmt_1reve_227:not(#\9):last-child {
306
+ .awsui_tabs-tab_14rmt_a6mqv_227:not(#\9):last-child {
305
307
  margin-right: 1px;
306
308
  }
307
- .awsui_tabs-tab_14rmt_1reve_227:not(#\9):last-child > a > .awsui_tabs-tab-label_14rmt_1reve_238, .awsui_tabs-tab_14rmt_1reve_227:not(#\9):last-child > button > .awsui_tabs-tab-label_14rmt_1reve_238 {
309
+ .awsui_tabs-tab_14rmt_a6mqv_227:not(#\9):last-child > a > .awsui_tabs-tab-label_14rmt_a6mqv_238, .awsui_tabs-tab_14rmt_a6mqv_227:not(#\9):last-child > button > .awsui_tabs-tab-label_14rmt_a6mqv_238 {
308
310
  padding-right: calc(var(--space-l-4vl6xu, 20px) - 1px);
309
311
  }
310
312
 
311
- .awsui_tabs-tab-disabled_14rmt_1reve_311:not(#\9), .awsui_tabs-tab-disabled_14rmt_1reve_311:not(#\9):hover {
313
+ .awsui_tabs-tab-disabled_14rmt_a6mqv_313:not(#\9), .awsui_tabs-tab-disabled_14rmt_a6mqv_313:not(#\9):hover {
312
314
  pointer-events: none;
313
315
  cursor: default;
314
316
  color: var(--color-text-interactive-disabled-3pbb07, #9ba7b6);
315
317
  font-weight: var(--font-tabs-disabled-weight-imwq16, 800);
316
318
  }
317
319
 
318
- .awsui_tabs-tab-link_14rmt_1reve_254:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_1reve_311):after {
320
+ .awsui_tabs-tab-link_14rmt_a6mqv_254:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_a6mqv_313):after {
319
321
  content: "";
320
322
  position: absolute;
321
323
  left: 0;
@@ -326,36 +328,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
326
328
  background: var(--color-border-tabs-underline-9bcfzu, #0972d3);
327
329
  opacity: 0;
328
330
  }
329
- .awsui_tabs-tab-link_14rmt_1reve_254:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_1reve_311).awsui_refresh_14rmt_1reve_329:after {
331
+ .awsui_tabs-tab-link_14rmt_a6mqv_254:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_a6mqv_313).awsui_refresh_14rmt_a6mqv_331:after {
330
332
  transition: opacity var(--motion-duration-refresh-only-medium-5flen2, 165ms) var(--motion-easing-refresh-only-c-ic6jr0, cubic-bezier(0.84, 0, 0.16, 1));
331
333
  }
332
334
  @media (prefers-reduced-motion: reduce) {
333
- .awsui_tabs-tab-link_14rmt_1reve_254:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_1reve_311).awsui_refresh_14rmt_1reve_329:after {
335
+ .awsui_tabs-tab-link_14rmt_a6mqv_254:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_a6mqv_313).awsui_refresh_14rmt_a6mqv_331:after {
334
336
  animation: none;
335
337
  transition: none;
336
338
  }
337
339
  }
338
- .awsui-motion-disabled .awsui_tabs-tab-link_14rmt_1reve_254:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_1reve_311).awsui_refresh_14rmt_1reve_329:after, .awsui-mode-entering .awsui_tabs-tab-link_14rmt_1reve_254:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_1reve_311).awsui_refresh_14rmt_1reve_329:after {
340
+ .awsui-motion-disabled .awsui_tabs-tab-link_14rmt_a6mqv_254:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_a6mqv_313).awsui_refresh_14rmt_a6mqv_331:after, .awsui-mode-entering .awsui_tabs-tab-link_14rmt_a6mqv_254:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_a6mqv_313).awsui_refresh_14rmt_a6mqv_331:after {
339
341
  animation: none;
340
342
  transition: none;
341
343
  }
342
344
 
343
- .awsui_tabs-tab-active_14rmt_1reve_343:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_1reve_311) {
345
+ .awsui_tabs-tab-active_14rmt_a6mqv_345:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_a6mqv_313) {
344
346
  color: var(--color-text-accent-s1eqko, #0972d3);
345
347
  }
346
- .awsui_tabs-tab-active_14rmt_1reve_343:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_1reve_311):after {
348
+ .awsui_tabs-tab-active_14rmt_a6mqv_345:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_a6mqv_313):after {
347
349
  opacity: 1;
348
350
  }
349
351
 
350
- .awsui_tabs-header-with-divider_14rmt_1reve_350:not(#\9) {
352
+ .awsui_tabs-header-with-divider_14rmt_a6mqv_352:not(#\9) {
351
353
  border-bottom: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-tabs-divider-69fx5i, #e9ebed);
352
354
  }
353
355
 
354
- .awsui_root_14rmt_1reve_354:not(#\9) {
356
+ .awsui_root_14rmt_a6mqv_356:not(#\9) {
355
357
  /* used in test-utils or tests */
356
358
  }
357
359
 
358
- .awsui_tabs_14rmt_1reve_186:not(#\9) {
360
+ .awsui_tabs_14rmt_a6mqv_186:not(#\9) {
359
361
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
360
362
  border-collapse: separate;
361
363
  border-spacing: 0;
@@ -394,24 +396,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
394
396
  width: 100%;
395
397
  }
396
398
 
397
- .awsui_tabs-content_14rmt_1reve_371:not(#\9) {
399
+ .awsui_tabs-content_14rmt_a6mqv_373:not(#\9) {
398
400
  display: none;
399
401
  }
400
402
 
401
- .awsui_tabs-content-active_14rmt_1reve_375:not(#\9) {
403
+ .awsui_tabs-content-active_14rmt_a6mqv_377:not(#\9) {
402
404
  display: block;
403
405
  }
404
- .awsui_tabs-content-active_14rmt_1reve_375[data-awsui-focus-visible=true]:not(#\9):focus {
406
+ .awsui_tabs-content-active_14rmt_a6mqv_377[data-awsui-focus-visible=true]:not(#\9):focus {
405
407
  outline: 2px dotted transparent;
406
408
  outline-offset: 2px;
407
409
  border-radius: var(--border-radius-container-gh9ysk, 16px);
408
410
  box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
409
411
  }
410
412
 
411
- .awsui_tabs-content-wrapper_14rmt_1reve_385.awsui_with-paddings_14rmt_1reve_385 > .awsui_tabs-content_14rmt_1reve_371:not(#\9) {
413
+ .awsui_tabs-content-wrapper_14rmt_a6mqv_387.awsui_with-paddings_14rmt_a6mqv_387 > .awsui_tabs-content_14rmt_a6mqv_373:not(#\9) {
412
414
  padding: var(--space-scaled-m-pv0fmt, 16px) 0;
413
415
  }
414
416
 
415
- .awsui_tabs-container-content-wrapper_14rmt_1reve_389.awsui_with-paddings_14rmt_1reve_385 > .awsui_tabs-content_14rmt_1reve_371:not(#\9) {
417
+ .awsui_tabs-container-content-wrapper_14rmt_a6mqv_391.awsui_with-paddings_14rmt_a6mqv_387 > .awsui_tabs-content_14rmt_a6mqv_373:not(#\9) {
416
418
  padding: var(--space-tabs-content-top-mn4c9x, 12px) var(--space-container-horizontal-tlw03i, 20px) var(--space-scaled-l-t03y3z, 20px);
417
419
  }
@@ -2,26 +2,26 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "tabs-header": "awsui_tabs-header_14rmt_1reve_186",
6
- "tabs-header-list": "awsui_tabs-header-list_14rmt_1reve_192",
7
- "pagination-button": "awsui_pagination-button_14rmt_1reve_207",
8
- "pagination-button-left": "awsui_pagination-button-left_14rmt_1reve_212",
9
- "pagination-button-left-scrollable": "awsui_pagination-button-left-scrollable_14rmt_1reve_215",
10
- "pagination-button-right": "awsui_pagination-button-right_14rmt_1reve_219",
11
- "pagination-button-right-scrollable": "awsui_pagination-button-right-scrollable_14rmt_1reve_222",
12
- "tabs-tab": "awsui_tabs-tab_14rmt_1reve_227",
13
- "tabs-tab-label": "awsui_tabs-tab-label_14rmt_1reve_238",
14
- "tabs-tab-link": "awsui_tabs-tab-link_14rmt_1reve_254",
15
- "tabs-tab-disabled": "awsui_tabs-tab-disabled_14rmt_1reve_311",
16
- "refresh": "awsui_refresh_14rmt_1reve_329",
17
- "tabs-tab-active": "awsui_tabs-tab-active_14rmt_1reve_343",
18
- "tabs-header-with-divider": "awsui_tabs-header-with-divider_14rmt_1reve_350",
19
- "root": "awsui_root_14rmt_1reve_354",
20
- "tabs": "awsui_tabs_14rmt_1reve_186",
21
- "tabs-content": "awsui_tabs-content_14rmt_1reve_371",
22
- "tabs-content-active": "awsui_tabs-content-active_14rmt_1reve_375",
23
- "tabs-content-wrapper": "awsui_tabs-content-wrapper_14rmt_1reve_385",
24
- "with-paddings": "awsui_with-paddings_14rmt_1reve_385",
25
- "tabs-container-content-wrapper": "awsui_tabs-container-content-wrapper_14rmt_1reve_389"
5
+ "tabs-header": "awsui_tabs-header_14rmt_a6mqv_186",
6
+ "tabs-header-list": "awsui_tabs-header-list_14rmt_a6mqv_192",
7
+ "pagination-button": "awsui_pagination-button_14rmt_a6mqv_207",
8
+ "pagination-button-left": "awsui_pagination-button-left_14rmt_a6mqv_212",
9
+ "pagination-button-left-scrollable": "awsui_pagination-button-left-scrollable_14rmt_a6mqv_215",
10
+ "pagination-button-right": "awsui_pagination-button-right_14rmt_a6mqv_219",
11
+ "pagination-button-right-scrollable": "awsui_pagination-button-right-scrollable_14rmt_a6mqv_222",
12
+ "tabs-tab": "awsui_tabs-tab_14rmt_a6mqv_227",
13
+ "tabs-tab-label": "awsui_tabs-tab-label_14rmt_a6mqv_238",
14
+ "tabs-tab-link": "awsui_tabs-tab-link_14rmt_a6mqv_254",
15
+ "tabs-tab-disabled": "awsui_tabs-tab-disabled_14rmt_a6mqv_313",
16
+ "refresh": "awsui_refresh_14rmt_a6mqv_331",
17
+ "tabs-tab-active": "awsui_tabs-tab-active_14rmt_a6mqv_345",
18
+ "tabs-header-with-divider": "awsui_tabs-header-with-divider_14rmt_a6mqv_352",
19
+ "root": "awsui_root_14rmt_a6mqv_356",
20
+ "tabs": "awsui_tabs_14rmt_a6mqv_186",
21
+ "tabs-content": "awsui_tabs-content_14rmt_a6mqv_373",
22
+ "tabs-content-active": "awsui_tabs-content-active_14rmt_a6mqv_377",
23
+ "tabs-content-wrapper": "awsui_tabs-content-wrapper_14rmt_a6mqv_387",
24
+ "with-paddings": "awsui_with-paddings_14rmt_a6mqv_387",
25
+ "tabs-container-content-wrapper": "awsui_tabs-container-content-wrapper_14rmt_a6mqv_391"
26
26
  };
27
27
 
@@ -1,8 +1,8 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_brdst_1v0f5_93",
5
- "loading": "awsui_loading_brdst_1v0f5_97",
6
- "undo-button": "awsui_undo-button_brdst_1v0f5_101"
4
+ "root": "awsui_root_brdst_1uk2d_93",
5
+ "loading": "awsui_loading_brdst_1uk2d_97",
6
+ "undo-button": "awsui_undo-button_brdst_1uk2d_101"
7
7
  };
8
8
 
@@ -90,15 +90,17 @@ 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_root_brdst_1v0f5_93:not(#\9) {
93
+ .awsui_root_brdst_1uk2d_93:not(#\9) {
94
94
  /* used in test utils */
95
95
  }
96
96
 
97
- .awsui_loading_brdst_1v0f5_97:not(#\9) {
97
+ .awsui_loading_brdst_1uk2d_97:not(#\9) {
98
98
  /* used in test utils */
99
99
  }
100
100
 
101
- .awsui_undo-button_brdst_1v0f5_101:not(#\9) {
101
+ .awsui_undo-button_brdst_1uk2d_101:not(#\9) {
102
+ -webkit-font-smoothing: var(--font-smoothing-webkit-vu3hx4, antialiased);
103
+ -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-nkh1jb, grayscale);
102
104
  color: var(--color-text-link-default-5f186r, #0972d3);
103
105
  font-weight: var(--font-link-button-weight-4f1hjr, 800);
104
106
  letter-spacing: var(--font-link-button-letter-spacing-58wset, 0.005em);
@@ -111,31 +113,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
111
113
  transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
112
114
  }
113
115
  @media (prefers-reduced-motion: reduce) {
114
- .awsui_undo-button_brdst_1v0f5_101:not(#\9) {
116
+ .awsui_undo-button_brdst_1uk2d_101:not(#\9) {
115
117
  animation: none;
116
118
  transition: none;
117
119
  }
118
120
  }
119
- .awsui-motion-disabled .awsui_undo-button_brdst_1v0f5_101:not(#\9), .awsui-mode-entering .awsui_undo-button_brdst_1v0f5_101:not(#\9) {
121
+ .awsui-motion-disabled .awsui_undo-button_brdst_1uk2d_101:not(#\9), .awsui-mode-entering .awsui_undo-button_brdst_1uk2d_101:not(#\9) {
120
122
  animation: none;
121
123
  transition: none;
122
124
  }
123
- .awsui_undo-button_brdst_1v0f5_101:not(#\9):hover {
125
+ .awsui_undo-button_brdst_1uk2d_101:not(#\9):hover {
124
126
  cursor: pointer;
125
127
  color: var(--color-text-link-hover-kololx, #033160);
126
128
  }
127
- .awsui_undo-button_brdst_1v0f5_101:not(#\9):focus {
129
+ .awsui_undo-button_brdst_1uk2d_101:not(#\9):focus {
128
130
  outline: none;
129
131
  }
130
- .awsui_undo-button_brdst_1v0f5_101:not(#\9):active {
132
+ .awsui_undo-button_brdst_1uk2d_101:not(#\9):active {
131
133
  color: var(--color-text-link-hover-kololx, #033160);
132
134
  }
133
- .awsui_undo-button_brdst_1v0f5_101:not(#\9):active, .awsui_undo-button_brdst_1v0f5_101:not(#\9):focus, .awsui_undo-button_brdst_1v0f5_101:not(#\9):hover {
135
+ .awsui_undo-button_brdst_1uk2d_101:not(#\9):active, .awsui_undo-button_brdst_1uk2d_101:not(#\9):focus, .awsui_undo-button_brdst_1uk2d_101:not(#\9):hover {
134
136
  text-decoration: underline;
135
137
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
136
138
  text-decoration-color: var(--color-text-link-button-underline-hover-ei09le, transparent);
137
139
  }
138
- .awsui_undo-button_brdst_1v0f5_101[data-awsui-focus-visible=true]:not(#\9):focus {
140
+ .awsui_undo-button_brdst_1uk2d_101[data-awsui-focus-visible=true]:not(#\9):focus {
139
141
  outline: thin dotted;
140
142
  outline: var(--border-link-focus-ring-outline-k2wccv, 0);
141
143
  outline-offset: 2px;
@@ -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
- "root": "awsui_root_brdst_1v0f5_93",
6
- "loading": "awsui_loading_brdst_1v0f5_97",
7
- "undo-button": "awsui_undo-button_brdst_1v0f5_101"
5
+ "root": "awsui_root_brdst_1uk2d_93",
6
+ "loading": "awsui_loading_brdst_1uk2d_97",
7
+ "undo-button": "awsui_undo-button_brdst_1uk2d_101"
8
8
  };
9
9