@comercti/web-components-hmg 0.10.14 → 0.10.16

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.
@@ -2657,11 +2657,12 @@ const pa = ["for", "innerHTML"], ga = { class: "relative" }, ma = ["id", "value"
2657
2657
  a.value = c;
2658
2658
  }
2659
2659
  ), (c, p) => (s(), d("div", te({ class: "w-full" }, c.$attrs), [
2660
- n("label", {
2660
+ c.label ? (s(), d("label", {
2661
+ key: 0,
2661
2662
  id: c.id,
2662
2663
  class: "text-sm font-medium text-gray-700 dark:text-ce_light_gray pl-2",
2663
2664
  innerHTML: c.label
2664
- }, null, 8, Qa),
2665
+ }, null, 8, Qa)) : k("", !0),
2665
2666
  n("div", {
2666
2667
  id: c.id,
2667
2668
  class: w(["rounded-full p-1 flex justify-center items-center w-16 h-10", {
@@ -6177,7 +6178,7 @@ customElements.define("ce-data-table", fd);
6177
6178
  customElements.define("ce-items-per-page", bd);
6178
6179
  const hd = Q(Z(T));
6179
6180
  customElements.define("ce-svg-icon", hd);
6180
- const wd = { class: "w-full h-full" }, vd = ["src", "alt"], yd = {
6181
+ const wd = { class: "w-full" }, vd = ["src", "alt"], yd = {
6181
6182
  key: 1,
6182
6183
  class: "rounded-full border border-gray-500 border-opacity-25 shadow-sm group-active:ring-4 group-active:ring-gray-400 group-active:ring-opacity-25 transition bg-neutral-100 p-2",
6183
6184
  viewBox: "0 0 32 32",