@vendorflow/components 4.0.22 → 4.0.26
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/lib/index.es.js +6 -2
- package/lib/index.es.js.map +1 -1
- package/lib/index.umd.js +3 -2
- package/lib/index.umd.js.map +1 -1
- package/package.json +1 -1
package/lib/index.es.js
CHANGED
|
@@ -6522,10 +6522,14 @@ const Gx = (t) => zt`
|
|
|
6522
6522
|
flex: 0 0 auto;
|
|
6523
6523
|
padding: 0.25rem 0 0 0;
|
|
6524
6524
|
align-self: self-start;
|
|
6525
|
-
`, Hx =
|
|
6525
|
+
`, Hx = (t) => {
|
|
6526
|
+
var o, n;
|
|
6527
|
+
return zt`
|
|
6526
6528
|
font-size: 0.75rem;
|
|
6527
6529
|
text-align: right;
|
|
6528
|
-
|
|
6530
|
+
color: ${(n = (o = t == null ? void 0 : t.palette) == null ? void 0 : o.text) == null ? void 0 : n.primary};
|
|
6531
|
+
`;
|
|
6532
|
+
}, qx = (t) => {
|
|
6529
6533
|
var o, n;
|
|
6530
6534
|
return zt`
|
|
6531
6535
|
color: ${(n = (o = t == null ? void 0 : t.palette) == null ? void 0 : o.text) == null ? void 0 : n.primary};
|