@firecms/ui 3.0.0-canary.52 → 3.0.0-canary.53
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.es.js +9 -7
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +12 -12
- package/src/components/Label.tsx +5 -3
package/dist/index.es.js
CHANGED
@@ -14773,20 +14773,22 @@ const we = "hover:bg-slate-200 hover:bg-opacity-75 dark:hover:bg-gray-700 dark:h
|
|
14773
14773
|
}
|
14774
14774
|
), fn = k.forwardRef(Ae), An = g.forwardRef(({
|
14775
14775
|
className: n,
|
14776
|
-
|
14777
|
-
|
14776
|
+
border: t,
|
14777
|
+
onClick: r,
|
14778
|
+
...c
|
14779
|
+
}, a) => /* @__PURE__ */ e(
|
14778
14780
|
bn.Root,
|
14779
14781
|
{
|
14780
|
-
ref:
|
14781
|
-
onClick:
|
14782
|
+
ref: a,
|
14783
|
+
onClick: r,
|
14782
14784
|
className: _(
|
14783
14785
|
"text-sm font-medium peer-disabled:cursor-not-allowed peer-disabled:opacity-70",
|
14784
|
-
t
|
14785
|
-
|
14786
|
+
t && "border border-gray-300 dark:border-gray-700 rounded-md px-3 py-1.5",
|
14787
|
+
r && "hover:cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-800",
|
14786
14788
|
U,
|
14787
14789
|
n
|
14788
14790
|
),
|
14789
|
-
...
|
14791
|
+
...c
|
14790
14792
|
}
|
14791
14793
|
));
|
14792
14794
|
An.displayName = bn.Root.displayName;
|