@comercti/react-components-hmg 0.10.20 → 0.10.21
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 -1
- package/comerc-style-guide.umd.js +1 -1
- package/index.d.ts +2 -2
- package/package.json +1 -1
package/comerc-style-guide.es.js
CHANGED
|
@@ -703,6 +703,7 @@ const ko = { class: "absolute left-0 top-0 flex h-full w-full flex-col items-cen
|
|
|
703
703
|
z(C.$slots, k.value, { item: A }, () => [
|
|
704
704
|
C.truncated ? (s(), d("ce-tooltip", {
|
|
705
705
|
key: 0,
|
|
706
|
+
focus: !1,
|
|
706
707
|
location: "top",
|
|
707
708
|
text: typeof k.value == "function" ? String(k.value(A)) : String(e(x)(A, k.value))
|
|
708
709
|
}, [
|
|
@@ -5998,7 +5999,7 @@ const zl = {
|
|
|
5998
5999
|
onFocusout: i[3] || (i[3] = (u) => l.focus && (o.value = !1)),
|
|
5999
6000
|
class: "m-1"
|
|
6000
6001
|
}, [
|
|
6001
|
-
z(l.$slots, "
|
|
6002
|
+
z(l.$slots, "default")
|
|
6002
6003
|
], 32),
|
|
6003
6004
|
H(ke, {
|
|
6004
6005
|
"enter-active-class": "transition-opacity transition-transform duration-200",
|