@cloudscape-design/components-themeable 3.0.279 → 3.0.281

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 (32) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/app-layout/mobile-toolbar/styles.scss +15 -1
  3. package/lib/internal/scss/app-layout/visual-refresh/drawers.scss +8 -0
  4. package/lib/internal/scss/expandable-section/styles.scss +0 -3
  5. package/lib/internal/template/app-layout/mobile-toolbar/index.d.ts.map +1 -1
  6. package/lib/internal/template/app-layout/mobile-toolbar/index.js +1 -1
  7. package/lib/internal/template/app-layout/mobile-toolbar/index.js.map +1 -1
  8. package/lib/internal/template/app-layout/mobile-toolbar/styles.css.js +6 -5
  9. package/lib/internal/template/app-layout/mobile-toolbar/styles.scoped.css +21 -8
  10. package/lib/internal/template/app-layout/mobile-toolbar/styles.selectors.js +6 -5
  11. package/lib/internal/template/app-layout/visual-refresh/drawers.js +1 -1
  12. package/lib/internal/template/app-layout/visual-refresh/drawers.js.map +1 -1
  13. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +72 -71
  14. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +196 -189
  15. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +72 -71
  16. package/lib/internal/template/expandable-section/styles.css.js +24 -24
  17. package/lib/internal/template/expandable-section/styles.scoped.css +47 -51
  18. package/lib/internal/template/expandable-section/styles.selectors.js +24 -24
  19. package/lib/internal/template/internal/environment.js +1 -1
  20. package/lib/internal/template/popover/internal.js +9 -10
  21. package/lib/internal/template/popover/internal.js.map +1 -1
  22. package/lib/internal/template/table/use-sticky-columns.d.ts +5 -4
  23. package/lib/internal/template/table/use-sticky-columns.d.ts.map +1 -1
  24. package/lib/internal/template/table/use-sticky-columns.js +38 -24
  25. package/lib/internal/template/table/use-sticky-columns.js.map +1 -1
  26. package/lib/internal/template/tabs/index.d.ts.map +1 -1
  27. package/lib/internal/template/tabs/index.js +5 -3
  28. package/lib/internal/template/tabs/index.js.map +1 -1
  29. package/lib/internal/template/tabs/interfaces.d.ts +3 -2
  30. package/lib/internal/template/tabs/interfaces.d.ts.map +1 -1
  31. package/lib/internal/template/tabs/interfaces.js.map +1 -1
  32. package/package.json +1 -1
