@cloudscape-design/components-themeable 3.0.1363 → 3.0.1365

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.
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "8fe9f28b9b9cfdd540d0a3f158e1ee18e57e40f8"
2
+ "commit": "de5eaa387361ec16aa3c5121dc5365c23b26295e"
3
3
  }
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Build environment
3
- $awsui-commit-hash: "8fe9f28b";
3
+ $awsui-commit-hash: "de5eaa38";
4
4
  // Manually managed CSS-variables
5
5
  $maxContentWidth: --awsui-max-content-width-66120l;
6
6
  $minContentWidth: --awsui-min-content-width-66120l;
@@ -91,7 +91,7 @@
91
91
  inline-size: 87px;
92
92
  // This element contains the inline label and the HTML input element.
93
93
  // Push it upwards to let the HTML input element look vertically centered.
94
- margin-block-start: calc(-2 * #{awsui.$space-scaled-xs});
94
+ margin-block-start: calc(-0.6em - #{awsui.$space-scaled-xs});
95
95
  overflow: visible;
96
96
  }
97
97
  }
@@ -111,9 +111,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
111
111
  letter-spacing: normal;
112
112
  text-decoration-line: underline;
113
113
  text-decoration-color: var(--color-text-link-decoration-default-ku4wkw, currentColor);
114
- transition-property: color, -webkit-text-decoration;
115
114
  transition-property: color, text-decoration;
116
- transition-property: color, text-decoration, -webkit-text-decoration;
117
115
  transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
118
116
  }
119
117
  @media (prefers-reduced-motion: reduce) {
@@ -32,9 +32,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
32
32
  letter-spacing: normal;
33
33
  text-decoration-line: underline;
34
34
  text-decoration-color: var(--color-text-link-decoration-default-ku4wkw, currentColor);
35
- transition-property: color, -webkit-text-decoration;
36
35
  transition-property: color, text-decoration;
37
- transition-property: color, text-decoration, -webkit-text-decoration;
38
36
  transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
39
37
  }
40
38
  @media (prefers-reduced-motion: reduce) {
@@ -82,9 +82,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
82
82
  letter-spacing: normal;
83
83
  text-decoration-line: underline;
84
84
  text-decoration-color: var(--color-text-link-decoration-default-ku4wkw, currentColor);
85
- transition-property: color, -webkit-text-decoration;
86
85
  transition-property: color, text-decoration;
87
- transition-property: color, text-decoration, -webkit-text-decoration;
88
86
  transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
89
87
  }
90
88
  @media (prefers-reduced-motion: reduce) {
@@ -242,9 +242,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
242
242
  letter-spacing: normal;
243
243
  text-decoration-line: underline;
244
244
  text-decoration-color: var(--color-text-link-decoration-default-ku4wkw, currentColor);
245
- transition-property: color, -webkit-text-decoration;
246
245
  transition-property: color, text-decoration;
247
- transition-property: color, text-decoration, -webkit-text-decoration;
248
246
  transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
249
247
  }
250
248
  @media (prefers-reduced-motion: reduce) {
@@ -293,9 +291,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
293
291
  letter-spacing: normal;
294
292
  text-decoration-line: var(--font-decoration-line-link-secondary-tcr1f6, none);
295
293
  text-decoration-color: var(--color-text-link-secondary-decoration-default-i3q9ql, transparent);
296
- transition-property: color, -webkit-text-decoration;
297
294
  transition-property: color, text-decoration;
298
- transition-property: color, text-decoration, -webkit-text-decoration;
299
295
  transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
300
296
  }
301
297
  @media (prefers-reduced-motion: reduce) {
@@ -56,5 +56,5 @@
56
56
  }
57
57
  }
58
58
  :root {
59
- --awsui-version-info-8fe9f28b: true;
59
+ --awsui-version-info-de5eaa38: true;
60
60
  }
@@ -110,9 +110,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
110
110
  letter-spacing: normal;
