anarock-widgets 1.0.242 → 1.0.243
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/anarock-widgets.css +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.es.js +3 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -49945,7 +49945,7 @@ const bue = {
|
|
|
49945
49945
|
/* @__PURE__ */ v.jsxs(
|
|
49946
49946
|
"div",
|
|
49947
49947
|
{
|
|
49948
|
-
className: `text-[
|
|
49948
|
+
className: `text-[12px] flex gap-[4px] ${j === "commercial" ? "mt-[20px]" : ""} items-center`,
|
|
49949
49949
|
style: { color: ie },
|
|
49950
49950
|
children: [
|
|
49951
49951
|
Z && /* @__PURE__ */ v.jsx(as, {}),
|
|
@@ -52118,7 +52118,7 @@ function Xfe({ data: e }) {
|
|
|
52118
52118
|
{
|
|
52119
52119
|
title: "Events Utilisation",
|
|
52120
52120
|
className: "w-full h-[360px] overflow-auto",
|
|
52121
|
-
children: /* @__PURE__ */ v.jsx("div", { children: t?.length > 0 ? t.map((n, r) => /* @__PURE__ */ v.jsx(Ade, { ...n }, `${n.title}-${r}`)) : /* @__PURE__ */ v.jsx(Yi, {}) })
|
|
52121
|
+
children: /* @__PURE__ */ v.jsx("div", { className: "m-auto", children: t?.length > 0 ? t.map((n, r) => /* @__PURE__ */ v.jsx(Ade, { ...n }, `${n.title}-${r}`)) : /* @__PURE__ */ v.jsx("div", { className: "h-full flex items-center justify-center", children: /* @__PURE__ */ v.jsx(Yi, {}) }) })
|
|
52122
52122
|
}
|
|
52123
52123
|
);
|
|
52124
52124
|
}
|
|
@@ -53488,6 +53488,7 @@ function upe({ data: e = [] }) {
|
|
|
53488
53488
|
{
|
|
53489
53489
|
data: n,
|
|
53490
53490
|
layout: "vertical",
|
|
53491
|
+
margin: { top: 0, right: 8, left: -20, bottom: 0 },
|
|
53491
53492
|
children: [
|
|
53492
53493
|
/* @__PURE__ */ v.jsx(
|
|
53493
53494
|
Zr,
|