File tree 1 file changed +5
-5
lines changed
src/app/[locale]/(doc-session)/documentation/js/subComponents
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export function UsageCDNExample() {
68
68
return (
69
69
< SyntaxHighlighter language = "html" style = { a11yDark } >
70
70
{ `<script type="module">
71
- import { isEmail, cpfIsValid } from "https://cdn.jsdelivr.net/npm/multiform-validator@2.5.1 /+esm";
71
+ import { isEmail, cpfIsValid } from "https://cdn.jsdelivr.net/npm/multiform-validator@2.5.2 /+esm";
72
72
const emailResult = isEmail("123456");
73
73
const cpfResult = cpfIsValid("123456");
74
74
@@ -85,21 +85,21 @@ export function Cdns() {
85
85
< div className = "mb-4" >
86
86
< h3 className = "mb-2" > jsDelivr</ h3 >
87
87
< SyntaxHighlighter language = "bash" style = { a11yDark } >
88
- https://cdn.jsdelivr.net/npm/multiform-validator@2.5.1 /+esm
88
+ https://cdn.jsdelivr.net/npm/multiform-validator@2.5.2 /+esm
89
89
</ SyntaxHighlighter >
90
90
< SyntaxHighlighter language = "html" style = { a11yDark } >
91
91
{ `<script type="module">
92
- import multiformValidator from "https://cdn.jsdelivr.net/npm/multiform-validator@2.5.1 /+esm"
92
+ import multiformValidator from "https://cdn.jsdelivr.net/npm/multiform-validator@2.5.2 /+esm"
93
93
</script>` }
94
94
</ SyntaxHighlighter >
95
95
</ div >
96
96
< div className = "mb-4" >
97
97
< h3 className = "mb-2" > unpkg</ h3 >
98
98
< SyntaxHighlighter language = "bash" style = { a11yDark } >
99
- https://unpkg.com/multiform-validator@2.5.1 /dist/cjs/index.cjs
99
+ https://unpkg.com/multiform-validator@2.5.2 /dist/cjs/index.cjs
100
100
</ SyntaxHighlighter >
101
101
< SyntaxHighlighter language = "html" style = { a11yDark } >
102
- { `<script src="/https://unpkg.com/multiform-validator@2.5.1 /dist/cjs/index.cjs"></script>` }
102
+ { `<script src="/https://unpkg.com/multiform-validator@2.5.2 /dist/cjs/index.cjs"></script>` }
103
103
</ SyntaxHighlighter >
104
104
</ div >
105
105
</ >
You can’t perform that action at this time.
0 commit comments