@cloudscape-design/components 3.0.426 → 3.0.428

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 (73) hide show
  1. package/app-layout/index.d.ts.map +1 -1
  2. package/app-layout/index.js +3 -1
  3. package/app-layout/index.js.map +1 -1
  4. package/app-layout/visual-refresh/context.d.ts +1 -0
  5. package/app-layout/visual-refresh/context.d.ts.map +1 -1
  6. package/app-layout/visual-refresh/context.js +4 -1
  7. package/app-layout/visual-refresh/context.js.map +1 -1
  8. package/app-layout/visual-refresh/layout.d.ts.map +1 -1
  9. package/app-layout/visual-refresh/layout.js +2 -1
  10. package/app-layout/visual-refresh/layout.js.map +1 -1
  11. package/app-layout/visual-refresh/mobile-toolbar.d.ts.map +1 -1
  12. package/app-layout/visual-refresh/mobile-toolbar.js +4 -2
  13. package/app-layout/visual-refresh/mobile-toolbar.js.map +1 -1
  14. package/app-layout/visual-refresh/styles.css.js +78 -77
  15. package/app-layout/visual-refresh/styles.scoped.css +168 -165
  16. package/app-layout/visual-refresh/styles.selectors.js +78 -77
  17. package/attribute-editor/styles.css.js +14 -14
  18. package/attribute-editor/styles.scoped.css +28 -28
  19. package/attribute-editor/styles.selectors.js +14 -14
  20. package/breadcrumb-group/item/styles.css.js +9 -9
  21. package/breadcrumb-group/item/styles.scoped.css +21 -21
  22. package/breadcrumb-group/item/styles.selectors.js +9 -9
  23. package/{internal/components/drawer → drawer}/index.d.ts +1 -0
  24. package/drawer/index.d.ts.map +1 -0
  25. package/{internal/components/drawer → drawer}/index.js +10 -6
  26. package/drawer/index.js.map +1 -0
  27. package/{internal/components/drawer → drawer}/interfaces.d.ts +1 -1
  28. package/drawer/interfaces.d.ts.map +1 -0
  29. package/drawer/interfaces.js.map +1 -0
  30. package/{internal/components/drawer → drawer}/styles.css.js +3 -3
  31. package/{internal/components/drawer → drawer}/styles.scoped.css +8 -8
  32. package/{internal/components/drawer → drawer}/styles.selectors.js +3 -3
  33. package/help-panel/styles.css.js +4 -4
  34. package/help-panel/styles.scoped.css +71 -71
  35. package/help-panel/styles.selectors.js +4 -4
  36. package/index.d.ts +1 -0
  37. package/index.d.ts.map +1 -1
  38. package/index.js +1 -0
  39. package/index.js.map +1 -1
  40. package/internal/components/token-list/styles.css.js +9 -9
  41. package/internal/components/token-list/styles.scoped.css +24 -24
  42. package/internal/components/token-list/styles.selectors.js +9 -9
  43. package/internal/environment.js +1 -1
  44. package/internal/environment.json +1 -1
  45. package/internal/manifest.json +1 -1
  46. package/link/styles.css.js +20 -20
  47. package/link/styles.scoped.css +108 -107
  48. package/link/styles.selectors.js +20 -20
  49. package/package.json +2 -1
  50. package/tag-editor/styles.css.js +3 -3
  51. package/tag-editor/styles.scoped.css +14 -14
  52. package/tag-editor/styles.selectors.js +3 -3
  53. package/test-utils/dom/drawer/index.d.ts +6 -0
  54. package/test-utils/dom/drawer/index.js +17 -0
  55. package/test-utils/dom/drawer/index.js.map +1 -0
  56. package/test-utils/dom/index.d.ts +3 -0
  57. package/test-utils/dom/index.js +10 -2
  58. package/test-utils/dom/index.js.map +1 -1
  59. package/test-utils/selectors/drawer/index.d.ts +6 -0
  60. package/test-utils/selectors/drawer/index.js +17 -0
  61. package/test-utils/selectors/drawer/index.js.map +1 -0
  62. package/test-utils/selectors/index.d.ts +3 -0
  63. package/test-utils/selectors/index.js +10 -2
  64. package/test-utils/selectors/index.js.map +1 -1
  65. package/test-utils/tsconfig.tsbuildinfo +1 -1
  66. package/text-content/styles.css.js +1 -1
  67. package/text-content/styles.scoped.css +68 -68
  68. package/text-content/styles.selectors.js +1 -1
  69. package/internal/components/drawer/index.d.ts.map +0 -1
  70. package/internal/components/drawer/index.js.map +0 -1
  71. package/internal/components/drawer/interfaces.d.ts.map +0 -1
  72. package/internal/components/drawer/interfaces.js.map +0 -1
  73. /package/{internal/components/drawer → drawer}/interfaces.js +0 -0
