@wavv/ui 1.9.17 → 1.9.18
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/build/cjs/index.js +1 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/assets/icons/Funnel.d.ts +3 -0
- package/build/cjs/types/assets/icons/Notes.d.ts +3 -0
- package/build/cjs/types/components/Icon/icons.d.ts +2 -0
- package/build/esm/index.js +1 -1
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/assets/icons/Funnel.d.ts +3 -0
- package/build/esm/types/assets/icons/Notes.d.ts +3 -0
- package/build/esm/types/components/Icon/icons.d.ts +2 -0
- package/build/index.d.ts +2 -0
- package/build/types/assets/icons/Funnel.d.ts +3 -0
- package/build/types/assets/icons/Notes.d.ts +3 -0
- package/build/types/components/Icon/icons.d.ts +2 -0
- package/package.json +1 -1
|
@@ -149,6 +149,7 @@ declare const icons: {
|
|
|
149
149
|
filter: typeof Filter;
|
|
150
150
|
flag: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
151
151
|
flask: typeof Flask;
|
|
152
|
+
funnel: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
152
153
|
group: typeof Group;
|
|
153
154
|
hash: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
154
155
|
heart: typeof Heart;
|
|
@@ -175,6 +176,7 @@ declare const icons: {
|
|
|
175
176
|
minimize: typeof Minimize;
|
|
176
177
|
mobile: typeof Mobile;
|
|
177
178
|
'not-allowed': typeof NotAllowed;
|
|
179
|
+
notes: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
178
180
|
open: typeof Open;
|
|
179
181
|
pause: typeof Pause;
|
|
180
182
|
'pause-outline': typeof PauseOutline;
|
package/build/index.d.ts
CHANGED
|
@@ -986,6 +986,7 @@ declare const icons: {
|
|
|
986
986
|
filter: typeof DonerMenu;
|
|
987
987
|
flag: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
988
988
|
flask: typeof Flask;
|
|
989
|
+
funnel: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
989
990
|
group: typeof Group;
|
|
990
991
|
hash: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
991
992
|
heart: typeof Heart;
|
|
@@ -1012,6 +1013,7 @@ declare const icons: {
|
|
|
1012
1013
|
minimize: typeof Minimize;
|
|
1013
1014
|
mobile: typeof Mobile;
|
|
1014
1015
|
'not-allowed': typeof NotAllowed;
|
|
1016
|
+
notes: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
1015
1017
|
open: typeof Open;
|
|
1016
1018
|
pause: typeof PauseOutline$1;
|
|
1017
1019
|
'pause-outline': typeof PauseOutline;
|
|
@@ -149,6 +149,7 @@ declare const icons: {
|
|
|
149
149
|
filter: typeof Filter;
|
|
150
150
|
flag: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
151
151
|
flask: typeof Flask;
|
|
152
|
+
funnel: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
152
153
|
group: typeof Group;
|
|
153
154
|
hash: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
154
155
|
heart: typeof Heart;
|
|
@@ -175,6 +176,7 @@ declare const icons: {
|
|
|
175
176
|
minimize: typeof Minimize;
|
|
176
177
|
mobile: typeof Mobile;
|
|
177
178
|
'not-allowed': typeof NotAllowed;
|
|
179
|
+
notes: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
178
180
|
open: typeof Open;
|
|
179
181
|
pause: typeof Pause;
|
|
180
182
|
'pause-outline': typeof PauseOutline;
|