@cloudscape-design/components-themeable 3.0.406 → 3.0.408

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 (66) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/app-layout/visual-refresh/drawers.scss +4 -4
  3. package/lib/internal/scss/app-layout/visual-refresh/split-panel.scss +0 -29
  4. package/lib/internal/scss/property-filter/styles.scss +2 -1
  5. package/lib/internal/template/app-layout/drawer/index.d.ts.map +1 -1
  6. package/lib/internal/template/app-layout/drawer/index.js +2 -4
  7. package/lib/internal/template/app-layout/drawer/index.js.map +1 -1
  8. package/lib/internal/template/app-layout/index.d.ts.map +1 -1
  9. package/lib/internal/template/app-layout/index.js +23 -15
  10. package/lib/internal/template/app-layout/index.js.map +1 -1
  11. package/lib/internal/template/app-layout/mobile-toolbar/index.d.ts.map +1 -1
  12. package/lib/internal/template/app-layout/mobile-toolbar/index.js +2 -4
  13. package/lib/internal/template/app-layout/mobile-toolbar/index.js.map +1 -1
  14. package/lib/internal/template/app-layout/utils/use-drawers.d.ts +4 -3
  15. package/lib/internal/template/app-layout/utils/use-drawers.d.ts.map +1 -1
  16. package/lib/internal/template/app-layout/utils/use-drawers.js +35 -18
  17. package/lib/internal/template/app-layout/utils/use-drawers.js.map +1 -1
  18. package/lib/internal/template/app-layout/visual-refresh/context.d.ts +1 -1
  19. package/lib/internal/template/app-layout/visual-refresh/context.d.ts.map +1 -1
  20. package/lib/internal/template/app-layout/visual-refresh/context.js +5 -1
  21. package/lib/internal/template/app-layout/visual-refresh/context.js.map +1 -1
  22. package/lib/internal/template/app-layout/visual-refresh/drawers.d.ts.map +1 -1
  23. package/lib/internal/template/app-layout/visual-refresh/drawers.js +17 -37
  24. package/lib/internal/template/app-layout/visual-refresh/drawers.js.map +1 -1
  25. package/lib/internal/template/app-layout/visual-refresh/layout.js +1 -1
  26. package/lib/internal/template/app-layout/visual-refresh/layout.js.map +1 -1
  27. package/lib/internal/template/app-layout/visual-refresh/mobile-toolbar.d.ts.map +1 -1
  28. package/lib/internal/template/app-layout/visual-refresh/mobile-toolbar.js +4 -6
  29. package/lib/internal/template/app-layout/visual-refresh/mobile-toolbar.js.map +1 -1
  30. package/lib/internal/template/app-layout/visual-refresh/split-panel.d.ts +3 -0
  31. package/lib/internal/template/app-layout/visual-refresh/split-panel.d.ts.map +1 -1
  32. package/lib/internal/template/app-layout/visual-refresh/split-panel.js +7 -7
  33. package/lib/internal/template/app-layout/visual-refresh/split-panel.js.map +1 -1
  34. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +74 -75
  35. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +173 -206
  36. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +74 -75
  37. package/lib/internal/template/app-layout/visual-refresh/tools.js +2 -2
  38. package/lib/internal/template/app-layout/visual-refresh/tools.js.map +1 -1
  39. package/lib/internal/template/autosuggest/internal.js +1 -1
  40. package/lib/internal/template/autosuggest/internal.js.map +1 -1
  41. package/lib/internal/template/date-range-picker/index.d.ts.map +1 -1
  42. package/lib/internal/template/date-range-picker/index.js +4 -3
  43. package/lib/internal/template/date-range-picker/index.js.map +1 -1
  44. package/lib/internal/template/internal/components/autosuggest-input/index.js +1 -1
  45. package/lib/internal/template/internal/components/autosuggest-input/index.js.map +1 -1
  46. package/lib/internal/template/internal/environment.js +1 -1
  47. package/lib/internal/template/internal/environment.json +1 -1
  48. package/lib/internal/template/property-filter/index.d.ts.map +1 -1
  49. package/lib/internal/template/property-filter/index.js +2 -2
  50. package/lib/internal/template/property-filter/index.js.map +1 -1
  51. package/lib/internal/template/property-filter/interfaces.d.ts +5 -0
  52. package/lib/internal/template/property-filter/interfaces.d.ts.map +1 -1
  53. package/lib/internal/template/property-filter/interfaces.js.map +1 -1
  54. package/lib/internal/template/property-filter/property-filter-autosuggest.js +1 -1
  55. package/lib/internal/template/property-filter/property-filter-autosuggest.js.map +1 -1
  56. package/lib/internal/template/property-filter/styles.css.js +31 -30
  57. package/lib/internal/template/property-filter/styles.scoped.css +33 -32
  58. package/lib/internal/template/property-filter/styles.selectors.js +31 -30
  59. package/lib/internal/template/test-utils/dom/property-filter/index.d.ts +8 -0
  60. package/lib/internal/template/test-utils/dom/property-filter/index.js +12 -0
  61. package/lib/internal/template/test-utils/dom/property-filter/index.js.map +1 -1
  62. package/lib/internal/template/test-utils/selectors/property-filter/index.d.ts +8 -0
  63. package/lib/internal/template/test-utils/selectors/property-filter/index.js +12 -0
  64. package/lib/internal/template/test-utils/selectors/property-filter/index.js.map +1 -1
  65. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  66. package/package.json +1 -1
