@cloudscape-design/components-themeable 3.0.1313 → 3.0.1314

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 (77) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/action-card/styles.scss +4 -0
  3. package/lib/internal/scss/app-layout/visual-refresh/drawers.scss +4 -3
  4. package/lib/internal/scss/app-layout/visual-refresh/tools.scss +2 -1
  5. package/lib/internal/scss/breadcrumb-group/item/styles.scss +7 -0
  6. package/lib/internal/scss/breadcrumb-group/styles.scss +7 -0
  7. package/lib/internal/scss/button-dropdown/category-elements/styles.scss +2 -1
  8. package/lib/internal/scss/button-dropdown/styles.scss +16 -15
  9. package/lib/internal/scss/expandable-section/styles.scss +3 -2
  10. package/lib/internal/scss/internal/components/button-trigger/styles.scss +3 -2
  11. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  12. package/lib/internal/scss/status-indicator/styles.scss +13 -4
  13. package/lib/internal/scss/tree-view/tree-item/styles.scss +2 -1
  14. package/lib/internal/template/action-card/styles.css.js +17 -17
  15. package/lib/internal/template/action-card/styles.scoped.css +94 -91
  16. package/lib/internal/template/action-card/styles.selectors.js +17 -17
  17. package/lib/internal/template/app-layout/visual-refresh/drawers.d.ts.map +1 -1
  18. package/lib/internal/template/app-layout/visual-refresh/drawers.js +0 -3
  19. package/lib/internal/template/app-layout/visual-refresh/drawers.js.map +1 -1
  20. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -87
  21. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +167 -167
  22. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -87
  23. package/lib/internal/template/app-layout/visual-refresh/tools.d.ts.map +1 -1
  24. package/lib/internal/template/app-layout/visual-refresh/tools.js +0 -2
  25. package/lib/internal/template/app-layout/visual-refresh/tools.js.map +1 -1
  26. package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
  27. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +29 -25
  28. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
  29. package/lib/internal/template/breadcrumb-group/styles.css.js +14 -14
  30. package/lib/internal/template/breadcrumb-group/styles.scoped.css +27 -24
  31. package/lib/internal/template/breadcrumb-group/styles.selectors.js +14 -14
  32. package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.js +1 -1
  33. package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.js.map +1 -1
  34. package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.js +1 -1
  35. package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.js.map +1 -1
  36. package/lib/internal/template/button-dropdown/category-elements/styles.css.js +18 -19
  37. package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +29 -29
  38. package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +18 -19
  39. package/lib/internal/template/button-dropdown/internal.d.ts.map +1 -1
  40. package/lib/internal/template/button-dropdown/internal.js +2 -2
  41. package/lib/internal/template/button-dropdown/internal.js.map +1 -1
  42. package/lib/internal/template/button-dropdown/styles.css.js +22 -23
  43. package/lib/internal/template/button-dropdown/styles.scoped.css +36 -36
  44. package/lib/internal/template/button-dropdown/styles.selectors.js +22 -23
  45. package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
  46. package/lib/internal/template/expandable-section/expandable-section-header.js +3 -3
  47. package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
  48. package/lib/internal/template/expandable-section/styles.css.js +35 -36
  49. package/lib/internal/template/expandable-section/styles.scoped.css +70 -70
  50. package/lib/internal/template/expandable-section/styles.selectors.js +35 -36
  51. package/lib/internal/template/internal/base-component/styles.scoped.css +6 -1
  52. package/lib/internal/template/internal/components/button-trigger/index.js +1 -1
  53. package/lib/internal/template/internal/components/button-trigger/index.js.map +1 -1
  54. package/lib/internal/template/internal/components/button-trigger/styles.css.js +14 -15
  55. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +31 -31
  56. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +14 -15
  57. package/lib/internal/template/internal/environment.js +2 -2
  58. package/lib/internal/template/internal/environment.json +2 -2
  59. package/lib/internal/template/internal/generated/styles/tokens.d.ts +1 -0
  60. package/lib/internal/template/internal/generated/styles/tokens.js +1 -0
  61. package/lib/internal/template/internal/generated/theming/index.cjs +33 -0
  62. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +9 -0
  63. package/lib/internal/template/internal/generated/theming/index.d.ts +9 -0
  64. package/lib/internal/template/internal/generated/theming/index.js +33 -0
  65. package/lib/internal/template/status-indicator/internal.d.ts.map +1 -1
  66. package/lib/internal/template/status-indicator/internal.js +2 -2
  67. package/lib/internal/template/status-indicator/internal.js.map +1 -1
  68. package/lib/internal/template/status-indicator/styles.css.js +24 -25
  69. package/lib/internal/template/status-indicator/styles.scoped.css +55 -50
  70. package/lib/internal/template/status-indicator/styles.selectors.js +24 -25
  71. package/lib/internal/template/tree-view/tree-item/index.d.ts.map +1 -1
  72. package/lib/internal/template/tree-view/tree-item/index.js +1 -2
  73. package/lib/internal/template/tree-view/tree-item/index.js.map +1 -1
  74. package/lib/internal/template/tree-view/tree-item/styles.css.js +9 -10
  75. package/lib/internal/template/tree-view/tree-item/styles.scoped.css +18 -14
  76. package/lib/internal/template/tree-view/tree-item/styles.selectors.js +9 -10
  77. package/package.json +1 -1
@@ -158,21 +158,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
158
158
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
159
159
  SPDX-License-Identifier: Apache-2.0
160
160
  */
