@ambuj.bhaskar/react-component-library 0.19.2-alpha → 0.19.3-alpha
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/assets/index.css +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +4 -4
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -66033,10 +66033,10 @@ const exe = (e, t, n) => {
|
|
|
66033
66033
|
cellClassName: m
|
|
66034
66034
|
}) => {
|
|
66035
66035
|
var v, A, x, y;
|
|
66036
|
-
return !i && r && (i = `calc((${r} - ${s})/${(v = e == null ? void 0 : e.xlabels) == null ? void 0 : v.length})`), !a && o && (a = `calc((${o} - ${l})/${(A = e == null ? void 0 : e.ylabels) == null ? void 0 : A.length})`), /* @__PURE__ */ K.jsx(
|
|
66036
|
+
return !i && r && (i = `calc((${r} - ${s} - 0.5rem)/${(v = e == null ? void 0 : e.xlabels) == null ? void 0 : v.length})`), !a && o && (a = `calc((${o} - ${l} - 0.25rem)/${(A = e == null ? void 0 : e.ylabels) == null ? void 0 : A.length})`), /* @__PURE__ */ K.jsx(
|
|
66037
66037
|
"div",
|
|
66038
66038
|
{
|
|
66039
|
-
className: `heatmap ${h}`,
|
|
66039
|
+
className: `heatmap ${h || ""}`,
|
|
66040
66040
|
style: {
|
|
66041
66041
|
width: r,
|
|
66042
66042
|
height: o,
|
|
@@ -66064,7 +66064,7 @@ const exe = (e, t, n) => {
|
|
|
66064
66064
|
(E = (w = e == null ? void 0 : e.datasets) == null ? void 0 : w[b]) == null ? void 0 : E.map((S) => /* @__PURE__ */ K.jsx(
|
|
66065
66065
|
"td",
|
|
66066
66066
|
{
|
|
66067
|
-
className: `heatmap_cell ${m}`,
|
|
66067
|
+
className: `heatmap_cell ${m || ""}`,
|
|
66068
66068
|
style: { width: i, height: a },
|
|
66069
66069
|
children: /* @__PURE__ */ K.jsx(
|
|
66070
66070
|
uh,
|
|
@@ -66107,7 +66107,7 @@ const exe = (e, t, n) => {
|
|
|
66107
66107
|
(y = e == null ? void 0 : e.xlabels) == null ? void 0 : y.map((b) => /* @__PURE__ */ K.jsx(
|
|
66108
66108
|
"th",
|
|
66109
66109
|
{
|
|
66110
|
-
className: "x_axis_label",
|
|
66110
|
+
className: "x_axis_label font_secondary",
|
|
66111
66111
|
style: {
|
|
66112
66112
|
width: i,
|
|
66113
66113
|
maxWidth: i,
|