@cloudscape-design/components 3.0.636 → 3.0.638
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/annotation-context/annotation/styles.css.js +24 -24
- package/annotation-context/annotation/styles.scoped.css +31 -31
- package/annotation-context/annotation/styles.selectors.js +24 -24
- package/app-layout/notifications/styles.css.js +3 -3
- package/app-layout/notifications/styles.scoped.css +7 -7
- package/app-layout/notifications/styles.selectors.js +3 -3
- package/app-layout/skeleton/index.d.ts +4 -0
- package/app-layout/skeleton/index.d.ts.map +1 -0
- package/app-layout/skeleton/index.js +10 -0
- package/app-layout/skeleton/index.js.map +1 -0
- package/app-layout/skeleton/layout.d.ts +8 -0
- package/app-layout/skeleton/layout.d.ts.map +1 -0
- package/app-layout/skeleton/layout.js +27 -0
- package/app-layout/skeleton/layout.js.map +1 -0
- package/app-layout/skeleton/styles.css.js +16 -0
- package/app-layout/skeleton/styles.scoped.css +180 -0
- package/app-layout/skeleton/styles.selectors.js +17 -0
- package/app-layout/visual-refresh/main.d.ts.map +1 -1
- package/app-layout/visual-refresh/main.js +2 -2
- package/app-layout/visual-refresh/main.js.map +1 -1
- package/app-layout/visual-refresh/styles.css.js +81 -81
- package/app-layout/visual-refresh/styles.scoped.css +258 -258
- package/app-layout/visual-refresh/styles.selectors.js +81 -81
- package/flashbar/styles.css.js +47 -47
- package/flashbar/styles.scoped.css +171 -171
- package/flashbar/styles.selectors.js +47 -47
- package/internal/base-component/styles.scoped.css +3 -0
- package/internal/components/dropdown/styles.css.js +20 -20
- package/internal/components/dropdown/styles.scoped.css +41 -41
- package/internal/components/dropdown/styles.selectors.js +20 -20
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/custom-css-properties/index.js +51 -51
- package/internal/generated/custom-css-properties/index.js.map +1 -1
- package/internal/generated/styles/tokens.d.ts +1 -0
- package/internal/generated/styles/tokens.js +1 -0
- package/internal/generated/theming/index.cjs +11 -0
- package/internal/generated/theming/index.js +11 -0
- package/internal/hooks/use-performance-marks.d.ts.map +1 -1
- package/internal/hooks/use-performance-marks.js +4 -2
- package/internal/hooks/use-performance-marks.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/internal/utils/dom.d.ts.map +1 -1
- package/internal/utils/dom.js +3 -1
- package/internal/utils/dom.js.map +1 -1
- package/package.json +1 -1
- package/progress-bar/index.d.ts +1 -1
- package/progress-bar/index.d.ts.map +1 -1
- package/progress-bar/index.js +6 -4
- package/progress-bar/index.js.map +1 -1
- package/progress-bar/interfaces.d.ts +4 -0
- package/progress-bar/interfaces.d.ts.map +1 -1
- package/progress-bar/interfaces.js.map +1 -1
- package/progress-bar/internal.d.ts +4 -2
- package/progress-bar/internal.d.ts.map +1 -1
- package/progress-bar/internal.js +4 -4
- package/progress-bar/internal.js.map +1 -1
- package/slider/styles.css.js +25 -25
- package/slider/styles.scoped.css +71 -71
- package/slider/styles.selectors.js +25 -25
- package/spinner/styles.css.js +13 -13
- package/spinner/styles.scoped.css +39 -39
- package/spinner/styles.selectors.js +13 -13
- package/split-panel/icons/resize-handler.d.ts.map +1 -1
- package/split-panel/icons/resize-handler.js +1 -1
- package/split-panel/icons/resize-handler.js.map +1 -1
- package/split-panel/styles.css.js +57 -57
- package/split-panel/styles.scoped.css +78 -77
- package/split-panel/styles.selectors.js +57 -57
|
@@ -9,7 +9,7 @@ import styles from './styles.css.js';
|
|
|
9
9
|
import testutilStyles from '../test-classes/styles.css.js';
|
|
10
10
|
import * as tokens from '../../internal/generated/styles/tokens';
|
|
11
11
|
export default function Main() {
|
|
12
|
-
const { content, disableBodyScroll, disableContentPaddings, footerHeight, hasDrawerViewportOverlay, navigationOpen, placement, hasBackgroundOverlap, isMobile, isSplitPanelOpen, isToolsOpen, mainElement, notificationsHeight, stickyNotifications, offsetBottom, splitPanelDisplayed, splitPanelPosition, activeDrawerId, } = useAppLayoutInternals();
|
|
12
|
+
const { content, disableBodyScroll, disableContentPaddings, footerHeight, hasDrawerViewportOverlay, navigationOpen, placement, hasBackgroundOverlap, isMobile, isSplitPanelOpen, isToolsOpen, mainElement, notificationsHeight, stickyNotifications, offsetBottom, splitPanelDisplayed, splitPanelPosition, activeDrawerId, hasStickyBackground, } = useAppLayoutInternals();
|
|
13
13
|
const splitPanelHeight = offsetBottom - footerHeight;
|
|
14
14
|
return (React.createElement("div", { className: clsx(styles.container, styles[`split-panel-position-${splitPanelPosition !== null && splitPanelPosition !== void 0 ? splitPanelPosition : 'bottom'}`], {
|
|
15
15
|
[styles['disable-content-paddings']]: disableContentPaddings,
|
|
@@ -21,6 +21,6 @@ export default function Main() {
|
|
|
21
21
|
[styles.unfocusable]: hasDrawerViewportOverlay,
|
|
22
22
|
}, testutilStyles.content), ref: mainElement, style: Object.assign({ [customCssProps.splitPanelHeight]: `${splitPanelHeight}px` }, getStickyOffsetVars(placement.insetBlockStart, offsetBottom, stickyNotifications && notificationsHeight > 0
|
|
23
23
|
? `${tokens.spaceXs} + ${notificationsHeight}px + ${!hasBackgroundOverlap ? tokens.spaceXxxs : '0px'}`
|
|
24
|
-
: '0px', `var(${customCssProps.mobileBarHeight})`, !!disableBodyScroll, isMobile, hasBackgroundOverlap && !isMobile ? tokens.spaceScaledS : '0px')) }, content));
|
|
24
|
+
: '0px', `var(${customCssProps.mobileBarHeight})`, !!disableBodyScroll, isMobile, hasBackgroundOverlap && hasStickyBackground && !isMobile ? tokens.spaceScaledS : '0px')) }, content));
|
|
25
25
|
}
|
|
26
26
|
//# sourceMappingURL=main.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.js","sourceRoot":"","sources":["../../../../src/app-layout/visual-refresh/main.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAClD,OAAO,cAAc,MAAM,gDAAgD,CAAC;AAC5E,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,cAAc,MAAM,+BAA+B,CAAC;AAC3D,OAAO,KAAK,MAAM,MAAM,wCAAwC,CAAC;AAEjE,MAAM,CAAC,OAAO,UAAU,IAAI;IAC1B,MAAM,EACJ,OAAO,EACP,iBAAiB,EACjB,sBAAsB,EACtB,YAAY,EACZ,wBAAwB,EACxB,cAAc,EACd,SAAS,EACT,oBAAoB,EACpB,QAAQ,EACR,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,mBAAmB,EACnB,mBAAmB,EACnB,YAAY,EACZ,mBAAmB,EACnB,kBAAkB,EAClB,cAAc,
|
|
1
|
+
{"version":3,"file":"main.js","sourceRoot":"","sources":["../../../../src/app-layout/visual-refresh/main.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAClD,OAAO,cAAc,MAAM,gDAAgD,CAAC;AAC5E,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,cAAc,MAAM,+BAA+B,CAAC;AAC3D,OAAO,KAAK,MAAM,MAAM,wCAAwC,CAAC;AAEjE,MAAM,CAAC,OAAO,UAAU,IAAI;IAC1B,MAAM,EACJ,OAAO,EACP,iBAAiB,EACjB,sBAAsB,EACtB,YAAY,EACZ,wBAAwB,EACxB,cAAc,EACd,SAAS,EACT,oBAAoB,EACpB,QAAQ,EACR,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,mBAAmB,EACnB,mBAAmB,EACnB,YAAY,EACZ,mBAAmB,EACnB,kBAAkB,EAClB,cAAc,EACd,mBAAmB,GACpB,GAAG,qBAAqB,EAAE,CAAC;IAE5B,MAAM,gBAAgB,GAAG,YAAY,GAAG,YAAY,CAAC;IAErD,OAAO,CACL,6BACE,SAAS,EAAE,IAAI,CACb,MAAM,CAAC,SAAS,EAChB,MAAM,CAAC,wBAAwB,kBAAkB,aAAlB,kBAAkB,cAAlB,kBAAkB,GAAI,QAAQ,EAAE,CAAC,EAChE;YACE,CAAC,MAAM,CAAC,0BAA0B,CAAC,CAAC,EAAE,sBAAsB;YAC5D,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,EAAE,mBAAmB;YAChD,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAAC,EAAE,cAAc;YAC9C,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,EAAE,WAAW;YACtC,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC,EAAE,CAAC,CAAC,cAAc;YAC/C,CAAC,MAAM,CAAC,qBAAqB,CAAC,CAAC,EAAE,gBAAgB;YACjD,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE,wBAAwB;SAC/C,EACD,cAAc,CAAC,OAAO,CACvB,EACD,GAAG,EAAE,WAAW,EAChB,KAAK,kBACH,CAAC,cAAc,CAAC,gBAAgB,CAAC,EAAE,GAAG,gBAAgB,IAAI,IACvD,mBAAmB,CACpB,SAAS,CAAC,eAAe,EACzB,YAAY,EACZ,mBAAmB,IAAI,mBAAmB,GAAG,CAAC;YAC5C,CAAC,CAAC,GAAG,MAAM,CAAC,OAAO,MAAM,mBAAmB,QAAQ,CAAC,oBAAoB,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,EAAE;YACtG,CAAC,CAAC,KAAK,EACT,OAAO,cAAc,CAAC,eAAe,GAAG,EACxC,CAAC,CAAC,iBAAiB,EACnB,QAAQ,EACR,oBAAoB,IAAI,mBAAmB,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,KAAK,CACvF,KAGF,OAAO,CACJ,CACP,CAAC;AACJ,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport clsx from 'clsx';\nimport { useAppLayoutInternals } from './context';\nimport customCssProps from '../../internal/generated/custom-css-properties';\nimport { getStickyOffsetVars } from '../utils/sticky-offsets';\nimport styles from './styles.css.js';\nimport testutilStyles from '../test-classes/styles.css.js';\nimport * as tokens from '../../internal/generated/styles/tokens';\n\nexport default function Main() {\n const {\n content,\n disableBodyScroll,\n disableContentPaddings,\n footerHeight,\n hasDrawerViewportOverlay,\n navigationOpen,\n placement,\n hasBackgroundOverlap,\n isMobile,\n isSplitPanelOpen,\n isToolsOpen,\n mainElement,\n notificationsHeight,\n stickyNotifications,\n offsetBottom,\n splitPanelDisplayed,\n splitPanelPosition,\n activeDrawerId,\n hasStickyBackground,\n } = useAppLayoutInternals();\n\n const splitPanelHeight = offsetBottom - footerHeight;\n\n return (\n <div\n className={clsx(\n styles.container,\n styles[`split-panel-position-${splitPanelPosition ?? 'bottom'}`],\n {\n [styles['disable-content-paddings']]: disableContentPaddings,\n [styles['has-split-panel']]: splitPanelDisplayed,\n [styles['is-navigation-open']]: navigationOpen,\n [styles['is-tools-open']]: isToolsOpen,\n [styles['has-active-drawer']]: !!activeDrawerId,\n [styles['is-split-panel-open']]: isSplitPanelOpen,\n [styles.unfocusable]: hasDrawerViewportOverlay,\n },\n testutilStyles.content\n )}\n ref={mainElement}\n style={{\n [customCssProps.splitPanelHeight]: `${splitPanelHeight}px`,\n ...getStickyOffsetVars(\n placement.insetBlockStart,\n offsetBottom,\n stickyNotifications && notificationsHeight > 0\n ? `${tokens.spaceXs} + ${notificationsHeight}px + ${!hasBackgroundOverlap ? tokens.spaceXxxs : '0px'}`\n : '0px',\n `var(${customCssProps.mobileBarHeight})`,\n !!disableBodyScroll,\n isMobile,\n hasBackgroundOverlap && hasStickyBackground && !isMobile ? tokens.spaceScaledS : '0px'\n ),\n }}\n >\n {content}\n </div>\n );\n}\n"]}
|
|
@@ -1,86 +1,86 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"background": "
|
|
5
|
-
"scrolling-background": "awsui_scrolling-
|
|
6
|
-
"sticky-background": "awsui_sticky-
|
|
7
|
-
"has-sticky-notifications": "awsui_has-sticky-
|
|
8
|
-
"breadcrumbs": "
|
|
9
|
-
"has-sticky-background": "awsui_has-sticky-
|
|
10
|
-
"drawers-container": "awsui_drawers-
|
|
11
|
-
"has-open-drawer": "awsui_has-open-
|
|
12
|
-
"disable-body-scroll": "awsui_disable-body-
|
|
13
|
-
"drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-
|
|
14
|
-
"has-multiple-triggers": "awsui_has-multiple-
|
|
15
|
-
"drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-
|
|
16
|
-
"drawers-trigger-content": "awsui_drawers-trigger-
|
|
17
|
-
"drawers-trigger-overflow": "awsui_drawers-trigger-
|
|
18
|
-
"drawers-trigger": "awsui_drawers-
|
|
19
|
-
"drawer": "
|
|
20
|
-
"drawer-content-container": "awsui_drawer-content-
|
|
21
|
-
"drawer-close-button": "awsui_drawer-close-
|
|
22
|
-
"drawer-content": "awsui_drawer-
|
|
23
|
-
"drawer-content-hidden": "awsui_drawer-content-
|
|
24
|
-
"drawer-slider": "awsui_drawer-
|
|
25
|
-
"is-drawer-open": "awsui_is-drawer-
|
|
26
|
-
"content": "
|
|
27
|
-
"layout": "
|
|
28
|
-
"has-max-content-width": "awsui_has-max-content-
|
|
29
|
-
"content-type-dashboard": "awsui_content-type-
|
|
30
|
-
"content-type-table": "awsui_content-type-
|
|
31
|
-
"content-type-cards": "awsui_content-type-
|
|
32
|
-
"is-overlap-disabled": "awsui_is-overlap-
|
|
33
|
-
"is-hide-mobile-toolbar": "awsui_is-hide-mobile-
|
|
34
|
-
"has-content-gap-left": "awsui_has-content-gap-
|
|
35
|
-
"has-content-gap-right": "awsui_has-content-gap-
|
|
36
|
-
"content-first-child-notifications": "awsui_content-first-child-
|
|
37
|
-
"has-breadcrumbs": "awsui_has-
|
|
38
|
-
"content-first-child-header": "awsui_content-first-child-
|
|
39
|
-
"has-header": "awsui_has-
|
|
40
|
-
"content-first-child-main": "awsui_content-first-child-
|
|
41
|
-
"disable-content-paddings": "awsui_disable-content-
|
|
42
|
-
"has-split-panel": "awsui_has-split-
|
|
43
|
-
"split-panel-position-bottom": "awsui_split-panel-position-
|
|
44
|
-
"block-body-scroll": "awsui_block-body-
|
|
45
|
-
"unfocusable": "
|
|
46
|
-
"container": "
|
|
47
|
-
"is-navigation-open": "awsui_is-navigation-
|
|
48
|
-
"is-tools-open": "awsui_is-tools-
|
|
49
|
-
"is-split-panel-open": "awsui_is-split-panel-
|
|
50
|
-
"split-panel-position-side": "awsui_split-panel-position-
|
|
51
|
-
"has-active-drawer": "awsui_has-active-
|
|
52
|
-
"mobile-toolbar": "awsui_mobile-
|
|
53
|
-
"remove-high-contrast-header": "awsui_remove-high-contrast-
|
|
54
|
-
"mobile-toolbar-nav": "awsui_mobile-toolbar-
|
|
55
|
-
"mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-
|
|
56
|
-
"mobile-toolbar-tools": "awsui_mobile-toolbar-
|
|
57
|
-
"navigation-container": "awsui_navigation-
|
|
58
|
-
"show-navigation": "awsui_show-
|
|
59
|
-
"animating": "
|
|
60
|
-
"showButtons": "
|
|
61
|
-
"navigation": "
|
|
62
|
-
"openNavigation": "
|
|
63
|
-
"animated-content": "awsui_animated-
|
|
64
|
-
"hide-navigation": "awsui_hide-
|
|
65
|
-
"notifications": "
|
|
66
|
-
"sticky-notifications": "awsui_sticky-
|
|
67
|
-
"split-panel-bottom": "awsui_split-panel-
|
|
68
|
-
"position-bottom": "awsui_position-
|
|
69
|
-
"openSplitPanelBottom": "
|
|
70
|
-
"split-panel-side": "awsui_split-panel-
|
|
71
|
-
"position-side": "awsui_position-
|
|
72
|
-
"tools-container": "awsui_tools-
|
|
73
|
-
"tools": "
|
|
74
|
-
"openTools": "
|
|
75
|
-
"has-tools-form-persistence": "awsui_has-tools-form-
|
|
76
|
-
"hide-tools": "awsui_hide-
|
|
77
|
-
"show-tools": "awsui_show-
|
|
78
|
-
"has-tools-form": "awsui_has-tools-
|
|
79
|
-
"trigger-badge-wrapper": "awsui_trigger-badge-
|
|
80
|
-
"trigger": "
|
|
81
|
-
"selected": "
|
|
82
|
-
"badge": "
|
|
83
|
-
"trigger-wrapper": "awsui_trigger-
|
|
84
|
-
"dot": "
|
|
4
|
+
"background": "awsui_background_hyvsj_1qwwo_99",
|
|
5
|
+
"scrolling-background": "awsui_scrolling-background_hyvsj_1qwwo_102",
|
|
6
|
+
"sticky-background": "awsui_sticky-background_hyvsj_1qwwo_108",
|
|
7
|
+
"has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_1qwwo_116",
|
|
8
|
+
"breadcrumbs": "awsui_breadcrumbs_hyvsj_1qwwo_129",
|
|
9
|
+
"has-sticky-background": "awsui_has-sticky-background_hyvsj_1qwwo_139",
|
|
10
|
+
"drawers-container": "awsui_drawers-container_hyvsj_1qwwo_151",
|
|
11
|
+
"has-open-drawer": "awsui_has-open-drawer_hyvsj_1qwwo_162",
|
|
12
|
+
"disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1qwwo_185",
|
|
13
|
+
"drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_1qwwo_190",
|
|
14
|
+
"has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_1qwwo_231",
|
|
15
|
+
"drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_1qwwo_241",
|
|
16
|
+
"drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_1qwwo_245",
|
|
17
|
+
"drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_1qwwo_259",
|
|
18
|
+
"drawers-trigger": "awsui_drawers-trigger_hyvsj_1qwwo_245",
|
|
19
|
+
"drawer": "awsui_drawer_hyvsj_1qwwo_151",
|
|
20
|
+
"drawer-content-container": "awsui_drawer-content-container_hyvsj_1qwwo_290",
|
|
21
|
+
"drawer-close-button": "awsui_drawer-close-button_hyvsj_1qwwo_299",
|
|
22
|
+
"drawer-content": "awsui_drawer-content_hyvsj_1qwwo_290",
|
|
23
|
+
"drawer-content-hidden": "awsui_drawer-content-hidden_hyvsj_1qwwo_307",
|
|
24
|
+
"drawer-slider": "awsui_drawer-slider_hyvsj_1qwwo_310",
|
|
25
|
+
"is-drawer-open": "awsui_is-drawer-open_hyvsj_1qwwo_317",
|
|
26
|
+
"content": "awsui_content_hyvsj_1qwwo_343",
|
|
27
|
+
"layout": "awsui_layout_hyvsj_1qwwo_364",
|
|
28
|
+
"has-max-content-width": "awsui_has-max-content-width_hyvsj_1qwwo_435",
|
|
29
|
+
"content-type-dashboard": "awsui_content-type-dashboard_hyvsj_1qwwo_450",
|
|
30
|
+
"content-type-table": "awsui_content-type-table_hyvsj_1qwwo_464",
|
|
31
|
+
"content-type-cards": "awsui_content-type-cards_hyvsj_1qwwo_464",
|
|
32
|
+
"is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1qwwo_470",
|
|
33
|
+
"is-hide-mobile-toolbar": "awsui_is-hide-mobile-toolbar_hyvsj_1qwwo_473",
|
|
34
|
+
"has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1qwwo_487",
|
|
35
|
+
"has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1qwwo_490",
|
|
36
|
+
"content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_1qwwo_500",
|
|
37
|
+
"has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1qwwo_503",
|
|
38
|
+
"content-first-child-header": "awsui_content-first-child-header_hyvsj_1qwwo_506",
|
|
39
|
+
"has-header": "awsui_has-header_hyvsj_1qwwo_506",
|
|
40
|
+
"content-first-child-main": "awsui_content-first-child-main_hyvsj_1qwwo_524",
|
|
41
|
+
"disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1qwwo_524",
|
|
42
|
+
"has-split-panel": "awsui_has-split-panel_hyvsj_1qwwo_561",
|
|
43
|
+
"split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1qwwo_561",
|
|
44
|
+
"block-body-scroll": "awsui_block-body-scroll_hyvsj_1qwwo_569",
|
|
45
|
+
"unfocusable": "awsui_unfocusable_hyvsj_1qwwo_574",
|
|
46
|
+
"container": "awsui_container_hyvsj_1qwwo_584",
|
|
47
|
+
"is-navigation-open": "awsui_is-navigation-open_hyvsj_1qwwo_610",
|
|
48
|
+
"is-tools-open": "awsui_is-tools-open_hyvsj_1qwwo_613",
|
|
49
|
+
"is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1qwwo_613",
|
|
50
|
+
"split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1qwwo_613",
|
|
51
|
+
"has-active-drawer": "awsui_has-active-drawer_hyvsj_1qwwo_613",
|
|
52
|
+
"mobile-toolbar": "awsui_mobile-toolbar_hyvsj_1qwwo_622",
|
|
53
|
+
"remove-high-contrast-header": "awsui_remove-high-contrast-header_hyvsj_1qwwo_639",
|
|
54
|
+
"mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_1qwwo_643",
|
|
55
|
+
"mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_1qwwo_647",
|
|
56
|
+
"mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_1qwwo_651",
|
|
57
|
+
"navigation-container": "awsui_navigation-container_hyvsj_1qwwo_660",
|
|
58
|
+
"show-navigation": "awsui_show-navigation_hyvsj_1qwwo_698",
|
|
59
|
+
"animating": "awsui_animating_hyvsj_1qwwo_721",
|
|
60
|
+
"showButtons": "awsui_showButtons_hyvsj_1qwwo_1",
|
|
61
|
+
"navigation": "awsui_navigation_hyvsj_1qwwo_660",
|
|
62
|
+
"openNavigation": "awsui_openNavigation_hyvsj_1qwwo_1",
|
|
63
|
+
"animated-content": "awsui_animated-content_hyvsj_1qwwo_783",
|
|
64
|
+
"hide-navigation": "awsui_hide-navigation_hyvsj_1qwwo_792",
|
|
65
|
+
"notifications": "awsui_notifications_hyvsj_1qwwo_802",
|
|
66
|
+
"sticky-notifications": "awsui_sticky-notifications_hyvsj_1qwwo_808",
|
|
67
|
+
"split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1qwwo_825",
|
|
68
|
+
"position-bottom": "awsui_position-bottom_hyvsj_1qwwo_872",
|
|
69
|
+
"openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1qwwo_1",
|
|
70
|
+
"split-panel-side": "awsui_split-panel-side_hyvsj_1qwwo_901",
|
|
71
|
+
"position-side": "awsui_position-side_hyvsj_1qwwo_914",
|
|
72
|
+
"tools-container": "awsui_tools-container_hyvsj_1qwwo_936",
|
|
73
|
+
"tools": "awsui_tools_hyvsj_1qwwo_936",
|
|
74
|
+
"openTools": "awsui_openTools_hyvsj_1qwwo_1",
|
|
75
|
+
"has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1qwwo_1027",
|
|
76
|
+
"hide-tools": "awsui_hide-tools_hyvsj_1qwwo_1037",
|
|
77
|
+
"show-tools": "awsui_show-tools_hyvsj_1qwwo_1049",
|
|
78
|
+
"has-tools-form": "awsui_has-tools-form_hyvsj_1qwwo_1027",
|
|
79
|
+
"trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_1qwwo_1132",
|
|
80
|
+
"trigger": "awsui_trigger_hyvsj_1qwwo_1132",
|
|
81
|
+
"selected": "awsui_selected_hyvsj_1qwwo_1209",
|
|
82
|
+
"badge": "awsui_badge_hyvsj_1qwwo_1229",
|
|
83
|
+
"trigger-wrapper": "awsui_trigger-wrapper_hyvsj_1qwwo_1233",
|
|
84
|
+
"dot": "awsui_dot_hyvsj_1qwwo_1244"
|
|
85
85
|
};
|
|
86
86
|
|