@rocketui/vue 0.1.19 → 0.1.20

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.
@@ -8947,7 +8947,7 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], N5 = /* @__PURE__ */ T({
8947
8947
  "outside-click": "",
8948
8948
  placement: "bottom",
8949
8949
  resizable: "",
8950
- "tooltip-class": "w-max",
8950
+ "tooltip-class": "w-full",
8951
8951
  "trigger-class": "w-full",
8952
8952
  triggers: ["click"],
8953
8953
  type: "dropdown",
@@ -8980,7 +8980,7 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], N5 = /* @__PURE__ */ T({
8980
8980
  }, null, 8, ["name"])) : c("", !0)
8981
8981
  ])
8982
8982
  ], 2)) : c("", !0),
8983
- C.taggable ? (m(), n("div", I5, [
8983
+ C.taggable && L.length ? (m(), n("div", I5, [
8984
8984
  f(s.$slots, "tags", {
8985
8985
  options: L,
8986
8986
  removeOption: k,
@@ -8997,7 +8997,7 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], N5 = /* @__PURE__ */ T({
8997
8997
  }, null, 8, ["label", "onClick:close"]))), 128))
8998
8998
  ])
8999
8999
  ])) : c("", !0),
9000
- C.multiple ? (m(), n("div", Q5, [
9000
+ C.multiple && L.length ? (m(), n("div", Q5, [
9001
9001
  (m(!0), n(V1, null, A1(L, (O, R) => (m(), n("p", { key: R }, b(`${O.label},`), 1))), 128))
9002
9002
  ])) : c("", !0),
9003
9003
  X1(S("input", {
@@ -9263,7 +9263,8 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], N5 = /* @__PURE__ */ T({
9263
9263
  [`r-snackbar--${C.variant}`]: !0,
9264
9264
  [C.left ? "r-snackbar__left" : "r-snackbar__right"]: !0,
9265
9265
  [C.modelValue ? "r-snackbar--shown" : "r-snackbar--hidden"]: !0,
9266
- [C.top ? "r-snackbar__top" : "r-snackbar__bottom"]: !0
9266
+ [C.top ? "r-snackbar__top" : "r-snackbar__bottom"]: !0,
9267
+ "r-snackbar--closable": C.closable
9267
9268
  })), L = g(() => ({
9268
9269
  success: "mdiCheckCircle",
9269
9270
  error: "mdiAlertCircle",