@wikicasa-dev/components 2.3.1-alpha.8 → 2.3.1-alpha.9

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-keyboard.css';/* empty css */
2
+ import '../assets/swiper-controller.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-keyboard.css';/* empty css */
2
+ import '../assets/swiper-controller.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-keyboard.css';/* empty css */
2
+ import '../assets/swiper-controller.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-keyboard.css';/* empty css */
2
+ import '../assets/swiper-controller.css';/* empty css */
3
3
  export {
4
4
  p as Thumbs
5
5
  };
@@ -1,6 +1,6 @@
1
- import { defineComponent as n, createBlock as p, openBlock as l, unref as m, mergeProps as d, withCtx as u, renderSlot as c, normalizeProps as f, guardReactiveProps as B } from "vue";
2
- import { RadioGroupItem as y } from "reka-ui";
3
- const _ = /* @__PURE__ */ n({
1
+ import { defineComponent as n, createPropsRestProxy as d, createBlock as l, openBlock as p, unref as m, mergeProps as c, withCtx as u, renderSlot as y, normalizeProps as f, guardReactiveProps as C } from "vue";
2
+ import { RadioGroupItem as P } from "reka-ui";
3
+ const v = /* @__PURE__ */ n({
4
4
  __name: "RadioGroupItemPrimitive",
5
5
  props: {
6
6
  dataCy: {},
@@ -13,18 +13,19 @@ const _ = /* @__PURE__ */ n({
13
13
  required: { type: Boolean }
14
14
  },
15
15
  emits: ["select"],
16
- setup(t, { emit: r }) {
17
- const a = t, s = r;
18
- return (i, o) => (l(), p(m(y), d(a, {
16
+ setup(t, { emit: a }) {
17
+ const r = d(t, ["dataCy"]), s = a;
18
+ return (i, o) => (p(), l(m(P), c(r, {
19
+ "data-cy": t.dataCy,
19
20
  onSelect: o[0] || (o[0] = (e) => s("select", e))
20
21
  }), {
21
22
  default: u((e) => [
22
- c(i.$slots, "default", f(B(e)))
23
+ y(i.$slots, "default", f(C(e)))
23
24
  ]),
24
25
  _: 3
25
- }, 16));
26
+ }, 16, ["data-cy"]));
26
27
  }
27
28
  });
28
29
  export {
29
- _ as default
30
+ v as default
30
31
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/components",
3
- "version": "2.3.1-alpha.8",
3
+ "version": "2.3.1-alpha.9",
4
4
  "description": "Wikicasa frontend components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",