@versoly/plugins 0.0.12 → 0.0.13
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 +3 -3
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -641,7 +641,7 @@ var tailtip_default = defineConfig({
|
|
|
641
641
|
|
|
642
642
|
//#endregion
|
|
643
643
|
//#region src/plugins/versoly-marquee.ts
|
|
644
|
-
const src = "https://
|
|
644
|
+
const src = "https://cdn.jsdelivr.net/npm/versoly-marquee@1.1.1/dist/versoly-marquee.iife.js";
|
|
645
645
|
const js$3 = `window.vMarquees = [];
|
|
646
646
|
window.vGetElementsByToggle('marquee').forEach((elem) => {
|
|
647
647
|
const marquee = new Marquee(elem, window.vGetElementOptions(elem));
|
|
@@ -724,11 +724,11 @@ var versoly_ui_default = defineConfig({
|
|
|
724
724
|
name: "versoly-ui",
|
|
725
725
|
cdnUrls: [
|
|
726
726
|
{
|
|
727
|
-
url: "https://cdn.jsdelivr.net/npm/@floating-ui/core@1.7.4",
|
|
727
|
+
url: "https://cdn.jsdelivr.net/npm/@floating-ui/core@1.7.4/dist/floating-ui.core.umd.min.js",
|
|
728
728
|
defer: true
|
|
729
729
|
},
|
|
730
730
|
{
|
|
731
|
-
url: "https://cdn.jsdelivr.net/npm/@floating-ui/dom@1.7.4",
|
|
731
|
+
url: "https://cdn.jsdelivr.net/npm/@floating-ui/dom@1.7.4/dist/floating-ui.dom.umd.min.js",
|
|
732
732
|
defer: true
|
|
733
733
|
},
|
|
734
734
|
{
|