limbo-component 2.3.2 → 2.3.3
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/limbo.cjs.js +1 -1
- package/dist/limbo.cjs.map +1 -1
- package/dist/limbo.es.js +1 -1
- package/dist/limbo.es.map +1 -1
- package/dist/limbo.min.js +1 -1
- package/dist/limbo.min.js.map +1 -1
- package/dist/limbo.umd.js +1 -1
- package/dist/limbo.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/limbo.es.js
CHANGED
|
@@ -464,7 +464,7 @@ return s("label",{className:`flex items-center gap-3 p-3 rounded border transiti
|
|
|
464
464
|
/* @__PURE__ */s("div",{className:"limbo-preview-modal-header px-4 py-3 bg-gradient-to-r from-brand-blue-800 to-brand-blue-1000 text-white flex items-center justify-between cursor-grab active:cursor-grabbing select-none",style:{cursor:T?"grabbing":"grab"},children:[
|
|
465
465
|
/* @__PURE__ */s("div",{className:"flex items-center gap-2",children:[
|
|
466
466
|
/* @__PURE__ */l("span",{className:"icon icon-search-white icon--sm"}),
|
|
467
|
-
/* @__PURE__ */l("h3",{className:"text-sm font-semibold",children:"Vista previa"})]}),
|
|
467
|
+
/* @__PURE__ */l("h3",{className:"text-sm font-semibold text-white",children:"Vista previa"})]}),
|
|
468
468
|
/* @__PURE__ */l("button",{onClick:()=>{v(!1),x(null)},className:"flex p-1 hover:bg-white/20 rounded transition-colors cursor-pointer aspect-square min-w-fit min-h-fit","aria-label":"Cerrar vista previa",title:"Cerrar vista previa",children:/* @__PURE__ */l("span",{className:"icon icon-close-small-white icon--sm p-0 m-0 py-auto my-auto mx-auto"})})]}),
|
|
469
469
|
/* @__PURE__ */l("div",{className:"flex-1 overflow-auto bg-gray-50 p-4",children:k?/* @__PURE__ */l("div",{className:"flex items-center justify-center h-full min-h-[200px]",children:/* @__PURE__ */s("div",{className:"text-center",children:[
|
|
470
470
|
/* @__PURE__ */l("div",{className:"animate-spin rounded-full h-12 w-12 border-b-2 border-blue-600 mx-auto mb-3"}),
|