ire-preview 3.2.1 → 3.2.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.
Files changed (2) hide show
  1. package/dist/lib.es.js +1 -1
  2. package/package.json +1 -1
package/dist/lib.es.js CHANGED
@@ -5720,7 +5720,7 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$2]
5720
5720
  withDirectives(createElementVNode("textarea", {
5721
5721
  "onUpdate:modelValue": Fe[3] || (Fe[3] = (je) => De.value.comment = je),
5722
5722
  placeholder: "...",
5723
- class: "p-2"
5723
+ class: "p-2 ire-rounded-md !ire-border-[1px] !ire-border-gray-500"
5724
5724
  }, null, 512), [
5725
5725
  [vModelText, De.value.comment]
5726
5726
  ])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ire-preview",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "type": "module",
5
5
  "emitDeclarationOnly": true,
6
6
  "declaration": true,