@wikicasa-dev/components 2.3.1-alpha.6 → 2.3.1-alpha.7

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,5 +1,5 @@
1
1
  import { Autoplay as t } from "swiper/modules";
2
- import '../assets/swiper-autoplay.css';/* empty css */
2
+ import '../assets/swiper-thumbs.css';/* empty css */
3
3
  export {
4
4
  t as Autoplay
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Controller as e } from "swiper/modules";
2
- import '../assets/swiper-autoplay.css';/* empty css */
2
+ import '../assets/swiper-thumbs.css';/* empty css */
3
3
  export {
4
4
  e as Controller
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Keyboard as m } from "swiper/modules";
2
- import '../assets/swiper-autoplay.css';/* empty css */
2
+ import '../assets/swiper-thumbs.css';/* empty css */
3
3
  export {
4
4
  m as Keyboard
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Thumbs as p } from "swiper/modules";
2
- import '../assets/swiper-autoplay.css';/* empty css */
2
+ import '../assets/swiper-thumbs.css';/* empty css */
3
3
  export {
4
4
  p as Thumbs
5
5
  };
@@ -1,6 +1,6 @@
1
- import { defineComponent as t, createBlock as a, openBlock as n, unref as i, normalizeProps as c, guardReactiveProps as p, withCtx as s, renderSlot as d } from "vue";
1
+ import { defineComponent as o, createPropsRestProxy as a, createBlock as c, openBlock as n, unref as d, mergeProps as i, withCtx as s, renderSlot as p } from "vue";
2
2
  import { AccordionTrigger as l } from "reka-ui";
3
- const _ = /* @__PURE__ */ t({
3
+ const y = /* @__PURE__ */ o({
4
4
  __name: "AccordionTriggerPrimitive",
5
5
  props: {
6
6
  asChild: { type: Boolean },
@@ -8,15 +8,15 @@ const _ = /* @__PURE__ */ t({
8
8
  dataCy: {}
9
9
  },
10
10
  setup(e) {
11
- const r = e;
12
- return (o, m) => (n(), a(i(l), c(p(r)), {
11
+ const r = a(e, ["dataCy"]);
12
+ return (t, m) => (n(), c(d(l), i(r, { "data-cy": e.dataCy }), {
13
13
  default: s(() => [
14
- d(o.$slots, "default")
14
+ p(t.$slots, "default")
15
15
  ]),
16
16
  _: 3
17
- }, 16));
17
+ }, 16, ["data-cy"]));
18
18
  }
19
19
  });
20
20
  export {
21
- _ as default
21
+ y as default
22
22
  };
@@ -1,6 +1,6 @@
1
- import { defineComponent as p, createBlock as d, openBlock as u, unref as i, mergeProps as m, withCtx as s, renderSlot as f, normalizeProps as c, guardReactiveProps as B } from "vue";
2
- import { CheckboxRoot as y } from "reka-ui";
3
- const g = /* @__PURE__ */ p({
1
+ import { defineComponent as n, createPropsRestProxy as p, createBlock as u, openBlock as i, unref as m, mergeProps as s, withCtx as c, renderSlot as y, normalizeProps as f, guardReactiveProps as C } from "vue";
2
+ import { CheckboxRoot as B } from "reka-ui";
3
+ const V = /* @__PURE__ */ n({
4
4
  __name: "CheckboxGroupItemPrimitive",
5
5
  props: {
6
6
  dataCy: {},
@@ -16,17 +16,18 @@ const g = /* @__PURE__ */ p({
16
16
  },
17
17
  emits: ["update:modelValue"],
18
18
  setup(t, { emit: a }) {
19
- const l = t, r = a;
20
- return (n, o) => (u(), d(i(y), m(l, {
21
- "onUpdate:modelValue": o[0] || (o[0] = (e) => r("update:modelValue", e))
19
+ const r = p(t, ["dataCy"]), l = a;
20
+ return (d, o) => (i(), u(m(B), s(r, {
21
+ "data-cy": t.dataCy,
22
+ "onUpdate:modelValue": o[0] || (o[0] = (e) => l("update:modelValue", e))
22
23
  }), {
23
- default: s((e) => [
24
- f(n.$slots, "default", c(B(e)))
24
+ default: c((e) => [
25
+ y(d.$slots, "default", f(C(e)))
25
26
  ]),
26
27
  _: 3
27
- }, 16));
28
+ }, 16, ["data-cy"]));
28
29
  }
29
30
  });
30
31
  export {
31
- g as default
32
+ V as default
32
33
  };
@@ -1,6 +1,6 @@
1
- import { defineComponent as p, createBlock as d, openBlock as u, unref as i, mergeProps as m, withCtx as s, renderSlot as f } from "vue";
2
- import { CheckboxGroupRoot as c } from "reka-ui";
3
- const C = /* @__PURE__ */ p({
1
+ import { defineComponent as n, createPropsRestProxy as p, createBlock as u, openBlock as i, unref as s, mergeProps as m, withCtx as c, renderSlot as y } from "vue";
2
+ import { CheckboxGroupRoot as f } from "reka-ui";
3
+ const x = /* @__PURE__ */ n({
4
4
  __name: "CheckboxGroupPrimitive",
5
5
  props: {
6
6
  dataCy: {},
@@ -17,18 +17,19 @@ const C = /* @__PURE__ */ p({
17
17
  required: { type: Boolean }
18
18
  },
19
19
  emits: ["update:modelValue"],
20
- setup(o, { emit: t }) {
21
- const a = o, l = t;
22
- return (r, e) => (u(), d(i(c), m(a, {
23
- "onUpdate:modelValue": e[0] || (e[0] = (n) => l("update:modelValue", n))
20
+ setup(e, { emit: t }) {
21
+ const a = p(e, ["dataCy"]), r = t;
22
+ return (l, o) => (i(), u(s(f), m(a, {
23
+ "data-cy": e.dataCy,
24
+ "onUpdate:modelValue": o[0] || (o[0] = (d) => r("update:modelValue", d))
24
25
  }), {
25
- default: s(() => [
26
- f(r.$slots, "default")
26
+ default: c(() => [
27
+ y(l.$slots, "default")
27
28
  ]),
28
29
  _: 3
29
- }, 16));
30
+ }, 16, ["data-cy"]));
30
31
  }
31
32
  });
32
33
  export {
33
- C as default
34
+ x as default
34
35
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/components",
3
- "version": "2.3.1-alpha.6",
3
+ "version": "2.3.1-alpha.7",
4
4
  "description": "Wikicasa frontend components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",