@osovitny/anatoly 3.17.93 → 3.17.95
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/esm2022/lib/ui/components/feature-will-be-ready/feature-will-be-ready.component.mjs +3 -3
- package/fesm2022/osovitny-anatoly.mjs +2 -2
- package/fesm2022/osovitny-anatoly.mjs.map +1 -1
- package/lib/billing/components/index.d.ts +1 -1
- package/lib/ui/components/index.d.ts +1 -1
- package/lib/ui/forms/index.d.ts +1 -1
- package/lib/ui/pipes/index.d.ts +1 -1
- package/package.json +3 -3
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { OrderSummaryComponent, PaymentMethodsComponent, PaymentOptionsComponent, PaypalButtonComponent, PayPalComponent, BraintreeDialog, StripeDialog } from "./exports";
|
|
2
|
-
export declare const COMPONENTS: (typeof
|
|
2
|
+
export declare const COMPONENTS: (typeof OrderSummaryComponent | typeof PaymentMethodsComponent | typeof PaymentOptionsComponent | typeof BraintreeDialog | typeof PaypalButtonComponent | typeof PayPalComponent | typeof StripeDialog)[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { BuyAccessButtonComponent, SubscribePlanButtonComponent, CardComponent, CheckIconComponent, Copy2ClipboardComponent, CountryDropdownlist, TimezoneDropdownlist, NodataComponent, PageSpinnerComponent, LoadingComponent } from './exports';
|
|
2
|
-
export declare const MAIN_COMPONENTS: (typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof
|
|
2
|
+
export declare const MAIN_COMPONENTS: (typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof CheckIconComponent | typeof NodataComponent | typeof LoadingComponent | typeof PageSpinnerComponent | typeof Copy2ClipboardComponent | typeof CountryDropdownlist | typeof TimezoneDropdownlist | typeof CardComponent)[];
|
package/lib/ui/forms/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AddressComponent, CompanyComponent, ContactUsForm } from './exports';
|
|
2
|
-
export declare const FORMS: (typeof
|
|
2
|
+
export declare const FORMS: (typeof ContactUsForm | typeof AddressComponent | typeof CompanyComponent)[];
|
package/lib/ui/pipes/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SafeHtmlPipe, ReplaceTextPipe, FileSizePipe } from './exports';
|
|
2
|
-
export declare const PIPES: (typeof
|
|
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.
|
|
3
|
+
"version": "3.17.95",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "17.1.2",
|
|
6
6
|
"@angular/core": "17.1.2",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"@progress/kendo-angular-scheduler": "15.0.1",
|
|
38
38
|
"@progress/kendo-theme-default": "7.2.0",
|
|
39
39
|
"hammerjs": "2.0.8",
|
|
40
|
-
"@azure/msal-angular": "3.0
|
|
41
|
-
"@azure/msal-browser": "3.
|
|
40
|
+
"@azure/msal-angular": "3.1.0",
|
|
41
|
+
"@azure/msal-browser": "3.28.0",
|
|
42
42
|
"@fortawesome/angular-fontawesome": "0.14.1",
|
|
43
43
|
"@fortawesome/fontawesome-free": "6.5.1",
|
|
44
44
|
"@fortawesome/fontawesome-svg-core": "6.5.1",
|