111
111
  text-decoration-line: var(--font-decoration-line-link-secondary-tcr1f6, none);
112
112
  text-decoration-color: var(--color-text-link-secondary-decoration-default-i3q9ql, transparent);
113
- transition-property: color, -webkit-text-decoration;
114
113
  transition-property: color, text-decoration;
115
- transition-property: color, text-decoration, -webkit-text-decoration;
116
114
  transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
117
115
  }
118
116
  @media (prefers-reduced-motion: reduce) {
@@ -1,6 +1,6 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (8fe9f28b)";
3
- export var GIT_SHA = "8fe9f28b";
2
+ export var PACKAGE_VERSION = "3.0.0 (de5eaa38)";
3
+ export var GIT_SHA = "de5eaa38";
4
4
  export var THEME = "open-source-visual-refresh";
5
5
  export var SYSTEM = "core";
6
6
  export var ALWAYS_VISUAL_REFRESH = true;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "components",
3
- "PACKAGE_VERSION": "3.0.0 (8fe9f28b)",
4
- "GIT_SHA": "8fe9f28b",
3
+ "PACKAGE_VERSION": "3.0.0 (de5eaa38)",
4
+ "GIT_SHA": "de5eaa38",
5
5
  "THEME": "default",
6
6
  "SYSTEM": "core",
7
7
  "ALWAYS_VISUAL_REFRESH": false,
@@ -47,9 +47,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
47
47
  letter-spacing: normal;
48
48
  text-decoration-line: var(--font-decoration-line-link-secondary-tcr1f6, none);
49
49
  text-decoration-color: var(--color-text-link-secondary-decoration-default-i3q9ql, transparent);
50
- transition-property: color, -webkit-text-decoration;
51
50
  transition-property: color, text-decoration;
52
- transition-property: color, text-decoration, -webkit-text-decoration;
53
51
  transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
54
52
  }
55
53
  @media (prefers-reduced-motion: reduce) {
@@ -82,9 +80,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
82
80
  letter-spacing: var(--font-link-button-letter-spacing-3qtgsm, normal);
83
81
  text-decoration-line: underline;
84
82
  text-decoration-color: var(--color-text-link-button-underline-dfac05, currentColor);
85
- transition-property: color, -webkit-text-decoration;
86
83
  transition-property: color, text-decoration;
87
- transition-property: color, text-decoration, -webkit-text-decoration;
88
84
  transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
89
85
  }
90
86
  @media (prefers-reduced-motion: reduce) {
@@ -119,9 +115,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
119
115
  letter-spacing: normal;
120
116
  text-decoration-line: var(--font-decoration-line-link-secondary-tcr1f6, none);
121
117
  text-decoration-color: var(--color-text-link-secondary-decoration-default-i3q9ql, transparent);
122
- transition-property: color, -webkit-text-decoration;
123
118
  transition-property: color, text-decoration;
124
- transition-property: color, text-decoration, -webkit-text-decoration;
125
119
  transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
126
120
  }
127
121
  @media (prefers-reduced-motion: reduce) {
@@ -154,9 +148,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
154
148
  letter-spacing: normal;
155
149
  text-decoration-line: underline;
156
150
  text-decoration-color: var(--color-text-link-decoration-default-ku4wkw, currentColor);
157
- transition-property: color, -webkit-text-decoration;
158
151
  transition-property: color, text-decoration;
159
- transition-property: color, text-decoration, -webkit-text-decoration;
160
152
  transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
161
153
  }
162
154
  @media (prefers-reduced-motion: reduce) {
@@ -191,9 +183,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
191
183
  letter-spacing: 0.005em;
192
184
  text-decoration-line: none;
193
185
  text-decoration-color: transparent;
194
- transition-property: color, -webkit-text-decoration;
195
186
  transition-property: color, text-decoration;
196
- transition-property: color, text-decoration, -webkit-text-decoration;
197
187
  transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
198
188
  }
