@cloudscape-design/components-themeable 3.0.1344 → 3.0.1345
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.
- package/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/app-layout/constants.scss +0 -3
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/drawer/styles.scss +2 -0
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/navigation/styles.scss +1 -1
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/skeleton/styles.scss +1 -1
- package/lib/internal/scss/expandable-section/styles.scss +102 -14
- package/lib/internal/scss/flashbar/collapsible.scss +1 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/motion/mixins.scss +9 -0
- package/lib/internal/scss/side-navigation/styles.scss +420 -40
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +90 -87
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +6 -6
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +11 -11
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +6 -6
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +30 -30
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +60 -60
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +30 -30
- package/lib/internal/template/app-layout-toolbar/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout-toolbar/index.js +1 -0
- package/lib/internal/template/app-layout-toolbar/index.js.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-container.d.ts +1 -2
- package/lib/internal/template/expandable-section/expandable-section-container.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-container.js +2 -2
- package/lib/internal/template/expandable-section/expandable-section-container.js.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-header.d.ts +2 -1
- package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-header.js +4 -4
- package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
- package/lib/internal/template/expandable-section/internal.d.ts +8 -3
- package/lib/internal/template/expandable-section/internal.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/internal.js +24 -10
- package/lib/internal/template/expandable-section/internal.js.map +1 -1
- package/lib/internal/template/expandable-section/styles.css.js +43 -42
- package/lib/internal/template/expandable-section/styles.scoped.css +198 -143
- package/lib/internal/template/expandable-section/styles.selectors.js +43 -42
- package/lib/internal/template/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +153 -153
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- package/lib/internal/template/internal/base-component/styles.scoped.css +19 -9
- package/lib/internal/template/internal/components/transition/index.d.ts +6 -6
- package/lib/internal/template/internal/components/transition/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/transition/index.js +4 -4
- package/lib/internal/template/internal/components/transition/index.js.map +1 -1
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +9 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +10 -1
- package/lib/internal/template/internal/generated/theming/index.cjs +106 -15
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +18 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +18 -0
- package/lib/internal/template/internal/generated/theming/index.js +106 -15
- package/lib/internal/template/side-navigation/implementation.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/implementation.js +6 -3
- package/lib/internal/template/side-navigation/implementation.js.map +1 -1
- package/lib/internal/template/side-navigation/parts.d.ts +2 -1
- package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/parts.js +86 -76
- package/lib/internal/template/side-navigation/parts.js.map +1 -1
- package/lib/internal/template/side-navigation/styles.css.js +64 -50
- package/lib/internal/template/side-navigation/styles.scoped.css +550 -106
- package/lib/internal/template/side-navigation/styles.selectors.js +64 -50
- package/lib/internal/template/side-navigation/util.d.ts +10 -0
- package/lib/internal/template/side-navigation/util.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/util.js +48 -0
- package/lib/internal/template/side-navigation/util.js.map +1 -1
- package/package.json +1 -1
- package/lib/internal/scss/expandable-section/motion.scss +0 -30
|
@@ -1,47 +1,48 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"wrapper": "
|
|
14
|
-
"wrapper-
|
|
15
|
-
"wrapper-
|
|
16
|
-
"wrapper-
|
|
17
|
-
"
|
|
18
|
-
"wrapper-
|
|
19
|
-
"wrapper-
|
|
20
|
-
"header
|
|
21
|
-
"wrapper
|
|
22
|
-
"
|
|
23
|
-
"header": "
|
|
24
|
-
"header-
|
|
25
|
-
"header-
|
|
26
|
-
"header-
|
|
27
|
-
"header-
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"content": "
|
|
32
|
-
"content-
|
|
33
|
-
"content-
|
|
34
|
-
"content-
|
|
35
|
-
"content-
|
|
36
|
-
"content-
|
|
37
|
-
"
|
|
38
|
-
"disable-
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"header-
|
|
43
|
-
"icon-
|
|
44
|
-
"
|
|
45
|
-
"header-
|
|
4
|
+
"root": "awsui_root_gwq0h_13m8r_153",
|
|
5
|
+
"expand-button": "awsui_expand-button_gwq0h_13m8r_188",
|
|
6
|
+
"icon": "awsui_icon_gwq0h_13m8r_192",
|
|
7
|
+
"expanded": "awsui_expanded_gwq0h_13m8r_207",
|
|
8
|
+
"icon-container": "awsui_icon-container_gwq0h_13m8r_217",
|
|
9
|
+
"icon-container-container": "awsui_icon-container-container_gwq0h_13m8r_221",
|
|
10
|
+
"wrapper": "awsui_wrapper_gwq0h_13m8r_237",
|
|
11
|
+
"wrapper-default": "awsui_wrapper-default_gwq0h_13m8r_245",
|
|
12
|
+
"wrapper-inline": "awsui_wrapper-inline_gwq0h_13m8r_245",
|
|
13
|
+
"wrapper-footer": "awsui_wrapper-footer_gwq0h_13m8r_245",
|
|
14
|
+
"wrapper-navigation": "awsui_wrapper-navigation_gwq0h_13m8r_249",
|
|
15
|
+
"wrapper-container": "awsui_wrapper-container_gwq0h_13m8r_252",
|
|
16
|
+
"wrapper-compact": "awsui_wrapper-compact_gwq0h_13m8r_256",
|
|
17
|
+
"header-deprecated": "awsui_header-deprecated_gwq0h_13m8r_269",
|
|
18
|
+
"wrapper-expanded": "awsui_wrapper-expanded_gwq0h_13m8r_288",
|
|
19
|
+
"wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-actions_gwq0h_13m8r_333",
|
|
20
|
+
"header": "awsui_header_gwq0h_13m8r_269",
|
|
21
|
+
"header-wrapper": "awsui_header-wrapper_gwq0h_13m8r_350",
|
|
22
|
+
"header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_13m8r_362",
|
|
23
|
+
"header-button": "awsui_header-button_gwq0h_13m8r_370",
|
|
24
|
+
"header-container-button": "awsui_header-container-button_gwq0h_13m8r_370",
|
|
25
|
+
"header-container": "awsui_header-container_gwq0h_13m8r_370",
|
|
26
|
+
"header-navigation": "awsui_header-navigation_gwq0h_13m8r_405",
|
|
27
|
+
"header-text": "awsui_header-text_gwq0h_13m8r_442",
|
|
28
|
+
"content": "awsui_content_gwq0h_13m8r_452",
|
|
29
|
+
"content-expanded": "awsui_content-expanded_gwq0h_13m8r_455",
|
|
30
|
+
"content-compact": "awsui_content-compact_gwq0h_13m8r_458",
|
|
31
|
+
"content-inner": "awsui_content-inner_gwq0h_13m8r_491",
|
|
32
|
+
"content-inner-expanded": "awsui_content-inner-expanded_gwq0h_13m8r_508",
|
|
33
|
+
"content-inner-settled": "awsui_content-inner-settled_gwq0h_13m8r_522",
|
|
34
|
+
"content-inner-body-default": "awsui_content-inner-body-default_gwq0h_13m8r_526",
|
|
35
|
+
"content-inner-body-inline": "awsui_content-inner-body-inline_gwq0h_13m8r_526",
|
|
36
|
+
"content-inner-body-footer": "awsui_content-inner-body-footer_gwq0h_13m8r_529",
|
|
37
|
+
"content-inner-body-container": "awsui_content-inner-body-container_gwq0h_13m8r_532",
|
|
38
|
+
"disable-header-paddings": "awsui_disable-header-paddings_gwq0h_13m8r_537",
|
|
39
|
+
"disable-content-paddings": "awsui_disable-content-paddings_gwq0h_13m8r_542",
|
|
40
|
+
"focusable": "awsui_focusable_gwq0h_13m8r_547",
|
|
41
|
+
"click-target": "awsui_click-target_gwq0h_13m8r_562",
|
|
42
|
+
"header-icon-end": "awsui_header-icon-end_gwq0h_13m8r_569",
|
|
43
|
+
"header-button-icon-end": "awsui_header-button-icon-end_gwq0h_13m8r_586",
|
|
44
|
+
"icon-container-end": "awsui_icon-container-end_gwq0h_13m8r_600",
|
|
45
|
+
"header-content": "awsui_header-content_gwq0h_13m8r_649",
|
|
46
|
+
"header-navigation-content": "awsui_header-navigation-content_gwq0h_13m8r_654"
|
|
46
47
|
};
|
|
47
48
|
|