@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.
Files changed (2) hide show
  1. package/dist/index.mjs +3 -3
  2. 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://d1pnnwteuly8z3.cloudfront.net/libs/versoly-marquee/1.1.0/versoly-marquee.js";
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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versoly/plugins",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Plugins for Versoly",
5
5
  "sideEffects": false,
6
6
  "type": "module",