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.
Files changed (47) hide show
  1. package/dist/Features.js +1 -1
  2. package/dist/Features.js.map +1 -1
  3. package/dist/Footer.js +1 -1
  4. package/dist/Footer.js.map +1 -1
  5. package/dist/Menu.js +1 -1
  6. package/dist/Menu.js.map +1 -1
  7. package/dist/PricingPolicy.js +2 -0
  8. package/dist/PricingPolicy.js.map +1 -0
  9. package/dist/RefundPolicy.js +1 -1
  10. package/dist/RefundPolicy.js.map +1 -1
  11. package/dist/Showcase.js +1 -1
  12. package/dist/Showcase.js.map +1 -1
  13. package/dist/Testimonials.js +1 -1
  14. package/dist/Testimonials.js.map +1 -1
  15. package/dist/Unsubscription.js +1 -1
  16. package/dist/Unsubscription.js.map +1 -1
  17. package/dist/{ar-ce955703.js → ar-2affc06b.js} +1 -1
  18. package/dist/ar-2affc06b.js.map +1 -0
  19. package/dist/{en-3c998db9.js → en-eab3fae7.js} +2 -2
  20. package/dist/en-eab3fae7.js.map +1 -0
  21. package/dist/routes-bc61962f.js +2 -0
  22. package/dist/routes-bc61962f.js.map +1 -0
  23. package/dist/types/Features/Features.d.ts +1 -1
  24. package/dist/types/Features/Features.types.d.ts +1 -0
  25. package/dist/types/Footer/Footer.types.d.ts +21 -2
  26. package/dist/types/Footer/locale/index.d.ts +16 -0
  27. package/dist/types/Menu/Menu.d.ts +1 -1
  28. package/dist/types/Menu/Menu.types.d.ts +2 -0
  29. package/dist/types/PricingPolicy/PricingPolicy.d.ts +5 -0
  30. package/dist/types/PricingPolicy/PricingPolicy.types.d.ts +35 -0
  31. package/dist/types/RefundPolicy/RefundPolicy.types.d.ts +7 -17
  32. package/dist/types/RefundPolicy/locale/index.d.ts +212 -0
  33. package/dist/types/Showcase/Showcase.types.d.ts +1 -0
  34. package/dist/types/Testimonials/Testimonials.d.ts +1 -1
  35. package/dist/types/Testimonials/Testimonials.types.d.ts +3 -0
  36. package/dist/types/component-exports/PricingPolicy/PricingPolicy.d.ts +2 -0
  37. package/dist/types/component-exports/RefundPolicy/RefundPolicy.d.ts +1 -1
  38. package/package.json +1 -4
  39. package/dist/PricingTable.js +0 -2
  40. package/dist/PricingTable.js.map +0 -1
  41. package/dist/ar-ce955703.js.map +0 -1
  42. package/dist/en-3c998db9.js.map +0 -1
  43. package/dist/types/Footer/Localization/index.d.ts +0 -30
  44. package/dist/types/PricingTable/PricingTable.d.ts +0 -5
  45. package/dist/types/PricingTable/PricingTable.types.d.ts +0 -20
  46. package/dist/types/RefundPolicy/Localization/index.d.ts +0 -28
  47. 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,5 +0,0 @@
1
- import { interfacePricingTable } from './PricingTable.types.js';
2
-
3
- declare const PricingTable: ({ locale, type, headline, items, domain, className, dataQaId, tracker }: interfacePricingTable) => JSX.Element;
4
-
5
- export { PricingTable };
@@ -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 };
@@ -1,2 +0,0 @@
1
- export { PricingTable } from '../../PricingTable/PricingTable.js';
2
- export { interfacePricingTable, typeItems } from '../../PricingTable/PricingTable.types.js';