@cloudscape-design/components 3.0.162 → 3.0.163
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/app-layout/visual-refresh/styles.css.js +60 -60
- package/app-layout/visual-refresh/styles.scoped.css +147 -147
- package/app-layout/visual-refresh/styles.selectors.js +60 -60
- package/button/internal.d.ts +1 -0
- package/button/internal.d.ts.map +1 -1
- package/button/internal.js +2 -2
- package/button/internal.js.map +1 -1
- package/code-editor/index.d.ts.map +1 -1
- package/code-editor/index.js +5 -8
- package/code-editor/index.js.map +1 -1
- package/code-editor/pane.d.ts.map +1 -1
- package/code-editor/pane.js +4 -4
- package/code-editor/pane.js.map +1 -1
- package/code-editor/resizable-box/index.d.ts +9 -0
- package/code-editor/resizable-box/index.d.ts.map +1 -0
- package/code-editor/resizable-box/index.js +44 -0
- package/code-editor/resizable-box/index.js.map +1 -0
- package/code-editor/resizable-box/styles.css.js +8 -0
- package/code-editor/resizable-box/styles.scoped.css +50 -0
- package/code-editor/resizable-box/styles.selectors.js +9 -0
- package/code-editor/styles.css.js +32 -33
- package/code-editor/styles.scoped.css +109 -139
- package/code-editor/styles.selectors.js +32 -33
- package/flashbar/styles.css.js +33 -33
- package/flashbar/styles.scoped.css +115 -115
- package/flashbar/styles.selectors.js +33 -33
- package/form-field/interfaces.d.ts +10 -0
- package/form-field/interfaces.d.ts.map +1 -1
- package/form-field/interfaces.js.map +1 -1
- package/form-field/internal.d.ts +1 -1
- package/form-field/internal.d.ts.map +1 -1
- package/form-field/internal.js +5 -4
- package/form-field/internal.js.map +1 -1
- package/input/internal.d.ts.map +1 -1
- package/input/internal.js +16 -4
- package/input/internal.js.map +1 -1
- package/internal/components/live-region/index.d.ts +1 -1
- package/internal/components/live-region/index.d.ts.map +1 -1
- package/internal/components/live-region/index.js +29 -6
- package/internal/components/live-region/index.js.map +1 -1
- package/internal/context/form-field-context.d.ts +6 -2
- package/internal/context/form-field-context.d.ts.map +1 -1
- package/internal/context/form-field-context.js +7 -1
- package/internal/context/form-field-context.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/manifest.json +1 -1
- package/internal/types.d.ts +9 -0
- package/internal/types.d.ts.map +1 -1
- package/internal/types.js +0 -2
- package/internal/types.js.map +1 -1
- package/mixed-line-bar-chart/styles.css.js +19 -19
- package/mixed-line-bar-chart/styles.scoped.css +26 -26
- package/mixed-line-bar-chart/styles.selectors.js +19 -19
- package/package.json +30 -34
- package/progress-bar/index.d.ts.map +1 -1
- package/progress-bar/index.js +14 -3
- package/progress-bar/index.js.map +1 -1
- package/select/parts/styles.css.js +9 -9
- package/select/parts/styles.scoped.css +27 -9
- package/select/parts/styles.selectors.js +9 -9
- package/table/body-cell/click-away.d.ts +9 -0
- package/table/body-cell/click-away.d.ts.map +1 -0
- package/table/body-cell/click-away.js +38 -0
- package/table/body-cell/click-away.js.map +1 -0
- package/table/body-cell/index.d.ts +10 -19
- package/table/body-cell/index.d.ts.map +1 -1
- package/table/body-cell/index.js +49 -9
- package/table/body-cell/index.js.map +1 -1
- package/table/body-cell/inline-editor.d.ts +12 -0
- package/table/body-cell/inline-editor.d.ts.map +1 -0
- package/table/body-cell/inline-editor.js +88 -0
- package/table/body-cell/inline-editor.js.map +1 -0
- package/table/body-cell/styles.css.js +18 -12
- package/table/body-cell/styles.scoped.css +229 -46
- package/table/body-cell/styles.selectors.js +18 -12
- package/table/body-cell/td-element.d.ts +21 -0
- package/table/body-cell/td-element.d.ts.map +1 -0
- package/table/body-cell/td-element.js +11 -0
- package/table/body-cell/td-element.js.map +1 -0
- package/table/body-cell/use-stable-scroll-position.d.ts +17 -0
- package/table/body-cell/use-stable-scroll-position.d.ts.map +1 -0
- package/table/body-cell/use-stable-scroll-position.js +48 -0
- package/table/body-cell/use-stable-scroll-position.js.map +1 -0
- package/table/header-cell/index.d.ts +8 -7
- package/table/header-cell/index.d.ts.map +1 -1
- package/table/header-cell/index.js +6 -2
- package/table/header-cell/index.js.map +1 -1
- package/table/header-cell/styles.css.js +19 -18
- package/table/header-cell/styles.scoped.css +40 -35
- package/table/header-cell/styles.selectors.js +19 -18
- package/table/interfaces.d.ts +73 -6
- package/table/interfaces.d.ts.map +1 -1
- package/table/interfaces.js.map +1 -1
- package/table/internal.d.ts.map +1 -1
- package/table/internal.js +68 -18
- package/table/internal.js.map +1 -1
- package/table/thead.d.ts.map +1 -1
- package/table/thead.js +1 -1
- package/table/thead.js.map +1 -1
- package/table/use-table-focus-navigation.d.ts +16 -0
- package/table/use-table-focus-navigation.d.ts.map +1 -0
- package/table/use-table-focus-navigation.js +131 -0
- package/table/use-table-focus-navigation.js.map +1 -0
- package/tabs/index.d.ts +1 -1
- package/tabs/index.d.ts.map +1 -1
- package/tabs/index.js +2 -2
- package/tabs/index.js.map +1 -1
- package/tabs/interfaces.d.ts +14 -0
- package/tabs/interfaces.d.ts.map +1 -1
- package/tabs/interfaces.js.map +1 -1
- package/tabs/tab-header-bar.d.ts +2 -1
- package/tabs/tab-header-bar.d.ts.map +1 -1
- package/tabs/tab-header-bar.js +3 -7
- package/tabs/tab-header-bar.js.map +1 -1
- package/test-utils/dom/table/index.d.ts +4 -0
- package/test-utils/dom/table/index.js +21 -5
- package/test-utils/dom/table/index.js.map +1 -1
- package/test-utils/selectors/table/index.d.ts +4 -0
- package/test-utils/selectors/table/index.js +21 -5
- package/test-utils/selectors/table/index.js.map +1 -1
- package/test-utils/tsconfig.tsbuildinfo +1 -1
- package/code-editor/resize-handler.d.ts +0 -3
- package/code-editor/resize-handler.d.ts.map +0 -1
- package/code-editor/resize-handler.js +0 -7
- package/code-editor/resize-handler.js.map +0 -1
- package/internal/components/dynamic-aria-live/index.d.ts +0 -28
- package/internal/components/dynamic-aria-live/index.d.ts.map +0 -1
- package/internal/components/dynamic-aria-live/index.js +0 -38
- package/internal/components/dynamic-aria-live/index.js.map +0 -1
- package/internal/components/live-region/aria-liva-tag.d.ts +0 -13
- package/internal/components/live-region/aria-liva-tag.d.ts.map +0 -1
- package/internal/components/live-region/aria-liva-tag.js +0 -18
- package/internal/components/live-region/aria-liva-tag.js.map +0 -1
- package/internal/components/live-region/utils.d.ts +0 -8
- package/internal/components/live-region/utils.d.ts.map +0 -1
- package/internal/components/live-region/utils.js +0 -24
- package/internal/components/live-region/utils.js.map +0 -1
|
@@ -2,38 +2,37 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"code-editor": "awsui_code-
|
|
6
|
-
"code-editor-refresh": "awsui_code-editor-
|
|
7
|
-
"pane": "
|
|
8
|
-
"pane__close-container": "awsui_pane__close-
|
|
9
|
-
"pane__list": "
|
|
10
|
-
"pane__table": "
|
|
11
|
-
"pane__item": "
|
|
12
|
-
"pane__cell": "
|
|
13
|
-
"pane__item--highlighted": "awsui_pane__item--
|
|
14
|
-
"pane__location": "
|
|
15
|
-
"pane__description": "
|
|
16
|
-
"focus-lock": "awsui_focus-
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"status-bar": "awsui_status-
|
|
21
|
-
"status-
|
|
22
|
-
"status-bar__left": "awsui_status-
|
|
23
|
-
"status-
|
|
24
|
-
"status-
|
|
25
|
-
"status-
|
|
26
|
-
"status-
|
|
27
|
-
"status-
|
|
28
|
-
"
|
|
29
|
-
"tab-button": "awsui_tab-
|
|
30
|
-
"tab-button--
|
|
31
|
-
"tab-button--
|
|
32
|
-
"tab-button--
|
|
33
|
-
"tab-button--
|
|
34
|
-
"tab-button--
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"error-screen": "awsui_error-screen_1gl9c_1563r_650"
|
|
5
|
+
"code-editor": "awsui_code-editor_1gl9c_czd5p_98",
|
|
6
|
+
"code-editor-refresh": "awsui_code-editor-refresh_1gl9c_czd5p_342",
|
|
7
|
+
"pane": "awsui_pane_1gl9c_czd5p_354",
|
|
8
|
+
"pane__close-container": "awsui_pane__close-container_1gl9c_czd5p_365",
|
|
9
|
+
"pane__list": "awsui_pane__list_1gl9c_czd5p_370",
|
|
10
|
+
"pane__table": "awsui_pane__table_1gl9c_czd5p_377",
|
|
11
|
+
"pane__item": "awsui_pane__item_1gl9c_czd5p_382",
|
|
12
|
+
"pane__cell": "awsui_pane__cell_1gl9c_czd5p_382",
|
|
13
|
+
"pane__item--highlighted": "awsui_pane__item--highlighted_1gl9c_czd5p_396",
|
|
14
|
+
"pane__location": "awsui_pane__location_1gl9c_czd5p_417",
|
|
15
|
+
"pane__description": "awsui_pane__description_1gl9c_czd5p_417",
|
|
16
|
+
"focus-lock": "awsui_focus-lock_1gl9c_czd5p_432",
|
|
17
|
+
"editor": "awsui_editor_1gl9c_czd5p_455",
|
|
18
|
+
"editor-refresh": "awsui_editor-refresh_1gl9c_czd5p_483",
|
|
19
|
+
"status-bar": "awsui_status-bar_1gl9c_czd5p_488",
|
|
20
|
+
"status-bar-with-hidden-pane": "awsui_status-bar-with-hidden-pane_1gl9c_czd5p_497",
|
|
21
|
+
"status-bar__left": "awsui_status-bar__left_1gl9c_czd5p_501",
|
|
22
|
+
"status-bar__left-virtual": "awsui_status-bar__left-virtual_1gl9c_czd5p_508",
|
|
23
|
+
"status-bar__right": "awsui_status-bar__right_1gl9c_czd5p_512",
|
|
24
|
+
"status-bar__language-mode": "awsui_status-bar__language-mode_1gl9c_czd5p_516",
|
|
25
|
+
"status-bar__cursor-position": "awsui_status-bar__cursor-position_1gl9c_czd5p_516",
|
|
26
|
+
"status-bar__cog-button": "awsui_status-bar__cog-button_1gl9c_czd5p_521",
|
|
27
|
+
"status-bar-virtual": "awsui_status-bar-virtual_1gl9c_czd5p_525",
|
|
28
|
+
"tab-button": "awsui_tab-button_1gl9c_czd5p_531",
|
|
29
|
+
"tab-button--refresh": "awsui_tab-button--refresh_1gl9c_czd5p_544",
|
|
30
|
+
"tab-button--active": "awsui_tab-button--active_1gl9c_czd5p_558",
|
|
31
|
+
"tab-button--disabled": "awsui_tab-button--disabled_1gl9c_czd5p_578",
|
|
32
|
+
"tab-button--divider": "awsui_tab-button--divider_1gl9c_czd5p_608",
|
|
33
|
+
"tab-button--errors": "awsui_tab-button--errors_1gl9c_czd5p_615",
|
|
34
|
+
"tab-button--warnings": "awsui_tab-button--warnings_1gl9c_czd5p_615",
|
|
35
|
+
"loading-screen": "awsui_loading-screen_1gl9c_czd5p_619",
|
|
36
|
+
"error-screen": "awsui_error-screen_1gl9c_czd5p_620"
|
|
38
37
|
};
|
|
39
38
|
|
package/flashbar/styles.css.js
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"flash-refresh": "awsui_flash-
|
|
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
|
-
"flashbar": "
|
|
17
|
-
"flash": "
|
|
18
|
-
"flash-list": "awsui_flash-
|
|
19
|
-
"flash-focus-container": "awsui_flash-focus-
|
|
20
|
-
"flash-text": "awsui_flash-
|
|
21
|
-
"dismiss-button": "awsui_dismiss-
|
|
22
|
-
"breakpoint-default": "awsui_breakpoint-
|
|
23
|
-
"flash-list-item": "awsui_flash-list-
|
|
24
|
-
"action-button": "awsui_action-
|
|
25
|
-
"flash-type-success": "awsui_flash-type-
|
|
26
|
-
"flash-type-error": "awsui_flash-type-
|
|
27
|
-
"flash-type-warning": "awsui_flash-type-
|
|
28
|
-
"flash-type-info": "awsui_flash-type-
|
|
29
|
-
"stack": "
|
|
30
|
-
"expanded": "
|
|
31
|
-
"collapsed": "
|
|
32
|
-
"item": "
|
|
33
|
-
"visual-refresh": "awsui_visual-
|
|
34
|
-
"flash-items": "awsui_flash-
|
|
35
|
-
"toggle": "
|
|
36
|
-
"icon": "
|
|
4
|
+
"flash-refresh": "awsui_flash-refresh_1q84n_19pij_93",
|
|
5
|
+
"enter": "awsui_enter_1q84n_19pij_93",
|
|
6
|
+
"flash-body": "awsui_flash-body_1q84n_19pij_108",
|
|
7
|
+
"flash-message": "awsui_flash-message_1q84n_19pij_108",
|
|
8
|
+
"flash-header": "awsui_flash-header_1q84n_19pij_108",
|
|
9
|
+
"flash-content": "awsui_flash-content_1q84n_19pij_109",
|
|
10
|
+
"action-button-wrapper": "awsui_action-button-wrapper_1q84n_19pij_110",
|
|
11
|
+
"dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_19pij_111",
|
|
12
|
+
"flash-icon": "awsui_flash-icon_1q84n_19pij_134",
|
|
13
|
+
"entering": "awsui_entering_1q84n_19pij_147",
|
|
14
|
+
"entered": "awsui_entered_1q84n_19pij_168",
|
|
15
|
+
"exiting": "awsui_exiting_1q84n_19pij_273",
|
|
16
|
+
"flashbar": "awsui_flashbar_1q84n_19pij_295",
|
|
17
|
+
"flash": "awsui_flash_1q84n_19pij_93",
|
|
18
|
+
"flash-list": "awsui_flash-list_1q84n_19pij_350",
|
|
19
|
+
"flash-focus-container": "awsui_flash-focus-container_1q84n_19pij_386",
|
|
20
|
+
"flash-text": "awsui_flash-text_1q84n_19pij_392",
|
|
21
|
+
"dismiss-button": "awsui_dismiss-button_1q84n_19pij_111",
|
|
22
|
+
"breakpoint-default": "awsui_breakpoint-default_1q84n_19pij_433",
|
|
23
|
+
"flash-list-item": "awsui_flash-list-item_1q84n_19pij_433",
|
|
24
|
+
"action-button": "awsui_action-button_1q84n_19pij_110",
|
|
25
|
+
"flash-type-success": "awsui_flash-type-success_1q84n_19pij_446",
|
|
26
|
+
"flash-type-error": "awsui_flash-type-error_1q84n_19pij_450",
|
|
27
|
+
"flash-type-warning": "awsui_flash-type-warning_1q84n_19pij_454",
|
|
28
|
+
"flash-type-info": "awsui_flash-type-info_1q84n_19pij_458",
|
|
29
|
+
"stack": "awsui_stack_1q84n_19pij_462",
|
|
30
|
+
"expanded": "awsui_expanded_1q84n_19pij_467",
|
|
31
|
+
"collapsed": "awsui_collapsed_1q84n_19pij_481",
|
|
32
|
+
"item": "awsui_item_1q84n_19pij_487",
|
|
33
|
+
"visual-refresh": "awsui_visual-refresh_1q84n_19pij_497",
|
|
34
|
+
"flash-items": "awsui_flash-items_1q84n_19pij_503",
|
|
35
|
+
"toggle": "awsui_toggle_1q84n_19pij_510",
|
|
36
|
+
"icon": "awsui_icon_1q84n_19pij_573"
|
|
37
37
|
};
|
|
38
38
|
|