199
189
  @media (prefers-reduced-motion: reduce) {
@@ -225,9 +215,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
225
215
  font-weight: var(--font-weight-display-l-mgsrr3, 700);
226
216
  text-decoration-line: underline;
227
217
  text-decoration-color: currentColor;
228
- transition-property: color, -webkit-text-decoration;
229
218
  transition-property: color, text-decoration;
230
- transition-property: color, text-decoration, -webkit-text-decoration;
231
219
  transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
232
220
  }
233
221
  @media (prefers-reduced-motion: reduce) {
@@ -262,9 +250,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
262
250
  letter-spacing: 0.005em;
263
251
  text-decoration-line: none;
264
252
  text-decoration-color: transparent;
265
- transition-property: color, -webkit-text-decoration;
266
253
  transition-property: color, text-decoration;
267
- transition-property: color, text-decoration, -webkit-text-decoration;
268
254
  transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
269
255
  }
270
256
  @media (prefers-reduced-motion: reduce) {
@@ -299,9 +285,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
299
285
  letter-spacing: var(--font-button-letter-spacing-7mz5n3, 0.25px);
300
286
  text-decoration-line: none;
301
287
  text-decoration-color: transparent;
302
- transition-property: color, -webkit-text-decoration;
303
288
  transition-property: color, text-decoration;
304
- transition-property: color, text-decoration, -webkit-text-decoration;
305
289
  transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
306
290
  }
307
291
  @media (prefers-reduced-motion: reduce) {
@@ -1,17 +1,17 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_fvjdu_11yfk_9",
5
- "button": "awsui_button_fvjdu_11yfk_50",
6
- "dots": "awsui_dots_fvjdu_11yfk_51",
7
- "button-disabled": "awsui_button-disabled_fvjdu_11yfk_79",
8
- "arrow": "awsui_arrow_fvjdu_11yfk_84",
9
- "page-number": "awsui_page-number_fvjdu_11yfk_94",
10
- "button-current": "awsui_button-current_fvjdu_11yfk_100",
11
- "jump-to-page": "awsui_jump-to-page_fvjdu_11yfk_113",
12
- "jump-to-page-input": "awsui_jump-to-page-input_fvjdu_11yfk_121",
13
- "pages-compact": "awsui_pages-compact_fvjdu_11yfk_131",
14
- "page-item": "awsui_page-item_fvjdu_11yfk_136",
15
- "root-disabled": "awsui_root-disabled_fvjdu_11yfk_157"
4
+ "root": "awsui_root_fvjdu_1wdgv_9",
5
+ "button": "awsui_button_fvjdu_1wdgv_50",
6
+ "dots": "awsui_dots_fvjdu_1wdgv_51",
7
+ "button-disabled": "awsui_button-disabled_fvjdu_1wdgv_79",
8
+ "arrow": "awsui_arrow_fvjdu_1wdgv_84",
9
+ "page-number": "awsui_page-number_fvjdu_1wdgv_94",
10
+ "button-current": "awsui_button-current_fvjdu_1wdgv_100",
11
+ "jump-to-page": "awsui_jump-to-page_fvjdu_1wdgv_113",
12
+ "jump-to-page-input": "awsui_jump-to-page-input_fvjdu_1wdgv_121",
13
+ "pages-compact": "awsui_pages-compact_fvjdu_1wdgv_131",
14
+ "page-item": "awsui_page-item_fvjdu_1wdgv_136",
15
+ "root-disabled": "awsui_root-disabled_fvjdu_1wdgv_157"
16
16
  };
17
17
 
