@cloudscape-design/components 3.0.1270 → 3.0.1272

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 (181) hide show
  1. package/app-layout/visual-refresh-toolbar/toolbar/index.js +1 -1
  2. package/app-layout/visual-refresh-toolbar/toolbar/index.js.map +1 -1
  3. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.d.ts +1 -1
  4. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.d.ts.map +1 -1
  5. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js +1 -2
  6. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js.map +1 -1
  7. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.css.js +6 -7
  8. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.scoped.css +20 -26
  9. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.selectors.js +6 -7
  10. package/button/styles.css.js +22 -22
  11. package/button/styles.scoped.css +78 -78
  12. package/button/styles.selectors.js +22 -22
  13. package/help-panel/styles.css.js +6 -6
  14. package/help-panel/styles.scoped.css +70 -70
  15. package/help-panel/styles.selectors.js +6 -6
  16. package/i18n/messages/all.all.js +1 -1
  17. package/i18n/messages/all.all.json +1 -1
  18. package/i18n/messages/all.ar.js +1 -1
  19. package/i18n/messages/all.ar.json +1 -1
  20. package/i18n/messages/all.de.js +1 -1
  21. package/i18n/messages/all.de.json +1 -1
  22. package/i18n/messages/all.en-GB.js +1 -1
  23. package/i18n/messages/all.en-GB.json +1 -1
  24. package/i18n/messages/all.en.js +1 -1
  25. package/i18n/messages/all.en.json +1 -1
  26. package/i18n/messages/all.es.js +1 -1
  27. package/i18n/messages/all.es.json +1 -1
  28. package/i18n/messages/all.fr.js +1 -1
  29. package/i18n/messages/all.fr.json +1 -1
  30. package/i18n/messages/all.id.js +1 -1
  31. package/i18n/messages/all.id.json +1 -1
  32. package/i18n/messages/all.it.js +1 -1
  33. package/i18n/messages/all.it.json +1 -1
  34. package/i18n/messages/all.ja.js +1 -1
  35. package/i18n/messages/all.ja.json +1 -1
  36. package/i18n/messages/all.ko.js +1 -1
  37. package/i18n/messages/all.ko.json +1 -1
  38. package/i18n/messages/all.pt-BR.js +1 -1
  39. package/i18n/messages/all.pt-BR.json +1 -1
  40. package/i18n/messages/all.tr.js +1 -1
  41. package/i18n/messages/all.tr.json +1 -1
  42. package/i18n/messages/all.zh-CN.js +1 -1
  43. package/i18n/messages/all.zh-CN.json +1 -1
  44. package/i18n/messages/all.zh-TW.js +1 -1
  45. package/i18n/messages/all.zh-TW.json +1 -1
  46. package/i18n/messages-types.d.ts +18 -0
  47. package/i18n/messages-types.d.ts.map +1 -1
  48. package/i18n/messages-types.js.map +1 -1
  49. package/internal/base-component/styles.scoped.css +63 -4
  50. package/internal/components/token-list/styles.css.js +10 -10
  51. package/internal/components/token-list/styles.scoped.css +25 -25
  52. package/internal/components/token-list/styles.selectors.js +10 -10
  53. package/internal/environment.js +2 -2
  54. package/internal/environment.json +2 -2
  55. package/internal/generated/styles/tokens.d.ts +17 -3
  56. package/internal/generated/styles/tokens.js +17 -3
  57. package/internal/generated/theming/index.cjs +417 -9
  58. package/internal/generated/theming/index.cjs.d.ts +189 -0
  59. package/internal/generated/theming/index.d.ts +189 -0
  60. package/internal/generated/theming/index.js +417 -9
  61. package/internal/keycode.d.ts +3 -1
  62. package/internal/keycode.d.ts.map +1 -1
  63. package/internal/keycode.js +5 -0
  64. package/internal/keycode.js.map +1 -1
  65. package/internal/manifest.json +1 -1
  66. package/internal/utils/handle-key.d.ts +22 -1
  67. package/internal/utils/handle-key.d.ts.map +1 -1
  68. package/internal/utils/handle-key.js +62 -4
  69. package/internal/utils/handle-key.js.map +1 -1
  70. package/item-card/styles.css.js +14 -14
  71. package/item-card/styles.scoped.css +52 -52
  72. package/item-card/styles.selectors.js +14 -14
  73. package/link/styles.css.js +21 -21
  74. package/link/styles.scoped.css +81 -81
  75. package/link/styles.selectors.js +21 -21
  76. package/package.json +1 -1
  77. package/prompt-input/components/menu-dropdown.d.ts +33 -0
  78. package/prompt-input/components/menu-dropdown.d.ts.map +1 -0
  79. package/prompt-input/components/menu-dropdown.js +48 -0
  80. package/prompt-input/components/menu-dropdown.js.map +1 -0
  81. package/prompt-input/components/textarea-mode.d.ts +15 -0
  82. package/prompt-input/components/textarea-mode.d.ts.map +1 -0
  83. package/prompt-input/components/textarea-mode.js +8 -0
  84. package/prompt-input/components/textarea-mode.js.map +1 -0
  85. package/prompt-input/components/token-mode.d.ts +61 -0
  86. package/prompt-input/components/token-mode.d.ts.map +1 -0
  87. package/prompt-input/components/token-mode.js +37 -0
  88. package/prompt-input/components/token-mode.js.map +1 -0
  89. package/prompt-input/core/caret-controller.d.ts +73 -0
  90. package/prompt-input/core/caret-controller.d.ts.map +1 -0
  91. package/prompt-input/core/caret-controller.js +396 -0
  92. package/prompt-input/core/caret-controller.js.map +1 -0
  93. package/prompt-input/core/caret-spot-utils.d.ts +6 -0
  94. package/prompt-input/core/caret-spot-utils.d.ts.map +1 -0
  95. package/prompt-input/core/caret-spot-utils.js +52 -0
  96. package/prompt-input/core/caret-spot-utils.js.map +1 -0
  97. package/prompt-input/core/caret-utils.d.ts +25 -0
  98. package/prompt-input/core/caret-utils.d.ts.map +1 -0
  99. package/prompt-input/core/caret-utils.js +183 -0
  100. package/prompt-input/core/caret-utils.js.map +1 -0
  101. package/prompt-input/core/constants.d.ts +14 -0
  102. package/prompt-input/core/constants.d.ts.map +1 -0
  103. package/prompt-input/core/constants.js +18 -0
  104. package/prompt-input/core/constants.js.map +1 -0
  105. package/prompt-input/core/dom-utils.d.ts +60 -0
  106. package/prompt-input/core/dom-utils.d.ts.map +1 -0
  107. package/prompt-input/core/dom-utils.js +252 -0
  108. package/prompt-input/core/dom-utils.js.map +1 -0
  109. package/prompt-input/core/event-handlers.d.ts +68 -0
  110. package/prompt-input/core/event-handlers.d.ts.map +1 -0
  111. package/prompt-input/core/event-handlers.js +678 -0
  112. package/prompt-input/core/event-handlers.js.map +1 -0
  113. package/prompt-input/core/menu-state.d.ts +62 -0
  114. package/prompt-input/core/menu-state.d.ts.map +1 -0
  115. package/prompt-input/core/menu-state.js +168 -0
  116. package/prompt-input/core/menu-state.js.map +1 -0
  117. package/prompt-input/core/token-operations.d.ts +21 -0
  118. package/prompt-input/core/token-operations.d.ts.map +1 -0
  119. package/prompt-input/core/token-operations.js +273 -0
  120. package/prompt-input/core/token-operations.js.map +1 -0
  121. package/prompt-input/core/token-renderer.d.ts +26 -0
  122. package/prompt-input/core/token-renderer.d.ts.map +1 -0
  123. package/prompt-input/core/token-renderer.js +230 -0
  124. package/prompt-input/core/token-renderer.js.map +1 -0
  125. package/prompt-input/core/token-utils.d.ts +22 -0
  126. package/prompt-input/core/token-utils.d.ts.map +1 -0
  127. package/prompt-input/core/token-utils.js +262 -0
  128. package/prompt-input/core/token-utils.js.map +1 -0
  129. package/prompt-input/core/trigger-utils.d.ts +18 -0
  130. package/prompt-input/core/trigger-utils.d.ts.map +1 -0
  131. package/prompt-input/core/trigger-utils.js +174 -0
  132. package/prompt-input/core/trigger-utils.js.map +1 -0
  133. package/prompt-input/core/type-guards.d.ts +13 -0
  134. package/prompt-input/core/type-guards.d.ts.map +1 -0
  135. package/prompt-input/core/type-guards.js +36 -0
  136. package/prompt-input/core/type-guards.js.map +1 -0
  137. package/prompt-input/index.d.ts +1 -1
  138. package/prompt-input/index.d.ts.map +1 -1
  139. package/prompt-input/index.js.map +1 -1
  140. package/prompt-input/interfaces.d.ts +356 -7
  141. package/prompt-input/interfaces.d.ts.map +1 -1
  142. package/prompt-input/interfaces.js.map +1 -1
  143. package/prompt-input/internal.d.ts +1 -1
  144. package/prompt-input/internal.d.ts.map +1 -1
  145. package/prompt-input/internal.js +195 -61
  146. package/prompt-input/internal.js.map +1 -1
  147. package/prompt-input/styles.css.js +26 -17
  148. package/prompt-input/styles.scoped.css +152 -39
  149. package/prompt-input/styles.selectors.js +26 -17
  150. package/prompt-input/test-classes/styles.css.js +7 -6
  151. package/prompt-input/test-classes/styles.scoped.css +10 -6
  152. package/prompt-input/test-classes/styles.selectors.js +7 -6
  153. package/prompt-input/tokens/use-shortcuts.d.ts +37 -0
  154. package/prompt-input/tokens/use-shortcuts.d.ts.map +1 -0
  155. package/prompt-input/tokens/use-shortcuts.js +89 -0
  156. package/prompt-input/tokens/use-shortcuts.js.map +1 -0
  157. package/prompt-input/tokens/use-token-mode.d.ts +78 -0
  158. package/prompt-input/tokens/use-token-mode.d.ts.map +1 -0
  159. package/prompt-input/tokens/use-token-mode.js +817 -0
  160. package/prompt-input/tokens/use-token-mode.js.map +1 -0
  161. package/prompt-input/utils/insert-text-content-editable.d.ts +10 -0
  162. package/prompt-input/utils/insert-text-content-editable.d.ts.map +1 -0
  163. package/prompt-input/utils/insert-text-content-editable.js +133 -0
  164. package/prompt-input/utils/insert-text-content-editable.js.map +1 -0
  165. package/tabs/styles.css.js +30 -30
  166. package/tabs/styles.scoped.css +55 -55
  167. package/tabs/styles.selectors.js +30 -30
  168. package/test-utils/dom/hotspot/index.js +1 -2
  169. package/test-utils/dom/hotspot/index.js.map +1 -1
  170. package/test-utils/dom/prompt-input/index.d.ts +53 -1
  171. package/test-utils/dom/prompt-input/index.js +121 -13
  172. package/test-utils/dom/prompt-input/index.js.map +1 -1
  173. package/test-utils/dom/s3-resource-selector/index.js +2 -3
  174. package/test-utils/dom/s3-resource-selector/index.js.map +1 -1
  175. package/test-utils/selectors/hotspot/index.js +1 -2
  176. package/test-utils/selectors/hotspot/index.js.map +1 -1
  177. package/test-utils/selectors/prompt-input/index.d.ts +30 -0
  178. package/test-utils/selectors/prompt-input/index.js +53 -7
  179. package/test-utils/selectors/prompt-input/index.js.map +1 -1
  180. package/test-utils/selectors/s3-resource-selector/index.js +2 -3
  181. package/test-utils/selectors/s3-resource-selector/index.js.map +1 -1
