@s_mart/minha-conta 12.0.0-beta.12 → 12.0.0-beta.14

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +3 -3
  2. package/package.json +10 -10
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<Record<string, string>, string>['required'];
351
- rules?: TextFieldProps<Record<string, string>, string>['rules'];
350
+ required?: TextFieldProps['required'];
351
+ rules?: TextFieldProps['rules'];
352
352
  }
353
353
 
354
- type TextFieldSlotProps = Partial<Omit<TextFieldProps<Record<string, string>, string>, 'name'>>;
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.12",
3
+ "version": "12.0.0-beta.14",
4
4
  "main": "./dist/index.mjs",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.mts",
@@ -32,16 +32,16 @@
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.5",
36
- "@s_mart/data": "11.0.0-beta.5",
37
- "@s_mart/form": "10.0.0-beta.12",
35
+ "@s_mart/core": "10.0.0-beta.8",
36
+ "@s_mart/data": "11.0.0-beta.7",
37
+ "@s_mart/form": "10.0.0-beta.14",
38
+ "@s_mart/regular-icons": "6.0.10",
38
39
  "@s_mart/hooks": "8.0.13",
39
40
  "@s_mart/masks": "5.2.0",
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
- "@s_mart/tokens": "5.1.1",
44
43
  "@s_mart/typed": "7.2.3",
44
+ "@s_mart/tokens": "5.1.1",
45
45
  "@s_mart/utils": "5.3.4"
46
46
  },
47
47
  "publishConfig": {
@@ -67,12 +67,12 @@
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.5",
71
- "@s_mart/data": "11.0.0-beta.5",
72
- "@s_mart/form": "10.0.0-beta.12",
70
+ "@s_mart/core": "10.0.0-beta.8",
71
+ "@s_mart/data": "11.0.0-beta.7",
72
+ "@s_mart/form": "10.0.0-beta.14",
73
73
  "@s_mart/hooks": "8.0.13",
74
- "@s_mart/masks": "5.2.0",
75
74
  "@s_mart/regular-icons": "6.0.10",
75
+ "@s_mart/masks": "5.2.0",
76
76
  "@s_mart/rules": "5.1.2-beta.0",
77
77
  "@s_mart/solid-icons": "6.0.7",
78
78
  "@s_mart/tokens": "5.1.1",