@wikicasa-dev/components 2.3.1-alpha.17 → 2.3.1-alpha.18

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-controller.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-controller.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-controller.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-controller.css';/* empty css */
2
+ import '../assets/swiper-thumbs.css';/* empty css */
3
3
  export {
4
4
  p as Thumbs
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { TabsRootProps } from 'reka-ui';
2
- export interface BaseTabsProps<T extends string | number> extends Omit<TabsRootProps<T>, "modelValue"> {
2
+ export interface BaseTabsProps<T extends string | number> extends TabsRootProps<T> {
3
3
  dataCy?: string;
4
4
  }
5
5
  declare const _default: <T extends string | number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
@@ -1,6 +1,6 @@
1
- import { defineComponent as s, createPropsRestProxy as l, createBlock as u, openBlock as i, unref as m, mergeProps as p, withCtx as c, renderSlot as f } from "vue";
1
+ import { defineComponent as l, createPropsRestProxy as s, createBlock as u, openBlock as m, unref as i, mergeProps as p, withCtx as c, renderSlot as f } from "vue";
2
2
  import { TabsRoot as y } from "reka-ui";
3
- const V = /* @__PURE__ */ s({
3
+ const V = /* @__PURE__ */ l({
4
4
  __name: "BaseTabs",
5
5
  props: {
6
6
  dataCy: {},
@@ -8,16 +8,17 @@ const V = /* @__PURE__ */ s({
8
8
  orientation: {},
9
9
  dir: {},
10
10
  activationMode: {},
11
+ modelValue: {},
11
12
  unmountOnHide: { type: Boolean },
12
13
  asChild: { type: Boolean },
13
14
  as: {}
14
15
  },
15
16
  emits: ["update:modelValue"],
16
17
  setup(t, { emit: o }) {
17
- const n = l(t, ["dataCy"]), d = o;
18
- return (r, a) => (i(), u(m(y), p(n, {
18
+ const d = s(t, ["dataCy"]), n = o;
19
+ return (r, a) => (m(), u(i(y), p(d, {
19
20
  "data-cy": t.dataCy,
20
- "onUpdate:modelValue": a[0] || (a[0] = (e) => d("update:modelValue", e))
21
+ "onUpdate:modelValue": a[0] || (a[0] = (e) => n("update:modelValue", e))
21
22
  }), {
22
23
  default: c(({ modelValue: e }) => [
23
24
  f(r.$slots, "default", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/components",
3
- "version": "2.3.1-alpha.17",
3
+ "version": "2.3.1-alpha.18",
4
4
  "description": "Wikicasa frontend components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",