@cloudscape-design/components-themeable 3.0.1221 → 3.0.1223

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 (126) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +142 -140
  3. package/lib/internal/scss/modal/styles.scss +43 -1
  4. package/lib/internal/scss/table/styles.scss +1 -3
  5. package/lib/internal/template/alert/styles.css.js +27 -27
  6. package/lib/internal/template/alert/styles.scoped.css +50 -50
  7. package/lib/internal/template/alert/styles.selectors.js +27 -27
  8. package/lib/internal/template/annotation-context/annotation/styles.css.js +13 -13
  9. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +21 -21
  10. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +13 -13
  11. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  12. package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
  13. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  14. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
  15. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +258 -258
  16. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
  17. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
  18. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +89 -89
  19. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
  20. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
  21. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +7 -7
  22. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
  23. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +27 -27
  24. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +54 -54
  25. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +27 -27
  26. package/lib/internal/template/attribute-editor/styles.css.js +15 -15
  27. package/lib/internal/template/attribute-editor/styles.scoped.css +28 -28
  28. package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
  29. package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
  30. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +28 -28
  31. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
  32. package/lib/internal/template/button/styles.css.js +22 -22
  33. package/lib/internal/template/button/styles.scoped.css +256 -256
  34. package/lib/internal/template/button/styles.selectors.js +22 -22
  35. package/lib/internal/template/button-dropdown/item-element/styles.css.js +21 -21
  36. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +37 -37
  37. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +21 -21
  38. package/lib/internal/template/checkbox/styles.css.js +3 -3
  39. package/lib/internal/template/checkbox/styles.scoped.css +11 -11
  40. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  41. package/lib/internal/template/content-layout/styles.css.js +14 -14
  42. package/lib/internal/template/content-layout/styles.scoped.css +27 -27
  43. package/lib/internal/template/content-layout/styles.selectors.js +14 -14
  44. package/lib/internal/template/flashbar/styles.css.js +50 -50
  45. package/lib/internal/template/flashbar/styles.scoped.css +187 -187
  46. package/lib/internal/template/flashbar/styles.selectors.js +50 -50
  47. package/lib/internal/template/help-panel/styles.css.js +6 -6
  48. package/lib/internal/template/help-panel/styles.scoped.css +73 -73
  49. package/lib/internal/template/help-panel/styles.selectors.js +6 -6
  50. package/lib/internal/template/input/styles.css.js +13 -13
  51. package/lib/internal/template/input/styles.scoped.css +74 -74
  52. package/lib/internal/template/input/styles.selectors.js +13 -13
  53. package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
  54. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +30 -30
  55. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +58 -58
  56. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +30 -30
  57. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  58. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +39 -39
  59. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  60. package/lib/internal/template/internal/components/radio-button/styles.css.js +7 -7
  61. package/lib/internal/template/internal/components/radio-button/styles.scoped.css +18 -18
  62. package/lib/internal/template/internal/components/radio-button/styles.selectors.js +7 -7
  63. package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
  64. package/lib/internal/template/internal/components/token-list/styles.scoped.css +25 -25
  65. package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
  66. package/lib/internal/template/internal/environment.js +2 -2
  67. package/lib/internal/template/internal/environment.json +2 -2
  68. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +2 -0
  69. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  70. package/lib/internal/template/internal/generated/custom-css-properties/index.js +141 -139
  71. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  72. package/lib/internal/template/link/styles.css.js +20 -20
  73. package/lib/internal/template/link/styles.scoped.css +103 -103
  74. package/lib/internal/template/link/styles.selectors.js +20 -20
  75. package/lib/internal/template/modal/index.d.ts +1 -1
  76. package/lib/internal/template/modal/index.d.ts.map +1 -1
  77. package/lib/internal/template/modal/index.js +6 -3
  78. package/lib/internal/template/modal/index.js.map +1 -1
  79. package/lib/internal/template/modal/interfaces.d.ts +28 -3
  80. package/lib/internal/template/modal/interfaces.d.ts.map +1 -1
  81. package/lib/internal/template/modal/interfaces.js.map +1 -1
  82. package/lib/internal/template/modal/internal.d.ts +2 -0
  83. package/lib/internal/template/modal/internal.d.ts.map +1 -1
  84. package/lib/internal/template/modal/internal.js +20 -14
  85. package/lib/internal/template/modal/internal.js.map +1 -1
  86. package/lib/internal/template/modal/styles.css.js +31 -23
  87. package/lib/internal/template/modal/styles.scoped.css +70 -39
  88. package/lib/internal/template/modal/styles.selectors.js +31 -23
  89. package/lib/internal/template/modal/use-modal-dimensions.d.ts +17 -0
  90. package/lib/internal/template/modal/use-modal-dimensions.d.ts.map +1 -0
  91. package/lib/internal/template/modal/use-modal-dimensions.js +37 -0
  92. package/lib/internal/template/modal/use-modal-dimensions.js.map +1 -0
  93. package/lib/internal/template/progress-bar/styles.css.js +18 -18
  94. package/lib/internal/template/progress-bar/styles.scoped.css +48 -48
  95. package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
  96. package/lib/internal/template/prompt-input/styles.css.js +17 -17
  97. package/lib/internal/template/prompt-input/styles.scoped.css +79 -79
  98. package/lib/internal/template/prompt-input/styles.selectors.js +17 -17
  99. package/lib/internal/template/segmented-control/styles.css.js +16 -16
  100. package/lib/internal/template/segmented-control/styles.scoped.css +46 -46
  101. package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
  102. package/lib/internal/template/slider/styles.css.js +26 -26
  103. package/lib/internal/template/slider/styles.scoped.css +165 -165
  104. package/lib/internal/template/slider/styles.selectors.js +26 -26
  105. package/lib/internal/template/spinner/styles.css.js +13 -13
  106. package/lib/internal/template/spinner/styles.scoped.css +39 -39
  107. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  108. package/lib/internal/template/table/styles.css.js +34 -34
  109. package/lib/internal/template/table/styles.scoped.css +42 -44
  110. package/lib/internal/template/table/styles.selectors.js +34 -34
  111. package/lib/internal/template/tabs/styles.css.js +30 -30
  112. package/lib/internal/template/tabs/styles.scoped.css +76 -76
  113. package/lib/internal/template/tabs/styles.selectors.js +30 -30
  114. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  115. package/lib/internal/template/tag-editor/styles.scoped.css +13 -13
  116. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  117. package/lib/internal/template/text-content/styles.css.js +1 -1
  118. package/lib/internal/template/text-content/styles.scoped.css +66 -66
  119. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  120. package/lib/internal/template/textarea/styles.css.js +5 -5
  121. package/lib/internal/template/textarea/styles.scoped.css +45 -45
  122. package/lib/internal/template/textarea/styles.selectors.js +5 -5
  123. package/lib/internal/template/toggle/styles.css.js +10 -10
  124. package/lib/internal/template/toggle/styles.scoped.css +23 -23
  125. package/lib/internal/template/toggle/styles.selectors.js +10 -10
  126. package/package.json +1 -1
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "0ad8fec76bce64e08098b306bbc1042d01d8a96f"
2
+ "commit": "a01000a12a87a949b7cb55935e33bc9a244cd85e"
3
3
  }
