@getpara/core-components 2.0.0-alpha.44 → 2.0.0-alpha.45

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.
@@ -17588,7 +17588,7 @@ const CpslPopover = class {
17588
17588
  }
17589
17589
  render() {
17590
17590
  var _a;
17591
- return (index.h(index.Host, { key: 'f9c62b026a6f87800cf08d07e02f66621f4d0fe4', class: {
17591
+ return (index.h(index.Host, { key: 'b089bf481952dd5183b53929b194af4378b60f85', class: {
17592
17592
  'open': this.open,
17593
17593
  'transform-h-left': this.transformOriginHorizontal === 'left',
17594
17594
  'transform-h-center': this.transformOriginHorizontal === 'center',
@@ -17600,9 +17600,9 @@ const CpslPopover = class {
17600
17600
  top: `${this.positionY}px`,
17601
17601
  left: `${this.positionX}px`,
17602
17602
  width: !this.open ? '0px' : this.autoWidth ? 'auto' : `${(_a = this.triggerEl) === null || _a === void 0 ? void 0 : _a.clientWidth}px`,
17603
- } }, index.h("div", { key: 'cfa4680d13a8d24de4d540bbcde6b2ce198af806', id: "container", class: { container: true, open: this.open }, style: {
17603
+ } }, index.h("div", { key: 'ffd47e631fa98bda0d70b65e8dd770cb7b5ee0ba', id: "container", class: { container: true, open: this.open }, style: {
17604
17604
  visibility: this.hasSetInitialPosition ? 'visible' : 'hidden',
17605
- } }, index.h("slot", { key: '6f55c6f3e381145dd55877bca6890e8392222eac' }))));
17605
+ } }, index.h("slot", { key: 'f43b727062744846e24a775321dd1220e20595bc' }))));
17606
17606
  }
17607
17607
  get el() { return index.getElement(this); }
17608
17608
  static get watchers() { return {