@cloudscape-design/components 3.0.162 → 3.0.164

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 (147) hide show
  1. package/app-layout/visual-refresh/styles.css.js +60 -60
  2. package/app-layout/visual-refresh/styles.scoped.css +147 -147
  3. package/app-layout/visual-refresh/styles.selectors.js +60 -60
  4. package/attribute-editor/additional-info.d.ts +2 -1
  5. package/attribute-editor/additional-info.d.ts.map +1 -1
  6. package/attribute-editor/additional-info.js +4 -2
  7. package/attribute-editor/additional-info.js.map +1 -1
  8. package/attribute-editor/internal.d.ts.map +1 -1
  9. package/attribute-editor/internal.js +5 -2
  10. package/attribute-editor/internal.js.map +1 -1
  11. package/button/internal.d.ts +1 -0
  12. package/button/internal.d.ts.map +1 -1
  13. package/button/internal.js +2 -2
  14. package/button/internal.js.map +1 -1
  15. package/code-editor/index.d.ts.map +1 -1
  16. package/code-editor/index.js +5 -8
  17. package/code-editor/index.js.map +1 -1
  18. package/code-editor/pane.d.ts.map +1 -1
  19. package/code-editor/pane.js +4 -4
  20. package/code-editor/pane.js.map +1 -1
  21. package/code-editor/resizable-box/index.d.ts +9 -0
  22. package/code-editor/resizable-box/index.d.ts.map +1 -0
  23. package/code-editor/resizable-box/index.js +44 -0
  24. package/code-editor/resizable-box/index.js.map +1 -0
  25. package/code-editor/resizable-box/styles.css.js +8 -0
  26. package/code-editor/resizable-box/styles.scoped.css +50 -0
  27. package/code-editor/resizable-box/styles.selectors.js +9 -0
  28. package/code-editor/styles.css.js +32 -33
  29. package/code-editor/styles.scoped.css +109 -139
  30. package/code-editor/styles.selectors.js +32 -33
  31. package/flashbar/styles.css.js +33 -33
  32. package/flashbar/styles.scoped.css +115 -115
  33. package/flashbar/styles.selectors.js +33 -33
  34. package/form-field/interfaces.d.ts +10 -0
  35. package/form-field/interfaces.d.ts.map +1 -1
  36. package/form-field/interfaces.js.map +1 -1
  37. package/form-field/internal.d.ts +1 -1
  38. package/form-field/internal.d.ts.map +1 -1
  39. package/form-field/internal.js +5 -4
  40. package/form-field/internal.js.map +1 -1
  41. package/input/internal.d.ts.map +1 -1
  42. package/input/internal.js +16 -4
  43. package/input/internal.js.map +1 -1
  44. package/internal/components/live-region/index.d.ts +2 -1
  45. package/internal/components/live-region/index.d.ts.map +1 -1
  46. package/internal/components/live-region/index.js +29 -6
  47. package/internal/components/live-region/index.js.map +1 -1
  48. package/internal/context/form-field-context.d.ts +6 -2
  49. package/internal/context/form-field-context.d.ts.map +1 -1
  50. package/internal/context/form-field-context.js +7 -1
  51. package/internal/context/form-field-context.js.map +1 -1
  52. package/internal/environment.js +1 -1
  53. package/internal/manifest.json +1 -1
  54. package/internal/types.d.ts +9 -0
  55. package/internal/types.d.ts.map +1 -1
  56. package/internal/types.js +0 -2
  57. package/internal/types.js.map +1 -1
  58. package/mixed-line-bar-chart/styles.css.js +19 -19
  59. package/mixed-line-bar-chart/styles.scoped.css +26 -26
  60. package/mixed-line-bar-chart/styles.selectors.js +19 -19
  61. package/package.json +30 -34
  62. package/progress-bar/index.d.ts.map +1 -1
  63. package/progress-bar/index.js +14 -3
  64. package/progress-bar/index.js.map +1 -1
  65. package/select/parts/styles.css.js +9 -9
  66. package/select/parts/styles.scoped.css +27 -9
  67. package/select/parts/styles.selectors.js +9 -9
  68. package/table/body-cell/click-away.d.ts +9 -0
  69. package/table/body-cell/click-away.d.ts.map +1 -0
  70. package/table/body-cell/click-away.js +38 -0
  71. package/table/body-cell/click-away.js.map +1 -0
  72. package/table/body-cell/index.d.ts +10 -19
  73. package/table/body-cell/index.d.ts.map +1 -1
  74. package/table/body-cell/index.js +49 -9
  75. package/table/body-cell/index.js.map +1 -1
  76. package/table/body-cell/inline-editor.d.ts +12 -0
  77. package/table/body-cell/inline-editor.d.ts.map +1 -0
  78. package/table/body-cell/inline-editor.js +88 -0
  79. package/table/body-cell/inline-editor.js.map +1 -0
  80. package/table/body-cell/styles.css.js +18 -12
  81. package/table/body-cell/styles.scoped.css +229 -46
  82. package/table/body-cell/styles.selectors.js +18 -12
  83. package/table/body-cell/td-element.d.ts +21 -0
  84. package/table/body-cell/td-element.d.ts.map +1 -0
  85. package/table/body-cell/td-element.js +11 -0
  86. package/table/body-cell/td-element.js.map +1 -0
  87. package/table/body-cell/use-stable-scroll-position.d.ts +17 -0
  88. package/table/body-cell/use-stable-scroll-position.d.ts.map +1 -0
  89. package/table/body-cell/use-stable-scroll-position.js +48 -0
  90. package/table/body-cell/use-stable-scroll-position.js.map +1 -0
  91. package/table/header-cell/index.d.ts +8 -7
  92. package/table/header-cell/index.d.ts.map +1 -1
  93. package/table/header-cell/index.js +6 -2
  94. package/table/header-cell/index.js.map +1 -1
  95. package/table/header-cell/styles.css.js +19 -18
  96. package/table/header-cell/styles.scoped.css +40 -35
  97. package/table/header-cell/styles.selectors.js +19 -18
  98. package/table/interfaces.d.ts +73 -6
  99. package/table/interfaces.d.ts.map +1 -1
  100. package/table/interfaces.js.map +1 -1
  101. package/table/internal.d.ts.map +1 -1
  102. package/table/internal.js +68 -18
  103. package/table/internal.js.map +1 -1
  104. package/table/thead.d.ts.map +1 -1
  105. package/table/thead.js +1 -1
  106. package/table/thead.js.map +1 -1
  107. package/table/use-table-focus-navigation.d.ts +16 -0
  108. package/table/use-table-focus-navigation.d.ts.map +1 -0
  109. package/table/use-table-focus-navigation.js +131 -0
  110. package/table/use-table-focus-navigation.js.map +1 -0
  111. package/tabs/index.d.ts +1 -1
  112. package/tabs/index.d.ts.map +1 -1
  113. package/tabs/index.js +2 -2
  114. package/tabs/index.js.map +1 -1
  115. package/tabs/interfaces.d.ts +14 -0
  116. package/tabs/interfaces.d.ts.map +1 -1
  117. package/tabs/interfaces.js.map +1 -1
  118. package/tabs/tab-header-bar.d.ts +2 -1
  119. package/tabs/tab-header-bar.d.ts.map +1 -1
  120. package/tabs/tab-header-bar.js +3 -7
  121. package/tabs/tab-header-bar.js.map +1 -1
  122. package/tag-editor/index.d.ts.map +1 -1
  123. package/tag-editor/index.js +1 -1
  124. package/tag-editor/index.js.map +1 -1
  125. package/test-utils/dom/table/index.d.ts +4 -0
  126. package/test-utils/dom/table/index.js +21 -5
  127. package/test-utils/dom/table/index.js.map +1 -1
  128. package/test-utils/selectors/table/index.d.ts +4 -0
  129. package/test-utils/selectors/table/index.js +21 -5
  130. package/test-utils/selectors/table/index.js.map +1 -1
  131. package/test-utils/tsconfig.tsbuildinfo +1 -1
  132. package/code-editor/resize-handler.d.ts +0 -3
  133. package/code-editor/resize-handler.d.ts.map +0 -1
  134. package/code-editor/resize-handler.js +0 -7
  135. package/code-editor/resize-handler.js.map +0 -1
  136. package/internal/components/dynamic-aria-live/index.d.ts +0 -28
  137. package/internal/components/dynamic-aria-live/index.d.ts.map +0 -1
  138. package/internal/components/dynamic-aria-live/index.js +0 -38
  139. package/internal/components/dynamic-aria-live/index.js.map +0 -1
  140. package/internal/components/live-region/aria-liva-tag.d.ts +0 -13
  141. package/internal/components/live-region/aria-liva-tag.d.ts.map +0 -1
  142. package/internal/components/live-region/aria-liva-tag.js +0 -18
  143. package/internal/components/live-region/aria-liva-tag.js.map +0 -1
  144. package/internal/components/live-region/utils.d.ts +0 -8
  145. package/internal/components/live-region/utils.d.ts.map +0 -1
  146. package/internal/components/live-region/utils.js +0 -24
  147. package/internal/components/live-region/utils.js.map +0 -1
