@wikicasa-dev/components 2.1.24-alpha.3 → 2.1.24-alpha.4
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/lazyModules/Swiper/autoplay.js +1 -1
- package/dist/lazyModules/Swiper/controller.js +1 -1
- package/dist/lazyModules/Swiper/keyboard.js +1 -1
- package/dist/lazyModules/Swiper/thumbs.js +1 -1
- package/dist/lib/UIKit/BaseSnackbar.vue.js +1 -1
- package/package.json +1 -1
- /package/dist/assets/node_modules/swiper/modules/{autoplay.css → thumbs.css} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as e } from "../../node_modules/swiper/modules/controller.js";
|
|
2
|
-
import '../../assets/node_modules/swiper/modules/
|
|
2
|
+
import '../../assets/node_modules/swiper/modules/thumbs.css';/* empty css */
|
|
3
3
|
export {
|
|
4
4
|
e as Controller
|
|
5
5
|
};
|
|
@@ -105,7 +105,7 @@ const q = /* @__PURE__ */ T({
|
|
|
105
105
|
}, 8, ["open", "duration", "class"]),
|
|
106
106
|
i(t(N), { to: l.to }, {
|
|
107
107
|
default: o(() => [
|
|
108
|
-
i(t(R), { class: "uikit-alert-viewport uikit-fixed uikit-bottom-0 uikit-right-0 uikit-m-0 uikit-flex uikit-w-full uikit-list-none uikit-flex-col uikit-items-end uikit-justify-end uikit-gap-[8px]
|
|
108
|
+
i(t(R), { class: "uikit-alert-viewport uikit-fixed uikit-bottom-0 uikit-right-0 uikit-m-0 uikit-flex uikit-w-full uikit-list-none uikit-flex-col uikit-items-end uikit-justify-end uikit-gap-[8px]" })
|
|
109
109
|
]),
|
|
110
110
|
_: 1
|
|
111
111
|
}, 8, ["to"])
|
package/package.json
CHANGED
|
File without changes
|