@@ -1,80 +1,79 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "background": "awsui_background_hyvsj_eovsu_93",
5
- "scrolling-background": "awsui_scrolling-background_hyvsj_eovsu_96",
6
- "sticky-background": "awsui_sticky-background_hyvsj_eovsu_102",
7
- "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_eovsu_110",
8
- "breadcrumbs": "awsui_breadcrumbs_hyvsj_eovsu_123",
9
- "has-sticky-background": "awsui_has-sticky-background_hyvsj_eovsu_133",
10
- "drawers-container": "awsui_drawers-container_hyvsj_eovsu_145",
11
- "has-open-drawer": "awsui_has-open-drawer_hyvsj_eovsu_157",
12
- "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_eovsu_191",
13
- "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_eovsu_196",
14
- "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_eovsu_215",
15
- "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_eovsu_247",
16
- "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_eovsu_251",
17
- "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_eovsu_277",
18
- "drawers-trigger": "awsui_drawers-trigger_hyvsj_eovsu_251",
19
- "drawer": "awsui_drawer_hyvsj_eovsu_145",
20
- "drawer-close-button": "awsui_drawer-close-button_hyvsj_eovsu_308",
21
- "drawer-content": "awsui_drawer-content_hyvsj_eovsu_313",
22
- "drawer-slider": "awsui_drawer-slider_hyvsj_eovsu_318",
23
- "is-drawer-open": "awsui_is-drawer-open_hyvsj_eovsu_325",
24
- "content": "awsui_content_hyvsj_eovsu_350",
25
- "layout": "awsui_layout_hyvsj_eovsu_371",
26
- "has-max-content-width": "awsui_has-max-content-width_hyvsj_eovsu_454",
27
- "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_eovsu_469",
28
- "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_eovsu_486",
29
- "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_eovsu_518",
30
- "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_eovsu_521",
31
- "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_eovsu_531",
32
- "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_eovsu_534",
33
- "content-first-child-header": "awsui_content-first-child-header_hyvsj_eovsu_537",
34
- "has-header": "awsui_has-header_hyvsj_eovsu_537",
35
- "content-first-child-main": "awsui_content-first-child-main_hyvsj_eovsu_558",
36
- "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_eovsu_558",
37
- "has-split-panel": "awsui_has-split-panel_hyvsj_eovsu_601",
38
- "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_eovsu_601",
39
- "block-body-scroll": "awsui_block-body-scroll_hyvsj_eovsu_617",
40
- "unfocusable": "awsui_unfocusable_hyvsj_eovsu_622",
41
- "container": "awsui_container_hyvsj_eovsu_632",
42
- "is-navigation-open": "awsui_is-navigation-open_hyvsj_eovsu_657",
43
- "is-tools-open": "awsui_is-tools-open_hyvsj_eovsu_660",
44
- "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_eovsu_660",
45
- "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_eovsu_660",
46
- "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_eovsu_669",
47
- "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_eovsu_685",
48
- "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_eovsu_689",
49
- "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_eovsu_693",
50
- "navigation-container": "awsui_navigation-container_hyvsj_eovsu_702",
51
- "show-navigation": "awsui_show-navigation_hyvsj_eovsu_746",
52
- "animating": "awsui_animating_hyvsj_eovsu_768",
53
- "showButtons": "awsui_showButtons_hyvsj_eovsu_1",
54
- "navigation": "awsui_navigation_hyvsj_eovsu_702",
55
- "openNavigation": "awsui_openNavigation_hyvsj_eovsu_1",
56
- "animated-content": "awsui_animated-content_hyvsj_eovsu_830",
57
- "hide-navigation": "awsui_hide-navigation_hyvsj_eovsu_839",
58
- "notifications": "awsui_notifications_hyvsj_eovsu_849",
59
- "sticky-notifications": "awsui_sticky-notifications_hyvsj_eovsu_855",
60
- "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_eovsu_872",
61
- "position-bottom": "awsui_position-bottom_hyvsj_eovsu_919",
62
- "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_eovsu_1",
63
- "split-panel-side": "awsui_split-panel-side_hyvsj_eovsu_948",
64
- "position-side": "awsui_position-side_hyvsj_eovsu_976",
65
- "openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_eovsu_1",
66
- "tools-container": "awsui_tools-container_hyvsj_eovsu_1013",
67
- "tools": "awsui_tools_hyvsj_eovsu_1013",
68
- "openTools": "awsui_openTools_hyvsj_eovsu_1",
69
- "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_eovsu_1108",
70
- "hide-tools": "awsui_hide-tools_hyvsj_eovsu_1118",
71
- "show-tools": "awsui_show-tools_hyvsj_eovsu_1130",
72
- "has-tools-form": "awsui_has-tools-form_hyvsj_eovsu_1108",
73
- "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_eovsu_1192",
74
- "trigger": "awsui_trigger_hyvsj_eovsu_1192",
75
- "selected": "awsui_selected_hyvsj_eovsu_1256",
76
- "badge": "awsui_badge_hyvsj_eovsu_1276",
77
- "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_eovsu_1280",
78
- "dot": "awsui_dot_hyvsj_eovsu_1286"
4
+ "background": "awsui_background_hyvsj_cp2j3_93",
5
+ "scrolling-background": "awsui_scrolling-background_hyvsj_cp2j3_96",
6
+ "sticky-background": "awsui_sticky-background_hyvsj_cp2j3_102",
7
+ "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_cp2j3_110",
8
+ "breadcrumbs": "awsui_breadcrumbs_hyvsj_cp2j3_123",
9
+ "has-sticky-background": "awsui_has-sticky-background_hyvsj_cp2j3_133",
10
+ "drawers-container": "awsui_drawers-container_hyvsj_cp2j3_145",
11
+ "has-open-drawer": "awsui_has-open-drawer_hyvsj_cp2j3_156",
12
+ "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_cp2j3_191",
13
+ "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_cp2j3_196",
14
+ "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_cp2j3_215",
15
+ "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_cp2j3_247",
16
+ "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_cp2j3_251",
17
+ "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_cp2j3_277",
18
+ "drawers-trigger": "awsui_drawers-trigger_hyvsj_cp2j3_251",
19
+ "drawer": "awsui_drawer_hyvsj_cp2j3_145",
20
+ "drawer-close-button": "awsui_drawer-close-button_hyvsj_cp2j3_308",
21
+ "drawer-content": "awsui_drawer-content_hyvsj_cp2j3_313",
22
+ "drawer-slider": "awsui_drawer-slider_hyvsj_cp2j3_318",
23
+ "is-drawer-open": "awsui_is-drawer-open_hyvsj_cp2j3_325",
24
+ "content": "awsui_content_hyvsj_cp2j3_350",
25
+ "layout": "awsui_layout_hyvsj_cp2j3_371",
26
+ "has-max-content-width": "awsui_has-max-content-width_hyvsj_cp2j3_454",
27
+ "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_cp2j3_469",
28
+ "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_cp2j3_486",
29
+ "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_cp2j3_518",
30
+ "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_cp2j3_521",
31
+ "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_cp2j3_531",
32
+ "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_cp2j3_534",
33
+ "content-first-child-header": "awsui_content-first-child-header_hyvsj_cp2j3_537",
34
+ "has-header": "awsui_has-header_hyvsj_cp2j3_537",
35
+ "content-first-child-main": "awsui_content-first-child-main_hyvsj_cp2j3_558",
36
+ "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_cp2j3_558",
37
+ "has-split-panel": "awsui_has-split-panel_hyvsj_cp2j3_601",
38
+ "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_cp2j3_601",
39
+ "block-body-scroll": "awsui_block-body-scroll_hyvsj_cp2j3_617",
40
+ "unfocusable": "awsui_unfocusable_hyvsj_cp2j3_622",
41
+ "container": "awsui_container_hyvsj_cp2j3_632",
42
+ "is-navigation-open": "awsui_is-navigation-open_hyvsj_cp2j3_657",
43
+ "is-tools-open": "awsui_is-tools-open_hyvsj_cp2j3_660",
44
+ "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_cp2j3_660",
45
+ "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_cp2j3_660",
46
+ "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_cp2j3_669",
47
+ "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_cp2j3_685",
48
+ "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_cp2j3_689",
49
+ "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_cp2j3_693",
50
+ "navigation-container": "awsui_navigation-container_hyvsj_cp2j3_702",
51
+ "show-navigation": "awsui_show-navigation_hyvsj_cp2j3_746",
52
+ "animating": "awsui_animating_hyvsj_cp2j3_768",
53
+ "showButtons": "awsui_showButtons_hyvsj_cp2j3_1",
54
+ "navigation": "awsui_navigation_hyvsj_cp2j3_702",
55
+ "openNavigation": "awsui_openNavigation_hyvsj_cp2j3_1",
56
+ "animated-content": "awsui_animated-content_hyvsj_cp2j3_830",
57
+ "hide-navigation": "awsui_hide-navigation_hyvsj_cp2j3_839",
58
+ "notifications": "awsui_notifications_hyvsj_cp2j3_849",
59
+ "sticky-notifications": "awsui_sticky-notifications_hyvsj_cp2j3_855",
60
+ "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_cp2j3_872",
61
+ "position-bottom": "awsui_position-bottom_hyvsj_cp2j3_919",
62
+ "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_cp2j3_1",
63
+ "split-panel-side": "awsui_split-panel-side_hyvsj_cp2j3_948",
64
+ "position-side": "awsui_position-side_hyvsj_cp2j3_961",
65
+ "tools-container": "awsui_tools-container_hyvsj_cp2j3_980",
66
+ "tools": "awsui_tools_hyvsj_cp2j3_980",
67
+ "openTools": "awsui_openTools_hyvsj_cp2j3_1",
68
+ "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_cp2j3_1075",
69
+ "hide-tools": "awsui_hide-tools_hyvsj_cp2j3_1085",
70
+ "show-tools": "awsui_show-tools_hyvsj_cp2j3_1097",
71
+ "has-tools-form": "awsui_has-tools-form_hyvsj_cp2j3_1075",
72
+ "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_cp2j3_1159",
73
+ "trigger": "awsui_trigger_hyvsj_cp2j3_1159",
74
+ "selected": "awsui_selected_hyvsj_cp2j3_1223",
75
+ "badge": "awsui_badge_hyvsj_cp2j3_1243",
76
+ "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_cp2j3_1247",
77
+ "dot": "awsui_dot_hyvsj_cp2j3_1253"
79
78
  };
80
79