@coveo/atomic-angular 3.7.2-pre.dcd51b7672 → 3.7.2-pre.e4fb163395

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.
@@ -2483,7 +2483,7 @@ let AtomicCommerceLayout = class AtomicCommerceLayout {
2483
2483
  AtomicCommerceLayout = __decorate([
2484
2484
  ProxyCmp({
2485
2485
  inputs: ['mobileBreakpoint'],
2486
- methods: [],
2486
+ methods: ['dynamicStyles', 'getUpdateComplete'],
2487
2487
  defineCustomElementFn: () => { customElements.get('atomic-commerce-layout') || customElements.define('atomic-commerce-layout', AtomicCommerceLayout$1); }
2488
2488
  })
2489
2489
  ], AtomicCommerceLayout);