@cloudscape-design/components 3.0.1047 → 3.0.1049

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 (89) hide show
  1. package/app-layout/visual-refresh-toolbar/skeleton/breadcrumbs/index.d.ts.map +1 -1
  2. package/app-layout/visual-refresh-toolbar/skeleton/breadcrumbs/index.js +4 -2
  3. package/app-layout/visual-refresh-toolbar/skeleton/breadcrumbs/index.js.map +1 -1
  4. package/app-layout/visual-refresh-toolbar/skeleton/breadcrumbs/styles.css.js +7 -0
  5. package/app-layout/visual-refresh-toolbar/skeleton/breadcrumbs/styles.scoped.css +7 -0
  6. package/app-layout/visual-refresh-toolbar/skeleton/breadcrumbs/styles.selectors.js +8 -0
  7. package/attribute-editor/styles.css.js +15 -15
  8. package/attribute-editor/styles.scoped.css +28 -28
  9. package/attribute-editor/styles.selectors.js +15 -15
  10. package/breadcrumb-group/item/styles.css.js +7 -7
  11. package/breadcrumb-group/item/styles.scoped.css +28 -28
  12. package/breadcrumb-group/item/styles.selectors.js +7 -7
  13. package/button-dropdown/item-element/styles.css.js +16 -16
  14. package/button-dropdown/item-element/styles.scoped.css +27 -27
  15. package/button-dropdown/item-element/styles.selectors.js +16 -16
  16. package/date-input/index.d.ts +1 -1
  17. package/date-input/index.d.ts.map +1 -1
  18. package/date-input/index.js.map +1 -1
  19. package/date-input/interfaces.d.ts +29 -0
  20. package/date-input/interfaces.d.ts.map +1 -1
  21. package/date-input/interfaces.js.map +1 -1
  22. package/date-input/internal.d.ts +1 -4
  23. package/date-input/internal.d.ts.map +1 -1
  24. package/date-input/internal.js +39 -4
  25. package/date-input/internal.js.map +1 -1
  26. package/date-input/utils.d.ts +9 -1
  27. package/date-input/utils.d.ts.map +1 -1
  28. package/date-input/utils.js +32 -7
  29. package/date-input/utils.js.map +1 -1
  30. package/help-panel/styles.css.js +6 -6
  31. package/help-panel/styles.scoped.css +73 -73
  32. package/help-panel/styles.selectors.js +6 -6
  33. package/internal/base-component/styles.scoped.css +1 -1
  34. package/internal/components/masked-input/index.d.ts.map +1 -1
  35. package/internal/components/masked-input/index.js +2 -2
  36. package/internal/components/masked-input/index.js.map +1 -1
  37. package/internal/components/masked-input/interfaces.d.ts +6 -1
  38. package/internal/components/masked-input/interfaces.d.ts.map +1 -1
  39. package/internal/components/masked-input/interfaces.js.map +1 -1
  40. package/internal/components/masked-input/use-mask.d.ts +1 -1
  41. package/internal/components/masked-input/use-mask.d.ts.map +1 -1
  42. package/internal/components/masked-input/use-mask.js +7 -5
  43. package/internal/components/masked-input/use-mask.js.map +1 -1
  44. package/internal/components/masked-input/utils/mask-format.d.ts.map +1 -1
  45. package/internal/components/masked-input/utils/mask-format.js +19 -20
  46. package/internal/components/masked-input/utils/mask-format.js.map +1 -1
  47. package/internal/components/token-list/styles.css.js +10 -10
  48. package/internal/components/token-list/styles.scoped.css +25 -25
  49. package/internal/components/token-list/styles.selectors.js +10 -10
  50. package/internal/environment.js +2 -2
  51. package/internal/environment.json +2 -2
  52. package/internal/manifest.json +1 -1
  53. package/internal/plugins/helpers/use-global-breadcrumbs.d.ts.map +1 -1
  54. package/internal/plugins/helpers/use-global-breadcrumbs.js +5 -1
  55. package/internal/plugins/helpers/use-global-breadcrumbs.js.map +1 -1
  56. package/internal/utils/date-time/format-date-iso.d.ts.map +1 -1
  57. package/internal/utils/date-time/format-date-iso.js.map +1 -1
  58. package/internal/utils/date-time/interfaces.d.ts +16 -0
  59. package/internal/utils/date-time/interfaces.d.ts.map +1 -0
  60. package/internal/utils/date-time/interfaces.js +4 -0
  61. package/internal/utils/date-time/interfaces.js.map +1 -0
  62. package/link/index.d.ts.map +1 -1
  63. package/link/index.js +11 -27
  64. package/link/interfaces.d.ts +23 -0
  65. package/link/interfaces.d.ts.map +1 -1
  66. package/link/interfaces.js.map +1 -1
  67. package/link/internal-do-not-use-core.js +34 -0
  68. package/link/internal-do-not-use-core.js.map +1 -0
  69. package/link/internal.d.ts.map +1 -1
  70. package/link/internal.js +3 -2
  71. package/link/internal.js.map +1 -1
  72. package/link/style.d.ts +2 -0
  73. package/link/style.d.ts.map +1 -0
  74. package/link/style.js +21 -0
  75. package/link/style.js.map +1 -0
  76. package/link/styles.css.js +20 -20
  77. package/link/styles.scoped.css +103 -102
  78. package/link/styles.selectors.js +20 -20
  79. package/package.json +1 -1
  80. package/table/body-cell/styles.css.js +47 -47
  81. package/table/body-cell/styles.scoped.css +374 -375
  82. package/table/body-cell/styles.selectors.js +47 -47
  83. package/tag-editor/styles.css.js +3 -3
  84. package/tag-editor/styles.scoped.css +13 -13
  85. package/tag-editor/styles.selectors.js +3 -3
  86. package/text-content/styles.css.js +1 -1
  87. package/text-content/styles.scoped.css +66 -66
  88. package/text-content/styles.selectors.js +1 -1
  89. package/link/index.js.map +0 -1
