@cloudscape-design/components-themeable 3.0.4 → 3.0.7

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 (126) hide show
  1. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  2. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +31 -31
  3. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  4. package/lib/internal/template/app-layout/toggles/styles.css.js +3 -3
  5. package/lib/internal/template/app-layout/toggles/styles.scoped.css +13 -13
  6. package/lib/internal/template/app-layout/toggles/styles.selectors.js +3 -3
  7. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +59 -59
  8. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +153 -153
  9. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +59 -59
  10. package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
  11. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +19 -19
  12. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
  13. package/lib/internal/template/button/styles.css.js +18 -18
  14. package/lib/internal/template/button/styles.scoped.css +190 -190
  15. package/lib/internal/template/button/styles.selectors.js +18 -18
  16. package/lib/internal/template/checkbox/styles.css.js +3 -3
  17. package/lib/internal/template/checkbox/styles.scoped.css +8 -8
  18. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  19. package/lib/internal/template/code-editor/styles.css.js +33 -33
  20. package/lib/internal/template/code-editor/styles.scoped.css +168 -168
  21. package/lib/internal/template/code-editor/styles.selectors.js +33 -33
  22. package/lib/internal/template/date-picker/styles.css.js +24 -24
  23. package/lib/internal/template/date-picker/styles.scoped.css +45 -45
  24. package/lib/internal/template/date-picker/styles.selectors.js +24 -24
  25. package/lib/internal/template/date-range-picker/calendar/grids/day/styles.css.js +21 -21
  26. package/lib/internal/template/date-range-picker/calendar/grids/day/styles.scoped.css +42 -42
  27. package/lib/internal/template/date-range-picker/calendar/grids/day/styles.selectors.js +21 -21
  28. package/lib/internal/template/date-range-picker/styles.css.js +42 -42
  29. package/lib/internal/template/date-range-picker/styles.scoped.css +53 -53
  30. package/lib/internal/template/date-range-picker/styles.selectors.js +42 -42
  31. package/lib/internal/template/expandable-section/styles.css.js +20 -20
  32. package/lib/internal/template/expandable-section/styles.scoped.css +46 -46
  33. package/lib/internal/template/expandable-section/styles.selectors.js +20 -20
  34. package/lib/internal/template/flashbar/interfaces.d.ts +4 -4
  35. package/lib/internal/template/flashbar/interfaces.js.map +1 -1
  36. package/lib/internal/template/help-panel/styles.css.js +4 -4
  37. package/lib/internal/template/help-panel/styles.scoped.css +62 -62
  38. package/lib/internal/template/help-panel/styles.selectors.js +4 -4
  39. package/lib/internal/template/icon/icons.js +1 -1
  40. package/lib/internal/template/icon/interfaces.d.ts +1 -1
  41. package/lib/internal/template/icon/interfaces.d.ts.map +1 -1
  42. package/lib/internal/template/icon/interfaces.js.map +1 -1
  43. package/lib/internal/template/input/styles.css.js +13 -13
  44. package/lib/internal/template/input/styles.scoped.css +39 -39
  45. package/lib/internal/template/input/styles.selectors.js +13 -13
  46. package/lib/internal/template/internal/base-component/styles.scoped.css +22 -18
  47. package/lib/internal/template/internal/components/button-trigger/styles.css.js +9 -9
  48. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +31 -31
  49. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +9 -9
  50. package/lib/internal/template/internal/components/cartesian-chart/styles.css.js +21 -21
  51. package/lib/internal/template/internal/components/cartesian-chart/styles.scoped.css +26 -26
  52. package/lib/internal/template/internal/components/cartesian-chart/styles.selectors.js +21 -21
  53. package/lib/internal/template/internal/components/chart-legend/styles.css.js +7 -7
  54. package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +17 -17
  55. package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +7 -7
  56. package/lib/internal/template/internal/components/chart-plot/styles.css.js +5 -5
  57. package/lib/internal/template/internal/components/chart-plot/styles.scoped.css +7 -7
  58. package/lib/internal/template/internal/components/chart-plot/styles.selectors.js +5 -5
  59. package/lib/internal/template/internal/components/filtering-token/styles.css.js +7 -7
  60. package/lib/internal/template/internal/components/filtering-token/styles.scoped.css +15 -15
  61. package/lib/internal/template/internal/components/filtering-token/styles.selectors.js +7 -7
  62. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  63. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +15 -15
  64. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  65. package/lib/internal/template/internal/components/selectable-item/styles.css.js +16 -16
  66. package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +29 -29
  67. package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +16 -16
  68. package/lib/internal/template/internal/environment.js +1 -1
  69. package/lib/internal/template/link/styles.css.js +18 -18
  70. package/lib/internal/template/link/styles.scoped.css +73 -73
  71. package/lib/internal/template/link/styles.selectors.js +18 -18
  72. package/lib/internal/template/pagination/styles.css.js +9 -9
  73. package/lib/internal/template/pagination/styles.scoped.css +27 -27
  74. package/lib/internal/template/pagination/styles.selectors.js +9 -9
  75. package/lib/internal/template/popover/styles.css.js +48 -48
  76. package/lib/internal/template/popover/styles.scoped.css +64 -64
  77. package/lib/internal/template/popover/styles.selectors.js +48 -48
  78. package/lib/internal/template/radio-group/styles.css.js +9 -9
  79. package/lib/internal/template/radio-group/styles.scoped.css +18 -18
  80. package/lib/internal/template/radio-group/styles.selectors.js +9 -9
  81. package/lib/internal/template/segmented-control/styles.css.js +14 -14
  82. package/lib/internal/template/segmented-control/styles.scoped.css +35 -35
  83. package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
  84. package/lib/internal/template/side-navigation/styles.css.js +22 -22
  85. package/lib/internal/template/side-navigation/styles.scoped.css +36 -36
  86. package/lib/internal/template/side-navigation/styles.selectors.js +22 -22
  87. package/lib/internal/template/split-panel/styles.css.js +58 -58
  88. package/lib/internal/template/split-panel/styles.scoped.css +82 -82
  89. package/lib/internal/template/split-panel/styles.selectors.js +58 -58
  90. package/lib/internal/template/table/header-cell/styles.css.js +14 -14
  91. package/lib/internal/template/table/header-cell/styles.scoped.css +28 -28
  92. package/lib/internal/template/table/header-cell/styles.selectors.js +14 -14
  93. package/lib/internal/template/table/styles.css.js +32 -32
  94. package/lib/internal/template/table/styles.scoped.css +39 -39
  95. package/lib/internal/template/table/styles.selectors.js +32 -32
  96. package/lib/internal/template/tabs/styles.css.js +21 -21
  97. package/lib/internal/template/tabs/styles.scoped.css +39 -39
  98. package/lib/internal/template/tabs/styles.selectors.js +21 -21
  99. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  100. package/lib/internal/template/tag-editor/styles.scoped.css +14 -14
  101. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  102. package/lib/internal/template/text-content/styles.css.js +1 -1
  103. package/lib/internal/template/text-content/styles.scoped.css +64 -64
  104. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  105. package/lib/internal/template/textarea/styles.css.js +4 -4
  106. package/lib/internal/template/textarea/styles.scoped.css +20 -20
  107. package/lib/internal/template/textarea/styles.selectors.js +4 -4
  108. package/lib/internal/template/toggle/styles.css.js +8 -8
  109. package/lib/internal/template/toggle/styles.scoped.css +16 -16
  110. package/lib/internal/template/toggle/styles.selectors.js +8 -8
  111. package/lib/internal/template/token-group/styles.css.js +7 -7
  112. package/lib/internal/template/token-group/styles.scoped.css +28 -28
  113. package/lib/internal/template/token-group/styles.selectors.js +7 -7
  114. package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
  115. package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +46 -46
  116. package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
  117. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  118. package/lib/internal/template/top-navigation/styles.scoped.css +72 -72
  119. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  120. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  121. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +32 -32
  122. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  123. package/lib/internal/template/wizard/styles.css.js +31 -31
  124. package/lib/internal/template/wizard/styles.scoped.css +62 -62
  125. package/lib/internal/template/wizard/styles.selectors.js +31 -31
  126. package/package.json +1 -1