161
- .awsui_button-trigger_18eso_6h2xj_161 > .awsui_arrow_18eso_6h2xj_161:not(#\9) {
161
+ .awsui_button-trigger_18eso_1ca00_161 > .awsui_arrow_18eso_1ca00_161:not(#\9) {
162
162
  transition: transform var(--motion-duration-rotate-180-4er9qu, 135ms) var(--motion-easing-rotate-180-xlspcm, cubic-bezier(0.165, 0.84, 0.44, 1));
163
163
  }
164
164
  @media (prefers-reduced-motion: reduce) {
165
- .awsui_button-trigger_18eso_6h2xj_161 > .awsui_arrow_18eso_6h2xj_161:not(#\9) {
165
+ .awsui_button-trigger_18eso_1ca00_161 > .awsui_arrow_18eso_1ca00_161:not(#\9) {
166
166
  animation: none;
167
167
  transition: none;
168
168
  }
169
169
  }
170
- .awsui-motion-disabled .awsui_button-trigger_18eso_6h2xj_161 > .awsui_arrow_18eso_6h2xj_161:not(#\9), .awsui-mode-entering .awsui_button-trigger_18eso_6h2xj_161 > .awsui_arrow_18eso_6h2xj_161:not(#\9) {
170
+ .awsui-motion-disabled .awsui_button-trigger_18eso_1ca00_161 > .awsui_arrow_18eso_1ca00_161:not(#\9), .awsui-mode-entering .awsui_button-trigger_18eso_1ca00_161 > .awsui_arrow_18eso_1ca00_161:not(#\9) {
171
171
  animation: none;
172
172
  transition: none;
173
173
  }
174
174
 
175
- .awsui_button-trigger_18eso_6h2xj_161:not(#\9) {
175
+ .awsui_button-trigger_18eso_1ca00_161:not(#\9) {
176
176
  border-collapse: separate;
177
177
  border-spacing: 0;
178
178
  box-sizing: border-box;
@@ -218,7 +218,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
218
218
  border-inline: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-input-default-txli8y, #687078);
219
219
  min-block-size: var(--size-vertical-input-8gzd1t, 32px);
220
220
  }
221
- .awsui_button-trigger_18eso_6h2xj_161.awsui_in-filtering-token-root_18eso_6h2xj_221:not(#\9), .awsui_button-trigger_18eso_6h2xj_161.awsui_in-filtering-token-nested_18eso_6h2xj_221:not(#\9) {
221
+ .awsui_button-trigger_18eso_1ca00_161.awsui_in-filtering-token-root_18eso_1ca00_221:not(#\9), .awsui_button-trigger_18eso_1ca00_161.awsui_in-filtering-token-nested_18eso_1ca00_221:not(#\9) {
222
222
  padding-block: 0px;
223
223
  padding-inline: var(--space-field-horizontal-n5peob, 8px);
224
224
  border-block-width: var(--border-width-token-cwl2sl, 1px);
@@ -229,14 +229,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
229
229
  block-size: 100%;
230
230
  min-block-size: unset;
231
231
  }
232
- body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_6h2xj_161.awsui_in-filtering-token-root_18eso_6h2xj_221:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_6h2xj_161.awsui_in-filtering-token-nested_18eso_6h2xj_221:not(#\9):focus {
232
+ body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_1ca00_161.awsui_in-filtering-token-root_18eso_1ca00_221:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_1ca00_161.awsui_in-filtering-token-nested_18eso_1ca00_221:not(#\9):focus {
233
233
  position: relative;
234
234
  }
235
- body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_6h2xj_161.awsui_in-filtering-token-root_18eso_6h2xj_221:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_6h2xj_161.awsui_in-filtering-token-nested_18eso_6h2xj_221:not(#\9):focus {
235
+ body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_1ca00_161.awsui_in-filtering-token-root_18eso_1ca00_221:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_1ca00_161.awsui_in-filtering-token-nested_18eso_1ca00_221:not(#\9):focus {
236
236
  outline: 2px dotted transparent;
237
237
  outline-offset: calc(var(--space-filtering-token-operation-select-focus-outline-gutter-jo15dc, 0px) - 1px);
238
238
  }
239
- body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_6h2xj_161.awsui_in-filtering-token-root_18eso_6h2xj_221:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_6h2xj_161.awsui_in-filtering-token-nested_18eso_6h2xj_221:not(#\9):focus::before {
239
+ body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_1ca00_161.awsui_in-filtering-token-root_18eso_1ca00_221:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_1ca00_161.awsui_in-filtering-token-nested_18eso_1ca00_221:not(#\9):focus::before {
240
240
  content: " ";
241
241
  display: block;
242
242
  position: absolute;
@@ -250,46 +250,46 @@ body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_6h2xj_161.awsui_
250
250
  border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
251
251
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
252
252
  }
253
- .awsui_button-trigger_18eso_6h2xj_161.awsui_in-filtering-token-nested_18eso_6h2xj_221:not(#\9) {
253
+ .awsui_button-trigger_18eso_1ca00_161.awsui_in-filtering-token-nested_18eso_1ca00_221:not(#\9) {
254
254
  border-start-start-radius: calc(var(--border-radius-input-4vr9on, 2px) / 2);
255
255
  border-end-start-radius: calc(var(--border-radius-input-4vr9on, 2px) / 2);
256
256
  }
257
- .awsui_button-trigger_18eso_6h2xj_161.awsui_has-caret_18eso_6h2xj_257:not(#\9) {
257
+ .awsui_button-trigger_18eso_1ca00_161.awsui_has-caret_18eso_1ca00_257:not(#\9) {
258
258
  padding-inline-end: var(--space-field-icon-offset-ihoxql, 32px);
259
259
  }
260
- .awsui_button-trigger_18eso_6h2xj_161 > .awsui_placeholder_18eso_6h2xj_260:not(#\9) {
260
+ .awsui_button-trigger_18eso_1ca00_161 > .awsui_placeholder_18eso_1ca00_260:not(#\9) {
261
261
  color: var(--color-text-input-placeholder-hvcry0, #687078);
262
262
  font-style: italic;
263
263
  }
264
- .awsui_button-trigger_18eso_6h2xj_161 > .awsui_arrow_18eso_6h2xj_161:not(#\9) {
264
+ .awsui_button-trigger_18eso_1ca00_161 > .awsui_arrow_18eso_1ca00_161:not(#\9) {
265
265
  position: absolute;
266
266
  inset-inline-end: var(--space-field-horizontal-n5peob, 8px);
267
267
  inset-block-start: calc(50% - var(--line-height-body-m-bedeoh, 22px) / 2);
268
268
  color: var(--color-text-button-inline-icon-default-4lrtb0, #545b64);
269
269
  }
270
- .awsui_button-trigger_18eso_6h2xj_161 > .awsui_arrow_18eso_6h2xj_161.awsui_one-theme_18eso_6h2xj_270:not(#\9) {
270
+ .awsui-one-theme .awsui_button-trigger_18eso_1ca00_161 > .awsui_arrow_18eso_1ca00_161:not(#\9) {
271
271
  inset-block-start: calc(50% - var(--line-height-body-m-bedeoh, 22px) / 2 + var(--space-xxxs-3w1kr2, 2px));
272
272
  }
273
- .awsui_button-trigger_18eso_6h2xj_161:not(#\9):hover > .awsui_arrow_18eso_6h2xj_161 {
273
+ .awsui_button-trigger_18eso_1ca00_161:not(#\9):hover > .awsui_arrow_18eso_1ca00_161 {
274
274
  color: var(--color-text-button-inline-icon-hover-8fgg9l, #16191f);
275
275
  }
276
- .awsui_button-trigger_18eso_6h2xj_161.awsui_pressed_18eso_6h2xj_276 > .awsui_arrow_18eso_6h2xj_161:not(#\9) {
276
+ .awsui_button-trigger_18eso_1ca00_161.awsui_pressed_18eso_1ca00_276 > .awsui_arrow_18eso_1ca00_161:not(#\9) {
277
277
  transform: rotate(-180deg);
278
278
  }
279
- .awsui_button-trigger_18eso_6h2xj_161.awsui_pressed_18eso_6h2xj_276 > .awsui_arrow_18eso_6h2xj_161.awsui_one-theme_18eso_6h2xj_270:not(#\9) {
279
+ .awsui-one-theme .awsui_button-trigger_18eso_1ca00_161.awsui_pressed_18eso_1ca00_276 > .awsui_arrow_18eso_1ca00_161:not(#\9) {
280
280
  inset-block-start: calc(50% - var(--line-height-body-m-bedeoh, 22px) / 2 - var(--space-xxxs-3w1kr2, 2px));
281
281
  }
282
- .awsui_button-trigger_18eso_6h2xj_161.awsui_disabled_18eso_6h2xj_282:not(#\9) {
282
+ .awsui_button-trigger_18eso_1ca00_161.awsui_disabled_18eso_1ca00_282:not(#\9) {
283
283
  background-color: var(--color-background-input-disabled-4vlau3, #eaeded);
284
284
  border-block: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-input-disabled-tz38ro, #eaeded);
285
285
  border-inline: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-input-disabled-tz38ro, #eaeded);
286
286
  color: var(--color-text-input-disabled-y5t5v9, #879596);
287
287
  cursor: auto;
288
288
  }
289
- .awsui_button-trigger_18eso_6h2xj_161.awsui_disabled_18eso_6h2xj_282 > .awsui_arrow_18eso_6h2xj_161:not(#\9) {
289
+ .awsui_button-trigger_18eso_1ca00_161.awsui_disabled_18eso_1ca00_282 > .awsui_arrow_18eso_1ca00_161:not(#\9) {
290
290
  color: var(--color-text-button-inline-icon-disabled-o6nywg, #aab7b8);
291
291
  }
292
- .awsui_button-trigger_18eso_6h2xj_161.awsui_disabled_18eso_6h2xj_282.awsui_in-filtering-token_18eso_6h2xj_221:not(#\9) {
292
+ .awsui_button-trigger_18eso_1ca00_161.awsui_disabled_18eso_1ca00_282.awsui_in-filtering-token_18eso_1ca00_221:not(#\9) {
293
293
  background-color: var(--color-background-input-disabled-4vlau3, #eaeded);
294
294
  border-block: var(--border-width-token-cwl2sl, 1px) solid var(--color-border-input-disabled-tz38ro, #eaeded);
295
295
  border-inline: var(--border-width-token-cwl2sl, 1px) solid var(--color-border-input-disabled-tz38ro, #eaeded);
@@ -297,23 +297,23 @@ body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_6h2xj_161.awsui_
297
297
  cursor: auto;
298
298
  border-color: var(--color-border-control-disabled-c9dn39, #d5dbdb);
299
299
  }
300
- .awsui_button-trigger_18eso_6h2xj_161.awsui_disabled_18eso_6h2xj_282 > .awsui_placeholder_18eso_6h2xj_260:not(#\9) {
300
+ .awsui_button-trigger_18eso_1ca00_161.awsui_disabled_18eso_1ca00_282 > .awsui_placeholder_18eso_1ca00_260:not(#\9) {
301
301
  color: var(--color-text-input-placeholder-disabled-x4lauf, #687078);
302
302
  }
303
- .awsui_button-trigger_18eso_6h2xj_161.awsui_readonly_18eso_6h2xj_303:not(#\9):not(.awsui_button-trigger_18eso_6h2xj_161.awsui_disabled_18eso_6h2xj_282):not(.awsui_button-trigger_18eso_6h2xj_161.awsui_in-filtering-token_18eso_6h2xj_221) {
303
+ .awsui_button-trigger_18eso_1ca00_161.awsui_readonly_18eso_1ca00_303:not(#\9):not(.awsui_button-trigger_18eso_1ca00_161.awsui_disabled_18eso_1ca00_282):not(.awsui_button-trigger_18eso_1ca00_161.awsui_in-filtering-token_18eso_1ca00_221) {
304
304
  background-color: var(--color-background-input-default-1z2buq, #ffffff);
305
305
  border-block: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-input-disabled-tz38ro, #eaeded);
306
306
  border-inline: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-input-disabled-tz38ro, #eaeded);
307
307
  }
308
- .awsui_button-trigger_18eso_6h2xj_161.awsui_readonly_18eso_6h2xj_303:not(#\9):not(.awsui_button-trigger_18eso_6h2xj_161.awsui_disabled_18eso_6h2xj_282) {
308
+ .awsui_button-trigger_18eso_1ca00_161.awsui_readonly_18eso_1ca00_303:not(#\9):not(.awsui_button-trigger_18eso_1ca00_161.awsui_disabled_18eso_1ca00_282) {
309
309
  -webkit-user-select: text;
310
310
  user-select: text;
311
311
  }
312
- .awsui_button-trigger_18eso_6h2xj_161:not(#\9):focus {
312
+ .awsui_button-trigger_18eso_1ca00_161:not(#\9):focus {
313
313
  outline: none;
314
314
  text-decoration: none;
315
315
  }
316
- body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_6h2xj_161:not(#\9):not(.awsui_in-filtering-token_18eso_6h2xj_221):focus {
316
+ body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_1ca00_161:not(#\9):not(.awsui_in-filtering-token_18eso_1ca00_221):focus {
317
317
  outline: 2px dotted transparent;
318
318
  border-block: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-input-focused-lslq4r, #0073bb);
319
319
  border-inline: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-input-focused-lslq4r, #0073bb);
@@ -323,32 +323,32 @@ body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_6h2xj_161:not(#\
323
323
  border-end-end-radius: var(--border-radius-input-4vr9on, 2px);
324
324
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-ql2vj7, 1px) var(--color-border-item-focused-r5f6xl, #0073bb);
325
325
  }
326
- .awsui_button-trigger_18eso_6h2xj_161:not(#\9):not(.awsui_in-filtering-token_18eso_6h2xj_221):invalid {
326
+ .awsui_button-trigger_18eso_1ca00_161:not(#\9):not(.awsui_in-filtering-token_18eso_1ca00_221):invalid {
327
327
  box-shadow: none;
328
328
  }
329
- .awsui_button-trigger_18eso_6h2xj_161:not(#\9):not(.awsui_in-filtering-token_18eso_6h2xj_221).awsui_invalid_18eso_6h2xj_328, .awsui_button-trigger_18eso_6h2xj_161:not(#\9):not(.awsui_in-filtering-token_18eso_6h2xj_221).awsui_invalid_18eso_6h2xj_328:focus {
329
+ .awsui_button-trigger_18eso_1ca00_161:not(#\9):not(.awsui_in-filtering-token_18eso_1ca00_221).awsui_invalid_18eso_1ca00_328, .awsui_button-trigger_18eso_1ca00_161:not(#\9):not(.awsui_in-filtering-token_18eso_1ca00_221).awsui_invalid_18eso_1ca00_328:focus {
330
330
  color: var(--color-text-status-error-aknuvu, #d13212);
331
331
  border-color: var(--color-text-status-error-aknuvu, #d13212);
332
332
  padding-inline-start: calc(var(--space-field-horizontal-n5peob, 8px) - (var(--border-invalid-width-z5cnpo, 4px) - var(--border-width-field-9k1tdz, 1px)));
333
333
  border-inline-start-width: var(--border-invalid-width-z5cnpo, 4px);
334
334
  }
335
- .awsui_button-trigger_18eso_6h2xj_161:not(#\9):not(.awsui_in-filtering-token_18eso_6h2xj_221).awsui_invalid_18eso_6h2xj_328:focus, .awsui_button-trigger_18eso_6h2xj_161:not(#\9):not(.awsui_in-filtering-token_18eso_6h2xj_221).awsui_invalid_18eso_6h2xj_328:focus:focus {
335
+ .awsui_button-trigger_18eso_1ca00_161:not(#\9):not(.awsui_in-filtering-token_18eso_1ca00_221).awsui_invalid_18eso_1ca00_328:focus, .awsui_button-trigger_18eso_1ca00_161:not(#\9):not(.awsui_in-filtering-token_18eso_1ca00_221).awsui_invalid_18eso_1ca00_328:focus:focus {
336
336
  box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-t0us6n, 1px) var(--color-border-item-focused-r5f6xl, #0073bb);
337
337
  }
338
- .awsui_button-trigger_18eso_6h2xj_161:not(#\9):not(.awsui_in-filtering-token_18eso_6h2xj_221).awsui_warning_18eso_6h2xj_337, .awsui_button-trigger_18eso_6h2xj_161:not(#\9):not(.awsui_in-filtering-token_18eso_6h2xj_221).awsui_warning_18eso_6h2xj_337:focus {
338
+ .awsui_button-trigger_18eso_1ca00_161:not(#\9):not(.awsui_in-filtering-token_18eso_1ca00_221).awsui_warning_18eso_1ca00_337, .awsui_button-trigger_18eso_1ca00_161:not(#\9):not(.awsui_in-filtering-token_18eso_1ca00_221).awsui_warning_18eso_1ca00_337:focus {
339
339
  color: var(--color-text-status-warning-9b45qh, #906806);
340
340
  border-color: var(--color-text-status-warning-9b45qh, #906806);
341
341
  padding-inline-start: calc(var(--space-field-horizontal-n5peob, 8px) - (var(--border-invalid-width-z5cnpo, 4px) - var(--border-width-field-9k1tdz, 1px)));
342
342
  border-inline-start-width: var(--border-invalid-width-z5cnpo, 4px);
343
343
  }
344
- .awsui_button-trigger_18eso_6h2xj_161:not(#\9):not(.awsui_in-filtering-token_18eso_6h2xj_221).awsui_warning_18eso_6h2xj_337:focus, .awsui_button-trigger_18eso_6h2xj_161:not(#\9):not(.awsui_in-filtering-token_18eso_6h2xj_221).awsui_warning_18eso_6h2xj_337:focus:focus {
344
+ .awsui_button-trigger_18eso_1ca00_161:not(#\9):not(.awsui_in-filtering-token_18eso_1ca00_221).awsui_warning_18eso_1ca00_337:focus, .awsui_button-trigger_18eso_1ca00_161:not(#\9):not(.awsui_in-filtering-token_18eso_1ca00_221).awsui_warning_18eso_1ca00_337:focus:focus {
345
345
  box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-t0us6n, 1px) var(--color-border-item-focused-r5f6xl, #0073bb);
346
346
  }
347
- .awsui_button-trigger_18eso_6h2xj_161.awsui_custom-option_18eso_6h2xj_346:not(#\9) {
347
+ .awsui_button-trigger_18eso_1ca00_161.awsui_custom-option_18eso_1ca00_346:not(#\9) {
348
348
  padding-block: 0;
349
349
  padding-inline-start: 0;
350
350
  overflow: clip;
351
351
  }
352
- .awsui_button-trigger_18eso_6h2xj_161.awsui_inline-tokens_18eso_6h2xj_351:not(#\9) {
352
+ .awsui_button-trigger_18eso_1ca00_161.awsui_inline-tokens_18eso_1ca00_351:not(#\9) {
353
353
  padding-block: 0;
354
354
  }
@@ -2,20 +2,19 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "button-trigger": "awsui_button-trigger_18eso_6h2xj_161",
6
- "arrow": "awsui_arrow_18eso_6h2xj_161",
7
- "in-filtering-token-root": "awsui_in-filtering-token-root_18eso_6h2xj_221",
8
- "in-filtering-token-nested": "awsui_in-filtering-token-nested_18eso_6h2xj_221",
9
- "has-caret": "awsui_has-caret_18eso_6h2xj_257",
10
- "placeholder": "awsui_placeholder_18eso_6h2xj_260",
11
- "one-theme": "awsui_one-theme_18eso_6h2xj_270",
12
- "pressed": "awsui_pressed_18eso_6h2xj_276",
13
- "disabled": "awsui_disabled_18eso_6h2xj_282",
14
- "in-filtering-token": "awsui_in-filtering-token_18eso_6h2xj_221",
15
- "readonly": "awsui_readonly_18eso_6h2xj_303",
16
- "invalid": "awsui_invalid_18eso_6h2xj_328",
17
- "warning": "awsui_warning_18eso_6h2xj_337",
18
- "custom-option": "awsui_custom-option_18eso_6h2xj_346",
19
- "inline-tokens": "awsui_inline-tokens_18eso_6h2xj_351"
5
+ "button-trigger": "awsui_button-trigger_18eso_1ca00_161",
6
+ "arrow": "awsui_arrow_18eso_1ca00_161",
7
+ "in-filtering-token-root": "awsui_in-filtering-token-root_18eso_1ca00_221",
8
+ "in-filtering-token-nested": "awsui_in-filtering-token-nested_18eso_1ca00_221",
9
+ "has-caret": "awsui_has-caret_18eso_1ca00_257",
10
+ "placeholder": "awsui_placeholder_18eso_1ca00_260",
11
+ "pressed": "awsui_pressed_18eso_1ca00_276",
12
+ "disabled": "awsui_disabled_18eso_1ca00_282",
13
+ "in-filtering-token": "awsui_in-filtering-token_18eso_1ca00_221",
14
+ "readonly": "awsui_readonly_18eso_1ca00_303",
15
+ "invalid": "awsui_invalid_18eso_1ca00_328",
16
+ "warning": "awsui_warning_18eso_1ca00_337",
17
+ "custom-option": "awsui_custom-option_18eso_1ca00_346",
18
+ "inline-tokens": "awsui_inline-tokens_18eso_1ca00_351"
20
19
  };
21
20
 
@@ -1,6 +1,6 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (82d11d66)";
3
- export var GIT_SHA = "82d11d66";
2
+ export var PACKAGE_VERSION = "3.0.0 (2f2e3191)";
3
+ export var GIT_SHA = "2f2e3191";
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 (82d11d66)",
4
- "GIT_SHA": "82d11d66",
3
+ "PACKAGE_VERSION": "3.0.0 (2f2e3191)",
4
+ "GIT_SHA": "2f2e3191",
5
5
  "THEME": "default",
6
6
  "SYSTEM": "core",
7
7
  "ALWAYS_VISUAL_REFRESH": false,
@@ -627,6 +627,7 @@ export const colorTextBadgeGrey: string;
627
627
  export const colorTextBadgeGreen: string;
628
628
  export const colorTextBadgeBlue: string;
629
629
  export const colorTextBadgeRed: string;
630
+ export const colorBackgroundCodeView: string;
630
631
  export const fontBoxValueLargeWeight: string;
631
632
  export const fontButtonLetterSpacing: string;
632
633
  export const fontChartDetailSize: string;
@@ -627,6 +627,7 @@ export var colorTextBadgeGrey = "var(--color-text-badge-grey-5u533n, #f9f9fa)";
627
627
  export var colorTextBadgeGreen = "var(--color-text-badge-green-xkzw5d, #f9f9fa)";
628
628
  export var colorTextBadgeBlue = "var(--color-text-badge-blue-cq2uzn, #f9f9fa)";
629
629
  export var colorTextBadgeRed = "var(--color-text-badge-red-60jprp, #f9f9fa)";
630
+ export var colorBackgroundCodeView = "var(--color-background-code-view-6vvqfk, #f8f8f8)";
630
631
  export var fontBoxValueLargeWeight = "var(--font-box-value-large-weight-wr00sw, 700)";
631
632
  export var fontButtonLetterSpacing = "var(--font-button-letter-spacing-ufowe3, 0.005em)";
632
633
  export var fontChartDetailSize = "var(--font-chart-detail-size-9qr25q, 12px)";
@@ -2555,6 +2555,10 @@ module.exports.preset = {
2555
2555
  "light": "{colorTextNotificationDefault}",
2556
2556
  "dark": "{colorTextNotificationDefault}"
2557
2557
  },
2558
+ "colorBackgroundCodeView": {
2559
+ "light": "#f8f8f8",
2560
+ "dark": "#282c34"
2561
+ },
2558
2562
  "fontBoxValueLargeWeight": "700",
2559
2563
  "fontButtonLetterSpacing": "0.005em",
2560
2564
  "fontChartDetailSize": "{fontSizeBodyS}",
@@ -5328,6 +5332,10 @@ module.exports.preset = {
5328
5332
  "light": "{colorTextNotificationDefault}",
5329
5333
  "dark": "{colorTextNotificationDefault}"
5330
5334
  },
5335
+ "colorBackgroundCodeView": {
5336
+ "light": "#282c34",
5337
+ "dark": "#282c34"
5338
+ },
5331
5339
  "colorPrimary50": "#f0fbff",
5332
5340
  "colorPrimary100": "#d1f1ff",
5333
5341
  "colorPrimary200": "#b8e7ff",
@@ -6933,6 +6941,10 @@ module.exports.preset = {
6933
6941
  "light": "{colorTextNotificationDefault}",
6934
6942
  "dark": "{colorTextNotificationDefault}"
6935
6943
  },
6944
+ "colorBackgroundCodeView": {
6945
+ "light": "#282c34",
6946
+ "dark": "#282c34"
6947
+ },
6936
6948
  "colorPrimary50": "#f0fbff",
6937
6949
  "colorPrimary100": "#d1f1ff",
6938
6950
  "colorPrimary200": "#b8e7ff",
@@ -8465,6 +8477,10 @@ module.exports.preset = {
8465
8477
  "colorTextBadgeRed": {
8466
8478
  "light": "{colorTextNotificationDefault}",
8467
8479
  "dark": "{colorTextNotificationDefault}"
8480
+ },
8481
+ "colorBackgroundCodeView": {
8482
+ "light": "#f8f8f8",
8483
+ "dark": "#282c34"
8468
8484
  }
8469
8485
  }
8470
8486
  },
@@ -9863,6 +9879,10 @@ module.exports.preset = {
9863
9879
  "colorTextBadgeRed": {
9864
9880
  "light": "{colorTextNotificationDefault}",
9865
9881
  "dark": "{colorTextNotificationDefault}"
9882
+ },
9883
+ "colorBackgroundCodeView": {
9884
+ "light": "#f8f8f8",
9885
+ "dark": "#282c34"
9866
9886
  }
9867
9887
  }
9868
9888
  },
@@ -11262,6 +11282,10 @@ module.exports.preset = {
11262
11282
  "light": "{colorTextNotificationDefault}",
11263
11283
  "dark": "{colorTextNotificationDefault}"
11264
11284
  },
11285
+ "colorBackgroundCodeView": {
11286
+ "light": "#f8f8f8",
11287
+ "dark": "#282c34"
11288
+ },
11265
11289
  "fontSizeExpandableHeading": "14px",
11266
11290
  "borderDividerSectionWidth": "1px"
11267
11291
  }
@@ -12661,6 +12685,10 @@ module.exports.preset = {
12661
12685
  "colorTextBadgeRed": {
12662
12686
  "light": "{colorTextNotificationDefault}",
12663
12687
  "dark": "{colorTextNotificationDefault}"
12688
+ },
12689
+ "colorBackgroundCodeView": {
12690
+ "light": "#282c34",
12691
+ "dark": "#282c34"
12664
12692
  }
12665
12693
  }
12666
12694
  },
@@ -13305,6 +13333,7 @@ module.exports.preset = {
13305
13333
  "colorTextBadgeGreen": "color",
13306
13334
  "colorTextBadgeBlue": "color",
13307
13335
  "colorTextBadgeRed": "color",
13336
+ "colorBackgroundCodeView": "color",
13308
13337
  "motionDurationExtraFast": "motion",
13309
13338
  "motionDurationExtraSlow": "motion",
13310
13339
  "motionDurationFast": "motion",
@@ -14011,6 +14040,7 @@ module.exports.preset = {
14011
14040
  "colorTextBadgeGreen",
14012
14041
  "colorTextBadgeBlue",
14013
14042
  "colorTextBadgeRed",
14043
+ "colorBackgroundCodeView",
14014
14044
  "fontDecorationStyleLink",
14015
14045
  "fontDecorationThicknessLink",
14016
14046
  "fontDecorationThicknessLinkDisplayL",
@@ -14518,6 +14548,7 @@ module.exports.preset = {
14518
14548
  "colorTextBadgeGreen",
14519
14549
  "colorTextBadgeBlue",
14520
14550
  "colorTextBadgeRed",
14551
+ "colorBackgroundCodeView",
14521
14552
  "fontFamilyBase",
14522
14553
  "fontFamilyDisplay",
14523
14554
  "fontFamilyHeading",
@@ -15292,6 +15323,7 @@ module.exports.preset = {
15292
15323
  "colorTextBadgeGreen": "color-text-badge-green",
15293
15324
  "colorTextBadgeBlue": "color-text-badge-blue",
15294
15325
  "colorTextBadgeRed": "color-text-badge-red",
15326
+ "colorBackgroundCodeView": "color-background-code-view",
15295
15327
  "fontBoxValueLargeWeight": "font-box-value-large-weight",
15296
15328
  "fontButtonLetterSpacing": "font-button-letter-spacing",
15297
15329
  "fontChartDetailSize": "font-chart-detail-size",
@@ -16251,6 +16283,7 @@ module.exports.preset = {
16251
16283
  "colorTextBadgeGreen": "--color-text-badge-green-xkzw5d",
16252
16284
  "colorTextBadgeBlue": "--color-text-badge-blue-cq2uzn",
16253
16285
  "colorTextBadgeRed": "--color-text-badge-red-60jprp",
16286
+ "colorBackgroundCodeView": "--color-background-code-view-6vvqfk",
16254
16287
  "fontBoxValueLargeWeight": "--font-box-value-large-weight-wr00sw",
16255
16288
  "fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
16256
16289
  "fontChartDetailSize": "--font-chart-detail-size-9qr25q",
@@ -301,6 +301,7 @@ export declare interface TypedOverride {
301
301
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
302
302
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
303
303
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
304
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
304
305
  fontDecorationStyleLink?: GlobalValue;
305
306
  fontDecorationThicknessLink?: GlobalValue;
306
307
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -722,6 +723,7 @@ export declare interface TypedOverride {
722
723
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
723
724
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
724
725
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
726
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
725
727
  fontDecorationStyleLink?: GlobalValue;
726
728
  fontDecorationThicknessLink?: GlobalValue;
727
729
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -1143,6 +1145,7 @@ export declare interface TypedOverride {
1143
1145
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1144
1146
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1145
1147
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1148
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1146
1149
  fontDecorationStyleLink?: GlobalValue;
1147
1150
  fontDecorationThicknessLink?: GlobalValue;
1148
1151
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -1564,6 +1567,7 @@ export declare interface TypedOverride {
1564
1567
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1565
1568
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1566
1569
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1570
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1567
1571
  fontDecorationStyleLink?: GlobalValue;
1568
1572
  fontDecorationThicknessLink?: GlobalValue;
1569
1573
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -1985,6 +1989,7 @@ export declare interface TypedOverride {
1985
1989
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1986
1990
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1987
1991
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1992
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1988
1993
  fontDecorationStyleLink?: GlobalValue;
1989
1994
  fontDecorationThicknessLink?: GlobalValue;
1990
1995
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -2406,6 +2411,7 @@ export declare interface TypedOverride {
2406
2411
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2407
2412
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2408
2413
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2414
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2409
2415
  fontDecorationStyleLink?: GlobalValue;
2410
2416
  fontDecorationThicknessLink?: GlobalValue;
2411
2417
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -2827,6 +2833,7 @@ export declare interface TypedOverride {
2827
2833
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2828
2834
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2829
2835
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2836
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2830
2837
  fontDecorationStyleLink?: GlobalValue;
2831
2838
  fontDecorationThicknessLink?: GlobalValue;
2832
2839
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -3248,6 +3255,7 @@ export declare interface TypedOverride {
3248
3255
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3249
3256
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3250
3257
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3258
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3251
3259
  fontDecorationStyleLink?: GlobalValue;
3252
3260
  fontDecorationThicknessLink?: GlobalValue;
3253
3261
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -3669,6 +3677,7 @@ export declare interface TypedOverride {
3669
3677
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3670
3678
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3671
3679
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3680
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3672
3681
  fontDecorationStyleLink?: GlobalValue;
3673
3682
  fontDecorationThicknessLink?: GlobalValue;
3674
3683
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -301,6 +301,7 @@ export declare interface TypedOverride {
301
301
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
302
302
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
303
303
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
304
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
304
305
  fontDecorationStyleLink?: GlobalValue;
305
306
  fontDecorationThicknessLink?: GlobalValue;
306
307
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -722,6 +723,7 @@ export declare interface TypedOverride {
722
723
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
723
724
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
724
725
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
726
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
725
727
  fontDecorationStyleLink?: GlobalValue;
726
728
  fontDecorationThicknessLink?: GlobalValue;
727
729
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -1143,6 +1145,7 @@ export declare interface TypedOverride {
1143
1145
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1144
1146
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1145
1147
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1148
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1146
1149
  fontDecorationStyleLink?: GlobalValue;
1147
1150
  fontDecorationThicknessLink?: GlobalValue;
1148
1151
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -1564,6 +1567,7 @@ export declare interface TypedOverride {
1564
1567
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1565
1568
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1566
1569
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1570
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1567
1571
  fontDecorationStyleLink?: GlobalValue;
1568
1572
  fontDecorationThicknessLink?: GlobalValue;
1569
1573
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -1985,6 +1989,7 @@ export declare interface TypedOverride {
1985
1989
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1986
1990
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1987
1991
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1992
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1988
1993
  fontDecorationStyleLink?: GlobalValue;
1989
1994
  fontDecorationThicknessLink?: GlobalValue;
1990
1995
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -2406,6 +2411,7 @@ export declare interface TypedOverride {
2406
2411
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2407
2412
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2408
2413
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2414
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2409
2415
  fontDecorationStyleLink?: GlobalValue;
2410
2416
  fontDecorationThicknessLink?: GlobalValue;
2411
2417
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -2827,6 +2833,7 @@ export declare interface TypedOverride {
2827
2833
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2828
2834
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2829
2835
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2836
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2830
2837
  fontDecorationStyleLink?: GlobalValue;
2831
2838
  fontDecorationThicknessLink?: GlobalValue;
2832
2839
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -3248,6 +3255,7 @@ export declare interface TypedOverride {
3248
3255
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3249
3256
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3250
3257
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3258
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3251
3259
  fontDecorationStyleLink?: GlobalValue;
3252
3260
  fontDecorationThicknessLink?: GlobalValue;
3253
3261
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -3669,6 +3677,7 @@ export declare interface TypedOverride {
3669
3677
  colorTextBadgeGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3670
3678
  colorTextBadgeBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3671
3679
  colorTextBadgeRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3680
+ colorBackgroundCodeView?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
3672
3681
  fontDecorationStyleLink?: GlobalValue;
3673
3682
  fontDecorationThicknessLink?: GlobalValue;
3674
3683
  fontDecorationThicknessLinkDisplayL?: GlobalValue;
@@ -2555,6 +2555,10 @@ export var preset = {
2555
2555
  "light": "{colorTextNotificationDefault}",
2556
2556
  "dark": "{colorTextNotificationDefault}"
2557
2557
  },
2558
+ "colorBackgroundCodeView": {
2559
+ "light": "#f8f8f8",
2560
+ "dark": "#282c34"
2561
+ },
2558
2562
  "fontBoxValueLargeWeight": "700",
2559
2563
  "fontButtonLetterSpacing": "0.005em",
2560
2564
  "fontChartDetailSize": "{fontSizeBodyS}",
@@ -5328,6 +5332,10 @@ export var preset = {
5328
5332
  "light": "{colorTextNotificationDefault}",
5329
5333
  "dark": "{colorTextNotificationDefault}"
5330
5334
  },
5335
+ "colorBackgroundCodeView": {
5336
+ "light": "#282c34",
5337
+ "dark": "#282c34"
5338
+ },
5331
5339
  "colorPrimary50": "#f0fbff",
5332
5340
  "colorPrimary100": "#d1f1ff",
5333
5341
  "colorPrimary200": "#b8e7ff",
@@ -6933,6 +6941,10 @@ export var preset = {
6933
6941
  "light": "{colorTextNotificationDefault}",
6934
6942
  "dark": "{colorTextNotificationDefault}"
6935
6943
  },
6944
+ "colorBackgroundCodeView": {
6945
+ "light": "#282c34",
6946
+ "dark": "#282c34"
6947
+ },
6936
6948
  "colorPrimary50": "#f0fbff",
6937
6949
  "colorPrimary100": "#d1f1ff",
6938
6950
  "colorPrimary200": "#b8e7ff",
@@ -8465,6 +8477,10 @@ export var preset = {
8465
8477
  "colorTextBadgeRed": {
8466
8478
  "light": "{colorTextNotificationDefault}",
8467
8479
  "dark": "{colorTextNotificationDefault}"
8480
+ },
8481
+ "colorBackgroundCodeView": {
8482
+ "light": "#f8f8f8",
8483
+ "dark": "#282c34"
8468
8484
  }
8469
8485
  }
8470
8486
  },
@@ -9863,6 +9879,10 @@ export var preset = {
9863
9879
  "colorTextBadgeRed": {
9864
9880
  "light": "{colorTextNotificationDefault}",
9865
9881
  "dark": "{colorTextNotificationDefault}"
9882
+ },
9883
+ "colorBackgroundCodeView": {
9884
+ "light": "#f8f8f8",
9885
+ "dark": "#282c34"
9866
9886
  }
9867
9887
  }
9868
9888
  },
@@ -11262,6 +11282,10 @@ export var preset = {
11262
11282
  "light": "{colorTextNotificationDefault}",
11263
11283
  "dark": "{colorTextNotificationDefault}"
11264
11284
  },
11285
+ "colorBackgroundCodeView": {
11286
+ "light": "#f8f8f8",
11287
+ "dark": "#282c34"
11288
+ },
11265
11289
  "fontSizeExpandableHeading": "14px",
11266
11290
  "borderDividerSectionWidth": "1px"
11267
11291
  }
@@ -12661,6 +12685,10 @@ export var preset = {
12661
12685
  "colorTextBadgeRed": {
12662
12686
  "light": "{colorTextNotificationDefault}",
12663
12687
  "dark": "{colorTextNotificationDefault}"
12688
+ },
12689
+ "colorBackgroundCodeView": {
12690
+ "light": "#282c34",
12691
+ "dark": "#282c34"
12664
12692
  }
12665
12693
  }
12666
12694
  },
@@ -13305,6 +13333,7 @@ export var preset = {
13305
13333
  "colorTextBadgeGreen": "color",
13306
13334
  "colorTextBadgeBlue": "color",
13307
13335
  "colorTextBadgeRed": "color",
13336
+ "colorBackgroundCodeView": "color",
13308
13337
  "motionDurationExtraFast": "motion",
13309
13338
  "motionDurationExtraSlow": "motion",
13310
13339
  "motionDurationFast": "motion",
@@ -14011,6 +14040,7 @@ export var preset = {
14011
14040
  "colorTextBadgeGreen",
14012
14041
  "colorTextBadgeBlue",
14013
14042
  "colorTextBadgeRed",
14043
+ "colorBackgroundCodeView",
14014
14044
  "fontDecorationStyleLink",
14015
14045
  "fontDecorationThicknessLink",
14016
14046
  "fontDecorationThicknessLinkDisplayL",
@@ -14518,6 +14548,7 @@ export var preset = {
14518
14548
  "colorTextBadgeGreen",
14519
14549
  "colorTextBadgeBlue",
14520
14550
  "colorTextBadgeRed",
14551
+ "colorBackgroundCodeView",
14521
14552
  "fontFamilyBase",
14522
14553
  "fontFamilyDisplay",
14523
14554
  "fontFamilyHeading",
@@ -15292,6 +15323,7 @@ export var preset = {
15292
15323
  "colorTextBadgeGreen": "color-text-badge-green",
15293
15324
  "colorTextBadgeBlue": "color-text-badge-blue",
15294
15325
  "colorTextBadgeRed": "color-text-badge-red",
15326
+ "colorBackgroundCodeView": "color-background-code-view",
15295
15327
  "fontBoxValueLargeWeight": "font-box-value-large-weight",
15296
15328
  "fontButtonLetterSpacing": "font-button-letter-spacing",
15297
15329
  "fontChartDetailSize": "font-chart-detail-size",
@@ -16251,6 +16283,7 @@ export var preset = {
16251
16283
  "colorTextBadgeGreen": "--color-text-badge-green-xkzw5d",
16252
16284
  "colorTextBadgeBlue": "--color-text-badge-blue-cq2uzn",
16253
16285
  "colorTextBadgeRed": "--color-text-badge-red-60jprp",
16286
+ "colorBackgroundCodeView": "--color-background-code-view-6vvqfk",
16254
16287
  "fontBoxValueLargeWeight": "--font-box-value-large-weight-wr00sw",
16255
16288
  "fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
16256
16289
  "fontChartDetailSize": "--font-chart-detail-size-9qr25q",