@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.
Files changed (44) hide show
  1. package/dist/bullet-icon/assets/index.d.ts +13 -11
  2. package/dist/bullet-icon/bullet-icon.types.d.ts +1 -0
  3. package/dist/check-round-icon/assets/index.d.ts +16 -0
  4. package/dist/check-round-icon/check-round-icon.types.d.ts +1 -0
  5. package/dist/device-icon/assets/index.d.ts +32 -4
  6. package/dist/device-icon/device-icon.types.d.ts +1 -0
  7. package/dist/double-chevron-icon/assets/index.d.ts +19 -0
  8. package/dist/double-chevron-icon/double-chevron-icon.component.d.ts +3 -0
  9. package/dist/double-chevron-icon/double-chevron-icon.types.d.ts +6 -0
  10. package/dist/double-chevron-icon/index.d.ts +2 -0
  11. package/dist/download-icon/assets/index.d.ts +2 -2
  12. package/dist/drag-icon/assets/index.d.ts +1 -1
  13. package/dist/dropdown-icon/assets/index.d.ts +12 -4
  14. package/dist/dropdown-icon/dropdown-icon.types.d.ts +1 -0
  15. package/dist/funnel-icon/assets/index.d.ts +3 -3
  16. package/dist/help-round-icon/assets/index.d.ts +1 -1
  17. package/dist/image-icon/assets/index.d.ts +2 -2
  18. package/dist/index.js +1 -1
  19. package/dist/index.js.map +1 -1
  20. package/dist/industry-icon/assets/index.d.ts +1 -1
  21. package/dist/info-round-icon/assets/index.d.ts +1 -1
  22. package/dist/journey-icon/assets/index.d.ts +2 -2
  23. package/dist/kebab-icon/assets/index.d.ts +1 -1
  24. package/dist/limit-icon/assets/index.d.ts +3 -3
  25. package/dist/menu-icon/assets/index.d.ts +1 -1
  26. package/dist/more-icon/assets/index.d.ts +1 -1
  27. package/dist/notes-list-icon/assets/index.d.ts +11 -0
  28. package/dist/notes-list-icon/index.d.ts +2 -0
  29. package/dist/notes-list-icon/notes-list-icon.component.d.ts +3 -0
  30. package/dist/notes-list-icon/notes-list-icon.types.d.ts +6 -0
  31. package/dist/notification-icon/assets/index.d.ts +14 -6
  32. package/dist/notification-icon/notification-icon.types.d.ts +1 -1
  33. package/dist/pause-round-icon/assets/index.d.ts +3 -3
  34. package/dist/platform-logo-icon/assets/index.d.ts +18 -18
  35. package/dist/platform-logo-icon/platform-logo-icon.types.d.ts +1 -1
  36. package/dist/play-round-icon/assets/index.d.ts +2 -2
  37. package/dist/plugin-icon/assets/index.d.ts +2 -2
  38. package/dist/push-icon/assets/index.d.ts +1 -1
  39. package/dist/tag-icon/assets/index.d.ts +2 -2
  40. package/dist/tiles-icon/assets/index.d.ts +2 -2
  41. package/dist/time-icon/assets/index.d.ts +1 -1
  42. package/dist/trophy-icon/assets/index.d.ts +2 -2
  43. package/dist/upload-icon/assets/index.d.ts +2 -2
  44. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  export declare const AssetMap: {
2
2
  medium: {
3
- filled: null;
3
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
4
4
  lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
5
5
  };
6
6
  small: {
@@ -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: null;
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: null;
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: null;
7
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
8
8
  lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
9
9
  };
10
10
  };
@@ -1,4 +1,4 @@
1
1
  export declare const AssetMap: {
2
2
  medium: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
3
- small: null;
3
+ small: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
4
4
  };
@@ -1,10 +1,10 @@
1
1
  export declare const AssetMap: {
2
2
  medium: {
3
- filled: null;
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: null;
8
- lined: null;
7
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
8
+ lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
9
9
  };
10
10
  };
