kahuna-base-react-components 0.2.14 → 0.2.16

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.
@@ -4,7 +4,15 @@ export interface KLogoProps {
4
4
  width?: number;
5
5
  height?: number;
6
6
  borderRadius?: number;
7
- logoType: string;
7
+ primaryText?: string;
8
+ secondaryText?: string;
9
+ logoColor?: string;
10
+ hoverEnabled?: boolean;
11
+ primaryTextColor?: string;
12
+ secondaryTextColor?: string;
13
+ primaryTextFontSize?: number;
14
+ secondaryTextFontSize?: number;
15
+ hideIcon?: boolean;
8
16
  }
9
17
  declare const KLogo: React.FC<KLogoProps>;
10
18
  export default KLogo;
@@ -2,9 +2,3 @@ declare const _default: import("@storybook/types").ComponentAnnotations<import("
2
2
  export default _default;
3
3
  export declare const KLogoText: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./KLogo").KLogoProps>;
4
4
  export declare const KLogoHover: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./KLogo").KLogoProps>;
5
- export declare const KLogoPrimary: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./KLogo").KLogoProps>;
6
- export declare const KLogoWhite: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./KLogo").KLogoProps>;
7
- export declare const KLogoWhiteText: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./KLogo").KLogoProps>;
8
- export declare const KLogoGray: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./KLogo").KLogoProps>;
9
- export declare const KLogoGrayText: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./KLogo").KLogoProps>;
10
- export declare const KLogoBlackText: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./KLogo").KLogoProps>;