|
@@ -54,7 +54,8 @@ interface ISiteLogoProps {
|
|
|
backgroundColor?: keyof NCoreUIKit.ContainerContentColors | "transparent";
|
|
backgroundColor?: keyof NCoreUIKit.ContainerContentColors | "transparent";
|
|
|
borderColor?: keyof NCoreUIKit.BorderContentColors | "transparent";
|
|
borderColor?: keyof NCoreUIKit.BorderContentColors | "transparent";
|
|
|
logoBackgroundColor?: keyof NCoreUIKit.ContainerContentColors;
|
|
logoBackgroundColor?: keyof NCoreUIKit.ContainerContentColors;
|
|
|
- iconColor?: keyof NCoreUIKit.ProjectColorPalette;
|
|
|
|
|
|
|
+ subTitleCustomColor?: keyof NCoreUIKit.ProjectColorPalette;
|
|
|
|
|
+ titleCustomColor?: keyof NCoreUIKit.ProjectColorPalette;
|
|
|
customTheme?: {
|
|
customTheme?: {
|
|
|
gapPropagation?: keyof NCoreUIKit.GapPropagationKey;
|
|
gapPropagation?: keyof NCoreUIKit.GapPropagationKey;
|
|
|
sharpness?: keyof NCoreUIKit.SharpnessKey;
|
|
sharpness?: keyof NCoreUIKit.SharpnessKey;
|
|
@@ -63,6 +64,7 @@ interface ISiteLogoProps {
|
|
|
};
|
|
};
|
|
|
style?: StyleProp<ViewStyle>[] | StyleProp<ViewStyle>;
|
|
style?: StyleProp<ViewStyle>[] | StyleProp<ViewStyle>;
|
|
|
imageSpace?: keyof NCoreUIKit.ActivePalette["spaces"];
|
|
imageSpace?: keyof NCoreUIKit.ActivePalette["spaces"];
|
|
|
|
|
+ iconColor?: keyof NCoreUIKit.ProjectColorPalette;
|
|
|
titleColor?: keyof NCoreUIKit.TextContentColors;
|
|
titleColor?: keyof NCoreUIKit.TextContentColors;
|
|
|
subTitleVariant?: keyof NCoreUIKit.Typography;
|
|
subTitleVariant?: keyof NCoreUIKit.Typography;
|
|
|
titleVariant?: keyof NCoreUIKit.Typography;
|
|
titleVariant?: keyof NCoreUIKit.Typography;
|