@wavv/ui 1.9.6 → 1.9.7

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 (33) hide show
  1. package/build/cjs/index.js +9 -9
  2. package/build/cjs/index.js.map +1 -1
  3. package/build/cjs/types/assets/icons/Cycle.d.ts +3 -0
  4. package/build/cjs/types/assets/icons/Hash.d.ts +3 -0
  5. package/build/cjs/types/assets/icons/Home.d.ts +3 -0
  6. package/build/cjs/types/assets/icons/PhoneAdd.d.ts +3 -0
  7. package/build/cjs/types/assets/icons/Stars.d.ts +3 -0
  8. package/build/cjs/types/assets/icons/Stats.d.ts +3 -0
  9. package/build/cjs/types/assets/icons/Team.d.ts +3 -0
  10. package/build/cjs/types/assets/icons/Trophy.d.ts +3 -0
  11. package/build/cjs/types/components/Icon/icons.d.ts +8 -0
  12. package/build/esm/index.js +9 -9
  13. package/build/esm/index.js.map +1 -1
  14. package/build/esm/types/assets/icons/Cycle.d.ts +3 -0
  15. package/build/esm/types/assets/icons/Hash.d.ts +3 -0
  16. package/build/esm/types/assets/icons/Home.d.ts +3 -0
  17. package/build/esm/types/assets/icons/PhoneAdd.d.ts +3 -0
  18. package/build/esm/types/assets/icons/Stars.d.ts +3 -0
  19. package/build/esm/types/assets/icons/Stats.d.ts +3 -0
  20. package/build/esm/types/assets/icons/Team.d.ts +3 -0
  21. package/build/esm/types/assets/icons/Trophy.d.ts +3 -0
  22. package/build/esm/types/components/Icon/icons.d.ts +8 -0
  23. package/build/index.d.ts +8 -0
  24. package/build/types/assets/icons/Cycle.d.ts +3 -0
  25. package/build/types/assets/icons/Hash.d.ts +3 -0
  26. package/build/types/assets/icons/Home.d.ts +3 -0
  27. package/build/types/assets/icons/PhoneAdd.d.ts +3 -0
  28. package/build/types/assets/icons/Stars.d.ts +3 -0
  29. package/build/types/assets/icons/Stats.d.ts +3 -0
  30. package/build/types/assets/icons/Team.d.ts +3 -0
  31. package/build/types/assets/icons/Trophy.d.ts +3 -0
  32. package/build/types/components/Icon/icons.d.ts +8 -0
  33. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Cycle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Cycle;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Hash: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Hash;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Home: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Home;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const PhoneAdd: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default PhoneAdd;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Stars: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Stars;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Stats: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Stats;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Team: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Team;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Trophy: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Trophy;
