@cloudscape-design/components-themeable 3.0.973 → 3.0.975

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 (201) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/internal/components/drag-handle-wrapper/motion.scss +53 -161
  3. package/lib/internal/scss/internal/components/panel-resize-handle/styles.scss +3 -20
  4. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +59 -57
  5. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  6. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +32 -32
  7. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  8. package/lib/internal/template/annotation-context/index.js +2 -2
  9. package/lib/internal/template/annotation-context/index.js.map +1 -1
  10. package/lib/internal/template/app-layout/classic.d.ts.map +1 -1
  11. package/lib/internal/template/app-layout/classic.js +3 -2
  12. package/lib/internal/template/app-layout/classic.js.map +1 -1
  13. package/lib/internal/template/app-layout/drawer/interfaces.d.ts +1 -0
  14. package/lib/internal/template/app-layout/drawer/interfaces.d.ts.map +1 -1
  15. package/lib/internal/template/app-layout/drawer/interfaces.js.map +1 -1
  16. package/lib/internal/template/app-layout/drawer/resizable-drawer.d.ts.map +1 -1
  17. package/lib/internal/template/app-layout/drawer/resizable-drawer.js +6 -6
  18. package/lib/internal/template/app-layout/drawer/resizable-drawer.js.map +1 -1
  19. package/lib/internal/template/app-layout/interfaces.d.ts +1 -0
  20. package/lib/internal/template/app-layout/interfaces.d.ts.map +1 -1
  21. package/lib/internal/template/app-layout/interfaces.js.map +1 -1
  22. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  23. package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
  24. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  25. package/lib/internal/template/app-layout/runtime-drawer/index.js +1 -1
  26. package/lib/internal/template/app-layout/runtime-drawer/index.js.map +1 -1
  27. package/lib/internal/template/app-layout/runtime-drawer/use-runtime-drawer-context.d.ts +6 -0
  28. package/lib/internal/template/app-layout/runtime-drawer/use-runtime-drawer-context.d.ts.map +1 -0
  29. package/lib/internal/template/app-layout/runtime-drawer/use-runtime-drawer-context.js +29 -0
  30. package/lib/internal/template/app-layout/runtime-drawer/use-runtime-drawer-context.js.map +1 -0
  31. package/lib/internal/template/app-layout/utils/use-keyboard-events.d.ts +5 -1
  32. package/lib/internal/template/app-layout/utils/use-keyboard-events.d.ts.map +1 -1
  33. package/lib/internal/template/app-layout/utils/use-keyboard-events.js +65 -42
  34. package/lib/internal/template/app-layout/utils/use-keyboard-events.js.map +1 -1
  35. package/lib/internal/template/app-layout/utils/use-resize.d.ts.map +1 -1
  36. package/lib/internal/template/app-layout/utils/use-resize.js +3 -3
  37. package/lib/internal/template/app-layout/utils/use-resize.js.map +1 -1
  38. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
  39. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +258 -258
  40. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
  41. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-drawer.d.ts.map +1 -1
  42. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-drawer.js +2 -2
  43. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-drawer.js.map +1 -1
  44. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/local-drawer.d.ts.map +1 -1
  45. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/local-drawer.js +2 -2
  46. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/local-drawer.js.map +1 -1
  47. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +10 -10
  48. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +12 -12
  49. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +10 -10
  50. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/use-resize.d.ts +1 -0
  51. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/use-resize.d.ts.map +1 -1
  52. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/use-resize.js +2 -2
  53. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/use-resize.js.map +1 -1
  54. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
  55. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +7 -7
  56. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
  57. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +19 -19
  58. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +43 -43
  59. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +19 -19
  60. package/lib/internal/template/content-layout/styles.css.js +14 -14
  61. package/lib/internal/template/content-layout/styles.scoped.css +27 -27
  62. package/lib/internal/template/content-layout/styles.selectors.js +14 -14
  63. package/lib/internal/template/date-range-picker/calendar/grids/index.js.map +1 -1
  64. package/lib/internal/template/date-range-picker/calendar/grids/interfaces.d.ts +3 -4
  65. package/lib/internal/template/date-range-picker/calendar/grids/interfaces.d.ts.map +1 -1
  66. package/lib/internal/template/date-range-picker/calendar/grids/interfaces.js.map +1 -1
  67. package/lib/internal/template/date-range-picker/calendar/header/header-button.d.ts +0 -2
  68. package/lib/internal/template/date-range-picker/calendar/header/header-button.d.ts.map +1 -1
  69. package/lib/internal/template/date-range-picker/calendar/header/header-button.js.map +1 -1
  70. package/lib/internal/template/date-range-picker/calendar/header/index.d.ts +2 -3
  71. package/lib/internal/template/date-range-picker/calendar/header/index.d.ts.map +1 -1
  72. package/lib/internal/template/date-range-picker/calendar/header/index.js.map +1 -1
  73. package/lib/internal/template/date-range-picker/calendar/index.d.ts +2 -2
  74. package/lib/internal/template/date-range-picker/calendar/index.d.ts.map +1 -1
  75. package/lib/internal/template/date-range-picker/calendar/index.js.map +1 -1
  76. package/lib/internal/template/date-range-picker/calendar/range-inputs.d.ts +3 -3
  77. package/lib/internal/template/date-range-picker/calendar/range-inputs.d.ts.map +1 -1
  78. package/lib/internal/template/date-range-picker/calendar/range-inputs.js.map +1 -1
  79. package/lib/internal/template/date-range-picker/dropdown.d.ts +2 -2
  80. package/lib/internal/template/date-range-picker/dropdown.d.ts.map +1 -1
  81. package/lib/internal/template/date-range-picker/dropdown.js.map +1 -1
  82. package/lib/internal/template/date-range-picker/interfaces.d.ts +2 -7
  83. package/lib/internal/template/date-range-picker/interfaces.d.ts.map +1 -1
  84. package/lib/internal/template/date-range-picker/interfaces.js.map +1 -1
  85. package/lib/internal/template/date-range-picker/relative-range/index.d.ts +2 -2
  86. package/lib/internal/template/date-range-picker/relative-range/index.d.ts.map +1 -1
  87. package/lib/internal/template/date-range-picker/relative-range/index.js.map +1 -1
  88. package/lib/internal/template/flashbar/styles.css.js +50 -50
  89. package/lib/internal/template/flashbar/styles.scoped.css +166 -166
  90. package/lib/internal/template/flashbar/styles.selectors.js +50 -50
  91. package/lib/internal/template/i18n/messages/all.all.js +1 -1
  92. package/lib/internal/template/i18n/messages/all.all.json +1 -1
  93. package/lib/internal/template/i18n/messages/all.ar.js +1 -1
  94. package/lib/internal/template/i18n/messages/all.ar.json +1 -1
  95. package/lib/internal/template/i18n/messages/all.de.js +1 -1
  96. package/lib/internal/template/i18n/messages/all.de.json +1 -1
  97. package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
  98. package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
  99. package/lib/internal/template/i18n/messages/all.en.js +1 -1
  100. package/lib/internal/template/i18n/messages/all.en.json +1 -1
  101. package/lib/internal/template/i18n/messages/all.es.js +1 -1
  102. package/lib/internal/template/i18n/messages/all.es.json +1 -1
  103. package/lib/internal/template/i18n/messages/all.fr.js +1 -1
  104. package/lib/internal/template/i18n/messages/all.fr.json +1 -1
  105. package/lib/internal/template/i18n/messages/all.id.js +1 -1
  106. package/lib/internal/template/i18n/messages/all.id.json +1 -1
  107. package/lib/internal/template/i18n/messages/all.it.js +1 -1
  108. package/lib/internal/template/i18n/messages/all.it.json +1 -1
  109. package/lib/internal/template/i18n/messages/all.ja.js +1 -1
  110. package/lib/internal/template/i18n/messages/all.ja.json +1 -1
  111. package/lib/internal/template/i18n/messages/all.ko.js +1 -1
  112. package/lib/internal/template/i18n/messages/all.ko.json +1 -1
  113. package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
  114. package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
  115. package/lib/internal/template/i18n/messages/all.tr.js +1 -1
  116. package/lib/internal/template/i18n/messages/all.tr.json +1 -1
  117. package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
  118. package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
  119. package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
  120. package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
  121. package/lib/internal/template/i18n/messages-types.d.ts +1 -0
  122. package/lib/internal/template/i18n/messages-types.d.ts.map +1 -1
  123. package/lib/internal/template/i18n/messages-types.js.map +1 -1
  124. package/lib/internal/template/i18n/provider.js +2 -2
  125. package/lib/internal/template/i18n/provider.js.map +1 -1
  126. package/lib/internal/template/internal/components/drag-handle/button.d.ts +1 -1
  127. package/lib/internal/template/internal/components/drag-handle/button.d.ts.map +1 -1
  128. package/lib/internal/template/internal/components/drag-handle/button.js +2 -3
  129. package/lib/internal/template/internal/components/drag-handle/button.js.map +1 -1
  130. package/lib/internal/template/internal/components/drag-handle/index.d.ts +1 -1
  131. package/lib/internal/template/internal/components/drag-handle/index.d.ts.map +1 -1
  132. package/lib/internal/template/internal/components/drag-handle/index.js.map +1 -1
  133. package/lib/internal/template/internal/components/drag-handle/interfaces.d.ts +0 -3
  134. package/lib/internal/template/internal/components/drag-handle/interfaces.d.ts.map +1 -1
  135. package/lib/internal/template/internal/components/drag-handle/interfaces.js.map +1 -1
  136. package/lib/internal/template/internal/components/drag-handle-wrapper/index.d.ts.map +1 -1
  137. package/lib/internal/template/internal/components/drag-handle-wrapper/index.js +8 -6
  138. package/lib/internal/template/internal/components/drag-handle-wrapper/index.js.map +1 -1
  139. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +21 -27
  140. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +58 -235
  141. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +21 -27
  142. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  143. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +38 -38
  144. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  145. package/lib/internal/template/internal/components/panel-resize-handle/index.d.ts +3 -0
  146. package/lib/internal/template/internal/components/panel-resize-handle/index.d.ts.map +1 -1
  147. package/lib/internal/template/internal/components/panel-resize-handle/index.js +11 -4
  148. package/lib/internal/template/internal/components/panel-resize-handle/index.js.map +1 -1
  149. package/lib/internal/template/internal/components/panel-resize-handle/styles.css.js +2 -5
  150. package/lib/internal/template/internal/components/panel-resize-handle/styles.scoped.css +9 -26
  151. package/lib/internal/template/internal/components/panel-resize-handle/styles.selectors.js +2 -5
  152. package/lib/internal/template/internal/environment.js +1 -1
  153. package/lib/internal/template/internal/environment.json +1 -1
  154. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +2 -0
  155. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  156. package/lib/internal/template/internal/generated/custom-css-properties/index.js +59 -57
  157. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  158. package/lib/internal/template/internal/hooks/use-base-component/index.d.ts.map +1 -1
  159. package/lib/internal/template/internal/hooks/use-base-component/index.js +8 -5
  160. package/lib/internal/template/internal/hooks/use-base-component/index.js.map +1 -1
  161. package/lib/internal/template/internal/plugins/controllers/alert-flash-content.d.ts +2 -0
  162. package/lib/internal/template/internal/plugins/controllers/alert-flash-content.d.ts.map +1 -1
  163. package/lib/internal/template/internal/plugins/controllers/alert-flash-content.js.map +1 -1
  164. package/lib/internal/template/internal/plugins/controllers/drawers.d.ts +7 -0
  165. package/lib/internal/template/internal/plugins/controllers/drawers.d.ts.map +1 -1
  166. package/lib/internal/template/internal/plugins/controllers/drawers.js +17 -1
  167. package/lib/internal/template/internal/plugins/controllers/drawers.js.map +1 -1
  168. package/lib/internal/template/internal/plugins/helpers/use-discovered-content.d.ts +7 -7
  169. package/lib/internal/template/internal/plugins/helpers/use-discovered-content.d.ts.map +1 -1
  170. package/lib/internal/template/internal/plugins/helpers/use-discovered-content.js +5 -2
  171. package/lib/internal/template/internal/plugins/helpers/use-discovered-content.js.map +1 -1
  172. package/lib/internal/template/popover/container.d.ts.map +1 -1
  173. package/lib/internal/template/popover/container.js +20 -7
  174. package/lib/internal/template/popover/container.js.map +1 -1
  175. package/lib/internal/template/slider/styles.css.js +26 -26
  176. package/lib/internal/template/slider/styles.scoped.css +86 -86
  177. package/lib/internal/template/slider/styles.selectors.js +26 -26
  178. package/lib/internal/template/spinner/styles.css.js +13 -13
  179. package/lib/internal/template/spinner/styles.scoped.css +39 -39
  180. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  181. package/lib/internal/template/split-panel/implementation.d.ts.map +1 -1
  182. package/lib/internal/template/split-panel/implementation.js +3 -3
  183. package/lib/internal/template/split-panel/implementation.js.map +1 -1
  184. package/lib/internal/template/split-panel/index.d.ts.map +1 -1
  185. package/lib/internal/template/split-panel/index.js +1 -1
  186. package/lib/internal/template/split-panel/index.js.map +1 -1
  187. package/lib/internal/template/split-panel/interfaces.d.ts +1 -0
  188. package/lib/internal/template/split-panel/interfaces.d.ts.map +1 -1
  189. package/lib/internal/template/split-panel/interfaces.js.map +1 -1
  190. package/lib/internal/template/table/body-cell/inline-editor.d.ts.map +1 -1
  191. package/lib/internal/template/table/body-cell/inline-editor.js +2 -1
  192. package/lib/internal/template/table/body-cell/inline-editor.js.map +1 -1
  193. package/package.json +1 -1
  194. package/lib/internal/template/internal/components/panel-resize-handle/icon.d.ts +0 -5
  195. package/lib/internal/template/internal/components/panel-resize-handle/icon.d.ts.map +0 -1
  196. package/lib/internal/template/internal/components/panel-resize-handle/icon.js +0 -9
  197. package/lib/internal/template/internal/components/panel-resize-handle/icon.js.map +0 -1
  198. package/lib/internal/template/internal/hooks/use-telemetry/index.d.ts +0 -3
  199. package/lib/internal/template/internal/hooks/use-telemetry/index.d.ts.map +0 -1
  200. package/lib/internal/template/internal/hooks/use-telemetry/index.js +0 -12
  201. package/lib/internal/template/internal/hooks/use-telemetry/index.js.map +0 -1
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "87e4a100c85316a9b6a1f2bef480054fc484d327"
2
+ "commit": "010328cd9f714fe550a9d2f21b22de12582ec777"
3
3
  }