@@ -1,4 +1,4 @@
1
1
  export declare const AssetMap: {
2
2
  medium: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
3
- small: null;
3
+ small: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
4
4
  };
@@ -1,4 +1,4 @@
1
1
  export declare const AssetMap: {
2
2
  medium: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
3
- small: null;
3
+ small: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
4
4
  };
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ export declare const AssetMap: {
3
+ medium: {
4
+ filled: null;
5
+ lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
6
+ };
7
+ small: {
8
+ filled: null;
9
+ lined: null;
10
+ };
11
+ };
@@ -0,0 +1,2 @@
1
+ export * from './notes-list-icon.component';
2
+ export * from './notes-list-icon.types';
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { NotesListIconProps } from './notes-list-icon.types';
3
+ export declare function NotesListIcon(props: NotesListIconProps): JSX.Element | null;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export declare type NotesListIconProps = Omit<JSX.IntrinsicElements['div'], 'ref'> & {
3
+ readonly boxRef?: React.Ref<HTMLDivElement>;
4
+ readonly size: 'medium' | 'small';
5
+ readonly view: 'filled' | 'lined';
6
+ };
@@ -1,22 +1,30 @@
1
1
  export declare const AssetMap: {
2
2
  medium: {
3
3
  disabled: {
4
- filled: null;
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: null;
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: null;
15
- lined: null;
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: null;
19
- lined: null;
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: null;
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: null;
8
- lined: null;
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: null;
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: null;
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-os': {
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: null;
58
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
59
59
  lined: null;
60
60
  };
61
61
  android: {
62
- filled: null;
62
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
63
63
  lined: null;
64
64
  };
65
65
  apple: {
66
- filled: null;
66
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
67
67
  lined: null;
68
68
  };
69
69
  baidu: {
70
- filled: null;
70
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
71
71
  lined: null;
72
72
  };
73
73
  chrome: {
74
- filled: null;
74
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
75
75
  lined: null;
76
76
  };
77
77
  edge: {
78
- filled: null;
78
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
79
79
  lined: null;
80
80
  };
81
81
  email: {
82
- filled: null;
83
- lined: null;
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: null;
86
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
87
87
  lined: null;
88
88
  };
89
89
  huawei: {
90
- filled: null;
90
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
91
91
  lined: null;
92
92
  };
93
93
  'i-explorer': {
94
- filled: null;
94
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
95
95
  lined: null;
96
96
  };
97
- 'mac-os': {
98
- filled: null;
97
+ 'mac-o-s': {
98
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
99
99
  lined: null;
100
100
  };
101
101
  safari: {
102
- filled: null;
102
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
103
103
  lined: null;
104
104
  };
105
105
  windows: {
106
- filled: null;
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-os' | 'safari' | 'windows';
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: null;
8
- lined: null;
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: null;
8
- lined: null;
7
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
8
+ lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
9
9
  };
10
10
  };
@@ -1,6 +1,6 @@
1
1
  export declare const AssetMap: {
2
2
  medium: {
3
- filled: null;
3
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
4
4
  lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
5
5
  };
6
6
  small: {
@@ -1,10 +1,10 @@
1
1
  export declare const AssetMap: {
2
2
  medium: {
3
- filled: null;
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: null;
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: null;
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: null;
7
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
8
8
  lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
9
9
  };
10
10
  };
@@ -1,6 +1,6 @@
1
1
  export declare const AssetMap: {
2
2
  medium: {
3
- filled: null;
3
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
4
4
  lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
5
5
  };
6
6
  small: {
@@ -1,10 +1,10 @@
1
1
  export declare const AssetMap: {
2
2
  medium: {
3
- filled: null;
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: null;
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: null;
8
- lined: null;
7
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
8
+ lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
9
9
  };
10
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/kit-icons",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
4
4
  "description": "React component for build Pushwoosh products",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",