@@ -2,76 +2,77 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "appbar": "awsui_appbar_hyvsj_uod0r_93",
6
- "appbar-nav": "awsui_appbar-nav_hyvsj_uod0r_117",
7
- "breadcrumbs": "awsui_breadcrumbs_hyvsj_uod0r_121",
8
- "appbar-tools": "awsui_appbar-tools_hyvsj_uod0r_125",
9
- "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_uod0r_126",
10
- "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_uod0r_167",
11
- "has-notifications-content": "awsui_has-notifications-content_hyvsj_uod0r_175",
12
- "has-header": "awsui_has-header_hyvsj_uod0r_181",
13
- "has-dynamic-overlap-height": "awsui_has-dynamic-overlap-height_hyvsj_uod0r_181",
14
- "content-type-wizard": "awsui_content-type-wizard_hyvsj_uod0r_182",
15
- "content-type-cards": "awsui_content-type-cards_hyvsj_uod0r_185",
16
- "content-type-table": "awsui_content-type-table_hyvsj_uod0r_186",
17
- "has-sticky-background": "awsui_has-sticky-background_hyvsj_uod0r_189",
18
- "background": "awsui_background_hyvsj_uod0r_224",
19
- "notifications-appbar-header": "awsui_notifications-appbar-header_hyvsj_uod0r_227",
20
- "sticky-notifications": "awsui_sticky-notifications_hyvsj_uod0r_240",
21
- "overlap": "awsui_overlap_hyvsj_uod0r_246",
22
- "drawers-container": "awsui_drawers-container_hyvsj_uod0r_270",
23
- "has-open-drawer": "awsui_has-open-drawer_hyvsj_uod0r_282",
24
- "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_uod0r_316",
25
- "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_uod0r_321",
26
- "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_uod0r_339",
27
- "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_uod0r_371",
28
- "drawer": "awsui_drawer_hyvsj_uod0r_126",
29
- "drawer-close-button": "awsui_drawer-close-button_hyvsj_uod0r_415",
30
- "drawer-content": "awsui_drawer-content_hyvsj_uod0r_420",
31
- "is-drawer-open": "awsui_is-drawer-open_hyvsj_uod0r_425",
32
- "content": "awsui_content_hyvsj_uod0r_182",
33
- "layout": "awsui_layout_hyvsj_uod0r_527",
34
- "has-max-content-width": "awsui_has-max-content-width_hyvsj_uod0r_610",
35
- "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_uod0r_625",
36
- "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_uod0r_652",
37
- "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_uod0r_659",
38
- "has-split-panel": "awsui_has-split-panel_hyvsj_uod0r_673",
39
- "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_uod0r_673",
40
- "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_uod0r_685",
41
- "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_uod0r_688",
42
- "block-body-scroll": "awsui_block-body-scroll_hyvsj_uod0r_703",
43
- "container": "awsui_container_hyvsj_uod0r_711",
44
- "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_uod0r_737",
45
- "is-navigation-open": "awsui_is-navigation-open_hyvsj_uod0r_742",
46
- "is-tools-open": "awsui_is-tools-open_hyvsj_uod0r_745",
47
- "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_uod0r_745",
48
- "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_uod0r_745",
49
- "content-type-default": "awsui_content-type-default_hyvsj_uod0r_765",
50
- "content-type-form": "awsui_content-type-form_hyvsj_uod0r_765",
51
- "unfocusable": "awsui_unfocusable_hyvsj_uod0r_806",
52
- "navigation-container": "awsui_navigation-container_hyvsj_uod0r_816",
53
- "show-navigation": "awsui_show-navigation_hyvsj_uod0r_860",
54
- "animating": "awsui_animating_hyvsj_uod0r_882",
55
- "showButtons": "awsui_showButtons_hyvsj_uod0r_1",
56
- "navigation": "awsui_navigation_hyvsj_uod0r_816",
57
- "openNavigation": "awsui_openNavigation_hyvsj_uod0r_1",
58
- "animated-content": "awsui_animated-content_hyvsj_uod0r_943",
59
- "hide-navigation": "awsui_hide-navigation_hyvsj_uod0r_952",
60
- "notifications": "awsui_notifications_hyvsj_uod0r_227",
61
- "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_uod0r_1019",
62
- "position-bottom": "awsui_position-bottom_hyvsj_uod0r_1065",
63
- "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_uod0r_1",
64
- "split-panel-side": "awsui_split-panel-side_hyvsj_uod0r_1094",
65
- "position-side": "awsui_position-side_hyvsj_uod0r_1122",
66
- "openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_uod0r_1",
67
- "tools-container": "awsui_tools-container_hyvsj_uod0r_1159",
68
- "tools": "awsui_tools_hyvsj_uod0r_1159",
69
- "openTools": "awsui_openTools_hyvsj_uod0r_1",
70
- "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_uod0r_1253",
71
- "hide-tools": "awsui_hide-tools_hyvsj_uod0r_1263",
72
- "show-tools": "awsui_show-tools_hyvsj_uod0r_1275",
73
- "has-tools-form": "awsui_has-tools-form_hyvsj_uod0r_1253",
74
- "trigger": "awsui_trigger_hyvsj_uod0r_1342",
75
- "selected": "awsui_selected_hyvsj_uod0r_1381"
5
+ "appbar": "awsui_appbar_hyvsj_fylfu_93",
6
+ "appbar-nav": "awsui_appbar-nav_hyvsj_fylfu_117",
7
+ "breadcrumbs": "awsui_breadcrumbs_hyvsj_fylfu_121",
8
+ "appbar-tools": "awsui_appbar-tools_hyvsj_fylfu_125",
9
+ "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_fylfu_126",
10
+ "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_fylfu_167",
11
+ "has-notifications-content": "awsui_has-notifications-content_hyvsj_fylfu_175",
12
+ "has-header": "awsui_has-header_hyvsj_fylfu_181",
13
+ "has-dynamic-overlap-height": "awsui_has-dynamic-overlap-height_hyvsj_fylfu_181",
14
+ "content-type-wizard": "awsui_content-type-wizard_hyvsj_fylfu_182",
15
+ "content-type-cards": "awsui_content-type-cards_hyvsj_fylfu_185",
16
+ "content-type-table": "awsui_content-type-table_hyvsj_fylfu_186",
17
+ "has-sticky-background": "awsui_has-sticky-background_hyvsj_fylfu_189",
18
+ "background": "awsui_background_hyvsj_fylfu_224",
19
+ "notifications-appbar-header": "awsui_notifications-appbar-header_hyvsj_fylfu_227",
20
+ "sticky-notifications": "awsui_sticky-notifications_hyvsj_fylfu_240",
21
+ "overlap": "awsui_overlap_hyvsj_fylfu_246",
22
+ "drawers-container": "awsui_drawers-container_hyvsj_fylfu_274",
23
+ "has-open-drawer": "awsui_has-open-drawer_hyvsj_fylfu_286",
24
+ "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_fylfu_320",
25
+ "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_fylfu_325",
26
+ "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_fylfu_343",
27
+ "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_fylfu_375",
28
+ "drawers-trigger": "awsui_drawers-trigger_hyvsj_fylfu_375",
29
+ "drawer": "awsui_drawer_hyvsj_fylfu_126",
30
+ "drawer-close-button": "awsui_drawer-close-button_hyvsj_fylfu_426",
31
+ "drawer-content": "awsui_drawer-content_hyvsj_fylfu_431",
32
+ "is-drawer-open": "awsui_is-drawer-open_hyvsj_fylfu_436",
33
+ "content": "awsui_content_hyvsj_fylfu_182",
34
+ "layout": "awsui_layout_hyvsj_fylfu_534",
35
+ "has-max-content-width": "awsui_has-max-content-width_hyvsj_fylfu_617",
36
+ "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_fylfu_632",
37
+ "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_fylfu_659",
38
+ "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_fylfu_666",
39
+ "has-split-panel": "awsui_has-split-panel_hyvsj_fylfu_680",
40
+ "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_fylfu_680",
41
+ "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_fylfu_692",
42
+ "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_fylfu_695",
43
+ "block-body-scroll": "awsui_block-body-scroll_hyvsj_fylfu_710",
44
+ "container": "awsui_container_hyvsj_fylfu_718",
45
+ "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_fylfu_744",
46
+ "is-navigation-open": "awsui_is-navigation-open_hyvsj_fylfu_749",
47
+ "is-tools-open": "awsui_is-tools-open_hyvsj_fylfu_752",
48
+ "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_fylfu_752",
49
+ "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_fylfu_752",
50
+ "content-type-default": "awsui_content-type-default_hyvsj_fylfu_772",
51
+ "content-type-form": "awsui_content-type-form_hyvsj_fylfu_772",
52
+ "unfocusable": "awsui_unfocusable_hyvsj_fylfu_813",
53
+ "navigation-container": "awsui_navigation-container_hyvsj_fylfu_823",
54
+ "show-navigation": "awsui_show-navigation_hyvsj_fylfu_867",
55
+ "animating": "awsui_animating_hyvsj_fylfu_889",
56
+ "showButtons": "awsui_showButtons_hyvsj_fylfu_1",
57
+ "navigation": "awsui_navigation_hyvsj_fylfu_823",
58
+ "openNavigation": "awsui_openNavigation_hyvsj_fylfu_1",
59
+ "animated-content": "awsui_animated-content_hyvsj_fylfu_950",
60
+ "hide-navigation": "awsui_hide-navigation_hyvsj_fylfu_959",
61
+ "notifications": "awsui_notifications_hyvsj_fylfu_227",
62
+ "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_fylfu_1026",
63
+ "position-bottom": "awsui_position-bottom_hyvsj_fylfu_1072",
64
+ "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_fylfu_1",
65
+ "split-panel-side": "awsui_split-panel-side_hyvsj_fylfu_1101",
66
+ "position-side": "awsui_position-side_hyvsj_fylfu_1129",
67
+ "openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_fylfu_1",
68
+ "tools-container": "awsui_tools-container_hyvsj_fylfu_1166",
69
+ "tools": "awsui_tools_hyvsj_fylfu_1166",
70
+ "openTools": "awsui_openTools_hyvsj_fylfu_1",
71
+ "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_fylfu_1260",
72
+ "hide-tools": "awsui_hide-tools_hyvsj_fylfu_1270",
73
+ "show-tools": "awsui_show-tools_hyvsj_fylfu_1282",
74
+ "has-tools-form": "awsui_has-tools-form_hyvsj_fylfu_1260",
75
+ "trigger": "awsui_trigger_hyvsj_fylfu_1349",
76
+ "selected": "awsui_selected_hyvsj_fylfu_1388"
76
77
  };
