@abdellatifui/react 3.2.7 → 3.2.8
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/nextgen.js +2 -2
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -13482,7 +13482,7 @@ const Qv = ge("overflow-visible flex pr-2 font-aptos text-gray-500", {
|
|
|
13482
13482
|
"div",
|
|
13483
13483
|
{
|
|
13484
13484
|
className: V(
|
|
13485
|
-
"px-1 relative w-
|
|
13485
|
+
"px-1 relative w-full",
|
|
13486
13486
|
w == "top" && "pt-6 pb-1",
|
|
13487
13487
|
w == "bottom" && "pb-6 pt-1"
|
|
13488
13488
|
),
|
|
@@ -13550,7 +13550,7 @@ const Qv = ge("overflow-visible flex pr-2 font-aptos text-gray-500", {
|
|
|
13550
13550
|
),
|
|
13551
13551
|
children: [
|
|
13552
13552
|
p == "true" && /* @__PURE__ */ c.jsx("div", { className: "relative w-px h-px -mt-1", children: /* @__PURE__ */ c.jsx(si, { size: "xs" }) }),
|
|
13553
|
-
p == "false" && /* @__PURE__ */ c.jsx(Jv, { info: k })
|
|
13553
|
+
(p == "false" || !p) && /* @__PURE__ */ c.jsx(Jv, { info: k })
|
|
13554
13554
|
]
|
|
13555
13555
|
}
|
|
13556
13556
|
)
|