react-crud-mui 0.0.1-beta.11 → 0.0.1-beta.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.
package/dist/index.d.ts CHANGED
@@ -55,3 +55,4 @@ export * from './components/typography';
55
55
  export * from './components/utils';
56
56
  export * from './components/theme/colors';
57
57
  export * from './components/theme';
58
+ export * as schemas from './components/form/schema';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-crud-mui",
3
3
  "private": false,
4
- "version": "0.0.1-beta.11",
4
+ "version": "0.0.1-beta.13",
5
5
  "type": "module",
6
6
  "main": "./dist/coreui.js",
7
7
  "module": "./dist/coreui.js",
@@ -33,10 +33,13 @@
33
33
  "@mui/x-data-grid": "7.18.0",
34
34
  "@mui/x-date-pickers": "7.18.0",
35
35
  "@tanstack/react-table": "8.20.5",
36
+ "axios": "^1.7.9",
36
37
  "clsx": "^2.1.1",
38
+ "country-flag-icons": "^1.5.13",
37
39
  "dayjs": "^1.11.13",
38
40
  "i18next": "^23.15.1",
39
41
  "immer": "^10.1.1",
42
+ "libphonenumber-js": "^1.11.16",
40
43
  "lodash.debounce": "^4.0.8",
41
44
  "lodash.groupby": "^4.6.0",
42
45
  "lodash.kebabcase": "^4.1.1",
@@ -51,6 +54,7 @@
51
54
  "react-hot-toast": "^2.4.1",
52
55
  "react-hotkeys-hook": "^4.5.1",
53
56
  "react-i18next": "^15.0.2",
57
+ "react-international-phone": "^4.3.0",
54
58
  "react-number-format": "^5.4.2",
55
59
  "react-router-dom": "^6.26.2",
56
60
  "react-scroll": "^1.9.0",
@@ -87,7 +91,6 @@
87
91
  "@types/react-dom": "^18.3.0",
88
92
  "@types/react-scroll": "^1.8.10",
89
93
  "@vitejs/plugin-react": "^4.3.1",
90
- "axios": "^1.7.7",
91
94
  "eslint": "^9.14.0",
92
95
  "eslint-plugin-react": "^7.37.2",
93
96
  "eslint-plugin-react-hooks": "^5.0.0",
@@ -101,6 +104,7 @@
101
104
  "typescript-eslint": "^8.12.2",
102
105
  "vite": "^5.4.1",
103
106
  "vite-plugin-dts": "^4.2.1",
107
+ "vite-plugin-externalize-deps": "^0.8.0",
104
108
  "vitest": "^2.1.1"
105
109
  },
106
110
  "peerDependencies": {
@@ -1,6 +0,0 @@
1
- import { ReactNode } from 'react';
2
- interface FieldErrorProps {
3
- message?: ReactNode;
4
- }
5
- declare function FieldError({ message }: FieldErrorProps): import("react/jsx-runtime").JSX.Element | null;
6
- export default FieldError;
package/dist/style.css DELETED
@@ -1 +0,0 @@
1
- [data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}