@comercti/web-components-hmg 0.9.7 → 0.9.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 +8 -8
- package/package.json +1 -1
package/comerc-style-guide.es.js
CHANGED
|
@@ -5830,7 +5830,7 @@ const ri = (e) => {
|
|
|
5830
5830
|
])) : C("", !0),
|
|
5831
5831
|
(s(!0), d(O, null, J(F.headers, (B, T) => (s(), d("th", {
|
|
5832
5832
|
key: typeof B.value == "string" ? B.value : T,
|
|
5833
|
-
class: w([F.compact ? "text-sm
|
|
5833
|
+
class: w([F.compact ? "text-sm py-1 px-3" : "p-3", "text-left"])
|
|
5834
5834
|
}, [
|
|
5835
5835
|
a("div", {
|
|
5836
5836
|
class: w([
|
|
@@ -5862,7 +5862,7 @@ const ri = (e) => {
|
|
|
5862
5862
|
])) : C("", !0),
|
|
5863
5863
|
(s(!0), d(O, null, J(F.headers, (y, M) => (s(), d("td", {
|
|
5864
5864
|
key: typeof y.value == "string" ? y.value : M,
|
|
5865
|
-
class: w(F.compact ? "text-sm
|
|
5865
|
+
class: w(F.compact ? "text-sm py-1 px-3" : "p-3")
|
|
5866
5866
|
}, [
|
|
5867
5867
|
r($)("ce-data-table") ? (s(), d("p", Qi, D(typeof y.value == "function" ? y.value(B) : r(x)(B, y.value)), 1)) : H(F.$slots, y.value, {
|
|
5868
5868
|
key: 0,
|