@accelerated-agency/visual-editor 0.4.1 → 0.4.2
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/vite.cjs +1 -5
- package/dist/vite.js +1 -5
- package/package.json +1 -1
package/dist/vite.cjs
CHANGED
|
@@ -1166,11 +1166,7 @@ window.__veLoadFallback = function(el, candidates){
|
|
|
1166
1166
|
src="https://cdn.jsdelivr.net/npm/vvvebjs@latest/libs/builder/inputs.js"
|
|
1167
1167
|
onerror="window.__veLoadFallback(this,'https://cdn.jsdelivr.net/npm/vvvebjs@latest/libs/builder/inputs.js||https://unpkg.com/vvvebjs@latest/libs/builder/inputs.js')"
|
|
1168
1168
|
></script>
|
|
1169
|
-
<!-- components.js
|
|
1170
|
-
<script
|
|
1171
|
-
src="https://cdn.jsdelivr.net/npm/vvvebjs@latest/libs/builder/components.js"
|
|
1172
|
-
onerror="window.__veLoadFallback(this,'https://cdn.jsdelivr.net/npm/vvvebjs@latest/libs/builder/components.js||https://unpkg.com/vvvebjs@latest/libs/builder/components.js')"
|
|
1173
|
-
></script>
|
|
1169
|
+
<!-- components.js removed (frequently missing on npm CDN); safety stubs below prevent bootstrap/widgets loader errors -->
|
|
1174
1170
|
// <script
|
|
1175
1171
|
// src="https://cdn.jsdelivr.net/npm/vvvebjs@latest/libs/builder/components-widgets.js"
|
|
1176
1172
|
// onerror="window.__veLoadFallback(this,'https://cdn.jsdelivr.net/npm/vvvebjs@latest/libs/builder/components-widgets.js||https://unpkg.com/vvvebjs@latest/libs/builder/components-widgets.js')"
|
package/dist/vite.js
CHANGED
|
@@ -1158,11 +1158,7 @@ window.__veLoadFallback = function(el, candidates){
|
|
|
1158
1158
|
src="https://cdn.jsdelivr.net/npm/vvvebjs@latest/libs/builder/inputs.js"
|
|
1159
1159
|
onerror="window.__veLoadFallback(this,'https://cdn.jsdelivr.net/npm/vvvebjs@latest/libs/builder/inputs.js||https://unpkg.com/vvvebjs@latest/libs/builder/inputs.js')"
|
|
1160
1160
|
></script>
|
|
1161
|
-
<!-- components.js
|
|
1162
|
-
<script
|
|
1163
|
-
src="https://cdn.jsdelivr.net/npm/vvvebjs@latest/libs/builder/components.js"
|
|
1164
|
-
onerror="window.__veLoadFallback(this,'https://cdn.jsdelivr.net/npm/vvvebjs@latest/libs/builder/components.js||https://unpkg.com/vvvebjs@latest/libs/builder/components.js')"
|
|
1165
|
-
></script>
|
|
1161
|
+
<!-- components.js removed (frequently missing on npm CDN); safety stubs below prevent bootstrap/widgets loader errors -->
|
|
1166
1162
|
// <script
|
|
1167
1163
|
// src="https://cdn.jsdelivr.net/npm/vvvebjs@latest/libs/builder/components-widgets.js"
|
|
1168
1164
|
// onerror="window.__veLoadFallback(this,'https://cdn.jsdelivr.net/npm/vvvebjs@latest/libs/builder/components-widgets.js||https://unpkg.com/vvvebjs@latest/libs/builder/components-widgets.js')"
|