@sudobility/marketing-components-rn 1.0.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/dist/CrmDashboard.d.ts +12 -0
- package/dist/CrmDashboard.d.ts.map +1 -0
- package/dist/CtaBanner.d.ts +13 -0
- package/dist/CtaBanner.d.ts.map +1 -0
- package/dist/FeatureListItem.d.ts +13 -0
- package/dist/FeatureListItem.d.ts.map +1 -0
- package/dist/FeatureSpotlight.d.ts +13 -0
- package/dist/FeatureSpotlight.d.ts.map +1 -0
- package/dist/HeroBannerWithBadge.d.ts +27 -0
- package/dist/HeroBannerWithBadge.d.ts.map +1 -0
- package/dist/InternalLinkClusters.d.ts +33 -0
- package/dist/InternalLinkClusters.d.ts.map +1 -0
- package/dist/NpsSurvey.d.ts +13 -0
- package/dist/NpsSurvey.d.ts.map +1 -0
- package/dist/SalesReport.d.ts +12 -0
- package/dist/SalesReport.d.ts.map +1 -0
- package/dist/TestimonialSlider.d.ts +13 -0
- package/dist/TestimonialSlider.d.ts.map +1 -0
- package/dist/UseCaseGrid.d.ts +23 -0
- package/dist/UseCaseGrid.d.ts.map +1 -0
- package/dist/WelcomeScreen.d.ts +17 -0
- package/dist/WelcomeScreen.d.ts.map +1 -0
- package/dist/index.cjs.js +1459 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.esm.js +1459 -0
- package/dist/index.esm.js.map +1 -0
- package/package.json +56 -0
- package/src/CrmDashboard.tsx +39 -0
- package/src/CtaBanner.tsx +46 -0
- package/src/FeatureListItem.tsx +47 -0
- package/src/FeatureSpotlight.tsx +46 -0
- package/src/HeroBannerWithBadge.tsx +134 -0
- package/src/InternalLinkClusters.tsx +193 -0
- package/src/NpsSurvey.tsx +46 -0
- package/src/SalesReport.tsx +39 -0
- package/src/TestimonialSlider.tsx +46 -0
- package/src/UseCaseGrid.tsx +128 -0
- package/src/WelcomeScreen.tsx +82 -0
- package/src/index.ts +32 -0
- package/src/nativewind.d.ts +23 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ViewProps } from 'react-native';
|
|
3
|
+
export interface CrmDashboardProps extends ViewProps {
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* CrmDashboard component for React Native
|
|
9
|
+
* CRM dashboard display container
|
|
10
|
+
*/
|
|
11
|
+
export declare const CrmDashboard: React.FC<CrmDashboardProps>;
|
|
12
|
+
//# sourceMappingURL=CrmDashboard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CrmDashboard.d.ts","sourceRoot":"","sources":["../src/CrmDashboard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG1D,MAAM,WAAW,iBAAkB,SAAQ,SAAS;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;;GAGG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAyBpD,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ViewProps } from 'react-native';
|
|
3
|
+
export interface CtaBannerProps extends ViewProps {
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
onPress?: () => void;
|
|
6
|
+
children?: React.ReactNode;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* CtaBanner component for React Native
|
|
10
|
+
* Call-to-action banner
|
|
11
|
+
*/
|
|
12
|
+
export declare const CtaBanner: React.FC<CtaBannerProps>;
|
|
13
|
+
//# sourceMappingURL=CtaBanner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CtaBanner.d.ts","sourceRoot":"","sources":["../src/CtaBanner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG/D,MAAM,WAAW,cAAe,SAAQ,SAAS;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;;GAGG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA+B9C,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ViewProps } from 'react-native';
|
|
3
|
+
export interface FeatureListItemProps extends ViewProps {
|
|
4
|
+
title: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
icon?: React.ReactNode;
|
|
7
|
+
iconColor?: string;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Feature list item component for marketing pages
|
|
11
|
+
*/
|
|
12
|
+
export declare const FeatureListItem: React.FC<FeatureListItemProps>;
|
|
13
|
+
//# sourceMappingURL=FeatureListItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeatureListItem.d.ts","sourceRoot":"","sources":["../src/FeatureListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG1D,MAAM,WAAW,oBAAqB,SAAQ,SAAS;IACrD,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAgC1D,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ViewProps } from 'react-native';
|
|
3
|
+
export interface FeatureSpotlightProps extends ViewProps {
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
onPress?: () => void;
|
|
6
|
+
children?: React.ReactNode;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* FeatureSpotlight component for React Native
|
|
10
|
+
* Feature spotlight display
|
|
11
|
+
*/
|
|
12
|
+
export declare const FeatureSpotlight: React.FC<FeatureSpotlightProps>;
|
|
13
|
+
//# sourceMappingURL=FeatureSpotlight.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeatureSpotlight.d.ts","sourceRoot":"","sources":["../src/FeatureSpotlight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG/D,MAAM,WAAW,qBAAsB,SAAQ,SAAS;IACtD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;;GAGG;AACH,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CA+B5D,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ViewProps } from 'react-native';
|
|
3
|
+
export interface ButtonConfig {
|
|
4
|
+
text: string;
|
|
5
|
+
onPress?: () => void;
|
|
6
|
+
href?: string;
|
|
7
|
+
className?: string;
|
|
8
|
+
}
|
|
9
|
+
type BadgeColor = 'blue' | 'green' | 'purple' | 'orange' | 'pink' | 'gray';
|
|
10
|
+
export interface HeroBannerWithBadgeProps extends ViewProps {
|
|
11
|
+
badgeIcon?: React.ReactNode;
|
|
12
|
+
badgeText: string;
|
|
13
|
+
badgeColor?: BadgeColor;
|
|
14
|
+
title: string | React.ReactNode;
|
|
15
|
+
subtitle?: string;
|
|
16
|
+
description: string;
|
|
17
|
+
primaryButton?: ButtonConfig;
|
|
18
|
+
secondaryButton?: ButtonConfig;
|
|
19
|
+
children?: React.ReactNode;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* HeroBannerWithBadge component for React Native
|
|
23
|
+
* Hero banner with badge and CTA buttons
|
|
24
|
+
*/
|
|
25
|
+
export declare const HeroBannerWithBadge: React.FC<HeroBannerWithBadgeProps>;
|
|
26
|
+
export {};
|
|
27
|
+
//# sourceMappingURL=HeroBannerWithBadge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HeroBannerWithBadge.d.ts","sourceRoot":"","sources":["../src/HeroBannerWithBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAkC,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9E,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,KAAK,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;AAE3E,MAAM,WAAW,wBAAyB,SAAQ,SAAS;IACzD,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,YAAY,CAAC;IAC7B,eAAe,CAAC,EAAE,YAAY,CAAC;IAC/B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAoBD;;;GAGG;AACH,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAsFlE,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ViewProps } from 'react-native';
|
|
3
|
+
export interface InternalLinkProps {
|
|
4
|
+
to: string;
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
className?: string;
|
|
7
|
+
variant?: 'primary' | 'secondary' | 'subtle';
|
|
8
|
+
onPress?: (url: string) => void;
|
|
9
|
+
}
|
|
10
|
+
export declare const InternalLink: React.FC<InternalLinkProps>;
|
|
11
|
+
type ClusterType = 'gettingStarted' | 'benefits' | 'technical' | 'integration';
|
|
12
|
+
export interface TopicClusterLinksProps extends ViewProps {
|
|
13
|
+
cluster: ClusterType;
|
|
14
|
+
context?: string;
|
|
15
|
+
onLinkPress?: (url: string) => void;
|
|
16
|
+
}
|
|
17
|
+
export declare const TopicClusterLinks: React.FC<TopicClusterLinksProps>;
|
|
18
|
+
export interface RelatedLinksProps extends ViewProps {
|
|
19
|
+
title?: string;
|
|
20
|
+
links: Array<{
|
|
21
|
+
text: string;
|
|
22
|
+
url: string;
|
|
23
|
+
variant?: 'primary' | 'secondary' | 'subtle';
|
|
24
|
+
}>;
|
|
25
|
+
onLinkPress?: (url: string) => void;
|
|
26
|
+
}
|
|
27
|
+
export declare const RelatedLinks: React.FC<RelatedLinksProps>;
|
|
28
|
+
export declare const generateContextualLinks: (pageType: string, _userStatus?: string) => {
|
|
29
|
+
text: string;
|
|
30
|
+
url: string;
|
|
31
|
+
}[];
|
|
32
|
+
export {};
|
|
33
|
+
//# sourceMappingURL=InternalLinkClusters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InternalLinkClusters.d.ts","sourceRoot":"","sources":["../src/InternalLinkClusters.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAyB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAGrE,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,CAAC;IAC7C,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACjC;AAQD,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAgBpD,CAAC;AAEF,KAAK,WAAW,GAAG,gBAAgB,GAAG,UAAU,GAAG,WAAW,GAAG,aAAa,CAAC;AAE/E,MAAM,WAAW,sBAAuB,SAAQ,SAAS;IACvD,OAAO,EAAE,WAAW,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACrC;AAsDD,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAuB9D,CAAC;AAEF,MAAM,WAAW,iBAAkB,SAAQ,SAAS;IAClD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,KAAK,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,CAAC;KAC9C,CAAC,CAAC;IACH,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACrC;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAkCpD,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,UAAU,MAAM,EAAE,cAAc,MAAM;UAC9B,MAAM;SAAO,MAAM;GAwBlE,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ViewProps } from 'react-native';
|
|
3
|
+
export interface NpsSurveyProps extends ViewProps {
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
onPress?: () => void;
|
|
6
|
+
children?: React.ReactNode;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* NpsSurvey component for React Native
|
|
10
|
+
* NPS survey display
|
|
11
|
+
*/
|
|
12
|
+
export declare const NpsSurvey: React.FC<NpsSurveyProps>;
|
|
13
|
+
//# sourceMappingURL=NpsSurvey.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NpsSurvey.d.ts","sourceRoot":"","sources":["../src/NpsSurvey.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG/D,MAAM,WAAW,cAAe,SAAQ,SAAS;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;;GAGG;AACH,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA+B9C,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ViewProps } from 'react-native';
|
|
3
|
+
export interface SalesReportProps extends ViewProps {
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* SalesReport component for React Native
|
|
9
|
+
* Sales report display container
|
|
10
|
+
*/
|
|
11
|
+
export declare const SalesReport: React.FC<SalesReportProps>;
|
|
12
|
+
//# sourceMappingURL=SalesReport.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SalesReport.d.ts","sourceRoot":"","sources":["../src/SalesReport.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG1D,MAAM,WAAW,gBAAiB,SAAQ,SAAS;IACjD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAyBlD,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ViewProps } from 'react-native';
|
|
3
|
+
export interface TestimonialSliderProps extends ViewProps {
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
onPress?: () => void;
|
|
6
|
+
children?: React.ReactNode;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* TestimonialSlider component for React Native
|
|
10
|
+
* Testimonial slider display
|
|
11
|
+
*/
|
|
12
|
+
export declare const TestimonialSlider: React.FC<TestimonialSliderProps>;
|
|
13
|
+
//# sourceMappingURL=TestimonialSlider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TestimonialSlider.d.ts","sourceRoot":"","sources":["../src/TestimonialSlider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG/D,MAAM,WAAW,sBAAuB,SAAQ,SAAS;IACvD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;;GAGG;AACH,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CA+B9D,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ViewProps } from 'react-native';
|
|
3
|
+
type UseCaseColor = 'blue' | 'green' | 'purple' | 'orange' | 'pink' | 'gray';
|
|
4
|
+
export interface UseCase {
|
|
5
|
+
icon: React.ReactNode;
|
|
6
|
+
title: string;
|
|
7
|
+
description: string;
|
|
8
|
+
examples: string[];
|
|
9
|
+
color?: UseCaseColor;
|
|
10
|
+
}
|
|
11
|
+
export interface UseCaseGridProps extends ViewProps {
|
|
12
|
+
title?: string;
|
|
13
|
+
description?: string;
|
|
14
|
+
useCases: UseCase[];
|
|
15
|
+
columns?: 2 | 3 | 4;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* UseCaseGrid component for React Native
|
|
19
|
+
* Grid display of use cases
|
|
20
|
+
*/
|
|
21
|
+
export declare const UseCaseGrid: React.FC<UseCaseGridProps>;
|
|
22
|
+
export {};
|
|
23
|
+
//# sourceMappingURL=UseCaseGrid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UseCaseGrid.d.ts","sourceRoot":"","sources":["../src/UseCaseGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAwB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAGpE,KAAK,YAAY,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;AAE7E,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,KAAK,CAAC,EAAE,YAAY,CAAC;CACtB;AAED,MAAM,WAAW,gBAAiB,SAAQ,SAAS;IACjD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACrB;AAkED;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAsClD,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ViewProps } from 'react-native';
|
|
3
|
+
export interface WelcomeScreenProps extends ViewProps {
|
|
4
|
+
title: string;
|
|
5
|
+
subtitle?: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
illustration?: React.ReactNode;
|
|
8
|
+
primaryButtonText?: string;
|
|
9
|
+
secondaryButtonText?: string;
|
|
10
|
+
onPrimaryPress?: () => void;
|
|
11
|
+
onSecondaryPress?: () => void;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Welcome screen component for onboarding flows
|
|
15
|
+
*/
|
|
16
|
+
export declare const WelcomeScreen: React.FC<WelcomeScreenProps>;
|
|
17
|
+
//# sourceMappingURL=WelcomeScreen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WelcomeScreen.d.ts","sourceRoot":"","sources":["../src/WelcomeScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG1D,MAAM,WAAW,kBAAmB,SAAQ,SAAS;IACnD,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;CAC/B;AAED;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA+DtD,CAAC"}
|