@comercti/web-components-hmg 0.23.6 → 0.23.8
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/comerc-style-guide.cjs.js +1 -1
- package/comerc-style-guide.es.js +2 -2
- package/comerc-style-guide.umd.js +1 -1
- package/index.d.ts +20 -20
- package/package.json +1 -1
package/comerc-style-guide.es.js
CHANGED
|
@@ -2817,12 +2817,12 @@ function pi(e) {
|
|
|
2817
2817
|
valorInterno: a
|
|
2818
2818
|
};
|
|
2819
2819
|
}
|
|
2820
|
-
const hi = { class: "flex flex-row items-center gap-2" }, bi = ["for", "innerHTML"], vi = { class: "relative" }, wi = ["id", "value", "disabled"], xi = { class: "flex-1 font-medium" }, yi = {
|
|
2820
|
+
const hi = { class: "flex flex-row items-center gap-2 mb-1" }, bi = ["for", "innerHTML"], vi = { class: "relative" }, wi = ["id", "value", "disabled"], xi = { class: "flex-1 font-medium" }, yi = {
|
|
2821
2821
|
key: 0,
|
|
2822
2822
|
class: "flex flex-wrap gap-1"
|
|
2823
2823
|
}, ki = ["onClick"], Ci = { class: "ml-2" }, Ai = {
|
|
2824
2824
|
key: 0,
|
|
2825
|
-
class: "absolute z-
|
|
2825
|
+
class: "absolute z-30 mt-1 w-full bg-white dark:bg-ce_black shadow-lg border border-gray-200 rounded overflow-auto h-[280px]"
|
|
2826
2826
|
}, Mi = { key: 0 }, ji = {
|
|
2827
2827
|
key: 0,
|
|
2828
2828
|
class: "px-3 py-4 text-xs text-black dark:text-ce_light_gray uppercase font-semibold"
|