@opencxh/ui-kit 3.120.6 → 3.120.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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1837,7 +1837,7 @@ const qt = ({
|
|
|
1837
1837
|
"w-full text-sm leading-5 text-text border-collapse",
|
|
1838
1838
|
$
|
|
1839
1839
|
), H = W ? "bg-surface-sunk border-border border-t" : "bg-surface", M = d(H, "h-control-lg"), I = d(
|
|
1840
|
-
"text-text border-b border-border"
|
|
1840
|
+
"text-text border-b border-border p-2"
|
|
1841
1841
|
), te = d("h-row-lg", {
|
|
1842
1842
|
"hover:bg-surface-sunk": b,
|
|
1843
1843
|
"cursor-pointer": f
|
|
@@ -4307,10 +4307,10 @@ const yn = ({
|
|
|
4307
4307
|
}
|
|
4308
4308
|
);
|
|
4309
4309
|
}, $r = {
|
|
4310
|
-
none: "
|
|
4311
|
-
sm: "
|
|
4312
|
-
md: "
|
|
4313
|
-
lg: "
|
|
4310
|
+
none: "p-0",
|
|
4311
|
+
sm: "p-2",
|
|
4312
|
+
md: "p-4",
|
|
4313
|
+
lg: "p-6"
|
|
4314
4314
|
}, Nn = ({
|
|
4315
4315
|
actions: t = [],
|
|
4316
4316
|
onBack: r,
|