@@ -239,6 +239,8 @@ body {
239
239
  --color-grey-transparent-heavy-bu3q4i:rgba(15, 20, 26, 0.12);
240
240
  --color-background-badge-icon-jyxnxa:var(--color-error-600-mdn3ng);
241
241
  --color-background-button-link-active-5oi2dp:var(--color-primary-100-f62fz9);
242
+ --color-background-button-link-default-o64utz:transparent;
243
+ --color-background-button-link-disabled-9xznu3:transparent;
242
244
  --color-background-button-link-hover-lhrs2u:var(--color-primary-50-1y05xv);
243
245
  --color-background-button-normal-active-5imwxd:var(--color-primary-100-f62fz9);
244
246
  --color-background-button-normal-default-7f99mv:var(--color-white-p1zlvy);
@@ -338,6 +340,7 @@ body {
338
340
  --color-background-chat-bubble-incoming-j38cew:var(--color-neutral-150-gezhen);
339
341
  --color-text-chat-bubble-outgoing-f3r63s:var(--color-text-body-default-vvtq8u);
340
342
  --color-text-chat-bubble-incoming-od0yh8:var(--color-text-body-default-vvtq8u);
343
+ --color-border-button-link-disabled-npwqxa:var(--color-background-button-link-disabled-9xznu3);
341
344
  --color-border-button-normal-active-ru7yhb:var(--color-primary-900-a5kqrr);
342
345
  --color-border-button-normal-default-glqfp1:var(--color-primary-600-1lcy1k);
343
346
  --color-border-toggle-button-normal-pressed-tq8o41:var(--color-primary-600-1lcy1k);
@@ -423,6 +426,10 @@ body {
423
426
  --color-text-link-button-normal-default-srprth:var(--color-text-button-normal-default-nzalii);
424
427
  --color-text-link-button-normal-hover-jrnyw3:var(--color-text-button-normal-hover-gusgyv);
425
428
  --color-text-link-button-normal-active-js9ryu:var(--color-text-button-normal-active-vihsxh);
429
+ --color-text-button-link-active-dqdjg3:var(--color-text-button-normal-active-vihsxh);
430
+ --color-text-button-link-default-vvunrs:var(--color-text-button-normal-default-nzalii);
431
+ --color-text-button-link-disabled-12wh7a:var(--color-text-interactive-disabled-1bqmrl);
432
+ --color-text-button-link-hover-kvrc36:var(--color-text-button-normal-hover-gusgyv);
426
433
  --color-text-button-primary-active-refmba:var(--color-white-p1zlvy);
427
434
  --color-text-button-primary-default-mwl31m:var(--color-white-p1zlvy);
428
435
  --color-text-button-primary-hover-pw12ep:var(--color-white-p1zlvy);
@@ -479,6 +486,10 @@ body {
479
486
  --color-text-layout-toggle-selected-xpximc:var(--color-white-p1zlvy);
480
487
  --color-text-link-default-hude44:var(--color-primary-600-1lcy1k);
481
488
  --color-text-link-hover-2hfec2:var(--color-primary-900-a5kqrr);
489
+ --color-text-link-secondary-default-4p0gj8:var(--color-text-link-default-hude44);
490
+ --color-text-link-secondary-hover-0kzmc4:var(--color-text-link-hover-2hfec2);
491
+ --color-text-link-info-default-mrmt1i:var(--color-text-link-default-hude44);
492
+ --color-text-link-info-hover-mu3ega:var(--color-text-link-hover-2hfec2);
482
493
  --color-text-link-inverted-hover-ocd3u3:var(--color-white-p1zlvy);
483
494
  --color-text-link-button-underline-z4wjnv:transparent;
484
495
  --color-text-link-button-underline-hover-cn3mqh:transparent;
@@ -536,9 +547,10 @@ body {
536
547
  --font-size-heading-xs-j8yzxv:14px;
537
548
  --font-smoothing-moz-osx-hbm0aq:grayscale;
538
549
  --font-smoothing-webkit-oemolo:antialiased;
539
- --font-tabs-disabled-weight-e3lt4d:var(--font-wayfinding-link-active-weight-ny4hup);
540
- --font-tabs-line-height-5g6n1v:var(--line-height-heading-s-hmi4vc);
541
- --font-tabs-size-18irgl:var(--font-size-heading-s-zp08en);
550
+ --font-size-tabs-eeo215:var(--font-size-heading-s-zp08en);
551
+ --font-weight-tabs-ichxzl:700;
552
+ --font-weight-tabs-disabled-v5r551:var(--font-wayfinding-link-active-weight-ny4hup);
553
+ --line-height-tabs-vpnjo7:var(--line-height-heading-s-hmi4vc);
542
554
  --font-wayfinding-link-active-weight-ny4hup:700;
543
555
  --font-weight-button-0eg20c:700;
544
556
  --font-weight-alert-header-zg25o1:700;
@@ -677,6 +689,7 @@ body {
677
689
  --space-alert-vertical-dlp5wr:var(--space-flashbar-vertical-th71op);
678
690
  --space-button-focus-outline-gutter-jj138g:4px;
679
691
  --space-button-horizontal-k0c786:var(--space-scaled-l-sej05l);
692
+ --space-button-vertical-xaxp6x:var(--space-scaled-xxs-pfm1nx);
680
693
  --space-button-icon-focus-outline-gutter-vertical-r44mtq:0px;
681
694
  --space-button-icon-only-horizontal-i85hxi:6px;
682
695
  --space-button-inline-icon-focus-outline-gutter-zbfgku:0px;
@@ -728,6 +741,7 @@ body {
728
741
  --space-segmented-control-focus-outline-gutter-x1ywqb:6px;
729
742
  --space-tabs-content-top-ju6qox:var(--space-scaled-s-8ozaad);
730
743
  --space-tabs-focus-outline-gutter-eerrg4:-8px;
744
+ --space-tabs-vertical-3qxuiu:var(--space-scaled-xxs-pfm1nx);
731
745
  --space-table-content-bottom-tlfqmq:var(--space-xxs-hwfkai);
732
746
  --space-table-embedded-header-top-twu628:0px;
733
747
  --space-table-footer-horizontal-l5g495:var(--space-table-header-horizontal-kb5ww2);
@@ -1096,6 +1110,7 @@ body {
1096
1110
  --space-scaled-xxxl-hwoy7j:var(--space-xxl-32srm4);
1097
1111
  --space-alert-vertical-dlp5wr:var(--space-flashbar-vertical-th71op);
1098
1112
  --space-button-horizontal-k0c786:var(--space-scaled-l-sej05l);
1113
+ --space-button-vertical-xaxp6x:var(--space-scaled-xxs-pfm1nx);
1099
1114
  --space-button-modal-dismiss-vertical-vqfxjd:var(--space-scaled-xxxs-oo06c7);
1100
1115
  --space-card-vertical-default-e40tif:var(--space-scaled-m-m892r9);
1101
1116
  --space-item-card-horizontal-embedded-e0vef5:var(--space-card-horizontal-embedded-sasxhu);
@@ -1115,6 +1130,7 @@ body {
1115
1130
  --space-panel-split-top-3u4vky:var(--space-scaled-l-sej05l);
1116
1131
  --space-panel-split-bottom-ir16d7:var(--space-scaled-l-sej05l);
1117
1132
  --space-tabs-content-top-ju6qox:var(--space-scaled-s-8ozaad);
1133
+ --space-tabs-vertical-3qxuiu:var(--space-scaled-xxs-pfm1nx);
1118
1134
  }
1119
1135
 
1120
1136
  .awsui-motion-disabled:not(#\9) {
@@ -1152,6 +1168,7 @@ body {
1152
1168
  --space-scaled-xxxl-hwoy7j:var(--space-xxl-32srm4);
1153
1169
  --space-alert-vertical-dlp5wr:var(--space-flashbar-vertical-th71op);
1154
1170
  --space-button-horizontal-k0c786:var(--space-scaled-l-sej05l);
1171
+ --space-button-vertical-xaxp6x:var(--space-scaled-xxs-pfm1nx);
1155
1172
  --space-button-modal-dismiss-vertical-vqfxjd:var(--space-scaled-xxxs-oo06c7);
1156
1173
  --space-card-vertical-default-e40tif:var(--space-scaled-m-m892r9);
1157
1174
  --space-item-card-vertical-default-ppqfu4:var(--space-card-vertical-default-e40tif);
@@ -1165,6 +1182,7 @@ body {
1165
1182
  --space-panel-split-top-3u4vky:var(--space-scaled-l-sej05l);
1166
1183
  --space-panel-split-bottom-ir16d7:var(--space-scaled-l-sej05l);
1167
1184
  --space-tabs-content-top-ju6qox:var(--space-scaled-s-8ozaad);
1185
+ --space-tabs-vertical-3qxuiu:var(--space-scaled-xxs-pfm1nx);
1168
1186
  }
1169
1187
 
1170
1188
  .awsui-context-top-navigation:not(#\9) {
@@ -1382,6 +1400,10 @@ body {
1382
1400
  --color-text-link-button-normal-default-srprth:var(--color-text-button-normal-default-nzalii);
1383
1401
  --color-text-link-button-normal-hover-jrnyw3:var(--color-text-button-normal-hover-gusgyv);
1384
1402
  --color-text-link-button-normal-active-js9ryu:var(--color-text-button-normal-active-vihsxh);
1403
+ --color-text-button-link-active-dqdjg3:var(--color-text-button-normal-active-vihsxh);
1404
+ --color-text-button-link-default-vvunrs:var(--color-text-button-normal-default-nzalii);
1405
+ --color-text-button-link-disabled-12wh7a:var(--color-text-interactive-disabled-1bqmrl);
1406
+ --color-text-button-link-hover-kvrc36:var(--color-text-button-normal-hover-gusgyv);
1385
1407
  --color-text-calendar-date-hover-3fcriv:var(--color-text-dropdown-item-default-f1jr9u);
1386
1408
  --color-text-column-sorting-icon-fngn77:var(--color-text-column-header-e6urd1);
1387
1409
  --color-text-control-disabled-upk9lz:var(--color-text-interactive-disabled-1bqmrl);
@@ -1395,6 +1417,10 @@ body {
1395
1417
  --color-text-form-label-6sbm75:var(--color-text-form-default-47mtz6);
1396
1418
  --color-text-input-placeholder-disabled-wg87og:var(--color-text-input-disabled-wh1f3y);
1397
1419
  --color-text-label-28gfmc:var(--color-text-form-label-6sbm75);
1420
+ --color-text-link-secondary-default-4p0gj8:var(--color-text-link-default-hude44);
1421
+ --color-text-link-secondary-hover-0kzmc4:var(--color-text-link-hover-2hfec2);
1422
+ --color-text-link-info-default-mrmt1i:var(--color-text-link-default-hude44);
1423
+ --color-text-link-info-hover-mu3ega:var(--color-text-link-hover-2hfec2);
1398
1424
  --color-text-pagination-page-number-active-disabled-gfl43p:var(--color-text-interactive-disabled-1bqmrl);
1399
1425
  --color-text-segment-hover-65a2x8:var(--color-text-button-normal-hover-gusgyv);
1400
1426
  --color-text-tutorial-hotspot-default-xfv3ow:var(--color-text-link-default-hude44);
@@ -1625,6 +1651,10 @@ body {
1625
1651
  --color-text-link-button-normal-default-srprth:var(--color-text-button-normal-default-nzalii);
1626
1652
  --color-text-link-button-normal-hover-jrnyw3:var(--color-text-button-normal-hover-gusgyv);
1627
1653
  --color-text-link-button-normal-active-js9ryu:var(--color-text-button-normal-active-vihsxh);
1654
+ --color-text-button-link-active-dqdjg3:var(--color-text-button-normal-active-vihsxh);
1655
+ --color-text-button-link-default-vvunrs:var(--color-text-button-normal-default-nzalii);
1656
+ --color-text-button-link-disabled-12wh7a:var(--color-text-interactive-disabled-1bqmrl);
1657
+ --color-text-button-link-hover-kvrc36:var(--color-text-button-normal-hover-gusgyv);
1628
1658
  --color-text-calendar-date-hover-3fcriv:var(--color-text-dropdown-item-default-f1jr9u);
1629
1659
  --color-text-column-sorting-icon-fngn77:var(--color-text-column-header-e6urd1);
1630
1660
  --color-text-control-disabled-upk9lz:var(--color-text-interactive-disabled-1bqmrl);
@@ -1638,6 +1668,10 @@ body {
1638
1668
  --color-text-form-label-6sbm75:var(--color-text-form-default-47mtz6);
1639
1669
  --color-text-input-placeholder-disabled-wg87og:var(--color-text-input-disabled-wh1f3y);
1640
1670
  --color-text-label-28gfmc:var(--color-text-form-label-6sbm75);
1671
+ --color-text-link-secondary-default-4p0gj8:var(--color-text-link-default-hude44);
1672
+ --color-text-link-secondary-hover-0kzmc4:var(--color-text-link-hover-2hfec2);
1673
+ --color-text-link-info-default-mrmt1i:var(--color-text-link-default-hude44);
1674
+ --color-text-link-info-hover-mu3ega:var(--color-text-link-hover-2hfec2);
1641
1675
  --color-text-pagination-page-number-active-disabled-gfl43p:var(--color-text-interactive-disabled-1bqmrl);
1642
1676
  --color-text-segment-hover-65a2x8:var(--color-text-button-normal-hover-gusgyv);
1643
1677
  --color-text-tutorial-hotspot-default-xfv3ow:var(--color-text-link-default-hude44);
@@ -1690,6 +1724,13 @@ body {
1690
1724
  --color-text-link-button-normal-default-srprth:var(--color-text-button-normal-default-nzalii);
1691
1725
  --color-text-link-button-normal-hover-jrnyw3:var(--color-text-button-normal-hover-gusgyv);
1692
1726
  --color-text-link-button-normal-active-js9ryu:var(--color-text-button-normal-active-vihsxh);
1727
+ --color-text-button-link-active-dqdjg3:var(--color-text-button-normal-active-vihsxh);
1728
+ --color-text-button-link-default-vvunrs:var(--color-text-button-normal-default-nzalii);
1729
+ --color-text-button-link-hover-kvrc36:var(--color-text-button-normal-hover-gusgyv);
1730
+ --color-text-link-secondary-default-4p0gj8:var(--color-text-link-default-hude44);
1731
+ --color-text-link-secondary-hover-0kzmc4:var(--color-text-link-hover-2hfec2);
1732
+ --color-text-link-info-default-mrmt1i:var(--color-text-link-default-hude44);
1733
+ --color-text-link-info-hover-mu3ega:var(--color-text-link-hover-2hfec2);
1693
1734
  --color-text-segment-hover-65a2x8:var(--color-text-button-normal-hover-gusgyv);
1694
1735
  }
1695
1736
 
@@ -1739,6 +1780,13 @@ body {
1739
1780
  --color-text-button-inline-icon-default-sm4ql6:var(--color-text-link-default-hude44);
1740
1781
  --color-text-button-inline-icon-hover-rbyzfc:var(--color-text-link-hover-2hfec2);
1741
1782
  --color-text-link-button-normal-active-js9ryu:var(--color-text-button-normal-active-vihsxh);
1783
+ --color-text-button-link-active-dqdjg3:var(--color-text-button-normal-active-vihsxh);
1784
+ --color-text-button-link-default-vvunrs:var(--color-text-button-normal-default-nzalii);
1785
+ --color-text-button-link-hover-kvrc36:var(--color-text-button-normal-hover-gusgyv);
1786
+ --color-text-link-secondary-default-4p0gj8:var(--color-text-link-default-hude44);
1787
+ --color-text-link-secondary-hover-0kzmc4:var(--color-text-link-hover-2hfec2);
1788
+ --color-text-link-info-default-mrmt1i:var(--color-text-link-default-hude44);
1789
+ --color-text-link-info-hover-mu3ega:var(--color-text-link-hover-2hfec2);
1742
1790
  --color-text-segment-hover-65a2x8:var(--color-text-button-normal-hover-gusgyv);
1743
1791
  }
1744
1792
 
@@ -1770,6 +1818,9 @@ body {
1770
1818
  --color-border-dropdown-item-default-kape37:var(--color-border-divider-default-nr68jt);
1771
1819
  --color-border-panel-header-ygztvl:var(--color-border-divider-default-nr68jt);
1772
1820
  --color-text-link-button-normal-active-js9ryu:var(--color-text-button-normal-active-vihsxh);
1821
+ --color-text-button-link-active-dqdjg3:var(--color-text-button-normal-active-vihsxh);
1822
+ --color-text-button-link-default-vvunrs:var(--color-text-button-normal-default-nzalii);
1823
+ --color-text-button-link-hover-kvrc36:var(--color-text-button-normal-hover-gusgyv);
1773
1824
  --color-text-segment-hover-65a2x8:var(--color-text-button-normal-hover-gusgyv);
1774
1825
  }
1775
1826
 
@@ -1989,6 +2040,10 @@ body {
1989
2040
  --color-text-button-inline-icon-disabled-82hho0:var(--color-text-interactive-disabled-1bqmrl);
1990
2041
  --color-text-button-inline-icon-hover-rbyzfc:var(--color-text-link-hover-2hfec2);
1991
2042
  --color-text-link-button-normal-active-js9ryu:var(--color-text-button-normal-active-vihsxh);
2043
+ --color-text-button-link-active-dqdjg3:var(--color-text-button-normal-active-vihsxh);
2044
+ --color-text-button-link-default-vvunrs:var(--color-text-button-normal-default-nzalii);
2045
+ --color-text-button-link-disabled-12wh7a:var(--color-text-interactive-disabled-1bqmrl);
2046
+ --color-text-button-link-hover-kvrc36:var(--color-text-button-normal-hover-gusgyv);
1992
2047
  --color-text-calendar-date-hover-3fcriv:var(--color-text-dropdown-item-default-f1jr9u);
1993
2048
  --color-text-column-sorting-icon-fngn77:var(--color-text-column-header-e6urd1);
1994
2049
  --color-text-control-disabled-upk9lz:var(--color-text-interactive-disabled-1bqmrl);
@@ -2001,6 +2056,10 @@ body {
2001
2056
  --color-text-form-label-6sbm75:var(--color-text-form-default-47mtz6);
2002
2057
  --color-text-input-placeholder-disabled-wg87og:var(--color-text-input-disabled-wh1f3y);
2003
2058
  --color-text-label-28gfmc:var(--color-text-form-label-6sbm75);
2059
+ --color-text-link-secondary-default-4p0gj8:var(--color-text-link-default-hude44);
2060
+ --color-text-link-secondary-hover-0kzmc4:var(--color-text-link-hover-2hfec2);
2061
+ --color-text-link-info-default-mrmt1i:var(--color-text-link-default-hude44);
2062
+ --color-text-link-info-hover-mu3ega:var(--color-text-link-hover-2hfec2);
2004
2063
  --color-text-pagination-page-number-active-disabled-gfl43p:var(--color-text-interactive-disabled-1bqmrl);
2005
2064
  --color-text-segment-hover-65a2x8:var(--color-text-button-normal-hover-gusgyv);
2006
2065
  --color-text-tutorial-hotspot-default-xfv3ow:var(--color-text-link-default-hude44);
@@ -2095,5 +2154,5 @@ body {
2095
2154
  }
2096
2155
  }
2097
2156
  :root {
2098
- --awsui-version-info-3e58fe3f: true;
2157
+ --awsui-version-info-10ec7cdf: true;
2099
2158
  }
@@ -1,15 +1,15 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_gfwv3_bxdgn_193",
5
- "horizontal": "awsui_horizontal_gfwv3_bxdgn_196",
6
- "vertical": "awsui_vertical_gfwv3_bxdgn_202",
7
- "list": "awsui_list_gfwv3_bxdgn_207",
8
- "grid": "awsui_grid_gfwv3_bxdgn_226",
9
- "list-item": "awsui_list-item_gfwv3_bxdgn_238",
10
- "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_bxdgn_245",
11
- "toggle": "awsui_toggle_gfwv3_bxdgn_245",
12
- "description": "awsui_description_gfwv3_bxdgn_337",
13
- "separator": "awsui_separator_gfwv3_bxdgn_341"
4
+ "root": "awsui_root_gfwv3_15yis_193",
5
+ "horizontal": "awsui_horizontal_gfwv3_15yis_196",
6
+ "vertical": "awsui_vertical_gfwv3_15yis_202",
7
+ "list": "awsui_list_gfwv3_15yis_207",
8
+ "grid": "awsui_grid_gfwv3_15yis_226",
9
+ "list-item": "awsui_list-item_gfwv3_15yis_238",
10
+ "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_15yis_245",
11
+ "toggle": "awsui_toggle_gfwv3_15yis_245",
12
+ "description": "awsui_description_gfwv3_15yis_337",
13
+ "separator": "awsui_separator_gfwv3_15yis_341"
14
14
  };
15
15
 
@@ -190,21 +190,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
190
190
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
191
191
  SPDX-License-Identifier: Apache-2.0
192
192
  */
193
- .awsui_root_gfwv3_bxdgn_193:not(#\9) {
193
+ .awsui_root_gfwv3_15yis_193:not(#\9) {
194
194
  gap: var(--space-scaled-xs-xwoogq, 8px);
195
195
  }
196
- .awsui_root_gfwv3_bxdgn_193.awsui_horizontal_gfwv3_bxdgn_196:not(#\9) {
196
+ .awsui_root_gfwv3_15yis_193.awsui_horizontal_gfwv3_15yis_196:not(#\9) {
197
197
  display: flex;
198
198
  gap: var(--space-xs-ymlm0b, 8px);
199
199
  flex-direction: row;
200
200
  flex-wrap: wrap;
201
201
  }
202
- .awsui_root_gfwv3_bxdgn_193.awsui_vertical_gfwv3_bxdgn_202:not(#\9) {
202
+ .awsui_root_gfwv3_15yis_193.awsui_vertical_gfwv3_15yis_202:not(#\9) {
203
203
  display: flex;
204
204
  flex-direction: column;
205
205
  }
206
206
 
207
- .awsui_list_gfwv3_bxdgn_207:not(#\9) {
207
+ .awsui_list_gfwv3_15yis_207:not(#\9) {
208
208
  display: contents;
209
209
  list-style: none;
210
210
  padding-block: 0;
@@ -212,43 +212,43 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
212
212
  margin-block: 0;
213
213
  margin-inline: 0;
214
214
  }
215
- .awsui_list_gfwv3_bxdgn_207.awsui_horizontal_gfwv3_bxdgn_196:not(#\9), .awsui_list_gfwv3_bxdgn_207.awsui_vertical_gfwv3_bxdgn_202:not(#\9) {
215
+ .awsui_list_gfwv3_15yis_207.awsui_horizontal_gfwv3_15yis_196:not(#\9), .awsui_list_gfwv3_15yis_207.awsui_vertical_gfwv3_15yis_202:not(#\9) {
216
216
  display: flex;
217
217
  gap: var(--space-xs-ymlm0b, 8px);
218
218
  }
219
- .awsui_list_gfwv3_bxdgn_207.awsui_horizontal_gfwv3_bxdgn_196:not(#\9) {
219
+ .awsui_list_gfwv3_15yis_207.awsui_horizontal_gfwv3_15yis_196:not(#\9) {
220
220
  flex-direction: row;
221
221
  flex-wrap: wrap;
222
222
  }
223
- .awsui_list_gfwv3_bxdgn_207.awsui_vertical_gfwv3_bxdgn_202:not(#\9) {
223
+ .awsui_list_gfwv3_15yis_207.awsui_vertical_gfwv3_15yis_202:not(#\9) {
224
224
  flex-direction: column;
225
225
  }
226
- .awsui_list_gfwv3_bxdgn_207.awsui_grid_gfwv3_bxdgn_226:not(#\9) {
226
+ .awsui_list_gfwv3_15yis_207.awsui_grid_gfwv3_15yis_226:not(#\9) {
227
227
  display: grid;
228
228
  gap: var(--space-xs-ymlm0b, 8px);
229
229
  grid-template-columns: repeat(auto-fill, 230px);
230
230
  }
231
231
  @media (max-width: 688px) {
232
- .awsui_list_gfwv3_bxdgn_207.awsui_grid_gfwv3_bxdgn_226:not(#\9) {
232
+ .awsui_list_gfwv3_15yis_207.awsui_grid_gfwv3_15yis_226:not(#\9) {
233
233
  display: flex;
234
234
  flex-direction: column;
235
235
  }
236
236
  }
237
237
 
238
- .awsui_list-item_gfwv3_bxdgn_238:not(#\9) {
238
+ .awsui_list-item_gfwv3_15yis_238:not(#\9) {
239
239
  padding-block: 0;
240
240
  padding-inline: 0;
241
241
  margin-block: 0;
242
242
  margin-inline: 0;
243
243
  }
244
244
 
245
- .awsui_toggle-container-inline_gfwv3_bxdgn_245:not(#\9) {
245
+ .awsui_toggle-container-inline_gfwv3_15yis_245:not(#\9) {
246
246
  padding-inline-start: var(--space-xs-ymlm0b, 8px);
247
247
  display: flex;
248
248
  align-items: center;
249
249
  }
250
250
 
251
- .awsui_toggle_gfwv3_bxdgn_245:not(#\9) {
251
+ .awsui_toggle_gfwv3_15yis_245:not(#\9) {
252
252
  border-collapse: separate;
253
253
  border-spacing: 0;
254
254
  box-sizing: border-box;
@@ -288,7 +288,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
288
288
  margin-inline-start: -1px;
289
289
  text-underline-offset: 0.25em;
290
290
  text-decoration-thickness: 1px;
291
- color: var(--awsui-style-color-default-6b9ypa, var(--color-text-link-default-hude44, #006ce0));
291
+ color: var(--awsui-style-color-default-6b9ypa, var(--color-text-link-secondary-default-4p0gj8, #006ce0));
292
292
  font-weight: inherit;
293
293
  letter-spacing: normal;
294
294
  text-decoration-line: none;
@@ -299,34 +299,34 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
299
299
  transition-duration: var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
300
300
  }
301
301
  @media (prefers-reduced-motion: reduce) {
302
- .awsui_toggle_gfwv3_bxdgn_245:not(#\9) {
302
+ .awsui_toggle_gfwv3_15yis_245:not(#\9) {
303
303
  animation: none;
304
304
  transition: none;
305
305
  }
306
306
  }
307
- .awsui-motion-disabled .awsui_toggle_gfwv3_bxdgn_245:not(#\9), .awsui-mode-entering .awsui_toggle_gfwv3_bxdgn_245:not(#\9) {
307
+ .awsui-motion-disabled .awsui_toggle_gfwv3_15yis_245:not(#\9), .awsui-mode-entering .awsui_toggle_gfwv3_15yis_245:not(#\9) {
308
308
  animation: none;
309
309
  transition: none;
310
310
  }
311
- .awsui_toggle_gfwv3_bxdgn_245:not(#\9):hover {
311
+ .awsui_toggle_gfwv3_15yis_245:not(#\9):hover {
312
312
  cursor: pointer;
313
- color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-link-hover-2hfec2, #002b66));
313
+ color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-link-secondary-hover-0kzmc4, #002b66));
314
314
  }
315
- .awsui_toggle_gfwv3_bxdgn_245:not(#\9):focus {
315
+ .awsui_toggle_gfwv3_15yis_245:not(#\9):focus {
316
316
  outline: none;
317
317
  }
318
- .awsui_toggle_gfwv3_bxdgn_245:not(#\9):active {
319
- color: var(--awsui-style-color-active-6b9ypa, var(--color-text-link-hover-2hfec2, #002b66));
318
+ .awsui_toggle_gfwv3_15yis_245:not(#\9):active {
319
+ color: var(--awsui-style-color-active-6b9ypa, var(--color-text-link-secondary-hover-0kzmc4, #002b66));
320
320
  }
321
- .awsui_toggle_gfwv3_bxdgn_245:not(#\9):active, .awsui_toggle_gfwv3_bxdgn_245:not(#\9):focus, .awsui_toggle_gfwv3_bxdgn_245:not(#\9):hover {
321
+ .awsui_toggle_gfwv3_15yis_245:not(#\9):active, .awsui_toggle_gfwv3_15yis_245:not(#\9):focus, .awsui_toggle_gfwv3_15yis_245:not(#\9):hover {
322
322
  text-decoration-line: underline;
323
323
  text-decoration-color: currentColor;
324
324
  }
325
- .awsui_toggle_gfwv3_bxdgn_245:not(#\9):active, .awsui_toggle_gfwv3_bxdgn_245:not(#\9):focus, .awsui_toggle_gfwv3_bxdgn_245:not(#\9):hover {
325
+ .awsui_toggle_gfwv3_15yis_245:not(#\9):active, .awsui_toggle_gfwv3_15yis_245:not(#\9):focus, .awsui_toggle_gfwv3_15yis_245:not(#\9):hover {
326
326
  text-decoration: none;
327
327
  text-decoration-color: transparent;
328
328
  }
329
- body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_bxdgn_245:not(#\9):focus {
329
+ body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_15yis_245:not(#\9):focus {
330
330
  outline: 2px dotted transparent;
331
331
  border-block: var(--border-width-button-jm0qg7, 2px) solid var(--color-border-item-focused-uk47pl, #006ce0);
332
332
  border-inline: var(--border-width-button-jm0qg7, 2px) solid var(--color-border-item-focused-uk47pl, #006ce0);
@@ -336,11 +336,11 @@ body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_bxdgn_245:not(#\9):focus
336
336
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
337
337
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-9mjajk, 1px) var(--color-border-item-focused-uk47pl, #006ce0);
338
338
  }
339
- .awsui_toggle_gfwv3_bxdgn_245 > .awsui_description_gfwv3_bxdgn_337:not(#\9) {
339
+ .awsui_toggle_gfwv3_15yis_245 > .awsui_description_gfwv3_15yis_337:not(#\9) {
340
340
  margin-inline-start: var(--space-xxs-hwfkai, 4px);
341
341
  }
342
342
 
343
- .awsui_separator_gfwv3_bxdgn_341:not(#\9) {
343
+ .awsui_separator_gfwv3_15yis_341:not(#\9) {
344
344
  margin-block: 0;
345
345
  margin-inline: var(--space-scaled-m-m892r9, 16px);
346
346
  inline-size: var(--border-divider-section-width-uwo8my, 1px);
@@ -2,15 +2,15 @@
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_bxdgn_193",
6
- "horizontal": "awsui_horizontal_gfwv3_bxdgn_196",
7
- "vertical": "awsui_vertical_gfwv3_bxdgn_202",
8
- "list": "awsui_list_gfwv3_bxdgn_207",
9
- "grid": "awsui_grid_gfwv3_bxdgn_226",
10
- "list-item": "awsui_list-item_gfwv3_bxdgn_238",
11
- "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_bxdgn_245",
12
- "toggle": "awsui_toggle_gfwv3_bxdgn_245",
13
- "description": "awsui_description_gfwv3_bxdgn_337",
14
- "separator": "awsui_separator_gfwv3_bxdgn_341"
5
+ "root": "awsui_root_gfwv3_15yis_193",
6
+ "horizontal": "awsui_horizontal_gfwv3_15yis_196",
7
+ "vertical": "awsui_vertical_gfwv3_15yis_202",
8
+ "list": "awsui_list_gfwv3_15yis_207",
9
+ "grid": "awsui_grid_gfwv3_15yis_226",
10
+ "list-item": "awsui_list-item_gfwv3_15yis_238",
11
+ "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_15yis_245",
12
+ "toggle": "awsui_toggle_gfwv3_15yis_245",
13
+ "description": "awsui_description_gfwv3_15yis_337",
14
+ "separator": "awsui_separator_gfwv3_15yis_341"
15
15
  };
16
16
 
@@ -1,6 +1,6 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (3e58fe3f)";
3
- export var GIT_SHA = "3e58fe3f";
2
+ export var PACKAGE_VERSION = "3.0.0 (10ec7cdf)";
3
+ export var GIT_SHA = "10ec7cdf";
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 (3e58fe3f)",
4
- "GIT_SHA": "3e58fe3f",
3
+ "PACKAGE_VERSION": "3.0.0 (10ec7cdf)",
4
+ "GIT_SHA": "10ec7cdf",
5
5
  "THEME": "open-source-visual-refresh",
6
6
  "SYSTEM": "core",
7
7
  "ALWAYS_VISUAL_REFRESH": true
@@ -281,6 +281,8 @@ export const colorGreyTransparentHeavy: string;
281
281
  export const colorGreyTransparentLight: string;
282
282
  export const colorBackgroundBadgeIcon: string;
283
283
  export const colorBackgroundButtonLinkActive: string;
284
+ export const colorBackgroundButtonLinkDefault: string;
285
+ export const colorBackgroundButtonLinkDisabled: string;
284
286
  export const colorBackgroundButtonLinkHover: string;
285
287
  export const colorBackgroundButtonNormalActive: string;
286
288
  export const colorBackgroundButtonNormalDefault: string;
@@ -380,6 +382,7 @@ export const colorBackgroundChatBubbleOutgoing: string;
380
382
  export const colorBackgroundChatBubbleIncoming: string;
381
383
  export const colorTextChatBubbleOutgoing: string;
382
384
  export const colorTextChatBubbleIncoming: string;
385
+ export const colorBorderButtonLinkDisabled: string;
383
386
  export const colorBorderButtonNormalActive: string;
384
387
  export const colorBorderButtonNormalDefault: string;
385
388
  export const colorBorderToggleButtonNormalPressed: string;
@@ -469,6 +472,10 @@ export const colorTextButtonNormalHover: string;
469
472
  export const colorTextLinkButtonNormalDefault: string;
470
473
  export const colorTextLinkButtonNormalHover: string;
471
474
  export const colorTextLinkButtonNormalActive: string;
475
+ export const colorTextButtonLinkActive: string;
476
+ export const colorTextButtonLinkDefault: string;
477
+ export const colorTextButtonLinkDisabled: string;
478
+ export const colorTextButtonLinkHover: string;
472
479
  export const colorTextButtonPrimaryActive: string;
473
480
  export const colorTextButtonPrimaryDefault: string;
474
481
  export const colorTextButtonPrimaryHover: string;
@@ -526,6 +533,10 @@ export const colorTextLayoutToggleHover: string;
526
533
  export const colorTextLayoutToggleSelected: string;
527
534
  export const colorTextLinkDefault: string;
528
535
  export const colorTextLinkHover: string;
536
+ export const colorTextLinkSecondaryDefault: string;
537
+ export const colorTextLinkSecondaryHover: string;
538
+ export const colorTextLinkInfoDefault: string;
539
+ export const colorTextLinkInfoHover: string;
529
540
  export const colorTextLinkInvertedHover: string;
530
541
  export const colorTextLinkButtonUnderline: string;
531
542
  export const colorTextLinkButtonUnderlineHover: string;
@@ -583,9 +594,10 @@ export const fontSizeHeadingS: string;
583
594
  export const fontSizeHeadingXs: string;
584
595
  export const fontSmoothingMozOsx: string;
585
596
  export const fontSmoothingWebkit: string;
586
- export const fontTabsDisabledWeight: string;
587
- export const fontTabsLineHeight: string;
588
- export const fontTabsSize: string;
597
+ export const fontSizeTabs: string;
598
+ export const fontWeightTabs: string;
599
+ export const fontWeightTabsDisabled: string;
600
+ export const lineHeightTabs: string;
589
601
  export const fontWayfindingLinkActiveWeight: string;
590
602
  export const fontWeightButton: string;
591
603
  export const fontWeightAlertHeader: string;
@@ -728,6 +740,7 @@ export const spaceAlertMessageRight: string;
728
740
  export const spaceAlertVertical: string;
729
741
  export const spaceButtonFocusOutlineGutter: string;
730
742
  export const spaceButtonHorizontal: string;
743
+ export const spaceButtonVertical: string;
731
744
  export const spaceButtonIconFocusOutlineGutterVertical: string;
732
745
  export const spaceButtonIconOnlyHorizontal: string;
733
746
  export const spaceButtonInlineIconFocusOutlineGutter: string;
@@ -779,6 +792,7 @@ export const spacePanelSplitBottom: string;
779
792
  export const spaceSegmentedControlFocusOutlineGutter: string;
780
793
  export const spaceTabsContentTop: string;
781
794
  export const spaceTabsFocusOutlineGutter: string;
795
+ export const spaceTabsVertical: string;
782
796
  export const spaceTableContentBottom: string;
783
797
  export const spaceTableEmbeddedHeaderTop: string;
784
798
  export const spaceTableFooterHorizontal: string;
@@ -281,6 +281,8 @@ export var colorGreyTransparentHeavy = "var(--color-grey-transparent-heavy-bu3q4
281
281
  export var colorGreyTransparentLight = "var(--color-grey-transparent-light-mwvx49, rgba(15, 20, 26, 0.12))";
282
282
  export var colorBackgroundBadgeIcon = "var(--color-background-badge-icon-jyxnxa, #db0000)";
283
283
  export var colorBackgroundButtonLinkActive = "var(--color-background-button-link-active-5oi2dp, #d1f1ff)";
284
+ export var colorBackgroundButtonLinkDefault = "var(--color-background-button-link-default-o64utz, transparent)";
285
+ export var colorBackgroundButtonLinkDisabled = "var(--color-background-button-link-disabled-9xznu3, transparent)";
284
286
  export var colorBackgroundButtonLinkHover = "var(--color-background-button-link-hover-lhrs2u, #f0fbff)";
285
287
  export var colorBackgroundButtonNormalActive = "var(--color-background-button-normal-active-5imwxd, #d1f1ff)";
286
288
  export var colorBackgroundButtonNormalDefault = "var(--color-background-button-normal-default-7f99mv, #ffffff)";
@@ -380,6 +382,7 @@ export var colorBackgroundChatBubbleOutgoing = "var(--color-background-chat-bubb
380
382
  export var colorBackgroundChatBubbleIncoming = "var(--color-background-chat-bubble-incoming-j38cew, #f6f6f9)";
381
383
  export var colorTextChatBubbleOutgoing = "var(--color-text-chat-bubble-outgoing-f3r63s, #0f141a)";
382
384
  export var colorTextChatBubbleIncoming = "var(--color-text-chat-bubble-incoming-od0yh8, #0f141a)";
385
+ export var colorBorderButtonLinkDisabled = "var(--color-border-button-link-disabled-npwqxa, transparent)";
383
386
  export var colorBorderButtonNormalActive = "var(--color-border-button-normal-active-ru7yhb, #002b66)";
384
387
  export var colorBorderButtonNormalDefault = "var(--color-border-button-normal-default-glqfp1, #006ce0)";
385
388
  export var colorBorderToggleButtonNormalPressed = "var(--color-border-toggle-button-normal-pressed-tq8o41, #006ce0)";
@@ -469,6 +472,10 @@ export var colorTextButtonNormalHover = "var(--color-text-button-normal-hover-gu
469
472
  export var colorTextLinkButtonNormalDefault = "var(--color-text-link-button-normal-default-srprth, #006ce0)";
470
473
  export var colorTextLinkButtonNormalHover = "var(--color-text-link-button-normal-hover-jrnyw3, #002b66)";
471
474
  export var colorTextLinkButtonNormalActive = "var(--color-text-link-button-normal-active-js9ryu, #002b66)";
475
+ export var colorTextButtonLinkActive = "var(--color-text-button-link-active-dqdjg3, #002b66)";
476
+ export var colorTextButtonLinkDefault = "var(--color-text-button-link-default-vvunrs, #006ce0)";
477
+ export var colorTextButtonLinkDisabled = "var(--color-text-button-link-disabled-12wh7a, #b4b4bb)";
478
+ export var colorTextButtonLinkHover = "var(--color-text-button-link-hover-kvrc36, #002b66)";
472
479
  export var colorTextButtonPrimaryActive = "var(--color-text-button-primary-active-refmba, #ffffff)";
473
480
  export var colorTextButtonPrimaryDefault = "var(--color-text-button-primary-default-mwl31m, #ffffff)";
474
481
  export var colorTextButtonPrimaryHover = "var(--color-text-button-primary-hover-pw12ep, #ffffff)";
@@ -526,6 +533,10 @@ export var colorTextLayoutToggleHover = "var(--color-text-layout-toggle-hover-9j
526
533
  export var colorTextLayoutToggleSelected = "var(--color-text-layout-toggle-selected-xpximc, #ffffff)";
527
534
  export var colorTextLinkDefault = "var(--color-text-link-default-hude44, #006ce0)";
528
535
  export var colorTextLinkHover = "var(--color-text-link-hover-2hfec2, #002b66)";
536
+ export var colorTextLinkSecondaryDefault = "var(--color-text-link-secondary-default-4p0gj8, #006ce0)";
537
+ export var colorTextLinkSecondaryHover = "var(--color-text-link-secondary-hover-0kzmc4, #002b66)";
538
+ export var colorTextLinkInfoDefault = "var(--color-text-link-info-default-mrmt1i, #006ce0)";
539
+ export var colorTextLinkInfoHover = "var(--color-text-link-info-hover-mu3ega, #002b66)";
529
540
  export var colorTextLinkInvertedHover = "var(--color-text-link-inverted-hover-ocd3u3, #ffffff)";
530
541
  export var colorTextLinkButtonUnderline = "var(--color-text-link-button-underline-z4wjnv, transparent)";
531
542
  export var colorTextLinkButtonUnderlineHover = "var(--color-text-link-button-underline-hover-cn3mqh, transparent)";
@@ -583,9 +594,10 @@ export var fontSizeHeadingS = "var(--font-size-heading-s-zp08en, 16px)";
583
594
  export var fontSizeHeadingXs = "var(--font-size-heading-xs-j8yzxv, 14px)";
584
595
  export var fontSmoothingMozOsx = "var(--font-smoothing-moz-osx-hbm0aq, grayscale)";
585
596
  export var fontSmoothingWebkit = "var(--font-smoothing-webkit-oemolo, antialiased)";
586
- export var fontTabsDisabledWeight = "var(--font-tabs-disabled-weight-e3lt4d, 700)";
587
- export var fontTabsLineHeight = "var(--font-tabs-line-height-5g6n1v, 20px)";
588
- export var fontTabsSize = "var(--font-tabs-size-18irgl, 16px)";
597
+ export var fontSizeTabs = "var(--font-size-tabs-eeo215, 16px)";
598
+ export var fontWeightTabs = "var(--font-weight-tabs-ichxzl, 700)";
599
+ export var fontWeightTabsDisabled = "var(--font-weight-tabs-disabled-v5r551, 700)";
600
+ export var lineHeightTabs = "var(--line-height-tabs-vpnjo7, 20px)";
589
601
  export var fontWayfindingLinkActiveWeight = "var(--font-wayfinding-link-active-weight-ny4hup, 700)";
590
602
  export var fontWeightButton = "var(--font-weight-button-0eg20c, 700)";
591
603
  export var fontWeightAlertHeader = "var(--font-weight-alert-header-zg25o1, 700)";
@@ -728,6 +740,7 @@ export var spaceAlertMessageRight = "var(--space-alert-message-right-mrjbnn, 4px
728
740
  export var spaceAlertVertical = "var(--space-alert-vertical-dlp5wr, 8px)";
729
741
  export var spaceButtonFocusOutlineGutter = "var(--space-button-focus-outline-gutter-jj138g, 4px)";
730
742
  export var spaceButtonHorizontal = "var(--space-button-horizontal-k0c786, 20px)";
743
+ export var spaceButtonVertical = "var(--space-button-vertical-xaxp6x, 4px)";
731
744
  export var spaceButtonIconFocusOutlineGutterVertical = "var(--space-button-icon-focus-outline-gutter-vertical-r44mtq, 0px)";
732
745
  export var spaceButtonIconOnlyHorizontal = "var(--space-button-icon-only-horizontal-i85hxi, 6px)";
733
746
  export var spaceButtonInlineIconFocusOutlineGutter = "var(--space-button-inline-icon-focus-outline-gutter-zbfgku, 0px)";
@@ -779,6 +792,7 @@ export var spacePanelSplitBottom = "var(--space-panel-split-bottom-ir16d7, 20px)
779
792
  export var spaceSegmentedControlFocusOutlineGutter = "var(--space-segmented-control-focus-outline-gutter-x1ywqb, 6px)";
780
793
  export var spaceTabsContentTop = "var(--space-tabs-content-top-ju6qox, 12px)";
781
794
  export var spaceTabsFocusOutlineGutter = "var(--space-tabs-focus-outline-gutter-eerrg4, -8px)";
795
+ export var spaceTabsVertical = "var(--space-tabs-vertical-3qxuiu, 4px)";
782
796
  export var spaceTableContentBottom = "var(--space-table-content-bottom-tlfqmq, 4px)";
783
797
  export var spaceTableEmbeddedHeaderTop = "var(--space-table-embedded-header-top-twu628, 0px)";
784
798
  export var spaceTableFooterHorizontal = "var(--space-table-footer-horizontal-l5g495, 0px)";