@lv-x-software-house/x_view 1.2.2-dev.18 → 1.2.2-dev.19

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 CHANGED
@@ -4704,7 +4704,7 @@ function DescriptionDisplay({
4704
4704
  e.stopPropagation();
4705
4705
  onSaveDescription(localDescription);
4706
4706
  },
4707
- className: "flex items-center gap-1.5 px-3 py-1.5 bg-emerald-600/90 hover:bg-emerald-500 text-white rounded-md shadow-[0_4px_12px_rgba(5,150,105,0.3)] text-xs font-medium transition-all hover:scale-105 active:scale-95 border border-emerald-400/20 backdrop-blur-sm"
4707
+ className: "flex items-center gap-1.5 px-3 py-1.5 bg-indigo-600/90 hover:bg-indigo-500 text-white rounded-md shadow-[0_4px_12px_rgba(99,102,241,0.3)] text-xs font-medium transition-all hover:scale-105 active:scale-95 border border-indigo-400/20 backdrop-blur-sm"
4708
4708
  },
4709
4709
  /* @__PURE__ */ import_react7.default.createElement(import_fi5.FiSave, { size: 12 }),
4710
4710
  " Salvar Checklist"
package/dist/index.mjs CHANGED
@@ -4660,7 +4660,7 @@ function DescriptionDisplay({
4660
4660
  e.stopPropagation();
4661
4661
  onSaveDescription(localDescription);
4662
4662
  },
4663
- className: "flex items-center gap-1.5 px-3 py-1.5 bg-emerald-600/90 hover:bg-emerald-500 text-white rounded-md shadow-[0_4px_12px_rgba(5,150,105,0.3)] text-xs font-medium transition-all hover:scale-105 active:scale-95 border border-emerald-400/20 backdrop-blur-sm"
4663
+ className: "flex items-center gap-1.5 px-3 py-1.5 bg-indigo-600/90 hover:bg-indigo-500 text-white rounded-md shadow-[0_4px_12px_rgba(99,102,241,0.3)] text-xs font-medium transition-all hover:scale-105 active:scale-95 border border-indigo-400/20 backdrop-blur-sm"
4664
4664
  },
4665
4665
  /* @__PURE__ */ React6.createElement(FiSave, { size: 12 }),
4666
4666
  " Salvar Checklist"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lv-x-software-house/x_view",
3
- "version": "1.2.2-dev.18",
3
+ "version": "1.2.2-dev.19",
4
4
  "description": "Pacote privado contendo os componentes e lógica de renderização 3D do X View.",
5
5
  "author": "iv.x - Engenharia de Software - ivxsoftwarehouse@gmail.com",
6
6
  "license": "UNLICENSED",