@@ -2,52 +2,52 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "expandable-toggle-wrapper": "awsui_expandable-toggle-wrapper_c6tup_m7a2f_145",
6
- "body-cell": "awsui_body-cell_c6tup_m7a2f_152",
7
- "body-cell-content": "awsui_body-cell-content_c6tup_m7a2f_160",
8
- "expandable-level-0": "awsui_expandable-level-0_c6tup_m7a2f_166",
9
- "expandable-level-1": "awsui_expandable-level-1_c6tup_m7a2f_173",
10
- "expandable-level-2": "awsui_expandable-level-2_c6tup_m7a2f_180",
11
- "expandable-level-3": "awsui_expandable-level-3_c6tup_m7a2f_187",
12
- "expandable-level-4": "awsui_expandable-level-4_c6tup_m7a2f_194",
13
- "expandable-level-5": "awsui_expandable-level-5_c6tup_m7a2f_201",
14
- "expandable-level-6": "awsui_expandable-level-6_c6tup_m7a2f_208",
15
- "expandable-level-7": "awsui_expandable-level-7_c6tup_m7a2f_215",
16
- "expandable-level-8": "awsui_expandable-level-8_c6tup_m7a2f_222",
17
- "expandable-level-9": "awsui_expandable-level-9_c6tup_m7a2f_229",
18
- "expandable-level-next": "awsui_expandable-level-next_c6tup_m7a2f_236",
19
- "body-cell-align-top": "awsui_body-cell-align-top_c6tup_m7a2f_254",
20
- "body-cell-wrap": "awsui_body-cell-wrap_c6tup_m7a2f_260",
21
- "is-visual-refresh": "awsui_is-visual-refresh_c6tup_m7a2f_357",
22
- "body-cell-edit-active": "awsui_body-cell-edit-active_c6tup_m7a2f_447",
23
- "body-cell-expandable": "awsui_body-cell-expandable_c6tup_m7a2f_447",
24
- "body-cell-editable": "awsui_body-cell-editable_c6tup_m7a2f_447",
25
- "has-striped-rows": "awsui_has-striped-rows_c6tup_m7a2f_530",
26
- "sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_c6tup_m7a2f_696",
27
- "has-selection": "awsui_has-selection_c6tup_m7a2f_862",
28
- "body-cell-first-row": "awsui_body-cell-first-row_c6tup_m7a2f_1031",
29
- "body-cell-last-row": "awsui_body-cell-last-row_c6tup_m7a2f_1034",
30
- "body-cell-selected": "awsui_body-cell-selected_c6tup_m7a2f_1034",
31
- "has-footer": "awsui_has-footer_c6tup_m7a2f_1034",
32
- "body-cell-shaded": "awsui_body-cell-shaded_c6tup_m7a2f_1044",
33
- "sticky-cell": "awsui_sticky-cell_c6tup_m7a2f_696",
34
- "table-variant-full-page": "awsui_table-variant-full-page_c6tup_m7a2f_1095",
35
- "sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_c6tup_m7a2f_1112",
36
- "sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_c6tup_m7a2f_1121",
37
- "body-cell-next-selected": "awsui_body-cell-next-selected_c6tup_m7a2f_1143",
38
- "body-cell-prev-selected": "awsui_body-cell-prev-selected_c6tup_m7a2f_1150",
39
- "body-cell-editor-wrapper": "awsui_body-cell-editor-wrapper_c6tup_m7a2f_1176",
40
- "body-cell-success": "awsui_body-cell-success_c6tup_m7a2f_1181",
41
- "body-cell-editor": "awsui_body-cell-editor_c6tup_m7a2f_1176",
42
- "body-cell-editor-disabled": "awsui_body-cell-editor-disabled_c6tup_m7a2f_1206",
43
- "body-cell-editor-row": "awsui_body-cell-editor-row_c6tup_m7a2f_1215",
44
- "body-cell-editor-controls": "awsui_body-cell-editor-controls_c6tup_m7a2f_1225",
45
- "body-cell-editor-row-editor": "awsui_body-cell-editor-row-editor_c6tup_m7a2f_1228",
46
- "body-cell-editor-focusable": "awsui_body-cell-editor-focusable_c6tup_m7a2f_1231",
47
- "body-cell-editor-icon": "awsui_body-cell-editor-icon_c6tup_m7a2f_1255",
48
- "resizable-columns": "awsui_resizable-columns_c6tup_m7a2f_1367",
49
- "expandable-cell-content": "awsui_expandable-cell-content_c6tup_m7a2f_1370",
50
- "body-cell-edit-disabled-popover": "awsui_body-cell-edit-disabled-popover_c6tup_m7a2f_1421",
51
- "body-cell-has-success": "awsui_body-cell-has-success_c6tup_m7a2f_1424"
5
+ "expandable-toggle-wrapper": "awsui_expandable-toggle-wrapper_c6tup_1blv8_145",
6
+ "body-cell": "awsui_body-cell_c6tup_1blv8_152",
7
+ "body-cell-content": "awsui_body-cell-content_c6tup_1blv8_160",
8
+ "expandable-level-0": "awsui_expandable-level-0_c6tup_1blv8_166",
9
+ "expandable-level-1": "awsui_expandable-level-1_c6tup_1blv8_173",
10
+ "expandable-level-2": "awsui_expandable-level-2_c6tup_1blv8_180",
11
+ "expandable-level-3": "awsui_expandable-level-3_c6tup_1blv8_187",
12
+ "expandable-level-4": "awsui_expandable-level-4_c6tup_1blv8_194",
13
+ "expandable-level-5": "awsui_expandable-level-5_c6tup_1blv8_201",
14
+ "expandable-level-6": "awsui_expandable-level-6_c6tup_1blv8_208",
15
+ "expandable-level-7": "awsui_expandable-level-7_c6tup_1blv8_215",
16
+ "expandable-level-8": "awsui_expandable-level-8_c6tup_1blv8_222",
17
+ "expandable-level-9": "awsui_expandable-level-9_c6tup_1blv8_229",
18
+ "expandable-level-next": "awsui_expandable-level-next_c6tup_1blv8_236",
19
+ "body-cell-align-top": "awsui_body-cell-align-top_c6tup_1blv8_254",
20
+ "body-cell-wrap": "awsui_body-cell-wrap_c6tup_1blv8_260",
21
+ "is-visual-refresh": "awsui_is-visual-refresh_c6tup_1blv8_357",
22
+ "body-cell-edit-active": "awsui_body-cell-edit-active_c6tup_1blv8_447",
23
+ "body-cell-expandable": "awsui_body-cell-expandable_c6tup_1blv8_447",
24
+ "body-cell-editable": "awsui_body-cell-editable_c6tup_1blv8_447",
25
+ "has-striped-rows": "awsui_has-striped-rows_c6tup_1blv8_530",
26
+ "sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_c6tup_1blv8_696",
27
+ "has-selection": "awsui_has-selection_c6tup_1blv8_862",
28
+ "body-cell-first-row": "awsui_body-cell-first-row_c6tup_1blv8_1031",
29
+ "body-cell-last-row": "awsui_body-cell-last-row_c6tup_1blv8_1034",
30
+ "body-cell-selected": "awsui_body-cell-selected_c6tup_1blv8_1034",
31
+ "has-footer": "awsui_has-footer_c6tup_1blv8_1034",
32
+ "body-cell-shaded": "awsui_body-cell-shaded_c6tup_1blv8_1044",
33
+ "sticky-cell": "awsui_sticky-cell_c6tup_1blv8_696",
34
+ "table-variant-full-page": "awsui_table-variant-full-page_c6tup_1blv8_1095",
35
+ "sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_c6tup_1blv8_1112",
36
+ "sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_c6tup_1blv8_1121",
37
+ "body-cell-next-selected": "awsui_body-cell-next-selected_c6tup_1blv8_1143",
38
+ "body-cell-prev-selected": "awsui_body-cell-prev-selected_c6tup_1blv8_1150",
39
+ "body-cell-editor-wrapper": "awsui_body-cell-editor-wrapper_c6tup_1blv8_1176",
40
+ "body-cell-success": "awsui_body-cell-success_c6tup_1blv8_1181",
41
+ "body-cell-editor": "awsui_body-cell-editor_c6tup_1blv8_1176",
42
+ "body-cell-editor-disabled": "awsui_body-cell-editor-disabled_c6tup_1blv8_1206",
43
+ "body-cell-editor-row": "awsui_body-cell-editor-row_c6tup_1blv8_1215",
44
+ "body-cell-editor-controls": "awsui_body-cell-editor-controls_c6tup_1blv8_1225",
45
+ "body-cell-editor-row-editor": "awsui_body-cell-editor-row-editor_c6tup_1blv8_1228",
46
+ "body-cell-editor-focusable": "awsui_body-cell-editor-focusable_c6tup_1blv8_1231",
47
+ "body-cell-editor-icon": "awsui_body-cell-editor-icon_c6tup_1blv8_1255",
48
+ "resizable-columns": "awsui_resizable-columns_c6tup_1blv8_1367",
49
+ "expandable-cell-content": "awsui_expandable-cell-content_c6tup_1blv8_1370",
50
+ "body-cell-edit-disabled-popover": "awsui_body-cell-edit-disabled-popover_c6tup_1blv8_1421",
51
+ "body-cell-has-success": "awsui_body-cell-has-success_c6tup_1blv8_1424"
52
52
  };
