@skeletonizer/vue 2.0.51 → 2.0.53

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,4 +1,4 @@
1
- import { defineComponent as m, reactive as l, watch as S, resolveDirective as u, openBlock as r, createElementBlock as s, Fragment as d, renderList as v, withDirectives as f, renderSlot as i } from "vue";
1
+ import { defineComponent as m, reactive as l, watch as S, resolveDirective as u, createElementBlock as r, renderSlot as s, openBlock as i, Fragment as d, renderList as v, withDirectives as f } from "vue";
2
2
  import { SkeletonAdapterComponent as h, SkeletonAbstractComponent as w, SkeletonDirective as z } from "@skeletonizer/utils";
3
3
  const g = /* @__PURE__ */ m({
4
4
  __name: "SkeletonizerSkeleton",
@@ -18,13 +18,13 @@ const g = /* @__PURE__ */ m({
18
18
  { immediate: !0 }
19
19
  ), (o, y) => {
20
20
  const a = u("skeletonize");
21
- return o.showSkeleton ? (r(!0), s(d, { key: 0 }, v(t.viewModels, (k, p) => f((r(), s("div", { key: p }, [
22
- i(o.$slots, "default", {
21
+ return o.showSkeleton ? (i(!0), r(d, { key: 0 }, v(t.viewModels, (k, p) => f((i(), r("div", { key: p }, [
22
+ s(o.$slots, "default", {
23
23
  scope: k.value
24
24
  })
25
25
  ])), [
26
26
  [a, e.colorSchema]
27
- ])), 128)) : i(o.$slots, "default", {
27
+ ])), 128)) : s(o.$slots, "default", {
28
28
  key: 1,
29
29
  scope: e.scope
30
30
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skeletonizer/vue",
3
- "version": "2.0.51",
3
+ "version": "2.0.53",
4
4
  "description": "The way to skeletonize your Vue.js components",
5
5
  "author": "Luka Varga",
6
6
  "license": "MIT",
@@ -51,11 +51,11 @@
51
51
  "lint-staged": "lint-staged"
52
52
  },
53
53
  "peerDependencies": {
54
- "@skeletonizer/utils": "^2.0.51",
54
+ "@skeletonizer/utils": "^2.0.53",
55
55
  "vue": "^3.3.4"
56
56
  },
57
57
  "devDependencies": {
58
- "@skeletonizer/utils": "^2.0.51",
58
+ "@skeletonizer/utils": "^2.0.53",
59
59
  "@tsconfig/node18": "^18.2.4",
60
60
  "@types/jsdom": "^21.1.7",
61
61
  "@types/node": "^22.10.1",
@@ -80,5 +80,5 @@
80
80
  "**/*.{scss,css}": "stylelint --fix",
81
81
  "**/*.{ts,js,.vue}": "eslint --fix"
82
82
  },
83
- "gitHead": "3bf61214cb5cb131c17d7c24872a5e0440b16e1a"
83
+ "gitHead": "765b0115f6146e948c3b1523ee5bfa33d94eeb70"
84
84
  }