@@ -6,7 +6,7 @@
6
6
  /* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
7
7
  /* Style used for links in slots/components that are text heavy, to help links stand out among
8
8
  surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
9
- .awsui_root_fvjdu_11yfk_9:not(#\9) {
9
+ .awsui_root_fvjdu_1wdgv_9:not(#\9) {
10
10
  border-collapse: separate;
11
11
  border-spacing: 0;
12
12
  box-sizing: border-box;
@@ -47,14 +47,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
47
47
  list-style: none;
48
48
  }
49
49
 
50
- .awsui_button_fvjdu_11yfk_50:not(#\9),
51
- .awsui_dots_fvjdu_11yfk_51:not(#\9) {
50
+ .awsui_button_fvjdu_1wdgv_50:not(#\9),
51
+ .awsui_dots_fvjdu_1wdgv_51:not(#\9) {
52
52
  min-inline-size: var(--space-l-dpyxli, 20px);
53
53
  border-block: var(--border-width-button-lffd4t, 1px) solid transparent;
54
54
  border-inline: var(--border-width-button-lffd4t, 1px) solid transparent;
55
55
  }
56
56
 
57
- .awsui_button_fvjdu_11yfk_50:not(#\9) {
57
+ .awsui_button_fvjdu_1wdgv_50:not(#\9) {
58
58
  cursor: pointer;
59
59
  text-align: center;
60
60
  box-sizing: border-box;
@@ -63,10 +63,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
63
63
  padding-block: 0;
64
64
  padding-inline: 0;
65
65
  }
66
- .awsui_button_fvjdu_11yfk_50:not(#\9):focus {
66
+ .awsui_button_fvjdu_1wdgv_50:not(#\9):focus {
67
67
  outline: none;
68
68
  }
69
- body[data-awsui-focus-visible=true] .awsui_button_fvjdu_11yfk_50:not(#\9):focus {
69
+ body[data-awsui-focus-visible=true] .awsui_button_fvjdu_1wdgv_50:not(#\9):focus {
70
70
  outline: 2px dotted transparent;
71
71
  border-block: var(--border-width-button-lffd4t, 1px) solid var(--color-border-item-focused-sewkzn, #0073bb);
72
72
  border-inline: var(--border-width-button-lffd4t, 1px) solid var(--color-border-item-focused-sewkzn, #0073bb);
@@ -76,41 +76,41 @@ body[data-awsui-focus-visible=true] .awsui_button_fvjdu_11yfk_50:not(#\9):focus
76
76
  border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
77
77
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-iijyo6, 1px) var(--color-border-item-focused-sewkzn, #0073bb);
78
78
  }
79
- .awsui_button-disabled_fvjdu_11yfk_79:not(#\9) {
79
+ .awsui_button-disabled_fvjdu_1wdgv_79:not(#\9) {
80
80
  cursor: default;
81
81
  color: var(--color-text-interactive-disabled-tuxgxq, #aab7b8);
82
82
  }
83
83
 
84
- .awsui_arrow_fvjdu_11yfk_84:not(#\9) {
84
+ .awsui_arrow_fvjdu_1wdgv_84:not(#\9) {
85
85
  color: var(--color-text-interactive-default-pauydh, #545b64);
86
86
  }
87
- .awsui_arrow_fvjdu_11yfk_84:not(#\9):not(.awsui_button-disabled_fvjdu_11yfk_79):hover {
87
+ .awsui_arrow_fvjdu_1wdgv_84:not(#\9):not(.awsui_button-disabled_fvjdu_1wdgv_79):hover {
88
88
  color: var(--color-text-interactive-hover-zj1911, #16191f);
89
89
  }
90
- .awsui_arrow_fvjdu_11yfk_84.awsui_button-disabled_fvjdu_11yfk_79:not(#\9) {
90
+ .awsui_arrow_fvjdu_1wdgv_84.awsui_button-disabled_fvjdu_1wdgv_79:not(#\9) {
91
91
  color: var(--color-text-interactive-disabled-tuxgxq, #aab7b8);
92
92
  }
93
93
 
94
- .awsui_page-number_fvjdu_11yfk_94:not(#\9) {
94
+ .awsui_page-number_fvjdu_1wdgv_94:not(#\9) {
95
95
  color: var(--color-text-pagination-page-number-default-lt9i33, #545b64);
96
96
  }
97
- .awsui_page-number_fvjdu_11yfk_94:not(#\9):not(.awsui_button-disabled_fvjdu_11yfk_79):hover {
97
+ .awsui_page-number_fvjdu_1wdgv_94:not(#\9):not(.awsui_button-disabled_fvjdu_1wdgv_79):hover {
98
98
  color: var(--color-text-interactive-hover-zj1911, #16191f);
99
99
  }
100
- .awsui_page-number_fvjdu_11yfk_94.awsui_button-current_fvjdu_11yfk_100:not(#\9) {
100
+ .awsui_page-number_fvjdu_1wdgv_94.awsui_button-current_fvjdu_1wdgv_100:not(#\9) {
101
101
  font-weight: var(--font-wayfinding-link-active-weight-mlvia6, 700);
102
102
  -webkit-font-smoothing: var(--font-smoothing-webkit-dpz0hr, auto);
103
103
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-kjlydy, auto);
104
104
  color: var(--color-text-interactive-active-nbyczy, #16191f);
105
105
  }
106
- .awsui_page-number_fvjdu_11yfk_94.awsui_button-current_fvjdu_11yfk_100.awsui_button-disabled_fvjdu_11yfk_79:not(#\9) {
106
+ .awsui_page-number_fvjdu_1wdgv_94.awsui_button-current_fvjdu_1wdgv_100.awsui_button-disabled_fvjdu_1wdgv_79:not(#\9) {
107
107
  color: var(--color-text-pagination-page-number-active-disabled-xo5o10, #545b64);
108
108
  }
109
- .awsui_page-number_fvjdu_11yfk_94.awsui_button-disabled_fvjdu_11yfk_79:not(#\9) {
109
+ .awsui_page-number_fvjdu_1wdgv_94.awsui_button-disabled_fvjdu_1wdgv_79:not(#\9) {
110
110
  color: var(--color-text-interactive-disabled-tuxgxq, #aab7b8);
111
111
  }
112
112
 
113
- .awsui_jump-to-page_fvjdu_11yfk_113:not(#\9) {
113
+ .awsui_jump-to-page_fvjdu_1wdgv_113:not(#\9) {
114
114
  border-inline-start: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-divider-default-diwd4w, #eaeded);
115
115
  box-sizing: border-box;
116
116
  margin-inline-start: var(--space-xs-m9b7jf, 8px);
@@ -118,24 +118,24 @@ body[data-awsui-focus-visible=true] .awsui_button_fvjdu_11yfk_50:not(#\9):focus
118
118
  padding-inline-start: 15px;
119
119
  list-style: none;
120
120
  }
121
- .awsui_jump-to-page-input_fvjdu_11yfk_121:not(#\9) {
121
+ .awsui_jump-to-page-input_fvjdu_1wdgv_121:not(#\9) {
122
122
  inline-size: 87px;
123
- margin-block-start: calc(-2 * var(--space-scaled-xs-pajbd1, 8px));
123
+ margin-block-start: calc(-0.6em - var(--space-scaled-xs-pajbd1, 8px));
124
124
  overflow: visible;
125
125
  }
126
126
 
127
- .awsui_dots_fvjdu_11yfk_51:not(#\9) {
127
+ .awsui_dots_fvjdu_1wdgv_51:not(#\9) {
128
128
  color: var(--color-text-interactive-default-pauydh, #545b64);
129
129
  }
130
130
 
131
- .awsui_pages-compact_fvjdu_11yfk_131:not(#\9) {
131
+ .awsui_pages-compact_fvjdu_1wdgv_131:not(#\9) {
132
132
  color: var(--color-text-pagination-page-number-default-lt9i33, #545b64);
133
133
  white-space: nowrap;
134
134
  }
135
135
 
136
- .awsui_page-item_fvjdu_11yfk_136:not(#\9),
137
- .awsui_dots_fvjdu_11yfk_51:not(#\9),
138
- .awsui_pages-compact_fvjdu_11yfk_131:not(#\9) {
136
+ .awsui_page-item_fvjdu_1wdgv_136:not(#\9),
137
+ .awsui_dots_fvjdu_1wdgv_51:not(#\9),
138
+ .awsui_pages-compact_fvjdu_1wdgv_131:not(#\9) {
139
139
  margin-block: var(--space-field-vertical-77df8s, 4px);
140
140
  margin-inline: var(--space-xxs-3o1yoq, 4px);
141
141
  text-align: center;
@@ -143,18 +143,18 @@ body[data-awsui-focus-visible=true] .awsui_button_fvjdu_11yfk_50:not(#\9):focus
143
143
  padding-block: 0;
144
144
  padding-inline: 0;
145
145
  }
146
- .awsui_page-item_fvjdu_11yfk_136:not(#\9):first-child,
147
- .awsui_dots_fvjdu_11yfk_51:not(#\9):first-child,
148
- .awsui_pages-compact_fvjdu_11yfk_131:not(#\9):first-child {
146
+ .awsui_page-item_fvjdu_1wdgv_136:not(#\9):first-child,
147
+ .awsui_dots_fvjdu_1wdgv_51:not(#\9):first-child,
148
+ .awsui_pages-compact_fvjdu_1wdgv_131:not(#\9):first-child {
149
149
  margin-inline-start: 0;
150
150
  }
151
- .awsui_page-item_fvjdu_11yfk_136:not(#\9):last-child,
152
- .awsui_dots_fvjdu_11yfk_51:not(#\9):last-child,
153
- .awsui_pages-compact_fvjdu_11yfk_131:not(#\9):last-child {
151
+ .awsui_page-item_fvjdu_1wdgv_136:not(#\9):last-child,
152
+ .awsui_dots_fvjdu_1wdgv_51:not(#\9):last-child,
153
+ .awsui_pages-compact_fvjdu_1wdgv_131:not(#\9):last-child {
154
154
  margin-inline-end: 0;
155
155
  }
156
156
 
157
- .awsui_root-disabled_fvjdu_11yfk_157 > .awsui_dots_fvjdu_11yfk_51:not(#\9),
158
- .awsui_root-disabled_fvjdu_11yfk_157 > .awsui_pages-compact_fvjdu_11yfk_131:not(#\9) {
157
+ .awsui_root-disabled_fvjdu_1wdgv_157 > .awsui_dots_fvjdu_1wdgv_51:not(#\9),
158
+ .awsui_root-disabled_fvjdu_1wdgv_157 > .awsui_pages-compact_fvjdu_1wdgv_131:not(#\9) {
159
159
  color: var(--color-text-interactive-disabled-tuxgxq, #aab7b8);
160
160
  }
@@ -2,17 +2,17 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "root": "awsui_root_fvjdu_11yfk_9",
6
- "button": "awsui_button_fvjdu_11yfk_50",
7
- "dots": "awsui_dots_fvjdu_11yfk_51",
8
- "button-disabled": "awsui_button-disabled_fvjdu_11yfk_79",
9
- "arrow": "awsui_arrow_fvjdu_11yfk_84",
10
- "page-number": "awsui_page-number_fvjdu_11yfk_94",
11
- "button-current": "awsui_button-current_fvjdu_11yfk_100",
12
- "jump-to-page": "awsui_jump-to-page_fvjdu_11yfk_113",
13
- "jump-to-page-input": "awsui_jump-to-page-input_fvjdu_11yfk_121",
14
- "pages-compact": "awsui_pages-compact_fvjdu_11yfk_131",
15
- "page-item": "awsui_page-item_fvjdu_11yfk_136",
16
- "root-disabled": "awsui_root-disabled_fvjdu_11yfk_157"
5
+ "root": "awsui_root_fvjdu_1wdgv_9",
6
+ "button": "awsui_button_fvjdu_1wdgv_50",
7
+ "dots": "awsui_dots_fvjdu_1wdgv_51",
8
+ "button-disabled": "awsui_button-disabled_fvjdu_1wdgv_79",
9
+ "arrow": "awsui_arrow_fvjdu_1wdgv_84",
10
+ "page-number": "awsui_page-number_fvjdu_1wdgv_94",
11
+ "button-current": "awsui_button-current_fvjdu_1wdgv_100",
12
+ "jump-to-page": "awsui_jump-to-page_fvjdu_1wdgv_113",
13
+ "jump-to-page-input": "awsui_jump-to-page-input_fvjdu_1wdgv_121",
14
+ "pages-compact": "awsui_pages-compact_fvjdu_1wdgv_131",
15
+ "page-item": "awsui_page-item_fvjdu_1wdgv_136",
16
+ "root-disabled": "awsui_root-disabled_fvjdu_1wdgv_157"
17
17
  };
18
18
 
@@ -493,8 +493,7 @@ body[data-awsui-focus-visible=true] .awsui_root_xjuzf_n6wl7_407:not(#\9):has(.aw
493
493
  This transparent border is necessary to maintain space between the trigger and the bottom-positioned popover.
494
494
  */
