@cloudscape-design/components 3.0.400 → 3.0.402

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 (107) hide show
  1. package/app-layout/visual-refresh/context.d.ts.map +1 -1
  2. package/app-layout/visual-refresh/context.js +8 -4
  3. package/app-layout/visual-refresh/context.js.map +1 -1
  4. package/app-layout/visual-refresh/drawers.d.ts.map +1 -1
  5. package/app-layout/visual-refresh/drawers.js +12 -10
  6. package/app-layout/visual-refresh/drawers.js.map +1 -1
  7. package/app-layout/visual-refresh/main.d.ts.map +1 -1
  8. package/app-layout/visual-refresh/main.js +2 -1
  9. package/app-layout/visual-refresh/main.js.map +1 -1
  10. package/app-layout/visual-refresh/styles.css.js +76 -74
  11. package/app-layout/visual-refresh/styles.scoped.css +183 -177
  12. package/app-layout/visual-refresh/styles.selectors.js +76 -74
  13. package/container/internal.d.ts.map +1 -1
  14. package/container/internal.js +7 -3
  15. package/container/internal.js.map +1 -1
  16. package/expandable-section/expandable-section-container.d.ts +1 -4
  17. package/expandable-section/expandable-section-container.d.ts.map +1 -1
  18. package/expandable-section/expandable-section-container.js +5 -3
  19. package/expandable-section/expandable-section-container.js.map +1 -1
  20. package/expandable-section/index.d.ts.map +1 -1
  21. package/expandable-section/index.js +1 -13
  22. package/expandable-section/index.js.map +1 -1
  23. package/expandable-section/internal.d.ts +2 -3
  24. package/expandable-section/internal.d.ts.map +1 -1
  25. package/expandable-section/internal.js +2 -2
  26. package/expandable-section/internal.js.map +1 -1
  27. package/form/index.d.ts.map +1 -1
  28. package/form/index.js +6 -4
  29. package/form/index.js.map +1 -1
  30. package/i18n/dynamic.js +2 -0
  31. package/i18n/messages/all.all.js +778 -4
  32. package/i18n/messages/all.all.json +788 -4
  33. package/i18n/messages/all.de.js +6 -1
  34. package/i18n/messages/all.de.json +6 -1
  35. package/i18n/messages/all.en-GB.js +5 -0
  36. package/i18n/messages/all.en-GB.json +5 -0
  37. package/i18n/messages/all.en.js +4 -0
  38. package/i18n/messages/all.en.json +4 -0
  39. package/i18n/messages/all.es.js +7 -2
  40. package/i18n/messages/all.es.json +7 -2
  41. package/i18n/messages/all.fr.js +5 -0
  42. package/i18n/messages/all.fr.json +5 -0
  43. package/i18n/messages/all.id.js +5 -0
  44. package/i18n/messages/all.id.json +5 -0
  45. package/i18n/messages/all.it.js +5 -0
  46. package/i18n/messages/all.it.json +5 -0
  47. package/i18n/messages/all.ja.js +5 -0
  48. package/i18n/messages/all.ja.json +5 -0
  49. package/i18n/messages/all.ko.js +5 -0
  50. package/i18n/messages/all.ko.json +5 -0
  51. package/i18n/messages/all.pt-BR.js +6 -1
  52. package/i18n/messages/all.pt-BR.json +6 -1
  53. package/i18n/messages/all.tr.d.ts +3 -0
  54. package/i18n/messages/all.tr.js +719 -0
  55. package/i18n/messages/all.tr.json +729 -0
  56. package/i18n/messages/all.zh-CN.js +5 -0
  57. package/i18n/messages/all.zh-CN.json +5 -0
  58. package/i18n/messages/all.zh-TW.js +5 -0
  59. package/i18n/messages/all.zh-TW.json +5 -0
  60. package/i18n/messages-types.d.ts +48 -44
  61. package/i18n/messages-types.d.ts.map +1 -1
  62. package/i18n/messages-types.js.map +1 -1
  63. package/internal/analytics/components/analytics-funnel.d.ts +2 -2
  64. package/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
  65. package/internal/analytics/components/analytics-funnel.js +6 -4
  66. package/internal/analytics/components/analytics-funnel.js.map +1 -1
  67. package/internal/analytics/context/analytics-context.d.ts +1 -0
  68. package/internal/analytics/context/analytics-context.d.ts.map +1 -1
  69. package/internal/analytics/context/analytics-context.js +1 -0
  70. package/internal/analytics/context/analytics-context.js.map +1 -1
  71. package/internal/analytics/hooks/use-funnel.d.ts +1 -0
  72. package/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
  73. package/internal/analytics/hooks/use-funnel.js +5 -1
  74. package/internal/analytics/hooks/use-funnel.js.map +1 -1
  75. package/internal/analytics/interfaces.d.ts +1 -0
  76. package/internal/analytics/interfaces.d.ts.map +1 -1
  77. package/internal/analytics/interfaces.js.map +1 -1
  78. package/internal/context/modal-context.d.ts +8 -0
  79. package/internal/context/modal-context.d.ts.map +1 -0
  80. package/internal/context/modal-context.js +9 -0
  81. package/internal/context/modal-context.js.map +1 -0
  82. package/internal/environment.js +1 -1
  83. package/internal/environment.json +1 -1
  84. package/internal/manifest.json +1 -1
  85. package/modal/internal.d.ts.map +1 -1
  86. package/modal/internal.js +23 -18
  87. package/modal/internal.js.map +1 -1
  88. package/package.json +3 -1
  89. package/pie-chart/styles.css.js +27 -27
  90. package/pie-chart/styles.scoped.css +60 -42
  91. package/pie-chart/styles.selectors.js +27 -27
  92. package/pie-chart/utils.d.ts.map +1 -1
  93. package/pie-chart/utils.js +2 -1
  94. package/pie-chart/utils.js.map +1 -1
  95. package/property-filter/utils.d.ts +1 -1
  96. package/split-panel/side.d.ts.map +1 -1
  97. package/split-panel/side.js +0 -1
  98. package/split-panel/side.js.map +1 -1
  99. package/split-panel/styles.css.js +55 -56
  100. package/split-panel/styles.scoped.css +80 -84
  101. package/split-panel/styles.selectors.js +55 -56
  102. package/table/internal.d.ts.map +1 -1
  103. package/table/internal.js +4 -4
  104. package/table/internal.js.map +1 -1
  105. package/table/sticky-scrollbar/styles.css.js +6 -6
  106. package/table/sticky-scrollbar/styles.scoped.css +8 -8
  107. package/table/sticky-scrollbar/styles.selectors.js +6 -6
