@spteck/react-controls-v2 2.7.4 → 2.7.5
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.js +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -50365,6 +50365,7 @@ var wv = {
|
|
|
50365
50365
|
}), /* @__PURE__ */ V(X, {
|
|
50366
50366
|
fontSize: "10px",
|
|
50367
50367
|
color: f,
|
|
50368
|
+
fontWeight: "semibold",
|
|
50368
50369
|
style: { textAlign: "center" },
|
|
50369
50370
|
children: h
|
|
50370
50371
|
})]
|
|
@@ -50397,6 +50398,7 @@ var wv = {
|
|
|
50397
50398
|
}), /* @__PURE__ */ V(X, {
|
|
50398
50399
|
fontSize: "10px",
|
|
50399
50400
|
color: i,
|
|
50401
|
+
fontWeight: "semibold",
|
|
50400
50402
|
style: { textAlign: "center" },
|
|
50401
50403
|
children: g
|
|
50402
50404
|
})]
|
|
@@ -50423,6 +50425,7 @@ var wv = {
|
|
|
50423
50425
|
}), /* @__PURE__ */ V(X, {
|
|
50424
50426
|
fontSize: "10px",
|
|
50425
50427
|
color: i,
|
|
50428
|
+
fontWeight: "semibold",
|
|
50426
50429
|
style: { textAlign: "center" },
|
|
50427
50430
|
children: _
|
|
50428
50431
|
})]
|
package/package.json
CHANGED