@max-ts/components 1.6.3 → 1.6.5
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/lib/components/DataGrid/Body/Body.d.ts +1 -1
- package/lib/components/DataGrid/Body/Body.d.ts.map +1 -1
- package/lib/components/DataGrid/Row/Row.d.ts +1 -1
- package/lib/components/DataGrid/Row/Row.d.ts.map +1 -1
- package/lib/components/DataGrid/Row/useLogic/useLogic.d.ts +1 -1
- package/lib/components/DataGrid/Row/useLogic/useLogic.d.ts.map +1 -1
- package/lib/components/DataGrid/types.d.ts +1 -1
- package/lib/components/DataGrid/types.d.ts.map +1 -1
- package/lib/components/PageLayout/Header/styles.d.ts +2 -2
- package/lib/components/Profile/styles.d.ts +1 -1
- package/lib/components/TagsList/types.d.ts +1 -1
- package/lib/components/TagsList/types.d.ts.map +1 -1
- package/lib/components/TagsList/utils/getKey/getKey.d.ts.map +1 -1
- package/lib/index.mjs +226 -226
- package/lib/theme/baseTheme/baseTheme.d.ts.map +1 -1
- package/package.json +10 -10
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"baseTheme.d.ts","sourceRoot":"","sources":["../../../src/theme/baseTheme/baseTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,kBAAkB,EAEvB,KAAK,YAAY,EACjB,MAAM,eAAe,CAAC;AASvB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGtC,MAAM,MAAM,iBAAiB,GAAG;IAC/B,OAAO,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IAChC,WAAW,CAAC,EAAE,kBAAkB,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,SAAS,iBAAiB,
|
|
1
|
+
{"version":3,"file":"baseTheme.d.ts","sourceRoot":"","sources":["../../../src/theme/baseTheme/baseTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,KAAK,kBAAkB,EAEvB,KAAK,YAAY,EACjB,MAAM,eAAe,CAAC;AASvB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAGtC,MAAM,MAAM,iBAAiB,GAAG;IAC/B,OAAO,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IAChC,WAAW,CAAC,EAAE,kBAAkB,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,SAAS,iBAAiB,KAoBpC,KACjB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@max-ts/components",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.5",
|
|
4
4
|
"browser": "./src/index.ts",
|
|
5
5
|
"main": "./lib/index.mjs",
|
|
6
6
|
"module": "./lib/index.mjs",
|
|
@@ -20,21 +20,21 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@emotion/react": "^11.14.0",
|
|
22
22
|
"@emotion/styled": "^11.14.1",
|
|
23
|
-
"@fontsource-variable/roboto": "^5.2.
|
|
24
|
-
"@mui/material": "^7.3.
|
|
25
|
-
"@mui/system": "^7.3.
|
|
23
|
+
"@fontsource-variable/roboto": "^5.2.8",
|
|
24
|
+
"@mui/material": "^7.3.5",
|
|
25
|
+
"@mui/system": "^7.3.5",
|
|
26
26
|
"@popperjs/core": "^2.11.8",
|
|
27
27
|
"@react-input/mask": "^2.0.4",
|
|
28
28
|
"clsx": "^2.1.1",
|
|
29
29
|
"embla-carousel-react": "^8.6.0",
|
|
30
30
|
"input-otp": "^1.4.2",
|
|
31
|
-
"lucide-react": "^0.
|
|
32
|
-
"react": "^19.
|
|
33
|
-
"react-day-picker": "^9.
|
|
34
|
-
"react-dom": "^19.
|
|
35
|
-
"react-hook-form": "^7.
|
|
31
|
+
"lucide-react": "^0.554.0",
|
|
32
|
+
"react": "^19.2.0",
|
|
33
|
+
"react-day-picker": "^9.11.1",
|
|
34
|
+
"react-dom": "^19.2.0",
|
|
35
|
+
"react-hook-form": "^7.66.1",
|
|
36
36
|
"react-use": "^17.6.0",
|
|
37
|
-
"remeda": "^2.
|
|
37
|
+
"remeda": "^2.32.0",
|
|
38
38
|
"sonner": "^2.0.7"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|