@ray-js/smart-ui 2.1.8 → 2.1.9-beta-1
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.
|
@@ -21,7 +21,7 @@ type GoodsActionThemeVars = 'goodsActionBackgroundColor' | 'goodsActionHeight' |
|
|
|
21
21
|
type ImageThemeVars = 'imagePlaceholderTextColor' | 'imagePlaceholderFontSize' | 'imagePlaceholderBackgroundColor' | 'imageLoadingIconSize' | 'imageLoadingIconColor' | 'imageErrorIconSize' | 'imageErrorIconColor';
|
|
22
22
|
type InfoThemeVars = 'infoSize' | 'infoColor' | 'infoPadding' | 'infoFontSize' | 'infoFontWeight' | 'infoBorderWidth' | 'infoBackgroundColor' | 'infoDotColor' | 'infoDotSize' | 'infoFontFamily';
|
|
23
23
|
type LoadingThemeVars = 'loadingTextColor' | 'loadingTextFontSize' | 'loadingTextLineHeight' | 'loadingSpinnerColor' | 'loadingSpinnerSize' | 'loadingSpinnerAnimationDuration';
|
|
24
|
-
type NavBarThemeVars = 'navBarHeight' | 'navBarBackgroundColor' | 'navBarArrowSize' | 'navBarIconColor' | 'navBarTextColor' | 'navBarTitleFontSize' | 'navBarTitleTextColor';
|
|
24
|
+
type NavBarThemeVars = 'navBarHeight' | 'navBarBackgroundColor' | 'navBarArrowSize' | 'navBarIconColor' | 'navBarTextColor' | 'navBarTitleFontSize' | 'navBarTitleTextColor' | 'navBarArrowColor';
|
|
25
25
|
type NoticeBarThemeVars = 'noticeBarHeight' | 'noticeBarPadding' | 'noticeBarWrapablePadding' | 'noticeBarFontSize' | 'noticeBarTextColor' | 'noticeBarLineHeight' | 'noticeBarBackgroundColor' | 'noticeBarIconSize' | 'noticeBarIconMinWidth';
|
|
26
26
|
type NotifyThemeVars = 'notifyPadding' | 'notifyFontSize' | 'notifyLineHeight' | 'notifyPrimaryBackgroundColor' | 'notifySuccessBackgroundColor' | 'notifyDangerBackgroundColor' | 'notifyWarningBackgroundColor';
|
|
27
27
|
type OverlayThemeVars = 'overlayBackgroundColor';
|