@cloudscape-design/components 3.0.1155 → 3.0.1156

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 (112) hide show
  1. package/anchor-navigation/styles.css.js +8 -8
  2. package/anchor-navigation/styles.scoped.css +21 -21
  3. package/anchor-navigation/styles.selectors.js +8 -8
  4. package/app-layout/visual-refresh/styles.css.js +86 -86
  5. package/app-layout/visual-refresh/styles.scoped.css +164 -163
  6. package/app-layout/visual-refresh/styles.selectors.js +86 -86
  7. package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +30 -30
  8. package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +84 -81
  9. package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +30 -30
  10. package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.d.ts.map +1 -1
  11. package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.js +1 -1
  12. package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.js.map +1 -1
  13. package/attribute-editor/styles.css.js +15 -15
  14. package/attribute-editor/styles.scoped.css +28 -28
  15. package/attribute-editor/styles.selectors.js +15 -15
  16. package/box/styles.css.js +192 -192
  17. package/box/styles.scoped.css +241 -241
  18. package/box/styles.selectors.js +192 -192
  19. package/breadcrumb-group/item/styles.css.js +7 -7
  20. package/breadcrumb-group/item/styles.scoped.css +28 -28
  21. package/breadcrumb-group/item/styles.selectors.js +7 -7
  22. package/button/styles.css.js +22 -22
  23. package/button/styles.scoped.css +78 -78
  24. package/button/styles.selectors.js +22 -22
  25. package/button-dropdown/item-element/styles.css.js +20 -20
  26. package/button-dropdown/item-element/styles.scoped.css +35 -35
  27. package/button-dropdown/item-element/styles.selectors.js +20 -20
  28. package/cards/styles.css.js +39 -39
  29. package/cards/styles.scoped.css +51 -51
  30. package/cards/styles.selectors.js +39 -39
  31. package/code-editor/styles.css.js +33 -33
  32. package/code-editor/styles.scoped.css +139 -139
  33. package/code-editor/styles.selectors.js +33 -33
  34. package/drawer/implementation.d.ts +1 -0
  35. package/drawer/implementation.d.ts.map +1 -1
  36. package/drawer/implementation.js +13 -4
  37. package/drawer/implementation.js.map +1 -1
  38. package/drawer/interfaces.d.ts +7 -0
  39. package/drawer/interfaces.d.ts.map +1 -1
  40. package/drawer/interfaces.js.map +1 -1
  41. package/drawer/styles.css.js +12 -8
  42. package/drawer/styles.scoped.css +35 -13
  43. package/drawer/styles.selectors.js +12 -8
  44. package/drawer/use-sticky-footer.d.ts +11 -0
  45. package/drawer/use-sticky-footer.d.ts.map +1 -0
  46. package/drawer/use-sticky-footer.js +35 -0
  47. package/drawer/use-sticky-footer.js.map +1 -0
  48. package/help-panel/styles.css.js +6 -6
  49. package/help-panel/styles.scoped.css +75 -75
  50. package/help-panel/styles.selectors.js +6 -6
  51. package/icon/styles.css.js +39 -39
  52. package/icon/styles.scoped.css +87 -87
  53. package/icon/styles.selectors.js +39 -39
  54. package/internal/base-component/styles.scoped.css +62 -50
  55. package/internal/components/button-trigger/styles.css.js +13 -13
  56. package/internal/components/button-trigger/styles.scoped.css +29 -29
  57. package/internal/components/button-trigger/styles.selectors.js +13 -13
  58. package/internal/components/cartesian-chart/styles.css.js +28 -28
  59. package/internal/components/cartesian-chart/styles.scoped.css +33 -33
  60. package/internal/components/cartesian-chart/styles.selectors.js +28 -28
  61. package/internal/components/token-list/styles.css.js +10 -10
  62. package/internal/components/token-list/styles.scoped.css +25 -25
  63. package/internal/components/token-list/styles.selectors.js +10 -10
  64. package/internal/environment.js +2 -2
  65. package/internal/environment.json +2 -2
  66. package/internal/generated/styles/tokens.js +8 -8
  67. package/internal/generated/theming/index.cjs +24 -24
  68. package/internal/generated/theming/index.js +24 -24
  69. package/internal/hooks/use-portal-mode-classes/index.d.ts +3 -1
  70. package/internal/hooks/use-portal-mode-classes/index.d.ts.map +1 -1
  71. package/internal/hooks/use-portal-mode-classes/index.js +2 -2
  72. package/internal/hooks/use-portal-mode-classes/index.js.map +1 -1
  73. package/internal/manifest.json +1 -1
  74. package/key-value-pairs/styles.css.js +8 -8
  75. package/key-value-pairs/styles.scoped.css +10 -10
  76. package/key-value-pairs/styles.selectors.js +8 -8
  77. package/link/styles.css.js +20 -20
  78. package/link/styles.scoped.css +91 -91
  79. package/link/styles.selectors.js +20 -20
  80. package/package.json +1 -1
  81. package/popover/internal.js +1 -1
  82. package/popover/internal.js.map +1 -1
  83. package/popover/styles.css.js +57 -57
  84. package/popover/styles.scoped.css +87 -87
  85. package/popover/styles.selectors.js +57 -57
  86. package/progress-bar/styles.css.js +19 -19
  87. package/progress-bar/styles.scoped.css +31 -31
  88. package/progress-bar/styles.selectors.js +19 -19
  89. package/side-navigation/styles.css.js +30 -30
  90. package/side-navigation/styles.scoped.css +47 -47
  91. package/side-navigation/styles.selectors.js +30 -30
  92. package/split-panel/icons/styles.css.js +22 -22
  93. package/split-panel/icons/styles.scoped.css +25 -25
  94. package/split-panel/icons/styles.selectors.js +22 -22
  95. package/tag-editor/styles.css.js +3 -3
  96. package/tag-editor/styles.scoped.css +13 -13
  97. package/tag-editor/styles.selectors.js +3 -3
  98. package/test-utils/dom/drawer/index.d.ts +1 -0
  99. package/test-utils/dom/drawer/index.js +3 -0
  100. package/test-utils/dom/drawer/index.js.map +1 -1
  101. package/test-utils/selectors/drawer/index.d.ts +1 -0
  102. package/test-utils/selectors/drawer/index.js +3 -0
  103. package/test-utils/selectors/drawer/index.js.map +1 -1
  104. package/text-content/styles.css.js +1 -1
  105. package/text-content/styles.scoped.css +66 -66
  106. package/text-content/styles.selectors.js +1 -1
  107. package/token/styles.css.js +14 -14
  108. package/token/styles.scoped.css +29 -29
  109. package/token/styles.selectors.js +14 -14
  110. package/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  111. package/tutorial-panel/components/tutorial-list/styles.scoped.css +28 -28
  112. package/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
