@cloudscape-design/components-themeable 3.0.1348 → 3.0.1350

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 (72) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/button-dropdown/styles.scss +9 -6
  3. package/lib/internal/scss/expandable-section/styles.scss +42 -10
  4. package/lib/internal/scss/header/styles.scss +1 -0
  5. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  6. package/lib/internal/scss/internal/styles/utils/theming.scss +45 -2
  7. package/lib/internal/scss/spinner/mixins.scss +1 -1
  8. package/lib/internal/scss/tree-view/tree-item/styles.scss +10 -7
  9. package/lib/internal/template/action-card/styles.css.js +17 -17
  10. package/lib/internal/template/action-card/styles.scoped.css +95 -98
  11. package/lib/internal/template/action-card/styles.selectors.js +17 -17
  12. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
  13. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +163 -175
  14. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
  15. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
  16. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +83 -98
  17. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
  18. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +14 -14
  19. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +31 -44
  20. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +14 -14
  21. package/lib/internal/template/attribute-editor/styles.css.js +15 -15
  22. package/lib/internal/template/attribute-editor/styles.scoped.css +25 -28
  23. package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
  24. package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
  25. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +25 -29
  26. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
  27. package/lib/internal/template/breadcrumb-group/styles.css.js +14 -14
  28. package/lib/internal/template/breadcrumb-group/styles.scoped.css +24 -27
  29. package/lib/internal/template/breadcrumb-group/styles.selectors.js +14 -14
  30. package/lib/internal/template/button/icon-helper.js +1 -1
  31. package/lib/internal/template/button/icon-helper.js.map +1 -1
  32. package/lib/internal/template/button-dropdown/category-elements/styles.css.js +18 -18
  33. package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +28 -32
  34. package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +18 -18
  35. package/lib/internal/template/button-dropdown/styles.css.js +23 -23
  36. package/lib/internal/template/button-dropdown/styles.scoped.css +32 -39
  37. package/lib/internal/template/button-dropdown/styles.selectors.js +23 -23
  38. package/lib/internal/template/expandable-section/styles.css.js +43 -43
  39. package/lib/internal/template/expandable-section/styles.scoped.css +99 -164
  40. package/lib/internal/template/expandable-section/styles.selectors.js +43 -43
  41. package/lib/internal/template/header/styles.css.js +35 -35
  42. package/lib/internal/template/header/styles.scoped.css +54 -54
  43. package/lib/internal/template/header/styles.selectors.js +35 -35
  44. package/lib/internal/template/icon/generated/icons.js +202 -176
  45. package/lib/internal/template/icon/generated/icons.js.map +1 -1
  46. package/lib/internal/template/input/internal.js +1 -1
  47. package/lib/internal/template/input/internal.js.map +1 -1
  48. package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
  49. package/lib/internal/template/internal/components/button-trigger/styles.css.js +14 -14
  50. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +29 -35
  51. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +14 -14
  52. package/lib/internal/template/internal/environment.js +2 -2
  53. package/lib/internal/template/internal/environment.json +2 -2
  54. package/lib/internal/template/link/styles.css.js +21 -21
  55. package/lib/internal/template/link/styles.scoped.css +72 -121
  56. package/lib/internal/template/link/styles.selectors.js +21 -21
  57. package/lib/internal/template/side-navigation/styles.css.js +64 -64
  58. package/lib/internal/template/side-navigation/styles.scoped.css +110 -400
  59. package/lib/internal/template/side-navigation/styles.selectors.js +64 -64
  60. package/lib/internal/template/spinner/styles.css.js +13 -13
  61. package/lib/internal/template/spinner/styles.scoped.css +20 -20
  62. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  63. package/lib/internal/template/status-indicator/styles.css.js +25 -25
  64. package/lib/internal/template/status-indicator/styles.scoped.css +47 -72
  65. package/lib/internal/template/status-indicator/styles.selectors.js +25 -25
  66. package/lib/internal/template/token/styles.css.js +14 -14
  67. package/lib/internal/template/token/styles.scoped.css +26 -30
  68. package/lib/internal/template/token/styles.selectors.js +14 -14
  69. package/lib/internal/template/tree-view/tree-item/styles.css.js +10 -10
  70. package/lib/internal/template/tree-view/tree-item/styles.scoped.css +14 -24
  71. package/lib/internal/template/tree-view/tree-item/styles.selectors.js +10 -10
  72. package/package.json +1 -1