495
495
  border-block-end: var(--border-divider-list-width-2qbfmz, 1px) dashed transparent;
496
- -webkit-text-decoration: underline dashed currentColor;
497
- text-decoration: underline dashed currentColor;
496
+ text-decoration: underline dashed currentColor;
498
497
  text-decoration-thickness: var(--border-divider-list-width-2qbfmz, 1px);
499
498
  text-underline-offset: 0.25em;
500
499
  }
@@ -407,8 +407,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
407
407
  }
408
408
 
409
409
  .awsui_trigger-token_55fkh_7hmfa_409:not(#\9) {
410
- -webkit-text-decoration: underline dashed currentColor;
411
- text-decoration: underline dashed currentColor;
410
+ text-decoration: underline dashed currentColor;
412
411
  text-decoration-thickness: var(--border-divider-list-width-2qbfmz, 1px);
413
412
  text-underline-offset: var(--space-xxxs-3ulqs3, 2px);
414
413
  }
@@ -25,9 +25,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
25
25
  letter-spacing: var(--font-link-button-letter-spacing-3qtgsm, normal);
26
26
  text-decoration-line: underline;
27
27
  text-decoration-color: var(--color-text-link-button-underline-dfac05, currentColor);
28
- transition-property: color, -webkit-text-decoration;
29
28
  transition-property: color, text-decoration;
