@ambuj.bhaskar/react-component-library 0.28.13-alpha → 0.28.14-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 +21 -12
- 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 = "100%",
|
|
74135
|
+
height: u = "100%",
|
|
74136
74136
|
backgroundColor: d,
|
|
74137
74137
|
className: h = "",
|
|
74138
74138
|
colors: C = ["#4e79a7", "#f28e2b", "#e15759", "#76b7b2"],
|
|
@@ -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:
|
|
74184
|
-
width: "100%"
|
|
74179
|
+
width: "100%",
|
|
74180
|
+
height: `calc(100% - ${m ? P : 0})`
|
|
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
|
{
|