@coveo/atomic-angular 3.7.0-pre.3f218e953a → 3.7.0-pre.4dbee2e113

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.
@@ -3357,7 +3357,7 @@ let AtomicProductSectionActions = class AtomicProductSectionActions {
3357
3357
  AtomicProductSectionActions = __decorate([
3358
3358
  ProxyCmp({
3359
3359
  inputs: [],
3360
- methods: [],
3360
+ methods: ['styles'],
3361
3361
  defineCustomElementFn: () => { customElements.get('atomic-product-section-actions') || customElements.define('atomic-product-section-actions', AtomicProductSectionActions$1); }
3362
3362
  })
3363
3363
  ], AtomicProductSectionActions);
@@ -3386,7 +3386,7 @@ let AtomicProductSectionBadges = class AtomicProductSectionBadges {
3386
3386
  AtomicProductSectionBadges = __decorate([
3387
3387
  ProxyCmp({
3388
3388
  inputs: [],
3389
- methods: [],
3389
+ methods: ['styles'],
3390
3390
  defineCustomElementFn: () => { customElements.get('atomic-product-section-badges') || customElements.define('atomic-product-section-badges', AtomicProductSectionBadges$1); }
3391
3391
  })
3392
3392
  ], AtomicProductSectionBadges);
@@ -3415,7 +3415,7 @@ let AtomicProductSectionBottomMetadata = class AtomicProductSectionBottomMetadat
3415
3415
  AtomicProductSectionBottomMetadata = __decorate([
3416
3416
  ProxyCmp({
3417
3417
  inputs: [],
3418
- methods: [],
3418
+ methods: ['styles'],
3419
3419
  defineCustomElementFn: () => { customElements.get('atomic-product-section-bottom-metadata') || customElements.define('atomic-product-section-bottom-metadata', AtomicProductSectionBottomMetadata$1); }
3420
3420
  })
3421
3421
  ], AtomicProductSectionBottomMetadata);
@@ -3444,7 +3444,7 @@ let AtomicProductSectionChildren = class AtomicProductSectionChildren {
3444
3444
  AtomicProductSectionChildren = __decorate([
3445
3445
  ProxyCmp({
3446
3446
  inputs: [],
3447
- methods: [],
3447
+ methods: ['styles'],
3448
3448
  defineCustomElementFn: () => { customElements.get('atomic-product-section-children') || customElements.define('atomic-product-section-children', AtomicProductSectionChildren$1); }
3449
3449
  })
3450
3450
  ], AtomicProductSectionChildren);
@@ -3473,7 +3473,7 @@ let AtomicProductSectionDescription = class AtomicProductSectionDescription {
3473
3473
  AtomicProductSectionDescription = __decorate([
3474
3474
  ProxyCmp({
3475
3475
  inputs: [],
3476
- methods: [],
3476
+ methods: ['styles'],
3477
3477
  defineCustomElementFn: () => { customElements.get('atomic-product-section-description') || customElements.define('atomic-product-section-description', AtomicProductSectionDescription$1); }
3478
3478
  })
3479
3479
  ], AtomicProductSectionDescription);
@@ -3502,7 +3502,7 @@ let AtomicProductSectionEmphasized = class AtomicProductSectionEmphasized {
3502
3502
  AtomicProductSectionEmphasized = __decorate([
3503
3503
  ProxyCmp({
3504
3504
  inputs: [],
3505
- methods: [],
3505
+ methods: ['styles'],
3506
3506
  defineCustomElementFn: () => { customElements.get('atomic-product-section-emphasized') || customElements.define('atomic-product-section-emphasized', AtomicProductSectionEmphasized$1); }
3507
3507
  })
3508
3508
  ], AtomicProductSectionEmphasized);
@@ -3531,7 +3531,7 @@ let AtomicProductSectionMetadata = class AtomicProductSectionMetadata {
3531
3531
  AtomicProductSectionMetadata = __decorate([
3532
3532
  ProxyCmp({
3533
3533
  inputs: [],
3534
- methods: [],
3534
+ methods: ['styles'],
3535
3535
  defineCustomElementFn: () => { customElements.get('atomic-product-section-metadata') || customElements.define('atomic-product-section-metadata', AtomicProductSectionMetadata$1); }
3536
3536
  })
3537
3537
  ], AtomicProductSectionMetadata);
@@ -3560,7 +3560,7 @@ let AtomicProductSectionName = class AtomicProductSectionName {
3560
3560
  AtomicProductSectionName = __decorate([
3561
3561
  ProxyCmp({
3562
3562
  inputs: [],
3563
- methods: [],
3563
+ methods: ['styles'],
3564
3564
  defineCustomElementFn: () => { customElements.get('atomic-product-section-name') || customElements.define('atomic-product-section-name', AtomicProductSectionName$1); }
3565
3565
  })
3566
3566
  ], AtomicProductSectionName);
@@ -3589,7 +3589,7 @@ let AtomicProductSectionVisual = class AtomicProductSectionVisual {
3589
3589
  AtomicProductSectionVisual = __decorate([
3590
3590
  ProxyCmp({
3591
3591
  inputs: ['imageSize'],
3592
- methods: [],
3592
+ methods: ['styles'],
3593
3593
  defineCustomElementFn: () => { customElements.get('atomic-product-section-visual') || customElements.define('atomic-product-section-visual', AtomicProductSectionVisual$1); }
3594
3594
  })
3595
3595
  ], AtomicProductSectionVisual);