30
- transition-property: color, text-decoration, -webkit-text-decoration;
31
29
  transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
32
30
  }
33
31
  @media (prefers-reduced-motion: reduce) {
@@ -132,9 +132,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
132
132
  letter-spacing: normal;
133
133
  text-decoration-line: underline;
134
134
  text-decoration-color: var(--color-text-link-decoration-default-ku4wkw, currentColor);
135
- transition-property: color, -webkit-text-decoration;
136
135
  transition-property: color, text-decoration;
137
- transition-property: color, text-decoration, -webkit-text-decoration;
138
136
  transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
139
137
  }
140
138
  @media (prefers-reduced-motion: reduce) {
@@ -181,9 +179,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
181
179
  letter-spacing: normal;
182
180
  text-decoration-line: underline;
183
181
  text-decoration-color: var(--color-text-link-decoration-default-ku4wkw, currentColor);
184
- transition-property: color, -webkit-text-decoration;
185
182
  transition-property: color, text-decoration;
186
- transition-property: color, text-decoration, -webkit-text-decoration;
187
183
  transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
188
184
  }
189
185
  @media (prefers-reduced-motion: reduce) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/components-themeable",
3
- "version": "3.0.1363",
3
+ "version": "3.0.1365",
4
4
  "files": [
5
5
  "lib"
6
6
  ],