@pushwoosh/kit-icons 1.4.1 → 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 +32 -4
- package/dist/device-icon/device-icon.types.d.ts +1 -0
- 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/download-icon/assets/index.d.ts +2 -2
- 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/pause-round-icon/assets/index.d.ts +3 -3
- package/dist/platform-logo-icon/assets/index.d.ts +18 -18
- 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/plugin-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/dist/upload-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
|
};
|
|
@@ -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
|
};
|
|
@@ -6,7 +6,7 @@ export declare const AssetMap: {
|
|
|
6
6
|
};
|
|
7
7
|
android: {
|
|
8
8
|
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
9
|
-
lined:
|
|
9
|
+
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
10
10
|
};
|
|
11
11
|
apple: {
|
|
12
12
|
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
@@ -26,7 +26,7 @@ export declare const AssetMap: {
|
|
|
26
26
|
};
|
|
27
27
|
email: {
|
|
28
28
|
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
29
|
-
lined:
|
|
29
|
+
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
30
30
|
};
|
|
31
31
|
firefox: {
|
|
32
32
|
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
@@ -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
|
};
|
|
@@ -55,55 +55,55 @@ export declare const AssetMap: {
|
|
|
55
55
|
};
|
|
56
56
|
small: {
|
|
57
57
|
amazon: {
|
|
58
|
-
filled:
|
|
58
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
59
59
|
lined: null;
|
|
60
60
|
};
|
|
61
61
|
android: {
|
|
62
|
-
filled:
|
|
62
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
63
63
|
lined: null;
|
|
64
64
|
};
|
|
65
65
|
apple: {
|
|
66
|
-
filled:
|
|
66
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
67
67
|
lined: null;
|
|
68
68
|
};
|
|
69
69
|
baidu: {
|
|
70
|
-
filled:
|
|
70
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
71
71
|
lined: null;
|
|
72
72
|
};
|
|
73
73
|
chrome: {
|
|
74
|
-
filled:
|
|
74
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
75
75
|
lined: null;
|
|
76
76
|
};
|
|
77
77
|
edge: {
|
|
78
|
-
filled:
|
|
78
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
79
79
|
lined: null;
|
|
80
80
|
};
|
|
81
81
|
email: {
|
|
82
|
-
filled:
|
|
83
|
-
lined:
|
|
82
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
83
|
+
lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
84
84
|
};
|
|
85
85
|
firefox: {
|
|
86
|
-
filled:
|
|
86
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
87
87
|
lined: null;
|
|
88
88
|
};
|
|
89
89
|
huawei: {
|
|
90
|
-
filled:
|
|
90
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
91
91
|
lined: null;
|
|
92
92
|
};
|
|
93
93
|
'i-explorer': {
|
|
94
|
-
filled:
|
|
94
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
95
95
|
lined: null;
|
|
96
96
|
};
|
|
97
|
-
'mac-
|
|
98
|
-
filled:
|
|
97
|
+
'mac-o-s': {
|
|
98
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
99
99
|
lined: null;
|
|
100
100
|
};
|
|
101
101
|
safari: {
|
|
102
|
-
filled:
|
|
102
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
103
103
|
lined: null;
|
|
104
104
|
};
|
|
105
105
|
windows: {
|
|
106
|
-
filled:
|
|
106
|
+
filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
|
|
107
107
|
lined: null;
|
|
108
108
|
};
|
|
109
109
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|