@financial-times/custom-code-component 2.0.1-beta.8 → 2.0.1-beta.9

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.
@@ -400,7 +400,7 @@ async function J(o, t) {
400
400
  }
401
401
  ).then(() => !0).catch(() => !1) : !1;
402
402
  }
403
- const W = ":root{width:var(--ccc-root-width, 100%);margin:var(--ccc-root-margin, inherit);padding:var(--ccc-root-padding, inherit);display:var(--ccc-root-display, inherit);font-size:var(--ccc-root-fontSize, inherit);box-sizing:var(--ccc-root-boxSizing, inherit);border:var(--ccc-root-border, inherit);grid:var(--ccc-root-grid, inherit);line-height:var(--ccc-root-lineHeight, inherit)}";
403
+ const W = ":host{width:var(--ccc-root-width, 100%);margin:var(--ccc-root-margin, inherit);padding:var(--ccc-root-padding, inherit);display:var(--ccc-root-display, inherit);font-size:var(--ccc-root-fontSize, inherit);box-sizing:var(--ccc-root-boxSizing, inherit);border:var(--ccc-root-border, inherit);grid:var(--ccc-root-grid, inherit);line-height:var(--ccc-root-lineHeight, inherit)}";
404
404
  class K extends HTMLElement {
405
405
  constructor() {
406
406
  super(), this.mode = "open", this.RESERVED_ATTRS = /* @__PURE__ */ new Set([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/custom-code-component",
3
- "version": "2.0.1-beta.8",
3
+ "version": "2.0.1-beta.9",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -1,4 +1,4 @@
1
- :root {
1
+ :host {
2
2
  width: var(--ccc-root-width, 100%);
3
3
  margin: var(--ccc-root-margin, inherit);
4
4
  padding: var(--ccc-root-padding, inherit);