@ambuj.bhaskar/react-component-library 0.28.13-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 +19 -10
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -74172,20 +74172,29 @@ const gSe = (e) => {
|
|
|
74172
74172
|
className: "awi_chart_container",
|
|
74173
74173
|
style: { flexDirection: R, height: u, width: c },
|
|
74174
74174
|
children: [
|
|
74175
|
-
/* @__PURE__ */ z.jsx(
|
|
74176
|
-
|
|
74175
|
+
/* @__PURE__ */ z.jsx(
|
|
74176
|
+
"div",
|
|
74177
74177
|
{
|
|
74178
|
-
ref: A,
|
|
74179
|
-
data: w,
|
|
74180
|
-
options: M,
|
|
74181
74178
|
style: {
|
|
74182
|
-
|
|
74183
|
-
height: "100%"
|
|
74184
|
-
width: "100%"
|
|
74179
|
+
width: "100%",
|
|
74180
|
+
height: m ? `calc(100% - ${P})` : "100%"
|
|
74185
74181
|
},
|
|
74186
|
-
|
|
74182
|
+
children: /* @__PURE__ */ z.jsx(
|
|
74183
|
+
H,
|
|
74184
|
+
{
|
|
74185
|
+
ref: A,
|
|
74186
|
+
data: w,
|
|
74187
|
+
options: M,
|
|
74188
|
+
style: {
|
|
74189
|
+
backgroundColor: d,
|
|
74190
|
+
height: "100%",
|
|
74191
|
+
width: "100%"
|
|
74192
|
+
},
|
|
74193
|
+
className: `awi-chart ${h}`
|
|
74194
|
+
}
|
|
74195
|
+
)
|
|
74187
74196
|
}
|
|
74188
|
-
)
|
|
74197
|
+
),
|
|
74189
74198
|
m && /* @__PURE__ */ z.jsx(
|
|
74190
74199
|
wSe,
|
|
74191
74200
|
{
|