@lax-wp/design-system 0.11.43 → 0.11.44
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.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -83966,14 +83966,14 @@ const uS = (t) => {
|
|
|
83966
83966
|
),
|
|
83967
83967
|
/* @__PURE__ */ A(ae, { size: "small", variant: "semibold", appearance: "title", children: (re ?? u.length).toLocaleString() }),
|
|
83968
83968
|
/* @__PURE__ */ A(ae, { size: "small", variant: "regular", appearance: "subtitle", children: "total records" })
|
|
83969
|
-
] }) : null
|
|
83969
|
+
] }) : i?.preContent ? /* @__PURE__ */ A("div", { className: "flex justify-start items-center min-w-0 shrink-0", children: i.preContent }) : null
|
|
83970
83970
|
] }),
|
|
83971
83971
|
/* @__PURE__ */ T(
|
|
83972
83972
|
"div",
|
|
83973
83973
|
{
|
|
83974
83974
|
className: `flex justify-end items-center min-w-0 flex-1 ${ci < pS ? "flex-col w-full" : ""} ${i?.postContent ? "gap-2" : ""}`,
|
|
83975
83975
|
children: [
|
|
83976
|
-
i?.preContent
|
|
83976
|
+
J && i?.preContent ? /* @__PURE__ */ A("div", { className: "flex justify-start items-center w-full", children: i.preContent }) : null,
|
|
83977
83977
|
/* @__PURE__ */ A("div", { className: "w-full flex justify-end items-center min-w-0", children: Gc }),
|
|
83978
83978
|
i?.postContent && /* @__PURE__ */ A("div", { className: `flex justify-end items-center ${ci < pS ? "w-full" : ""}`, children: i?.postContent })
|
|
83979
83979
|
]
|
|
@@ -84051,7 +84051,7 @@ const uS = (t) => {
|
|
|
84051
84051
|
),
|
|
84052
84052
|
/* @__PURE__ */ A(ae, { size: "small", variant: "semibold", appearance: "title", children: (re ?? u.length).toLocaleString() }),
|
|
84053
84053
|
/* @__PURE__ */ A(ae, { size: "small", variant: "regular", appearance: "subtitle", children: "total records" })
|
|
84054
|
-
] }) : null,
|
|
84054
|
+
] }) : !d && i?.preContent ? /* @__PURE__ */ A("div", { className: "flex items-center mb-2", children: i.preContent }) : null,
|
|
84055
84055
|
/* @__PURE__ */ A(
|
|
84056
84056
|
"div",
|
|
84057
84057
|
{
|