@wizishop/angular-components 0.0.46 → 0.0.50

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "0.0.46",
3
+ "version": "0.0.50",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^11.2.12",
6
6
  "@angular/core": "^11.2.12",
package/public-api.d.ts CHANGED
@@ -67,3 +67,4 @@ export * from './lib/components/multiple-search-plus/shared/multiple-search-plus
67
67
  export * from './lib/components/snackbar/snackbar.component';
68
68
  export * from './lib/components/alert-popup/alert-popup.service';
69
69
  export * from './lib/components/alert-popup/alert-popup.component';
70
+ export * from './lib/components/alert-popup/alert-popup-module';
@@ -2,9 +2,8 @@
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
4
  export * from './public-api';
5
- export { inOutX as ɵo } from './lib/animations/in-out/in-out-x.animation';
5
+ export { inOutX as ɵn } from './lib/animations/in-out/in-out-x.animation';
6
6
  export { inOutY as ɵm } from './lib/animations/in-out/in-out-y.animation';
7
- export { AlertPopupModule as ɵn } from './lib/components/alert-popup/alert-popup-module';
8
7
  export { CheckboxModule as ɵl } from './lib/components/checkbox/checkbox.module';
9
8
  export { InputSearchModule as ɵg } from './lib/components/inputs/input-search/input-search.module';
10
9
  export { InputModule as ɵh } from './lib/components/inputs/input/input.module';