@cloudscape-design/components 3.0.1282 → 3.0.1283
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/button-dropdown/category-elements/styles.css.js +18 -18
- package/button-dropdown/category-elements/styles.scoped.css +30 -30
- package/button-dropdown/category-elements/styles.selectors.js +18 -18
- package/button-dropdown/interfaces.d.ts +0 -2
- package/button-dropdown/interfaces.d.ts.map +1 -1
- package/button-dropdown/interfaces.js.map +1 -1
- package/button-dropdown/item-element/styles.css.js +21 -21
- package/button-dropdown/item-element/styles.scoped.css +38 -38
- package/button-dropdown/item-element/styles.selectors.js +21 -21
- package/file-token-group/styles.css.js +23 -23
- package/file-token-group/styles.scoped.css +35 -35
- package/file-token-group/styles.selectors.js +23 -23
- package/flashbar/styles.css.js +50 -50
- package/flashbar/styles.scoped.css +165 -165
- package/flashbar/styles.selectors.js +50 -50
- package/input/internal.d.ts +2 -0
- package/input/internal.d.ts.map +1 -1
- package/input/internal.js +5 -2
- package/input/internal.js.map +1 -1
- package/input/styles.css.js +18 -13
- package/input/styles.scoped.css +67 -31
- package/input/styles.selectors.js +18 -13
- package/internal/base-component/styles.scoped.css +5 -1
- package/internal/components/button-trigger/styles.css.js +14 -14
- package/internal/components/button-trigger/styles.scoped.css +29 -29
- package/internal/components/button-trigger/styles.selectors.js +14 -14
- package/internal/components/dropdown-status/styles.css.js +2 -2
- package/internal/components/dropdown-status/styles.scoped.css +4 -4
- package/internal/components/dropdown-status/styles.selectors.js +2 -2
- package/internal/components/selectable-item/styles.css.js +22 -22
- package/internal/components/selectable-item/styles.scoped.css +51 -51
- package/internal/components/selectable-item/styles.selectors.js +22 -22
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/styles/tokens.d.ts +3 -0
- package/internal/generated/styles/tokens.js +3 -0
- package/internal/generated/theming/index.cjs +39 -0
- package/internal/generated/theming/index.cjs.d.ts +18 -0
- package/internal/generated/theming/index.d.ts +18 -0
- package/internal/generated/theming/index.js +39 -0
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/pagination/index.d.ts +3 -1
- package/pagination/index.d.ts.map +1 -1
- package/pagination/index.js +4 -3
- package/pagination/index.js.map +1 -1
- package/pagination/interfaces.d.ts +31 -2
- package/pagination/interfaces.d.ts.map +1 -1
- package/pagination/interfaces.js.map +1 -1
- package/pagination/internal.d.ts +3 -14
- package/pagination/internal.d.ts.map +1 -1
- package/pagination/internal.js +78 -19
- package/pagination/internal.js.map +1 -1
- package/pagination/styles.css.js +11 -9
- package/pagination/styles.scoped.css +39 -24
- package/pagination/styles.selectors.js +11 -9
- package/popover/internal.d.ts +4 -0
- package/popover/internal.d.ts.map +1 -1
- package/popover/internal.js +23 -13
- package/popover/internal.js.map +1 -1
- package/prompt-input/internal.js +1 -1
- package/prompt-input/internal.js.map +1 -1
- package/prompt-input/styles.css.js +26 -26
- package/prompt-input/styles.scoped.css +55 -55
- package/prompt-input/styles.selectors.js +26 -26
- package/property-filter/filtering-token/styles.css.js +18 -18
- package/property-filter/filtering-token/styles.scoped.css +42 -42
- package/property-filter/filtering-token/styles.selectors.js +18 -18
- package/property-filter/styles.css.js +39 -39
- package/property-filter/styles.scoped.css +43 -43
- package/property-filter/styles.selectors.js +39 -39
- package/segmented-control/styles.css.js +16 -16
- package/segmented-control/styles.scoped.css +33 -33
- package/segmented-control/styles.selectors.js +16 -16
- package/select/parts/filter.d.ts +1 -1
- package/select/parts/filter.d.ts.map +1 -1
- package/test-utils/dom/pagination/index.d.ts +15 -0
- package/test-utils/dom/pagination/index.js +22 -0
- package/test-utils/dom/pagination/index.js.map +1 -1
- package/test-utils/selectors/pagination/index.d.ts +15 -0
- package/test-utils/selectors/pagination/index.js +22 -0
- package/test-utils/selectors/pagination/index.js.map +1 -1
- package/textarea/styles.css.js +5 -5
- package/textarea/styles.scoped.css +14 -14
- package/textarea/styles.selectors.js +5 -5
- package/token/styles.css.js +14 -14
- package/token/styles.scoped.css +30 -30
- package/token/styles.selectors.js +14 -14
package/flashbar/styles.css.js
CHANGED
|
@@ -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_1g196_157",
|
|
5
|
+
"enter": "awsui_enter_1q84n_1g196_157",
|
|
6
|
+
"flash-body": "awsui_flash-body_1q84n_1g196_171",
|
|
7
|
+
"flash-message": "awsui_flash-message_1q84n_1g196_171",
|
|
8
|
+
"flash-header": "awsui_flash-header_1q84n_1g196_171",
|
|
9
|
+
"flash-content": "awsui_flash-content_1q84n_1g196_172",
|
|
10
|
+
"action-button-wrapper": "awsui_action-button-wrapper_1q84n_1g196_173",
|
|
11
|
+
"dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_1g196_174",
|
|
12
|
+
"flash-icon": "awsui_flash-icon_1q84n_1g196_197",
|
|
13
|
+
"entering": "awsui_entering_1q84n_1g196_210",
|
|
14
|
+
"entered": "awsui_entered_1q84n_1g196_231",
|
|
15
|
+
"exiting": "awsui_exiting_1q84n_1g196_336",
|
|
16
|
+
"stack": "awsui_stack_1q84n_1g196_370",
|
|
17
|
+
"animation-running": "awsui_animation-running_1q84n_1g196_370",
|
|
18
|
+
"item": "awsui_item_1q84n_1g196_370",
|
|
19
|
+
"flash-list-item": "awsui_flash-list-item_1q84n_1g196_371",
|
|
20
|
+
"notification-bar": "awsui_notification-bar_1q84n_1g196_372",
|
|
21
|
+
"collapsed": "awsui_collapsed_1q84n_1g196_392",
|
|
22
|
+
"animation-ready": "awsui_animation-ready_1q84n_1g196_392",
|
|
23
|
+
"expanded-only": "awsui_expanded-only_1q84n_1g196_392",
|
|
24
|
+
"expanded": "awsui_expanded_1q84n_1g196_392",
|
|
25
|
+
"flash": "awsui_flash_1q84n_1g196_157",
|
|
26
|
+
"collapsible": "awsui_collapsible_1q84n_1g196_448",
|
|
27
|
+
"short-list": "awsui_short-list_1q84n_1g196_454",
|
|
28
|
+
"visual-refresh": "awsui_visual-refresh_1q84n_1g196_454",
|
|
29
|
+
"status": "awsui_status_1q84n_1g196_601",
|
|
30
|
+
"header": "awsui_header_1q84n_1g196_601",
|
|
31
|
+
"item-count": "awsui_item-count_1q84n_1g196_602",
|
|
32
|
+
"button": "awsui_button_1q84n_1g196_603",
|
|
33
|
+
"type-count": "awsui_type-count_1q84n_1g196_636",
|
|
34
|
+
"count-number": "awsui_count-number_1q84n_1g196_636",
|
|
35
|
+
"icon": "awsui_icon_1q84n_1g196_674",
|
|
36
|
+
"floating": "awsui_floating_1q84n_1g196_715",
|
|
37
|
+
"flashbar": "awsui_flashbar_1q84n_1g196_719",
|
|
38
|
+
"initial-hidden": "awsui_initial-hidden_1q84n_1g196_778",
|
|
39
|
+
"flash-list": "awsui_flash-list_1q84n_1g196_371",
|
|
40
|
+
"flash-focus-container": "awsui_flash-focus-container_1q84n_1g196_802",
|
|
41
|
+
"flash-text": "awsui_flash-text_1q84n_1g196_832",
|
|
42
|
+
"hidden": "awsui_hidden_1q84n_1g196_851",
|
|
43
|
+
"header-replacement": "awsui_header-replacement_1q84n_1g196_856",
|
|
44
|
+
"content-replacement": "awsui_content-replacement_1q84n_1g196_861",
|
|
45
|
+
"dismiss-button": "awsui_dismiss-button_1q84n_1g196_174",
|
|
46
|
+
"action-wrapped": "awsui_action-wrapped_1q84n_1g196_879",
|
|
47
|
+
"action-button": "awsui_action-button_1q84n_1g196_173",
|
|
48
|
+
"action-slot": "awsui_action-slot_1q84n_1g196_886",
|
|
49
|
+
"flash-type-success": "awsui_flash-type-success_1q84n_1g196_890",
|
|
50
|
+
"flash-type-error": "awsui_flash-type-error_1q84n_1g196_894",
|
|
51
|
+
"flash-type-info": "awsui_flash-type-info_1q84n_1g196_898",
|
|
52
|
+
"flash-type-in-progress": "awsui_flash-type-in-progress_1q84n_1g196_899",
|
|
53
|
+
"flash-type-warning": "awsui_flash-type-warning_1q84n_1g196_903"
|
|
54
54
|
};
|
|
55
55
|
|