@woovi/ui 0.0.4 → 0.0.6

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.
@@ -1,7 +1,7 @@
1
1
  type InputProps = {
2
2
  isValid: boolean;
3
3
  };
4
- declare const InputForCells: import("styled-components").StyledComponent<((props: import("@mui/material").InputProps) => import("react").JSX.Element) & {
4
+ declare const InputForCells: import("styled-components").StyledComponent<((props: import("@mui/material").InputProps) => JSX.Element) & {
5
5
  muiName: string;
6
6
  }, any, InputProps, never>;
7
7
  export default InputForCells;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "engines": {
5
5
  "node": ">=18.0.0"
6
6
  },
7
- "version": "0.0.4",
7
+ "version": "0.0.6",
8
8
  "license": "MIT",
9
9
  "keywords": [
10
10
  "react",
@@ -52,53 +52,55 @@
52
52
  },
53
53
  "sideEffects": false,
54
54
  "dependencies": {
55
- "@mui/icons-material": "^5.16.5",
56
- "@mui/lab": "^5.0.0-alpha.168",
57
- "@mui/material": "^5.16.5",
58
- "@mui/styles": "^5.16.5",
59
- "@mui/x-data-grid-pro": "^6.16.3",
60
- "@mui/x-date-pickers": "^6.19.6",
61
- "@tanstack/react-virtual": "^3.13.13",
62
- "brazilian-values": "^0.13.1",
63
- "chroma-js": "^3.2.0",
64
- "date-fns": "^4.1.0",
65
- "dot-object": "^2.1.5",
66
- "formik": "^3.0.0-next.6",
67
- "history": "^4.10.1",
68
- "i18next": "^23.16.5",
69
- "i18next-browser-languagedetector": "^8.2.0",
70
- "libphonenumber-js": "^1.10.39",
71
- "lodash": "^4.17.21",
72
- "mime-types": "^3.0.2",
73
- "moment": "^2.30.1",
74
- "notistack": "^2.0.8",
75
- "polished": "^4.2.2",
76
- "qrcode.react": "^4.2.0",
77
- "query-string": "^7.1.1",
78
- "react-code-blocks": "^0.1.6",
79
- "react-datasheet": "^1.4.12",
80
- "react-dropzone": "^14.3.8",
81
- "react-error-boundary": "^4.1.2",
82
- "react-fast-compare": "^3.2.2",
83
- "react-i18next": "^15.0.0",
84
- "react-icons": "^4.1.0",
85
- "react-ink": "^6.5.4",
86
- "react-json-view": "^1.21.3",
87
- "react-number-format": "^5.2.2",
88
- "react-relay": "^19.0.0",
89
- "react-rnd": "^10.4.1",
90
- "react-router-dom": "^5.3.0",
91
- "react-table": "^7.8.0",
92
- "react-virtual": "^2.2.5",
93
- "react-window": "^1.8.10",
94
- "rifm": "^0.12.1",
95
- "serialize-query-params": "^2.0.4",
96
- "styled-components": "^5.3.11",
97
- "styled-system": "^5.1.5",
98
- "use-debounce": "^10.0.6",
99
- "use-local-storage-state": "^18.3.2",
100
- "use-window-size-hook": "^1.1.22",
101
- "uuid": "^13.0.0",
55
+ "@mui/icons-material": "5.16.5",
56
+ "@mui/lab": "5.0.0-alpha.168",
57
+ "@mui/material": "5.16.5",
58
+ "@mui/styled-engine": "npm:@mui/styled-engine-sc@5.14.12",
59
+ "@mui/styled-engine-sc": "5.14.12",
60
+ "@mui/styles": "5.16.5",
61
+ "@mui/x-data-grid-pro": "6.16.3",
62
+ "@mui/x-date-pickers": "6.19.6",
63
+ "@tanstack/react-virtual": "3.13.13",
64
+ "brazilian-values": "0.13.1",
65
+ "chroma-js": "3.2.0",
66
+ "date-fns": "4.1.0",
67
+ "dot-object": "2.1.5",
68
+ "formik": "3.0.0-next.6",
69
+ "history": "4.10.1",
70
+ "i18next": "23.16.5",
71
+ "i18next-browser-languagedetector": "8.2.0",
72
+ "libphonenumber-js": "1.10.39",
73
+ "lodash": "4.17.21",
74
+ "mime-types": "3.0.2",
75
+ "moment": "2.30.1",
76
+ "notistack": "2.0.8",
77
+ "polished": "4.2.2",
78
+ "qrcode.react": "4.2.0",
79
+ "query-string": "7.1.1",
80
+ "react-code-blocks": "0.1.6",
81
+ "react-datasheet": "1.4.12",
82
+ "react-dropzone": "14.3.8",
83
+ "react-error-boundary": "4.1.2",
84
+ "react-fast-compare": "3.2.2",
85
+ "react-i18next": "15.0.0",
86
+ "react-icons": "4.1.0",
87
+ "react-ink": "6.5.4",
88
+ "react-json-view": "1.21.3",
89
+ "react-number-format": "5.2.2",
90
+ "react-relay": "19.0.0",
91
+ "react-rnd": "10.4.1",
92
+ "react-router-dom": "5.3.0",
93
+ "react-table": "7.8.0",
94
+ "react-virtual": "2.2.5",
95
+ "react-window": "1.8.10",
96
+ "rifm": "0.12.1",
97
+ "serialize-query-params": "2.0.4",
98
+ "styled-components": "5.3.11",
99
+ "styled-system": "5.1.5",
100
+ "use-debounce": "10.0.6",
101
+ "use-local-storage-state": "18.3.2",
102
+ "use-window-size-hook": "1.1.22",
103
+ "uuid": "13.0.0",
102
104
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
103
105
  },
104
106
  "publishConfig": {
@@ -138,18 +140,20 @@
138
140
  "peerDependencies": {
139
141
  "react": "^18.3.1",
140
142
  "react-dom": "^18.3.1",
141
- "react-json-view": "^1.21.3",
142
- "@mui/material": "^5.16.5",
143
- "@mui/icons-material": "^5.16.5",
144
- "@mui/lab": "^5.0.0-alpha.168",
145
- "@mui/styles": "^5.16.5",
146
- "@mui/x-data-grid-pro": "^6.16.3",
147
- "@mui/x-date-pickers": "^6.19.6",
148
- "react-router-dom": "^5.3.0",
149
- "react-table": "^7.8.0",
150
- "react-virtual": "^2.2.5",
151
- "react-window": "^1.8.10",
152
- "react-rnd": "^10.4.1",
153
- "styled-components": "^5.3.11"
143
+ "react-json-view": "1.21.3",
144
+ "@mui/material": "5.16.5",
145
+ "@mui/icons-material": "5.16.5",
146
+ "@mui/lab": "5.0.0-alpha.168",
147
+ "@mui/styled-engine": "npm:@mui/styled-engine-sc@5.14.12",
148
+ "@mui/styled-engine-sc": "5.14.12",
149
+ "@mui/styles": "5.16.5",
150
+ "@mui/x-data-grid-pro": "6.16.3",
151
+ "@mui/x-date-pickers": "6.19.6",
152
+ "react-router-dom": "5.3.0",
153
+ "react-table": "7.8.0",
154
+ "react-virtual": "2.2.5",
155
+ "react-window": "1.8.10",
156
+ "react-rnd": "10.4.1",
157
+ "styled-components": "5.3.11"
154
158
  }
155
159
  }