@s_mart/minha-conta 12.0.0-beta.12 → 12.0.0-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.mts +3 -3
- package/package.json +9 -9
package/dist/index.d.mts
CHANGED
|
@@ -347,11 +347,11 @@ interface ICampoAdicional {
|
|
|
347
347
|
md?: GridSize;
|
|
348
348
|
lg?: GridSize;
|
|
349
349
|
};
|
|
350
|
-
required?: TextFieldProps
|
|
351
|
-
rules?: TextFieldProps
|
|
350
|
+
required?: TextFieldProps['required'];
|
|
351
|
+
rules?: TextFieldProps['rules'];
|
|
352
352
|
}
|
|
353
353
|
|
|
354
|
-
type TextFieldSlotProps = Partial<Omit<TextFieldProps
|
|
354
|
+
type TextFieldSlotProps = Partial<Omit<TextFieldProps, 'name'>>;
|
|
355
355
|
type MinhaContaSlotProps = {
|
|
356
356
|
/**
|
|
357
357
|
* @prop label - `"Nome fantasia"`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@s_mart/minha-conta",
|
|
3
|
-
"version": "12.0.0-beta.
|
|
3
|
+
"version": "12.0.0-beta.13",
|
|
4
4
|
"main": "./dist/index.mjs",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.mts",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"react-hook-form": "^7.51.0",
|
|
33
33
|
"typescript": ">=5.4.2",
|
|
34
34
|
"zustand": "^4.5.2",
|
|
35
|
-
"@s_mart/core": "10.0.0-beta.
|
|
36
|
-
"@s_mart/data": "11.0.0-beta.
|
|
37
|
-
"@s_mart/form": "10.0.0-beta.
|
|
35
|
+
"@s_mart/core": "10.0.0-beta.6",
|
|
36
|
+
"@s_mart/data": "11.0.0-beta.6",
|
|
37
|
+
"@s_mart/form": "10.0.0-beta.13",
|
|
38
38
|
"@s_mart/hooks": "8.0.13",
|
|
39
39
|
"@s_mart/masks": "5.2.0",
|
|
40
|
+
"@s_mart/regular-icons": "6.0.10",
|
|
40
41
|
"@s_mart/rules": "5.1.2-beta.0",
|
|
41
42
|
"@s_mart/solid-icons": "6.0.7",
|
|
42
|
-
"@s_mart/regular-icons": "6.0.10",
|
|
43
43
|
"@s_mart/tokens": "5.1.1",
|
|
44
44
|
"@s_mart/typed": "7.2.3",
|
|
45
45
|
"@s_mart/utils": "5.3.4"
|
|
@@ -67,16 +67,16 @@
|
|
|
67
67
|
"react-hook-form": "^7.51.0",
|
|
68
68
|
"typescript": ">=5.4.2",
|
|
69
69
|
"zustand": "^4.5.2",
|
|
70
|
-
"@s_mart/core": "10.0.0-beta.
|
|
71
|
-
"@s_mart/data": "11.0.0-beta.
|
|
72
|
-
"@s_mart/form": "10.0.0-beta.
|
|
70
|
+
"@s_mart/core": "10.0.0-beta.6",
|
|
71
|
+
"@s_mart/data": "11.0.0-beta.6",
|
|
72
|
+
"@s_mart/form": "10.0.0-beta.13",
|
|
73
73
|
"@s_mart/hooks": "8.0.13",
|
|
74
74
|
"@s_mart/masks": "5.2.0",
|
|
75
75
|
"@s_mart/regular-icons": "6.0.10",
|
|
76
76
|
"@s_mart/rules": "5.1.2-beta.0",
|
|
77
|
-
"@s_mart/solid-icons": "6.0.7",
|
|
78
77
|
"@s_mart/tokens": "5.1.1",
|
|
79
78
|
"@s_mart/typed": "7.2.3",
|
|
79
|
+
"@s_mart/solid-icons": "6.0.7",
|
|
80
80
|
"@s_mart/utils": "5.3.4"
|
|
81
81
|
},
|
|
82
82
|
"scripts": {
|