@s_mart/form 10.1.0 → 10.2.0

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 +1 -1
  2. package/package.json +5 -5
package/dist/index.d.mts CHANGED
@@ -427,7 +427,7 @@ type SwitchProps = SwitchProps$1 & UseControllerProps & {
427
427
 
428
428
  declare const Switch: ({ name, rules, defaultValue, defaultChecked, shouldUnregister, control: controlFromProps, label, labelPlacement, disableIconError, onChange: onChangeProp, ...rest }: SwitchProps) => react_jsx_runtime.JSX.Element;
429
429
 
430
- type Masks = 'cpf' | 'cnpj' | 'cpfCnpj' | 'cep' | 'telefone' | 'decimal' | 'decimal3' | 'decimal4' | 'decimal5' | 'porcentagem' | 'porcentagem0' | 'nome' | 'numero' | 'numeroPontuacao' | 'placa' | 'valor' | 'valor3' | 'valor4';
430
+ type Masks = 'cpf' | 'cnpj' | 'cpfCnpj' | 'cep' | 'telefone' | 'decimal' | 'decimal3' | 'decimal4' | 'decimal5' | 'porcentagem' | 'porcentagem0' | 'nome' | 'numero' | 'numeroPontuacao' | 'placa' | 'placaSefaz' | 'valor' | 'valor3' | 'valor4';
431
431
  type TextFieldProps = TextFieldProps$1 & UseControllerProps & {
432
432
  mask?: Masks;
433
433
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@s_mart/form",
3
- "version": "10.1.0",
3
+ "version": "10.2.0",
4
4
  "main": "./dist/index.mjs",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.mts",
@@ -31,14 +31,14 @@
31
31
  "react-hook-form": "^7.51.0",
32
32
  "typescript": ">=5.4.2",
33
33
  "zod": "^3.22.4",
34
- "@s_mart/core": "10.0.4",
34
+ "@s_mart/core": "10.1.0",
35
35
  "@s_mart/masks": "5.3.0",
36
36
  "@s_mart/regular-icons": "6.0.12",
37
37
  "@s_mart/rules": "5.2.0",
38
38
  "@s_mart/solid-icons": "6.0.13",
39
39
  "@s_mart/tokens": "6.0.0",
40
40
  "@s_mart/typed": "8.0.0",
41
- "@s_mart/utils": "5.3.4"
41
+ "@s_mart/utils": "5.4.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@emotion/styled": "^11.13.0",
@@ -51,12 +51,12 @@
51
51
  "@types/react-dom": "^18.3.1",
52
52
  "dayjs": "^1.11.10",
53
53
  "typescript": ">=5.4.2",
54
- "@s_mart/core": "10.0.4",
54
+ "@s_mart/core": "10.1.0",
55
55
  "@s_mart/masks": "5.3.0",
56
56
  "@s_mart/rules": "5.2.0",
57
57
  "@s_mart/tokens": "6.0.0",
58
58
  "@s_mart/typed": "8.0.0",
59
- "@s_mart/utils": "5.3.4"
59
+ "@s_mart/utils": "5.4.0"
60
60
  },
61
61
  "overrides": {
62
62
  "react-is": "^18.3.1"