@s_mart/telas-de-acesso 5.0.6 → 6.0.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.
@@ -174,4 +174,4 @@ interface TelaEsqueceuSenhaProps extends Omit<TemplateTelaBaseProps, 'children'>
174
174
 
175
175
  declare function TelaEsqueceuSenha({ logo, onVoltarParaLogin, onConfirmar, ...rest }: TelaEsqueceuSenhaProps): react_jsx_runtime.JSX.Element;
176
176
 
177
- export { TelaCadastro, TelaCadastroProps, TelaConviteExpirado, TelaConviteExpiradoProps, TelaEsqueceuSenha, TelaEsqueceuSenhaProps, TelaInstrucoesEnviadas, TelaInstrucoesEnviadasProps, TelaLogin, TelaLoginProps, TelaNovaSenha, TelaNovaSenhaProps, TemplateTelaBase, TemplateTelaBaseProps };
177
+ export { TelaCadastro, type TelaCadastroProps, TelaConviteExpirado, type TelaConviteExpiradoProps, TelaEsqueceuSenha, type TelaEsqueceuSenhaProps, TelaInstrucoesEnviadas, type TelaInstrucoesEnviadasProps, TelaLogin, type TelaLoginProps, TelaNovaSenha, type TelaNovaSenhaProps, TemplateTelaBase, type TemplateTelaBaseProps };
package/package.json CHANGED
@@ -1,45 +1,45 @@
1
1
  {
2
2
  "name": "@s_mart/telas-de-acesso",
3
- "version": "5.0.6",
3
+ "version": "6.0.0",
4
4
  "main": "./dist/index.mjs",
5
5
  "module": "./dist/index.mjs",
6
- "types": "./dist/index.d.ts",
6
+ "types": "./dist/index.d.mts",
7
7
  "sideEffects": false,
8
8
  "license": "MIT",
9
9
  "files": [
10
10
  "dist/**"
11
11
  ],
12
12
  "dependencies": {
13
- "tsup": "^6.7.0",
14
- "typescript": "^5.4.2",
15
- "@types/react": "^18.2.21",
16
- "@types/react-dom": ">=18.2.7",
17
- "@s_mart/core": "5.0.4",
18
- "@s_mart/form": "5.0.5",
19
- "@s_mart/masks": "5.0.2",
20
- "@s_mart/rules": "5.0.2",
21
- "@s_mart/tokens": "5.0.2",
22
- "@s_mart/utils": "5.0.2",
23
- "@s_mart/regular-icons": "5.0.4",
24
- "eslint-config-smarten": "4.0.1",
25
- "@s_mart/hooks": "5.0.4"
13
+ "tsup": "8.0.2",
14
+ "typescript": ">=5.4.2",
15
+ "@types/react": ">=18.3.1",
16
+ "@types/react-dom": ">=18.3.0",
17
+ "@s_mart/core": "6.0.0",
18
+ "@s_mart/form": "6.0.0",
19
+ "@s_mart/masks": "5.1.0",
20
+ "@s_mart/rules": "5.1.0",
21
+ "@s_mart/tokens": "5.1.0",
22
+ "@s_mart/utils": "5.1.0",
23
+ "@s_mart/regular-icons": "5.1.0",
24
+ "eslint-config-smarten": "4.1.0",
25
+ "@s_mart/hooks": "6.0.0"
26
26
  },
27
27
  "peerDependencies": {
28
- "react": ">=18.2.0",
29
- "react-dom": ">=18.2.0",
28
+ "react": ">=18.3.1",
29
+ "react-dom": ">=18.3.1",
30
30
  "react-hook-form": "^7.51.0",
31
- "typescript": "^5.4.2",
32
- "@types/react": "^18.2.21",
33
- "@types/react-dom": ">=18.2.7",
31
+ "typescript": ">=5.4.2",
32
+ "@types/react": ">=18.3.1",
33
+ "@types/react-dom": ">=18.3.0",
34
34
  "@emotion/react": ">=11.11.1",
35
- "@emotion/styled": ">=11.11.0",
36
- "@s_mart/core": "5.0.4",
37
- "@s_mart/form": "5.0.5",
38
- "@s_mart/masks": "5.0.2",
39
- "@s_mart/tokens": "5.0.2",
40
- "@s_mart/utils": "5.0.2",
41
- "@s_mart/regular-icons": "5.0.4",
42
- "@s_mart/hooks": "5.0.4"
35
+ "@emotion/styled": ">=11.11.5",
36
+ "@s_mart/core": "6.0.0",
37
+ "@s_mart/form": "6.0.0",
38
+ "@s_mart/masks": "5.1.0",
39
+ "@s_mart/tokens": "5.1.0",
40
+ "@s_mart/utils": "5.1.0",
41
+ "@s_mart/regular-icons": "5.1.0",
42
+ "@s_mart/hooks": "6.0.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "eslint": "^8.47.0"