@osovitny/anatoly 3.17.159 → 3.17.160

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.
@@ -1,2 +1,2 @@
1
1
  import { CardComponent, CheckIconComponent, CountryDropdownlist, TimezoneDropdownlist, NodataComponent, PageSpinnerComponent, LoadingComponent } from './exports';
2
- export declare const MAIN_COMPONENTS: (typeof CardComponent | typeof CheckIconComponent | typeof CountryDropdownlist | typeof TimezoneDropdownlist | typeof NodataComponent | typeof PageSpinnerComponent | typeof LoadingComponent)[];
2
+ export declare const MAIN_COMPONENTS: (typeof CardComponent | typeof CountryDropdownlist | typeof TimezoneDropdownlist | typeof CheckIconComponent | typeof NodataComponent | typeof LoadingComponent | typeof PageSpinnerComponent)[];
@@ -1,2 +1,2 @@
1
1
  import { HoveringDirective, AReplacerDirective, ImageReplacerDirective, NativeElementDirective } from './exports';
2
- export declare const DIRECTIVES: (typeof ImageReplacerDirective | typeof HoveringDirective | typeof AReplacerDirective | typeof NativeElementDirective)[];
2
+ export declare const DIRECTIVES: (typeof AReplacerDirective | typeof HoveringDirective | typeof ImageReplacerDirective | typeof NativeElementDirective)[];
@@ -1,2 +1,2 @@
1
1
  import { AddressComponent, CompanyComponent, ContactUsForm } from './exports';
2
- export declare const FORMS: (typeof AddressComponent | typeof CompanyComponent | typeof ContactUsForm)[];
2
+ export declare const FORMS: (typeof ContactUsForm | typeof AddressComponent | typeof CompanyComponent)[];
@@ -1,2 +1,2 @@
1
1
  import { SafeHtmlPipe, ReplaceTextPipe, FileSizePipe } from './exports';
2
- export declare const PIPES: (typeof SafeHtmlPipe | typeof ReplaceTextPipe | typeof FileSizePipe)[];
2
+ export declare const PIPES: (typeof FileSizePipe | typeof ReplaceTextPipe | typeof SafeHtmlPipe)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.17.159",
3
+ "version": "3.17.160",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.1.2",
6
6
  "@angular/core": "17.1.2",