@reuters-graphics/graphics-components 3.0.11 → 3.0.12

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.
@@ -209,6 +209,7 @@ div#preview-label p {
209
209
  }
210
210
 
211
211
  #frame-parent {
212
+ box-sizing: content-box;
212
213
  border: 1px solid #ddd;
213
214
  margin: 0 auto;
214
215
  width: var(--width);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reuters-graphics/graphics-components",
3
- "version": "3.0.11",
3
+ "version": "3.0.12",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "homepage": "https://reuters-graphics.github.io/graphics-components",