@s_mart/telas-de-acesso 10.1.7 → 10.1.9
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.mjs +1 -1
- package/package.json +33 -29
package/dist/index.mjs
CHANGED
|
@@ -99,7 +99,7 @@ import{LIcon as Ke}from"@s_mart/core";import{Typography as Ye}from"@mui/material
|
|
|
99
99
|
color: ${Ge.green[300]};
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
`;import{jsx as F,jsxs as I}from"react/jsx-runtime";function l({children:e,whatsapp:t,textoChamativo:r,style:i,paperStyle:a,ilustracao:n}){return I(j,{style:i,children:[r&&F(te,{children:r}),n&&F(ee,{children:typeof n=="string"?F("img",{src:n,alt:"Logo do sistema"}):n}),F(oe,{style:a,children:e}),t&&I(ae,{onClick:()=>{window.open(`https://api.whatsapp.com/send?phone=${t}`)},style:{marginBottom:16},children:[I(Ye,{variant:"bodyXS",children:["Com d\xFAvidas? ",Ze.format(t.slice(2))]}),F(Ke,{icon:je,size:"20px",removeMargin:!0})]})]})}import{Button as at,LIcon as A}from"@s_mart/core";import{Checkbox as rt,TextField as it}from"@s_mart/form";import{Link as nt,Typography as P}from"@mui/material";import{lineCheck as Q}from"@s_mart/regular-icons";import{colorPalette as w}from"@s_mart/tokens";import{styled as S}from"@mui/material
|
|
102
|
+
`;import{jsx as F,jsxs as I}from"react/jsx-runtime";function l({children:e,whatsapp:t,textoChamativo:r,style:i,paperStyle:a,ilustracao:n}){return I(j,{style:i,children:[r&&F(te,{children:r}),n&&F(ee,{children:typeof n=="string"?F("img",{src:n,alt:"Logo do sistema"}):n}),F(oe,{style:a,children:e}),t&&I(ae,{onClick:()=>{window.open(`https://api.whatsapp.com/send?phone=${t}`)},style:{marginBottom:16},children:[I(Ye,{variant:"bodyXS",children:["Com d\xFAvidas? ",Ze.format(t.slice(2))]}),F(Ke,{icon:je,size:"20px",removeMargin:!0})]})]})}import{Button as at,LIcon as A}from"@s_mart/core";import{Checkbox as rt,TextField as it}from"@s_mart/form";import{Link as nt,Typography as P}from"@mui/material";import{lineCheck as Q}from"@s_mart/regular-icons";import{colorPalette as w}from"@s_mart/tokens";import{styled as S}from"@mui/material";import{toRem as m}from"@s_mart/utils";var re=S("div")`
|
|
103
103
|
display: grid;
|
|
104
104
|
gap: ${m(32)};
|
|
105
105
|
`,ie=S("header")`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@s_mart/telas-de-acesso",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.9",
|
|
4
4
|
"main": "./dist/index.mjs",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.mts",
|
|
@@ -10,47 +10,51 @@
|
|
|
10
10
|
"dist/**"
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"
|
|
14
|
-
"
|
|
13
|
+
"react-is": "^18.3.1",
|
|
14
|
+
"tsup": "8.5.0",
|
|
15
|
+
"@s_mart/rules": "5.2.0"
|
|
15
16
|
},
|
|
16
17
|
"peerDependencies": {
|
|
17
18
|
"@emotion/react": "^11.11.4",
|
|
18
19
|
"@emotion/styled": "^11.13.0",
|
|
19
|
-
"@mui/material": "^
|
|
20
|
-
"@mui/system": "^
|
|
21
|
-
"@types/node": ">=
|
|
22
|
-
"@types/react": "
|
|
23
|
-
"@types/react-dom": "
|
|
24
|
-
"react": "
|
|
25
|
-
"react-dom": "
|
|
20
|
+
"@mui/material": "^7.2.0",
|
|
21
|
+
"@mui/system": "^7.2.0",
|
|
22
|
+
"@types/node": ">=22.15.17",
|
|
23
|
+
"@types/react": "^18.3.12",
|
|
24
|
+
"@types/react-dom": "^18.3.1",
|
|
25
|
+
"react": "^18.3.1",
|
|
26
|
+
"react-dom": "^18.3.1",
|
|
26
27
|
"react-hook-form": "^7.51.0",
|
|
27
28
|
"typescript": ">=5.4.2",
|
|
28
|
-
"@s_mart/core": "
|
|
29
|
-
"@s_mart/form": "
|
|
30
|
-
"@s_mart/hooks": "8.
|
|
31
|
-
"@s_mart/masks": "5.
|
|
32
|
-
"@s_mart/regular-icons": "6.0.
|
|
33
|
-
"@s_mart/tokens": "
|
|
34
|
-
"@s_mart/utils": "5.
|
|
29
|
+
"@s_mart/core": "10.1.9",
|
|
30
|
+
"@s_mart/form": "10.2.9",
|
|
31
|
+
"@s_mart/hooks": "8.1.6",
|
|
32
|
+
"@s_mart/masks": "5.3.0",
|
|
33
|
+
"@s_mart/regular-icons": "6.0.16",
|
|
34
|
+
"@s_mart/tokens": "6.0.0",
|
|
35
|
+
"@s_mart/utils": "5.4.1"
|
|
35
36
|
},
|
|
36
37
|
"publishConfig": {
|
|
37
38
|
"access": "public"
|
|
38
39
|
},
|
|
39
40
|
"devDependencies": {
|
|
40
41
|
"@emotion/styled": "^11.13.0",
|
|
41
|
-
"@mui/material": "^
|
|
42
|
-
"@mui/system": "^
|
|
43
|
-
"@types/node": ">=
|
|
44
|
-
"@types/react": "
|
|
45
|
-
"@types/react-dom": "
|
|
42
|
+
"@mui/material": "^7.2.0",
|
|
43
|
+
"@mui/system": "^7.2.0",
|
|
44
|
+
"@types/node": ">=22.15.17",
|
|
45
|
+
"@types/react": "^18.3.12",
|
|
46
|
+
"@types/react-dom": "^18.3.1",
|
|
46
47
|
"typescript": ">=5.4.2",
|
|
47
|
-
"@s_mart/core": "
|
|
48
|
-
"@s_mart/form": "
|
|
49
|
-
"@s_mart/hooks": "8.
|
|
50
|
-
"@s_mart/masks": "5.
|
|
51
|
-
"@s_mart/regular-icons": "6.0.
|
|
52
|
-
"@s_mart/tokens": "
|
|
53
|
-
"@s_mart/utils": "5.
|
|
48
|
+
"@s_mart/core": "10.1.9",
|
|
49
|
+
"@s_mart/form": "10.2.9",
|
|
50
|
+
"@s_mart/hooks": "8.1.6",
|
|
51
|
+
"@s_mart/masks": "5.3.0",
|
|
52
|
+
"@s_mart/regular-icons": "6.0.16",
|
|
53
|
+
"@s_mart/tokens": "6.0.0",
|
|
54
|
+
"@s_mart/utils": "5.4.1"
|
|
55
|
+
},
|
|
56
|
+
"overrides": {
|
|
57
|
+
"react-is": "^18.3.1"
|
|
54
58
|
},
|
|
55
59
|
"scripts": {
|
|
56
60
|
"build": "tsup src/index.tsx --minify --format esm --dts --external react",
|