@@ -90,49 +90,49 @@ 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_gfwv3_1m10o_93:not(#\9) {
93
+ .awsui_root_gfwv3_1hm9o_93:not(#\9) {
94
94
  display: flex;
95
95
  flex-wrap: wrap;
96
96
  gap: var(--space-scaled-xs-26e2du, 8px);
97
97
  }
98
- .awsui_root_gfwv3_1m10o_93.awsui_horizontal_gfwv3_1m10o_98:not(#\9) {
98
+ .awsui_root_gfwv3_1hm9o_93.awsui_horizontal_gfwv3_1hm9o_98:not(#\9) {
99
99
  gap: var(--space-xs-zb16t3, 8px);
100
100
  flex-direction: row;
101
101
  }
102
- .awsui_root_gfwv3_1m10o_93.awsui_vertical_gfwv3_1m10o_102:not(#\9) {
102
+ .awsui_root_gfwv3_1hm9o_93.awsui_vertical_gfwv3_1hm9o_102:not(#\9) {
103
103
  flex-direction: column;
104
104
  }
105
105
 
106
- .awsui_list_gfwv3_1m10o_106:not(#\9) {
106
+ .awsui_list_gfwv3_1hm9o_106:not(#\9) {
107
107
  display: contents;
108
108
  list-style: none;
109
109
  padding: 0;
110
110
  margin: 0;
111
111
  }
112
- .awsui_list_gfwv3_1m10o_106.awsui_horizontal_gfwv3_1m10o_98:not(#\9), .awsui_list_gfwv3_1m10o_106.awsui_vertical_gfwv3_1m10o_102:not(#\9) {
112
+ .awsui_list_gfwv3_1hm9o_106.awsui_horizontal_gfwv3_1hm9o_98:not(#\9), .awsui_list_gfwv3_1hm9o_106.awsui_vertical_gfwv3_1hm9o_102:not(#\9) {
113
113
  display: flex;
114
114
  flex-wrap: wrap;
115
115
  gap: var(--space-xs-zb16t3, 8px);
116
116
  }
117
- .awsui_list_gfwv3_1m10o_106.awsui_horizontal_gfwv3_1m10o_98:not(#\9) {
117
+ .awsui_list_gfwv3_1hm9o_106.awsui_horizontal_gfwv3_1hm9o_98:not(#\9) {
118
118
  flex-direction: row;
119
119
  }
120
- .awsui_list_gfwv3_1m10o_106.awsui_vertical_gfwv3_1m10o_102:not(#\9) {
120
+ .awsui_list_gfwv3_1hm9o_106.awsui_vertical_gfwv3_1hm9o_102:not(#\9) {
121
121
  flex-direction: column;
122
122
  }
123
123
 
124
- .awsui_list-item_gfwv3_1m10o_124:not(#\9) {
124
+ .awsui_list-item_gfwv3_1hm9o_124:not(#\9) {
125
125
  padding: 0;
126
126
  margin: 0;
127
127
  }
128
128
 
129
- .awsui_toggle-container-inline_gfwv3_1m10o_129:not(#\9) {
129
+ .awsui_toggle-container-inline_gfwv3_1hm9o_129:not(#\9) {
130
130
  padding-left: var(--space-xs-zb16t3, 8px);
131
131
  display: flex;
132
132
  align-items: center;
133
133
  }
134
134
 
135
- .awsui_toggle_gfwv3_1m10o_129:not(#\9) {
135
+ .awsui_toggle_gfwv3_1hm9o_129:not(#\9) {
136
136
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
137
137
  border-collapse: separate;
138
138
  border-spacing: 0;
@@ -172,13 +172,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
172
172
  color: var(--color-text-link-default-latg1a, #0972d3);
173
173
  font-weight: inherit;
174
174
  letter-spacing: normal;
175
- text-decoration: none;
176
- /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
175
+ text-decoration-line: none;
177
176
  text-decoration-color: transparent;
178
177
  transition-property: color, -webkit-text-decoration;
179
178
  transition-property: color, text-decoration;
180
179
  transition-property: color, text-decoration, -webkit-text-decoration;
181
180
  transition-duration: var(--motion-duration-refresh-only-medium-nf6485, 165ms);
181
+ text-underline-offset: 0.25em;
182
+ text-decoration-thickness: 1px;
182
183
  display: flex;
183
184
  align-items: center;
184
185
  background-color: transparent;
@@ -187,46 +188,45 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
187
188
  margin-left: -1px;
188
189
  }
189
190
  @media (prefers-reduced-motion: reduce) {
190
- .awsui_toggle_gfwv3_1m10o_129:not(#\9) {
191
+ .awsui_toggle_gfwv3_1hm9o_129:not(#\9) {
191
192
  animation: none;
192
193
  transition: none;
193
194
  }
194
195
  }
195
- .awsui-motion-disabled .awsui_toggle_gfwv3_1m10o_129:not(#\9), .awsui-mode-entering .awsui_toggle_gfwv3_1m10o_129:not(#\9) {
196
+ .awsui-motion-disabled .awsui_toggle_gfwv3_1hm9o_129:not(#\9), .awsui-mode-entering .awsui_toggle_gfwv3_1hm9o_129:not(#\9) {
196
197
  animation: none;
197
198
  transition: none;
198
199
  }
199
- .awsui_toggle_gfwv3_1m10o_129:not(#\9):hover {
200
+ .awsui_toggle_gfwv3_1hm9o_129:not(#\9):hover {
200
201
  cursor: pointer;
201
202
  color: var(--color-text-link-hover-8j6p14, #033160);
202
203
  }
203
- .awsui_toggle_gfwv3_1m10o_129:not(#\9):focus {
204
+ .awsui_toggle_gfwv3_1hm9o_129:not(#\9):focus {
204
205
  outline: none;
205
206
  }
206
- .awsui_toggle_gfwv3_1m10o_129:not(#\9):active {
207
+ .awsui_toggle_gfwv3_1hm9o_129:not(#\9):active {
207
208
  color: var(--color-text-link-hover-8j6p14, #033160);
208
209
  }
209
- .awsui_toggle_gfwv3_1m10o_129:not(#\9):active, .awsui_toggle_gfwv3_1m10o_129:not(#\9):focus, .awsui_toggle_gfwv3_1m10o_129:not(#\9):hover {
210
- text-decoration: underline;
211
- /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
210
+ .awsui_toggle_gfwv3_1hm9o_129:not(#\9):active, .awsui_toggle_gfwv3_1hm9o_129:not(#\9):focus, .awsui_toggle_gfwv3_1hm9o_129:not(#\9):hover {
211
+ text-decoration-line: underline;
212
212
  text-decoration-color: currentColor;
213
213
  }
214
- .awsui_toggle_gfwv3_1m10o_129:not(#\9):active, .awsui_toggle_gfwv3_1m10o_129:not(#\9):focus, .awsui_toggle_gfwv3_1m10o_129:not(#\9):hover {
214
+ .awsui_toggle_gfwv3_1hm9o_129:not(#\9):active, .awsui_toggle_gfwv3_1hm9o_129:not(#\9):focus, .awsui_toggle_gfwv3_1hm9o_129:not(#\9):hover {
215
215
  text-decoration: none;
216
216
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
217
217
  text-decoration-color: transparent;
218
218
  }
219
- body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_1m10o_129:not(#\9):focus {
219
+ body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_1hm9o_129:not(#\9):focus {
220
220
  outline: 2px dotted transparent;
221
221
  border: var(--border-field-width-09w7vk, 2px) solid var(--color-border-item-focused-b2ntyl, #0972d3);
222
222
  border-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
223
223
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-0ctpjf, 0px) var(--color-border-item-focused-b2ntyl, #0972d3);
224
224
  }
225
- .awsui_toggle_gfwv3_1m10o_129 > .awsui_description_gfwv3_1m10o_197:not(#\9) {
225
+ .awsui_toggle_gfwv3_1hm9o_129 > .awsui_description_gfwv3_1hm9o_197:not(#\9) {
226
226
  margin-left: var(--space-xxs-p8yyaw, 4px);
227
227
  }
228
228
 
229
- .awsui_separator_gfwv3_1m10o_201:not(#\9) {
229
+ .awsui_separator_gfwv3_1hm9o_201:not(#\9) {
230
230
  margin: 0px var(--space-scaled-m-mo5yse, 16px);
231
231
  width: var(--border-divider-section-width-8a5uu9, 2px);
232
232
  background-color: var(--color-border-divider-default-et9j7s, #e9ebed);
@@ -2,14 +2,14 @@
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_gfwv3_1m10o_93",
6
- "horizontal": "awsui_horizontal_gfwv3_1m10o_98",
7
- "vertical": "awsui_vertical_gfwv3_1m10o_102",
8
- "list": "awsui_list_gfwv3_1m10o_106",
9
- "list-item": "awsui_list-item_gfwv3_1m10o_124",
10
- "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_1m10o_129",
11
- "toggle": "awsui_toggle_gfwv3_1m10o_129",
12
- "description": "awsui_description_gfwv3_1m10o_197",
13
- "separator": "awsui_separator_gfwv3_1m10o_201"
5
+ "root": "awsui_root_gfwv3_1hm9o_93",
6
+ "horizontal": "awsui_horizontal_gfwv3_1hm9o_98",
7
+ "vertical": "awsui_vertical_gfwv3_1hm9o_102",
8
+ "list": "awsui_list_gfwv3_1hm9o_106",
9
+ "list-item": "awsui_list-item_gfwv3_1hm9o_124",
10
+ "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_1hm9o_129",
11
+ "toggle": "awsui_toggle_gfwv3_1hm9o_129",
12
+ "description": "awsui_description_gfwv3_1hm9o_197",
13
+ "separator": "awsui_separator_gfwv3_1hm9o_201"
14
14
  };
15
15
 
@@ -1,4 +1,4 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (697743e8)";
2
+ export var PACKAGE_VERSION = "3.0.0 (2294c10c)";
3
3
  export var THEME = "open-source-visual-refresh";
4
4
  export var ALWAYS_VISUAL_REFRESH = true;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "components",
3
- "PACKAGE_VERSION": "3.0.0 (697743e8)",
3
+ "PACKAGE_VERSION": "3.0.0 (2294c10c)",
4
4
  "THEME": "default",
5
5
  "ALWAYS_VISUAL_REFRESH": false
6
6
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "697743e851a78e3a7a6ffba50b806d8774d8833c"
2
+ "commit": "2294c10cff96dc16845692f9cd84aa368ed41d45"
3
3
  }
@@ -1,25 +1,25 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "link": "awsui_link_4c84z_bi4b4_93",
5
- "variant-secondary": "awsui_variant-secondary_4c84z_bi4b4_140",
6
- "variant-primary": "awsui_variant-primary_4c84z_bi4b4_177",
7
- "variant-info": "awsui_variant-info_4c84z_bi4b4_212",
8
- "variant-value-large": "awsui_variant-value-large_4c84z_bi4b4_249",
9
- "variant-top-navigation": "awsui_variant-top-navigation_4c84z_bi4b4_285",
10
- "variant-recovery": "awsui_variant-recovery_4c84z_bi4b4_320",
11
- "button": "awsui_button_4c84z_bi4b4_355",
12
- "color-inverted": "awsui_color-inverted_4c84z_bi4b4_392",
13
- "font-size-body-s": "awsui_font-size-body-s_4c84z_bi4b4_411",
14
- "font-size-body-m": "awsui_font-size-body-m_4c84z_bi4b4_416",
15
- "font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_bi4b4_420",
16
- "font-size-heading-s": "awsui_font-size-heading-s_4c84z_bi4b4_424",
17
- "font-size-heading-m": "awsui_font-size-heading-m_4c84z_bi4b4_429",
18
- "font-size-heading-l": "awsui_font-size-heading-l_4c84z_bi4b4_434",
19
- "font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_bi4b4_439",
20
- "font-size-display-l": "awsui_font-size-display-l_4c84z_bi4b4_444",
21
- "font-size-inherit": "awsui_font-size-inherit_4c84z_bi4b4_449",
22
- "icon-wrapper": "awsui_icon-wrapper_4c84z_bi4b4_455",
23
- "icon": "awsui_icon_4c84z_bi4b4_455"
4
+ "link": "awsui_link_4c84z_5dqaj_93",
5
+ "variant-secondary": "awsui_variant-secondary_4c84z_5dqaj_140",
6
+ "variant-primary": "awsui_variant-primary_4c84z_5dqaj_175",
7
+ "variant-info": "awsui_variant-info_4c84z_5dqaj_208",
8
+ "variant-value-large": "awsui_variant-value-large_4c84z_5dqaj_243",
9
+ "variant-top-navigation": "awsui_variant-top-navigation_4c84z_5dqaj_275",
10
+ "variant-recovery": "awsui_variant-recovery_4c84z_5dqaj_308",
11
+ "button": "awsui_button_4c84z_5dqaj_341",
12
+ "color-inverted": "awsui_color-inverted_4c84z_5dqaj_376",
13
+ "font-size-body-s": "awsui_font-size-body-s_4c84z_5dqaj_394",
14
+ "font-size-body-m": "awsui_font-size-body-m_4c84z_5dqaj_401",
15
+ "font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_5dqaj_407",
16
+ "font-size-heading-s": "awsui_font-size-heading-s_4c84z_5dqaj_413",
17
+ "font-size-heading-m": "awsui_font-size-heading-m_4c84z_5dqaj_420",
18
+ "font-size-heading-l": "awsui_font-size-heading-l_4c84z_5dqaj_427",
19
+ "font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_5dqaj_434",
20
+ "font-size-display-l": "awsui_font-size-display-l_4c84z_5dqaj_441",
21
+ "font-size-inherit": "awsui_font-size-inherit_4c84z_5dqaj_448",
22
+ "icon-wrapper": "awsui_icon-wrapper_4c84z_5dqaj_456",
23
+ "icon": "awsui_icon_4c84z_5dqaj_456"
24
24
  };
25
25