@cloudscape-design/components-themeable 3.0.17 → 3.0.20
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/scss/code-editor/ace-editor.scss +2 -2
- package/lib/internal/scss/code-editor/pane.scss +2 -2
- package/lib/internal/scss/code-editor/styles.scss +6 -6
- package/lib/internal/scss/date-picker/styles.scss +1 -1
- package/lib/internal/scss/date-range-picker/calendar/grids/day/styles.scss +2 -2
- package/lib/internal/scss/popover/body.scss +1 -1
- package/lib/internal/scss/tutorial-panel/components/tutorial-list/styles.scss +1 -1
- package/lib/internal/template/code-editor/styles.css.js +33 -33
- package/lib/internal/template/code-editor/styles.scoped.css +174 -174
- package/lib/internal/template/code-editor/styles.selectors.js +33 -33
- package/lib/internal/template/date-picker/styles.css.js +24 -24
- package/lib/internal/template/date-picker/styles.scoped.css +42 -42
- package/lib/internal/template/date-picker/styles.selectors.js +24 -24
- package/lib/internal/template/date-range-picker/calendar/grids/day/styles.css.js +21 -21
- package/lib/internal/template/date-range-picker/calendar/grids/day/styles.scoped.css +40 -40
- package/lib/internal/template/date-range-picker/calendar/grids/day/styles.selectors.js +21 -21
- package/lib/internal/template/date-range-picker/dropdown.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/dropdown.js +30 -31
- package/lib/internal/template/date-range-picker/dropdown.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +10 -4
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/generated/theming/index.cjs +15 -6
- package/lib/internal/template/internal/generated/theming/index.js +15 -6
- package/lib/internal/template/popover/styles.css.js +48 -48
- package/lib/internal/template/popover/styles.scoped.css +63 -63
- package/lib/internal/template/popover/styles.selectors.js +48 -48
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +29 -29
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
- package/package.json +1 -1
|
@@ -1592,7 +1592,6 @@ module.exports.preset = {
|
|
|
1592
1592
|
"fontWayfindingLinkActiveWeight": "{fontWeightHeavy}",
|
|
1593
1593
|
"fontWeightHeavy": "800",
|
|
1594
1594
|
"borderActiveWidth": "4px",
|
|
1595
|
-
"borderRadiusBadge": "4px",
|
|
1596
1595
|
"borderCodeEditorStatusDividerWidth": "{borderDividerSectionWidth}",
|
|
1597
1596
|
"borderContainerStickyWidth": "0px",
|
|
1598
1597
|
"borderContainerTopWidth": "0px",
|
|
@@ -1610,8 +1609,10 @@ module.exports.preset = {
|
|
|
1610
1609
|
"borderPanelHeaderWidth": "2px",
|
|
1611
1610
|
"borderPanelTopWidth": "1px",
|
|
1612
1611
|
"borderRadiusAlert": "{borderRadiusFlashbar}",
|
|
1612
|
+
"borderRadiusBadge": "4px",
|
|
1613
1613
|
"borderRadiusButton": "20px",
|
|
1614
|
-
"
|
|
1614
|
+
"borderRadiusCalendarDayFocusRing": "3px",
|
|
1615
|
+
"borderRadiusCodeEditor": "{borderRadiusControl}",
|
|
1615
1616
|
"borderRadiusContainer": "16px",
|
|
1616
1617
|
"borderRadiusControl": "8px",
|
|
1617
1618
|
"borderRadiusControlFocusRingCircle": "4px",
|
|
@@ -1619,7 +1620,9 @@ module.exports.preset = {
|
|
|
1619
1620
|
"borderRadiusDropdown": "{borderRadiusItem}",
|
|
1620
1621
|
"borderRadiusFlashbar": "12px",
|
|
1621
1622
|
"borderRadiusItem": "8px",
|
|
1623
|
+
"borderRadiusPopover": "{borderRadiusControl}",
|
|
1622
1624
|
"borderRadiusTabsFocusRing": "20px",
|
|
1625
|
+
"borderRadiusTutorialPanelItem": "{borderRadiusControl}",
|
|
1623
1626
|
"borderTableStickyWidth": "2px",
|
|
1624
1627
|
"borderLinkFocusRingOutline": "0",
|
|
1625
1628
|
"borderLinkFocusRingShadowSpread": "2px",
|
|
@@ -7046,7 +7049,6 @@ module.exports.preset = {
|
|
|
7046
7049
|
"fontWayfindingLinkActiveWeight": "font-wayfinding-link-active-weight",
|
|
7047
7050
|
"fontWeightHeavy": "font-weight-heavy",
|
|
7048
7051
|
"borderActiveWidth": "border-active-width",
|
|
7049
|
-
"borderRadiusBadge": "border-radius-badge",
|
|
7050
7052
|
"borderCodeEditorStatusDividerWidth": "border-code-editor-status-divider-width",
|
|
7051
7053
|
"borderContainerStickyWidth": "border-container-sticky-width",
|
|
7052
7054
|
"borderContainerTopWidth": "border-container-top-width",
|
|
@@ -7064,8 +7066,10 @@ module.exports.preset = {
|
|
|
7064
7066
|
"borderPanelHeaderWidth": "border-panel-header-width",
|
|
7065
7067
|
"borderPanelTopWidth": "border-panel-top-width",
|
|
7066
7068
|
"borderRadiusAlert": "border-radius-alert",
|
|
7069
|
+
"borderRadiusBadge": "border-radius-badge",
|
|
7067
7070
|
"borderRadiusButton": "border-radius-button",
|
|
7068
|
-
"
|
|
7071
|
+
"borderRadiusCalendarDayFocusRing": "border-radius-calendar-day-focus-ring",
|
|
7072
|
+
"borderRadiusCodeEditor": "border-radius-code-editor",
|
|
7069
7073
|
"borderRadiusContainer": "border-radius-container",
|
|
7070
7074
|
"borderRadiusControl": "border-radius-control",
|
|
7071
7075
|
"borderRadiusControlFocusRingCircle": "border-radius-control-focus-ring-circle",
|
|
@@ -7073,7 +7077,9 @@ module.exports.preset = {
|
|
|
7073
7077
|
"borderRadiusDropdown": "border-radius-dropdown",
|
|
7074
7078
|
"borderRadiusFlashbar": "border-radius-flashbar",
|
|
7075
7079
|
"borderRadiusItem": "border-radius-item",
|
|
7080
|
+
"borderRadiusPopover": "border-radius-popover",
|
|
7076
7081
|
"borderRadiusTabsFocusRing": "border-radius-tabs-focus-ring",
|
|
7082
|
+
"borderRadiusTutorialPanelItem": "border-radius-tutorial-panel-item",
|
|
7077
7083
|
"borderTableStickyWidth": "border-table-sticky-width",
|
|
7078
7084
|
"borderLinkFocusRingOutline": "border-link-focus-ring-outline",
|
|
7079
7085
|
"borderLinkFocusRingShadowSpread": "border-link-focus-ring-shadow-spread",
|
|
@@ -7684,7 +7690,6 @@ module.exports.preset = {
|
|
|
7684
7690
|
"fontWayfindingLinkActiveWeight": "--font-wayfinding-link-active-weight-l3fid7",
|
|
7685
7691
|
"fontWeightHeavy": "--font-weight-heavy-ydka9r",
|
|
7686
7692
|
"borderActiveWidth": "--border-active-width-ce5ls7",
|
|
7687
|
-
"borderRadiusBadge": "--border-radius-badge-x5oehc",
|
|
7688
7693
|
"borderCodeEditorStatusDividerWidth": "--border-code-editor-status-divider-width-cf5jzt",
|
|
7689
7694
|
"borderContainerStickyWidth": "--border-container-sticky-width-i7t7xe",
|
|
7690
7695
|
"borderContainerTopWidth": "--border-container-top-width-jk6fhm",
|
|
@@ -7702,8 +7707,10 @@ module.exports.preset = {
|
|
|
7702
7707
|
"borderPanelHeaderWidth": "--border-panel-header-width-6fmoo4",
|
|
7703
7708
|
"borderPanelTopWidth": "--border-panel-top-width-00mwcl",
|
|
7704
7709
|
"borderRadiusAlert": "--border-radius-alert-n0skwy",
|
|
7710
|
+
"borderRadiusBadge": "--border-radius-badge-x5oehc",
|
|
7705
7711
|
"borderRadiusButton": "--border-radius-button-axewzv",
|
|
7706
|
-
"
|
|
7712
|
+
"borderRadiusCalendarDayFocusRing": "--border-radius-calendar-day-focus-ring-a8mlqd",
|
|
7713
|
+
"borderRadiusCodeEditor": "--border-radius-code-editor-fuck6b",
|
|
7707
7714
|
"borderRadiusContainer": "--border-radius-container-gh9ysk",
|
|
7708
7715
|
"borderRadiusControl": "--border-radius-control-xfq7an",
|
|
7709
7716
|
"borderRadiusControlFocusRingCircle": "--border-radius-control-focus-ring-circle-48k0xl",
|
|
@@ -7711,7 +7718,9 @@ module.exports.preset = {
|
|
|
7711
7718
|
"borderRadiusDropdown": "--border-radius-dropdown-ujknaf",
|
|
7712
7719
|
"borderRadiusFlashbar": "--border-radius-flashbar-i7jm55",
|
|
7713
7720
|
"borderRadiusItem": "--border-radius-item-u2ibpi",
|
|
7721
|
+
"borderRadiusPopover": "--border-radius-popover-8g1bwn",
|
|
7714
7722
|
"borderRadiusTabsFocusRing": "--border-radius-tabs-focus-ring-j968on",
|
|
7723
|
+
"borderRadiusTutorialPanelItem": "--border-radius-tutorial-panel-item-5wuccf",
|
|
7715
7724
|
"borderTableStickyWidth": "--border-table-sticky-width-h1tlxy",
|
|
7716
7725
|
"borderLinkFocusRingOutline": "--border-link-focus-ring-outline-k2wccv",
|
|
7717
7726
|
"borderLinkFocusRingShadowSpread": "--border-link-focus-ring-shadow-spread-nv4ahb",
|
|
@@ -1592,7 +1592,6 @@ export var preset = {
|
|
|
1592
1592
|
"fontWayfindingLinkActiveWeight": "{fontWeightHeavy}",
|
|
1593
1593
|
"fontWeightHeavy": "800",
|
|
1594
1594
|
"borderActiveWidth": "4px",
|
|
1595
|
-
"borderRadiusBadge": "4px",
|
|
1596
1595
|
"borderCodeEditorStatusDividerWidth": "{borderDividerSectionWidth}",
|
|
1597
1596
|
"borderContainerStickyWidth": "0px",
|
|
1598
1597
|
"borderContainerTopWidth": "0px",
|
|
@@ -1610,8 +1609,10 @@ export var preset = {
|
|
|
1610
1609
|
"borderPanelHeaderWidth": "2px",
|
|
1611
1610
|
"borderPanelTopWidth": "1px",
|
|
1612
1611
|
"borderRadiusAlert": "{borderRadiusFlashbar}",
|
|
1612
|
+
"borderRadiusBadge": "4px",
|
|
1613
1613
|
"borderRadiusButton": "20px",
|
|
1614
|
-
"
|
|
1614
|
+
"borderRadiusCalendarDayFocusRing": "3px",
|
|
1615
|
+
"borderRadiusCodeEditor": "{borderRadiusControl}",
|
|
1615
1616
|
"borderRadiusContainer": "16px",
|
|
1616
1617
|
"borderRadiusControl": "8px",
|
|
1617
1618
|
"borderRadiusControlFocusRingCircle": "4px",
|
|
@@ -1619,7 +1620,9 @@ export var preset = {
|
|
|
1619
1620
|
"borderRadiusDropdown": "{borderRadiusItem}",
|
|
1620
1621
|
"borderRadiusFlashbar": "12px",
|
|
1621
1622
|
"borderRadiusItem": "8px",
|
|
1623
|
+
"borderRadiusPopover": "{borderRadiusControl}",
|
|
1622
1624
|
"borderRadiusTabsFocusRing": "20px",
|
|
1625
|
+
"borderRadiusTutorialPanelItem": "{borderRadiusControl}",
|
|
1623
1626
|
"borderTableStickyWidth": "2px",
|
|
1624
1627
|
"borderLinkFocusRingOutline": "0",
|
|
1625
1628
|
"borderLinkFocusRingShadowSpread": "2px",
|
|
@@ -7046,7 +7049,6 @@ export var preset = {
|
|
|
7046
7049
|
"fontWayfindingLinkActiveWeight": "font-wayfinding-link-active-weight",
|
|
7047
7050
|
"fontWeightHeavy": "font-weight-heavy",
|
|
7048
7051
|
"borderActiveWidth": "border-active-width",
|
|
7049
|
-
"borderRadiusBadge": "border-radius-badge",
|
|
7050
7052
|
"borderCodeEditorStatusDividerWidth": "border-code-editor-status-divider-width",
|
|
7051
7053
|
"borderContainerStickyWidth": "border-container-sticky-width",
|
|
7052
7054
|
"borderContainerTopWidth": "border-container-top-width",
|
|
@@ -7064,8 +7066,10 @@ export var preset = {
|
|
|
7064
7066
|
"borderPanelHeaderWidth": "border-panel-header-width",
|
|
7065
7067
|
"borderPanelTopWidth": "border-panel-top-width",
|
|
7066
7068
|
"borderRadiusAlert": "border-radius-alert",
|
|
7069
|
+
"borderRadiusBadge": "border-radius-badge",
|
|
7067
7070
|
"borderRadiusButton": "border-radius-button",
|
|
7068
|
-
"
|
|
7071
|
+
"borderRadiusCalendarDayFocusRing": "border-radius-calendar-day-focus-ring",
|
|
7072
|
+
"borderRadiusCodeEditor": "border-radius-code-editor",
|
|
7069
7073
|
"borderRadiusContainer": "border-radius-container",
|
|
7070
7074
|
"borderRadiusControl": "border-radius-control",
|
|
7071
7075
|
"borderRadiusControlFocusRingCircle": "border-radius-control-focus-ring-circle",
|
|
@@ -7073,7 +7077,9 @@ export var preset = {
|
|
|
7073
7077
|
"borderRadiusDropdown": "border-radius-dropdown",
|
|
7074
7078
|
"borderRadiusFlashbar": "border-radius-flashbar",
|
|
7075
7079
|
"borderRadiusItem": "border-radius-item",
|
|
7080
|
+
"borderRadiusPopover": "border-radius-popover",
|
|
7076
7081
|
"borderRadiusTabsFocusRing": "border-radius-tabs-focus-ring",
|
|
7082
|
+
"borderRadiusTutorialPanelItem": "border-radius-tutorial-panel-item",
|
|
7077
7083
|
"borderTableStickyWidth": "border-table-sticky-width",
|
|
7078
7084
|
"borderLinkFocusRingOutline": "border-link-focus-ring-outline",
|
|
7079
7085
|
"borderLinkFocusRingShadowSpread": "border-link-focus-ring-shadow-spread",
|
|
@@ -7684,7 +7690,6 @@ export var preset = {
|
|
|
7684
7690
|
"fontWayfindingLinkActiveWeight": "--font-wayfinding-link-active-weight-l3fid7",
|
|
7685
7691
|
"fontWeightHeavy": "--font-weight-heavy-ydka9r",
|
|
7686
7692
|
"borderActiveWidth": "--border-active-width-ce5ls7",
|
|
7687
|
-
"borderRadiusBadge": "--border-radius-badge-x5oehc",
|
|
7688
7693
|
"borderCodeEditorStatusDividerWidth": "--border-code-editor-status-divider-width-cf5jzt",
|
|
7689
7694
|
"borderContainerStickyWidth": "--border-container-sticky-width-i7t7xe",
|
|
7690
7695
|
"borderContainerTopWidth": "--border-container-top-width-jk6fhm",
|
|
@@ -7702,8 +7707,10 @@ export var preset = {
|
|
|
7702
7707
|
"borderPanelHeaderWidth": "--border-panel-header-width-6fmoo4",
|
|
7703
7708
|
"borderPanelTopWidth": "--border-panel-top-width-00mwcl",
|
|
7704
7709
|
"borderRadiusAlert": "--border-radius-alert-n0skwy",
|
|
7710
|
+
"borderRadiusBadge": "--border-radius-badge-x5oehc",
|
|
7705
7711
|
"borderRadiusButton": "--border-radius-button-axewzv",
|
|
7706
|
-
"
|
|
7712
|
+
"borderRadiusCalendarDayFocusRing": "--border-radius-calendar-day-focus-ring-a8mlqd",
|
|
7713
|
+
"borderRadiusCodeEditor": "--border-radius-code-editor-fuck6b",
|
|
7707
7714
|
"borderRadiusContainer": "--border-radius-container-gh9ysk",
|
|
7708
7715
|
"borderRadiusControl": "--border-radius-control-xfq7an",
|
|
7709
7716
|
"borderRadiusControlFocusRingCircle": "--border-radius-control-focus-ring-circle-48k0xl",
|
|
@@ -7711,7 +7718,9 @@ export var preset = {
|
|
|
7711
7718
|
"borderRadiusDropdown": "--border-radius-dropdown-ujknaf",
|
|
7712
7719
|
"borderRadiusFlashbar": "--border-radius-flashbar-i7jm55",
|
|
7713
7720
|
"borderRadiusItem": "--border-radius-item-u2ibpi",
|
|
7721
|
+
"borderRadiusPopover": "--border-radius-popover-8g1bwn",
|
|
7714
7722
|
"borderRadiusTabsFocusRing": "--border-radius-tabs-focus-ring-j968on",
|
|
7723
|
+
"borderRadiusTutorialPanelItem": "--border-radius-tutorial-panel-item-5wuccf",
|
|
7715
7724
|
"borderTableStickyWidth": "--border-table-sticky-width-h1tlxy",
|
|
7716
7725
|
"borderLinkFocusRingOutline": "--border-link-focus-ring-outline-k2wccv",
|
|
7717
7726
|
"borderLinkFocusRingShadowSpread": "--border-link-focus-ring-shadow-spread-nv4ahb",
|
|
@@ -1,53 +1,53 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"arrow": "
|
|
5
|
-
"arrow-outer": "awsui_arrow-
|
|
6
|
-
"arrow-inner": "awsui_arrow-
|
|
7
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
8
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
10
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
12
|
-
"arrow-position-top-right": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-top-left": "awsui_arrow-position-top-
|
|
14
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
15
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
16
|
-
"arrow-position-bottom-right": "awsui_arrow-position-bottom-
|
|
17
|
-
"arrow-position-bottom-left": "awsui_arrow-position-bottom-
|
|
18
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
19
|
-
"body": "
|
|
20
|
-
"body-overflow-visible": "awsui_body-overflow-
|
|
21
|
-
"variant-annotation": "awsui_variant-
|
|
22
|
-
"body-size-small": "awsui_body-size-
|
|
23
|
-
"fixed-width": "awsui_fixed-
|
|
24
|
-
"body-size-medium": "awsui_body-size-
|
|
25
|
-
"body-size-large": "awsui_body-size-
|
|
26
|
-
"has-dismiss": "awsui_has-
|
|
27
|
-
"dismiss": "
|
|
28
|
-
"dismiss-control": "awsui_dismiss-
|
|
29
|
-
"header-row": "awsui_header-
|
|
30
|
-
"header": "
|
|
31
|
-
"content": "
|
|
32
|
-
"content-overflow-visible": "awsui_content-overflow-
|
|
33
|
-
"container": "
|
|
34
|
-
"container-arrow": "awsui_container-
|
|
35
|
-
"container-arrow-position-right-top": "awsui_container-arrow-position-right-
|
|
36
|
-
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-
|
|
37
|
-
"container-arrow-position-left-top": "awsui_container-arrow-position-left-
|
|
38
|
-
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-
|
|
39
|
-
"container-arrow-position-top-center": "awsui_container-arrow-position-top-
|
|
40
|
-
"container-arrow-position-top-right": "awsui_container-arrow-position-top-
|
|
41
|
-
"container-arrow-position-top-left": "awsui_container-arrow-position-top-
|
|
42
|
-
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-
|
|
43
|
-
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-
|
|
44
|
-
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-
|
|
45
|
-
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-
|
|
46
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
47
|
-
"refresh": "
|
|
48
|
-
"root": "
|
|
49
|
-
"trigger": "
|
|
50
|
-
"trigger-type-text": "awsui_trigger-type-
|
|
51
|
-
"trigger-inner-text": "awsui_trigger-inner-
|
|
4
|
+
"arrow": "awsui_arrow_xjuzf_1dve0_185",
|
|
5
|
+
"arrow-outer": "awsui_arrow-outer_xjuzf_1dve0_189",
|
|
6
|
+
"arrow-inner": "awsui_arrow-inner_xjuzf_1dve0_189",
|
|
7
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_1dve0_220",
|
|
8
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_1dve0_220",
|
|
9
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_1dve0_223",
|
|
10
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_1dve0_223",
|
|
11
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_1dve0_226",
|
|
12
|
+
"arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_1dve0_226",
|
|
13
|
+
"arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_1dve0_226",
|
|
14
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_1dve0_226",
|
|
15
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_1dve0_229",
|
|
16
|
+
"arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_1dve0_229",
|
|
17
|
+
"arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_1dve0_229",
|
|
18
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_1dve0_229",
|
|
19
|
+
"body": "awsui_body_xjuzf_1dve0_325",
|
|
20
|
+
"body-overflow-visible": "awsui_body-overflow-visible_xjuzf_1dve0_344",
|
|
21
|
+
"variant-annotation": "awsui_variant-annotation_xjuzf_1dve0_348",
|
|
22
|
+
"body-size-small": "awsui_body-size-small_xjuzf_1dve0_353",
|
|
23
|
+
"fixed-width": "awsui_fixed-width_xjuzf_1dve0_356",
|
|
24
|
+
"body-size-medium": "awsui_body-size-medium_xjuzf_1dve0_360",
|
|
25
|
+
"body-size-large": "awsui_body-size-large_xjuzf_1dve0_367",
|
|
26
|
+
"has-dismiss": "awsui_has-dismiss_xjuzf_1dve0_374",
|
|
27
|
+
"dismiss": "awsui_dismiss_xjuzf_1dve0_379",
|
|
28
|
+
"dismiss-control": "awsui_dismiss-control_xjuzf_1dve0_386",
|
|
29
|
+
"header-row": "awsui_header-row_xjuzf_1dve0_390",
|
|
30
|
+
"header": "awsui_header_xjuzf_1dve0_390",
|
|
31
|
+
"content": "awsui_content_xjuzf_1dve0_412",
|
|
32
|
+
"content-overflow-visible": "awsui_content-overflow-visible_xjuzf_1dve0_419",
|
|
33
|
+
"container": "awsui_container_xjuzf_1dve0_431",
|
|
34
|
+
"container-arrow": "awsui_container-arrow_xjuzf_1dve0_439",
|
|
35
|
+
"container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_1dve0_443",
|
|
36
|
+
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_1dve0_443",
|
|
37
|
+
"container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_1dve0_455",
|
|
38
|
+
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_1dve0_455",
|
|
39
|
+
"container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_1dve0_467",
|
|
40
|
+
"container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_1dve0_467",
|
|
41
|
+
"container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_1dve0_467",
|
|
42
|
+
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_1dve0_467",
|
|
43
|
+
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_1dve0_483",
|
|
44
|
+
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_1dve0_487",
|
|
45
|
+
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_1dve0_491",
|
|
46
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_1dve0_1",
|
|
47
|
+
"refresh": "awsui_refresh_xjuzf_1dve0_609",
|
|
48
|
+
"root": "awsui_root_xjuzf_1dve0_631",
|
|
49
|
+
"trigger": "awsui_trigger_xjuzf_1dve0_643",
|
|
50
|
+
"trigger-type-text": "awsui_trigger-type-text_xjuzf_1dve0_650",
|
|
51
|
+
"trigger-inner-text": "awsui_trigger-inner-text_xjuzf_1dve0_679"
|
|
52
52
|
};
|
|
53
53
|
|