@wikicasa-dev/components 2.6.3 → 2.6.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.
@@ -1,7 +1,5 @@
1
- import { ClassTypeProp } from '../../../UIKit/types';
2
1
  type __VLS_Props = {
3
2
  dataCy?: string;
4
- slidesWrapperClasses?: ClassTypeProp;
5
3
  };
6
4
  declare var __VLS_1: {};
7
5
  type __VLS_Slots = {} & {
@@ -1,22 +1,21 @@
1
- import { defineComponent as l, createElementBlock as o, openBlock as n, normalizeClass as c, renderSlot as p } from "vue";
2
- const d = ["data-cy"], C = /* @__PURE__ */ l({
1
+ import { defineComponent as s, createElementBlock as n, openBlock as c, renderSlot as l } from "vue";
2
+ const p = ["data-cy"], m = /* @__PURE__ */ s({
3
3
  __name: "SwiperPrimitive",
4
4
  props: {
5
- dataCy: {},
6
- slidesWrapperClasses: {}
5
+ dataCy: {}
7
6
  },
8
7
  emits: ["click"],
9
- setup(e, { emit: t }) {
10
- const a = t;
11
- return (r, s) => (n(), o("div", {
12
- "data-cy": e.dataCy,
13
- class: c(["swiper-wrapper", e.slidesWrapperClasses]),
14
- onClick: s[0] || (s[0] = (i) => a("click", i))
8
+ setup(t, { emit: i }) {
9
+ const o = i;
10
+ return (r, e) => (c(), n("div", {
11
+ "data-cy": t.dataCy,
12
+ class: "swiper-wrapper",
13
+ onClick: e[0] || (e[0] = (a) => o("click", a))
15
14
  }, [
16
- p(r.$slots, "default")
17
- ], 10, d));
15
+ l(r.$slots, "default")
16
+ ], 8, p));
18
17
  }
19
18
  });
20
19
  export {
21
- C as default
20
+ m as default
22
21
  };
@@ -1,4 +1,4 @@
1
- import '../../../assets/swiper-controller.css';/* empty css */
1
+ import '../../../assets/swiper-keyboard.css';/* empty css */
2
2
  import { Autoplay as p } from "swiper/modules";
3
3
  export {
4
4
  p as default
@@ -1,4 +1,4 @@
1
- import '../../../assets/swiper-controller.css';/* empty css */
1
+ import '../../../assets/swiper-keyboard.css';/* empty css */
2
2
  import { Controller as e } from "swiper/modules";
3
3
  export {
4
4
  e as default
@@ -1,4 +1,4 @@
1
- import '../../../assets/swiper-controller.css';/* empty css */
1
+ import '../../../assets/swiper-keyboard.css';/* empty css */
2
2
  import { Keyboard as e } from "swiper/modules";
3
3
  export {
4
4
  e as default
@@ -1,4 +1,4 @@
1
- import '../../../assets/swiper-controller.css';/* empty css */
1
+ import '../../../assets/swiper-keyboard.css';/* empty css */
2
2
  import { Thumbs as t } from "swiper/modules";
3
3
  export {
4
4
  t as default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/components",
3
- "version": "2.6.3",
3
+ "version": "2.6.4",
4
4
  "description": "Wikicasa frontend components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",