@@ -0,0 +1,44 @@
1
+ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ // SPDX-License-Identifier: Apache-2.0
3
+ import React, { useEffect, useRef, useState } from 'react';
4
+ import { useStableEventHandler } from '../../internal/hooks/use-stable-event-handler';
5
+ import styles from './styles.css.js';
6
+ export function ResizableBox(_a) {
7
+ var children = _a.children, height = _a.height, minHeight = _a.minHeight, onResize = _a.onResize;
8
+ var _b = useState(null), dragOffset = _b[0], setDragOffset = _b[1];
9
+ var onResizeStable = useStableEventHandler(onResize);
10
+ var containerRef = useRef(null);
11
+ var onMouseDown = function (event) {
12
+ if (event.button !== 0 || !containerRef.current) {
13
+ return;
14
+ }
15
+ var containerBottom = containerRef.current.getBoundingClientRect().bottom;
16
+ setDragOffset(containerBottom - event.clientY);
17
+ };
18
+ useEffect(function () {
19
+ if (dragOffset === null || !containerRef.current) {
20
+ return;
21
+ }
22
+ var container = containerRef.current;
23
+ var onMouseMove = function (event) {
24
+ var top = container.getBoundingClientRect().top;
25
+ var cursor = event.clientY;
26
+ onResizeStable(Math.max(cursor + dragOffset - top, minHeight));
27
+ };
28
+ var onMouseUp = function () {
29
+ setDragOffset(null);
30
+ };
31
+ document.body.classList.add(styles['resize-active']);
32
+ document.addEventListener('mousemove', onMouseMove);
33
+ document.addEventListener('mouseup', onMouseUp);
34
+ return function () {
35
+ document.removeEventListener('mousemove', onMouseMove);
36
+ document.removeEventListener('mouseup', onMouseUp);
37
+ document.body.classList.remove(styles['resize-active']);
38
+ };
39
+ }, [dragOffset, minHeight, onResizeStable]);
40
+ return (React.createElement("div", { ref: containerRef, className: styles['resizable-box'], style: { height: height } },
41
+ children,
42
+ React.createElement("span", { className: styles['resizable-box-handle'], onMouseDown: onMouseDown })));
43
+ }
44
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/code-editor/resizable-box/index.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,+CAA+C,CAAC;AACtF,OAAO,MAAM,MAAM,iBAAiB,CAAC;AASrC,MAAM,UAAU,YAAY,CAAC,EAAyD;QAAvD,QAAQ,cAAA,EAAE,MAAM,YAAA,EAAE,SAAS,eAAA,EAAE,QAAQ,cAAA;IAC5D,IAAA,KAA8B,QAAQ,CAAgB,IAAI,CAAC,EAA1D,UAAU,QAAA,EAAE,aAAa,QAAiC,CAAC;IAClE,IAAM,cAAc,GAAG,qBAAqB,CAAC,QAAQ,CAAC,CAAC;IACvD,IAAM,YAAY,GAAG,MAAM,CAAiB,IAAI,CAAC,CAAC;IAElD,IAAM,WAAW,GAA4B,UAAA,KAAK;QAChD,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE;YAC/C,OAAO;SACR;QACD,IAAM,eAAe,GAAG,YAAY,CAAC,OAAO,CAAC,qBAAqB,EAAE,CAAC,MAAM,CAAC;QAC5E,aAAa,CAAC,eAAe,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC;IACjD,CAAC,CAAC;IAEF,SAAS,CAAC;QACR,IAAI,UAAU,KAAK,IAAI,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE;YAChD,OAAO;SACR;QACD,IAAM,SAAS,GAAG,YAAY,CAAC,OAAO,CAAC;QAEvC,IAAM,WAAW,GAAG,UAAC,KAAiB;YAC5B,IAAA,GAAG,GAAK,SAAS,CAAC,qBAAqB,EAAE,IAAtC,CAAuC;YAClD,IAAM,MAAM,GAAG,KAAK,CAAC,OAAO,CAAC;YAC7B,cAAc,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,GAAG,UAAU,GAAG,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC;QACjE,CAAC,CAAC;QACF,IAAM,SAAS,GAAG;YAChB,aAAa,CAAC,IAAI,CAAC,CAAC;QACtB,CAAC,CAAC;QACF,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC;QACrD,QAAQ,CAAC,gBAAgB,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;QACpD,QAAQ,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;QAChD,OAAO;YACL,QAAQ,CAAC,mBAAmB,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;YACvD,QAAQ,CAAC,mBAAmB,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;YACnD,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC;QAC1D,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,UAAU,EAAE,SAAS,EAAE,cAAc,CAAC,CAAC,CAAC;IAE5C,OAAO,CACL,6BAAK,GAAG,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,CAAC,eAAe,CAAC,EAAE,KAAK,EAAE,EAAE,MAAM,QAAA,EAAE;QAC1E,QAAQ;QACT,8BAAM,SAAS,EAAE,MAAM,CAAC,sBAAsB,CAAC,EAAE,WAAW,EAAE,WAAW,GAAI,CACzE,CACP,CAAC;AACJ,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React, { useEffect, useRef, useState } from 'react';\nimport { useStableEventHandler } from '../../internal/hooks/use-stable-event-handler';\nimport styles from './styles.css.js';\n\nexport interface ResizeBoxProps {\n children: React.ReactNode;\n height: number;\n minHeight: number;\n onResize: (newHeight: number) => void;\n}\n\nexport function ResizableBox({ children, height, minHeight, onResize }: ResizeBoxProps) {\n const [dragOffset, setDragOffset] = useState<null | number>(null);\n const onResizeStable = useStableEventHandler(onResize);\n const containerRef = useRef<HTMLDivElement>(null);\n\n const onMouseDown: React.MouseEventHandler = event => {\n if (event.button !== 0 || !containerRef.current) {\n return;\n }\n const containerBottom = containerRef.current.getBoundingClientRect().bottom;\n setDragOffset(containerBottom - event.clientY);\n };\n\n useEffect(() => {\n if (dragOffset === null || !containerRef.current) {\n return;\n }\n const container = containerRef.current;\n\n const onMouseMove = (event: MouseEvent) => {\n const { top } = container.getBoundingClientRect();\n const cursor = event.clientY;\n onResizeStable(Math.max(cursor + dragOffset - top, minHeight));\n };\n const onMouseUp = () => {\n setDragOffset(null);\n };\n document.body.classList.add(styles['resize-active']);\n document.addEventListener('mousemove', onMouseMove);\n document.addEventListener('mouseup', onMouseUp);\n return () => {\n document.removeEventListener('mousemove', onMouseMove);\n document.removeEventListener('mouseup', onMouseUp);\n document.body.classList.remove(styles['resize-active']);\n };\n }, [dragOffset, minHeight, onResizeStable]);\n\n return (\n <div ref={containerRef} className={styles['resizable-box']} style={{ height }}>\n {children}\n <span className={styles['resizable-box-handle']} onMouseDown={onMouseDown} />\n </div>\n );\n}\n"]}
@@ -0,0 +1,8 @@
1
+
2
+ import './styles.scoped.css';
3
+ export default {
4
+ "resizable-box": "awsui_resizable-box_cufu9_w5ws9_17",
5
+ "resizable-box-handle": "awsui_resizable-box-handle_cufu9_w5ws9_22",
6
+ "resize-active": "awsui_resize-active_cufu9_w5ws9_47"
7
+ };
8
+
@@ -0,0 +1,50 @@
1
+ /*
2
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
+ SPDX-License-Identifier: Apache-2.0
4
+ */
5
+ /*
6
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
7
+ SPDX-License-Identifier: Apache-2.0
8
+ */
9
+ /*
10
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
11
+ SPDX-License-Identifier: Apache-2.0
12
+ */
13
+ /*
14
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
15
+ SPDX-License-Identifier: Apache-2.0
16
+ */
17
+ .awsui_resizable-box_cufu9_w5ws9_17:not(#\9) {
18
+ position: relative;
19
+ width: 100%;
20
+ }
21
+
22
+ .awsui_resizable-box-handle_cufu9_w5ws9_22:not(#\9) {
23
+ position: absolute;
24
+ right: 0;
25
+ bottom: 0;
26
+ z-index: 10;
27
+ width: var(--space-l-4vl6xu, 20px);
28
+ height: var(--space-l-4vl6xu, 20px);
29
+ background-repeat: no-repeat;
30
+ background-origin: content-box;
31
+ box-sizing: border-box;
32
+ background-position: bottom right;
33
+ background-size: var(--space-l-4vl6xu, 20px);
34
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414d5c' fill-opacity='0' stroke-width='1'%3E %3Cpath d='M 8 13 L 13 8 M 13 11 L 11 13 M 5 13 L 13 5'/%3E %3C/svg%3E");
35
+ /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
36
+ cursor: ns-resize;
37
+ }
38
+ @supports (--css-variable-support-check: #000) {
39
+ .awsui_resizable-box-handle_cufu9_w5ws9_22:not(#\9) {
40
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
41
+ }
42
+ .awsui-polaris-dark-mode .awsui_resizable-box-handle_cufu9_w5ws9_22:not(#\9), .awsui-dark-mode .awsui_resizable-box-handle_cufu9_w5ws9_22:not(#\9) {
43
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill-opacity='0' stroke-width='1'%3E %3Cpath d='M 8 13 L 13 8 M 13 11 L 11 13 M 5 13 L 13 5'/%3E %3C/svg%3E");
44
+ }
45
+ }
46
+
47
+ .awsui_resize-active_cufu9_w5ws9_47:not(#\9) {
48
+ -webkit-user-select: none;
49
+ user-select: none;
50
+ }
@@ -0,0 +1,9 @@
1
+
2
+ // es-module interop with Babel and Typescript
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ module.exports.default = {
5
+ "resizable-box": "awsui_resizable-box_cufu9_w5ws9_17",
6
+ "resizable-box-handle": "awsui_resizable-box-handle_cufu9_w5ws9_22",
7
+ "resize-active": "awsui_resize-active_cufu9_w5ws9_47"
8
+ };
9
+
@@ -1,38 +1,37 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "code-editor": "awsui_code-editor_1gl9c_1563r_98",
5
- "code-editor-refresh": "awsui_code-editor-refresh_1gl9c_1563r_342",
6
- "pane": "awsui_pane_1gl9c_1563r_354",
7
- "pane__close-container": "awsui_pane__close-container_1gl9c_1563r_365",
8
- "pane__list": "awsui_pane__list_1gl9c_1563r_370",
9
- "pane__table": "awsui_pane__table_1gl9c_1563r_377",
10
- "pane__item": "awsui_pane__item_1gl9c_1563r_382",
11
- "pane__cell": "awsui_pane__cell_1gl9c_1563r_382",
12
- "pane__item--highlighted": "awsui_pane__item--highlighted_1gl9c_1563r_396",
13
- "pane__location": "awsui_pane__location_1gl9c_1563r_417",
14
- "pane__description": "awsui_pane__description_1gl9c_1563r_417",
15
- "focus-lock": "awsui_focus-lock_1gl9c_1563r_432",
16
- "resizable-box": "awsui_resizable-box_1gl9c_1563r_455",
17
- "resizable-box-handle": "awsui_resizable-box-handle_1gl9c_1563r_460",
18
- "editor": "awsui_editor_1gl9c_1563r_485",
19
- "status-bar": "awsui_status-bar_1gl9c_1563r_518",
20
- "status-bar-with-hidden-pane": "awsui_status-bar-with-hidden-pane_1gl9c_1563r_527",
21
- "status-bar__left": "awsui_status-bar__left_1gl9c_1563r_531",
22
- "status-bar__left-virtual": "awsui_status-bar__left-virtual_1gl9c_1563r_538",
23
- "status-bar__right": "awsui_status-bar__right_1gl9c_1563r_542",
24
- "status-bar__language-mode": "awsui_status-bar__language-mode_1gl9c_1563r_546",
25
- "status-bar__cursor-position": "awsui_status-bar__cursor-position_1gl9c_1563r_546",
26
- "status-bar__cog-button": "awsui_status-bar__cog-button_1gl9c_1563r_551",
27
- "status-bar-virtual": "awsui_status-bar-virtual_1gl9c_1563r_555",
28
- "tab-button": "awsui_tab-button_1gl9c_1563r_561",
29
- "tab-button--refresh": "awsui_tab-button--refresh_1gl9c_1563r_574",
30
- "tab-button--active": "awsui_tab-button--active_1gl9c_1563r_588",
31
- "tab-button--disabled": "awsui_tab-button--disabled_1gl9c_1563r_608",
32
- "tab-button--divider": "awsui_tab-button--divider_1gl9c_1563r_638",
33
- "tab-button--errors": "awsui_tab-button--errors_1gl9c_1563r_645",
34
- "tab-button--warnings": "awsui_tab-button--warnings_1gl9c_1563r_645",
35
- "loading-screen": "awsui_loading-screen_1gl9c_1563r_649",
36
- "error-screen": "awsui_error-screen_1gl9c_1563r_650"
4
+ "code-editor": "awsui_code-editor_1gl9c_czd5p_98",
5
+ "code-editor-refresh": "awsui_code-editor-refresh_1gl9c_czd5p_342",
6
+ "pane": "awsui_pane_1gl9c_czd5p_354",
7
+ "pane__close-container": "awsui_pane__close-container_1gl9c_czd5p_365",
8
+ "pane__list": "awsui_pane__list_1gl9c_czd5p_370",
9
+ "pane__table": "awsui_pane__table_1gl9c_czd5p_377",
10
+ "pane__item": "awsui_pane__item_1gl9c_czd5p_382",
11
+ "pane__cell": "awsui_pane__cell_1gl9c_czd5p_382",
12
+ "pane__item--highlighted": "awsui_pane__item--highlighted_1gl9c_czd5p_396",
13
+ "pane__location": "awsui_pane__location_1gl9c_czd5p_417",
14
+ "pane__description": "awsui_pane__description_1gl9c_czd5p_417",
15
+ "focus-lock": "awsui_focus-lock_1gl9c_czd5p_432",
16
+ "editor": "awsui_editor_1gl9c_czd5p_455",
17
+ "editor-refresh": "awsui_editor-refresh_1gl9c_czd5p_483",
18
+ "status-bar": "awsui_status-bar_1gl9c_czd5p_488",
19
+ "status-bar-with-hidden-pane": "awsui_status-bar-with-hidden-pane_1gl9c_czd5p_497",
20
+ "status-bar__left": "awsui_status-bar__left_1gl9c_czd5p_501",
21
+ "status-bar__left-virtual": "awsui_status-bar__left-virtual_1gl9c_czd5p_508",
22
+ "status-bar__right": "awsui_status-bar__right_1gl9c_czd5p_512",
23
+ "status-bar__language-mode": "awsui_status-bar__language-mode_1gl9c_czd5p_516",
24
+ "status-bar__cursor-position": "awsui_status-bar__cursor-position_1gl9c_czd5p_516",
25
+ "status-bar__cog-button": "awsui_status-bar__cog-button_1gl9c_czd5p_521",
26
+ "status-bar-virtual": "awsui_status-bar-virtual_1gl9c_czd5p_525",
27
+ "tab-button": "awsui_tab-button_1gl9c_czd5p_531",
28
+ "tab-button--refresh": "awsui_tab-button--refresh_1gl9c_czd5p_544",
29
+ "tab-button--active": "awsui_tab-button--active_1gl9c_czd5p_558",
30
+ "tab-button--disabled": "awsui_tab-button--disabled_1gl9c_czd5p_578",
31
+ "tab-button--divider": "awsui_tab-button--divider_1gl9c_czd5p_608",
32
+ "tab-button--errors": "awsui_tab-button--errors_1gl9c_czd5p_615",
33
+ "tab-button--warnings": "awsui_tab-button--warnings_1gl9c_czd5p_615",
34
+ "loading-screen": "awsui_loading-screen_1gl9c_czd5p_619",
35
+ "error-screen": "awsui_error-screen_1gl9c_czd5p_620"
37
36
  };
38
37