propro-common-components 0.1.245 → 0.1.247

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "propro-common-components",
3
- "version": "0.1.245",
3
+ "version": "0.1.247",
4
4
  "type": "module",
5
5
  "main": "dist/propro-common-components.js",
6
6
  "types": "dist/main.d.ts",
@@ -28,7 +28,7 @@
28
28
  "@plasmicpkgs/antd": "^2.0.116",
29
29
  "@plasmicpkgs/antd5": "^0.0.249",
30
30
  "@plasmicpkgs/lottie-react": "^0.0.183",
31
- "@plasmicpkgs/plasmic-basic-components": "^0.0.215",
31
+ "@plasmicpkgs/plasmic-basic-components": "^0.0.228",
32
32
  "@plasmicpkgs/plasmic-embed-css": "^0.1.181",
33
33
  "@plasmicpkgs/plasmic-rich-components": "^1.0.185",
34
34
  "@plasmicpkgs/plasmic-tabs": "^0.0.37",
@@ -98,12 +98,12 @@
98
98
  "vite-plugin-lib-inject-css": "^1.3.0"
99
99
  },
100
100
  "peerDependencies": {
101
- "@tanstack/react-query": "^5.52.0",
102
- "@tanstack/react-query-devtools": "^5.52.0",
101
+ "@tanstack/react-query": "^5.52.4",
102
+ "@tanstack/react-query-devtools": "^5.52.4",
103
103
  "axios": "^1.6.7",
104
104
  "react": "^18.2.0",
105
105
  "react-dom": "^18.2.0",
106
106
  "react-router-dom": "^6.22.3",
107
107
  "react-toastify": "^10.0.5"
108
108
  }
109
- }
109
+ }
@@ -1,7 +0,0 @@
1
- import { default as React } from 'react';
2
-
3
- export type FilledsvgIconProps = React.ComponentProps<"svg"> & {
4
- title?: string;
5
- };
6
- export declare function FilledsvgIcon(props: FilledsvgIconProps): import("react/jsx-runtime").JSX.Element;
7
- export default FilledsvgIcon;
@@ -1,7 +0,0 @@
1
- import { default as React } from 'react';
2
-
3
- export type SearchsvgIconProps = React.ComponentProps<"svg"> & {
4
- title?: string;
5
- };
6
- export declare function SearchsvgIcon(props: SearchsvgIconProps): import("react/jsx-runtime").JSX.Element;
7
- export default SearchsvgIcon;