@@ -1,19 +1,19 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "header-cell": "awsui_header-cell_1spae_3i1an_93",
5
- "header-cell-sticky": "awsui_header-cell-sticky_1spae_3i1an_103",
6
- "header-cell-stuck": "awsui_header-cell-stuck_1spae_3i1an_106",
7
- "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_3i1an_109",
8
- "header-cell-sortable": "awsui_header-cell-sortable_1spae_3i1an_115",
9
- "sorting-icon": "awsui_sorting-icon_1spae_3i1an_128",
10
- "header-cell-disabled": "awsui_header-cell-disabled_1spae_3i1an_135",
11
- "header-cell-sorted": "awsui_header-cell-sorted_1spae_3i1an_135",
12
- "header-cell-content": "awsui_header-cell-content_1spae_3i1an_135",
13
- "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_3i1an_168",
14
- "header-cell-text": "awsui_header-cell-text_1spae_3i1an_197",
15
- "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_3i1an_197",
16
- "header-cell-ascending": "awsui_header-cell-ascending_1spae_3i1an_203",
17
- "header-cell-descending": "awsui_header-cell-descending_1spae_3i1an_204"
4
+ "header-cell": "awsui_header-cell_1spae_14c9v_93",
5
+ "header-cell-sticky": "awsui_header-cell-sticky_1spae_14c9v_103",
6
+ "header-cell-stuck": "awsui_header-cell-stuck_1spae_14c9v_106",
7
+ "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_14c9v_109",
8
+ "header-cell-sortable": "awsui_header-cell-sortable_1spae_14c9v_115",
9
+ "sorting-icon": "awsui_sorting-icon_1spae_14c9v_128",
10
+ "header-cell-disabled": "awsui_header-cell-disabled_1spae_14c9v_135",
11
+ "header-cell-sorted": "awsui_header-cell-sorted_1spae_14c9v_135",
12
+ "header-cell-content": "awsui_header-cell-content_1spae_14c9v_135",
13
+ "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_14c9v_168",
14
+ "header-cell-text": "awsui_header-cell-text_1spae_14c9v_197",
15
+ "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_14c9v_197",
16
+ "header-cell-ascending": "awsui_header-cell-ascending_1spae_14c9v_203",
17
+ "header-cell-descending": "awsui_header-cell-descending_1spae_14c9v_204"
18
18
  };
19
19
 
@@ -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_3i1an_93:not(#\9) {
93
+ .awsui_header-cell_1spae_14c9v_93:not(#\9) {
94
94
  position: relative;
95
95
  text-align: left;
96
96
  box-sizing: border-box;
@@ -105,26 +105,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
105
105
  padding: 4px 8px;
106
106
  padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-scaled-xs-6859qs, 8px);
107
107
  }
