@zezosoft/zezo-ott-react-native-ui-kit 1.0.8 → 1.1.0
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/README.md +1 -1
- package/lib/module/components/Account/Account.js +1 -1
- package/lib/module/components/Account/Account.js.map +1 -1
- package/lib/module/components/Auth/AuthProvider/AuthProvider.js +48 -19
- package/lib/module/components/Auth/AuthProvider/AuthProvider.js.map +1 -1
- package/lib/module/components/Auth/Login/LoginWithEmail.js +4 -2
- package/lib/module/components/Auth/Login/LoginWithEmail.js.map +1 -1
- package/lib/module/components/Auth/OTP/OTP.js +15 -1
- package/lib/module/components/Auth/OTP/OTP.js.map +1 -1
- package/lib/module/components/Auth/SignUp/SignUp.js +4 -2
- package/lib/module/components/Auth/SignUp/SignUp.js.map +1 -1
- package/lib/module/components/BlurView/BlurView.js +171 -0
- package/lib/module/components/BlurView/BlurView.js.map +1 -0
- package/lib/module/components/BlurView/index.js +9 -0
- package/lib/module/components/BlurView/index.js.map +1 -0
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Five.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Four.js +2 -3
- package/lib/module/components/Content/Card/Styles/Four.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/One.js +1 -2
- package/lib/module/components/Content/Card/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Six.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Three.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Two.js +1 -2
- package/lib/module/components/Content/Card/Styles/Two.js.map +1 -1
- package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -1
- package/lib/module/components/Content/Content.js +4 -2
- package/lib/module/components/Content/Content.js.map +1 -1
- package/lib/module/components/Content/Sections.js.map +1 -1
- package/lib/module/components/ContentView/ContentView.js +4 -2
- package/lib/module/components/ContentView/ContentView.js.map +1 -1
- package/lib/module/components/ContentView/MoreContentList.js.map +1 -1
- package/lib/module/components/ContentView/components/CastCard.js +2 -1
- package/lib/module/components/ContentView/components/CastCard.js.map +1 -1
- package/lib/module/components/ContentView/components/EpisodeCard.js +3 -3
- package/lib/module/components/ContentView/components/EpisodeCard.js.map +1 -1
- package/lib/module/components/ContentView/components/GenreTags.js.map +1 -1
- package/lib/module/components/ContentView/components/MiniInfo.js +64 -19
- package/lib/module/components/ContentView/components/MiniInfo.js.map +1 -1
- package/lib/module/components/ContentView/components/Title.js.map +1 -1
- package/lib/module/components/Search/One.js.map +1 -1
- package/lib/module/components/Settings/AppSettings.js +1 -1
- package/lib/module/components/Settings/AppSettings.js.map +1 -1
- package/lib/module/components/Subscription/SubOne.js +340 -14
- package/lib/module/components/Subscription/SubOne.js.map +1 -1
- package/lib/module/components/TabBar/One.js +71 -108
- package/lib/module/components/TabBar/One.js.map +1 -1
- package/lib/module/components/TabBar/Three.js +63 -78
- package/lib/module/components/TabBar/Three.js.map +1 -1
- package/lib/module/components/TabBar/Two.js +110 -106
- package/lib/module/components/TabBar/Two.js.map +1 -1
- package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js +324 -0
- package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js.map +1 -0
- package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -1
- package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -1
- package/lib/module/components/User/index.js +2 -1
- package/lib/module/components/User/index.js.map +1 -1
- package/lib/module/components/index.js +1 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/hooks/useNavigationMode.js +34 -0
- package/lib/module/hooks/useNavigationMode.js.map +1 -0
- package/lib/module/utils/Spacing.js +26 -0
- package/lib/module/utils/Spacing.js.map +1 -0
- package/lib/typescript/src/components/Auth/AuthProvider/AuthProvider.d.ts +1 -0
- package/lib/typescript/src/components/Auth/AuthProvider/AuthProvider.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/OTP/OTP.d.ts +2 -0
- package/lib/typescript/src/components/Auth/OTP/OTP.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/index.d.ts +2 -0
- package/lib/typescript/src/components/Auth/index.d.ts.map +1 -1
- package/lib/typescript/src/components/BlurView/BlurView.d.ts +48 -0
- package/lib/typescript/src/components/BlurView/BlurView.d.ts.map +1 -0
- package/lib/typescript/src/components/BlurView/index.d.ts +7 -0
- package/lib/typescript/src/components/BlurView/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts +2 -1
- package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts +2 -1
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts +2 -1
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts +2 -1
- package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts +2 -1
- package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/One.d.ts +2 -1
- package/lib/typescript/src/components/Content/Card/Styles/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts +2 -1
- package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts +2 -1
- package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts +2 -1
- package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts +2 -1
- package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts +2 -1
- package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts +1 -1
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/RentOrBuyIcon.d.ts +1 -1
- package/lib/typescript/src/components/Content/Card/components/RentOrBuyIcon.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/index.d.ts +24 -24
- package/lib/typescript/src/components/Content/Content.d.ts +2 -1
- package/lib/typescript/src/components/Content/Content.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Sections.d.ts +2 -1
- package/lib/typescript/src/components/Content/Sections.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/ContentView.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/ContentView.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/MoreContentList.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/MoreContentList.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/CastCard.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/components/CastCard.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/MiniInfo.d.ts +18 -2
- package/lib/typescript/src/components/ContentView/components/MiniInfo.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/Title.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/components/Title.d.ts.map +1 -1
- package/lib/typescript/src/components/Search/One.d.ts +2 -1
- package/lib/typescript/src/components/Search/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Subscription/SubOne.d.ts +6 -0
- package/lib/typescript/src/components/Subscription/SubOne.d.ts.map +1 -1
- package/lib/typescript/src/components/Subscription/index.d.ts.map +1 -1
- package/lib/typescript/src/components/TabBar/One.d.ts +2 -2
- package/lib/typescript/src/components/TabBar/One.d.ts.map +1 -1
- package/lib/typescript/src/components/TabBar/Three.d.ts +3 -2
- package/lib/typescript/src/components/TabBar/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/TabBar/Two.d.ts +13 -4
- package/lib/typescript/src/components/TabBar/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/TabBar/index.d.ts +1 -1
- package/lib/typescript/src/components/User/PurchaseHistory/PurchaseHistory.d.ts +50 -0
- package/lib/typescript/src/components/User/PurchaseHistory/PurchaseHistory.d.ts.map +1 -0
- package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts +1 -1
- package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts.map +1 -1
- package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts +1 -1
- package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts.map +1 -1
- package/lib/typescript/src/components/User/index.d.ts +2 -1
- package/lib/typescript/src/components/User/index.d.ts.map +1 -1
- package/lib/typescript/src/components/index.d.ts +1 -0
- package/lib/typescript/src/components/index.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useNavigationMode.d.ts +14 -0
- package/lib/typescript/src/hooks/useNavigationMode.d.ts.map +1 -0
- package/lib/typescript/src/types/content/content-view.types.d.ts +3 -1
- package/lib/typescript/src/types/content/content-view.types.d.ts.map +1 -1
- package/lib/typescript/src/types/index.d.ts +1 -1
- package/lib/typescript/src/types/index.d.ts.map +1 -1
- package/lib/typescript/src/types/sections/index.d.ts +1 -1
- package/lib/typescript/src/types/sections/index.d.ts.map +1 -1
- package/lib/typescript/src/utils/Spacing.d.ts +16 -0
- package/lib/typescript/src/utils/Spacing.d.ts.map +1 -0
- package/package.json +10 -5
- package/src/components/Account/Account.tsx +1 -1
- package/src/components/Auth/AuthProvider/AuthProvider.tsx +82 -37
- package/src/components/Auth/Login/LoginWithEmail.tsx +9 -2
- package/src/components/Auth/OTP/OTP.tsx +37 -1
- package/src/components/Auth/SignUp/SignUp.tsx +9 -2
- package/src/components/BlurView/BlurView.tsx +199 -0
- package/src/components/BlurView/index.ts +7 -0
- package/src/components/Content/Card/NowWatching/NowWatching.tsx +2 -5
- package/src/components/Content/Card/Sliders/Styles/One.tsx +2 -1
- package/src/components/Content/Card/Sliders/Styles/Two.tsx +2 -1
- package/src/components/Content/Card/Styles/Five.tsx +1 -1
- package/src/components/Content/Card/Styles/Four.tsx +4 -2
- package/src/components/Content/Card/Styles/One.tsx +1 -1
- package/src/components/Content/Card/Styles/RotateInOut.tsx +1 -1
- package/src/components/Content/Card/Styles/Six.tsx +1 -1
- package/src/components/Content/Card/Styles/Three.tsx +1 -1
- package/src/components/Content/Card/Styles/TopTen.tsx +1 -1
- package/src/components/Content/Card/Styles/Two.tsx +1 -1
- package/src/components/Content/Card/components/CardPoster.tsx +1 -1
- package/src/components/Content/Card/components/RentOrBuyIcon.tsx +1 -1
- package/src/components/Content/Content.tsx +7 -5
- package/src/components/Content/Sections.tsx +2 -1
- package/src/components/ContentView/ContentView.tsx +8 -1
- package/src/components/ContentView/MoreContentList.tsx +1 -1
- package/src/components/ContentView/components/AboutSection.tsx +1 -1
- package/src/components/ContentView/components/CastCard.tsx +2 -1
- package/src/components/ContentView/components/EpisodeCard.tsx +5 -1
- package/src/components/ContentView/components/GenreTags.tsx +1 -1
- package/src/components/ContentView/components/MiniInfo.tsx +100 -23
- package/src/components/ContentView/components/Title.tsx +1 -1
- package/src/components/Search/One.tsx +2 -6
- package/src/components/Settings/AppSettings.tsx +1 -1
- package/src/components/Subscription/SubOne.tsx +422 -12
- package/src/components/TabBar/One.tsx +79 -141
- package/src/components/TabBar/Three.tsx +84 -99
- package/src/components/TabBar/Two.tsx +139 -110
- package/src/components/User/PurchaseHistory/PurchaseHistory.tsx +439 -0
- package/src/components/User/WatchHistory/WatchHistory.tsx +1 -1
- package/src/components/User/WatchLater/WatchLater.tsx +1 -1
- package/src/components/User/index.ts +8 -1
- package/src/components/index.ts +1 -0
- package/src/hooks/useNavigationMode.ts +35 -0
- package/src/types/content/content-view.types.ts +6 -1
- package/src/types/index.ts +1 -1
- package/src/types/sections/index.ts +1 -1
- package/src/utils/Spacing.ts +27 -0
- package/lib/module/types/content/index.js +0 -2
- package/lib/module/types/content/index.js.map +0 -1
- package/lib/typescript/src/types/content/index.d.ts +0 -174
- package/lib/typescript/src/types/content/index.d.ts.map +0 -1
- package/src/types/content/index.ts +0 -194
|
@@ -6,7 +6,7 @@ import React from 'react';
|
|
|
6
6
|
import { type StyleProp, type ViewStyle } from 'react-native';
|
|
7
7
|
import { type ResizeMode, type ImageStyle } from 'react-native-fast-image';
|
|
8
8
|
import type { ITheme } from '../../../../theme/themes';
|
|
9
|
-
import type { IContentData } from '
|
|
9
|
+
import type { IContentData } from '@zezosoft/zezo-ott-api-client';
|
|
10
10
|
export type CardPosterProps = {
|
|
11
11
|
content_offering_type?: IContentData['content_offering_type'];
|
|
12
12
|
posterUri: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardPoster.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Content/Card/components/CardPoster.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAuC,MAAM,OAAO,CAAC;AAC5D,OAAO,EAAoB,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAChF,OAAkB,EAChB,KAAK,UAAU,EACf,KAAK,UAAU,EAChB,MAAM,yBAAyB,CAAC;AAKjC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"CardPoster.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Content/Card/components/CardPoster.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAuC,MAAM,OAAO,CAAC;AAC5D,OAAO,EAAoB,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAChF,OAAkB,EAChB,KAAK,UAAU,EACf,KAAK,UAAU,EAChB,MAAM,yBAAyB,CAAC;AAKjC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAEvD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE,MAAM,MAAM,eAAe,GAAG;IAC5B,qBAAqB,CAAC,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAAC;IAC9D,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAkB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC1C,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB,CAAC;;AAiIF,wBAAsC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type StyleProp, type ViewStyle } from 'react-native';
|
|
3
|
-
import type { IContentData } from '
|
|
3
|
+
import type { IContentData } from '@zezosoft/zezo-ott-api-client';
|
|
4
4
|
import type { ITheme } from '../../../../theme/themes';
|
|
5
5
|
interface RentOrBuyIconProps {
|
|
6
6
|
theme?: ITheme;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RentOrBuyIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Content/Card/components/RentOrBuyIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAoB,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAGhF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"RentOrBuyIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Content/Card/components/RentOrBuyIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAoB,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAGhF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAEvD,UAAU,kBAAkB;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,qBAAqB,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAAC;IAC7D,QAAQ,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,YAAY,GAAG,aAAa,CAAC;IACjE,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AA4BD,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA4C/C,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -5,15 +5,15 @@ declare const Cards: {
|
|
|
5
5
|
section_id: string;
|
|
6
6
|
type: import("../../..").IGetSectionData["type"];
|
|
7
7
|
data: import("../../..").ISectionContent | null;
|
|
8
|
-
moreFetchData?: import("../../..").MoreFetchData<import("
|
|
9
|
-
onPressItem?: (item: import("
|
|
8
|
+
moreFetchData?: import("../../..").MoreFetchData<import("@zezosoft/zezo-ott-api-client").IContentData>;
|
|
9
|
+
onPressItem?: (item: import("@zezosoft/zezo-ott-api-client").IContentData) => void;
|
|
10
10
|
onPressMore?: (params: {
|
|
11
11
|
section_id: import("../../..").IGetSectionData["_id"];
|
|
12
12
|
name: import("../../..").IGetSectionData["name"];
|
|
13
13
|
type: import("../../..").IGetSectionData["type"];
|
|
14
14
|
}) => void;
|
|
15
15
|
renderItemImage?: (params: {
|
|
16
|
-
item: import("
|
|
16
|
+
item: import("@zezosoft/zezo-ott-api-client").IContentData;
|
|
17
17
|
index: number;
|
|
18
18
|
}) => React.ReactNode;
|
|
19
19
|
itemWidth?: number;
|
|
@@ -31,15 +31,15 @@ declare const Cards: {
|
|
|
31
31
|
section_id: string;
|
|
32
32
|
type: import("../../..").IGetSectionData["type"];
|
|
33
33
|
data: import("../../..").ISectionContent | null;
|
|
34
|
-
moreFetchData?: import("../../..").MoreFetchData<import("
|
|
35
|
-
onPressItem?: (item: import("
|
|
34
|
+
moreFetchData?: import("../../..").MoreFetchData<import("@zezosoft/zezo-ott-api-client").IContentData>;
|
|
35
|
+
onPressItem?: (item: import("@zezosoft/zezo-ott-api-client").IContentData) => void;
|
|
36
36
|
onPressMore?: (params: {
|
|
37
37
|
section_id: import("../../..").IGetSectionData["_id"];
|
|
38
38
|
name: import("../../..").IGetSectionData["name"];
|
|
39
39
|
type: import("../../..").IGetSectionData["type"];
|
|
40
40
|
}) => void;
|
|
41
41
|
renderItemImage?: (params: {
|
|
42
|
-
item: import("
|
|
42
|
+
item: import("@zezosoft/zezo-ott-api-client").IContentData;
|
|
43
43
|
index: number;
|
|
44
44
|
}) => React.ReactNode;
|
|
45
45
|
itemWidth?: number;
|
|
@@ -56,15 +56,15 @@ declare const Cards: {
|
|
|
56
56
|
section_id: string;
|
|
57
57
|
data: import("../../..").ISectionContent | null;
|
|
58
58
|
type: import("../../..").IGetSectionData["type"];
|
|
59
|
-
moreFetchData?: import("../../..").MoreFetchData<import("
|
|
60
|
-
onPressItem?: (item: import("
|
|
59
|
+
moreFetchData?: import("../../..").MoreFetchData<import("@zezosoft/zezo-ott-api-client").IContentData>;
|
|
60
|
+
onPressItem?: (item: import("@zezosoft/zezo-ott-api-client").IContentData) => void;
|
|
61
61
|
onPressMore?: (params: {
|
|
62
62
|
section_id: import("../../..").IGetSectionData["_id"];
|
|
63
63
|
name: import("../../..").IGetSectionData["name"];
|
|
64
64
|
type: import("../../..").IGetSectionData["type"];
|
|
65
65
|
}) => void;
|
|
66
66
|
renderItemImage?: (params: {
|
|
67
|
-
item: import("
|
|
67
|
+
item: import("@zezosoft/zezo-ott-api-client").IContentData;
|
|
68
68
|
index: number;
|
|
69
69
|
}) => React.ReactNode;
|
|
70
70
|
itemWidth?: number;
|
|
@@ -82,15 +82,15 @@ declare const Cards: {
|
|
|
82
82
|
section_id: string;
|
|
83
83
|
type: import("../../..").IGetSectionData["type"];
|
|
84
84
|
data: import("../../..").ISectionContent | null;
|
|
85
|
-
moreFetchData?: import("../../..").MoreFetchData<import("
|
|
86
|
-
onPressItem?: (item: import("
|
|
85
|
+
moreFetchData?: import("../../..").MoreFetchData<import("@zezosoft/zezo-ott-api-client").IContentData>;
|
|
86
|
+
onPressItem?: (item: import("@zezosoft/zezo-ott-api-client").IContentData) => void;
|
|
87
87
|
onPressMore?: (params: {
|
|
88
88
|
section_id: import("../../..").IGetSectionData["_id"];
|
|
89
89
|
name: import("../../..").IGetSectionData["name"];
|
|
90
90
|
type: import("../../..").IGetSectionData["type"];
|
|
91
91
|
}) => void;
|
|
92
92
|
renderItemImage?: (params: {
|
|
93
|
-
item: import("
|
|
93
|
+
item: import("@zezosoft/zezo-ott-api-client").IContentData;
|
|
94
94
|
index: number;
|
|
95
95
|
}) => React.ReactNode;
|
|
96
96
|
itemWidth?: number;
|
|
@@ -109,15 +109,15 @@ declare const Cards: {
|
|
|
109
109
|
section_id: string;
|
|
110
110
|
type: import("../../..").IGetSectionData["type"];
|
|
111
111
|
data: import("../../..").ISectionContent | null;
|
|
112
|
-
moreFetchData?: import("../../..").MoreFetchData<import("
|
|
113
|
-
onPressItem?: (item: import("
|
|
112
|
+
moreFetchData?: import("../../..").MoreFetchData<import("@zezosoft/zezo-ott-api-client").IContentData>;
|
|
113
|
+
onPressItem?: (item: import("@zezosoft/zezo-ott-api-client").IContentData) => void;
|
|
114
114
|
onPressMore?: (params: {
|
|
115
115
|
section_id: import("../../..").IGetSectionData["_id"];
|
|
116
116
|
name: import("../../..").IGetSectionData["name"];
|
|
117
117
|
type: import("../../..").IGetSectionData["type"];
|
|
118
118
|
}) => void;
|
|
119
119
|
renderItemImage?: (params: {
|
|
120
|
-
item: import("
|
|
120
|
+
item: import("@zezosoft/zezo-ott-api-client").IContentData;
|
|
121
121
|
index: number;
|
|
122
122
|
}) => React.ReactNode;
|
|
123
123
|
itemWidth?: number;
|
|
@@ -134,8 +134,8 @@ declare const Cards: {
|
|
|
134
134
|
section_id: string;
|
|
135
135
|
type: import("../../..").IGetSectionData["type"];
|
|
136
136
|
data: import("../../..").ISectionContent | null;
|
|
137
|
-
moreFetchData?: import("../../..").MoreFetchData<import("
|
|
138
|
-
onPressItem?: (item: import("
|
|
137
|
+
moreFetchData?: import("../../..").MoreFetchData<import("@zezosoft/zezo-ott-api-client").IContentData>;
|
|
138
|
+
onPressItem?: (item: import("@zezosoft/zezo-ott-api-client").IContentData) => void;
|
|
139
139
|
onPressMore?: (params: {
|
|
140
140
|
section_id: import("../../..").IGetSectionData["_id"];
|
|
141
141
|
name: import("../../..").IGetSectionData["name"];
|
|
@@ -154,8 +154,8 @@ declare const Cards: {
|
|
|
154
154
|
section_id: string;
|
|
155
155
|
type: import("../../..").IGetSectionData["type"];
|
|
156
156
|
data: import("../../..").ISectionContent | null;
|
|
157
|
-
moreFetchData?: import("../../..").MoreFetchData<import("
|
|
158
|
-
onPressItem?: (item: import("
|
|
157
|
+
moreFetchData?: import("../../..").MoreFetchData<import("@zezosoft/zezo-ott-api-client").IContentData>;
|
|
158
|
+
onPressItem?: (item: import("@zezosoft/zezo-ott-api-client").IContentData) => void;
|
|
159
159
|
onPressMore?: (params: {
|
|
160
160
|
section_id: import("../../..").IGetSectionData["_id"];
|
|
161
161
|
name: import("../../..").IGetSectionData["name"];
|
|
@@ -176,15 +176,15 @@ declare const Cards: {
|
|
|
176
176
|
section_id: string;
|
|
177
177
|
data: import("../../..").ISectionContent | null;
|
|
178
178
|
type: import("../../..").IGetSectionData["type"];
|
|
179
|
-
moreFetchData?: import("../../..").MoreFetchData<import("
|
|
180
|
-
onPressItem?: (item: import("
|
|
179
|
+
moreFetchData?: import("../../..").MoreFetchData<import("@zezosoft/zezo-ott-api-client").IContentData>;
|
|
180
|
+
onPressItem?: (item: import("@zezosoft/zezo-ott-api-client").IContentData) => void;
|
|
181
181
|
onPressMore?: (params: {
|
|
182
182
|
section_id: import("../../..").IGetSectionData["_id"];
|
|
183
183
|
name: import("../../..").IGetSectionData["name"];
|
|
184
184
|
type: import("../../..").IGetSectionData["type"];
|
|
185
185
|
}) => void;
|
|
186
186
|
renderItemImage?: (params: {
|
|
187
|
-
item: import("
|
|
187
|
+
item: import("@zezosoft/zezo-ott-api-client").IContentData;
|
|
188
188
|
index: number;
|
|
189
189
|
}) => React.ReactNode;
|
|
190
190
|
itemWidth?: number;
|
|
@@ -204,14 +204,14 @@ declare const Cards: {
|
|
|
204
204
|
type: import("../../..").IGetSectionData["type"];
|
|
205
205
|
moreFetchDataHistory?: import("../../..").MoreFetchData<import("./NowWatching/NowWatching").IHistoryItem>;
|
|
206
206
|
theme?: import("../../..").ThemeOverride;
|
|
207
|
-
onPressItem?: (item: import("
|
|
207
|
+
onPressItem?: (item: import("@zezosoft/zezo-ott-api-client").IContentData) => void;
|
|
208
208
|
onPressMore?: (params: {
|
|
209
209
|
section_id: import("../../..").IGetSectionData["_id"];
|
|
210
210
|
name: import("../../..").IGetSectionData["name"];
|
|
211
211
|
type: import("../../..").IGetSectionData["type"];
|
|
212
212
|
}) => void;
|
|
213
213
|
renderItemImage?: (params: {
|
|
214
|
-
item: import("
|
|
214
|
+
item: import("@zezosoft/zezo-ott-api-client").IContentData;
|
|
215
215
|
index: number;
|
|
216
216
|
}) => React.ReactNode;
|
|
217
217
|
itemWidth?: number;
|
|
@@ -5,11 +5,12 @@
|
|
|
5
5
|
import React from 'react';
|
|
6
6
|
import { type NativeScrollEvent, type NativeSyntheticEvent, type StyleProp, type ViewStyle } from 'react-native';
|
|
7
7
|
import { type AnimatedStyle, type SharedValue } from 'react-native-reanimated';
|
|
8
|
-
import type {
|
|
8
|
+
import type { IGetSectionData, MoreFetchData } from '../../types';
|
|
9
9
|
import { type ICategory } from './Card/Category/Category';
|
|
10
10
|
import type { IHistoryItem } from './Card/NowWatching/NowWatching';
|
|
11
11
|
import type { ThemeOverride } from '../../theme/themes';
|
|
12
12
|
import { type NoContentFallbackProps } from '../Fallbacks';
|
|
13
|
+
import type { IContentData } from '@zezosoft/zezo-ott-api-client';
|
|
13
14
|
export interface ICustomComponentsForContent {
|
|
14
15
|
type: string;
|
|
15
16
|
component: React.ReactElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Content.d.ts","sourceRoot":"","sources":["../../../../../src/components/Content/Content.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAIL,KAAK,iBAAiB,EACtB,KAAK,oBAAoB,EACzB,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAiB,EACf,KAAK,aAAa,EAClB,KAAK,WAAW,EACjB,MAAM,yBAAyB,CAAC;AAGjC,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"Content.d.ts","sourceRoot":"","sources":["../../../../../src/components/Content/Content.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAIL,KAAK,iBAAiB,EACtB,KAAK,oBAAoB,EACzB,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAiB,EACf,KAAK,aAAa,EAClB,KAAK,WAAW,EACjB,MAAM,yBAAyB,CAAC;AAGjC,OAAO,KAAK,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAElE,OAAqB,EAAE,KAAK,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAqB,KAAK,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAG9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE,MAAM,WAAW,2BAA2B;IAC1C,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,KAAK,CAAC,YAAY,CAAC;CAC/B;AAED,MAAM,MAAM,eAAe,GAAG;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC,CAAC;AACF,MAAM,WAAW,aAAa;IAC5B,WAAW,EAAE;QACX,QAAQ,CAAC,EAAE,SAAS,EAAE,CAAC;QACvB,WAAW,EAAE,eAAe,EAAE,GAAG,IAAI,CAAC;QACtC,WAAW,CAAC,EAAE,YAAY,EAAE,CAAC;KAC9B,CAAC;IACF,gBAAgB,CAAC,EAAE,2BAA2B,EAAE,CAAC;IACjD,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAClC,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,6BAA6B,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChD,QAAQ,CAAC,EACL,CAAC,CAAC,KAAK,EAAE,oBAAoB,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC,GAC1D,WAAW,CACT,CAAC,CAAC,KAAK,EAAE,oBAAoB,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC,GAAG,SAAS,CACvE,CAAC;IACN,qBAAqB,CAAC,EAClB,SAAS,CAAC,SAAS,CAAC,GACpB,aAAa,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC;IACxC,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,MAAM,CAAC,EAAE;QACP,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,IAAI,CAAC;QAC3C,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE;YACrB,UAAU,EAAE,eAAe,CAAC,KAAK,CAAC,CAAC;YACnC,IAAI,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;YAC9B,IAAI,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;SAC/B,KAAK,IAAI,CAAC;QACX,cAAc,CAAC,EAAE,SAAS,CAAC;QAC3B,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAE,SAAS,KAAK,IAAI,CAAC;KACjD,CAAC;IAEF,YAAY,CAAC,EAAE;QACb,WAAW,CAAC,EAAE,OAAO,CAAC;KACvB,CAAC;IACF,aAAa,CAAC,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC;IAC5C,oBAAoB,CAAC,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC;IACnD,SAAS,CAAC,EAAE,eAAe,CAAC;IAE5B,sBAAsB,CAAC,EAAE,sBAAsB,CAAC;CACjD;AAuDD,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAyH3C,CAAC;AAEF,yBAAiB,OAAO,CAAC;IACvB,KAAY,KAAK,GAAG,aAAa,CAAC;IAClC,KAAY,IAAI,GAAG,KAAK,CAAC,aAAa,CAAC,CAAC;CACzC"}
|
|
@@ -3,11 +3,12 @@
|
|
|
3
3
|
* @lastModified Sun 08 Jun 2025 at 03:50 PM
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import type {
|
|
6
|
+
import type { IGetSectionData, MoreFetchData } from '../../types';
|
|
7
7
|
import type { IHistoryItem } from './Card/NowWatching/NowWatching';
|
|
8
8
|
import type { ICategory } from './Card/Category/Category';
|
|
9
9
|
import type { ThemeOverride } from '../../theme/themes';
|
|
10
10
|
import type { IContentLoading } from './Content';
|
|
11
|
+
import type { IContentData } from '@zezosoft/zezo-ott-api-client';
|
|
11
12
|
export interface ICustomComponentsForSections {
|
|
12
13
|
type: string;
|
|
13
14
|
component: React.ReactElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sections.d.ts","sourceRoot":"","sources":["../../../../../src/components/Content/Sections.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"Sections.d.ts","sourceRoot":"","sources":["../../../../../src/components/Content/Sections.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AACjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE,MAAM,WAAW,4BAA4B;IAC3C,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,KAAK,CAAC,YAAY,CAAC;CAC/B;AAED,MAAM,WAAW,MAAM;IACrB,IAAI,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,WAAW,EAAE,eAAe,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC;QAC/C,WAAW,CAAC,EAAE,YAAY,EAAE,CAAC;QAC7B,QAAQ,CAAC,EAAE,SAAS,EAAE,CAAC;KACxB,CAAC;IACF,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,CAAC,EAAE,4BAA4B,EAAE,CAAC;IAClD,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE;QACP,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,IAAI,CAAC;QAC3C,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE;YACrB,UAAU,EAAE,eAAe,CAAC,KAAK,CAAC,CAAC;YACnC,IAAI,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;YAC9B,IAAI,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;SAC/B,KAAK,IAAI,CAAC;QACX,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAE,SAAS,KAAK,IAAI,CAAC;KACjD,CAAC;IACF,YAAY,CAAC,EAAE;QACb,WAAW,CAAC,EAAE,OAAO,CAAC;KACvB,CAAC;IACF,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,aAAa,CAAC,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC;IAC5C,oBAAoB,CAAC,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC;CACpD;AA8DD,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CAiE9B,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ComponentProps } from '../../types/content/content-view.types';
|
|
2
|
-
export declare const ContentView: ({ content, seasons, isLoading, seasonsIsLoading, theme, text, recommendedContent, events, heroBannerProps, titleStyles, genreTagsStyles, aboutSectionStyles, castStyles, recommendedContentCardStyles, history, episodeCardMode, }: ComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare const ContentView: ({ content, seasons, isLoading, seasonsIsLoading, theme, text, recommendedContent, events, heroBannerProps, titleStyles, genreTagsStyles, aboutSectionStyles, castStyles, recommendedContentCardStyles, history, episodeCardMode, pricingAndExpiryInfo, }: ComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export declare namespace ContentView {
|
|
4
4
|
type Props = ComponentProps;
|
|
5
5
|
type RecommendedContent = Props['recommendedContent'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentView.d.ts","sourceRoot":"","sources":["../../../../../src/components/ContentView/ContentView.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AAI7E,eAAO,MAAM,WAAW,GAAI,
|
|
1
|
+
{"version":3,"file":"ContentView.d.ts","sourceRoot":"","sources":["../../../../../src/components/ContentView/ContentView.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AAI7E,eAAO,MAAM,WAAW,GAAI,0PAkBzB,cAAc,4CA2HhB,CAAC;AAQF,yBAAiB,WAAW,CAAC;IAC3B,KAAY,KAAK,GAAG,cAAc,CAAC;IACnC,KAAY,kBAAkB,GAAG,KAAK,CAAC,oBAAoB,CAAC,CAAC;IAC7D,KAAY,eAAe,GAAG,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACvD,KAAY,UAAU,GAAG,WAAW,CAClC,WAAW,CAAC,cAAc,CAAC,iBAAiB,CAAC,CAAC,CAAC,aAAa,CAAC,CAC9D,CAAC,MAAM,CAAC,CAAC;IACV,KAAY,OAAO,GAAG,WAAW,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC,CAAC;CAC9D"}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* @lastModified Tue 01 Jul 2025 at 02:28 PM
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import type { IContentData } from '../../types';
|
|
7
6
|
import { type AppHeaderProps } from '../Headers/AppHeader';
|
|
8
7
|
import type { ThemeOverride } from '../../theme/themes';
|
|
8
|
+
import type { IContentData } from '@zezosoft/zezo-ott-api-client';
|
|
9
9
|
interface Props {
|
|
10
10
|
headerProps?: AppHeaderProps;
|
|
11
11
|
contentList: IContentData[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MoreContentList.d.ts","sourceRoot":"","sources":["../../../../../src/components/ContentView/MoreContentList.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAA8B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"MoreContentList.d.ts","sourceRoot":"","sources":["../../../../../src/components/ContentView/MoreContentList.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAA8B,MAAM,OAAO,CAAC;AAYnD,OAAkB,EAAE,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAGtE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAIxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE,UAAU,KAAK;IACb,WAAW,CAAC,EAAE,cAAc,CAAC;IAC7B,WAAW,EAAE,YAAY,EAAE,CAAC;IAC5B,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,IAAI,CAAC;IAC3C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAClC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAMD,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAyKpC,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import { type StyleProp, type ViewStyle, type TextStyle } from 'react-native';
|
|
6
6
|
import type { ITheme } from '../../../theme/themes';
|
|
7
|
-
import type { IContentData } from '
|
|
7
|
+
import type { IContentData } from '@zezosoft/zezo-ott-api-client';
|
|
8
8
|
type Props = {
|
|
9
9
|
theme: ITheme;
|
|
10
10
|
title?: IContentData['name'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AboutSection.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/AboutSection.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAKL,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAItB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"AboutSection.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/AboutSection.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAKL,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAItB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAC7B,WAAW,CAAC,EAAE,YAAY,CAAC,aAAa,CAAC,CAAC;IAC1C,YAAY,CAAC,EAAE,YAAY,CAAC,cAAc,CAAC,CAAC;IAC5C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE;QACN,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QACjC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC7B,IAAI,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC5B,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QACtC,UAAU,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAClC,YAAY,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QACpC,WAAW,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;KACpC,CAAC;CACH,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,gEAO1B,KAAK,4CAmGP,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type StyleProp, type ViewStyle, type TextStyle } from 'react-native';
|
|
2
2
|
import { type ImageStyle } from 'react-native-fast-image';
|
|
3
3
|
import type { ITheme } from '../../../theme/themes';
|
|
4
|
-
import type { IContentCast } from '
|
|
4
|
+
import type { IContentCast } from '@zezosoft/zezo-ott-api-client';
|
|
5
5
|
type StyleProps = {
|
|
6
6
|
container?: StyleProp<ViewStyle>;
|
|
7
7
|
heading?: StyleProp<TextStyle>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CastCard.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/CastCard.tsx"],"names":[],"mappings":"AAKA,OAAO,EAKL,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,EAEf,MAAM,cAAc,CAAC;AAEtB,OAAkB,EAAE,KAAK,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAGrE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"CastCard.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/CastCard.tsx"],"names":[],"mappings":"AAKA,OAAO,EAKL,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,EAEf,MAAM,cAAc,CAAC;AAEtB,OAAkB,EAAE,KAAK,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAGrE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE,KAAK,UAAU,GAAG;IAChB,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACjC,OAAO,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC/B,WAAW,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACnC,IAAI,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC5B,KAAK,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAC9B,IAAI,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC5B,IAAI,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC5B,aAAa,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACrC,YAAY,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACpC,YAAY,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CACrC,CAAC;AAEF,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,IAAI,CAAC;IAC3C,KAAK,CAAC,EAAE,UAAU,CAAC;CACpB,CAAC;AAKF,eAAO,MAAM,QAAQ,GAAI,0DAOtB,KAAK,mDA+IP,CAAC"}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* @author Naresh Dhamu
|
|
3
3
|
* @lastModified Thu 03 Jul 2025 at 01:46 AM
|
|
4
4
|
*/
|
|
5
|
-
import type { IContentSeasons } from '../../../types';
|
|
6
5
|
import type { ThemeOverride } from '../../../theme/themes';
|
|
6
|
+
import type { IContentSeasons } from '@zezosoft/zezo-ott-api-client';
|
|
7
7
|
interface IOnPressParams {
|
|
8
8
|
season_id: string;
|
|
9
9
|
episode_id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EpisodeCard.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/EpisodeCard.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AASH,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"EpisodeCard.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/EpisodeCard.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AASH,OAAO,KAAK,EAAU,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAKnE,OAAO,KAAK,EAEV,eAAe,EAChB,MAAM,+BAA+B,CAAC;AAmBvC,UAAU,cAAc;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;CACxB;AAcD,UAAU,gBAAgB;IACxB,OAAO,EAAE,eAAe,EAAE,CAAC;IAC3B,OAAO,EAAE,CAAC,CAAC,EAAE,cAAc,KAAK,IAAI,CAAC;IACrC,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;CAClC;AA2MD,eAAO,MAAM,WAAW,GAAI,8DAMzB,gBAAgB,4CAyLlB,CAAC"}
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
6
|
import { type StyleProp, type ViewStyle, type TextStyle } from 'react-native';
|
|
7
|
-
import type { IContentData } from '../../../types';
|
|
8
7
|
import type { ITheme } from '../../../theme/themes';
|
|
8
|
+
import type { IContentData } from '@zezosoft/zezo-ott-api-client';
|
|
9
9
|
type Props = {
|
|
10
10
|
genres?: IContentData['genres'];
|
|
11
11
|
theme: ITheme;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GenreTags.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/GenreTags.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAItB,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"GenreTags.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/GenreTags.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAItB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE,KAAK,KAAK,GAAG;IACX,MAAM,CAAC,EAAE,YAAY,CAAC,QAAQ,CAAC,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE;QACN,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QACjC,YAAY,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QACpC,OAAO,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC/B,WAAW,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;KACpC,CAAC;CACH,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,sCAKvB,KAAK,KAAG,KAAK,CAAC,YAoDhB,CAAC"}
|
|
@@ -1,11 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Naresh Dhamu
|
|
3
|
+
* @lastModified Tue 11 Nov 2025 at 09:23 PM
|
|
4
|
+
*/
|
|
1
5
|
import React from 'react';
|
|
2
6
|
import { type StyleProp, type ViewStyle, type TextStyle } from 'react-native';
|
|
3
|
-
import type { IContentData } from '../../../types';
|
|
4
7
|
import type { ThemeOverride } from '../../../theme/themes';
|
|
8
|
+
import type { IContentData } from '@zezosoft/zezo-ott-api-client';
|
|
5
9
|
type Props = {
|
|
6
10
|
content?: IContentData;
|
|
7
11
|
theme?: ThemeOverride;
|
|
8
12
|
isLoading?: boolean;
|
|
13
|
+
visible?: boolean;
|
|
14
|
+
userData?: {
|
|
15
|
+
is_buy_or_rent?: 'BUY' | 'RENT';
|
|
16
|
+
rent_expiry_date?: any;
|
|
17
|
+
};
|
|
18
|
+
labels?: {
|
|
19
|
+
purchased?: string;
|
|
20
|
+
rented?: string;
|
|
21
|
+
buyOrRent?: string;
|
|
22
|
+
rentedExpiryPrefix?: string;
|
|
23
|
+
purchasedMsg?: string;
|
|
24
|
+
};
|
|
9
25
|
style?: {
|
|
10
26
|
container?: StyleProp<ViewStyle>;
|
|
11
27
|
row?: StyleProp<ViewStyle>;
|
|
@@ -17,6 +33,6 @@ type Props = {
|
|
|
17
33
|
};
|
|
18
34
|
};
|
|
19
35
|
export declare function formatCurrency(amount: number, currency?: string): string;
|
|
20
|
-
export declare const MiniInfo: ({ content, theme, isLoading, style, }: Props) => React.ReactElement | null;
|
|
36
|
+
export declare const MiniInfo: ({ content, theme, userData, isLoading, style, labels, visible, }: Props) => React.ReactElement | null;
|
|
21
37
|
export {};
|
|
22
38
|
//# sourceMappingURL=MiniInfo.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MiniInfo.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/MiniInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAItB,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"MiniInfo.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/MiniInfo.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAItB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAG3D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE,KAAK,KAAK,GAAG;IACX,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE;QACT,cAAc,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;QAChC,gBAAgB,CAAC,EAAE,GAAG,CAAC;KACxB,CAAC;IAEF,MAAM,CAAC,EAAE;QACP,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;QAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,CAAC;IAEF,KAAK,CAAC,EAAE;QACN,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QACjC,GAAG,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC3B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC7B,QAAQ,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAChC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC7B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC7B,MAAM,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;KAC/B,CAAC;CACH,CAAC;AAEF,wBAAgB,cAAc,CAC5B,MAAM,EAAE,MAAM,EACd,QAAQ,GAAE,MAAc,GACvB,MAAM,CAOR;AAED,eAAO,MAAM,QAAQ,GAAI,kEAQtB,KAAK,KAAG,KAAK,CAAC,YAAY,GAAG,IA6K/B,CAAC"}
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
6
|
import { type StyleProp, type ViewStyle, type TextStyle } from 'react-native';
|
|
7
|
-
import type { IContentData } from '../../../types';
|
|
8
7
|
import type { ITheme } from '../../../theme/themes';
|
|
8
|
+
import type { IContentData } from '@zezosoft/zezo-ott-api-client';
|
|
9
9
|
type Props = {
|
|
10
10
|
title: IContentData['name'];
|
|
11
11
|
subtitle: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Title.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/Title.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAItB,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"Title.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/Title.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAItB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,YAAY,CAAC,QAAQ,CAAC,CAAC;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE;QACN,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QACjC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC7B,QAAQ,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAChC,MAAM,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;KAC/B,CAAC;CACH,CAAC;AAEF,eAAO,MAAM,KAAK,GAAI,uDAOnB,KAAK,KAAG,KAAK,CAAC,YAuEhB,CAAC"}
|
|
@@ -4,9 +4,10 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
6
|
import { type SearchCardSkeletonConfig } from './components/SearchCard';
|
|
7
|
-
import type {
|
|
7
|
+
import type { IGetSectionData, ISectionItem, MoreFetchData } from '../../types';
|
|
8
8
|
import type { ThemeOverride } from '../../theme/themes';
|
|
9
9
|
import type { RecommendedCardStyles } from '../../types/content/content-view.types';
|
|
10
|
+
import type { IContentData } from '@zezosoft/zezo-ott-api-client';
|
|
10
11
|
export type ISearchItem = IContentData;
|
|
11
12
|
export type SearchOneFormValues = {
|
|
12
13
|
keyword: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"One.d.ts","sourceRoot":"","sources":["../../../../../src/components/Search/One.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAqC,MAAM,OAAO,CAAC;AAe1D,OAAmB,EACjB,KAAK,wBAAwB,EAC9B,MAAM,yBAAyB,CAAC;AAEjC,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"One.d.ts","sourceRoot":"","sources":["../../../../../src/components/Search/One.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAqC,MAAM,OAAO,CAAC;AAe1D,OAAmB,EACjB,KAAK,wBAAwB,EAC9B,MAAM,yBAAyB,CAAC;AAEjC,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAChF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAIxD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAEpF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAGlE,MAAM,MAAM,WAAW,GAAG,YAAY,CAAC;AACvC,MAAM,MAAM,mBAAmB,GAAG;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC;AAEtD,MAAM,MAAM,cAAc,GAAG;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE;QACP,QAAQ,EAAE,CAAC,MAAM,EAAE,mBAAmB,KAAK,IAAI,CAAC;QAChD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;QACrB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;QACtC,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE;YAAE,IAAI,EAAE,YAAY,CAAA;SAAE,KAAK,IAAI,CAAC;QACrD,sBAAsB,CAAC,EAAE,CAAC,IAAI,EAAE;YAAE,IAAI,EAAE,YAAY,CAAA;SAAE,KAAK,IAAI,CAAC;QAChE,sBAAsB,CAAC,EAAE,CAAC,IAAI,EAAE;YAC9B,UAAU,EAAE,eAAe,CAAC,KAAK,CAAC,CAAC;YACnC,IAAI,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;YAC9B,IAAI,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;SAC/B,KAAK,IAAI,CAAC;QACX,wBAAwB,CAAC,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC;KACxD,CAAC;IACF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,4BAA4B,CAAC,EAAE,qBAAqB,CAAC;IACrD,cAAc,CAAC,EAAE,wBAAwB,CAAC;IAC1C,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,kBAAkB,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;CAC1C,CAAC;;AA8KF,wBAA+B"}
|
|
@@ -12,6 +12,12 @@ export type Plan = {
|
|
|
12
12
|
platforms: string;
|
|
13
13
|
benefits?: string[];
|
|
14
14
|
isPopular?: boolean;
|
|
15
|
+
extraDetails?: {
|
|
16
|
+
description?: string;
|
|
17
|
+
features?: string[];
|
|
18
|
+
terms?: string;
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
};
|
|
15
21
|
};
|
|
16
22
|
type SubscriptionSliderOneProps = {
|
|
17
23
|
theme?: ThemeOverride;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SubOne.d.ts","sourceRoot":"","sources":["../../../../../src/components/Subscription/SubOne.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,
|
|
1
|
+
{"version":3,"file":"SubOne.d.ts","sourceRoot":"","sources":["../../../../../src/components/Subscription/SubOne.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAA+C,MAAM,OAAO,CAAC;AAoBpE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAGxD,MAAM,MAAM,IAAI,GAAG;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE;QACb,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;QACpB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KACpB,CAAC;CACH,CAAC;AAEF,KAAK,0BAA0B,GAAG;IAChC,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,gBAAgB,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC;IACrC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IACnC,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,MAAM,EAAE;QACN,QAAQ,EAAE,MAAM,CAAC;QACjB,aAAa,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC;QAClC,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,MAAM,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACpC,CAAC;oMAeC,0BAA0B;AAub7B,wBAA2C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Subscription/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,QAAA,MAAM,YAAY;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Subscription/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,QAAA,MAAM,YAAY;;;;;;;;;;;;;yBAKw4C,CAAC;;;;;;;;;;CAH15C,CAAC;AAEF,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"One.d.ts","sourceRoot":"","sources":["../../../../../src/components/TabBar/One.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,
|
|
1
|
+
{"version":3,"file":"One.d.ts","sourceRoot":"","sources":["../../../../../src/components/TabBar/One.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAKxD,KAAK,IAAI,GAAG;IACV,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IAC1C,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC;QACxB,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;KACf,CAAC,CAAC;CACJ,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,IAAI,EAAE,CAAC;IACb,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,UAAU,CAAC,EAAE,CAAC,EACZ,IAAI,EACJ,KAAK,EACL,IAAI,GACL,EAAE;QACD,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC;YAAE,KAAK,EAAE,MAAM,CAAC;YAAC,MAAM,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,CAAC,CAAC;QAC5E,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;KACd,KAAK,KAAK,CAAC,SAAS,CAAC;CACvB,CAAC;AAIF,QAAA,MAAM,SAAS,GAAI,yCAAyC,cAAc,4CA8FzE,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @author Naresh
|
|
3
|
-
* @lastModified
|
|
2
|
+
* @author Naresh Dhamu
|
|
3
|
+
* @lastModified Sun 09 Nov 2025 at 01:33 PM
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
6
|
import type { ThemeOverride } from '../../theme/themes';
|
|
@@ -18,6 +18,7 @@ export interface TabBarThreeProps {
|
|
|
18
18
|
tabs: ITab[];
|
|
19
19
|
theme?: ThemeOverride;
|
|
20
20
|
onTabPress?: (key: string) => void;
|
|
21
|
+
tabBarHeight?: number;
|
|
21
22
|
}
|
|
22
23
|
declare const TabBarThree: React.FC<TabBarThreeProps>;
|
|
23
24
|
export default TabBarThree;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Three.d.ts","sourceRoot":"","sources":["../../../../../src/components/TabBar/Three.tsx"],"names":[],"mappings":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"Three.d.ts","sourceRoot":"","sources":["../../../../../src/components/TabBar/Three.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAGxD,MAAM,WAAW,IAAI;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IAC1C,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CAC7E;AAED,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,IAAI,EAAE,CAAC;IACb,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAMD,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA0G3C,CAAC;AA0BF,eAAe,WAAW,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @author
|
|
3
|
-
* @lastModified
|
|
2
|
+
* @author Naresh Dhamu
|
|
3
|
+
* @lastModified Thu 06 Nov 2025 at 12:30 PM
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
6
|
import type { ThemeOverride } from '../../theme/themes';
|
|
@@ -16,9 +16,18 @@ export type ITab = {
|
|
|
16
16
|
};
|
|
17
17
|
export type TabBarTwoProps = {
|
|
18
18
|
tabs: ITab[];
|
|
19
|
-
theme?: ThemeOverride;
|
|
20
19
|
onTabPress?: (key: string) => void;
|
|
20
|
+
theme?: ThemeOverride;
|
|
21
|
+
renderIcon?: ({ icon, color, size, }: {
|
|
22
|
+
icon: React.ComponentType<{
|
|
23
|
+
width: number;
|
|
24
|
+
height: number;
|
|
25
|
+
color: string;
|
|
26
|
+
}>;
|
|
27
|
+
color: string;
|
|
28
|
+
size: number;
|
|
29
|
+
}) => React.ReactNode;
|
|
21
30
|
};
|
|
22
|
-
declare const TabBarTwo: ({ tabs, theme, onTabPress }: TabBarTwoProps) => import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
declare const TabBarTwo: ({ tabs, theme, onTabPress, renderIcon }: TabBarTwoProps) => import("react/jsx-runtime").JSX.Element;
|
|
23
32
|
export default TabBarTwo;
|
|
24
33
|
//# sourceMappingURL=Two.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Two.d.ts","sourceRoot":"","sources":["../../../../../src/components/TabBar/Two.tsx"],"names":[],"mappings":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"Two.d.ts","sourceRoot":"","sources":["../../../../../src/components/TabBar/Two.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAkB,MAAM,OAAO,CAAC;AAMvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAIxD,MAAM,MAAM,IAAI,GAAG;IACjB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IAC1C,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC;QACxB,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;KACf,CAAC,CAAC;CACJ,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,IAAI,EAAE,CAAC;IACb,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,UAAU,CAAC,EAAE,CAAC,EACZ,IAAI,EACJ,KAAK,EACL,IAAI,GACL,EAAE;QACD,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC;YAAE,KAAK,EAAE,MAAM,CAAC;YAAC,MAAM,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,CAAC,CAAC;QAC5E,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;KACd,KAAK,KAAK,CAAC,SAAS,CAAC;CACvB,CAAC;AAoDF,QAAA,MAAM,SAAS,GAAI,yCAAyC,cAAc,4CAmFzE,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
declare const TabBar: {
|
|
6
6
|
One: ({ tabs, theme, onTabPress, renderIcon }: import("./One").TabBarOneProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
Two: ({ tabs, theme, onTabPress }: import("./Two").TabBarTwoProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
Two: ({ tabs, theme, onTabPress, renderIcon }: import("./Two").TabBarTwoProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
Three: import("react").FC<import("./Three").TabBarThreeProps>;
|
|
9
9
|
};
|
|
10
10
|
export type { TabBarOneProps } from './One';
|