ugcinc-render 1.5.12 → 1.5.13

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
@@ -669,10 +669,11 @@ function TextElement({ segment, scale = 1 }) {
669
669
  src: segment2.imageUrl,
670
670
  alt: segment2.content,
671
671
  style: {
672
- height: "1em",
673
- width: "1em",
674
- verticalAlign: "-0.1em",
675
- display: "inline"
672
+ height: "1.2em",
673
+ width: "1.2em",
674
+ verticalAlign: "-0.25em",
675
+ display: "inline-block",
676
+ margin: "0 0.05em"
676
677
  },
677
678
  draggable: false
678
679
  },
package/dist/index.mjs CHANGED
@@ -581,10 +581,11 @@ function TextElement({ segment, scale = 1 }) {
581
581
  src: segment2.imageUrl,
582
582
  alt: segment2.content,
583
583
  style: {
584
- height: "1em",
585
- width: "1em",
586
- verticalAlign: "-0.1em",
587
- display: "inline"
584
+ height: "1.2em",
585
+ width: "1.2em",
586
+ verticalAlign: "-0.25em",
587
+ display: "inline-block",
588
+ margin: "0 0.05em"
588
589
  },
589
590
  draggable: false
590
591
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc-render",
3
- "version": "1.5.12",
3
+ "version": "1.5.13",
4
4
  "description": "Unified rendering package for UGC Inc - shared types, components, and compositions for pixel-perfect client/server rendering",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",