wasvg 1.9.0 → 1.11.0

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,6 +1,8 @@
1
1
  import { CategoryName } from 'wenum';
2
2
  import { InterestName } from 'wenum';
3
3
  import { JSX } from 'react/jsx-runtime';
4
+ import { MusicInterestName } from 'wenum';
5
+ import { PetsInterestName } from 'wenum';
4
6
  import { SportsInterestName } from 'wenum';
5
7
 
6
8
  export declare function AddSvg({ className, size }: SvgProps): JSX.Element;
@@ -79,7 +81,7 @@ export declare function HomeSvg({ className, size }: SvgProps): JSX.Element;
79
81
 
80
82
  export declare function ImageSvg({ className, size }: SvgProps): JSX.Element;
81
83
 
82
- export declare function InterestSvg({ interestName, categoryName, size, className }: InterestSvgProps): JSX.Element | null;
84
+ export declare function InterestSvg({ interestName, categoryName, size, className }: InterestSvgProps): JSX.Element | undefined;
83
85
 
84
86
  declare interface InterestSvgProps {
85
87
  interestName: InterestName;
@@ -92,6 +94,8 @@ export declare function LeaderboardSvg({ className, size }: SvgProps): JSX.Eleme
92
94
 
93
95
  export declare function LeftArrowSvg({ className, size }: SvgProps): JSX.Element;
94
96
 
97
+ export declare function LocationPointSvg({ className, size }: SvgProps): JSX.Element;
98
+
95
99
  export declare function LogoutSvg({ className, size }: SvgProps): JSX.Element;
96
100
 
97
101
  export declare function MapSvg({ className, size }: SvgProps): JSX.Element;
@@ -102,10 +106,10 @@ export declare function MenuSvg({ className, size }: SvgProps): JSX.Element;
102
106
 
103
107
  export declare function MinusSvg({ className, size }: SvgProps): JSX.Element;
104
108
 
105
- export declare function MusicInterestSvg({ seq, className, size }: MusicInterestSvgProps): JSX.Element;
109
+ export declare function MusicInterestSvg({ interestName, className, size }: MusicInterestSvgProps): JSX.Element | undefined;
106
110
 
107
111
  declare interface MusicInterestSvgProps {
108
- seq: number;
112
+ interestName: MusicInterestName;
109
113
  className?: string;
110
114
  size?: SvgSize;
111
115
  }
@@ -116,10 +120,10 @@ export declare function NotificationSvg({ className, size }: SvgProps): JSX.Elem
116
120
 
117
121
  export declare function PartnersSvg({ className, size }: SvgProps): JSX.Element;
118
122
 
119
- export declare function PetsInterestSvg({ seq, className, size }: PetsInterestSvgProps): JSX.Element;
123
+ export declare function PetsInterestSvg({ interestName, className, size }: PetsInterestSvgProps): JSX.Element | undefined;
120
124
 
121
125
  declare interface PetsInterestSvgProps {
122
- seq: number;
126
+ interestName: PetsInterestName;
123
127
  className?: string;
124
128
  size?: SvgSize;
125
129
  }
@@ -138,13 +142,13 @@ export declare function Running({ className, size }: SvgProps): JSX.Element;
138
142
 
139
143
  export declare function SendSvg({ className, size }: SvgProps): JSX.Element;
140
144
 
141
- export declare function Sing({ className, size }: SvgProps): JSX.Element;
145
+ export declare function Singing({ className, size }: SvgProps): JSX.Element;
142
146
 
143
147
  export declare function Skiing({ className, size }: SvgProps): JSX.Element;
144
148
 
145
149
  export declare function Soccer({ className, size }: SvgProps): JSX.Element;
146
150
 
147
- export declare function SportsInterestSvg({ interestName, className, size }: SportsInterestSvgProps): JSX.Element | null;
151
+ export declare function SportsInterestSvg({ interestName, className, size }: SportsInterestSvgProps): JSX.Element | undefined;
148
152
 
149
153
  declare interface SportsInterestSvgProps {
150
154
  interestName: SportsInterestName;
@@ -154,6 +158,8 @@ declare interface SportsInterestSvgProps {
154
158
 
155
159
  export declare function SportsSvg({ className, size }: SvgProps): JSX.Element;
156
160
 
161
+ export declare function StreetSvg({ className, size }: SvgProps): JSX.Element;
162
+
157
163
  export declare function Surfing({ className, size }: SvgProps): JSX.Element;
158
164
 
159
165
  export declare interface SvgProps {