@wpic/ui 0.3.9 → 0.3.10

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.
package/dist/wpic-ui.js CHANGED
@@ -3237,12 +3237,12 @@ const h0 = /* @__PURE__ */ U1(b4, [["render", x4]]), y4 = ["disabled"], C2 = /*
3237
3237
  noPadding: { type: Boolean },
3238
3238
  bodyClass: {},
3239
3239
  borderless: { type: Boolean },
3240
- headerDivider: { type: Boolean },
3241
- padding: {}
3240
+ headerDivider: { type: Boolean, default: !0 },
3241
+ padding: { default: "md" }
3242
3242
  },
3243
3243
  setup(n) {
3244
3244
  return (v, c) => (e(), t("div", {
3245
- class: g(["wpic-card rounded-xl bg-zinc-50 dark:bg-zinc-800/60 overflow-hidden", `wpic-card--padding-${n.padding ?? "md"}`, n.borderless ? "wpic-card--borderless" : "wpic-card--bordered"])
3245
+ class: g(["wpic-card rounded-xl bg-zinc-50 dark:bg-zinc-800/60 overflow-hidden", `wpic-card--padding-${n.padding}`, n.borderless ? "wpic-card--borderless" : "wpic-card--bordered"])
3246
3246
  }, [
3247
3247
  v.$slots.icon || v.$slots.title || n.title || v.$slots.actions ? (e(), t("div", {
3248
3248
  key: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wpic/ui",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "type": "module",
5
5
  "description": "WPIC shared Vue 3 component library",
6
6
  "publishConfig": {