@@ -133,6 +133,7 @@ declare const icons: {
133
133
  'close-circle': typeof CloseCircle;
134
134
  'close-circle-outline': typeof CloseCircleOutline;
135
135
  copy: typeof Copy;
136
+ cycle: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
136
137
  devices: typeof Devices;
137
138
  dialpad: typeof Dialpad;
138
139
  'double-arrow-left': typeof DoubleArrowLeft;
@@ -147,9 +148,11 @@ declare const icons: {
147
148
  filter: typeof Filter;
148
149
  flask: typeof Flask;
149
150
  group: typeof Group;
151
+ hash: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
150
152
  heart: typeof Heart;
151
153
  'heart-outline': typeof HeartOutline;
152
154
  help: typeof Help;
155
+ home: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
153
156
  hourglass: typeof Hourglass;
154
157
  info: typeof Info;
155
158
  instagram: typeof Instagram;
@@ -173,6 +176,7 @@ declare const icons: {
173
176
  'pause-outline': typeof PauseOutline;
174
177
  person: typeof Person;
175
178
  phone: typeof Phone;
179
+ 'phone-add': (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
176
180
  'phone-blocked': typeof PhoneBlocked;
177
181
  'phone-callback': (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
178
182
  'phone-end': typeof PhoneEnd;
@@ -201,14 +205,18 @@ declare const icons: {
201
205
  spotify: typeof Spotify;
202
206
  star: typeof Star;
203
207
  'star-outline': typeof StarOutline;
208
+ stars: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
209
+ stats: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
204
210
  stop: typeof Stop;
205
211
  'stop-outline': typeof StopOutline;
212
+ team: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
206
213
  template: typeof Template;
207
214
  'toggle-off': typeof ToggleOff;
208
215
  'toggle-on': typeof ToggleOn;
209
216
  transfer: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
210
217
  'transfer-cancel': (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
211
218
  trash: typeof Trash;
219
+ trophy: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
212
220
  twitter: typeof Twitter;
213
221
  upload: typeof Upload;
214
222
  video: typeof Video;
package/build/index.d.ts CHANGED
@@ -967,6 +967,7 @@ declare const icons: {
967
967
  'close-circle': typeof CloseCircle;
968
968
  'close-circle-outline': typeof CloseCircleOutline;
969
969
  copy: typeof Copy;
970
+ cycle: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
970
971
  devices: typeof Devices;
971
972
  dialpad: typeof Dialpad;
972
973
  'double-arrow-left': typeof DoubleArrowLeft;
@@ -981,9 +982,11 @@ declare const icons: {
981
982
  filter: typeof DonerMenu;
982
983
  flask: typeof Flask;
983
984
  group: typeof Group;
985
+ hash: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
984
986
  heart: typeof Heart;
985
987
  'heart-outline': typeof HeartOutline;
986
988
  help: typeof Help;
989
+ home: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
987
990
  hourglass: typeof Hourglass;
988
991
  info: typeof Info;
989
992
  instagram: typeof Instagram;
@@ -1007,6 +1010,7 @@ declare const icons: {
1007
1010
  'pause-outline': typeof PauseOutline;
1008
1011
  person: typeof Person;
1009
1012
  phone: typeof Phone$1;
1013
+ 'phone-add': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1010
1014
  'phone-blocked': typeof PhoneBlocked;
1011
1015
  'phone-callback': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1012
1016
  'phone-end': typeof PhoneEnd;
@@ -1035,14 +1039,18 @@ declare const icons: {
1035
1039
  spotify: typeof Spotify;
1036
1040
  star: typeof Star;
1037
1041
  'star-outline': typeof StarOutline;
1042
+ stars: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1043
+ stats: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1038
1044
  stop: typeof Stop;
1039
1045
  'stop-outline': typeof StopOutline;
1046
+ team: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1040
1047
  template: typeof Template;
1041
1048
  'toggle-off': typeof ToggleOff;
1042
1049
  'toggle-on': typeof ToggleOn;
1043
1050
  transfer: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1044
1051
  'transfer-cancel': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1045
1052
  trash: typeof Trash;
1053
+ trophy: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1046
1054
  twitter: typeof Twitter;
1047
1055
  upload: typeof Upload;
1048
1056
  video: typeof Video;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Cycle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Cycle;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Hash: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Hash;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Home: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Home;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const PhoneAdd: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default PhoneAdd;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Stars: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Stars;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Stats: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Stats;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Team: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Team;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Trophy: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Trophy;
@@ -133,6 +133,7 @@ declare const icons: {
133
133
  'close-circle': typeof CloseCircle;
134
134
  'close-circle-outline': typeof CloseCircleOutline;
135
135
  copy: typeof Copy;
136
+ cycle: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
136
137
  devices: typeof Devices;
137
138
  dialpad: typeof Dialpad;
138
139
  'double-arrow-left': typeof DoubleArrowLeft;
@@ -147,9 +148,11 @@ declare const icons: {
147
148
  filter: typeof Filter;
148
149
  flask: typeof Flask;
149
150
  group: typeof Group;
151
+ hash: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
150
152
  heart: typeof Heart;
151
153
  'heart-outline': typeof HeartOutline;
152
154
  help: typeof Help;
155
+ home: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
153
156
  hourglass: typeof Hourglass;
154
157
  info: typeof Info;
155
158
  instagram: typeof Instagram;
@@ -173,6 +176,7 @@ declare const icons: {
173
176
  'pause-outline': typeof PauseOutline;
174
177
  person: typeof Person;
175
178
  phone: typeof Phone;
179
+ 'phone-add': (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
176
180
  'phone-blocked': typeof PhoneBlocked;
177
181
  'phone-callback': (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
178
182
  'phone-end': typeof PhoneEnd;
@@ -201,14 +205,18 @@ declare const icons: {
201
205
  spotify: typeof Spotify;
202
206
  star: typeof Star;
203
207
  'star-outline': typeof StarOutline;
208
+ stars: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
209
+ stats: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
204
210
  stop: typeof Stop;
205
211
  'stop-outline': typeof StopOutline;
212
+ team: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
206
213
  template: typeof Template;
207
214
  'toggle-off': typeof ToggleOff;
208
215
  'toggle-on': typeof ToggleOn;
209
216
  transfer: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
210
217
  'transfer-cancel': (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
211
218
  trash: typeof Trash;
219
+ trophy: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
212
220
  twitter: typeof Twitter;
213
221
  upload: typeof Upload;
214
222
  video: typeof Video;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavv/ui",
3
- "version": "1.9.6",
3
+ "version": "1.9.7",
4
4
  "files": [
5
5
  "build/**/*"
6
6
  ],