ouisys-component-library 2.0.16 → 2.0.17
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/dist/Features.js +1 -1
- package/dist/Features.js.map +1 -1
- package/dist/Footer.js +1 -1
- package/dist/Footer.js.map +1 -1
- package/dist/Menu.js +1 -1
- package/dist/Menu.js.map +1 -1
- package/dist/PricingPolicy.js +2 -0
- package/dist/PricingPolicy.js.map +1 -0
- package/dist/RefundPolicy.js +1 -1
- package/dist/RefundPolicy.js.map +1 -1
- package/dist/Showcase.js +1 -1
- package/dist/Showcase.js.map +1 -1
- package/dist/Testimonials.js +1 -1
- package/dist/Testimonials.js.map +1 -1
- package/dist/Unsubscription.js +1 -1
- package/dist/Unsubscription.js.map +1 -1
- package/dist/{ar-ce955703.js → ar-2affc06b.js} +1 -1
- package/dist/ar-2affc06b.js.map +1 -0
- package/dist/{en-3c998db9.js → en-eab3fae7.js} +2 -2
- package/dist/en-eab3fae7.js.map +1 -0
- package/dist/routes-bc61962f.js +2 -0
- package/dist/routes-bc61962f.js.map +1 -0
- package/dist/types/Features/Features.d.ts +1 -1
- package/dist/types/Features/Features.types.d.ts +1 -0
- package/dist/types/Footer/Footer.types.d.ts +21 -2
- package/dist/types/Footer/locale/index.d.ts +16 -0
- package/dist/types/Menu/Menu.d.ts +1 -1
- package/dist/types/Menu/Menu.types.d.ts +2 -0
- package/dist/types/PricingPolicy/PricingPolicy.d.ts +5 -0
- package/dist/types/PricingPolicy/PricingPolicy.types.d.ts +35 -0
- package/dist/types/RefundPolicy/RefundPolicy.types.d.ts +7 -17
- package/dist/types/RefundPolicy/locale/index.d.ts +212 -0
- package/dist/types/Showcase/Showcase.types.d.ts +1 -0
- package/dist/types/Testimonials/Testimonials.d.ts +1 -1
- package/dist/types/Testimonials/Testimonials.types.d.ts +3 -0
- package/dist/types/component-exports/PricingPolicy/PricingPolicy.d.ts +2 -0
- package/dist/types/component-exports/RefundPolicy/RefundPolicy.d.ts +1 -1
- package/package.json +1 -4
- package/dist/PricingTable.js +0 -2
- package/dist/PricingTable.js.map +0 -1
- package/dist/ar-ce955703.js.map +0 -1
- package/dist/en-3c998db9.js.map +0 -1
- package/dist/types/Footer/Localization/index.d.ts +0 -30
- package/dist/types/PricingTable/PricingTable.d.ts +0 -5
- package/dist/types/PricingTable/PricingTable.types.d.ts +0 -20
- package/dist/types/RefundPolicy/Localization/index.d.ts +0 -28
- package/dist/types/component-exports/PricingTable/PricingTable.d.ts +0 -2
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
declare const lng: {
|
|
2
|
-
en: {
|
|
3
|
-
footer: {
|
|
4
|
-
helpCenterTitle: string;
|
|
5
|
-
legalTitle: string;
|
|
6
|
-
privacyPolicy: string;
|
|
7
|
-
carrierBillingTerms: string;
|
|
8
|
-
cookieSettings: string;
|
|
9
|
-
faq: string;
|
|
10
|
-
contact: string;
|
|
11
|
-
myAccount: string;
|
|
12
|
-
terms: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
ar: {
|
|
16
|
-
footer: {
|
|
17
|
-
helpCenterTitle: string;
|
|
18
|
-
legalTitle: string;
|
|
19
|
-
privacyPolicy: string;
|
|
20
|
-
carrierBillingTerms: string;
|
|
21
|
-
cookieSettings: string;
|
|
22
|
-
faq: string;
|
|
23
|
-
contact: string;
|
|
24
|
-
myAccount: string;
|
|
25
|
-
terms: string;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
export { lng as default };
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ITracker } from '../custom-types.js';
|
|
2
|
-
|
|
3
|
-
type typeItems = {
|
|
4
|
-
id?: number;
|
|
5
|
-
image?: string;
|
|
6
|
-
name?: string;
|
|
7
|
-
description?: string;
|
|
8
|
-
};
|
|
9
|
-
interface interfacePricingTable {
|
|
10
|
-
locale: string;
|
|
11
|
-
type: 'astrology' | 'fitness' | 'football' | 'games' | 'iqbrain' | 'karaoke' | 'video' | 'xracademy';
|
|
12
|
-
headline: string;
|
|
13
|
-
items?: Array<typeItems>;
|
|
14
|
-
domain?: string;
|
|
15
|
-
className?: string;
|
|
16
|
-
dataQaId?: string;
|
|
17
|
-
tracker?: ITracker;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export { interfacePricingTable, typeItems };
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
declare const lng: {
|
|
2
|
-
en: (serviceName: string) => {
|
|
3
|
-
RefundPolicy: {
|
|
4
|
-
refundPolicy1: string;
|
|
5
|
-
refundPolicy2: string;
|
|
6
|
-
refundPolicy3: string;
|
|
7
|
-
refundPolicy4: string;
|
|
8
|
-
refundPolicy5: string;
|
|
9
|
-
refundPolicy6: string;
|
|
10
|
-
refundPolicy7: string;
|
|
11
|
-
refundPolicy8: string;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
ar: (serviceName: string) => {
|
|
15
|
-
RefundPolicy: {
|
|
16
|
-
refundPolicy1: string;
|
|
17
|
-
refundPolicy2: string;
|
|
18
|
-
refundPolicy3: string;
|
|
19
|
-
refundPolicy4: string;
|
|
20
|
-
refundPolicy5: string;
|
|
21
|
-
refundPolicy6: string;
|
|
22
|
-
refundPolicy7: string;
|
|
23
|
-
refundPolicy8: string;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
export { lng as default };
|