@pushwoosh/kit-icons 1.4.8 → 1.4.10

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.
@@ -52,6 +52,10 @@ export declare const AssetMap: {
52
52
  filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
53
53
  lined: null;
54
54
  };
55
+ xiaomi: {
56
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
57
+ lined: null;
58
+ };
55
59
  };
56
60
  small: {
57
61
  amazon: {
@@ -106,5 +110,9 @@ export declare const AssetMap: {
106
110
  filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
107
111
  lined: null;
108
112
  };
113
+ xiaomi: {
114
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
115
+ lined: null;
116
+ };
109
117
  };
110
118
  };
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
2
  import { PlatformLogoIconProps } from './platform-logo-icon.types';
3
- export declare function PlatformLogoIcon(props: PlatformLogoIconProps): JSX.Element | null;
3
+ export declare function PlatformLogoIcon(props: PlatformLogoIconProps): JSX.Element;
@@ -2,6 +2,6 @@ import React from 'react';
2
2
  export declare type PlatformLogoIconProps = Omit<JSX.IntrinsicElements['div'], 'ref'> & {
3
3
  readonly boxRef?: React.Ref<HTMLDivElement>;
4
4
  readonly size: 'medium' | 'small';
5
- readonly type: 'amazon' | 'android' | 'apple' | 'baidu' | 'chrome' | 'edge' | 'email' | 'firefox' | 'huawei' | 'i-explorer' | 'mac-o-s' | 'safari' | 'windows';
5
+ readonly type: 'amazon' | 'android' | 'apple' | 'baidu' | 'chrome' | 'edge' | 'email' | 'firefox' | 'huawei' | 'i-explorer' | 'mac-o-s' | 'safari' | 'windows' | 'xiaomi';
6
6
  readonly view: 'filled' | 'lined';
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/kit-icons",
3
- "version": "1.4.8",
3
+ "version": "1.4.10",
4
4
  "description": "React component for build Pushwoosh products",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",