@developer_tribe/react-builder 1.2.44-test.2 → 1.2.45
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/attributes-editor/Field.d.ts +1 -3
- package/dist/attributes-editor/attributesEditorModelTypes.d.ts +0 -3
- package/dist/attributes-editor/useAttributesEditorModel.d.ts +1 -1
- package/dist/build-components/FormSubmitButton/FormSubmitButtonProps.generated.d.ts +3 -8
- package/dist/build-components/OnboardButton/OnboardButtonProps.generated.d.ts +3 -8
- package/dist/build-components/OnboardProvider/OnboardProviderProps.generated.d.ts +0 -2
- package/dist/build-components/PaywallProvider/PaywallProviderProps.generated.d.ts +0 -2
- package/dist/build-components/SystemButton/SystemButtonProps.generated.d.ts +3 -8
- package/dist/build-components/SystemButton/usePlacementButtonEvents.d.ts +2 -15
- package/dist/build-components/index.d.ts +1 -3
- package/dist/build-components/patterns.generated.d.ts +1334 -2129
- package/dist/components/DeviceButton.d.ts +2 -1
- package/dist/index.cjs.js +28 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +28 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.web.cjs.js +4 -4
- package/dist/index.web.cjs.js.map +1 -1
- package/dist/index.web.esm.js +3 -3
- package/dist/index.web.esm.js.map +1 -1
- package/dist/modals/CreateDeviceModal.d.ts +8 -0
- package/dist/product-base/periodLocalizationKeys.d.ts +16 -0
- package/dist/store/customDeviceStore.d.ts +21 -0
- package/dist/store.d.ts +1 -1
- package/dist/styles.css +1 -1
- package/dist/utils/nodeTree.d.ts +0 -18
- package/package.json +1 -1
- package/scripts/prebuild/utils/validateAllComponentsOrThrow.js +4 -68
- package/src/.DS_Store +0 -0
- package/src/assets/.DS_Store +0 -0
- package/src/assets/prompt-scheme-onboard.generated.ts +1 -1
- package/src/assets/prompt-scheme-paywall.generated.ts +1 -1
- package/src/assets/samples/getSamples.ts +0 -2
- package/src/assets/samples/terms-and-privacy-no-form.json +1 -1
- package/src/assets/samples/terms-and-privacy.json +1 -1
- package/src/attributes-editor/AttributesEditorView.tsx +0 -3
- package/src/attributes-editor/Field.tsx +2 -91
- package/src/attributes-editor/attributesEditorModelTypes.ts +0 -3
- package/src/attributes-editor/useAttributesEditorModel.ts +0 -8
- package/src/build-components/FormCheckbox/FormCheckbox.tsx +3 -3
- package/src/build-components/FormSubmitButton/FormSubmitButton.tsx +0 -6
- package/src/build-components/FormSubmitButton/FormSubmitButtonProps.generated.ts +3 -26
- package/src/build-components/OnboardButton/OnboardButton.tsx +1 -8
- package/src/build-components/OnboardButton/OnboardButtonProps.generated.ts +3 -26
- package/src/build-components/OnboardButton/pattern.json +3 -5
- package/src/build-components/OnboardProvider/OnboardProviderProps.generated.ts +0 -12
- package/src/build-components/OnboardProvider/pattern.json +1 -9
- package/src/build-components/PaywallProvider/PaywallProviderProps.generated.ts +0 -12
- package/src/build-components/PaywallProvider/pattern.json +1 -9
- package/src/build-components/RenderNode.generated.tsx +0 -10
- package/src/build-components/SystemButton/SystemButton.tsx +0 -6
- package/src/build-components/SystemButton/SystemButtonProps.generated.ts +3 -26
- package/src/build-components/SystemButton/pattern.json +3 -5
- package/src/build-components/SystemButton/usePlacementButtonEvents.ts +27 -51
- package/src/build-components/Text/Text.tsx +2 -3
- package/src/build-components/index.ts +0 -10
- package/src/build-components/patterns.generated.ts +1379 -2270
- package/src/components/AttributesEditorPanel.tsx +0 -1
- package/src/components/DeviceButton.tsx +34 -1
- package/src/components/EditorHeader.tsx +22 -4
- package/src/modals/CreateDeviceModal.tsx +264 -0
- package/src/modals/DeviceSelectorModal.tsx +44 -7
- package/src/product-base/extractIOSParams.ts +10 -4
- package/src/product-base/periodLocalizationKeys.ts +46 -0
- package/src/store/customDeviceStore.ts +38 -0
- package/src/styles/components/_editor-shell.scss +12 -2
- package/src/styles/index.scss +1 -1
- package/src/styles/modals/_create-device.scss +113 -0
- package/src/utils/__special_exceptions.ts +8 -0
- package/src/utils/analyseNodeByPatterns.ts +10 -6
- package/src/utils/nodeTree.ts +0 -115
- package/dist/build-components/GlobalProvider/GlobalContext.d.ts +0 -28
- package/dist/build-components/GlobalProvider/GlobalProvider.d.ts +0 -5
- package/dist/build-components/GlobalProvider/GlobalProviderProps.generated.d.ts +0 -60
- package/dist/build-components/GlobalProvider/globalProviderUtils.d.ts +0 -28
- package/dist/build-components/GlobalProvider/useGlobalNavigation.d.ts +0 -19
- package/dist/build-components/GlobalProvider/useGlobalProviderLogic.d.ts +0 -15
- package/dist/build-components/TermsProvider/TermsProvider.d.ts +0 -5
- package/dist/build-components/TermsProvider/TermsProviderProps.generated.d.ts +0 -55
- package/src/assets/samples/global-onboard-flow.json +0 -735
- package/src/build-components/GlobalProvider/GlobalContext.ts +0 -48
- package/src/build-components/GlobalProvider/GlobalProvider.tsx +0 -51
- package/src/build-components/GlobalProvider/GlobalProviderProps.generated.ts +0 -78
- package/src/build-components/GlobalProvider/globalProviderUtils.ts +0 -204
- package/src/build-components/GlobalProvider/pattern.json +0 -55
- package/src/build-components/GlobalProvider/useGlobalNavigation.ts +0 -65
- package/src/build-components/GlobalProvider/useGlobalProviderLogic.ts +0 -172
- package/src/build-components/TermsProvider/TermsProvider.tsx +0 -45
- package/src/build-components/TermsProvider/TermsProviderProps.generated.ts +0 -82
- package/src/build-components/TermsProvider/pattern.json +0 -35
- package/src/patterns/event-constants.json +0 -19
- package/src/styles/components/_global-provider.scss +0 -131
|
@@ -5384,13 +5384,11 @@ export declare const patterns: readonly [{
|
|
|
5384
5384
|
};
|
|
5385
5385
|
readonly types: {
|
|
5386
5386
|
readonly EventObject: {
|
|
5387
|
-
readonly type: readonly ["Permission", "Navigate", "Placement"
|
|
5388
|
-
readonly permission:
|
|
5387
|
+
readonly type: readonly ["Permission", "Navigate", "Placement"];
|
|
5388
|
+
readonly permission: "string";
|
|
5389
5389
|
readonly navigate_to: "string";
|
|
5390
5390
|
readonly targetIndex: "number";
|
|
5391
|
-
readonly placementKey:
|
|
5392
|
-
readonly conditionKey: readonly ["termsAccepted"];
|
|
5393
|
-
readonly value: "boolean";
|
|
5391
|
+
readonly placementKey: "string";
|
|
5394
5392
|
};
|
|
5395
5393
|
};
|
|
5396
5394
|
readonly meta: {
|
|
@@ -5778,10 +5776,10 @@ export declare const patterns: readonly [{
|
|
|
5778
5776
|
}, {
|
|
5779
5777
|
readonly schemaVersion: 2;
|
|
5780
5778
|
readonly pattern: {
|
|
5781
|
-
readonly type: "
|
|
5779
|
+
readonly type: "Image";
|
|
5782
5780
|
readonly title: "title";
|
|
5783
5781
|
readonly description: "description";
|
|
5784
|
-
readonly children: "
|
|
5782
|
+
readonly children: "never";
|
|
5785
5783
|
readonly attributes: {
|
|
5786
5784
|
readonly scrollable: "boolean";
|
|
5787
5785
|
readonly styles: {
|
|
@@ -5819,17 +5817,17 @@ export declare const patterns: readonly [{
|
|
|
5819
5817
|
readonly left: "size";
|
|
5820
5818
|
readonly right: "size";
|
|
5821
5819
|
readonly zIndex: "number";
|
|
5820
|
+
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
5822
5821
|
};
|
|
5823
5822
|
readonly testID: "string";
|
|
5824
|
-
readonly
|
|
5825
|
-
readonly
|
|
5826
|
-
readonly skipConditions: "SkipConditionEntry[]";
|
|
5823
|
+
readonly src: "string";
|
|
5824
|
+
readonly fetchStrategy: readonly ["highIfItsAppLaunch", "normal", "lazy", "none"];
|
|
5827
5825
|
};
|
|
5828
5826
|
};
|
|
5829
5827
|
readonly meta: {
|
|
5830
|
-
readonly desiredParent: readonly ["
|
|
5831
|
-
readonly label: "
|
|
5832
|
-
readonly description: "
|
|
5828
|
+
readonly desiredParent: readonly ["all"];
|
|
5829
|
+
readonly label: "Image";
|
|
5830
|
+
readonly description: "Shows an image or graphic.";
|
|
5833
5831
|
readonly specialCategories: {
|
|
5834
5832
|
readonly padding: {
|
|
5835
5833
|
readonly label: "Padding";
|
|
@@ -6130,29 +6128,30 @@ export declare const patterns: readonly [{
|
|
|
6130
6128
|
readonly sort: 26;
|
|
6131
6129
|
};
|
|
6132
6130
|
};
|
|
6133
|
-
readonly
|
|
6134
|
-
readonly label: "
|
|
6135
|
-
readonly description: "
|
|
6131
|
+
readonly src: {
|
|
6132
|
+
readonly label: "Src";
|
|
6133
|
+
readonly description: "Image source URL.";
|
|
6136
6134
|
readonly category: "other";
|
|
6137
6135
|
readonly specialCategory: null;
|
|
6138
6136
|
readonly sort: 1;
|
|
6139
6137
|
};
|
|
6140
|
-
readonly
|
|
6141
|
-
readonly label: "
|
|
6142
|
-
readonly description: "
|
|
6138
|
+
readonly fetchStrategy: {
|
|
6139
|
+
readonly label: "Fetch Strategy";
|
|
6140
|
+
readonly description: "highIfItsAppLaunch ilk başta yükleniyor eğer app_launch placeholder'i ile gelirse\nnormal sonra bütün hepsi toplanıp prefetch ediniyor\nlazy builder açılır açılmaz\nnone ise os'a bırakıldı";
|
|
6143
6141
|
readonly category: "other";
|
|
6144
6142
|
readonly specialCategory: null;
|
|
6145
6143
|
readonly sort: 2;
|
|
6146
6144
|
};
|
|
6147
|
-
|
|
6148
|
-
|
|
6149
|
-
|
|
6150
|
-
readonly
|
|
6145
|
+
};
|
|
6146
|
+
readonly styles: {
|
|
6147
|
+
readonly resizeMode: {
|
|
6148
|
+
readonly label: "Resize Mode";
|
|
6149
|
+
readonly description: "How the image fits the frame.";
|
|
6150
|
+
readonly category: "style";
|
|
6151
6151
|
readonly specialCategory: null;
|
|
6152
|
-
readonly sort:
|
|
6152
|
+
readonly sort: 4;
|
|
6153
6153
|
};
|
|
6154
6154
|
};
|
|
6155
|
-
readonly styles: {};
|
|
6156
6155
|
};
|
|
6157
6156
|
readonly defaults: {
|
|
6158
6157
|
readonly styles: {
|
|
@@ -6162,22 +6161,18 @@ export declare const patterns: readonly [{
|
|
|
6162
6161
|
readonly alignSelf: "flex-start";
|
|
6163
6162
|
readonly flexGrow: 0;
|
|
6164
6163
|
readonly flexShrink: 0;
|
|
6165
|
-
readonly
|
|
6166
|
-
};
|
|
6167
|
-
};
|
|
6168
|
-
readonly types: {
|
|
6169
|
-
readonly SkipConditionEntry: {
|
|
6170
|
-
readonly pageKey: "string";
|
|
6171
|
-
readonly conditionKey: "string";
|
|
6164
|
+
readonly resizeMode: "contain";
|
|
6172
6165
|
};
|
|
6166
|
+
readonly fetchStrategy: "normal";
|
|
6173
6167
|
};
|
|
6168
|
+
readonly types: {};
|
|
6174
6169
|
}, {
|
|
6175
6170
|
readonly schemaVersion: 2;
|
|
6176
6171
|
readonly pattern: {
|
|
6177
|
-
readonly type: "
|
|
6172
|
+
readonly type: "Main";
|
|
6178
6173
|
readonly title: "title";
|
|
6179
6174
|
readonly description: "description";
|
|
6180
|
-
readonly children: "
|
|
6175
|
+
readonly children: "node";
|
|
6181
6176
|
readonly attributes: {
|
|
6182
6177
|
readonly scrollable: "boolean";
|
|
6183
6178
|
readonly styles: {
|
|
@@ -6215,17 +6210,15 @@ export declare const patterns: readonly [{
|
|
|
6215
6210
|
readonly left: "size";
|
|
6216
6211
|
readonly right: "size";
|
|
6217
6212
|
readonly zIndex: "number";
|
|
6218
|
-
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
6219
6213
|
};
|
|
6220
6214
|
readonly testID: "string";
|
|
6221
|
-
readonly
|
|
6222
|
-
readonly fetchStrategy: readonly ["highIfItsAppLaunch", "normal", "lazy", "none"];
|
|
6215
|
+
readonly useSafeAreaView: "boolean";
|
|
6223
6216
|
};
|
|
6224
6217
|
};
|
|
6225
6218
|
readonly meta: {
|
|
6226
|
-
readonly desiredParent: readonly ["
|
|
6227
|
-
readonly label: "
|
|
6228
|
-
readonly description: "
|
|
6219
|
+
readonly desiredParent: readonly ["root"];
|
|
6220
|
+
readonly label: "Main";
|
|
6221
|
+
readonly description: "Top-level screen wrapper (safe area, base layout).";
|
|
6229
6222
|
readonly specialCategories: {
|
|
6230
6223
|
readonly padding: {
|
|
6231
6224
|
readonly label: "Padding";
|
|
@@ -6526,30 +6519,17 @@ export declare const patterns: readonly [{
|
|
|
6526
6519
|
readonly sort: 26;
|
|
6527
6520
|
};
|
|
6528
6521
|
};
|
|
6529
|
-
readonly
|
|
6530
|
-
readonly label: "
|
|
6531
|
-
readonly description: "
|
|
6532
|
-
readonly category: "
|
|
6522
|
+
readonly useSafeAreaView: {
|
|
6523
|
+
readonly label: "Use Safe Area View";
|
|
6524
|
+
readonly description: "Wraps content with a safe-area-aware container (when supported by the target).";
|
|
6525
|
+
readonly category: "container";
|
|
6533
6526
|
readonly specialCategory: null;
|
|
6534
6527
|
readonly sort: 1;
|
|
6535
|
-
|
|
6536
|
-
readonly fetchStrategy: {
|
|
6537
|
-
readonly label: "Fetch Strategy";
|
|
6538
|
-
readonly description: "highIfItsAppLaunch ilk başta yükleniyor eğer app_launch placeholder'i ile gelirse\nnormal sonra bütün hepsi toplanıp prefetch ediniyor\nlazy builder açılır açılmaz\nnone ise os'a bırakıldı";
|
|
6539
|
-
readonly category: "other";
|
|
6540
|
-
readonly specialCategory: null;
|
|
6541
|
-
readonly sort: 2;
|
|
6542
|
-
};
|
|
6543
|
-
};
|
|
6544
|
-
readonly styles: {
|
|
6545
|
-
readonly resizeMode: {
|
|
6546
|
-
readonly label: "Resize Mode";
|
|
6547
|
-
readonly description: "How the image fits the frame.";
|
|
6548
|
-
readonly category: "style";
|
|
6549
|
-
readonly specialCategory: null;
|
|
6550
|
-
readonly sort: 4;
|
|
6528
|
+
readonly forceVisible: true;
|
|
6551
6529
|
};
|
|
6552
6530
|
};
|
|
6531
|
+
readonly hideAllAttributes: true;
|
|
6532
|
+
readonly styles: {};
|
|
6553
6533
|
};
|
|
6554
6534
|
readonly defaults: {
|
|
6555
6535
|
readonly styles: {
|
|
@@ -6559,15 +6539,59 @@ export declare const patterns: readonly [{
|
|
|
6559
6539
|
readonly alignSelf: "flex-start";
|
|
6560
6540
|
readonly flexGrow: 0;
|
|
6561
6541
|
readonly flexShrink: 0;
|
|
6562
|
-
readonly
|
|
6542
|
+
readonly width: "100%";
|
|
6543
|
+
readonly height: "100%";
|
|
6544
|
+
readonly flex: 1;
|
|
6563
6545
|
};
|
|
6564
|
-
readonly
|
|
6546
|
+
readonly useSafeAreaView: true;
|
|
6565
6547
|
};
|
|
6566
6548
|
readonly types: {};
|
|
6567
6549
|
}, {
|
|
6568
6550
|
readonly schemaVersion: 2;
|
|
6569
6551
|
readonly pattern: {
|
|
6570
|
-
readonly type: "
|
|
6552
|
+
readonly type: "NavigationBarColor";
|
|
6553
|
+
readonly title: "title";
|
|
6554
|
+
readonly description: "description";
|
|
6555
|
+
readonly children: "never";
|
|
6556
|
+
readonly attributes: {
|
|
6557
|
+
readonly styles: {
|
|
6558
|
+
readonly backgroundColor: "color";
|
|
6559
|
+
};
|
|
6560
|
+
readonly translucent: "boolean";
|
|
6561
|
+
};
|
|
6562
|
+
};
|
|
6563
|
+
readonly meta: {
|
|
6564
|
+
readonly desiredParent: readonly ["all"];
|
|
6565
|
+
readonly label: "Navigation Bar Color";
|
|
6566
|
+
readonly description: "Sets the OS navigation bar background color.";
|
|
6567
|
+
readonly styles: {
|
|
6568
|
+
readonly backgroundColor: {
|
|
6569
|
+
readonly label: "Background Color";
|
|
6570
|
+
readonly description: "Navigation bar background color.";
|
|
6571
|
+
readonly category: "style";
|
|
6572
|
+
readonly specialCategory: null;
|
|
6573
|
+
readonly sort: 1;
|
|
6574
|
+
};
|
|
6575
|
+
};
|
|
6576
|
+
readonly attributes: {
|
|
6577
|
+
readonly translucent: {
|
|
6578
|
+
readonly label: "Translucent";
|
|
6579
|
+
readonly description: "Sets the navigation bar to translucent.";
|
|
6580
|
+
readonly category: "style";
|
|
6581
|
+
readonly specialCategory: null;
|
|
6582
|
+
readonly sort: 2;
|
|
6583
|
+
};
|
|
6584
|
+
};
|
|
6585
|
+
};
|
|
6586
|
+
readonly defaults: {
|
|
6587
|
+
readonly styles: {
|
|
6588
|
+
readonly backgroundColor: "THEME_COLORS.BACKGROUND";
|
|
6589
|
+
};
|
|
6590
|
+
};
|
|
6591
|
+
}, {
|
|
6592
|
+
readonly schemaVersion: 2;
|
|
6593
|
+
readonly pattern: {
|
|
6594
|
+
readonly type: "Onboard";
|
|
6571
6595
|
readonly title: "title";
|
|
6572
6596
|
readonly description: "description";
|
|
6573
6597
|
readonly children: "node";
|
|
@@ -6610,13 +6634,12 @@ export declare const patterns: readonly [{
|
|
|
6610
6634
|
readonly zIndex: "number";
|
|
6611
6635
|
};
|
|
6612
6636
|
readonly testID: "string";
|
|
6613
|
-
readonly useSafeAreaView: "boolean";
|
|
6614
6637
|
};
|
|
6615
6638
|
};
|
|
6616
6639
|
readonly meta: {
|
|
6617
|
-
readonly desiredParent: readonly ["
|
|
6618
|
-
readonly label: "
|
|
6619
|
-
readonly description: "
|
|
6640
|
+
readonly desiredParent: readonly ["=OnboardProvider"];
|
|
6641
|
+
readonly label: "Onboard";
|
|
6642
|
+
readonly description: "Wraps the onboarding flow.";
|
|
6620
6643
|
readonly specialCategories: {
|
|
6621
6644
|
readonly padding: {
|
|
6622
6645
|
readonly label: "Padding";
|
|
@@ -6917,85 +6940,41 @@ export declare const patterns: readonly [{
|
|
|
6917
6940
|
readonly sort: 26;
|
|
6918
6941
|
};
|
|
6919
6942
|
};
|
|
6920
|
-
readonly useSafeAreaView: {
|
|
6921
|
-
readonly label: "Use Safe Area View";
|
|
6922
|
-
readonly description: "Wraps content with a safe-area-aware container (when supported by the target).";
|
|
6923
|
-
readonly category: "container";
|
|
6924
|
-
readonly specialCategory: null;
|
|
6925
|
-
readonly sort: 1;
|
|
6926
|
-
readonly forceVisible: true;
|
|
6927
|
-
};
|
|
6928
6943
|
};
|
|
6929
|
-
readonly
|
|
6944
|
+
readonly desiredChildren: readonly ["=OnboardItem"];
|
|
6930
6945
|
readonly styles: {};
|
|
6931
6946
|
};
|
|
6932
6947
|
readonly defaults: {
|
|
6933
6948
|
readonly styles: {
|
|
6934
|
-
readonly flexDirection: "
|
|
6949
|
+
readonly flexDirection: "row";
|
|
6935
6950
|
readonly position: "relative";
|
|
6936
6951
|
readonly zIndex: 1;
|
|
6937
6952
|
readonly alignSelf: "flex-start";
|
|
6938
6953
|
readonly flexGrow: 0;
|
|
6939
6954
|
readonly flexShrink: 0;
|
|
6940
|
-
readonly width: "100%";
|
|
6941
|
-
readonly height: "100%";
|
|
6942
|
-
readonly flex: 1;
|
|
6943
6955
|
};
|
|
6944
|
-
readonly useSafeAreaView: true;
|
|
6945
6956
|
};
|
|
6946
6957
|
readonly types: {};
|
|
6947
6958
|
}, {
|
|
6948
6959
|
readonly schemaVersion: 2;
|
|
6949
6960
|
readonly pattern: {
|
|
6950
|
-
readonly type: "
|
|
6961
|
+
readonly type: "OnboardButton";
|
|
6951
6962
|
readonly title: "title";
|
|
6952
6963
|
readonly description: "description";
|
|
6953
6964
|
readonly children: "never";
|
|
6954
6965
|
readonly attributes: {
|
|
6966
|
+
readonly labelKey: "string";
|
|
6967
|
+
readonly events: "EventObject[]";
|
|
6968
|
+
readonly testID: readonly ["onboardSkip", "onboardNext"];
|
|
6955
6969
|
readonly styles: {
|
|
6970
|
+
readonly color: "color";
|
|
6956
6971
|
readonly backgroundColor: "color";
|
|
6957
|
-
|
|
6958
|
-
|
|
6959
|
-
|
|
6960
|
-
|
|
6961
|
-
|
|
6962
|
-
|
|
6963
|
-
readonly label: "Navigation Bar Color";
|
|
6964
|
-
readonly description: "Sets the OS navigation bar background color.";
|
|
6965
|
-
readonly styles: {
|
|
6966
|
-
readonly backgroundColor: {
|
|
6967
|
-
readonly label: "Background Color";
|
|
6968
|
-
readonly description: "Navigation bar background color.";
|
|
6969
|
-
readonly category: "style";
|
|
6970
|
-
readonly specialCategory: null;
|
|
6971
|
-
readonly sort: 1;
|
|
6972
|
-
};
|
|
6973
|
-
};
|
|
6974
|
-
readonly attributes: {
|
|
6975
|
-
readonly translucent: {
|
|
6976
|
-
readonly label: "Translucent";
|
|
6977
|
-
readonly description: "Sets the navigation bar to translucent.";
|
|
6978
|
-
readonly category: "style";
|
|
6979
|
-
readonly specialCategory: null;
|
|
6980
|
-
readonly sort: 2;
|
|
6981
|
-
};
|
|
6982
|
-
};
|
|
6983
|
-
};
|
|
6984
|
-
readonly defaults: {
|
|
6985
|
-
readonly styles: {
|
|
6986
|
-
readonly backgroundColor: "THEME_COLORS.BACKGROUND";
|
|
6987
|
-
};
|
|
6988
|
-
};
|
|
6989
|
-
}, {
|
|
6990
|
-
readonly schemaVersion: 2;
|
|
6991
|
-
readonly pattern: {
|
|
6992
|
-
readonly type: "Onboard";
|
|
6993
|
-
readonly title: "title";
|
|
6994
|
-
readonly description: "description";
|
|
6995
|
-
readonly children: "node";
|
|
6996
|
-
readonly attributes: {
|
|
6997
|
-
readonly scrollable: "boolean";
|
|
6998
|
-
readonly styles: {
|
|
6972
|
+
readonly height: "size";
|
|
6973
|
+
readonly borderRadius: "size";
|
|
6974
|
+
readonly fontSize: "size";
|
|
6975
|
+
readonly fontWeight: "fontWeight";
|
|
6976
|
+
readonly fontFamily: "fontFamily";
|
|
6977
|
+
readonly textAlign: "string";
|
|
6999
6978
|
readonly flexDirection: readonly ["row", "column"];
|
|
7000
6979
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
7001
6980
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -7015,12 +6994,9 @@ export declare const patterns: readonly [{
|
|
|
7015
6994
|
readonly marginBottom: "size";
|
|
7016
6995
|
readonly marginLeft: "size";
|
|
7017
6996
|
readonly marginRight: "size";
|
|
7018
|
-
readonly backgroundColor: "color";
|
|
7019
|
-
readonly borderRadius: "size";
|
|
7020
6997
|
readonly width: "size";
|
|
7021
6998
|
readonly minWidth: "size";
|
|
7022
6999
|
readonly maxWidth: "size";
|
|
7023
|
-
readonly height: "size";
|
|
7024
7000
|
readonly minHeight: "size";
|
|
7025
7001
|
readonly maxHeight: "size";
|
|
7026
7002
|
readonly flex: "number";
|
|
@@ -7031,40 +7007,76 @@ export declare const patterns: readonly [{
|
|
|
7031
7007
|
readonly right: "size";
|
|
7032
7008
|
readonly zIndex: "number";
|
|
7033
7009
|
};
|
|
7034
|
-
readonly
|
|
7010
|
+
readonly adjustsFontSizeToFit: "boolean";
|
|
7011
|
+
readonly numberOfLines: "number";
|
|
7012
|
+
readonly translateCounter: "number";
|
|
7013
|
+
readonly scrollable: "boolean";
|
|
7014
|
+
readonly animation: readonly ["simple-animation", "line-animation", "blur", "blur-animation", "blur-line-animation"];
|
|
7015
|
+
readonly animation_color: "color";
|
|
7016
|
+
};
|
|
7017
|
+
};
|
|
7018
|
+
readonly defaults: {
|
|
7019
|
+
readonly attributes: {
|
|
7020
|
+
readonly labelKey: "Button";
|
|
7021
|
+
};
|
|
7022
|
+
readonly styles: {
|
|
7023
|
+
readonly height: "40@vs";
|
|
7024
|
+
readonly borderRadius: "12@s";
|
|
7025
|
+
readonly backgroundColor: "THEME_COLORS.SYSTEM_BUTTON_BACKGROUND";
|
|
7026
|
+
readonly color: "THEME_COLORS.ONBOARD_BUTTON_PRIMARY_TEXT";
|
|
7027
|
+
readonly fontSize: "16@fs";
|
|
7028
|
+
readonly fontWeight: "400";
|
|
7029
|
+
readonly flexDirection: "column";
|
|
7030
|
+
readonly position: "relative";
|
|
7031
|
+
readonly zIndex: 1;
|
|
7032
|
+
readonly alignSelf: "flex-start";
|
|
7033
|
+
readonly flexGrow: 0;
|
|
7034
|
+
readonly flexShrink: 0;
|
|
7035
|
+
};
|
|
7036
|
+
readonly translateCounter: 1;
|
|
7037
|
+
readonly numberOfLines: 1;
|
|
7038
|
+
};
|
|
7039
|
+
readonly types: {
|
|
7040
|
+
readonly EventObject: {
|
|
7041
|
+
readonly type: readonly ["Permission", "Navigate", "Placement"];
|
|
7042
|
+
readonly permission: "string";
|
|
7043
|
+
readonly navigate_to: "string";
|
|
7044
|
+
readonly targetIndex: "number";
|
|
7045
|
+
readonly placementKey: "string";
|
|
7035
7046
|
};
|
|
7036
7047
|
};
|
|
7037
7048
|
readonly meta: {
|
|
7038
|
-
readonly
|
|
7039
|
-
readonly
|
|
7040
|
-
readonly
|
|
7041
|
-
|
|
7042
|
-
|
|
7043
|
-
readonly
|
|
7044
|
-
readonly
|
|
7045
|
-
readonly
|
|
7049
|
+
readonly label: "Onboard Button";
|
|
7050
|
+
readonly description: "Single action button for onboard.";
|
|
7051
|
+
readonly attributes: {
|
|
7052
|
+
readonly labelKey: {
|
|
7053
|
+
readonly label: "Label Key";
|
|
7054
|
+
readonly description: "Localization key for the button text.";
|
|
7055
|
+
readonly category: "other";
|
|
7056
|
+
readonly specialCategory: null;
|
|
7046
7057
|
readonly sort: 1;
|
|
7047
7058
|
};
|
|
7048
|
-
readonly
|
|
7049
|
-
readonly label: "
|
|
7050
|
-
readonly description: "
|
|
7051
|
-
readonly category: "
|
|
7052
|
-
readonly
|
|
7059
|
+
readonly events: {
|
|
7060
|
+
readonly label: "Events";
|
|
7061
|
+
readonly description: "List of events fired by the button.";
|
|
7062
|
+
readonly category: "other";
|
|
7063
|
+
readonly specialCategory: null;
|
|
7064
|
+
readonly sort: 7;
|
|
7053
7065
|
};
|
|
7054
|
-
readonly
|
|
7055
|
-
readonly label: "Size";
|
|
7056
|
-
readonly description: "
|
|
7057
|
-
readonly category: "
|
|
7058
|
-
readonly
|
|
7066
|
+
readonly adjustsFontSizeToFit: {
|
|
7067
|
+
readonly label: "Adjust Font Size To Fit";
|
|
7068
|
+
readonly description: "Automatically reduces font size to fit the available space.";
|
|
7069
|
+
readonly category: "other";
|
|
7070
|
+
readonly specialCategory: null;
|
|
7071
|
+
readonly sort: 1;
|
|
7059
7072
|
};
|
|
7060
|
-
readonly
|
|
7061
|
-
readonly label: "
|
|
7062
|
-
readonly description: "
|
|
7063
|
-
readonly category: "
|
|
7064
|
-
readonly
|
|
7073
|
+
readonly showEllipsis: {
|
|
7074
|
+
readonly label: "Show Ellipsis";
|
|
7075
|
+
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
7076
|
+
readonly category: "other";
|
|
7077
|
+
readonly specialCategory: null;
|
|
7078
|
+
readonly sort: 2;
|
|
7065
7079
|
};
|
|
7066
|
-
};
|
|
7067
|
-
readonly attributes: {
|
|
7068
7080
|
readonly scrollable: {
|
|
7069
7081
|
readonly label: "Scrollable";
|
|
7070
7082
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -7337,42 +7349,105 @@ export declare const patterns: readonly [{
|
|
|
7337
7349
|
readonly specialCategory: null;
|
|
7338
7350
|
readonly sort: 26;
|
|
7339
7351
|
};
|
|
7352
|
+
readonly color: {
|
|
7353
|
+
readonly label: "Color";
|
|
7354
|
+
readonly description: "Text color.";
|
|
7355
|
+
readonly category: "style";
|
|
7356
|
+
readonly specialCategory: null;
|
|
7357
|
+
readonly sort: 1;
|
|
7358
|
+
};
|
|
7359
|
+
};
|
|
7360
|
+
readonly animation: {
|
|
7361
|
+
readonly label: "Animation";
|
|
7362
|
+
readonly description: "Animation style for the button.";
|
|
7363
|
+
readonly category: "style";
|
|
7364
|
+
readonly specialCategory: null;
|
|
7365
|
+
readonly sort: 3;
|
|
7366
|
+
};
|
|
7367
|
+
readonly animation_color: {
|
|
7368
|
+
readonly label: "Animation Color";
|
|
7369
|
+
readonly description: "Color used by the animation.";
|
|
7370
|
+
readonly category: "style";
|
|
7371
|
+
readonly specialCategory: null;
|
|
7372
|
+
readonly sort: 4;
|
|
7340
7373
|
};
|
|
7341
7374
|
};
|
|
7342
|
-
readonly
|
|
7343
|
-
readonly styles: {};
|
|
7344
|
-
};
|
|
7345
|
-
readonly defaults: {
|
|
7375
|
+
readonly desiredParent: readonly ["=OnboardButtons"];
|
|
7346
7376
|
readonly styles: {
|
|
7347
|
-
readonly
|
|
7348
|
-
|
|
7349
|
-
|
|
7350
|
-
|
|
7351
|
-
|
|
7352
|
-
|
|
7377
|
+
readonly color: {
|
|
7378
|
+
readonly label: "Color";
|
|
7379
|
+
readonly description: "Text color.";
|
|
7380
|
+
readonly category: "style";
|
|
7381
|
+
readonly specialCategory: null;
|
|
7382
|
+
readonly sort: 1;
|
|
7383
|
+
};
|
|
7384
|
+
readonly fontSize: {
|
|
7385
|
+
readonly label: "Font Size";
|
|
7386
|
+
readonly description: "Text size.";
|
|
7387
|
+
readonly category: "style";
|
|
7388
|
+
readonly specialCategory: null;
|
|
7389
|
+
readonly sort: 2;
|
|
7390
|
+
readonly preferredScale: "f";
|
|
7391
|
+
};
|
|
7392
|
+
readonly fontFamily: {
|
|
7393
|
+
readonly label: "Font Family";
|
|
7394
|
+
readonly description: "Font family used for the text.";
|
|
7395
|
+
readonly category: "style";
|
|
7396
|
+
readonly specialCategory: null;
|
|
7397
|
+
readonly sort: 3;
|
|
7398
|
+
};
|
|
7399
|
+
readonly fontWeight: {
|
|
7400
|
+
readonly label: "Font Weight";
|
|
7401
|
+
readonly description: "Text weight.";
|
|
7402
|
+
readonly category: "style";
|
|
7403
|
+
readonly specialCategory: null;
|
|
7404
|
+
readonly sort: 4;
|
|
7405
|
+
};
|
|
7406
|
+
readonly textAlign: {
|
|
7407
|
+
readonly label: "Text Align";
|
|
7408
|
+
readonly description: "Text alignment.";
|
|
7409
|
+
readonly category: "style";
|
|
7410
|
+
readonly specialCategory: null;
|
|
7411
|
+
readonly sort: 5;
|
|
7412
|
+
};
|
|
7413
|
+
};
|
|
7414
|
+
readonly specialCategories: {
|
|
7415
|
+
readonly padding: {
|
|
7416
|
+
readonly label: "Padding";
|
|
7417
|
+
readonly description: "Uniform padding on all sides.";
|
|
7418
|
+
readonly category: "container";
|
|
7419
|
+
readonly sort: 1;
|
|
7420
|
+
};
|
|
7421
|
+
readonly margin: {
|
|
7422
|
+
readonly label: "Margin";
|
|
7423
|
+
readonly description: "Uniform margin on all sides.";
|
|
7424
|
+
readonly category: "container";
|
|
7425
|
+
readonly sort: 2;
|
|
7426
|
+
};
|
|
7427
|
+
readonly size: {
|
|
7428
|
+
readonly label: "Size";
|
|
7429
|
+
readonly description: "Fixed dimensions.";
|
|
7430
|
+
readonly category: "container";
|
|
7431
|
+
readonly sort: 3;
|
|
7432
|
+
};
|
|
7433
|
+
readonly offset: {
|
|
7434
|
+
readonly label: "Offset";
|
|
7435
|
+
readonly description: "Absolute positioning offsets.";
|
|
7436
|
+
readonly category: "container";
|
|
7437
|
+
readonly sort: 4;
|
|
7438
|
+
};
|
|
7353
7439
|
};
|
|
7354
7440
|
};
|
|
7355
|
-
readonly types: {};
|
|
7356
7441
|
}, {
|
|
7357
7442
|
readonly schemaVersion: 2;
|
|
7358
7443
|
readonly pattern: {
|
|
7359
|
-
readonly type: "
|
|
7444
|
+
readonly type: "OnboardButtons";
|
|
7360
7445
|
readonly title: "title";
|
|
7361
7446
|
readonly description: "description";
|
|
7362
|
-
readonly children: "
|
|
7447
|
+
readonly children: "node";
|
|
7363
7448
|
readonly attributes: {
|
|
7364
|
-
readonly
|
|
7365
|
-
readonly events: "EventObject[]";
|
|
7366
|
-
readonly testID: readonly ["onboardSkip", "onboardNext"];
|
|
7449
|
+
readonly scrollable: "boolean";
|
|
7367
7450
|
readonly styles: {
|
|
7368
|
-
readonly color: "color";
|
|
7369
|
-
readonly backgroundColor: "color";
|
|
7370
|
-
readonly height: "size";
|
|
7371
|
-
readonly borderRadius: "size";
|
|
7372
|
-
readonly fontSize: "size";
|
|
7373
|
-
readonly fontWeight: "fontWeight";
|
|
7374
|
-
readonly fontFamily: "fontFamily";
|
|
7375
|
-
readonly textAlign: "string";
|
|
7376
7451
|
readonly flexDirection: readonly ["row", "column"];
|
|
7377
7452
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
7378
7453
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -7392,9 +7467,12 @@ export declare const patterns: readonly [{
|
|
|
7392
7467
|
readonly marginBottom: "size";
|
|
7393
7468
|
readonly marginLeft: "size";
|
|
7394
7469
|
readonly marginRight: "size";
|
|
7470
|
+
readonly backgroundColor: "color";
|
|
7471
|
+
readonly borderRadius: "size";
|
|
7395
7472
|
readonly width: "size";
|
|
7396
7473
|
readonly minWidth: "size";
|
|
7397
7474
|
readonly maxWidth: "size";
|
|
7475
|
+
readonly height: "size";
|
|
7398
7476
|
readonly minHeight: "size";
|
|
7399
7477
|
readonly maxHeight: "size";
|
|
7400
7478
|
readonly flex: "number";
|
|
@@ -7405,78 +7483,47 @@ export declare const patterns: readonly [{
|
|
|
7405
7483
|
readonly right: "size";
|
|
7406
7484
|
readonly zIndex: "number";
|
|
7407
7485
|
};
|
|
7408
|
-
readonly
|
|
7409
|
-
readonly
|
|
7410
|
-
readonly
|
|
7411
|
-
readonly
|
|
7412
|
-
readonly
|
|
7413
|
-
readonly
|
|
7414
|
-
|
|
7415
|
-
|
|
7416
|
-
readonly defaults: {
|
|
7417
|
-
readonly attributes: {
|
|
7418
|
-
readonly labelKey: "Button";
|
|
7419
|
-
};
|
|
7420
|
-
readonly styles: {
|
|
7421
|
-
readonly height: "40@vs";
|
|
7422
|
-
readonly borderRadius: "12@s";
|
|
7423
|
-
readonly backgroundColor: "THEME_COLORS.SYSTEM_BUTTON_BACKGROUND";
|
|
7424
|
-
readonly color: "THEME_COLORS.ONBOARD_BUTTON_PRIMARY_TEXT";
|
|
7425
|
-
readonly fontSize: "16@fs";
|
|
7426
|
-
readonly fontWeight: "400";
|
|
7427
|
-
readonly flexDirection: "column";
|
|
7428
|
-
readonly position: "relative";
|
|
7429
|
-
readonly zIndex: 1;
|
|
7430
|
-
readonly alignSelf: "flex-start";
|
|
7431
|
-
readonly flexGrow: 0;
|
|
7432
|
-
readonly flexShrink: 0;
|
|
7433
|
-
};
|
|
7434
|
-
readonly translateCounter: 1;
|
|
7435
|
-
readonly numberOfLines: 1;
|
|
7436
|
-
};
|
|
7437
|
-
readonly types: {
|
|
7438
|
-
readonly EventObject: {
|
|
7439
|
-
readonly type: readonly ["Permission", "Navigate", "Placement", "SetCondition"];
|
|
7440
|
-
readonly permission: readonly ["notification", "camera", "microphone", "location", "photos", "contacts", "att", "rating", "GDPR"];
|
|
7441
|
-
readonly navigate_to: "string";
|
|
7442
|
-
readonly targetIndex: "number";
|
|
7443
|
-
readonly placementKey: readonly ["terms", "onboard", "paywall", "subscription", "home"];
|
|
7444
|
-
readonly conditionKey: readonly ["termsAccepted"];
|
|
7445
|
-
readonly value: "boolean";
|
|
7486
|
+
readonly testID: "string";
|
|
7487
|
+
readonly buttonType: readonly ["previous_button", "next_button", "skip_button"];
|
|
7488
|
+
readonly skipNumber: "number";
|
|
7489
|
+
readonly buttons_direction: readonly ["row", "column"];
|
|
7490
|
+
readonly forIndex: "number";
|
|
7491
|
+
readonly seperatorColor: "color";
|
|
7492
|
+
readonly condition: readonly ["carousel-index"];
|
|
7493
|
+
readonly conditionVariable: "number";
|
|
7446
7494
|
};
|
|
7447
7495
|
};
|
|
7448
7496
|
readonly meta: {
|
|
7449
|
-
readonly
|
|
7450
|
-
readonly
|
|
7451
|
-
readonly
|
|
7452
|
-
|
|
7453
|
-
|
|
7454
|
-
readonly
|
|
7455
|
-
readonly
|
|
7456
|
-
readonly
|
|
7497
|
+
readonly desiredParent: readonly ["=OnboardItem"];
|
|
7498
|
+
readonly label: "Onboard Buttons";
|
|
7499
|
+
readonly description: "Wrapper for onboarding button set.";
|
|
7500
|
+
readonly specialCategories: {
|
|
7501
|
+
readonly padding: {
|
|
7502
|
+
readonly label: "Padding";
|
|
7503
|
+
readonly description: "Uniform padding on all sides.";
|
|
7504
|
+
readonly category: "container";
|
|
7457
7505
|
readonly sort: 1;
|
|
7458
7506
|
};
|
|
7459
|
-
readonly
|
|
7460
|
-
readonly label: "
|
|
7461
|
-
readonly description: "
|
|
7462
|
-
readonly category: "
|
|
7463
|
-
readonly
|
|
7464
|
-
readonly sort: 7;
|
|
7507
|
+
readonly margin: {
|
|
7508
|
+
readonly label: "Margin";
|
|
7509
|
+
readonly description: "Uniform margin on all sides.";
|
|
7510
|
+
readonly category: "container";
|
|
7511
|
+
readonly sort: 2;
|
|
7465
7512
|
};
|
|
7466
|
-
readonly
|
|
7467
|
-
readonly label: "
|
|
7468
|
-
readonly description: "
|
|
7469
|
-
readonly category: "
|
|
7470
|
-
readonly
|
|
7471
|
-
readonly sort: 1;
|
|
7513
|
+
readonly size: {
|
|
7514
|
+
readonly label: "Size";
|
|
7515
|
+
readonly description: "Fixed dimensions.";
|
|
7516
|
+
readonly category: "container";
|
|
7517
|
+
readonly sort: 3;
|
|
7472
7518
|
};
|
|
7473
|
-
readonly
|
|
7474
|
-
readonly label: "
|
|
7475
|
-
readonly description: "
|
|
7476
|
-
readonly category: "
|
|
7477
|
-
readonly
|
|
7478
|
-
readonly sort: 2;
|
|
7519
|
+
readonly offset: {
|
|
7520
|
+
readonly label: "Offset";
|
|
7521
|
+
readonly description: "Absolute positioning offsets.";
|
|
7522
|
+
readonly category: "container";
|
|
7523
|
+
readonly sort: 4;
|
|
7479
7524
|
};
|
|
7525
|
+
};
|
|
7526
|
+
readonly attributes: {
|
|
7480
7527
|
readonly scrollable: {
|
|
7481
7528
|
readonly label: "Scrollable";
|
|
7482
7529
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -7749,102 +7796,83 @@ export declare const patterns: readonly [{
|
|
|
7749
7796
|
readonly specialCategory: null;
|
|
7750
7797
|
readonly sort: 26;
|
|
7751
7798
|
};
|
|
7752
|
-
readonly color: {
|
|
7753
|
-
readonly label: "Color";
|
|
7754
|
-
readonly description: "Text color.";
|
|
7755
|
-
readonly category: "style";
|
|
7756
|
-
readonly specialCategory: null;
|
|
7757
|
-
readonly sort: 1;
|
|
7758
|
-
};
|
|
7759
7799
|
};
|
|
7760
|
-
readonly
|
|
7761
|
-
readonly label: "
|
|
7762
|
-
readonly description: "
|
|
7800
|
+
readonly seperatorColor: {
|
|
7801
|
+
readonly label: "Seperator Color";
|
|
7802
|
+
readonly description: "Color of the divider line.";
|
|
7763
7803
|
readonly category: "style";
|
|
7764
7804
|
readonly specialCategory: null;
|
|
7765
|
-
readonly sort:
|
|
7805
|
+
readonly sort: 5;
|
|
7766
7806
|
};
|
|
7767
|
-
readonly
|
|
7768
|
-
readonly label: "
|
|
7769
|
-
readonly description: "
|
|
7770
|
-
readonly category: "
|
|
7771
|
-
readonly specialCategory: null;
|
|
7772
|
-
readonly sort: 4;
|
|
7773
|
-
};
|
|
7774
|
-
};
|
|
7775
|
-
readonly desiredParent: readonly ["=OnboardButtons"];
|
|
7776
|
-
readonly styles: {
|
|
7777
|
-
readonly color: {
|
|
7778
|
-
readonly label: "Color";
|
|
7779
|
-
readonly description: "Text color.";
|
|
7780
|
-
readonly category: "style";
|
|
7807
|
+
readonly buttonType: {
|
|
7808
|
+
readonly label: "Button Type";
|
|
7809
|
+
readonly description: "Which onboard button to show.";
|
|
7810
|
+
readonly category: "other";
|
|
7781
7811
|
readonly specialCategory: null;
|
|
7782
7812
|
readonly sort: 1;
|
|
7783
7813
|
};
|
|
7784
|
-
readonly
|
|
7785
|
-
readonly label: "
|
|
7786
|
-
readonly description: "
|
|
7787
|
-
readonly category: "
|
|
7814
|
+
readonly skipNumber: {
|
|
7815
|
+
readonly label: "Skip Number";
|
|
7816
|
+
readonly description: "Slide index to skip to.";
|
|
7817
|
+
readonly category: "other";
|
|
7788
7818
|
readonly specialCategory: null;
|
|
7789
7819
|
readonly sort: 2;
|
|
7790
|
-
readonly preferredScale: "f";
|
|
7791
7820
|
};
|
|
7792
|
-
readonly
|
|
7793
|
-
readonly label: "
|
|
7794
|
-
readonly description: "
|
|
7795
|
-
readonly category: "
|
|
7821
|
+
readonly buttons_direction: {
|
|
7822
|
+
readonly label: "Buttons Direction";
|
|
7823
|
+
readonly description: "Direction to lay out buttons.";
|
|
7824
|
+
readonly category: "container";
|
|
7796
7825
|
readonly specialCategory: null;
|
|
7797
7826
|
readonly sort: 3;
|
|
7798
7827
|
};
|
|
7799
|
-
readonly
|
|
7800
|
-
readonly label: "
|
|
7801
|
-
readonly description: "
|
|
7802
|
-
readonly category: "
|
|
7828
|
+
readonly forIndex: {
|
|
7829
|
+
readonly label: "For Index";
|
|
7830
|
+
readonly description: "Show only for this slide index.";
|
|
7831
|
+
readonly category: "other";
|
|
7803
7832
|
readonly specialCategory: null;
|
|
7804
7833
|
readonly sort: 4;
|
|
7805
7834
|
};
|
|
7806
|
-
readonly
|
|
7807
|
-
readonly label: "
|
|
7808
|
-
readonly description: "
|
|
7809
|
-
readonly category: "
|
|
7835
|
+
readonly condition: {
|
|
7836
|
+
readonly label: "Condition";
|
|
7837
|
+
readonly description: "Built-in condition to check.";
|
|
7838
|
+
readonly category: "other";
|
|
7810
7839
|
readonly specialCategory: null;
|
|
7811
|
-
readonly sort:
|
|
7812
|
-
};
|
|
7813
|
-
};
|
|
7814
|
-
readonly specialCategories: {
|
|
7815
|
-
readonly padding: {
|
|
7816
|
-
readonly label: "Padding";
|
|
7817
|
-
readonly description: "Uniform padding on all sides.";
|
|
7818
|
-
readonly category: "container";
|
|
7819
|
-
readonly sort: 1;
|
|
7820
|
-
};
|
|
7821
|
-
readonly margin: {
|
|
7822
|
-
readonly label: "Margin";
|
|
7823
|
-
readonly description: "Uniform margin on all sides.";
|
|
7824
|
-
readonly category: "container";
|
|
7825
|
-
readonly sort: 2;
|
|
7826
|
-
};
|
|
7827
|
-
readonly size: {
|
|
7828
|
-
readonly label: "Size";
|
|
7829
|
-
readonly description: "Fixed dimensions.";
|
|
7830
|
-
readonly category: "container";
|
|
7831
|
-
readonly sort: 3;
|
|
7840
|
+
readonly sort: 6;
|
|
7832
7841
|
};
|
|
7833
|
-
readonly
|
|
7834
|
-
readonly label: "
|
|
7835
|
-
readonly description: "
|
|
7836
|
-
readonly category: "
|
|
7837
|
-
readonly
|
|
7842
|
+
readonly conditionVariable: {
|
|
7843
|
+
readonly label: "Condition Variable";
|
|
7844
|
+
readonly description: "Value used when checking the condition.";
|
|
7845
|
+
readonly category: "other";
|
|
7846
|
+
readonly specialCategory: null;
|
|
7847
|
+
readonly sort: 7;
|
|
7838
7848
|
};
|
|
7839
7849
|
};
|
|
7850
|
+
readonly styles: {};
|
|
7851
|
+
};
|
|
7852
|
+
readonly defaults: {
|
|
7853
|
+
readonly styles: {
|
|
7854
|
+
readonly flexDirection: "row";
|
|
7855
|
+
readonly position: "relative";
|
|
7856
|
+
readonly zIndex: 1;
|
|
7857
|
+
readonly alignSelf: "flex-start";
|
|
7858
|
+
readonly flexGrow: 0;
|
|
7859
|
+
readonly flexShrink: 0;
|
|
7860
|
+
readonly display: "flex";
|
|
7861
|
+
readonly gap: 12;
|
|
7862
|
+
readonly alignItems: "center";
|
|
7863
|
+
readonly justifyContent: "center";
|
|
7864
|
+
readonly marginVertical: "12@vs";
|
|
7865
|
+
readonly marginHorizontal: "24@s";
|
|
7866
|
+
};
|
|
7840
7867
|
};
|
|
7868
|
+
readonly types: {};
|
|
7841
7869
|
}, {
|
|
7842
7870
|
readonly schemaVersion: 2;
|
|
7843
7871
|
readonly pattern: {
|
|
7844
|
-
readonly type: "
|
|
7872
|
+
readonly type: "OnboardDot";
|
|
7845
7873
|
readonly title: "title";
|
|
7846
7874
|
readonly description: "description";
|
|
7847
|
-
readonly children: "
|
|
7875
|
+
readonly children: "never";
|
|
7848
7876
|
readonly attributes: {
|
|
7849
7877
|
readonly scrollable: "boolean";
|
|
7850
7878
|
readonly styles: {
|
|
@@ -7884,19 +7912,20 @@ export declare const patterns: readonly [{
|
|
|
7884
7912
|
readonly zIndex: "number";
|
|
7885
7913
|
};
|
|
7886
7914
|
readonly testID: "string";
|
|
7887
|
-
readonly
|
|
7888
|
-
readonly
|
|
7889
|
-
readonly
|
|
7890
|
-
readonly
|
|
7891
|
-
readonly
|
|
7892
|
-
readonly
|
|
7893
|
-
readonly
|
|
7915
|
+
readonly dotType: readonly ["expanding_dot", "normal_dot", "scaling_dot", "sliding_border", "sliding_dot", "liquid_like"];
|
|
7916
|
+
readonly flexDirection: "never";
|
|
7917
|
+
readonly alignItems: "never";
|
|
7918
|
+
readonly justifyContent: "never";
|
|
7919
|
+
readonly dot_thickness: "size";
|
|
7920
|
+
readonly inactive_dot_opacity: "number";
|
|
7921
|
+
readonly inactive_dot_color: "color";
|
|
7922
|
+
readonly active_dot_color: "color";
|
|
7894
7923
|
};
|
|
7895
7924
|
};
|
|
7896
7925
|
readonly meta: {
|
|
7897
|
-
readonly desiredParent: readonly ["
|
|
7898
|
-
readonly label: "Onboard
|
|
7899
|
-
readonly description: "
|
|
7926
|
+
readonly desiredParent: readonly [">OnboardProvider"];
|
|
7927
|
+
readonly label: "Onboard Dot";
|
|
7928
|
+
readonly description: "Renders onboarding progress dots.";
|
|
7900
7929
|
readonly specialCategories: {
|
|
7901
7930
|
readonly padding: {
|
|
7902
7931
|
readonly label: "Padding";
|
|
@@ -8197,54 +8226,40 @@ export declare const patterns: readonly [{
|
|
|
8197
8226
|
readonly sort: 26;
|
|
8198
8227
|
};
|
|
8199
8228
|
};
|
|
8200
|
-
readonly
|
|
8201
|
-
readonly label: "
|
|
8202
|
-
readonly description: "
|
|
8229
|
+
readonly dotType: {
|
|
8230
|
+
readonly label: "Dot Type";
|
|
8231
|
+
readonly description: "Dot animation style.";
|
|
8203
8232
|
readonly category: "style";
|
|
8204
8233
|
readonly specialCategory: null;
|
|
8205
|
-
readonly sort: 5;
|
|
8206
|
-
};
|
|
8207
|
-
readonly buttonType: {
|
|
8208
|
-
readonly label: "Button Type";
|
|
8209
|
-
readonly description: "Which onboard button to show.";
|
|
8210
|
-
readonly category: "other";
|
|
8211
|
-
readonly specialCategory: null;
|
|
8212
8234
|
readonly sort: 1;
|
|
8213
8235
|
};
|
|
8214
|
-
readonly
|
|
8215
|
-
readonly label: "
|
|
8216
|
-
readonly description: "
|
|
8217
|
-
readonly category: "
|
|
8236
|
+
readonly dot_thickness: {
|
|
8237
|
+
readonly label: "Dot Thickness";
|
|
8238
|
+
readonly description: "Dot size/diameter.";
|
|
8239
|
+
readonly category: "style";
|
|
8218
8240
|
readonly specialCategory: null;
|
|
8219
8241
|
readonly sort: 2;
|
|
8220
8242
|
};
|
|
8221
|
-
readonly
|
|
8222
|
-
readonly label: "
|
|
8223
|
-
readonly description: "
|
|
8224
|
-
readonly category: "
|
|
8243
|
+
readonly inactive_dot_opacity: {
|
|
8244
|
+
readonly label: "Inactive Dot Opacity";
|
|
8245
|
+
readonly description: "Opacity for inactive dots.";
|
|
8246
|
+
readonly category: "style";
|
|
8225
8247
|
readonly specialCategory: null;
|
|
8226
8248
|
readonly sort: 3;
|
|
8227
8249
|
};
|
|
8228
|
-
readonly
|
|
8229
|
-
readonly label: "
|
|
8230
|
-
readonly description: "
|
|
8231
|
-
readonly category: "
|
|
8250
|
+
readonly inactive_dot_color: {
|
|
8251
|
+
readonly label: "Inactive Dot Color";
|
|
8252
|
+
readonly description: "Color of inactive dots.";
|
|
8253
|
+
readonly category: "style";
|
|
8232
8254
|
readonly specialCategory: null;
|
|
8233
8255
|
readonly sort: 4;
|
|
8234
8256
|
};
|
|
8235
|
-
readonly
|
|
8236
|
-
readonly label: "
|
|
8237
|
-
readonly description: "
|
|
8238
|
-
readonly category: "
|
|
8239
|
-
readonly specialCategory: null;
|
|
8240
|
-
readonly sort: 6;
|
|
8241
|
-
};
|
|
8242
|
-
readonly conditionVariable: {
|
|
8243
|
-
readonly label: "Condition Variable";
|
|
8244
|
-
readonly description: "Value used when checking the condition.";
|
|
8245
|
-
readonly category: "other";
|
|
8257
|
+
readonly active_dot_color: {
|
|
8258
|
+
readonly label: "Active Dot Color";
|
|
8259
|
+
readonly description: "Color of the active dot.";
|
|
8260
|
+
readonly category: "style";
|
|
8246
8261
|
readonly specialCategory: null;
|
|
8247
|
-
readonly sort:
|
|
8262
|
+
readonly sort: 5;
|
|
8248
8263
|
};
|
|
8249
8264
|
};
|
|
8250
8265
|
readonly styles: {};
|
|
@@ -8257,25 +8272,34 @@ export declare const patterns: readonly [{
|
|
|
8257
8272
|
readonly alignSelf: "flex-start";
|
|
8258
8273
|
readonly flexGrow: 0;
|
|
8259
8274
|
readonly flexShrink: 0;
|
|
8260
|
-
readonly display: "flex";
|
|
8261
|
-
readonly gap: 12;
|
|
8262
8275
|
readonly alignItems: "center";
|
|
8263
8276
|
readonly justifyContent: "center";
|
|
8264
|
-
readonly
|
|
8265
|
-
readonly marginHorizontal: "24@s";
|
|
8277
|
+
readonly gap: "12@s";
|
|
8266
8278
|
};
|
|
8279
|
+
readonly dotType: "expanding_dot";
|
|
8280
|
+
readonly dot_thickness: 10;
|
|
8281
|
+
readonly inactive_dot_opacity: 0.3;
|
|
8282
|
+
readonly active_dot_color: "STATIC_COLORS.ONBOARD_DOT_ACTIVE";
|
|
8283
|
+
readonly inactive_dot_color: "THEME_COLORS.BACKGROUND";
|
|
8267
8284
|
};
|
|
8268
8285
|
readonly types: {};
|
|
8269
8286
|
}, {
|
|
8270
8287
|
readonly schemaVersion: 2;
|
|
8271
8288
|
readonly pattern: {
|
|
8272
|
-
readonly type: "
|
|
8289
|
+
readonly type: "OnboardFooter";
|
|
8273
8290
|
readonly title: "title";
|
|
8274
8291
|
readonly description: "description";
|
|
8275
8292
|
readonly children: "never";
|
|
8276
8293
|
readonly attributes: {
|
|
8277
|
-
readonly
|
|
8294
|
+
readonly adjustsFontSizeToFit: "boolean";
|
|
8295
|
+
readonly numberOfLines: "number";
|
|
8296
|
+
readonly translateCounter: "number";
|
|
8278
8297
|
readonly styles: {
|
|
8298
|
+
readonly color: "color";
|
|
8299
|
+
readonly fontSize: "size";
|
|
8300
|
+
readonly fontFamily: "fontFamily";
|
|
8301
|
+
readonly fontWeight: "fontWeight";
|
|
8302
|
+
readonly textAlign: "string";
|
|
8279
8303
|
readonly flexDirection: readonly ["row", "column"];
|
|
8280
8304
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
8281
8305
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -8311,48 +8335,74 @@ export declare const patterns: readonly [{
|
|
|
8311
8335
|
readonly right: "size";
|
|
8312
8336
|
readonly zIndex: "number";
|
|
8313
8337
|
};
|
|
8338
|
+
readonly scrollable: "boolean";
|
|
8314
8339
|
readonly testID: "string";
|
|
8315
|
-
readonly
|
|
8316
|
-
readonly
|
|
8317
|
-
readonly
|
|
8318
|
-
readonly
|
|
8319
|
-
readonly
|
|
8320
|
-
readonly
|
|
8321
|
-
readonly
|
|
8322
|
-
readonly active_dot_color: "color";
|
|
8340
|
+
readonly textLocalizationKey: "string";
|
|
8341
|
+
readonly linkedWordFirstLocalizationKey: "string";
|
|
8342
|
+
readonly linkedWordFirstColor: "color";
|
|
8343
|
+
readonly linkedWordFirstPage: "string";
|
|
8344
|
+
readonly linkedWordSecondLocalizationKey: "string";
|
|
8345
|
+
readonly linkedWordSecondColor: "color";
|
|
8346
|
+
readonly linkedWordSecondPage: "string";
|
|
8323
8347
|
};
|
|
8324
8348
|
};
|
|
8325
8349
|
readonly meta: {
|
|
8326
|
-
readonly desiredParent: readonly [">
|
|
8327
|
-
readonly label: "Onboard
|
|
8328
|
-
readonly description: "
|
|
8329
|
-
readonly
|
|
8330
|
-
readonly
|
|
8331
|
-
readonly label: "
|
|
8332
|
-
readonly description: "
|
|
8333
|
-
readonly category: "
|
|
8350
|
+
readonly desiredParent: readonly [">OnboardItem"];
|
|
8351
|
+
readonly label: "Onboard Footer";
|
|
8352
|
+
readonly description: "Footer text with optional links.";
|
|
8353
|
+
readonly styles: {
|
|
8354
|
+
readonly color: {
|
|
8355
|
+
readonly label: "Color";
|
|
8356
|
+
readonly description: "Text color.";
|
|
8357
|
+
readonly category: "style";
|
|
8358
|
+
readonly specialCategory: null;
|
|
8334
8359
|
readonly sort: 1;
|
|
8335
8360
|
};
|
|
8336
|
-
readonly
|
|
8337
|
-
readonly label: "
|
|
8338
|
-
readonly description: "
|
|
8339
|
-
readonly category: "
|
|
8361
|
+
readonly fontSize: {
|
|
8362
|
+
readonly label: "Font Size";
|
|
8363
|
+
readonly description: "Text size.";
|
|
8364
|
+
readonly category: "style";
|
|
8365
|
+
readonly specialCategory: null;
|
|
8340
8366
|
readonly sort: 2;
|
|
8367
|
+
readonly preferredScale: "f";
|
|
8341
8368
|
};
|
|
8342
|
-
readonly
|
|
8343
|
-
readonly label: "
|
|
8344
|
-
readonly description: "
|
|
8345
|
-
readonly category: "
|
|
8369
|
+
readonly fontFamily: {
|
|
8370
|
+
readonly label: "Font Family";
|
|
8371
|
+
readonly description: "Font family used for the text.";
|
|
8372
|
+
readonly category: "style";
|
|
8373
|
+
readonly specialCategory: null;
|
|
8346
8374
|
readonly sort: 3;
|
|
8347
8375
|
};
|
|
8348
|
-
readonly
|
|
8349
|
-
readonly label: "
|
|
8350
|
-
readonly description: "
|
|
8351
|
-
readonly category: "
|
|
8376
|
+
readonly fontWeight: {
|
|
8377
|
+
readonly label: "Font Weight";
|
|
8378
|
+
readonly description: "Text weight.";
|
|
8379
|
+
readonly category: "style";
|
|
8380
|
+
readonly specialCategory: null;
|
|
8352
8381
|
readonly sort: 4;
|
|
8353
8382
|
};
|
|
8383
|
+
readonly textAlign: {
|
|
8384
|
+
readonly label: "Text Align";
|
|
8385
|
+
readonly description: "Text alignment.";
|
|
8386
|
+
readonly category: "style";
|
|
8387
|
+
readonly specialCategory: null;
|
|
8388
|
+
readonly sort: 5;
|
|
8389
|
+
};
|
|
8354
8390
|
};
|
|
8355
8391
|
readonly attributes: {
|
|
8392
|
+
readonly adjustsFontSizeToFit: {
|
|
8393
|
+
readonly label: "Adjust Font Size To Fit";
|
|
8394
|
+
readonly description: "Automatically reduces font size to fit the available space.";
|
|
8395
|
+
readonly category: "other";
|
|
8396
|
+
readonly specialCategory: null;
|
|
8397
|
+
readonly sort: 1;
|
|
8398
|
+
};
|
|
8399
|
+
readonly showEllipsis: {
|
|
8400
|
+
readonly label: "Show Ellipsis";
|
|
8401
|
+
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
8402
|
+
readonly category: "other";
|
|
8403
|
+
readonly specialCategory: null;
|
|
8404
|
+
readonly sort: 2;
|
|
8405
|
+
};
|
|
8356
8406
|
readonly scrollable: {
|
|
8357
8407
|
readonly label: "Scrollable";
|
|
8358
8408
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -8626,80 +8676,117 @@ export declare const patterns: readonly [{
|
|
|
8626
8676
|
readonly sort: 26;
|
|
8627
8677
|
};
|
|
8628
8678
|
};
|
|
8629
|
-
readonly
|
|
8630
|
-
readonly label: "
|
|
8631
|
-
readonly description: "
|
|
8632
|
-
readonly category: "
|
|
8679
|
+
readonly textLocalizationKey: {
|
|
8680
|
+
readonly label: "Text Localization Key";
|
|
8681
|
+
readonly description: "Localization key for the footer text.";
|
|
8682
|
+
readonly category: "other";
|
|
8633
8683
|
readonly specialCategory: null;
|
|
8634
8684
|
readonly sort: 1;
|
|
8635
8685
|
};
|
|
8636
|
-
readonly
|
|
8637
|
-
readonly label: "
|
|
8638
|
-
readonly description: "
|
|
8639
|
-
readonly category: "
|
|
8686
|
+
readonly linkedWordFirstLocalizationKey: {
|
|
8687
|
+
readonly label: "Linked Word First Localization Key";
|
|
8688
|
+
readonly description: "Key for the first linked word.";
|
|
8689
|
+
readonly category: "other";
|
|
8640
8690
|
readonly specialCategory: null;
|
|
8641
8691
|
readonly sort: 2;
|
|
8642
8692
|
};
|
|
8643
|
-
readonly
|
|
8644
|
-
readonly label: "
|
|
8645
|
-
readonly description: "
|
|
8646
|
-
readonly category: "
|
|
8693
|
+
readonly linkedWordFirstColor: {
|
|
8694
|
+
readonly label: "Linked Word First Color";
|
|
8695
|
+
readonly description: "Color of the first linked word.";
|
|
8696
|
+
readonly category: "other";
|
|
8647
8697
|
readonly specialCategory: null;
|
|
8648
8698
|
readonly sort: 3;
|
|
8649
8699
|
};
|
|
8650
|
-
readonly
|
|
8651
|
-
readonly label: "
|
|
8652
|
-
readonly description: "
|
|
8653
|
-
readonly category: "
|
|
8700
|
+
readonly linkedWordFirstPage: {
|
|
8701
|
+
readonly label: "Linked Word First Page";
|
|
8702
|
+
readonly description: "Page opened by the first link.";
|
|
8703
|
+
readonly category: "other";
|
|
8654
8704
|
readonly specialCategory: null;
|
|
8655
8705
|
readonly sort: 4;
|
|
8656
8706
|
};
|
|
8657
|
-
readonly
|
|
8658
|
-
readonly label: "
|
|
8659
|
-
readonly description: "
|
|
8660
|
-
readonly category: "
|
|
8707
|
+
readonly linkedWordSecondLocalizationKey: {
|
|
8708
|
+
readonly label: "Linked Word Second Localization Key";
|
|
8709
|
+
readonly description: "Key for the second linked word.";
|
|
8710
|
+
readonly category: "other";
|
|
8661
8711
|
readonly specialCategory: null;
|
|
8662
8712
|
readonly sort: 5;
|
|
8663
8713
|
};
|
|
8714
|
+
readonly linkedWordSecondColor: {
|
|
8715
|
+
readonly label: "Linked Word Second Color";
|
|
8716
|
+
readonly description: "Color of the second linked word.";
|
|
8717
|
+
readonly category: "other";
|
|
8718
|
+
readonly specialCategory: null;
|
|
8719
|
+
readonly sort: 6;
|
|
8720
|
+
};
|
|
8721
|
+
readonly linkedWordSecondPage: {
|
|
8722
|
+
readonly label: "Linked Word Second Page";
|
|
8723
|
+
readonly description: "Page opened by the second link.";
|
|
8724
|
+
readonly category: "other";
|
|
8725
|
+
readonly specialCategory: null;
|
|
8726
|
+
readonly sort: 7;
|
|
8727
|
+
};
|
|
8728
|
+
};
|
|
8729
|
+
readonly specialCategories: {
|
|
8730
|
+
readonly padding: {
|
|
8731
|
+
readonly label: "Padding";
|
|
8732
|
+
readonly description: "Uniform padding on all sides.";
|
|
8733
|
+
readonly category: "container";
|
|
8734
|
+
readonly sort: 1;
|
|
8735
|
+
};
|
|
8736
|
+
readonly margin: {
|
|
8737
|
+
readonly label: "Margin";
|
|
8738
|
+
readonly description: "Uniform margin on all sides.";
|
|
8739
|
+
readonly category: "container";
|
|
8740
|
+
readonly sort: 2;
|
|
8741
|
+
};
|
|
8742
|
+
readonly size: {
|
|
8743
|
+
readonly label: "Size";
|
|
8744
|
+
readonly description: "Fixed dimensions.";
|
|
8745
|
+
readonly category: "container";
|
|
8746
|
+
readonly sort: 3;
|
|
8747
|
+
};
|
|
8748
|
+
readonly offset: {
|
|
8749
|
+
readonly label: "Offset";
|
|
8750
|
+
readonly description: "Absolute positioning offsets.";
|
|
8751
|
+
readonly category: "container";
|
|
8752
|
+
readonly sort: 4;
|
|
8753
|
+
};
|
|
8664
8754
|
};
|
|
8665
|
-
readonly styles: {};
|
|
8666
8755
|
};
|
|
8667
8756
|
readonly defaults: {
|
|
8757
|
+
readonly translateCounter: 1;
|
|
8758
|
+
readonly numberOfLines: 1;
|
|
8668
8759
|
readonly styles: {
|
|
8760
|
+
readonly color: "THEME_COLORS.TEXT";
|
|
8761
|
+
readonly fontSize: "16@fs";
|
|
8762
|
+
readonly fontWeight: "400";
|
|
8669
8763
|
readonly flexDirection: "row";
|
|
8670
8764
|
readonly position: "relative";
|
|
8671
8765
|
readonly zIndex: 1;
|
|
8672
8766
|
readonly alignSelf: "flex-start";
|
|
8673
8767
|
readonly flexGrow: 0;
|
|
8674
8768
|
readonly flexShrink: 0;
|
|
8769
|
+
readonly minHeight: "50@vs";
|
|
8770
|
+
readonly flexWrap: "wrap";
|
|
8675
8771
|
readonly alignItems: "center";
|
|
8676
8772
|
readonly justifyContent: "center";
|
|
8677
|
-
readonly
|
|
8773
|
+
readonly textAlign: "center";
|
|
8774
|
+
readonly paddingHorizontal: "16@s";
|
|
8678
8775
|
};
|
|
8679
|
-
readonly dotType: "expanding_dot";
|
|
8680
|
-
readonly dot_thickness: 10;
|
|
8681
|
-
readonly inactive_dot_opacity: 0.3;
|
|
8682
|
-
readonly active_dot_color: "STATIC_COLORS.ONBOARD_DOT_ACTIVE";
|
|
8683
|
-
readonly inactive_dot_color: "THEME_COLORS.BACKGROUND";
|
|
8684
8776
|
};
|
|
8685
8777
|
readonly types: {};
|
|
8686
8778
|
}, {
|
|
8687
8779
|
readonly schemaVersion: 2;
|
|
8688
8780
|
readonly pattern: {
|
|
8689
|
-
readonly type: "
|
|
8781
|
+
readonly type: "OnboardImage";
|
|
8690
8782
|
readonly title: "title";
|
|
8691
8783
|
readonly description: "description";
|
|
8692
|
-
readonly children: "
|
|
8784
|
+
readonly children: "node";
|
|
8693
8785
|
readonly attributes: {
|
|
8694
|
-
readonly
|
|
8695
|
-
readonly
|
|
8696
|
-
readonly translateCounter: "number";
|
|
8786
|
+
readonly src: "string";
|
|
8787
|
+
readonly fetchStrategy: readonly ["highIfItsAppLaunch", "normal", "lazy", "none"];
|
|
8697
8788
|
readonly styles: {
|
|
8698
|
-
readonly
|
|
8699
|
-
readonly fontSize: "size";
|
|
8700
|
-
readonly fontFamily: "fontFamily";
|
|
8701
|
-
readonly fontWeight: "fontWeight";
|
|
8702
|
-
readonly textAlign: "string";
|
|
8789
|
+
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
8703
8790
|
readonly flexDirection: readonly ["row", "column"];
|
|
8704
8791
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
8705
8792
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -8737,68 +8824,34 @@ export declare const patterns: readonly [{
|
|
|
8737
8824
|
};
|
|
8738
8825
|
readonly scrollable: "boolean";
|
|
8739
8826
|
readonly testID: "string";
|
|
8740
|
-
readonly
|
|
8741
|
-
readonly
|
|
8742
|
-
readonly linkedWordFirstColor: "color";
|
|
8743
|
-
readonly linkedWordFirstPage: "string";
|
|
8744
|
-
readonly linkedWordSecondLocalizationKey: "string";
|
|
8745
|
-
readonly linkedWordSecondColor: "color";
|
|
8746
|
-
readonly linkedWordSecondPage: "string";
|
|
8827
|
+
readonly video_url: "string";
|
|
8828
|
+
readonly lottie: "string";
|
|
8747
8829
|
};
|
|
8748
8830
|
};
|
|
8749
8831
|
readonly meta: {
|
|
8750
|
-
readonly desiredParent: readonly [">OnboardItem"];
|
|
8751
|
-
readonly label: "Onboard
|
|
8752
|
-
readonly description: "
|
|
8832
|
+
readonly desiredParent: readonly [">OnboardProvider", ">OnboardItem", "!=Onboard"];
|
|
8833
|
+
readonly label: "Onboard Image";
|
|
8834
|
+
readonly description: "Onboarding hero image with media.";
|
|
8753
8835
|
readonly styles: {
|
|
8754
|
-
readonly
|
|
8755
|
-
readonly label: "
|
|
8756
|
-
readonly description: "
|
|
8757
|
-
readonly category: "style";
|
|
8758
|
-
readonly specialCategory: null;
|
|
8759
|
-
readonly sort: 1;
|
|
8760
|
-
};
|
|
8761
|
-
readonly fontSize: {
|
|
8762
|
-
readonly label: "Font Size";
|
|
8763
|
-
readonly description: "Text size.";
|
|
8764
|
-
readonly category: "style";
|
|
8765
|
-
readonly specialCategory: null;
|
|
8766
|
-
readonly sort: 2;
|
|
8767
|
-
readonly preferredScale: "f";
|
|
8768
|
-
};
|
|
8769
|
-
readonly fontFamily: {
|
|
8770
|
-
readonly label: "Font Family";
|
|
8771
|
-
readonly description: "Font family used for the text.";
|
|
8772
|
-
readonly category: "style";
|
|
8773
|
-
readonly specialCategory: null;
|
|
8774
|
-
readonly sort: 3;
|
|
8775
|
-
};
|
|
8776
|
-
readonly fontWeight: {
|
|
8777
|
-
readonly label: "Font Weight";
|
|
8778
|
-
readonly description: "Text weight.";
|
|
8836
|
+
readonly resizeMode: {
|
|
8837
|
+
readonly label: "Resize Mode";
|
|
8838
|
+
readonly description: "How the image fits the frame.";
|
|
8779
8839
|
readonly category: "style";
|
|
8780
8840
|
readonly specialCategory: null;
|
|
8781
8841
|
readonly sort: 4;
|
|
8782
8842
|
};
|
|
8783
|
-
readonly textAlign: {
|
|
8784
|
-
readonly label: "Text Align";
|
|
8785
|
-
readonly description: "Text alignment.";
|
|
8786
|
-
readonly category: "style";
|
|
8787
|
-
readonly specialCategory: null;
|
|
8788
|
-
readonly sort: 5;
|
|
8789
|
-
};
|
|
8790
8843
|
};
|
|
8791
8844
|
readonly attributes: {
|
|
8792
|
-
readonly
|
|
8793
|
-
readonly label: "
|
|
8794
|
-
readonly description: "
|
|
8845
|
+
readonly src: {
|
|
8846
|
+
readonly label: "Src";
|
|
8847
|
+
readonly description: "Image source URL.";
|
|
8795
8848
|
readonly category: "other";
|
|
8796
8849
|
readonly specialCategory: null;
|
|
8797
8850
|
readonly sort: 1;
|
|
8798
8851
|
};
|
|
8799
|
-
readonly
|
|
8800
|
-
readonly label: "
|
|
8801
|
-
readonly description: "
|
|
8852
|
+
readonly fetchStrategy: {
|
|
8853
|
+
readonly label: "Fetch Strategy";
|
|
8854
|
+
readonly description: "highIfItsAppLaunch ilk başta yükleniyor eğer app_launch placeholder'i ile gelirse\nnormal sonra bütün hepsi toplanıp prefetch ediniyor\nlazy builder açılır açılmaz\nnone ise os'a bırakıldı";
|
|
8802
8855
|
readonly category: "other";
|
|
8803
8856
|
readonly specialCategory: null;
|
|
8804
8857
|
readonly sort: 2;
|
|
@@ -9076,55 +9129,20 @@ export declare const patterns: readonly [{
|
|
|
9076
9129
|
readonly sort: 26;
|
|
9077
9130
|
};
|
|
9078
9131
|
};
|
|
9079
|
-
readonly
|
|
9080
|
-
readonly label: "
|
|
9081
|
-
readonly description: "
|
|
9132
|
+
readonly video_url: {
|
|
9133
|
+
readonly label: "Video Url";
|
|
9134
|
+
readonly description: "URL for the onboarding video.";
|
|
9082
9135
|
readonly category: "other";
|
|
9083
9136
|
readonly specialCategory: null;
|
|
9084
9137
|
readonly sort: 1;
|
|
9085
9138
|
};
|
|
9086
|
-
readonly
|
|
9087
|
-
readonly label: "
|
|
9088
|
-
readonly description: "
|
|
9139
|
+
readonly lottie: {
|
|
9140
|
+
readonly label: "Lottie";
|
|
9141
|
+
readonly description: "Path to the lottie animation.";
|
|
9089
9142
|
readonly category: "other";
|
|
9090
9143
|
readonly specialCategory: null;
|
|
9091
9144
|
readonly sort: 2;
|
|
9092
9145
|
};
|
|
9093
|
-
readonly linkedWordFirstColor: {
|
|
9094
|
-
readonly label: "Linked Word First Color";
|
|
9095
|
-
readonly description: "Color of the first linked word.";
|
|
9096
|
-
readonly category: "other";
|
|
9097
|
-
readonly specialCategory: null;
|
|
9098
|
-
readonly sort: 3;
|
|
9099
|
-
};
|
|
9100
|
-
readonly linkedWordFirstPage: {
|
|
9101
|
-
readonly label: "Linked Word First Page";
|
|
9102
|
-
readonly description: "Page opened by the first link.";
|
|
9103
|
-
readonly category: "other";
|
|
9104
|
-
readonly specialCategory: null;
|
|
9105
|
-
readonly sort: 4;
|
|
9106
|
-
};
|
|
9107
|
-
readonly linkedWordSecondLocalizationKey: {
|
|
9108
|
-
readonly label: "Linked Word Second Localization Key";
|
|
9109
|
-
readonly description: "Key for the second linked word.";
|
|
9110
|
-
readonly category: "other";
|
|
9111
|
-
readonly specialCategory: null;
|
|
9112
|
-
readonly sort: 5;
|
|
9113
|
-
};
|
|
9114
|
-
readonly linkedWordSecondColor: {
|
|
9115
|
-
readonly label: "Linked Word Second Color";
|
|
9116
|
-
readonly description: "Color of the second linked word.";
|
|
9117
|
-
readonly category: "other";
|
|
9118
|
-
readonly specialCategory: null;
|
|
9119
|
-
readonly sort: 6;
|
|
9120
|
-
};
|
|
9121
|
-
readonly linkedWordSecondPage: {
|
|
9122
|
-
readonly label: "Linked Word Second Page";
|
|
9123
|
-
readonly description: "Page opened by the second link.";
|
|
9124
|
-
readonly category: "other";
|
|
9125
|
-
readonly specialCategory: null;
|
|
9126
|
-
readonly sort: 7;
|
|
9127
|
-
};
|
|
9128
9146
|
};
|
|
9129
9147
|
readonly specialCategories: {
|
|
9130
9148
|
readonly padding: {
|
|
@@ -9154,39 +9172,28 @@ export declare const patterns: readonly [{
|
|
|
9154
9172
|
};
|
|
9155
9173
|
};
|
|
9156
9174
|
readonly defaults: {
|
|
9157
|
-
readonly
|
|
9158
|
-
readonly numberOfLines: 1;
|
|
9175
|
+
readonly fetchStrategy: "normal";
|
|
9159
9176
|
readonly styles: {
|
|
9160
|
-
readonly
|
|
9161
|
-
readonly
|
|
9162
|
-
readonly fontWeight: "400";
|
|
9163
|
-
readonly flexDirection: "row";
|
|
9177
|
+
readonly resizeMode: "contain";
|
|
9178
|
+
readonly flexDirection: "column";
|
|
9164
9179
|
readonly position: "relative";
|
|
9165
9180
|
readonly zIndex: 1;
|
|
9166
9181
|
readonly alignSelf: "flex-start";
|
|
9167
9182
|
readonly flexGrow: 0;
|
|
9168
9183
|
readonly flexShrink: 0;
|
|
9169
|
-
readonly minHeight: "50@vs";
|
|
9170
|
-
readonly flexWrap: "wrap";
|
|
9171
|
-
readonly alignItems: "center";
|
|
9172
|
-
readonly justifyContent: "center";
|
|
9173
|
-
readonly textAlign: "center";
|
|
9174
|
-
readonly paddingHorizontal: "16@s";
|
|
9175
9184
|
};
|
|
9176
9185
|
};
|
|
9177
9186
|
readonly types: {};
|
|
9178
9187
|
}, {
|
|
9179
9188
|
readonly schemaVersion: 2;
|
|
9180
9189
|
readonly pattern: {
|
|
9181
|
-
readonly type: "
|
|
9190
|
+
readonly type: "OnboardItem";
|
|
9182
9191
|
readonly title: "title";
|
|
9183
9192
|
readonly description: "description";
|
|
9184
9193
|
readonly children: "node";
|
|
9185
9194
|
readonly attributes: {
|
|
9186
|
-
readonly
|
|
9187
|
-
readonly fetchStrategy: readonly ["highIfItsAppLaunch", "normal", "lazy", "none"];
|
|
9195
|
+
readonly scrollable: "boolean";
|
|
9188
9196
|
readonly styles: {
|
|
9189
|
-
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
9190
9197
|
readonly flexDirection: readonly ["row", "column"];
|
|
9191
9198
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
9192
9199
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -9222,40 +9229,41 @@ export declare const patterns: readonly [{
|
|
|
9222
9229
|
readonly right: "size";
|
|
9223
9230
|
readonly zIndex: "number";
|
|
9224
9231
|
};
|
|
9225
|
-
readonly scrollable: "boolean";
|
|
9226
9232
|
readonly testID: "string";
|
|
9227
|
-
readonly
|
|
9228
|
-
readonly lottie: "string";
|
|
9233
|
+
readonly display: readonly ["flex", "block"];
|
|
9229
9234
|
};
|
|
9230
9235
|
};
|
|
9231
9236
|
readonly meta: {
|
|
9232
|
-
readonly desiredParent: readonly ["
|
|
9233
|
-
readonly label: "Onboard
|
|
9234
|
-
readonly description: "
|
|
9235
|
-
readonly
|
|
9236
|
-
readonly
|
|
9237
|
-
readonly label: "
|
|
9238
|
-
readonly description: "
|
|
9239
|
-
readonly category: "
|
|
9240
|
-
readonly specialCategory: null;
|
|
9241
|
-
readonly sort: 4;
|
|
9242
|
-
};
|
|
9243
|
-
};
|
|
9244
|
-
readonly attributes: {
|
|
9245
|
-
readonly src: {
|
|
9246
|
-
readonly label: "Src";
|
|
9247
|
-
readonly description: "Image source URL.";
|
|
9248
|
-
readonly category: "other";
|
|
9249
|
-
readonly specialCategory: null;
|
|
9237
|
+
readonly desiredParent: readonly ["=Onboard"];
|
|
9238
|
+
readonly label: "Onboard Item";
|
|
9239
|
+
readonly description: "Single onboarding screen section.";
|
|
9240
|
+
readonly specialCategories: {
|
|
9241
|
+
readonly padding: {
|
|
9242
|
+
readonly label: "Padding";
|
|
9243
|
+
readonly description: "Uniform padding on all sides.";
|
|
9244
|
+
readonly category: "container";
|
|
9250
9245
|
readonly sort: 1;
|
|
9251
9246
|
};
|
|
9252
|
-
readonly
|
|
9253
|
-
readonly label: "
|
|
9254
|
-
readonly description: "
|
|
9255
|
-
readonly category: "
|
|
9256
|
-
readonly specialCategory: null;
|
|
9247
|
+
readonly margin: {
|
|
9248
|
+
readonly label: "Margin";
|
|
9249
|
+
readonly description: "Uniform margin on all sides.";
|
|
9250
|
+
readonly category: "container";
|
|
9257
9251
|
readonly sort: 2;
|
|
9258
9252
|
};
|
|
9253
|
+
readonly size: {
|
|
9254
|
+
readonly label: "Size";
|
|
9255
|
+
readonly description: "Fixed dimensions.";
|
|
9256
|
+
readonly category: "container";
|
|
9257
|
+
readonly sort: 3;
|
|
9258
|
+
};
|
|
9259
|
+
readonly offset: {
|
|
9260
|
+
readonly label: "Offset";
|
|
9261
|
+
readonly description: "Absolute positioning offsets.";
|
|
9262
|
+
readonly category: "container";
|
|
9263
|
+
readonly sort: 4;
|
|
9264
|
+
};
|
|
9265
|
+
};
|
|
9266
|
+
readonly attributes: {
|
|
9259
9267
|
readonly scrollable: {
|
|
9260
9268
|
readonly label: "Scrollable";
|
|
9261
9269
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -9281,10 +9289,10 @@ export declare const patterns: readonly [{
|
|
|
9281
9289
|
};
|
|
9282
9290
|
readonly flexDirection: {
|
|
9283
9291
|
readonly label: "Flex Direction";
|
|
9284
|
-
readonly description: "
|
|
9292
|
+
readonly description: "Order of child stacking.";
|
|
9285
9293
|
readonly category: "container";
|
|
9286
9294
|
readonly specialCategory: null;
|
|
9287
|
-
readonly sort:
|
|
9295
|
+
readonly sort: 3;
|
|
9288
9296
|
};
|
|
9289
9297
|
readonly flexWrap: {
|
|
9290
9298
|
readonly label: "Flex Wrap";
|
|
@@ -9309,11 +9317,10 @@ export declare const patterns: readonly [{
|
|
|
9309
9317
|
};
|
|
9310
9318
|
readonly gap: {
|
|
9311
9319
|
readonly label: "Gap";
|
|
9312
|
-
readonly description: "Space between
|
|
9320
|
+
readonly description: "Space between child blocks.";
|
|
9313
9321
|
readonly category: "container";
|
|
9314
9322
|
readonly specialCategory: null;
|
|
9315
|
-
readonly sort:
|
|
9316
|
-
readonly preferredScale: "s";
|
|
9323
|
+
readonly sort: 2;
|
|
9317
9324
|
};
|
|
9318
9325
|
readonly padding: {
|
|
9319
9326
|
readonly label: "Padding";
|
|
@@ -9328,8 +9335,7 @@ export declare const patterns: readonly [{
|
|
|
9328
9335
|
readonly description: "Left and right padding.";
|
|
9329
9336
|
readonly category: "container";
|
|
9330
9337
|
readonly specialCategory: "padding";
|
|
9331
|
-
readonly sort:
|
|
9332
|
-
readonly preferredScale: "s";
|
|
9338
|
+
readonly sort: 4;
|
|
9333
9339
|
};
|
|
9334
9340
|
readonly paddingVertical: {
|
|
9335
9341
|
readonly label: "Padding Vertical";
|
|
@@ -9529,65 +9535,34 @@ export declare const patterns: readonly [{
|
|
|
9529
9535
|
readonly sort: 26;
|
|
9530
9536
|
};
|
|
9531
9537
|
};
|
|
9532
|
-
readonly
|
|
9533
|
-
readonly label: "
|
|
9534
|
-
readonly description: "
|
|
9535
|
-
readonly category: "other";
|
|
9536
|
-
readonly specialCategory: null;
|
|
9537
|
-
readonly sort: 1;
|
|
9538
|
-
};
|
|
9539
|
-
readonly lottie: {
|
|
9540
|
-
readonly label: "Lottie";
|
|
9541
|
-
readonly description: "Path to the lottie animation.";
|
|
9542
|
-
readonly category: "other";
|
|
9543
|
-
readonly specialCategory: null;
|
|
9544
|
-
readonly sort: 2;
|
|
9545
|
-
};
|
|
9546
|
-
};
|
|
9547
|
-
readonly specialCategories: {
|
|
9548
|
-
readonly padding: {
|
|
9549
|
-
readonly label: "Padding";
|
|
9550
|
-
readonly description: "Uniform padding on all sides.";
|
|
9538
|
+
readonly display: {
|
|
9539
|
+
readonly label: "Display";
|
|
9540
|
+
readonly description: "Controls layout display mode.";
|
|
9551
9541
|
readonly category: "container";
|
|
9542
|
+
readonly specialCategory: null;
|
|
9552
9543
|
readonly sort: 1;
|
|
9553
9544
|
};
|
|
9554
|
-
readonly margin: {
|
|
9555
|
-
readonly label: "Margin";
|
|
9556
|
-
readonly description: "Uniform margin on all sides.";
|
|
9557
|
-
readonly category: "container";
|
|
9558
|
-
readonly sort: 2;
|
|
9559
|
-
};
|
|
9560
|
-
readonly size: {
|
|
9561
|
-
readonly label: "Size";
|
|
9562
|
-
readonly description: "Fixed dimensions.";
|
|
9563
|
-
readonly category: "container";
|
|
9564
|
-
readonly sort: 3;
|
|
9565
|
-
};
|
|
9566
|
-
readonly offset: {
|
|
9567
|
-
readonly label: "Offset";
|
|
9568
|
-
readonly description: "Absolute positioning offsets.";
|
|
9569
|
-
readonly category: "container";
|
|
9570
|
-
readonly sort: 4;
|
|
9571
|
-
};
|
|
9572
9545
|
};
|
|
9546
|
+
readonly styles: {};
|
|
9573
9547
|
};
|
|
9574
9548
|
readonly defaults: {
|
|
9575
|
-
readonly fetchStrategy: "normal";
|
|
9576
9549
|
readonly styles: {
|
|
9577
|
-
readonly resizeMode: "contain";
|
|
9578
9550
|
readonly flexDirection: "column";
|
|
9579
9551
|
readonly position: "relative";
|
|
9580
9552
|
readonly zIndex: 1;
|
|
9581
9553
|
readonly alignSelf: "flex-start";
|
|
9582
9554
|
readonly flexGrow: 0;
|
|
9583
9555
|
readonly flexShrink: 0;
|
|
9556
|
+
readonly gap: "16@vs";
|
|
9557
|
+
readonly paddingHorizontal: "24@s";
|
|
9584
9558
|
};
|
|
9559
|
+
readonly display: "flex";
|
|
9585
9560
|
};
|
|
9586
9561
|
readonly types: {};
|
|
9587
9562
|
}, {
|
|
9588
9563
|
readonly schemaVersion: 2;
|
|
9589
9564
|
readonly pattern: {
|
|
9590
|
-
readonly type: "
|
|
9565
|
+
readonly type: "OnboardProvider";
|
|
9591
9566
|
readonly title: "title";
|
|
9592
9567
|
readonly description: "description";
|
|
9593
9568
|
readonly children: "node";
|
|
@@ -9630,13 +9605,14 @@ export declare const patterns: readonly [{
|
|
|
9630
9605
|
readonly zIndex: "number";
|
|
9631
9606
|
};
|
|
9632
9607
|
readonly testID: "string";
|
|
9633
|
-
readonly
|
|
9608
|
+
readonly theme: readonly ["light", "dark", "all"];
|
|
9609
|
+
readonly borderRadius: "never";
|
|
9634
9610
|
};
|
|
9635
9611
|
};
|
|
9636
9612
|
readonly meta: {
|
|
9637
|
-
readonly desiredParent: readonly ["
|
|
9638
|
-
readonly label: "Onboard
|
|
9639
|
-
readonly description: "
|
|
9613
|
+
readonly desiredParent: readonly ["root"];
|
|
9614
|
+
readonly label: "Onboard Provider";
|
|
9615
|
+
readonly description: "Provides shared settings for onboard.";
|
|
9640
9616
|
readonly specialCategories: {
|
|
9641
9617
|
readonly padding: {
|
|
9642
9618
|
readonly label: "Padding";
|
|
@@ -9689,10 +9665,10 @@ export declare const patterns: readonly [{
|
|
|
9689
9665
|
};
|
|
9690
9666
|
readonly flexDirection: {
|
|
9691
9667
|
readonly label: "Flex Direction";
|
|
9692
|
-
readonly description: "
|
|
9668
|
+
readonly description: "Sets row or column layout.";
|
|
9693
9669
|
readonly category: "container";
|
|
9694
9670
|
readonly specialCategory: null;
|
|
9695
|
-
readonly sort:
|
|
9671
|
+
readonly sort: 4;
|
|
9696
9672
|
};
|
|
9697
9673
|
readonly flexWrap: {
|
|
9698
9674
|
readonly label: "Flex Wrap";
|
|
@@ -9717,10 +9693,11 @@ export declare const patterns: readonly [{
|
|
|
9717
9693
|
};
|
|
9718
9694
|
readonly gap: {
|
|
9719
9695
|
readonly label: "Gap";
|
|
9720
|
-
readonly description: "Space between
|
|
9696
|
+
readonly description: "Space between children.";
|
|
9721
9697
|
readonly category: "container";
|
|
9722
9698
|
readonly specialCategory: null;
|
|
9723
|
-
readonly sort:
|
|
9699
|
+
readonly sort: 10;
|
|
9700
|
+
readonly preferredScale: "s";
|
|
9724
9701
|
};
|
|
9725
9702
|
readonly padding: {
|
|
9726
9703
|
readonly label: "Padding";
|
|
@@ -9735,7 +9712,8 @@ export declare const patterns: readonly [{
|
|
|
9735
9712
|
readonly description: "Left and right padding.";
|
|
9736
9713
|
readonly category: "container";
|
|
9737
9714
|
readonly specialCategory: "padding";
|
|
9738
|
-
readonly sort:
|
|
9715
|
+
readonly sort: 7;
|
|
9716
|
+
readonly preferredScale: "s";
|
|
9739
9717
|
};
|
|
9740
9718
|
readonly paddingVertical: {
|
|
9741
9719
|
readonly label: "Padding Vertical";
|
|
@@ -9747,35 +9725,31 @@ export declare const patterns: readonly [{
|
|
|
9747
9725
|
};
|
|
9748
9726
|
readonly paddingTop: {
|
|
9749
9727
|
readonly label: "Padding Top";
|
|
9750
|
-
readonly description: "Top padding
|
|
9728
|
+
readonly description: "Top padding for the provider.";
|
|
9751
9729
|
readonly category: "container";
|
|
9752
9730
|
readonly specialCategory: "padding";
|
|
9753
|
-
readonly sort:
|
|
9754
|
-
readonly preferredScale: "vs";
|
|
9731
|
+
readonly sort: 1;
|
|
9755
9732
|
};
|
|
9756
9733
|
readonly paddingBottom: {
|
|
9757
9734
|
readonly label: "Padding Bottom";
|
|
9758
|
-
readonly description: "Bottom padding
|
|
9735
|
+
readonly description: "Bottom padding for the provider.";
|
|
9759
9736
|
readonly category: "container";
|
|
9760
9737
|
readonly specialCategory: "padding";
|
|
9761
|
-
readonly sort:
|
|
9762
|
-
readonly preferredScale: "vs";
|
|
9738
|
+
readonly sort: 3;
|
|
9763
9739
|
};
|
|
9764
9740
|
readonly paddingLeft: {
|
|
9765
9741
|
readonly label: "Padding Left";
|
|
9766
|
-
readonly description: "Left padding
|
|
9742
|
+
readonly description: "Left padding for the provider.";
|
|
9767
9743
|
readonly category: "container";
|
|
9768
9744
|
readonly specialCategory: "padding";
|
|
9769
|
-
readonly sort:
|
|
9770
|
-
readonly preferredScale: "s";
|
|
9745
|
+
readonly sort: 4;
|
|
9771
9746
|
};
|
|
9772
9747
|
readonly paddingRight: {
|
|
9773
9748
|
readonly label: "Padding Right";
|
|
9774
|
-
readonly description: "Right padding
|
|
9749
|
+
readonly description: "Right padding for the provider.";
|
|
9775
9750
|
readonly category: "container";
|
|
9776
9751
|
readonly specialCategory: "padding";
|
|
9777
|
-
readonly sort:
|
|
9778
|
-
readonly preferredScale: "s";
|
|
9752
|
+
readonly sort: 2;
|
|
9779
9753
|
};
|
|
9780
9754
|
readonly margin: {
|
|
9781
9755
|
readonly label: "Margin";
|
|
@@ -9935,12 +9909,12 @@ export declare const patterns: readonly [{
|
|
|
9935
9909
|
readonly sort: 26;
|
|
9936
9910
|
};
|
|
9937
9911
|
};
|
|
9938
|
-
readonly
|
|
9939
|
-
readonly label: "
|
|
9940
|
-
readonly description: "Controls
|
|
9941
|
-
readonly category: "
|
|
9912
|
+
readonly theme: {
|
|
9913
|
+
readonly label: "Theme";
|
|
9914
|
+
readonly description: "Controls which app theme(s) this onboarding is intended for.";
|
|
9915
|
+
readonly category: "other";
|
|
9942
9916
|
readonly specialCategory: null;
|
|
9943
|
-
readonly sort:
|
|
9917
|
+
readonly sort: -10;
|
|
9944
9918
|
};
|
|
9945
9919
|
};
|
|
9946
9920
|
readonly styles: {};
|
|
@@ -9953,22 +9927,28 @@ export declare const patterns: readonly [{
|
|
|
9953
9927
|
readonly alignSelf: "flex-start";
|
|
9954
9928
|
readonly flexGrow: 0;
|
|
9955
9929
|
readonly flexShrink: 0;
|
|
9956
|
-
readonly
|
|
9957
|
-
readonly
|
|
9930
|
+
readonly width: "100%";
|
|
9931
|
+
readonly height: "100%";
|
|
9958
9932
|
};
|
|
9959
|
-
readonly display: "flex";
|
|
9960
9933
|
};
|
|
9961
9934
|
readonly types: {};
|
|
9962
9935
|
}, {
|
|
9963
9936
|
readonly schemaVersion: 2;
|
|
9964
9937
|
readonly pattern: {
|
|
9965
|
-
readonly type: "
|
|
9938
|
+
readonly type: "OnboardSubtitle";
|
|
9966
9939
|
readonly title: "title";
|
|
9967
9940
|
readonly description: "description";
|
|
9968
|
-
readonly children: "
|
|
9941
|
+
readonly children: "string";
|
|
9969
9942
|
readonly attributes: {
|
|
9970
|
-
readonly
|
|
9943
|
+
readonly adjustsFontSizeToFit: "boolean";
|
|
9944
|
+
readonly numberOfLines: "number";
|
|
9945
|
+
readonly translateCounter: "number";
|
|
9971
9946
|
readonly styles: {
|
|
9947
|
+
readonly color: "color";
|
|
9948
|
+
readonly fontSize: "size";
|
|
9949
|
+
readonly fontFamily: "fontFamily";
|
|
9950
|
+
readonly fontWeight: "fontWeight";
|
|
9951
|
+
readonly textAlign: "string";
|
|
9972
9952
|
readonly flexDirection: readonly ["row", "column"];
|
|
9973
9953
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
9974
9954
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -10004,52 +9984,76 @@ export declare const patterns: readonly [{
|
|
|
10004
9984
|
readonly right: "size";
|
|
10005
9985
|
readonly zIndex: "number";
|
|
10006
9986
|
};
|
|
9987
|
+
readonly scrollable: "boolean";
|
|
10007
9988
|
readonly testID: "string";
|
|
10008
|
-
readonly theme: readonly ["light", "dark", "all"];
|
|
10009
|
-
readonly borderRadius: "never";
|
|
10010
|
-
readonly animation: readonly ["default", "fade", "fade_from_bottom", "fade_from_right", "reveal_from_bottom", "scale_from_center", "slide_from_right", "slide_from_left", "slide_from_bottom", "none"];
|
|
10011
9989
|
};
|
|
10012
9990
|
};
|
|
10013
9991
|
readonly meta: {
|
|
10014
|
-
readonly desiredParent: readonly ["
|
|
10015
|
-
readonly label: "Onboard
|
|
10016
|
-
readonly description: "
|
|
10017
|
-
readonly
|
|
10018
|
-
readonly
|
|
10019
|
-
readonly label: "
|
|
10020
|
-
readonly description: "
|
|
10021
|
-
readonly category: "
|
|
9992
|
+
readonly desiredParent: readonly [">OnboardProvider", ">OnboardItem"];
|
|
9993
|
+
readonly label: "Onboard Subtitle";
|
|
9994
|
+
readonly description: "Subtitle text for an onboarding step.";
|
|
9995
|
+
readonly styles: {
|
|
9996
|
+
readonly color: {
|
|
9997
|
+
readonly label: "Color";
|
|
9998
|
+
readonly description: "Text color.";
|
|
9999
|
+
readonly category: "style";
|
|
10000
|
+
readonly specialCategory: null;
|
|
10022
10001
|
readonly sort: 1;
|
|
10023
10002
|
};
|
|
10024
|
-
readonly
|
|
10025
|
-
readonly label: "
|
|
10026
|
-
readonly description: "
|
|
10027
|
-
readonly category: "
|
|
10003
|
+
readonly fontSize: {
|
|
10004
|
+
readonly label: "Font Size";
|
|
10005
|
+
readonly description: "Text size.";
|
|
10006
|
+
readonly category: "style";
|
|
10007
|
+
readonly specialCategory: null;
|
|
10028
10008
|
readonly sort: 2;
|
|
10009
|
+
readonly preferredScale: "f";
|
|
10029
10010
|
};
|
|
10030
|
-
readonly
|
|
10031
|
-
readonly label: "
|
|
10032
|
-
readonly description: "
|
|
10033
|
-
readonly category: "
|
|
10011
|
+
readonly fontFamily: {
|
|
10012
|
+
readonly label: "Font Family";
|
|
10013
|
+
readonly description: "Font family used for the text.";
|
|
10014
|
+
readonly category: "style";
|
|
10015
|
+
readonly specialCategory: null;
|
|
10034
10016
|
readonly sort: 3;
|
|
10035
10017
|
};
|
|
10036
|
-
readonly
|
|
10037
|
-
readonly label: "
|
|
10038
|
-
readonly description: "
|
|
10039
|
-
readonly category: "
|
|
10018
|
+
readonly fontWeight: {
|
|
10019
|
+
readonly label: "Font Weight";
|
|
10020
|
+
readonly description: "Text weight.";
|
|
10021
|
+
readonly category: "style";
|
|
10022
|
+
readonly specialCategory: null;
|
|
10040
10023
|
readonly sort: 4;
|
|
10041
10024
|
};
|
|
10042
|
-
|
|
10043
|
-
|
|
10044
|
-
|
|
10045
|
-
readonly
|
|
10046
|
-
readonly description: "Turns scroll interaction on.";
|
|
10047
|
-
readonly category: "container";
|
|
10025
|
+
readonly textAlign: {
|
|
10026
|
+
readonly label: "Text Align";
|
|
10027
|
+
readonly description: "Text alignment.";
|
|
10028
|
+
readonly category: "style";
|
|
10048
10029
|
readonly specialCategory: null;
|
|
10049
|
-
readonly sort:
|
|
10030
|
+
readonly sort: 5;
|
|
10050
10031
|
};
|
|
10051
|
-
|
|
10052
|
-
|
|
10032
|
+
};
|
|
10033
|
+
readonly attributes: {
|
|
10034
|
+
readonly adjustsFontSizeToFit: {
|
|
10035
|
+
readonly label: "Adjust Font Size To Fit";
|
|
10036
|
+
readonly description: "Automatically reduces font size to fit the available space.";
|
|
10037
|
+
readonly category: "other";
|
|
10038
|
+
readonly specialCategory: null;
|
|
10039
|
+
readonly sort: 1;
|
|
10040
|
+
};
|
|
10041
|
+
readonly showEllipsis: {
|
|
10042
|
+
readonly label: "Show Ellipsis";
|
|
10043
|
+
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
10044
|
+
readonly category: "other";
|
|
10045
|
+
readonly specialCategory: null;
|
|
10046
|
+
readonly sort: 2;
|
|
10047
|
+
};
|
|
10048
|
+
readonly scrollable: {
|
|
10049
|
+
readonly label: "Scrollable";
|
|
10050
|
+
readonly description: "Turns scroll interaction on.";
|
|
10051
|
+
readonly category: "container";
|
|
10052
|
+
readonly specialCategory: null;
|
|
10053
|
+
readonly sort: -1;
|
|
10054
|
+
};
|
|
10055
|
+
readonly styles: {
|
|
10056
|
+
readonly backgroundColor: {
|
|
10053
10057
|
readonly label: "Background Color";
|
|
10054
10058
|
readonly description: "Background fill color.";
|
|
10055
10059
|
readonly category: "style";
|
|
@@ -10126,31 +10130,35 @@ export declare const patterns: readonly [{
|
|
|
10126
10130
|
};
|
|
10127
10131
|
readonly paddingTop: {
|
|
10128
10132
|
readonly label: "Padding Top";
|
|
10129
|
-
readonly description: "Top padding
|
|
10133
|
+
readonly description: "Top padding only.";
|
|
10130
10134
|
readonly category: "container";
|
|
10131
10135
|
readonly specialCategory: "padding";
|
|
10132
|
-
readonly sort:
|
|
10136
|
+
readonly sort: 9;
|
|
10137
|
+
readonly preferredScale: "vs";
|
|
10133
10138
|
};
|
|
10134
10139
|
readonly paddingBottom: {
|
|
10135
10140
|
readonly label: "Padding Bottom";
|
|
10136
|
-
readonly description: "Bottom padding
|
|
10141
|
+
readonly description: "Bottom padding only.";
|
|
10137
10142
|
readonly category: "container";
|
|
10138
10143
|
readonly specialCategory: "padding";
|
|
10139
|
-
readonly sort:
|
|
10144
|
+
readonly sort: 10;
|
|
10145
|
+
readonly preferredScale: "vs";
|
|
10140
10146
|
};
|
|
10141
10147
|
readonly paddingLeft: {
|
|
10142
10148
|
readonly label: "Padding Left";
|
|
10143
|
-
readonly description: "Left padding
|
|
10149
|
+
readonly description: "Left padding only.";
|
|
10144
10150
|
readonly category: "container";
|
|
10145
10151
|
readonly specialCategory: "padding";
|
|
10146
|
-
readonly sort:
|
|
10152
|
+
readonly sort: 11;
|
|
10153
|
+
readonly preferredScale: "s";
|
|
10147
10154
|
};
|
|
10148
10155
|
readonly paddingRight: {
|
|
10149
10156
|
readonly label: "Padding Right";
|
|
10150
|
-
readonly description: "Right padding
|
|
10157
|
+
readonly description: "Right padding only.";
|
|
10151
10158
|
readonly category: "container";
|
|
10152
10159
|
readonly specialCategory: "padding";
|
|
10153
|
-
readonly sort:
|
|
10160
|
+
readonly sort: 12;
|
|
10161
|
+
readonly preferredScale: "s";
|
|
10154
10162
|
};
|
|
10155
10163
|
readonly margin: {
|
|
10156
10164
|
readonly label: "Margin";
|
|
@@ -10310,40 +10318,54 @@ export declare const patterns: readonly [{
|
|
|
10310
10318
|
readonly sort: 26;
|
|
10311
10319
|
};
|
|
10312
10320
|
};
|
|
10313
|
-
|
|
10314
|
-
|
|
10315
|
-
|
|
10316
|
-
readonly
|
|
10317
|
-
readonly
|
|
10318
|
-
readonly
|
|
10321
|
+
};
|
|
10322
|
+
readonly specialCategories: {
|
|
10323
|
+
readonly padding: {
|
|
10324
|
+
readonly label: "Padding";
|
|
10325
|
+
readonly description: "Uniform padding on all sides.";
|
|
10326
|
+
readonly category: "container";
|
|
10327
|
+
readonly sort: 1;
|
|
10319
10328
|
};
|
|
10320
|
-
readonly
|
|
10321
|
-
readonly label: "
|
|
10322
|
-
readonly description: "
|
|
10323
|
-
readonly category: "
|
|
10324
|
-
readonly specialCategory: null;
|
|
10329
|
+
readonly margin: {
|
|
10330
|
+
readonly label: "Margin";
|
|
10331
|
+
readonly description: "Uniform margin on all sides.";
|
|
10332
|
+
readonly category: "container";
|
|
10325
10333
|
readonly sort: 2;
|
|
10326
10334
|
};
|
|
10335
|
+
readonly size: {
|
|
10336
|
+
readonly label: "Size";
|
|
10337
|
+
readonly description: "Fixed dimensions.";
|
|
10338
|
+
readonly category: "container";
|
|
10339
|
+
readonly sort: 3;
|
|
10340
|
+
};
|
|
10341
|
+
readonly offset: {
|
|
10342
|
+
readonly label: "Offset";
|
|
10343
|
+
readonly description: "Absolute positioning offsets.";
|
|
10344
|
+
readonly category: "container";
|
|
10345
|
+
readonly sort: 4;
|
|
10346
|
+
};
|
|
10327
10347
|
};
|
|
10328
|
-
readonly styles: {};
|
|
10329
10348
|
};
|
|
10330
10349
|
readonly defaults: {
|
|
10350
|
+
readonly translateCounter: 1;
|
|
10351
|
+
readonly numberOfLines: 1;
|
|
10331
10352
|
readonly styles: {
|
|
10353
|
+
readonly color: "THEME_COLORS.TEXT";
|
|
10354
|
+
readonly fontSize: "14@fs";
|
|
10355
|
+
readonly fontWeight: "600";
|
|
10332
10356
|
readonly flexDirection: "column";
|
|
10333
10357
|
readonly position: "relative";
|
|
10334
10358
|
readonly zIndex: 1;
|
|
10335
10359
|
readonly alignSelf: "flex-start";
|
|
10336
10360
|
readonly flexGrow: 0;
|
|
10337
10361
|
readonly flexShrink: 0;
|
|
10338
|
-
readonly width: "100%";
|
|
10339
|
-
readonly height: "100%";
|
|
10340
10362
|
};
|
|
10341
10363
|
};
|
|
10342
10364
|
readonly types: {};
|
|
10343
10365
|
}, {
|
|
10344
10366
|
readonly schemaVersion: 2;
|
|
10345
10367
|
readonly pattern: {
|
|
10346
|
-
readonly type: "
|
|
10368
|
+
readonly type: "OnboardTitle";
|
|
10347
10369
|
readonly title: "title";
|
|
10348
10370
|
readonly description: "description";
|
|
10349
10371
|
readonly children: "string";
|
|
@@ -10397,9 +10419,9 @@ export declare const patterns: readonly [{
|
|
|
10397
10419
|
};
|
|
10398
10420
|
};
|
|
10399
10421
|
readonly meta: {
|
|
10400
|
-
readonly desiredParent: readonly [">
|
|
10401
|
-
readonly label: "Onboard
|
|
10402
|
-
readonly description: "
|
|
10422
|
+
readonly desiredParent: readonly [">OnboardItem", ">OnboardProvider"];
|
|
10423
|
+
readonly label: "Onboard Title";
|
|
10424
|
+
readonly description: "Title text for an onboarding step.";
|
|
10403
10425
|
readonly styles: {
|
|
10404
10426
|
readonly color: {
|
|
10405
10427
|
readonly label: "Color";
|
|
@@ -10759,34 +10781,30 @@ export declare const patterns: readonly [{
|
|
|
10759
10781
|
readonly numberOfLines: 1;
|
|
10760
10782
|
readonly styles: {
|
|
10761
10783
|
readonly color: "THEME_COLORS.TEXT";
|
|
10762
|
-
readonly fontSize: "
|
|
10763
|
-
readonly fontWeight: "
|
|
10784
|
+
readonly fontSize: "24@fs";
|
|
10785
|
+
readonly fontWeight: "700";
|
|
10764
10786
|
readonly flexDirection: "column";
|
|
10765
10787
|
readonly position: "relative";
|
|
10766
10788
|
readonly zIndex: 1;
|
|
10767
10789
|
readonly alignSelf: "flex-start";
|
|
10768
10790
|
readonly flexGrow: 0;
|
|
10769
10791
|
readonly flexShrink: 0;
|
|
10792
|
+
readonly textAlign: "center";
|
|
10770
10793
|
};
|
|
10771
10794
|
};
|
|
10772
10795
|
readonly types: {};
|
|
10773
10796
|
}, {
|
|
10774
10797
|
readonly schemaVersion: 2;
|
|
10775
10798
|
readonly pattern: {
|
|
10776
|
-
readonly type: "
|
|
10799
|
+
readonly type: "PaywallBackground";
|
|
10777
10800
|
readonly title: "title";
|
|
10778
10801
|
readonly description: "description";
|
|
10779
|
-
readonly children: "
|
|
10802
|
+
readonly children: "never";
|
|
10780
10803
|
readonly attributes: {
|
|
10781
|
-
readonly
|
|
10782
|
-
readonly
|
|
10783
|
-
readonly
|
|
10804
|
+
readonly src: "string";
|
|
10805
|
+
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
10806
|
+
readonly scrollable: "boolean";
|
|
10784
10807
|
readonly styles: {
|
|
10785
|
-
readonly color: "color";
|
|
10786
|
-
readonly fontSize: "size";
|
|
10787
|
-
readonly fontFamily: "fontFamily";
|
|
10788
|
-
readonly fontWeight: "fontWeight";
|
|
10789
|
-
readonly textAlign: "string";
|
|
10790
10808
|
readonly flexDirection: readonly ["row", "column"];
|
|
10791
10809
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
10792
10810
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -10822,66 +10840,28 @@ export declare const patterns: readonly [{
|
|
|
10822
10840
|
readonly right: "size";
|
|
10823
10841
|
readonly zIndex: "number";
|
|
10824
10842
|
};
|
|
10825
|
-
readonly scrollable: "boolean";
|
|
10826
10843
|
readonly testID: "string";
|
|
10827
10844
|
};
|
|
10828
10845
|
};
|
|
10829
10846
|
readonly meta: {
|
|
10830
|
-
readonly desiredParent: readonly [">
|
|
10831
|
-
readonly label: "
|
|
10832
|
-
readonly description: "
|
|
10833
|
-
readonly styles: {
|
|
10834
|
-
readonly color: {
|
|
10835
|
-
readonly label: "Color";
|
|
10836
|
-
readonly description: "Text color.";
|
|
10837
|
-
readonly category: "style";
|
|
10838
|
-
readonly specialCategory: null;
|
|
10839
|
-
readonly sort: 1;
|
|
10840
|
-
};
|
|
10841
|
-
readonly fontSize: {
|
|
10842
|
-
readonly label: "Font Size";
|
|
10843
|
-
readonly description: "Text size.";
|
|
10844
|
-
readonly category: "style";
|
|
10845
|
-
readonly specialCategory: null;
|
|
10846
|
-
readonly sort: 2;
|
|
10847
|
-
readonly preferredScale: "f";
|
|
10848
|
-
};
|
|
10849
|
-
readonly fontFamily: {
|
|
10850
|
-
readonly label: "Font Family";
|
|
10851
|
-
readonly description: "Font family used for the text.";
|
|
10852
|
-
readonly category: "style";
|
|
10853
|
-
readonly specialCategory: null;
|
|
10854
|
-
readonly sort: 3;
|
|
10855
|
-
};
|
|
10856
|
-
readonly fontWeight: {
|
|
10857
|
-
readonly label: "Font Weight";
|
|
10858
|
-
readonly description: "Text weight.";
|
|
10859
|
-
readonly category: "style";
|
|
10860
|
-
readonly specialCategory: null;
|
|
10861
|
-
readonly sort: 4;
|
|
10862
|
-
};
|
|
10863
|
-
readonly textAlign: {
|
|
10864
|
-
readonly label: "Text Align";
|
|
10865
|
-
readonly description: "Text alignment.";
|
|
10866
|
-
readonly category: "style";
|
|
10867
|
-
readonly specialCategory: null;
|
|
10868
|
-
readonly sort: 5;
|
|
10869
|
-
};
|
|
10870
|
-
};
|
|
10847
|
+
readonly desiredParent: readonly [">PaywallProvider"];
|
|
10848
|
+
readonly label: "Paywall Background";
|
|
10849
|
+
readonly description: "Paywall Background component.";
|
|
10850
|
+
readonly styles: {};
|
|
10871
10851
|
readonly attributes: {
|
|
10872
|
-
readonly
|
|
10873
|
-
readonly label: "
|
|
10874
|
-
readonly description: "
|
|
10852
|
+
readonly src: {
|
|
10853
|
+
readonly label: "Src";
|
|
10854
|
+
readonly description: "Image source URL.";
|
|
10875
10855
|
readonly category: "other";
|
|
10876
10856
|
readonly specialCategory: null;
|
|
10877
10857
|
readonly sort: 1;
|
|
10878
10858
|
};
|
|
10879
|
-
readonly
|
|
10880
|
-
readonly label: "
|
|
10881
|
-
readonly description: "
|
|
10859
|
+
readonly resizeMode: {
|
|
10860
|
+
readonly label: "Resize Mode";
|
|
10861
|
+
readonly description: "How the image fits its container.";
|
|
10882
10862
|
readonly category: "other";
|
|
10883
10863
|
readonly specialCategory: null;
|
|
10884
|
-
readonly sort:
|
|
10864
|
+
readonly sort: 4;
|
|
10885
10865
|
};
|
|
10886
10866
|
readonly scrollable: {
|
|
10887
10867
|
readonly label: "Scrollable";
|
|
@@ -11185,34 +11165,43 @@ export declare const patterns: readonly [{
|
|
|
11185
11165
|
};
|
|
11186
11166
|
};
|
|
11187
11167
|
readonly defaults: {
|
|
11188
|
-
readonly
|
|
11189
|
-
readonly numberOfLines: 1;
|
|
11168
|
+
readonly resizeMode: "cover";
|
|
11190
11169
|
readonly styles: {
|
|
11191
|
-
readonly
|
|
11192
|
-
readonly
|
|
11193
|
-
readonly
|
|
11194
|
-
readonly
|
|
11195
|
-
readonly
|
|
11170
|
+
readonly width: "100%";
|
|
11171
|
+
readonly height: "100%";
|
|
11172
|
+
readonly position: "absolute";
|
|
11173
|
+
readonly top: 0;
|
|
11174
|
+
readonly left: 0;
|
|
11175
|
+
readonly right: 0;
|
|
11176
|
+
readonly bottom: 0;
|
|
11196
11177
|
readonly zIndex: 1;
|
|
11178
|
+
readonly flexDirection: "column";
|
|
11197
11179
|
readonly alignSelf: "flex-start";
|
|
11198
11180
|
readonly flexGrow: 0;
|
|
11199
11181
|
readonly flexShrink: 0;
|
|
11200
|
-
readonly textAlign: "center";
|
|
11201
11182
|
};
|
|
11202
11183
|
};
|
|
11203
11184
|
readonly types: {};
|
|
11204
11185
|
}, {
|
|
11205
11186
|
readonly schemaVersion: 2;
|
|
11206
11187
|
readonly pattern: {
|
|
11207
|
-
readonly type: "
|
|
11188
|
+
readonly type: "PaywallCloseButton";
|
|
11208
11189
|
readonly title: "title";
|
|
11209
11190
|
readonly description: "description";
|
|
11210
11191
|
readonly children: "never";
|
|
11211
11192
|
readonly attributes: {
|
|
11212
|
-
readonly
|
|
11213
|
-
readonly
|
|
11214
|
-
readonly
|
|
11193
|
+
readonly iconType: "iconType";
|
|
11194
|
+
readonly size: "number";
|
|
11195
|
+
readonly strokeWidth: "number";
|
|
11196
|
+
readonly adjustsFontSizeToFit: "boolean";
|
|
11197
|
+
readonly numberOfLines: "number";
|
|
11198
|
+
readonly translateCounter: "number";
|
|
11215
11199
|
readonly styles: {
|
|
11200
|
+
readonly color: "color";
|
|
11201
|
+
readonly fontSize: "size";
|
|
11202
|
+
readonly fontFamily: "fontFamily";
|
|
11203
|
+
readonly fontWeight: "fontWeight";
|
|
11204
|
+
readonly textAlign: "string";
|
|
11216
11205
|
readonly flexDirection: readonly ["row", "column"];
|
|
11217
11206
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
11218
11207
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -11248,37 +11237,96 @@ export declare const patterns: readonly [{
|
|
|
11248
11237
|
readonly right: "size";
|
|
11249
11238
|
readonly zIndex: "number";
|
|
11250
11239
|
};
|
|
11240
|
+
readonly scrollable: "boolean";
|
|
11251
11241
|
readonly testID: "string";
|
|
11252
11242
|
};
|
|
11253
11243
|
};
|
|
11254
11244
|
readonly meta: {
|
|
11255
11245
|
readonly desiredParent: readonly [">PaywallProvider"];
|
|
11256
|
-
readonly label: "Paywall
|
|
11257
|
-
readonly description: "Paywall
|
|
11258
|
-
readonly styles: {
|
|
11259
|
-
|
|
11260
|
-
|
|
11261
|
-
readonly
|
|
11262
|
-
readonly
|
|
11263
|
-
readonly category: "other";
|
|
11246
|
+
readonly label: "Paywall Close Button";
|
|
11247
|
+
readonly description: "Paywall Close Button component.";
|
|
11248
|
+
readonly styles: {
|
|
11249
|
+
readonly color: {
|
|
11250
|
+
readonly label: "Color";
|
|
11251
|
+
readonly description: "Text color.";
|
|
11252
|
+
readonly category: "style";
|
|
11264
11253
|
readonly specialCategory: null;
|
|
11265
11254
|
readonly sort: 1;
|
|
11266
11255
|
};
|
|
11267
|
-
readonly
|
|
11268
|
-
readonly label: "
|
|
11269
|
-
readonly description: "
|
|
11270
|
-
readonly category: "
|
|
11256
|
+
readonly fontSize: {
|
|
11257
|
+
readonly label: "Font Size";
|
|
11258
|
+
readonly description: "Text size.";
|
|
11259
|
+
readonly category: "style";
|
|
11260
|
+
readonly specialCategory: null;
|
|
11261
|
+
readonly sort: 2;
|
|
11262
|
+
readonly preferredScale: "f";
|
|
11263
|
+
};
|
|
11264
|
+
readonly fontFamily: {
|
|
11265
|
+
readonly label: "Font Family";
|
|
11266
|
+
readonly description: "Font family used for the text.";
|
|
11267
|
+
readonly category: "style";
|
|
11268
|
+
readonly specialCategory: null;
|
|
11269
|
+
readonly sort: 3;
|
|
11270
|
+
};
|
|
11271
|
+
readonly fontWeight: {
|
|
11272
|
+
readonly label: "Font Weight";
|
|
11273
|
+
readonly description: "Text weight.";
|
|
11274
|
+
readonly category: "style";
|
|
11271
11275
|
readonly specialCategory: null;
|
|
11272
11276
|
readonly sort: 4;
|
|
11273
11277
|
};
|
|
11274
|
-
readonly
|
|
11275
|
-
readonly label: "
|
|
11276
|
-
readonly description: "
|
|
11277
|
-
readonly category: "
|
|
11278
|
+
readonly textAlign: {
|
|
11279
|
+
readonly label: "Text Align";
|
|
11280
|
+
readonly description: "Text alignment.";
|
|
11281
|
+
readonly category: "style";
|
|
11278
11282
|
readonly specialCategory: null;
|
|
11279
|
-
readonly sort:
|
|
11283
|
+
readonly sort: 5;
|
|
11280
11284
|
};
|
|
11281
|
-
|
|
11285
|
+
};
|
|
11286
|
+
readonly attributes: {
|
|
11287
|
+
readonly iconType: {
|
|
11288
|
+
readonly label: "Icon";
|
|
11289
|
+
readonly description: "Which icon to render.";
|
|
11290
|
+
readonly category: "other";
|
|
11291
|
+
readonly specialCategory: null;
|
|
11292
|
+
readonly sort: 1;
|
|
11293
|
+
};
|
|
11294
|
+
readonly size: {
|
|
11295
|
+
readonly label: "Size";
|
|
11296
|
+
readonly description: "Icon size (px).";
|
|
11297
|
+
readonly category: "other";
|
|
11298
|
+
readonly specialCategory: null;
|
|
11299
|
+
readonly sort: 2;
|
|
11300
|
+
};
|
|
11301
|
+
readonly strokeWidth: {
|
|
11302
|
+
readonly label: "Stroke Width";
|
|
11303
|
+
readonly description: "SVG stroke width override (applied to the icon paths).";
|
|
11304
|
+
readonly category: "other";
|
|
11305
|
+
readonly specialCategory: null;
|
|
11306
|
+
readonly sort: 3;
|
|
11307
|
+
};
|
|
11308
|
+
readonly adjustsFontSizeToFit: {
|
|
11309
|
+
readonly label: "Adjust Font Size To Fit";
|
|
11310
|
+
readonly description: "Automatically reduces font size to fit the available space.";
|
|
11311
|
+
readonly category: "other";
|
|
11312
|
+
readonly specialCategory: null;
|
|
11313
|
+
readonly sort: 1;
|
|
11314
|
+
};
|
|
11315
|
+
readonly showEllipsis: {
|
|
11316
|
+
readonly label: "Show Ellipsis";
|
|
11317
|
+
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
11318
|
+
readonly category: "other";
|
|
11319
|
+
readonly specialCategory: null;
|
|
11320
|
+
readonly sort: 2;
|
|
11321
|
+
};
|
|
11322
|
+
readonly scrollable: {
|
|
11323
|
+
readonly label: "Scrollable";
|
|
11324
|
+
readonly description: "Turns scroll interaction on.";
|
|
11325
|
+
readonly category: "container";
|
|
11326
|
+
readonly specialCategory: null;
|
|
11327
|
+
readonly sort: -1;
|
|
11328
|
+
};
|
|
11329
|
+
readonly styles: {
|
|
11282
11330
|
readonly backgroundColor: {
|
|
11283
11331
|
readonly label: "Background Color";
|
|
11284
11332
|
readonly description: "Background fill color.";
|
|
@@ -11573,34 +11621,37 @@ export declare const patterns: readonly [{
|
|
|
11573
11621
|
};
|
|
11574
11622
|
};
|
|
11575
11623
|
readonly defaults: {
|
|
11576
|
-
readonly
|
|
11624
|
+
readonly iconType: "close";
|
|
11625
|
+
readonly strokeWidth: 1.5;
|
|
11577
11626
|
readonly styles: {
|
|
11578
|
-
readonly
|
|
11579
|
-
readonly
|
|
11627
|
+
readonly fontSize: "16@fs";
|
|
11628
|
+
readonly color: "THEME_COLORS.TEXT";
|
|
11629
|
+
readonly fontWeight: "400";
|
|
11630
|
+
readonly flexDirection: "row";
|
|
11580
11631
|
readonly position: "absolute";
|
|
11581
|
-
readonly top: 0;
|
|
11582
|
-
readonly left: 0;
|
|
11583
|
-
readonly right: 0;
|
|
11584
|
-
readonly bottom: 0;
|
|
11585
11632
|
readonly zIndex: 1;
|
|
11586
|
-
readonly flexDirection: "column";
|
|
11587
11633
|
readonly alignSelf: "flex-start";
|
|
11588
11634
|
readonly flexGrow: 0;
|
|
11589
11635
|
readonly flexShrink: 0;
|
|
11636
|
+
readonly top: "35@vs";
|
|
11637
|
+
readonly left: "24@s";
|
|
11638
|
+
readonly justifyContent: "center";
|
|
11639
|
+
readonly alignItems: "center";
|
|
11590
11640
|
};
|
|
11641
|
+
readonly translateCounter: 1;
|
|
11642
|
+
readonly numberOfLines: 1;
|
|
11643
|
+
readonly testID: "paywall-close-button";
|
|
11644
|
+
readonly size: 24;
|
|
11591
11645
|
};
|
|
11592
11646
|
readonly types: {};
|
|
11593
11647
|
}, {
|
|
11594
11648
|
readonly schemaVersion: 2;
|
|
11595
11649
|
readonly pattern: {
|
|
11596
|
-
readonly type: "
|
|
11650
|
+
readonly type: "PaywallFooter";
|
|
11597
11651
|
readonly title: "title";
|
|
11598
11652
|
readonly description: "description";
|
|
11599
11653
|
readonly children: "never";
|
|
11600
11654
|
readonly attributes: {
|
|
11601
|
-
readonly iconType: "iconType";
|
|
11602
|
-
readonly size: "number";
|
|
11603
|
-
readonly strokeWidth: "number";
|
|
11604
11655
|
readonly adjustsFontSizeToFit: "boolean";
|
|
11605
11656
|
readonly numberOfLines: "number";
|
|
11606
11657
|
readonly translateCounter: "number";
|
|
@@ -11647,12 +11698,19 @@ export declare const patterns: readonly [{
|
|
|
11647
11698
|
};
|
|
11648
11699
|
readonly scrollable: "boolean";
|
|
11649
11700
|
readonly testID: "string";
|
|
11701
|
+
readonly textLocalizationKey: "string";
|
|
11702
|
+
readonly linkedWordFirstLocalizationKey: "string";
|
|
11703
|
+
readonly linkedWordFirstColor: "color";
|
|
11704
|
+
readonly linkedWordFirstPage: "string";
|
|
11705
|
+
readonly linkedWordSecondLocalizationKey: "string";
|
|
11706
|
+
readonly linkedWordSecondColor: "color";
|
|
11707
|
+
readonly linkedWordSecondPage: "string";
|
|
11650
11708
|
};
|
|
11651
11709
|
};
|
|
11652
11710
|
readonly meta: {
|
|
11653
11711
|
readonly desiredParent: readonly [">PaywallProvider"];
|
|
11654
|
-
readonly label: "Paywall
|
|
11655
|
-
readonly description: "
|
|
11712
|
+
readonly label: "Paywall Footer";
|
|
11713
|
+
readonly description: "Footer text with optional links for paywall screens.";
|
|
11656
11714
|
readonly styles: {
|
|
11657
11715
|
readonly color: {
|
|
11658
11716
|
readonly label: "Color";
|
|
@@ -11692,27 +11750,6 @@ export declare const patterns: readonly [{
|
|
|
11692
11750
|
};
|
|
11693
11751
|
};
|
|
11694
11752
|
readonly attributes: {
|
|
11695
|
-
readonly iconType: {
|
|
11696
|
-
readonly label: "Icon";
|
|
11697
|
-
readonly description: "Which icon to render.";
|
|
11698
|
-
readonly category: "other";
|
|
11699
|
-
readonly specialCategory: null;
|
|
11700
|
-
readonly sort: 1;
|
|
11701
|
-
};
|
|
11702
|
-
readonly size: {
|
|
11703
|
-
readonly label: "Size";
|
|
11704
|
-
readonly description: "Icon size (px).";
|
|
11705
|
-
readonly category: "other";
|
|
11706
|
-
readonly specialCategory: null;
|
|
11707
|
-
readonly sort: 2;
|
|
11708
|
-
};
|
|
11709
|
-
readonly strokeWidth: {
|
|
11710
|
-
readonly label: "Stroke Width";
|
|
11711
|
-
readonly description: "SVG stroke width override (applied to the icon paths).";
|
|
11712
|
-
readonly category: "other";
|
|
11713
|
-
readonly specialCategory: null;
|
|
11714
|
-
readonly sort: 3;
|
|
11715
|
-
};
|
|
11716
11753
|
readonly adjustsFontSizeToFit: {
|
|
11717
11754
|
readonly label: "Adjust Font Size To Fit";
|
|
11718
11755
|
readonly description: "Automatically reduces font size to fit the available space.";
|
|
@@ -12000,6 +12037,55 @@ export declare const patterns: readonly [{
|
|
|
12000
12037
|
readonly sort: 26;
|
|
12001
12038
|
};
|
|
12002
12039
|
};
|
|
12040
|
+
readonly textLocalizationKey: {
|
|
12041
|
+
readonly label: "Text Localization Key";
|
|
12042
|
+
readonly description: "Localization key for the footer text.";
|
|
12043
|
+
readonly category: "other";
|
|
12044
|
+
readonly specialCategory: null;
|
|
12045
|
+
readonly sort: 1;
|
|
12046
|
+
};
|
|
12047
|
+
readonly linkedWordFirstLocalizationKey: {
|
|
12048
|
+
readonly label: "Linked Word First Localization Key";
|
|
12049
|
+
readonly description: "Key for the first linked word.";
|
|
12050
|
+
readonly category: "other";
|
|
12051
|
+
readonly specialCategory: null;
|
|
12052
|
+
readonly sort: 2;
|
|
12053
|
+
};
|
|
12054
|
+
readonly linkedWordFirstColor: {
|
|
12055
|
+
readonly label: "Linked Word First Color";
|
|
12056
|
+
readonly description: "Color of the first linked word.";
|
|
12057
|
+
readonly category: "other";
|
|
12058
|
+
readonly specialCategory: null;
|
|
12059
|
+
readonly sort: 3;
|
|
12060
|
+
};
|
|
12061
|
+
readonly linkedWordFirstPage: {
|
|
12062
|
+
readonly label: "Linked Word First Page";
|
|
12063
|
+
readonly description: "Page opened by the first link.";
|
|
12064
|
+
readonly category: "other";
|
|
12065
|
+
readonly specialCategory: null;
|
|
12066
|
+
readonly sort: 4;
|
|
12067
|
+
};
|
|
12068
|
+
readonly linkedWordSecondLocalizationKey: {
|
|
12069
|
+
readonly label: "Linked Word Second Localization Key";
|
|
12070
|
+
readonly description: "Key for the second linked word.";
|
|
12071
|
+
readonly category: "other";
|
|
12072
|
+
readonly specialCategory: null;
|
|
12073
|
+
readonly sort: 5;
|
|
12074
|
+
};
|
|
12075
|
+
readonly linkedWordSecondColor: {
|
|
12076
|
+
readonly label: "Linked Word Second Color";
|
|
12077
|
+
readonly description: "Color of the second linked word.";
|
|
12078
|
+
readonly category: "other";
|
|
12079
|
+
readonly specialCategory: null;
|
|
12080
|
+
readonly sort: 6;
|
|
12081
|
+
};
|
|
12082
|
+
readonly linkedWordSecondPage: {
|
|
12083
|
+
readonly label: "Linked Word Second Page";
|
|
12084
|
+
readonly description: "Page opened by the second link.";
|
|
12085
|
+
readonly category: "other";
|
|
12086
|
+
readonly specialCategory: null;
|
|
12087
|
+
readonly sort: 7;
|
|
12088
|
+
};
|
|
12003
12089
|
};
|
|
12004
12090
|
readonly specialCategories: {
|
|
12005
12091
|
readonly padding: {
|
|
@@ -12029,46 +12115,37 @@ export declare const patterns: readonly [{
|
|
|
12029
12115
|
};
|
|
12030
12116
|
};
|
|
12031
12117
|
readonly defaults: {
|
|
12032
|
-
readonly
|
|
12033
|
-
readonly
|
|
12118
|
+
readonly translateCounter: 1;
|
|
12119
|
+
readonly numberOfLines: 1;
|
|
12034
12120
|
readonly styles: {
|
|
12035
|
-
readonly fontSize: "16@fs";
|
|
12036
12121
|
readonly color: "THEME_COLORS.TEXT";
|
|
12122
|
+
readonly fontSize: "16@fs";
|
|
12037
12123
|
readonly fontWeight: "400";
|
|
12038
12124
|
readonly flexDirection: "row";
|
|
12039
|
-
readonly position: "
|
|
12125
|
+
readonly position: "relative";
|
|
12040
12126
|
readonly zIndex: 1;
|
|
12041
12127
|
readonly alignSelf: "flex-start";
|
|
12042
12128
|
readonly flexGrow: 0;
|
|
12043
12129
|
readonly flexShrink: 0;
|
|
12044
|
-
readonly
|
|
12045
|
-
readonly
|
|
12046
|
-
readonly justifyContent: "center";
|
|
12130
|
+
readonly minHeight: "50@vs";
|
|
12131
|
+
readonly flexWrap: "wrap";
|
|
12047
12132
|
readonly alignItems: "center";
|
|
12133
|
+
readonly justifyContent: "center";
|
|
12134
|
+
readonly textAlign: "center";
|
|
12135
|
+
readonly paddingHorizontal: "16@s";
|
|
12048
12136
|
};
|
|
12049
|
-
readonly translateCounter: 1;
|
|
12050
|
-
readonly numberOfLines: 1;
|
|
12051
|
-
readonly testID: "paywall-close-button";
|
|
12052
|
-
readonly size: 24;
|
|
12053
12137
|
};
|
|
12054
12138
|
readonly types: {};
|
|
12055
12139
|
}, {
|
|
12056
12140
|
readonly schemaVersion: 2;
|
|
12057
12141
|
readonly pattern: {
|
|
12058
|
-
readonly type: "
|
|
12142
|
+
readonly type: "PaywallOptions";
|
|
12059
12143
|
readonly title: "title";
|
|
12060
12144
|
readonly description: "description";
|
|
12061
|
-
readonly children: "
|
|
12145
|
+
readonly children: "node";
|
|
12062
12146
|
readonly attributes: {
|
|
12063
|
-
readonly
|
|
12064
|
-
readonly numberOfLines: "number";
|
|
12065
|
-
readonly translateCounter: "number";
|
|
12147
|
+
readonly scrollable: "boolean";
|
|
12066
12148
|
readonly styles: {
|
|
12067
|
-
readonly color: "color";
|
|
12068
|
-
readonly fontSize: "size";
|
|
12069
|
-
readonly fontFamily: "fontFamily";
|
|
12070
|
-
readonly fontWeight: "fontWeight";
|
|
12071
|
-
readonly textAlign: "string";
|
|
12072
12149
|
readonly flexDirection: readonly ["row", "column"];
|
|
12073
12150
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
12074
12151
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -12104,80 +12181,46 @@ export declare const patterns: readonly [{
|
|
|
12104
12181
|
readonly right: "size";
|
|
12105
12182
|
readonly zIndex: "number";
|
|
12106
12183
|
};
|
|
12107
|
-
readonly scrollable: "boolean";
|
|
12108
12184
|
readonly testID: "string";
|
|
12109
|
-
readonly textLocalizationKey: "string";
|
|
12110
|
-
readonly linkedWordFirstLocalizationKey: "string";
|
|
12111
|
-
readonly linkedWordFirstColor: "color";
|
|
12112
|
-
readonly linkedWordFirstPage: "string";
|
|
12113
|
-
readonly linkedWordSecondLocalizationKey: "string";
|
|
12114
|
-
readonly linkedWordSecondColor: "color";
|
|
12115
|
-
readonly linkedWordSecondPage: "string";
|
|
12116
12185
|
};
|
|
12117
12186
|
};
|
|
12118
12187
|
readonly meta: {
|
|
12119
12188
|
readonly desiredParent: readonly [">PaywallProvider"];
|
|
12120
|
-
readonly label: "Paywall
|
|
12121
|
-
readonly description: "
|
|
12122
|
-
readonly
|
|
12123
|
-
readonly
|
|
12124
|
-
readonly label: "
|
|
12125
|
-
readonly description: "
|
|
12126
|
-
readonly category: "
|
|
12127
|
-
readonly specialCategory: null;
|
|
12189
|
+
readonly label: "Paywall Options";
|
|
12190
|
+
readonly description: "Paywall options selector component.";
|
|
12191
|
+
readonly specialCategories: {
|
|
12192
|
+
readonly padding: {
|
|
12193
|
+
readonly label: "Padding";
|
|
12194
|
+
readonly description: "Uniform padding on all sides.";
|
|
12195
|
+
readonly category: "container";
|
|
12128
12196
|
readonly sort: 1;
|
|
12129
12197
|
};
|
|
12130
|
-
readonly
|
|
12131
|
-
readonly label: "
|
|
12132
|
-
readonly description: "
|
|
12133
|
-
readonly category: "
|
|
12134
|
-
readonly specialCategory: null;
|
|
12198
|
+
readonly margin: {
|
|
12199
|
+
readonly label: "Margin";
|
|
12200
|
+
readonly description: "Uniform margin on all sides.";
|
|
12201
|
+
readonly category: "container";
|
|
12135
12202
|
readonly sort: 2;
|
|
12136
|
-
readonly preferredScale: "f";
|
|
12137
12203
|
};
|
|
12138
|
-
readonly
|
|
12139
|
-
readonly label: "
|
|
12140
|
-
readonly description: "
|
|
12141
|
-
readonly category: "
|
|
12142
|
-
readonly specialCategory: null;
|
|
12204
|
+
readonly size: {
|
|
12205
|
+
readonly label: "Size";
|
|
12206
|
+
readonly description: "Fixed dimensions.";
|
|
12207
|
+
readonly category: "container";
|
|
12143
12208
|
readonly sort: 3;
|
|
12144
12209
|
};
|
|
12145
|
-
readonly
|
|
12146
|
-
readonly label: "
|
|
12147
|
-
readonly description: "
|
|
12148
|
-
readonly category: "
|
|
12149
|
-
readonly specialCategory: null;
|
|
12210
|
+
readonly offset: {
|
|
12211
|
+
readonly label: "Offset";
|
|
12212
|
+
readonly description: "Absolute positioning offsets.";
|
|
12213
|
+
readonly category: "container";
|
|
12150
12214
|
readonly sort: 4;
|
|
12151
12215
|
};
|
|
12152
|
-
readonly textAlign: {
|
|
12153
|
-
readonly label: "Text Align";
|
|
12154
|
-
readonly description: "Text alignment.";
|
|
12155
|
-
readonly category: "style";
|
|
12156
|
-
readonly specialCategory: null;
|
|
12157
|
-
readonly sort: 5;
|
|
12158
|
-
};
|
|
12159
12216
|
};
|
|
12160
12217
|
readonly attributes: {
|
|
12161
|
-
readonly
|
|
12162
|
-
readonly label: "
|
|
12163
|
-
readonly description: "
|
|
12164
|
-
readonly category: "
|
|
12218
|
+
readonly scrollable: {
|
|
12219
|
+
readonly label: "Scrollable";
|
|
12220
|
+
readonly description: "Turns scroll interaction on.";
|
|
12221
|
+
readonly category: "container";
|
|
12165
12222
|
readonly specialCategory: null;
|
|
12166
|
-
readonly sort: 1;
|
|
12167
|
-
};
|
|
12168
|
-
readonly showEllipsis: {
|
|
12169
|
-
readonly label: "Show Ellipsis";
|
|
12170
|
-
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
12171
|
-
readonly category: "other";
|
|
12172
|
-
readonly specialCategory: null;
|
|
12173
|
-
readonly sort: 2;
|
|
12174
|
-
};
|
|
12175
|
-
readonly scrollable: {
|
|
12176
|
-
readonly label: "Scrollable";
|
|
12177
|
-
readonly description: "Turns scroll interaction on.";
|
|
12178
|
-
readonly category: "container";
|
|
12179
|
-
readonly specialCategory: null;
|
|
12180
|
-
readonly sort: -1;
|
|
12223
|
+
readonly sort: -1;
|
|
12181
12224
|
};
|
|
12182
12225
|
readonly styles: {
|
|
12183
12226
|
readonly backgroundColor: {
|
|
@@ -12445,109 +12488,27 @@ export declare const patterns: readonly [{
|
|
|
12445
12488
|
readonly sort: 26;
|
|
12446
12489
|
};
|
|
12447
12490
|
};
|
|
12448
|
-
readonly textLocalizationKey: {
|
|
12449
|
-
readonly label: "Text Localization Key";
|
|
12450
|
-
readonly description: "Localization key for the footer text.";
|
|
12451
|
-
readonly category: "other";
|
|
12452
|
-
readonly specialCategory: null;
|
|
12453
|
-
readonly sort: 1;
|
|
12454
|
-
};
|
|
12455
|
-
readonly linkedWordFirstLocalizationKey: {
|
|
12456
|
-
readonly label: "Linked Word First Localization Key";
|
|
12457
|
-
readonly description: "Key for the first linked word.";
|
|
12458
|
-
readonly category: "other";
|
|
12459
|
-
readonly specialCategory: null;
|
|
12460
|
-
readonly sort: 2;
|
|
12461
|
-
};
|
|
12462
|
-
readonly linkedWordFirstColor: {
|
|
12463
|
-
readonly label: "Linked Word First Color";
|
|
12464
|
-
readonly description: "Color of the first linked word.";
|
|
12465
|
-
readonly category: "other";
|
|
12466
|
-
readonly specialCategory: null;
|
|
12467
|
-
readonly sort: 3;
|
|
12468
|
-
};
|
|
12469
|
-
readonly linkedWordFirstPage: {
|
|
12470
|
-
readonly label: "Linked Word First Page";
|
|
12471
|
-
readonly description: "Page opened by the first link.";
|
|
12472
|
-
readonly category: "other";
|
|
12473
|
-
readonly specialCategory: null;
|
|
12474
|
-
readonly sort: 4;
|
|
12475
|
-
};
|
|
12476
|
-
readonly linkedWordSecondLocalizationKey: {
|
|
12477
|
-
readonly label: "Linked Word Second Localization Key";
|
|
12478
|
-
readonly description: "Key for the second linked word.";
|
|
12479
|
-
readonly category: "other";
|
|
12480
|
-
readonly specialCategory: null;
|
|
12481
|
-
readonly sort: 5;
|
|
12482
|
-
};
|
|
12483
|
-
readonly linkedWordSecondColor: {
|
|
12484
|
-
readonly label: "Linked Word Second Color";
|
|
12485
|
-
readonly description: "Color of the second linked word.";
|
|
12486
|
-
readonly category: "other";
|
|
12487
|
-
readonly specialCategory: null;
|
|
12488
|
-
readonly sort: 6;
|
|
12489
|
-
};
|
|
12490
|
-
readonly linkedWordSecondPage: {
|
|
12491
|
-
readonly label: "Linked Word Second Page";
|
|
12492
|
-
readonly description: "Page opened by the second link.";
|
|
12493
|
-
readonly category: "other";
|
|
12494
|
-
readonly specialCategory: null;
|
|
12495
|
-
readonly sort: 7;
|
|
12496
|
-
};
|
|
12497
|
-
};
|
|
12498
|
-
readonly specialCategories: {
|
|
12499
|
-
readonly padding: {
|
|
12500
|
-
readonly label: "Padding";
|
|
12501
|
-
readonly description: "Uniform padding on all sides.";
|
|
12502
|
-
readonly category: "container";
|
|
12503
|
-
readonly sort: 1;
|
|
12504
|
-
};
|
|
12505
|
-
readonly margin: {
|
|
12506
|
-
readonly label: "Margin";
|
|
12507
|
-
readonly description: "Uniform margin on all sides.";
|
|
12508
|
-
readonly category: "container";
|
|
12509
|
-
readonly sort: 2;
|
|
12510
|
-
};
|
|
12511
|
-
readonly size: {
|
|
12512
|
-
readonly label: "Size";
|
|
12513
|
-
readonly description: "Fixed dimensions.";
|
|
12514
|
-
readonly category: "container";
|
|
12515
|
-
readonly sort: 3;
|
|
12516
|
-
};
|
|
12517
|
-
readonly offset: {
|
|
12518
|
-
readonly label: "Offset";
|
|
12519
|
-
readonly description: "Absolute positioning offsets.";
|
|
12520
|
-
readonly category: "container";
|
|
12521
|
-
readonly sort: 4;
|
|
12522
|
-
};
|
|
12523
12491
|
};
|
|
12492
|
+
readonly styles: {};
|
|
12524
12493
|
};
|
|
12525
12494
|
readonly defaults: {
|
|
12526
|
-
readonly translateCounter: 1;
|
|
12527
|
-
readonly numberOfLines: 1;
|
|
12528
12495
|
readonly styles: {
|
|
12529
|
-
readonly color: "THEME_COLORS.TEXT";
|
|
12530
|
-
readonly fontSize: "16@fs";
|
|
12531
|
-
readonly fontWeight: "400";
|
|
12532
12496
|
readonly flexDirection: "row";
|
|
12533
12497
|
readonly position: "relative";
|
|
12534
12498
|
readonly zIndex: 1;
|
|
12535
12499
|
readonly alignSelf: "flex-start";
|
|
12536
12500
|
readonly flexGrow: 0;
|
|
12537
12501
|
readonly flexShrink: 0;
|
|
12538
|
-
readonly
|
|
12539
|
-
readonly flexWrap: "wrap";
|
|
12502
|
+
readonly justifyContent: "space-between";
|
|
12540
12503
|
readonly alignItems: "center";
|
|
12541
|
-
readonly
|
|
12542
|
-
readonly textAlign: "center";
|
|
12543
|
-
readonly paddingHorizontal: "16@s";
|
|
12504
|
+
readonly minHeight: "60px";
|
|
12544
12505
|
};
|
|
12545
12506
|
};
|
|
12546
12507
|
readonly types: {};
|
|
12547
12508
|
}, {
|
|
12548
12509
|
readonly schemaVersion: 2;
|
|
12549
12510
|
readonly pattern: {
|
|
12550
|
-
readonly type: "
|
|
12511
|
+
readonly type: "PaywallProvider";
|
|
12551
12512
|
readonly title: "title";
|
|
12552
12513
|
readonly description: "description";
|
|
12553
12514
|
readonly children: "node";
|
|
@@ -12590,12 +12551,13 @@ export declare const patterns: readonly [{
|
|
|
12590
12551
|
readonly zIndex: "number";
|
|
12591
12552
|
};
|
|
12592
12553
|
readonly testID: "string";
|
|
12554
|
+
readonly delay: "number";
|
|
12593
12555
|
};
|
|
12594
12556
|
};
|
|
12595
12557
|
readonly meta: {
|
|
12596
|
-
readonly desiredParent: readonly ["
|
|
12597
|
-
readonly label: "Paywall
|
|
12598
|
-
readonly description: "
|
|
12558
|
+
readonly desiredParent: readonly ["all"];
|
|
12559
|
+
readonly label: "Paywall Provider";
|
|
12560
|
+
readonly description: "Provider/wrapper for paywall screen components.";
|
|
12599
12561
|
readonly specialCategories: {
|
|
12600
12562
|
readonly padding: {
|
|
12601
12563
|
readonly label: "Padding";
|
|
@@ -12896,33 +12858,45 @@ export declare const patterns: readonly [{
|
|
|
12896
12858
|
readonly sort: 26;
|
|
12897
12859
|
};
|
|
12898
12860
|
};
|
|
12861
|
+
readonly delay: {
|
|
12862
|
+
readonly label: "Back Delay (ms)";
|
|
12863
|
+
readonly description: "Milliseconds before the paywall can be dismissed via back/close.";
|
|
12864
|
+
readonly category: "other";
|
|
12865
|
+
readonly specialCategory: null;
|
|
12866
|
+
readonly sort: 1;
|
|
12867
|
+
};
|
|
12868
|
+
};
|
|
12869
|
+
readonly mockableFeatures: {
|
|
12870
|
+
readonly products: true;
|
|
12871
|
+
readonly benefits: true;
|
|
12899
12872
|
};
|
|
12900
12873
|
readonly styles: {};
|
|
12901
12874
|
};
|
|
12902
12875
|
readonly defaults: {
|
|
12903
12876
|
readonly styles: {
|
|
12904
|
-
readonly flexDirection: "
|
|
12877
|
+
readonly flexDirection: "column";
|
|
12905
12878
|
readonly position: "relative";
|
|
12906
12879
|
readonly zIndex: 1;
|
|
12907
12880
|
readonly alignSelf: "flex-start";
|
|
12908
12881
|
readonly flexGrow: 0;
|
|
12909
12882
|
readonly flexShrink: 0;
|
|
12910
|
-
readonly
|
|
12911
|
-
readonly
|
|
12912
|
-
readonly minHeight: "60px";
|
|
12883
|
+
readonly width: "100%";
|
|
12884
|
+
readonly height: "100%";
|
|
12913
12885
|
};
|
|
12914
12886
|
};
|
|
12915
12887
|
readonly types: {};
|
|
12916
12888
|
}, {
|
|
12917
12889
|
readonly schemaVersion: 2;
|
|
12918
12890
|
readonly pattern: {
|
|
12919
|
-
readonly type: "
|
|
12891
|
+
readonly type: "PaywallSubscribeButton";
|
|
12920
12892
|
readonly title: "title";
|
|
12921
12893
|
readonly description: "description";
|
|
12922
|
-
readonly children: "
|
|
12894
|
+
readonly children: "string";
|
|
12923
12895
|
readonly attributes: {
|
|
12924
|
-
readonly scrollable: "boolean";
|
|
12925
12896
|
readonly styles: {
|
|
12897
|
+
readonly color: "color";
|
|
12898
|
+
readonly fontSize: "size";
|
|
12899
|
+
readonly fontWeight: readonly ["normal", "bold", "100", "200", "300", "400", "500", "600", "700", "800", "900"];
|
|
12926
12900
|
readonly flexDirection: readonly ["row", "column"];
|
|
12927
12901
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
12928
12902
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -12958,15 +12932,37 @@ export declare const patterns: readonly [{
|
|
|
12958
12932
|
readonly right: "size";
|
|
12959
12933
|
readonly zIndex: "number";
|
|
12960
12934
|
};
|
|
12935
|
+
readonly scrollable: "boolean";
|
|
12961
12936
|
readonly testID: "string";
|
|
12962
|
-
readonly delay: "number";
|
|
12963
|
-
readonly animation: readonly ["default", "fade", "fade_from_bottom", "fade_from_right", "reveal_from_bottom", "scale_from_center", "slide_from_right", "slide_from_left", "slide_from_bottom", "none"];
|
|
12964
12937
|
};
|
|
12965
12938
|
};
|
|
12966
12939
|
readonly meta: {
|
|
12967
|
-
readonly desiredParent: readonly ["
|
|
12968
|
-
readonly label: "Paywall
|
|
12969
|
-
readonly description: "
|
|
12940
|
+
readonly desiredParent: readonly [">PaywallProvider"];
|
|
12941
|
+
readonly label: "Paywall Subscribe Button";
|
|
12942
|
+
readonly description: "Paywall subscribe call-to-action button. Extends Button.";
|
|
12943
|
+
readonly styles: {
|
|
12944
|
+
readonly color: {
|
|
12945
|
+
readonly label: "Color";
|
|
12946
|
+
readonly description: "Text color of the button.";
|
|
12947
|
+
readonly category: "style";
|
|
12948
|
+
readonly specialCategory: null;
|
|
12949
|
+
readonly sort: 1;
|
|
12950
|
+
};
|
|
12951
|
+
readonly fontSize: {
|
|
12952
|
+
readonly label: "Font Size";
|
|
12953
|
+
readonly description: "Text size of the button.";
|
|
12954
|
+
readonly category: "style";
|
|
12955
|
+
readonly specialCategory: null;
|
|
12956
|
+
readonly sort: 2;
|
|
12957
|
+
};
|
|
12958
|
+
readonly fontWeight: {
|
|
12959
|
+
readonly label: "Font Weight";
|
|
12960
|
+
readonly description: "Text weight of the button.";
|
|
12961
|
+
readonly category: "style";
|
|
12962
|
+
readonly specialCategory: null;
|
|
12963
|
+
readonly sort: 3;
|
|
12964
|
+
};
|
|
12965
|
+
};
|
|
12970
12966
|
readonly specialCategories: {
|
|
12971
12967
|
readonly padding: {
|
|
12972
12968
|
readonly label: "Padding";
|
|
@@ -13267,52 +13263,46 @@ export declare const patterns: readonly [{
|
|
|
13267
13263
|
readonly sort: 26;
|
|
13268
13264
|
};
|
|
13269
13265
|
};
|
|
13270
|
-
readonly delay: {
|
|
13271
|
-
readonly label: "Back Delay (ms)";
|
|
13272
|
-
readonly description: "Milliseconds before the paywall can be dismissed via back/close.";
|
|
13273
|
-
readonly category: "other";
|
|
13274
|
-
readonly specialCategory: null;
|
|
13275
|
-
readonly sort: 1;
|
|
13276
|
-
};
|
|
13277
|
-
readonly animation: {
|
|
13278
|
-
readonly label: "Page transition animation";
|
|
13279
|
-
readonly description: "When this component is a GlobalProvider page: animation used when navigating to this screen.";
|
|
13280
|
-
readonly category: "other";
|
|
13281
|
-
readonly specialCategory: null;
|
|
13282
|
-
readonly sort: 2;
|
|
13283
|
-
};
|
|
13284
|
-
};
|
|
13285
|
-
readonly mockableFeatures: {
|
|
13286
|
-
readonly products: true;
|
|
13287
|
-
readonly benefits: true;
|
|
13288
13266
|
};
|
|
13289
|
-
readonly styles: {};
|
|
13290
13267
|
};
|
|
13291
13268
|
readonly defaults: {
|
|
13292
13269
|
readonly styles: {
|
|
13270
|
+
readonly display: "flex";
|
|
13271
|
+
readonly alignItems: "center";
|
|
13272
|
+
readonly justifyContent: "center";
|
|
13273
|
+
readonly backgroundColor: "#6495ED";
|
|
13293
13274
|
readonly flexDirection: "column";
|
|
13294
13275
|
readonly position: "relative";
|
|
13295
13276
|
readonly zIndex: 1;
|
|
13296
13277
|
readonly alignSelf: "flex-start";
|
|
13297
13278
|
readonly flexGrow: 0;
|
|
13298
13279
|
readonly flexShrink: 0;
|
|
13299
|
-
readonly
|
|
13300
|
-
readonly
|
|
13280
|
+
readonly paddingHorizontal: "20@s";
|
|
13281
|
+
readonly paddingVertical: "12@vs";
|
|
13282
|
+
readonly borderRadius: "12@s";
|
|
13283
|
+
readonly color: "#FFFFFF";
|
|
13284
|
+
readonly fontSize: "16@fs";
|
|
13285
|
+
readonly fontWeight: "700";
|
|
13301
13286
|
};
|
|
13302
13287
|
};
|
|
13303
13288
|
readonly types: {};
|
|
13304
13289
|
}, {
|
|
13305
13290
|
readonly schemaVersion: 2;
|
|
13306
13291
|
readonly pattern: {
|
|
13307
|
-
readonly type: "
|
|
13292
|
+
readonly type: "PriceTag";
|
|
13308
13293
|
readonly title: "title";
|
|
13309
13294
|
readonly description: "description";
|
|
13310
13295
|
readonly children: "string";
|
|
13311
13296
|
readonly attributes: {
|
|
13297
|
+
readonly adjustsFontSizeToFit: "boolean";
|
|
13298
|
+
readonly numberOfLines: "number";
|
|
13299
|
+
readonly translateCounter: "number";
|
|
13312
13300
|
readonly styles: {
|
|
13313
13301
|
readonly color: "color";
|
|
13314
13302
|
readonly fontSize: "size";
|
|
13315
|
-
readonly
|
|
13303
|
+
readonly fontFamily: "fontFamily";
|
|
13304
|
+
readonly fontWeight: "fontWeight";
|
|
13305
|
+
readonly textAlign: "string";
|
|
13316
13306
|
readonly flexDirection: readonly ["row", "column"];
|
|
13317
13307
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
13318
13308
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -13347,65 +13337,78 @@ export declare const patterns: readonly [{
|
|
|
13347
13337
|
readonly left: "size";
|
|
13348
13338
|
readonly right: "size";
|
|
13349
13339
|
readonly zIndex: "number";
|
|
13340
|
+
readonly textDecorationLine: readonly ["none", "underline", "line-through"];
|
|
13350
13341
|
};
|
|
13351
13342
|
readonly scrollable: "boolean";
|
|
13352
13343
|
readonly testID: "string";
|
|
13344
|
+
readonly showOriginalPricePossible: "boolean";
|
|
13345
|
+
readonly hideIfItsNotDiscount: "boolean";
|
|
13353
13346
|
};
|
|
13354
13347
|
};
|
|
13355
13348
|
readonly meta: {
|
|
13356
13349
|
readonly desiredParent: readonly [">PaywallProvider"];
|
|
13357
|
-
readonly label: "
|
|
13358
|
-
readonly description: "
|
|
13350
|
+
readonly label: "Price Tag";
|
|
13351
|
+
readonly description: "Displays a price tag text. Extends Text.";
|
|
13359
13352
|
readonly styles: {
|
|
13360
13353
|
readonly color: {
|
|
13361
13354
|
readonly label: "Color";
|
|
13362
|
-
readonly description: "Text color
|
|
13355
|
+
readonly description: "Text color.";
|
|
13363
13356
|
readonly category: "style";
|
|
13364
13357
|
readonly specialCategory: null;
|
|
13365
13358
|
readonly sort: 1;
|
|
13366
13359
|
};
|
|
13367
13360
|
readonly fontSize: {
|
|
13368
13361
|
readonly label: "Font Size";
|
|
13369
|
-
readonly description: "Text size
|
|
13362
|
+
readonly description: "Text size.";
|
|
13370
13363
|
readonly category: "style";
|
|
13371
13364
|
readonly specialCategory: null;
|
|
13372
13365
|
readonly sort: 2;
|
|
13366
|
+
readonly preferredScale: "f";
|
|
13367
|
+
};
|
|
13368
|
+
readonly fontFamily: {
|
|
13369
|
+
readonly label: "Font Family";
|
|
13370
|
+
readonly description: "Font family used for the text.";
|
|
13371
|
+
readonly category: "style";
|
|
13372
|
+
readonly specialCategory: null;
|
|
13373
|
+
readonly sort: 3;
|
|
13373
13374
|
};
|
|
13374
13375
|
readonly fontWeight: {
|
|
13375
13376
|
readonly label: "Font Weight";
|
|
13376
|
-
readonly description: "Text weight
|
|
13377
|
+
readonly description: "Text weight.";
|
|
13377
13378
|
readonly category: "style";
|
|
13378
13379
|
readonly specialCategory: null;
|
|
13379
|
-
readonly sort:
|
|
13380
|
+
readonly sort: 4;
|
|
13381
|
+
};
|
|
13382
|
+
readonly textAlign: {
|
|
13383
|
+
readonly label: "Text Align";
|
|
13384
|
+
readonly description: "Text alignment.";
|
|
13385
|
+
readonly category: "style";
|
|
13386
|
+
readonly specialCategory: null;
|
|
13387
|
+
readonly sort: 5;
|
|
13388
|
+
};
|
|
13389
|
+
readonly textDecorationLine: {
|
|
13390
|
+
readonly label: "Text Decoration";
|
|
13391
|
+
readonly description: "Text decoration line style (e.g. line-through for strikethrough).";
|
|
13392
|
+
readonly category: "style";
|
|
13393
|
+
readonly specialCategory: null;
|
|
13394
|
+
readonly sort: 6;
|
|
13380
13395
|
};
|
|
13381
13396
|
};
|
|
13382
|
-
readonly
|
|
13383
|
-
readonly
|
|
13384
|
-
readonly label: "
|
|
13385
|
-
readonly description: "
|
|
13386
|
-
readonly category: "
|
|
13397
|
+
readonly attributes: {
|
|
13398
|
+
readonly adjustsFontSizeToFit: {
|
|
13399
|
+
readonly label: "Adjust Font Size To Fit";
|
|
13400
|
+
readonly description: "Automatically reduces font size to fit the available space.";
|
|
13401
|
+
readonly category: "other";
|
|
13402
|
+
readonly specialCategory: null;
|
|
13387
13403
|
readonly sort: 1;
|
|
13388
13404
|
};
|
|
13389
|
-
readonly
|
|
13390
|
-
readonly label: "
|
|
13391
|
-
readonly description: "
|
|
13392
|
-
readonly category: "
|
|
13405
|
+
readonly showEllipsis: {
|
|
13406
|
+
readonly label: "Show Ellipsis";
|
|
13407
|
+
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
13408
|
+
readonly category: "other";
|
|
13409
|
+
readonly specialCategory: null;
|
|
13393
13410
|
readonly sort: 2;
|
|
13394
13411
|
};
|
|
13395
|
-
readonly size: {
|
|
13396
|
-
readonly label: "Size";
|
|
13397
|
-
readonly description: "Fixed dimensions.";
|
|
13398
|
-
readonly category: "container";
|
|
13399
|
-
readonly sort: 3;
|
|
13400
|
-
};
|
|
13401
|
-
readonly offset: {
|
|
13402
|
-
readonly label: "Offset";
|
|
13403
|
-
readonly description: "Absolute positioning offsets.";
|
|
13404
|
-
readonly category: "container";
|
|
13405
|
-
readonly sort: 4;
|
|
13406
|
-
};
|
|
13407
|
-
};
|
|
13408
|
-
readonly attributes: {
|
|
13409
13412
|
readonly scrollable: {
|
|
13410
13413
|
readonly label: "Scrollable";
|
|
13411
13414
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -13679,35 +13682,70 @@ export declare const patterns: readonly [{
|
|
|
13679
13682
|
readonly sort: 26;
|
|
13680
13683
|
};
|
|
13681
13684
|
};
|
|
13685
|
+
readonly showOriginalPricePossible: {
|
|
13686
|
+
readonly label: "Show Original Price Possible";
|
|
13687
|
+
readonly description: "When enabled, shows the original price if available.";
|
|
13688
|
+
readonly category: "other";
|
|
13689
|
+
readonly specialCategory: null;
|
|
13690
|
+
readonly sort: 1;
|
|
13691
|
+
};
|
|
13692
|
+
readonly hideIfItsNotDiscount: {
|
|
13693
|
+
readonly label: "Hide If No Discount";
|
|
13694
|
+
readonly description: "Hides this element when there is no active discount/promo.";
|
|
13695
|
+
readonly category: "other";
|
|
13696
|
+
readonly specialCategory: null;
|
|
13697
|
+
readonly sort: 2;
|
|
13698
|
+
};
|
|
13699
|
+
};
|
|
13700
|
+
readonly specialCategories: {
|
|
13701
|
+
readonly padding: {
|
|
13702
|
+
readonly label: "Padding";
|
|
13703
|
+
readonly description: "Uniform padding on all sides.";
|
|
13704
|
+
readonly category: "container";
|
|
13705
|
+
readonly sort: 1;
|
|
13706
|
+
};
|
|
13707
|
+
readonly margin: {
|
|
13708
|
+
readonly label: "Margin";
|
|
13709
|
+
readonly description: "Uniform margin on all sides.";
|
|
13710
|
+
readonly category: "container";
|
|
13711
|
+
readonly sort: 2;
|
|
13712
|
+
};
|
|
13713
|
+
readonly size: {
|
|
13714
|
+
readonly label: "Size";
|
|
13715
|
+
readonly description: "Fixed dimensions.";
|
|
13716
|
+
readonly category: "container";
|
|
13717
|
+
readonly sort: 3;
|
|
13718
|
+
};
|
|
13719
|
+
readonly offset: {
|
|
13720
|
+
readonly label: "Offset";
|
|
13721
|
+
readonly description: "Absolute positioning offsets.";
|
|
13722
|
+
readonly category: "container";
|
|
13723
|
+
readonly sort: 4;
|
|
13724
|
+
};
|
|
13682
13725
|
};
|
|
13683
13726
|
};
|
|
13684
13727
|
readonly defaults: {
|
|
13728
|
+
readonly translateCounter: 1;
|
|
13729
|
+
readonly numberOfLines: 1;
|
|
13685
13730
|
readonly styles: {
|
|
13686
|
-
readonly
|
|
13687
|
-
readonly
|
|
13688
|
-
readonly
|
|
13689
|
-
readonly backgroundColor: "#6495ED";
|
|
13731
|
+
readonly color: "THEME_COLORS.TEXT";
|
|
13732
|
+
readonly fontSize: "16@fs";
|
|
13733
|
+
readonly fontWeight: "700";
|
|
13690
13734
|
readonly flexDirection: "column";
|
|
13691
13735
|
readonly position: "relative";
|
|
13692
13736
|
readonly zIndex: 1;
|
|
13693
13737
|
readonly alignSelf: "flex-start";
|
|
13694
13738
|
readonly flexGrow: 0;
|
|
13695
13739
|
readonly flexShrink: 0;
|
|
13696
|
-
readonly paddingHorizontal: "20@s";
|
|
13697
|
-
readonly paddingVertical: "12@vs";
|
|
13698
|
-
readonly borderRadius: "12@s";
|
|
13699
|
-
readonly color: "#FFFFFF";
|
|
13700
|
-
readonly fontSize: "16@fs";
|
|
13701
|
-
readonly fontWeight: "700";
|
|
13702
13740
|
};
|
|
13703
13741
|
};
|
|
13704
13742
|
readonly types: {};
|
|
13705
13743
|
}, {
|
|
13706
13744
|
readonly schemaVersion: 2;
|
|
13707
13745
|
readonly pattern: {
|
|
13708
|
-
readonly type: "
|
|
13746
|
+
readonly type: "Pricing";
|
|
13709
13747
|
readonly title: "title";
|
|
13710
|
-
readonly description: "
|
|
13748
|
+
readonly description: "base.builder.paywall.pricing.default.text";
|
|
13711
13749
|
readonly children: "string";
|
|
13712
13750
|
readonly attributes: {
|
|
13713
13751
|
readonly adjustsFontSizeToFit: "boolean";
|
|
@@ -13753,18 +13791,15 @@ export declare const patterns: readonly [{
|
|
|
13753
13791
|
readonly left: "size";
|
|
13754
13792
|
readonly right: "size";
|
|
13755
13793
|
readonly zIndex: "number";
|
|
13756
|
-
readonly textDecorationLine: readonly ["none", "underline", "line-through"];
|
|
13757
13794
|
};
|
|
13758
13795
|
readonly scrollable: "boolean";
|
|
13759
13796
|
readonly testID: "string";
|
|
13760
|
-
readonly showOriginalPricePossible: "boolean";
|
|
13761
|
-
readonly hideIfItsNotDiscount: "boolean";
|
|
13762
13797
|
};
|
|
13763
13798
|
};
|
|
13764
13799
|
readonly meta: {
|
|
13765
13800
|
readonly desiredParent: readonly [">PaywallProvider"];
|
|
13766
|
-
readonly label: "
|
|
13767
|
-
readonly description: "Displays
|
|
13801
|
+
readonly label: "Pricing";
|
|
13802
|
+
readonly description: "Displays pricing details (e.g. promo/trial breakdown). Extends Text.";
|
|
13768
13803
|
readonly styles: {
|
|
13769
13804
|
readonly color: {
|
|
13770
13805
|
readonly label: "Color";
|
|
@@ -13802,13 +13837,6 @@ export declare const patterns: readonly [{
|
|
|
13802
13837
|
readonly specialCategory: null;
|
|
13803
13838
|
readonly sort: 5;
|
|
13804
13839
|
};
|
|
13805
|
-
readonly textDecorationLine: {
|
|
13806
|
-
readonly label: "Text Decoration";
|
|
13807
|
-
readonly description: "Text decoration line style (e.g. line-through for strikethrough).";
|
|
13808
|
-
readonly category: "style";
|
|
13809
|
-
readonly specialCategory: null;
|
|
13810
|
-
readonly sort: 6;
|
|
13811
|
-
};
|
|
13812
13840
|
};
|
|
13813
13841
|
readonly attributes: {
|
|
13814
13842
|
readonly adjustsFontSizeToFit: {
|
|
@@ -14098,20 +14126,6 @@ export declare const patterns: readonly [{
|
|
|
14098
14126
|
readonly sort: 26;
|
|
14099
14127
|
};
|
|
14100
14128
|
};
|
|
14101
|
-
readonly showOriginalPricePossible: {
|
|
14102
|
-
readonly label: "Show Original Price Possible";
|
|
14103
|
-
readonly description: "When enabled, shows the original price if available.";
|
|
14104
|
-
readonly category: "other";
|
|
14105
|
-
readonly specialCategory: null;
|
|
14106
|
-
readonly sort: 1;
|
|
14107
|
-
};
|
|
14108
|
-
readonly hideIfItsNotDiscount: {
|
|
14109
|
-
readonly label: "Hide If No Discount";
|
|
14110
|
-
readonly description: "Hides this element when there is no active discount/promo.";
|
|
14111
|
-
readonly category: "other";
|
|
14112
|
-
readonly specialCategory: null;
|
|
14113
|
-
readonly sort: 2;
|
|
14114
|
-
};
|
|
14115
14129
|
};
|
|
14116
14130
|
readonly specialCategories: {
|
|
14117
14131
|
readonly padding: {
|
|
@@ -14141,27 +14155,28 @@ export declare const patterns: readonly [{
|
|
|
14141
14155
|
};
|
|
14142
14156
|
};
|
|
14143
14157
|
readonly defaults: {
|
|
14144
|
-
readonly translateCounter:
|
|
14158
|
+
readonly translateCounter: 2;
|
|
14145
14159
|
readonly numberOfLines: 1;
|
|
14146
14160
|
readonly styles: {
|
|
14147
|
-
readonly color: "
|
|
14148
|
-
readonly fontSize: "
|
|
14149
|
-
readonly fontWeight: "
|
|
14161
|
+
readonly color: "rgba(255,255,255,0.6)";
|
|
14162
|
+
readonly fontSize: "12@fs";
|
|
14163
|
+
readonly fontWeight: "400";
|
|
14150
14164
|
readonly flexDirection: "column";
|
|
14151
14165
|
readonly position: "relative";
|
|
14152
14166
|
readonly zIndex: 1;
|
|
14153
14167
|
readonly alignSelf: "flex-start";
|
|
14154
14168
|
readonly flexGrow: 0;
|
|
14155
14169
|
readonly flexShrink: 0;
|
|
14170
|
+
readonly textAlign: "center";
|
|
14156
14171
|
};
|
|
14157
14172
|
};
|
|
14158
14173
|
readonly types: {};
|
|
14159
14174
|
}, {
|
|
14160
14175
|
readonly schemaVersion: 2;
|
|
14161
14176
|
readonly pattern: {
|
|
14162
|
-
readonly type: "
|
|
14177
|
+
readonly type: "Promo";
|
|
14163
14178
|
readonly title: "title";
|
|
14164
|
-
readonly description: "base.builder.paywall.
|
|
14179
|
+
readonly description: "base.builder.paywall.promo.default.text";
|
|
14165
14180
|
readonly children: "string";
|
|
14166
14181
|
readonly attributes: {
|
|
14167
14182
|
readonly adjustsFontSizeToFit: "boolean";
|
|
@@ -14214,8 +14229,8 @@ export declare const patterns: readonly [{
|
|
|
14214
14229
|
};
|
|
14215
14230
|
readonly meta: {
|
|
14216
14231
|
readonly desiredParent: readonly [">PaywallProvider"];
|
|
14217
|
-
readonly label: "
|
|
14218
|
-
readonly description: "Displays
|
|
14232
|
+
readonly label: "Promo";
|
|
14233
|
+
readonly description: "Displays promotional badge/text (e.g. discount percentage). Extends Text.";
|
|
14219
14234
|
readonly styles: {
|
|
14220
14235
|
readonly color: {
|
|
14221
14236
|
readonly label: "Color";
|
|
@@ -14574,9 +14589,9 @@ export declare const patterns: readonly [{
|
|
|
14574
14589
|
readonly translateCounter: 2;
|
|
14575
14590
|
readonly numberOfLines: 1;
|
|
14576
14591
|
readonly styles: {
|
|
14577
|
-
readonly color: "
|
|
14592
|
+
readonly color: "#34D399";
|
|
14578
14593
|
readonly fontSize: "12@fs";
|
|
14579
|
-
readonly fontWeight: "
|
|
14594
|
+
readonly fontWeight: "600";
|
|
14580
14595
|
readonly flexDirection: "column";
|
|
14581
14596
|
readonly position: "relative";
|
|
14582
14597
|
readonly zIndex: 1;
|
|
@@ -14590,20 +14605,13 @@ export declare const patterns: readonly [{
|
|
|
14590
14605
|
}, {
|
|
14591
14606
|
readonly schemaVersion: 2;
|
|
14592
14607
|
readonly pattern: {
|
|
14593
|
-
readonly type: "
|
|
14608
|
+
readonly type: "RadioButton";
|
|
14594
14609
|
readonly title: "title";
|
|
14595
|
-
readonly description: "
|
|
14596
|
-
readonly children: "
|
|
14610
|
+
readonly description: "description";
|
|
14611
|
+
readonly children: "never";
|
|
14597
14612
|
readonly attributes: {
|
|
14598
|
-
readonly
|
|
14599
|
-
readonly numberOfLines: "number";
|
|
14600
|
-
readonly translateCounter: "number";
|
|
14613
|
+
readonly scrollable: "boolean";
|
|
14601
14614
|
readonly styles: {
|
|
14602
|
-
readonly color: "color";
|
|
14603
|
-
readonly fontSize: "size";
|
|
14604
|
-
readonly fontFamily: "fontFamily";
|
|
14605
|
-
readonly fontWeight: "fontWeight";
|
|
14606
|
-
readonly textAlign: "string";
|
|
14607
14615
|
readonly flexDirection: readonly ["row", "column"];
|
|
14608
14616
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
14609
14617
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -14639,67 +14647,43 @@ export declare const patterns: readonly [{
|
|
|
14639
14647
|
readonly right: "size";
|
|
14640
14648
|
readonly zIndex: "number";
|
|
14641
14649
|
};
|
|
14642
|
-
readonly scrollable: "boolean";
|
|
14643
14650
|
readonly testID: "string";
|
|
14651
|
+
readonly selected: "boolean";
|
|
14652
|
+
readonly color: "color";
|
|
14653
|
+
readonly size: "number";
|
|
14644
14654
|
};
|
|
14645
14655
|
};
|
|
14646
14656
|
readonly meta: {
|
|
14647
|
-
readonly desiredParent: readonly ["
|
|
14648
|
-
readonly label: "
|
|
14649
|
-
readonly description: "
|
|
14650
|
-
readonly
|
|
14651
|
-
readonly
|
|
14652
|
-
readonly label: "
|
|
14653
|
-
readonly description: "
|
|
14654
|
-
readonly category: "
|
|
14655
|
-
readonly specialCategory: null;
|
|
14657
|
+
readonly desiredParent: readonly ["all"];
|
|
14658
|
+
readonly label: "Radio Button";
|
|
14659
|
+
readonly description: "Generic radio button icon.";
|
|
14660
|
+
readonly specialCategories: {
|
|
14661
|
+
readonly padding: {
|
|
14662
|
+
readonly label: "Padding";
|
|
14663
|
+
readonly description: "Uniform padding on all sides.";
|
|
14664
|
+
readonly category: "container";
|
|
14656
14665
|
readonly sort: 1;
|
|
14657
14666
|
};
|
|
14658
|
-
readonly
|
|
14659
|
-
readonly label: "
|
|
14660
|
-
readonly description: "
|
|
14661
|
-
readonly category: "
|
|
14662
|
-
readonly specialCategory: null;
|
|
14667
|
+
readonly margin: {
|
|
14668
|
+
readonly label: "Margin";
|
|
14669
|
+
readonly description: "Uniform margin on all sides.";
|
|
14670
|
+
readonly category: "container";
|
|
14663
14671
|
readonly sort: 2;
|
|
14664
|
-
readonly preferredScale: "f";
|
|
14665
14672
|
};
|
|
14666
|
-
readonly
|
|
14667
|
-
readonly label: "
|
|
14668
|
-
readonly description: "
|
|
14669
|
-
readonly category: "
|
|
14670
|
-
readonly specialCategory: null;
|
|
14673
|
+
readonly size: {
|
|
14674
|
+
readonly label: "Size";
|
|
14675
|
+
readonly description: "Fixed dimensions.";
|
|
14676
|
+
readonly category: "container";
|
|
14671
14677
|
readonly sort: 3;
|
|
14672
14678
|
};
|
|
14673
|
-
readonly
|
|
14674
|
-
readonly label: "
|
|
14675
|
-
readonly description: "
|
|
14676
|
-
readonly category: "
|
|
14677
|
-
readonly specialCategory: null;
|
|
14679
|
+
readonly offset: {
|
|
14680
|
+
readonly label: "Offset";
|
|
14681
|
+
readonly description: "Absolute positioning offsets.";
|
|
14682
|
+
readonly category: "container";
|
|
14678
14683
|
readonly sort: 4;
|
|
14679
14684
|
};
|
|
14680
|
-
readonly textAlign: {
|
|
14681
|
-
readonly label: "Text Align";
|
|
14682
|
-
readonly description: "Text alignment.";
|
|
14683
|
-
readonly category: "style";
|
|
14684
|
-
readonly specialCategory: null;
|
|
14685
|
-
readonly sort: 5;
|
|
14686
|
-
};
|
|
14687
14685
|
};
|
|
14688
14686
|
readonly attributes: {
|
|
14689
|
-
readonly adjustsFontSizeToFit: {
|
|
14690
|
-
readonly label: "Adjust Font Size To Fit";
|
|
14691
|
-
readonly description: "Automatically reduces font size to fit the available space.";
|
|
14692
|
-
readonly category: "other";
|
|
14693
|
-
readonly specialCategory: null;
|
|
14694
|
-
readonly sort: 1;
|
|
14695
|
-
};
|
|
14696
|
-
readonly showEllipsis: {
|
|
14697
|
-
readonly label: "Show Ellipsis";
|
|
14698
|
-
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
14699
|
-
readonly category: "other";
|
|
14700
|
-
readonly specialCategory: null;
|
|
14701
|
-
readonly sort: 2;
|
|
14702
|
-
};
|
|
14703
14687
|
readonly scrollable: {
|
|
14704
14688
|
readonly label: "Scrollable";
|
|
14705
14689
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -14973,1012 +14957,159 @@ export declare const patterns: readonly [{
|
|
|
14973
14957
|
readonly sort: 26;
|
|
14974
14958
|
};
|
|
14975
14959
|
};
|
|
14976
|
-
|
|
14977
|
-
|
|
14978
|
-
|
|
14979
|
-
readonly
|
|
14980
|
-
readonly
|
|
14981
|
-
readonly category: "container";
|
|
14960
|
+
readonly color: {
|
|
14961
|
+
readonly label: "Color";
|
|
14962
|
+
readonly description: "Radio color.";
|
|
14963
|
+
readonly category: "style";
|
|
14964
|
+
readonly specialCategory: null;
|
|
14982
14965
|
readonly sort: 1;
|
|
14983
14966
|
};
|
|
14984
|
-
readonly margin: {
|
|
14985
|
-
readonly label: "Margin";
|
|
14986
|
-
readonly description: "Uniform margin on all sides.";
|
|
14987
|
-
readonly category: "container";
|
|
14988
|
-
readonly sort: 2;
|
|
14989
|
-
};
|
|
14990
14967
|
readonly size: {
|
|
14991
14968
|
readonly label: "Size";
|
|
14992
|
-
readonly description: "
|
|
14993
|
-
readonly category: "
|
|
14994
|
-
readonly
|
|
14969
|
+
readonly description: "Radio size in px.";
|
|
14970
|
+
readonly category: "style";
|
|
14971
|
+
readonly specialCategory: null;
|
|
14972
|
+
readonly sort: 2;
|
|
14995
14973
|
};
|
|
14996
|
-
readonly
|
|
14997
|
-
readonly label: "
|
|
14998
|
-
readonly description: "
|
|
14999
|
-
readonly category: "
|
|
15000
|
-
readonly
|
|
14974
|
+
readonly selected: {
|
|
14975
|
+
readonly label: "Selected";
|
|
14976
|
+
readonly description: "Whether the radio is selected.";
|
|
14977
|
+
readonly category: "other";
|
|
14978
|
+
readonly specialCategory: null;
|
|
14979
|
+
readonly sort: 0;
|
|
15001
14980
|
};
|
|
15002
14981
|
};
|
|
14982
|
+
readonly styles: {};
|
|
15003
14983
|
};
|
|
15004
14984
|
readonly defaults: {
|
|
15005
|
-
readonly translateCounter: 2;
|
|
15006
|
-
readonly numberOfLines: 1;
|
|
15007
14985
|
readonly styles: {
|
|
15008
|
-
readonly color: "#34D399";
|
|
15009
|
-
readonly fontSize: "12@fs";
|
|
15010
|
-
readonly fontWeight: "600";
|
|
15011
14986
|
readonly flexDirection: "column";
|
|
15012
14987
|
readonly position: "relative";
|
|
15013
14988
|
readonly zIndex: 1;
|
|
15014
14989
|
readonly alignSelf: "flex-start";
|
|
15015
14990
|
readonly flexGrow: 0;
|
|
15016
14991
|
readonly flexShrink: 0;
|
|
15017
|
-
readonly textAlign: "center";
|
|
15018
14992
|
};
|
|
15019
14993
|
};
|
|
15020
14994
|
readonly types: {};
|
|
15021
14995
|
}, {
|
|
15022
14996
|
readonly schemaVersion: 2;
|
|
15023
14997
|
readonly pattern: {
|
|
15024
|
-
readonly type: "
|
|
14998
|
+
readonly type: "Separator";
|
|
15025
14999
|
readonly title: "title";
|
|
15026
15000
|
readonly description: "description";
|
|
15027
15001
|
readonly children: "never";
|
|
15028
15002
|
readonly attributes: {
|
|
15029
|
-
readonly scrollable: "boolean";
|
|
15030
15003
|
readonly styles: {
|
|
15031
|
-
readonly
|
|
15032
|
-
readonly
|
|
15033
|
-
readonly
|
|
15034
|
-
readonly justifyContent: readonly ["flex-start", "center", "flex-end", "space-between", "space-around", "space-evenly"];
|
|
15035
|
-
readonly gap: "size";
|
|
15036
|
-
readonly padding: "size";
|
|
15037
|
-
readonly paddingHorizontal: "size";
|
|
15038
|
-
readonly paddingVertical: "size";
|
|
15039
|
-
readonly paddingTop: "size";
|
|
15040
|
-
readonly paddingBottom: "size";
|
|
15041
|
-
readonly paddingLeft: "size";
|
|
15042
|
-
readonly paddingRight: "size";
|
|
15043
|
-
readonly margin: "size";
|
|
15004
|
+
readonly backgroundColor: "color";
|
|
15005
|
+
readonly width: "size";
|
|
15006
|
+
readonly height: "size";
|
|
15044
15007
|
readonly marginHorizontal: "size";
|
|
15045
15008
|
readonly marginVertical: "size";
|
|
15046
15009
|
readonly marginTop: "size";
|
|
15047
15010
|
readonly marginBottom: "size";
|
|
15048
|
-
readonly marginLeft: "size";
|
|
15049
|
-
readonly marginRight: "size";
|
|
15050
|
-
readonly backgroundColor: "color";
|
|
15051
|
-
readonly borderRadius: "size";
|
|
15052
|
-
readonly width: "size";
|
|
15053
|
-
readonly minWidth: "size";
|
|
15054
|
-
readonly maxWidth: "size";
|
|
15055
|
-
readonly height: "size";
|
|
15056
|
-
readonly minHeight: "size";
|
|
15057
|
-
readonly maxHeight: "size";
|
|
15058
|
-
readonly flex: "number";
|
|
15059
|
-
readonly position: readonly ["relative", "absolute"];
|
|
15060
|
-
readonly top: "size";
|
|
15061
|
-
readonly bottom: "size";
|
|
15062
|
-
readonly left: "size";
|
|
15063
|
-
readonly right: "size";
|
|
15064
|
-
readonly zIndex: "number";
|
|
15065
15011
|
};
|
|
15066
15012
|
readonly testID: "string";
|
|
15067
|
-
readonly selected: "boolean";
|
|
15068
|
-
readonly color: "color";
|
|
15069
|
-
readonly size: "number";
|
|
15070
15013
|
};
|
|
15071
15014
|
};
|
|
15072
15015
|
readonly meta: {
|
|
15073
15016
|
readonly desiredParent: readonly ["all"];
|
|
15074
|
-
readonly label: "
|
|
15075
|
-
readonly description: "
|
|
15076
|
-
readonly specialCategories: {
|
|
15077
|
-
readonly padding: {
|
|
15078
|
-
readonly label: "Padding";
|
|
15079
|
-
readonly description: "Uniform padding on all sides.";
|
|
15080
|
-
readonly category: "container";
|
|
15081
|
-
readonly sort: 1;
|
|
15082
|
-
};
|
|
15083
|
-
readonly margin: {
|
|
15084
|
-
readonly label: "Margin";
|
|
15085
|
-
readonly description: "Uniform margin on all sides.";
|
|
15086
|
-
readonly category: "container";
|
|
15087
|
-
readonly sort: 2;
|
|
15088
|
-
};
|
|
15089
|
-
readonly size: {
|
|
15090
|
-
readonly label: "Size";
|
|
15091
|
-
readonly description: "Fixed dimensions.";
|
|
15092
|
-
readonly category: "container";
|
|
15093
|
-
readonly sort: 3;
|
|
15094
|
-
};
|
|
15095
|
-
readonly offset: {
|
|
15096
|
-
readonly label: "Offset";
|
|
15097
|
-
readonly description: "Absolute positioning offsets.";
|
|
15098
|
-
readonly category: "container";
|
|
15099
|
-
readonly sort: 4;
|
|
15100
|
-
};
|
|
15101
|
-
};
|
|
15017
|
+
readonly label: "Separator";
|
|
15018
|
+
readonly description: "Horizontal line separator.";
|
|
15102
15019
|
readonly attributes: {
|
|
15103
|
-
readonly scrollable: {
|
|
15104
|
-
readonly label: "Scrollable";
|
|
15105
|
-
readonly description: "Turns scroll interaction on.";
|
|
15106
|
-
readonly category: "container";
|
|
15107
|
-
readonly specialCategory: null;
|
|
15108
|
-
readonly sort: -1;
|
|
15109
|
-
};
|
|
15110
15020
|
readonly styles: {
|
|
15111
15021
|
readonly backgroundColor: {
|
|
15112
|
-
readonly label: "
|
|
15113
|
-
readonly description: "
|
|
15114
|
-
readonly category: "style";
|
|
15115
|
-
readonly specialCategory: null;
|
|
15116
|
-
readonly sort: 20;
|
|
15117
|
-
};
|
|
15118
|
-
readonly borderRadius: {
|
|
15119
|
-
readonly label: "Border Radius";
|
|
15120
|
-
readonly description: "Corner rounding amount.";
|
|
15022
|
+
readonly label: "Color";
|
|
15023
|
+
readonly description: "Separator line color.";
|
|
15121
15024
|
readonly category: "style";
|
|
15122
15025
|
readonly specialCategory: null;
|
|
15123
|
-
readonly sort: 21;
|
|
15124
|
-
readonly preferredScale: "s";
|
|
15125
|
-
};
|
|
15126
|
-
readonly flexDirection: {
|
|
15127
|
-
readonly label: "Flex Direction";
|
|
15128
|
-
readonly description: "Sets row or column layout.";
|
|
15129
|
-
readonly category: "container";
|
|
15130
|
-
readonly specialCategory: null;
|
|
15131
|
-
readonly sort: 4;
|
|
15132
|
-
};
|
|
15133
|
-
readonly flexWrap: {
|
|
15134
|
-
readonly label: "Flex Wrap";
|
|
15135
|
-
readonly description: "Controls whether flex items wrap to multiple lines.";
|
|
15136
|
-
readonly category: "container";
|
|
15137
|
-
readonly specialCategory: null;
|
|
15138
|
-
readonly sort: 4.5;
|
|
15139
|
-
};
|
|
15140
|
-
readonly alignItems: {
|
|
15141
|
-
readonly label: "Align Items";
|
|
15142
|
-
readonly description: "Controls cross-axis alignment.";
|
|
15143
|
-
readonly category: "container";
|
|
15144
|
-
readonly specialCategory: null;
|
|
15145
|
-
readonly sort: 3;
|
|
15146
|
-
};
|
|
15147
|
-
readonly justifyContent: {
|
|
15148
|
-
readonly label: "Justify Content";
|
|
15149
|
-
readonly description: "Controls main-axis alignment.";
|
|
15150
|
-
readonly category: "container";
|
|
15151
|
-
readonly specialCategory: null;
|
|
15152
|
-
readonly sort: 5;
|
|
15153
|
-
};
|
|
15154
|
-
readonly gap: {
|
|
15155
|
-
readonly label: "Gap";
|
|
15156
|
-
readonly description: "Space between children.";
|
|
15157
|
-
readonly category: "container";
|
|
15158
|
-
readonly specialCategory: null;
|
|
15159
|
-
readonly sort: 10;
|
|
15160
|
-
readonly preferredScale: "s";
|
|
15161
|
-
};
|
|
15162
|
-
readonly padding: {
|
|
15163
|
-
readonly label: "Padding";
|
|
15164
|
-
readonly description: "Uniform padding on all sides.";
|
|
15165
|
-
readonly category: "container";
|
|
15166
|
-
readonly specialCategory: "padding";
|
|
15167
|
-
readonly sort: 6;
|
|
15168
|
-
readonly preferredScale: "s";
|
|
15169
|
-
};
|
|
15170
|
-
readonly paddingHorizontal: {
|
|
15171
|
-
readonly label: "Padding Horizontal";
|
|
15172
|
-
readonly description: "Left and right padding.";
|
|
15173
|
-
readonly category: "container";
|
|
15174
|
-
readonly specialCategory: "padding";
|
|
15175
|
-
readonly sort: 7;
|
|
15176
|
-
readonly preferredScale: "s";
|
|
15177
|
-
};
|
|
15178
|
-
readonly paddingVertical: {
|
|
15179
|
-
readonly label: "Padding Vertical";
|
|
15180
|
-
readonly description: "Top and bottom padding.";
|
|
15181
|
-
readonly category: "container";
|
|
15182
|
-
readonly specialCategory: "padding";
|
|
15183
|
-
readonly sort: 8;
|
|
15184
|
-
readonly preferredScale: "vs";
|
|
15185
|
-
};
|
|
15186
|
-
readonly paddingTop: {
|
|
15187
|
-
readonly label: "Padding Top";
|
|
15188
|
-
readonly description: "Top padding only.";
|
|
15189
|
-
readonly category: "container";
|
|
15190
|
-
readonly specialCategory: "padding";
|
|
15191
|
-
readonly sort: 9;
|
|
15192
|
-
readonly preferredScale: "vs";
|
|
15193
|
-
};
|
|
15194
|
-
readonly paddingBottom: {
|
|
15195
|
-
readonly label: "Padding Bottom";
|
|
15196
|
-
readonly description: "Bottom padding only.";
|
|
15197
|
-
readonly category: "container";
|
|
15198
|
-
readonly specialCategory: "padding";
|
|
15199
|
-
readonly sort: 10;
|
|
15200
|
-
readonly preferredScale: "vs";
|
|
15201
|
-
};
|
|
15202
|
-
readonly paddingLeft: {
|
|
15203
|
-
readonly label: "Padding Left";
|
|
15204
|
-
readonly description: "Left padding only.";
|
|
15205
|
-
readonly category: "container";
|
|
15206
|
-
readonly specialCategory: "padding";
|
|
15207
|
-
readonly sort: 11;
|
|
15208
|
-
readonly preferredScale: "s";
|
|
15209
|
-
};
|
|
15210
|
-
readonly paddingRight: {
|
|
15211
|
-
readonly label: "Padding Right";
|
|
15212
|
-
readonly description: "Right padding only.";
|
|
15213
|
-
readonly category: "container";
|
|
15214
|
-
readonly specialCategory: "padding";
|
|
15215
|
-
readonly sort: 12;
|
|
15216
|
-
readonly preferredScale: "s";
|
|
15217
|
-
};
|
|
15218
|
-
readonly margin: {
|
|
15219
|
-
readonly label: "Margin";
|
|
15220
|
-
readonly description: "Uniform margin on all sides.";
|
|
15221
|
-
readonly category: "container";
|
|
15222
|
-
readonly specialCategory: "margin";
|
|
15223
|
-
readonly sort: 13;
|
|
15224
|
-
readonly preferredScale: "s";
|
|
15225
|
-
};
|
|
15226
|
-
readonly marginHorizontal: {
|
|
15227
|
-
readonly label: "Margin Horizontal";
|
|
15228
|
-
readonly description: "Left and right margin.";
|
|
15229
|
-
readonly category: "container";
|
|
15230
|
-
readonly specialCategory: "margin";
|
|
15231
|
-
readonly sort: 14;
|
|
15232
|
-
readonly preferredScale: "s";
|
|
15233
|
-
};
|
|
15234
|
-
readonly marginVertical: {
|
|
15235
|
-
readonly label: "Margin Vertical";
|
|
15236
|
-
readonly description: "Top and bottom margin.";
|
|
15237
|
-
readonly category: "container";
|
|
15238
|
-
readonly specialCategory: "margin";
|
|
15239
|
-
readonly sort: 15;
|
|
15240
|
-
readonly preferredScale: "vs";
|
|
15241
|
-
};
|
|
15242
|
-
readonly marginTop: {
|
|
15243
|
-
readonly label: "Margin Top";
|
|
15244
|
-
readonly description: "Top margin only.";
|
|
15245
|
-
readonly category: "container";
|
|
15246
|
-
readonly specialCategory: "margin";
|
|
15247
|
-
readonly sort: 16;
|
|
15248
|
-
readonly preferredScale: "vs";
|
|
15249
|
-
};
|
|
15250
|
-
readonly marginBottom: {
|
|
15251
|
-
readonly label: "Margin Bottom";
|
|
15252
|
-
readonly description: "Bottom margin only.";
|
|
15253
|
-
readonly category: "container";
|
|
15254
|
-
readonly specialCategory: "margin";
|
|
15255
|
-
readonly sort: 17;
|
|
15256
|
-
readonly preferredScale: "vs";
|
|
15257
|
-
};
|
|
15258
|
-
readonly marginLeft: {
|
|
15259
|
-
readonly label: "Margin Left";
|
|
15260
|
-
readonly description: "Left margin only.";
|
|
15261
|
-
readonly category: "container";
|
|
15262
|
-
readonly specialCategory: "margin";
|
|
15263
|
-
readonly sort: 18;
|
|
15264
|
-
readonly preferredScale: "s";
|
|
15265
|
-
};
|
|
15266
|
-
readonly marginRight: {
|
|
15267
|
-
readonly label: "Margin Right";
|
|
15268
|
-
readonly description: "Right margin only.";
|
|
15269
|
-
readonly category: "container";
|
|
15270
|
-
readonly specialCategory: "margin";
|
|
15271
|
-
readonly sort: 19;
|
|
15272
|
-
readonly preferredScale: "s";
|
|
15273
|
-
};
|
|
15274
|
-
readonly width: {
|
|
15275
|
-
readonly label: "Width";
|
|
15276
|
-
readonly description: "Fixed width value.";
|
|
15277
|
-
readonly category: "container";
|
|
15278
|
-
readonly specialCategory: "size";
|
|
15279
|
-
readonly sort: 0;
|
|
15280
|
-
readonly preferredScale: "s";
|
|
15281
|
-
};
|
|
15282
|
-
readonly minWidth: {
|
|
15283
|
-
readonly label: "Min Width";
|
|
15284
|
-
readonly description: "Minimum width constraint.";
|
|
15285
|
-
readonly category: "container";
|
|
15286
|
-
readonly specialCategory: "size";
|
|
15287
15026
|
readonly sort: 1;
|
|
15288
|
-
|
|
15289
|
-
|
|
15290
|
-
|
|
15291
|
-
readonly
|
|
15292
|
-
readonly description: "Maximum width constraint.";
|
|
15293
|
-
readonly category: "container";
|
|
15294
|
-
readonly specialCategory: "size";
|
|
15295
|
-
readonly sort: 2;
|
|
15296
|
-
readonly preferredScale: "s";
|
|
15297
|
-
};
|
|
15298
|
-
readonly height: {
|
|
15299
|
-
readonly label: "Height";
|
|
15300
|
-
readonly description: "Fixed height value.";
|
|
15301
|
-
readonly category: "container";
|
|
15302
|
-
readonly specialCategory: "size";
|
|
15303
|
-
readonly sort: 3;
|
|
15304
|
-
readonly preferredScale: "vs";
|
|
15305
|
-
};
|
|
15306
|
-
readonly minHeight: {
|
|
15307
|
-
readonly label: "Min Height";
|
|
15308
|
-
readonly description: "Minimum height constraint.";
|
|
15309
|
-
readonly category: "container";
|
|
15310
|
-
readonly specialCategory: "size";
|
|
15311
|
-
readonly sort: 4;
|
|
15312
|
-
readonly preferredScale: "vs";
|
|
15313
|
-
};
|
|
15314
|
-
readonly maxHeight: {
|
|
15315
|
-
readonly label: "Max Height";
|
|
15316
|
-
readonly description: "Maximum height constraint.";
|
|
15317
|
-
readonly category: "container";
|
|
15318
|
-
readonly specialCategory: "size";
|
|
15319
|
-
readonly sort: 5;
|
|
15320
|
-
readonly preferredScale: "vs";
|
|
15321
|
-
};
|
|
15322
|
-
readonly flex: {
|
|
15323
|
-
readonly label: "Flex";
|
|
15324
|
-
readonly description: "Flex grow factor (e.g. 1 fills available space).";
|
|
15325
|
-
readonly category: "container";
|
|
15326
|
-
readonly specialCategory: "size";
|
|
15327
|
-
readonly sort: 6;
|
|
15328
|
-
};
|
|
15329
|
-
readonly position: {
|
|
15330
|
-
readonly label: "Position";
|
|
15331
|
-
readonly description: "Sets layout positioning mode.";
|
|
15332
|
-
readonly category: "container";
|
|
15333
|
-
readonly specialCategory: null;
|
|
15334
|
-
readonly sort: 3;
|
|
15335
|
-
};
|
|
15336
|
-
readonly top: {
|
|
15337
|
-
readonly label: "Top";
|
|
15338
|
-
readonly description: "Offset from the top edge.";
|
|
15339
|
-
readonly category: "container";
|
|
15340
|
-
readonly specialCategory: "offset";
|
|
15341
|
-
readonly sort: 22;
|
|
15342
|
-
readonly preferredScale: "vs";
|
|
15343
|
-
};
|
|
15344
|
-
readonly bottom: {
|
|
15345
|
-
readonly label: "Bottom";
|
|
15346
|
-
readonly description: "Offset from the bottom edge.";
|
|
15347
|
-
readonly category: "container";
|
|
15348
|
-
readonly specialCategory: "offset";
|
|
15349
|
-
readonly sort: 23;
|
|
15350
|
-
readonly preferredScale: "vs";
|
|
15351
|
-
};
|
|
15352
|
-
readonly left: {
|
|
15353
|
-
readonly label: "Left";
|
|
15354
|
-
readonly description: "Offset from the left edge.";
|
|
15355
|
-
readonly category: "container";
|
|
15356
|
-
readonly specialCategory: "offset";
|
|
15357
|
-
readonly sort: 24;
|
|
15358
|
-
readonly preferredScale: "s";
|
|
15359
|
-
};
|
|
15360
|
-
readonly right: {
|
|
15361
|
-
readonly label: "Right";
|
|
15362
|
-
readonly description: "Offset from the right edge.";
|
|
15363
|
-
readonly category: "container";
|
|
15364
|
-
readonly specialCategory: "offset";
|
|
15365
|
-
readonly sort: 25;
|
|
15366
|
-
readonly preferredScale: "s";
|
|
15367
|
-
};
|
|
15368
|
-
readonly zIndex: {
|
|
15369
|
-
readonly label: "Z-Index";
|
|
15370
|
-
readonly description: "Controls stacking order.";
|
|
15371
|
-
readonly category: "container";
|
|
15372
|
-
readonly specialCategory: null;
|
|
15373
|
-
readonly sort: 26;
|
|
15374
|
-
};
|
|
15375
|
-
};
|
|
15376
|
-
readonly color: {
|
|
15377
|
-
readonly label: "Color";
|
|
15378
|
-
readonly description: "Radio color.";
|
|
15379
|
-
readonly category: "style";
|
|
15380
|
-
readonly specialCategory: null;
|
|
15381
|
-
readonly sort: 1;
|
|
15382
|
-
};
|
|
15383
|
-
readonly size: {
|
|
15384
|
-
readonly label: "Size";
|
|
15385
|
-
readonly description: "Radio size in px.";
|
|
15386
|
-
readonly category: "style";
|
|
15387
|
-
readonly specialCategory: null;
|
|
15388
|
-
readonly sort: 2;
|
|
15389
|
-
};
|
|
15390
|
-
readonly selected: {
|
|
15391
|
-
readonly label: "Selected";
|
|
15392
|
-
readonly description: "Whether the radio is selected.";
|
|
15393
|
-
readonly category: "other";
|
|
15394
|
-
readonly specialCategory: null;
|
|
15395
|
-
readonly sort: 0;
|
|
15396
|
-
};
|
|
15397
|
-
};
|
|
15398
|
-
readonly styles: {};
|
|
15399
|
-
};
|
|
15400
|
-
readonly defaults: {
|
|
15401
|
-
readonly styles: {
|
|
15402
|
-
readonly flexDirection: "column";
|
|
15403
|
-
readonly position: "relative";
|
|
15404
|
-
readonly zIndex: 1;
|
|
15405
|
-
readonly alignSelf: "flex-start";
|
|
15406
|
-
readonly flexGrow: 0;
|
|
15407
|
-
readonly flexShrink: 0;
|
|
15408
|
-
};
|
|
15409
|
-
};
|
|
15410
|
-
readonly types: {};
|
|
15411
|
-
}, {
|
|
15412
|
-
readonly schemaVersion: 2;
|
|
15413
|
-
readonly pattern: {
|
|
15414
|
-
readonly type: "Separator";
|
|
15415
|
-
readonly title: "title";
|
|
15416
|
-
readonly description: "description";
|
|
15417
|
-
readonly children: "never";
|
|
15418
|
-
readonly attributes: {
|
|
15419
|
-
readonly styles: {
|
|
15420
|
-
readonly backgroundColor: "color";
|
|
15421
|
-
readonly width: "size";
|
|
15422
|
-
readonly height: "size";
|
|
15423
|
-
readonly marginHorizontal: "size";
|
|
15424
|
-
readonly marginVertical: "size";
|
|
15425
|
-
readonly marginTop: "size";
|
|
15426
|
-
readonly marginBottom: "size";
|
|
15427
|
-
};
|
|
15428
|
-
readonly testID: "string";
|
|
15429
|
-
};
|
|
15430
|
-
};
|
|
15431
|
-
readonly meta: {
|
|
15432
|
-
readonly desiredParent: readonly ["all"];
|
|
15433
|
-
readonly label: "Separator";
|
|
15434
|
-
readonly description: "Horizontal line separator.";
|
|
15435
|
-
readonly attributes: {
|
|
15436
|
-
readonly styles: {
|
|
15437
|
-
readonly backgroundColor: {
|
|
15438
|
-
readonly label: "Color";
|
|
15439
|
-
readonly description: "Separator line color.";
|
|
15440
|
-
readonly category: "style";
|
|
15441
|
-
readonly specialCategory: null;
|
|
15442
|
-
readonly sort: 1;
|
|
15443
|
-
};
|
|
15444
|
-
readonly width: {
|
|
15445
|
-
readonly label: "Width";
|
|
15446
|
-
readonly description: "Separator width.";
|
|
15447
|
-
readonly category: "container";
|
|
15448
|
-
readonly specialCategory: null;
|
|
15449
|
-
readonly sort: 1;
|
|
15450
|
-
readonly preferredScale: "s";
|
|
15451
|
-
};
|
|
15452
|
-
readonly height: {
|
|
15453
|
-
readonly label: "Height";
|
|
15454
|
-
readonly description: "Separator thickness.";
|
|
15455
|
-
readonly category: "container";
|
|
15456
|
-
readonly specialCategory: null;
|
|
15457
|
-
readonly sort: 2;
|
|
15458
|
-
readonly preferredScale: "vs";
|
|
15459
|
-
};
|
|
15460
|
-
};
|
|
15461
|
-
};
|
|
15462
|
-
};
|
|
15463
|
-
readonly defaults: {
|
|
15464
|
-
readonly styles: {
|
|
15465
|
-
readonly width: "100%";
|
|
15466
|
-
readonly height: 2;
|
|
15467
|
-
readonly backgroundColor: "#000000";
|
|
15468
|
-
};
|
|
15469
|
-
};
|
|
15470
|
-
}, {
|
|
15471
|
-
readonly schemaVersion: 2;
|
|
15472
|
-
readonly pattern: {
|
|
15473
|
-
readonly type: "StatusBarColor";
|
|
15474
|
-
readonly title: "title";
|
|
15475
|
-
readonly description: "description";
|
|
15476
|
-
readonly children: "never";
|
|
15477
|
-
readonly attributes: {
|
|
15478
|
-
readonly styles: {
|
|
15479
|
-
readonly backgroundColor: "color";
|
|
15480
|
-
};
|
|
15481
|
-
readonly translucent: "boolean";
|
|
15482
|
-
};
|
|
15483
|
-
};
|
|
15484
|
-
readonly meta: {
|
|
15485
|
-
readonly desiredParent: readonly ["all"];
|
|
15486
|
-
readonly label: "Status Bar Color";
|
|
15487
|
-
readonly description: "Sets the OS status bar background color.";
|
|
15488
|
-
readonly styles: {
|
|
15489
|
-
readonly backgroundColor: {
|
|
15490
|
-
readonly label: "Background Color";
|
|
15491
|
-
readonly description: "Status bar background color.";
|
|
15492
|
-
readonly category: "style";
|
|
15493
|
-
readonly specialCategory: null;
|
|
15494
|
-
readonly sort: 1;
|
|
15495
|
-
};
|
|
15496
|
-
};
|
|
15497
|
-
readonly attributes: {
|
|
15498
|
-
readonly translucent: {
|
|
15499
|
-
readonly label: "Translucent";
|
|
15500
|
-
readonly description: "Sets the status bar to translucent.";
|
|
15501
|
-
readonly category: "style";
|
|
15502
|
-
readonly specialCategory: null;
|
|
15503
|
-
readonly sort: 2;
|
|
15504
|
-
};
|
|
15505
|
-
};
|
|
15506
|
-
};
|
|
15507
|
-
readonly defaults: {
|
|
15508
|
-
readonly styles: {
|
|
15509
|
-
readonly backgroundColor: "THEME_COLORS.BACKGROUND";
|
|
15510
|
-
};
|
|
15511
|
-
};
|
|
15512
|
-
}, {
|
|
15513
|
-
readonly schemaVersion: 2;
|
|
15514
|
-
readonly pattern: {
|
|
15515
|
-
readonly type: "SystemButton";
|
|
15516
|
-
readonly title: "SystemButton";
|
|
15517
|
-
readonly description: "A reusable button component for system actions.";
|
|
15518
|
-
readonly children: "never";
|
|
15519
|
-
readonly attributes: {
|
|
15520
|
-
readonly adjustsFontSizeToFit: "boolean";
|
|
15521
|
-
readonly numberOfLines: "number";
|
|
15522
|
-
readonly translateCounter: "number";
|
|
15523
|
-
readonly styles: {
|
|
15524
|
-
readonly color: "color";
|
|
15525
|
-
readonly fontSize: "number";
|
|
15526
|
-
readonly fontFamily: "fontFamily";
|
|
15527
|
-
readonly fontWeight: "string";
|
|
15528
|
-
readonly textAlign: "string";
|
|
15529
|
-
readonly flexDirection: readonly ["row", "column"];
|
|
15530
|
-
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
15531
|
-
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
15532
|
-
readonly justifyContent: readonly ["flex-start", "center", "flex-end", "space-between", "space-around", "space-evenly"];
|
|
15533
|
-
readonly gap: "size";
|
|
15534
|
-
readonly padding: "size";
|
|
15535
|
-
readonly paddingHorizontal: "size";
|
|
15536
|
-
readonly paddingVertical: "size";
|
|
15537
|
-
readonly paddingTop: "size";
|
|
15538
|
-
readonly paddingBottom: "size";
|
|
15539
|
-
readonly paddingLeft: "size";
|
|
15540
|
-
readonly paddingRight: "size";
|
|
15541
|
-
readonly margin: "size";
|
|
15542
|
-
readonly marginHorizontal: "size";
|
|
15543
|
-
readonly marginVertical: "size";
|
|
15544
|
-
readonly marginTop: "size";
|
|
15545
|
-
readonly marginBottom: "size";
|
|
15546
|
-
readonly marginLeft: "size";
|
|
15547
|
-
readonly marginRight: "size";
|
|
15548
|
-
readonly backgroundColor: "color";
|
|
15549
|
-
readonly borderRadius: "number";
|
|
15550
|
-
readonly width: "size";
|
|
15551
|
-
readonly minWidth: "size";
|
|
15552
|
-
readonly maxWidth: "size";
|
|
15553
|
-
readonly height: "number";
|
|
15554
|
-
readonly minHeight: "size";
|
|
15555
|
-
readonly maxHeight: "size";
|
|
15556
|
-
readonly flex: "number";
|
|
15557
|
-
readonly position: readonly ["relative", "absolute"];
|
|
15558
|
-
readonly top: "size";
|
|
15559
|
-
readonly bottom: "size";
|
|
15560
|
-
readonly left: "size";
|
|
15561
|
-
readonly right: "size";
|
|
15562
|
-
readonly zIndex: "number";
|
|
15563
|
-
};
|
|
15564
|
-
readonly scrollable: "boolean";
|
|
15565
|
-
readonly testID: "string";
|
|
15566
|
-
readonly labelKey: "string";
|
|
15567
|
-
readonly events: "EventObject[]";
|
|
15568
|
-
};
|
|
15569
|
-
};
|
|
15570
|
-
readonly meta: {
|
|
15571
|
-
readonly desiredParent: readonly ["all"];
|
|
15572
|
-
readonly label: "System Button";
|
|
15573
|
-
readonly description: "Versatile button for navigation, permissions, and more.";
|
|
15574
|
-
readonly styles: {
|
|
15575
|
-
readonly color: {
|
|
15576
|
-
readonly label: "Color";
|
|
15577
|
-
readonly description: "Text color.";
|
|
15578
|
-
readonly category: "style";
|
|
15579
|
-
readonly specialCategory: null;
|
|
15580
|
-
readonly sort: 1;
|
|
15581
|
-
};
|
|
15582
|
-
readonly fontSize: {
|
|
15583
|
-
readonly label: "Font Size";
|
|
15584
|
-
readonly description: "Text size.";
|
|
15585
|
-
readonly category: "style";
|
|
15586
|
-
readonly specialCategory: null;
|
|
15587
|
-
readonly sort: 2;
|
|
15588
|
-
readonly preferredScale: "f";
|
|
15589
|
-
};
|
|
15590
|
-
readonly fontFamily: {
|
|
15591
|
-
readonly label: "Font Family";
|
|
15592
|
-
readonly description: "Font family used for the text.";
|
|
15593
|
-
readonly category: "style";
|
|
15594
|
-
readonly specialCategory: null;
|
|
15595
|
-
readonly sort: 3;
|
|
15596
|
-
};
|
|
15597
|
-
readonly fontWeight: {
|
|
15598
|
-
readonly label: "Font Weight";
|
|
15599
|
-
readonly description: "Text weight.";
|
|
15600
|
-
readonly category: "style";
|
|
15601
|
-
readonly specialCategory: null;
|
|
15602
|
-
readonly sort: 4;
|
|
15603
|
-
};
|
|
15604
|
-
readonly textAlign: {
|
|
15605
|
-
readonly label: "Text Align";
|
|
15606
|
-
readonly description: "Text alignment.";
|
|
15607
|
-
readonly category: "style";
|
|
15608
|
-
readonly specialCategory: null;
|
|
15609
|
-
readonly sort: 5;
|
|
15610
|
-
};
|
|
15611
|
-
};
|
|
15612
|
-
readonly attributes: {
|
|
15613
|
-
readonly adjustsFontSizeToFit: {
|
|
15614
|
-
readonly label: "Adjust Font Size To Fit";
|
|
15615
|
-
readonly description: "Automatically reduces font size to fit the available space.";
|
|
15616
|
-
readonly category: "other";
|
|
15617
|
-
readonly specialCategory: null;
|
|
15618
|
-
readonly sort: 1;
|
|
15619
|
-
};
|
|
15620
|
-
readonly showEllipsis: {
|
|
15621
|
-
readonly label: "Show Ellipsis";
|
|
15622
|
-
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
15623
|
-
readonly category: "other";
|
|
15624
|
-
readonly specialCategory: null;
|
|
15625
|
-
readonly sort: 2;
|
|
15626
|
-
};
|
|
15627
|
-
readonly scrollable: {
|
|
15628
|
-
readonly label: "Scrollable";
|
|
15629
|
-
readonly description: "Turns scroll interaction on.";
|
|
15630
|
-
readonly category: "container";
|
|
15631
|
-
readonly specialCategory: null;
|
|
15632
|
-
readonly sort: -1;
|
|
15633
|
-
};
|
|
15634
|
-
readonly styles: {
|
|
15635
|
-
readonly backgroundColor: {
|
|
15636
|
-
readonly label: "Background Color";
|
|
15637
|
-
readonly description: "Background fill color.";
|
|
15638
|
-
readonly category: "style";
|
|
15639
|
-
readonly specialCategory: null;
|
|
15640
|
-
readonly sort: 20;
|
|
15641
|
-
};
|
|
15642
|
-
readonly borderRadius: {
|
|
15643
|
-
readonly label: "Border Radius";
|
|
15644
|
-
readonly description: "Corner rounding amount.";
|
|
15645
|
-
readonly category: "style";
|
|
15646
|
-
readonly specialCategory: null;
|
|
15647
|
-
readonly sort: 21;
|
|
15648
|
-
readonly preferredScale: "s";
|
|
15649
|
-
};
|
|
15650
|
-
readonly flexDirection: {
|
|
15651
|
-
readonly label: "Flex Direction";
|
|
15652
|
-
readonly description: "Sets row or column layout.";
|
|
15653
|
-
readonly category: "container";
|
|
15654
|
-
readonly specialCategory: null;
|
|
15655
|
-
readonly sort: 4;
|
|
15656
|
-
};
|
|
15657
|
-
readonly flexWrap: {
|
|
15658
|
-
readonly label: "Flex Wrap";
|
|
15659
|
-
readonly description: "Controls whether flex items wrap to multiple lines.";
|
|
15660
|
-
readonly category: "container";
|
|
15661
|
-
readonly specialCategory: null;
|
|
15662
|
-
readonly sort: 4.5;
|
|
15663
|
-
};
|
|
15664
|
-
readonly alignItems: {
|
|
15665
|
-
readonly label: "Align Items";
|
|
15666
|
-
readonly description: "Controls cross-axis alignment.";
|
|
15667
|
-
readonly category: "container";
|
|
15668
|
-
readonly specialCategory: null;
|
|
15669
|
-
readonly sort: 3;
|
|
15670
|
-
};
|
|
15671
|
-
readonly justifyContent: {
|
|
15672
|
-
readonly label: "Justify Content";
|
|
15673
|
-
readonly description: "Controls main-axis alignment.";
|
|
15674
|
-
readonly category: "container";
|
|
15675
|
-
readonly specialCategory: null;
|
|
15676
|
-
readonly sort: 5;
|
|
15677
|
-
};
|
|
15678
|
-
readonly gap: {
|
|
15679
|
-
readonly label: "Gap";
|
|
15680
|
-
readonly description: "Space between children.";
|
|
15681
|
-
readonly category: "container";
|
|
15682
|
-
readonly specialCategory: null;
|
|
15683
|
-
readonly sort: 10;
|
|
15684
|
-
readonly preferredScale: "s";
|
|
15685
|
-
};
|
|
15686
|
-
readonly padding: {
|
|
15687
|
-
readonly label: "Padding";
|
|
15688
|
-
readonly description: "Uniform padding on all sides.";
|
|
15689
|
-
readonly category: "container";
|
|
15690
|
-
readonly specialCategory: "padding";
|
|
15691
|
-
readonly sort: 6;
|
|
15692
|
-
readonly preferredScale: "s";
|
|
15693
|
-
};
|
|
15694
|
-
readonly paddingHorizontal: {
|
|
15695
|
-
readonly label: "Padding Horizontal";
|
|
15696
|
-
readonly description: "Left and right padding.";
|
|
15697
|
-
readonly category: "container";
|
|
15698
|
-
readonly specialCategory: "padding";
|
|
15699
|
-
readonly sort: 7;
|
|
15700
|
-
readonly preferredScale: "s";
|
|
15701
|
-
};
|
|
15702
|
-
readonly paddingVertical: {
|
|
15703
|
-
readonly label: "Padding Vertical";
|
|
15704
|
-
readonly description: "Top and bottom padding.";
|
|
15705
|
-
readonly category: "container";
|
|
15706
|
-
readonly specialCategory: "padding";
|
|
15707
|
-
readonly sort: 8;
|
|
15708
|
-
readonly preferredScale: "vs";
|
|
15709
|
-
};
|
|
15710
|
-
readonly paddingTop: {
|
|
15711
|
-
readonly label: "Padding Top";
|
|
15712
|
-
readonly description: "Top padding only.";
|
|
15713
|
-
readonly category: "container";
|
|
15714
|
-
readonly specialCategory: "padding";
|
|
15715
|
-
readonly sort: 9;
|
|
15716
|
-
readonly preferredScale: "vs";
|
|
15717
|
-
};
|
|
15718
|
-
readonly paddingBottom: {
|
|
15719
|
-
readonly label: "Padding Bottom";
|
|
15720
|
-
readonly description: "Bottom padding only.";
|
|
15721
|
-
readonly category: "container";
|
|
15722
|
-
readonly specialCategory: "padding";
|
|
15723
|
-
readonly sort: 10;
|
|
15724
|
-
readonly preferredScale: "vs";
|
|
15725
|
-
};
|
|
15726
|
-
readonly paddingLeft: {
|
|
15727
|
-
readonly label: "Padding Left";
|
|
15728
|
-
readonly description: "Left padding only.";
|
|
15729
|
-
readonly category: "container";
|
|
15730
|
-
readonly specialCategory: "padding";
|
|
15731
|
-
readonly sort: 11;
|
|
15732
|
-
readonly preferredScale: "s";
|
|
15733
|
-
};
|
|
15734
|
-
readonly paddingRight: {
|
|
15735
|
-
readonly label: "Padding Right";
|
|
15736
|
-
readonly description: "Right padding only.";
|
|
15737
|
-
readonly category: "container";
|
|
15738
|
-
readonly specialCategory: "padding";
|
|
15739
|
-
readonly sort: 12;
|
|
15740
|
-
readonly preferredScale: "s";
|
|
15741
|
-
};
|
|
15742
|
-
readonly margin: {
|
|
15743
|
-
readonly label: "Margin";
|
|
15744
|
-
readonly description: "Uniform margin on all sides.";
|
|
15745
|
-
readonly category: "container";
|
|
15746
|
-
readonly specialCategory: "margin";
|
|
15747
|
-
readonly sort: 13;
|
|
15748
|
-
readonly preferredScale: "s";
|
|
15749
|
-
};
|
|
15750
|
-
readonly marginHorizontal: {
|
|
15751
|
-
readonly label: "Margin Horizontal";
|
|
15752
|
-
readonly description: "Left and right margin.";
|
|
15753
|
-
readonly category: "container";
|
|
15754
|
-
readonly specialCategory: "margin";
|
|
15755
|
-
readonly sort: 14;
|
|
15756
|
-
readonly preferredScale: "s";
|
|
15757
|
-
};
|
|
15758
|
-
readonly marginVertical: {
|
|
15759
|
-
readonly label: "Margin Vertical";
|
|
15760
|
-
readonly description: "Top and bottom margin.";
|
|
15761
|
-
readonly category: "container";
|
|
15762
|
-
readonly specialCategory: "margin";
|
|
15763
|
-
readonly sort: 15;
|
|
15764
|
-
readonly preferredScale: "vs";
|
|
15765
|
-
};
|
|
15766
|
-
readonly marginTop: {
|
|
15767
|
-
readonly label: "Margin Top";
|
|
15768
|
-
readonly description: "Top margin only.";
|
|
15769
|
-
readonly category: "container";
|
|
15770
|
-
readonly specialCategory: "margin";
|
|
15771
|
-
readonly sort: 16;
|
|
15772
|
-
readonly preferredScale: "vs";
|
|
15773
|
-
};
|
|
15774
|
-
readonly marginBottom: {
|
|
15775
|
-
readonly label: "Margin Bottom";
|
|
15776
|
-
readonly description: "Bottom margin only.";
|
|
15777
|
-
readonly category: "container";
|
|
15778
|
-
readonly specialCategory: "margin";
|
|
15779
|
-
readonly sort: 17;
|
|
15780
|
-
readonly preferredScale: "vs";
|
|
15781
|
-
};
|
|
15782
|
-
readonly marginLeft: {
|
|
15783
|
-
readonly label: "Margin Left";
|
|
15784
|
-
readonly description: "Left margin only.";
|
|
15785
|
-
readonly category: "container";
|
|
15786
|
-
readonly specialCategory: "margin";
|
|
15787
|
-
readonly sort: 18;
|
|
15788
|
-
readonly preferredScale: "s";
|
|
15789
|
-
};
|
|
15790
|
-
readonly marginRight: {
|
|
15791
|
-
readonly label: "Margin Right";
|
|
15792
|
-
readonly description: "Right margin only.";
|
|
15793
|
-
readonly category: "container";
|
|
15794
|
-
readonly specialCategory: "margin";
|
|
15795
|
-
readonly sort: 19;
|
|
15796
|
-
readonly preferredScale: "s";
|
|
15797
|
-
};
|
|
15798
|
-
readonly width: {
|
|
15799
|
-
readonly label: "Width";
|
|
15800
|
-
readonly description: "Fixed width value.";
|
|
15801
|
-
readonly category: "container";
|
|
15802
|
-
readonly specialCategory: "size";
|
|
15803
|
-
readonly sort: 0;
|
|
15804
|
-
readonly preferredScale: "s";
|
|
15805
|
-
};
|
|
15806
|
-
readonly minWidth: {
|
|
15807
|
-
readonly label: "Min Width";
|
|
15808
|
-
readonly description: "Minimum width constraint.";
|
|
15809
|
-
readonly category: "container";
|
|
15810
|
-
readonly specialCategory: "size";
|
|
15811
|
-
readonly sort: 1;
|
|
15812
|
-
readonly preferredScale: "s";
|
|
15813
|
-
};
|
|
15814
|
-
readonly maxWidth: {
|
|
15815
|
-
readonly label: "Max Width";
|
|
15816
|
-
readonly description: "Maximum width constraint.";
|
|
15817
|
-
readonly category: "container";
|
|
15818
|
-
readonly specialCategory: "size";
|
|
15819
|
-
readonly sort: 2;
|
|
15820
|
-
readonly preferredScale: "s";
|
|
15821
|
-
};
|
|
15822
|
-
readonly height: {
|
|
15823
|
-
readonly label: "Height";
|
|
15824
|
-
readonly description: "Fixed height value.";
|
|
15825
|
-
readonly category: "container";
|
|
15826
|
-
readonly specialCategory: "size";
|
|
15827
|
-
readonly sort: 3;
|
|
15828
|
-
readonly preferredScale: "vs";
|
|
15829
|
-
};
|
|
15830
|
-
readonly minHeight: {
|
|
15831
|
-
readonly label: "Min Height";
|
|
15832
|
-
readonly description: "Minimum height constraint.";
|
|
15833
|
-
readonly category: "container";
|
|
15834
|
-
readonly specialCategory: "size";
|
|
15835
|
-
readonly sort: 4;
|
|
15836
|
-
readonly preferredScale: "vs";
|
|
15837
|
-
};
|
|
15838
|
-
readonly maxHeight: {
|
|
15839
|
-
readonly label: "Max Height";
|
|
15840
|
-
readonly description: "Maximum height constraint.";
|
|
15841
|
-
readonly category: "container";
|
|
15842
|
-
readonly specialCategory: "size";
|
|
15843
|
-
readonly sort: 5;
|
|
15844
|
-
readonly preferredScale: "vs";
|
|
15845
|
-
};
|
|
15846
|
-
readonly flex: {
|
|
15847
|
-
readonly label: "Flex";
|
|
15848
|
-
readonly description: "Flex grow factor (e.g. 1 fills available space).";
|
|
15849
|
-
readonly category: "container";
|
|
15850
|
-
readonly specialCategory: "size";
|
|
15851
|
-
readonly sort: 6;
|
|
15852
|
-
};
|
|
15853
|
-
readonly position: {
|
|
15854
|
-
readonly label: "Position";
|
|
15855
|
-
readonly description: "Sets layout positioning mode.";
|
|
15856
|
-
readonly category: "container";
|
|
15857
|
-
readonly specialCategory: null;
|
|
15858
|
-
readonly sort: 3;
|
|
15859
|
-
};
|
|
15860
|
-
readonly top: {
|
|
15861
|
-
readonly label: "Top";
|
|
15862
|
-
readonly description: "Offset from the top edge.";
|
|
15863
|
-
readonly category: "container";
|
|
15864
|
-
readonly specialCategory: "offset";
|
|
15865
|
-
readonly sort: 22;
|
|
15866
|
-
readonly preferredScale: "vs";
|
|
15867
|
-
};
|
|
15868
|
-
readonly bottom: {
|
|
15869
|
-
readonly label: "Bottom";
|
|
15870
|
-
readonly description: "Offset from the bottom edge.";
|
|
15871
|
-
readonly category: "container";
|
|
15872
|
-
readonly specialCategory: "offset";
|
|
15873
|
-
readonly sort: 23;
|
|
15874
|
-
readonly preferredScale: "vs";
|
|
15875
|
-
};
|
|
15876
|
-
readonly left: {
|
|
15877
|
-
readonly label: "Left";
|
|
15878
|
-
readonly description: "Offset from the left edge.";
|
|
15879
|
-
readonly category: "container";
|
|
15880
|
-
readonly specialCategory: "offset";
|
|
15881
|
-
readonly sort: 24;
|
|
15882
|
-
readonly preferredScale: "s";
|
|
15883
|
-
};
|
|
15884
|
-
readonly right: {
|
|
15885
|
-
readonly label: "Right";
|
|
15886
|
-
readonly description: "Offset from the right edge.";
|
|
15027
|
+
};
|
|
15028
|
+
readonly width: {
|
|
15029
|
+
readonly label: "Width";
|
|
15030
|
+
readonly description: "Separator width.";
|
|
15887
15031
|
readonly category: "container";
|
|
15888
|
-
readonly specialCategory:
|
|
15889
|
-
readonly sort:
|
|
15032
|
+
readonly specialCategory: null;
|
|
15033
|
+
readonly sort: 1;
|
|
15890
15034
|
readonly preferredScale: "s";
|
|
15891
15035
|
};
|
|
15892
|
-
readonly
|
|
15893
|
-
readonly label: "
|
|
15894
|
-
readonly description: "
|
|
15036
|
+
readonly height: {
|
|
15037
|
+
readonly label: "Height";
|
|
15038
|
+
readonly description: "Separator thickness.";
|
|
15895
15039
|
readonly category: "container";
|
|
15896
15040
|
readonly specialCategory: null;
|
|
15897
|
-
readonly sort:
|
|
15041
|
+
readonly sort: 2;
|
|
15042
|
+
readonly preferredScale: "vs";
|
|
15898
15043
|
};
|
|
15899
15044
|
};
|
|
15900
|
-
|
|
15901
|
-
|
|
15902
|
-
|
|
15903
|
-
|
|
15904
|
-
|
|
15905
|
-
|
|
15906
|
-
readonly
|
|
15907
|
-
|
|
15908
|
-
|
|
15909
|
-
|
|
15910
|
-
|
|
15045
|
+
};
|
|
15046
|
+
};
|
|
15047
|
+
readonly defaults: {
|
|
15048
|
+
readonly styles: {
|
|
15049
|
+
readonly width: "100%";
|
|
15050
|
+
readonly height: 2;
|
|
15051
|
+
readonly backgroundColor: "#000000";
|
|
15052
|
+
};
|
|
15053
|
+
};
|
|
15054
|
+
}, {
|
|
15055
|
+
readonly schemaVersion: 2;
|
|
15056
|
+
readonly pattern: {
|
|
15057
|
+
readonly type: "StatusBarColor";
|
|
15058
|
+
readonly title: "title";
|
|
15059
|
+
readonly description: "description";
|
|
15060
|
+
readonly children: "never";
|
|
15061
|
+
readonly attributes: {
|
|
15062
|
+
readonly styles: {
|
|
15063
|
+
readonly backgroundColor: "color";
|
|
15911
15064
|
};
|
|
15065
|
+
readonly translucent: "boolean";
|
|
15912
15066
|
};
|
|
15913
|
-
|
|
15914
|
-
|
|
15915
|
-
|
|
15916
|
-
|
|
15917
|
-
|
|
15067
|
+
};
|
|
15068
|
+
readonly meta: {
|
|
15069
|
+
readonly desiredParent: readonly ["all"];
|
|
15070
|
+
readonly label: "Status Bar Color";
|
|
15071
|
+
readonly description: "Sets the OS status bar background color.";
|
|
15072
|
+
readonly styles: {
|
|
15073
|
+
readonly backgroundColor: {
|
|
15074
|
+
readonly label: "Background Color";
|
|
15075
|
+
readonly description: "Status bar background color.";
|
|
15076
|
+
readonly category: "style";
|
|
15077
|
+
readonly specialCategory: null;
|
|
15918
15078
|
readonly sort: 1;
|
|
15919
15079
|
};
|
|
15920
|
-
|
|
15921
|
-
|
|
15922
|
-
|
|
15923
|
-
readonly
|
|
15080
|
+
};
|
|
15081
|
+
readonly attributes: {
|
|
15082
|
+
readonly translucent: {
|
|
15083
|
+
readonly label: "Translucent";
|
|
15084
|
+
readonly description: "Sets the status bar to translucent.";
|
|
15085
|
+
readonly category: "style";
|
|
15086
|
+
readonly specialCategory: null;
|
|
15924
15087
|
readonly sort: 2;
|
|
15925
15088
|
};
|
|
15926
|
-
readonly size: {
|
|
15927
|
-
readonly label: "Size";
|
|
15928
|
-
readonly description: "Fixed dimensions.";
|
|
15929
|
-
readonly category: "container";
|
|
15930
|
-
readonly sort: 3;
|
|
15931
|
-
};
|
|
15932
|
-
readonly offset: {
|
|
15933
|
-
readonly label: "Offset";
|
|
15934
|
-
readonly description: "Absolute positioning offsets.";
|
|
15935
|
-
readonly category: "container";
|
|
15936
|
-
readonly sort: 4;
|
|
15937
|
-
};
|
|
15938
15089
|
};
|
|
15939
15090
|
};
|
|
15940
15091
|
readonly defaults: {
|
|
15941
|
-
readonly translateCounter: 1;
|
|
15942
|
-
readonly numberOfLines: 1;
|
|
15943
15092
|
readonly styles: {
|
|
15944
|
-
readonly
|
|
15945
|
-
readonly fontSize: "16@fs";
|
|
15946
|
-
readonly fontWeight: "400";
|
|
15947
|
-
readonly flexDirection: "column";
|
|
15948
|
-
readonly position: "relative";
|
|
15949
|
-
readonly zIndex: 1;
|
|
15950
|
-
readonly alignSelf: "flex-start";
|
|
15951
|
-
readonly flexGrow: 0;
|
|
15952
|
-
readonly flexShrink: 0;
|
|
15953
|
-
readonly height: 48;
|
|
15954
|
-
readonly borderRadius: 8;
|
|
15955
|
-
readonly backgroundColor: "THEME_COLORS.SYSTEM_BUTTON_BACKGROUND";
|
|
15956
|
-
};
|
|
15957
|
-
readonly attributes: {
|
|
15958
|
-
readonly labelKey: "Button";
|
|
15959
|
-
};
|
|
15960
|
-
};
|
|
15961
|
-
readonly types: {
|
|
15962
|
-
readonly EventObject: {
|
|
15963
|
-
readonly type: readonly ["Permission", "Navigate", "Placement", "SetCondition"];
|
|
15964
|
-
readonly permission: readonly ["notification", "camera", "microphone", "location", "photos", "contacts", "att", "rating", "GDPR"];
|
|
15965
|
-
readonly navigate_to: "string";
|
|
15966
|
-
readonly targetIndex: "number";
|
|
15967
|
-
readonly placementKey: readonly ["terms", "onboard", "paywall", "subscription", "home"];
|
|
15968
|
-
readonly conditionKey: readonly ["termsAccepted"];
|
|
15969
|
-
readonly value: "boolean";
|
|
15093
|
+
readonly backgroundColor: "THEME_COLORS.BACKGROUND";
|
|
15970
15094
|
};
|
|
15971
15095
|
};
|
|
15972
15096
|
}, {
|
|
15973
15097
|
readonly schemaVersion: 2;
|
|
15974
15098
|
readonly pattern: {
|
|
15975
|
-
readonly type: "
|
|
15976
|
-
readonly title: "
|
|
15977
|
-
readonly description: "
|
|
15978
|
-
readonly children: "
|
|
15099
|
+
readonly type: "SystemButton";
|
|
15100
|
+
readonly title: "SystemButton";
|
|
15101
|
+
readonly description: "A reusable button component for system actions.";
|
|
15102
|
+
readonly children: "never";
|
|
15979
15103
|
readonly attributes: {
|
|
15980
|
-
readonly
|
|
15104
|
+
readonly adjustsFontSizeToFit: "boolean";
|
|
15105
|
+
readonly numberOfLines: "number";
|
|
15106
|
+
readonly translateCounter: "number";
|
|
15981
15107
|
readonly styles: {
|
|
15108
|
+
readonly color: "color";
|
|
15109
|
+
readonly fontSize: "number";
|
|
15110
|
+
readonly fontFamily: "fontFamily";
|
|
15111
|
+
readonly fontWeight: "string";
|
|
15112
|
+
readonly textAlign: "string";
|
|
15982
15113
|
readonly flexDirection: readonly ["row", "column"];
|
|
15983
15114
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
15984
15115
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -15999,11 +15130,11 @@ export declare const patterns: readonly [{
|
|
|
15999
15130
|
readonly marginLeft: "size";
|
|
16000
15131
|
readonly marginRight: "size";
|
|
16001
15132
|
readonly backgroundColor: "color";
|
|
16002
|
-
readonly borderRadius: "
|
|
15133
|
+
readonly borderRadius: "number";
|
|
16003
15134
|
readonly width: "size";
|
|
16004
15135
|
readonly minWidth: "size";
|
|
16005
15136
|
readonly maxWidth: "size";
|
|
16006
|
-
readonly height: "
|
|
15137
|
+
readonly height: "number";
|
|
16007
15138
|
readonly minHeight: "size";
|
|
16008
15139
|
readonly maxHeight: "size";
|
|
16009
15140
|
readonly flex: "number";
|
|
@@ -16014,41 +15145,69 @@ export declare const patterns: readonly [{
|
|
|
16014
15145
|
readonly right: "size";
|
|
16015
15146
|
readonly zIndex: "number";
|
|
16016
15147
|
};
|
|
15148
|
+
readonly scrollable: "boolean";
|
|
16017
15149
|
readonly testID: "string";
|
|
16018
|
-
readonly
|
|
15150
|
+
readonly labelKey: "string";
|
|
15151
|
+
readonly events: "EventObject[]";
|
|
16019
15152
|
};
|
|
16020
15153
|
};
|
|
16021
15154
|
readonly meta: {
|
|
16022
|
-
readonly desiredParent: readonly ["
|
|
16023
|
-
readonly label: "
|
|
16024
|
-
readonly description: "
|
|
16025
|
-
readonly
|
|
16026
|
-
readonly
|
|
16027
|
-
readonly label: "
|
|
16028
|
-
readonly description: "
|
|
16029
|
-
readonly category: "
|
|
15155
|
+
readonly desiredParent: readonly ["all"];
|
|
15156
|
+
readonly label: "System Button";
|
|
15157
|
+
readonly description: "Versatile button for navigation, permissions, and more.";
|
|
15158
|
+
readonly styles: {
|
|
15159
|
+
readonly color: {
|
|
15160
|
+
readonly label: "Color";
|
|
15161
|
+
readonly description: "Text color.";
|
|
15162
|
+
readonly category: "style";
|
|
15163
|
+
readonly specialCategory: null;
|
|
16030
15164
|
readonly sort: 1;
|
|
16031
15165
|
};
|
|
16032
|
-
readonly
|
|
16033
|
-
readonly label: "
|
|
16034
|
-
readonly description: "
|
|
16035
|
-
readonly category: "
|
|
15166
|
+
readonly fontSize: {
|
|
15167
|
+
readonly label: "Font Size";
|
|
15168
|
+
readonly description: "Text size.";
|
|
15169
|
+
readonly category: "style";
|
|
15170
|
+
readonly specialCategory: null;
|
|
16036
15171
|
readonly sort: 2;
|
|
15172
|
+
readonly preferredScale: "f";
|
|
16037
15173
|
};
|
|
16038
|
-
readonly
|
|
16039
|
-
readonly label: "
|
|
16040
|
-
readonly description: "
|
|
16041
|
-
readonly category: "
|
|
15174
|
+
readonly fontFamily: {
|
|
15175
|
+
readonly label: "Font Family";
|
|
15176
|
+
readonly description: "Font family used for the text.";
|
|
15177
|
+
readonly category: "style";
|
|
15178
|
+
readonly specialCategory: null;
|
|
16042
15179
|
readonly sort: 3;
|
|
16043
15180
|
};
|
|
16044
|
-
readonly
|
|
16045
|
-
readonly label: "
|
|
16046
|
-
readonly description: "
|
|
16047
|
-
readonly category: "
|
|
15181
|
+
readonly fontWeight: {
|
|
15182
|
+
readonly label: "Font Weight";
|
|
15183
|
+
readonly description: "Text weight.";
|
|
15184
|
+
readonly category: "style";
|
|
15185
|
+
readonly specialCategory: null;
|
|
16048
15186
|
readonly sort: 4;
|
|
16049
15187
|
};
|
|
15188
|
+
readonly textAlign: {
|
|
15189
|
+
readonly label: "Text Align";
|
|
15190
|
+
readonly description: "Text alignment.";
|
|
15191
|
+
readonly category: "style";
|
|
15192
|
+
readonly specialCategory: null;
|
|
15193
|
+
readonly sort: 5;
|
|
15194
|
+
};
|
|
16050
15195
|
};
|
|
16051
15196
|
readonly attributes: {
|
|
15197
|
+
readonly adjustsFontSizeToFit: {
|
|
15198
|
+
readonly label: "Adjust Font Size To Fit";
|
|
15199
|
+
readonly description: "Automatically reduces font size to fit the available space.";
|
|
15200
|
+
readonly category: "other";
|
|
15201
|
+
readonly specialCategory: null;
|
|
15202
|
+
readonly sort: 1;
|
|
15203
|
+
};
|
|
15204
|
+
readonly showEllipsis: {
|
|
15205
|
+
readonly label: "Show Ellipsis";
|
|
15206
|
+
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
15207
|
+
readonly category: "other";
|
|
15208
|
+
readonly specialCategory: null;
|
|
15209
|
+
readonly sort: 2;
|
|
15210
|
+
};
|
|
16052
15211
|
readonly scrollable: {
|
|
16053
15212
|
readonly label: "Scrollable";
|
|
16054
15213
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -16322,30 +15481,76 @@ export declare const patterns: readonly [{
|
|
|
16322
15481
|
readonly sort: 26;
|
|
16323
15482
|
};
|
|
16324
15483
|
};
|
|
16325
|
-
readonly
|
|
16326
|
-
readonly label: "
|
|
16327
|
-
readonly description: "
|
|
15484
|
+
readonly labelKey: {
|
|
15485
|
+
readonly label: "Label Key";
|
|
15486
|
+
readonly description: "Localization key for button text.";
|
|
16328
15487
|
readonly category: "other";
|
|
16329
|
-
readonly specialCategory: null;
|
|
16330
15488
|
readonly sort: 1;
|
|
16331
15489
|
};
|
|
15490
|
+
readonly events: {
|
|
15491
|
+
readonly label: "Events";
|
|
15492
|
+
readonly description: "Actions to perform on click.";
|
|
15493
|
+
readonly category: "other";
|
|
15494
|
+
readonly sort: 2;
|
|
15495
|
+
};
|
|
15496
|
+
};
|
|
15497
|
+
readonly specialCategories: {
|
|
15498
|
+
readonly padding: {
|
|
15499
|
+
readonly label: "Padding";
|
|
15500
|
+
readonly description: "Uniform padding on all sides.";
|
|
15501
|
+
readonly category: "container";
|
|
15502
|
+
readonly sort: 1;
|
|
15503
|
+
};
|
|
15504
|
+
readonly margin: {
|
|
15505
|
+
readonly label: "Margin";
|
|
15506
|
+
readonly description: "Uniform margin on all sides.";
|
|
15507
|
+
readonly category: "container";
|
|
15508
|
+
readonly sort: 2;
|
|
15509
|
+
};
|
|
15510
|
+
readonly size: {
|
|
15511
|
+
readonly label: "Size";
|
|
15512
|
+
readonly description: "Fixed dimensions.";
|
|
15513
|
+
readonly category: "container";
|
|
15514
|
+
readonly sort: 3;
|
|
15515
|
+
};
|
|
15516
|
+
readonly offset: {
|
|
15517
|
+
readonly label: "Offset";
|
|
15518
|
+
readonly description: "Absolute positioning offsets.";
|
|
15519
|
+
readonly category: "container";
|
|
15520
|
+
readonly sort: 4;
|
|
15521
|
+
};
|
|
16332
15522
|
};
|
|
16333
|
-
readonly styles: {};
|
|
16334
15523
|
};
|
|
16335
15524
|
readonly defaults: {
|
|
15525
|
+
readonly translateCounter: 1;
|
|
15526
|
+
readonly numberOfLines: 1;
|
|
16336
15527
|
readonly styles: {
|
|
15528
|
+
readonly color: "THEME_COLORS.SYSTEM_BUTTON_TEXT";
|
|
15529
|
+
readonly fontSize: "16@fs";
|
|
15530
|
+
readonly fontWeight: "400";
|
|
16337
15531
|
readonly flexDirection: "column";
|
|
16338
15532
|
readonly position: "relative";
|
|
16339
15533
|
readonly zIndex: 1;
|
|
16340
15534
|
readonly alignSelf: "flex-start";
|
|
16341
15535
|
readonly flexGrow: 0;
|
|
16342
15536
|
readonly flexShrink: 0;
|
|
16343
|
-
readonly
|
|
16344
|
-
readonly
|
|
16345
|
-
readonly
|
|
15537
|
+
readonly height: 48;
|
|
15538
|
+
readonly borderRadius: 8;
|
|
15539
|
+
readonly backgroundColor: "THEME_COLORS.SYSTEM_BUTTON_BACKGROUND";
|
|
15540
|
+
};
|
|
15541
|
+
readonly attributes: {
|
|
15542
|
+
readonly labelKey: "Button";
|
|
15543
|
+
};
|
|
15544
|
+
};
|
|
15545
|
+
readonly types: {
|
|
15546
|
+
readonly EventObject: {
|
|
15547
|
+
readonly type: readonly ["Permission", "Navigate", "Placement"];
|
|
15548
|
+
readonly permission: "string";
|
|
15549
|
+
readonly navigate_to: "string";
|
|
15550
|
+
readonly targetIndex: "number";
|
|
15551
|
+
readonly placementKey: "string";
|
|
16346
15552
|
};
|
|
16347
15553
|
};
|
|
16348
|
-
readonly types: {};
|
|
16349
15554
|
}, {
|
|
16350
15555
|
readonly schemaVersion: 2;
|
|
16351
15556
|
readonly pattern: {
|