@pushwoosh/kit-icons 1.4.2 → 1.4.3
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.
- package/dist/bullet-icon/assets/index.d.ts +13 -11
- package/dist/bullet-icon/bullet-icon.types.d.ts +1 -0
- package/dist/check-round-icon/assets/index.d.ts +16 -0
- package/dist/check-round-icon/check-round-icon.types.d.ts +1 -0
- package/dist/device-icon/assets/index.d.ts +1 -1
- package/dist/double-chevron-icon/assets/index.d.ts +19 -0
- package/dist/double-chevron-icon/double-chevron-icon.component.d.ts +3 -0
- package/dist/double-chevron-icon/double-chevron-icon.types.d.ts +6 -0
- package/dist/double-chevron-icon/index.d.ts +2 -0
- package/dist/drag-icon/assets/index.d.ts +1 -1
- package/dist/dropdown-icon/assets/index.d.ts +12 -4
- package/dist/dropdown-icon/dropdown-icon.types.d.ts +1 -0
- package/dist/funnel-icon/assets/index.d.ts +3 -3
- package/dist/help-round-icon/assets/index.d.ts +1 -1
- package/dist/image-icon/assets/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/industry-icon/assets/index.d.ts +1 -1
- package/dist/info-round-icon/assets/index.d.ts +1 -1
- package/dist/journey-icon/assets/index.d.ts +2 -2
- package/dist/kebab-icon/assets/index.d.ts +1 -1
- package/dist/limit-icon/assets/index.d.ts +3 -3
- package/dist/menu-icon/assets/index.d.ts +1 -1
- package/dist/more-icon/assets/index.d.ts +1 -1
- package/dist/notes-list-icon/assets/index.d.ts +11 -0
- package/dist/notes-list-icon/index.d.ts +2 -0
- package/dist/notes-list-icon/notes-list-icon.component.d.ts +3 -0
- package/dist/notes-list-icon/notes-list-icon.types.d.ts +6 -0
- package/dist/notification-icon/assets/index.d.ts +14 -6
- package/dist/notification-icon/notification-icon.types.d.ts +1 -1
- package/dist/platform-logo-icon/assets/index.d.ts +2 -2
- package/dist/platform-logo-icon/platform-logo-icon.types.d.ts +1 -1
- package/dist/play-round-icon/assets/index.d.ts +2 -2
- package/dist/push-icon/assets/index.d.ts +1 -1
- package/dist/tag-icon/assets/index.d.ts +2 -2
- package/dist/tiles-icon/assets/index.d.ts +2 -2
- package/dist/time-icon/assets/index.d.ts +1 -1
- package/dist/trophy-icon/assets/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const AssetMap: {
|
|
2
2
|
medium: {
|
|
3
3
|
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
4
|
-
lined:
|
|
4
|
+
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
5
|
};
|
|
6
6
|
small: {
|
|
7
7
|
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const AssetMap: {
|
|
2
2
|
medium: {
|
|
3
|
-
filled:
|
|
3
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
4
4
|
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
5
|
};
|
|
6
6
|
small: {
|
|
7
|
-
filled:
|
|
7
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
8
8
|
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const AssetMap: {
|
|
2
2
|
medium: {
|
|
3
|
-
filled:
|
|
3
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
4
4
|
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
5
|
};
|
|
6
6
|
small: {
|
|
7
|
-
filled:
|
|
8
|
-
lined:
|
|
7
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
8
|
+
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
@@ -1,22 +1,30 @@
|
|
|
1
1
|
export declare const AssetMap: {
|
|
2
2
|
medium: {
|
|
3
3
|
disabled: {
|
|
4
|
-
filled:
|
|
4
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
5
|
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
6
6
|
};
|
|
7
7
|
enabled: {
|
|
8
|
-
filled:
|
|
8
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
9
|
+
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
10
|
+
};
|
|
11
|
+
silent: {
|
|
12
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
9
13
|
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
10
14
|
};
|
|
11
15
|
};
|
|
12
16
|
small: {
|
|
13
17
|
disabled: {
|
|
14
|
-
filled:
|
|
15
|
-
lined:
|
|
18
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
19
|
+
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
16
20
|
};
|
|
17
21
|
enabled: {
|
|
18
|
-
filled:
|
|
19
|
-
lined:
|
|
22
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
23
|
+
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
24
|
+
};
|
|
25
|
+
silent: {
|
|
26
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
27
|
+
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
20
28
|
};
|
|
21
29
|
};
|
|
22
30
|
};
|
|
@@ -2,6 +2,6 @@ import React from 'react';
|
|
|
2
2
|
export declare type NotificationIconProps = Omit<JSX.IntrinsicElements['div'], 'ref'> & {
|
|
3
3
|
readonly boxRef?: React.Ref<HTMLDivElement>;
|
|
4
4
|
readonly size: 'medium' | 'small';
|
|
5
|
-
readonly type: 'disabled' | 'enabled';
|
|
5
|
+
readonly type: 'disabled' | 'enabled' | 'silent';
|
|
6
6
|
readonly view: 'filled' | 'lined';
|
|
7
7
|
};
|
|
@@ -40,7 +40,7 @@ export declare const AssetMap: {
|
|
|
40
40
|
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
41
41
|
lined: null;
|
|
42
42
|
};
|
|
43
|
-
'mac-
|
|
43
|
+
'mac-o-s': {
|
|
44
44
|
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
45
45
|
lined: null;
|
|
46
46
|
};
|
|
@@ -94,7 +94,7 @@ export declare const AssetMap: {
|
|
|
94
94
|
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
95
95
|
lined: null;
|
|
96
96
|
};
|
|
97
|
-
'mac-
|
|
97
|
+
'mac-o-s': {
|
|
98
98
|
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
99
99
|
lined: null;
|
|
100
100
|
};
|
|
@@ -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-
|
|
5
|
+
readonly type: 'amazon' | 'android' | 'apple' | 'baidu' | 'chrome' | 'edge' | 'email' | 'firefox' | 'huawei' | 'i-explorer' | 'mac-o-s' | 'safari' | 'windows';
|
|
6
6
|
readonly view: 'filled' | 'lined';
|
|
7
7
|
};
|
|
@@ -4,7 +4,7 @@ export declare const AssetMap: {
|
|
|
4
4
|
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
5
|
};
|
|
6
6
|
small: {
|
|
7
|
-
filled:
|
|
8
|
-
lined:
|
|
7
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
8
|
+
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const AssetMap: {
|
|
2
2
|
medium: {
|
|
3
|
-
filled:
|
|
3
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
4
4
|
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
5
|
};
|
|
6
6
|
small: {
|
|
7
|
-
filled:
|
|
7
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
8
8
|
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const AssetMap: {
|
|
2
2
|
medium: {
|
|
3
|
-
filled:
|
|
3
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
4
4
|
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
5
|
};
|
|
6
6
|
small: {
|
|
7
|
-
filled:
|
|
7
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
8
8
|
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const AssetMap: {
|
|
2
2
|
medium: {
|
|
3
|
-
filled:
|
|
3
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
4
4
|
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
5
5
|
};
|
|
6
6
|
small: {
|
|
7
|
-
filled:
|
|
7
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
8
8
|
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
9
9
|
};
|
|
10
10
|
};
|