@ambuj.bhaskar/react-component-library 0.28.14-alpha → 0.28.15-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/index.cjs +1 -1
- package/dist/index.js +3 -3
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -74131,8 +74131,8 @@ const gSe = (e) => {
|
|
|
74131
74131
|
lineTension: i,
|
|
74132
74132
|
opacity: a = 0.1,
|
|
74133
74133
|
lineStroke: s,
|
|
74134
|
-
width: c
|
|
74135
|
-
height: u
|
|
74134
|
+
width: c,
|
|
74135
|
+
height: u,
|
|
74136
74136
|
backgroundColor: d,
|
|
74137
74137
|
className: h = "",
|
|
74138
74138
|
colors: C = ["#4e79a7", "#f28e2b", "#e15759", "#76b7b2"],
|
|
@@ -74177,7 +74177,7 @@ const gSe = (e) => {
|
|
|
74177
74177
|
{
|
|
74178
74178
|
style: {
|
|
74179
74179
|
width: "100%",
|
|
74180
|
-
height: `calc(100% - ${
|
|
74180
|
+
height: m ? `calc(100% - ${P})` : "100%"
|
|
74181
74181
|
},
|
|
74182
74182
|
children: /* @__PURE__ */ z.jsx(
|
|
74183
74183
|
H,
|