wasvg 1.6.0 → 1.7.1

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/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import { CategoryName } from 'wenum';
1
2
  import { JSX } from 'react/jsx-runtime';
2
3
 
3
4
  export declare function AddSvg({ className, size }: SvgProps): JSX.Element;
@@ -18,10 +19,10 @@ export declare function CalendarSvg({ className, size }: SvgProps): JSX.Element;
18
19
 
19
20
  export declare function Cat({ className, size }: SvgProps): JSX.Element;
20
21
 
21
- export declare function CategorySvg({ seq, size, className }: CategorySvgProps): JSX.Element;
22
+ export declare function CategorySvg({ categoryName, size, className }: CategorySvgProps): JSX.Element | null;
22
23
 
23
24
  declare interface CategorySvgProps {
24
- seq: number;
25
+ categoryName: CategoryName;
25
26
  size?: SvgSize;
26
27
  className?: string;
27
28
  }
@@ -34,8 +35,6 @@ export declare function CloseSvg({ className, size }: SvgProps): JSX.Element;
34
35
 
35
36
  export declare function CoachSvg({ className, size }: SvgProps): JSX.Element;
36
37
 
37
- export declare function CollapseSvg({ className, size }: SvgProps): JSX.Element;
38
-
39
38
  export declare function CollectionSvg({ className, size }: SvgProps): JSX.Element;
40
39
 
41
40
  export declare function CommentSvg({ className, size }: SvgProps): JSX.Element;
@@ -99,6 +98,8 @@ export declare function MarketSvg({ className, size }: SvgProps): JSX.Element;
99
98
 
100
99
  export declare function MenuSvg({ className, size }: SvgProps): JSX.Element;
101
100
 
101
+ export declare function MinusSvg({ className, size }: SvgProps): JSX.Element;
102
+
102
103
  export declare function MusicInterestSvg({ seq, className, size }: MusicInterestSvgProps): JSX.Element;
103
104
 
104
105
  declare interface MusicInterestSvgProps {