@@ -4,187 +4,79 @@
4
4
  */
5
5
  @use '../../styles' as styles;
6
6
  @use '../../styles/tokens' as awsui;
7
+ @use '../../generated/custom-css-properties/index.scss' as custom-props;
7
8
 
8
- .direction-button-wrapper {
9
- @include styles.with-motion {
10
- @include styles.animation-fade-in;
11
- @include styles.animation-fade-out-0;
12
- }
13
- }
14
-
15
- .direction-button-wrapper-motion-enter,
16
- .direction-button-wrapper-motion-entering,
17
- .direction-button-wrapper-motion-exit,
18
- .direction-button-wrapper-motion-exiting {
19
- @include styles.with-motion {
20
- pointer-events: none;
9
+ @keyframes drag-handle-entry {
10
+ from {
11
+ transform: translate(
12
+ var(#{custom-props.$dragHandleAnimationInlineOffset}),
13
+ var(#{custom-props.$dragHandleAnimationBlockOffset})
14
+ );
15
+ }
16
+ to {
17
+ transform: translate(0, 0);
21
18
  }
22
19
  }
23
20
 
24
- .direction-button-wrapper-block-start {
25
- &.direction-button-wrapper-motion-entering {
26
- @include styles.with-motion {
27
- animation:
28
- slide-up awsui.$motion-duration-complex awsui.$motion-easing-responsive,
29
- awsui-motion-fade-in awsui.$motion-duration-complex awsui.$motion-easing-responsive;
30
- }
21
+ @keyframes drag-handle-exit {
22
+ from {
23
+ transform: translate(0, 0);
31
24
  }
32
- &.direction-button-wrapper-motion-exiting {
33
- @include styles.with-motion {
34
- animation:
35
- slide-up-exit awsui.$motion-duration-complex awsui.$motion-easing-responsive,
36
- awsui-motion-fade-out-0 awsui.$motion-duration-complex awsui.$motion-easing-responsive;
37
- }
25
+ to {
26
+ transform: translate(
27
+ var(#{custom-props.$dragHandleAnimationInlineOffset}),
28
+ var(#{custom-props.$dragHandleAnimationBlockOffset})
29
+ );
38
30
  }
39
31
  }
40
32
 
41
- .direction-button-wrapper-block-end {
42
- &.direction-button-wrapper-motion-entering {
43
- @include styles.with-motion {
44
- animation:
45
- slide-down awsui.$motion-duration-complex awsui.$motion-easing-responsive,
46
- awsui-motion-fade-in awsui.$motion-duration-complex awsui.$motion-easing-responsive;
47
- }
48
- }
49
- &.direction-button-wrapper-motion-exiting {
50
- @include styles.with-motion {
51
- animation:
52
- slide-down-exit awsui.$motion-duration-complex awsui.$motion-easing-responsive,
53
- awsui-motion-fade-out-0 awsui.$motion-duration-complex awsui.$motion-easing-responsive;
54
- }
55
- }
56
- }
33
+ .direction-button-wrapper {
34
+ #{custom-props.$dragHandleAnimationInlineOffset}: 0;
35
+ #{custom-props.$dragHandleAnimationBlockOffset}: 0;
57
36
 
58
- .direction-button-wrapper-inline-start {
59
- &.direction-button-wrapper-motion-entering {
60
- @include styles.with-motion {
61
- animation:
62
- slide-left awsui.$motion-duration-complex awsui.$motion-easing-responsive,
63
- awsui-motion-fade-in awsui.$motion-duration-complex awsui.$motion-easing-responsive;
64
- }
65
- }
66
- &.direction-button-wrapper-rtl.direction-button-wrapper-motion-entering {
67
- @include styles.with-motion {
68
- animation:
69
- slide-right awsui.$motion-duration-complex awsui.$motion-easing-responsive,
70
- awsui-motion-fade-in awsui.$motion-duration-complex awsui.$motion-easing-responsive;
71
- }
72
- }
73
- &.direction-button-wrapper-motion-exiting {
74
- @include styles.with-motion {
75
- animation:
76
- slide-left-exit awsui.$motion-duration-complex awsui.$motion-easing-responsive,
77
- awsui-motion-fade-out-0 awsui.$motion-duration-complex awsui.$motion-easing-responsive;
78
- }
79
- }
80
- &.direction-button-wrapper-rtl.direction-button-wrapper-motion-exiting {
81
- @include styles.with-motion {
82
- animation:
83
- slide-right-exit awsui.$motion-duration-complex awsui.$motion-easing-responsive,
84
- awsui-motion-fade-out-0 awsui.$motion-duration-complex awsui.$motion-easing-responsive;
85
- }
86
- }
87
- }
37
+ @include styles.with-motion {
38
+ @include styles.animation-fade-in;
39
+ @include styles.animation-fade-out-0;
88
40
 
89
- .direction-button-wrapper-inline-end {
90
- &.direction-button-wrapper-motion-entering {
91
- @include styles.with-motion {
92
- animation:
93
- slide-right awsui.$motion-duration-complex awsui.$motion-easing-responsive,
94
- awsui-motion-fade-in awsui.$motion-duration-complex awsui.$motion-easing-responsive;
95
- }
96
- }
97
- &.direction-button-wrapper-rtl.direction-button-wrapper-motion-entering {
98
- @include styles.with-motion {
99
- animation:
100
- slide-left awsui.$motion-duration-complex awsui.$motion-easing-responsive,
101
- awsui-motion-fade-in awsui.$motion-duration-complex awsui.$motion-easing-responsive;
102
- }
103
- }
104
- &.direction-button-wrapper-motion-exiting {
105
- @include styles.with-motion {
106
- animation:
107
- slide-right-exit awsui.$motion-duration-complex awsui.$motion-easing-responsive,
108
- awsui-motion-fade-out-0 awsui.$motion-duration-complex awsui.$motion-easing-responsive;
41
+ &-motion-enter,
42
+ &-motion-entering,
43
+ &-motion-exit,
44
+ &-motion-exiting {
45
+ pointer-events: none;
109
46
  }
110
- }
111
- &.direction-button-wrapper-rtl.direction-button-wrapper-motion-exiting {
112
- @include styles.with-motion {
113
- animation:
114
- slide-left-exit awsui.$motion-duration-complex awsui.$motion-easing-responsive,
115
- awsui-motion-fade-out-0 awsui.$motion-duration-complex awsui.$motion-easing-responsive;
116
- }
117
- }
118
- }
119
-
120
- @keyframes slide-up {
121
- 0% {
122
- transform: translate(0, 20px);
123
- }
124
- 100% {
125
- transform: translate(0, 0);
126
- }
127
- }
128
47
 
129
- @keyframes slide-up-exit {
130
- 0% {
131
- transform: translate(0, 0);
132
- }
133
- 100% {
134
- transform: translate(0, 20px);
135
- }
136
- }
137
-
138
- @keyframes slide-down {
139
- 0% {
140
- transform: translate(0, -20px);
141
- }
142
- 100% {
143
- transform: translate(0, 0);
144
- }
145
- }
48
+ &-motion-entering {
49
+ @include styles.with-motion {
50
+ animation:
51
+ drag-handle-entry awsui.$motion-duration-complex awsui.$motion-easing-responsive,
52
+ awsui-motion-fade-in awsui.$motion-duration-complex awsui.$motion-easing-responsive;
53
+ }
54
+ }
146
55
 
147
- @keyframes slide-down-exit {
148
- 0% {
149
- transform: translate(0, 0);
150
- }
151
- 100% {
152
- transform: translate(0, -20px);
56
+ &-motion-exiting {
57
+ @include styles.with-motion {
58
+ animation:
59
+ drag-handle-exit awsui.$motion-duration-complex awsui.$motion-easing-responsive,
60
+ awsui-motion-fade-out-0 awsui.$motion-duration-complex awsui.$motion-easing-responsive;
61
+ }
62
+ }
153
63
  }
154
64
  }
155
65
 
156
- @keyframes slide-left {
157
- 0% {
158
- transform: translate(20px, 0);
159
- }
160
- 100% {
161
- transform: translate(0, 0);
162
- }
66
+ .direction-button-wrapper-block-start {
67
+ #{custom-props.$dragHandleAnimationBlockOffset}: 20px;
163
68
  }
164
69
 
165
- @keyframes slide-left-exit {
166
- 0% {
167
- transform: translate(0, 0);
168
- }
169
- 100% {
170
- transform: translate(20px, 0);
171
- }
70
+ .direction-button-wrapper-block-end {
71
+ #{custom-props.$dragHandleAnimationBlockOffset}: -20px;
172
72
  }
173
73
 
174
- @keyframes slide-right {
175
- 0% {
176
- transform: translate(-20px, 0);
177
- }
178
- 100% {
179
- transform: translate(0, 0);
180
- }
74
+ .direction-button-wrapper-inline-start,
75
+ .direction-button-wrapper-inline-end.direction-button-wrapper-rtl {
76
+ #{custom-props.$dragHandleAnimationInlineOffset}: 20px;
181
77
  }
182
78
 
183
- @keyframes slide-right-exit {
184
- 0% {
185
- transform: translate(0, 0);
186
- }
187
- 100% {
188
- transform: translate(-20px, 0);
189
- }
79
+ .direction-button-wrapper-inline-end,
80
+ .direction-button-wrapper-inline-start.direction-button-wrapper-rtl {
81
+ #{custom-props.$dragHandleAnimationInlineOffset}: -20px;
190
82
  }
@@ -11,10 +11,9 @@
11
11
  padding-block: 0;
12
12
  padding-inline: 0;
13
13
  cursor: ns-resize;
14
- margin-block-start: 2px;
15
- margin-block-end: 0;
14
+ margin-block: 0;
16
15
  margin-inline: 0;
17
- block-size: 16px;
16
+ block-size: 18px;
18
17
  // Desktop Safari doesn't support touch events, but Safari on iOS does.
19
18
  // stylelint-disable-next-line plugin/no-unsupported-browser-features
20
19
  touch-action: none;
@@ -30,21 +29,5 @@
30
29
 
31
30
  .slider-side {
32
31
  cursor: ew-resize;
33
- margin-block: 0;
34
- margin-inline-start: 2px;
35
- margin-inline-end: 0;
36
- }
37
-
38
- .slider-icon {
39
- stroke: awsui.$color-text-interactive-default;
40
- &:hover {
41
- stroke: awsui.$color-text-interactive-hover;
42
- }
43
- &-bottom {
44
- margin-block: auto;
45
- margin-inline: auto;
46
- }
47
- &-side {
48
- transform: rotate(90deg);
49
- }
32
+ padding-inline-start: 2px;
50
33
  }
@@ -1,59 +1,61 @@
1
1
 
2
- $maxContentWidth: --awsui-max-content-width-g964ok;
3
- $minContentWidth: --awsui-min-content-width-g964ok;
4
- $breadcrumbsGap: --awsui-breadcrumbs-gap-g964ok;
5
- $contentGapLeft: --awsui-content-gap-left-g964ok;
6
- $contentGapRight: --awsui-content-gap-right-g964ok;
7
- $contentHeight: --awsui-content-height-g964ok;
8
- $contentLayoutDefaultHorizontalPadding: --awsui-content-layout-default-horizontal-padding-g964ok;
9
- $contentLayoutMaxContentWidth: --awsui-content-layout-max-content-width-g964ok;
10
- $contentLayoutMainGap: --awsui-content-layout-main-gap-g964ok;
11
- $defaultMaxContentWidth: --awsui-default-max-content-width-g964ok;
12
- $defaultMinContentWidth: --awsui-default-min-content-width-g964ok;
13
- $drawerSize: --awsui-drawer-size-g964ok;
14
- $footerHeight: --awsui-footer-height-g964ok;
15
- $headerGap: --awsui-header-gap-g964ok;
16
- $headerHeight: --awsui-header-height-g964ok;
17
- $layoutWidth: --awsui-layout-width-g964ok;
18
- $mainGap: --awsui-main-gap-g964ok;
19
- $mainOffsetLeft: --awsui-main-offset-left-g964ok;
20
- $mainTemplateRows: --awsui-main-template-rows-g964ok;
21
- $mobileBarHeight: --awsui-mobile-bar-height-g964ok;
22
- $notificationsHeight: --awsui-notifications-height-g964ok;
23
- $offsetTop: --awsui-offset-top-g964ok;
24
- $overlapHeight: --awsui-overlap-height-g964ok;
25
- $navigationWidth: --awsui-navigation-width-g964ok;
26
- $splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-g964ok;
27
- $splitPanelReportedSize: --awsui-split-panel-reported-size-g964ok;
28
- $splitPanelHeight: --awsui-split-panel-height-g964ok;
29
- $splitPanelMinWidth: --awsui-split-panel-min-width-g964ok;
30
- $splitPanelMaxWidth: --awsui-split-panel-max-width-g964ok;
31
- $toolsMaxWidth: --awsui-tools-max-width-g964ok;
32
- $toolsWidth: --awsui-tools-width-g964ok;
33
- $toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-g964ok;
34
- $contentScrollMargin: --awsui-content-scroll-margin-g964ok;
35
- $flashbarStackDepth: --awsui-flashbar-stack-depth-g964ok;
36
- $flashbarStackIndex: --awsui-flashbar-stack-index-g964ok;
37
- $flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-g964ok;
38
- $stackedNotificationsBottomMargin: --awsui-stacked-notifications-bottom-margin-g964ok;
39
- $stackedNotificationsDefaultBottomMargin: --awsui-stacked-notifications-default-bottom-margin-g964ok;
40
- $dropdownDefaultMaxWidth: --awsui-dropdown-default-max-width-g964ok;
41
- $spinnerRotatorFrom: --awsui-spinner-rotator-from-g964ok;
42
- $spinnerRotatorTo: --awsui-spinner-rotator-to-g964ok;
43
- $spinnerLineLeftFrom: --awsui-spinner-line-left-from-g964ok;
44
- $spinnerLineLeftTo: --awsui-spinner-line-left-to-g964ok;
45
- $spinnerLineRightFrom: --awsui-spinner-line-right-from-g964ok;
46
- $spinnerLineRightTo: --awsui-spinner-line-right-to-g964ok;
47
- $sliderLabelCount: --awsui-slider-label-count-g964ok;
48
- $sliderTickCount: --awsui-slider-tick-count-g964ok;
49
- $sliderReferenceColumn: --awsui-slider-reference-column-g964ok;
50
- $sliderNextReferenceColumn: --awsui-slider-next-reference-column-g964ok;
51
- $sliderMaxStart: --awsui-slider-max-start-g964ok;
52
- $sliderMinEnd: --awsui-slider-min-end-g964ok;
53
- $sliderRangeInlineSize: --awsui-slider-range-inline-size-g964ok;
54
- $sliderTooltipPosition: --awsui-slider-tooltip-position-g964ok;
55
- $togglesLeftWidth: --awsui-toggles-left-width-g964ok;
56
- $togglesRightWidth: --awsui-toggles-right-width-g964ok;
57
- $promptInputMaxRows: --awsui-prompt-input-max-rows-g964ok;
58
- $promptInputScrollHeight: --awsui-prompt-input-scroll-height-g964ok;
2
+ $maxContentWidth: --awsui-max-content-width-xgujsu;
3
+ $minContentWidth: --awsui-min-content-width-xgujsu;
4
+ $breadcrumbsGap: --awsui-breadcrumbs-gap-xgujsu;
5
+ $contentGapLeft: --awsui-content-gap-left-xgujsu;
6
+ $contentGapRight: --awsui-content-gap-right-xgujsu;
7
+ $contentHeight: --awsui-content-height-xgujsu;
8
+ $contentLayoutDefaultHorizontalPadding: --awsui-content-layout-default-horizontal-padding-xgujsu;
9
+ $contentLayoutMaxContentWidth: --awsui-content-layout-max-content-width-xgujsu;
10
+ $contentLayoutMainGap: --awsui-content-layout-main-gap-xgujsu;
11
+ $defaultMaxContentWidth: --awsui-default-max-content-width-xgujsu;
12
+ $defaultMinContentWidth: --awsui-default-min-content-width-xgujsu;
13
+ $drawerSize: --awsui-drawer-size-xgujsu;
14
+ $footerHeight: --awsui-footer-height-xgujsu;
15
+ $headerGap: --awsui-header-gap-xgujsu;
16
+ $headerHeight: --awsui-header-height-xgujsu;
17
+ $layoutWidth: --awsui-layout-width-xgujsu;
18
+ $mainGap: --awsui-main-gap-xgujsu;
19
+ $mainOffsetLeft: --awsui-main-offset-left-xgujsu;
20
+ $mainTemplateRows: --awsui-main-template-rows-xgujsu;
21
+ $mobileBarHeight: --awsui-mobile-bar-height-xgujsu;
22
+ $notificationsHeight: --awsui-notifications-height-xgujsu;
23
+ $offsetTop: --awsui-offset-top-xgujsu;
24
+ $overlapHeight: --awsui-overlap-height-xgujsu;
25
+ $navigationWidth: --awsui-navigation-width-xgujsu;
26
+ $splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-xgujsu;
27
+ $splitPanelReportedSize: --awsui-split-panel-reported-size-xgujsu;
28
+ $splitPanelHeight: --awsui-split-panel-height-xgujsu;
29
+ $splitPanelMinWidth: --awsui-split-panel-min-width-xgujsu;
30
+ $splitPanelMaxWidth: --awsui-split-panel-max-width-xgujsu;
31
+ $toolsMaxWidth: --awsui-tools-max-width-xgujsu;
32
+ $toolsWidth: --awsui-tools-width-xgujsu;
33
+ $toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-xgujsu;
34
+ $contentScrollMargin: --awsui-content-scroll-margin-xgujsu;
35
+ $flashbarStackDepth: --awsui-flashbar-stack-depth-xgujsu;
36
+ $flashbarStackIndex: --awsui-flashbar-stack-index-xgujsu;
37
+ $flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-xgujsu;
38
+ $stackedNotificationsBottomMargin: --awsui-stacked-notifications-bottom-margin-xgujsu;
39
+ $stackedNotificationsDefaultBottomMargin: --awsui-stacked-notifications-default-bottom-margin-xgujsu;
40
+ $dropdownDefaultMaxWidth: --awsui-dropdown-default-max-width-xgujsu;
41
+ $spinnerRotatorFrom: --awsui-spinner-rotator-from-xgujsu;
42
+ $spinnerRotatorTo: --awsui-spinner-rotator-to-xgujsu;
43
+ $spinnerLineLeftFrom: --awsui-spinner-line-left-from-xgujsu;
44
+ $spinnerLineLeftTo: --awsui-spinner-line-left-to-xgujsu;
45
+ $spinnerLineRightFrom: --awsui-spinner-line-right-from-xgujsu;
46
+ $spinnerLineRightTo: --awsui-spinner-line-right-to-xgujsu;
47
+ $sliderLabelCount: --awsui-slider-label-count-xgujsu;
48
+ $sliderTickCount: --awsui-slider-tick-count-xgujsu;
49
+ $sliderReferenceColumn: --awsui-slider-reference-column-xgujsu;
50
+ $sliderNextReferenceColumn: --awsui-slider-next-reference-column-xgujsu;
51
+ $sliderMaxStart: --awsui-slider-max-start-xgujsu;
52
+ $sliderMinEnd: --awsui-slider-min-end-xgujsu;
53
+ $sliderRangeInlineSize: --awsui-slider-range-inline-size-xgujsu;
54
+ $sliderTooltipPosition: --awsui-slider-tooltip-position-xgujsu;
55
+ $togglesLeftWidth: --awsui-toggles-left-width-xgujsu;
56
+ $togglesRightWidth: --awsui-toggles-right-width-xgujsu;
57
+ $promptInputMaxRows: --awsui-prompt-input-max-rows-xgujsu;
58
+ $promptInputScrollHeight: --awsui-prompt-input-scroll-height-xgujsu;
59
+ $dragHandleAnimationInlineOffset: --awsui-drag-handle-animation-inline-offset-xgujsu;
60
+ $dragHandleAnimationBlockOffset: --awsui-drag-handle-animation-block-offset-xgujsu;
59
61
 
@@ -1,29 +1,29 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "arrow": "awsui_arrow_1hpp3_tb8th_193",
5
- "arrow-outer": "awsui_arrow-outer_1hpp3_tb8th_197",
6
- "arrow-inner": "awsui_arrow-inner_1hpp3_tb8th_197",
7
- "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_tb8th_239",
8
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_tb8th_239",
9
- "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_tb8th_242",
10
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_tb8th_242",
11
- "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_tb8th_245",
12
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_tb8th_245",
13
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_tb8th_248",
14
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_tb8th_248",
15
- "annotation": "awsui_annotation_1hpp3_tb8th_252",
16
- "next-button": "awsui_next-button_1hpp3_tb8th_253",
17
- "previous-button": "awsui_previous-button_1hpp3_tb8th_254",
18
- "finish-button": "awsui_finish-button_1hpp3_tb8th_255",
19
- "header": "awsui_header_1hpp3_tb8th_256",
20
- "step-counter-content": "awsui_step-counter-content_1hpp3_tb8th_257",
21
- "content": "awsui_content_1hpp3_tb8th_258",
22
- "description": "awsui_description_1hpp3_tb8th_262",
23
- "actionBar": "awsui_actionBar_1hpp3_tb8th_267",
24
- "stepCounter": "awsui_stepCounter_1hpp3_tb8th_274",
25
- "divider": "awsui_divider_1hpp3_tb8th_278",
26
- "hotspot": "awsui_hotspot_1hpp3_tb8th_282",
27
- "icon": "awsui_icon_1hpp3_tb8th_352"
4
+ "arrow": "awsui_arrow_1hpp3_10nys_193",
5
+ "arrow-outer": "awsui_arrow-outer_1hpp3_10nys_197",
6
+ "arrow-inner": "awsui_arrow-inner_1hpp3_10nys_197",
7
+ "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_10nys_239",
8
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_10nys_239",
9
+ "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_10nys_242",
10
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_10nys_242",
11
+ "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_10nys_245",
12
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_10nys_245",
13
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_10nys_248",
14
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_10nys_248",
15
+ "annotation": "awsui_annotation_1hpp3_10nys_252",
16
+ "next-button": "awsui_next-button_1hpp3_10nys_253",
17
+ "previous-button": "awsui_previous-button_1hpp3_10nys_254",
18
+ "finish-button": "awsui_finish-button_1hpp3_10nys_255",
19
+ "header": "awsui_header_1hpp3_10nys_256",
20
+ "step-counter-content": "awsui_step-counter-content_1hpp3_10nys_257",
21
+ "content": "awsui_content_1hpp3_10nys_258",
22
+ "description": "awsui_description_1hpp3_10nys_262",
23
+ "actionBar": "awsui_actionBar_1hpp3_10nys_267",
24
+ "stepCounter": "awsui_stepCounter_1hpp3_10nys_274",
25
+ "divider": "awsui_divider_1hpp3_10nys_278",
26
+ "hotspot": "awsui_hotspot_1hpp3_10nys_282",
27
+ "icon": "awsui_icon_1hpp3_10nys_352"
28
28
  };
29
29
 
@@ -190,11 +190,11 @@ 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_arrow_1hpp3_tb8th_193:not(#\9) {
193
+ .awsui_arrow_1hpp3_10nys_193:not(#\9) {
194
194
  inline-size: 20px;
195
195
  block-size: 10px;
196
196
  }
197
- .awsui_arrow-outer_1hpp3_tb8th_197:not(#\9), .awsui_arrow-inner_1hpp3_tb8th_197:not(#\9) {
197
+ .awsui_arrow-outer_1hpp3_10nys_197:not(#\9), .awsui_arrow-inner_1hpp3_10nys_197:not(#\9) {
198
198
  position: absolute;
199
199
  overflow: hidden;
200
200
  inline-size: 20px;
@@ -203,7 +203,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
203
203
  inset-inline-start: 0;
204
204
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
205
205
  }
206
- .awsui_arrow-outer_1hpp3_tb8th_197:not(#\9)::after, .awsui_arrow-inner_1hpp3_tb8th_197:not(#\9)::after {
206
+ .awsui_arrow-outer_1hpp3_10nys_197:not(#\9)::after, .awsui_arrow-inner_1hpp3_10nys_197:not(#\9)::after {
207
207
  content: "";
208
208
  box-sizing: border-box;
209
209
  display: inline-block;
@@ -219,67 +219,67 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
219
219
  transform: rotate(45deg);
220
220
  transform-origin: 0 100%;
221
221
  }
222
- .awsui_arrow-outer_1hpp3_tb8th_197:not(#\9):dir(rtl)::after, .awsui_arrow-inner_1hpp3_tb8th_197:not(#\9):dir(rtl)::after {
222
+ .awsui_arrow-outer_1hpp3_10nys_197:not(#\9):dir(rtl)::after, .awsui_arrow-inner_1hpp3_10nys_197:not(#\9):dir(rtl)::after {
223
223
  transform: rotate(-45deg);
224
224
  transform-origin: 100% 100%;
225
225
  }
226
- .awsui_arrow-outer_1hpp3_tb8th_197:not(#\9)::after {
226
+ .awsui_arrow-outer_1hpp3_10nys_197:not(#\9)::after {
227
227
  background-color: var(--color-border-status-info-g9isw4, #0073bb);
228
228
  }
229
- .awsui_arrow-inner_1hpp3_tb8th_197:not(#\9) {
229
+ .awsui_arrow-inner_1hpp3_10nys_197:not(#\9) {
230
230
  inset-block-start: 2px;
231
231
  }
232
- .awsui_arrow-inner_1hpp3_tb8th_197:not(#\9)::after {
232
+ .awsui_arrow-inner_1hpp3_10nys_197:not(#\9)::after {
233
233
  border-start-start-radius: 1px;
234
234
  border-start-end-radius: 0;
235
235
  border-end-start-radius: 0;
236
236
  border-end-end-radius: 0;
237
237
  background-color: var(--color-background-status-info-jgwdx5, #f1faff);
238
238
  }
239
- .awsui_arrow-position-right-top_1hpp3_tb8th_239 > .awsui_arrow-outer_1hpp3_tb8th_197:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_tb8th_239 > .awsui_arrow-outer_1hpp3_tb8th_197:not(#\9)::after {
239
+ .awsui_arrow-position-right-top_1hpp3_10nys_239 > .awsui_arrow-outer_1hpp3_10nys_197:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_10nys_239 > .awsui_arrow-outer_1hpp3_10nys_197:not(#\9)::after {
240
240
  box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-6xqmgt, rgba(0, 28, 36, 0.5));
241
241
  }
242
- .awsui_arrow-position-left-top_1hpp3_tb8th_242 > .awsui_arrow-outer_1hpp3_tb8th_197:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_tb8th_242 > .awsui_arrow-outer_1hpp3_tb8th_197:not(#\9)::after {
242
+ .awsui_arrow-position-left-top_1hpp3_10nys_242 > .awsui_arrow-outer_1hpp3_10nys_197:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_10nys_242 > .awsui_arrow-outer_1hpp3_10nys_197:not(#\9)::after {
243
243
  box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-6xqmgt, rgba(0, 28, 36, 0.5));
244
244
  }
245
- .awsui_arrow-position-top-center_1hpp3_tb8th_245 > .awsui_arrow-outer_1hpp3_tb8th_197:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_tb8th_245 > .awsui_arrow-outer_1hpp3_tb8th_197:not(#\9)::after {
245
+ .awsui_arrow-position-top-center_1hpp3_10nys_245 > .awsui_arrow-outer_1hpp3_10nys_197:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_10nys_245 > .awsui_arrow-outer_1hpp3_10nys_197:not(#\9)::after {
246
246
  box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-6xqmgt, rgba(0, 28, 36, 0.5));
247
247
  }
248
- .awsui_arrow-position-bottom-center_1hpp3_tb8th_248 > .awsui_arrow-outer_1hpp3_tb8th_197:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_tb8th_248 > .awsui_arrow-outer_1hpp3_tb8th_197:not(#\9)::after {
248
+ .awsui_arrow-position-bottom-center_1hpp3_10nys_248 > .awsui_arrow-outer_1hpp3_10nys_197:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_10nys_248 > .awsui_arrow-outer_1hpp3_10nys_197:not(#\9)::after {
249
249
  box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-6xqmgt, rgba(0, 28, 36, 0.5));
250
250
  }
251
251
 
252
- .awsui_annotation_1hpp3_tb8th_252:not(#\9),
253
- .awsui_next-button_1hpp3_tb8th_253:not(#\9),
254
- .awsui_previous-button_1hpp3_tb8th_254:not(#\9),
255
- .awsui_finish-button_1hpp3_tb8th_255:not(#\9),
256
- .awsui_header_1hpp3_tb8th_256:not(#\9),
257
- .awsui_step-counter-content_1hpp3_tb8th_257:not(#\9),
258
- .awsui_content_1hpp3_tb8th_258:not(#\9) {
252
+ .awsui_annotation_1hpp3_10nys_252:not(#\9),
253
+ .awsui_next-button_1hpp3_10nys_253:not(#\9),
254
+ .awsui_previous-button_1hpp3_10nys_254:not(#\9),
255
+ .awsui_finish-button_1hpp3_10nys_255:not(#\9),
256
+ .awsui_header_1hpp3_10nys_256:not(#\9),
257
+ .awsui_step-counter-content_1hpp3_10nys_257:not(#\9),
258
+ .awsui_content_1hpp3_10nys_258:not(#\9) {
259
259
  /* used in test-utils */
260
260
  }
261
261
 
262
- .awsui_description_1hpp3_tb8th_262:not(#\9) {
262
+ .awsui_description_1hpp3_10nys_262:not(#\9) {
263
263
  overflow: hidden;
264
264
  margin-block-start: var(--space-xxs-jnczic, 4px);
265
265
  }
266
266
 
267
- .awsui_actionBar_1hpp3_tb8th_267:not(#\9) {
267
+ .awsui_actionBar_1hpp3_10nys_267:not(#\9) {
268
268
  display: flex;
269
269
  justify-content: space-between;
270
270
  align-items: center;
271
271
  position: relative;
272
272
  }
273
273
 
274
- .awsui_stepCounter_1hpp3_tb8th_274:not(#\9) {
274
+ .awsui_stepCounter_1hpp3_10nys_274:not(#\9) {
275
275
  margin-inline-end: 20px;
276
276
  }
277
277
 
278
- .awsui_divider_1hpp3_tb8th_278:not(#\9) {
278
+ .awsui_divider_1hpp3_10nys_278:not(#\9) {
279
279
  border-block-end: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-divider-default-pt4umz, #eaeded);
280
280
  }
281
281
 
282
- .awsui_hotspot_1hpp3_tb8th_282:not(#\9) {
282
+ .awsui_hotspot_1hpp3_10nys_282:not(#\9) {
283
283
  border-collapse: separate;
284
284
  border-spacing: 0;
285
285
  box-sizing: border-box;
@@ -316,27 +316,27 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
316
316
  padding-block: 0;
317
317
  padding-inline: 0;
318
318
  cursor: pointer;
319
- scroll-margin: var(--awsui-content-scroll-margin-g964ok, 40px 0 0 0);
319
+ scroll-margin: var(--awsui-content-scroll-margin-xgujsu, 40px 0 0 0);
320
320
  position: relative;
321
321
  inline-size: 16px;
322
322
  block-size: 16px;
323
323
  }
324
- .awsui_hotspot_1hpp3_tb8th_282:not(#\9):before {
324
+ .awsui_hotspot_1hpp3_10nys_282:not(#\9):before {
325
325
  content: "";
326
326
  position: absolute;
327
327
  inset: calc(-1 * var(--space-xxs-jnczic, 4px));
328
328
  }
329
- .awsui_hotspot_1hpp3_tb8th_282:not(#\9):focus {
329
+ .awsui_hotspot_1hpp3_10nys_282:not(#\9):focus {
330
330
  outline: none;
331
331
  }
332
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_tb8th_282:not(#\9):focus {
332
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_10nys_282:not(#\9):focus {
333
333
  position: relative;
334
334
  }
335
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_tb8th_282:not(#\9):focus {
335
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_10nys_282:not(#\9):focus {
336
336
  outline: 2px dotted transparent;
337
337
  outline-offset: calc(2px - 1px);
338
338
  }
339
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_tb8th_282:not(#\9):focus::before {
339
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_10nys_282:not(#\9):focus::before {
340
340
  content: " ";
341
341
  display: block;
342
342
  position: absolute;
@@ -350,13 +350,13 @@ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_tb8th_282:not(#\9):focu
350
350
  border-end-end-radius: var(--border-radius-control-circular-focus-ring-0v2apg, 50%);
351
351
  box-shadow: 0 0 0 2px var(--color-border-item-focused-vx5mpq, #0073bb);
352
352
  }
353
- .awsui_hotspot_1hpp3_tb8th_282 > .awsui_icon_1hpp3_tb8th_352:not(#\9) {
353
+ .awsui_hotspot_1hpp3_10nys_282 > .awsui_icon_1hpp3_10nys_352:not(#\9) {
354
354
  position: relative;
355
355
  stroke: var(--color-text-link-default-kjmmv0, #0073bb);
356
356
  }
357
- .awsui_hotspot_1hpp3_tb8th_282:not(#\9):hover > .awsui_icon_1hpp3_tb8th_352 {
357
+ .awsui_hotspot_1hpp3_10nys_282:not(#\9):hover > .awsui_icon_1hpp3_10nys_352 {
358
358
  stroke: var(--color-text-link-hover-05b2tl, #0a4a74);
359
359
  }
360
- .awsui_hotspot_1hpp3_tb8th_282:not(#\9):active > .awsui_icon_1hpp3_tb8th_352 {
360
+ .awsui_hotspot_1hpp3_10nys_282:not(#\9):active > .awsui_icon_1hpp3_10nys_352 {
361
361
  stroke: var(--color-text-link-default-kjmmv0, #0073bb);
362
362
  }