77
78
 
@@ -1,29 +1,29 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "content-enter": "awsui_content-enter_gwq0h_z4mam_97",
5
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_z4mam_1",
6
- "trigger-expanded": "awsui_trigger-expanded_gwq0h_z4mam_119",
7
- "icon": "awsui_icon_gwq0h_z4mam_133",
8
- "root": "awsui_root_gwq0h_z4mam_151",
9
- "expanded": "awsui_expanded_gwq0h_z4mam_171",
10
- "icon-container": "awsui_icon-container_gwq0h_z4mam_175",
11
- "icon-container-container": "awsui_icon-container-container_gwq0h_z4mam_180",
12
- "trigger": "awsui_trigger_gwq0h_z4mam_119",
13
- "trigger-default": "awsui_trigger-default_gwq0h_z4mam_193",
14
- "trigger-footer": "awsui_trigger-footer_gwq0h_z4mam_196",
15
- "trigger-navigation": "awsui_trigger-navigation_gwq0h_z4mam_202",
16
- "trigger-container": "awsui_trigger-container_gwq0h_z4mam_216",
17
- "header": "awsui_header_gwq0h_z4mam_226",
18
- "header-wrapper": "awsui_header-wrapper_gwq0h_z4mam_229",
19
- "header-button": "awsui_header-button_gwq0h_z4mam_236",
20
- "header-container": "awsui_header-container_gwq0h_z4mam_258",
21
- "header-container-button": "awsui_header-container-button_gwq0h_z4mam_273",
22
- "header-navigation": "awsui_header-navigation_gwq0h_z4mam_281",
23
- "content": "awsui_content_gwq0h_z4mam_97",
24
- "content-default": "awsui_content-default_gwq0h_z4mam_317",
25
- "content-footer": "awsui_content-footer_gwq0h_z4mam_320",
26
- "content-expanded": "awsui_content-expanded_gwq0h_z4mam_323",
27
- "focusable": "awsui_focusable_gwq0h_z4mam_327"
4
+ "content-enter": "awsui_content-enter_gwq0h_qlj0u_97",
5
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_qlj0u_1",
6
+ "trigger-expanded": "awsui_trigger-expanded_gwq0h_qlj0u_119",
7
+ "icon": "awsui_icon_gwq0h_qlj0u_133",
8
+ "root": "awsui_root_gwq0h_qlj0u_151",
9
+ "expanded": "awsui_expanded_gwq0h_qlj0u_171",
10
+ "icon-container": "awsui_icon-container_gwq0h_qlj0u_175",
11
+ "icon-container-container": "awsui_icon-container-container_gwq0h_qlj0u_180",
12
+ "trigger": "awsui_trigger_gwq0h_qlj0u_119",
13
+ "trigger-default": "awsui_trigger-default_gwq0h_qlj0u_193",
14
+ "trigger-footer": "awsui_trigger-footer_gwq0h_qlj0u_196",
15
+ "trigger-navigation": "awsui_trigger-navigation_gwq0h_qlj0u_202",
16
+ "trigger-container": "awsui_trigger-container_gwq0h_qlj0u_216",
17
+ "header": "awsui_header_gwq0h_qlj0u_226",
18
+ "header-wrapper": "awsui_header-wrapper_gwq0h_qlj0u_229",
19
+ "header-button": "awsui_header-button_gwq0h_qlj0u_236",
20
+ "header-container": "awsui_header-container_gwq0h_qlj0u_258",
21
+ "header-container-button": "awsui_header-container-button_gwq0h_qlj0u_273",
22
+ "header-navigation": "awsui_header-navigation_gwq0h_qlj0u_277",
23
+ "content": "awsui_content_gwq0h_qlj0u_97",
24
+ "content-default": "awsui_content-default_gwq0h_qlj0u_313",
25
+ "content-footer": "awsui_content-footer_gwq0h_qlj0u_316",
26
+ "content-expanded": "awsui_content-expanded_gwq0h_qlj0u_319",
27
+ "focusable": "awsui_focusable_gwq0h_qlj0u_323"
28
28
  };