@@ -1,91 +1,91 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "background": "awsui_background_hyvsj_1jq66_149",
5
- "scrolling-background": "awsui_scrolling-background_hyvsj_1jq66_152",
6
- "breadcrumbs": "awsui_breadcrumbs_hyvsj_1jq66_163",
7
- "drawers-container": "awsui_drawers-container_hyvsj_1jq66_176",
8
- "has-open-drawer": "awsui_has-open-drawer_hyvsj_1jq66_187",
9
- "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1jq66_211",
10
- "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_1jq66_216",
11
- "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_1jq66_254",
12
- "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_1jq66_267",
13
- "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_1jq66_272",
14
- "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_1jq66_286",
15
- "drawers-trigger": "awsui_drawers-trigger_hyvsj_1jq66_272",
16
- "drawer": "awsui_drawer_hyvsj_1jq66_176",
17
- "drawer-content-container": "awsui_drawer-content-container_hyvsj_1jq66_320",
18
- "drawer-close-button": "awsui_drawer-close-button_hyvsj_1jq66_329",
19
- "drawer-content": "awsui_drawer-content_hyvsj_1jq66_320",
20
- "drawer-content-hidden": "awsui_drawer-content-hidden_hyvsj_1jq66_338",
21
- "drawer-slider": "awsui_drawer-slider_hyvsj_1jq66_341",
22
- "is-drawer-open": "awsui_is-drawer-open_hyvsj_1jq66_349",
23
- "content": "awsui_content_hyvsj_1jq66_375",
24
- "layout": "awsui_layout_hyvsj_1jq66_400",
25
- "has-max-content-width": "awsui_has-max-content-width_hyvsj_1jq66_472",
26
- "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_1jq66_487",
27
- "content-type-table": "awsui_content-type-table_hyvsj_1jq66_501",
28
- "content-type-cards": "awsui_content-type-cards_hyvsj_1jq66_501",
29
- "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1jq66_507",
30
- "is-hide-mobile-toolbar": "awsui_is-hide-mobile-toolbar_hyvsj_1jq66_510",
31
- "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1jq66_524",
32
- "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1jq66_527",
33
- "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1jq66_537",
34
- "content-first-child-header": "awsui_content-first-child-header_hyvsj_1jq66_540",
35
- "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_1jq66_540",
36
- "has-header": "awsui_has-header_hyvsj_1jq66_540",
37
- "content-first-child-main": "awsui_content-first-child-main_hyvsj_1jq66_555",
38
- "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1jq66_555",
39
- "has-left-toggles-gutter": "awsui_has-left-toggles-gutter_hyvsj_1jq66_575",
40
- "has-right-toggles-gutter": "awsui_has-right-toggles-gutter_hyvsj_1jq66_578",
41
- "has-split-panel": "awsui_has-split-panel_hyvsj_1jq66_598",
42
- "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1jq66_598",
43
- "block-body-scroll": "awsui_block-body-scroll_hyvsj_1jq66_606",
44
- "unfocusable": "awsui_unfocusable_hyvsj_1jq66_611",
45
- "container": "awsui_container_hyvsj_1jq66_621",
46
- "is-navigation-open": "awsui_is-navigation-open_hyvsj_1jq66_647",
47
- "is-tools-open": "awsui_is-tools-open_hyvsj_1jq66_650",
48
- "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1jq66_650",
49
- "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1jq66_650",
50
- "has-active-drawer": "awsui_has-active-drawer_hyvsj_1jq66_650",
51
- "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_1jq66_663",
52
- "remove-high-contrast-header": "awsui_remove-high-contrast-header_hyvsj_1jq66_680",
53
- "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_1jq66_684",
54
- "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_1jq66_688",
55
- "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_1jq66_692",
56
- "navigation-container": "awsui_navigation-container_hyvsj_1jq66_701",
57
- "show-navigation": "awsui_show-navigation_hyvsj_1jq66_739",
58
- "animating": "awsui_animating_hyvsj_1jq66_762",
59
- "showButtons": "awsui_showButtons_hyvsj_1jq66_1",
60
- "navigation": "awsui_navigation_hyvsj_1jq66_701",
61
- "openNavigation": "awsui_openNavigation_hyvsj_1jq66_1",
62
- "animated-content": "awsui_animated-content_hyvsj_1jq66_826",
63
- "content-container": "awsui_content-container_hyvsj_1jq66_829",
64
- "hide-navigation": "awsui_hide-navigation_hyvsj_1jq66_838",
65
- "notifications": "awsui_notifications_hyvsj_1jq66_848",
66
- "has-notification-content": "awsui_has-notification-content_hyvsj_1jq66_853",
67
- "sticky-notifications": "awsui_sticky-notifications_hyvsj_1jq66_857",
68
- "high-contrast": "awsui_high-contrast_hyvsj_1jq66_862",
69
- "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1jq66_880",
70
- "position-bottom": "awsui_position-bottom_hyvsj_1jq66_927",
71
- "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1jq66_1",
72
- "split-panel-side": "awsui_split-panel-side_hyvsj_1jq66_956",
73
- "position-side": "awsui_position-side_hyvsj_1jq66_969",
74
- "tools-container": "awsui_tools-container_hyvsj_1jq66_991",
75
- "tools": "awsui_tools_hyvsj_1jq66_991",
76
- "openTools": "awsui_openTools_hyvsj_1jq66_1",
77
- "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1jq66_1083",
78
- "hide-tools": "awsui_hide-tools_hyvsj_1jq66_1093",
79
- "show-tools": "awsui_show-tools_hyvsj_1jq66_1105",
80
- "has-tools-form": "awsui_has-tools-form_hyvsj_1jq66_1083",
81
- "trigger-button-styles": "awsui_trigger-button-styles_hyvsj_1jq66_1185",
82
- "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_1jq66_1201",
83
- "trigger": "awsui_trigger_hyvsj_1jq66_1185",
84
- "selected": "awsui_selected_hyvsj_1jq66_1253",
85
- "badge": "awsui_badge_hyvsj_1jq66_1273",
86
- "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_1jq66_1277",
87
- "trigger-wrapper-tooltip-visible": "awsui_trigger-wrapper-tooltip-visible_hyvsj_1jq66_1288",
88
- "dot": "awsui_dot_hyvsj_1jq66_1292",
89
- "trigger-tooltip": "awsui_trigger-tooltip_hyvsj_1jq66_1305"
4
+ "background": "awsui_background_hyvsj_uw4df_149",
5
+ "scrolling-background": "awsui_scrolling-background_hyvsj_uw4df_152",
6
+ "breadcrumbs": "awsui_breadcrumbs_hyvsj_uw4df_163",
7
+ "drawers-container": "awsui_drawers-container_hyvsj_uw4df_176",
8
+ "has-open-drawer": "awsui_has-open-drawer_hyvsj_uw4df_187",
9
+ "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_uw4df_208",
10
+ "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_uw4df_213",
11
+ "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_uw4df_251",
12
+ "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_uw4df_261",
13
+ "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_uw4df_266",
14
+ "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_uw4df_280",
15
+ "drawers-trigger": "awsui_drawers-trigger_hyvsj_uw4df_266",
16
+ "drawer": "awsui_drawer_hyvsj_uw4df_176",
17
+ "drawer-content-container": "awsui_drawer-content-container_hyvsj_uw4df_311",
18
+ "drawer-close-button": "awsui_drawer-close-button_hyvsj_uw4df_320",
19
+ "drawer-content": "awsui_drawer-content_hyvsj_uw4df_311",
20
+ "drawer-content-hidden": "awsui_drawer-content-hidden_hyvsj_uw4df_329",
21
+ "drawer-slider": "awsui_drawer-slider_hyvsj_uw4df_332",
22
+ "is-drawer-open": "awsui_is-drawer-open_hyvsj_uw4df_340",
23
+ "content": "awsui_content_hyvsj_uw4df_366",
24
+ "layout": "awsui_layout_hyvsj_uw4df_391",
25
+ "has-max-content-width": "awsui_has-max-content-width_hyvsj_uw4df_463",
26
+ "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_uw4df_478",
27
+ "content-type-table": "awsui_content-type-table_hyvsj_uw4df_492",
28
+ "content-type-cards": "awsui_content-type-cards_hyvsj_uw4df_492",
29
+ "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_uw4df_498",
30
+ "is-hide-mobile-toolbar": "awsui_is-hide-mobile-toolbar_hyvsj_uw4df_501",
31
+ "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_uw4df_515",
32
+ "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_uw4df_518",
33
+ "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_uw4df_528",
34
+ "content-first-child-header": "awsui_content-first-child-header_hyvsj_uw4df_531",
35
+ "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_uw4df_531",
36
+ "has-header": "awsui_has-header_hyvsj_uw4df_531",
37
+ "content-first-child-main": "awsui_content-first-child-main_hyvsj_uw4df_546",
38
+ "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_uw4df_546",
39
+ "has-left-toggles-gutter": "awsui_has-left-toggles-gutter_hyvsj_uw4df_566",
40
+ "has-right-toggles-gutter": "awsui_has-right-toggles-gutter_hyvsj_uw4df_569",
41
+ "has-split-panel": "awsui_has-split-panel_hyvsj_uw4df_589",
42
+ "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_uw4df_589",
43
+ "block-body-scroll": "awsui_block-body-scroll_hyvsj_uw4df_597",
44
+ "unfocusable": "awsui_unfocusable_hyvsj_uw4df_602",
45
+ "container": "awsui_container_hyvsj_uw4df_612",
46
+ "is-navigation-open": "awsui_is-navigation-open_hyvsj_uw4df_638",
47
+ "is-tools-open": "awsui_is-tools-open_hyvsj_uw4df_641",
48
+ "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_uw4df_641",
49
+ "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_uw4df_641",
50
+ "has-active-drawer": "awsui_has-active-drawer_hyvsj_uw4df_641",
51
+ "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_uw4df_654",
52
+ "remove-high-contrast-header": "awsui_remove-high-contrast-header_hyvsj_uw4df_671",
53
+ "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_uw4df_675",
54
+ "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_uw4df_679",
55
+ "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_uw4df_683",
56
+ "navigation-container": "awsui_navigation-container_hyvsj_uw4df_692",
57
+ "show-navigation": "awsui_show-navigation_hyvsj_uw4df_730",
58
+ "animating": "awsui_animating_hyvsj_uw4df_753",
59
+ "showButtons": "awsui_showButtons_hyvsj_uw4df_1",
60
+ "navigation": "awsui_navigation_hyvsj_uw4df_692",
61
+ "openNavigation": "awsui_openNavigation_hyvsj_uw4df_1",
62
+ "animated-content": "awsui_animated-content_hyvsj_uw4df_817",
63
+ "content-container": "awsui_content-container_hyvsj_uw4df_820",
64
+ "hide-navigation": "awsui_hide-navigation_hyvsj_uw4df_829",
65
+ "notifications": "awsui_notifications_hyvsj_uw4df_839",
66
+ "has-notification-content": "awsui_has-notification-content_hyvsj_uw4df_844",
67
+ "sticky-notifications": "awsui_sticky-notifications_hyvsj_uw4df_848",
68
+ "high-contrast": "awsui_high-contrast_hyvsj_uw4df_853",
69
+ "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_uw4df_871",
70
+ "position-bottom": "awsui_position-bottom_hyvsj_uw4df_918",
71
+ "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_uw4df_1",
72
+ "split-panel-side": "awsui_split-panel-side_hyvsj_uw4df_947",
73
+ "position-side": "awsui_position-side_hyvsj_uw4df_960",
74
+ "tools-container": "awsui_tools-container_hyvsj_uw4df_982",
75
+ "tools": "awsui_tools_hyvsj_uw4df_982",
76
+ "openTools": "awsui_openTools_hyvsj_uw4df_1",
77
+ "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_uw4df_1071",
78
+ "hide-tools": "awsui_hide-tools_hyvsj_uw4df_1081",
79
+ "show-tools": "awsui_show-tools_hyvsj_uw4df_1093",
80
+ "has-tools-form": "awsui_has-tools-form_hyvsj_uw4df_1071",
81
+ "trigger-button-styles": "awsui_trigger-button-styles_hyvsj_uw4df_1173",
82
+ "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_uw4df_1189",
83
+ "trigger": "awsui_trigger_hyvsj_uw4df_1173",
84
+ "selected": "awsui_selected_hyvsj_uw4df_1241",
85
+ "badge": "awsui_badge_hyvsj_uw4df_1261",
86
+ "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_uw4df_1265",
87
+ "trigger-wrapper-tooltip-visible": "awsui_trigger-wrapper-tooltip-visible_hyvsj_uw4df_1276",
88
+ "dot": "awsui_dot_hyvsj_uw4df_1280",
89
+ "trigger-tooltip": "awsui_trigger-tooltip_hyvsj_uw4df_1293"
90
90
  };
91
91