@ckc-net/puck-extended 0.1.1 → 0.1.2
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.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -41,7 +41,6 @@ function Label$2({ className, readOnly, children, ...props }) {
|
|
|
41
41
|
//#region src/components/Fields/Label/index.tsx
|
|
42
42
|
const Label$1 = ({ label, readOnly }) => /* @__PURE__ */ jsx(Label$2, {
|
|
43
43
|
readOnly,
|
|
44
|
-
className: "rounded-md border border-dashed border-red-500 bg-red-500/10 p-3",
|
|
45
44
|
children: label
|
|
46
45
|
});
|
|
47
46
|
var Label_default = Label$1;
|