@@ -1,144 +1,146 @@
1
1
 
2
2
  // Build environment
3
- $awsui-commit-hash: "0ad8fec7";
3
+ $awsui-commit-hash: "a01000a1";
4
4
  // Manually managed CSS-variables
5
- $maxContentWidth: --awsui-max-content-width-c5ek4l;
6
- $minContentWidth: --awsui-min-content-width-c5ek4l;
7
- $breadcrumbsGap: --awsui-breadcrumbs-gap-c5ek4l;
8
- $contentGapLeft: --awsui-content-gap-left-c5ek4l;
9
- $contentGapRight: --awsui-content-gap-right-c5ek4l;
10
- $contentHeight: --awsui-content-height-c5ek4l;
11
- $contentLayoutDefaultHorizontalPadding: --awsui-content-layout-default-horizontal-padding-c5ek4l;
12
- $contentLayoutMaxContentWidth: --awsui-content-layout-max-content-width-c5ek4l;
13
- $contentLayoutMainGap: --awsui-content-layout-main-gap-c5ek4l;
14
- $defaultMaxContentWidth: --awsui-default-max-content-width-c5ek4l;
15
- $defaultMinContentWidth: --awsui-default-min-content-width-c5ek4l;
16
- $drawerSize: --awsui-drawer-size-c5ek4l;
17
- $drawerMinSize: --awsui-drawer-min-size-c5ek4l;
18
- $bottomDrawerSize: --awsui-bottom-drawer-size-c5ek4l;
19
- $footerHeight: --awsui-footer-height-c5ek4l;
20
- $headerGap: --awsui-header-gap-c5ek4l;
21
- $headerHeight: --awsui-header-height-c5ek4l;
22
- $layoutWidth: --awsui-layout-width-c5ek4l;
23
- $mainGap: --awsui-main-gap-c5ek4l;
24
- $mainOffsetLeft: --awsui-main-offset-left-c5ek4l;
25
- $mainTemplateRows: --awsui-main-template-rows-c5ek4l;
26
- $mobileBarHeight: --awsui-mobile-bar-height-c5ek4l;
27
- $notificationsHeight: --awsui-notifications-height-c5ek4l;
28
- $offsetTop: --awsui-offset-top-c5ek4l;
29
- $overlapHeight: --awsui-overlap-height-c5ek4l;
30
- $navigationWidth: --awsui-navigation-width-c5ek4l;
31
- $splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-c5ek4l;
32
- $splitPanelReportedSize: --awsui-split-panel-reported-size-c5ek4l;
33
- $splitPanelHeight: --awsui-split-panel-height-c5ek4l;
34
- $splitPanelMinWidth: --awsui-split-panel-min-width-c5ek4l;
35
- $splitPanelMaxWidth: --awsui-split-panel-max-width-c5ek4l;
36
- $toolsMaxWidth: --awsui-tools-max-width-c5ek4l;
37
- $toolsWidth: --awsui-tools-width-c5ek4l;
38
- $toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-c5ek4l;
39
- $contentScrollMargin: --awsui-content-scroll-margin-c5ek4l;
40
- $flashbarStackDepth: --awsui-flashbar-stack-depth-c5ek4l;
41
- $flashbarStackIndex: --awsui-flashbar-stack-index-c5ek4l;
42
- $flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-c5ek4l;
43
- $stackedNotificationsBottomMargin: --awsui-stacked-notifications-bottom-margin-c5ek4l;
44
- $stackedNotificationsDefaultBottomMargin: --awsui-stacked-notifications-default-bottom-margin-c5ek4l;
45
- $dropdownDefaultMaxWidth: --awsui-dropdown-default-max-width-c5ek4l;
46
- $dropdownDefaultMinWidth: --awsui-dropdown-default-min-width-c5ek4l;
47
- $spinnerRotatorFrom: --awsui-spinner-rotator-from-c5ek4l;
48
- $spinnerRotatorTo: --awsui-spinner-rotator-to-c5ek4l;
49
- $spinnerLineLeftFrom: --awsui-spinner-line-left-from-c5ek4l;
50
- $spinnerLineLeftTo: --awsui-spinner-line-left-to-c5ek4l;
51
- $spinnerLineRightFrom: --awsui-spinner-line-right-from-c5ek4l;
52
- $spinnerLineRightTo: --awsui-spinner-line-right-to-c5ek4l;
53
- $sliderLabelCount: --awsui-slider-label-count-c5ek4l;
54
- $sliderTickCount: --awsui-slider-tick-count-c5ek4l;
55
- $sliderReferenceColumn: --awsui-slider-reference-column-c5ek4l;
56
- $sliderNextReferenceColumn: --awsui-slider-next-reference-column-c5ek4l;
57
- $sliderMaxStart: --awsui-slider-max-start-c5ek4l;
58
- $sliderMinEnd: --awsui-slider-min-end-c5ek4l;
59
- $sliderRangeInlineSize: --awsui-slider-range-inline-size-c5ek4l;
60
- $sliderTooltipPosition: --awsui-slider-tooltip-position-c5ek4l;
61
- $togglesLeftWidth: --awsui-toggles-left-width-c5ek4l;
62
- $togglesRightWidth: --awsui-toggles-right-width-c5ek4l;
63
- $promptInputMaxRows: --awsui-prompt-input-max-rows-c5ek4l;
64
- $promptInputScrollHeight: --awsui-prompt-input-scroll-height-c5ek4l;
65
- $dragHandleAnimationInlineOffset: --awsui-drag-handle-animation-inline-offset-c5ek4l;
66
- $dragHandleAnimationBlockOffset: --awsui-drag-handle-animation-block-offset-c5ek4l;
67
- $styleBackgroundActive: --awsui-style-background-active-c5ek4l;
68
- $styleBackgroundDefault: --awsui-style-background-default-c5ek4l;
69
- $styleBackgroundDisabled: --awsui-style-background-disabled-c5ek4l;
70
- $styleBackgroundHover: --awsui-style-background-hover-c5ek4l;
71
- $styleBorderColorActive: --awsui-style-border-color-active-c5ek4l;
72
- $styleBorderColorDefault: --awsui-style-border-color-default-c5ek4l;
73
- $styleBorderColorDisabled: --awsui-style-border-color-disabled-c5ek4l;
74
- $styleBorderColorHover: --awsui-style-border-color-hover-c5ek4l;
75
- $styleColorActive: --awsui-style-color-active-c5ek4l;
76
- $styleColorDefault: --awsui-style-color-default-c5ek4l;
77
- $styleColorDisabled: --awsui-style-color-disabled-c5ek4l;
78
- $styleColorHover: --awsui-style-color-hover-c5ek4l;
79
- $styleFocusRingBorderColor: --awsui-style-focus-ring-border-color-c5ek4l;
80
- $styleFocusRingBorderRadius: --awsui-style-focus-ring-border-radius-c5ek4l;
81
- $styleFocusRingBorderWidth: --awsui-style-focus-ring-border-width-c5ek4l;
82
- $styleFocusRingBoxShadow: --awsui-style-focus-ring-box-shadow-c5ek4l;
83
- $styleBoxShadowActive: --awsui-style-box-shadow-active-c5ek4l;
84
- $styleBoxShadowDefault: --awsui-style-box-shadow-default-c5ek4l;
85
- $styleBoxShadowDisabled: --awsui-style-box-shadow-disabled-c5ek4l;
86
- $styleBoxShadowHover: --awsui-style-box-shadow-hover-c5ek4l;
87
- $styleBackgroundReadonly: --awsui-style-background-readonly-c5ek4l;
88
- $styleBorderColorReadonly: --awsui-style-border-color-readonly-c5ek4l;
89
- $styleBoxShadowReadonly: --awsui-style-box-shadow-readonly-c5ek4l;
90
- $styleColorReadonly: --awsui-style-color-readonly-c5ek4l;
91
- $styleBackgroundFocus: --awsui-style-background-focus-c5ek4l;
92
- $styleBorderColorFocus: --awsui-style-border-color-focus-c5ek4l;
93
- $styleBoxShadowFocus: --awsui-style-box-shadow-focus-c5ek4l;
94
- $styleColorFocus: --awsui-style-color-focus-c5ek4l;
95
- $stylePlaceholderColor: --awsui-style-placeholder-color-c5ek4l;
96
- $stylePlaceholderFontSize: --awsui-style-placeholder-font-size-c5ek4l;
97
- $stylePlaceholderFontStyle: --awsui-style-placeholder-font-style-c5ek4l;
98
- $stylePlaceholderFontWeight: --awsui-style-placeholder-font-weight-c5ek4l;
99
- $styleTabsActiveIndicatorColor: --awsui-style-tabs-active-indicator-color-c5ek4l;
100
- $styleTabsActiveIndicatorWidth: --awsui-style-tabs-active-indicator-width-c5ek4l;
101
- $styleTabsActiveIndicatorBorderRadius: --awsui-style-tabs-active-indicator-border-radius-c5ek4l;
102
- $styleTabsSeparatorColor: --awsui-style-tabs-separator-color-c5ek4l;
103
- $styleTabsSeparatorWidth: --awsui-style-tabs-separator-width-c5ek4l;
104
- $alertFocusRingBorderColor: --awsui-alert-focus-ring-border-color-c5ek4l;
105
- $alertFocusRingBorderRadius: --awsui-alert-focus-ring-border-radius-c5ek4l;
106
- $alertFocusRingBorderWidth: --awsui-alert-focus-ring-border-width-c5ek4l;
107
- $alertFocusRingBoxShadow: --awsui-alert-focus-ring-box-shadow-c5ek4l;
108
- $alertIconColor: --awsui-alert-icon-color-c5ek4l;
109
- $promptInputStyleBackgroundDefault: --awsui-prompt-input-style-background-default-c5ek4l;
110
- $promptInputStyleBackgroundDisabled: --awsui-prompt-input-style-background-disabled-c5ek4l;
111
- $promptInputStyleBackgroundFocus: --awsui-prompt-input-style-background-focus-c5ek4l;
112
- $promptInputStyleBackgroundHover: --awsui-prompt-input-style-background-hover-c5ek4l;
113
- $promptInputStyleBackgroundReadonly: --awsui-prompt-input-style-background-readonly-c5ek4l;
114
- $promptInputStyleBorderColorDefault: --awsui-prompt-input-style-border-color-default-c5ek4l;
115
- $promptInputStyleBorderColorDisabled: --awsui-prompt-input-style-border-color-disabled-c5ek4l;
116
- $promptInputStyleBorderColorFocus: --awsui-prompt-input-style-border-color-focus-c5ek4l;
117
- $promptInputStyleBorderColorHover: --awsui-prompt-input-style-border-color-hover-c5ek4l;
118
- $promptInputStyleBorderColorReadonly: --awsui-prompt-input-style-border-color-readonly-c5ek4l;
119
- $promptInputStyleBoxShadowDefault: --awsui-prompt-input-style-box-shadow-default-c5ek4l;
120
- $promptInputStyleBoxShadowDisabled: --awsui-prompt-input-style-box-shadow-disabled-c5ek4l;
121
- $promptInputStyleBoxShadowFocus: --awsui-prompt-input-style-box-shadow-focus-c5ek4l;
122
- $promptInputStyleBoxShadowHover: --awsui-prompt-input-style-box-shadow-hover-c5ek4l;
123
- $promptInputStyleBoxShadowReadonly: --awsui-prompt-input-style-box-shadow-readonly-c5ek4l;
124
- $promptInputStyleColorDefault: --awsui-prompt-input-style-color-default-c5ek4l;
125
- $promptInputStyleColorDisabled: --awsui-prompt-input-style-color-disabled-c5ek4l;
126
- $promptInputStyleColorFocus: --awsui-prompt-input-style-color-focus-c5ek4l;
127
- $promptInputStyleColorHover: --awsui-prompt-input-style-color-hover-c5ek4l;
128
- $promptInputStyleColorReadonly: --awsui-prompt-input-style-color-readonly-c5ek4l;
129
- $promptInputStylePlaceholderColor: --awsui-prompt-input-style-placeholder-color-c5ek4l;
130
- $promptInputStylePlaceholderFontSize: --awsui-prompt-input-style-placeholder-font-size-c5ek4l;
131
- $promptInputStylePlaceholderFontStyle: --awsui-prompt-input-style-placeholder-font-style-c5ek4l;
132
- $promptInputStylePlaceholderFontWeight: --awsui-prompt-input-style-placeholder-font-weight-c5ek4l;
133
- $progressBarBackgroundColor: --awsui-progress-bar-background-color-c5ek4l;
134
- $progressBarBorderRadius: --awsui-progress-bar-border-radius-c5ek4l;
135
- $progressBarHeight: --awsui-progress-bar-height-c5ek4l;
136
- $progressValueBackgroundColor: --awsui-progress-value-background-color-c5ek4l;
137
- $styleSliderTrackBackgroundColor: --awsui-style-slider-track-background-color-c5ek4l;
138
- $styleSliderRangeBackgroundDefault: --awsui-style-slider-range-background-default-c5ek4l;
139
- $styleSliderRangeBackgroundActive: --awsui-style-slider-range-background-active-c5ek4l;
140
- $styleSliderHandleBackgroundDefault: --awsui-style-slider-handle-background-default-c5ek4l;
141
- $styleSliderHandleBackgroundHover: --awsui-style-slider-handle-background-hover-c5ek4l;
142
- $styleSliderHandleBackgroundActive: --awsui-style-slider-handle-background-active-c5ek4l;
143
- $styleSliderHandleBorderRadius: --awsui-style-slider-handle-border-radius-c5ek4l;
5
+ $maxContentWidth: --awsui-max-content-width-n6lfw8;
6
+ $minContentWidth: --awsui-min-content-width-n6lfw8;
7
+ $breadcrumbsGap: --awsui-breadcrumbs-gap-n6lfw8;
8
+ $contentGapLeft: --awsui-content-gap-left-n6lfw8;
9
+ $contentGapRight: --awsui-content-gap-right-n6lfw8;
10
+ $contentHeight: --awsui-content-height-n6lfw8;
11
+ $contentLayoutDefaultHorizontalPadding: --awsui-content-layout-default-horizontal-padding-n6lfw8;
12
+ $contentLayoutMaxContentWidth: --awsui-content-layout-max-content-width-n6lfw8;
13
+ $contentLayoutMainGap: --awsui-content-layout-main-gap-n6lfw8;
14
+ $defaultMaxContentWidth: --awsui-default-max-content-width-n6lfw8;
15
+ $defaultMinContentWidth: --awsui-default-min-content-width-n6lfw8;
16
+ $drawerSize: --awsui-drawer-size-n6lfw8;
17
+ $drawerMinSize: --awsui-drawer-min-size-n6lfw8;
18
+ $bottomDrawerSize: --awsui-bottom-drawer-size-n6lfw8;
19
+ $footerHeight: --awsui-footer-height-n6lfw8;
20
+ $headerGap: --awsui-header-gap-n6lfw8;
21
+ $headerHeight: --awsui-header-height-n6lfw8;
22
+ $layoutWidth: --awsui-layout-width-n6lfw8;
23
+ $mainGap: --awsui-main-gap-n6lfw8;
24
+ $mainOffsetLeft: --awsui-main-offset-left-n6lfw8;
25
+ $mainTemplateRows: --awsui-main-template-rows-n6lfw8;
26
+ $mobileBarHeight: --awsui-mobile-bar-height-n6lfw8;
27
+ $notificationsHeight: --awsui-notifications-height-n6lfw8;
28
+ $offsetTop: --awsui-offset-top-n6lfw8;
29
+ $overlapHeight: --awsui-overlap-height-n6lfw8;
30
+ $navigationWidth: --awsui-navigation-width-n6lfw8;
31
+ $splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-n6lfw8;
32
+ $splitPanelReportedSize: --awsui-split-panel-reported-size-n6lfw8;
33
+ $splitPanelHeight: --awsui-split-panel-height-n6lfw8;
34
+ $splitPanelMinWidth: --awsui-split-panel-min-width-n6lfw8;
35
+ $splitPanelMaxWidth: --awsui-split-panel-max-width-n6lfw8;
36
+ $toolsMaxWidth: --awsui-tools-max-width-n6lfw8;
37
+ $toolsWidth: --awsui-tools-width-n6lfw8;
38
+ $toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-n6lfw8;
39
+ $contentScrollMargin: --awsui-content-scroll-margin-n6lfw8;
40
+ $flashbarStackDepth: --awsui-flashbar-stack-depth-n6lfw8;
41
+ $flashbarStackIndex: --awsui-flashbar-stack-index-n6lfw8;
42
+ $flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-n6lfw8;
43
+ $stackedNotificationsBottomMargin: --awsui-stacked-notifications-bottom-margin-n6lfw8;
44
+ $stackedNotificationsDefaultBottomMargin: --awsui-stacked-notifications-default-bottom-margin-n6lfw8;
45
+ $dropdownDefaultMaxWidth: --awsui-dropdown-default-max-width-n6lfw8;
46
+ $dropdownDefaultMinWidth: --awsui-dropdown-default-min-width-n6lfw8;
47
+ $modalCustomWidth: --awsui-modal-custom-width-n6lfw8;
48
+ $modalCustomHeight: --awsui-modal-custom-height-n6lfw8;
49
+ $spinnerRotatorFrom: --awsui-spinner-rotator-from-n6lfw8;
50
+ $spinnerRotatorTo: --awsui-spinner-rotator-to-n6lfw8;
51
+ $spinnerLineLeftFrom: --awsui-spinner-line-left-from-n6lfw8;
52
+ $spinnerLineLeftTo: --awsui-spinner-line-left-to-n6lfw8;
53
+ $spinnerLineRightFrom: --awsui-spinner-line-right-from-n6lfw8;
54
+ $spinnerLineRightTo: --awsui-spinner-line-right-to-n6lfw8;
55
+ $sliderLabelCount: --awsui-slider-label-count-n6lfw8;
56
+ $sliderTickCount: --awsui-slider-tick-count-n6lfw8;
57
+ $sliderReferenceColumn: --awsui-slider-reference-column-n6lfw8;
58
+ $sliderNextReferenceColumn: --awsui-slider-next-reference-column-n6lfw8;
59
+ $sliderMaxStart: --awsui-slider-max-start-n6lfw8;
60
+ $sliderMinEnd: --awsui-slider-min-end-n6lfw8;
61
+ $sliderRangeInlineSize: --awsui-slider-range-inline-size-n6lfw8;
62
+ $sliderTooltipPosition: --awsui-slider-tooltip-position-n6lfw8;
63
+ $togglesLeftWidth: --awsui-toggles-left-width-n6lfw8;
64
+ $togglesRightWidth: --awsui-toggles-right-width-n6lfw8;
65
+ $promptInputMaxRows: --awsui-prompt-input-max-rows-n6lfw8;
66
+ $promptInputScrollHeight: --awsui-prompt-input-scroll-height-n6lfw8;
67
+ $dragHandleAnimationInlineOffset: --awsui-drag-handle-animation-inline-offset-n6lfw8;
68
+ $dragHandleAnimationBlockOffset: --awsui-drag-handle-animation-block-offset-n6lfw8;
69
+ $styleBackgroundActive: --awsui-style-background-active-n6lfw8;
70
+ $styleBackgroundDefault: --awsui-style-background-default-n6lfw8;
71
+ $styleBackgroundDisabled: --awsui-style-background-disabled-n6lfw8;
72
+ $styleBackgroundHover: --awsui-style-background-hover-n6lfw8;
73
+ $styleBorderColorActive: --awsui-style-border-color-active-n6lfw8;
74
+ $styleBorderColorDefault: --awsui-style-border-color-default-n6lfw8;
75
+ $styleBorderColorDisabled: --awsui-style-border-color-disabled-n6lfw8;
76
+ $styleBorderColorHover: --awsui-style-border-color-hover-n6lfw8;
77
+ $styleColorActive: --awsui-style-color-active-n6lfw8;
78
+ $styleColorDefault: --awsui-style-color-default-n6lfw8;
79
+ $styleColorDisabled: --awsui-style-color-disabled-n6lfw8;
80
+ $styleColorHover: --awsui-style-color-hover-n6lfw8;
81
+ $styleFocusRingBorderColor: --awsui-style-focus-ring-border-color-n6lfw8;
82
+ $styleFocusRingBorderRadius: --awsui-style-focus-ring-border-radius-n6lfw8;
83
+ $styleFocusRingBorderWidth: --awsui-style-focus-ring-border-width-n6lfw8;
84
+ $styleFocusRingBoxShadow: --awsui-style-focus-ring-box-shadow-n6lfw8;
85
+ $styleBoxShadowActive: --awsui-style-box-shadow-active-n6lfw8;
86
+ $styleBoxShadowDefault: --awsui-style-box-shadow-default-n6lfw8;
87
+ $styleBoxShadowDisabled: --awsui-style-box-shadow-disabled-n6lfw8;
88
+ $styleBoxShadowHover: --awsui-style-box-shadow-hover-n6lfw8;
89
+ $styleBackgroundReadonly: --awsui-style-background-readonly-n6lfw8;
90
+ $styleBorderColorReadonly: --awsui-style-border-color-readonly-n6lfw8;
91
+ $styleBoxShadowReadonly: --awsui-style-box-shadow-readonly-n6lfw8;
92
+ $styleColorReadonly: --awsui-style-color-readonly-n6lfw8;
93
+ $styleBackgroundFocus: --awsui-style-background-focus-n6lfw8;
94
+ $styleBorderColorFocus: --awsui-style-border-color-focus-n6lfw8;
95
+ $styleBoxShadowFocus: --awsui-style-box-shadow-focus-n6lfw8;
96
+ $styleColorFocus: --awsui-style-color-focus-n6lfw8;
97
+ $stylePlaceholderColor: --awsui-style-placeholder-color-n6lfw8;
98
+ $stylePlaceholderFontSize: --awsui-style-placeholder-font-size-n6lfw8;
99
+ $stylePlaceholderFontStyle: --awsui-style-placeholder-font-style-n6lfw8;
100
+ $stylePlaceholderFontWeight: --awsui-style-placeholder-font-weight-n6lfw8;
101
+ $styleTabsActiveIndicatorColor: --awsui-style-tabs-active-indicator-color-n6lfw8;
102
+ $styleTabsActiveIndicatorWidth: --awsui-style-tabs-active-indicator-width-n6lfw8;
103
+ $styleTabsActiveIndicatorBorderRadius: --awsui-style-tabs-active-indicator-border-radius-n6lfw8;
104
+ $styleTabsSeparatorColor: --awsui-style-tabs-separator-color-n6lfw8;
105
+ $styleTabsSeparatorWidth: --awsui-style-tabs-separator-width-n6lfw8;
106
+ $alertFocusRingBorderColor: --awsui-alert-focus-ring-border-color-n6lfw8;
107
+ $alertFocusRingBorderRadius: --awsui-alert-focus-ring-border-radius-n6lfw8;
108
+ $alertFocusRingBorderWidth: --awsui-alert-focus-ring-border-width-n6lfw8;
109
+ $alertFocusRingBoxShadow: --awsui-alert-focus-ring-box-shadow-n6lfw8;
110
+ $alertIconColor: --awsui-alert-icon-color-n6lfw8;
111
+ $promptInputStyleBackgroundDefault: --awsui-prompt-input-style-background-default-n6lfw8;
112
+ $promptInputStyleBackgroundDisabled: --awsui-prompt-input-style-background-disabled-n6lfw8;
113
+ $promptInputStyleBackgroundFocus: --awsui-prompt-input-style-background-focus-n6lfw8;
114
+ $promptInputStyleBackgroundHover: --awsui-prompt-input-style-background-hover-n6lfw8;
115
+ $promptInputStyleBackgroundReadonly: --awsui-prompt-input-style-background-readonly-n6lfw8;
116
+ $promptInputStyleBorderColorDefault: --awsui-prompt-input-style-border-color-default-n6lfw8;
117
+ $promptInputStyleBorderColorDisabled: --awsui-prompt-input-style-border-color-disabled-n6lfw8;
118
+ $promptInputStyleBorderColorFocus: --awsui-prompt-input-style-border-color-focus-n6lfw8;
119
+ $promptInputStyleBorderColorHover: --awsui-prompt-input-style-border-color-hover-n6lfw8;
120
+ $promptInputStyleBorderColorReadonly: --awsui-prompt-input-style-border-color-readonly-n6lfw8;
121
+ $promptInputStyleBoxShadowDefault: --awsui-prompt-input-style-box-shadow-default-n6lfw8;
122
+ $promptInputStyleBoxShadowDisabled: --awsui-prompt-input-style-box-shadow-disabled-n6lfw8;
123
+ $promptInputStyleBoxShadowFocus: --awsui-prompt-input-style-box-shadow-focus-n6lfw8;
124
+ $promptInputStyleBoxShadowHover: --awsui-prompt-input-style-box-shadow-hover-n6lfw8;
125
+ $promptInputStyleBoxShadowReadonly: --awsui-prompt-input-style-box-shadow-readonly-n6lfw8;
126
+ $promptInputStyleColorDefault: --awsui-prompt-input-style-color-default-n6lfw8;
127
+ $promptInputStyleColorDisabled: --awsui-prompt-input-style-color-disabled-n6lfw8;
128
+ $promptInputStyleColorFocus: --awsui-prompt-input-style-color-focus-n6lfw8;
129
+ $promptInputStyleColorHover: --awsui-prompt-input-style-color-hover-n6lfw8;
130
+ $promptInputStyleColorReadonly: --awsui-prompt-input-style-color-readonly-n6lfw8;
131
+ $promptInputStylePlaceholderColor: --awsui-prompt-input-style-placeholder-color-n6lfw8;
132
+ $promptInputStylePlaceholderFontSize: --awsui-prompt-input-style-placeholder-font-size-n6lfw8;
133
+ $promptInputStylePlaceholderFontStyle: --awsui-prompt-input-style-placeholder-font-style-n6lfw8;
134
+ $promptInputStylePlaceholderFontWeight: --awsui-prompt-input-style-placeholder-font-weight-n6lfw8;
135
+ $progressBarBackgroundColor: --awsui-progress-bar-background-color-n6lfw8;
136
+ $progressBarBorderRadius: --awsui-progress-bar-border-radius-n6lfw8;
137
+ $progressBarHeight: --awsui-progress-bar-height-n6lfw8;
138
+ $progressValueBackgroundColor: --awsui-progress-value-background-color-n6lfw8;
139
+ $styleSliderTrackBackgroundColor: --awsui-style-slider-track-background-color-n6lfw8;
140
+ $styleSliderRangeBackgroundDefault: --awsui-style-slider-range-background-default-n6lfw8;
141
+ $styleSliderRangeBackgroundActive: --awsui-style-slider-range-background-active-n6lfw8;
142
+ $styleSliderHandleBackgroundDefault: --awsui-style-slider-handle-background-default-n6lfw8;
143
+ $styleSliderHandleBackgroundHover: --awsui-style-slider-handle-background-hover-n6lfw8;
144
+ $styleSliderHandleBackgroundActive: --awsui-style-slider-handle-background-active-n6lfw8;
145
+ $styleSliderHandleBorderRadius: --awsui-style-slider-handle-border-radius-n6lfw8;
144
146
 
