buildingproduct-library 0.2.96 → 0.2.97
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.
- package/{buildingproduct-library-0.2.96.tgz → buildingproduct-library-0.2.97.tgz} +0 -0
- package/bundles/buildingproduct-library.umd.js +75 -54
- package/bundles/buildingproduct-library.umd.js.map +1 -1
- package/esm2015/lib/checkout/checkout.module.js +1 -5
- package/esm2015/lib/checkout/custom-checkout/custom-checkout.component.js +3 -3
- package/esm2015/lib/checkout/order-review/order-review-grid/order-review-grid.component.js +1 -1
- package/esm2015/lib/checkout/order-review/order-review-list/order-review-list.component.js +1 -1
- package/esm2015/lib/custom-mini-cart/custom-mini-cart.component.js +2 -2
- package/esm2015/lib/custom-navigation/custom-navigation.module.js +1 -4
- package/esm2015/lib/custom-order-details/custom-order-details.component.js +2 -2
- package/esm2015/lib/custom-order-details/custom-order-details.module.js +1 -5
- package/esm2015/lib/custom-order-details/order-detail-grid/order-detail-grid.component.js +1 -1
- package/esm2015/lib/custom-order-details/order-detail-list/order-detail-list.component.js +1 -1
- package/esm2015/lib/custom-order-history/custom-order-history.component.js +2 -2
- package/esm2015/lib/custom-order-history/custom-order-history.module.js +5 -5
- package/esm2015/lib/custom-order-history/slider-progress/slider-progress.component.js +2 -2
- package/esm2015/lib/custom-user-account/custom-user-account.component.js +2 -1
- package/esm2015/lib/my-account/invoice-credit/invoice-credit.component.js +1 -1
- package/esm2015/lib/my-account/my-account.module.js +5 -5
- package/esm2015/lib/shared/custom-cart-detail/custom-cart-grid/custom-cart-grid.component.js +1 -1
- package/esm2015/lib/shared/custom-cart-detail/custom-cart-list/custom-cart-list.component.js +1 -1
- package/esm2015/lib/shared/custom-flashing-image-details/custom-flashing-image-details.component.js +8 -2
- package/esm2015/lib/shared/shared-components.module.js +1 -5
- package/esm2015/lib/shared/shared-download-order/shared-download-order.component.js +42 -15
- package/esm2015/lib/spa-custom-header.module.js +2 -6
- package/fesm2015/buildingproduct-library.js +71 -52
- package/fesm2015/buildingproduct-library.js.map +1 -1
- package/lib/checkout/checkout.module.d.ts +12 -13
- package/lib/custom-navigation/custom-navigation.module.d.ts +13 -14
- package/lib/custom-order-details/custom-order-details.module.d.ts +6 -7
- package/lib/custom-order-history/custom-order-history.module.d.ts +7 -8
- package/lib/my-account/my-account.module.d.ts +6 -7
- package/lib/shared/custom-flashing-image-details/custom-flashing-image-details.component.d.ts +3 -1
- package/lib/shared/shared-components.module.d.ts +11 -12
- package/lib/shared/shared-download-order/shared-download-order.component.d.ts +5 -0
- package/lib/spa-custom-header.module.d.ts +17 -18
- package/package.json +1 -1