@@ -1,79 +1,81 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "background": "awsui_background_hyvsj_ftcro_93",
5
- "scrolling-background": "awsui_scrolling-background_hyvsj_ftcro_96",
6
- "sticky-background": "awsui_sticky-background_hyvsj_ftcro_102",
7
- "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_ftcro_110",
8
- "breadcrumbs": "awsui_breadcrumbs_hyvsj_ftcro_123",
9
- "has-sticky-background": "awsui_has-sticky-background_hyvsj_ftcro_133",
10
- "drawers-container": "awsui_drawers-container_hyvsj_ftcro_145",
11
- "has-open-drawer": "awsui_has-open-drawer_hyvsj_ftcro_156",
12
- "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_ftcro_191",
13
- "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_ftcro_196",
14
- "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_ftcro_215",
15
- "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_ftcro_247",
16
- "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_ftcro_251",
17
- "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_ftcro_277",
18
- "drawers-trigger": "awsui_drawers-trigger_hyvsj_ftcro_251",
19
- "drawer": "awsui_drawer_hyvsj_ftcro_145",
20
- "drawer-close-button": "awsui_drawer-close-button_hyvsj_ftcro_308",
21
- "drawer-content": "awsui_drawer-content_hyvsj_ftcro_313",
22
- "drawer-slider": "awsui_drawer-slider_hyvsj_ftcro_318",
23
- "is-drawer-open": "awsui_is-drawer-open_hyvsj_ftcro_325",
24
- "content": "awsui_content_hyvsj_ftcro_350",
25
- "layout": "awsui_layout_hyvsj_ftcro_371",
26
- "has-max-content-width": "awsui_has-max-content-width_hyvsj_ftcro_454",
27
- "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_ftcro_469",
28
- "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_ftcro_486",
29
- "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_ftcro_518",
30
- "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_ftcro_521",
31
- "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_ftcro_531",
32
- "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_ftcro_534",
33
- "content-first-child-header": "awsui_content-first-child-header_hyvsj_ftcro_537",
34
- "has-header": "awsui_has-header_hyvsj_ftcro_537",
35
- "content-first-child-main": "awsui_content-first-child-main_hyvsj_ftcro_558",
36
- "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_ftcro_558",
37
- "has-split-panel": "awsui_has-split-panel_hyvsj_ftcro_601",
38
- "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_ftcro_601",
39
- "block-body-scroll": "awsui_block-body-scroll_hyvsj_ftcro_617",
40
- "unfocusable": "awsui_unfocusable_hyvsj_ftcro_622",
41
- "container": "awsui_container_hyvsj_ftcro_632",
42
- "is-navigation-open": "awsui_is-navigation-open_hyvsj_ftcro_657",
43
- "is-tools-open": "awsui_is-tools-open_hyvsj_ftcro_660",
44
- "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_ftcro_660",
45
- "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_ftcro_660",
46
- "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_ftcro_669",
47
- "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_ftcro_685",
48
- "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_ftcro_689",
49
- "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_ftcro_693",
50
- "navigation-container": "awsui_navigation-container_hyvsj_ftcro_702",
51
- "show-navigation": "awsui_show-navigation_hyvsj_ftcro_746",
52
- "animating": "awsui_animating_hyvsj_ftcro_768",
53
- "showButtons": "awsui_showButtons_hyvsj_ftcro_1",
54
- "navigation": "awsui_navigation_hyvsj_ftcro_702",
55
- "openNavigation": "awsui_openNavigation_hyvsj_ftcro_1",
56
- "animated-content": "awsui_animated-content_hyvsj_ftcro_830",
57
- "hide-navigation": "awsui_hide-navigation_hyvsj_ftcro_839",
58
- "notifications": "awsui_notifications_hyvsj_ftcro_849",
59
- "sticky-notifications": "awsui_sticky-notifications_hyvsj_ftcro_855",
60
- "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_ftcro_872",
61
- "position-bottom": "awsui_position-bottom_hyvsj_ftcro_919",
62
- "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_ftcro_1",
63
- "split-panel-side": "awsui_split-panel-side_hyvsj_ftcro_948",
64
- "position-side": "awsui_position-side_hyvsj_ftcro_961",
65
- "tools-container": "awsui_tools-container_hyvsj_ftcro_980",
66
- "tools": "awsui_tools_hyvsj_ftcro_980",
67
- "openTools": "awsui_openTools_hyvsj_ftcro_1",
68
- "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_ftcro_1075",
69
- "hide-tools": "awsui_hide-tools_hyvsj_ftcro_1085",
70
- "show-tools": "awsui_show-tools_hyvsj_ftcro_1097",
71
- "has-tools-form": "awsui_has-tools-form_hyvsj_ftcro_1075",
72
- "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_ftcro_1157",
73
- "trigger": "awsui_trigger_hyvsj_ftcro_1157",
74
- "selected": "awsui_selected_hyvsj_ftcro_1221",
75
- "badge": "awsui_badge_hyvsj_ftcro_1241",
76
- "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_ftcro_1245",
77
- "dot": "awsui_dot_hyvsj_ftcro_1251"
4
+ "background": "awsui_background_hyvsj_1q0bp_93",
5
+ "scrolling-background": "awsui_scrolling-background_hyvsj_1q0bp_96",
6
+ "sticky-background": "awsui_sticky-background_hyvsj_1q0bp_102",
7
+ "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_1q0bp_110",
8
+ "breadcrumbs": "awsui_breadcrumbs_hyvsj_1q0bp_123",
9
+ "has-sticky-background": "awsui_has-sticky-background_hyvsj_1q0bp_133",
10
+ "drawers-container": "awsui_drawers-container_hyvsj_1q0bp_145",
11
+ "has-open-drawer": "awsui_has-open-drawer_hyvsj_1q0bp_156",
12
+ "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1q0bp_191",
13
+ "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_1q0bp_196",
14
+ "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_1q0bp_215",
15
+ "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_1q0bp_247",
16
+ "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_1q0bp_251",
17
+ "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_1q0bp_277",
18
+ "drawers-trigger": "awsui_drawers-trigger_hyvsj_1q0bp_251",
19
+ "drawer": "awsui_drawer_hyvsj_1q0bp_145",
20
+ "drawer-content-container": "awsui_drawer-content-container_hyvsj_1q0bp_307",
21
+ "drawer-close-button": "awsui_drawer-close-button_hyvsj_1q0bp_316",
22
+ "drawer-content": "awsui_drawer-content_hyvsj_1q0bp_307",
23
+ "drawer-slider": "awsui_drawer-slider_hyvsj_1q0bp_324",
24
+ "is-drawer-open": "awsui_is-drawer-open_hyvsj_1q0bp_331",
25
+ "content": "awsui_content_hyvsj_1q0bp_356",
26
+ "layout": "awsui_layout_hyvsj_1q0bp_377",
27
+ "has-max-content-width": "awsui_has-max-content-width_hyvsj_1q0bp_460",
28
+ "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_1q0bp_475",
29
+ "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1q0bp_492",
30
+ "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1q0bp_524",
31
+ "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1q0bp_527",
32
+ "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_1q0bp_537",
33
+ "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1q0bp_540",
34
+ "content-first-child-header": "awsui_content-first-child-header_hyvsj_1q0bp_543",
35
+ "has-header": "awsui_has-header_hyvsj_1q0bp_543",
36
+ "content-first-child-main": "awsui_content-first-child-main_hyvsj_1q0bp_564",
37
+ "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1q0bp_564",
38
+ "has-split-panel": "awsui_has-split-panel_hyvsj_1q0bp_607",
39
+ "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1q0bp_607",
40
+ "block-body-scroll": "awsui_block-body-scroll_hyvsj_1q0bp_623",
41
+ "unfocusable": "awsui_unfocusable_hyvsj_1q0bp_628",
42
+ "container": "awsui_container_hyvsj_1q0bp_638",
43
+ "is-navigation-open": "awsui_is-navigation-open_hyvsj_1q0bp_663",
44
+ "is-tools-open": "awsui_is-tools-open_hyvsj_1q0bp_666",
45
+ "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1q0bp_666",
46
+ "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1q0bp_666",
47
+ "has-active-drawer": "awsui_has-active-drawer_hyvsj_1q0bp_666",
48
+ "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_1q0bp_675",
49
+ "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_1q0bp_691",
50
+ "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_1q0bp_695",
51
+ "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_1q0bp_699",
52
+ "navigation-container": "awsui_navigation-container_hyvsj_1q0bp_708",
53
+ "show-navigation": "awsui_show-navigation_hyvsj_1q0bp_752",
54
+ "animating": "awsui_animating_hyvsj_1q0bp_774",
55
+ "showButtons": "awsui_showButtons_hyvsj_1q0bp_1",
56
+ "navigation": "awsui_navigation_hyvsj_1q0bp_708",
57
+ "openNavigation": "awsui_openNavigation_hyvsj_1q0bp_1",
58
+ "animated-content": "awsui_animated-content_hyvsj_1q0bp_836",
59
+ "hide-navigation": "awsui_hide-navigation_hyvsj_1q0bp_845",
60
+ "notifications": "awsui_notifications_hyvsj_1q0bp_855",
61
+ "sticky-notifications": "awsui_sticky-notifications_hyvsj_1q0bp_861",
62
+ "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1q0bp_878",
63
+ "position-bottom": "awsui_position-bottom_hyvsj_1q0bp_925",
64
+ "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1q0bp_1",
65
+ "split-panel-side": "awsui_split-panel-side_hyvsj_1q0bp_954",
66
+ "position-side": "awsui_position-side_hyvsj_1q0bp_967",
67
+ "tools-container": "awsui_tools-container_hyvsj_1q0bp_986",
68
+ "tools": "awsui_tools_hyvsj_1q0bp_986",
69
+ "openTools": "awsui_openTools_hyvsj_1q0bp_1",
70
+ "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1q0bp_1081",
71
+ "hide-tools": "awsui_hide-tools_hyvsj_1q0bp_1091",
72
+ "show-tools": "awsui_show-tools_hyvsj_1q0bp_1103",
73
+ "has-tools-form": "awsui_has-tools-form_hyvsj_1q0bp_1081",
74
+ "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_1q0bp_1163",
75
+ "trigger": "awsui_trigger_hyvsj_1q0bp_1163",
76
+ "selected": "awsui_selected_hyvsj_1q0bp_1227",
77
+ "badge": "awsui_badge_hyvsj_1q0bp_1247",
78
+ "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_1q0bp_1251",
79
+ "dot": "awsui_dot_hyvsj_1q0bp_1257"
78
80
  };
79
81