@wavv/ui 1.8.12 → 1.8.13

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.
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Drag: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Drag;
@@ -138,6 +138,7 @@ declare const icons: {
138
138
  'double-arrow-left': typeof DoubleArrowLeft;
139
139
  'double-arrow-right': typeof DoubleArrowRight;
140
140
  download: typeof Download;
141
+ drag: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
141
142
  edit: typeof Edit;
142
143
  emoji: typeof Emoji;
143
144
  'eye-off': typeof EyeOff;
package/build/index.d.ts CHANGED
@@ -969,6 +969,7 @@ declare const icons: {
969
969
  'double-arrow-left': typeof DoubleArrowLeft;
970
970
  'double-arrow-right': typeof DoubleArrowRight;
971
971
  download: typeof Download;
972
+ drag: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
972
973
  edit: typeof Edit;
973
974
  emoji: typeof Emoji;
974
975
  'eye-off': typeof EyeOff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavv/ui",
3
- "version": "1.8.12",
3
+ "version": "1.8.13",
4
4
  "files": [
5
5
  "build/**/*"
6
6
  ],