File tree 1 file changed +13
-4
lines changed
src/app/[locale]/(doc-session)/documentation/js/subComponents
1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -85,21 +85,30 @@ 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.2 /+esm
88
+ https://cdn.jsdelivr.net/npm/multiform-validator@2.6.1 /+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.2 /+esm"
92
+ import mv from "https://cdn.jsdelivr.net/npm/multiform-validator@2.6.1 /+esm"
93
93
</script>` }
94
94
</ SyntaxHighlighter >
95
95
</ div >
96
+ < div className = "mb-4" >
97
+ < h3 className = "mb-2" > jsDelivr</ h3 >
98
+ < SyntaxHighlighter language = "bash" style = { a11yDark } >
99
+ https://cdn.jsdelivr.net/npm/multiform-validator@2.6.1/dist/index.min.js
100
+ </ SyntaxHighlighter >
101
+ < SyntaxHighlighter language = "html" style = { a11yDark } >
102
+ { `<script src="https://cdn.jsdelivr.net/npm/multiform-validator@2.6.1/dist/index.min.js"></script>` }
103
+ </ SyntaxHighlighter >
104
+ </ div >
96
105
< div className = "mb-4" >
97
106
< h3 className = "mb-2" > unpkg</ h3 >
98
107
< SyntaxHighlighter language = "bash" style = { a11yDark } >
99
- https://unpkg.com/multiform-validator@2.5.2 /dist/cjs/ index.cjs
108
+ https://unpkg.com/multiform-validator@2.6.1 /dist/index.js
100
109
</ SyntaxHighlighter >
101
110
< SyntaxHighlighter language = "html" style = { a11yDark } >
102
- { `<script src="/https://unpkg.com/multiform-validator@2.5.2 /dist/cjs/ index.cjs "></script>` }
111
+ { `<script src="/https://unpkg.com/multiform-validator@2.6.1 /dist/index.js "></script>` }
103
112
</ SyntaxHighlighter >
104
113
</ div >
105
114
</ >
You can’t perform that action at this time.
0 commit comments