@cloudscape-design/components-themeable 3.0.639 → 3.0.641

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/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/button/styles.scss +12 -0
  3. package/lib/internal/scss/drawer/styles.scss +5 -5
  4. package/lib/internal/scss/form-field/motion.scss +5 -2
  5. package/lib/internal/scss/form-field/styles.scss +11 -2
  6. package/lib/internal/scss/help-panel/styles.scss +8 -8
  7. package/lib/internal/scss/input/styles.scss +9 -0
  8. package/lib/internal/scss/internal/components/button-trigger/styles.scss +5 -0
  9. package/lib/internal/scss/internal/styles/forms/mixins.scss +11 -0
  10. package/lib/internal/scss/side-navigation/styles.scss +6 -5
  11. package/lib/internal/scss/slider/mixins.scss +9 -4
  12. package/lib/internal/scss/table/body-cell/styles.scss +7 -2
  13. package/lib/internal/scss/textarea/styles.scss +4 -0
  14. package/lib/internal/scss/token-group/styles.scss +9 -2
  15. package/lib/internal/template/alert/index.d.ts.map +1 -1
  16. package/lib/internal/template/alert/index.js +9 -5
  17. package/lib/internal/template/alert/index.js.map +1 -1
  18. package/lib/internal/template/attribute-editor/interfaces.d.ts +4 -0
  19. package/lib/internal/template/attribute-editor/interfaces.d.ts.map +1 -1
  20. package/lib/internal/template/attribute-editor/interfaces.js.map +1 -1
  21. package/lib/internal/template/attribute-editor/row.d.ts.map +1 -1
  22. package/lib/internal/template/attribute-editor/row.js +4 -1
  23. package/lib/internal/template/attribute-editor/row.js.map +1 -1
  24. package/lib/internal/template/button/styles.css.js +19 -19
  25. package/lib/internal/template/button/styles.scoped.css +159 -151
  26. package/lib/internal/template/button/styles.selectors.js +19 -19
  27. package/lib/internal/template/container/index.js +1 -1
  28. package/lib/internal/template/container/index.js.map +1 -1
  29. package/lib/internal/template/date-picker/index.d.ts.map +1 -1
  30. package/lib/internal/template/date-picker/index.js +2 -2
  31. package/lib/internal/template/date-picker/index.js.map +1 -1
  32. package/lib/internal/template/date-range-picker/index.d.ts.map +1 -1
  33. package/lib/internal/template/date-range-picker/index.js +2 -2
  34. package/lib/internal/template/date-range-picker/index.js.map +1 -1
  35. package/lib/internal/template/drawer/styles.css.js +3 -3
  36. package/lib/internal/template/drawer/styles.scoped.css +13 -13
  37. package/lib/internal/template/drawer/styles.selectors.js +3 -3
  38. package/lib/internal/template/file-upload/interfaces.d.ts +14 -4
  39. package/lib/internal/template/file-upload/interfaces.d.ts.map +1 -1
  40. package/lib/internal/template/file-upload/interfaces.js.map +1 -1
  41. package/lib/internal/template/file-upload/internal.js +13 -7
  42. package/lib/internal/template/file-upload/internal.js.map +1 -1
  43. package/lib/internal/template/form/index.d.ts.map +1 -1
  44. package/lib/internal/template/form/index.js +17 -6
  45. package/lib/internal/template/form/index.js.map +1 -1
  46. package/lib/internal/template/form/internal.d.ts.map +1 -1
  47. package/lib/internal/template/form/internal.js +1 -14
  48. package/lib/internal/template/form/internal.js.map +1 -1
  49. package/lib/internal/template/form-field/index.d.ts.map +1 -1
  50. package/lib/internal/template/form-field/index.js +3 -2
  51. package/lib/internal/template/form-field/index.js.map +1 -1
  52. package/lib/internal/template/form-field/interfaces.d.ts +12 -1
  53. package/lib/internal/template/form-field/interfaces.d.ts.map +1 -1
  54. package/lib/internal/template/form-field/interfaces.js.map +1 -1
  55. package/lib/internal/template/form-field/internal.d.ts +9 -3
  56. package/lib/internal/template/form-field/internal.d.ts.map +1 -1
  57. package/lib/internal/template/form-field/internal.js +36 -11
  58. package/lib/internal/template/form-field/internal.js.map +1 -1
  59. package/lib/internal/template/form-field/styles.css.js +23 -19
  60. package/lib/internal/template/form-field/styles.scoped.css +45 -29
  61. package/lib/internal/template/form-field/styles.selectors.js +23 -19
  62. package/lib/internal/template/form-field/util.d.ts +3 -2
  63. package/lib/internal/template/form-field/util.d.ts.map +1 -1
  64. package/lib/internal/template/form-field/util.js +4 -3
  65. package/lib/internal/template/form-field/util.js.map +1 -1
  66. package/lib/internal/template/help-panel/styles.css.js +4 -4
  67. package/lib/internal/template/help-panel/styles.scoped.css +71 -71
  68. package/lib/internal/template/help-panel/styles.selectors.js +4 -4
  69. package/lib/internal/template/input/index.d.ts.map +1 -1
  70. package/lib/internal/template/input/index.js +2 -1
  71. package/lib/internal/template/input/index.js.map +1 -1
  72. package/lib/internal/template/input/internal.d.ts.map +1 -1
  73. package/lib/internal/template/input/internal.js +4 -1
  74. package/lib/internal/template/input/internal.js.map +1 -1
  75. package/lib/internal/template/input/styles.css.js +13 -12
  76. package/lib/internal/template/input/styles.scoped.css +46 -30
  77. package/lib/internal/template/input/styles.selectors.js +13 -12
  78. package/lib/internal/template/internal/analytics/components/analytics-funnel.d.ts +12 -12
  79. package/lib/internal/template/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
  80. package/lib/internal/template/internal/analytics/components/analytics-funnel.js +38 -25
  81. package/lib/internal/template/internal/analytics/components/analytics-funnel.js.map +1 -1
  82. package/lib/internal/template/internal/analytics/context/analytics-context.d.ts +7 -2
  83. package/lib/internal/template/internal/analytics/context/analytics-context.d.ts.map +1 -1
  84. package/lib/internal/template/internal/analytics/context/analytics-context.js.map +1 -1
  85. package/lib/internal/template/internal/analytics/hooks/use-funnel.d.ts +5 -1
  86. package/lib/internal/template/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
  87. package/lib/internal/template/internal/analytics/hooks/use-funnel.js +9 -5
  88. package/lib/internal/template/internal/analytics/hooks/use-funnel.js.map +1 -1
  89. package/lib/internal/template/internal/analytics/interfaces.d.ts +23 -37
  90. package/lib/internal/template/internal/analytics/interfaces.d.ts.map +1 -1
  91. package/lib/internal/template/internal/analytics/interfaces.js.map +1 -1
  92. package/lib/internal/template/internal/base-component/index.d.ts +1 -1
  93. package/lib/internal/template/internal/base-component/index.d.ts.map +1 -1
  94. package/lib/internal/template/internal/base-component/index.js +1 -1
  95. package/lib/internal/template/internal/base-component/index.js.map +1 -1
  96. package/lib/internal/template/internal/base-component/styles.scoped.css +35 -0
  97. package/lib/internal/template/internal/components/button-trigger/index.d.ts +1 -0
  98. package/lib/internal/template/internal/components/button-trigger/index.d.ts.map +1 -1
  99. package/lib/internal/template/internal/components/button-trigger/index.js +2 -2
  100. package/lib/internal/template/internal/components/button-trigger/index.js.map +1 -1
  101. package/lib/internal/template/internal/components/button-trigger/styles.css.js +11 -10
  102. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +35 -24
  103. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +11 -10
  104. package/lib/internal/template/internal/context/form-field-context.d.ts +14 -1
  105. package/lib/internal/template/internal/context/form-field-context.d.ts.map +1 -1
  106. package/lib/internal/template/internal/context/form-field-context.js +1 -1
  107. package/lib/internal/template/internal/context/form-field-context.js.map +1 -1
  108. package/lib/internal/template/internal/environment.js +1 -1
  109. package/lib/internal/template/internal/environment.json +1 -1
  110. package/lib/internal/template/internal/generated/styles/tokens.d.ts +5 -0
  111. package/lib/internal/template/internal/generated/styles/tokens.js +5 -0
  112. package/lib/internal/template/internal/generated/theming/index.cjs +75 -0
  113. package/lib/internal/template/internal/generated/theming/index.js +75 -0
  114. package/lib/internal/template/link/internal.d.ts.map +1 -1
  115. package/lib/internal/template/link/internal.js +9 -3
  116. package/lib/internal/template/link/internal.js.map +1 -1
  117. package/lib/internal/template/modal/body-scroll.d.ts.map +1 -1
  118. package/lib/internal/template/modal/body-scroll.js +5 -0
  119. package/lib/internal/template/modal/body-scroll.js.map +1 -1
  120. package/lib/internal/template/select/parts/filter.d.ts +1 -1
  121. package/lib/internal/template/select/parts/filter.d.ts.map +1 -1
  122. package/lib/internal/template/select/parts/trigger.d.ts.map +1 -1
  123. package/lib/internal/template/select/parts/trigger.js +2 -2
  124. package/lib/internal/template/select/parts/trigger.js.map +1 -1
  125. package/lib/internal/template/side-navigation/styles.css.js +28 -28
  126. package/lib/internal/template/side-navigation/styles.scoped.css +44 -43
  127. package/lib/internal/template/side-navigation/styles.selectors.js +28 -28
  128. package/lib/internal/template/table/body-cell/disabled-inline-editor.d.ts +1 -1
  129. package/lib/internal/template/table/body-cell/disabled-inline-editor.d.ts.map +1 -1
  130. package/lib/internal/template/table/body-cell/disabled-inline-editor.js +2 -2
  131. package/lib/internal/template/table/body-cell/disabled-inline-editor.js.map +1 -1
  132. package/lib/internal/template/table/body-cell/index.d.ts +1 -0
  133. package/lib/internal/template/table/body-cell/index.d.ts.map +1 -1
  134. package/lib/internal/template/table/body-cell/index.js +2 -2
  135. package/lib/internal/template/table/body-cell/index.js.map +1 -1
  136. package/lib/internal/template/table/body-cell/styles.css.js +44 -43
  137. package/lib/internal/template/table/body-cell/styles.scoped.css +167 -165
  138. package/lib/internal/template/table/body-cell/styles.selectors.js +44 -43
  139. package/lib/internal/template/table/internal.d.ts.map +1 -1
  140. package/lib/internal/template/table/internal.js +1 -1
  141. package/lib/internal/template/table/internal.js.map +1 -1
  142. package/lib/internal/template/test-utils/dom/file-upload/index.d.ts +2 -0
  143. package/lib/internal/template/test-utils/dom/file-upload/index.js +6 -0
  144. package/lib/internal/template/test-utils/dom/file-upload/index.js.map +1 -1
  145. package/lib/internal/template/test-utils/dom/form-field/index.d.ts +1 -0
  146. package/lib/internal/template/test-utils/dom/form-field/index.js +3 -0
  147. package/lib/internal/template/test-utils/dom/form-field/index.js.map +1 -1
  148. package/lib/internal/template/test-utils/selectors/file-upload/index.d.ts +2 -0
  149. package/lib/internal/template/test-utils/selectors/file-upload/index.js +6 -0
  150. package/lib/internal/template/test-utils/selectors/file-upload/index.js.map +1 -1
  151. package/lib/internal/template/test-utils/selectors/form-field/index.d.ts +1 -0
  152. package/lib/internal/template/test-utils/selectors/form-field/index.js +3 -0
  153. package/lib/internal/template/test-utils/selectors/form-field/index.js.map +1 -1
  154. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  155. package/lib/internal/template/textarea/index.d.ts.map +1 -1
  156. package/lib/internal/template/textarea/index.js +2 -1
  157. package/lib/internal/template/textarea/index.js.map +1 -1
  158. package/lib/internal/template/textarea/styles.css.js +5 -4
  159. package/lib/internal/template/textarea/styles.scoped.css +23 -12
  160. package/lib/internal/template/textarea/styles.selectors.js +5 -4
  161. package/lib/internal/template/token-group/styles.css.js +9 -8
  162. package/lib/internal/template/token-group/styles.scoped.css +27 -16
  163. package/lib/internal/template/token-group/styles.selectors.js +9 -8
  164. package/lib/internal/template/token-group/token.d.ts +3 -1
  165. package/lib/internal/template/token-group/token.d.ts.map +1 -1
  166. package/lib/internal/template/token-group/token.js +8 -5
  167. package/lib/internal/template/token-group/token.js.map +1 -1
  168. package/lib/internal/template/wizard/analytics.d.ts +2 -1
  169. package/lib/internal/template/wizard/analytics.d.ts.map +1 -1
  170. package/lib/internal/template/wizard/analytics.js +7 -3
  171. package/lib/internal/template/wizard/analytics.js.map +1 -1
  172. package/lib/internal/template/wizard/index.js +1 -1
  173. package/lib/internal/template/wizard/index.js.map +1 -1
  174. package/lib/internal/template/wizard/internal.d.ts.map +1 -1
  175. package/lib/internal/template/wizard/internal.js +2 -2
  176. package/lib/internal/template/wizard/internal.js.map +1 -1
  177. package/lib/internal/template/wizard/wizard-form.d.ts +4 -2
  178. package/lib/internal/template/wizard/wizard-form.d.ts.map +1 -1
  179. package/lib/internal/template/wizard/wizard-form.js +31 -19
  180. package/lib/internal/template/wizard/wizard-form.js.map +1 -1
  181. package/package.json +1 -1