108
- .awsui_header-cell-sticky_1spae_3i1an_103:not(#\9) {
108
+ .awsui_header-cell-sticky_1spae_14c9v_103:not(#\9) {
109
109
  border-bottom: 0px solid #eaeded;
110
110
  border-bottom: var(--border-table-sticky-width-52djt5, 0px) solid var(--color-border-divider-default-k96bks, #eaeded);
111
111
  }
112
- .awsui_header-cell-stuck_1spae_3i1an_106:not(#\9) {
112
+ .awsui_header-cell-stuck_1spae_14c9v_106:not(#\9) {
113
113
  border-bottom-color: transparent;
114
114
  }
115
- .awsui_header-cell-variant-full-page_1spae_3i1an_109:not(#\9) {
115
+ .awsui_header-cell-variant-full-page_1spae_14c9v_109:not(#\9) {
116
116
  border-bottom: 4px solid transparent;
117
117
  border-bottom: var(--space-scaled-xxs-95dhkm, 4px) solid transparent;
118
118
  }
119
- .awsui_header-cell_1spae_3i1an_93:not(#\9):first-child {
119
+ .awsui_header-cell_1spae_14c9v_93:not(#\9):first-child {
120
120
  padding-left: 8px;
121
121
  padding-left: var(--space-xs-rsr2qu, 8px);
122
122
  }
123
- .awsui_header-cell_1spae_3i1an_93:not(#\9):last-child, .awsui_header-cell_1spae_3i1an_93.awsui_header-cell-sortable_1spae_3i1an_115:not(#\9) {
123
+ .awsui_header-cell_1spae_14c9v_93:not(#\9):last-child, .awsui_header-cell_1spae_14c9v_93.awsui_header-cell-sortable_1spae_14c9v_115:not(#\9) {
124
124
  padding-right: 8px;
125
125
  padding-right: var(--space-xs-rsr2qu, 8px);
126
126
  }
127
- .awsui_header-cell_1spae_3i1an_93:not(#\9):not(:last-child):before {
127
+ .awsui_header-cell_1spae_14c9v_93:not(#\9):not(:last-child):before {
128
128
  content: "";
129
129
  position: absolute;
130
130
  right: 0;
@@ -135,7 +135,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
135
135
  box-sizing: border-box;
136
136
  }
137
137
 
138
- .awsui_sorting-icon_1spae_3i1an_128:not(#\9) {
138
+ .awsui_sorting-icon_1spae_14c9v_128:not(#\9) {
139
139
  position: absolute;
140
140
  top: 4px;
141
141
  top: var(--space-scaled-xxs-95dhkm, 4px);
@@ -145,33 +145,33 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
145
145
  color: var(--color-text-column-sorting-icon-is8apt, #879596);
146
146
  }
147
147
 
148
- .awsui_header-cell-disabled_1spae_3i1an_135.awsui_header-cell-sorted_1spae_3i1an_135 > .awsui_header-cell-content_1spae_3i1an_135 > .awsui_sorting-icon_1spae_3i1an_128:not(#\9) {
148
+ .awsui_header-cell-disabled_1spae_14c9v_135.awsui_header-cell-sorted_1spae_14c9v_135 > .awsui_header-cell-content_1spae_14c9v_135 > .awsui_sorting-icon_1spae_14c9v_128:not(#\9) {
149
149
  color: #aab7b8;
150
150
  color: var(--color-text-interactive-disabled-jcikk2, #aab7b8);
151
151
  }
152
152
 
153
- .awsui_header-cell-content_1spae_3i1an_135:not(#\9) {
153
+ .awsui_header-cell-content_1spae_14c9v_135:not(#\9) {
154
154
  position: relative;
155
155
  padding: 4px 12px;
156
156
  padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-s-hv8c1d, 12px);
157
157
  }
158
- .awsui_header-cell-sortable_1spae_3i1an_115 > .awsui_header-cell-content_1spae_3i1an_135:not(#\9) {
158
+ .awsui_header-cell-sortable_1spae_14c9v_115 > .awsui_header-cell-content_1spae_14c9v_135:not(#\9) {
159
159
  padding-right: calc(24px + 4px);
160
160
  padding-right: calc(var(--space-xl-a39hup, 24px) + var(--space-xxs-ynfts5, 4px));
161
161
  }
162
- .awsui_header-cell-content_1spae_3i1an_135:not(#\9):focus {
162
+ .awsui_header-cell-content_1spae_14c9v_135:not(#\9):focus {
163
163
  outline: none;
164
164
  text-decoration: none;
165
165
  }
166
- .awsui_header-cell-content_1spae_3i1an_135[data-awsui-focus-visible=true]:not(#\9):focus {
166
+ .awsui_header-cell-content_1spae_14c9v_135[data-awsui-focus-visible=true]:not(#\9):focus {
167
167
  position: relative;
168
168
  }
169
- .awsui_header-cell-content_1spae_3i1an_135[data-awsui-focus-visible=true]:not(#\9):focus {
169
+ .awsui_header-cell-content_1spae_14c9v_135[data-awsui-focus-visible=true]:not(#\9):focus {
170
170
  outline: 2px dotted transparent;
171
171
  outline-offset: calc(0px - 1px);
172
172
  outline-offset: calc(var(--space-table-header-focus-outline-gutter-uqywlq, 0px) - 1px);
173
173
  }
174
- .awsui_header-cell-content_1spae_3i1an_135[data-awsui-focus-visible=true]:not(#\9):focus::before {
174
+ .awsui_header-cell-content_1spae_14c9v_135[data-awsui-focus-visible=true]:not(#\9):focus::before {
175
175
  content: " ";
176
176
  display: block;
177
177
  position: absolute;
@@ -185,18 +185,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
185
185
  height: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-uqywlq, 0px));
186
186
  border-radius: 2px;
187
187
  border-radius: var(--border-control-focus-ring-radius-default-9royjh, 2px);
188
- box-shadow: 0 0 0 2px #00a1c9;
189
- box-shadow: 0 0 0 2px var(--color-border-item-focused-bs10w5, #00a1c9);
188
+ box-shadow: 0 0 0 2px #0073bb;
189
+ box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
190
190
  }
191
- .awsui_header-cell-content_1spae_3i1an_135.awsui_header-cell-fake-focus_1spae_3i1an_168:not(#\9) {
191
+ .awsui_header-cell-content_1spae_14c9v_135.awsui_header-cell-fake-focus_1spae_14c9v_168:not(#\9) {
192
192
  position: relative;
193
193
  }
194
- .awsui_header-cell-content_1spae_3i1an_135.awsui_header-cell-fake-focus_1spae_3i1an_168:not(#\9) {
194
+ .awsui_header-cell-content_1spae_14c9v_135.awsui_header-cell-fake-focus_1spae_14c9v_168:not(#\9) {
195
195
  outline: 2px dotted transparent;
196
196
  outline-offset: calc(0px - 1px);
197
197
  outline-offset: calc(var(--space-table-header-focus-outline-gutter-uqywlq, 0px) - 1px);
198
198
  }
199
- .awsui_header-cell-content_1spae_3i1an_135.awsui_header-cell-fake-focus_1spae_3i1an_168:not(#\9)::before {
199
+ .awsui_header-cell-content_1spae_14c9v_135.awsui_header-cell-fake-focus_1spae_14c9v_168:not(#\9)::before {
200
200
  content: " ";
201
201
  display: block;
202
202
  position: absolute;
@@ -210,29 +210,29 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
210
210
  height: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-uqywlq, 0px));
211
211
  border-radius: 2px;
212
212
  border-radius: var(--border-control-focus-ring-radius-default-9royjh, 2px);
213
- box-shadow: 0 0 0 2px #00a1c9;
214
- box-shadow: 0 0 0 2px var(--color-border-item-focused-bs10w5, #00a1c9);
213
+ box-shadow: 0 0 0 2px #0073bb;
214
+ box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
215
215
  }
216
216
 
217
- .awsui_header-cell-sortable_1spae_3i1an_115:not(#\9):not(.awsui_header-cell-disabled_1spae_3i1an_135) > .awsui_header-cell-content_1spae_3i1an_135 {
217
+ .awsui_header-cell-sortable_1spae_14c9v_115:not(#\9):not(.awsui_header-cell-disabled_1spae_14c9v_135) > .awsui_header-cell-content_1spae_14c9v_135 {
218
218
  cursor: pointer;
219
219
  }
220
- .awsui_header-cell-sortable_1spae_3i1an_115:not(#\9):not(.awsui_header-cell-disabled_1spae_3i1an_135) > .awsui_header-cell-content_1spae_3i1an_135:hover, .awsui_header-cell-sortable_1spae_3i1an_115:not(#\9):not(.awsui_header-cell-disabled_1spae_3i1an_135).awsui_header-cell-sorted_1spae_3i1an_135 > .awsui_header-cell-content_1spae_3i1an_135 {
220
+ .awsui_header-cell-sortable_1spae_14c9v_115:not(#\9):not(.awsui_header-cell-disabled_1spae_14c9v_135) > .awsui_header-cell-content_1spae_14c9v_135:hover, .awsui_header-cell-sortable_1spae_14c9v_115:not(#\9):not(.awsui_header-cell-disabled_1spae_14c9v_135).awsui_header-cell-sorted_1spae_14c9v_135 > .awsui_header-cell-content_1spae_14c9v_135 {
221
221
  color: #16191f;
222
222
  color: var(--color-text-interactive-active-i5elzx, #16191f);
223
223
  }
224
- .awsui_header-cell-sortable_1spae_3i1an_115:not(#\9):not(.awsui_header-cell-disabled_1spae_3i1an_135) > .awsui_header-cell-content_1spae_3i1an_135:hover > .awsui_sorting-icon_1spae_3i1an_128, .awsui_header-cell-sortable_1spae_3i1an_115:not(#\9):not(.awsui_header-cell-disabled_1spae_3i1an_135).awsui_header-cell-sorted_1spae_3i1an_135 > .awsui_header-cell-content_1spae_3i1an_135 > .awsui_sorting-icon_1spae_3i1an_128 {
224
+ .awsui_header-cell-sortable_1spae_14c9v_115:not(#\9):not(.awsui_header-cell-disabled_1spae_14c9v_135) > .awsui_header-cell-content_1spae_14c9v_135:hover > .awsui_sorting-icon_1spae_14c9v_128, .awsui_header-cell-sortable_1spae_14c9v_115:not(#\9):not(.awsui_header-cell-disabled_1spae_14c9v_135).awsui_header-cell-sorted_1spae_14c9v_135 > .awsui_header-cell-content_1spae_14c9v_135 > .awsui_sorting-icon_1spae_14c9v_128 {
225
225
  color: #16191f;
226
226
  color: var(--color-text-interactive-active-i5elzx, #16191f);
227
227
  }
228
228
 
229
- .awsui_header-cell-text_1spae_3i1an_197:not(#\9):not(.awsui_header-cell-text-wrap_1spae_3i1an_197) {
229
+ .awsui_header-cell-text_1spae_14c9v_197:not(#\9):not(.awsui_header-cell-text-wrap_1spae_14c9v_197) {
230
230
  white-space: nowrap;
231
231
  overflow: hidden;
232
232
  text-overflow: ellipsis;
233
233
  }
234
234
 
235
- .awsui_header-cell-ascending_1spae_3i1an_203:not(#\9),
236
- .awsui_header-cell-descending_1spae_3i1an_204:not(#\9) {
235
+ .awsui_header-cell-ascending_1spae_14c9v_203:not(#\9),
236
+ .awsui_header-cell-descending_1spae_14c9v_204:not(#\9) {
237
237
  /* used in test-utils */
238
238
  }
@@ -2,19 +2,19 @@
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_3i1an_93",
6
- "header-cell-sticky": "awsui_header-cell-sticky_1spae_3i1an_103",
7
- "header-cell-stuck": "awsui_header-cell-stuck_1spae_3i1an_106",
8
- "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_3i1an_109",
9
- "header-cell-sortable": "awsui_header-cell-sortable_1spae_3i1an_115",
10
- "sorting-icon": "awsui_sorting-icon_1spae_3i1an_128",
11
- "header-cell-disabled": "awsui_header-cell-disabled_1spae_3i1an_135",
12
- "header-cell-sorted": "awsui_header-cell-sorted_1spae_3i1an_135",
13
- "header-cell-content": "awsui_header-cell-content_1spae_3i1an_135",
14
- "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_3i1an_168",
15
- "header-cell-text": "awsui_header-cell-text_1spae_3i1an_197",
16
- "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_3i1an_197",
17
- "header-cell-ascending": "awsui_header-cell-ascending_1spae_3i1an_203",
18
- "header-cell-descending": "awsui_header-cell-descending_1spae_3i1an_204"
5
+ "header-cell": "awsui_header-cell_1spae_14c9v_93",
6
+ "header-cell-sticky": "awsui_header-cell-sticky_1spae_14c9v_103",
7
+ "header-cell-stuck": "awsui_header-cell-stuck_1spae_14c9v_106",
8
+ "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_14c9v_109",
9
+ "header-cell-sortable": "awsui_header-cell-sortable_1spae_14c9v_115",
10
+ "sorting-icon": "awsui_sorting-icon_1spae_14c9v_128",
11
+ "header-cell-disabled": "awsui_header-cell-disabled_1spae_14c9v_135",
12
+ "header-cell-sorted": "awsui_header-cell-sorted_1spae_14c9v_135",
13
+ "header-cell-content": "awsui_header-cell-content_1spae_14c9v_135",
14
+ "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_14c9v_168",
15
+ "header-cell-text": "awsui_header-cell-text_1spae_14c9v_197",
16
+ "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_14c9v_197",
17
+ "header-cell-ascending": "awsui_header-cell-ascending_1spae_14c9v_203",
18
+ "header-cell-descending": "awsui_header-cell-descending_1spae_14c9v_204"
19
19
  };
20
20
 
@@ -1,37 +1,37 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_wih1l_1rmtk_97",
5
- "tools": "awsui_tools_wih1l_1rmtk_106",
6
- "tools-filtering": "awsui_tools-filtering_wih1l_1rmtk_112",
7
- "tools-align-right": "awsui_tools-align-right_wih1l_1rmtk_116",
8
- "tools-pagination": "awsui_tools-pagination_wih1l_1rmtk_120",
9
- "tools-preferences": "awsui_tools-preferences_wih1l_1rmtk_120",
10
- "tools-small": "awsui_tools-small_wih1l_1rmtk_126",
11
- "table": "awsui_table_wih1l_1rmtk_132",
12
- "table-layout-fixed": "awsui_table-layout-fixed_wih1l_1rmtk_138",
13
- "wrapper": "awsui_wrapper_wih1l_1rmtk_142",
14
- "variant-stacked": "awsui_variant-stacked_wih1l_1rmtk_152",
15
- "variant-container": "awsui_variant-container_wih1l_1rmtk_152",
16
- "variant-embedded": "awsui_variant-embedded_wih1l_1rmtk_156",
17
- "has-header": "awsui_has-header_wih1l_1rmtk_159",
18
- "has-footer": "awsui_has-footer_wih1l_1rmtk_162",
19
- "cell-merged": "awsui_cell-merged_wih1l_1rmtk_172",
20
- "cell-merged-content": "awsui_cell-merged-content_wih1l_1rmtk_176",
21
- "empty": "awsui_empty_wih1l_1rmtk_191",
22
- "loading": "awsui_loading_wih1l_1rmtk_195",
23
- "selection-control": "awsui_selection-control_wih1l_1rmtk_199",
24
- "selection-control-header": "awsui_selection-control-header_wih1l_1rmtk_206",
25
- "sticky-scrollbar": "awsui_sticky-scrollbar_wih1l_1rmtk_211",
26
- "sticky-scrollbar-content": "awsui_sticky-scrollbar-content_wih1l_1rmtk_221",
27
- "sticky-scrollbar-visible": "awsui_sticky-scrollbar-visible_wih1l_1rmtk_224",
28
- "header-secondary": "awsui_header-secondary_wih1l_1rmtk_228",
29
- "header-controls": "awsui_header-controls_wih1l_1rmtk_248",
30
- "divider": "awsui_divider_wih1l_1rmtk_265",
31
- "footer-wrapper": "awsui_footer-wrapper_wih1l_1rmtk_272",
32
- "footer": "awsui_footer_wih1l_1rmtk_272",
33
- "thead-active": "awsui_thead-active_wih1l_1rmtk_281",
34
- "row": "awsui_row_wih1l_1rmtk_282",
35
- "row-selected": "awsui_row-selected_wih1l_1rmtk_283"
4
+ "root": "awsui_root_wih1l_x3kr1_97",
5
+ "tools": "awsui_tools_wih1l_x3kr1_106",
6
+ "tools-filtering": "awsui_tools-filtering_wih1l_x3kr1_112",
7
+ "tools-align-right": "awsui_tools-align-right_wih1l_x3kr1_116",
8
+ "tools-pagination": "awsui_tools-pagination_wih1l_x3kr1_120",
9
+ "tools-preferences": "awsui_tools-preferences_wih1l_x3kr1_120",
10
+ "tools-small": "awsui_tools-small_wih1l_x3kr1_126",
11
+ "table": "awsui_table_wih1l_x3kr1_132",
12
+ "table-layout-fixed": "awsui_table-layout-fixed_wih1l_x3kr1_138",
13
+ "wrapper": "awsui_wrapper_wih1l_x3kr1_142",
14
+ "variant-stacked": "awsui_variant-stacked_wih1l_x3kr1_152",
15
+ "variant-container": "awsui_variant-container_wih1l_x3kr1_152",
16
+ "variant-embedded": "awsui_variant-embedded_wih1l_x3kr1_156",
17
+ "has-header": "awsui_has-header_wih1l_x3kr1_159",
18
+ "has-footer": "awsui_has-footer_wih1l_x3kr1_162",
19
+ "cell-merged": "awsui_cell-merged_wih1l_x3kr1_172",
20
+ "cell-merged-content": "awsui_cell-merged-content_wih1l_x3kr1_176",
21
+ "empty": "awsui_empty_wih1l_x3kr1_191",
22
+ "loading": "awsui_loading_wih1l_x3kr1_195",
23
+ "selection-control": "awsui_selection-control_wih1l_x3kr1_199",
24
+ "selection-control-header": "awsui_selection-control-header_wih1l_x3kr1_206",
25
+ "sticky-scrollbar": "awsui_sticky-scrollbar_wih1l_x3kr1_211",
26
+ "sticky-scrollbar-content": "awsui_sticky-scrollbar-content_wih1l_x3kr1_221",
27
+ "sticky-scrollbar-visible": "awsui_sticky-scrollbar-visible_wih1l_x3kr1_224",
28
+ "header-secondary": "awsui_header-secondary_wih1l_x3kr1_228",
29
+ "header-controls": "awsui_header-controls_wih1l_x3kr1_248",
30
+ "divider": "awsui_divider_wih1l_x3kr1_265",
31
+ "footer-wrapper": "awsui_footer-wrapper_wih1l_x3kr1_272",
32
+ "footer": "awsui_footer_wih1l_x3kr1_272",
33
+ "thead-active": "awsui_thead-active_wih1l_x3kr1_281",
34
+ "row": "awsui_row_wih1l_x3kr1_282",
35
+ "row-selected": "awsui_row-selected_wih1l_x3kr1_283"
36
36
  };
37
37
 
@@ -94,7 +94,7 @@ 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_root_wih1l_1rmtk_97:not(#\9) {
97
+ .awsui_root_wih1l_x3kr1_97:not(#\9) {
98
98
  font-size: 14px;
99
99
  font-size: var(--font-body-m-size-sregvd, 14px);
100
100
  line-height: 22px;
@@ -107,23 +107,23 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
107
107
  width: 100%;
108
108
  }
109
109
 
110
- .awsui_tools_wih1l_1rmtk_106:not(#\9) {
110
+ .awsui_tools_wih1l_x3kr1_106:not(#\9) {
111
111
  display: flex;
112
112
  align-items: flex-start;
113
113
  flex-wrap: wrap;
114
114
  padding: 8px 0 4px;
115
115
  padding: var(--space-scaled-xs-6859qs, 8px) 0 var(--space-scaled-xxs-95dhkm, 4px);
116
116
  }
117
- .awsui_tools-filtering_wih1l_1rmtk_112:not(#\9) {
117
+ .awsui_tools-filtering_wih1l_x3kr1_112:not(#\9) {
118
118
  flex: 1 1 0%;
119
119
  margin-right: 20px;
120
120
  margin-right: var(--space-l-4vl6xu, 20px);
121
121
  }
122
- .awsui_tools-align-right_wih1l_1rmtk_116:not(#\9) {
122
+ .awsui_tools-align-right_wih1l_x3kr1_116:not(#\9) {
123
123
  display: flex;
124
124
  margin-left: auto;
125
125
  }
126
- .awsui_tools-pagination_wih1l_1rmtk_120 + .awsui_tools-preferences_wih1l_1rmtk_120:not(#\9) {
126
+ .awsui_tools-pagination_wih1l_x3kr1_120 + .awsui_tools-preferences_wih1l_x3kr1_120:not(#\9) {
127
127
  border-left: 1px solid #eaeded;
128
128
  border-left: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-divider-default-k96bks, #eaeded);
129
129
  box-sizing: border-box;
@@ -132,24 +132,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
132
132
  padding-left: 8px;
133
133
  padding-left: var(--space-xs-rsr2qu, 8px);
134
134
  }
135
- .awsui_tools-small_wih1l_1rmtk_126 > .awsui_tools-filtering_wih1l_1rmtk_112:not(#\9) {
135
+ .awsui_tools-small_wih1l_x3kr1_126 > .awsui_tools-filtering_wih1l_x3kr1_112:not(#\9) {
136
136
  margin-right: 0;
137
137
  margin-bottom: 8px;
138
138
  margin-bottom: var(--space-scaled-xs-6859qs, 8px);
139
139
  flex-basis: 100%;
140
140
  }
141
141
 
142
- .awsui_table_wih1l_1rmtk_132:not(#\9) {
142
+ .awsui_table_wih1l_x3kr1_132:not(#\9) {
143
143
  width: 100%;
144
144
  border-spacing: 0;
145
145
  position: relative;
146
146
  box-sizing: border-box;
147
147
  }
148
- .awsui_table-layout-fixed_wih1l_1rmtk_138:not(#\9) {
148
+ .awsui_table-layout-fixed_wih1l_x3kr1_138:not(#\9) {
149
149
  table-layout: fixed;
150
150
  }
151
151
 
152
- .awsui_wrapper_wih1l_1rmtk_142:not(#\9) {
152
+ .awsui_wrapper_wih1l_x3kr1_142:not(#\9) {
153
153
  position: relative;
154
154
  box-sizing: border-box;
155
155
  width: 100%;
@@ -163,36 +163,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
163
163
  border-top-left-radius: 0px;
164
164
  border-top-left-radius: var(--border-container-radius-gcr27z, 0px);
165
165
  }
166
- .awsui_wrapper_wih1l_1rmtk_142.awsui_variant-stacked_wih1l_1rmtk_152 > .awsui_table_wih1l_1rmtk_132:not(#\9), .awsui_wrapper_wih1l_1rmtk_142.awsui_variant-container_wih1l_1rmtk_152 > .awsui_table_wih1l_1rmtk_132:not(#\9) {
166
+ .awsui_wrapper_wih1l_x3kr1_142.awsui_variant-stacked_wih1l_x3kr1_152 > .awsui_table_wih1l_x3kr1_132:not(#\9), .awsui_wrapper_wih1l_x3kr1_142.awsui_variant-container_wih1l_x3kr1_152 > .awsui_table_wih1l_x3kr1_132:not(#\9) {
167
167
  padding-left: 0px;
168
168
  padding-left: var(--space-table-horizontal-njdbej, 0px);
169
169
  padding-right: 0px;
170
170
  padding-right: var(--space-table-horizontal-njdbej, 0px);
171
171
  }
172
- .awsui_wrapper_wih1l_1rmtk_142.awsui_variant-embedded_wih1l_1rmtk_156:not(#\9) {
172
+ .awsui_wrapper_wih1l_x3kr1_142.awsui_variant-embedded_wih1l_x3kr1_156:not(#\9) {
173
173
  padding-bottom: 0px;
174
174
  padding-bottom: var(--space-table-embedded-content-bottom-7vc5vt, 0px);
175
175
  }
176
- .awsui_wrapper_wih1l_1rmtk_142.awsui_has-header_wih1l_1rmtk_159:not(#\9) {
176
+ .awsui_wrapper_wih1l_x3kr1_142.awsui_has-header_wih1l_x3kr1_159:not(#\9) {
177
177
  padding-top: 0px;
178
178
  }
179
- .awsui_wrapper_wih1l_1rmtk_142.awsui_has-footer_wih1l_1rmtk_162:not(#\9) {
179
+ .awsui_wrapper_wih1l_x3kr1_142.awsui_has-footer_wih1l_x3kr1_162:not(#\9) {
180
180
  padding-bottom: 0px;
181
181
  }
182
- .awsui_wrapper_wih1l_1rmtk_142[data-awsui-focus-visible=true]:not(#\9):focus {
182
+ .awsui_wrapper_wih1l_x3kr1_142[data-awsui-focus-visible=true]:not(#\9):focus {
183
183
  outline: 2px dotted transparent;
184
184
  outline-offset: 2px;
185
185
  border-radius: 0px;
186
186
  border-radius: var(--border-container-radius-gcr27z, 0px);
187
- box-shadow: 0 0 0 2px #00a1c9;
188
- box-shadow: 0 0 0 2px var(--color-border-item-focused-bs10w5, #00a1c9);
187
+ box-shadow: 0 0 0 2px #0073bb;
188
+ box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
189
189
  }
190
190
 
191
- .awsui_cell-merged_wih1l_1rmtk_172:not(#\9) {
191
+ .awsui_cell-merged_wih1l_x3kr1_172:not(#\9) {
192
192
  text-align: center;
193
193
  padding: 0;
194
194
  }
195
- .awsui_cell-merged-content_wih1l_1rmtk_176:not(#\9) {
195
+ .awsui_cell-merged-content_wih1l_x3kr1_176:not(#\9) {
196
196
  box-sizing: border-box;
197
197
  width: 100%;
198
198
  padding: 16px 20px 20px;
@@ -201,7 +201,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
201
201
  /* stylelint-enable plugin/no-unsupported-browser-features */
202
202
  }
203
203
  @supports (position: sticky) {
204
- .awsui_cell-merged-content_wih1l_1rmtk_176:not(#\9) {
204
+ .awsui_cell-merged-content_wih1l_x3kr1_176:not(#\9) {
205
205
  position: sticky;
206
206
  left: 0;
207
207
  margin: 0 calc(-2 * 0px);
@@ -209,30 +209,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
209
209
  }
210
210
  }
211
211
 
212
- .awsui_empty_wih1l_1rmtk_191:not(#\9) {
212
+ .awsui_empty_wih1l_x3kr1_191:not(#\9) {
213
213
  color: #687078;
214
214
  color: var(--color-text-empty-izapdt, #687078);
215
215
  }
216
216
 
217
- .awsui_loading_wih1l_1rmtk_195:not(#\9) {
217
+ .awsui_loading_wih1l_x3kr1_195:not(#\9) {
218
218
  /* used in test-utils */
219
219
  }
220
220
 
221
- .awsui_selection-control_wih1l_1rmtk_199:not(#\9) {
221
+ .awsui_selection-control_wih1l_x3kr1_199:not(#\9) {
222
222
  position: relative;
223
223
  box-sizing: border-box;
224
224
  width: 54px;
225
225
  max-width: 54px;
226
226
  min-width: 54px;
227
227
  }
228
- .awsui_selection-control_wih1l_1rmtk_199.awsui_selection-control-header_wih1l_1rmtk_206:not(#\9) {
228
+ .awsui_selection-control_wih1l_x3kr1_199.awsui_selection-control-header_wih1l_x3kr1_206:not(#\9) {
229
229
  padding: 8px 20px;
230
230
  padding: var(--space-scaled-xs-6859qs, 8px) var(--space-scaled-l-t03y3z, 20px);
231
231
  border-left: 1px solid transparent;
232
232
  border-left: var(--border-item-width-yvnixs, 1px) solid transparent;
233
233
  }
234
234
 
235
- .awsui_sticky-scrollbar_wih1l_1rmtk_211:not(#\9) {
235
+ .awsui_sticky-scrollbar_wih1l_x3kr1_211:not(#\9) {
236
236
  height: 15px;
237
237
  position: fixed;
238
238
  display: none;
@@ -242,14 +242,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
242
242
  bottom: 0;
243
243
  width: 100%;
244
244
  }
245
- .awsui_sticky-scrollbar-content_wih1l_1rmtk_221:not(#\9) {
245
+ .awsui_sticky-scrollbar-content_wih1l_x3kr1_221:not(#\9) {
246
246
  height: 15px;
247
247
  }
248
- .awsui_sticky-scrollbar-visible_wih1l_1rmtk_224:not(#\9) {
248
+ .awsui_sticky-scrollbar-visible_wih1l_x3kr1_224:not(#\9) {
249
249
  display: block;
250
250
  }
251
251
 
252
- .awsui_header-secondary_wih1l_1rmtk_228:not(#\9) {
252
+ .awsui_header-secondary_wih1l_x3kr1_228:not(#\9) {
253
253
  overflow: auto;
254
254
  -ms-overflow-style: none;
255
255
  /* Internet Explorer 10+ */
@@ -261,30 +261,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
261
261
  background: #fafafa;
262
262
  background: var(--color-background-table-header-mryayf, #fafafa);
263
263
  }
264
- .awsui_header-secondary_wih1l_1rmtk_228.awsui_variant-stacked_wih1l_1rmtk_152 > .awsui_table_wih1l_1rmtk_132:not(#\9), .awsui_header-secondary_wih1l_1rmtk_228.awsui_variant-container_wih1l_1rmtk_152 > .awsui_table_wih1l_1rmtk_132:not(#\9) {
264
+ .awsui_header-secondary_wih1l_x3kr1_228.awsui_variant-stacked_wih1l_x3kr1_152 > .awsui_table_wih1l_x3kr1_132:not(#\9), .awsui_header-secondary_wih1l_x3kr1_228.awsui_variant-container_wih1l_x3kr1_152 > .awsui_table_wih1l_x3kr1_132:not(#\9) {
265
265
  padding-left: 0px;
266
266
  padding-left: var(--space-table-horizontal-njdbej, 0px);
267
267
  padding-right: 0px;
268
268
  padding-right: var(--space-table-horizontal-njdbej, 0px);
269
269
  }
270
- .awsui_header-secondary_wih1l_1rmtk_228:not(#\9)::-webkit-scrollbar {
270
+ .awsui_header-secondary_wih1l_x3kr1_228:not(#\9)::-webkit-scrollbar {
271
271
  display: none;
272
272
  /* Safari and Chrome */
273
273
  }
274
274
 
275
- .awsui_header-controls_wih1l_1rmtk_248:not(#\9) {
275
+ .awsui_header-controls_wih1l_x3kr1_248:not(#\9) {
276
276
  padding-top: 12px;
277
277
  padding-top: var(--space-container-header-vertical-0bd19u, 12px);
278
278
  padding-bottom: 12px;
279
279
  padding-bottom: var(--space-container-header-vertical-0bd19u, 12px);
280
280
  }
281
- .awsui_header-controls_wih1l_1rmtk_248.awsui_variant-stacked_wih1l_1rmtk_152:not(#\9), .awsui_header-controls_wih1l_1rmtk_248.awsui_variant-container_wih1l_1rmtk_152:not(#\9) {
281
+ .awsui_header-controls_wih1l_x3kr1_248.awsui_variant-stacked_wih1l_x3kr1_152:not(#\9), .awsui_header-controls_wih1l_x3kr1_248.awsui_variant-container_wih1l_x3kr1_152:not(#\9) {
282
282
  padding-left: calc(0px + 20px);
283
283
  padding-left: calc(var(--space-table-horizontal-njdbej, 0px) + var(--space-table-header-horizontal-4u689g, 20px));
284
284
  padding-right: calc(0px + 20px);
285
285
  padding-right: calc(var(--space-table-horizontal-njdbej, 0px) + var(--space-table-header-horizontal-4u689g, 20px));
286
286
  }
287
- .awsui_header-controls_wih1l_1rmtk_248.awsui_variant-embedded_wih1l_1rmtk_156:not(#\9) {
287
+ .awsui_header-controls_wih1l_x3kr1_248.awsui_variant-embedded_wih1l_x3kr1_156:not(#\9) {
288
288
  padding-left: 20px;
289
289
  padding-left: var(--space-table-header-horizontal-4u689g, 20px);
290
290
  padding-right: 20px;
@@ -292,12 +292,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
292
292
  padding-top: 12px;
293
293
  padding-top: var(--space-table-embedded-header-top-1yxc8d, 12px);
294
294
  }
295
- .awsui_header-controls_wih1l_1rmtk_248 + .awsui_header-secondary_wih1l_1rmtk_228:not(#\9) {
295
+ .awsui_header-controls_wih1l_x3kr1_248 + .awsui_header-secondary_wih1l_x3kr1_228:not(#\9) {
296
296
  border-top: 1px solid #eaeded;
297
297
  border-top: var(--border-divider-list-width-hacikr, 1px) solid var(--color-border-container-divider-z203b8, #eaeded);
298
298
  }
299
299
 
300
- .awsui_divider_wih1l_1rmtk_265:not(#\9) {
300
+ .awsui_divider_wih1l_x3kr1_265:not(#\9) {
301
301
  border: none;
302
302
  margin: 0;
303
303
  height: 0;
@@ -305,20 +305,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
305
305
  border-top: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-divider-default-k96bks, #eaeded);
306
306
  }
307
307
 
308
- .awsui_footer-wrapper_wih1l_1rmtk_272.awsui_variant-stacked_wih1l_1rmtk_152:not(#\9), .awsui_footer-wrapper_wih1l_1rmtk_272.awsui_variant-container_wih1l_1rmtk_152:not(#\9) {
308
+ .awsui_footer-wrapper_wih1l_x3kr1_272.awsui_variant-stacked_wih1l_x3kr1_152:not(#\9), .awsui_footer-wrapper_wih1l_x3kr1_272.awsui_variant-container_wih1l_x3kr1_152:not(#\9) {
309
309
  padding-left: 0px;
310
310
  padding-left: var(--space-table-horizontal-njdbej, 0px);
311
311
  padding-right: 0px;
312
312
  padding-right: var(--space-table-horizontal-njdbej, 0px);
313
313
  }
314
314
 
315
- .awsui_footer_wih1l_1rmtk_272:not(#\9) {
315
+ .awsui_footer_wih1l_x3kr1_272:not(#\9) {
316
316
  padding: 12px 20px;
317
317
  padding: var(--space-scaled-s-cu1hzn, 12px) var(--space-table-footer-horizontal-m6qo87, 20px);
318
318
  }
319
319
 
320
- .awsui_thead-active_wih1l_1rmtk_281:not(#\9),
321
- .awsui_row_wih1l_1rmtk_282:not(#\9),
322
- .awsui_row-selected_wih1l_1rmtk_283:not(#\9) {
320
+ .awsui_thead-active_wih1l_x3kr1_281:not(#\9),
321
+ .awsui_row_wih1l_x3kr1_282:not(#\9),
322
+ .awsui_row-selected_wih1l_x3kr1_283:not(#\9) {
323
323
  /* used in test-utils */
324
324
  }
@@ -2,37 +2,37 @@
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_wih1l_1rmtk_97",
6
- "tools": "awsui_tools_wih1l_1rmtk_106",
7
- "tools-filtering": "awsui_tools-filtering_wih1l_1rmtk_112",
8
- "tools-align-right": "awsui_tools-align-right_wih1l_1rmtk_116",
9
- "tools-pagination": "awsui_tools-pagination_wih1l_1rmtk_120",
10
- "tools-preferences": "awsui_tools-preferences_wih1l_1rmtk_120",
11
- "tools-small": "awsui_tools-small_wih1l_1rmtk_126",
12
- "table": "awsui_table_wih1l_1rmtk_132",
13
- "table-layout-fixed": "awsui_table-layout-fixed_wih1l_1rmtk_138",
14
- "wrapper": "awsui_wrapper_wih1l_1rmtk_142",
15
- "variant-stacked": "awsui_variant-stacked_wih1l_1rmtk_152",
16
- "variant-container": "awsui_variant-container_wih1l_1rmtk_152",
17
- "variant-embedded": "awsui_variant-embedded_wih1l_1rmtk_156",
18
- "has-header": "awsui_has-header_wih1l_1rmtk_159",
19
- "has-footer": "awsui_has-footer_wih1l_1rmtk_162",
20
- "cell-merged": "awsui_cell-merged_wih1l_1rmtk_172",
21
- "cell-merged-content": "awsui_cell-merged-content_wih1l_1rmtk_176",
22
- "empty": "awsui_empty_wih1l_1rmtk_191",
23
- "loading": "awsui_loading_wih1l_1rmtk_195",
24
- "selection-control": "awsui_selection-control_wih1l_1rmtk_199",
25
- "selection-control-header": "awsui_selection-control-header_wih1l_1rmtk_206",
26
- "sticky-scrollbar": "awsui_sticky-scrollbar_wih1l_1rmtk_211",
27
- "sticky-scrollbar-content": "awsui_sticky-scrollbar-content_wih1l_1rmtk_221",
28
- "sticky-scrollbar-visible": "awsui_sticky-scrollbar-visible_wih1l_1rmtk_224",
29
- "header-secondary": "awsui_header-secondary_wih1l_1rmtk_228",
30
- "header-controls": "awsui_header-controls_wih1l_1rmtk_248",
31
- "divider": "awsui_divider_wih1l_1rmtk_265",
32
- "footer-wrapper": "awsui_footer-wrapper_wih1l_1rmtk_272",
33
- "footer": "awsui_footer_wih1l_1rmtk_272",
34
- "thead-active": "awsui_thead-active_wih1l_1rmtk_281",
35
- "row": "awsui_row_wih1l_1rmtk_282",
36
- "row-selected": "awsui_row-selected_wih1l_1rmtk_283"
5
+ "root": "awsui_root_wih1l_x3kr1_97",
6
+ "tools": "awsui_tools_wih1l_x3kr1_106",
7
+ "tools-filtering": "awsui_tools-filtering_wih1l_x3kr1_112",
8
+ "tools-align-right": "awsui_tools-align-right_wih1l_x3kr1_116",
9
+ "tools-pagination": "awsui_tools-pagination_wih1l_x3kr1_120",
10
+ "tools-preferences": "awsui_tools-preferences_wih1l_x3kr1_120",
11
+ "tools-small": "awsui_tools-small_wih1l_x3kr1_126",
12
+ "table": "awsui_table_wih1l_x3kr1_132",
13
+ "table-layout-fixed": "awsui_table-layout-fixed_wih1l_x3kr1_138",
14
+ "wrapper": "awsui_wrapper_wih1l_x3kr1_142",
15
+ "variant-stacked": "awsui_variant-stacked_wih1l_x3kr1_152",
16
+ "variant-container": "awsui_variant-container_wih1l_x3kr1_152",
17
+ "variant-embedded": "awsui_variant-embedded_wih1l_x3kr1_156",
18
+ "has-header": "awsui_has-header_wih1l_x3kr1_159",
19
+ "has-footer": "awsui_has-footer_wih1l_x3kr1_162",
20
+ "cell-merged": "awsui_cell-merged_wih1l_x3kr1_172",
21
+ "cell-merged-content": "awsui_cell-merged-content_wih1l_x3kr1_176",
22
+ "empty": "awsui_empty_wih1l_x3kr1_191",
23
+ "loading": "awsui_loading_wih1l_x3kr1_195",
24
+ "selection-control": "awsui_selection-control_wih1l_x3kr1_199",
25
+ "selection-control-header": "awsui_selection-control-header_wih1l_x3kr1_206",
26
+ "sticky-scrollbar": "awsui_sticky-scrollbar_wih1l_x3kr1_211",
27
+ "sticky-scrollbar-content": "awsui_sticky-scrollbar-content_wih1l_x3kr1_221",
28
+ "sticky-scrollbar-visible": "awsui_sticky-scrollbar-visible_wih1l_x3kr1_224",
29
+ "header-secondary": "awsui_header-secondary_wih1l_x3kr1_228",
30
+ "header-controls": "awsui_header-controls_wih1l_x3kr1_248",
31
+ "divider": "awsui_divider_wih1l_x3kr1_265",
32
+ "footer-wrapper": "awsui_footer-wrapper_wih1l_x3kr1_272",
33
+ "footer": "awsui_footer_wih1l_x3kr1_272",
34
+ "thead-active": "awsui_thead-active_wih1l_x3kr1_281",
35
+ "row": "awsui_row_wih1l_x3kr1_282",
36
+ "row-selected": "awsui_row-selected_wih1l_x3kr1_283"
37
37
  };
38
38