@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
|
@@ -2,47 +2,48 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"wrapper": "
|
|
15
|
-
"wrapper-
|
|
16
|
-
"wrapper-
|
|
17
|
-
"wrapper-
|
|
18
|
-
"
|
|
19
|
-
"wrapper-
|
|
20
|
-
"wrapper-
|
|
21
|
-
"header
|
|
22
|
-
"wrapper
|
|
23
|
-
"
|
|
24
|
-
"header": "
|
|
25
|
-
"header-
|
|
26
|
-
"header-
|
|
27
|
-
"header-
|
|
28
|
-
"header-
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"content": "
|
|
33
|
-
"content-
|
|
34
|
-
"content-
|
|
35
|
-
"content-
|
|
36
|
-
"content-
|
|
37
|
-
"content-
|
|
38
|
-
"
|
|
39
|
-
"disable-
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"header-
|
|
44
|
-
"icon-
|
|
45
|
-
"
|
|
46
|
-
"header-
|
|
5
|
+
"root": "awsui_root_gwq0h_13m8r_153",
|
|
6
|
+
"expand-button": "awsui_expand-button_gwq0h_13m8r_188",
|
|
7
|
+
"icon": "awsui_icon_gwq0h_13m8r_192",
|
|
8
|
+
"expanded": "awsui_expanded_gwq0h_13m8r_207",
|
|
9
|
+
"icon-container": "awsui_icon-container_gwq0h_13m8r_217",
|
|
10
|
+
"icon-container-container": "awsui_icon-container-container_gwq0h_13m8r_221",
|
|
11
|
+
"wrapper": "awsui_wrapper_gwq0h_13m8r_237",
|
|
12
|
+
"wrapper-default": "awsui_wrapper-default_gwq0h_13m8r_245",
|
|
13
|
+
"wrapper-inline": "awsui_wrapper-inline_gwq0h_13m8r_245",
|
|
14
|
+
"wrapper-footer": "awsui_wrapper-footer_gwq0h_13m8r_245",
|
|
15
|
+
"wrapper-navigation": "awsui_wrapper-navigation_gwq0h_13m8r_249",
|
|
16
|
+
"wrapper-container": "awsui_wrapper-container_gwq0h_13m8r_252",
|
|
17
|
+
"wrapper-compact": "awsui_wrapper-compact_gwq0h_13m8r_256",
|
|
18
|
+
"header-deprecated": "awsui_header-deprecated_gwq0h_13m8r_269",
|
|
19
|
+
"wrapper-expanded": "awsui_wrapper-expanded_gwq0h_13m8r_288",
|
|
20
|
+
"wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-actions_gwq0h_13m8r_333",
|
|
21
|
+
"header": "awsui_header_gwq0h_13m8r_269",
|
|
22
|
+
"header-wrapper": "awsui_header-wrapper_gwq0h_13m8r_350",
|
|
23
|
+
"header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_13m8r_362",
|
|
24
|
+
"header-button": "awsui_header-button_gwq0h_13m8r_370",
|
|
25
|
+
"header-container-button": "awsui_header-container-button_gwq0h_13m8r_370",
|
|
26
|
+
"header-container": "awsui_header-container_gwq0h_13m8r_370",
|
|
27
|
+
"header-navigation": "awsui_header-navigation_gwq0h_13m8r_405",
|
|
28
|
+
"header-text": "awsui_header-text_gwq0h_13m8r_442",
|
|
29
|
+
"content": "awsui_content_gwq0h_13m8r_452",
|
|
30
|
+
"content-expanded": "awsui_content-expanded_gwq0h_13m8r_455",
|
|
31
|
+
"content-compact": "awsui_content-compact_gwq0h_13m8r_458",
|
|
32
|
+
"content-inner": "awsui_content-inner_gwq0h_13m8r_491",
|
|
33
|
+
"content-inner-expanded": "awsui_content-inner-expanded_gwq0h_13m8r_508",
|
|
34
|
+
"content-inner-settled": "awsui_content-inner-settled_gwq0h_13m8r_522",
|
|
35
|
+
"content-inner-body-default": "awsui_content-inner-body-default_gwq0h_13m8r_526",
|
|
36
|
+
"content-inner-body-inline": "awsui_content-inner-body-inline_gwq0h_13m8r_526",
|
|
37
|
+
"content-inner-body-footer": "awsui_content-inner-body-footer_gwq0h_13m8r_529",
|
|
38
|
+
"content-inner-body-container": "awsui_content-inner-body-container_gwq0h_13m8r_532",
|
|
39
|
+
"disable-header-paddings": "awsui_disable-header-paddings_gwq0h_13m8r_537",
|
|
40
|
+
"disable-content-paddings": "awsui_disable-content-paddings_gwq0h_13m8r_542",
|
|
41
|
+
"focusable": "awsui_focusable_gwq0h_13m8r_547",
|
|
42
|
+
"click-target": "awsui_click-target_gwq0h_13m8r_562",
|
|
43
|
+
"header-icon-end": "awsui_header-icon-end_gwq0h_13m8r_569",
|
|
44
|
+
"header-button-icon-end": "awsui_header-button-icon-end_gwq0h_13m8r_586",
|
|
45
|
+
"icon-container-end": "awsui_icon-container-end_gwq0h_13m8r_600",
|
|
46
|
+
"header-content": "awsui_header-content_gwq0h_13m8r_649",
|
|
47
|
+
"header-navigation-content": "awsui_header-navigation-content_gwq0h_13m8r_654"
|
|
47
48
|
};
|
|
48
49
|
|
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"flash-with-motion": "awsui_flash-with-
|
|
5
|
-
"enter": "
|
|
6
|
-
"flash-body": "awsui_flash-
|
|
7
|
-
"flash-message": "awsui_flash-
|
|
8
|
-
"flash-header": "awsui_flash-
|
|
9
|
-
"flash-content": "awsui_flash-
|
|
10
|
-
"action-button-wrapper": "awsui_action-button-
|
|
11
|
-
"dismiss-button-wrapper": "awsui_dismiss-button-
|
|
12
|
-
"flash-icon": "awsui_flash-
|
|
13
|
-
"entering": "
|
|
14
|
-
"entered": "
|
|
15
|
-
"exiting": "
|
|
16
|
-
"stack": "
|
|
17
|
-
"animation-running": "awsui_animation-
|
|
18
|
-
"item": "
|
|
19
|
-
"flash-list-item": "awsui_flash-list-
|
|
20
|
-
"notification-bar": "awsui_notification-
|
|
21
|
-
"collapsed": "
|
|
22
|
-
"animation-ready": "awsui_animation-
|
|
23
|
-
"expanded-only": "awsui_expanded-
|
|
24
|
-
"expanded": "
|
|
25
|
-
"flash": "
|
|
26
|
-
"collapsible": "
|
|
27
|
-
"short-list": "awsui_short-
|
|
28
|
-
"visual-refresh": "awsui_visual-
|
|
29
|
-
"status": "
|
|
30
|
-
"header": "
|
|
31
|
-
"item-count": "awsui_item-
|
|
32
|
-
"button": "
|
|
33
|
-
"type-count": "awsui_type-
|
|
34
|
-
"count-number": "awsui_count-
|
|
35
|
-
"icon": "
|
|
36
|
-
"floating": "
|
|
37
|
-
"flashbar": "
|
|
38
|
-
"initial-hidden": "awsui_initial-
|
|
39
|
-
"flash-list": "awsui_flash-
|
|
40
|
-
"flash-focus-container": "awsui_flash-focus-
|
|
41
|
-
"flash-text": "awsui_flash-
|
|
42
|
-
"hidden": "
|
|
43
|
-
"header-replacement": "awsui_header-
|
|
44
|
-
"content-replacement": "awsui_content-
|
|
45
|
-
"dismiss-button": "awsui_dismiss-
|
|
46
|
-
"action-wrapped": "awsui_action-
|
|
47
|
-
"action-button": "awsui_action-
|
|
48
|
-
"action-slot": "awsui_action-
|
|
49
|
-
"flash-type-success": "awsui_flash-type-
|
|
50
|
-
"flash-type-error": "awsui_flash-type-
|
|
51
|
-
"flash-type-info": "awsui_flash-type-
|
|
52
|
-
"flash-type-in-progress": "awsui_flash-type-in-
|
|
53
|
-
"flash-type-warning": "awsui_flash-type-
|
|
4
|
+
"flash-with-motion": "awsui_flash-with-motion_1q84n_1pcl1_157",
|
|
5
|
+
"enter": "awsui_enter_1q84n_1pcl1_157",
|
|
6
|
+
"flash-body": "awsui_flash-body_1q84n_1pcl1_171",
|
|
7
|
+
"flash-message": "awsui_flash-message_1q84n_1pcl1_171",
|
|
8
|
+
"flash-header": "awsui_flash-header_1q84n_1pcl1_171",
|
|
9
|
+
"flash-content": "awsui_flash-content_1q84n_1pcl1_172",
|
|
10
|
+
"action-button-wrapper": "awsui_action-button-wrapper_1q84n_1pcl1_173",
|
|
11
|
+
"dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_1pcl1_174",
|
|
12
|
+
"flash-icon": "awsui_flash-icon_1q84n_1pcl1_197",
|
|
13
|
+
"entering": "awsui_entering_1q84n_1pcl1_210",
|
|
14
|
+
"entered": "awsui_entered_1q84n_1pcl1_231",
|
|
15
|
+
"exiting": "awsui_exiting_1q84n_1pcl1_336",
|
|
16
|
+
"stack": "awsui_stack_1q84n_1pcl1_370",
|
|
17
|
+
"animation-running": "awsui_animation-running_1q84n_1pcl1_370",
|
|
18
|
+
"item": "awsui_item_1q84n_1pcl1_370",
|
|
19
|
+
"flash-list-item": "awsui_flash-list-item_1q84n_1pcl1_371",
|
|
20
|
+
"notification-bar": "awsui_notification-bar_1q84n_1pcl1_372",
|
|
21
|
+
"collapsed": "awsui_collapsed_1q84n_1pcl1_392",
|
|
22
|
+
"animation-ready": "awsui_animation-ready_1q84n_1pcl1_392",
|
|
23
|
+
"expanded-only": "awsui_expanded-only_1q84n_1pcl1_392",
|
|
24
|
+
"expanded": "awsui_expanded_1q84n_1pcl1_392",
|
|
25
|
+
"flash": "awsui_flash_1q84n_1pcl1_157",
|
|
26
|
+
"collapsible": "awsui_collapsible_1q84n_1pcl1_448",
|
|
27
|
+
"short-list": "awsui_short-list_1q84n_1pcl1_454",
|
|
28
|
+
"visual-refresh": "awsui_visual-refresh_1q84n_1pcl1_454",
|
|
29
|
+
"status": "awsui_status_1q84n_1pcl1_601",
|
|
30
|
+
"header": "awsui_header_1q84n_1pcl1_601",
|
|
31
|
+
"item-count": "awsui_item-count_1q84n_1pcl1_602",
|
|
32
|
+
"button": "awsui_button_1q84n_1pcl1_603",
|
|
33
|
+
"type-count": "awsui_type-count_1q84n_1pcl1_636",
|
|
34
|
+
"count-number": "awsui_count-number_1q84n_1pcl1_636",
|
|
35
|
+
"icon": "awsui_icon_1q84n_1pcl1_674",
|
|
36
|
+
"floating": "awsui_floating_1q84n_1pcl1_715",
|
|
37
|
+
"flashbar": "awsui_flashbar_1q84n_1pcl1_719",
|
|
38
|
+
"initial-hidden": "awsui_initial-hidden_1q84n_1pcl1_779",
|
|
39
|
+
"flash-list": "awsui_flash-list_1q84n_1pcl1_371",
|
|
40
|
+
"flash-focus-container": "awsui_flash-focus-container_1q84n_1pcl1_803",
|
|
41
|
+
"flash-text": "awsui_flash-text_1q84n_1pcl1_833",
|
|
42
|
+
"hidden": "awsui_hidden_1q84n_1pcl1_852",
|
|
43
|
+
"header-replacement": "awsui_header-replacement_1q84n_1pcl1_857",
|
|
44
|
+
"content-replacement": "awsui_content-replacement_1q84n_1pcl1_862",
|
|
45
|
+
"dismiss-button": "awsui_dismiss-button_1q84n_1pcl1_174",
|
|
46
|
+
"action-wrapped": "awsui_action-wrapped_1q84n_1pcl1_880",
|
|
47
|
+
"action-button": "awsui_action-button_1q84n_1pcl1_173",
|
|
48
|
+
"action-slot": "awsui_action-slot_1q84n_1pcl1_887",
|
|
49
|
+
"flash-type-success": "awsui_flash-type-success_1q84n_1pcl1_891",
|
|
50
|
+
"flash-type-error": "awsui_flash-type-error_1q84n_1pcl1_899",
|
|
51
|
+
"flash-type-info": "awsui_flash-type-info_1q84n_1pcl1_907",
|
|
52
|
+
"flash-type-in-progress": "awsui_flash-type-in-progress_1q84n_1pcl1_908",
|
|
53
|
+
"flash-type-warning": "awsui_flash-type-warning_1q84n_1pcl1_917"
|
|
54
54
|
};
|
|
55
55
|
|