@@ -100,16 +100,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
100
100
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
101
101
  SPDX-License-Identifier: Apache-2.0
102
102
  */
103
- .awsui_button-trigger_18eso_hg5jk_103 > .awsui_arrow_18eso_hg5jk_103:not(#\9) {
103
+ .awsui_button-trigger_18eso_tpyw0_103 > .awsui_arrow_18eso_tpyw0_103:not(#\9) {
104
104
  transition: transform var(--motion-duration-rotate-180-6z1h8e, 135ms) var(--motion-easing-rotate-180-l3wboa, cubic-bezier(0.165, 0.84, 0.44, 1));
105
105
  }
106
106
  @media (prefers-reduced-motion: reduce) {
107
- .awsui_button-trigger_18eso_hg5jk_103 > .awsui_arrow_18eso_hg5jk_103:not(#\9) {
107
+ .awsui_button-trigger_18eso_tpyw0_103 > .awsui_arrow_18eso_tpyw0_103:not(#\9) {
108
108
  animation: none;
109
109
  transition: none;
110
110
  }
111
111
  }
112
- .awsui-motion-disabled .awsui_button-trigger_18eso_hg5jk_103 > .awsui_arrow_18eso_hg5jk_103:not(#\9), .awsui-mode-entering .awsui_button-trigger_18eso_hg5jk_103 > .awsui_arrow_18eso_hg5jk_103:not(#\9) {
112
+ .awsui-motion-disabled .awsui_button-trigger_18eso_tpyw0_103 > .awsui_arrow_18eso_tpyw0_103:not(#\9), .awsui-mode-entering .awsui_button-trigger_18eso_tpyw0_103 > .awsui_arrow_18eso_tpyw0_103:not(#\9) {
113
113
  animation: none;
114
114
  transition: none;
115
115
  }
@@ -118,7 +118,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
118
118
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
119
119
  SPDX-License-Identifier: Apache-2.0
120
120
  */
121
- .awsui_button-trigger_18eso_hg5jk_103:not(#\9) {
121
+ .awsui_button-trigger_18eso_tpyw0_103:not(#\9) {
122
122
  border-collapse: separate;
123
123
  border-spacing: 0;
124
124
  box-sizing: border-box;
@@ -168,51 +168,51 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
168
168
  border-inline: var(--border-field-width-yoy972, 1px) solid var(--color-border-input-default-aksbt5, #687078);
169
169
  min-block-size: var(--size-vertical-input-ubbp77, 32px);
170
170
  }
171
- .awsui_button-trigger_18eso_hg5jk_103.awsui_has-caret_18eso_hg5jk_170:not(#\9) {
171
+ .awsui_button-trigger_18eso_tpyw0_103.awsui_has-caret_18eso_tpyw0_170:not(#\9) {
172
172
  padding-inline-end: var(--space-field-icon-offset-llp3ak, 32px);
173
173
  }
174
- .awsui_button-trigger_18eso_hg5jk_103 > .awsui_placeholder_18eso_hg5jk_173:not(#\9) {
174
+ .awsui_button-trigger_18eso_tpyw0_103 > .awsui_placeholder_18eso_tpyw0_173:not(#\9) {
175
175
  color: var(--color-text-input-placeholder-epedqe, #687078);
176
176
  font-style: italic;
177
177
  }
178
- .awsui_button-trigger_18eso_hg5jk_103 > .awsui_arrow_18eso_hg5jk_103:not(#\9) {
178
+ .awsui_button-trigger_18eso_tpyw0_103 > .awsui_arrow_18eso_tpyw0_103:not(#\9) {
179
179
  position: absolute;
180
180
  inset-inline-end: var(--space-field-horizontal-cy5q05, 8px);
181
181
  inset-block-start: calc(50% - var(--line-height-body-m-2zx78l, 22px) / 2);
182
182
  color: var(--color-text-button-inline-icon-default-870ilx, #545b64);
183
183
  }
184
- .awsui_button-trigger_18eso_hg5jk_103:not(#\9):hover > .awsui_arrow_18eso_hg5jk_103 {
184
+ .awsui_button-trigger_18eso_tpyw0_103:not(#\9):hover > .awsui_arrow_18eso_tpyw0_103 {
185
185
  color: var(--color-text-button-inline-icon-hover-gmrtb4, #16191f);
186
186
  }
187
- .awsui_button-trigger_18eso_hg5jk_103.awsui_pressed_18eso_hg5jk_186 > .awsui_arrow_18eso_hg5jk_103:not(#\9) {
187
+ .awsui_button-trigger_18eso_tpyw0_103.awsui_pressed_18eso_tpyw0_186 > .awsui_arrow_18eso_tpyw0_103:not(#\9) {
188
188
  transform: rotate(-180deg);
189
189
  }
190
- .awsui_button-trigger_18eso_hg5jk_103.awsui_disabled_18eso_hg5jk_189:not(#\9) {
190
+ .awsui_button-trigger_18eso_tpyw0_103.awsui_disabled_18eso_tpyw0_189:not(#\9) {
191
191
  background-color: var(--color-background-input-disabled-zfoobi, #eaeded);
192
192
  border-block: var(--border-field-width-yoy972, 1px) solid var(--color-border-input-disabled-v8bsvq, #eaeded);
193
193
  border-inline: var(--border-field-width-yoy972, 1px) solid var(--color-border-input-disabled-v8bsvq, #eaeded);
194
194
  color: var(--color-text-input-disabled-c1yp62, #879596);
195
195
  cursor: auto;
196
196
  }
197
- .awsui_button-trigger_18eso_hg5jk_103.awsui_disabled_18eso_hg5jk_189 > .awsui_arrow_18eso_hg5jk_103:not(#\9) {
197
+ .awsui_button-trigger_18eso_tpyw0_103.awsui_disabled_18eso_tpyw0_189 > .awsui_arrow_18eso_tpyw0_103:not(#\9) {
198
198
  color: var(--color-text-button-inline-icon-disabled-m6lq35, #aab7b8);
199
199
  }
200
- .awsui_button-trigger_18eso_hg5jk_103.awsui_disabled_18eso_hg5jk_189.awsui_in-filtering-token_18eso_hg5jk_199:not(#\9) {
200
+ .awsui_button-trigger_18eso_tpyw0_103.awsui_disabled_18eso_tpyw0_189.awsui_in-filtering-token_18eso_tpyw0_199:not(#\9) {
201
201
  border-color: var(--color-border-control-disabled-4hz3mo, #d5dbdb);
202
202
  }
203
- .awsui_button-trigger_18eso_hg5jk_103.awsui_disabled_18eso_hg5jk_189 > .awsui_placeholder_18eso_hg5jk_173:not(#\9) {
203
+ .awsui_button-trigger_18eso_tpyw0_103.awsui_disabled_18eso_tpyw0_189 > .awsui_placeholder_18eso_tpyw0_173:not(#\9) {
204
204
  color: var(--color-text-input-placeholder-disabled-ovndcz, #687078);
205
205
  }
206
- .awsui_button-trigger_18eso_hg5jk_103.awsui_read-only_18eso_hg5jk_205:not(#\9) {
206
+ .awsui_button-trigger_18eso_tpyw0_103.awsui_read-only_18eso_tpyw0_205:not(#\9) {
207
207
  background-color: var(--color-background-input-default-w7mbz6, #ffffff);
208
208
  border-block: var(--border-field-width-yoy972, 1px) solid var(--color-border-input-disabled-v8bsvq, #eaeded);
209
209
  border-inline: var(--border-field-width-yoy972, 1px) solid var(--color-border-input-disabled-v8bsvq, #eaeded);
210
210
  }
211
- .awsui_button-trigger_18eso_hg5jk_103:not(#\9):focus {
211
+ .awsui_button-trigger_18eso_tpyw0_103:not(#\9):focus {
212
212
  outline: none;
213
213
  text-decoration: none;
214
214
  }
215
- body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_hg5jk_103:not(#\9):not(.awsui_in-filtering-token_18eso_hg5jk_199):focus {
215
+ body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_tpyw0_103:not(#\9):not(.awsui_in-filtering-token_18eso_tpyw0_199):focus {
216
216
  outline: 2px dotted transparent;
217
217
  border-block: var(--border-field-width-yoy972, 1px) solid var(--color-border-input-focused-v6z9fd, #0073bb);
218
218
  border-inline: var(--border-field-width-yoy972, 1px) solid var(--color-border-input-focused-v6z9fd, #0073bb);
@@ -222,10 +222,10 @@ body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_hg5jk_103:not(#\
222
222
  border-end-end-radius: var(--border-radius-input-hy50dp, 2px);
223
223
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-0k725q, 1px) var(--color-border-item-focused-v8nq2m, #0073bb);
224
224
  }
225
- .awsui_button-trigger_18eso_hg5jk_103:not(#\9):not(.awsui_in-filtering-token_18eso_hg5jk_199):invalid {
225
+ .awsui_button-trigger_18eso_tpyw0_103:not(#\9):not(.awsui_in-filtering-token_18eso_tpyw0_199):invalid {
226
226
  box-shadow: none;
227
227
  }
228
- .awsui_button-trigger_18eso_hg5jk_103:not(#\9):not(.awsui_in-filtering-token_18eso_hg5jk_199).awsui_invalid_18eso_hg5jk_227, .awsui_button-trigger_18eso_hg5jk_103:not(#\9):not(.awsui_in-filtering-token_18eso_hg5jk_199).awsui_invalid_18eso_hg5jk_227:focus {
228
+ .awsui_button-trigger_18eso_tpyw0_103:not(#\9):not(.awsui_in-filtering-token_18eso_tpyw0_199).awsui_invalid_18eso_tpyw0_227, .awsui_button-trigger_18eso_tpyw0_103:not(#\9):not(.awsui_in-filtering-token_18eso_tpyw0_199).awsui_invalid_18eso_tpyw0_227:focus {
229
229
  color: var(--color-text-status-error-ofc4yr, #d13212);
230
230
  border-color: var(--color-text-status-error-ofc4yr, #d13212);
231
231
  padding-inline-start: calc(
@@ -233,23 +233,34 @@ body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_hg5jk_103:not(#\
233
233
  );
234
234
  border-inline-start-width: var(--border-invalid-width-hp6noi, 4px);
235
235
  }
236
- .awsui_button-trigger_18eso_hg5jk_103:not(#\9):not(.awsui_in-filtering-token_18eso_hg5jk_199).awsui_invalid_18eso_hg5jk_227:focus, .awsui_button-trigger_18eso_hg5jk_103:not(#\9):not(.awsui_in-filtering-token_18eso_hg5jk_199).awsui_invalid_18eso_hg5jk_227:focus:focus {
236
+ .awsui_button-trigger_18eso_tpyw0_103:not(#\9):not(.awsui_in-filtering-token_18eso_tpyw0_199).awsui_invalid_18eso_tpyw0_227:focus, .awsui_button-trigger_18eso_tpyw0_103:not(#\9):not(.awsui_in-filtering-token_18eso_tpyw0_199).awsui_invalid_18eso_tpyw0_227:focus:focus {
237
237
  box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-v3635w, 1px) var(--color-border-item-focused-v8nq2m, #0073bb);
238
238
  }
239
- .awsui_button-trigger_18eso_hg5jk_103.awsui_in-filtering-token_18eso_hg5jk_199:not(#\9) {
239
+ .awsui_button-trigger_18eso_tpyw0_103:not(#\9):not(.awsui_in-filtering-token_18eso_tpyw0_199).awsui_warning_18eso_tpyw0_238, .awsui_button-trigger_18eso_tpyw0_103:not(#\9):not(.awsui_in-filtering-token_18eso_tpyw0_199).awsui_warning_18eso_tpyw0_238:focus {
240
+ color: var(--color-text-status-warning-azn00c, #906806);
241
+ border-color: var(--color-text-status-warning-azn00c, #906806);
242
+ padding-inline-start: calc(
243
+ var(--space-field-horizontal-cy5q05, 8px) - (var(--border-invalid-width-hp6noi, 4px) - var(--border-field-width-yoy972, 1px))
244
+ );
245
+ border-inline-start-width: var(--border-invalid-width-hp6noi, 4px);
246
+ }
247
+ .awsui_button-trigger_18eso_tpyw0_103:not(#\9):not(.awsui_in-filtering-token_18eso_tpyw0_199).awsui_warning_18eso_tpyw0_238:focus, .awsui_button-trigger_18eso_tpyw0_103:not(#\9):not(.awsui_in-filtering-token_18eso_tpyw0_199).awsui_warning_18eso_tpyw0_238:focus:focus {
248
+ box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-v3635w, 1px) var(--color-border-item-focused-v8nq2m, #0073bb);
249
+ }
250
+ .awsui_button-trigger_18eso_tpyw0_103.awsui_in-filtering-token_18eso_tpyw0_199:not(#\9) {
240
251
  border-color: var(--color-border-item-selected-20gejb, #0073bb);
241
252
  border-start-end-radius: 0;
242
253
  border-end-end-radius: 0;
243
254
  block-size: 100%;
244
255
  }
245
- body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_hg5jk_103.awsui_in-filtering-token_18eso_hg5jk_199:not(#\9):focus {
256
+ body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_tpyw0_103.awsui_in-filtering-token_18eso_tpyw0_199:not(#\9):focus {
246
257
  position: relative;
247
258
  }
248
- body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_hg5jk_103.awsui_in-filtering-token_18eso_hg5jk_199:not(#\9):focus {
259
+ body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_tpyw0_103.awsui_in-filtering-token_18eso_tpyw0_199:not(#\9):focus {
249
260
  outline: 2px dotted transparent;
250
261
  outline-offset: calc(var(--space-filtering-token-operation-select-focus-outline-gutter-lr5vk6, 0px) - 1px);
251
262
  }
252
- body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_hg5jk_103.awsui_in-filtering-token_18eso_hg5jk_199:not(#\9):focus::before {
263
+ body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_tpyw0_103.awsui_in-filtering-token_18eso_tpyw0_199:not(#\9):focus::before {
253
264
  content: " ";
254
265
  display: block;
255
266
  position: absolute;
@@ -263,6 +274,6 @@ body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_hg5jk_103.awsui_
263
274
  border-end-end-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
264
275
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
265
276
  }
266
- .awsui_button-trigger_18eso_hg5jk_103.awsui_inline-tokens_18eso_hg5jk_265:not(#\9) {
277
+ .awsui_button-trigger_18eso_tpyw0_103.awsui_inline-tokens_18eso_tpyw0_276:not(#\9) {
267
278
  padding-block: 0;
268
279
  }
@@ -2,15 +2,16 @@
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_hg5jk_103",
6
- "arrow": "awsui_arrow_18eso_hg5jk_103",
7
- "has-caret": "awsui_has-caret_18eso_hg5jk_170",
8
- "placeholder": "awsui_placeholder_18eso_hg5jk_173",
9
- "pressed": "awsui_pressed_18eso_hg5jk_186",
10
- "disabled": "awsui_disabled_18eso_hg5jk_189",
11
- "in-filtering-token": "awsui_in-filtering-token_18eso_hg5jk_199",
12
- "read-only": "awsui_read-only_18eso_hg5jk_205",
13
- "invalid": "awsui_invalid_18eso_hg5jk_227",
14
- "inline-tokens": "awsui_inline-tokens_18eso_hg5jk_265"
5
+ "button-trigger": "awsui_button-trigger_18eso_tpyw0_103",
6
+ "arrow": "awsui_arrow_18eso_tpyw0_103",
7
+ "has-caret": "awsui_has-caret_18eso_tpyw0_170",
8
+ "placeholder": "awsui_placeholder_18eso_tpyw0_173",
9
+ "pressed": "awsui_pressed_18eso_tpyw0_186",
10
+ "disabled": "awsui_disabled_18eso_tpyw0_189",
11
+ "in-filtering-token": "awsui_in-filtering-token_18eso_tpyw0_199",
12
+ "read-only": "awsui_read-only_18eso_tpyw0_205",
13
+ "invalid": "awsui_invalid_18eso_tpyw0_227",
14
+ "warning": "awsui_warning_18eso_tpyw0_238",
15
+ "inline-tokens": "awsui_inline-tokens_18eso_tpyw0_276"
15
16
  };
16
17
 
@@ -30,7 +30,7 @@ export interface FormFieldControlProps {
30
30
  */
31
31
  ariaDescribedby?: string;
32
32
  }
33
- export interface FormFieldValidationControlProps extends FormFieldControlProps {
33
+ export interface FormFieldCommonValidationControlProps extends FormFieldControlProps {
34
34
  /**
35
35
  * Overrides the invalidation state. Usually the invalid state
36
36
  * comes from the parent `FormField`component,
@@ -40,6 +40,19 @@ export interface FormFieldValidationControlProps extends FormFieldControlProps {
40
40
  */
41
41
  invalid?: boolean;
42
42
  }
43
+ export interface FormFieldValidationControlProps extends FormFieldCommonValidationControlProps {
44
+ /**
45
+ * Overrides the warning state. Usually the warning state
46
+ * comes from the parent `FormField`component,
47
+ * however sometimes you need to override its
48
+ * state when you have more than one input within a
49
+ * single form field.
50
+ * When you use it, provide additional context with
51
+ * information on the input state, and associate it
52
+ * with the input using `ariaDescribedby`.
53
+ */
54
+ warning?: boolean;
55
+ }
43
56
  export declare const FormFieldContext: import("react").Context<FormFieldValidationControlProps>;
44
57
  export declare function useFormFieldContext(props: FormFieldValidationControlProps): FormFieldValidationControlProps;
45
58
  //# sourceMappingURL=form-field-context.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form-field-context.d.ts","sourceRoot":"","sources":["../../../../src/internal/context/form-field-context.ts"],"names":[],"mappings":";AAIA,MAAM,WAAW,qBAAqB;IACpC;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;;;;;OAQG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;;;;;;;OASG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,+BAAgC,SAAQ,qBAAqB;IAC5E;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,gBAAgB,0DAAqD,CAAC;AAUnF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,+BAA+B,mCAGzE"}
1
+ {"version":3,"file":"form-field-context.d.ts","sourceRoot":"","sources":["../../../../src/internal/context/form-field-context.ts"],"names":[],"mappings":";AAIA,MAAM,WAAW,qBAAqB;IACpC;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;;;;;OAQG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;;;;;;;OASG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,qCAAsC,SAAQ,qBAAqB;IAClF;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,+BAAgC,SAAQ,qCAAqC;IAC5F;;;;;;;;;OASG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,gBAAgB,0DAAqD,CAAC;AAUnF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,+BAA+B,mCAGzE"}
@@ -11,6 +11,6 @@ function applyDefault(fields, defaults, keys) {
11
11
  }
12
12
  export function useFormFieldContext(props) {
13
13
  const context = useContext(FormFieldContext);
14
- return applyDefault(props, context, ['invalid', 'controlId', 'ariaLabelledby', 'ariaDescribedby']);
14
+ return applyDefault(props, context, ['invalid', 'warning', 'controlId', 'ariaLabelledby', 'ariaDescribedby']);
15
15
  }
16
16
  //# sourceMappingURL=form-field-context.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"form-field-context.js","sourceRoot":"","sources":["../../../../src/internal/context/form-field-context.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AA+ClD,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAkC,EAAE,CAAC,CAAC;AAEnF,SAAS,YAAY,CAAI,MAAS,EAAE,QAAW,EAAE,IAAiB;IAChE,MAAM,MAAM,GAAM,EAAE,CAAC;IACrB,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;QACjB,MAAM,CAAC,GAAG,CAAC,GAAG,MAAM,CAAC,GAAG,CAAC,KAAK,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;IACxE,CAAC,CAAC,CAAC;IACH,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,mBAAmB,CAAC,KAAsC;IACxE,MAAM,OAAO,GAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAC7C,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,EAAE,CAAC,SAAS,EAAE,WAAW,EAAE,gBAAgB,EAAE,iBAAiB,CAAC,CAAC,CAAC;AACrG,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { useContext, createContext } from 'react';\n\nexport interface FormFieldControlProps {\n /**\n * Specifies the ID of the native form element. You can use it to relate\n * a label element's `for` attribute to this control.\n *\n * It defaults to an automatically generated ID that\n * is provided by its parent form field component.\n */\n controlId?: string;\n\n /**\n * Adds `aria-labelledby` to the component. If you're using this component within a form field,\n * don't set this property because the form field component automatically sets it.\n *\n * Use this property if the component isn't surrounded by a form field, or you want to override the value\n * automatically set by the form field (for example, if you have two components within a single form field).\n *\n * To use it correctly, define an ID for the element you want to use as label and set the property to that ID.\n */\n ariaLabelledby?: string;\n\n /**\n * Adds `aria-describedby` to the component. If you're using this component within a form field,\n * don't set this property because the form field component automatically sets it.\n *\n * Use this property if the component isn't surrounded by a form field, or you want to override the value\n * automatically set by the form field (for example, if you have two components within a single form field).\n *\n * To use it correctly, define an ID for each element that you want to use as a description\n * and set the property to a string of each ID separated by spaces (for example, `\"id1 id2 id3\"`).\n */\n ariaDescribedby?: string;\n}\n\nexport interface FormFieldValidationControlProps extends FormFieldControlProps {\n /**\n * Overrides the invalidation state. Usually the invalid state\n * comes from the parent `FormField`component,\n * however sometimes you need to override its\n * state when you have more than one input within a\n * single form field.\n */\n invalid?: boolean;\n}\n\nexport const FormFieldContext = createContext<FormFieldValidationControlProps>({});\n\nfunction applyDefault<T>(fields: T, defaults: T, keys: (keyof T)[]) {\n const result = <T>{};\n keys.forEach(key => {\n result[key] = fields[key] === undefined ? defaults[key] : fields[key];\n });\n return result;\n}\n\nexport function useFormFieldContext(props: FormFieldValidationControlProps) {\n const context = useContext(FormFieldContext);\n return applyDefault(props, context, ['invalid', 'controlId', 'ariaLabelledby', 'ariaDescribedby']);\n}\n"]}
1
+ {"version":3,"file":"form-field-context.js","sourceRoot":"","sources":["../../../../src/internal/context/form-field-context.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AA6DlD,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAkC,EAAE,CAAC,CAAC;AAEnF,SAAS,YAAY,CAAI,MAAS,EAAE,QAAW,EAAE,IAAiB;IAChE,MAAM,MAAM,GAAM,EAAE,CAAC;IACrB,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;QACjB,MAAM,CAAC,GAAG,CAAC,GAAG,MAAM,CAAC,GAAG,CAAC,KAAK,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;IACxE,CAAC,CAAC,CAAC;IACH,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,mBAAmB,CAAC,KAAsC;IACxE,MAAM,OAAO,GAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAC7C,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,EAAE,CAAC,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,gBAAgB,EAAE,iBAAiB,CAAC,CAAC,CAAC;AAChH,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { useContext, createContext } from 'react';\n\nexport interface FormFieldControlProps {\n /**\n * Specifies the ID of the native form element. You can use it to relate\n * a label element's `for` attribute to this control.\n *\n * It defaults to an automatically generated ID that\n * is provided by its parent form field component.\n */\n controlId?: string;\n\n /**\n * Adds `aria-labelledby` to the component. If you're using this component within a form field,\n * don't set this property because the form field component automatically sets it.\n *\n * Use this property if the component isn't surrounded by a form field, or you want to override the value\n * automatically set by the form field (for example, if you have two components within a single form field).\n *\n * To use it correctly, define an ID for the element you want to use as label and set the property to that ID.\n */\n ariaLabelledby?: string;\n\n /**\n * Adds `aria-describedby` to the component. If you're using this component within a form field,\n * don't set this property because the form field component automatically sets it.\n *\n * Use this property if the component isn't surrounded by a form field, or you want to override the value\n * automatically set by the form field (for example, if you have two components within a single form field).\n *\n * To use it correctly, define an ID for each element that you want to use as a description\n * and set the property to a string of each ID separated by spaces (for example, `\"id1 id2 id3\"`).\n */\n ariaDescribedby?: string;\n}\n\nexport interface FormFieldCommonValidationControlProps extends FormFieldControlProps {\n /**\n * Overrides the invalidation state. Usually the invalid state\n * comes from the parent `FormField`component,\n * however sometimes you need to override its\n * state when you have more than one input within a\n * single form field.\n */\n invalid?: boolean;\n}\n\nexport interface FormFieldValidationControlProps extends FormFieldCommonValidationControlProps {\n /**\n * Overrides the warning state. Usually the warning state\n * comes from the parent `FormField`component,\n * however sometimes you need to override its\n * state when you have more than one input within a\n * single form field.\n * When you use it, provide additional context with\n * information on the input state, and associate it\n * with the input using `ariaDescribedby`.\n */\n warning?: boolean;\n}\n\nexport const FormFieldContext = createContext<FormFieldValidationControlProps>({});\n\nfunction applyDefault<T>(fields: T, defaults: T, keys: (keyof T)[]) {\n const result = <T>{};\n keys.forEach(key => {\n result[key] = fields[key] === undefined ? defaults[key] : fields[key];\n });\n return result;\n}\n\nexport function useFormFieldContext(props: FormFieldValidationControlProps) {\n const context = useContext(FormFieldContext);\n return applyDefault(props, context, ['invalid', 'warning', 'controlId', 'ariaLabelledby', 'ariaDescribedby']);\n}\n"]}
@@ -1,4 +1,4 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (94ca71b8)";
2
+ export var PACKAGE_VERSION = "3.0.0 (069cda15)";
3
3
  export var THEME = "open-source-visual-refresh";
4
4
  export var ALWAYS_VISUAL_REFRESH = true;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "components",
3
- "PACKAGE_VERSION": "3.0.0 (94ca71b8)",
3
+ "PACKAGE_VERSION": "3.0.0 (069cda15)",
4
4
  "THEME": "default",
5
5
  "ALWAYS_VISUAL_REFRESH": false
6
6
  }
@@ -327,6 +327,7 @@ export const colorBorderItemPlaceholder: string;
327
327
  export const colorBorderItemSelected: string;
328
328
  export const colorBorderLayout: string;
329
329
  export const colorBorderNotificationStackBar: string;
330
+ export const colorBorderPanelHeader: string;
330
331
  export const colorBorderPopover: string;
331
332
  export const colorBorderSegmentActive: string;
332
333
  export const colorBorderSegmentDefault: string;
@@ -620,6 +621,10 @@ export const spaceLayoutTogglePadding: string;
620
621
  export const spaceModalContentBottom: string;
621
622
  export const spaceModalHorizontal: string;
622
623
  export const spaceOptionIconBigTop: string;
624
+ export const spacePanelContentBottom: string;
625
+ export const spacePanelContentTop: string;
626
+ export const spacePanelDividerMarginHorizontal: string;
627
+ export const spacePanelHeaderVertical: string;
623
628
  export const spacePanelNavLeft: string;
624
629
  export const spacePanelSideLeft: string;
625
630
  export const spacePanelSideRight: string;
@@ -327,6 +327,7 @@ export var colorBorderItemPlaceholder = "var(--color-border-item-placeholder-h8j
327
327
  export var colorBorderItemSelected = "var(--color-border-item-selected-k00wlz, #0972d3)";
328
328
  export var colorBorderLayout = "var(--color-border-layout-ownedw, #d1d5db)";
329
329
  export var colorBorderNotificationStackBar = "var(--color-border-notification-stack-bar-t3aws2, #232f3e)";
330
+ export var colorBorderPanelHeader = "var(--color-border-panel-header-lf0q4c, #b6bec9)";
330
331
  export var colorBorderPopover = "var(--color-border-popover-umqvld, #9ba7b6)";
331
332
  export var colorBorderSegmentActive = "var(--color-border-segment-active-9ah16u, #414d5c)";
332
333
  export var colorBorderSegmentDefault = "var(--color-border-segment-default-a5zrkd, #414d5c)";
@@ -620,6 +621,10 @@ export var spaceLayoutTogglePadding = "var(--space-layout-toggle-padding-lcu6qi,
620
621
  export var spaceModalContentBottom = "var(--space-modal-content-bottom-hqahub, 16px)";
621
622
  export var spaceModalHorizontal = "var(--space-modal-horizontal-f89syl, 20px)";
622
623
  export var spaceOptionIconBigTop = "var(--space-option-icon-big-top-hybljv, 0px)";
624
+ export var spacePanelContentBottom = "var(--space-panel-content-bottom-7k6er3, 40px)";
625
+ export var spacePanelContentTop = "var(--space-panel-content-top-wac3yp, 20px)";
626
+ export var spacePanelDividerMarginHorizontal = "var(--space-panel-divider-margin-horizontal-sbik1z, 8px)";
627
+ export var spacePanelHeaderVertical = "var(--space-panel-header-vertical-gv9pti, 20px)";
623
628
  export var spacePanelNavLeft = "var(--space-panel-nav-left-b1g0mt, 28px)";
624
629
  export var spacePanelSideLeft = "var(--space-panel-side-left-5t0who, 28px)";
625
630
  export var spacePanelSideRight = "var(--space-panel-side-right-xofg51, 24px)";
@@ -1193,6 +1193,10 @@ module.exports.preset = {
1193
1193
  "light": "{colorGrey700}",
1194
1194
  "dark": "{colorGrey700}"
1195
1195
  },
1196
+ "colorBorderPanelHeader": {
1197
+ "light": "{colorBorderDividerDefault}",
1198
+ "dark": "{colorBorderDividerDefault}"
1199
+ },
1196
1200
  "colorBorderPopover": {
1197
1201
  "light": "{colorGrey400}",
1198
1202
  "dark": "{colorGrey550}"
@@ -2107,6 +2111,22 @@ module.exports.preset = {
2107
2111
  "comfortable": "0px",
2108
2112
  "compact": "0px"
2109
2113
  },
2114
+ "spacePanelContentBottom": {
2115
+ "comfortable": "{spaceScaledXxxl}",
2116
+ "compact": "{spaceScaledXxxl}"
2117
+ },
2118
+ "spacePanelContentTop": {
2119
+ "comfortable": "{spaceScaledL}",
2120
+ "compact": "{spaceScaledL}"
2121
+ },
2122
+ "spacePanelDividerMarginHorizontal": {
2123
+ "comfortable": "{spaceXs}",
2124
+ "compact": "{spaceXs}"
2125
+ },
2126
+ "spacePanelHeaderVertical": {
2127
+ "comfortable": "{spaceScaledL}",
2128
+ "compact": "{spaceScaledL}"
2129
+ },
2110
2130
  "spacePanelNavLeft": {
2111
2131
  "comfortable": "28px",
2112
2132
  "compact": "28px"
@@ -2553,6 +2573,22 @@ module.exports.preset = {
2553
2573
  "comfortable": "0px",
2554
2574
  "compact": "0px"
2555
2575
  },
2576
+ "spacePanelContentBottom": {
2577
+ "comfortable": "{spaceScaledXxxl}",
2578
+ "compact": "{spaceScaledXxxl}"
2579
+ },
2580
+ "spacePanelContentTop": {
2581
+ "comfortable": "{spaceScaledL}",
2582
+ "compact": "{spaceScaledL}"
2583
+ },
2584
+ "spacePanelDividerMarginHorizontal": {
2585
+ "comfortable": "{spaceXs}",
2586
+ "compact": "{spaceXs}"
2587
+ },
2588
+ "spacePanelHeaderVertical": {
2589
+ "comfortable": "{spaceScaledL}",
2590
+ "compact": "{spaceScaledL}"
2591
+ },
2556
2592
  "spacePanelNavLeft": {
2557
2593
  "comfortable": "28px",
2558
2594
  "compact": "28px"
@@ -3263,6 +3299,10 @@ module.exports.preset = {
3263
3299
  "light": "{colorGrey700}",
3264
3300
  "dark": "{colorGrey700}"
3265
3301
  },
3302
+ "colorBorderPanelHeader": {
3303
+ "light": "{colorBorderDividerDefault}",
3304
+ "dark": "{colorBorderDividerDefault}"
3305
+ },
3266
3306
  "colorBorderPopover": {
3267
3307
  "light": "{colorGrey550}",
3268
3308
  "dark": "{colorGrey550}"
@@ -4305,6 +4345,10 @@ module.exports.preset = {
4305
4345
  "light": "{colorGrey700}",
4306
4346
  "dark": "{colorGrey700}"
4307
4347
  },
4348
+ "colorBorderPanelHeader": {
4349
+ "light": "{colorBorderDividerDefault}",
4350
+ "dark": "{colorBorderDividerDefault}"
4351
+ },
4308
4352
  "colorBorderPopover": {
4309
4353
  "light": "{colorGrey550}",
4310
4354
  "dark": "{colorGrey550}"
@@ -5279,6 +5323,10 @@ module.exports.preset = {
5279
5323
  "light": "{colorGrey700}",
5280
5324
  "dark": "{colorGrey700}"
5281
5325
  },
5326
+ "colorBorderPanelHeader": {
5327
+ "light": "{colorBorderDividerDefault}",
5328
+ "dark": "{colorBorderDividerDefault}"
5329
+ },
5282
5330
  "colorBorderPopover": {
5283
5331
  "light": "{colorGrey400}",
5284
5332
  "dark": "{colorGrey550}"
@@ -6253,6 +6301,10 @@ module.exports.preset = {
6253
6301
  "light": "{colorGrey700}",
6254
6302
  "dark": "{colorGrey700}"
6255
6303
  },
6304
+ "colorBorderPanelHeader": {
6305
+ "light": "{colorBorderDividerDefault}",
6306
+ "dark": "{colorBorderDividerDefault}"
6307
+ },
6256
6308
  "colorBorderPopover": {
6257
6309
  "light": "{colorGrey400}",
6258
6310
  "dark": "{colorGrey550}"
@@ -7227,6 +7279,10 @@ module.exports.preset = {
7227
7279
  "light": "{colorGrey700}",
7228
7280
  "dark": "{colorGrey700}"
7229
7281
  },
7282
+ "colorBorderPanelHeader": {
7283
+ "light": "{colorBorderDividerDefault}",
7284
+ "dark": "{colorBorderDividerDefault}"
7285
+ },
7230
7286
  "colorBorderPopover": {
7231
7287
  "light": "{colorGrey400}",
7232
7288
  "dark": "{colorGrey550}"
@@ -8203,6 +8259,10 @@ module.exports.preset = {
8203
8259
  "light": "{colorGrey700}",
8204
8260
  "dark": "{colorGrey700}"
8205
8261
  },
8262
+ "colorBorderPanelHeader": {
8263
+ "light": "{colorBorderDividerDefault}",
8264
+ "dark": "{colorBorderDividerDefault}"
8265
+ },
8206
8266
  "colorBorderPopover": {
8207
8267
  "light": "{colorGrey550}",
8208
8268
  "dark": "{colorGrey550}"
@@ -8966,6 +9026,7 @@ module.exports.preset = {
8966
9026
  "colorBorderItemSelected": "color",
8967
9027
  "colorBorderLayout": "color",
8968
9028
  "colorBorderNotificationStackBar": "color",
9029
+ "colorBorderPanelHeader": "color",
8969
9030
  "colorBorderPopover": "color",
8970
9031
  "colorBorderSegmentActive": "color",
8971
9032
  "colorBorderSegmentDefault": "color",
@@ -9173,6 +9234,10 @@ module.exports.preset = {
9173
9234
  "spaceModalContentBottom": "density",
9174
9235
  "spaceModalHorizontal": "density",
9175
9236
  "spaceOptionIconBigTop": "density",
9237
+ "spacePanelContentBottom": "density",
9238
+ "spacePanelContentTop": "density",
9239
+ "spacePanelDividerMarginHorizontal": "density",
9240
+ "spacePanelHeaderVertical": "density",
9176
9241
  "spacePanelNavLeft": "density",
9177
9242
  "spacePanelSideLeft": "density",
9178
9243
  "spacePanelSideRight": "density",
@@ -10145,6 +10210,7 @@ module.exports.preset = {
10145
10210
  "colorBorderItemSelected": "color-border-item-selected",
10146
10211
  "colorBorderLayout": "color-border-layout",
10147
10212
  "colorBorderNotificationStackBar": "color-border-notification-stack-bar",
10213
+ "colorBorderPanelHeader": "color-border-panel-header",
10148
10214
  "colorBorderPopover": "color-border-popover",
10149
10215
  "colorBorderSegmentActive": "color-border-segment-active",
10150
10216
  "colorBorderSegmentDefault": "color-border-segment-default",
@@ -10438,6 +10504,10 @@ module.exports.preset = {
10438
10504
  "spaceModalContentBottom": "space-modal-content-bottom",
10439
10505
  "spaceModalHorizontal": "space-modal-horizontal",
10440
10506
  "spaceOptionIconBigTop": "space-option-icon-big-top",
10507
+ "spacePanelContentBottom": "space-panel-content-bottom",
10508
+ "spacePanelContentTop": "space-panel-content-top",
10509
+ "spacePanelDividerMarginHorizontal": "space-panel-divider-margin-horizontal",
10510
+ "spacePanelHeaderVertical": "space-panel-header-vertical",
10441
10511
  "spacePanelNavLeft": "space-panel-nav-left",
10442
10512
  "spacePanelSideLeft": "space-panel-side-left",
10443
10513
  "spacePanelSideRight": "space-panel-side-right",
@@ -10840,6 +10910,7 @@ module.exports.preset = {
10840
10910
  "colorBorderItemSelected": "--color-border-item-selected-k00wlz",
10841
10911
  "colorBorderLayout": "--color-border-layout-ownedw",
10842
10912
  "colorBorderNotificationStackBar": "--color-border-notification-stack-bar-t3aws2",
10913
+ "colorBorderPanelHeader": "--color-border-panel-header-lf0q4c",
10843
10914
  "colorBorderPopover": "--color-border-popover-umqvld",
10844
10915
  "colorBorderSegmentActive": "--color-border-segment-active-9ah16u",
10845
10916
  "colorBorderSegmentDefault": "--color-border-segment-default-a5zrkd",
@@ -11133,6 +11204,10 @@ module.exports.preset = {
11133
11204
  "spaceModalContentBottom": "--space-modal-content-bottom-hqahub",
11134
11205
  "spaceModalHorizontal": "--space-modal-horizontal-f89syl",
11135
11206
  "spaceOptionIconBigTop": "--space-option-icon-big-top-hybljv",
11207
+ "spacePanelContentBottom": "--space-panel-content-bottom-7k6er3",
11208
+ "spacePanelContentTop": "--space-panel-content-top-wac3yp",
11209
+ "spacePanelDividerMarginHorizontal": "--space-panel-divider-margin-horizontal-sbik1z",
11210
+ "spacePanelHeaderVertical": "--space-panel-header-vertical-gv9pti",
11136
11211
  "spacePanelNavLeft": "--space-panel-nav-left-b1g0mt",
11137
11212
  "spacePanelSideLeft": "--space-panel-side-left-5t0who",
11138
11213
  "spacePanelSideRight": "--space-panel-side-right-xofg51",