@pushwoosh/kit-icons 1.4.2 → 1.4.4

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 (41) 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 +1 -1
  6. package/dist/docs-icon/assets/index.d.ts +0 -5
  7. package/dist/docs-icon/docs-icon.types.d.ts +2 -2
  8. package/dist/double-chevron-icon/assets/index.d.ts +19 -0
  9. package/dist/double-chevron-icon/double-chevron-icon.component.d.ts +3 -0
  10. package/dist/double-chevron-icon/double-chevron-icon.types.d.ts +6 -0
  11. package/dist/double-chevron-icon/index.d.ts +2 -0
  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 +6 -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/platform-logo-icon/assets/index.d.ts +2 -2
  34. package/dist/platform-logo-icon/platform-logo-icon.types.d.ts +1 -1
  35. package/dist/play-round-icon/assets/index.d.ts +2 -2
  36. package/dist/push-icon/assets/index.d.ts +1 -1
  37. package/dist/tag-icon/assets/index.d.ts +2 -2
  38. package/dist/tiles-icon/assets/index.d.ts +2 -2
  39. package/dist/time-icon/assets/index.d.ts +1 -1
  40. package/dist/trophy-icon/assets/index.d.ts +2 -2
  41. 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,6 @@
1
+ /// <reference types="react" />
2
+ export declare const AssetMap: {
3
+ medium: {
4
+ lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
5
+ };
6
+ };
@@ -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';
5
+ readonly view: '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
  };
@@ -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
  };
@@ -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-os': {
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-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
  };
@@ -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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/kit-icons",
3
- "version": "1.4.2",
3
+ "version": "1.4.4",
4
4
  "description": "React component for build Pushwoosh products",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",