53
53
 
@@ -1,8 +1,8 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_brdst_1wxju_145",
5
- "loading": "awsui_loading_brdst_1wxju_149",
6
- "undo-button": "awsui_undo-button_brdst_1wxju_153"
4
+ "root": "awsui_root_brdst_hn4f1_145",
5
+ "loading": "awsui_loading_brdst_hn4f1_149",
6
+ "undo-button": "awsui_undo-button_brdst_hn4f1_153"
7
7
  };
8
8
 
@@ -142,20 +142,20 @@
142
142
  */
143
143
  /* Style used for links in slots/components that are text heavy, to help links stand out among
144
144
  surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
145
- .awsui_root_brdst_1wxju_145:not(#\9) {
145
+ .awsui_root_brdst_hn4f1_145:not(#\9) {
146
146
  /* used in test utils */
147
147
  }
148
148
 
149
- .awsui_loading_brdst_1wxju_149:not(#\9) {
149
+ .awsui_loading_brdst_hn4f1_149:not(#\9) {
150
150
  /* used in test utils */
151
151
  }
152
152
 
153
- .awsui_undo-button_brdst_1wxju_153:not(#\9) {
153
+ .awsui_undo-button_brdst_hn4f1_153:not(#\9) {
154
154
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
155
155
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
156
156
  text-underline-offset: 0.25em;
157
157
  text-decoration-thickness: 1px;
158
- color: var(--color-text-link-default-1dmm7z, #006ce0);
158
+ color: var(--awsui-style-color-default-kcc2gu, var(--color-text-link-default-1dmm7z, #006ce0));
159
159
  font-weight: var(--font-link-button-weight-vslyg9, 700);
160
160
  letter-spacing: var(--font-link-button-letter-spacing-imtxwq, 0.005em);
161
161
  text-decoration-line: underline;
@@ -166,30 +166,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
166
166
  transition-duration: var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
167
167
  }
168
168
  @media (prefers-reduced-motion: reduce) {
169
- .awsui_undo-button_brdst_1wxju_153:not(#\9) {
169
+ .awsui_undo-button_brdst_hn4f1_153:not(#\9) {
170
170
  animation: none;
171
171
  transition: none;
172
172
  }
173
173
  }
174
- .awsui-motion-disabled .awsui_undo-button_brdst_1wxju_153:not(#\9), .awsui-mode-entering .awsui_undo-button_brdst_1wxju_153:not(#\9) {
174
+ .awsui-motion-disabled .awsui_undo-button_brdst_hn4f1_153:not(#\9), .awsui-mode-entering .awsui_undo-button_brdst_hn4f1_153:not(#\9) {
175
175
  animation: none;
176
176
  transition: none;
177
177
  }
178
- .awsui_undo-button_brdst_1wxju_153:not(#\9):hover {
178
+ .awsui_undo-button_brdst_hn4f1_153:not(#\9):hover {
179
179
  cursor: pointer;
180
- color: var(--color-text-link-hover-sq1gxg, #002b66);
180
+ color: var(--awsui-style-color-hover-kcc2gu, var(--color-text-link-hover-sq1gxg, #002b66));
181
181
  }
182
- .awsui_undo-button_brdst_1wxju_153:not(#\9):focus {
182
+ .awsui_undo-button_brdst_hn4f1_153:not(#\9):focus {
183
183
  outline: none;
184
184
  }
185
- .awsui_undo-button_brdst_1wxju_153:not(#\9):active {
186
- color: var(--color-text-link-hover-sq1gxg, #002b66);
185
+ .awsui_undo-button_brdst_hn4f1_153:not(#\9):active {
186
+ color: var(--awsui-style-color-active-kcc2gu, var(--color-text-link-hover-sq1gxg, #002b66));
187
187
  }
188
- .awsui_undo-button_brdst_1wxju_153:not(#\9):active, .awsui_undo-button_brdst_1wxju_153:not(#\9):focus, .awsui_undo-button_brdst_1wxju_153:not(#\9):hover {
188
+ .awsui_undo-button_brdst_hn4f1_153:not(#\9):active, .awsui_undo-button_brdst_hn4f1_153:not(#\9):focus, .awsui_undo-button_brdst_hn4f1_153:not(#\9):hover {
189
189
  text-decoration-line: underline;
190
190
  text-decoration-color: var(--color-text-link-button-underline-hover-cn3mqh, transparent);
191
191
  }
192
- body[data-awsui-focus-visible=true] .awsui_undo-button_brdst_1wxju_153:not(#\9):focus {
192
+ body[data-awsui-focus-visible=true] .awsui_undo-button_brdst_hn4f1_153:not(#\9):focus {
193
193
  outline: thin dotted;
194
194
  outline: var(--border-link-focus-ring-outline-1p0hnu, 0);
195
195
  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_1wxju_145",
6
- "loading": "awsui_loading_brdst_1wxju_149",
7
- "undo-button": "awsui_undo-button_brdst_1wxju_153"
5
+ "root": "awsui_root_brdst_hn4f1_145",
6
+ "loading": "awsui_loading_brdst_hn4f1_149",
7
+ "undo-button": "awsui_undo-button_brdst_hn4f1_153"
8
8
  };
9
9
 
@@ -1,6 +1,6 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "text-content": "awsui_text-content_6absk_i9ovx_146"
4
+ "text-content": "awsui_text-content_6absk_1q3rm_146"
5
5
  };
6
6
 
@@ -143,7 +143,7 @@
143
143
  */
144
144
  /* Style used for links in slots/components that are text heavy, to help links stand out among
145
145
  surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
146
- .awsui_text-content_6absk_i9ovx_146:not(#\9) {
146
+ .awsui_text-content_6absk_1q3rm_146:not(#\9) {
147
147
  border-collapse: separate;
148
148
  border-spacing: 0;
149
149
  box-sizing: border-box;
@@ -176,12 +176,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
176
176
  /* stylelint-disable no-descending-specificity */
177
177
  /* stylelint-enable no-descending-specificity */
178
178
  }
179
- .awsui_text-content_6absk_i9ovx_146 h1:not(#\9),
180
- .awsui_text-content_6absk_i9ovx_146 h2:not(#\9),
181
- .awsui_text-content_6absk_i9ovx_146 h3:not(#\9),
182
- .awsui_text-content_6absk_i9ovx_146 h4:not(#\9),
183
- .awsui_text-content_6absk_i9ovx_146 h5:not(#\9),
184
- .awsui_text-content_6absk_i9ovx_146 p:not(#\9) {
179
+ .awsui_text-content_6absk_1q3rm_146 h1:not(#\9),
180
+ .awsui_text-content_6absk_1q3rm_146 h2:not(#\9),
181
+ .awsui_text-content_6absk_1q3rm_146 h3:not(#\9),
182
+ .awsui_text-content_6absk_1q3rm_146 h4:not(#\9),
183
+ .awsui_text-content_6absk_1q3rm_146 h5:not(#\9),
184
+ .awsui_text-content_6absk_1q3rm_146 p:not(#\9) {
185
185
  font-family: inherit;
186
186
  font-weight: normal;
187
187
  text-decoration: none;
@@ -190,14 +190,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
190
190
  padding-block: var(--space-xxs-hwfkai, 4px);
191
191
  padding-inline: 0;
192
192
  }
193
- .awsui_text-content_6absk_i9ovx_146 h1:not(#\9),
194
- .awsui_text-content_6absk_i9ovx_146 h2:not(#\9),
195
- .awsui_text-content_6absk_i9ovx_146 h3:not(#\9),
196
- .awsui_text-content_6absk_i9ovx_146 h4:not(#\9),
197
- .awsui_text-content_6absk_i9ovx_146 h5:not(#\9) {
193
+ .awsui_text-content_6absk_1q3rm_146 h1:not(#\9),
194
+ .awsui_text-content_6absk_1q3rm_146 h2:not(#\9),
195
+ .awsui_text-content_6absk_1q3rm_146 h3:not(#\9),
196
+ .awsui_text-content_6absk_1q3rm_146 h4:not(#\9),
197
+ .awsui_text-content_6absk_1q3rm_146 h5:not(#\9) {
198
198
  color: var(--color-text-heading-default-izpp46, #0f141a);
199
199
  }
200
- .awsui_text-content_6absk_i9ovx_146 h1:not(#\9) {
200
+ .awsui_text-content_6absk_1q3rm_146 h1:not(#\9) {
201
201
  font-size: var(--font-size-heading-xl-wvkbur, 24px);
202
202
  line-height: var(--line-height-heading-xl-hko6p0, 30px);
203
203
  letter-spacing: var(--letter-spacing-heading-xl-ckkb6u, -0.02em);
@@ -205,7 +205,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
205
205
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
206
206
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
207
207
  }
208
- .awsui_text-content_6absk_i9ovx_146 h2:not(#\9) {
208
+ .awsui_text-content_6absk_1q3rm_146 h2:not(#\9) {
209
209
  font-size: var(--font-size-heading-l-vnacx6, 20px);
210
210
  line-height: var(--line-height-heading-l-mg5bx6, 24px);
211
211
  letter-spacing: var(--letter-spacing-heading-l-5v6ibv, -0.015em);
@@ -213,7 +213,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
213
213
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
214
214
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
215
215
  }
216
- .awsui_text-content_6absk_i9ovx_146 h3:not(#\9) {
216
+ .awsui_text-content_6absk_1q3rm_146 h3:not(#\9) {
217
217
  font-size: var(--font-size-heading-m-170yiy, 18px);
218
218
  line-height: var(--line-height-heading-m-uoaqdh, 22px);
219
219
  letter-spacing: var(--letter-spacing-heading-m-29ewnk, -0.01em);
@@ -221,7 +221,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
221
221
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
222
222
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
223
223
  }
224
- .awsui_text-content_6absk_i9ovx_146 h4:not(#\9) {
224
+ .awsui_text-content_6absk_1q3rm_146 h4:not(#\9) {
225
225
  font-size: var(--font-size-heading-s-zp08en, 16px);
226
226
  line-height: var(--line-height-heading-s-hmi4vc, 20px);
227
227
  letter-spacing: var(--letter-spacing-heading-s-4st9ep, -0.005em);
@@ -229,34 +229,34 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
229
229
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
230
230
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
231
231
  }
232
- .awsui_text-content_6absk_i9ovx_146 h5:not(#\9) {
232
+ .awsui_text-content_6absk_1q3rm_146 h5:not(#\9) {
233
233
  font-size: var(--font-size-heading-xs-j8yzxv, 14px);
234
234
  line-height: var(--line-height-heading-xs-q9j004, 18px);
235
235
  font-weight: var(--font-weight-heading-xs-wqqpne, 700);
236
236
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
237
237
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
238
238
  }
239
- .awsui_text-content_6absk_i9ovx_146 b:not(#\9),
240
- .awsui_text-content_6absk_i9ovx_146 strong:not(#\9) {
239
+ .awsui_text-content_6absk_1q3rm_146 b:not(#\9),
240
+ .awsui_text-content_6absk_1q3rm_146 strong:not(#\9) {
241
241
  font-weight: 700;
242
242
  }
243
- .awsui_text-content_6absk_i9ovx_146 p:not(#\9) {
243
+ .awsui_text-content_6absk_1q3rm_146 p:not(#\9) {
244
244
  font-size: var(--font-size-body-m-a7nh2n, 14px);
245
245
  line-height: var(--line-height-body-m-2mh3ke, 20px);
246
246
  color: inherit;
247
247
  }
248
- .awsui_text-content_6absk_i9ovx_146 small:not(#\9) {
248
+ .awsui_text-content_6absk_1q3rm_146 small:not(#\9) {
249
249
  display: inline-block;
250
250
  font-size: var(--font-size-body-s-smc8cv, 12px);
251
251
  line-height: var(--line-height-body-s-nu5hx1, 16px);
252
252
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
253
253
  color: var(--color-text-small-m1tr70, #656871);
254
254
  }
255
- .awsui_text-content_6absk_i9ovx_146 small a:not(#\9) {
255
+ .awsui_text-content_6absk_1q3rm_146 small a:not(#\9) {
256
256
  font-size: inherit;
257
257
  text-underline-offset: 0.25em;
258
258
  text-decoration-thickness: 1px;
259
- color: var(--color-text-link-default-1dmm7z, #006ce0);
259
+ color: var(--awsui-style-color-default-kcc2gu, var(--color-text-link-default-1dmm7z, #006ce0));
260
260
  font-weight: inherit;
261
261
  letter-spacing: normal;
262
262
  text-decoration-line: underline;
@@ -267,44 +267,44 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
267
267
  transition-duration: var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
268
268
  }
269
269
  @media (prefers-reduced-motion: reduce) {
270
- .awsui_text-content_6absk_i9ovx_146 small a:not(#\9) {
270
+ .awsui_text-content_6absk_1q3rm_146 small a:not(#\9) {
271
271
  animation: none;
272
272
  transition: none;
273
273
  }
274
274
  }
275
- .awsui-motion-disabled .awsui_text-content_6absk_i9ovx_146 small a:not(#\9), .awsui-mode-entering .awsui_text-content_6absk_i9ovx_146 small a:not(#\9) {
275
+ .awsui-motion-disabled .awsui_text-content_6absk_1q3rm_146 small a:not(#\9), .awsui-mode-entering .awsui_text-content_6absk_1q3rm_146 small a:not(#\9) {
276
276
  animation: none;
277
277
  transition: none;
278
278
  }
279
- .awsui_text-content_6absk_i9ovx_146 small a:not(#\9):hover {
279
+ .awsui_text-content_6absk_1q3rm_146 small a:not(#\9):hover {
280
280
  cursor: pointer;
281
- color: var(--color-text-link-hover-sq1gxg, #002b66);
281
+ color: var(--awsui-style-color-hover-kcc2gu, var(--color-text-link-hover-sq1gxg, #002b66));
282
282
  }
283
- .awsui_text-content_6absk_i9ovx_146 small a:not(#\9):focus {
283
+ .awsui_text-content_6absk_1q3rm_146 small a:not(#\9):focus {
284
284
  outline: none;
285
285
  }
286
- .awsui_text-content_6absk_i9ovx_146 small a:not(#\9):active {
287
- color: var(--color-text-link-hover-sq1gxg, #002b66);
286
+ .awsui_text-content_6absk_1q3rm_146 small a:not(#\9):active {
287
+ color: var(--awsui-style-color-active-kcc2gu, var(--color-text-link-hover-sq1gxg, #002b66));
288
288
  }
289
- .awsui_text-content_6absk_i9ovx_146 small a:not(#\9):active, .awsui_text-content_6absk_i9ovx_146 small a:not(#\9):focus, .awsui_text-content_6absk_i9ovx_146 small a:not(#\9):hover {
289
+ .awsui_text-content_6absk_1q3rm_146 small a:not(#\9):active, .awsui_text-content_6absk_1q3rm_146 small a:not(#\9):focus, .awsui_text-content_6absk_1q3rm_146 small a:not(#\9):hover {
290
290
  text-decoration-line: underline;
291
291
  text-decoration-color: currentColor;
292
292
  }
293
- .awsui_text-content_6absk_i9ovx_146 code:not(#\9),
294
- .awsui_text-content_6absk_i9ovx_146 pre:not(#\9),
295
- .awsui_text-content_6absk_i9ovx_146 samp:not(#\9) {
293
+ .awsui_text-content_6absk_1q3rm_146 code:not(#\9),
294
+ .awsui_text-content_6absk_1q3rm_146 pre:not(#\9),
295
+ .awsui_text-content_6absk_1q3rm_146 samp:not(#\9) {
296
296
  font-family: var(--font-family-monospace-q47m7k, Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace);
297
297
  background: transparent;
298
298
  }
299
- .awsui_text-content_6absk_i9ovx_146 code:not(#\9) {
299
+ .awsui_text-content_6absk_1q3rm_146 code:not(#\9) {
300
300
  font-size: var(--font-size-body-s-smc8cv, 12px);
301
301
  line-height: var(--line-height-body-s-nu5hx1, 16px);
302
302
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
303
303
  }
304
- .awsui_text-content_6absk_i9ovx_146 a:not(#\9) {
304
+ .awsui_text-content_6absk_1q3rm_146 a:not(#\9) {
305
305
  text-underline-offset: 0.25em;
306
306
  text-decoration-thickness: 1px;
307
- color: var(--color-text-link-default-1dmm7z, #006ce0);
307
+ color: var(--awsui-style-color-default-kcc2gu, var(--color-text-link-default-1dmm7z, #006ce0));
308
308
  font-weight: inherit;
309
309
  letter-spacing: normal;
310
310
  text-decoration-line: underline;
@@ -315,30 +315,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
315
315
  transition-duration: var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
316
316
  }
317
317
  @media (prefers-reduced-motion: reduce) {
318
- .awsui_text-content_6absk_i9ovx_146 a:not(#\9) {
318
+ .awsui_text-content_6absk_1q3rm_146 a:not(#\9) {
319
319
  animation: none;
320
320
  transition: none;
321
321
  }
322
322
  }
323
- .awsui-motion-disabled .awsui_text-content_6absk_i9ovx_146 a:not(#\9), .awsui-mode-entering .awsui_text-content_6absk_i9ovx_146 a:not(#\9) {
323
+ .awsui-motion-disabled .awsui_text-content_6absk_1q3rm_146 a:not(#\9), .awsui-mode-entering .awsui_text-content_6absk_1q3rm_146 a:not(#\9) {
324
324
  animation: none;
325
325
  transition: none;
326
326
  }
327
- .awsui_text-content_6absk_i9ovx_146 a:not(#\9):hover {
327
+ .awsui_text-content_6absk_1q3rm_146 a:not(#\9):hover {
328
328
  cursor: pointer;
329
- color: var(--color-text-link-hover-sq1gxg, #002b66);
329
+ color: var(--awsui-style-color-hover-kcc2gu, var(--color-text-link-hover-sq1gxg, #002b66));
330
330
  }
331
- .awsui_text-content_6absk_i9ovx_146 a:not(#\9):focus {
331
+ .awsui_text-content_6absk_1q3rm_146 a:not(#\9):focus {
332
332
  outline: none;
333
333
  }
334
- .awsui_text-content_6absk_i9ovx_146 a:not(#\9):active {
335
- color: var(--color-text-link-hover-sq1gxg, #002b66);
334
+ .awsui_text-content_6absk_1q3rm_146 a:not(#\9):active {
335
+ color: var(--awsui-style-color-active-kcc2gu, var(--color-text-link-hover-sq1gxg, #002b66));
336
336
  }
337
- .awsui_text-content_6absk_i9ovx_146 a:not(#\9):active, .awsui_text-content_6absk_i9ovx_146 a:not(#\9):focus, .awsui_text-content_6absk_i9ovx_146 a:not(#\9):hover {
337
+ .awsui_text-content_6absk_1q3rm_146 a:not(#\9):active, .awsui_text-content_6absk_1q3rm_146 a:not(#\9):focus, .awsui_text-content_6absk_1q3rm_146 a:not(#\9):hover {
338
338
  text-decoration-line: underline;
339
339
  text-decoration-color: currentColor;
340
340
  }
341
- .awsui_text-content_6absk_i9ovx_146 a:not(#\9):focus {
341
+ .awsui_text-content_6absk_1q3rm_146 a:not(#\9):focus {
342
342
  outline: thin dotted;
343
343
  outline: var(--border-link-focus-ring-outline-1p0hnu, 0);
344
344
  outline-offset: 2px;
@@ -349,33 +349,33 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
349
349
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
350
350
  box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-39uvxr, 2px) var(--color-border-item-focused-uk47pl, #006ce0);
351
351
  }
352
- .awsui_text-content_6absk_i9ovx_146 ul:not(#\9),
353
- .awsui_text-content_6absk_i9ovx_146 ol:not(#\9) {
352
+ .awsui_text-content_6absk_1q3rm_146 ul:not(#\9),
353
+ .awsui_text-content_6absk_1q3rm_146 ol:not(#\9) {
354
354
  padding-inline-start: var(--space-l-2ud1p3, 20px);
355
355
  margin-block: var(--space-scaled-xs-xwoogq, 8px);
356
356
  margin-inline: 0;
357
357
  list-style-position: outside;
358
358
  }
359
- .awsui_text-content_6absk_i9ovx_146 ul + ul:not(#\9),
360
- .awsui_text-content_6absk_i9ovx_146 ul + ol:not(#\9),
361
- .awsui_text-content_6absk_i9ovx_146 ul > li + ul:not(#\9),
362
- .awsui_text-content_6absk_i9ovx_146 ul > li + li:not(#\9),
363
- .awsui_text-content_6absk_i9ovx_146 ul > li + ol:not(#\9),
364
- .awsui_text-content_6absk_i9ovx_146 ul > li > ul:not(#\9),
365
- .awsui_text-content_6absk_i9ovx_146 ul > li > ol:not(#\9),
366
- .awsui_text-content_6absk_i9ovx_146 ol + ul:not(#\9),
367
- .awsui_text-content_6absk_i9ovx_146 ol + ol:not(#\9),
368
- .awsui_text-content_6absk_i9ovx_146 ol > li + ul:not(#\9),
369
- .awsui_text-content_6absk_i9ovx_146 ol > li + li:not(#\9),
370
- .awsui_text-content_6absk_i9ovx_146 ol > li + ol:not(#\9),
371
- .awsui_text-content_6absk_i9ovx_146 ol > li > ul:not(#\9),
372
- .awsui_text-content_6absk_i9ovx_146 ol > li > ol:not(#\9) {
359
+ .awsui_text-content_6absk_1q3rm_146 ul + ul:not(#\9),
360
+ .awsui_text-content_6absk_1q3rm_146 ul + ol:not(#\9),
361
+ .awsui_text-content_6absk_1q3rm_146 ul > li + ul:not(#\9),
362
+ .awsui_text-content_6absk_1q3rm_146 ul > li + li:not(#\9),
363
+ .awsui_text-content_6absk_1q3rm_146 ul > li + ol:not(#\9),
364
+ .awsui_text-content_6absk_1q3rm_146 ul > li > ul:not(#\9),
365
+ .awsui_text-content_6absk_1q3rm_146 ul > li > ol:not(#\9),
366
+ .awsui_text-content_6absk_1q3rm_146 ol + ul:not(#\9),
367
+ .awsui_text-content_6absk_1q3rm_146 ol + ol:not(#\9),
368
+ .awsui_text-content_6absk_1q3rm_146 ol > li + ul:not(#\9),
369
+ .awsui_text-content_6absk_1q3rm_146 ol > li + li:not(#\9),
370
+ .awsui_text-content_6absk_1q3rm_146 ol > li + ol:not(#\9),
371
+ .awsui_text-content_6absk_1q3rm_146 ol > li > ul:not(#\9),
372
+ .awsui_text-content_6absk_1q3rm_146 ol > li > ol:not(#\9) {
373
373
  padding-block-start: var(--space-scaled-xxs-pfm1nx, 4px);
374
374
  }
375
- .awsui_text-content_6absk_i9ovx_146 ul > li > ul:not(#\9),
376
- .awsui_text-content_6absk_i9ovx_146 ul > li > ol:not(#\9),
377
- .awsui_text-content_6absk_i9ovx_146 ol > li > ul:not(#\9),
378
- .awsui_text-content_6absk_i9ovx_146 ol > li > ol:not(#\9) {
375
+ .awsui_text-content_6absk_1q3rm_146 ul > li > ul:not(#\9),
376
+ .awsui_text-content_6absk_1q3rm_146 ul > li > ol:not(#\9),
377
+ .awsui_text-content_6absk_1q3rm_146 ol > li > ul:not(#\9),
378
+ .awsui_text-content_6absk_1q3rm_146 ol > li > ol:not(#\9) {
379
379
  margin-block: 0;
380
380
  margin-inline: 0;
381
381
  }
@@ -2,6 +2,6 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "text-content": "awsui_text-content_6absk_i9ovx_146"
5
+ "text-content": "awsui_text-content_6absk_1q3rm_146"
6
6
  };
7
7
 
package/link/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/link/index.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,YAAY,CAAC;;AACb,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,6BAA6B,EAAE,MAAM,kEAAkE,CAAC;AAEjH,OAAO,gBAAgB,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAGxE,OAAO,YAAY,MAAM,YAAY,CAAC;AAItC,MAAM,IAAI,GAAG,KAAK,CAAC,UAAU,CAC3B,CAAC,EAAgF,EAAE,GAA6B,EAAE,EAAE;QAAnH,EAAE,QAAQ,GAAG,QAAQ,EAAE,KAAK,GAAG,QAAQ,EAAE,QAAQ,GAAG,KAAK,OAAuB,EAAlB,KAAK,cAAnE,iCAAqE,CAAF;IAClE,MAAM,kBAAkB,GAAG,gBAAgB,CAAC,MAAM,EAAE;QAClD,KAAK,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,GAAG,EAAE,KAAK,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO,EAAE,KAAK,CAAC,OAAO,EAAE;KACnG,CAAC,CAAC;IAEH,MAAM,iBAAiB,GAA2C;QAChE,MAAM,EAAE,OAAO;QACf,MAAM,EAAE;YACN,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE;YACvB,QAAQ,EAAE,GAAG,QAAQ,EAAE;SACxB;QACD,SAAS,EAAE;YACT,IAAI,EAAE,YAAY;YAClB,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE;YACvB,UAAU,EAAE,EAAE,OAAO,EAAE,KAAK,CAAC,OAAO,IAAI,WAAW,EAAE;SACtD;KACF,CAAC;IAEF,IAAI,KAAK,CAAC,IAAI,EAAE;QACd,iBAAiB,CAAC,MAAM,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC;KAC5C;IAED,OAAO,CACL,oBAAC,YAAY,kBACX,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,IACd,KAAK,EACL,kBAAkB,IACtB,GAAG,EAAE,GAAG,IACJ,6BAA6B,CAAC,iBAAiB,CAAC,EACpD,CACH,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,gBAAgB,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;AAC/B,eAAe,IAAI,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n'use client';\nimport React from 'react';\n\nimport { getAnalyticsMetadataAttribute } from '@cloudscape-design/component-toolkit/internal/analytics-metadata';\n\nimport useBaseComponent from '../internal/hooks/use-base-component';\nimport { applyDisplayName } from '../internal/utils/apply-display-name';\nimport { GeneratedAnalyticsMetadataLinkFragment } from './analytics-metadata/interfaces';\nimport { LinkProps } from './interfaces';\nimport InternalLink from './internal';\n\nexport { LinkProps };\n\nconst Link = React.forwardRef(\n ({ fontSize = 'body-m', color = 'normal', external = false, ...props }: LinkProps, ref: React.Ref<LinkProps.Ref>) => {\n const baseComponentProps = useBaseComponent('Link', {\n props: { color, external, fontSize, rel: props.rel, target: props.target, variant: props.variant },\n });\n\n const analyticsMetadata: GeneratedAnalyticsMetadataLinkFragment = {\n action: 'click',\n detail: {\n label: { root: 'self' },\n external: `${external}`,\n },\n component: {\n name: 'awsui.Link',\n label: { root: 'self' },\n properties: { variant: props.variant || 'secondary' },\n },\n };\n\n if (props.href) {\n analyticsMetadata.detail.href = props.href;\n }\n\n return (\n <InternalLink\n fontSize={fontSize}\n color={color}\n external={external}\n {...props}\n {...baseComponentProps}\n ref={ref}\n {...getAnalyticsMetadataAttribute(analyticsMetadata)}\n />\n );\n }\n);\n\napplyDisplayName(Link, 'Link');\nexport default Link;\n"]}