@awsui/components-react
Version:
On July 19th, 2022, we launched [Cloudscape Design System](https://cloudscape.design). Cloudscape is an evolution of AWS-UI. It consists of user interface guidelines, front-end components, design resources, and development tools for building intuitive, en
129 lines • 4.37 kB
TypeScript
declare const customCSSPropertiesMap: {
maxContentWidth: string;
minContentWidth: string;
breadcrumbsGap: string;
contentGapLeft: string;
contentGapRight: string;
contentHeight: string;
contentLayoutDefaultHorizontalPadding: string;
contentLayoutMaxContentWidth: string;
contentLayoutMainGap: string;
defaultMaxContentWidth: string;
defaultMinContentWidth: string;
drawerSize: string;
drawerMinSize: string;
bottomDrawerSize: string;
footerHeight: string;
headerGap: string;
headerHeight: string;
layoutWidth: string;
mainGap: string;
mainOffsetLeft: string;
mainTemplateRows: string;
mobileBarHeight: string;
notificationsHeight: string;
offsetTop: string;
overlapHeight: string;
navigationWidth: string;
splitPanelReportedHeaderSize: string;
splitPanelReportedSize: string;
splitPanelHeight: string;
splitPanelMinWidth: string;
splitPanelMaxWidth: string;
toolsMaxWidth: string;
toolsWidth: string;
toolsAnimationStartingOpacity: string;
contentScrollMargin: string;
flashbarStackDepth: string;
flashbarStackIndex: string;
flashbarStickyBottomMargin: string;
stackedNotificationsBottomMargin: string;
stackedNotificationsDefaultBottomMargin: string;
dropdownDefaultMaxWidth: string;
spinnerRotatorFrom: string;
spinnerRotatorTo: string;
spinnerLineLeftFrom: string;
spinnerLineLeftTo: string;
spinnerLineRightFrom: string;
spinnerLineRightTo: string;
sliderLabelCount: string;
sliderTickCount: string;
sliderReferenceColumn: string;
sliderNextReferenceColumn: string;
sliderMaxStart: string;
sliderMinEnd: string;
sliderRangeInlineSize: string;
sliderTooltipPosition: string;
togglesLeftWidth: string;
togglesRightWidth: string;
promptInputMaxRows: string;
promptInputScrollHeight: string;
dragHandleAnimationInlineOffset: string;
dragHandleAnimationBlockOffset: string;
styleBackgroundActive: string;
styleBackgroundDefault: string;
styleBackgroundDisabled: string;
styleBackgroundHover: string;
styleBorderColorActive: string;
styleBorderColorDefault: string;
styleBorderColorDisabled: string;
styleBorderColorHover: string;
styleColorActive: string;
styleColorDefault: string;
styleColorDisabled: string;
styleColorHover: string;
styleFocusRingBorderColor: string;
styleFocusRingBorderRadius: string;
styleFocusRingBorderWidth: string;
styleFocusRingBoxShadow: string;
styleBoxShadowActive: string;
styleBoxShadowDefault: string;
styleBoxShadowDisabled: string;
styleBoxShadowHover: string;
styleBackgroundReadonly: string;
styleBorderColorReadonly: string;
styleBoxShadowReadonly: string;
styleColorReadonly: string;
styleBackgroundFocus: string;
styleBorderColorFocus: string;
styleBoxShadowFocus: string;
styleColorFocus: string;
stylePlaceholderColor: string;
stylePlaceholderFontSize: string;
stylePlaceholderFontStyle: string;
stylePlaceholderFontWeight: string;
alertFocusRingBorderColor: string;
alertFocusRingBorderRadius: string;
alertFocusRingBorderWidth: string;
alertFocusRingBoxShadow: string;
alertIconColor: string;
promptInputStyleBackgroundDefault: string;
promptInputStyleBackgroundDisabled: string;
promptInputStyleBackgroundFocus: string;
promptInputStyleBackgroundHover: string;
promptInputStyleBackgroundReadonly: string;
promptInputStyleBorderColorDefault: string;
promptInputStyleBorderColorDisabled: string;
promptInputStyleBorderColorFocus: string;
promptInputStyleBorderColorHover: string;
promptInputStyleBorderColorReadonly: string;
promptInputStyleBoxShadowDefault: string;
promptInputStyleBoxShadowDisabled: string;
promptInputStyleBoxShadowFocus: string;
promptInputStyleBoxShadowHover: string;
promptInputStyleBoxShadowReadonly: string;
promptInputStyleColorDefault: string;
promptInputStyleColorDisabled: string;
promptInputStyleColorFocus: string;
promptInputStyleColorHover: string;
promptInputStyleColorReadonly: string;
promptInputStylePlaceholderColor: string;
promptInputStylePlaceholderFontSize: string;
promptInputStylePlaceholderFontStyle: string;
promptInputStylePlaceholderFontWeight: string;
progressBarBackgroundColor: string;
progressBarBorderRadius: string;
progressBarHeight: string;
progressValueBackgroundColor: string;
};
export default customCSSPropertiesMap;