@@ -7,6 +7,7 @@
7
7
  @use '../internal/styles/tokens' as awsui;
8
8
  @use '../container/shared' as container;
9
9
  @use './motion';
10
+ @use '../internal/generated/custom-css-properties/index.scss' as custom-props;
10
11
 
11
12
  $modal-z-index: 5000;
12
13
 
@@ -33,12 +34,19 @@ $modal-z-index: 5000;
33
34
 
34
35
  .focus-lock {
35
36
  align-self: flex-start;
36
- margin-block: auto;
37
37
  margin-inline: auto;
38
38
  padding-block: awsui.$space-s;
39
39
  padding-inline: 0;
40
40
  z-index: $modal-z-index;
41
41
  pointer-events: none;
42
+
43
+ &.position-top {
44
+ margin-block-start: 0;
45
+ }
46
+
47
+ &.position-center {
48
+ margin-block: auto;
49
+ }
42
50
  }
43
51
 
44
52
  .dialog {
@@ -66,12 +74,29 @@ $modal-z-index: 5000;
66
74
  max-inline-size: 820px;
67
75
  }
68
76
 
77
+ &.x-large {
78
+ max-inline-size: 1024px;
79
+ }
80
+
81
+ &.xx-large {
82
+ max-inline-size: 1280px;
83
+ }
84
+
85
+ &.custom-width {
86
+ max-inline-size: var(#{custom-props.$modalCustomWidth});
87
+ }
88
+
69
89
  &.max.breakpoint-xs {
70
90
  // viewport - (closed app layout panel widths + 20px on each side)
71
91
  max-inline-size: calc(100vw - (2 * 4 * #{styles.$base-size} + #{awsui.$space-xxxl}));
72
92
  margin-block: auto;
73
93
  margin-inline: auto;
74
94
  }
95
+
96
+ &.custom-height {
97
+ block-size: var(#{custom-props.$modalCustomHeight});
98
+ max-block-size: calc(100vh - (2 * #{awsui.$space-s}));
99
+ }
75
100
  }
76
101
 
77
102
  .container {
@@ -85,6 +110,12 @@ $modal-z-index: 5000;
85
110
  border-end-start-radius: awsui.$border-radius-container;
86
111
  border-end-end-radius: awsui.$border-radius-container;
87
112
  box-shadow: awsui.$shadow-modal;
113
+
114
+ &.custom-height-container {
115
+ display: flex;
116
+ flex-direction: column;
117
+ block-size: 100%;
118
+ }
88
119
  }
89
120
 
90
121
  .content {
@@ -96,6 +127,12 @@ $modal-z-index: 5000;
96
127
  padding-block: 0;
97
128
  padding-inline: 0;
98
129
  }
130
+
131
+ // When custom height is set, make content scrollable
132
+ &.custom-height-content {
133
+ flex-grow: 1;
134
+ overflow-y: auto;
135
+ }
99
136
  }
100
137
 
101
138
  .header {
@@ -125,6 +162,11 @@ $modal-z-index: 5000;
125
162
  inset-block-end: 0;
126
163
  z-index: 800;
127
164
 
165
+ &.custom-height {
166
+ border-end-start-radius: awsui.$border-radius-container;
167
+ border-end-end-radius: awsui.$border-radius-container;
168
+ }
169
+
128
170
  &--stuck {
129
171
  border-start-start-radius: 0;
130
172
  border-start-end-radius: 0;
@@ -17,13 +17,13 @@
17
17
  display: flex;
18
18
  align-items: flex-end;
19
19
  flex-wrap: wrap;
20
+ gap: awsui.$space-scaled-xs awsui.$space-l;
20
21
  padding-block-start: awsui.$space-scaled-xs;
21
22
  padding-block-end: awsui.$space-table-header-tools-bottom;
22
23
  padding-inline: 0;
23
24
 
24
25
  &-filtering {
25
26
  max-inline-size: 100%;
26
- margin-inline-end: awsui.$space-l;
27
27
  @supports (flex-basis: fit-content) {
28
28
  flex: 1 1 fit-content;
29
29
  }
@@ -45,8 +45,6 @@
45
45
  }
46
46
 
47
47
  &-small > &-filtering {
48
- margin-inline-end: 0;
49
- margin-block-end: awsui.$space-scaled-xs;
50
48
  flex-basis: 100%;
51
49
  }
52
50
  }
@@ -1,32 +1,32 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "alert": "awsui_alert_mx3cw_1h8yn_193",
5
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_mx3cw_1h8yn_1",
6
- "root": "awsui_root_mx3cw_1h8yn_215",
7
- "hidden": "awsui_hidden_mx3cw_1h8yn_250",
8
- "alert-wrapper": "awsui_alert-wrapper_mx3cw_1h8yn_299",
9
- "initial-hidden": "awsui_initial-hidden_mx3cw_1h8yn_311",
10
- "header": "awsui_header_mx3cw_1h8yn_316",
11
- "header-replacement": "awsui_header-replacement_mx3cw_1h8yn_317",
12
- "action": "awsui_action_mx3cw_1h8yn_321",
13
- "action-slot": "awsui_action-slot_mx3cw_1h8yn_325",
14
- "action-button": "awsui_action-button_mx3cw_1h8yn_326",
15
- "alert-focus-wrapper": "awsui_alert-focus-wrapper_mx3cw_1h8yn_330",
16
- "text": "awsui_text_mx3cw_1h8yn_361",
17
- "icon": "awsui_icon_mx3cw_1h8yn_368",
18
- "message": "awsui_message_mx3cw_1h8yn_371",
19
- "action-wrapped": "awsui_action-wrapped_mx3cw_1h8yn_375",
20
- "icon-size-medium": "awsui_icon-size-medium_mx3cw_1h8yn_379",
21
- "icon-size-big": "awsui_icon-size-big_mx3cw_1h8yn_383",
22
- "icon-size-normal": "awsui_icon-size-normal_mx3cw_1h8yn_387",
23
- "content": "awsui_content_mx3cw_1h8yn_391",
24
- "content-replacement": "awsui_content-replacement_mx3cw_1h8yn_392",
25
- "dismiss": "awsui_dismiss_mx3cw_1h8yn_396",
26
- "dismiss-button": "awsui_dismiss-button_mx3cw_1h8yn_401",
27
- "type-error": "awsui_type-error_mx3cw_1h8yn_405",
28
- "type-warning": "awsui_type-warning_mx3cw_1h8yn_413",
29
- "type-success": "awsui_type-success_mx3cw_1h8yn_421",
30
- "type-info": "awsui_type-info_mx3cw_1h8yn_429"
4
+ "alert": "awsui_alert_mx3cw_1uiie_193",
5
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_mx3cw_1uiie_1",
6
+ "root": "awsui_root_mx3cw_1uiie_215",
7
+ "hidden": "awsui_hidden_mx3cw_1uiie_250",
8
+ "alert-wrapper": "awsui_alert-wrapper_mx3cw_1uiie_299",
9
+ "initial-hidden": "awsui_initial-hidden_mx3cw_1uiie_311",
10
+ "header": "awsui_header_mx3cw_1uiie_316",
11
+ "header-replacement": "awsui_header-replacement_mx3cw_1uiie_317",
12
+ "action": "awsui_action_mx3cw_1uiie_321",
13
+ "action-slot": "awsui_action-slot_mx3cw_1uiie_325",
14
+ "action-button": "awsui_action-button_mx3cw_1uiie_326",
15
+ "alert-focus-wrapper": "awsui_alert-focus-wrapper_mx3cw_1uiie_330",
16
+ "text": "awsui_text_mx3cw_1uiie_361",
17
+ "icon": "awsui_icon_mx3cw_1uiie_368",
18
+ "message": "awsui_message_mx3cw_1uiie_371",
19
+ "action-wrapped": "awsui_action-wrapped_mx3cw_1uiie_375",
20
+ "icon-size-medium": "awsui_icon-size-medium_mx3cw_1uiie_379",
21
+ "icon-size-big": "awsui_icon-size-big_mx3cw_1uiie_383",
22
+ "icon-size-normal": "awsui_icon-size-normal_mx3cw_1uiie_387",
23
+ "content": "awsui_content_mx3cw_1uiie_391",
24
+ "content-replacement": "awsui_content-replacement_mx3cw_1uiie_392",
25
+ "dismiss": "awsui_dismiss_mx3cw_1uiie_396",
26
+ "dismiss-button": "awsui_dismiss-button_mx3cw_1uiie_401",
27
+ "type-error": "awsui_type-error_mx3cw_1uiie_405",
28
+ "type-warning": "awsui_type-warning_mx3cw_1uiie_413",
29
+ "type-success": "awsui_type-success_mx3cw_1uiie_421",
30
+ "type-info": "awsui_type-info_mx3cw_1uiie_429"
31
31
  };
32
32