@wikicasa-dev/components 2.2.8-alpha.31 → 2.2.8-alpha.32

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-thumbs.css';/* empty css */
2
+ import '../assets/swiper-keyboard.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-thumbs.css';/* empty css */
2
+ import '../assets/swiper-keyboard.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-thumbs.css';/* empty css */
2
+ import '../assets/swiper-keyboard.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-thumbs.css';/* empty css */
2
+ import '../assets/swiper-keyboard.css';/* empty css */
3
3
  export {
4
4
  p as Thumbs
5
5
  };
@@ -1,7 +1,7 @@
1
- import o from "../packages/components/lib/UIKit/BaseFloatingLabel.vue.js";
1
+ import a from "../packages/components/lib/UIKit/BaseFloatingLabel.vue.js";
2
2
  import '../assets/BaseFloatingLabel.css';/* empty css */
3
- import t from "../_virtual/_plugin-vue_export-helper.js";
4
- const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-4b7f4597"]]);
3
+ import o from "../_virtual/_plugin-vue_export-helper.js";
4
+ const e = /* @__PURE__ */ o(a, [["__scopeId", "data-v-ba2cc6aa"]]);
5
5
  export {
6
- f as default
6
+ e as default
7
7
  };
@@ -1 +1 @@
1
- .floating-label[data-v-4b7f4597]{top:-10px;left:1.25rem;border-radius:5px;font-size:14px;line-height:18px}.inline-label[data-v-4b7f4597]{top:.75rem;background-color:transparent;font-size:16px;line-height:20px}.inline-label>span[data-v-4b7f4597]{--tw-text-opacity: 1;color:rgb(109 118 135 / var(--tw-text-opacity, 1))}.floating-label[data-v-4b7f4597],.inline-label[data-v-4b7f4597]{transition-property:top,left;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;will-change:top,left}
1
+ .floating-label[data-v-ba2cc6aa]{top:-10px;left:1.25rem;border-radius:5px;font-size:14px;line-height:18px}.inline-label[data-v-ba2cc6aa]{top:.75rem;background-color:transparent;font-size:16px;line-height:20px}.inline-label>span[data-v-ba2cc6aa]{--tw-text-opacity: 1;color:rgb(109 118 135 / var(--tw-text-opacity, 1))}.floating-label[data-v-ba2cc6aa],.inline-label[data-v-ba2cc6aa]{transition-property:top,left,font-size;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;will-change:top,left}
@@ -1,5 +1,5 @@
1
- import { defineComponent as u, createElementBlock as a, openBlock as s, withModifiers as d, normalizeClass as t, createElementVNode as r, createCommentVNode as k } from "vue";
2
- const b = ["for"], c = ["innerHTML"], x = /* @__PURE__ */ u({
1
+ import { defineComponent as d, createElementBlock as a, openBlock as s, withModifiers as u, normalizeClass as t, createElementVNode as r, createCommentVNode as k } from "vue";
2
+ const b = ["for"], c = ["innerHTML"], x = /* @__PURE__ */ d({
3
3
  __name: "BaseFloatingLabel",
4
4
  props: {
5
5
  labelState: { default: "inline-label" },
@@ -14,8 +14,8 @@ const b = ["for"], c = ["innerHTML"], x = /* @__PURE__ */ u({
14
14
  const o = n;
15
15
  return (i, l) => (s(), a("label", {
16
16
  for: i.$attrs.for,
17
- class: t(["uikit-pointer-events-none uikit-absolute uikit-left-15px uikit-h-5 uikit-text", [e.labelState, { "uikit-text-w-secondary": e.disabled }, e.labelClasses]]),
18
- onClick: l[0] || (l[0] = d((f) => o("click"), ["stop"]))
17
+ class: t(["uikit-pointer-events-none uikit-absolute uikit-left-15px uikit-h-5", [e.labelState, { "uikit-text-w-secondary": e.disabled }, e.labelClasses]]),
18
+ onClick: l[0] || (l[0] = u((f) => o("click"), ["stop"]))
19
19
  }, [
20
20
  r("span", {
21
21
  class: t(["uikit-font-medium [font-size:inherit]", [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/components",
3
- "version": "2.2.8-alpha.31",
3
+ "version": "2.2.8-alpha.32",
4
4
  "description": "Wikicasa frontend components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",