29
29
 
@@ -94,10 +94,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
94
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
95
  SPDX-License-Identifier: Apache-2.0
96
96
  */
97
- .awsui_content-enter_gwq0h_z4mam_97:not(#\9) {
98
- animation: awsui_awsui-motion-fade-in_gwq0h_z4mam_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
97
+ .awsui_content-enter_gwq0h_qlj0u_97:not(#\9) {
98
+ animation: awsui_awsui-motion-fade-in_gwq0h_qlj0u_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
99
99
  }
100
- @keyframes awsui_awsui-motion-fade-in_gwq0h_z4mam_1 {
100
+ @keyframes awsui_awsui-motion-fade-in_gwq0h_qlj0u_1 {
101
101
  from {
102
102
  opacity: 0.2;
103
103
  }
@@ -106,40 +106,40 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
106
106
  }
107
107
  }
108
108
  @media (prefers-reduced-motion: reduce) {
109
- .awsui_content-enter_gwq0h_z4mam_97:not(#\9) {
109
+ .awsui_content-enter_gwq0h_qlj0u_97:not(#\9) {
110
110
  animation: none;
111
111
  transition: none;
112
112
  }
113
113
  }
114
- .awsui-motion-disabled .awsui_content-enter_gwq0h_z4mam_97:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_z4mam_97:not(#\9) {
114
+ .awsui-motion-disabled .awsui_content-enter_gwq0h_qlj0u_97:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_qlj0u_97:not(#\9) {
115
115
  animation: none;
116
116
  transition: none;
117
117
  }
118
118
 
119
- .awsui_trigger-expanded_gwq0h_z4mam_119:not(#\9) {
119
+ .awsui_trigger-expanded_gwq0h_qlj0u_119:not(#\9) {
120
120
  transition: border-bottom-color var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
121
121
  }
122
122
  @media (prefers-reduced-motion: reduce) {
123
- .awsui_trigger-expanded_gwq0h_z4mam_119:not(#\9) {
123
+ .awsui_trigger-expanded_gwq0h_qlj0u_119:not(#\9) {
124
124
  animation: none;
125
125
  transition: none;
126
126
  }
127
127
  }
128
- .awsui-motion-disabled .awsui_trigger-expanded_gwq0h_z4mam_119:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_z4mam_119:not(#\9) {
128
+ .awsui-motion-disabled .awsui_trigger-expanded_gwq0h_qlj0u_119:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_qlj0u_119:not(#\9) {
129
129
  animation: none;
130
130
  transition: none;
131
131
  }
132
132
 
133
- .awsui_icon_gwq0h_z4mam_133:not(#\9) {
133
+ .awsui_icon_gwq0h_qlj0u_133:not(#\9) {
134
134
  transition: transform var(--motion-duration-rotate-90-ux18sr, 135ms) var(--motion-easing-rotate-90-eoew89, cubic-bezier(0.165, 0.84, 0.44, 1));
135
135
  }
136
136
  @media (prefers-reduced-motion: reduce) {
137
- .awsui_icon_gwq0h_z4mam_133:not(#\9) {
137
+ .awsui_icon_gwq0h_qlj0u_133:not(#\9) {
138
138
  animation: none;
139
139
  transition: none;
140
140
  }
141
141
  }
142
- .awsui-motion-disabled .awsui_icon_gwq0h_z4mam_133:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_z4mam_133:not(#\9) {
142
+ .awsui-motion-disabled .awsui_icon_gwq0h_qlj0u_133:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_qlj0u_133:not(#\9) {
143
143
  animation: none;
144
144
  transition: none;
145
145
  }
@@ -148,7 +148,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
148
148
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
149
149
  SPDX-License-Identifier: Apache-2.0
150
150
  */
151
- .awsui_root_gwq0h_z4mam_151:not(#\9) {
151
+ .awsui_root_gwq0h_qlj0u_151:not(#\9) {
152
152
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
153
153
  border-collapse: separate;
154
154
  border-spacing: 0;
@@ -191,23 +191,23 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
191
191
  display: block;
192
192
  }
193
193
 
194
- .awsui_icon_gwq0h_z4mam_133:not(#\9) {
194
+ .awsui_icon_gwq0h_qlj0u_133:not(#\9) {
195
195
  transform: rotate(-90deg);
196
196
  }
197
- .awsui_icon_gwq0h_z4mam_133.awsui_expanded_gwq0h_z4mam_171:not(#\9) {
197
+ .awsui_icon_gwq0h_qlj0u_133.awsui_expanded_gwq0h_qlj0u_171:not(#\9) {
198
198
  transform: rotate(0deg);
199
199
  }
200
200
 
201
- .awsui_icon-container_gwq0h_z4mam_175:not(#\9) {
201
+ .awsui_icon-container_gwq0h_qlj0u_175:not(#\9) {
202
202
  position: relative;
203
203
  margin-left: calc((var(--font-body-m-line-height-i7xxvv, 22px) - var(--size-icon-normal-j1z5fn, 16px)) / -2);
204
204
  margin-right: calc(var(--space-xxs-ynfts5, 4px) + var(--border-divider-list-width-hacikr, 1px));
205
205
  }
206
- .awsui_icon-container-container_gwq0h_z4mam_180:not(#\9) {
206
+ .awsui_icon-container-container_gwq0h_qlj0u_180:not(#\9) {
207
207
  margin-right: var(--space-xs-rsr2qu, 8px);
208
208
  }
209
209
 
210
- .awsui_trigger_gwq0h_z4mam_119:not(#\9) {
210
+ .awsui_trigger_gwq0h_qlj0u_119:not(#\9) {
211
211
  cursor: pointer;
212
212
  box-sizing: border-box;
213
213
  display: flex;
@@ -216,19 +216,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
216
216
  line-height: var(--font-body-m-line-height-i7xxvv, 22px);
217
217
  text-align: left;
218
218
  }
219
- .awsui_trigger-default_gwq0h_z4mam_193:not(#\9) {
219
+ .awsui_trigger-default_gwq0h_qlj0u_193:not(#\9) {
220
220
  padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-xxs-ynfts5, 4px);
221
221
  }
222
- .awsui_trigger-footer_gwq0h_z4mam_196:not(#\9) {
222
+ .awsui_trigger-footer_gwq0h_qlj0u_196:not(#\9) {
223
223
  padding: var(--space-scaled-xxs-95dhkm, 4px) 0;
224
224
  }
225
- .awsui_trigger-default_gwq0h_z4mam_193:not(#\9), .awsui_trigger-footer_gwq0h_z4mam_196:not(#\9) {
225
+ .awsui_trigger-default_gwq0h_qlj0u_193:not(#\9), .awsui_trigger-footer_gwq0h_qlj0u_196:not(#\9) {
226
226
  border: var(--border-divider-section-width-5a4cv1, 1px) solid transparent;
227
227
  }
228
- .awsui_trigger-navigation_gwq0h_z4mam_202:not(#\9) {
228
+ .awsui_trigger-navigation_gwq0h_qlj0u_202:not(#\9) {
229
229
  border-left: var(--border-divider-section-width-5a4cv1, 1px) solid transparent;
230
230
  }
231
- .awsui_trigger-default_gwq0h_z4mam_193:not(#\9), .awsui_trigger-navigation_gwq0h_z4mam_202:not(#\9), .awsui_trigger-footer_gwq0h_z4mam_196:not(#\9) {
231
+ .awsui_trigger-default_gwq0h_qlj0u_193:not(#\9), .awsui_trigger-navigation_gwq0h_qlj0u_202:not(#\9), .awsui_trigger-footer_gwq0h_qlj0u_196:not(#\9) {
232
232
  color: var(--color-text-expandable-section-default-muap7v, #545b64);
233
233
  font-weight: var(--font-heading-s-weight-1ygwuy, 700);
234
234
  -webkit-font-smoothing: var(--font-smoothing-webkit-aglr0j, auto);
@@ -236,41 +236,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
236
236
  font-size: var(--font-expandable-heading-size-6cp6jd, 14px);
237
237
  letter-spacing: var(--font-heading-s-letter-spacing-i014lh, normal);
238
238
  }
239
- .awsui_trigger-default_gwq0h_z4mam_193:not(#\9):hover, .awsui_trigger-navigation_gwq0h_z4mam_202:not(#\9):hover, .awsui_trigger-footer_gwq0h_z4mam_196:not(#\9):hover {
239
+ .awsui_trigger-default_gwq0h_qlj0u_193:not(#\9):hover, .awsui_trigger-navigation_gwq0h_qlj0u_202:not(#\9):hover, .awsui_trigger-footer_gwq0h_qlj0u_196:not(#\9):hover {
240
240
  color: var(--color-text-expandable-section-hover-fhlqd8, #16191f);
241
241
  }
242
- .awsui_trigger-container_gwq0h_z4mam_216:not(#\9) {
242
+ .awsui_trigger-container_gwq0h_qlj0u_216:not(#\9) {
243
243
  padding: var(--space-container-header-vertical-0bd19u, 12px) var(--space-container-horizontal-tlw03i, 20px);
244
244
  }
245
- body[data-awsui-focus-visible=true] .awsui_trigger-container_gwq0h_z4mam_216:not(#\9):focus {
245
+ body[data-awsui-focus-visible=true] .awsui_trigger-container_gwq0h_qlj0u_216:not(#\9):focus {
246
246
  padding: calc(var(--space-scaled-s-cu1hzn, 12px) - var(--border-divider-section-width-5a4cv1, 1px)) calc(var(--space-l-4vl6xu, 20px) - var(--border-divider-section-width-5a4cv1, 1px));
247
247
  }
248
- .awsui_trigger-default_gwq0h_z4mam_193.awsui_trigger-expanded_gwq0h_z4mam_119:not(#\9) {
248
+ .awsui_trigger-default_gwq0h_qlj0u_193.awsui_trigger-expanded_gwq0h_qlj0u_119:not(#\9) {
249
249
  border-bottom-color: var(--color-border-divider-default-k96bks, #eaeded);
250
250
  }
251
251
 
252
- .awsui_header_gwq0h_z4mam_226:not(#\9) {
252
+ .awsui_header_gwq0h_qlj0u_226:not(#\9) {
253
253
  display: flex;
254
254
  }
255
- .awsui_header-wrapper_gwq0h_z4mam_229:not(#\9) {
255
+ .awsui_header-wrapper_gwq0h_qlj0u_229:not(#\9) {
256
256
  font-weight: inherit;
257
257
  font-size: inherit;
258
258
  letter-spacing: inherit;
259
259
  margin: 0;
260
260
  padding: 0;
261
261
  }
262
- .awsui_header-button_gwq0h_z4mam_236:not(#\9) {
262
+ .awsui_header-button_gwq0h_qlj0u_236:not(#\9) {
263
263
  box-sizing: border-box;
264
264
  display: flex;
265
265
  }
266
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_z4mam_236:not(#\9):focus {
266
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_qlj0u_236:not(#\9):focus {
267
267
  position: relative;
268
268
  }
269
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_z4mam_236:not(#\9):focus {
269
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_qlj0u_236:not(#\9):focus {
270
270
  outline: 2px dotted transparent;
271
271
  outline-offset: calc(0px - 1px);
272
272
  }
273
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_z4mam_236:not(#\9):focus::before {
273
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_qlj0u_236:not(#\9):focus::before {
274
274
  content: " ";
275
275
  display: block;
276
276
  position: absolute;
@@ -281,13 +281,13 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_z4mam_236:not(#\9
281
281
  border-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
282
282
  box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
283
283
  }
284
- .awsui_header-container_gwq0h_z4mam_258:not(#\9) {
284
+ .awsui_header-container_gwq0h_qlj0u_258:not(#\9) {
285
285
  width: 100%;
286
286
  }
287
- .awsui_header-container_gwq0h_z4mam_258 > .awsui_icon-container_gwq0h_z4mam_175:not(#\9) {
287
+ .awsui_header-container_gwq0h_qlj0u_258 > .awsui_icon-container_gwq0h_qlj0u_175:not(#\9) {
288
288
  margin-top: var(--space-expandable-section-icon-offset-top-jo3eu8, 8px);
289
289
  }
290
- body[data-awsui-focus-visible=true] .awsui_header-container_gwq0h_z4mam_258:not(#\9):focus-within {
290
+ body[data-awsui-focus-visible=true] .awsui_header-container_gwq0h_qlj0u_258:not(#\9):focus-within {
291
291
  outline: none;
292
292
  text-decoration: none;
293
293
  padding: calc(var(--space-scaled-s-cu1hzn, 12px) - var(--border-divider-section-width-5a4cv1, 1px)) calc(var(--space-l-4vl6xu, 20px) - var(--border-divider-section-width-5a4cv1, 1px));
@@ -296,15 +296,11 @@ body[data-awsui-focus-visible=true] .awsui_header-container_gwq0h_z4mam_258:not(
296
296
  border-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
297
297
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-glnuoy, 1px) var(--color-border-item-focused-n5kd8g, #0073bb);
298
298
  }
299
- .awsui_header-container-button_gwq0h_z4mam_273:not(#\9) {
300
- box-sizing: border-box;
301
- display: flex;
302
- }
303
- body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_z4mam_273:not(#\9):focus {
299
+ body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_qlj0u_273:not(#\9):focus {
304
300
  outline: none;
305
301
  text-decoration: none;
306
302
  }
307
- .awsui_header-navigation_gwq0h_z4mam_281 > .awsui_icon-container_gwq0h_z4mam_175:not(#\9) {
303
+ .awsui_header-navigation_gwq0h_qlj0u_277 > .awsui_icon-container_gwq0h_qlj0u_175:not(#\9) {
308
304
  display: inline-flex;
309
305
  cursor: pointer;
310
306
  color: var(--color-text-expandable-section-navigation-icon-default-xyvmb6, #879596);
@@ -315,17 +311,17 @@ body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_z4mam_2
315
311
  text-decoration: none;
316
312
  flex-direction: column;
317
313
  }
318
- .awsui_header-navigation_gwq0h_z4mam_281 > .awsui_icon-container_gwq0h_z4mam_175:not(#\9):hover {
314
+ .awsui_header-navigation_gwq0h_qlj0u_277 > .awsui_icon-container_gwq0h_qlj0u_175:not(#\9):hover {
319
315
  color: var(--color-text-expandable-section-hover-fhlqd8, #16191f);
320
316
  }
321
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_z4mam_281 > .awsui_icon-container_gwq0h_z4mam_175:not(#\9):focus {
317
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_qlj0u_277 > .awsui_icon-container_gwq0h_qlj0u_175:not(#\9):focus {
322
318
  position: relative;
323
319
  }
324
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_z4mam_281 > .awsui_icon-container_gwq0h_z4mam_175:not(#\9):focus {
320
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_qlj0u_277 > .awsui_icon-container_gwq0h_qlj0u_175:not(#\9):focus {
325
321
  outline: 2px dotted transparent;
326
322
  outline-offset: calc(2px - 1px);
327
323
  }
328
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_z4mam_281 > .awsui_icon-container_gwq0h_z4mam_175:not(#\9):focus::before {
324
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_qlj0u_277 > .awsui_icon-container_gwq0h_qlj0u_175:not(#\9):focus::before {
329
325
  content: " ";
330
326
  display: block;
331
327
  position: absolute;
@@ -337,24 +333,24 @@ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_z4mam_281 > .
337
333
  box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
338
334
  }
339
335
 
340
- .awsui_content_gwq0h_z4mam_97:not(#\9) {
336
+ .awsui_content_gwq0h_qlj0u_97:not(#\9) {
341
337
  display: none;
342
338
  }
343
- .awsui_content-default_gwq0h_z4mam_317:not(#\9) {
339
+ .awsui_content-default_gwq0h_qlj0u_313:not(#\9) {
344
340
  padding: var(--space-scaled-xs-6859qs, 8px) 0;
345
341
  }
346
- .awsui_content-footer_gwq0h_z4mam_320:not(#\9) {
342
+ .awsui_content-footer_gwq0h_qlj0u_316:not(#\9) {
347
343
  padding: var(--space-xs-rsr2qu, 8px) 0;
348
344
  }
349
- .awsui_content-expanded_gwq0h_z4mam_323:not(#\9) {
345
+ .awsui_content-expanded_gwq0h_qlj0u_319:not(#\9) {
350
346
  display: block;
351
347
  }
352
348
 
353
- .awsui_focusable_gwq0h_z4mam_327:not(#\9):focus {
349
+ .awsui_focusable_gwq0h_qlj0u_323:not(#\9):focus {
354
350
  outline: none;
355
351
  text-decoration: none;
356
352
  }
357
- body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_z4mam_327:not(#\9):focus {
353
+ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_qlj0u_323:not(#\9):focus {
358
354
  outline: 2px dotted transparent;
359
355
  border: var(--border-field-width-y6x4sn, 1px) solid var(--color-border-item-focused-n5kd8g, #0073bb);
360
356
  border-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
@@ -2,29 +2,29 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "content-enter": "awsui_content-enter_gwq0h_z4mam_97",
6
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_z4mam_1",
7
- "trigger-expanded": "awsui_trigger-expanded_gwq0h_z4mam_119",
8
- "icon": "awsui_icon_gwq0h_z4mam_133",
9
- "root": "awsui_root_gwq0h_z4mam_151",
10
- "expanded": "awsui_expanded_gwq0h_z4mam_171",
11
- "icon-container": "awsui_icon-container_gwq0h_z4mam_175",
12
- "icon-container-container": "awsui_icon-container-container_gwq0h_z4mam_180",
13
- "trigger": "awsui_trigger_gwq0h_z4mam_119",
14
- "trigger-default": "awsui_trigger-default_gwq0h_z4mam_193",
15
- "trigger-footer": "awsui_trigger-footer_gwq0h_z4mam_196",
16
- "trigger-navigation": "awsui_trigger-navigation_gwq0h_z4mam_202",
17
- "trigger-container": "awsui_trigger-container_gwq0h_z4mam_216",
18
- "header": "awsui_header_gwq0h_z4mam_226",
19
- "header-wrapper": "awsui_header-wrapper_gwq0h_z4mam_229",
20
- "header-button": "awsui_header-button_gwq0h_z4mam_236",
21
- "header-container": "awsui_header-container_gwq0h_z4mam_258",
22
- "header-container-button": "awsui_header-container-button_gwq0h_z4mam_273",
23
- "header-navigation": "awsui_header-navigation_gwq0h_z4mam_281",
24
- "content": "awsui_content_gwq0h_z4mam_97",
25
- "content-default": "awsui_content-default_gwq0h_z4mam_317",
26
- "content-footer": "awsui_content-footer_gwq0h_z4mam_320",
27
- "content-expanded": "awsui_content-expanded_gwq0h_z4mam_323",
28
- "focusable": "awsui_focusable_gwq0h_z4mam_327"
5
+ "content-enter": "awsui_content-enter_gwq0h_qlj0u_97",
6
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_qlj0u_1",
7
+ "trigger-expanded": "awsui_trigger-expanded_gwq0h_qlj0u_119",
8
+ "icon": "awsui_icon_gwq0h_qlj0u_133",
9
+ "root": "awsui_root_gwq0h_qlj0u_151",
10
+ "expanded": "awsui_expanded_gwq0h_qlj0u_171",
11
+ "icon-container": "awsui_icon-container_gwq0h_qlj0u_175",
12
+ "icon-container-container": "awsui_icon-container-container_gwq0h_qlj0u_180",
13
+ "trigger": "awsui_trigger_gwq0h_qlj0u_119",
14
+ "trigger-default": "awsui_trigger-default_gwq0h_qlj0u_193",
15
+ "trigger-footer": "awsui_trigger-footer_gwq0h_qlj0u_196",
16
+ "trigger-navigation": "awsui_trigger-navigation_gwq0h_qlj0u_202",
17
+ "trigger-container": "awsui_trigger-container_gwq0h_qlj0u_216",
18
+ "header": "awsui_header_gwq0h_qlj0u_226",
19
+ "header-wrapper": "awsui_header-wrapper_gwq0h_qlj0u_229",
20
+ "header-button": "awsui_header-button_gwq0h_qlj0u_236",
21
+ "header-container": "awsui_header-container_gwq0h_qlj0u_258",
22
+ "header-container-button": "awsui_header-container-button_gwq0h_qlj0u_273",
23
+ "header-navigation": "awsui_header-navigation_gwq0h_qlj0u_277",
24
+ "content": "awsui_content_gwq0h_qlj0u_97",
25
+ "content-default": "awsui_content-default_gwq0h_qlj0u_313",
26
+ "content-footer": "awsui_content-footer_gwq0h_qlj0u_316",
27
+ "content-expanded": "awsui_content-expanded_gwq0h_qlj0u_319",
28
+ "focusable": "awsui_focusable_gwq0h_qlj0u_323"
29
29
  };
30
30
 
@@ -1,6 +1,6 @@
1
1
 
2
2
  export var PACKAGE_SOURCE = 'components';
3
- export var PACKAGE_VERSION = '3.0.0 (5ed314a)';
3
+ export var PACKAGE_VERSION = '3.0.0 (d741109)';
4
4
  export var THEME = 'open-source-visual-refresh';
5
5
  export var ALWAYS_VISUAL_REFRESH = true;
6
6
 
@@ -75,15 +75,14 @@ function InternalPopover(_a, ref) {
75
75
  const popoverContent = (React.createElement("div", { "aria-live": dismissButton ? undefined : 'polite', "aria-atomic": dismissButton ? undefined : true, className: clsx(popoverClasses, styles['popover-content']) }, visible && (React.createElement(PopoverContainer, { size: size, fixedWidth: fixedWidth, position: position, trackRef: triggerRef, arrow: position => React.createElement(Arrow, { position: position }), renderWithPortal: renderWithPortal, zIndex: renderWithPortal ? 7000 : undefined },
76
76
  React.createElement(PopoverBody, { dismissButton: dismissButton, dismissAriaLabel: dismissAriaLabel, header: header, onDismiss: onDismiss, overflowVisible: "both" }, content)))));
77
77
  const mergedRef = useMergeRefs(popoverRef, __internalRootRef);
78
- return (React.createElement(FormFieldContext.Provider, { value: {} },
79
- React.createElement("span", Object.assign({}, baseProps, { className: clsx(styles.root, baseProps.className), ref: mergedRef, onMouseDown: () => {
80
- // Indicate there was a click inside popover recently, including nested portals.
81
- clickFrameId.current = requestAnimationFrame(() => {
82
- clickFrameId.current = null;
83
- });
84
- } }),
85
- triggerType === 'text' ? (React.createElement("button", Object.assign({}, triggerProps, { type: "button", "aria-haspopup": "dialog" }),
86
- React.createElement("span", { className: styles['trigger-inner-text'] }, children))) : (React.createElement("span", Object.assign({}, triggerProps), children)),
87
- renderWithPortal ? React.createElement(Portal, null, popoverContent) : popoverContent)));
78
+ return (React.createElement("span", Object.assign({}, baseProps, { className: clsx(styles.root, baseProps.className), ref: mergedRef, onMouseDown: () => {
79
+ // Indicate there was a click inside popover recently, including nested portals.
80
+ clickFrameId.current = requestAnimationFrame(() => {
81
+ clickFrameId.current = null;
82
+ });
83
+ } }),
84
+ triggerType === 'text' ? (React.createElement("button", Object.assign({}, triggerProps, { type: "button", "aria-haspopup": "dialog" }),
85
+ React.createElement("span", { className: styles['trigger-inner-text'] }, children))) : (React.createElement("span", Object.assign({}, triggerProps), children)),
86
+ React.createElement(FormFieldContext.Provider, { value: {} }, renderWithPortal ? React.createElement(Portal, null, popoverContent) : popoverContent)));
88
87
  }
89
88
  //# sourceMappingURL=internal.js.map