@@ -6,101 +6,101 @@
6
6
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
7
7
  SPDX-License-Identifier: Apache-2.0
8
8
  */
9
- .awsui_axis_f0fot_1tlqz_9:not(#\9),
10
- .awsui_vertical-marker_f0fot_1tlqz_10:not(#\9) {
9
+ .awsui_axis_f0fot_10l62_9:not(#\9),
10
+ .awsui_vertical-marker_f0fot_10l62_10:not(#\9) {
11
11
  stroke: var(--color-charts-line-axis-b95ncf, #dedee3);
12
12
  stroke-width: 1px;
13
13
  }
14
14
 
15
- .awsui_axis--emphasized_f0fot_1tlqz_15:not(#\9) {
15
+ .awsui_axis--emphasized_f0fot_10l62_15:not(#\9) {
16
16
  stroke-width: 2px;
17
17
  }
18
18
 
19
- .awsui_axis-label_f0fot_1tlqz_19:not(#\9) {
19
+ .awsui_axis-label_f0fot_10l62_19:not(#\9) {
20
20
  font-weight: bold;
21
21
  fill: var(--color-text-body-default-vvtq8u, #0f141a);
22
22
  }
23
23
 
24
- .awsui_axis-label--x_f0fot_1tlqz_24:not(#\9),
25
- .awsui_axis-label--y_f0fot_1tlqz_25:not(#\9) {
24
+ .awsui_axis-label--x_f0fot_10l62_24:not(#\9),
25
+ .awsui_axis-label--y_f0fot_10l62_25:not(#\9) {
26
26
  /* used in test-utils */
27
27
  }
28
28
 
29
- .awsui_grid_f0fot_1tlqz_29:not(#\9) {
29
+ .awsui_grid_f0fot_10l62_29:not(#\9) {
30
30
  stroke: var(--color-charts-line-grid-kjxf3m, #dedee3);
31
31
  stroke-width: 1px;
32
32
  }
33
33
 
34
- .awsui_ticks__line_f0fot_1tlqz_34:not(#\9) {
34
+ .awsui_ticks__line_f0fot_10l62_34:not(#\9) {
35
35
  stroke: var(--color-charts-line-tick-xmcbvk, #dedee3);
36
36
  stroke-width: 1px;
37
37
  }
38
38
 
39
- .awsui_ticks__text_f0fot_1tlqz_39:not(#\9) {
39
+ .awsui_ticks__text_f0fot_10l62_39:not(#\9) {
40
40
  font-size: var(--font-chart-detail-size-9qr25q, 12px);
41
- fill: var(--color-text-body-secondary-bcbgoi, #424650);
41
+ fill: var(--color-text-body-secondary-yna5sb, #424650);
42
42
  }
43
43
 
44
- .awsui_ticks--y_f0fot_1tlqz_44:not(#\9),
45
- .awsui_ticks--x_f0fot_1tlqz_45:not(#\9) {
44
+ .awsui_ticks--y_f0fot_10l62_44:not(#\9),
45
+ .awsui_ticks--x_f0fot_10l62_45:not(#\9) {
46
46
  /* used in test-utils */
47
47
  }
48
48
 
49
- .awsui_ticks--bottom_f0fot_1tlqz_49 > .awsui_ticks__text_f0fot_1tlqz_39:not(#\9) {
49
+ .awsui_ticks--bottom_f0fot_10l62_49 > .awsui_ticks__text_f0fot_10l62_39:not(#\9) {
50
50
  text-anchor: middle;
51
51
  dominant-baseline: hanging;
52
52
  }
53
53
 
54
- .awsui_labels-inline-start_f0fot_1tlqz_54 > .awsui_ticks_f0fot_1tlqz_34 > .awsui_ticks__text_f0fot_1tlqz_39:not(#\9) {
54
+ .awsui_labels-inline-start_f0fot_10l62_54 > .awsui_ticks_f0fot_10l62_34 > .awsui_ticks__text_f0fot_10l62_39:not(#\9) {
55
55
  text-anchor: end;
56
56
  dominant-baseline: central;
57
57
  }
58
58
 
59
- .awsui_labels-inline-start_f0fot_1tlqz_54:not(#\9) {
59
+ .awsui_labels-inline-start_f0fot_10l62_54:not(#\9) {
60
60
  position: relative;
61
61
  margin-inline-end: 12px;
62
62
  }
63
- .awsui_labels-inline-start_f0fot_1tlqz_54 > .awsui_axis-label_f0fot_1tlqz_19:not(#\9) {
63
+ .awsui_labels-inline-start_f0fot_10l62_54 > .awsui_axis-label_f0fot_10l62_19:not(#\9) {
64
64
  position: absolute;
65
65
  visibility: visible;
66
66
  white-space: nowrap;
67
67
  }
68
68
 
69
- .awsui_labels-inline-start__label_f0fot_1tlqz_69:not(#\9) {
69
+ .awsui_labels-inline-start__label_f0fot_10l62_69:not(#\9) {
70
70
  position: absolute;
71
71
  }
72
72
 
73
- .awsui_labels-inline-start--hidden_f0fot_1tlqz_73:not(#\9) {
73
+ .awsui_labels-inline-start--hidden_f0fot_10l62_73:not(#\9) {
74
74
  visibility: hidden;
75
75
  }
76
- .awsui_labels-inline-start--hidden_f0fot_1tlqz_73 > .awsui_labels-inline-start__label_f0fot_1tlqz_69:not(#\9) {
76
+ .awsui_labels-inline-start--hidden_f0fot_10l62_73 > .awsui_labels-inline-start__label_f0fot_10l62_69:not(#\9) {
77
77
  position: relative;
78
78
  white-space: nowrap;
79
79
  }
80
80
 
81
- .awsui_labels-block-end_f0fot_1tlqz_81:not(#\9) {
81
+ .awsui_labels-block-end_f0fot_10l62_81:not(#\9) {
82
82
  position: relative;
83
83
  display: block;
84
84
  inline-size: 100%;
85
85
  overflow: visible;
86
86
  }
87
87
 
88
- .awsui_vertical-marker_f0fot_1tlqz_10:not(#\9) {
88
+ .awsui_vertical-marker_f0fot_10l62_10:not(#\9) {
89
89
  pointer-events: none;
90
90
  }
91
91
 
92
- .awsui_vertical-marker-circle_f0fot_1tlqz_92:not(#\9) {
92
+ .awsui_vertical-marker-circle_f0fot_10l62_92:not(#\9) {
93
93
  fill: var(--color-background-container-content-6u8rvp, #ffffff);
94
94
  pointer-events: none;
95
95
  stroke-width: var(--border-line-chart-width-tesor1, 2px);
96
96
  }
97
97
 
98
- .awsui_vertical-marker-circle-active_f0fot_1tlqz_98:not(#\9) {
98
+ .awsui_vertical-marker-circle-active_f0fot_10l62_98:not(#\9) {
99
99
  cursor: pointer;
100
100
  stroke-width: var(--border-line-chart-width-tesor1, 2px);
101
101
  }
102
102
 
103
- .awsui_focus-outline_f0fot_1tlqz_103:not(#\9) {
103
+ .awsui_focus-outline_f0fot_10l62_103:not(#\9) {
104
104
  outline: none;
105
105
  pointer-events: none;
106
106
  fill: none;
@@ -108,45 +108,45 @@
108
108
  stroke-width: 2px;
109
109
  }
110
110
 
111
- .awsui_chart-container_f0fot_1tlqz_111:not(#\9) {
111
+ .awsui_chart-container_f0fot_10l62_111:not(#\9) {
112
112
  display: flex;
113
113
  inline-size: 100%;
114
114
  flex-direction: column;
115
115
  }
116
- .awsui_chart-container_f0fot_1tlqz_111.awsui_fit-height_f0fot_1tlqz_116:not(#\9) {
116
+ .awsui_chart-container_f0fot_10l62_111.awsui_fit-height_f0fot_10l62_116:not(#\9) {
117
117
  block-size: 100%;
118
118
  min-block-size: inherit;
119
119
  }
120
120
 
121
- .awsui_chart-container-outer_f0fot_1tlqz_121:not(#\9) {
121
+ .awsui_chart-container-outer_f0fot_10l62_121:not(#\9) {
122
122
  display: flex;
123
123
  }
124
- .awsui_chart-container-outer_f0fot_1tlqz_121.awsui_fit-height_f0fot_1tlqz_116:not(#\9) {
124
+ .awsui_chart-container-outer_f0fot_10l62_121.awsui_fit-height_f0fot_10l62_116:not(#\9) {
125
125
  flex: 1;
126
126
  }
127
- .awsui_chart-container-outer_f0fot_1tlqz_121.awsui_fit-height_f0fot_1tlqz_116:not(#\9):not(.awsui_axis-label_f0fot_1tlqz_19 + .awsui_chart-container-outer_f0fot_1tlqz_121.awsui_fit-height_f0fot_1tlqz_116, .awsui_chart-container-outer_f0fot_1tlqz_121.awsui_fit-height_f0fot_1tlqz_116.awsui_has-filters_f0fot_1tlqz_127) {
127
+ .awsui_chart-container-outer_f0fot_10l62_121.awsui_fit-height_f0fot_10l62_116:not(#\9):not(.awsui_axis-label_f0fot_10l62_19 + .awsui_chart-container-outer_f0fot_10l62_121.awsui_fit-height_f0fot_10l62_116, .awsui_chart-container-outer_f0fot_10l62_121.awsui_fit-height_f0fot_10l62_116.awsui_has-filters_f0fot_10l62_127) {
128
128
  margin-block-start: calc(0.5 * var(--font-chart-detail-size-9qr25q, 12px));
129
129
  }
130
130
 
131
- .awsui_chart-container-inner_f0fot_1tlqz_131:not(#\9) {
131
+ .awsui_chart-container-inner_f0fot_10l62_131:not(#\9) {
132
132
  position: relative;
133
133
  display: flex;
134
134
  flex-direction: column;
135
135
  inline-size: 100%;
136
136
  }
137
137
 
138
- .awsui_chart-container-plot-wrapper_f0fot_1tlqz_138.awsui_fit-height_f0fot_1tlqz_116:not(#\9) {
138
+ .awsui_chart-container-plot-wrapper_f0fot_10l62_138.awsui_fit-height_f0fot_10l62_116:not(#\9) {
139
139
  display: block;
140
140
  position: relative;
141
141
  flex: 1;
142
142
  }
143
143
 
144
- .awsui_chart-container-plot_f0fot_1tlqz_138.awsui_fit-height_f0fot_1tlqz_116:not(#\9) {
144
+ .awsui_chart-container-plot_f0fot_10l62_138.awsui_fit-height_f0fot_10l62_116:not(#\9) {
145
145
  display: block;
146
146
  position: absolute;
147
147
  inset: 0;
148
148
  }
149
149
 
150
- .awsui_chart-container-bottom-labels_f0fot_1tlqz_150.awsui_fit-height_f0fot_1tlqz_116:not(#\9) {
150
+ .awsui_chart-container-bottom-labels_f0fot_10l62_150.awsui_fit-height_f0fot_10l62_116:not(#\9) {
151
151
  display: block;
152
152
  }
@@ -2,33 +2,33 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "axis": "awsui_axis_f0fot_1tlqz_9",
6
- "vertical-marker": "awsui_vertical-marker_f0fot_1tlqz_10",
7
- "axis--emphasized": "awsui_axis--emphasized_f0fot_1tlqz_15",
8
- "axis-label": "awsui_axis-label_f0fot_1tlqz_19",
9
- "axis-label--x": "awsui_axis-label--x_f0fot_1tlqz_24",
10
- "axis-label--y": "awsui_axis-label--y_f0fot_1tlqz_25",
11
- "grid": "awsui_grid_f0fot_1tlqz_29",
12
- "ticks__line": "awsui_ticks__line_f0fot_1tlqz_34",
13
- "ticks__text": "awsui_ticks__text_f0fot_1tlqz_39",
14
- "ticks--y": "awsui_ticks--y_f0fot_1tlqz_44",
15
- "ticks--x": "awsui_ticks--x_f0fot_1tlqz_45",
16
- "ticks--bottom": "awsui_ticks--bottom_f0fot_1tlqz_49",
17
- "labels-inline-start": "awsui_labels-inline-start_f0fot_1tlqz_54",
18
- "ticks": "awsui_ticks_f0fot_1tlqz_34",
19
- "labels-inline-start__label": "awsui_labels-inline-start__label_f0fot_1tlqz_69",
20
- "labels-inline-start--hidden": "awsui_labels-inline-start--hidden_f0fot_1tlqz_73",
21
- "labels-block-end": "awsui_labels-block-end_f0fot_1tlqz_81",
22
- "vertical-marker-circle": "awsui_vertical-marker-circle_f0fot_1tlqz_92",
23
- "vertical-marker-circle-active": "awsui_vertical-marker-circle-active_f0fot_1tlqz_98",
24
- "focus-outline": "awsui_focus-outline_f0fot_1tlqz_103",
25
- "chart-container": "awsui_chart-container_f0fot_1tlqz_111",
26
- "fit-height": "awsui_fit-height_f0fot_1tlqz_116",
27
- "chart-container-outer": "awsui_chart-container-outer_f0fot_1tlqz_121",
28
- "has-filters": "awsui_has-filters_f0fot_1tlqz_127",
29
- "chart-container-inner": "awsui_chart-container-inner_f0fot_1tlqz_131",
30
- "chart-container-plot-wrapper": "awsui_chart-container-plot-wrapper_f0fot_1tlqz_138",
31
- "chart-container-plot": "awsui_chart-container-plot_f0fot_1tlqz_138",
32
- "chart-container-bottom-labels": "awsui_chart-container-bottom-labels_f0fot_1tlqz_150"
5
+ "axis": "awsui_axis_f0fot_10l62_9",
6
+ "vertical-marker": "awsui_vertical-marker_f0fot_10l62_10",
7
+ "axis--emphasized": "awsui_axis--emphasized_f0fot_10l62_15",
8
+ "axis-label": "awsui_axis-label_f0fot_10l62_19",
9
+ "axis-label--x": "awsui_axis-label--x_f0fot_10l62_24",
10
+ "axis-label--y": "awsui_axis-label--y_f0fot_10l62_25",
11
+ "grid": "awsui_grid_f0fot_10l62_29",
12
+ "ticks__line": "awsui_ticks__line_f0fot_10l62_34",
13
+ "ticks__text": "awsui_ticks__text_f0fot_10l62_39",
14
+ "ticks--y": "awsui_ticks--y_f0fot_10l62_44",
15
+ "ticks--x": "awsui_ticks--x_f0fot_10l62_45",
16
+ "ticks--bottom": "awsui_ticks--bottom_f0fot_10l62_49",
17
+ "labels-inline-start": "awsui_labels-inline-start_f0fot_10l62_54",
18
+ "ticks": "awsui_ticks_f0fot_10l62_34",
19
+ "labels-inline-start__label": "awsui_labels-inline-start__label_f0fot_10l62_69",
20
+ "labels-inline-start--hidden": "awsui_labels-inline-start--hidden_f0fot_10l62_73",
21
+ "labels-block-end": "awsui_labels-block-end_f0fot_10l62_81",
22
+ "vertical-marker-circle": "awsui_vertical-marker-circle_f0fot_10l62_92",
23
+ "vertical-marker-circle-active": "awsui_vertical-marker-circle-active_f0fot_10l62_98",
24
+ "focus-outline": "awsui_focus-outline_f0fot_10l62_103",
25
+ "chart-container": "awsui_chart-container_f0fot_10l62_111",
26
+ "fit-height": "awsui_fit-height_f0fot_10l62_116",
27
+ "chart-container-outer": "awsui_chart-container-outer_f0fot_10l62_121",
28
+ "has-filters": "awsui_has-filters_f0fot_10l62_127",
29
+ "chart-container-inner": "awsui_chart-container-inner_f0fot_10l62_131",
30
+ "chart-container-plot-wrapper": "awsui_chart-container-plot-wrapper_f0fot_10l62_138",
31
+ "chart-container-plot": "awsui_chart-container-plot_f0fot_10l62_138",
32
+ "chart-container-bottom-labels": "awsui_chart-container-bottom-labels_f0fot_10l62_150"
33
33
  };
34
34
 
@@ -1,15 +1,15 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_gfwv3_cis4t_193",
5
- "horizontal": "awsui_horizontal_gfwv3_cis4t_196",
6
- "vertical": "awsui_vertical_gfwv3_cis4t_202",
7
- "list": "awsui_list_gfwv3_cis4t_207",
8
- "grid": "awsui_grid_gfwv3_cis4t_226",
9
- "list-item": "awsui_list-item_gfwv3_cis4t_238",
10
- "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_cis4t_245",
11
- "toggle": "awsui_toggle_gfwv3_cis4t_245",
12
- "description": "awsui_description_gfwv3_cis4t_337",
13
- "separator": "awsui_separator_gfwv3_cis4t_341"
4
+ "root": "awsui_root_gfwv3_1xo54_193",
5
+ "horizontal": "awsui_horizontal_gfwv3_1xo54_196",
6
+ "vertical": "awsui_vertical_gfwv3_1xo54_202",
7
+ "list": "awsui_list_gfwv3_1xo54_207",
8
+ "grid": "awsui_grid_gfwv3_1xo54_226",
9
+ "list-item": "awsui_list-item_gfwv3_1xo54_238",
10
+ "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_1xo54_245",
11
+ "toggle": "awsui_toggle_gfwv3_1xo54_245",
12
+ "description": "awsui_description_gfwv3_1xo54_337",
13
+ "separator": "awsui_separator_gfwv3_1xo54_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_cis4t_193:not(#\9) {
193
+ .awsui_root_gfwv3_1xo54_193:not(#\9) {
194
194
  gap: var(--space-scaled-xs-xwoogq, 8px);
195
195
  }
196
- .awsui_root_gfwv3_cis4t_193.awsui_horizontal_gfwv3_cis4t_196:not(#\9) {
196
+ .awsui_root_gfwv3_1xo54_193.awsui_horizontal_gfwv3_1xo54_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_cis4t_193.awsui_vertical_gfwv3_cis4t_202:not(#\9) {
202
+ .awsui_root_gfwv3_1xo54_193.awsui_vertical_gfwv3_1xo54_202:not(#\9) {
203
203
  display: flex;
204
204
  flex-direction: column;
205
205
  }
206
206
 
207
- .awsui_list_gfwv3_cis4t_207:not(#\9) {
207
+ .awsui_list_gfwv3_1xo54_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_cis4t_207.awsui_horizontal_gfwv3_cis4t_196:not(#\9), .awsui_list_gfwv3_cis4t_207.awsui_vertical_gfwv3_cis4t_202:not(#\9) {
215
+ .awsui_list_gfwv3_1xo54_207.awsui_horizontal_gfwv3_1xo54_196:not(#\9), .awsui_list_gfwv3_1xo54_207.awsui_vertical_gfwv3_1xo54_202:not(#\9) {
216
216
  display: flex;
217
217
  gap: var(--space-xs-ymlm0b, 8px);
218
218
  }
219
- .awsui_list_gfwv3_cis4t_207.awsui_horizontal_gfwv3_cis4t_196:not(#\9) {
219
+ .awsui_list_gfwv3_1xo54_207.awsui_horizontal_gfwv3_1xo54_196:not(#\9) {
220
220
  flex-direction: row;
221
221
  flex-wrap: wrap;
222
222
  }
223
- .awsui_list_gfwv3_cis4t_207.awsui_vertical_gfwv3_cis4t_202:not(#\9) {
223
+ .awsui_list_gfwv3_1xo54_207.awsui_vertical_gfwv3_1xo54_202:not(#\9) {
224
224
  flex-direction: column;
225
225
  }
226
- .awsui_list_gfwv3_cis4t_207.awsui_grid_gfwv3_cis4t_226:not(#\9) {
226
+ .awsui_list_gfwv3_1xo54_207.awsui_grid_gfwv3_1xo54_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_cis4t_207.awsui_grid_gfwv3_cis4t_226:not(#\9) {
232
+ .awsui_list_gfwv3_1xo54_207.awsui_grid_gfwv3_1xo54_226:not(#\9) {
233
233
  display: flex;
234
234
  flex-direction: column;
235
235
  }
236
236
  }
237
237
 
238
- .awsui_list-item_gfwv3_cis4t_238:not(#\9) {
238
+ .awsui_list-item_gfwv3_1xo54_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_cis4t_245:not(#\9) {
245
+ .awsui_toggle-container-inline_gfwv3_1xo54_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_cis4t_245:not(#\9) {
251
+ .awsui_toggle_gfwv3_1xo54_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-d43v8n, var(--color-text-link-default-1dmm7z, #006ce0));
291
+ color: var(--awsui-style-color-default-d43v8n, var(--color-text-link-default-hude44, #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_cis4t_245:not(#\9) {
302
+ .awsui_toggle_gfwv3_1xo54_245:not(#\9) {
303
303
  animation: none;
304
304
  transition: none;
305
305
  }
306
306
  }
307
- .awsui-motion-disabled .awsui_toggle_gfwv3_cis4t_245:not(#\9), .awsui-mode-entering .awsui_toggle_gfwv3_cis4t_245:not(#\9) {
307
+ .awsui-motion-disabled .awsui_toggle_gfwv3_1xo54_245:not(#\9), .awsui-mode-entering .awsui_toggle_gfwv3_1xo54_245:not(#\9) {
308
308
  animation: none;
309
309
  transition: none;
310
310
  }
311
- .awsui_toggle_gfwv3_cis4t_245:not(#\9):hover {
311
+ .awsui_toggle_gfwv3_1xo54_245:not(#\9):hover {
312
312
  cursor: pointer;
313
- color: var(--awsui-style-color-hover-d43v8n, var(--color-text-link-hover-sq1gxg, #002b66));
313
+ color: var(--awsui-style-color-hover-d43v8n, var(--color-text-link-hover-2hfec2, #002b66));
314
314
  }
315
- .awsui_toggle_gfwv3_cis4t_245:not(#\9):focus {
315
+ .awsui_toggle_gfwv3_1xo54_245:not(#\9):focus {
316
316
  outline: none;
317
317
  }
318
- .awsui_toggle_gfwv3_cis4t_245:not(#\9):active {
319
- color: var(--awsui-style-color-active-d43v8n, var(--color-text-link-hover-sq1gxg, #002b66));
318
+ .awsui_toggle_gfwv3_1xo54_245:not(#\9):active {
319
+ color: var(--awsui-style-color-active-d43v8n, var(--color-text-link-hover-2hfec2, #002b66));
320
320
  }
321
- .awsui_toggle_gfwv3_cis4t_245:not(#\9):active, .awsui_toggle_gfwv3_cis4t_245:not(#\9):focus, .awsui_toggle_gfwv3_cis4t_245:not(#\9):hover {
321
+ .awsui_toggle_gfwv3_1xo54_245:not(#\9):active, .awsui_toggle_gfwv3_1xo54_245:not(#\9):focus, .awsui_toggle_gfwv3_1xo54_245:not(#\9):hover {
322
322
  text-decoration-line: underline;
323
323
  text-decoration-color: currentColor;
324
324
  }
325
- .awsui_toggle_gfwv3_cis4t_245:not(#\9):active, .awsui_toggle_gfwv3_cis4t_245:not(#\9):focus, .awsui_toggle_gfwv3_cis4t_245:not(#\9):hover {
325
+ .awsui_toggle_gfwv3_1xo54_245:not(#\9):active, .awsui_toggle_gfwv3_1xo54_245:not(#\9):focus, .awsui_toggle_gfwv3_1xo54_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_cis4t_245:not(#\9):focus {
329
+ body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_1xo54_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_cis4t_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_cis4t_245 > .awsui_description_gfwv3_cis4t_337:not(#\9) {
339
+ .awsui_toggle_gfwv3_1xo54_245 > .awsui_description_gfwv3_1xo54_337:not(#\9) {
340
340
  margin-inline-start: var(--space-xxs-hwfkai, 4px);
341
341
  }
342
342
 
343
- .awsui_separator_gfwv3_cis4t_341:not(#\9) {
343
+ .awsui_separator_gfwv3_1xo54_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_cis4t_193",
6
- "horizontal": "awsui_horizontal_gfwv3_cis4t_196",
7
- "vertical": "awsui_vertical_gfwv3_cis4t_202",
8
- "list": "awsui_list_gfwv3_cis4t_207",
9
- "grid": "awsui_grid_gfwv3_cis4t_226",
10
- "list-item": "awsui_list-item_gfwv3_cis4t_238",
11
- "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_cis4t_245",
12
- "toggle": "awsui_toggle_gfwv3_cis4t_245",
13
- "description": "awsui_description_gfwv3_cis4t_337",
14
- "separator": "awsui_separator_gfwv3_cis4t_341"
5
+ "root": "awsui_root_gfwv3_1xo54_193",
6
+ "horizontal": "awsui_horizontal_gfwv3_1xo54_196",
7
+ "vertical": "awsui_vertical_gfwv3_1xo54_202",
8
+ "list": "awsui_list_gfwv3_1xo54_207",
9
+ "grid": "awsui_grid_gfwv3_1xo54_226",
10
+ "list-item": "awsui_list-item_gfwv3_1xo54_238",
11
+ "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_1xo54_245",
12
+ "toggle": "awsui_toggle_gfwv3_1xo54_245",
13
+ "description": "awsui_description_gfwv3_1xo54_337",
14
+ "separator": "awsui_separator_gfwv3_1xo54_341"
15
15
  };
16
16
 
@@ -1,6 +1,6 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (857f6370)";
3
- export var GIT_SHA = "857f6370";
2
+ export var PACKAGE_VERSION = "3.0.0 (6d73d510)";
3
+ export var GIT_SHA = "6d73d510";
4
4
  export var THEME = "open-source-visual-refresh";
5
5
  export var SYSTEM = "console";
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 (857f6370)",
4
- "GIT_SHA": "857f6370",
3
+ "PACKAGE_VERSION": "3.0.0 (6d73d510)",
4
+ "GIT_SHA": "6d73d510",
5
5
  "THEME": "open-source-visual-refresh",
6
6
  "SYSTEM": "console",
7
7
  "ALWAYS_VISUAL_REFRESH": true
@@ -444,18 +444,18 @@ export var colorStrokeCodeEditorGutterActiveLineDefault = "var(--color-stroke-co
444
444
  export var colorStrokeCodeEditorGutterActiveLineHover = "var(--color-stroke-code-editor-gutter-active-line-hover-vqrb6s, #f9f9fa)";
445
445
  export var colorTextAccent = "var(--color-text-accent-n1kmht, #006ce0)";
446
446
  export var colorTextBodyDefault = "var(--color-text-body-default-vvtq8u, #0f141a)";
447
- export var colorTextBodySecondary = "var(--color-text-body-secondary-bcbgoi, #424650)";
447
+ export var colorTextBodySecondary = "var(--color-text-body-secondary-yna5sb, #424650)";
448
448
  export var colorTextBreadcrumbCurrent = "var(--color-text-breadcrumb-current-2mqnkk, #656871)";
449
449
  export var colorTextBreadcrumbIcon = "var(--color-text-breadcrumb-icon-9j48ot, #8c8c94)";
450
- export var colorTextButtonInlineIconDefault = "var(--color-text-button-inline-icon-default-f8xgpk, #006ce0)";
450
+ export var colorTextButtonInlineIconDefault = "var(--color-text-button-inline-icon-default-sm4ql6, #006ce0)";
451
451
  export var colorTextButtonInlineIconDisabled = "var(--color-text-button-inline-icon-disabled-82hho0, #b4b4bb)";
452
- export var colorTextButtonInlineIconHover = "var(--color-text-button-inline-icon-hover-c08r6g, #002b66)";
452
+ export var colorTextButtonInlineIconHover = "var(--color-text-button-inline-icon-hover-rbyzfc, #002b66)";
453
453
  export var colorTextButtonNormalActive = "var(--color-text-button-normal-active-vihsxh, #002b66)";
454
454
  export var colorTextToggleButtonNormalPressed = "var(--color-text-toggle-button-normal-pressed-wnx2zl, #002b66)";
455
455
  export var colorTextButtonNormalDefault = "var(--color-text-button-normal-default-nzalii, #006ce0)";
456
456
  export var colorTextButtonNormalHover = "var(--color-text-button-normal-hover-gusgyv, #002b66)";
457
- export var colorTextLinkButtonNormalDefault = "var(--color-text-link-button-normal-default-5w3m67, #006ce0)";
458
- export var colorTextLinkButtonNormalHover = "var(--color-text-link-button-normal-hover-4awpjm, #002b66)";
457
+ export var colorTextLinkButtonNormalDefault = "var(--color-text-link-button-normal-default-srprth, #006ce0)";
458
+ export var colorTextLinkButtonNormalHover = "var(--color-text-link-button-normal-hover-jrnyw3, #002b66)";
459
459
  export var colorTextLinkButtonNormalActive = "var(--color-text-link-button-normal-active-js9ryu, #002b66)";
460
460
  export var colorTextButtonPrimaryActive = "var(--color-text-button-primary-active-refmba, #ffffff)";
461
461
  export var colorTextButtonPrimaryDefault = "var(--color-text-button-primary-default-mwl31m, #ffffff)";
@@ -507,13 +507,13 @@ export var colorTextToggleButtonIconPressed = "var(--color-text-toggle-button-ic
507
507
  export var colorTextInteractiveInvertedDefault = "var(--color-text-interactive-inverted-default-xlc0d5, #dedee3)";
508
508
  export var colorTextInteractiveInvertedHover = "var(--color-text-interactive-inverted-hover-65rnp7, #f9f9fa)";
509
509
  export var colorTextInverted = "var(--color-text-inverted-4v4dmq, #ffffff)";
510
- export var colorTextLabel = "var(--color-text-label-8248dg, #0f141a)";
510
+ export var colorTextLabel = "var(--color-text-label-28gfmc, #0f141a)";
511
511
  export var colorTextLayoutToggle = "var(--color-text-layout-toggle-1a15s3, #ffffff)";
512
512
  export var colorTextLayoutToggleActive = "var(--color-text-layout-toggle-active-ifu7qp, #ffffff)";
513
513
  export var colorTextLayoutToggleHover = "var(--color-text-layout-toggle-hover-9jwdce, #006ce0)";
514
514
  export var colorTextLayoutToggleSelected = "var(--color-text-layout-toggle-selected-xpximc, #ffffff)";
515
- export var colorTextLinkDefault = "var(--color-text-link-default-1dmm7z, #006ce0)";
516
- export var colorTextLinkHover = "var(--color-text-link-hover-sq1gxg, #002b66)";
515
+ export var colorTextLinkDefault = "var(--color-text-link-default-hude44, #006ce0)";
516
+ export var colorTextLinkHover = "var(--color-text-link-hover-2hfec2, #002b66)";
517
517
  export var colorTextLinkInvertedHover = "var(--color-text-link-inverted-hover-ocd3u3, #ffffff)";
518
518
  export var colorTextLinkButtonUnderline = "var(--color-text-link-button-underline-z4wjnv, transparent)";
519
519
  export var colorTextLinkButtonUnderlineHover = "var(--color-text-link-button-underline-hover-cn3mqh, transparent)";
@@ -6631,8 +6631,8 @@ module.exports.preset = {
6631
6631
  "dark": "{colorNeutral100}"
6632
6632
  },
6633
6633
  "colorTextBodySecondary": {
6634
- "light": "{colorNeutral650}",
6635
- "dark": "{colorNeutral350}"
6634
+ "light": "{colorNeutral100}",
6635
+ "dark": "{colorNeutral100}"
6636
6636
  },
6637
6637
  "colorTextBreadcrumbCurrent": {
6638
6638
  "light": "{colorNeutral600}",
@@ -6883,8 +6883,8 @@ module.exports.preset = {
6883
6883
  "dark": "{colorNeutral950}"
6884
6884
  },
6885
6885
  "colorTextLabel": {
6886
- "light": "{colorTextFormLabel}",
6887
- "dark": "{colorTextFormLabel}"
6886
+ "light": "{colorNeutral100}",
6887
+ "dark": "{colorNeutral100}"
6888
6888
  },
6889
6889
  "colorTextLayoutToggle": {
6890
6890
  "light": "{colorWhite}",
@@ -6903,12 +6903,12 @@ module.exports.preset = {
6903
6903
  "dark": "{colorNeutral950}"
6904
6904
  },
6905
6905
  "colorTextLinkDefault": {
6906
- "light": "{colorPrimary600}",
6907
- "dark": "{colorPrimary400}"
6906
+ "light": "{colorNeutral100}",
6907
+ "dark": "{colorNeutral100}"
6908
6908
  },
6909
6909
  "colorTextLinkHover": {
6910
- "light": "{colorPrimary900}",
6911
- "dark": "{colorPrimary300}"
6910
+ "light": "{colorWhite}",
6911
+ "dark": "{colorWhite}"
6912
6912
  },
6913
6913
  "colorTextLinkInvertedHover": {
6914
6914
  "light": "{colorWhite}",
@@ -7745,8 +7745,8 @@ module.exports.preset = {
7745
7745
  "dark": "{colorTextNotificationYellow}"
7746
7746
  },
7747
7747
  "colorTextBodySecondary": {
7748
- "light": "{colorNeutral650}",
7749
- "dark": "{colorNeutral350}"
7748
+ "light": "{colorTextNotificationYellow}",
7749
+ "dark": "{colorTextNotificationYellow}"
7750
7750
  },
7751
7751
  "colorTextBreadcrumbCurrent": {
7752
7752
  "light": "{colorNeutral600}",
@@ -7997,8 +7997,8 @@ module.exports.preset = {
7997
7997
  "dark": "{colorNeutral950}"
7998
7998
  },
7999
7999
  "colorTextLabel": {
8000
- "light": "{colorTextFormLabel}",
8001
- "dark": "{colorTextFormLabel}"
8000
+ "light": "{colorTextNotificationYellow}",
8001
+ "dark": "{colorTextNotificationYellow}"
8002
8002
  },
8003
8003
  "colorTextLayoutToggle": {
8004
8004
  "light": "{colorWhite}",
@@ -8017,12 +8017,12 @@ module.exports.preset = {
8017
8017
  "dark": "{colorNeutral950}"
8018
8018
  },
8019
8019
  "colorTextLinkDefault": {
8020
- "light": "{colorPrimary600}",
8021
- "dark": "{colorPrimary400}"
8020
+ "light": "{colorTextNotificationYellow}",
8021
+ "dark": "{colorTextNotificationYellow}"
8022
8022
  },
8023
8023
  "colorTextLinkHover": {
8024
- "light": "{colorPrimary900}",
8025
- "dark": "{colorPrimary300}"
8024
+ "light": "{colorTextNotificationYellow}",
8025
+ "dark": "{colorTextNotificationYellow}"
8026
8026
  },
8027
8027
  "colorTextLinkInvertedHover": {
8028
8028
  "light": "{colorTextNotificationYellow}",
@@ -13269,18 +13269,18 @@ module.exports.preset = {
13269
13269
  "colorStrokeCodeEditorGutterActiveLineHover": "--color-stroke-code-editor-gutter-active-line-hover-vqrb6s",
13270
13270
  "colorTextAccent": "--color-text-accent-n1kmht",
13271
13271
  "colorTextBodyDefault": "--color-text-body-default-vvtq8u",
13272
- "colorTextBodySecondary": "--color-text-body-secondary-bcbgoi",
13272
+ "colorTextBodySecondary": "--color-text-body-secondary-yna5sb",
13273
13273
  "colorTextBreadcrumbCurrent": "--color-text-breadcrumb-current-2mqnkk",
13274
13274
  "colorTextBreadcrumbIcon": "--color-text-breadcrumb-icon-9j48ot",
13275
- "colorTextButtonInlineIconDefault": "--color-text-button-inline-icon-default-f8xgpk",
13275
+ "colorTextButtonInlineIconDefault": "--color-text-button-inline-icon-default-sm4ql6",
13276
13276
  "colorTextButtonInlineIconDisabled": "--color-text-button-inline-icon-disabled-82hho0",
13277
- "colorTextButtonInlineIconHover": "--color-text-button-inline-icon-hover-c08r6g",
13277
+ "colorTextButtonInlineIconHover": "--color-text-button-inline-icon-hover-rbyzfc",
13278
13278
  "colorTextButtonNormalActive": "--color-text-button-normal-active-vihsxh",
13279
13279
  "colorTextToggleButtonNormalPressed": "--color-text-toggle-button-normal-pressed-wnx2zl",
13280
13280
  "colorTextButtonNormalDefault": "--color-text-button-normal-default-nzalii",
13281
13281
  "colorTextButtonNormalHover": "--color-text-button-normal-hover-gusgyv",
13282
- "colorTextLinkButtonNormalDefault": "--color-text-link-button-normal-default-5w3m67",
13283
- "colorTextLinkButtonNormalHover": "--color-text-link-button-normal-hover-4awpjm",
13282
+ "colorTextLinkButtonNormalDefault": "--color-text-link-button-normal-default-srprth",
13283
+ "colorTextLinkButtonNormalHover": "--color-text-link-button-normal-hover-jrnyw3",
13284
13284
  "colorTextLinkButtonNormalActive": "--color-text-link-button-normal-active-js9ryu",
13285
13285
  "colorTextButtonPrimaryActive": "--color-text-button-primary-active-refmba",
13286
13286
  "colorTextButtonPrimaryDefault": "--color-text-button-primary-default-mwl31m",
@@ -13332,13 +13332,13 @@ module.exports.preset = {
13332
13332
  "colorTextInteractiveInvertedDefault": "--color-text-interactive-inverted-default-xlc0d5",
13333
13333
  "colorTextInteractiveInvertedHover": "--color-text-interactive-inverted-hover-65rnp7",
13334
13334
  "colorTextInverted": "--color-text-inverted-4v4dmq",
13335
- "colorTextLabel": "--color-text-label-8248dg",
13335
+ "colorTextLabel": "--color-text-label-28gfmc",
13336
13336
  "colorTextLayoutToggle": "--color-text-layout-toggle-1a15s3",
13337
13337
  "colorTextLayoutToggleActive": "--color-text-layout-toggle-active-ifu7qp",
13338
13338
  "colorTextLayoutToggleHover": "--color-text-layout-toggle-hover-9jwdce",
13339
13339
  "colorTextLayoutToggleSelected": "--color-text-layout-toggle-selected-xpximc",
13340
- "colorTextLinkDefault": "--color-text-link-default-1dmm7z",
13341
- "colorTextLinkHover": "--color-text-link-hover-sq1gxg",
13340
+ "colorTextLinkDefault": "--color-text-link-default-hude44",
13341
+ "colorTextLinkHover": "--color-text-link-hover-2hfec2",
13342
13342
  "colorTextLinkInvertedHover": "--color-text-link-inverted-hover-ocd3u3",
13343
13343
  "colorTextLinkButtonUnderline": "--color-text-link-button-underline-z4wjnv",
13344
13344
  "colorTextLinkButtonUnderlineHover": "--color-text-link-button-underline-hover-cn3mqh",