@iclips/ui 1.2.3 → 1.2.4
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/components/ui/page-header.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -51768,7 +51768,7 @@ function nz({
|
|
|
51768
51768
|
}) {
|
|
51769
51769
|
return /* @__PURE__ */ b("div", { className: M("border-b bg-background", o), children: [
|
|
51770
51770
|
/* @__PURE__ */ b("div", { className: "flex h-14 items-center gap-4 px-6", children: [
|
|
51771
|
-
/* @__PURE__ */ f(
|
|
51771
|
+
a && /* @__PURE__ */ f(
|
|
51772
51772
|
R,
|
|
51773
51773
|
{
|
|
51774
51774
|
variant: "ghost",
|
|
@@ -51799,7 +51799,7 @@ function rz({
|
|
|
51799
51799
|
className: o
|
|
51800
51800
|
}) {
|
|
51801
51801
|
return /* @__PURE__ */ b("div", { className: M("flex h-14 items-center gap-3 border-b bg-background px-6", o), children: [
|
|
51802
|
-
/* @__PURE__ */ f(
|
|
51802
|
+
a && /* @__PURE__ */ f(
|
|
51803
51803
|
R,
|
|
51804
51804
|
{
|
|
51805
51805
|
variant: "ghost",
|