ire-preview 2.2.2 → 2.2.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.
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
@@ -434,7 +434,7 @@ const _hoisted_1$g = {
434
434
  return (s, c) => (openBlock(), createElementBlock("div", {
435
435
  ref_key: "canvasRef",
436
436
  ref: t,
437
- class: "ire-relative ire-overflow-hidden [&_.tooltip-2]:active:!ire-scale-110"
437
+ class: "ire-relative ire-overflow-hidden ire-pt-1 [&_.tooltip-2]:active:!ire-scale-110"
438
438
  }, [
439
439
  s.$slots.header ? (openBlock(), createElementBlock("div", _hoisted_1$d, [
440
440
  renderSlot(s.$slots, "header")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ire-preview",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "type": "module",
5
5
  "emitDeclarationOnly": true,
6
6
  "declaration": true,