@developer_tribe/react-builder 1.2.44-test.1 → 1.2.44
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/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/usePlacementButtonEvents.d.ts +0 -6
- package/dist/build-components/index.d.ts +1 -3
- package/dist/build-components/patterns.generated.d.ts +1391 -2180
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -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/styles.css +1 -1
- package/package.json +1 -1
- package/src/assets/meta.json +1 -1
- 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/build-components/FormSubmitButton/FormSubmitButton.tsx +0 -3
- package/src/build-components/OnboardButton/OnboardButton.tsx +1 -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 -3
- package/src/build-components/SystemButton/usePlacementButtonEvents.ts +25 -36
- package/src/build-components/index.ts +0 -10
- package/src/build-components/patterns.generated.ts +1381 -2236
- package/src/styles/index.scss +0 -1
- package/src/utils/analyseNodeByPatterns.ts +2 -5
- 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 -37
- package/dist/build-components/GlobalProvider/useGlobalNavigation.d.ts +0 -19
- 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 -729
- package/src/build-components/GlobalProvider/GlobalContext.ts +0 -48
- package/src/build-components/GlobalProvider/GlobalProvider.tsx +0 -191
- package/src/build-components/GlobalProvider/GlobalProviderProps.generated.ts +0 -78
- package/src/build-components/GlobalProvider/globalProviderUtils.ts +0 -163
- package/src/build-components/GlobalProvider/pattern.json +0 -55
- package/src/build-components/GlobalProvider/useGlobalNavigation.ts +0 -70
- 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/styles/components/_global-provider.scss +0 -131
|
@@ -5776,10 +5776,10 @@ export declare const patterns: readonly [{
|
|
|
5776
5776
|
}, {
|
|
5777
5777
|
readonly schemaVersion: 2;
|
|
5778
5778
|
readonly pattern: {
|
|
5779
|
-
readonly type: "
|
|
5779
|
+
readonly type: "Image";
|
|
5780
5780
|
readonly title: "title";
|
|
5781
5781
|
readonly description: "description";
|
|
5782
|
-
readonly children: "
|
|
5782
|
+
readonly children: "never";
|
|
5783
5783
|
readonly attributes: {
|
|
5784
5784
|
readonly scrollable: "boolean";
|
|
5785
5785
|
readonly styles: {
|
|
@@ -5817,17 +5817,17 @@ export declare const patterns: readonly [{
|
|
|
5817
5817
|
readonly left: "size";
|
|
5818
5818
|
readonly right: "size";
|
|
5819
5819
|
readonly zIndex: "number";
|
|
5820
|
+
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
5820
5821
|
};
|
|
5821
5822
|
readonly testID: "string";
|
|
5822
|
-
readonly
|
|
5823
|
-
readonly
|
|
5824
|
-
readonly skipConditions: "SkipConditionEntry[]";
|
|
5823
|
+
readonly src: "string";
|
|
5824
|
+
readonly fetchStrategy: readonly ["highIfItsAppLaunch", "normal", "lazy", "none"];
|
|
5825
5825
|
};
|
|
5826
5826
|
};
|
|
5827
5827
|
readonly meta: {
|
|
5828
|
-
readonly desiredParent: readonly ["
|
|
5829
|
-
readonly label: "
|
|
5830
|
-
readonly description: "
|
|
5828
|
+
readonly desiredParent: readonly ["all"];
|
|
5829
|
+
readonly label: "Image";
|
|
5830
|
+
readonly description: "Shows an image or graphic.";
|
|
5831
5831
|
readonly specialCategories: {
|
|
5832
5832
|
readonly padding: {
|
|
5833
5833
|
readonly label: "Padding";
|
|
@@ -6128,29 +6128,30 @@ export declare const patterns: readonly [{
|
|
|
6128
6128
|
readonly sort: 26;
|
|
6129
6129
|
};
|
|
6130
6130
|
};
|
|
6131
|
-
readonly
|
|
6132
|
-
readonly label: "
|
|
6133
|
-
readonly description: "
|
|
6131
|
+
readonly src: {
|
|
6132
|
+
readonly label: "Src";
|
|
6133
|
+
readonly description: "Image source URL.";
|
|
6134
6134
|
readonly category: "other";
|
|
6135
6135
|
readonly specialCategory: null;
|
|
6136
6136
|
readonly sort: 1;
|
|
6137
6137
|
};
|
|
6138
|
-
readonly
|
|
6139
|
-
readonly label: "
|
|
6140
|
-
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ı";
|
|
6141
6141
|
readonly category: "other";
|
|
6142
6142
|
readonly specialCategory: null;
|
|
6143
6143
|
readonly sort: 2;
|
|
6144
6144
|
};
|
|
6145
|
-
|
|
6146
|
-
|
|
6147
|
-
|
|
6148
|
-
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";
|
|
6149
6151
|
readonly specialCategory: null;
|
|
6150
|
-
readonly sort:
|
|
6152
|
+
readonly sort: 4;
|
|
6151
6153
|
};
|
|
6152
6154
|
};
|
|
6153
|
-
readonly styles: {};
|
|
6154
6155
|
};
|
|
6155
6156
|
readonly defaults: {
|
|
6156
6157
|
readonly styles: {
|
|
@@ -6160,22 +6161,18 @@ export declare const patterns: readonly [{
|
|
|
6160
6161
|
readonly alignSelf: "flex-start";
|
|
6161
6162
|
readonly flexGrow: 0;
|
|
6162
6163
|
readonly flexShrink: 0;
|
|
6163
|
-
readonly
|
|
6164
|
-
};
|
|
6165
|
-
};
|
|
6166
|
-
readonly types: {
|
|
6167
|
-
readonly SkipConditionEntry: {
|
|
6168
|
-
readonly pageKey: "string";
|
|
6169
|
-
readonly conditionKey: "string";
|
|
6164
|
+
readonly resizeMode: "contain";
|
|
6170
6165
|
};
|
|
6166
|
+
readonly fetchStrategy: "normal";
|
|
6171
6167
|
};
|
|
6168
|
+
readonly types: {};
|
|
6172
6169
|
}, {
|
|
6173
6170
|
readonly schemaVersion: 2;
|
|
6174
6171
|
readonly pattern: {
|
|
6175
|
-
readonly type: "
|
|
6172
|
+
readonly type: "Main";
|
|
6176
6173
|
readonly title: "title";
|
|
6177
6174
|
readonly description: "description";
|
|
6178
|
-
readonly children: "
|
|
6175
|
+
readonly children: "node";
|
|
6179
6176
|
readonly attributes: {
|
|
6180
6177
|
readonly scrollable: "boolean";
|
|
6181
6178
|
readonly styles: {
|
|
@@ -6213,17 +6210,15 @@ export declare const patterns: readonly [{
|
|
|
6213
6210
|
readonly left: "size";
|
|
6214
6211
|
readonly right: "size";
|
|
6215
6212
|
readonly zIndex: "number";
|
|
6216
|
-
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
6217
6213
|
};
|
|
6218
6214
|
readonly testID: "string";
|
|
6219
|
-
readonly
|
|
6220
|
-
readonly fetchStrategy: readonly ["highIfItsAppLaunch", "normal", "lazy", "none"];
|
|
6215
|
+
readonly useSafeAreaView: "boolean";
|
|
6221
6216
|
};
|
|
6222
6217
|
};
|
|
6223
6218
|
readonly meta: {
|
|
6224
|
-
readonly desiredParent: readonly ["
|
|
6225
|
-
readonly label: "
|
|
6226
|
-
readonly description: "
|
|
6219
|
+
readonly desiredParent: readonly ["root"];
|
|
6220
|
+
readonly label: "Main";
|
|
6221
|
+
readonly description: "Top-level screen wrapper (safe area, base layout).";
|
|
6227
6222
|
readonly specialCategories: {
|
|
6228
6223
|
readonly padding: {
|
|
6229
6224
|
readonly label: "Padding";
|
|
@@ -6524,30 +6519,17 @@ export declare const patterns: readonly [{
|
|
|
6524
6519
|
readonly sort: 26;
|
|
6525
6520
|
};
|
|
6526
6521
|
};
|
|
6527
|
-
readonly
|
|
6528
|
-
readonly label: "
|
|
6529
|
-
readonly description: "
|
|
6530
|
-
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";
|
|
6531
6526
|
readonly specialCategory: null;
|
|
6532
6527
|
readonly sort: 1;
|
|
6533
|
-
|
|
6534
|
-
readonly fetchStrategy: {
|
|
6535
|
-
readonly label: "Fetch Strategy";
|
|
6536
|
-
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ı";
|
|
6537
|
-
readonly category: "other";
|
|
6538
|
-
readonly specialCategory: null;
|
|
6539
|
-
readonly sort: 2;
|
|
6540
|
-
};
|
|
6541
|
-
};
|
|
6542
|
-
readonly styles: {
|
|
6543
|
-
readonly resizeMode: {
|
|
6544
|
-
readonly label: "Resize Mode";
|
|
6545
|
-
readonly description: "How the image fits the frame.";
|
|
6546
|
-
readonly category: "style";
|
|
6547
|
-
readonly specialCategory: null;
|
|
6548
|
-
readonly sort: 4;
|
|
6528
|
+
readonly forceVisible: true;
|
|
6549
6529
|
};
|
|
6550
6530
|
};
|
|
6531
|
+
readonly hideAllAttributes: true;
|
|
6532
|
+
readonly styles: {};
|
|
6551
6533
|
};
|
|
6552
6534
|
readonly defaults: {
|
|
6553
6535
|
readonly styles: {
|
|
@@ -6557,15 +6539,59 @@ export declare const patterns: readonly [{
|
|
|
6557
6539
|
readonly alignSelf: "flex-start";
|
|
6558
6540
|
readonly flexGrow: 0;
|
|
6559
6541
|
readonly flexShrink: 0;
|
|
6560
|
-
readonly
|
|
6542
|
+
readonly width: "100%";
|
|
6543
|
+
readonly height: "100%";
|
|
6544
|
+
readonly flex: 1;
|
|
6561
6545
|
};
|
|
6562
|
-
readonly
|
|
6546
|
+
readonly useSafeAreaView: true;
|
|
6563
6547
|
};
|
|
6564
6548
|
readonly types: {};
|
|
6565
6549
|
}, {
|
|
6566
6550
|
readonly schemaVersion: 2;
|
|
6567
6551
|
readonly pattern: {
|
|
6568
|
-
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";
|
|
6569
6595
|
readonly title: "title";
|
|
6570
6596
|
readonly description: "description";
|
|
6571
6597
|
readonly children: "node";
|
|
@@ -6608,13 +6634,12 @@ export declare const patterns: readonly [{
|
|
|
6608
6634
|
readonly zIndex: "number";
|
|
6609
6635
|
};
|
|
6610
6636
|
readonly testID: "string";
|
|
6611
|
-
readonly useSafeAreaView: "boolean";
|
|
6612
6637
|
};
|
|
6613
6638
|
};
|
|
6614
6639
|
readonly meta: {
|
|
6615
|
-
readonly desiredParent: readonly ["
|
|
6616
|
-
readonly label: "
|
|
6617
|
-
readonly description: "
|
|
6640
|
+
readonly desiredParent: readonly ["=OnboardProvider"];
|
|
6641
|
+
readonly label: "Onboard";
|
|
6642
|
+
readonly description: "Wraps the onboarding flow.";
|
|
6618
6643
|
readonly specialCategories: {
|
|
6619
6644
|
readonly padding: {
|
|
6620
6645
|
readonly label: "Padding";
|
|
@@ -6915,85 +6940,41 @@ export declare const patterns: readonly [{
|
|
|
6915
6940
|
readonly sort: 26;
|
|
6916
6941
|
};
|
|
6917
6942
|
};
|
|
6918
|
-
readonly useSafeAreaView: {
|
|
6919
|
-
readonly label: "Use Safe Area View";
|
|
6920
|
-
readonly description: "Wraps content with a safe-area-aware container (when supported by the target).";
|
|
6921
|
-
readonly category: "container";
|
|
6922
|
-
readonly specialCategory: null;
|
|
6923
|
-
readonly sort: 1;
|
|
6924
|
-
readonly forceVisible: true;
|
|
6925
|
-
};
|
|
6926
6943
|
};
|
|
6927
|
-
readonly
|
|
6944
|
+
readonly desiredChildren: readonly ["=OnboardItem"];
|
|
6928
6945
|
readonly styles: {};
|
|
6929
6946
|
};
|
|
6930
6947
|
readonly defaults: {
|
|
6931
6948
|
readonly styles: {
|
|
6932
|
-
readonly flexDirection: "
|
|
6949
|
+
readonly flexDirection: "row";
|
|
6933
6950
|
readonly position: "relative";
|
|
6934
6951
|
readonly zIndex: 1;
|
|
6935
6952
|
readonly alignSelf: "flex-start";
|
|
6936
6953
|
readonly flexGrow: 0;
|
|
6937
6954
|
readonly flexShrink: 0;
|
|
6938
|
-
readonly width: "100%";
|
|
6939
|
-
readonly height: "100%";
|
|
6940
|
-
readonly flex: 1;
|
|
6941
6955
|
};
|
|
6942
|
-
readonly useSafeAreaView: true;
|
|
6943
6956
|
};
|
|
6944
6957
|
readonly types: {};
|
|
6945
6958
|
}, {
|
|
6946
6959
|
readonly schemaVersion: 2;
|
|
6947
6960
|
readonly pattern: {
|
|
6948
|
-
readonly type: "
|
|
6961
|
+
readonly type: "OnboardButton";
|
|
6949
6962
|
readonly title: "title";
|
|
6950
6963
|
readonly description: "description";
|
|
6951
6964
|
readonly children: "never";
|
|
6952
6965
|
readonly attributes: {
|
|
6966
|
+
readonly labelKey: "string";
|
|
6967
|
+
readonly events: "EventObject[]";
|
|
6968
|
+
readonly testID: readonly ["onboardSkip", "onboardNext"];
|
|
6953
6969
|
readonly styles: {
|
|
6970
|
+
readonly color: "color";
|
|
6954
6971
|
readonly backgroundColor: "color";
|
|
6955
|
-
|
|
6956
|
-
|
|
6957
|
-
|
|
6958
|
-
|
|
6959
|
-
|
|
6960
|
-
|
|
6961
|
-
readonly label: "Navigation Bar Color";
|
|
6962
|
-
readonly description: "Sets the OS navigation bar background color.";
|
|
6963
|
-
readonly styles: {
|
|
6964
|
-
readonly backgroundColor: {
|
|
6965
|
-
readonly label: "Background Color";
|
|
6966
|
-
readonly description: "Navigation bar background color.";
|
|
6967
|
-
readonly category: "style";
|
|
6968
|
-
readonly specialCategory: null;
|
|
6969
|
-
readonly sort: 1;
|
|
6970
|
-
};
|
|
6971
|
-
};
|
|
6972
|
-
readonly attributes: {
|
|
6973
|
-
readonly translucent: {
|
|
6974
|
-
readonly label: "Translucent";
|
|
6975
|
-
readonly description: "Sets the navigation bar to translucent.";
|
|
6976
|
-
readonly category: "style";
|
|
6977
|
-
readonly specialCategory: null;
|
|
6978
|
-
readonly sort: 2;
|
|
6979
|
-
};
|
|
6980
|
-
};
|
|
6981
|
-
};
|
|
6982
|
-
readonly defaults: {
|
|
6983
|
-
readonly styles: {
|
|
6984
|
-
readonly backgroundColor: "THEME_COLORS.BACKGROUND";
|
|
6985
|
-
};
|
|
6986
|
-
};
|
|
6987
|
-
}, {
|
|
6988
|
-
readonly schemaVersion: 2;
|
|
6989
|
-
readonly pattern: {
|
|
6990
|
-
readonly type: "Onboard";
|
|
6991
|
-
readonly title: "title";
|
|
6992
|
-
readonly description: "description";
|
|
6993
|
-
readonly children: "node";
|
|
6994
|
-
readonly attributes: {
|
|
6995
|
-
readonly scrollable: "boolean";
|
|
6996
|
-
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";
|
|
6997
6978
|
readonly flexDirection: readonly ["row", "column"];
|
|
6998
6979
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
6999
6980
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -7013,12 +6994,9 @@ export declare const patterns: readonly [{
|
|
|
7013
6994
|
readonly marginBottom: "size";
|
|
7014
6995
|
readonly marginLeft: "size";
|
|
7015
6996
|
readonly marginRight: "size";
|
|
7016
|
-
readonly backgroundColor: "color";
|
|
7017
|
-
readonly borderRadius: "size";
|
|
7018
6997
|
readonly width: "size";
|
|
7019
6998
|
readonly minWidth: "size";
|
|
7020
6999
|
readonly maxWidth: "size";
|
|
7021
|
-
readonly height: "size";
|
|
7022
7000
|
readonly minHeight: "size";
|
|
7023
7001
|
readonly maxHeight: "size";
|
|
7024
7002
|
readonly flex: "number";
|
|
@@ -7029,897 +7007,76 @@ export declare const patterns: readonly [{
|
|
|
7029
7007
|
readonly right: "size";
|
|
7030
7008
|
readonly zIndex: "number";
|
|
7031
7009
|
};
|
|
7032
|
-
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";
|
|
7033
7016
|
};
|
|
7034
7017
|
};
|
|
7035
|
-
readonly
|
|
7036
|
-
readonly desiredParent: readonly ["=OnboardProvider"];
|
|
7037
|
-
readonly label: "Onboard";
|
|
7038
|
-
readonly description: "Wraps the onboarding flow.";
|
|
7039
|
-
readonly specialCategories: {
|
|
7040
|
-
readonly padding: {
|
|
7041
|
-
readonly label: "Padding";
|
|
7042
|
-
readonly description: "Uniform padding on all sides.";
|
|
7043
|
-
readonly category: "container";
|
|
7044
|
-
readonly sort: 1;
|
|
7045
|
-
};
|
|
7046
|
-
readonly margin: {
|
|
7047
|
-
readonly label: "Margin";
|
|
7048
|
-
readonly description: "Uniform margin on all sides.";
|
|
7049
|
-
readonly category: "container";
|
|
7050
|
-
readonly sort: 2;
|
|
7051
|
-
};
|
|
7052
|
-
readonly size: {
|
|
7053
|
-
readonly label: "Size";
|
|
7054
|
-
readonly description: "Fixed dimensions.";
|
|
7055
|
-
readonly category: "container";
|
|
7056
|
-
readonly sort: 3;
|
|
7057
|
-
};
|
|
7058
|
-
readonly offset: {
|
|
7059
|
-
readonly label: "Offset";
|
|
7060
|
-
readonly description: "Absolute positioning offsets.";
|
|
7061
|
-
readonly category: "container";
|
|
7062
|
-
readonly sort: 4;
|
|
7063
|
-
};
|
|
7064
|
-
};
|
|
7018
|
+
readonly defaults: {
|
|
7065
7019
|
readonly attributes: {
|
|
7066
|
-
readonly
|
|
7067
|
-
readonly label: "Scrollable";
|
|
7068
|
-
readonly description: "Turns scroll interaction on.";
|
|
7069
|
-
readonly category: "container";
|
|
7070
|
-
readonly specialCategory: null;
|
|
7071
|
-
readonly sort: -1;
|
|
7072
|
-
};
|
|
7073
|
-
readonly styles: {
|
|
7074
|
-
readonly backgroundColor: {
|
|
7075
|
-
readonly label: "Background Color";
|
|
7076
|
-
readonly description: "Background fill color.";
|
|
7077
|
-
readonly category: "style";
|
|
7078
|
-
readonly specialCategory: null;
|
|
7079
|
-
readonly sort: 20;
|
|
7080
|
-
};
|
|
7081
|
-
readonly borderRadius: {
|
|
7082
|
-
readonly label: "Border Radius";
|
|
7083
|
-
readonly description: "Corner rounding amount.";
|
|
7084
|
-
readonly category: "style";
|
|
7085
|
-
readonly specialCategory: null;
|
|
7086
|
-
readonly sort: 21;
|
|
7087
|
-
readonly preferredScale: "s";
|
|
7088
|
-
};
|
|
7089
|
-
readonly flexDirection: {
|
|
7090
|
-
readonly label: "Flex Direction";
|
|
7091
|
-
readonly description: "Sets row or column layout.";
|
|
7092
|
-
readonly category: "container";
|
|
7093
|
-
readonly specialCategory: null;
|
|
7094
|
-
readonly sort: 4;
|
|
7095
|
-
};
|
|
7096
|
-
readonly flexWrap: {
|
|
7097
|
-
readonly label: "Flex Wrap";
|
|
7098
|
-
readonly description: "Controls whether flex items wrap to multiple lines.";
|
|
7099
|
-
readonly category: "container";
|
|
7100
|
-
readonly specialCategory: null;
|
|
7101
|
-
readonly sort: 4.5;
|
|
7102
|
-
};
|
|
7103
|
-
readonly alignItems: {
|
|
7104
|
-
readonly label: "Align Items";
|
|
7105
|
-
readonly description: "Controls cross-axis alignment.";
|
|
7106
|
-
readonly category: "container";
|
|
7107
|
-
readonly specialCategory: null;
|
|
7108
|
-
readonly sort: 3;
|
|
7109
|
-
};
|
|
7110
|
-
readonly justifyContent: {
|
|
7111
|
-
readonly label: "Justify Content";
|
|
7112
|
-
readonly description: "Controls main-axis alignment.";
|
|
7113
|
-
readonly category: "container";
|
|
7114
|
-
readonly specialCategory: null;
|
|
7115
|
-
readonly sort: 5;
|
|
7116
|
-
};
|
|
7117
|
-
readonly gap: {
|
|
7118
|
-
readonly label: "Gap";
|
|
7119
|
-
readonly description: "Space between children.";
|
|
7120
|
-
readonly category: "container";
|
|
7121
|
-
readonly specialCategory: null;
|
|
7122
|
-
readonly sort: 10;
|
|
7123
|
-
readonly preferredScale: "s";
|
|
7124
|
-
};
|
|
7125
|
-
readonly padding: {
|
|
7126
|
-
readonly label: "Padding";
|
|
7127
|
-
readonly description: "Uniform padding on all sides.";
|
|
7128
|
-
readonly category: "container";
|
|
7129
|
-
readonly specialCategory: "padding";
|
|
7130
|
-
readonly sort: 6;
|
|
7131
|
-
readonly preferredScale: "s";
|
|
7132
|
-
};
|
|
7133
|
-
readonly paddingHorizontal: {
|
|
7134
|
-
readonly label: "Padding Horizontal";
|
|
7135
|
-
readonly description: "Left and right padding.";
|
|
7136
|
-
readonly category: "container";
|
|
7137
|
-
readonly specialCategory: "padding";
|
|
7138
|
-
readonly sort: 7;
|
|
7139
|
-
readonly preferredScale: "s";
|
|
7140
|
-
};
|
|
7141
|
-
readonly paddingVertical: {
|
|
7142
|
-
readonly label: "Padding Vertical";
|
|
7143
|
-
readonly description: "Top and bottom padding.";
|
|
7144
|
-
readonly category: "container";
|
|
7145
|
-
readonly specialCategory: "padding";
|
|
7146
|
-
readonly sort: 8;
|
|
7147
|
-
readonly preferredScale: "vs";
|
|
7148
|
-
};
|
|
7149
|
-
readonly paddingTop: {
|
|
7150
|
-
readonly label: "Padding Top";
|
|
7151
|
-
readonly description: "Top padding only.";
|
|
7152
|
-
readonly category: "container";
|
|
7153
|
-
readonly specialCategory: "padding";
|
|
7154
|
-
readonly sort: 9;
|
|
7155
|
-
readonly preferredScale: "vs";
|
|
7156
|
-
};
|
|
7157
|
-
readonly paddingBottom: {
|
|
7158
|
-
readonly label: "Padding Bottom";
|
|
7159
|
-
readonly description: "Bottom padding only.";
|
|
7160
|
-
readonly category: "container";
|
|
7161
|
-
readonly specialCategory: "padding";
|
|
7162
|
-
readonly sort: 10;
|
|
7163
|
-
readonly preferredScale: "vs";
|
|
7164
|
-
};
|
|
7165
|
-
readonly paddingLeft: {
|
|
7166
|
-
readonly label: "Padding Left";
|
|
7167
|
-
readonly description: "Left padding only.";
|
|
7168
|
-
readonly category: "container";
|
|
7169
|
-
readonly specialCategory: "padding";
|
|
7170
|
-
readonly sort: 11;
|
|
7171
|
-
readonly preferredScale: "s";
|
|
7172
|
-
};
|
|
7173
|
-
readonly paddingRight: {
|
|
7174
|
-
readonly label: "Padding Right";
|
|
7175
|
-
readonly description: "Right padding only.";
|
|
7176
|
-
readonly category: "container";
|
|
7177
|
-
readonly specialCategory: "padding";
|
|
7178
|
-
readonly sort: 12;
|
|
7179
|
-
readonly preferredScale: "s";
|
|
7180
|
-
};
|
|
7181
|
-
readonly margin: {
|
|
7182
|
-
readonly label: "Margin";
|
|
7183
|
-
readonly description: "Uniform margin on all sides.";
|
|
7184
|
-
readonly category: "container";
|
|
7185
|
-
readonly specialCategory: "margin";
|
|
7186
|
-
readonly sort: 13;
|
|
7187
|
-
readonly preferredScale: "s";
|
|
7188
|
-
};
|
|
7189
|
-
readonly marginHorizontal: {
|
|
7190
|
-
readonly label: "Margin Horizontal";
|
|
7191
|
-
readonly description: "Left and right margin.";
|
|
7192
|
-
readonly category: "container";
|
|
7193
|
-
readonly specialCategory: "margin";
|
|
7194
|
-
readonly sort: 14;
|
|
7195
|
-
readonly preferredScale: "s";
|
|
7196
|
-
};
|
|
7197
|
-
readonly marginVertical: {
|
|
7198
|
-
readonly label: "Margin Vertical";
|
|
7199
|
-
readonly description: "Top and bottom margin.";
|
|
7200
|
-
readonly category: "container";
|
|
7201
|
-
readonly specialCategory: "margin";
|
|
7202
|
-
readonly sort: 15;
|
|
7203
|
-
readonly preferredScale: "vs";
|
|
7204
|
-
};
|
|
7205
|
-
readonly marginTop: {
|
|
7206
|
-
readonly label: "Margin Top";
|
|
7207
|
-
readonly description: "Top margin only.";
|
|
7208
|
-
readonly category: "container";
|
|
7209
|
-
readonly specialCategory: "margin";
|
|
7210
|
-
readonly sort: 16;
|
|
7211
|
-
readonly preferredScale: "vs";
|
|
7212
|
-
};
|
|
7213
|
-
readonly marginBottom: {
|
|
7214
|
-
readonly label: "Margin Bottom";
|
|
7215
|
-
readonly description: "Bottom margin only.";
|
|
7216
|
-
readonly category: "container";
|
|
7217
|
-
readonly specialCategory: "margin";
|
|
7218
|
-
readonly sort: 17;
|
|
7219
|
-
readonly preferredScale: "vs";
|
|
7220
|
-
};
|
|
7221
|
-
readonly marginLeft: {
|
|
7222
|
-
readonly label: "Margin Left";
|
|
7223
|
-
readonly description: "Left margin only.";
|
|
7224
|
-
readonly category: "container";
|
|
7225
|
-
readonly specialCategory: "margin";
|
|
7226
|
-
readonly sort: 18;
|
|
7227
|
-
readonly preferredScale: "s";
|
|
7228
|
-
};
|
|
7229
|
-
readonly marginRight: {
|
|
7230
|
-
readonly label: "Margin Right";
|
|
7231
|
-
readonly description: "Right margin only.";
|
|
7232
|
-
readonly category: "container";
|
|
7233
|
-
readonly specialCategory: "margin";
|
|
7234
|
-
readonly sort: 19;
|
|
7235
|
-
readonly preferredScale: "s";
|
|
7236
|
-
};
|
|
7237
|
-
readonly width: {
|
|
7238
|
-
readonly label: "Width";
|
|
7239
|
-
readonly description: "Fixed width value.";
|
|
7240
|
-
readonly category: "container";
|
|
7241
|
-
readonly specialCategory: "size";
|
|
7242
|
-
readonly sort: 0;
|
|
7243
|
-
readonly preferredScale: "s";
|
|
7244
|
-
};
|
|
7245
|
-
readonly minWidth: {
|
|
7246
|
-
readonly label: "Min Width";
|
|
7247
|
-
readonly description: "Minimum width constraint.";
|
|
7248
|
-
readonly category: "container";
|
|
7249
|
-
readonly specialCategory: "size";
|
|
7250
|
-
readonly sort: 1;
|
|
7251
|
-
readonly preferredScale: "s";
|
|
7252
|
-
};
|
|
7253
|
-
readonly maxWidth: {
|
|
7254
|
-
readonly label: "Max Width";
|
|
7255
|
-
readonly description: "Maximum width constraint.";
|
|
7256
|
-
readonly category: "container";
|
|
7257
|
-
readonly specialCategory: "size";
|
|
7258
|
-
readonly sort: 2;
|
|
7259
|
-
readonly preferredScale: "s";
|
|
7260
|
-
};
|
|
7261
|
-
readonly height: {
|
|
7262
|
-
readonly label: "Height";
|
|
7263
|
-
readonly description: "Fixed height value.";
|
|
7264
|
-
readonly category: "container";
|
|
7265
|
-
readonly specialCategory: "size";
|
|
7266
|
-
readonly sort: 3;
|
|
7267
|
-
readonly preferredScale: "vs";
|
|
7268
|
-
};
|
|
7269
|
-
readonly minHeight: {
|
|
7270
|
-
readonly label: "Min Height";
|
|
7271
|
-
readonly description: "Minimum height constraint.";
|
|
7272
|
-
readonly category: "container";
|
|
7273
|
-
readonly specialCategory: "size";
|
|
7274
|
-
readonly sort: 4;
|
|
7275
|
-
readonly preferredScale: "vs";
|
|
7276
|
-
};
|
|
7277
|
-
readonly maxHeight: {
|
|
7278
|
-
readonly label: "Max Height";
|
|
7279
|
-
readonly description: "Maximum height constraint.";
|
|
7280
|
-
readonly category: "container";
|
|
7281
|
-
readonly specialCategory: "size";
|
|
7282
|
-
readonly sort: 5;
|
|
7283
|
-
readonly preferredScale: "vs";
|
|
7284
|
-
};
|
|
7285
|
-
readonly flex: {
|
|
7286
|
-
readonly label: "Flex";
|
|
7287
|
-
readonly description: "Flex grow factor (e.g. 1 fills available space).";
|
|
7288
|
-
readonly category: "container";
|
|
7289
|
-
readonly specialCategory: "size";
|
|
7290
|
-
readonly sort: 6;
|
|
7291
|
-
};
|
|
7292
|
-
readonly position: {
|
|
7293
|
-
readonly label: "Position";
|
|
7294
|
-
readonly description: "Sets layout positioning mode.";
|
|
7295
|
-
readonly category: "container";
|
|
7296
|
-
readonly specialCategory: null;
|
|
7297
|
-
readonly sort: 3;
|
|
7298
|
-
};
|
|
7299
|
-
readonly top: {
|
|
7300
|
-
readonly label: "Top";
|
|
7301
|
-
readonly description: "Offset from the top edge.";
|
|
7302
|
-
readonly category: "container";
|
|
7303
|
-
readonly specialCategory: "offset";
|
|
7304
|
-
readonly sort: 22;
|
|
7305
|
-
readonly preferredScale: "vs";
|
|
7306
|
-
};
|
|
7307
|
-
readonly bottom: {
|
|
7308
|
-
readonly label: "Bottom";
|
|
7309
|
-
readonly description: "Offset from the bottom edge.";
|
|
7310
|
-
readonly category: "container";
|
|
7311
|
-
readonly specialCategory: "offset";
|
|
7312
|
-
readonly sort: 23;
|
|
7313
|
-
readonly preferredScale: "vs";
|
|
7314
|
-
};
|
|
7315
|
-
readonly left: {
|
|
7316
|
-
readonly label: "Left";
|
|
7317
|
-
readonly description: "Offset from the left edge.";
|
|
7318
|
-
readonly category: "container";
|
|
7319
|
-
readonly specialCategory: "offset";
|
|
7320
|
-
readonly sort: 24;
|
|
7321
|
-
readonly preferredScale: "s";
|
|
7322
|
-
};
|
|
7323
|
-
readonly right: {
|
|
7324
|
-
readonly label: "Right";
|
|
7325
|
-
readonly description: "Offset from the right edge.";
|
|
7326
|
-
readonly category: "container";
|
|
7327
|
-
readonly specialCategory: "offset";
|
|
7328
|
-
readonly sort: 25;
|
|
7329
|
-
readonly preferredScale: "s";
|
|
7330
|
-
};
|
|
7331
|
-
readonly zIndex: {
|
|
7332
|
-
readonly label: "Z-Index";
|
|
7333
|
-
readonly description: "Controls stacking order.";
|
|
7334
|
-
readonly category: "container";
|
|
7335
|
-
readonly specialCategory: null;
|
|
7336
|
-
readonly sort: 26;
|
|
7337
|
-
};
|
|
7338
|
-
};
|
|
7339
|
-
};
|
|
7340
|
-
readonly desiredChildren: readonly ["=OnboardItem"];
|
|
7341
|
-
readonly styles: {};
|
|
7342
|
-
};
|
|
7343
|
-
readonly defaults: {
|
|
7344
|
-
readonly styles: {
|
|
7345
|
-
readonly flexDirection: "row";
|
|
7346
|
-
readonly position: "relative";
|
|
7347
|
-
readonly zIndex: 1;
|
|
7348
|
-
readonly alignSelf: "flex-start";
|
|
7349
|
-
readonly flexGrow: 0;
|
|
7350
|
-
readonly flexShrink: 0;
|
|
7351
|
-
};
|
|
7352
|
-
};
|
|
7353
|
-
readonly types: {};
|
|
7354
|
-
}, {
|
|
7355
|
-
readonly schemaVersion: 2;
|
|
7356
|
-
readonly pattern: {
|
|
7357
|
-
readonly type: "OnboardButton";
|
|
7358
|
-
readonly title: "title";
|
|
7359
|
-
readonly description: "description";
|
|
7360
|
-
readonly children: "never";
|
|
7361
|
-
readonly attributes: {
|
|
7362
|
-
readonly labelKey: "string";
|
|
7363
|
-
readonly events: "EventObject[]";
|
|
7364
|
-
readonly testID: readonly ["onboardSkip", "onboardNext"];
|
|
7365
|
-
readonly styles: {
|
|
7366
|
-
readonly color: "color";
|
|
7367
|
-
readonly backgroundColor: "color";
|
|
7368
|
-
readonly height: "size";
|
|
7369
|
-
readonly borderRadius: "size";
|
|
7370
|
-
readonly fontSize: "size";
|
|
7371
|
-
readonly fontWeight: "fontWeight";
|
|
7372
|
-
readonly fontFamily: "fontFamily";
|
|
7373
|
-
readonly textAlign: "string";
|
|
7374
|
-
readonly flexDirection: readonly ["row", "column"];
|
|
7375
|
-
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
7376
|
-
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
7377
|
-
readonly justifyContent: readonly ["flex-start", "center", "flex-end", "space-between", "space-around", "space-evenly"];
|
|
7378
|
-
readonly gap: "size";
|
|
7379
|
-
readonly padding: "size";
|
|
7380
|
-
readonly paddingHorizontal: "size";
|
|
7381
|
-
readonly paddingVertical: "size";
|
|
7382
|
-
readonly paddingTop: "size";
|
|
7383
|
-
readonly paddingBottom: "size";
|
|
7384
|
-
readonly paddingLeft: "size";
|
|
7385
|
-
readonly paddingRight: "size";
|
|
7386
|
-
readonly margin: "size";
|
|
7387
|
-
readonly marginHorizontal: "size";
|
|
7388
|
-
readonly marginVertical: "size";
|
|
7389
|
-
readonly marginTop: "size";
|
|
7390
|
-
readonly marginBottom: "size";
|
|
7391
|
-
readonly marginLeft: "size";
|
|
7392
|
-
readonly marginRight: "size";
|
|
7393
|
-
readonly width: "size";
|
|
7394
|
-
readonly minWidth: "size";
|
|
7395
|
-
readonly maxWidth: "size";
|
|
7396
|
-
readonly minHeight: "size";
|
|
7397
|
-
readonly maxHeight: "size";
|
|
7398
|
-
readonly flex: "number";
|
|
7399
|
-
readonly position: readonly ["relative", "absolute"];
|
|
7400
|
-
readonly top: "size";
|
|
7401
|
-
readonly bottom: "size";
|
|
7402
|
-
readonly left: "size";
|
|
7403
|
-
readonly right: "size";
|
|
7404
|
-
readonly zIndex: "number";
|
|
7405
|
-
};
|
|
7406
|
-
readonly adjustsFontSizeToFit: "boolean";
|
|
7407
|
-
readonly numberOfLines: "number";
|
|
7408
|
-
readonly translateCounter: "number";
|
|
7409
|
-
readonly scrollable: "boolean";
|
|
7410
|
-
readonly animation: readonly ["simple-animation", "line-animation", "blur", "blur-animation", "blur-line-animation"];
|
|
7411
|
-
readonly animation_color: "color";
|
|
7412
|
-
};
|
|
7413
|
-
};
|
|
7414
|
-
readonly defaults: {
|
|
7415
|
-
readonly attributes: {
|
|
7416
|
-
readonly labelKey: "Button";
|
|
7417
|
-
};
|
|
7418
|
-
readonly styles: {
|
|
7419
|
-
readonly height: "40@vs";
|
|
7420
|
-
readonly borderRadius: "12@s";
|
|
7421
|
-
readonly backgroundColor: "THEME_COLORS.SYSTEM_BUTTON_BACKGROUND";
|
|
7422
|
-
readonly color: "THEME_COLORS.ONBOARD_BUTTON_PRIMARY_TEXT";
|
|
7423
|
-
readonly fontSize: "16@fs";
|
|
7424
|
-
readonly fontWeight: "400";
|
|
7425
|
-
readonly flexDirection: "column";
|
|
7426
|
-
readonly position: "relative";
|
|
7427
|
-
readonly zIndex: 1;
|
|
7428
|
-
readonly alignSelf: "flex-start";
|
|
7429
|
-
readonly flexGrow: 0;
|
|
7430
|
-
readonly flexShrink: 0;
|
|
7431
|
-
};
|
|
7432
|
-
readonly translateCounter: 1;
|
|
7433
|
-
readonly numberOfLines: 1;
|
|
7434
|
-
};
|
|
7435
|
-
readonly types: {
|
|
7436
|
-
readonly EventObject: {
|
|
7437
|
-
readonly type: readonly ["Permission", "Navigate", "Placement"];
|
|
7438
|
-
readonly permission: "string";
|
|
7439
|
-
readonly navigate_to: "string";
|
|
7440
|
-
readonly targetIndex: "number";
|
|
7441
|
-
readonly placementKey: "string";
|
|
7442
|
-
};
|
|
7443
|
-
};
|
|
7444
|
-
readonly meta: {
|
|
7445
|
-
readonly label: "Onboard Button";
|
|
7446
|
-
readonly description: "Single action button for onboard.";
|
|
7447
|
-
readonly attributes: {
|
|
7448
|
-
readonly labelKey: {
|
|
7449
|
-
readonly label: "Label Key";
|
|
7450
|
-
readonly description: "Localization key for the button text.";
|
|
7451
|
-
readonly category: "other";
|
|
7452
|
-
readonly specialCategory: null;
|
|
7453
|
-
readonly sort: 1;
|
|
7454
|
-
};
|
|
7455
|
-
readonly events: {
|
|
7456
|
-
readonly label: "Events";
|
|
7457
|
-
readonly description: "List of events fired by the button.";
|
|
7458
|
-
readonly category: "other";
|
|
7459
|
-
readonly specialCategory: null;
|
|
7460
|
-
readonly sort: 7;
|
|
7461
|
-
};
|
|
7462
|
-
readonly adjustsFontSizeToFit: {
|
|
7463
|
-
readonly label: "Adjust Font Size To Fit";
|
|
7464
|
-
readonly description: "Automatically reduces font size to fit the available space.";
|
|
7465
|
-
readonly category: "other";
|
|
7466
|
-
readonly specialCategory: null;
|
|
7467
|
-
readonly sort: 1;
|
|
7468
|
-
};
|
|
7469
|
-
readonly showEllipsis: {
|
|
7470
|
-
readonly label: "Show Ellipsis";
|
|
7471
|
-
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
7472
|
-
readonly category: "other";
|
|
7473
|
-
readonly specialCategory: null;
|
|
7474
|
-
readonly sort: 2;
|
|
7475
|
-
};
|
|
7476
|
-
readonly scrollable: {
|
|
7477
|
-
readonly label: "Scrollable";
|
|
7478
|
-
readonly description: "Turns scroll interaction on.";
|
|
7479
|
-
readonly category: "container";
|
|
7480
|
-
readonly specialCategory: null;
|
|
7481
|
-
readonly sort: -1;
|
|
7482
|
-
};
|
|
7483
|
-
readonly styles: {
|
|
7484
|
-
readonly backgroundColor: {
|
|
7485
|
-
readonly label: "Background Color";
|
|
7486
|
-
readonly description: "Background fill color.";
|
|
7487
|
-
readonly category: "style";
|
|
7488
|
-
readonly specialCategory: null;
|
|
7489
|
-
readonly sort: 20;
|
|
7490
|
-
};
|
|
7491
|
-
readonly borderRadius: {
|
|
7492
|
-
readonly label: "Border Radius";
|
|
7493
|
-
readonly description: "Corner rounding amount.";
|
|
7494
|
-
readonly category: "style";
|
|
7495
|
-
readonly specialCategory: null;
|
|
7496
|
-
readonly sort: 21;
|
|
7497
|
-
readonly preferredScale: "s";
|
|
7498
|
-
};
|
|
7499
|
-
readonly flexDirection: {
|
|
7500
|
-
readonly label: "Flex Direction";
|
|
7501
|
-
readonly description: "Sets row or column layout.";
|
|
7502
|
-
readonly category: "container";
|
|
7503
|
-
readonly specialCategory: null;
|
|
7504
|
-
readonly sort: 4;
|
|
7505
|
-
};
|
|
7506
|
-
readonly flexWrap: {
|
|
7507
|
-
readonly label: "Flex Wrap";
|
|
7508
|
-
readonly description: "Controls whether flex items wrap to multiple lines.";
|
|
7509
|
-
readonly category: "container";
|
|
7510
|
-
readonly specialCategory: null;
|
|
7511
|
-
readonly sort: 4.5;
|
|
7512
|
-
};
|
|
7513
|
-
readonly alignItems: {
|
|
7514
|
-
readonly label: "Align Items";
|
|
7515
|
-
readonly description: "Controls cross-axis alignment.";
|
|
7516
|
-
readonly category: "container";
|
|
7517
|
-
readonly specialCategory: null;
|
|
7518
|
-
readonly sort: 3;
|
|
7519
|
-
};
|
|
7520
|
-
readonly justifyContent: {
|
|
7521
|
-
readonly label: "Justify Content";
|
|
7522
|
-
readonly description: "Controls main-axis alignment.";
|
|
7523
|
-
readonly category: "container";
|
|
7524
|
-
readonly specialCategory: null;
|
|
7525
|
-
readonly sort: 5;
|
|
7526
|
-
};
|
|
7527
|
-
readonly gap: {
|
|
7528
|
-
readonly label: "Gap";
|
|
7529
|
-
readonly description: "Space between children.";
|
|
7530
|
-
readonly category: "container";
|
|
7531
|
-
readonly specialCategory: null;
|
|
7532
|
-
readonly sort: 10;
|
|
7533
|
-
readonly preferredScale: "s";
|
|
7534
|
-
};
|
|
7535
|
-
readonly padding: {
|
|
7536
|
-
readonly label: "Padding";
|
|
7537
|
-
readonly description: "Uniform padding on all sides.";
|
|
7538
|
-
readonly category: "container";
|
|
7539
|
-
readonly specialCategory: "padding";
|
|
7540
|
-
readonly sort: 6;
|
|
7541
|
-
readonly preferredScale: "s";
|
|
7542
|
-
};
|
|
7543
|
-
readonly paddingHorizontal: {
|
|
7544
|
-
readonly label: "Padding Horizontal";
|
|
7545
|
-
readonly description: "Left and right padding.";
|
|
7546
|
-
readonly category: "container";
|
|
7547
|
-
readonly specialCategory: "padding";
|
|
7548
|
-
readonly sort: 7;
|
|
7549
|
-
readonly preferredScale: "s";
|
|
7550
|
-
};
|
|
7551
|
-
readonly paddingVertical: {
|
|
7552
|
-
readonly label: "Padding Vertical";
|
|
7553
|
-
readonly description: "Top and bottom padding.";
|
|
7554
|
-
readonly category: "container";
|
|
7555
|
-
readonly specialCategory: "padding";
|
|
7556
|
-
readonly sort: 8;
|
|
7557
|
-
readonly preferredScale: "vs";
|
|
7558
|
-
};
|
|
7559
|
-
readonly paddingTop: {
|
|
7560
|
-
readonly label: "Padding Top";
|
|
7561
|
-
readonly description: "Top padding only.";
|
|
7562
|
-
readonly category: "container";
|
|
7563
|
-
readonly specialCategory: "padding";
|
|
7564
|
-
readonly sort: 9;
|
|
7565
|
-
readonly preferredScale: "vs";
|
|
7566
|
-
};
|
|
7567
|
-
readonly paddingBottom: {
|
|
7568
|
-
readonly label: "Padding Bottom";
|
|
7569
|
-
readonly description: "Bottom padding only.";
|
|
7570
|
-
readonly category: "container";
|
|
7571
|
-
readonly specialCategory: "padding";
|
|
7572
|
-
readonly sort: 10;
|
|
7573
|
-
readonly preferredScale: "vs";
|
|
7574
|
-
};
|
|
7575
|
-
readonly paddingLeft: {
|
|
7576
|
-
readonly label: "Padding Left";
|
|
7577
|
-
readonly description: "Left padding only.";
|
|
7578
|
-
readonly category: "container";
|
|
7579
|
-
readonly specialCategory: "padding";
|
|
7580
|
-
readonly sort: 11;
|
|
7581
|
-
readonly preferredScale: "s";
|
|
7582
|
-
};
|
|
7583
|
-
readonly paddingRight: {
|
|
7584
|
-
readonly label: "Padding Right";
|
|
7585
|
-
readonly description: "Right padding only.";
|
|
7586
|
-
readonly category: "container";
|
|
7587
|
-
readonly specialCategory: "padding";
|
|
7588
|
-
readonly sort: 12;
|
|
7589
|
-
readonly preferredScale: "s";
|
|
7590
|
-
};
|
|
7591
|
-
readonly margin: {
|
|
7592
|
-
readonly label: "Margin";
|
|
7593
|
-
readonly description: "Uniform margin on all sides.";
|
|
7594
|
-
readonly category: "container";
|
|
7595
|
-
readonly specialCategory: "margin";
|
|
7596
|
-
readonly sort: 13;
|
|
7597
|
-
readonly preferredScale: "s";
|
|
7598
|
-
};
|
|
7599
|
-
readonly marginHorizontal: {
|
|
7600
|
-
readonly label: "Margin Horizontal";
|
|
7601
|
-
readonly description: "Left and right margin.";
|
|
7602
|
-
readonly category: "container";
|
|
7603
|
-
readonly specialCategory: "margin";
|
|
7604
|
-
readonly sort: 14;
|
|
7605
|
-
readonly preferredScale: "s";
|
|
7606
|
-
};
|
|
7607
|
-
readonly marginVertical: {
|
|
7608
|
-
readonly label: "Margin Vertical";
|
|
7609
|
-
readonly description: "Top and bottom margin.";
|
|
7610
|
-
readonly category: "container";
|
|
7611
|
-
readonly specialCategory: "margin";
|
|
7612
|
-
readonly sort: 15;
|
|
7613
|
-
readonly preferredScale: "vs";
|
|
7614
|
-
};
|
|
7615
|
-
readonly marginTop: {
|
|
7616
|
-
readonly label: "Margin Top";
|
|
7617
|
-
readonly description: "Top margin only.";
|
|
7618
|
-
readonly category: "container";
|
|
7619
|
-
readonly specialCategory: "margin";
|
|
7620
|
-
readonly sort: 16;
|
|
7621
|
-
readonly preferredScale: "vs";
|
|
7622
|
-
};
|
|
7623
|
-
readonly marginBottom: {
|
|
7624
|
-
readonly label: "Margin Bottom";
|
|
7625
|
-
readonly description: "Bottom margin only.";
|
|
7626
|
-
readonly category: "container";
|
|
7627
|
-
readonly specialCategory: "margin";
|
|
7628
|
-
readonly sort: 17;
|
|
7629
|
-
readonly preferredScale: "vs";
|
|
7630
|
-
};
|
|
7631
|
-
readonly marginLeft: {
|
|
7632
|
-
readonly label: "Margin Left";
|
|
7633
|
-
readonly description: "Left margin only.";
|
|
7634
|
-
readonly category: "container";
|
|
7635
|
-
readonly specialCategory: "margin";
|
|
7636
|
-
readonly sort: 18;
|
|
7637
|
-
readonly preferredScale: "s";
|
|
7638
|
-
};
|
|
7639
|
-
readonly marginRight: {
|
|
7640
|
-
readonly label: "Margin Right";
|
|
7641
|
-
readonly description: "Right margin only.";
|
|
7642
|
-
readonly category: "container";
|
|
7643
|
-
readonly specialCategory: "margin";
|
|
7644
|
-
readonly sort: 19;
|
|
7645
|
-
readonly preferredScale: "s";
|
|
7646
|
-
};
|
|
7647
|
-
readonly width: {
|
|
7648
|
-
readonly label: "Width";
|
|
7649
|
-
readonly description: "Fixed width value.";
|
|
7650
|
-
readonly category: "container";
|
|
7651
|
-
readonly specialCategory: "size";
|
|
7652
|
-
readonly sort: 0;
|
|
7653
|
-
readonly preferredScale: "s";
|
|
7654
|
-
};
|
|
7655
|
-
readonly minWidth: {
|
|
7656
|
-
readonly label: "Min Width";
|
|
7657
|
-
readonly description: "Minimum width constraint.";
|
|
7658
|
-
readonly category: "container";
|
|
7659
|
-
readonly specialCategory: "size";
|
|
7660
|
-
readonly sort: 1;
|
|
7661
|
-
readonly preferredScale: "s";
|
|
7662
|
-
};
|
|
7663
|
-
readonly maxWidth: {
|
|
7664
|
-
readonly label: "Max Width";
|
|
7665
|
-
readonly description: "Maximum width constraint.";
|
|
7666
|
-
readonly category: "container";
|
|
7667
|
-
readonly specialCategory: "size";
|
|
7668
|
-
readonly sort: 2;
|
|
7669
|
-
readonly preferredScale: "s";
|
|
7670
|
-
};
|
|
7671
|
-
readonly height: {
|
|
7672
|
-
readonly label: "Height";
|
|
7673
|
-
readonly description: "Fixed height value.";
|
|
7674
|
-
readonly category: "container";
|
|
7675
|
-
readonly specialCategory: "size";
|
|
7676
|
-
readonly sort: 3;
|
|
7677
|
-
readonly preferredScale: "vs";
|
|
7678
|
-
};
|
|
7679
|
-
readonly minHeight: {
|
|
7680
|
-
readonly label: "Min Height";
|
|
7681
|
-
readonly description: "Minimum height constraint.";
|
|
7682
|
-
readonly category: "container";
|
|
7683
|
-
readonly specialCategory: "size";
|
|
7684
|
-
readonly sort: 4;
|
|
7685
|
-
readonly preferredScale: "vs";
|
|
7686
|
-
};
|
|
7687
|
-
readonly maxHeight: {
|
|
7688
|
-
readonly label: "Max Height";
|
|
7689
|
-
readonly description: "Maximum height constraint.";
|
|
7690
|
-
readonly category: "container";
|
|
7691
|
-
readonly specialCategory: "size";
|
|
7692
|
-
readonly sort: 5;
|
|
7693
|
-
readonly preferredScale: "vs";
|
|
7694
|
-
};
|
|
7695
|
-
readonly flex: {
|
|
7696
|
-
readonly label: "Flex";
|
|
7697
|
-
readonly description: "Flex grow factor (e.g. 1 fills available space).";
|
|
7698
|
-
readonly category: "container";
|
|
7699
|
-
readonly specialCategory: "size";
|
|
7700
|
-
readonly sort: 6;
|
|
7701
|
-
};
|
|
7702
|
-
readonly position: {
|
|
7703
|
-
readonly label: "Position";
|
|
7704
|
-
readonly description: "Sets layout positioning mode.";
|
|
7705
|
-
readonly category: "container";
|
|
7706
|
-
readonly specialCategory: null;
|
|
7707
|
-
readonly sort: 3;
|
|
7708
|
-
};
|
|
7709
|
-
readonly top: {
|
|
7710
|
-
readonly label: "Top";
|
|
7711
|
-
readonly description: "Offset from the top edge.";
|
|
7712
|
-
readonly category: "container";
|
|
7713
|
-
readonly specialCategory: "offset";
|
|
7714
|
-
readonly sort: 22;
|
|
7715
|
-
readonly preferredScale: "vs";
|
|
7716
|
-
};
|
|
7717
|
-
readonly bottom: {
|
|
7718
|
-
readonly label: "Bottom";
|
|
7719
|
-
readonly description: "Offset from the bottom edge.";
|
|
7720
|
-
readonly category: "container";
|
|
7721
|
-
readonly specialCategory: "offset";
|
|
7722
|
-
readonly sort: 23;
|
|
7723
|
-
readonly preferredScale: "vs";
|
|
7724
|
-
};
|
|
7725
|
-
readonly left: {
|
|
7726
|
-
readonly label: "Left";
|
|
7727
|
-
readonly description: "Offset from the left edge.";
|
|
7728
|
-
readonly category: "container";
|
|
7729
|
-
readonly specialCategory: "offset";
|
|
7730
|
-
readonly sort: 24;
|
|
7731
|
-
readonly preferredScale: "s";
|
|
7732
|
-
};
|
|
7733
|
-
readonly right: {
|
|
7734
|
-
readonly label: "Right";
|
|
7735
|
-
readonly description: "Offset from the right edge.";
|
|
7736
|
-
readonly category: "container";
|
|
7737
|
-
readonly specialCategory: "offset";
|
|
7738
|
-
readonly sort: 25;
|
|
7739
|
-
readonly preferredScale: "s";
|
|
7740
|
-
};
|
|
7741
|
-
readonly zIndex: {
|
|
7742
|
-
readonly label: "Z-Index";
|
|
7743
|
-
readonly description: "Controls stacking order.";
|
|
7744
|
-
readonly category: "container";
|
|
7745
|
-
readonly specialCategory: null;
|
|
7746
|
-
readonly sort: 26;
|
|
7747
|
-
};
|
|
7748
|
-
readonly color: {
|
|
7749
|
-
readonly label: "Color";
|
|
7750
|
-
readonly description: "Text color.";
|
|
7751
|
-
readonly category: "style";
|
|
7752
|
-
readonly specialCategory: null;
|
|
7753
|
-
readonly sort: 1;
|
|
7754
|
-
};
|
|
7755
|
-
};
|
|
7756
|
-
readonly animation: {
|
|
7757
|
-
readonly label: "Animation";
|
|
7758
|
-
readonly description: "Animation style for the button.";
|
|
7759
|
-
readonly category: "style";
|
|
7760
|
-
readonly specialCategory: null;
|
|
7761
|
-
readonly sort: 3;
|
|
7762
|
-
};
|
|
7763
|
-
readonly animation_color: {
|
|
7764
|
-
readonly label: "Animation Color";
|
|
7765
|
-
readonly description: "Color used by the animation.";
|
|
7766
|
-
readonly category: "style";
|
|
7767
|
-
readonly specialCategory: null;
|
|
7768
|
-
readonly sort: 4;
|
|
7769
|
-
};
|
|
7770
|
-
};
|
|
7771
|
-
readonly desiredParent: readonly ["=OnboardButtons"];
|
|
7772
|
-
readonly styles: {
|
|
7773
|
-
readonly color: {
|
|
7774
|
-
readonly label: "Color";
|
|
7775
|
-
readonly description: "Text color.";
|
|
7776
|
-
readonly category: "style";
|
|
7777
|
-
readonly specialCategory: null;
|
|
7778
|
-
readonly sort: 1;
|
|
7779
|
-
};
|
|
7780
|
-
readonly fontSize: {
|
|
7781
|
-
readonly label: "Font Size";
|
|
7782
|
-
readonly description: "Text size.";
|
|
7783
|
-
readonly category: "style";
|
|
7784
|
-
readonly specialCategory: null;
|
|
7785
|
-
readonly sort: 2;
|
|
7786
|
-
readonly preferredScale: "f";
|
|
7787
|
-
};
|
|
7788
|
-
readonly fontFamily: {
|
|
7789
|
-
readonly label: "Font Family";
|
|
7790
|
-
readonly description: "Font family used for the text.";
|
|
7791
|
-
readonly category: "style";
|
|
7792
|
-
readonly specialCategory: null;
|
|
7793
|
-
readonly sort: 3;
|
|
7794
|
-
};
|
|
7795
|
-
readonly fontWeight: {
|
|
7796
|
-
readonly label: "Font Weight";
|
|
7797
|
-
readonly description: "Text weight.";
|
|
7798
|
-
readonly category: "style";
|
|
7799
|
-
readonly specialCategory: null;
|
|
7800
|
-
readonly sort: 4;
|
|
7801
|
-
};
|
|
7802
|
-
readonly textAlign: {
|
|
7803
|
-
readonly label: "Text Align";
|
|
7804
|
-
readonly description: "Text alignment.";
|
|
7805
|
-
readonly category: "style";
|
|
7806
|
-
readonly specialCategory: null;
|
|
7807
|
-
readonly sort: 5;
|
|
7808
|
-
};
|
|
7020
|
+
readonly labelKey: "Button";
|
|
7809
7021
|
};
|
|
7810
|
-
readonly
|
|
7811
|
-
readonly
|
|
7812
|
-
|
|
7813
|
-
|
|
7814
|
-
|
|
7815
|
-
|
|
7816
|
-
|
|
7817
|
-
readonly
|
|
7818
|
-
|
|
7819
|
-
|
|
7820
|
-
|
|
7821
|
-
|
|
7822
|
-
|
|
7823
|
-
readonly size: {
|
|
7824
|
-
readonly label: "Size";
|
|
7825
|
-
readonly description: "Fixed dimensions.";
|
|
7826
|
-
readonly category: "container";
|
|
7827
|
-
readonly sort: 3;
|
|
7828
|
-
};
|
|
7829
|
-
readonly offset: {
|
|
7830
|
-
readonly label: "Offset";
|
|
7831
|
-
readonly description: "Absolute positioning offsets.";
|
|
7832
|
-
readonly category: "container";
|
|
7833
|
-
readonly sort: 4;
|
|
7834
|
-
};
|
|
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;
|
|
7835
7035
|
};
|
|
7036
|
+
readonly translateCounter: 1;
|
|
7037
|
+
readonly numberOfLines: 1;
|
|
7836
7038
|
};
|
|
7837
|
-
|
|
7838
|
-
|
|
7839
|
-
|
|
7840
|
-
|
|
7841
|
-
|
|
7842
|
-
|
|
7843
|
-
|
|
7844
|
-
readonly attributes: {
|
|
7845
|
-
readonly scrollable: "boolean";
|
|
7846
|
-
readonly styles: {
|
|
7847
|
-
readonly flexDirection: readonly ["row", "column"];
|
|
7848
|
-
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
7849
|
-
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
7850
|
-
readonly justifyContent: readonly ["flex-start", "center", "flex-end", "space-between", "space-around", "space-evenly"];
|
|
7851
|
-
readonly gap: "size";
|
|
7852
|
-
readonly padding: "size";
|
|
7853
|
-
readonly paddingHorizontal: "size";
|
|
7854
|
-
readonly paddingVertical: "size";
|
|
7855
|
-
readonly paddingTop: "size";
|
|
7856
|
-
readonly paddingBottom: "size";
|
|
7857
|
-
readonly paddingLeft: "size";
|
|
7858
|
-
readonly paddingRight: "size";
|
|
7859
|
-
readonly margin: "size";
|
|
7860
|
-
readonly marginHorizontal: "size";
|
|
7861
|
-
readonly marginVertical: "size";
|
|
7862
|
-
readonly marginTop: "size";
|
|
7863
|
-
readonly marginBottom: "size";
|
|
7864
|
-
readonly marginLeft: "size";
|
|
7865
|
-
readonly marginRight: "size";
|
|
7866
|
-
readonly backgroundColor: "color";
|
|
7867
|
-
readonly borderRadius: "size";
|
|
7868
|
-
readonly width: "size";
|
|
7869
|
-
readonly minWidth: "size";
|
|
7870
|
-
readonly maxWidth: "size";
|
|
7871
|
-
readonly height: "size";
|
|
7872
|
-
readonly minHeight: "size";
|
|
7873
|
-
readonly maxHeight: "size";
|
|
7874
|
-
readonly flex: "number";
|
|
7875
|
-
readonly position: readonly ["relative", "absolute"];
|
|
7876
|
-
readonly top: "size";
|
|
7877
|
-
readonly bottom: "size";
|
|
7878
|
-
readonly left: "size";
|
|
7879
|
-
readonly right: "size";
|
|
7880
|
-
readonly zIndex: "number";
|
|
7881
|
-
};
|
|
7882
|
-
readonly testID: "string";
|
|
7883
|
-
readonly buttonType: readonly ["previous_button", "next_button", "skip_button"];
|
|
7884
|
-
readonly skipNumber: "number";
|
|
7885
|
-
readonly buttons_direction: readonly ["row", "column"];
|
|
7886
|
-
readonly forIndex: "number";
|
|
7887
|
-
readonly seperatorColor: "color";
|
|
7888
|
-
readonly condition: readonly ["carousel-index"];
|
|
7889
|
-
readonly conditionVariable: "number";
|
|
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";
|
|
7890
7046
|
};
|
|
7891
7047
|
};
|
|
7892
7048
|
readonly meta: {
|
|
7893
|
-
readonly
|
|
7894
|
-
readonly
|
|
7895
|
-
readonly
|
|
7896
|
-
|
|
7897
|
-
|
|
7898
|
-
readonly
|
|
7899
|
-
readonly
|
|
7900
|
-
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;
|
|
7901
7057
|
readonly sort: 1;
|
|
7902
7058
|
};
|
|
7903
|
-
readonly
|
|
7904
|
-
readonly label: "
|
|
7905
|
-
readonly description: "
|
|
7906
|
-
readonly category: "
|
|
7907
|
-
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;
|
|
7908
7065
|
};
|
|
7909
|
-
readonly
|
|
7910
|
-
readonly label: "Size";
|
|
7911
|
-
readonly description: "
|
|
7912
|
-
readonly category: "
|
|
7913
|
-
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;
|
|
7914
7072
|
};
|
|
7915
|
-
readonly
|
|
7916
|
-
readonly label: "
|
|
7917
|
-
readonly description: "
|
|
7918
|
-
readonly category: "
|
|
7919
|
-
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;
|
|
7920
7079
|
};
|
|
7921
|
-
};
|
|
7922
|
-
readonly attributes: {
|
|
7923
7080
|
readonly scrollable: {
|
|
7924
7081
|
readonly label: "Scrollable";
|
|
7925
7082
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -8192,83 +7349,102 @@ export declare const patterns: readonly [{
|
|
|
8192
7349
|
readonly specialCategory: null;
|
|
8193
7350
|
readonly sort: 26;
|
|
8194
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
|
+
};
|
|
8195
7359
|
};
|
|
8196
|
-
readonly
|
|
8197
|
-
readonly label: "
|
|
8198
|
-
readonly description: "
|
|
7360
|
+
readonly animation: {
|
|
7361
|
+
readonly label: "Animation";
|
|
7362
|
+
readonly description: "Animation style for the button.";
|
|
8199
7363
|
readonly category: "style";
|
|
8200
7364
|
readonly specialCategory: null;
|
|
8201
|
-
readonly sort:
|
|
7365
|
+
readonly sort: 3;
|
|
8202
7366
|
};
|
|
8203
|
-
readonly
|
|
8204
|
-
readonly label: "
|
|
8205
|
-
readonly description: "
|
|
8206
|
-
readonly category: "
|
|
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;
|
|
7373
|
+
};
|
|
7374
|
+
};
|
|
7375
|
+
readonly desiredParent: readonly ["=OnboardButtons"];
|
|
7376
|
+
readonly styles: {
|
|
7377
|
+
readonly color: {
|
|
7378
|
+
readonly label: "Color";
|
|
7379
|
+
readonly description: "Text color.";
|
|
7380
|
+
readonly category: "style";
|
|
8207
7381
|
readonly specialCategory: null;
|
|
8208
7382
|
readonly sort: 1;
|
|
8209
7383
|
};
|
|
8210
|
-
readonly
|
|
8211
|
-
readonly label: "
|
|
8212
|
-
readonly description: "
|
|
8213
|
-
readonly category: "
|
|
7384
|
+
readonly fontSize: {
|
|
7385
|
+
readonly label: "Font Size";
|
|
7386
|
+
readonly description: "Text size.";
|
|
7387
|
+
readonly category: "style";
|
|
8214
7388
|
readonly specialCategory: null;
|
|
8215
7389
|
readonly sort: 2;
|
|
7390
|
+
readonly preferredScale: "f";
|
|
8216
7391
|
};
|
|
8217
|
-
readonly
|
|
8218
|
-
readonly label: "
|
|
8219
|
-
readonly description: "
|
|
8220
|
-
readonly category: "
|
|
7392
|
+
readonly fontFamily: {
|
|
7393
|
+
readonly label: "Font Family";
|
|
7394
|
+
readonly description: "Font family used for the text.";
|
|
7395
|
+
readonly category: "style";
|
|
8221
7396
|
readonly specialCategory: null;
|
|
8222
7397
|
readonly sort: 3;
|
|
8223
7398
|
};
|
|
8224
|
-
readonly
|
|
8225
|
-
readonly label: "
|
|
8226
|
-
readonly description: "
|
|
8227
|
-
readonly category: "
|
|
7399
|
+
readonly fontWeight: {
|
|
7400
|
+
readonly label: "Font Weight";
|
|
7401
|
+
readonly description: "Text weight.";
|
|
7402
|
+
readonly category: "style";
|
|
8228
7403
|
readonly specialCategory: null;
|
|
8229
7404
|
readonly sort: 4;
|
|
8230
7405
|
};
|
|
8231
|
-
readonly
|
|
8232
|
-
readonly label: "
|
|
8233
|
-
readonly description: "
|
|
8234
|
-
readonly category: "
|
|
7406
|
+
readonly textAlign: {
|
|
7407
|
+
readonly label: "Text Align";
|
|
7408
|
+
readonly description: "Text alignment.";
|
|
7409
|
+
readonly category: "style";
|
|
8235
7410
|
readonly specialCategory: null;
|
|
8236
|
-
readonly sort:
|
|
7411
|
+
readonly sort: 5;
|
|
8237
7412
|
};
|
|
8238
|
-
|
|
8239
|
-
|
|
8240
|
-
|
|
8241
|
-
readonly
|
|
8242
|
-
readonly
|
|
8243
|
-
readonly
|
|
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;
|
|
8244
7438
|
};
|
|
8245
7439
|
};
|
|
8246
|
-
readonly styles: {};
|
|
8247
|
-
};
|
|
8248
|
-
readonly defaults: {
|
|
8249
|
-
readonly styles: {
|
|
8250
|
-
readonly flexDirection: "row";
|
|
8251
|
-
readonly position: "relative";
|
|
8252
|
-
readonly zIndex: 1;
|
|
8253
|
-
readonly alignSelf: "flex-start";
|
|
8254
|
-
readonly flexGrow: 0;
|
|
8255
|
-
readonly flexShrink: 0;
|
|
8256
|
-
readonly display: "flex";
|
|
8257
|
-
readonly gap: 12;
|
|
8258
|
-
readonly alignItems: "center";
|
|
8259
|
-
readonly justifyContent: "center";
|
|
8260
|
-
readonly marginVertical: "12@vs";
|
|
8261
|
-
readonly marginHorizontal: "24@s";
|
|
8262
|
-
};
|
|
8263
7440
|
};
|
|
8264
|
-
readonly types: {};
|
|
8265
7441
|
}, {
|
|
8266
7442
|
readonly schemaVersion: 2;
|
|
8267
7443
|
readonly pattern: {
|
|
8268
|
-
readonly type: "
|
|
7444
|
+
readonly type: "OnboardButtons";
|
|
8269
7445
|
readonly title: "title";
|
|
8270
7446
|
readonly description: "description";
|
|
8271
|
-
readonly children: "
|
|
7447
|
+
readonly children: "node";
|
|
8272
7448
|
readonly attributes: {
|
|
8273
7449
|
readonly scrollable: "boolean";
|
|
8274
7450
|
readonly styles: {
|
|
@@ -8308,20 +7484,19 @@ export declare const patterns: readonly [{
|
|
|
8308
7484
|
readonly zIndex: "number";
|
|
8309
7485
|
};
|
|
8310
7486
|
readonly testID: "string";
|
|
8311
|
-
readonly
|
|
8312
|
-
readonly
|
|
8313
|
-
readonly
|
|
8314
|
-
readonly
|
|
8315
|
-
readonly
|
|
8316
|
-
readonly
|
|
8317
|
-
readonly
|
|
8318
|
-
readonly active_dot_color: "color";
|
|
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";
|
|
8319
7494
|
};
|
|
8320
7495
|
};
|
|
8321
7496
|
readonly meta: {
|
|
8322
|
-
readonly desiredParent: readonly ["
|
|
8323
|
-
readonly label: "Onboard
|
|
8324
|
-
readonly description: "
|
|
7497
|
+
readonly desiredParent: readonly ["=OnboardItem"];
|
|
7498
|
+
readonly label: "Onboard Buttons";
|
|
7499
|
+
readonly description: "Wrapper for onboarding button set.";
|
|
8325
7500
|
readonly specialCategories: {
|
|
8326
7501
|
readonly padding: {
|
|
8327
7502
|
readonly label: "Padding";
|
|
@@ -8622,40 +7797,54 @@ export declare const patterns: readonly [{
|
|
|
8622
7797
|
readonly sort: 26;
|
|
8623
7798
|
};
|
|
8624
7799
|
};
|
|
8625
|
-
readonly
|
|
8626
|
-
readonly label: "
|
|
8627
|
-
readonly description: "
|
|
7800
|
+
readonly seperatorColor: {
|
|
7801
|
+
readonly label: "Seperator Color";
|
|
7802
|
+
readonly description: "Color of the divider line.";
|
|
8628
7803
|
readonly category: "style";
|
|
8629
7804
|
readonly specialCategory: null;
|
|
7805
|
+
readonly sort: 5;
|
|
7806
|
+
};
|
|
7807
|
+
readonly buttonType: {
|
|
7808
|
+
readonly label: "Button Type";
|
|
7809
|
+
readonly description: "Which onboard button to show.";
|
|
7810
|
+
readonly category: "other";
|
|
7811
|
+
readonly specialCategory: null;
|
|
8630
7812
|
readonly sort: 1;
|
|
8631
7813
|
};
|
|
8632
|
-
readonly
|
|
8633
|
-
readonly label: "
|
|
8634
|
-
readonly description: "
|
|
8635
|
-
readonly category: "
|
|
7814
|
+
readonly skipNumber: {
|
|
7815
|
+
readonly label: "Skip Number";
|
|
7816
|
+
readonly description: "Slide index to skip to.";
|
|
7817
|
+
readonly category: "other";
|
|
8636
7818
|
readonly specialCategory: null;
|
|
8637
7819
|
readonly sort: 2;
|
|
8638
7820
|
};
|
|
8639
|
-
readonly
|
|
8640
|
-
readonly label: "
|
|
8641
|
-
readonly description: "
|
|
8642
|
-
readonly category: "
|
|
7821
|
+
readonly buttons_direction: {
|
|
7822
|
+
readonly label: "Buttons Direction";
|
|
7823
|
+
readonly description: "Direction to lay out buttons.";
|
|
7824
|
+
readonly category: "container";
|
|
8643
7825
|
readonly specialCategory: null;
|
|
8644
7826
|
readonly sort: 3;
|
|
8645
7827
|
};
|
|
8646
|
-
readonly
|
|
8647
|
-
readonly label: "
|
|
8648
|
-
readonly description: "
|
|
8649
|
-
readonly category: "
|
|
7828
|
+
readonly forIndex: {
|
|
7829
|
+
readonly label: "For Index";
|
|
7830
|
+
readonly description: "Show only for this slide index.";
|
|
7831
|
+
readonly category: "other";
|
|
8650
7832
|
readonly specialCategory: null;
|
|
8651
7833
|
readonly sort: 4;
|
|
8652
7834
|
};
|
|
8653
|
-
readonly
|
|
8654
|
-
readonly label: "
|
|
8655
|
-
readonly description: "
|
|
8656
|
-
readonly category: "
|
|
7835
|
+
readonly condition: {
|
|
7836
|
+
readonly label: "Condition";
|
|
7837
|
+
readonly description: "Built-in condition to check.";
|
|
7838
|
+
readonly category: "other";
|
|
8657
7839
|
readonly specialCategory: null;
|
|
8658
|
-
readonly sort:
|
|
7840
|
+
readonly sort: 6;
|
|
7841
|
+
};
|
|
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;
|
|
8659
7848
|
};
|
|
8660
7849
|
};
|
|
8661
7850
|
readonly styles: {};
|
|
@@ -8668,34 +7857,25 @@ export declare const patterns: readonly [{
|
|
|
8668
7857
|
readonly alignSelf: "flex-start";
|
|
8669
7858
|
readonly flexGrow: 0;
|
|
8670
7859
|
readonly flexShrink: 0;
|
|
7860
|
+
readonly display: "flex";
|
|
7861
|
+
readonly gap: 12;
|
|
8671
7862
|
readonly alignItems: "center";
|
|
8672
7863
|
readonly justifyContent: "center";
|
|
8673
|
-
readonly
|
|
7864
|
+
readonly marginVertical: "12@vs";
|
|
7865
|
+
readonly marginHorizontal: "24@s";
|
|
8674
7866
|
};
|
|
8675
|
-
readonly dotType: "expanding_dot";
|
|
8676
|
-
readonly dot_thickness: 10;
|
|
8677
|
-
readonly inactive_dot_opacity: 0.3;
|
|
8678
|
-
readonly active_dot_color: "STATIC_COLORS.ONBOARD_DOT_ACTIVE";
|
|
8679
|
-
readonly inactive_dot_color: "THEME_COLORS.BACKGROUND";
|
|
8680
7867
|
};
|
|
8681
7868
|
readonly types: {};
|
|
8682
7869
|
}, {
|
|
8683
7870
|
readonly schemaVersion: 2;
|
|
8684
7871
|
readonly pattern: {
|
|
8685
|
-
readonly type: "
|
|
7872
|
+
readonly type: "OnboardDot";
|
|
8686
7873
|
readonly title: "title";
|
|
8687
7874
|
readonly description: "description";
|
|
8688
7875
|
readonly children: "never";
|
|
8689
7876
|
readonly attributes: {
|
|
8690
|
-
readonly
|
|
8691
|
-
readonly numberOfLines: "number";
|
|
8692
|
-
readonly translateCounter: "number";
|
|
7877
|
+
readonly scrollable: "boolean";
|
|
8693
7878
|
readonly styles: {
|
|
8694
|
-
readonly color: "color";
|
|
8695
|
-
readonly fontSize: "size";
|
|
8696
|
-
readonly fontFamily: "fontFamily";
|
|
8697
|
-
readonly fontWeight: "fontWeight";
|
|
8698
|
-
readonly textAlign: "string";
|
|
8699
7879
|
readonly flexDirection: readonly ["row", "column"];
|
|
8700
7880
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
8701
7881
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -8731,74 +7911,48 @@ export declare const patterns: readonly [{
|
|
|
8731
7911
|
readonly right: "size";
|
|
8732
7912
|
readonly zIndex: "number";
|
|
8733
7913
|
};
|
|
8734
|
-
readonly scrollable: "boolean";
|
|
8735
7914
|
readonly testID: "string";
|
|
8736
|
-
readonly
|
|
8737
|
-
readonly
|
|
8738
|
-
readonly
|
|
8739
|
-
readonly
|
|
8740
|
-
readonly
|
|
8741
|
-
readonly
|
|
8742
|
-
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";
|
|
8743
7923
|
};
|
|
8744
7924
|
};
|
|
8745
7925
|
readonly meta: {
|
|
8746
|
-
readonly desiredParent: readonly [">
|
|
8747
|
-
readonly label: "Onboard
|
|
8748
|
-
readonly description: "
|
|
8749
|
-
readonly
|
|
8750
|
-
readonly
|
|
8751
|
-
readonly label: "
|
|
8752
|
-
readonly description: "
|
|
8753
|
-
readonly category: "
|
|
8754
|
-
readonly specialCategory: null;
|
|
7926
|
+
readonly desiredParent: readonly [">OnboardProvider"];
|
|
7927
|
+
readonly label: "Onboard Dot";
|
|
7928
|
+
readonly description: "Renders onboarding progress dots.";
|
|
7929
|
+
readonly specialCategories: {
|
|
7930
|
+
readonly padding: {
|
|
7931
|
+
readonly label: "Padding";
|
|
7932
|
+
readonly description: "Uniform padding on all sides.";
|
|
7933
|
+
readonly category: "container";
|
|
8755
7934
|
readonly sort: 1;
|
|
8756
7935
|
};
|
|
8757
|
-
readonly
|
|
8758
|
-
readonly label: "
|
|
8759
|
-
readonly description: "
|
|
8760
|
-
readonly category: "
|
|
8761
|
-
readonly specialCategory: null;
|
|
7936
|
+
readonly margin: {
|
|
7937
|
+
readonly label: "Margin";
|
|
7938
|
+
readonly description: "Uniform margin on all sides.";
|
|
7939
|
+
readonly category: "container";
|
|
8762
7940
|
readonly sort: 2;
|
|
8763
|
-
readonly preferredScale: "f";
|
|
8764
7941
|
};
|
|
8765
|
-
readonly
|
|
8766
|
-
readonly label: "
|
|
8767
|
-
readonly description: "
|
|
8768
|
-
readonly category: "
|
|
8769
|
-
readonly specialCategory: null;
|
|
7942
|
+
readonly size: {
|
|
7943
|
+
readonly label: "Size";
|
|
7944
|
+
readonly description: "Fixed dimensions.";
|
|
7945
|
+
readonly category: "container";
|
|
8770
7946
|
readonly sort: 3;
|
|
8771
7947
|
};
|
|
8772
|
-
readonly
|
|
8773
|
-
readonly label: "
|
|
8774
|
-
readonly description: "
|
|
8775
|
-
readonly category: "
|
|
8776
|
-
readonly specialCategory: null;
|
|
7948
|
+
readonly offset: {
|
|
7949
|
+
readonly label: "Offset";
|
|
7950
|
+
readonly description: "Absolute positioning offsets.";
|
|
7951
|
+
readonly category: "container";
|
|
8777
7952
|
readonly sort: 4;
|
|
8778
7953
|
};
|
|
8779
|
-
readonly textAlign: {
|
|
8780
|
-
readonly label: "Text Align";
|
|
8781
|
-
readonly description: "Text alignment.";
|
|
8782
|
-
readonly category: "style";
|
|
8783
|
-
readonly specialCategory: null;
|
|
8784
|
-
readonly sort: 5;
|
|
8785
|
-
};
|
|
8786
7954
|
};
|
|
8787
7955
|
readonly attributes: {
|
|
8788
|
-
readonly adjustsFontSizeToFit: {
|
|
8789
|
-
readonly label: "Adjust Font Size To Fit";
|
|
8790
|
-
readonly description: "Automatically reduces font size to fit the available space.";
|
|
8791
|
-
readonly category: "other";
|
|
8792
|
-
readonly specialCategory: null;
|
|
8793
|
-
readonly sort: 1;
|
|
8794
|
-
};
|
|
8795
|
-
readonly showEllipsis: {
|
|
8796
|
-
readonly label: "Show Ellipsis";
|
|
8797
|
-
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
8798
|
-
readonly category: "other";
|
|
8799
|
-
readonly specialCategory: null;
|
|
8800
|
-
readonly sort: 2;
|
|
8801
|
-
};
|
|
8802
7956
|
readonly scrollable: {
|
|
8803
7957
|
readonly label: "Scrollable";
|
|
8804
7958
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -9071,118 +8225,81 @@ export declare const patterns: readonly [{
|
|
|
9071
8225
|
readonly specialCategory: null;
|
|
9072
8226
|
readonly sort: 26;
|
|
9073
8227
|
};
|
|
9074
|
-
};
|
|
9075
|
-
readonly
|
|
9076
|
-
readonly label: "
|
|
9077
|
-
readonly description: "
|
|
9078
|
-
readonly category: "
|
|
9079
|
-
readonly specialCategory: null;
|
|
9080
|
-
readonly sort: 1;
|
|
9081
|
-
};
|
|
9082
|
-
readonly linkedWordFirstLocalizationKey: {
|
|
9083
|
-
readonly label: "Linked Word First Localization Key";
|
|
9084
|
-
readonly description: "Key for the first linked word.";
|
|
9085
|
-
readonly category: "other";
|
|
9086
|
-
readonly specialCategory: null;
|
|
9087
|
-
readonly sort: 2;
|
|
9088
|
-
};
|
|
9089
|
-
readonly linkedWordFirstColor: {
|
|
9090
|
-
readonly label: "Linked Word First Color";
|
|
9091
|
-
readonly description: "Color of the first linked word.";
|
|
9092
|
-
readonly category: "other";
|
|
9093
|
-
readonly specialCategory: null;
|
|
9094
|
-
readonly sort: 3;
|
|
9095
|
-
};
|
|
9096
|
-
readonly linkedWordFirstPage: {
|
|
9097
|
-
readonly label: "Linked Word First Page";
|
|
9098
|
-
readonly description: "Page opened by the first link.";
|
|
9099
|
-
readonly category: "other";
|
|
9100
|
-
readonly specialCategory: null;
|
|
9101
|
-
readonly sort: 4;
|
|
9102
|
-
};
|
|
9103
|
-
readonly linkedWordSecondLocalizationKey: {
|
|
9104
|
-
readonly label: "Linked Word Second Localization Key";
|
|
9105
|
-
readonly description: "Key for the second linked word.";
|
|
9106
|
-
readonly category: "other";
|
|
9107
|
-
readonly specialCategory: null;
|
|
9108
|
-
readonly sort: 5;
|
|
9109
|
-
};
|
|
9110
|
-
readonly linkedWordSecondColor: {
|
|
9111
|
-
readonly label: "Linked Word Second Color";
|
|
9112
|
-
readonly description: "Color of the second linked word.";
|
|
9113
|
-
readonly category: "other";
|
|
9114
|
-
readonly specialCategory: null;
|
|
9115
|
-
readonly sort: 6;
|
|
9116
|
-
};
|
|
9117
|
-
readonly linkedWordSecondPage: {
|
|
9118
|
-
readonly label: "Linked Word Second Page";
|
|
9119
|
-
readonly description: "Page opened by the second link.";
|
|
9120
|
-
readonly category: "other";
|
|
9121
|
-
readonly specialCategory: null;
|
|
9122
|
-
readonly sort: 7;
|
|
9123
|
-
};
|
|
9124
|
-
};
|
|
9125
|
-
readonly specialCategories: {
|
|
9126
|
-
readonly padding: {
|
|
9127
|
-
readonly label: "Padding";
|
|
9128
|
-
readonly description: "Uniform padding on all sides.";
|
|
9129
|
-
readonly category: "container";
|
|
8228
|
+
};
|
|
8229
|
+
readonly dotType: {
|
|
8230
|
+
readonly label: "Dot Type";
|
|
8231
|
+
readonly description: "Dot animation style.";
|
|
8232
|
+
readonly category: "style";
|
|
8233
|
+
readonly specialCategory: null;
|
|
9130
8234
|
readonly sort: 1;
|
|
9131
8235
|
};
|
|
9132
|
-
readonly
|
|
9133
|
-
readonly label: "
|
|
9134
|
-
readonly description: "
|
|
9135
|
-
readonly category: "
|
|
8236
|
+
readonly dot_thickness: {
|
|
8237
|
+
readonly label: "Dot Thickness";
|
|
8238
|
+
readonly description: "Dot size/diameter.";
|
|
8239
|
+
readonly category: "style";
|
|
8240
|
+
readonly specialCategory: null;
|
|
9136
8241
|
readonly sort: 2;
|
|
9137
8242
|
};
|
|
9138
|
-
readonly
|
|
9139
|
-
readonly label: "
|
|
9140
|
-
readonly description: "
|
|
9141
|
-
readonly category: "
|
|
8243
|
+
readonly inactive_dot_opacity: {
|
|
8244
|
+
readonly label: "Inactive Dot Opacity";
|
|
8245
|
+
readonly description: "Opacity for inactive dots.";
|
|
8246
|
+
readonly category: "style";
|
|
8247
|
+
readonly specialCategory: null;
|
|
9142
8248
|
readonly sort: 3;
|
|
9143
8249
|
};
|
|
9144
|
-
readonly
|
|
9145
|
-
readonly label: "
|
|
9146
|
-
readonly description: "
|
|
9147
|
-
readonly category: "
|
|
8250
|
+
readonly inactive_dot_color: {
|
|
8251
|
+
readonly label: "Inactive Dot Color";
|
|
8252
|
+
readonly description: "Color of inactive dots.";
|
|
8253
|
+
readonly category: "style";
|
|
8254
|
+
readonly specialCategory: null;
|
|
9148
8255
|
readonly sort: 4;
|
|
9149
8256
|
};
|
|
8257
|
+
readonly active_dot_color: {
|
|
8258
|
+
readonly label: "Active Dot Color";
|
|
8259
|
+
readonly description: "Color of the active dot.";
|
|
8260
|
+
readonly category: "style";
|
|
8261
|
+
readonly specialCategory: null;
|
|
8262
|
+
readonly sort: 5;
|
|
8263
|
+
};
|
|
9150
8264
|
};
|
|
8265
|
+
readonly styles: {};
|
|
9151
8266
|
};
|
|
9152
8267
|
readonly defaults: {
|
|
9153
|
-
readonly translateCounter: 1;
|
|
9154
|
-
readonly numberOfLines: 1;
|
|
9155
8268
|
readonly styles: {
|
|
9156
|
-
readonly color: "THEME_COLORS.TEXT";
|
|
9157
|
-
readonly fontSize: "16@fs";
|
|
9158
|
-
readonly fontWeight: "400";
|
|
9159
8269
|
readonly flexDirection: "row";
|
|
9160
8270
|
readonly position: "relative";
|
|
9161
8271
|
readonly zIndex: 1;
|
|
9162
8272
|
readonly alignSelf: "flex-start";
|
|
9163
8273
|
readonly flexGrow: 0;
|
|
9164
8274
|
readonly flexShrink: 0;
|
|
9165
|
-
readonly minHeight: "50@vs";
|
|
9166
|
-
readonly flexWrap: "wrap";
|
|
9167
8275
|
readonly alignItems: "center";
|
|
9168
8276
|
readonly justifyContent: "center";
|
|
9169
|
-
readonly
|
|
9170
|
-
readonly paddingHorizontal: "16@s";
|
|
8277
|
+
readonly gap: "12@s";
|
|
9171
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";
|
|
9172
8284
|
};
|
|
9173
8285
|
readonly types: {};
|
|
9174
8286
|
}, {
|
|
9175
8287
|
readonly schemaVersion: 2;
|
|
9176
8288
|
readonly pattern: {
|
|
9177
|
-
readonly type: "
|
|
8289
|
+
readonly type: "OnboardFooter";
|
|
9178
8290
|
readonly title: "title";
|
|
9179
8291
|
readonly description: "description";
|
|
9180
|
-
readonly children: "
|
|
8292
|
+
readonly children: "never";
|
|
9181
8293
|
readonly attributes: {
|
|
9182
|
-
readonly
|
|
9183
|
-
readonly
|
|
8294
|
+
readonly adjustsFontSizeToFit: "boolean";
|
|
8295
|
+
readonly numberOfLines: "number";
|
|
8296
|
+
readonly translateCounter: "number";
|
|
9184
8297
|
readonly styles: {
|
|
9185
|
-
readonly
|
|
8298
|
+
readonly color: "color";
|
|
8299
|
+
readonly fontSize: "size";
|
|
8300
|
+
readonly fontFamily: "fontFamily";
|
|
8301
|
+
readonly fontWeight: "fontWeight";
|
|
8302
|
+
readonly textAlign: "string";
|
|
9186
8303
|
readonly flexDirection: readonly ["row", "column"];
|
|
9187
8304
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
9188
8305
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -9220,34 +8337,68 @@ export declare const patterns: readonly [{
|
|
|
9220
8337
|
};
|
|
9221
8338
|
readonly scrollable: "boolean";
|
|
9222
8339
|
readonly testID: "string";
|
|
9223
|
-
readonly
|
|
9224
|
-
readonly
|
|
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";
|
|
9225
8347
|
};
|
|
9226
8348
|
};
|
|
9227
8349
|
readonly meta: {
|
|
9228
|
-
readonly desiredParent: readonly [">
|
|
9229
|
-
readonly label: "Onboard
|
|
9230
|
-
readonly description: "
|
|
8350
|
+
readonly desiredParent: readonly [">OnboardItem"];
|
|
8351
|
+
readonly label: "Onboard Footer";
|
|
8352
|
+
readonly description: "Footer text with optional links.";
|
|
9231
8353
|
readonly styles: {
|
|
9232
|
-
readonly
|
|
9233
|
-
readonly label: "
|
|
9234
|
-
readonly description: "
|
|
8354
|
+
readonly color: {
|
|
8355
|
+
readonly label: "Color";
|
|
8356
|
+
readonly description: "Text color.";
|
|
8357
|
+
readonly category: "style";
|
|
8358
|
+
readonly specialCategory: null;
|
|
8359
|
+
readonly sort: 1;
|
|
8360
|
+
};
|
|
8361
|
+
readonly fontSize: {
|
|
8362
|
+
readonly label: "Font Size";
|
|
8363
|
+
readonly description: "Text size.";
|
|
8364
|
+
readonly category: "style";
|
|
8365
|
+
readonly specialCategory: null;
|
|
8366
|
+
readonly sort: 2;
|
|
8367
|
+
readonly preferredScale: "f";
|
|
8368
|
+
};
|
|
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;
|
|
8374
|
+
readonly sort: 3;
|
|
8375
|
+
};
|
|
8376
|
+
readonly fontWeight: {
|
|
8377
|
+
readonly label: "Font Weight";
|
|
8378
|
+
readonly description: "Text weight.";
|
|
9235
8379
|
readonly category: "style";
|
|
9236
8380
|
readonly specialCategory: null;
|
|
9237
8381
|
readonly sort: 4;
|
|
9238
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
|
+
};
|
|
9239
8390
|
};
|
|
9240
8391
|
readonly attributes: {
|
|
9241
|
-
readonly
|
|
9242
|
-
readonly label: "
|
|
9243
|
-
readonly description: "
|
|
8392
|
+
readonly adjustsFontSizeToFit: {
|
|
8393
|
+
readonly label: "Adjust Font Size To Fit";
|
|
8394
|
+
readonly description: "Automatically reduces font size to fit the available space.";
|
|
9244
8395
|
readonly category: "other";
|
|
9245
8396
|
readonly specialCategory: null;
|
|
9246
8397
|
readonly sort: 1;
|
|
9247
8398
|
};
|
|
9248
|
-
readonly
|
|
9249
|
-
readonly label: "
|
|
9250
|
-
readonly description: "
|
|
8399
|
+
readonly showEllipsis: {
|
|
8400
|
+
readonly label: "Show Ellipsis";
|
|
8401
|
+
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
9251
8402
|
readonly category: "other";
|
|
9252
8403
|
readonly specialCategory: null;
|
|
9253
8404
|
readonly sort: 2;
|
|
@@ -9525,20 +8676,55 @@ export declare const patterns: readonly [{
|
|
|
9525
8676
|
readonly sort: 26;
|
|
9526
8677
|
};
|
|
9527
8678
|
};
|
|
9528
|
-
readonly
|
|
9529
|
-
readonly label: "
|
|
9530
|
-
readonly description: "
|
|
8679
|
+
readonly textLocalizationKey: {
|
|
8680
|
+
readonly label: "Text Localization Key";
|
|
8681
|
+
readonly description: "Localization key for the footer text.";
|
|
9531
8682
|
readonly category: "other";
|
|
9532
8683
|
readonly specialCategory: null;
|
|
9533
8684
|
readonly sort: 1;
|
|
9534
8685
|
};
|
|
9535
|
-
readonly
|
|
9536
|
-
readonly label: "
|
|
9537
|
-
readonly description: "
|
|
8686
|
+
readonly linkedWordFirstLocalizationKey: {
|
|
8687
|
+
readonly label: "Linked Word First Localization Key";
|
|
8688
|
+
readonly description: "Key for the first linked word.";
|
|
9538
8689
|
readonly category: "other";
|
|
9539
8690
|
readonly specialCategory: null;
|
|
9540
8691
|
readonly sort: 2;
|
|
9541
8692
|
};
|
|
8693
|
+
readonly linkedWordFirstColor: {
|
|
8694
|
+
readonly label: "Linked Word First Color";
|
|
8695
|
+
readonly description: "Color of the first linked word.";
|
|
8696
|
+
readonly category: "other";
|
|
8697
|
+
readonly specialCategory: null;
|
|
8698
|
+
readonly sort: 3;
|
|
8699
|
+
};
|
|
8700
|
+
readonly linkedWordFirstPage: {
|
|
8701
|
+
readonly label: "Linked Word First Page";
|
|
8702
|
+
readonly description: "Page opened by the first link.";
|
|
8703
|
+
readonly category: "other";
|
|
8704
|
+
readonly specialCategory: null;
|
|
8705
|
+
readonly sort: 4;
|
|
8706
|
+
};
|
|
8707
|
+
readonly linkedWordSecondLocalizationKey: {
|
|
8708
|
+
readonly label: "Linked Word Second Localization Key";
|
|
8709
|
+
readonly description: "Key for the second linked word.";
|
|
8710
|
+
readonly category: "other";
|
|
8711
|
+
readonly specialCategory: null;
|
|
8712
|
+
readonly sort: 5;
|
|
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
|
+
};
|
|
9542
8728
|
};
|
|
9543
8729
|
readonly specialCategories: {
|
|
9544
8730
|
readonly padding: {
|
|
@@ -9568,28 +8754,39 @@ export declare const patterns: readonly [{
|
|
|
9568
8754
|
};
|
|
9569
8755
|
};
|
|
9570
8756
|
readonly defaults: {
|
|
9571
|
-
readonly
|
|
8757
|
+
readonly translateCounter: 1;
|
|
8758
|
+
readonly numberOfLines: 1;
|
|
9572
8759
|
readonly styles: {
|
|
9573
|
-
readonly
|
|
9574
|
-
readonly
|
|
8760
|
+
readonly color: "THEME_COLORS.TEXT";
|
|
8761
|
+
readonly fontSize: "16@fs";
|
|
8762
|
+
readonly fontWeight: "400";
|
|
8763
|
+
readonly flexDirection: "row";
|
|
9575
8764
|
readonly position: "relative";
|
|
9576
8765
|
readonly zIndex: 1;
|
|
9577
8766
|
readonly alignSelf: "flex-start";
|
|
9578
8767
|
readonly flexGrow: 0;
|
|
9579
8768
|
readonly flexShrink: 0;
|
|
8769
|
+
readonly minHeight: "50@vs";
|
|
8770
|
+
readonly flexWrap: "wrap";
|
|
8771
|
+
readonly alignItems: "center";
|
|
8772
|
+
readonly justifyContent: "center";
|
|
8773
|
+
readonly textAlign: "center";
|
|
8774
|
+
readonly paddingHorizontal: "16@s";
|
|
9580
8775
|
};
|
|
9581
8776
|
};
|
|
9582
8777
|
readonly types: {};
|
|
9583
8778
|
}, {
|
|
9584
8779
|
readonly schemaVersion: 2;
|
|
9585
8780
|
readonly pattern: {
|
|
9586
|
-
readonly type: "
|
|
8781
|
+
readonly type: "OnboardImage";
|
|
9587
8782
|
readonly title: "title";
|
|
9588
8783
|
readonly description: "description";
|
|
9589
8784
|
readonly children: "node";
|
|
9590
8785
|
readonly attributes: {
|
|
9591
|
-
readonly
|
|
8786
|
+
readonly src: "string";
|
|
8787
|
+
readonly fetchStrategy: readonly ["highIfItsAppLaunch", "normal", "lazy", "none"];
|
|
9592
8788
|
readonly styles: {
|
|
8789
|
+
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
9593
8790
|
readonly flexDirection: readonly ["row", "column"];
|
|
9594
8791
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
9595
8792
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -9625,41 +8822,40 @@ export declare const patterns: readonly [{
|
|
|
9625
8822
|
readonly right: "size";
|
|
9626
8823
|
readonly zIndex: "number";
|
|
9627
8824
|
};
|
|
8825
|
+
readonly scrollable: "boolean";
|
|
9628
8826
|
readonly testID: "string";
|
|
9629
|
-
readonly
|
|
8827
|
+
readonly video_url: "string";
|
|
8828
|
+
readonly lottie: "string";
|
|
9630
8829
|
};
|
|
9631
8830
|
};
|
|
9632
8831
|
readonly meta: {
|
|
9633
|
-
readonly desiredParent: readonly ["
|
|
9634
|
-
readonly label: "Onboard
|
|
9635
|
-
readonly description: "
|
|
9636
|
-
readonly
|
|
9637
|
-
readonly
|
|
9638
|
-
readonly label: "
|
|
9639
|
-
readonly description: "
|
|
9640
|
-
readonly category: "
|
|
9641
|
-
readonly
|
|
9642
|
-
};
|
|
9643
|
-
readonly margin: {
|
|
9644
|
-
readonly label: "Margin";
|
|
9645
|
-
readonly description: "Uniform margin on all sides.";
|
|
9646
|
-
readonly category: "container";
|
|
9647
|
-
readonly sort: 2;
|
|
9648
|
-
};
|
|
9649
|
-
readonly size: {
|
|
9650
|
-
readonly label: "Size";
|
|
9651
|
-
readonly description: "Fixed dimensions.";
|
|
9652
|
-
readonly category: "container";
|
|
9653
|
-
readonly sort: 3;
|
|
9654
|
-
};
|
|
9655
|
-
readonly offset: {
|
|
9656
|
-
readonly label: "Offset";
|
|
9657
|
-
readonly description: "Absolute positioning offsets.";
|
|
9658
|
-
readonly category: "container";
|
|
8832
|
+
readonly desiredParent: readonly [">OnboardProvider", ">OnboardItem", "!=Onboard"];
|
|
8833
|
+
readonly label: "Onboard Image";
|
|
8834
|
+
readonly description: "Onboarding hero image with media.";
|
|
8835
|
+
readonly styles: {
|
|
8836
|
+
readonly resizeMode: {
|
|
8837
|
+
readonly label: "Resize Mode";
|
|
8838
|
+
readonly description: "How the image fits the frame.";
|
|
8839
|
+
readonly category: "style";
|
|
8840
|
+
readonly specialCategory: null;
|
|
9659
8841
|
readonly sort: 4;
|
|
9660
8842
|
};
|
|
9661
8843
|
};
|
|
9662
8844
|
readonly attributes: {
|
|
8845
|
+
readonly src: {
|
|
8846
|
+
readonly label: "Src";
|
|
8847
|
+
readonly description: "Image source URL.";
|
|
8848
|
+
readonly category: "other";
|
|
8849
|
+
readonly specialCategory: null;
|
|
8850
|
+
readonly sort: 1;
|
|
8851
|
+
};
|
|
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ı";
|
|
8855
|
+
readonly category: "other";
|
|
8856
|
+
readonly specialCategory: null;
|
|
8857
|
+
readonly sort: 2;
|
|
8858
|
+
};
|
|
9663
8859
|
readonly scrollable: {
|
|
9664
8860
|
readonly label: "Scrollable";
|
|
9665
8861
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -9685,10 +8881,10 @@ export declare const patterns: readonly [{
|
|
|
9685
8881
|
};
|
|
9686
8882
|
readonly flexDirection: {
|
|
9687
8883
|
readonly label: "Flex Direction";
|
|
9688
|
-
readonly description: "
|
|
8884
|
+
readonly description: "Sets row or column layout.";
|
|
9689
8885
|
readonly category: "container";
|
|
9690
8886
|
readonly specialCategory: null;
|
|
9691
|
-
readonly sort:
|
|
8887
|
+
readonly sort: 4;
|
|
9692
8888
|
};
|
|
9693
8889
|
readonly flexWrap: {
|
|
9694
8890
|
readonly label: "Flex Wrap";
|
|
@@ -9713,10 +8909,11 @@ export declare const patterns: readonly [{
|
|
|
9713
8909
|
};
|
|
9714
8910
|
readonly gap: {
|
|
9715
8911
|
readonly label: "Gap";
|
|
9716
|
-
readonly description: "Space between
|
|
8912
|
+
readonly description: "Space between children.";
|
|
9717
8913
|
readonly category: "container";
|
|
9718
8914
|
readonly specialCategory: null;
|
|
9719
|
-
readonly sort:
|
|
8915
|
+
readonly sort: 10;
|
|
8916
|
+
readonly preferredScale: "s";
|
|
9720
8917
|
};
|
|
9721
8918
|
readonly padding: {
|
|
9722
8919
|
readonly label: "Padding";
|
|
@@ -9731,7 +8928,8 @@ export declare const patterns: readonly [{
|
|
|
9731
8928
|
readonly description: "Left and right padding.";
|
|
9732
8929
|
readonly category: "container";
|
|
9733
8930
|
readonly specialCategory: "padding";
|
|
9734
|
-
readonly sort:
|
|
8931
|
+
readonly sort: 7;
|
|
8932
|
+
readonly preferredScale: "s";
|
|
9735
8933
|
};
|
|
9736
8934
|
readonly paddingVertical: {
|
|
9737
8935
|
readonly label: "Padding Vertical";
|
|
@@ -9931,34 +9129,65 @@ export declare const patterns: readonly [{
|
|
|
9931
9129
|
readonly sort: 26;
|
|
9932
9130
|
};
|
|
9933
9131
|
};
|
|
9934
|
-
readonly
|
|
9935
|
-
readonly label: "
|
|
9936
|
-
readonly description: "
|
|
9937
|
-
readonly category: "
|
|
9132
|
+
readonly video_url: {
|
|
9133
|
+
readonly label: "Video Url";
|
|
9134
|
+
readonly description: "URL for the onboarding video.";
|
|
9135
|
+
readonly category: "other";
|
|
9938
9136
|
readonly specialCategory: null;
|
|
9939
9137
|
readonly sort: 1;
|
|
9940
9138
|
};
|
|
9139
|
+
readonly lottie: {
|
|
9140
|
+
readonly label: "Lottie";
|
|
9141
|
+
readonly description: "Path to the lottie animation.";
|
|
9142
|
+
readonly category: "other";
|
|
9143
|
+
readonly specialCategory: null;
|
|
9144
|
+
readonly sort: 2;
|
|
9145
|
+
};
|
|
9146
|
+
};
|
|
9147
|
+
readonly specialCategories: {
|
|
9148
|
+
readonly padding: {
|
|
9149
|
+
readonly label: "Padding";
|
|
9150
|
+
readonly description: "Uniform padding on all sides.";
|
|
9151
|
+
readonly category: "container";
|
|
9152
|
+
readonly sort: 1;
|
|
9153
|
+
};
|
|
9154
|
+
readonly margin: {
|
|
9155
|
+
readonly label: "Margin";
|
|
9156
|
+
readonly description: "Uniform margin on all sides.";
|
|
9157
|
+
readonly category: "container";
|
|
9158
|
+
readonly sort: 2;
|
|
9159
|
+
};
|
|
9160
|
+
readonly size: {
|
|
9161
|
+
readonly label: "Size";
|
|
9162
|
+
readonly description: "Fixed dimensions.";
|
|
9163
|
+
readonly category: "container";
|
|
9164
|
+
readonly sort: 3;
|
|
9165
|
+
};
|
|
9166
|
+
readonly offset: {
|
|
9167
|
+
readonly label: "Offset";
|
|
9168
|
+
readonly description: "Absolute positioning offsets.";
|
|
9169
|
+
readonly category: "container";
|
|
9170
|
+
readonly sort: 4;
|
|
9171
|
+
};
|
|
9941
9172
|
};
|
|
9942
|
-
readonly styles: {};
|
|
9943
9173
|
};
|
|
9944
9174
|
readonly defaults: {
|
|
9175
|
+
readonly fetchStrategy: "normal";
|
|
9945
9176
|
readonly styles: {
|
|
9177
|
+
readonly resizeMode: "contain";
|
|
9946
9178
|
readonly flexDirection: "column";
|
|
9947
9179
|
readonly position: "relative";
|
|
9948
9180
|
readonly zIndex: 1;
|
|
9949
9181
|
readonly alignSelf: "flex-start";
|
|
9950
9182
|
readonly flexGrow: 0;
|
|
9951
9183
|
readonly flexShrink: 0;
|
|
9952
|
-
readonly gap: "16@vs";
|
|
9953
|
-
readonly paddingHorizontal: "24@s";
|
|
9954
9184
|
};
|
|
9955
|
-
readonly display: "flex";
|
|
9956
9185
|
};
|
|
9957
9186
|
readonly types: {};
|
|
9958
9187
|
}, {
|
|
9959
9188
|
readonly schemaVersion: 2;
|
|
9960
9189
|
readonly pattern: {
|
|
9961
|
-
readonly type: "
|
|
9190
|
+
readonly type: "OnboardItem";
|
|
9962
9191
|
readonly title: "title";
|
|
9963
9192
|
readonly description: "description";
|
|
9964
9193
|
readonly children: "node";
|
|
@@ -10001,15 +9230,13 @@ export declare const patterns: readonly [{
|
|
|
10001
9230
|
readonly zIndex: "number";
|
|
10002
9231
|
};
|
|
10003
9232
|
readonly testID: "string";
|
|
10004
|
-
readonly
|
|
10005
|
-
readonly borderRadius: "never";
|
|
10006
|
-
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"];
|
|
9233
|
+
readonly display: readonly ["flex", "block"];
|
|
10007
9234
|
};
|
|
10008
9235
|
};
|
|
10009
9236
|
readonly meta: {
|
|
10010
|
-
readonly desiredParent: readonly ["
|
|
10011
|
-
readonly label: "Onboard
|
|
10012
|
-
readonly description: "
|
|
9237
|
+
readonly desiredParent: readonly ["=Onboard"];
|
|
9238
|
+
readonly label: "Onboard Item";
|
|
9239
|
+
readonly description: "Single onboarding screen section.";
|
|
10013
9240
|
readonly specialCategories: {
|
|
10014
9241
|
readonly padding: {
|
|
10015
9242
|
readonly label: "Padding";
|
|
@@ -10062,10 +9289,10 @@ export declare const patterns: readonly [{
|
|
|
10062
9289
|
};
|
|
10063
9290
|
readonly flexDirection: {
|
|
10064
9291
|
readonly label: "Flex Direction";
|
|
10065
|
-
readonly description: "
|
|
9292
|
+
readonly description: "Order of child stacking.";
|
|
10066
9293
|
readonly category: "container";
|
|
10067
9294
|
readonly specialCategory: null;
|
|
10068
|
-
readonly sort:
|
|
9295
|
+
readonly sort: 3;
|
|
10069
9296
|
};
|
|
10070
9297
|
readonly flexWrap: {
|
|
10071
9298
|
readonly label: "Flex Wrap";
|
|
@@ -10090,11 +9317,10 @@ export declare const patterns: readonly [{
|
|
|
10090
9317
|
};
|
|
10091
9318
|
readonly gap: {
|
|
10092
9319
|
readonly label: "Gap";
|
|
10093
|
-
readonly description: "Space between
|
|
9320
|
+
readonly description: "Space between child blocks.";
|
|
10094
9321
|
readonly category: "container";
|
|
10095
9322
|
readonly specialCategory: null;
|
|
10096
|
-
readonly sort:
|
|
10097
|
-
readonly preferredScale: "s";
|
|
9323
|
+
readonly sort: 2;
|
|
10098
9324
|
};
|
|
10099
9325
|
readonly padding: {
|
|
10100
9326
|
readonly label: "Padding";
|
|
@@ -10109,8 +9335,7 @@ export declare const patterns: readonly [{
|
|
|
10109
9335
|
readonly description: "Left and right padding.";
|
|
10110
9336
|
readonly category: "container";
|
|
10111
9337
|
readonly specialCategory: "padding";
|
|
10112
|
-
readonly sort:
|
|
10113
|
-
readonly preferredScale: "s";
|
|
9338
|
+
readonly sort: 4;
|
|
10114
9339
|
};
|
|
10115
9340
|
readonly paddingVertical: {
|
|
10116
9341
|
readonly label: "Padding Vertical";
|
|
@@ -10122,31 +9347,35 @@ export declare const patterns: readonly [{
|
|
|
10122
9347
|
};
|
|
10123
9348
|
readonly paddingTop: {
|
|
10124
9349
|
readonly label: "Padding Top";
|
|
10125
|
-
readonly description: "Top padding
|
|
9350
|
+
readonly description: "Top padding only.";
|
|
10126
9351
|
readonly category: "container";
|
|
10127
9352
|
readonly specialCategory: "padding";
|
|
10128
|
-
readonly sort:
|
|
9353
|
+
readonly sort: 9;
|
|
9354
|
+
readonly preferredScale: "vs";
|
|
10129
9355
|
};
|
|
10130
9356
|
readonly paddingBottom: {
|
|
10131
9357
|
readonly label: "Padding Bottom";
|
|
10132
|
-
readonly description: "Bottom padding
|
|
9358
|
+
readonly description: "Bottom padding only.";
|
|
10133
9359
|
readonly category: "container";
|
|
10134
9360
|
readonly specialCategory: "padding";
|
|
10135
|
-
readonly sort:
|
|
9361
|
+
readonly sort: 10;
|
|
9362
|
+
readonly preferredScale: "vs";
|
|
10136
9363
|
};
|
|
10137
9364
|
readonly paddingLeft: {
|
|
10138
9365
|
readonly label: "Padding Left";
|
|
10139
|
-
readonly description: "Left padding
|
|
9366
|
+
readonly description: "Left padding only.";
|
|
10140
9367
|
readonly category: "container";
|
|
10141
9368
|
readonly specialCategory: "padding";
|
|
10142
|
-
readonly sort:
|
|
9369
|
+
readonly sort: 11;
|
|
9370
|
+
readonly preferredScale: "s";
|
|
10143
9371
|
};
|
|
10144
9372
|
readonly paddingRight: {
|
|
10145
9373
|
readonly label: "Padding Right";
|
|
10146
|
-
readonly description: "Right padding
|
|
9374
|
+
readonly description: "Right padding only.";
|
|
10147
9375
|
readonly category: "container";
|
|
10148
9376
|
readonly specialCategory: "padding";
|
|
10149
|
-
readonly sort:
|
|
9377
|
+
readonly sort: 12;
|
|
9378
|
+
readonly preferredScale: "s";
|
|
10150
9379
|
};
|
|
10151
9380
|
readonly margin: {
|
|
10152
9381
|
readonly label: "Margin";
|
|
@@ -10306,19 +9535,12 @@ export declare const patterns: readonly [{
|
|
|
10306
9535
|
readonly sort: 26;
|
|
10307
9536
|
};
|
|
10308
9537
|
};
|
|
10309
|
-
readonly
|
|
10310
|
-
readonly label: "
|
|
10311
|
-
readonly description: "Controls
|
|
10312
|
-
readonly category: "
|
|
10313
|
-
readonly specialCategory: null;
|
|
10314
|
-
readonly sort: -10;
|
|
10315
|
-
};
|
|
10316
|
-
readonly animation: {
|
|
10317
|
-
readonly label: "Page transition animation";
|
|
10318
|
-
readonly description: "When this component is a GlobalProvider page: animation used when navigating to this screen.";
|
|
10319
|
-
readonly category: "other";
|
|
9538
|
+
readonly display: {
|
|
9539
|
+
readonly label: "Display";
|
|
9540
|
+
readonly description: "Controls layout display mode.";
|
|
9541
|
+
readonly category: "container";
|
|
10320
9542
|
readonly specialCategory: null;
|
|
10321
|
-
readonly sort:
|
|
9543
|
+
readonly sort: 1;
|
|
10322
9544
|
};
|
|
10323
9545
|
};
|
|
10324
9546
|
readonly styles: {};
|
|
@@ -10331,28 +9553,22 @@ export declare const patterns: readonly [{
|
|
|
10331
9553
|
readonly alignSelf: "flex-start";
|
|
10332
9554
|
readonly flexGrow: 0;
|
|
10333
9555
|
readonly flexShrink: 0;
|
|
10334
|
-
readonly
|
|
10335
|
-
readonly
|
|
9556
|
+
readonly gap: "16@vs";
|
|
9557
|
+
readonly paddingHorizontal: "24@s";
|
|
10336
9558
|
};
|
|
9559
|
+
readonly display: "flex";
|
|
10337
9560
|
};
|
|
10338
9561
|
readonly types: {};
|
|
10339
9562
|
}, {
|
|
10340
9563
|
readonly schemaVersion: 2;
|
|
10341
9564
|
readonly pattern: {
|
|
10342
|
-
readonly type: "
|
|
9565
|
+
readonly type: "OnboardProvider";
|
|
10343
9566
|
readonly title: "title";
|
|
10344
9567
|
readonly description: "description";
|
|
10345
|
-
readonly children: "
|
|
9568
|
+
readonly children: "node";
|
|
10346
9569
|
readonly attributes: {
|
|
10347
|
-
readonly
|
|
10348
|
-
readonly numberOfLines: "number";
|
|
10349
|
-
readonly translateCounter: "number";
|
|
9570
|
+
readonly scrollable: "boolean";
|
|
10350
9571
|
readonly styles: {
|
|
10351
|
-
readonly color: "color";
|
|
10352
|
-
readonly fontSize: "size";
|
|
10353
|
-
readonly fontFamily: "fontFamily";
|
|
10354
|
-
readonly fontWeight: "fontWeight";
|
|
10355
|
-
readonly textAlign: "string";
|
|
10356
9572
|
readonly flexDirection: readonly ["row", "column"];
|
|
10357
9573
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
10358
9574
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -10388,67 +9604,42 @@ export declare const patterns: readonly [{
|
|
|
10388
9604
|
readonly right: "size";
|
|
10389
9605
|
readonly zIndex: "number";
|
|
10390
9606
|
};
|
|
10391
|
-
readonly scrollable: "boolean";
|
|
10392
9607
|
readonly testID: "string";
|
|
9608
|
+
readonly theme: readonly ["light", "dark", "all"];
|
|
9609
|
+
readonly borderRadius: "never";
|
|
10393
9610
|
};
|
|
10394
9611
|
};
|
|
10395
9612
|
readonly meta: {
|
|
10396
|
-
readonly desiredParent: readonly ["
|
|
10397
|
-
readonly label: "Onboard
|
|
10398
|
-
readonly description: "
|
|
10399
|
-
readonly
|
|
10400
|
-
readonly
|
|
10401
|
-
readonly label: "
|
|
10402
|
-
readonly description: "
|
|
10403
|
-
readonly category: "
|
|
10404
|
-
readonly specialCategory: null;
|
|
9613
|
+
readonly desiredParent: readonly ["root"];
|
|
9614
|
+
readonly label: "Onboard Provider";
|
|
9615
|
+
readonly description: "Provides shared settings for onboard.";
|
|
9616
|
+
readonly specialCategories: {
|
|
9617
|
+
readonly padding: {
|
|
9618
|
+
readonly label: "Padding";
|
|
9619
|
+
readonly description: "Uniform padding on all sides.";
|
|
9620
|
+
readonly category: "container";
|
|
10405
9621
|
readonly sort: 1;
|
|
10406
9622
|
};
|
|
10407
|
-
readonly
|
|
10408
|
-
readonly label: "
|
|
10409
|
-
readonly description: "
|
|
10410
|
-
readonly category: "
|
|
10411
|
-
readonly specialCategory: null;
|
|
9623
|
+
readonly margin: {
|
|
9624
|
+
readonly label: "Margin";
|
|
9625
|
+
readonly description: "Uniform margin on all sides.";
|
|
9626
|
+
readonly category: "container";
|
|
10412
9627
|
readonly sort: 2;
|
|
10413
|
-
readonly preferredScale: "f";
|
|
10414
9628
|
};
|
|
10415
|
-
readonly
|
|
10416
|
-
readonly label: "
|
|
10417
|
-
readonly description: "
|
|
10418
|
-
readonly category: "
|
|
10419
|
-
readonly specialCategory: null;
|
|
9629
|
+
readonly size: {
|
|
9630
|
+
readonly label: "Size";
|
|
9631
|
+
readonly description: "Fixed dimensions.";
|
|
9632
|
+
readonly category: "container";
|
|
10420
9633
|
readonly sort: 3;
|
|
10421
9634
|
};
|
|
10422
|
-
readonly
|
|
10423
|
-
readonly label: "
|
|
10424
|
-
readonly description: "
|
|
10425
|
-
readonly category: "
|
|
10426
|
-
readonly specialCategory: null;
|
|
9635
|
+
readonly offset: {
|
|
9636
|
+
readonly label: "Offset";
|
|
9637
|
+
readonly description: "Absolute positioning offsets.";
|
|
9638
|
+
readonly category: "container";
|
|
10427
9639
|
readonly sort: 4;
|
|
10428
9640
|
};
|
|
10429
|
-
readonly textAlign: {
|
|
10430
|
-
readonly label: "Text Align";
|
|
10431
|
-
readonly description: "Text alignment.";
|
|
10432
|
-
readonly category: "style";
|
|
10433
|
-
readonly specialCategory: null;
|
|
10434
|
-
readonly sort: 5;
|
|
10435
|
-
};
|
|
10436
9641
|
};
|
|
10437
9642
|
readonly attributes: {
|
|
10438
|
-
readonly adjustsFontSizeToFit: {
|
|
10439
|
-
readonly label: "Adjust Font Size To Fit";
|
|
10440
|
-
readonly description: "Automatically reduces font size to fit the available space.";
|
|
10441
|
-
readonly category: "other";
|
|
10442
|
-
readonly specialCategory: null;
|
|
10443
|
-
readonly sort: 1;
|
|
10444
|
-
};
|
|
10445
|
-
readonly showEllipsis: {
|
|
10446
|
-
readonly label: "Show Ellipsis";
|
|
10447
|
-
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
10448
|
-
readonly category: "other";
|
|
10449
|
-
readonly specialCategory: null;
|
|
10450
|
-
readonly sort: 2;
|
|
10451
|
-
};
|
|
10452
9643
|
readonly scrollable: {
|
|
10453
9644
|
readonly label: "Scrollable";
|
|
10454
9645
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -10534,35 +9725,31 @@ export declare const patterns: readonly [{
|
|
|
10534
9725
|
};
|
|
10535
9726
|
readonly paddingTop: {
|
|
10536
9727
|
readonly label: "Padding Top";
|
|
10537
|
-
readonly description: "Top padding
|
|
9728
|
+
readonly description: "Top padding for the provider.";
|
|
10538
9729
|
readonly category: "container";
|
|
10539
9730
|
readonly specialCategory: "padding";
|
|
10540
|
-
readonly sort:
|
|
10541
|
-
readonly preferredScale: "vs";
|
|
9731
|
+
readonly sort: 1;
|
|
10542
9732
|
};
|
|
10543
9733
|
readonly paddingBottom: {
|
|
10544
9734
|
readonly label: "Padding Bottom";
|
|
10545
|
-
readonly description: "Bottom padding
|
|
9735
|
+
readonly description: "Bottom padding for the provider.";
|
|
10546
9736
|
readonly category: "container";
|
|
10547
9737
|
readonly specialCategory: "padding";
|
|
10548
|
-
readonly sort:
|
|
10549
|
-
readonly preferredScale: "vs";
|
|
9738
|
+
readonly sort: 3;
|
|
10550
9739
|
};
|
|
10551
9740
|
readonly paddingLeft: {
|
|
10552
9741
|
readonly label: "Padding Left";
|
|
10553
|
-
readonly description: "Left padding
|
|
9742
|
+
readonly description: "Left padding for the provider.";
|
|
10554
9743
|
readonly category: "container";
|
|
10555
9744
|
readonly specialCategory: "padding";
|
|
10556
|
-
readonly sort:
|
|
10557
|
-
readonly preferredScale: "s";
|
|
9745
|
+
readonly sort: 4;
|
|
10558
9746
|
};
|
|
10559
9747
|
readonly paddingRight: {
|
|
10560
9748
|
readonly label: "Padding Right";
|
|
10561
|
-
readonly description: "Right padding
|
|
9749
|
+
readonly description: "Right padding for the provider.";
|
|
10562
9750
|
readonly category: "container";
|
|
10563
9751
|
readonly specialCategory: "padding";
|
|
10564
|
-
readonly sort:
|
|
10565
|
-
readonly preferredScale: "s";
|
|
9752
|
+
readonly sort: 2;
|
|
10566
9753
|
};
|
|
10567
9754
|
readonly margin: {
|
|
10568
9755
|
readonly label: "Margin";
|
|
@@ -10707,69 +9894,48 @@ export declare const patterns: readonly [{
|
|
|
10707
9894
|
readonly preferredScale: "s";
|
|
10708
9895
|
};
|
|
10709
9896
|
readonly right: {
|
|
10710
|
-
readonly label: "Right";
|
|
10711
|
-
readonly description: "Offset from the right edge.";
|
|
10712
|
-
readonly category: "container";
|
|
10713
|
-
readonly specialCategory: "offset";
|
|
10714
|
-
readonly sort: 25;
|
|
10715
|
-
readonly preferredScale: "s";
|
|
10716
|
-
};
|
|
10717
|
-
readonly zIndex: {
|
|
10718
|
-
readonly label: "Z-Index";
|
|
10719
|
-
readonly description: "Controls stacking order.";
|
|
10720
|
-
readonly category: "container";
|
|
10721
|
-
readonly specialCategory: null;
|
|
10722
|
-
readonly sort: 26;
|
|
10723
|
-
};
|
|
10724
|
-
};
|
|
10725
|
-
};
|
|
10726
|
-
readonly specialCategories: {
|
|
10727
|
-
readonly padding: {
|
|
10728
|
-
readonly label: "Padding";
|
|
10729
|
-
readonly description: "Uniform padding on all sides.";
|
|
10730
|
-
readonly category: "container";
|
|
10731
|
-
readonly sort: 1;
|
|
10732
|
-
};
|
|
10733
|
-
readonly margin: {
|
|
10734
|
-
readonly label: "Margin";
|
|
10735
|
-
readonly description: "Uniform margin on all sides.";
|
|
10736
|
-
readonly category: "container";
|
|
10737
|
-
readonly sort: 2;
|
|
10738
|
-
};
|
|
10739
|
-
readonly size: {
|
|
10740
|
-
readonly label: "Size";
|
|
10741
|
-
readonly description: "Fixed dimensions.";
|
|
10742
|
-
readonly category: "container";
|
|
10743
|
-
readonly sort: 3;
|
|
9897
|
+
readonly label: "Right";
|
|
9898
|
+
readonly description: "Offset from the right edge.";
|
|
9899
|
+
readonly category: "container";
|
|
9900
|
+
readonly specialCategory: "offset";
|
|
9901
|
+
readonly sort: 25;
|
|
9902
|
+
readonly preferredScale: "s";
|
|
9903
|
+
};
|
|
9904
|
+
readonly zIndex: {
|
|
9905
|
+
readonly label: "Z-Index";
|
|
9906
|
+
readonly description: "Controls stacking order.";
|
|
9907
|
+
readonly category: "container";
|
|
9908
|
+
readonly specialCategory: null;
|
|
9909
|
+
readonly sort: 26;
|
|
9910
|
+
};
|
|
10744
9911
|
};
|
|
10745
|
-
readonly
|
|
10746
|
-
readonly label: "
|
|
10747
|
-
readonly description: "
|
|
10748
|
-
readonly category: "
|
|
10749
|
-
readonly
|
|
9912
|
+
readonly theme: {
|
|
9913
|
+
readonly label: "Theme";
|
|
9914
|
+
readonly description: "Controls which app theme(s) this onboarding is intended for.";
|
|
9915
|
+
readonly category: "other";
|
|
9916
|
+
readonly specialCategory: null;
|
|
9917
|
+
readonly sort: -10;
|
|
10750
9918
|
};
|
|
10751
9919
|
};
|
|
9920
|
+
readonly styles: {};
|
|
10752
9921
|
};
|
|
10753
9922
|
readonly defaults: {
|
|
10754
|
-
readonly translateCounter: 1;
|
|
10755
|
-
readonly numberOfLines: 1;
|
|
10756
9923
|
readonly styles: {
|
|
10757
|
-
readonly color: "THEME_COLORS.TEXT";
|
|
10758
|
-
readonly fontSize: "14@fs";
|
|
10759
|
-
readonly fontWeight: "600";
|
|
10760
9924
|
readonly flexDirection: "column";
|
|
10761
9925
|
readonly position: "relative";
|
|
10762
9926
|
readonly zIndex: 1;
|
|
10763
9927
|
readonly alignSelf: "flex-start";
|
|
10764
9928
|
readonly flexGrow: 0;
|
|
10765
9929
|
readonly flexShrink: 0;
|
|
9930
|
+
readonly width: "100%";
|
|
9931
|
+
readonly height: "100%";
|
|
10766
9932
|
};
|
|
10767
9933
|
};
|
|
10768
9934
|
readonly types: {};
|
|
10769
9935
|
}, {
|
|
10770
9936
|
readonly schemaVersion: 2;
|
|
10771
9937
|
readonly pattern: {
|
|
10772
|
-
readonly type: "
|
|
9938
|
+
readonly type: "OnboardSubtitle";
|
|
10773
9939
|
readonly title: "title";
|
|
10774
9940
|
readonly description: "description";
|
|
10775
9941
|
readonly children: "string";
|
|
@@ -10823,9 +9989,9 @@ export declare const patterns: readonly [{
|
|
|
10823
9989
|
};
|
|
10824
9990
|
};
|
|
10825
9991
|
readonly meta: {
|
|
10826
|
-
readonly desiredParent: readonly [">
|
|
10827
|
-
readonly label: "Onboard
|
|
10828
|
-
readonly description: "
|
|
9992
|
+
readonly desiredParent: readonly [">OnboardProvider", ">OnboardItem"];
|
|
9993
|
+
readonly label: "Onboard Subtitle";
|
|
9994
|
+
readonly description: "Subtitle text for an onboarding step.";
|
|
10829
9995
|
readonly styles: {
|
|
10830
9996
|
readonly color: {
|
|
10831
9997
|
readonly label: "Color";
|
|
@@ -11185,30 +10351,34 @@ export declare const patterns: readonly [{
|
|
|
11185
10351
|
readonly numberOfLines: 1;
|
|
11186
10352
|
readonly styles: {
|
|
11187
10353
|
readonly color: "THEME_COLORS.TEXT";
|
|
11188
|
-
readonly fontSize: "
|
|
11189
|
-
readonly fontWeight: "
|
|
10354
|
+
readonly fontSize: "14@fs";
|
|
10355
|
+
readonly fontWeight: "600";
|
|
11190
10356
|
readonly flexDirection: "column";
|
|
11191
10357
|
readonly position: "relative";
|
|
11192
10358
|
readonly zIndex: 1;
|
|
11193
10359
|
readonly alignSelf: "flex-start";
|
|
11194
10360
|
readonly flexGrow: 0;
|
|
11195
10361
|
readonly flexShrink: 0;
|
|
11196
|
-
readonly textAlign: "center";
|
|
11197
10362
|
};
|
|
11198
10363
|
};
|
|
11199
10364
|
readonly types: {};
|
|
11200
10365
|
}, {
|
|
11201
10366
|
readonly schemaVersion: 2;
|
|
11202
10367
|
readonly pattern: {
|
|
11203
|
-
readonly type: "
|
|
10368
|
+
readonly type: "OnboardTitle";
|
|
11204
10369
|
readonly title: "title";
|
|
11205
10370
|
readonly description: "description";
|
|
11206
|
-
readonly children: "
|
|
10371
|
+
readonly children: "string";
|
|
11207
10372
|
readonly attributes: {
|
|
11208
|
-
readonly
|
|
11209
|
-
readonly
|
|
11210
|
-
readonly
|
|
10373
|
+
readonly adjustsFontSizeToFit: "boolean";
|
|
10374
|
+
readonly numberOfLines: "number";
|
|
10375
|
+
readonly translateCounter: "number";
|
|
11211
10376
|
readonly styles: {
|
|
10377
|
+
readonly color: "color";
|
|
10378
|
+
readonly fontSize: "size";
|
|
10379
|
+
readonly fontFamily: "fontFamily";
|
|
10380
|
+
readonly fontWeight: "fontWeight";
|
|
10381
|
+
readonly textAlign: "string";
|
|
11212
10382
|
readonly flexDirection: readonly ["row", "column"];
|
|
11213
10383
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
11214
10384
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -11244,28 +10414,66 @@ export declare const patterns: readonly [{
|
|
|
11244
10414
|
readonly right: "size";
|
|
11245
10415
|
readonly zIndex: "number";
|
|
11246
10416
|
};
|
|
10417
|
+
readonly scrollable: "boolean";
|
|
11247
10418
|
readonly testID: "string";
|
|
11248
10419
|
};
|
|
11249
10420
|
};
|
|
11250
10421
|
readonly meta: {
|
|
11251
|
-
readonly desiredParent: readonly [">
|
|
11252
|
-
readonly label: "
|
|
11253
|
-
readonly description: "
|
|
11254
|
-
readonly styles: {
|
|
10422
|
+
readonly desiredParent: readonly [">OnboardItem", ">OnboardProvider"];
|
|
10423
|
+
readonly label: "Onboard Title";
|
|
10424
|
+
readonly description: "Title text for an onboarding step.";
|
|
10425
|
+
readonly styles: {
|
|
10426
|
+
readonly color: {
|
|
10427
|
+
readonly label: "Color";
|
|
10428
|
+
readonly description: "Text color.";
|
|
10429
|
+
readonly category: "style";
|
|
10430
|
+
readonly specialCategory: null;
|
|
10431
|
+
readonly sort: 1;
|
|
10432
|
+
};
|
|
10433
|
+
readonly fontSize: {
|
|
10434
|
+
readonly label: "Font Size";
|
|
10435
|
+
readonly description: "Text size.";
|
|
10436
|
+
readonly category: "style";
|
|
10437
|
+
readonly specialCategory: null;
|
|
10438
|
+
readonly sort: 2;
|
|
10439
|
+
readonly preferredScale: "f";
|
|
10440
|
+
};
|
|
10441
|
+
readonly fontFamily: {
|
|
10442
|
+
readonly label: "Font Family";
|
|
10443
|
+
readonly description: "Font family used for the text.";
|
|
10444
|
+
readonly category: "style";
|
|
10445
|
+
readonly specialCategory: null;
|
|
10446
|
+
readonly sort: 3;
|
|
10447
|
+
};
|
|
10448
|
+
readonly fontWeight: {
|
|
10449
|
+
readonly label: "Font Weight";
|
|
10450
|
+
readonly description: "Text weight.";
|
|
10451
|
+
readonly category: "style";
|
|
10452
|
+
readonly specialCategory: null;
|
|
10453
|
+
readonly sort: 4;
|
|
10454
|
+
};
|
|
10455
|
+
readonly textAlign: {
|
|
10456
|
+
readonly label: "Text Align";
|
|
10457
|
+
readonly description: "Text alignment.";
|
|
10458
|
+
readonly category: "style";
|
|
10459
|
+
readonly specialCategory: null;
|
|
10460
|
+
readonly sort: 5;
|
|
10461
|
+
};
|
|
10462
|
+
};
|
|
11255
10463
|
readonly attributes: {
|
|
11256
|
-
readonly
|
|
11257
|
-
readonly label: "
|
|
11258
|
-
readonly description: "
|
|
10464
|
+
readonly adjustsFontSizeToFit: {
|
|
10465
|
+
readonly label: "Adjust Font Size To Fit";
|
|
10466
|
+
readonly description: "Automatically reduces font size to fit the available space.";
|
|
11259
10467
|
readonly category: "other";
|
|
11260
10468
|
readonly specialCategory: null;
|
|
11261
10469
|
readonly sort: 1;
|
|
11262
10470
|
};
|
|
11263
|
-
readonly
|
|
11264
|
-
readonly label: "
|
|
11265
|
-
readonly description: "
|
|
10471
|
+
readonly showEllipsis: {
|
|
10472
|
+
readonly label: "Show Ellipsis";
|
|
10473
|
+
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
11266
10474
|
readonly category: "other";
|
|
11267
10475
|
readonly specialCategory: null;
|
|
11268
|
-
readonly sort:
|
|
10476
|
+
readonly sort: 2;
|
|
11269
10477
|
};
|
|
11270
10478
|
readonly scrollable: {
|
|
11271
10479
|
readonly label: "Scrollable";
|
|
@@ -11569,43 +10777,34 @@ export declare const patterns: readonly [{
|
|
|
11569
10777
|
};
|
|
11570
10778
|
};
|
|
11571
10779
|
readonly defaults: {
|
|
11572
|
-
readonly
|
|
10780
|
+
readonly translateCounter: 1;
|
|
10781
|
+
readonly numberOfLines: 1;
|
|
11573
10782
|
readonly styles: {
|
|
11574
|
-
readonly
|
|
11575
|
-
readonly
|
|
11576
|
-
readonly
|
|
11577
|
-
readonly top: 0;
|
|
11578
|
-
readonly left: 0;
|
|
11579
|
-
readonly right: 0;
|
|
11580
|
-
readonly bottom: 0;
|
|
11581
|
-
readonly zIndex: 1;
|
|
10783
|
+
readonly color: "THEME_COLORS.TEXT";
|
|
10784
|
+
readonly fontSize: "24@fs";
|
|
10785
|
+
readonly fontWeight: "700";
|
|
11582
10786
|
readonly flexDirection: "column";
|
|
10787
|
+
readonly position: "relative";
|
|
10788
|
+
readonly zIndex: 1;
|
|
11583
10789
|
readonly alignSelf: "flex-start";
|
|
11584
10790
|
readonly flexGrow: 0;
|
|
11585
10791
|
readonly flexShrink: 0;
|
|
10792
|
+
readonly textAlign: "center";
|
|
11586
10793
|
};
|
|
11587
10794
|
};
|
|
11588
10795
|
readonly types: {};
|
|
11589
10796
|
}, {
|
|
11590
10797
|
readonly schemaVersion: 2;
|
|
11591
10798
|
readonly pattern: {
|
|
11592
|
-
readonly type: "
|
|
10799
|
+
readonly type: "PaywallBackground";
|
|
11593
10800
|
readonly title: "title";
|
|
11594
10801
|
readonly description: "description";
|
|
11595
10802
|
readonly children: "never";
|
|
11596
10803
|
readonly attributes: {
|
|
11597
|
-
readonly
|
|
11598
|
-
readonly
|
|
11599
|
-
readonly
|
|
11600
|
-
readonly adjustsFontSizeToFit: "boolean";
|
|
11601
|
-
readonly numberOfLines: "number";
|
|
11602
|
-
readonly translateCounter: "number";
|
|
10804
|
+
readonly src: "string";
|
|
10805
|
+
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
10806
|
+
readonly scrollable: "boolean";
|
|
11603
10807
|
readonly styles: {
|
|
11604
|
-
readonly color: "color";
|
|
11605
|
-
readonly fontSize: "size";
|
|
11606
|
-
readonly fontFamily: "fontFamily";
|
|
11607
|
-
readonly fontWeight: "fontWeight";
|
|
11608
|
-
readonly textAlign: "string";
|
|
11609
10808
|
readonly flexDirection: readonly ["row", "column"];
|
|
11610
10809
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
11611
10810
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -11641,87 +10840,28 @@ export declare const patterns: readonly [{
|
|
|
11641
10840
|
readonly right: "size";
|
|
11642
10841
|
readonly zIndex: "number";
|
|
11643
10842
|
};
|
|
11644
|
-
readonly scrollable: "boolean";
|
|
11645
10843
|
readonly testID: "string";
|
|
11646
10844
|
};
|
|
11647
10845
|
};
|
|
11648
10846
|
readonly meta: {
|
|
11649
10847
|
readonly desiredParent: readonly [">PaywallProvider"];
|
|
11650
|
-
readonly label: "Paywall
|
|
11651
|
-
readonly description: "Paywall
|
|
11652
|
-
readonly styles: {
|
|
11653
|
-
readonly color: {
|
|
11654
|
-
readonly label: "Color";
|
|
11655
|
-
readonly description: "Text color.";
|
|
11656
|
-
readonly category: "style";
|
|
11657
|
-
readonly specialCategory: null;
|
|
11658
|
-
readonly sort: 1;
|
|
11659
|
-
};
|
|
11660
|
-
readonly fontSize: {
|
|
11661
|
-
readonly label: "Font Size";
|
|
11662
|
-
readonly description: "Text size.";
|
|
11663
|
-
readonly category: "style";
|
|
11664
|
-
readonly specialCategory: null;
|
|
11665
|
-
readonly sort: 2;
|
|
11666
|
-
readonly preferredScale: "f";
|
|
11667
|
-
};
|
|
11668
|
-
readonly fontFamily: {
|
|
11669
|
-
readonly label: "Font Family";
|
|
11670
|
-
readonly description: "Font family used for the text.";
|
|
11671
|
-
readonly category: "style";
|
|
11672
|
-
readonly specialCategory: null;
|
|
11673
|
-
readonly sort: 3;
|
|
11674
|
-
};
|
|
11675
|
-
readonly fontWeight: {
|
|
11676
|
-
readonly label: "Font Weight";
|
|
11677
|
-
readonly description: "Text weight.";
|
|
11678
|
-
readonly category: "style";
|
|
11679
|
-
readonly specialCategory: null;
|
|
11680
|
-
readonly sort: 4;
|
|
11681
|
-
};
|
|
11682
|
-
readonly textAlign: {
|
|
11683
|
-
readonly label: "Text Align";
|
|
11684
|
-
readonly description: "Text alignment.";
|
|
11685
|
-
readonly category: "style";
|
|
11686
|
-
readonly specialCategory: null;
|
|
11687
|
-
readonly sort: 5;
|
|
11688
|
-
};
|
|
11689
|
-
};
|
|
10848
|
+
readonly label: "Paywall Background";
|
|
10849
|
+
readonly description: "Paywall Background component.";
|
|
10850
|
+
readonly styles: {};
|
|
11690
10851
|
readonly attributes: {
|
|
11691
|
-
readonly
|
|
11692
|
-
readonly label: "
|
|
11693
|
-
readonly description: "
|
|
11694
|
-
readonly category: "other";
|
|
11695
|
-
readonly specialCategory: null;
|
|
11696
|
-
readonly sort: 1;
|
|
11697
|
-
};
|
|
11698
|
-
readonly size: {
|
|
11699
|
-
readonly label: "Size";
|
|
11700
|
-
readonly description: "Icon size (px).";
|
|
11701
|
-
readonly category: "other";
|
|
11702
|
-
readonly specialCategory: null;
|
|
11703
|
-
readonly sort: 2;
|
|
11704
|
-
};
|
|
11705
|
-
readonly strokeWidth: {
|
|
11706
|
-
readonly label: "Stroke Width";
|
|
11707
|
-
readonly description: "SVG stroke width override (applied to the icon paths).";
|
|
11708
|
-
readonly category: "other";
|
|
11709
|
-
readonly specialCategory: null;
|
|
11710
|
-
readonly sort: 3;
|
|
11711
|
-
};
|
|
11712
|
-
readonly adjustsFontSizeToFit: {
|
|
11713
|
-
readonly label: "Adjust Font Size To Fit";
|
|
11714
|
-
readonly description: "Automatically reduces font size to fit the available space.";
|
|
10852
|
+
readonly src: {
|
|
10853
|
+
readonly label: "Src";
|
|
10854
|
+
readonly description: "Image source URL.";
|
|
11715
10855
|
readonly category: "other";
|
|
11716
10856
|
readonly specialCategory: null;
|
|
11717
10857
|
readonly sort: 1;
|
|
11718
10858
|
};
|
|
11719
|
-
readonly
|
|
11720
|
-
readonly label: "
|
|
11721
|
-
readonly description: "
|
|
10859
|
+
readonly resizeMode: {
|
|
10860
|
+
readonly label: "Resize Mode";
|
|
10861
|
+
readonly description: "How the image fits its container.";
|
|
11722
10862
|
readonly category: "other";
|
|
11723
10863
|
readonly specialCategory: null;
|
|
11724
|
-
readonly sort:
|
|
10864
|
+
readonly sort: 4;
|
|
11725
10865
|
};
|
|
11726
10866
|
readonly scrollable: {
|
|
11727
10867
|
readonly label: "Scrollable";
|
|
@@ -12025,37 +11165,34 @@ export declare const patterns: readonly [{
|
|
|
12025
11165
|
};
|
|
12026
11166
|
};
|
|
12027
11167
|
readonly defaults: {
|
|
12028
|
-
readonly
|
|
12029
|
-
readonly strokeWidth: 1.5;
|
|
11168
|
+
readonly resizeMode: "cover";
|
|
12030
11169
|
readonly styles: {
|
|
12031
|
-
readonly
|
|
12032
|
-
readonly
|
|
12033
|
-
readonly fontWeight: "400";
|
|
12034
|
-
readonly flexDirection: "row";
|
|
11170
|
+
readonly width: "100%";
|
|
11171
|
+
readonly height: "100%";
|
|
12035
11172
|
readonly position: "absolute";
|
|
11173
|
+
readonly top: 0;
|
|
11174
|
+
readonly left: 0;
|
|
11175
|
+
readonly right: 0;
|
|
11176
|
+
readonly bottom: 0;
|
|
12036
11177
|
readonly zIndex: 1;
|
|
11178
|
+
readonly flexDirection: "column";
|
|
12037
11179
|
readonly alignSelf: "flex-start";
|
|
12038
11180
|
readonly flexGrow: 0;
|
|
12039
11181
|
readonly flexShrink: 0;
|
|
12040
|
-
|
|
12041
|
-
readonly left: "24@s";
|
|
12042
|
-
readonly justifyContent: "center";
|
|
12043
|
-
readonly alignItems: "center";
|
|
12044
|
-
};
|
|
12045
|
-
readonly translateCounter: 1;
|
|
12046
|
-
readonly numberOfLines: 1;
|
|
12047
|
-
readonly testID: "paywall-close-button";
|
|
12048
|
-
readonly size: 24;
|
|
11182
|
+
};
|
|
12049
11183
|
};
|
|
12050
11184
|
readonly types: {};
|
|
12051
11185
|
}, {
|
|
12052
11186
|
readonly schemaVersion: 2;
|
|
12053
11187
|
readonly pattern: {
|
|
12054
|
-
readonly type: "
|
|
11188
|
+
readonly type: "PaywallCloseButton";
|
|
12055
11189
|
readonly title: "title";
|
|
12056
11190
|
readonly description: "description";
|
|
12057
11191
|
readonly children: "never";
|
|
12058
11192
|
readonly attributes: {
|
|
11193
|
+
readonly iconType: "iconType";
|
|
11194
|
+
readonly size: "number";
|
|
11195
|
+
readonly strokeWidth: "number";
|
|
12059
11196
|
readonly adjustsFontSizeToFit: "boolean";
|
|
12060
11197
|
readonly numberOfLines: "number";
|
|
12061
11198
|
readonly translateCounter: "number";
|
|
@@ -12102,19 +11239,12 @@ export declare const patterns: readonly [{
|
|
|
12102
11239
|
};
|
|
12103
11240
|
readonly scrollable: "boolean";
|
|
12104
11241
|
readonly testID: "string";
|
|
12105
|
-
readonly textLocalizationKey: "string";
|
|
12106
|
-
readonly linkedWordFirstLocalizationKey: "string";
|
|
12107
|
-
readonly linkedWordFirstColor: "color";
|
|
12108
|
-
readonly linkedWordFirstPage: "string";
|
|
12109
|
-
readonly linkedWordSecondLocalizationKey: "string";
|
|
12110
|
-
readonly linkedWordSecondColor: "color";
|
|
12111
|
-
readonly linkedWordSecondPage: "string";
|
|
12112
11242
|
};
|
|
12113
11243
|
};
|
|
12114
11244
|
readonly meta: {
|
|
12115
11245
|
readonly desiredParent: readonly [">PaywallProvider"];
|
|
12116
|
-
readonly label: "Paywall
|
|
12117
|
-
readonly description: "
|
|
11246
|
+
readonly label: "Paywall Close Button";
|
|
11247
|
+
readonly description: "Paywall Close Button component.";
|
|
12118
11248
|
readonly styles: {
|
|
12119
11249
|
readonly color: {
|
|
12120
11250
|
readonly label: "Color";
|
|
@@ -12154,6 +11284,27 @@ export declare const patterns: readonly [{
|
|
|
12154
11284
|
};
|
|
12155
11285
|
};
|
|
12156
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
|
+
};
|
|
12157
11308
|
readonly adjustsFontSizeToFit: {
|
|
12158
11309
|
readonly label: "Adjust Font Size To Fit";
|
|
12159
11310
|
readonly description: "Automatically reduces font size to fit the available space.";
|
|
@@ -12441,55 +11592,6 @@ export declare const patterns: readonly [{
|
|
|
12441
11592
|
readonly sort: 26;
|
|
12442
11593
|
};
|
|
12443
11594
|
};
|
|
12444
|
-
readonly textLocalizationKey: {
|
|
12445
|
-
readonly label: "Text Localization Key";
|
|
12446
|
-
readonly description: "Localization key for the footer text.";
|
|
12447
|
-
readonly category: "other";
|
|
12448
|
-
readonly specialCategory: null;
|
|
12449
|
-
readonly sort: 1;
|
|
12450
|
-
};
|
|
12451
|
-
readonly linkedWordFirstLocalizationKey: {
|
|
12452
|
-
readonly label: "Linked Word First Localization Key";
|
|
12453
|
-
readonly description: "Key for the first linked word.";
|
|
12454
|
-
readonly category: "other";
|
|
12455
|
-
readonly specialCategory: null;
|
|
12456
|
-
readonly sort: 2;
|
|
12457
|
-
};
|
|
12458
|
-
readonly linkedWordFirstColor: {
|
|
12459
|
-
readonly label: "Linked Word First Color";
|
|
12460
|
-
readonly description: "Color of the first linked word.";
|
|
12461
|
-
readonly category: "other";
|
|
12462
|
-
readonly specialCategory: null;
|
|
12463
|
-
readonly sort: 3;
|
|
12464
|
-
};
|
|
12465
|
-
readonly linkedWordFirstPage: {
|
|
12466
|
-
readonly label: "Linked Word First Page";
|
|
12467
|
-
readonly description: "Page opened by the first link.";
|
|
12468
|
-
readonly category: "other";
|
|
12469
|
-
readonly specialCategory: null;
|
|
12470
|
-
readonly sort: 4;
|
|
12471
|
-
};
|
|
12472
|
-
readonly linkedWordSecondLocalizationKey: {
|
|
12473
|
-
readonly label: "Linked Word Second Localization Key";
|
|
12474
|
-
readonly description: "Key for the second linked word.";
|
|
12475
|
-
readonly category: "other";
|
|
12476
|
-
readonly specialCategory: null;
|
|
12477
|
-
readonly sort: 5;
|
|
12478
|
-
};
|
|
12479
|
-
readonly linkedWordSecondColor: {
|
|
12480
|
-
readonly label: "Linked Word Second Color";
|
|
12481
|
-
readonly description: "Color of the second linked word.";
|
|
12482
|
-
readonly category: "other";
|
|
12483
|
-
readonly specialCategory: null;
|
|
12484
|
-
readonly sort: 6;
|
|
12485
|
-
};
|
|
12486
|
-
readonly linkedWordSecondPage: {
|
|
12487
|
-
readonly label: "Linked Word Second Page";
|
|
12488
|
-
readonly description: "Page opened by the second link.";
|
|
12489
|
-
readonly category: "other";
|
|
12490
|
-
readonly specialCategory: null;
|
|
12491
|
-
readonly sort: 7;
|
|
12492
|
-
};
|
|
12493
11595
|
};
|
|
12494
11596
|
readonly specialCategories: {
|
|
12495
11597
|
readonly padding: {
|
|
@@ -12519,37 +11621,46 @@ export declare const patterns: readonly [{
|
|
|
12519
11621
|
};
|
|
12520
11622
|
};
|
|
12521
11623
|
readonly defaults: {
|
|
12522
|
-
readonly
|
|
12523
|
-
readonly
|
|
11624
|
+
readonly iconType: "close";
|
|
11625
|
+
readonly strokeWidth: 1.5;
|
|
12524
11626
|
readonly styles: {
|
|
12525
|
-
readonly color: "THEME_COLORS.TEXT";
|
|
12526
11627
|
readonly fontSize: "16@fs";
|
|
11628
|
+
readonly color: "THEME_COLORS.TEXT";
|
|
12527
11629
|
readonly fontWeight: "400";
|
|
12528
11630
|
readonly flexDirection: "row";
|
|
12529
|
-
readonly position: "
|
|
11631
|
+
readonly position: "absolute";
|
|
12530
11632
|
readonly zIndex: 1;
|
|
12531
11633
|
readonly alignSelf: "flex-start";
|
|
12532
11634
|
readonly flexGrow: 0;
|
|
12533
11635
|
readonly flexShrink: 0;
|
|
12534
|
-
readonly
|
|
12535
|
-
readonly
|
|
12536
|
-
readonly alignItems: "center";
|
|
11636
|
+
readonly top: "35@vs";
|
|
11637
|
+
readonly left: "24@s";
|
|
12537
11638
|
readonly justifyContent: "center";
|
|
12538
|
-
readonly
|
|
12539
|
-
readonly paddingHorizontal: "16@s";
|
|
11639
|
+
readonly alignItems: "center";
|
|
12540
11640
|
};
|
|
11641
|
+
readonly translateCounter: 1;
|
|
11642
|
+
readonly numberOfLines: 1;
|
|
11643
|
+
readonly testID: "paywall-close-button";
|
|
11644
|
+
readonly size: 24;
|
|
12541
11645
|
};
|
|
12542
11646
|
readonly types: {};
|
|
12543
11647
|
}, {
|
|
12544
11648
|
readonly schemaVersion: 2;
|
|
12545
11649
|
readonly pattern: {
|
|
12546
|
-
readonly type: "
|
|
11650
|
+
readonly type: "PaywallFooter";
|
|
12547
11651
|
readonly title: "title";
|
|
12548
11652
|
readonly description: "description";
|
|
12549
|
-
readonly children: "
|
|
11653
|
+
readonly children: "never";
|
|
12550
11654
|
readonly attributes: {
|
|
12551
|
-
readonly
|
|
11655
|
+
readonly adjustsFontSizeToFit: "boolean";
|
|
11656
|
+
readonly numberOfLines: "number";
|
|
11657
|
+
readonly translateCounter: "number";
|
|
12552
11658
|
readonly styles: {
|
|
11659
|
+
readonly color: "color";
|
|
11660
|
+
readonly fontSize: "size";
|
|
11661
|
+
readonly fontFamily: "fontFamily";
|
|
11662
|
+
readonly fontWeight: "fontWeight";
|
|
11663
|
+
readonly textAlign: "string";
|
|
12553
11664
|
readonly flexDirection: readonly ["row", "column"];
|
|
12554
11665
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
12555
11666
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -12585,40 +11696,74 @@ export declare const patterns: readonly [{
|
|
|
12585
11696
|
readonly right: "size";
|
|
12586
11697
|
readonly zIndex: "number";
|
|
12587
11698
|
};
|
|
11699
|
+
readonly scrollable: "boolean";
|
|
12588
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";
|
|
12589
11708
|
};
|
|
12590
11709
|
};
|
|
12591
11710
|
readonly meta: {
|
|
12592
11711
|
readonly desiredParent: readonly [">PaywallProvider"];
|
|
12593
|
-
readonly label: "Paywall
|
|
12594
|
-
readonly description: "
|
|
12595
|
-
readonly
|
|
12596
|
-
readonly
|
|
12597
|
-
readonly label: "
|
|
12598
|
-
readonly description: "
|
|
12599
|
-
readonly category: "
|
|
11712
|
+
readonly label: "Paywall Footer";
|
|
11713
|
+
readonly description: "Footer text with optional links for paywall screens.";
|
|
11714
|
+
readonly styles: {
|
|
11715
|
+
readonly color: {
|
|
11716
|
+
readonly label: "Color";
|
|
11717
|
+
readonly description: "Text color.";
|
|
11718
|
+
readonly category: "style";
|
|
11719
|
+
readonly specialCategory: null;
|
|
12600
11720
|
readonly sort: 1;
|
|
12601
11721
|
};
|
|
12602
|
-
readonly
|
|
12603
|
-
readonly label: "
|
|
12604
|
-
readonly description: "
|
|
12605
|
-
readonly category: "
|
|
11722
|
+
readonly fontSize: {
|
|
11723
|
+
readonly label: "Font Size";
|
|
11724
|
+
readonly description: "Text size.";
|
|
11725
|
+
readonly category: "style";
|
|
11726
|
+
readonly specialCategory: null;
|
|
12606
11727
|
readonly sort: 2;
|
|
11728
|
+
readonly preferredScale: "f";
|
|
12607
11729
|
};
|
|
12608
|
-
readonly
|
|
12609
|
-
readonly label: "
|
|
12610
|
-
readonly description: "
|
|
12611
|
-
readonly category: "
|
|
11730
|
+
readonly fontFamily: {
|
|
11731
|
+
readonly label: "Font Family";
|
|
11732
|
+
readonly description: "Font family used for the text.";
|
|
11733
|
+
readonly category: "style";
|
|
11734
|
+
readonly specialCategory: null;
|
|
12612
11735
|
readonly sort: 3;
|
|
12613
11736
|
};
|
|
12614
|
-
readonly
|
|
12615
|
-
readonly label: "
|
|
12616
|
-
readonly description: "
|
|
12617
|
-
readonly category: "
|
|
11737
|
+
readonly fontWeight: {
|
|
11738
|
+
readonly label: "Font Weight";
|
|
11739
|
+
readonly description: "Text weight.";
|
|
11740
|
+
readonly category: "style";
|
|
11741
|
+
readonly specialCategory: null;
|
|
12618
11742
|
readonly sort: 4;
|
|
12619
11743
|
};
|
|
11744
|
+
readonly textAlign: {
|
|
11745
|
+
readonly label: "Text Align";
|
|
11746
|
+
readonly description: "Text alignment.";
|
|
11747
|
+
readonly category: "style";
|
|
11748
|
+
readonly specialCategory: null;
|
|
11749
|
+
readonly sort: 5;
|
|
11750
|
+
};
|
|
12620
11751
|
};
|
|
12621
11752
|
readonly attributes: {
|
|
11753
|
+
readonly adjustsFontSizeToFit: {
|
|
11754
|
+
readonly label: "Adjust Font Size To Fit";
|
|
11755
|
+
readonly description: "Automatically reduces font size to fit the available space.";
|
|
11756
|
+
readonly category: "other";
|
|
11757
|
+
readonly specialCategory: null;
|
|
11758
|
+
readonly sort: 1;
|
|
11759
|
+
};
|
|
11760
|
+
readonly showEllipsis: {
|
|
11761
|
+
readonly label: "Show Ellipsis";
|
|
11762
|
+
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
11763
|
+
readonly category: "other";
|
|
11764
|
+
readonly specialCategory: null;
|
|
11765
|
+
readonly sort: 2;
|
|
11766
|
+
};
|
|
12622
11767
|
readonly scrollable: {
|
|
12623
11768
|
readonly label: "Scrollable";
|
|
12624
11769
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -12892,27 +12037,109 @@ export declare const patterns: readonly [{
|
|
|
12892
12037
|
readonly sort: 26;
|
|
12893
12038
|
};
|
|
12894
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
|
+
};
|
|
12089
|
+
};
|
|
12090
|
+
readonly specialCategories: {
|
|
12091
|
+
readonly padding: {
|
|
12092
|
+
readonly label: "Padding";
|
|
12093
|
+
readonly description: "Uniform padding on all sides.";
|
|
12094
|
+
readonly category: "container";
|
|
12095
|
+
readonly sort: 1;
|
|
12096
|
+
};
|
|
12097
|
+
readonly margin: {
|
|
12098
|
+
readonly label: "Margin";
|
|
12099
|
+
readonly description: "Uniform margin on all sides.";
|
|
12100
|
+
readonly category: "container";
|
|
12101
|
+
readonly sort: 2;
|
|
12102
|
+
};
|
|
12103
|
+
readonly size: {
|
|
12104
|
+
readonly label: "Size";
|
|
12105
|
+
readonly description: "Fixed dimensions.";
|
|
12106
|
+
readonly category: "container";
|
|
12107
|
+
readonly sort: 3;
|
|
12108
|
+
};
|
|
12109
|
+
readonly offset: {
|
|
12110
|
+
readonly label: "Offset";
|
|
12111
|
+
readonly description: "Absolute positioning offsets.";
|
|
12112
|
+
readonly category: "container";
|
|
12113
|
+
readonly sort: 4;
|
|
12114
|
+
};
|
|
12895
12115
|
};
|
|
12896
|
-
readonly styles: {};
|
|
12897
12116
|
};
|
|
12898
12117
|
readonly defaults: {
|
|
12118
|
+
readonly translateCounter: 1;
|
|
12119
|
+
readonly numberOfLines: 1;
|
|
12899
12120
|
readonly styles: {
|
|
12121
|
+
readonly color: "THEME_COLORS.TEXT";
|
|
12122
|
+
readonly fontSize: "16@fs";
|
|
12123
|
+
readonly fontWeight: "400";
|
|
12900
12124
|
readonly flexDirection: "row";
|
|
12901
12125
|
readonly position: "relative";
|
|
12902
12126
|
readonly zIndex: 1;
|
|
12903
12127
|
readonly alignSelf: "flex-start";
|
|
12904
12128
|
readonly flexGrow: 0;
|
|
12905
12129
|
readonly flexShrink: 0;
|
|
12906
|
-
readonly
|
|
12130
|
+
readonly minHeight: "50@vs";
|
|
12131
|
+
readonly flexWrap: "wrap";
|
|
12907
12132
|
readonly alignItems: "center";
|
|
12908
|
-
readonly
|
|
12133
|
+
readonly justifyContent: "center";
|
|
12134
|
+
readonly textAlign: "center";
|
|
12135
|
+
readonly paddingHorizontal: "16@s";
|
|
12909
12136
|
};
|
|
12910
12137
|
};
|
|
12911
12138
|
readonly types: {};
|
|
12912
12139
|
}, {
|
|
12913
12140
|
readonly schemaVersion: 2;
|
|
12914
12141
|
readonly pattern: {
|
|
12915
|
-
readonly type: "
|
|
12142
|
+
readonly type: "PaywallOptions";
|
|
12916
12143
|
readonly title: "title";
|
|
12917
12144
|
readonly description: "description";
|
|
12918
12145
|
readonly children: "node";
|
|
@@ -12955,14 +12182,12 @@ export declare const patterns: readonly [{
|
|
|
12955
12182
|
readonly zIndex: "number";
|
|
12956
12183
|
};
|
|
12957
12184
|
readonly testID: "string";
|
|
12958
|
-
readonly delay: "number";
|
|
12959
|
-
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"];
|
|
12960
12185
|
};
|
|
12961
12186
|
};
|
|
12962
12187
|
readonly meta: {
|
|
12963
|
-
readonly desiredParent: readonly ["
|
|
12964
|
-
readonly label: "Paywall
|
|
12965
|
-
readonly description: "
|
|
12188
|
+
readonly desiredParent: readonly [">PaywallProvider"];
|
|
12189
|
+
readonly label: "Paywall Options";
|
|
12190
|
+
readonly description: "Paywall options selector component.";
|
|
12966
12191
|
readonly specialCategories: {
|
|
12967
12192
|
readonly padding: {
|
|
12968
12193
|
readonly label: "Padding";
|
|
@@ -13263,52 +12488,33 @@ export declare const patterns: readonly [{
|
|
|
13263
12488
|
readonly sort: 26;
|
|
13264
12489
|
};
|
|
13265
12490
|
};
|
|
13266
|
-
readonly delay: {
|
|
13267
|
-
readonly label: "Back Delay (ms)";
|
|
13268
|
-
readonly description: "Milliseconds before the paywall can be dismissed via back/close.";
|
|
13269
|
-
readonly category: "other";
|
|
13270
|
-
readonly specialCategory: null;
|
|
13271
|
-
readonly sort: 1;
|
|
13272
|
-
};
|
|
13273
|
-
readonly animation: {
|
|
13274
|
-
readonly label: "Page transition animation";
|
|
13275
|
-
readonly description: "When this component is a GlobalProvider page: animation used when navigating to this screen.";
|
|
13276
|
-
readonly category: "other";
|
|
13277
|
-
readonly specialCategory: null;
|
|
13278
|
-
readonly sort: 2;
|
|
13279
|
-
};
|
|
13280
|
-
};
|
|
13281
|
-
readonly mockableFeatures: {
|
|
13282
|
-
readonly products: true;
|
|
13283
|
-
readonly benefits: true;
|
|
13284
12491
|
};
|
|
13285
12492
|
readonly styles: {};
|
|
13286
12493
|
};
|
|
13287
12494
|
readonly defaults: {
|
|
13288
12495
|
readonly styles: {
|
|
13289
|
-
readonly flexDirection: "
|
|
12496
|
+
readonly flexDirection: "row";
|
|
13290
12497
|
readonly position: "relative";
|
|
13291
12498
|
readonly zIndex: 1;
|
|
13292
12499
|
readonly alignSelf: "flex-start";
|
|
13293
12500
|
readonly flexGrow: 0;
|
|
13294
12501
|
readonly flexShrink: 0;
|
|
13295
|
-
readonly
|
|
13296
|
-
readonly
|
|
12502
|
+
readonly justifyContent: "space-between";
|
|
12503
|
+
readonly alignItems: "center";
|
|
12504
|
+
readonly minHeight: "60px";
|
|
13297
12505
|
};
|
|
13298
12506
|
};
|
|
13299
12507
|
readonly types: {};
|
|
13300
12508
|
}, {
|
|
13301
12509
|
readonly schemaVersion: 2;
|
|
13302
12510
|
readonly pattern: {
|
|
13303
|
-
readonly type: "
|
|
12511
|
+
readonly type: "PaywallProvider";
|
|
13304
12512
|
readonly title: "title";
|
|
13305
12513
|
readonly description: "description";
|
|
13306
|
-
readonly children: "
|
|
12514
|
+
readonly children: "node";
|
|
13307
12515
|
readonly attributes: {
|
|
12516
|
+
readonly scrollable: "boolean";
|
|
13308
12517
|
readonly styles: {
|
|
13309
|
-
readonly color: "color";
|
|
13310
|
-
readonly fontSize: "size";
|
|
13311
|
-
readonly fontWeight: readonly ["normal", "bold", "100", "200", "300", "400", "500", "600", "700", "800", "900"];
|
|
13312
12518
|
readonly flexDirection: readonly ["row", "column"];
|
|
13313
12519
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
13314
12520
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -13344,37 +12550,14 @@ export declare const patterns: readonly [{
|
|
|
13344
12550
|
readonly right: "size";
|
|
13345
12551
|
readonly zIndex: "number";
|
|
13346
12552
|
};
|
|
13347
|
-
readonly scrollable: "boolean";
|
|
13348
12553
|
readonly testID: "string";
|
|
12554
|
+
readonly delay: "number";
|
|
13349
12555
|
};
|
|
13350
12556
|
};
|
|
13351
12557
|
readonly meta: {
|
|
13352
|
-
readonly desiredParent: readonly ["
|
|
13353
|
-
readonly label: "Paywall
|
|
13354
|
-
readonly description: "
|
|
13355
|
-
readonly styles: {
|
|
13356
|
-
readonly color: {
|
|
13357
|
-
readonly label: "Color";
|
|
13358
|
-
readonly description: "Text color of the button.";
|
|
13359
|
-
readonly category: "style";
|
|
13360
|
-
readonly specialCategory: null;
|
|
13361
|
-
readonly sort: 1;
|
|
13362
|
-
};
|
|
13363
|
-
readonly fontSize: {
|
|
13364
|
-
readonly label: "Font Size";
|
|
13365
|
-
readonly description: "Text size of the button.";
|
|
13366
|
-
readonly category: "style";
|
|
13367
|
-
readonly specialCategory: null;
|
|
13368
|
-
readonly sort: 2;
|
|
13369
|
-
};
|
|
13370
|
-
readonly fontWeight: {
|
|
13371
|
-
readonly label: "Font Weight";
|
|
13372
|
-
readonly description: "Text weight of the button.";
|
|
13373
|
-
readonly category: "style";
|
|
13374
|
-
readonly specialCategory: null;
|
|
13375
|
-
readonly sort: 3;
|
|
13376
|
-
};
|
|
13377
|
-
};
|
|
12558
|
+
readonly desiredParent: readonly ["all"];
|
|
12559
|
+
readonly label: "Paywall Provider";
|
|
12560
|
+
readonly description: "Provider/wrapper for paywall screen components.";
|
|
13378
12561
|
readonly specialCategories: {
|
|
13379
12562
|
readonly padding: {
|
|
13380
12563
|
readonly label: "Padding";
|
|
@@ -13675,46 +12858,45 @@ export declare const patterns: readonly [{
|
|
|
13675
12858
|
readonly sort: 26;
|
|
13676
12859
|
};
|
|
13677
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;
|
|
13678
12872
|
};
|
|
12873
|
+
readonly styles: {};
|
|
13679
12874
|
};
|
|
13680
12875
|
readonly defaults: {
|
|
13681
12876
|
readonly styles: {
|
|
13682
|
-
readonly display: "flex";
|
|
13683
|
-
readonly alignItems: "center";
|
|
13684
|
-
readonly justifyContent: "center";
|
|
13685
|
-
readonly backgroundColor: "#6495ED";
|
|
13686
12877
|
readonly flexDirection: "column";
|
|
13687
12878
|
readonly position: "relative";
|
|
13688
12879
|
readonly zIndex: 1;
|
|
13689
12880
|
readonly alignSelf: "flex-start";
|
|
13690
12881
|
readonly flexGrow: 0;
|
|
13691
12882
|
readonly flexShrink: 0;
|
|
13692
|
-
readonly
|
|
13693
|
-
readonly
|
|
13694
|
-
readonly borderRadius: "12@s";
|
|
13695
|
-
readonly color: "#FFFFFF";
|
|
13696
|
-
readonly fontSize: "16@fs";
|
|
13697
|
-
readonly fontWeight: "700";
|
|
12883
|
+
readonly width: "100%";
|
|
12884
|
+
readonly height: "100%";
|
|
13698
12885
|
};
|
|
13699
12886
|
};
|
|
13700
12887
|
readonly types: {};
|
|
13701
12888
|
}, {
|
|
13702
12889
|
readonly schemaVersion: 2;
|
|
13703
12890
|
readonly pattern: {
|
|
13704
|
-
readonly type: "
|
|
12891
|
+
readonly type: "PaywallSubscribeButton";
|
|
13705
12892
|
readonly title: "title";
|
|
13706
12893
|
readonly description: "description";
|
|
13707
12894
|
readonly children: "string";
|
|
13708
12895
|
readonly attributes: {
|
|
13709
|
-
readonly adjustsFontSizeToFit: "boolean";
|
|
13710
|
-
readonly numberOfLines: "number";
|
|
13711
|
-
readonly translateCounter: "number";
|
|
13712
12896
|
readonly styles: {
|
|
13713
12897
|
readonly color: "color";
|
|
13714
12898
|
readonly fontSize: "size";
|
|
13715
|
-
readonly
|
|
13716
|
-
readonly fontWeight: "fontWeight";
|
|
13717
|
-
readonly textAlign: "string";
|
|
12899
|
+
readonly fontWeight: readonly ["normal", "bold", "100", "200", "300", "400", "500", "600", "700", "800", "900"];
|
|
13718
12900
|
readonly flexDirection: readonly ["row", "column"];
|
|
13719
12901
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
13720
12902
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -13749,78 +12931,65 @@ export declare const patterns: readonly [{
|
|
|
13749
12931
|
readonly left: "size";
|
|
13750
12932
|
readonly right: "size";
|
|
13751
12933
|
readonly zIndex: "number";
|
|
13752
|
-
readonly textDecorationLine: readonly ["none", "underline", "line-through"];
|
|
13753
12934
|
};
|
|
13754
12935
|
readonly scrollable: "boolean";
|
|
13755
12936
|
readonly testID: "string";
|
|
13756
|
-
readonly showOriginalPricePossible: "boolean";
|
|
13757
|
-
readonly hideIfItsNotDiscount: "boolean";
|
|
13758
12937
|
};
|
|
13759
12938
|
};
|
|
13760
12939
|
readonly meta: {
|
|
13761
12940
|
readonly desiredParent: readonly [">PaywallProvider"];
|
|
13762
|
-
readonly label: "
|
|
13763
|
-
readonly description: "
|
|
12941
|
+
readonly label: "Paywall Subscribe Button";
|
|
12942
|
+
readonly description: "Paywall subscribe call-to-action button. Extends Button.";
|
|
13764
12943
|
readonly styles: {
|
|
13765
12944
|
readonly color: {
|
|
13766
12945
|
readonly label: "Color";
|
|
13767
|
-
readonly description: "Text color.";
|
|
12946
|
+
readonly description: "Text color of the button.";
|
|
13768
12947
|
readonly category: "style";
|
|
13769
12948
|
readonly specialCategory: null;
|
|
13770
12949
|
readonly sort: 1;
|
|
13771
12950
|
};
|
|
13772
12951
|
readonly fontSize: {
|
|
13773
12952
|
readonly label: "Font Size";
|
|
13774
|
-
readonly description: "Text size.";
|
|
12953
|
+
readonly description: "Text size of the button.";
|
|
13775
12954
|
readonly category: "style";
|
|
13776
12955
|
readonly specialCategory: null;
|
|
13777
12956
|
readonly sort: 2;
|
|
13778
|
-
readonly preferredScale: "f";
|
|
13779
|
-
};
|
|
13780
|
-
readonly fontFamily: {
|
|
13781
|
-
readonly label: "Font Family";
|
|
13782
|
-
readonly description: "Font family used for the text.";
|
|
13783
|
-
readonly category: "style";
|
|
13784
|
-
readonly specialCategory: null;
|
|
13785
|
-
readonly sort: 3;
|
|
13786
12957
|
};
|
|
13787
12958
|
readonly fontWeight: {
|
|
13788
12959
|
readonly label: "Font Weight";
|
|
13789
|
-
readonly description: "Text weight.";
|
|
13790
|
-
readonly category: "style";
|
|
13791
|
-
readonly specialCategory: null;
|
|
13792
|
-
readonly sort: 4;
|
|
13793
|
-
};
|
|
13794
|
-
readonly textAlign: {
|
|
13795
|
-
readonly label: "Text Align";
|
|
13796
|
-
readonly description: "Text alignment.";
|
|
13797
|
-
readonly category: "style";
|
|
13798
|
-
readonly specialCategory: null;
|
|
13799
|
-
readonly sort: 5;
|
|
13800
|
-
};
|
|
13801
|
-
readonly textDecorationLine: {
|
|
13802
|
-
readonly label: "Text Decoration";
|
|
13803
|
-
readonly description: "Text decoration line style (e.g. line-through for strikethrough).";
|
|
12960
|
+
readonly description: "Text weight of the button.";
|
|
13804
12961
|
readonly category: "style";
|
|
13805
12962
|
readonly specialCategory: null;
|
|
13806
|
-
readonly sort:
|
|
12963
|
+
readonly sort: 3;
|
|
13807
12964
|
};
|
|
13808
12965
|
};
|
|
13809
|
-
readonly
|
|
13810
|
-
readonly
|
|
13811
|
-
readonly label: "
|
|
13812
|
-
readonly description: "
|
|
13813
|
-
readonly category: "
|
|
13814
|
-
readonly specialCategory: null;
|
|
12966
|
+
readonly specialCategories: {
|
|
12967
|
+
readonly padding: {
|
|
12968
|
+
readonly label: "Padding";
|
|
12969
|
+
readonly description: "Uniform padding on all sides.";
|
|
12970
|
+
readonly category: "container";
|
|
13815
12971
|
readonly sort: 1;
|
|
13816
12972
|
};
|
|
13817
|
-
readonly
|
|
13818
|
-
readonly label: "
|
|
13819
|
-
readonly description: "
|
|
13820
|
-
readonly category: "
|
|
13821
|
-
readonly specialCategory: null;
|
|
12973
|
+
readonly margin: {
|
|
12974
|
+
readonly label: "Margin";
|
|
12975
|
+
readonly description: "Uniform margin on all sides.";
|
|
12976
|
+
readonly category: "container";
|
|
13822
12977
|
readonly sort: 2;
|
|
13823
12978
|
};
|
|
12979
|
+
readonly size: {
|
|
12980
|
+
readonly label: "Size";
|
|
12981
|
+
readonly description: "Fixed dimensions.";
|
|
12982
|
+
readonly category: "container";
|
|
12983
|
+
readonly sort: 3;
|
|
12984
|
+
};
|
|
12985
|
+
readonly offset: {
|
|
12986
|
+
readonly label: "Offset";
|
|
12987
|
+
readonly description: "Absolute positioning offsets.";
|
|
12988
|
+
readonly category: "container";
|
|
12989
|
+
readonly sort: 4;
|
|
12990
|
+
};
|
|
12991
|
+
};
|
|
12992
|
+
readonly attributes: {
|
|
13824
12993
|
readonly scrollable: {
|
|
13825
12994
|
readonly label: "Scrollable";
|
|
13826
12995
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -14076,88 +13245,53 @@ export declare const patterns: readonly [{
|
|
|
14076
13245
|
readonly category: "container";
|
|
14077
13246
|
readonly specialCategory: "offset";
|
|
14078
13247
|
readonly sort: 24;
|
|
14079
|
-
readonly preferredScale: "s";
|
|
14080
|
-
};
|
|
14081
|
-
readonly right: {
|
|
14082
|
-
readonly label: "Right";
|
|
14083
|
-
readonly description: "Offset from the right edge.";
|
|
14084
|
-
readonly category: "container";
|
|
14085
|
-
readonly specialCategory: "offset";
|
|
14086
|
-
readonly sort: 25;
|
|
14087
|
-
readonly preferredScale: "s";
|
|
14088
|
-
};
|
|
14089
|
-
readonly zIndex: {
|
|
14090
|
-
readonly label: "Z-Index";
|
|
14091
|
-
readonly description: "Controls stacking order.";
|
|
14092
|
-
readonly category: "container";
|
|
14093
|
-
readonly specialCategory: null;
|
|
14094
|
-
readonly sort: 26;
|
|
14095
|
-
};
|
|
14096
|
-
};
|
|
14097
|
-
readonly showOriginalPricePossible: {
|
|
14098
|
-
readonly label: "Show Original Price Possible";
|
|
14099
|
-
readonly description: "When enabled, shows the original price if available.";
|
|
14100
|
-
readonly category: "other";
|
|
14101
|
-
readonly specialCategory: null;
|
|
14102
|
-
readonly sort: 1;
|
|
14103
|
-
};
|
|
14104
|
-
readonly hideIfItsNotDiscount: {
|
|
14105
|
-
readonly label: "Hide If No Discount";
|
|
14106
|
-
readonly description: "Hides this element when there is no active discount/promo.";
|
|
14107
|
-
readonly category: "other";
|
|
14108
|
-
readonly specialCategory: null;
|
|
14109
|
-
readonly sort: 2;
|
|
14110
|
-
};
|
|
14111
|
-
};
|
|
14112
|
-
readonly specialCategories: {
|
|
14113
|
-
readonly padding: {
|
|
14114
|
-
readonly label: "Padding";
|
|
14115
|
-
readonly description: "Uniform padding on all sides.";
|
|
14116
|
-
readonly category: "container";
|
|
14117
|
-
readonly sort: 1;
|
|
14118
|
-
};
|
|
14119
|
-
readonly margin: {
|
|
14120
|
-
readonly label: "Margin";
|
|
14121
|
-
readonly description: "Uniform margin on all sides.";
|
|
14122
|
-
readonly category: "container";
|
|
14123
|
-
readonly sort: 2;
|
|
14124
|
-
};
|
|
14125
|
-
readonly size: {
|
|
14126
|
-
readonly label: "Size";
|
|
14127
|
-
readonly description: "Fixed dimensions.";
|
|
14128
|
-
readonly category: "container";
|
|
14129
|
-
readonly sort: 3;
|
|
14130
|
-
};
|
|
14131
|
-
readonly offset: {
|
|
14132
|
-
readonly label: "Offset";
|
|
14133
|
-
readonly description: "Absolute positioning offsets.";
|
|
14134
|
-
readonly category: "container";
|
|
14135
|
-
readonly sort: 4;
|
|
13248
|
+
readonly preferredScale: "s";
|
|
13249
|
+
};
|
|
13250
|
+
readonly right: {
|
|
13251
|
+
readonly label: "Right";
|
|
13252
|
+
readonly description: "Offset from the right edge.";
|
|
13253
|
+
readonly category: "container";
|
|
13254
|
+
readonly specialCategory: "offset";
|
|
13255
|
+
readonly sort: 25;
|
|
13256
|
+
readonly preferredScale: "s";
|
|
13257
|
+
};
|
|
13258
|
+
readonly zIndex: {
|
|
13259
|
+
readonly label: "Z-Index";
|
|
13260
|
+
readonly description: "Controls stacking order.";
|
|
13261
|
+
readonly category: "container";
|
|
13262
|
+
readonly specialCategory: null;
|
|
13263
|
+
readonly sort: 26;
|
|
13264
|
+
};
|
|
14136
13265
|
};
|
|
14137
13266
|
};
|
|
14138
13267
|
};
|
|
14139
13268
|
readonly defaults: {
|
|
14140
|
-
readonly translateCounter: 1;
|
|
14141
|
-
readonly numberOfLines: 1;
|
|
14142
13269
|
readonly styles: {
|
|
14143
|
-
readonly
|
|
14144
|
-
readonly
|
|
14145
|
-
readonly
|
|
13270
|
+
readonly display: "flex";
|
|
13271
|
+
readonly alignItems: "center";
|
|
13272
|
+
readonly justifyContent: "center";
|
|
13273
|
+
readonly backgroundColor: "#6495ED";
|
|
14146
13274
|
readonly flexDirection: "column";
|
|
14147
13275
|
readonly position: "relative";
|
|
14148
13276
|
readonly zIndex: 1;
|
|
14149
13277
|
readonly alignSelf: "flex-start";
|
|
14150
13278
|
readonly flexGrow: 0;
|
|
14151
13279
|
readonly flexShrink: 0;
|
|
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";
|
|
14152
13286
|
};
|
|
14153
13287
|
};
|
|
14154
13288
|
readonly types: {};
|
|
14155
13289
|
}, {
|
|
14156
13290
|
readonly schemaVersion: 2;
|
|
14157
13291
|
readonly pattern: {
|
|
14158
|
-
readonly type: "
|
|
13292
|
+
readonly type: "PriceTag";
|
|
14159
13293
|
readonly title: "title";
|
|
14160
|
-
readonly description: "
|
|
13294
|
+
readonly description: "description";
|
|
14161
13295
|
readonly children: "string";
|
|
14162
13296
|
readonly attributes: {
|
|
14163
13297
|
readonly adjustsFontSizeToFit: "boolean";
|
|
@@ -14203,15 +13337,18 @@ export declare const patterns: readonly [{
|
|
|
14203
13337
|
readonly left: "size";
|
|
14204
13338
|
readonly right: "size";
|
|
14205
13339
|
readonly zIndex: "number";
|
|
13340
|
+
readonly textDecorationLine: readonly ["none", "underline", "line-through"];
|
|
14206
13341
|
};
|
|
14207
13342
|
readonly scrollable: "boolean";
|
|
14208
13343
|
readonly testID: "string";
|
|
13344
|
+
readonly showOriginalPricePossible: "boolean";
|
|
13345
|
+
readonly hideIfItsNotDiscount: "boolean";
|
|
14209
13346
|
};
|
|
14210
13347
|
};
|
|
14211
13348
|
readonly meta: {
|
|
14212
13349
|
readonly desiredParent: readonly [">PaywallProvider"];
|
|
14213
|
-
readonly label: "
|
|
14214
|
-
readonly description: "Displays
|
|
13350
|
+
readonly label: "Price Tag";
|
|
13351
|
+
readonly description: "Displays a price tag text. Extends Text.";
|
|
14215
13352
|
readonly styles: {
|
|
14216
13353
|
readonly color: {
|
|
14217
13354
|
readonly label: "Color";
|
|
@@ -14249,6 +13386,13 @@ export declare const patterns: readonly [{
|
|
|
14249
13386
|
readonly specialCategory: null;
|
|
14250
13387
|
readonly sort: 5;
|
|
14251
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;
|
|
13395
|
+
};
|
|
14252
13396
|
};
|
|
14253
13397
|
readonly attributes: {
|
|
14254
13398
|
readonly adjustsFontSizeToFit: {
|
|
@@ -14538,6 +13682,20 @@ export declare const patterns: readonly [{
|
|
|
14538
13682
|
readonly sort: 26;
|
|
14539
13683
|
};
|
|
14540
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
|
+
};
|
|
14541
13699
|
};
|
|
14542
13700
|
readonly specialCategories: {
|
|
14543
13701
|
readonly padding: {
|
|
@@ -14567,28 +13725,27 @@ export declare const patterns: readonly [{
|
|
|
14567
13725
|
};
|
|
14568
13726
|
};
|
|
14569
13727
|
readonly defaults: {
|
|
14570
|
-
readonly translateCounter:
|
|
13728
|
+
readonly translateCounter: 1;
|
|
14571
13729
|
readonly numberOfLines: 1;
|
|
14572
13730
|
readonly styles: {
|
|
14573
|
-
readonly color: "
|
|
14574
|
-
readonly fontSize: "
|
|
14575
|
-
readonly fontWeight: "
|
|
13731
|
+
readonly color: "THEME_COLORS.TEXT";
|
|
13732
|
+
readonly fontSize: "16@fs";
|
|
13733
|
+
readonly fontWeight: "700";
|
|
14576
13734
|
readonly flexDirection: "column";
|
|
14577
13735
|
readonly position: "relative";
|
|
14578
13736
|
readonly zIndex: 1;
|
|
14579
13737
|
readonly alignSelf: "flex-start";
|
|
14580
13738
|
readonly flexGrow: 0;
|
|
14581
13739
|
readonly flexShrink: 0;
|
|
14582
|
-
readonly textAlign: "center";
|
|
14583
13740
|
};
|
|
14584
13741
|
};
|
|
14585
13742
|
readonly types: {};
|
|
14586
13743
|
}, {
|
|
14587
13744
|
readonly schemaVersion: 2;
|
|
14588
13745
|
readonly pattern: {
|
|
14589
|
-
readonly type: "
|
|
13746
|
+
readonly type: "Pricing";
|
|
14590
13747
|
readonly title: "title";
|
|
14591
|
-
readonly description: "base.builder.paywall.
|
|
13748
|
+
readonly description: "base.builder.paywall.pricing.default.text";
|
|
14592
13749
|
readonly children: "string";
|
|
14593
13750
|
readonly attributes: {
|
|
14594
13751
|
readonly adjustsFontSizeToFit: "boolean";
|
|
@@ -14641,8 +13798,8 @@ export declare const patterns: readonly [{
|
|
|
14641
13798
|
};
|
|
14642
13799
|
readonly meta: {
|
|
14643
13800
|
readonly desiredParent: readonly [">PaywallProvider"];
|
|
14644
|
-
readonly label: "
|
|
14645
|
-
readonly description: "Displays
|
|
13801
|
+
readonly label: "Pricing";
|
|
13802
|
+
readonly description: "Displays pricing details (e.g. promo/trial breakdown). Extends Text.";
|
|
14646
13803
|
readonly styles: {
|
|
14647
13804
|
readonly color: {
|
|
14648
13805
|
readonly label: "Color";
|
|
@@ -15001,9 +14158,9 @@ export declare const patterns: readonly [{
|
|
|
15001
14158
|
readonly translateCounter: 2;
|
|
15002
14159
|
readonly numberOfLines: 1;
|
|
15003
14160
|
readonly styles: {
|
|
15004
|
-
readonly color: "
|
|
14161
|
+
readonly color: "rgba(255,255,255,0.6)";
|
|
15005
14162
|
readonly fontSize: "12@fs";
|
|
15006
|
-
readonly fontWeight: "
|
|
14163
|
+
readonly fontWeight: "400";
|
|
15007
14164
|
readonly flexDirection: "column";
|
|
15008
14165
|
readonly position: "relative";
|
|
15009
14166
|
readonly zIndex: 1;
|
|
@@ -15017,13 +14174,20 @@ export declare const patterns: readonly [{
|
|
|
15017
14174
|
}, {
|
|
15018
14175
|
readonly schemaVersion: 2;
|
|
15019
14176
|
readonly pattern: {
|
|
15020
|
-
readonly type: "
|
|
14177
|
+
readonly type: "Promo";
|
|
15021
14178
|
readonly title: "title";
|
|
15022
|
-
readonly description: "
|
|
15023
|
-
readonly children: "
|
|
14179
|
+
readonly description: "base.builder.paywall.promo.default.text";
|
|
14180
|
+
readonly children: "string";
|
|
15024
14181
|
readonly attributes: {
|
|
15025
|
-
readonly
|
|
14182
|
+
readonly adjustsFontSizeToFit: "boolean";
|
|
14183
|
+
readonly numberOfLines: "number";
|
|
14184
|
+
readonly translateCounter: "number";
|
|
15026
14185
|
readonly styles: {
|
|
14186
|
+
readonly color: "color";
|
|
14187
|
+
readonly fontSize: "size";
|
|
14188
|
+
readonly fontFamily: "fontFamily";
|
|
14189
|
+
readonly fontWeight: "fontWeight";
|
|
14190
|
+
readonly textAlign: "string";
|
|
15027
14191
|
readonly flexDirection: readonly ["row", "column"];
|
|
15028
14192
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
15029
14193
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -15059,43 +14223,67 @@ export declare const patterns: readonly [{
|
|
|
15059
14223
|
readonly right: "size";
|
|
15060
14224
|
readonly zIndex: "number";
|
|
15061
14225
|
};
|
|
14226
|
+
readonly scrollable: "boolean";
|
|
15062
14227
|
readonly testID: "string";
|
|
15063
|
-
readonly selected: "boolean";
|
|
15064
|
-
readonly color: "color";
|
|
15065
|
-
readonly size: "number";
|
|
15066
14228
|
};
|
|
15067
14229
|
};
|
|
15068
14230
|
readonly meta: {
|
|
15069
|
-
readonly desiredParent: readonly ["
|
|
15070
|
-
readonly label: "
|
|
15071
|
-
readonly description: "
|
|
15072
|
-
readonly
|
|
15073
|
-
readonly
|
|
15074
|
-
readonly label: "
|
|
15075
|
-
readonly description: "
|
|
15076
|
-
readonly category: "
|
|
14231
|
+
readonly desiredParent: readonly [">PaywallProvider"];
|
|
14232
|
+
readonly label: "Promo";
|
|
14233
|
+
readonly description: "Displays promotional badge/text (e.g. discount percentage). Extends Text.";
|
|
14234
|
+
readonly styles: {
|
|
14235
|
+
readonly color: {
|
|
14236
|
+
readonly label: "Color";
|
|
14237
|
+
readonly description: "Text color.";
|
|
14238
|
+
readonly category: "style";
|
|
14239
|
+
readonly specialCategory: null;
|
|
15077
14240
|
readonly sort: 1;
|
|
15078
14241
|
};
|
|
15079
|
-
readonly
|
|
15080
|
-
readonly label: "
|
|
15081
|
-
readonly description: "
|
|
15082
|
-
readonly category: "
|
|
14242
|
+
readonly fontSize: {
|
|
14243
|
+
readonly label: "Font Size";
|
|
14244
|
+
readonly description: "Text size.";
|
|
14245
|
+
readonly category: "style";
|
|
14246
|
+
readonly specialCategory: null;
|
|
15083
14247
|
readonly sort: 2;
|
|
14248
|
+
readonly preferredScale: "f";
|
|
15084
14249
|
};
|
|
15085
|
-
readonly
|
|
15086
|
-
readonly label: "
|
|
15087
|
-
readonly description: "
|
|
15088
|
-
readonly category: "
|
|
14250
|
+
readonly fontFamily: {
|
|
14251
|
+
readonly label: "Font Family";
|
|
14252
|
+
readonly description: "Font family used for the text.";
|
|
14253
|
+
readonly category: "style";
|
|
14254
|
+
readonly specialCategory: null;
|
|
15089
14255
|
readonly sort: 3;
|
|
15090
14256
|
};
|
|
15091
|
-
readonly
|
|
15092
|
-
readonly label: "
|
|
15093
|
-
readonly description: "
|
|
15094
|
-
readonly category: "
|
|
14257
|
+
readonly fontWeight: {
|
|
14258
|
+
readonly label: "Font Weight";
|
|
14259
|
+
readonly description: "Text weight.";
|
|
14260
|
+
readonly category: "style";
|
|
14261
|
+
readonly specialCategory: null;
|
|
15095
14262
|
readonly sort: 4;
|
|
15096
14263
|
};
|
|
14264
|
+
readonly textAlign: {
|
|
14265
|
+
readonly label: "Text Align";
|
|
14266
|
+
readonly description: "Text alignment.";
|
|
14267
|
+
readonly category: "style";
|
|
14268
|
+
readonly specialCategory: null;
|
|
14269
|
+
readonly sort: 5;
|
|
14270
|
+
};
|
|
15097
14271
|
};
|
|
15098
14272
|
readonly attributes: {
|
|
14273
|
+
readonly adjustsFontSizeToFit: {
|
|
14274
|
+
readonly label: "Adjust Font Size To Fit";
|
|
14275
|
+
readonly description: "Automatically reduces font size to fit the available space.";
|
|
14276
|
+
readonly category: "other";
|
|
14277
|
+
readonly specialCategory: null;
|
|
14278
|
+
readonly sort: 1;
|
|
14279
|
+
};
|
|
14280
|
+
readonly showEllipsis: {
|
|
14281
|
+
readonly label: "Show Ellipsis";
|
|
14282
|
+
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
14283
|
+
readonly category: "other";
|
|
14284
|
+
readonly specialCategory: null;
|
|
14285
|
+
readonly sort: 2;
|
|
14286
|
+
};
|
|
15099
14287
|
readonly scrollable: {
|
|
15100
14288
|
readonly label: "Scrollable";
|
|
15101
14289
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -15357,171 +14545,73 @@ export declare const patterns: readonly [{
|
|
|
15357
14545
|
readonly label: "Right";
|
|
15358
14546
|
readonly description: "Offset from the right edge.";
|
|
15359
14547
|
readonly category: "container";
|
|
15360
|
-
readonly specialCategory: "offset";
|
|
15361
|
-
readonly sort: 25;
|
|
15362
|
-
readonly preferredScale: "s";
|
|
15363
|
-
};
|
|
15364
|
-
readonly zIndex: {
|
|
15365
|
-
readonly label: "Z-Index";
|
|
15366
|
-
readonly description: "Controls stacking order.";
|
|
15367
|
-
readonly category: "container";
|
|
15368
|
-
readonly specialCategory: null;
|
|
15369
|
-
readonly sort: 26;
|
|
15370
|
-
};
|
|
15371
|
-
};
|
|
15372
|
-
readonly color: {
|
|
15373
|
-
readonly label: "Color";
|
|
15374
|
-
readonly description: "Radio color.";
|
|
15375
|
-
readonly category: "style";
|
|
15376
|
-
readonly specialCategory: null;
|
|
15377
|
-
readonly sort: 1;
|
|
15378
|
-
};
|
|
15379
|
-
readonly size: {
|
|
15380
|
-
readonly label: "Size";
|
|
15381
|
-
readonly description: "Radio size in px.";
|
|
15382
|
-
readonly category: "style";
|
|
15383
|
-
readonly specialCategory: null;
|
|
15384
|
-
readonly sort: 2;
|
|
15385
|
-
};
|
|
15386
|
-
readonly selected: {
|
|
15387
|
-
readonly label: "Selected";
|
|
15388
|
-
readonly description: "Whether the radio is selected.";
|
|
15389
|
-
readonly category: "other";
|
|
15390
|
-
readonly specialCategory: null;
|
|
15391
|
-
readonly sort: 0;
|
|
15392
|
-
};
|
|
15393
|
-
};
|
|
15394
|
-
readonly styles: {};
|
|
15395
|
-
};
|
|
15396
|
-
readonly defaults: {
|
|
15397
|
-
readonly styles: {
|
|
15398
|
-
readonly flexDirection: "column";
|
|
15399
|
-
readonly position: "relative";
|
|
15400
|
-
readonly zIndex: 1;
|
|
15401
|
-
readonly alignSelf: "flex-start";
|
|
15402
|
-
readonly flexGrow: 0;
|
|
15403
|
-
readonly flexShrink: 0;
|
|
15404
|
-
};
|
|
15405
|
-
};
|
|
15406
|
-
readonly types: {};
|
|
15407
|
-
}, {
|
|
15408
|
-
readonly schemaVersion: 2;
|
|
15409
|
-
readonly pattern: {
|
|
15410
|
-
readonly type: "Separator";
|
|
15411
|
-
readonly title: "title";
|
|
15412
|
-
readonly description: "description";
|
|
15413
|
-
readonly children: "never";
|
|
15414
|
-
readonly attributes: {
|
|
15415
|
-
readonly styles: {
|
|
15416
|
-
readonly backgroundColor: "color";
|
|
15417
|
-
readonly width: "size";
|
|
15418
|
-
readonly height: "size";
|
|
15419
|
-
readonly marginHorizontal: "size";
|
|
15420
|
-
readonly marginVertical: "size";
|
|
15421
|
-
readonly marginTop: "size";
|
|
15422
|
-
readonly marginBottom: "size";
|
|
15423
|
-
};
|
|
15424
|
-
readonly testID: "string";
|
|
15425
|
-
};
|
|
15426
|
-
};
|
|
15427
|
-
readonly meta: {
|
|
15428
|
-
readonly desiredParent: readonly ["all"];
|
|
15429
|
-
readonly label: "Separator";
|
|
15430
|
-
readonly description: "Horizontal line separator.";
|
|
15431
|
-
readonly attributes: {
|
|
15432
|
-
readonly styles: {
|
|
15433
|
-
readonly backgroundColor: {
|
|
15434
|
-
readonly label: "Color";
|
|
15435
|
-
readonly description: "Separator line color.";
|
|
15436
|
-
readonly category: "style";
|
|
15437
|
-
readonly specialCategory: null;
|
|
15438
|
-
readonly sort: 1;
|
|
15439
|
-
};
|
|
15440
|
-
readonly width: {
|
|
15441
|
-
readonly label: "Width";
|
|
15442
|
-
readonly description: "Separator width.";
|
|
15443
|
-
readonly category: "container";
|
|
15444
|
-
readonly specialCategory: null;
|
|
15445
|
-
readonly sort: 1;
|
|
14548
|
+
readonly specialCategory: "offset";
|
|
14549
|
+
readonly sort: 25;
|
|
15446
14550
|
readonly preferredScale: "s";
|
|
15447
14551
|
};
|
|
15448
|
-
readonly
|
|
15449
|
-
readonly label: "
|
|
15450
|
-
readonly description: "
|
|
14552
|
+
readonly zIndex: {
|
|
14553
|
+
readonly label: "Z-Index";
|
|
14554
|
+
readonly description: "Controls stacking order.";
|
|
15451
14555
|
readonly category: "container";
|
|
15452
14556
|
readonly specialCategory: null;
|
|
15453
|
-
readonly sort:
|
|
15454
|
-
readonly preferredScale: "vs";
|
|
14557
|
+
readonly sort: 26;
|
|
15455
14558
|
};
|
|
15456
14559
|
};
|
|
15457
14560
|
};
|
|
15458
|
-
|
|
15459
|
-
|
|
15460
|
-
|
|
15461
|
-
|
|
15462
|
-
|
|
15463
|
-
readonly backgroundColor: "#000000";
|
|
15464
|
-
};
|
|
15465
|
-
};
|
|
15466
|
-
}, {
|
|
15467
|
-
readonly schemaVersion: 2;
|
|
15468
|
-
readonly pattern: {
|
|
15469
|
-
readonly type: "StatusBarColor";
|
|
15470
|
-
readonly title: "title";
|
|
15471
|
-
readonly description: "description";
|
|
15472
|
-
readonly children: "never";
|
|
15473
|
-
readonly attributes: {
|
|
15474
|
-
readonly styles: {
|
|
15475
|
-
readonly backgroundColor: "color";
|
|
15476
|
-
};
|
|
15477
|
-
readonly translucent: "boolean";
|
|
15478
|
-
};
|
|
15479
|
-
};
|
|
15480
|
-
readonly meta: {
|
|
15481
|
-
readonly desiredParent: readonly ["all"];
|
|
15482
|
-
readonly label: "Status Bar Color";
|
|
15483
|
-
readonly description: "Sets the OS status bar background color.";
|
|
15484
|
-
readonly styles: {
|
|
15485
|
-
readonly backgroundColor: {
|
|
15486
|
-
readonly label: "Background Color";
|
|
15487
|
-
readonly description: "Status bar background color.";
|
|
15488
|
-
readonly category: "style";
|
|
15489
|
-
readonly specialCategory: null;
|
|
14561
|
+
readonly specialCategories: {
|
|
14562
|
+
readonly padding: {
|
|
14563
|
+
readonly label: "Padding";
|
|
14564
|
+
readonly description: "Uniform padding on all sides.";
|
|
14565
|
+
readonly category: "container";
|
|
15490
14566
|
readonly sort: 1;
|
|
15491
14567
|
};
|
|
15492
|
-
|
|
15493
|
-
|
|
15494
|
-
|
|
15495
|
-
readonly
|
|
15496
|
-
readonly description: "Sets the status bar to translucent.";
|
|
15497
|
-
readonly category: "style";
|
|
15498
|
-
readonly specialCategory: null;
|
|
14568
|
+
readonly margin: {
|
|
14569
|
+
readonly label: "Margin";
|
|
14570
|
+
readonly description: "Uniform margin on all sides.";
|
|
14571
|
+
readonly category: "container";
|
|
15499
14572
|
readonly sort: 2;
|
|
15500
14573
|
};
|
|
14574
|
+
readonly size: {
|
|
14575
|
+
readonly label: "Size";
|
|
14576
|
+
readonly description: "Fixed dimensions.";
|
|
14577
|
+
readonly category: "container";
|
|
14578
|
+
readonly sort: 3;
|
|
14579
|
+
};
|
|
14580
|
+
readonly offset: {
|
|
14581
|
+
readonly label: "Offset";
|
|
14582
|
+
readonly description: "Absolute positioning offsets.";
|
|
14583
|
+
readonly category: "container";
|
|
14584
|
+
readonly sort: 4;
|
|
14585
|
+
};
|
|
15501
14586
|
};
|
|
15502
14587
|
};
|
|
15503
14588
|
readonly defaults: {
|
|
14589
|
+
readonly translateCounter: 2;
|
|
14590
|
+
readonly numberOfLines: 1;
|
|
15504
14591
|
readonly styles: {
|
|
15505
|
-
readonly
|
|
14592
|
+
readonly color: "#34D399";
|
|
14593
|
+
readonly fontSize: "12@fs";
|
|
14594
|
+
readonly fontWeight: "600";
|
|
14595
|
+
readonly flexDirection: "column";
|
|
14596
|
+
readonly position: "relative";
|
|
14597
|
+
readonly zIndex: 1;
|
|
14598
|
+
readonly alignSelf: "flex-start";
|
|
14599
|
+
readonly flexGrow: 0;
|
|
14600
|
+
readonly flexShrink: 0;
|
|
14601
|
+
readonly textAlign: "center";
|
|
15506
14602
|
};
|
|
15507
14603
|
};
|
|
14604
|
+
readonly types: {};
|
|
15508
14605
|
}, {
|
|
15509
14606
|
readonly schemaVersion: 2;
|
|
15510
14607
|
readonly pattern: {
|
|
15511
|
-
readonly type: "
|
|
15512
|
-
readonly title: "
|
|
15513
|
-
readonly description: "
|
|
14608
|
+
readonly type: "RadioButton";
|
|
14609
|
+
readonly title: "title";
|
|
14610
|
+
readonly description: "description";
|
|
15514
14611
|
readonly children: "never";
|
|
15515
14612
|
readonly attributes: {
|
|
15516
|
-
readonly
|
|
15517
|
-
readonly numberOfLines: "number";
|
|
15518
|
-
readonly translateCounter: "number";
|
|
14613
|
+
readonly scrollable: "boolean";
|
|
15519
14614
|
readonly styles: {
|
|
15520
|
-
readonly color: "color";
|
|
15521
|
-
readonly fontSize: "number";
|
|
15522
|
-
readonly fontFamily: "fontFamily";
|
|
15523
|
-
readonly fontWeight: "string";
|
|
15524
|
-
readonly textAlign: "string";
|
|
15525
14615
|
readonly flexDirection: readonly ["row", "column"];
|
|
15526
14616
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
15527
14617
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -15542,11 +14632,11 @@ export declare const patterns: readonly [{
|
|
|
15542
14632
|
readonly marginLeft: "size";
|
|
15543
14633
|
readonly marginRight: "size";
|
|
15544
14634
|
readonly backgroundColor: "color";
|
|
15545
|
-
readonly borderRadius: "
|
|
14635
|
+
readonly borderRadius: "size";
|
|
15546
14636
|
readonly width: "size";
|
|
15547
14637
|
readonly minWidth: "size";
|
|
15548
14638
|
readonly maxWidth: "size";
|
|
15549
|
-
readonly height: "
|
|
14639
|
+
readonly height: "size";
|
|
15550
14640
|
readonly minHeight: "size";
|
|
15551
14641
|
readonly maxHeight: "size";
|
|
15552
14642
|
readonly flex: "number";
|
|
@@ -15557,69 +14647,43 @@ export declare const patterns: readonly [{
|
|
|
15557
14647
|
readonly right: "size";
|
|
15558
14648
|
readonly zIndex: "number";
|
|
15559
14649
|
};
|
|
15560
|
-
readonly scrollable: "boolean";
|
|
15561
14650
|
readonly testID: "string";
|
|
15562
|
-
readonly
|
|
15563
|
-
readonly
|
|
14651
|
+
readonly selected: "boolean";
|
|
14652
|
+
readonly color: "color";
|
|
14653
|
+
readonly size: "number";
|
|
15564
14654
|
};
|
|
15565
14655
|
};
|
|
15566
14656
|
readonly meta: {
|
|
15567
14657
|
readonly desiredParent: readonly ["all"];
|
|
15568
|
-
readonly label: "
|
|
15569
|
-
readonly description: "
|
|
15570
|
-
readonly
|
|
15571
|
-
readonly
|
|
15572
|
-
readonly label: "
|
|
15573
|
-
readonly description: "
|
|
15574
|
-
readonly category: "
|
|
15575
|
-
readonly specialCategory: null;
|
|
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";
|
|
15576
14665
|
readonly sort: 1;
|
|
15577
14666
|
};
|
|
15578
|
-
readonly
|
|
15579
|
-
readonly label: "
|
|
15580
|
-
readonly description: "
|
|
15581
|
-
readonly category: "
|
|
15582
|
-
readonly specialCategory: null;
|
|
14667
|
+
readonly margin: {
|
|
14668
|
+
readonly label: "Margin";
|
|
14669
|
+
readonly description: "Uniform margin on all sides.";
|
|
14670
|
+
readonly category: "container";
|
|
15583
14671
|
readonly sort: 2;
|
|
15584
|
-
readonly preferredScale: "f";
|
|
15585
14672
|
};
|
|
15586
|
-
readonly
|
|
15587
|
-
readonly label: "
|
|
15588
|
-
readonly description: "
|
|
15589
|
-
readonly category: "
|
|
15590
|
-
readonly specialCategory: null;
|
|
14673
|
+
readonly size: {
|
|
14674
|
+
readonly label: "Size";
|
|
14675
|
+
readonly description: "Fixed dimensions.";
|
|
14676
|
+
readonly category: "container";
|
|
15591
14677
|
readonly sort: 3;
|
|
15592
14678
|
};
|
|
15593
|
-
readonly
|
|
15594
|
-
readonly label: "
|
|
15595
|
-
readonly description: "
|
|
15596
|
-
readonly category: "
|
|
15597
|
-
readonly specialCategory: null;
|
|
14679
|
+
readonly offset: {
|
|
14680
|
+
readonly label: "Offset";
|
|
14681
|
+
readonly description: "Absolute positioning offsets.";
|
|
14682
|
+
readonly category: "container";
|
|
15598
14683
|
readonly sort: 4;
|
|
15599
14684
|
};
|
|
15600
|
-
readonly textAlign: {
|
|
15601
|
-
readonly label: "Text Align";
|
|
15602
|
-
readonly description: "Text alignment.";
|
|
15603
|
-
readonly category: "style";
|
|
15604
|
-
readonly specialCategory: null;
|
|
15605
|
-
readonly sort: 5;
|
|
15606
|
-
};
|
|
15607
14685
|
};
|
|
15608
14686
|
readonly attributes: {
|
|
15609
|
-
readonly adjustsFontSizeToFit: {
|
|
15610
|
-
readonly label: "Adjust Font Size To Fit";
|
|
15611
|
-
readonly description: "Automatically reduces font size to fit the available space.";
|
|
15612
|
-
readonly category: "other";
|
|
15613
|
-
readonly specialCategory: null;
|
|
15614
|
-
readonly sort: 1;
|
|
15615
|
-
};
|
|
15616
|
-
readonly showEllipsis: {
|
|
15617
|
-
readonly label: "Show Ellipsis";
|
|
15618
|
-
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
15619
|
-
readonly category: "other";
|
|
15620
|
-
readonly specialCategory: null;
|
|
15621
|
-
readonly sort: 2;
|
|
15622
|
-
};
|
|
15623
14687
|
readonly scrollable: {
|
|
15624
14688
|
readonly label: "Scrollable";
|
|
15625
14689
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -15885,94 +14949,167 @@ export declare const patterns: readonly [{
|
|
|
15885
14949
|
readonly sort: 25;
|
|
15886
14950
|
readonly preferredScale: "s";
|
|
15887
14951
|
};
|
|
15888
|
-
readonly zIndex: {
|
|
15889
|
-
readonly label: "Z-Index";
|
|
15890
|
-
readonly description: "Controls stacking order.";
|
|
14952
|
+
readonly zIndex: {
|
|
14953
|
+
readonly label: "Z-Index";
|
|
14954
|
+
readonly description: "Controls stacking order.";
|
|
14955
|
+
readonly category: "container";
|
|
14956
|
+
readonly specialCategory: null;
|
|
14957
|
+
readonly sort: 26;
|
|
14958
|
+
};
|
|
14959
|
+
};
|
|
14960
|
+
readonly color: {
|
|
14961
|
+
readonly label: "Color";
|
|
14962
|
+
readonly description: "Radio color.";
|
|
14963
|
+
readonly category: "style";
|
|
14964
|
+
readonly specialCategory: null;
|
|
14965
|
+
readonly sort: 1;
|
|
14966
|
+
};
|
|
14967
|
+
readonly size: {
|
|
14968
|
+
readonly label: "Size";
|
|
14969
|
+
readonly description: "Radio size in px.";
|
|
14970
|
+
readonly category: "style";
|
|
14971
|
+
readonly specialCategory: null;
|
|
14972
|
+
readonly sort: 2;
|
|
14973
|
+
};
|
|
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;
|
|
14980
|
+
};
|
|
14981
|
+
};
|
|
14982
|
+
readonly styles: {};
|
|
14983
|
+
};
|
|
14984
|
+
readonly defaults: {
|
|
14985
|
+
readonly styles: {
|
|
14986
|
+
readonly flexDirection: "column";
|
|
14987
|
+
readonly position: "relative";
|
|
14988
|
+
readonly zIndex: 1;
|
|
14989
|
+
readonly alignSelf: "flex-start";
|
|
14990
|
+
readonly flexGrow: 0;
|
|
14991
|
+
readonly flexShrink: 0;
|
|
14992
|
+
};
|
|
14993
|
+
};
|
|
14994
|
+
readonly types: {};
|
|
14995
|
+
}, {
|
|
14996
|
+
readonly schemaVersion: 2;
|
|
14997
|
+
readonly pattern: {
|
|
14998
|
+
readonly type: "Separator";
|
|
14999
|
+
readonly title: "title";
|
|
15000
|
+
readonly description: "description";
|
|
15001
|
+
readonly children: "never";
|
|
15002
|
+
readonly attributes: {
|
|
15003
|
+
readonly styles: {
|
|
15004
|
+
readonly backgroundColor: "color";
|
|
15005
|
+
readonly width: "size";
|
|
15006
|
+
readonly height: "size";
|
|
15007
|
+
readonly marginHorizontal: "size";
|
|
15008
|
+
readonly marginVertical: "size";
|
|
15009
|
+
readonly marginTop: "size";
|
|
15010
|
+
readonly marginBottom: "size";
|
|
15011
|
+
};
|
|
15012
|
+
readonly testID: "string";
|
|
15013
|
+
};
|
|
15014
|
+
};
|
|
15015
|
+
readonly meta: {
|
|
15016
|
+
readonly desiredParent: readonly ["all"];
|
|
15017
|
+
readonly label: "Separator";
|
|
15018
|
+
readonly description: "Horizontal line separator.";
|
|
15019
|
+
readonly attributes: {
|
|
15020
|
+
readonly styles: {
|
|
15021
|
+
readonly backgroundColor: {
|
|
15022
|
+
readonly label: "Color";
|
|
15023
|
+
readonly description: "Separator line color.";
|
|
15024
|
+
readonly category: "style";
|
|
15025
|
+
readonly specialCategory: null;
|
|
15026
|
+
readonly sort: 1;
|
|
15027
|
+
};
|
|
15028
|
+
readonly width: {
|
|
15029
|
+
readonly label: "Width";
|
|
15030
|
+
readonly description: "Separator width.";
|
|
15031
|
+
readonly category: "container";
|
|
15032
|
+
readonly specialCategory: null;
|
|
15033
|
+
readonly sort: 1;
|
|
15034
|
+
readonly preferredScale: "s";
|
|
15035
|
+
};
|
|
15036
|
+
readonly height: {
|
|
15037
|
+
readonly label: "Height";
|
|
15038
|
+
readonly description: "Separator thickness.";
|
|
15891
15039
|
readonly category: "container";
|
|
15892
15040
|
readonly specialCategory: null;
|
|
15893
|
-
readonly sort:
|
|
15041
|
+
readonly sort: 2;
|
|
15042
|
+
readonly preferredScale: "vs";
|
|
15894
15043
|
};
|
|
15895
15044
|
};
|
|
15896
|
-
|
|
15897
|
-
|
|
15898
|
-
|
|
15899
|
-
|
|
15900
|
-
|
|
15901
|
-
|
|
15902
|
-
readonly
|
|
15903
|
-
|
|
15904
|
-
|
|
15905
|
-
|
|
15906
|
-
|
|
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";
|
|
15907
15064
|
};
|
|
15065
|
+
readonly translucent: "boolean";
|
|
15908
15066
|
};
|
|
15909
|
-
|
|
15910
|
-
|
|
15911
|
-
|
|
15912
|
-
|
|
15913
|
-
|
|
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;
|
|
15914
15078
|
readonly sort: 1;
|
|
15915
15079
|
};
|
|
15916
|
-
|
|
15917
|
-
|
|
15918
|
-
|
|
15919
|
-
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;
|
|
15920
15087
|
readonly sort: 2;
|
|
15921
15088
|
};
|
|
15922
|
-
readonly size: {
|
|
15923
|
-
readonly label: "Size";
|
|
15924
|
-
readonly description: "Fixed dimensions.";
|
|
15925
|
-
readonly category: "container";
|
|
15926
|
-
readonly sort: 3;
|
|
15927
|
-
};
|
|
15928
|
-
readonly offset: {
|
|
15929
|
-
readonly label: "Offset";
|
|
15930
|
-
readonly description: "Absolute positioning offsets.";
|
|
15931
|
-
readonly category: "container";
|
|
15932
|
-
readonly sort: 4;
|
|
15933
|
-
};
|
|
15934
15089
|
};
|
|
15935
15090
|
};
|
|
15936
15091
|
readonly defaults: {
|
|
15937
|
-
readonly translateCounter: 1;
|
|
15938
|
-
readonly numberOfLines: 1;
|
|
15939
15092
|
readonly styles: {
|
|
15940
|
-
readonly
|
|
15941
|
-
readonly fontSize: "16@fs";
|
|
15942
|
-
readonly fontWeight: "400";
|
|
15943
|
-
readonly flexDirection: "column";
|
|
15944
|
-
readonly position: "relative";
|
|
15945
|
-
readonly zIndex: 1;
|
|
15946
|
-
readonly alignSelf: "flex-start";
|
|
15947
|
-
readonly flexGrow: 0;
|
|
15948
|
-
readonly flexShrink: 0;
|
|
15949
|
-
readonly height: 48;
|
|
15950
|
-
readonly borderRadius: 8;
|
|
15951
|
-
readonly backgroundColor: "THEME_COLORS.SYSTEM_BUTTON_BACKGROUND";
|
|
15952
|
-
};
|
|
15953
|
-
readonly attributes: {
|
|
15954
|
-
readonly labelKey: "Button";
|
|
15955
|
-
};
|
|
15956
|
-
};
|
|
15957
|
-
readonly types: {
|
|
15958
|
-
readonly EventObject: {
|
|
15959
|
-
readonly type: readonly ["Permission", "Navigate", "Placement"];
|
|
15960
|
-
readonly permission: "string";
|
|
15961
|
-
readonly navigate_to: "string";
|
|
15962
|
-
readonly targetIndex: "number";
|
|
15963
|
-
readonly placementKey: "string";
|
|
15093
|
+
readonly backgroundColor: "THEME_COLORS.BACKGROUND";
|
|
15964
15094
|
};
|
|
15965
15095
|
};
|
|
15966
15096
|
}, {
|
|
15967
15097
|
readonly schemaVersion: 2;
|
|
15968
15098
|
readonly pattern: {
|
|
15969
|
-
readonly type: "
|
|
15970
|
-
readonly title: "
|
|
15971
|
-
readonly description: "
|
|
15972
|
-
readonly children: "
|
|
15099
|
+
readonly type: "SystemButton";
|
|
15100
|
+
readonly title: "SystemButton";
|
|
15101
|
+
readonly description: "A reusable button component for system actions.";
|
|
15102
|
+
readonly children: "never";
|
|
15973
15103
|
readonly attributes: {
|
|
15974
|
-
readonly
|
|
15104
|
+
readonly adjustsFontSizeToFit: "boolean";
|
|
15105
|
+
readonly numberOfLines: "number";
|
|
15106
|
+
readonly translateCounter: "number";
|
|
15975
15107
|
readonly styles: {
|
|
15108
|
+
readonly color: "color";
|
|
15109
|
+
readonly fontSize: "number";
|
|
15110
|
+
readonly fontFamily: "fontFamily";
|
|
15111
|
+
readonly fontWeight: "string";
|
|
15112
|
+
readonly textAlign: "string";
|
|
15976
15113
|
readonly flexDirection: readonly ["row", "column"];
|
|
15977
15114
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
15978
15115
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -15993,11 +15130,11 @@ export declare const patterns: readonly [{
|
|
|
15993
15130
|
readonly marginLeft: "size";
|
|
15994
15131
|
readonly marginRight: "size";
|
|
15995
15132
|
readonly backgroundColor: "color";
|
|
15996
|
-
readonly borderRadius: "
|
|
15133
|
+
readonly borderRadius: "number";
|
|
15997
15134
|
readonly width: "size";
|
|
15998
15135
|
readonly minWidth: "size";
|
|
15999
15136
|
readonly maxWidth: "size";
|
|
16000
|
-
readonly height: "
|
|
15137
|
+
readonly height: "number";
|
|
16001
15138
|
readonly minHeight: "size";
|
|
16002
15139
|
readonly maxHeight: "size";
|
|
16003
15140
|
readonly flex: "number";
|
|
@@ -16008,41 +15145,69 @@ export declare const patterns: readonly [{
|
|
|
16008
15145
|
readonly right: "size";
|
|
16009
15146
|
readonly zIndex: "number";
|
|
16010
15147
|
};
|
|
15148
|
+
readonly scrollable: "boolean";
|
|
16011
15149
|
readonly testID: "string";
|
|
16012
|
-
readonly
|
|
15150
|
+
readonly labelKey: "string";
|
|
15151
|
+
readonly events: "EventObject[]";
|
|
16013
15152
|
};
|
|
16014
15153
|
};
|
|
16015
15154
|
readonly meta: {
|
|
16016
|
-
readonly desiredParent: readonly ["
|
|
16017
|
-
readonly label: "
|
|
16018
|
-
readonly description: "
|
|
16019
|
-
readonly
|
|
16020
|
-
readonly
|
|
16021
|
-
readonly label: "
|
|
16022
|
-
readonly description: "
|
|
16023
|
-
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;
|
|
16024
15164
|
readonly sort: 1;
|
|
16025
15165
|
};
|
|
16026
|
-
readonly
|
|
16027
|
-
readonly label: "
|
|
16028
|
-
readonly description: "
|
|
16029
|
-
readonly category: "
|
|
15166
|
+
readonly fontSize: {
|
|
15167
|
+
readonly label: "Font Size";
|
|
15168
|
+
readonly description: "Text size.";
|
|
15169
|
+
readonly category: "style";
|
|
15170
|
+
readonly specialCategory: null;
|
|
16030
15171
|
readonly sort: 2;
|
|
15172
|
+
readonly preferredScale: "f";
|
|
16031
15173
|
};
|
|
16032
|
-
readonly
|
|
16033
|
-
readonly label: "
|
|
16034
|
-
readonly description: "
|
|
16035
|
-
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;
|
|
16036
15179
|
readonly sort: 3;
|
|
16037
15180
|
};
|
|
16038
|
-
readonly
|
|
16039
|
-
readonly label: "
|
|
16040
|
-
readonly description: "
|
|
16041
|
-
readonly category: "
|
|
15181
|
+
readonly fontWeight: {
|
|
15182
|
+
readonly label: "Font Weight";
|
|
15183
|
+
readonly description: "Text weight.";
|
|
15184
|
+
readonly category: "style";
|
|
15185
|
+
readonly specialCategory: null;
|
|
16042
15186
|
readonly sort: 4;
|
|
16043
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
|
+
};
|
|
16044
15195
|
};
|
|
16045
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
|
+
};
|
|
16046
15211
|
readonly scrollable: {
|
|
16047
15212
|
readonly label: "Scrollable";
|
|
16048
15213
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -16316,30 +15481,76 @@ export declare const patterns: readonly [{
|
|
|
16316
15481
|
readonly sort: 26;
|
|
16317
15482
|
};
|
|
16318
15483
|
};
|
|
16319
|
-
readonly
|
|
16320
|
-
readonly label: "
|
|
16321
|
-
readonly description: "
|
|
15484
|
+
readonly labelKey: {
|
|
15485
|
+
readonly label: "Label Key";
|
|
15486
|
+
readonly description: "Localization key for button text.";
|
|
16322
15487
|
readonly category: "other";
|
|
16323
|
-
readonly specialCategory: null;
|
|
16324
15488
|
readonly sort: 1;
|
|
16325
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
|
+
};
|
|
16326
15522
|
};
|
|
16327
|
-
readonly styles: {};
|
|
16328
15523
|
};
|
|
16329
15524
|
readonly defaults: {
|
|
15525
|
+
readonly translateCounter: 1;
|
|
15526
|
+
readonly numberOfLines: 1;
|
|
16330
15527
|
readonly styles: {
|
|
15528
|
+
readonly color: "THEME_COLORS.SYSTEM_BUTTON_TEXT";
|
|
15529
|
+
readonly fontSize: "16@fs";
|
|
15530
|
+
readonly fontWeight: "400";
|
|
16331
15531
|
readonly flexDirection: "column";
|
|
16332
15532
|
readonly position: "relative";
|
|
16333
15533
|
readonly zIndex: 1;
|
|
16334
15534
|
readonly alignSelf: "flex-start";
|
|
16335
15535
|
readonly flexGrow: 0;
|
|
16336
15536
|
readonly flexShrink: 0;
|
|
16337
|
-
readonly
|
|
16338
|
-
readonly
|
|
16339
|
-
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";
|
|
16340
15552
|
};
|
|
16341
15553
|
};
|
|
16342
|
-
readonly types: {};
|
|
16343
15554
|
}, {
|
|
16344
15555
|
readonly schemaVersion: 2;
|
|
16345
15556
|
readonly pattern: {
|