@cloudscape-design/components-themeable 3.0.668 → 3.0.670

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.
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "3bf56d4ed5c079d7822eadd937954624780f4165"
2
+ "commit": "5a4e58cf2c1014a115842ae98839053dc9769286"
3
3
  }
@@ -73,6 +73,7 @@
73
73
 
74
74
  .drawers-mobile-triggers-container {
75
75
  display: flex;
76
+ justify-content: flex-end;
76
77
  }
77
78
 
78
79
  .drawers-trigger-content {
@@ -376,6 +376,10 @@ $cell-offset: calc(#{awsui.$space-m} + #{awsui.$space-xs});
376
376
  &-controls {
377
377
  flex-shrink: 0;
378
378
  }
379
+ &-row-editor {
380
+ // 6 space-xxs: 2 * icon left padding + 2 * icon right padding + space between icons + space between icons and editor
381
+ max-inline-size: calc(100% - 6 * #{awsui.$space-xxs} - 2 * #{awsui.$size-icon-normal});
382
+ }
379
383
  }
380
384
 
381
385
  &.body-cell-expandable {
@@ -1,87 +1,87 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "background": "awsui_background_hyvsj_byj5g_97",
5
- "scrolling-background": "awsui_scrolling-background_hyvsj_byj5g_100",
6
- "breadcrumbs": "awsui_breadcrumbs_hyvsj_byj5g_111",
7
- "drawers-container": "awsui_drawers-container_hyvsj_byj5g_124",
8
- "has-open-drawer": "awsui_has-open-drawer_hyvsj_byj5g_135",
9
- "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_byj5g_156",
10
- "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_byj5g_161",
11
- "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_byj5g_202",
12
- "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_byj5g_212",
13
- "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_byj5g_216",
14
- "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_byj5g_230",
15
- "drawers-trigger": "awsui_drawers-trigger_hyvsj_byj5g_216",
16
- "drawer": "awsui_drawer_hyvsj_byj5g_124",
17
- "drawer-content-container": "awsui_drawer-content-container_hyvsj_byj5g_261",
18
- "drawer-close-button": "awsui_drawer-close-button_hyvsj_byj5g_270",
19
- "drawer-content": "awsui_drawer-content_hyvsj_byj5g_261",
20
- "drawer-content-hidden": "awsui_drawer-content-hidden_hyvsj_byj5g_278",
21
- "drawer-slider": "awsui_drawer-slider_hyvsj_byj5g_281",
22
- "is-drawer-open": "awsui_is-drawer-open_hyvsj_byj5g_288",
23
- "content": "awsui_content_hyvsj_byj5g_314",
24
- "layout": "awsui_layout_hyvsj_byj5g_335",
25
- "has-max-content-width": "awsui_has-max-content-width_hyvsj_byj5g_407",
26
- "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_byj5g_422",
27
- "content-type-table": "awsui_content-type-table_hyvsj_byj5g_436",
28
- "content-type-cards": "awsui_content-type-cards_hyvsj_byj5g_436",
29
- "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_byj5g_442",
30
- "is-hide-mobile-toolbar": "awsui_is-hide-mobile-toolbar_hyvsj_byj5g_445",
31
- "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_byj5g_459",
32
- "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_byj5g_462",
33
- "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_byj5g_472",
34
- "content-first-child-header": "awsui_content-first-child-header_hyvsj_byj5g_475",
35
- "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_byj5g_475",
36
- "has-header": "awsui_has-header_hyvsj_byj5g_475",
37
- "content-first-child-main": "awsui_content-first-child-main_hyvsj_byj5g_490",
38
- "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_byj5g_490",
39
- "has-left-toggles-gutter": "awsui_has-left-toggles-gutter_hyvsj_byj5g_510",
40
- "has-right-toggles-gutter": "awsui_has-right-toggles-gutter_hyvsj_byj5g_513",
41
- "has-split-panel": "awsui_has-split-panel_hyvsj_byj5g_533",
42
- "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_byj5g_533",
43
- "block-body-scroll": "awsui_block-body-scroll_hyvsj_byj5g_541",
44
- "unfocusable": "awsui_unfocusable_hyvsj_byj5g_546",
45
- "container": "awsui_container_hyvsj_byj5g_556",
46
- "is-navigation-open": "awsui_is-navigation-open_hyvsj_byj5g_582",
47
- "is-tools-open": "awsui_is-tools-open_hyvsj_byj5g_585",
48
- "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_byj5g_585",
49
- "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_byj5g_585",
50
- "has-active-drawer": "awsui_has-active-drawer_hyvsj_byj5g_585",
51
- "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_byj5g_594",
52
- "remove-high-contrast-header": "awsui_remove-high-contrast-header_hyvsj_byj5g_611",
53
- "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_byj5g_615",
54
- "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_byj5g_619",
55
- "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_byj5g_623",
56
- "navigation-container": "awsui_navigation-container_hyvsj_byj5g_632",
57
- "show-navigation": "awsui_show-navigation_hyvsj_byj5g_670",
58
- "animating": "awsui_animating_hyvsj_byj5g_693",
59
- "showButtons": "awsui_showButtons_hyvsj_byj5g_1",
60
- "navigation": "awsui_navigation_hyvsj_byj5g_632",
61
- "openNavigation": "awsui_openNavigation_hyvsj_byj5g_1",
62
- "animated-content": "awsui_animated-content_hyvsj_byj5g_755",
63
- "hide-navigation": "awsui_hide-navigation_hyvsj_byj5g_764",
64
- "notifications": "awsui_notifications_hyvsj_byj5g_774",
65
- "has-notification-content": "awsui_has-notification-content_hyvsj_byj5g_779",
66
- "sticky-notifications": "awsui_sticky-notifications_hyvsj_byj5g_783",
67
- "high-contrast": "awsui_high-contrast_hyvsj_byj5g_788",
68
- "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_byj5g_806",
69
- "position-bottom": "awsui_position-bottom_hyvsj_byj5g_853",
70
- "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_byj5g_1",
71
- "split-panel-side": "awsui_split-panel-side_hyvsj_byj5g_882",
72
- "position-side": "awsui_position-side_hyvsj_byj5g_895",
73
- "tools-container": "awsui_tools-container_hyvsj_byj5g_917",
74
- "tools": "awsui_tools_hyvsj_byj5g_917",
75
- "openTools": "awsui_openTools_hyvsj_byj5g_1",
76
- "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_byj5g_1006",
77
- "hide-tools": "awsui_hide-tools_hyvsj_byj5g_1016",
78
- "show-tools": "awsui_show-tools_hyvsj_byj5g_1028",
79
- "has-tools-form": "awsui_has-tools-form_hyvsj_byj5g_1006",
80
- "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_byj5g_1113",
81
- "trigger": "awsui_trigger_hyvsj_byj5g_1113",
82
- "selected": "awsui_selected_hyvsj_byj5g_1191",
83
- "badge": "awsui_badge_hyvsj_byj5g_1211",
84
- "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_byj5g_1215",
85
- "dot": "awsui_dot_hyvsj_byj5g_1226"
4
+ "background": "awsui_background_hyvsj_8mxqf_97",
5
+ "scrolling-background": "awsui_scrolling-background_hyvsj_8mxqf_100",
6
+ "breadcrumbs": "awsui_breadcrumbs_hyvsj_8mxqf_111",
7
+ "drawers-container": "awsui_drawers-container_hyvsj_8mxqf_124",
8
+ "has-open-drawer": "awsui_has-open-drawer_hyvsj_8mxqf_135",
9
+ "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_8mxqf_156",
10
+ "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_8mxqf_161",
11
+ "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_8mxqf_202",
12
+ "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_8mxqf_212",
13
+ "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_8mxqf_217",
14
+ "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_8mxqf_231",
15
+ "drawers-trigger": "awsui_drawers-trigger_hyvsj_8mxqf_217",
16
+ "drawer": "awsui_drawer_hyvsj_8mxqf_124",
17
+ "drawer-content-container": "awsui_drawer-content-container_hyvsj_8mxqf_262",
18
+ "drawer-close-button": "awsui_drawer-close-button_hyvsj_8mxqf_271",
19
+ "drawer-content": "awsui_drawer-content_hyvsj_8mxqf_262",
20
+ "drawer-content-hidden": "awsui_drawer-content-hidden_hyvsj_8mxqf_279",
21
+ "drawer-slider": "awsui_drawer-slider_hyvsj_8mxqf_282",
22
+ "is-drawer-open": "awsui_is-drawer-open_hyvsj_8mxqf_289",
23
+ "content": "awsui_content_hyvsj_8mxqf_315",
24
+ "layout": "awsui_layout_hyvsj_8mxqf_336",
25
+ "has-max-content-width": "awsui_has-max-content-width_hyvsj_8mxqf_408",
26
+ "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_8mxqf_423",
27
+ "content-type-table": "awsui_content-type-table_hyvsj_8mxqf_437",
28
+ "content-type-cards": "awsui_content-type-cards_hyvsj_8mxqf_437",
29
+ "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_8mxqf_443",
30
+ "is-hide-mobile-toolbar": "awsui_is-hide-mobile-toolbar_hyvsj_8mxqf_446",
31
+ "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_8mxqf_460",
32
+ "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_8mxqf_463",
33
+ "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_8mxqf_473",
34
+ "content-first-child-header": "awsui_content-first-child-header_hyvsj_8mxqf_476",
35
+ "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_8mxqf_476",
36
+ "has-header": "awsui_has-header_hyvsj_8mxqf_476",
37
+ "content-first-child-main": "awsui_content-first-child-main_hyvsj_8mxqf_491",
38
+ "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_8mxqf_491",
39
+ "has-left-toggles-gutter": "awsui_has-left-toggles-gutter_hyvsj_8mxqf_511",
40
+ "has-right-toggles-gutter": "awsui_has-right-toggles-gutter_hyvsj_8mxqf_514",
41
+ "has-split-panel": "awsui_has-split-panel_hyvsj_8mxqf_534",
42
+ "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_8mxqf_534",
43
+ "block-body-scroll": "awsui_block-body-scroll_hyvsj_8mxqf_542",
44
+ "unfocusable": "awsui_unfocusable_hyvsj_8mxqf_547",
45
+ "container": "awsui_container_hyvsj_8mxqf_557",
46
+ "is-navigation-open": "awsui_is-navigation-open_hyvsj_8mxqf_583",
47
+ "is-tools-open": "awsui_is-tools-open_hyvsj_8mxqf_586",
48
+ "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_8mxqf_586",
49
+ "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_8mxqf_586",
50
+ "has-active-drawer": "awsui_has-active-drawer_hyvsj_8mxqf_586",
51
+ "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_8mxqf_595",
52
+ "remove-high-contrast-header": "awsui_remove-high-contrast-header_hyvsj_8mxqf_612",
53
+ "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_8mxqf_616",
54
+ "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_8mxqf_620",
55
+ "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_8mxqf_624",
56
+ "navigation-container": "awsui_navigation-container_hyvsj_8mxqf_633",
57
+ "show-navigation": "awsui_show-navigation_hyvsj_8mxqf_671",
58
+ "animating": "awsui_animating_hyvsj_8mxqf_694",
59
+ "showButtons": "awsui_showButtons_hyvsj_8mxqf_1",
60
+ "navigation": "awsui_navigation_hyvsj_8mxqf_633",
61
+ "openNavigation": "awsui_openNavigation_hyvsj_8mxqf_1",
62
+ "animated-content": "awsui_animated-content_hyvsj_8mxqf_756",
63
+ "hide-navigation": "awsui_hide-navigation_hyvsj_8mxqf_765",
64
+ "notifications": "awsui_notifications_hyvsj_8mxqf_775",
65
+ "has-notification-content": "awsui_has-notification-content_hyvsj_8mxqf_780",
66
+ "sticky-notifications": "awsui_sticky-notifications_hyvsj_8mxqf_784",
67
+ "high-contrast": "awsui_high-contrast_hyvsj_8mxqf_789",
68
+ "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_8mxqf_807",
69
+ "position-bottom": "awsui_position-bottom_hyvsj_8mxqf_854",
70
+ "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_8mxqf_1",
71
+ "split-panel-side": "awsui_split-panel-side_hyvsj_8mxqf_883",
72
+ "position-side": "awsui_position-side_hyvsj_8mxqf_896",
73
+ "tools-container": "awsui_tools-container_hyvsj_8mxqf_918",
74
+ "tools": "awsui_tools_hyvsj_8mxqf_918",
75
+ "openTools": "awsui_openTools_hyvsj_8mxqf_1",
76
+ "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_8mxqf_1007",
77
+ "hide-tools": "awsui_hide-tools_hyvsj_8mxqf_1017",
78
+ "show-tools": "awsui_show-tools_hyvsj_8mxqf_1029",
79
+ "has-tools-form": "awsui_has-tools-form_hyvsj_8mxqf_1007",
80
+ "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_8mxqf_1114",
81
+ "trigger": "awsui_trigger_hyvsj_8mxqf_1114",
82
+ "selected": "awsui_selected_hyvsj_8mxqf_1192",
83
+ "badge": "awsui_badge_hyvsj_8mxqf_1212",
84
+ "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_8mxqf_1216",
85
+ "dot": "awsui_dot_hyvsj_8mxqf_1227"
86
86
  };
87
87