@developer_tribe/react-builder 1.2.25 → 1.2.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/attributes-editor/AttributesEditorFields.d.ts +1 -1
- package/dist/attributes-editor/SpecialCategorySection.d.ts +1 -1
- package/dist/build-components/CountDown/CountDownProps.generated.d.ts +3 -4
- package/dist/build-components/PaywallOptions/PaywallOptionButton.d.ts +1 -1
- package/dist/build-components/PaywallProvider/PaywallContext.d.ts +1 -2
- package/dist/build-components/index.d.ts +1 -3
- package/dist/build-components/patterns.generated.d.ts +759 -1637
- package/dist/index.cjs.js +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.web.cjs.js +3 -3
- 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/paywall/hooks/index.d.ts +0 -1
- package/dist/styles.css +1 -1
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/projectColors.d.ts +7 -0
- package/package.json +3 -3
- package/src/DeviceMockFrame.tsx +0 -2
- package/src/RenderPage.tsx +0 -9
- package/src/assets/.DS_Store +0 -0
- package/src/assets/meta.json +1 -1
- package/src/assets/samples/paywall-1.json +0 -1
- package/src/assets/samples/paywall-2.json +2 -3
- package/src/assets/samples/paywall-app-delete-offer.json +2 -3
- package/src/assets/samples/paywall-app-open-offer.json +2 -3
- package/src/assets/samples/paywall-back-offer.json +2 -3
- package/src/assets/samples/paywall-notification-offer.json +2 -3
- package/src/assets/samples/vpn-onboard-1.json +15 -15
- package/src/assets/samples/vpn-onboard-2.json +15 -15
- package/src/assets/samples/vpn-onboard-3.json +15 -15
- package/src/assets/samples/vpn-onboard-4.json +15 -15
- package/src/assets/samples/vpn-onboard-5.json +21 -21
- package/src/assets/samples/vpn-onboard-6.json +15 -15
- package/src/attributes-editor/AttributesEditorFields.tsx +0 -1
- package/src/attributes-editor/AttributesEditorView.tsx +0 -2
- package/src/attributes-editor/Field.tsx +1 -1
- package/src/attributes-editor/SpecialCategorySection.tsx +0 -1
- package/src/attributes-editor/useAttributesEditorModel.ts +18 -8
- package/src/build-components/BIcon/BIcon.tsx +1 -1
- package/src/build-components/BIcon/pattern.json +1 -3
- package/src/build-components/BackgroundImage/pattern.json +2 -10
- package/src/build-components/Button/pattern.json +1 -3
- package/src/build-components/Carousel/Carousel.tsx +1 -1
- package/src/build-components/Carousel/pattern.json +2 -8
- package/src/build-components/CarouselButtons/pattern.json +2 -9
- package/src/build-components/CarouselDots/pattern.json +1 -3
- package/src/build-components/CarouselItem/pattern.json +1 -3
- package/src/build-components/CarouselProvider/CarouselProvider.tsx +1 -1
- package/src/build-components/CarouselProvider/pattern.json +1 -4
- package/src/build-components/CountDown/CountDown.tsx +25 -1
- package/src/build-components/CountDown/CountDownProps.generated.ts +3 -4
- package/src/build-components/CountDown/pattern.json +9 -4
- package/src/build-components/Main/pattern.json +1 -3
- package/src/build-components/NavigationBarColor/pattern.json +1 -3
- package/src/build-components/Onboard/pattern.json +2 -6
- package/src/build-components/OnboardButton/OnboardButton.tsx +1 -4
- package/src/build-components/OnboardButton/pattern.json +3 -14
- package/src/build-components/OnboardButtons/OnboardButtons.tsx +1 -9
- package/src/build-components/OnboardButtons/pattern.json +4 -15
- package/src/build-components/OnboardDot/OnboardDot.tsx +2 -1
- package/src/build-components/OnboardDot/pattern.json +1 -3
- package/src/build-components/OnboardFooter/pattern.json +1 -3
- package/src/build-components/OnboardImage/pattern.json +1 -5
- package/src/build-components/OnboardItem/OnboardItem.tsx +1 -1
- package/src/build-components/OnboardItem/pattern.json +3 -11
- package/src/build-components/OnboardProvider/OnboardProvider.tsx +0 -1
- package/src/build-components/OnboardProvider/pattern.json +2 -8
- package/src/build-components/OnboardSubtitle/pattern.json +1 -4
- package/src/build-components/OnboardTitle/pattern.json +1 -4
- package/src/build-components/PaywallBackground/pattern.json +1 -3
- package/src/build-components/PaywallCloseButton/pattern.json +1 -3
- package/src/build-components/PaywallOptions/PaywallOptionButton.tsx +1 -2
- package/src/build-components/PaywallOptions/pattern.json +1 -3
- package/src/build-components/PaywallProvider/PaywallContext.ts +1 -1
- package/src/build-components/PaywallProvider/PaywallProvider.tsx +0 -10
- package/src/build-components/PaywallProvider/pattern.json +1 -3
- package/src/build-components/PaywallSubscribeButton/PaywallSubscribeButton.tsx +1 -1
- package/src/build-components/PaywallSubscribeButton/pattern.json +1 -3
- package/src/build-components/RadioButton/RadioButton.tsx +1 -1
- package/src/build-components/RadioButton/pattern.json +1 -3
- package/src/build-components/RenderNode.generated.tsx +0 -10
- package/src/build-components/Separator/pattern.json +1 -3
- package/src/build-components/StatusBarColor/pattern.json +1 -3
- package/src/build-components/Text/pattern.json +2 -9
- package/src/build-components/View/pattern.json +4 -16
- package/src/build-components/index.ts +0 -10
- package/src/build-components/patterns.generated.ts +789 -1700
- package/src/components/Builder.tsx +5 -0
- package/src/components/BuilderProvider.tsx +2 -37
- package/src/hooks/useSafeAreaViewStyle.ts +1 -3
- package/src/mockOS/managers/navigationManager.ts +1 -1
- package/src/pages/ProjectPage.tsx +2 -0
- package/src/pages/tabs/SideTool.tsx +1 -22
- package/src/paywall/hooks/index.ts +0 -1
- package/src/store.ts +1 -6
- package/src/styles/base/_global.scss +2 -0
- package/src/utils/analyseNodeByPatterns.ts +4 -0
- package/src/utils/index.ts +1 -0
- package/src/utils/logRenderStore.ts +0 -1
- package/src/utils/novaToJson.ts +1 -5
- package/src/utils/parseColor.ts +1 -0
- package/src/utils/projectColors.ts +71 -0
- package/dist/build-components/Counter/Counter.d.ts +0 -2
- package/dist/build-components/Counter/CounterProps.generated.d.ts +0 -61
- package/dist/build-components/PaywallCounter/PaywallCounter.d.ts +0 -2
- package/dist/build-components/PaywallCounter/PaywallCounterProps.generated.d.ts +0 -61
- package/dist/paywall/hooks/useHandleGoBack.d.ts +0 -1
- package/src/build-components/Counter/Counter.tsx +0 -44
- package/src/build-components/Counter/CounterProps.generated.ts +0 -78
- package/src/build-components/Counter/pattern.json +0 -29
- package/src/build-components/PaywallCounter/PaywallCounter.tsx +0 -46
- package/src/build-components/PaywallCounter/PaywallCounterProps.generated.ts +0 -78
- package/src/build-components/PaywallCounter/pattern.json +0 -26
- package/src/paywall/hooks/useHandleGoBack.ts +0 -60
|
@@ -3110,7 +3110,6 @@ export declare const patterns: readonly [{
|
|
|
3110
3110
|
readonly description: "description";
|
|
3111
3111
|
readonly children: "never";
|
|
3112
3112
|
readonly attributes: {
|
|
3113
|
-
readonly count: "number";
|
|
3114
3113
|
readonly adjustsFontSizeToFit: "boolean";
|
|
3115
3114
|
readonly showEllipsis: "boolean";
|
|
3116
3115
|
readonly style: {
|
|
@@ -3118,7 +3117,7 @@ export declare const patterns: readonly [{
|
|
|
3118
3117
|
readonly fontSize: "size";
|
|
3119
3118
|
readonly fontFamily: "fontFamily";
|
|
3120
3119
|
readonly fontWeight: "fontWeight";
|
|
3121
|
-
readonly textAlign:
|
|
3120
|
+
readonly textAlign: "never";
|
|
3122
3121
|
readonly flexDirection: readonly ["row", "column"];
|
|
3123
3122
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
3124
3123
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -3140,7 +3139,7 @@ export declare const patterns: readonly [{
|
|
|
3140
3139
|
readonly marginRight: "size";
|
|
3141
3140
|
readonly backgroundColor: "color";
|
|
3142
3141
|
readonly borderRadius: "size";
|
|
3143
|
-
readonly width: "
|
|
3142
|
+
readonly width: "never";
|
|
3144
3143
|
readonly minWidth: "size";
|
|
3145
3144
|
readonly maxWidth: "size";
|
|
3146
3145
|
readonly height: "size";
|
|
@@ -3155,6 +3154,7 @@ export declare const patterns: readonly [{
|
|
|
3155
3154
|
readonly zIndex: "number";
|
|
3156
3155
|
};
|
|
3157
3156
|
readonly scrollable: "boolean";
|
|
3157
|
+
readonly count: "number";
|
|
3158
3158
|
};
|
|
3159
3159
|
readonly defaults: {
|
|
3160
3160
|
readonly style: {
|
|
@@ -3168,14 +3168,60 @@ export declare const patterns: readonly [{
|
|
|
3168
3168
|
readonly desiredParent: readonly ["all"];
|
|
3169
3169
|
readonly label: "Count Down";
|
|
3170
3170
|
readonly description: "Displays a countdown timer.";
|
|
3171
|
-
readonly
|
|
3172
|
-
readonly
|
|
3173
|
-
readonly label: "
|
|
3174
|
-
readonly description: "
|
|
3175
|
-
readonly category: "
|
|
3171
|
+
readonly styles: {
|
|
3172
|
+
readonly color: {
|
|
3173
|
+
readonly label: "Color";
|
|
3174
|
+
readonly description: "Text color.";
|
|
3175
|
+
readonly category: "style";
|
|
3176
3176
|
readonly specialCategory: null;
|
|
3177
3177
|
readonly sort: 1;
|
|
3178
3178
|
};
|
|
3179
|
+
readonly fontSize: {
|
|
3180
|
+
readonly label: "Font Size";
|
|
3181
|
+
readonly description: "Text size.";
|
|
3182
|
+
readonly category: "style";
|
|
3183
|
+
readonly specialCategory: null;
|
|
3184
|
+
readonly sort: 2;
|
|
3185
|
+
readonly preferredScale: "s";
|
|
3186
|
+
};
|
|
3187
|
+
readonly fontFamily: {
|
|
3188
|
+
readonly label: "Font Family";
|
|
3189
|
+
readonly description: "Font family used for the text.";
|
|
3190
|
+
readonly category: "style";
|
|
3191
|
+
readonly specialCategory: null;
|
|
3192
|
+
readonly sort: 3;
|
|
3193
|
+
};
|
|
3194
|
+
readonly fontWeight: {
|
|
3195
|
+
readonly label: "Font Weight";
|
|
3196
|
+
readonly description: "Text weight.";
|
|
3197
|
+
readonly category: "style";
|
|
3198
|
+
readonly specialCategory: null;
|
|
3199
|
+
readonly sort: 4;
|
|
3200
|
+
};
|
|
3201
|
+
readonly textAlign: {
|
|
3202
|
+
readonly label: "Text Align";
|
|
3203
|
+
readonly description: "Text alignment.";
|
|
3204
|
+
readonly category: "style";
|
|
3205
|
+
readonly specialCategory: null;
|
|
3206
|
+
readonly sort: 5;
|
|
3207
|
+
};
|
|
3208
|
+
readonly backgroundColor: {
|
|
3209
|
+
readonly label: "Background Color";
|
|
3210
|
+
readonly description: "Background fill color.";
|
|
3211
|
+
readonly category: "style";
|
|
3212
|
+
readonly specialCategory: null;
|
|
3213
|
+
readonly sort: 20;
|
|
3214
|
+
};
|
|
3215
|
+
readonly borderRadius: {
|
|
3216
|
+
readonly label: "Border Radius";
|
|
3217
|
+
readonly description: "Corner rounding amount.";
|
|
3218
|
+
readonly category: "style";
|
|
3219
|
+
readonly specialCategory: null;
|
|
3220
|
+
readonly sort: 21;
|
|
3221
|
+
readonly preferredScale: "s";
|
|
3222
|
+
};
|
|
3223
|
+
};
|
|
3224
|
+
readonly attributes: {
|
|
3179
3225
|
readonly adjustsFontSizeToFit: {
|
|
3180
3226
|
readonly label: "Adjust Font Size To Fit";
|
|
3181
3227
|
readonly description: "Automatically reduces font size to fit the available space.";
|
|
@@ -3446,59 +3492,13 @@ export declare const patterns: readonly [{
|
|
|
3446
3492
|
readonly specialCategory: null;
|
|
3447
3493
|
readonly sort: 26;
|
|
3448
3494
|
};
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
readonly
|
|
3453
|
-
readonly description: "Text color.";
|
|
3454
|
-
readonly category: "style";
|
|
3495
|
+
readonly count: {
|
|
3496
|
+
readonly label: "Count (ms)";
|
|
3497
|
+
readonly description: "Countdown duration in milliseconds.";
|
|
3498
|
+
readonly category: "other";
|
|
3455
3499
|
readonly specialCategory: null;
|
|
3456
3500
|
readonly sort: 1;
|
|
3457
3501
|
};
|
|
3458
|
-
readonly fontSize: {
|
|
3459
|
-
readonly label: "Font Size";
|
|
3460
|
-
readonly description: "Text size.";
|
|
3461
|
-
readonly category: "style";
|
|
3462
|
-
readonly specialCategory: null;
|
|
3463
|
-
readonly sort: 2;
|
|
3464
|
-
readonly preferredScale: "s";
|
|
3465
|
-
};
|
|
3466
|
-
readonly fontFamily: {
|
|
3467
|
-
readonly label: "Font Family";
|
|
3468
|
-
readonly description: "Font family used for the text.";
|
|
3469
|
-
readonly category: "style";
|
|
3470
|
-
readonly specialCategory: null;
|
|
3471
|
-
readonly sort: 3;
|
|
3472
|
-
};
|
|
3473
|
-
readonly fontWeight: {
|
|
3474
|
-
readonly label: "Font Weight";
|
|
3475
|
-
readonly description: "Text weight.";
|
|
3476
|
-
readonly category: "style";
|
|
3477
|
-
readonly specialCategory: null;
|
|
3478
|
-
readonly sort: 4;
|
|
3479
|
-
};
|
|
3480
|
-
readonly textAlign: {
|
|
3481
|
-
readonly label: "Text Align";
|
|
3482
|
-
readonly description: "Text alignment.";
|
|
3483
|
-
readonly category: "style";
|
|
3484
|
-
readonly specialCategory: null;
|
|
3485
|
-
readonly sort: 5;
|
|
3486
|
-
};
|
|
3487
|
-
readonly backgroundColor: {
|
|
3488
|
-
readonly label: "Background Color";
|
|
3489
|
-
readonly description: "Background fill color.";
|
|
3490
|
-
readonly category: "style";
|
|
3491
|
-
readonly specialCategory: null;
|
|
3492
|
-
readonly sort: 20;
|
|
3493
|
-
};
|
|
3494
|
-
readonly borderRadius: {
|
|
3495
|
-
readonly label: "Border Radius";
|
|
3496
|
-
readonly description: "Corner rounding amount.";
|
|
3497
|
-
readonly category: "style";
|
|
3498
|
-
readonly specialCategory: null;
|
|
3499
|
-
readonly sort: 21;
|
|
3500
|
-
readonly preferredScale: "s";
|
|
3501
|
-
};
|
|
3502
3502
|
};
|
|
3503
3503
|
readonly specialCategories: {
|
|
3504
3504
|
readonly padding: {
|
|
@@ -3544,19 +3544,13 @@ export declare const patterns: readonly [{
|
|
|
3544
3544
|
}, {
|
|
3545
3545
|
readonly schemaVersion: 2;
|
|
3546
3546
|
readonly pattern: {
|
|
3547
|
-
readonly type: "
|
|
3547
|
+
readonly type: "Image";
|
|
3548
3548
|
readonly title: "title";
|
|
3549
3549
|
readonly description: "description";
|
|
3550
3550
|
readonly children: "never";
|
|
3551
3551
|
readonly attributes: {
|
|
3552
|
-
readonly
|
|
3553
|
-
readonly showEllipsis: "boolean";
|
|
3552
|
+
readonly scrollable: "boolean";
|
|
3554
3553
|
readonly style: {
|
|
3555
|
-
readonly color: "color";
|
|
3556
|
-
readonly fontSize: "size";
|
|
3557
|
-
readonly fontFamily: "fontFamily";
|
|
3558
|
-
readonly fontWeight: "fontWeight";
|
|
3559
|
-
readonly textAlign: readonly ["left", "center", "right", "justify"];
|
|
3560
3554
|
readonly flexDirection: readonly ["row", "column"];
|
|
3561
3555
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
3562
3556
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -3591,59 +3585,47 @@ export declare const patterns: readonly [{
|
|
|
3591
3585
|
readonly left: "size";
|
|
3592
3586
|
readonly right: "size";
|
|
3593
3587
|
readonly zIndex: "number";
|
|
3588
|
+
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
3594
3589
|
};
|
|
3595
|
-
readonly
|
|
3596
|
-
readonly count: "number";
|
|
3590
|
+
readonly src: "string";
|
|
3597
3591
|
};
|
|
3598
3592
|
readonly defaults: {
|
|
3599
3593
|
readonly style: {
|
|
3600
|
-
readonly
|
|
3601
|
-
readonly fontSize: "16@fs";
|
|
3602
|
-
readonly fontWeight: "400";
|
|
3594
|
+
readonly resizeMode: "contain";
|
|
3603
3595
|
};
|
|
3604
3596
|
};
|
|
3605
3597
|
};
|
|
3606
3598
|
readonly meta: {
|
|
3607
3599
|
readonly desiredParent: readonly ["all"];
|
|
3608
|
-
readonly label: "
|
|
3609
|
-
readonly description: "
|
|
3610
|
-
readonly
|
|
3611
|
-
readonly
|
|
3612
|
-
readonly label: "
|
|
3613
|
-
readonly description: "
|
|
3614
|
-
readonly category: "
|
|
3615
|
-
readonly specialCategory: null;
|
|
3600
|
+
readonly label: "Image";
|
|
3601
|
+
readonly description: "Shows an image or graphic.";
|
|
3602
|
+
readonly specialCategories: {
|
|
3603
|
+
readonly padding: {
|
|
3604
|
+
readonly label: "Padding";
|
|
3605
|
+
readonly description: "Uniform padding on all sides.";
|
|
3606
|
+
readonly category: "container";
|
|
3616
3607
|
readonly sort: 1;
|
|
3617
3608
|
};
|
|
3618
|
-
readonly
|
|
3619
|
-
readonly label: "
|
|
3620
|
-
readonly description: "
|
|
3621
|
-
readonly category: "
|
|
3622
|
-
readonly specialCategory: null;
|
|
3609
|
+
readonly margin: {
|
|
3610
|
+
readonly label: "Margin";
|
|
3611
|
+
readonly description: "Uniform margin on all sides.";
|
|
3612
|
+
readonly category: "container";
|
|
3623
3613
|
readonly sort: 2;
|
|
3624
|
-
readonly preferredScale: "s";
|
|
3625
3614
|
};
|
|
3626
|
-
readonly
|
|
3627
|
-
readonly label: "
|
|
3628
|
-
readonly description: "
|
|
3629
|
-
readonly category: "
|
|
3630
|
-
readonly specialCategory: null;
|
|
3615
|
+
readonly size: {
|
|
3616
|
+
readonly label: "Size";
|
|
3617
|
+
readonly description: "Fixed dimensions.";
|
|
3618
|
+
readonly category: "container";
|
|
3631
3619
|
readonly sort: 3;
|
|
3632
3620
|
};
|
|
3633
|
-
readonly
|
|
3634
|
-
readonly label: "
|
|
3635
|
-
readonly description: "
|
|
3636
|
-
readonly category: "
|
|
3637
|
-
readonly specialCategory: null;
|
|
3621
|
+
readonly offset: {
|
|
3622
|
+
readonly label: "Offset";
|
|
3623
|
+
readonly description: "Absolute positioning offsets.";
|
|
3624
|
+
readonly category: "container";
|
|
3638
3625
|
readonly sort: 4;
|
|
3639
3626
|
};
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
readonly description: "Text alignment.";
|
|
3643
|
-
readonly category: "style";
|
|
3644
|
-
readonly specialCategory: null;
|
|
3645
|
-
readonly sort: 5;
|
|
3646
|
-
};
|
|
3627
|
+
};
|
|
3628
|
+
readonly styles: {
|
|
3647
3629
|
readonly backgroundColor: {
|
|
3648
3630
|
readonly label: "Background Color";
|
|
3649
3631
|
readonly description: "Background fill color.";
|
|
@@ -3659,22 +3641,15 @@ export declare const patterns: readonly [{
|
|
|
3659
3641
|
readonly sort: 21;
|
|
3660
3642
|
readonly preferredScale: "s";
|
|
3661
3643
|
};
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
readonly
|
|
3666
|
-
readonly description: "Automatically reduces font size to fit the available space.";
|
|
3667
|
-
readonly category: "other";
|
|
3668
|
-
readonly specialCategory: null;
|
|
3669
|
-
readonly sort: 1;
|
|
3670
|
-
};
|
|
3671
|
-
readonly showEllipsis: {
|
|
3672
|
-
readonly label: "Show Ellipsis";
|
|
3673
|
-
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
3674
|
-
readonly category: "other";
|
|
3644
|
+
readonly resizeMode: {
|
|
3645
|
+
readonly label: "Resize Mode";
|
|
3646
|
+
readonly description: "How the image fits the frame.";
|
|
3647
|
+
readonly category: "style";
|
|
3675
3648
|
readonly specialCategory: null;
|
|
3676
|
-
readonly sort:
|
|
3649
|
+
readonly sort: 4;
|
|
3677
3650
|
};
|
|
3651
|
+
};
|
|
3652
|
+
readonly attributes: {
|
|
3678
3653
|
readonly scrollable: {
|
|
3679
3654
|
readonly label: "Scrollable";
|
|
3680
3655
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -3931,62 +3906,34 @@ export declare const patterns: readonly [{
|
|
|
3931
3906
|
readonly specialCategory: null;
|
|
3932
3907
|
readonly sort: 26;
|
|
3933
3908
|
};
|
|
3934
|
-
readonly
|
|
3935
|
-
readonly label: "
|
|
3936
|
-
readonly description: "
|
|
3909
|
+
readonly src: {
|
|
3910
|
+
readonly label: "Src";
|
|
3911
|
+
readonly description: "Image source URL.";
|
|
3937
3912
|
readonly category: "other";
|
|
3938
3913
|
readonly specialCategory: null;
|
|
3939
3914
|
readonly sort: 1;
|
|
3940
3915
|
};
|
|
3941
3916
|
};
|
|
3942
|
-
readonly specialCategories: {
|
|
3943
|
-
readonly padding: {
|
|
3944
|
-
readonly label: "Padding";
|
|
3945
|
-
readonly description: "Uniform padding on all sides.";
|
|
3946
|
-
readonly category: "container";
|
|
3947
|
-
readonly sort: 1;
|
|
3948
|
-
};
|
|
3949
|
-
readonly margin: {
|
|
3950
|
-
readonly label: "Margin";
|
|
3951
|
-
readonly description: "Uniform margin on all sides.";
|
|
3952
|
-
readonly category: "container";
|
|
3953
|
-
readonly sort: 2;
|
|
3954
|
-
};
|
|
3955
|
-
readonly size: {
|
|
3956
|
-
readonly label: "Size";
|
|
3957
|
-
readonly description: "Fixed dimensions.";
|
|
3958
|
-
readonly category: "container";
|
|
3959
|
-
readonly sort: 3;
|
|
3960
|
-
};
|
|
3961
|
-
readonly offset: {
|
|
3962
|
-
readonly label: "Offset";
|
|
3963
|
-
readonly description: "Absolute positioning offsets.";
|
|
3964
|
-
readonly category: "container";
|
|
3965
|
-
readonly sort: 4;
|
|
3966
|
-
};
|
|
3967
|
-
};
|
|
3968
3917
|
};
|
|
3969
3918
|
readonly defaults: {
|
|
3970
3919
|
readonly style: {
|
|
3971
|
-
readonly color: "THEME_COLORS.TEXT";
|
|
3972
|
-
readonly fontSize: "16@fs";
|
|
3973
|
-
readonly fontWeight: "400";
|
|
3974
3920
|
readonly flexDirection: "column";
|
|
3975
3921
|
readonly position: "relative";
|
|
3976
3922
|
readonly zIndex: 1;
|
|
3977
3923
|
readonly alignSelf: "flex-start";
|
|
3978
3924
|
readonly flexGrow: 0;
|
|
3979
3925
|
readonly flexShrink: 0;
|
|
3926
|
+
readonly resizeMode: "contain";
|
|
3980
3927
|
};
|
|
3981
3928
|
};
|
|
3982
3929
|
readonly types: {};
|
|
3983
3930
|
}, {
|
|
3984
3931
|
readonly schemaVersion: 2;
|
|
3985
3932
|
readonly pattern: {
|
|
3986
|
-
readonly type: "
|
|
3933
|
+
readonly type: "Main";
|
|
3987
3934
|
readonly title: "title";
|
|
3988
3935
|
readonly description: "description";
|
|
3989
|
-
readonly children: "
|
|
3936
|
+
readonly children: "node";
|
|
3990
3937
|
readonly attributes: {
|
|
3991
3938
|
readonly scrollable: "boolean";
|
|
3992
3939
|
readonly style: {
|
|
@@ -4024,20 +3971,14 @@ export declare const patterns: readonly [{
|
|
|
4024
3971
|
readonly left: "size";
|
|
4025
3972
|
readonly right: "size";
|
|
4026
3973
|
readonly zIndex: "number";
|
|
4027
|
-
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
4028
|
-
};
|
|
4029
|
-
readonly src: "string";
|
|
4030
|
-
};
|
|
4031
|
-
readonly defaults: {
|
|
4032
|
-
readonly style: {
|
|
4033
|
-
readonly resizeMode: "contain";
|
|
4034
3974
|
};
|
|
3975
|
+
readonly useSafeAreaView: "boolean";
|
|
4035
3976
|
};
|
|
4036
3977
|
};
|
|
4037
3978
|
readonly meta: {
|
|
4038
|
-
readonly desiredParent: readonly ["
|
|
4039
|
-
readonly label: "
|
|
4040
|
-
readonly description: "
|
|
3979
|
+
readonly desiredParent: readonly ["root"];
|
|
3980
|
+
readonly label: "Main";
|
|
3981
|
+
readonly description: "Top-level screen wrapper (safe area, base layout).";
|
|
4041
3982
|
readonly specialCategories: {
|
|
4042
3983
|
readonly padding: {
|
|
4043
3984
|
readonly label: "Padding";
|
|
@@ -4080,13 +4021,6 @@ export declare const patterns: readonly [{
|
|
|
4080
4021
|
readonly sort: 21;
|
|
4081
4022
|
readonly preferredScale: "s";
|
|
4082
4023
|
};
|
|
4083
|
-
readonly resizeMode: {
|
|
4084
|
-
readonly label: "Resize Mode";
|
|
4085
|
-
readonly description: "How the image fits the frame.";
|
|
4086
|
-
readonly category: "style";
|
|
4087
|
-
readonly specialCategory: null;
|
|
4088
|
-
readonly sort: 4;
|
|
4089
|
-
};
|
|
4090
4024
|
};
|
|
4091
4025
|
readonly attributes: {
|
|
4092
4026
|
readonly scrollable: {
|
|
@@ -4345,14 +4279,16 @@ export declare const patterns: readonly [{
|
|
|
4345
4279
|
readonly specialCategory: null;
|
|
4346
4280
|
readonly sort: 26;
|
|
4347
4281
|
};
|
|
4348
|
-
readonly
|
|
4349
|
-
readonly label: "
|
|
4350
|
-
readonly description: "
|
|
4351
|
-
readonly category: "
|
|
4282
|
+
readonly useSafeAreaView: {
|
|
4283
|
+
readonly label: "Use Safe Area View";
|
|
4284
|
+
readonly description: "Wraps content with a safe-area-aware container (when supported by the target).";
|
|
4285
|
+
readonly category: "container";
|
|
4352
4286
|
readonly specialCategory: null;
|
|
4353
4287
|
readonly sort: 1;
|
|
4288
|
+
readonly forceVisible: true;
|
|
4354
4289
|
};
|
|
4355
4290
|
};
|
|
4291
|
+
readonly hideAllAttributes: true;
|
|
4356
4292
|
};
|
|
4357
4293
|
readonly defaults: {
|
|
4358
4294
|
readonly style: {
|
|
@@ -4362,17 +4298,20 @@ export declare const patterns: readonly [{
|
|
|
4362
4298
|
readonly alignSelf: "flex-start";
|
|
4363
4299
|
readonly flexGrow: 0;
|
|
4364
4300
|
readonly flexShrink: 0;
|
|
4365
|
-
readonly
|
|
4301
|
+
readonly width: "100%";
|
|
4302
|
+
readonly height: "100%";
|
|
4303
|
+
readonly flex: 1;
|
|
4366
4304
|
};
|
|
4305
|
+
readonly useSafeAreaView: true;
|
|
4367
4306
|
};
|
|
4368
4307
|
readonly types: {};
|
|
4369
4308
|
}, {
|
|
4370
4309
|
readonly schemaVersion: 2;
|
|
4371
4310
|
readonly pattern: {
|
|
4372
|
-
readonly type: "
|
|
4311
|
+
readonly type: "NavigationBarColor";
|
|
4373
4312
|
readonly title: "title";
|
|
4374
4313
|
readonly description: "description";
|
|
4375
|
-
readonly children: "
|
|
4314
|
+
readonly children: "never";
|
|
4376
4315
|
readonly attributes: {
|
|
4377
4316
|
readonly scrollable: "boolean";
|
|
4378
4317
|
readonly style: {
|
|
@@ -4411,13 +4350,12 @@ export declare const patterns: readonly [{
|
|
|
4411
4350
|
readonly right: "size";
|
|
4412
4351
|
readonly zIndex: "number";
|
|
4413
4352
|
};
|
|
4414
|
-
readonly useSafeAreaView: "boolean";
|
|
4415
4353
|
};
|
|
4416
4354
|
};
|
|
4417
4355
|
readonly meta: {
|
|
4418
|
-
readonly desiredParent: readonly ["
|
|
4419
|
-
readonly label: "
|
|
4420
|
-
readonly description: "
|
|
4356
|
+
readonly desiredParent: readonly ["all"];
|
|
4357
|
+
readonly label: "Navigation Bar Color";
|
|
4358
|
+
readonly description: "Sets the OS navigation bar background color.";
|
|
4421
4359
|
readonly specialCategories: {
|
|
4422
4360
|
readonly padding: {
|
|
4423
4361
|
readonly label: "Padding";
|
|
@@ -4447,10 +4385,10 @@ export declare const patterns: readonly [{
|
|
|
4447
4385
|
readonly styles: {
|
|
4448
4386
|
readonly backgroundColor: {
|
|
4449
4387
|
readonly label: "Background Color";
|
|
4450
|
-
readonly description: "
|
|
4388
|
+
readonly description: "Navigation bar background color.";
|
|
4451
4389
|
readonly category: "style";
|
|
4452
4390
|
readonly specialCategory: null;
|
|
4453
|
-
readonly sort:
|
|
4391
|
+
readonly sort: 1;
|
|
4454
4392
|
};
|
|
4455
4393
|
readonly borderRadius: {
|
|
4456
4394
|
readonly label: "Border Radius";
|
|
@@ -4718,16 +4656,7 @@ export declare const patterns: readonly [{
|
|
|
4718
4656
|
readonly specialCategory: null;
|
|
4719
4657
|
readonly sort: 26;
|
|
4720
4658
|
};
|
|
4721
|
-
readonly useSafeAreaView: {
|
|
4722
|
-
readonly label: "Use Safe Area View";
|
|
4723
|
-
readonly description: "Wraps content with a safe-area-aware container (when supported by the target).";
|
|
4724
|
-
readonly category: "container";
|
|
4725
|
-
readonly specialCategory: null;
|
|
4726
|
-
readonly sort: 1;
|
|
4727
|
-
readonly forceVisible: true;
|
|
4728
|
-
};
|
|
4729
4659
|
};
|
|
4730
|
-
readonly hideAllAttributes: true;
|
|
4731
4660
|
};
|
|
4732
4661
|
readonly defaults: {
|
|
4733
4662
|
readonly style: {
|
|
@@ -4737,20 +4666,17 @@ export declare const patterns: readonly [{
|
|
|
4737
4666
|
readonly alignSelf: "flex-start";
|
|
4738
4667
|
readonly flexGrow: 0;
|
|
4739
4668
|
readonly flexShrink: 0;
|
|
4740
|
-
readonly
|
|
4741
|
-
readonly height: "100%";
|
|
4742
|
-
readonly flex: 1;
|
|
4669
|
+
readonly backgroundColor: "THEME_COLORS.BACKGROUND";
|
|
4743
4670
|
};
|
|
4744
|
-
readonly useSafeAreaView: true;
|
|
4745
4671
|
};
|
|
4746
4672
|
readonly types: {};
|
|
4747
4673
|
}, {
|
|
4748
4674
|
readonly schemaVersion: 2;
|
|
4749
4675
|
readonly pattern: {
|
|
4750
|
-
readonly type: "
|
|
4676
|
+
readonly type: "Onboard";
|
|
4751
4677
|
readonly title: "title";
|
|
4752
4678
|
readonly description: "description";
|
|
4753
|
-
readonly children: "
|
|
4679
|
+
readonly children: "node";
|
|
4754
4680
|
readonly attributes: {
|
|
4755
4681
|
readonly scrollable: "boolean";
|
|
4756
4682
|
readonly style: {
|
|
@@ -4792,9 +4718,9 @@ export declare const patterns: readonly [{
|
|
|
4792
4718
|
};
|
|
4793
4719
|
};
|
|
4794
4720
|
readonly meta: {
|
|
4795
|
-
readonly desiredParent: readonly ["
|
|
4796
|
-
readonly label: "
|
|
4797
|
-
readonly description: "
|
|
4721
|
+
readonly desiredParent: readonly ["=OnboardProvider"];
|
|
4722
|
+
readonly label: "Onboard";
|
|
4723
|
+
readonly description: "Wraps the onboarding flow.";
|
|
4798
4724
|
readonly specialCategories: {
|
|
4799
4725
|
readonly padding: {
|
|
4800
4726
|
readonly label: "Padding";
|
|
@@ -4824,10 +4750,10 @@ export declare const patterns: readonly [{
|
|
|
4824
4750
|
readonly styles: {
|
|
4825
4751
|
readonly backgroundColor: {
|
|
4826
4752
|
readonly label: "Background Color";
|
|
4827
|
-
readonly description: "
|
|
4753
|
+
readonly description: "Background fill color.";
|
|
4828
4754
|
readonly category: "style";
|
|
4829
4755
|
readonly specialCategory: null;
|
|
4830
|
-
readonly sort:
|
|
4756
|
+
readonly sort: 20;
|
|
4831
4757
|
};
|
|
4832
4758
|
readonly borderRadius: {
|
|
4833
4759
|
readonly label: "Border Radius";
|
|
@@ -5096,26 +5022,26 @@ export declare const patterns: readonly [{
|
|
|
5096
5022
|
readonly sort: 26;
|
|
5097
5023
|
};
|
|
5098
5024
|
};
|
|
5025
|
+
readonly desiredChildren: readonly ["=OnboardItem"];
|
|
5099
5026
|
};
|
|
5100
5027
|
readonly defaults: {
|
|
5101
5028
|
readonly style: {
|
|
5102
|
-
readonly flexDirection: "
|
|
5029
|
+
readonly flexDirection: "row";
|
|
5103
5030
|
readonly position: "relative";
|
|
5104
5031
|
readonly zIndex: 1;
|
|
5105
5032
|
readonly alignSelf: "flex-start";
|
|
5106
5033
|
readonly flexGrow: 0;
|
|
5107
5034
|
readonly flexShrink: 0;
|
|
5108
|
-
readonly backgroundColor: "THEME_COLORS.BACKGROUND";
|
|
5109
5035
|
};
|
|
5110
5036
|
};
|
|
5111
5037
|
readonly types: {};
|
|
5112
5038
|
}, {
|
|
5113
5039
|
readonly schemaVersion: 2;
|
|
5114
5040
|
readonly pattern: {
|
|
5115
|
-
readonly type: "
|
|
5041
|
+
readonly type: "OnboardButton";
|
|
5116
5042
|
readonly title: "title";
|
|
5117
5043
|
readonly description: "description";
|
|
5118
|
-
readonly children: "
|
|
5044
|
+
readonly children: "never";
|
|
5119
5045
|
readonly attributes: {
|
|
5120
5046
|
readonly scrollable: "boolean";
|
|
5121
5047
|
readonly style: {
|
|
@@ -5154,12 +5080,25 @@ export declare const patterns: readonly [{
|
|
|
5154
5080
|
readonly right: "size";
|
|
5155
5081
|
readonly zIndex: "number";
|
|
5156
5082
|
};
|
|
5083
|
+
readonly labelKey: "string";
|
|
5084
|
+
readonly button_text_color: "color";
|
|
5085
|
+
readonly animation: readonly ["simple-animation", "line-animation", "blur", "blur-animation", "blur-line-animation"];
|
|
5086
|
+
readonly animation_color: "color";
|
|
5087
|
+
readonly button_background_color: "color";
|
|
5088
|
+
readonly flex: "number";
|
|
5089
|
+
readonly events: "EventObject[]";
|
|
5090
|
+
};
|
|
5091
|
+
readonly defaults: {
|
|
5092
|
+
readonly style: {
|
|
5093
|
+
readonly height: "40@vs";
|
|
5094
|
+
readonly borderRadius: "12@s";
|
|
5095
|
+
};
|
|
5157
5096
|
};
|
|
5158
5097
|
};
|
|
5159
5098
|
readonly meta: {
|
|
5160
|
-
readonly desiredParent: readonly ["=
|
|
5161
|
-
readonly label: "Onboard";
|
|
5162
|
-
readonly description: "
|
|
5099
|
+
readonly desiredParent: readonly ["=OnboardButtons"];
|
|
5100
|
+
readonly label: "Onboard Button";
|
|
5101
|
+
readonly description: "Single action button for onboarding.";
|
|
5163
5102
|
readonly specialCategories: {
|
|
5164
5103
|
readonly padding: {
|
|
5165
5104
|
readonly label: "Padding";
|
|
@@ -5202,6 +5141,34 @@ export declare const patterns: readonly [{
|
|
|
5202
5141
|
readonly sort: 21;
|
|
5203
5142
|
readonly preferredScale: "s";
|
|
5204
5143
|
};
|
|
5144
|
+
readonly button_text_color: {
|
|
5145
|
+
readonly label: "Button Text Color";
|
|
5146
|
+
readonly description: "Text color of the button.";
|
|
5147
|
+
readonly category: "style";
|
|
5148
|
+
readonly specialCategory: null;
|
|
5149
|
+
readonly sort: 2;
|
|
5150
|
+
};
|
|
5151
|
+
readonly animation: {
|
|
5152
|
+
readonly label: "Animation";
|
|
5153
|
+
readonly description: "Animation style for the button.";
|
|
5154
|
+
readonly category: "style";
|
|
5155
|
+
readonly specialCategory: null;
|
|
5156
|
+
readonly sort: 3;
|
|
5157
|
+
};
|
|
5158
|
+
readonly animation_color: {
|
|
5159
|
+
readonly label: "Animation Color";
|
|
5160
|
+
readonly description: "Color used by the animation.";
|
|
5161
|
+
readonly category: "style";
|
|
5162
|
+
readonly specialCategory: null;
|
|
5163
|
+
readonly sort: 4;
|
|
5164
|
+
};
|
|
5165
|
+
readonly button_background_color: {
|
|
5166
|
+
readonly label: "Button Background Color";
|
|
5167
|
+
readonly description: "Background color of the button.";
|
|
5168
|
+
readonly category: "style";
|
|
5169
|
+
readonly specialCategory: null;
|
|
5170
|
+
readonly sort: 5;
|
|
5171
|
+
};
|
|
5205
5172
|
};
|
|
5206
5173
|
readonly attributes: {
|
|
5207
5174
|
readonly scrollable: {
|
|
@@ -5409,9 +5376,9 @@ export declare const patterns: readonly [{
|
|
|
5409
5376
|
};
|
|
5410
5377
|
readonly flex: {
|
|
5411
5378
|
readonly label: "Flex";
|
|
5412
|
-
readonly description: "Flex grow
|
|
5379
|
+
readonly description: "Flex grow value in layout.";
|
|
5413
5380
|
readonly category: "container";
|
|
5414
|
-
readonly specialCategory:
|
|
5381
|
+
readonly specialCategory: null;
|
|
5415
5382
|
readonly sort: 6;
|
|
5416
5383
|
};
|
|
5417
5384
|
readonly position: {
|
|
@@ -5460,27 +5427,49 @@ export declare const patterns: readonly [{
|
|
|
5460
5427
|
readonly specialCategory: null;
|
|
5461
5428
|
readonly sort: 26;
|
|
5462
5429
|
};
|
|
5430
|
+
readonly labelKey: {
|
|
5431
|
+
readonly label: "Label Key";
|
|
5432
|
+
readonly description: "Localization key for the button text.";
|
|
5433
|
+
readonly category: "other";
|
|
5434
|
+
readonly specialCategory: null;
|
|
5435
|
+
readonly sort: 1;
|
|
5436
|
+
};
|
|
5437
|
+
readonly events: {
|
|
5438
|
+
readonly label: "Events";
|
|
5439
|
+
readonly description: "List of events fired by the button.";
|
|
5440
|
+
readonly category: "other";
|
|
5441
|
+
readonly specialCategory: null;
|
|
5442
|
+
readonly sort: 7;
|
|
5443
|
+
};
|
|
5463
5444
|
};
|
|
5464
|
-
readonly desiredChildren: readonly ["=OnboardItem"];
|
|
5465
5445
|
};
|
|
5466
5446
|
readonly defaults: {
|
|
5467
5447
|
readonly style: {
|
|
5468
|
-
readonly flexDirection: "
|
|
5448
|
+
readonly flexDirection: "column";
|
|
5469
5449
|
readonly position: "relative";
|
|
5470
5450
|
readonly zIndex: 1;
|
|
5471
5451
|
readonly alignSelf: "flex-start";
|
|
5472
5452
|
readonly flexGrow: 0;
|
|
5473
5453
|
readonly flexShrink: 0;
|
|
5454
|
+
readonly height: "40@vs";
|
|
5455
|
+
readonly borderRadius: "12@s";
|
|
5456
|
+
};
|
|
5457
|
+
};
|
|
5458
|
+
readonly types: {
|
|
5459
|
+
readonly EventObject: {
|
|
5460
|
+
readonly type: readonly ["Permission", "Navigate"];
|
|
5461
|
+
readonly permission: readonly ["att", "notification", "rating", "GDPR", "null"];
|
|
5462
|
+
readonly navigate_to: "string";
|
|
5463
|
+
readonly targetIndex: "number";
|
|
5474
5464
|
};
|
|
5475
5465
|
};
|
|
5476
|
-
readonly types: {};
|
|
5477
5466
|
}, {
|
|
5478
5467
|
readonly schemaVersion: 2;
|
|
5479
5468
|
readonly pattern: {
|
|
5480
|
-
readonly type: "
|
|
5469
|
+
readonly type: "OnboardButtons";
|
|
5481
5470
|
readonly title: "title";
|
|
5482
5471
|
readonly description: "description";
|
|
5483
|
-
readonly children: "
|
|
5472
|
+
readonly children: "node";
|
|
5484
5473
|
readonly attributes: {
|
|
5485
5474
|
readonly scrollable: "boolean";
|
|
5486
5475
|
readonly style: {
|
|
@@ -5519,25 +5508,30 @@ export declare const patterns: readonly [{
|
|
|
5519
5508
|
readonly right: "size";
|
|
5520
5509
|
readonly zIndex: "number";
|
|
5521
5510
|
};
|
|
5522
|
-
readonly
|
|
5523
|
-
readonly
|
|
5524
|
-
readonly
|
|
5525
|
-
readonly
|
|
5526
|
-
readonly
|
|
5527
|
-
readonly
|
|
5528
|
-
readonly
|
|
5511
|
+
readonly buttonType: readonly ["previous_button", "next_button", "skip_button"];
|
|
5512
|
+
readonly skipNumber: "number";
|
|
5513
|
+
readonly buttons_direction: readonly ["row", "column"];
|
|
5514
|
+
readonly forIndex: "number";
|
|
5515
|
+
readonly seperatorColor: "color";
|
|
5516
|
+
readonly condition: readonly ["carousel-index"];
|
|
5517
|
+
readonly conditionVariable: "number";
|
|
5529
5518
|
};
|
|
5530
5519
|
readonly defaults: {
|
|
5531
5520
|
readonly style: {
|
|
5532
|
-
readonly
|
|
5533
|
-
readonly
|
|
5521
|
+
readonly display: "flex";
|
|
5522
|
+
readonly flexDirection: "row";
|
|
5523
|
+
readonly gap: 12;
|
|
5524
|
+
readonly alignItems: "center";
|
|
5525
|
+
readonly justifyContent: "center";
|
|
5526
|
+
readonly marginVertical: "12@vs";
|
|
5527
|
+
readonly marginHorizontal: "24@s";
|
|
5534
5528
|
};
|
|
5535
5529
|
};
|
|
5536
5530
|
};
|
|
5537
5531
|
readonly meta: {
|
|
5538
|
-
readonly desiredParent: readonly ["=
|
|
5539
|
-
readonly label: "Onboard
|
|
5540
|
-
readonly description: "
|
|
5532
|
+
readonly desiredParent: readonly ["=OnboardItem"];
|
|
5533
|
+
readonly label: "Onboard Buttons";
|
|
5534
|
+
readonly description: "Wrapper for onboarding button set.";
|
|
5541
5535
|
readonly specialCategories: {
|
|
5542
5536
|
readonly padding: {
|
|
5543
5537
|
readonly label: "Padding";
|
|
@@ -5580,30 +5574,9 @@ export declare const patterns: readonly [{
|
|
|
5580
5574
|
readonly sort: 21;
|
|
5581
5575
|
readonly preferredScale: "s";
|
|
5582
5576
|
};
|
|
5583
|
-
readonly
|
|
5584
|
-
readonly label: "
|
|
5585
|
-
readonly description: "
|
|
5586
|
-
readonly category: "style";
|
|
5587
|
-
readonly specialCategory: null;
|
|
5588
|
-
readonly sort: 2;
|
|
5589
|
-
};
|
|
5590
|
-
readonly animation: {
|
|
5591
|
-
readonly label: "Animation";
|
|
5592
|
-
readonly description: "Animation style for the button.";
|
|
5593
|
-
readonly category: "style";
|
|
5594
|
-
readonly specialCategory: null;
|
|
5595
|
-
readonly sort: 3;
|
|
5596
|
-
};
|
|
5597
|
-
readonly animation_color: {
|
|
5598
|
-
readonly label: "Animation Color";
|
|
5599
|
-
readonly description: "Color used by the animation.";
|
|
5600
|
-
readonly category: "style";
|
|
5601
|
-
readonly specialCategory: null;
|
|
5602
|
-
readonly sort: 4;
|
|
5603
|
-
};
|
|
5604
|
-
readonly button_background_color: {
|
|
5605
|
-
readonly label: "Button Background Color";
|
|
5606
|
-
readonly description: "Background color of the button.";
|
|
5577
|
+
readonly seperatorColor: {
|
|
5578
|
+
readonly label: "Seperator Color";
|
|
5579
|
+
readonly description: "Color of the divider line.";
|
|
5607
5580
|
readonly category: "style";
|
|
5608
5581
|
readonly specialCategory: null;
|
|
5609
5582
|
readonly sort: 5;
|
|
@@ -5815,9 +5788,9 @@ export declare const patterns: readonly [{
|
|
|
5815
5788
|
};
|
|
5816
5789
|
readonly flex: {
|
|
5817
5790
|
readonly label: "Flex";
|
|
5818
|
-
readonly description: "Flex grow
|
|
5791
|
+
readonly description: "Flex grow factor (e.g. 1 fills available space).";
|
|
5819
5792
|
readonly category: "container";
|
|
5820
|
-
readonly specialCategory:
|
|
5793
|
+
readonly specialCategory: "size";
|
|
5821
5794
|
readonly sort: 6;
|
|
5822
5795
|
};
|
|
5823
5796
|
readonly position: {
|
|
@@ -5866,16 +5839,44 @@ export declare const patterns: readonly [{
|
|
|
5866
5839
|
readonly specialCategory: null;
|
|
5867
5840
|
readonly sort: 26;
|
|
5868
5841
|
};
|
|
5869
|
-
readonly
|
|
5870
|
-
readonly label: "
|
|
5871
|
-
readonly description: "
|
|
5842
|
+
readonly buttonType: {
|
|
5843
|
+
readonly label: "Button Type";
|
|
5844
|
+
readonly description: "Which onboard button to show.";
|
|
5872
5845
|
readonly category: "other";
|
|
5873
5846
|
readonly specialCategory: null;
|
|
5874
5847
|
readonly sort: 1;
|
|
5875
5848
|
};
|
|
5876
|
-
readonly
|
|
5877
|
-
readonly label: "
|
|
5878
|
-
readonly description: "
|
|
5849
|
+
readonly skipNumber: {
|
|
5850
|
+
readonly label: "Skip Number";
|
|
5851
|
+
readonly description: "Slide index to skip to.";
|
|
5852
|
+
readonly category: "other";
|
|
5853
|
+
readonly specialCategory: null;
|
|
5854
|
+
readonly sort: 2;
|
|
5855
|
+
};
|
|
5856
|
+
readonly buttons_direction: {
|
|
5857
|
+
readonly label: "Buttons Direction";
|
|
5858
|
+
readonly description: "Direction to lay out buttons.";
|
|
5859
|
+
readonly category: "container";
|
|
5860
|
+
readonly specialCategory: null;
|
|
5861
|
+
readonly sort: 3;
|
|
5862
|
+
};
|
|
5863
|
+
readonly forIndex: {
|
|
5864
|
+
readonly label: "For Index";
|
|
5865
|
+
readonly description: "Show only for this slide index.";
|
|
5866
|
+
readonly category: "other";
|
|
5867
|
+
readonly specialCategory: null;
|
|
5868
|
+
readonly sort: 4;
|
|
5869
|
+
};
|
|
5870
|
+
readonly condition: {
|
|
5871
|
+
readonly label: "Condition";
|
|
5872
|
+
readonly description: "Built-in condition to check.";
|
|
5873
|
+
readonly category: "other";
|
|
5874
|
+
readonly specialCategory: null;
|
|
5875
|
+
readonly sort: 6;
|
|
5876
|
+
};
|
|
5877
|
+
readonly conditionVariable: {
|
|
5878
|
+
readonly label: "Condition Variable";
|
|
5879
|
+
readonly description: "Value used when checking the condition.";
|
|
5879
5880
|
readonly category: "other";
|
|
5880
5881
|
readonly specialCategory: null;
|
|
5881
5882
|
readonly sort: 7;
|
|
@@ -5884,31 +5885,28 @@ export declare const patterns: readonly [{
|
|
|
5884
5885
|
};
|
|
5885
5886
|
readonly defaults: {
|
|
5886
5887
|
readonly style: {
|
|
5887
|
-
readonly flexDirection: "
|
|
5888
|
+
readonly flexDirection: "row";
|
|
5888
5889
|
readonly position: "relative";
|
|
5889
5890
|
readonly zIndex: 1;
|
|
5890
5891
|
readonly alignSelf: "flex-start";
|
|
5891
5892
|
readonly flexGrow: 0;
|
|
5892
5893
|
readonly flexShrink: 0;
|
|
5893
|
-
readonly
|
|
5894
|
-
readonly
|
|
5895
|
-
|
|
5896
|
-
|
|
5897
|
-
|
|
5898
|
-
|
|
5899
|
-
readonly type: readonly ["Permission", "Navigate"];
|
|
5900
|
-
readonly permission: readonly ["att", "notification", "rating", "GDPR", "null"];
|
|
5901
|
-
readonly navigate_to: "string";
|
|
5902
|
-
readonly targetIndex: "number";
|
|
5894
|
+
readonly display: "flex";
|
|
5895
|
+
readonly gap: 12;
|
|
5896
|
+
readonly alignItems: "center";
|
|
5897
|
+
readonly justifyContent: "center";
|
|
5898
|
+
readonly marginVertical: "12@vs";
|
|
5899
|
+
readonly marginHorizontal: "24@s";
|
|
5903
5900
|
};
|
|
5904
5901
|
};
|
|
5902
|
+
readonly types: {};
|
|
5905
5903
|
}, {
|
|
5906
5904
|
readonly schemaVersion: 2;
|
|
5907
5905
|
readonly pattern: {
|
|
5908
|
-
readonly type: "
|
|
5906
|
+
readonly type: "OnboardDot";
|
|
5909
5907
|
readonly title: "title";
|
|
5910
5908
|
readonly description: "description";
|
|
5911
|
-
readonly children: "
|
|
5909
|
+
readonly children: "never";
|
|
5912
5910
|
readonly attributes: {
|
|
5913
5911
|
readonly scrollable: "boolean";
|
|
5914
5912
|
readonly style: {
|
|
@@ -5947,30 +5945,20 @@ export declare const patterns: readonly [{
|
|
|
5947
5945
|
readonly right: "size";
|
|
5948
5946
|
readonly zIndex: "number";
|
|
5949
5947
|
};
|
|
5950
|
-
readonly
|
|
5951
|
-
readonly
|
|
5952
|
-
readonly
|
|
5953
|
-
readonly
|
|
5954
|
-
readonly
|
|
5955
|
-
readonly
|
|
5956
|
-
readonly
|
|
5957
|
-
|
|
5958
|
-
readonly defaults: {
|
|
5959
|
-
readonly style: {
|
|
5960
|
-
readonly display: "flex";
|
|
5961
|
-
readonly flexDirection: "row";
|
|
5962
|
-
readonly gap: 12;
|
|
5963
|
-
readonly alignItems: "center";
|
|
5964
|
-
readonly justifyContent: "center";
|
|
5965
|
-
readonly marginVertical: "12@vs";
|
|
5966
|
-
readonly marginHorizontal: "24@s";
|
|
5967
|
-
};
|
|
5948
|
+
readonly dotType: readonly ["expanding_dot", "normal_dot", "scaling_dot", "sliding_border", "sliding_dot", "liquid_like"];
|
|
5949
|
+
readonly dot_thickness: "size";
|
|
5950
|
+
readonly inactive_dot_opacity: "number";
|
|
5951
|
+
readonly inactive_dot_color: "color";
|
|
5952
|
+
readonly active_dot_color: "color";
|
|
5953
|
+
readonly flexDirection: "never";
|
|
5954
|
+
readonly alignItems: "never";
|
|
5955
|
+
readonly justifyContent: "never";
|
|
5968
5956
|
};
|
|
5969
5957
|
};
|
|
5970
5958
|
readonly meta: {
|
|
5971
|
-
readonly desiredParent: readonly ["
|
|
5972
|
-
readonly label: "Onboard
|
|
5973
|
-
readonly description: "
|
|
5959
|
+
readonly desiredParent: readonly [">OnboardProvider"];
|
|
5960
|
+
readonly label: "Onboard Dot";
|
|
5961
|
+
readonly description: "Renders onboarding progress dots.";
|
|
5974
5962
|
readonly specialCategories: {
|
|
5975
5963
|
readonly padding: {
|
|
5976
5964
|
readonly label: "Padding";
|
|
@@ -6013,9 +6001,37 @@ export declare const patterns: readonly [{
|
|
|
6013
6001
|
readonly sort: 21;
|
|
6014
6002
|
readonly preferredScale: "s";
|
|
6015
6003
|
};
|
|
6016
|
-
readonly
|
|
6017
|
-
readonly label: "
|
|
6018
|
-
readonly description: "
|
|
6004
|
+
readonly dotType: {
|
|
6005
|
+
readonly label: "Dot Type";
|
|
6006
|
+
readonly description: "Dot animation style.";
|
|
6007
|
+
readonly category: "style";
|
|
6008
|
+
readonly specialCategory: null;
|
|
6009
|
+
readonly sort: 1;
|
|
6010
|
+
};
|
|
6011
|
+
readonly inactive_dot_opacity: {
|
|
6012
|
+
readonly label: "Inactive Dot Opacity";
|
|
6013
|
+
readonly description: "Opacity for inactive dots.";
|
|
6014
|
+
readonly category: "style";
|
|
6015
|
+
readonly specialCategory: null;
|
|
6016
|
+
readonly sort: 3;
|
|
6017
|
+
};
|
|
6018
|
+
readonly inactive_dot_color: {
|
|
6019
|
+
readonly label: "Inactive Dot Color";
|
|
6020
|
+
readonly description: "Color of inactive dots.";
|
|
6021
|
+
readonly category: "style";
|
|
6022
|
+
readonly specialCategory: null;
|
|
6023
|
+
readonly sort: 4;
|
|
6024
|
+
};
|
|
6025
|
+
readonly dot_thickness: {
|
|
6026
|
+
readonly label: "Dot Thickness";
|
|
6027
|
+
readonly description: "Dot size/diameter.";
|
|
6028
|
+
readonly category: "style";
|
|
6029
|
+
readonly specialCategory: null;
|
|
6030
|
+
readonly sort: 2;
|
|
6031
|
+
};
|
|
6032
|
+
readonly active_dot_color: {
|
|
6033
|
+
readonly label: "Active Dot Color";
|
|
6034
|
+
readonly description: "Color of the active dot.";
|
|
6019
6035
|
readonly category: "style";
|
|
6020
6036
|
readonly specialCategory: null;
|
|
6021
6037
|
readonly sort: 5;
|
|
@@ -6278,48 +6294,6 @@ export declare const patterns: readonly [{
|
|
|
6278
6294
|
readonly specialCategory: null;
|
|
6279
6295
|
readonly sort: 26;
|
|
6280
6296
|
};
|
|
6281
|
-
readonly buttonType: {
|
|
6282
|
-
readonly label: "Button Type";
|
|
6283
|
-
readonly description: "Which onboard button to show.";
|
|
6284
|
-
readonly category: "other";
|
|
6285
|
-
readonly specialCategory: null;
|
|
6286
|
-
readonly sort: 1;
|
|
6287
|
-
};
|
|
6288
|
-
readonly skipNumber: {
|
|
6289
|
-
readonly label: "Skip Number";
|
|
6290
|
-
readonly description: "Slide index to skip to.";
|
|
6291
|
-
readonly category: "other";
|
|
6292
|
-
readonly specialCategory: null;
|
|
6293
|
-
readonly sort: 2;
|
|
6294
|
-
};
|
|
6295
|
-
readonly buttons_direction: {
|
|
6296
|
-
readonly label: "Buttons Direction";
|
|
6297
|
-
readonly description: "Direction to lay out buttons.";
|
|
6298
|
-
readonly category: "container";
|
|
6299
|
-
readonly specialCategory: null;
|
|
6300
|
-
readonly sort: 3;
|
|
6301
|
-
};
|
|
6302
|
-
readonly forIndex: {
|
|
6303
|
-
readonly label: "For Index";
|
|
6304
|
-
readonly description: "Show only for this slide index.";
|
|
6305
|
-
readonly category: "other";
|
|
6306
|
-
readonly specialCategory: null;
|
|
6307
|
-
readonly sort: 4;
|
|
6308
|
-
};
|
|
6309
|
-
readonly condition: {
|
|
6310
|
-
readonly label: "Condition";
|
|
6311
|
-
readonly description: "Built-in condition to check.";
|
|
6312
|
-
readonly category: "other";
|
|
6313
|
-
readonly specialCategory: null;
|
|
6314
|
-
readonly sort: 6;
|
|
6315
|
-
};
|
|
6316
|
-
readonly conditionVariable: {
|
|
6317
|
-
readonly label: "Condition Variable";
|
|
6318
|
-
readonly description: "Value used when checking the condition.";
|
|
6319
|
-
readonly category: "other";
|
|
6320
|
-
readonly specialCategory: null;
|
|
6321
|
-
readonly sort: 7;
|
|
6322
|
-
};
|
|
6323
6297
|
};
|
|
6324
6298
|
};
|
|
6325
6299
|
readonly defaults: {
|
|
@@ -6330,25 +6304,32 @@ export declare const patterns: readonly [{
|
|
|
6330
6304
|
readonly alignSelf: "flex-start";
|
|
6331
6305
|
readonly flexGrow: 0;
|
|
6332
6306
|
readonly flexShrink: 0;
|
|
6333
|
-
readonly display: "flex";
|
|
6334
|
-
readonly gap: 12;
|
|
6335
6307
|
readonly alignItems: "center";
|
|
6336
6308
|
readonly justifyContent: "center";
|
|
6337
|
-
readonly
|
|
6338
|
-
readonly marginHorizontal: "24@s";
|
|
6309
|
+
readonly gap: "12@s";
|
|
6339
6310
|
};
|
|
6311
|
+
readonly dotType: "expanding_dot";
|
|
6312
|
+
readonly dot_thickness: 10;
|
|
6313
|
+
readonly inactive_dot_opacity: 0.3;
|
|
6314
|
+
readonly active_dot_color: "#007AFF";
|
|
6340
6315
|
};
|
|
6341
6316
|
readonly types: {};
|
|
6342
6317
|
}, {
|
|
6343
6318
|
readonly schemaVersion: 2;
|
|
6344
6319
|
readonly pattern: {
|
|
6345
|
-
readonly type: "
|
|
6320
|
+
readonly type: "OnboardFooter";
|
|
6346
6321
|
readonly title: "title";
|
|
6347
6322
|
readonly description: "description";
|
|
6348
|
-
readonly children: "
|
|
6323
|
+
readonly children: "node";
|
|
6349
6324
|
readonly attributes: {
|
|
6350
|
-
readonly
|
|
6325
|
+
readonly adjustsFontSizeToFit: "boolean";
|
|
6326
|
+
readonly showEllipsis: "boolean";
|
|
6351
6327
|
readonly style: {
|
|
6328
|
+
readonly color: "color";
|
|
6329
|
+
readonly fontSize: "size";
|
|
6330
|
+
readonly fontFamily: "fontFamily";
|
|
6331
|
+
readonly fontWeight: "fontWeight";
|
|
6332
|
+
readonly textAlign: readonly ["left", "center", "right", "justify"];
|
|
6352
6333
|
readonly flexDirection: readonly ["row", "column"];
|
|
6353
6334
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
6354
6335
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -6384,47 +6365,64 @@ export declare const patterns: readonly [{
|
|
|
6384
6365
|
readonly right: "size";
|
|
6385
6366
|
readonly zIndex: "number";
|
|
6386
6367
|
};
|
|
6387
|
-
readonly
|
|
6388
|
-
readonly
|
|
6389
|
-
readonly
|
|
6390
|
-
readonly
|
|
6391
|
-
readonly
|
|
6392
|
-
readonly
|
|
6393
|
-
readonly
|
|
6394
|
-
readonly
|
|
6368
|
+
readonly scrollable: "boolean";
|
|
6369
|
+
readonly textLocalizationKey: "string";
|
|
6370
|
+
readonly linkedWordFirstLocalizationKey: "string";
|
|
6371
|
+
readonly linkedWordFirstColor: "color";
|
|
6372
|
+
readonly linkedWordFirstPage: "string";
|
|
6373
|
+
readonly linkedWordSecondLocalizationKey: "string";
|
|
6374
|
+
readonly linkedWordSecondColor: "color";
|
|
6375
|
+
readonly linkedWordSecondPage: "string";
|
|
6376
|
+
};
|
|
6377
|
+
readonly defaults: {
|
|
6378
|
+
readonly style: {
|
|
6379
|
+
readonly color: "THEME_COLORS.TEXT";
|
|
6380
|
+
readonly fontSize: "16@fs";
|
|
6381
|
+
readonly fontWeight: "400";
|
|
6382
|
+
};
|
|
6395
6383
|
};
|
|
6396
6384
|
};
|
|
6397
6385
|
readonly meta: {
|
|
6398
|
-
readonly desiredParent: readonly [">
|
|
6399
|
-
readonly label: "Onboard
|
|
6400
|
-
readonly description: "
|
|
6401
|
-
readonly
|
|
6402
|
-
readonly
|
|
6403
|
-
readonly label: "
|
|
6404
|
-
readonly description: "
|
|
6405
|
-
readonly category: "
|
|
6386
|
+
readonly desiredParent: readonly [">OnboardItem"];
|
|
6387
|
+
readonly label: "Onboard Footer";
|
|
6388
|
+
readonly description: "Footer text with optional links.";
|
|
6389
|
+
readonly styles: {
|
|
6390
|
+
readonly color: {
|
|
6391
|
+
readonly label: "Color";
|
|
6392
|
+
readonly description: "Text color.";
|
|
6393
|
+
readonly category: "style";
|
|
6394
|
+
readonly specialCategory: null;
|
|
6406
6395
|
readonly sort: 1;
|
|
6407
6396
|
};
|
|
6408
|
-
readonly
|
|
6409
|
-
readonly label: "
|
|
6410
|
-
readonly description: "
|
|
6411
|
-
readonly category: "
|
|
6397
|
+
readonly fontSize: {
|
|
6398
|
+
readonly label: "Font Size";
|
|
6399
|
+
readonly description: "Text size.";
|
|
6400
|
+
readonly category: "style";
|
|
6401
|
+
readonly specialCategory: null;
|
|
6412
6402
|
readonly sort: 2;
|
|
6403
|
+
readonly preferredScale: "s";
|
|
6413
6404
|
};
|
|
6414
|
-
readonly
|
|
6415
|
-
readonly label: "
|
|
6416
|
-
readonly description: "
|
|
6417
|
-
readonly category: "
|
|
6405
|
+
readonly fontFamily: {
|
|
6406
|
+
readonly label: "Font Family";
|
|
6407
|
+
readonly description: "Font family used for the text.";
|
|
6408
|
+
readonly category: "style";
|
|
6409
|
+
readonly specialCategory: null;
|
|
6418
6410
|
readonly sort: 3;
|
|
6419
6411
|
};
|
|
6420
|
-
readonly
|
|
6421
|
-
readonly label: "
|
|
6422
|
-
readonly description: "
|
|
6423
|
-
readonly category: "
|
|
6412
|
+
readonly fontWeight: {
|
|
6413
|
+
readonly label: "Font Weight";
|
|
6414
|
+
readonly description: "Text weight.";
|
|
6415
|
+
readonly category: "style";
|
|
6416
|
+
readonly specialCategory: null;
|
|
6424
6417
|
readonly sort: 4;
|
|
6425
6418
|
};
|
|
6426
|
-
|
|
6427
|
-
|
|
6419
|
+
readonly textAlign: {
|
|
6420
|
+
readonly label: "Text Align";
|
|
6421
|
+
readonly description: "Text alignment.";
|
|
6422
|
+
readonly category: "style";
|
|
6423
|
+
readonly specialCategory: null;
|
|
6424
|
+
readonly sort: 5;
|
|
6425
|
+
};
|
|
6428
6426
|
readonly backgroundColor: {
|
|
6429
6427
|
readonly label: "Background Color";
|
|
6430
6428
|
readonly description: "Background fill color.";
|
|
@@ -6440,903 +6438,36 @@ export declare const patterns: readonly [{
|
|
|
6440
6438
|
readonly sort: 21;
|
|
6441
6439
|
readonly preferredScale: "s";
|
|
6442
6440
|
};
|
|
6443
|
-
readonly
|
|
6444
|
-
readonly label: "
|
|
6445
|
-
readonly description: "
|
|
6446
|
-
readonly category: "style";
|
|
6447
|
-
readonly specialCategory: null;
|
|
6448
|
-
readonly sort: 1;
|
|
6449
|
-
};
|
|
6450
|
-
readonly inactive_dot_opacity: {
|
|
6451
|
-
readonly label: "Inactive Dot Opacity";
|
|
6452
|
-
readonly description: "Opacity for inactive dots.";
|
|
6453
|
-
readonly category: "style";
|
|
6454
|
-
readonly specialCategory: null;
|
|
6455
|
-
readonly sort: 3;
|
|
6456
|
-
};
|
|
6457
|
-
readonly inactive_dot_color: {
|
|
6458
|
-
readonly label: "Inactive Dot Color";
|
|
6459
|
-
readonly description: "Color of inactive dots.";
|
|
6460
|
-
readonly category: "style";
|
|
6461
|
-
readonly specialCategory: null;
|
|
6462
|
-
readonly sort: 4;
|
|
6463
|
-
};
|
|
6464
|
-
readonly dot_thickness: {
|
|
6465
|
-
readonly label: "Dot Thickness";
|
|
6466
|
-
readonly description: "Dot size/diameter.";
|
|
6467
|
-
readonly category: "style";
|
|
6468
|
-
readonly specialCategory: null;
|
|
6469
|
-
readonly sort: 2;
|
|
6470
|
-
};
|
|
6471
|
-
readonly active_dot_color: {
|
|
6472
|
-
readonly label: "Active Dot Color";
|
|
6473
|
-
readonly description: "Color of the active dot.";
|
|
6474
|
-
readonly category: "style";
|
|
6475
|
-
readonly specialCategory: null;
|
|
6476
|
-
readonly sort: 5;
|
|
6477
|
-
};
|
|
6478
|
-
};
|
|
6479
|
-
readonly attributes: {
|
|
6480
|
-
readonly scrollable: {
|
|
6481
|
-
readonly label: "Scrollable";
|
|
6482
|
-
readonly description: "Turns scroll interaction on.";
|
|
6483
|
-
readonly category: "container";
|
|
6484
|
-
readonly specialCategory: null;
|
|
6485
|
-
readonly sort: -1;
|
|
6486
|
-
};
|
|
6487
|
-
readonly flexDirection: {
|
|
6488
|
-
readonly label: "Flex Direction";
|
|
6489
|
-
readonly description: "Sets row or column layout.";
|
|
6490
|
-
readonly category: "container";
|
|
6491
|
-
readonly specialCategory: null;
|
|
6492
|
-
readonly sort: 4;
|
|
6493
|
-
};
|
|
6494
|
-
readonly flexWrap: {
|
|
6495
|
-
readonly label: "Flex Wrap";
|
|
6496
|
-
readonly description: "Controls whether flex items wrap to multiple lines.";
|
|
6497
|
-
readonly category: "container";
|
|
6498
|
-
readonly specialCategory: null;
|
|
6499
|
-
readonly sort: 4.5;
|
|
6500
|
-
};
|
|
6501
|
-
readonly alignItems: {
|
|
6502
|
-
readonly label: "Align Items";
|
|
6503
|
-
readonly description: "Controls cross-axis alignment.";
|
|
6504
|
-
readonly category: "container";
|
|
6505
|
-
readonly specialCategory: null;
|
|
6506
|
-
readonly sort: 3;
|
|
6507
|
-
};
|
|
6508
|
-
readonly justifyContent: {
|
|
6509
|
-
readonly label: "Justify Content";
|
|
6510
|
-
readonly description: "Controls main-axis alignment.";
|
|
6511
|
-
readonly category: "container";
|
|
6512
|
-
readonly specialCategory: null;
|
|
6513
|
-
readonly sort: 5;
|
|
6514
|
-
};
|
|
6515
|
-
readonly gap: {
|
|
6516
|
-
readonly label: "Gap";
|
|
6517
|
-
readonly description: "Space between children.";
|
|
6518
|
-
readonly category: "container";
|
|
6519
|
-
readonly specialCategory: null;
|
|
6520
|
-
readonly sort: 10;
|
|
6521
|
-
readonly preferredScale: "s";
|
|
6522
|
-
};
|
|
6523
|
-
readonly padding: {
|
|
6524
|
-
readonly label: "Padding";
|
|
6525
|
-
readonly description: "Uniform padding on all sides.";
|
|
6526
|
-
readonly category: "container";
|
|
6527
|
-
readonly specialCategory: "padding";
|
|
6528
|
-
readonly sort: 6;
|
|
6529
|
-
readonly preferredScale: "s";
|
|
6530
|
-
};
|
|
6531
|
-
readonly paddingHorizontal: {
|
|
6532
|
-
readonly label: "Padding Horizontal";
|
|
6533
|
-
readonly description: "Left and right padding.";
|
|
6534
|
-
readonly category: "container";
|
|
6535
|
-
readonly specialCategory: "padding";
|
|
6536
|
-
readonly sort: 7;
|
|
6537
|
-
readonly preferredScale: "s";
|
|
6538
|
-
};
|
|
6539
|
-
readonly paddingVertical: {
|
|
6540
|
-
readonly label: "Padding Vertical";
|
|
6541
|
-
readonly description: "Top and bottom padding.";
|
|
6542
|
-
readonly category: "container";
|
|
6543
|
-
readonly specialCategory: "padding";
|
|
6544
|
-
readonly sort: 8;
|
|
6545
|
-
readonly preferredScale: "vs";
|
|
6546
|
-
};
|
|
6547
|
-
readonly paddingTop: {
|
|
6548
|
-
readonly label: "Padding Top";
|
|
6549
|
-
readonly description: "Top padding only.";
|
|
6550
|
-
readonly category: "container";
|
|
6551
|
-
readonly specialCategory: "padding";
|
|
6552
|
-
readonly sort: 9;
|
|
6553
|
-
readonly preferredScale: "vs";
|
|
6554
|
-
};
|
|
6555
|
-
readonly paddingBottom: {
|
|
6556
|
-
readonly label: "Padding Bottom";
|
|
6557
|
-
readonly description: "Bottom padding only.";
|
|
6558
|
-
readonly category: "container";
|
|
6559
|
-
readonly specialCategory: "padding";
|
|
6560
|
-
readonly sort: 10;
|
|
6561
|
-
readonly preferredScale: "vs";
|
|
6562
|
-
};
|
|
6563
|
-
readonly paddingLeft: {
|
|
6564
|
-
readonly label: "Padding Left";
|
|
6565
|
-
readonly description: "Left padding only.";
|
|
6566
|
-
readonly category: "container";
|
|
6567
|
-
readonly specialCategory: "padding";
|
|
6568
|
-
readonly sort: 11;
|
|
6569
|
-
readonly preferredScale: "s";
|
|
6570
|
-
};
|
|
6571
|
-
readonly paddingRight: {
|
|
6572
|
-
readonly label: "Padding Right";
|
|
6573
|
-
readonly description: "Right padding only.";
|
|
6574
|
-
readonly category: "container";
|
|
6575
|
-
readonly specialCategory: "padding";
|
|
6576
|
-
readonly sort: 12;
|
|
6577
|
-
readonly preferredScale: "s";
|
|
6578
|
-
};
|
|
6579
|
-
readonly margin: {
|
|
6580
|
-
readonly label: "Margin";
|
|
6581
|
-
readonly description: "Uniform margin on all sides.";
|
|
6582
|
-
readonly category: "container";
|
|
6583
|
-
readonly specialCategory: "margin";
|
|
6584
|
-
readonly sort: 13;
|
|
6585
|
-
readonly preferredScale: "s";
|
|
6586
|
-
};
|
|
6587
|
-
readonly marginHorizontal: {
|
|
6588
|
-
readonly label: "Margin Horizontal";
|
|
6589
|
-
readonly description: "Left and right margin.";
|
|
6590
|
-
readonly category: "container";
|
|
6591
|
-
readonly specialCategory: "margin";
|
|
6592
|
-
readonly sort: 14;
|
|
6593
|
-
readonly preferredScale: "s";
|
|
6594
|
-
};
|
|
6595
|
-
readonly marginVertical: {
|
|
6596
|
-
readonly label: "Margin Vertical";
|
|
6597
|
-
readonly description: "Top and bottom margin.";
|
|
6598
|
-
readonly category: "container";
|
|
6599
|
-
readonly specialCategory: "margin";
|
|
6600
|
-
readonly sort: 15;
|
|
6601
|
-
readonly preferredScale: "vs";
|
|
6602
|
-
};
|
|
6603
|
-
readonly marginTop: {
|
|
6604
|
-
readonly label: "Margin Top";
|
|
6605
|
-
readonly description: "Top margin only.";
|
|
6606
|
-
readonly category: "container";
|
|
6607
|
-
readonly specialCategory: "margin";
|
|
6608
|
-
readonly sort: 16;
|
|
6609
|
-
readonly preferredScale: "vs";
|
|
6610
|
-
};
|
|
6611
|
-
readonly marginBottom: {
|
|
6612
|
-
readonly label: "Margin Bottom";
|
|
6613
|
-
readonly description: "Bottom margin only.";
|
|
6614
|
-
readonly category: "container";
|
|
6615
|
-
readonly specialCategory: "margin";
|
|
6616
|
-
readonly sort: 17;
|
|
6617
|
-
readonly preferredScale: "vs";
|
|
6618
|
-
};
|
|
6619
|
-
readonly marginLeft: {
|
|
6620
|
-
readonly label: "Margin Left";
|
|
6621
|
-
readonly description: "Left margin only.";
|
|
6622
|
-
readonly category: "container";
|
|
6623
|
-
readonly specialCategory: "margin";
|
|
6624
|
-
readonly sort: 18;
|
|
6625
|
-
readonly preferredScale: "s";
|
|
6626
|
-
};
|
|
6627
|
-
readonly marginRight: {
|
|
6628
|
-
readonly label: "Margin Right";
|
|
6629
|
-
readonly description: "Right margin only.";
|
|
6630
|
-
readonly category: "container";
|
|
6631
|
-
readonly specialCategory: "margin";
|
|
6632
|
-
readonly sort: 19;
|
|
6633
|
-
readonly preferredScale: "s";
|
|
6634
|
-
};
|
|
6635
|
-
readonly width: {
|
|
6636
|
-
readonly label: "Width";
|
|
6637
|
-
readonly description: "Fixed width value.";
|
|
6638
|
-
readonly category: "container";
|
|
6639
|
-
readonly specialCategory: "size";
|
|
6640
|
-
readonly sort: 0;
|
|
6641
|
-
readonly preferredScale: "s";
|
|
6642
|
-
};
|
|
6643
|
-
readonly minWidth: {
|
|
6644
|
-
readonly label: "Min Width";
|
|
6645
|
-
readonly description: "Minimum width constraint.";
|
|
6646
|
-
readonly category: "container";
|
|
6647
|
-
readonly specialCategory: "size";
|
|
6648
|
-
readonly sort: 1;
|
|
6649
|
-
readonly preferredScale: "s";
|
|
6650
|
-
};
|
|
6651
|
-
readonly maxWidth: {
|
|
6652
|
-
readonly label: "Max Width";
|
|
6653
|
-
readonly description: "Maximum width constraint.";
|
|
6654
|
-
readonly category: "container";
|
|
6655
|
-
readonly specialCategory: "size";
|
|
6656
|
-
readonly sort: 2;
|
|
6657
|
-
readonly preferredScale: "s";
|
|
6658
|
-
};
|
|
6659
|
-
readonly height: {
|
|
6660
|
-
readonly label: "Height";
|
|
6661
|
-
readonly description: "Fixed height value.";
|
|
6662
|
-
readonly category: "container";
|
|
6663
|
-
readonly specialCategory: "size";
|
|
6664
|
-
readonly sort: 3;
|
|
6665
|
-
readonly preferredScale: "vs";
|
|
6666
|
-
};
|
|
6667
|
-
readonly minHeight: {
|
|
6668
|
-
readonly label: "Min Height";
|
|
6669
|
-
readonly description: "Minimum height constraint.";
|
|
6670
|
-
readonly category: "container";
|
|
6671
|
-
readonly specialCategory: "size";
|
|
6672
|
-
readonly sort: 4;
|
|
6673
|
-
readonly preferredScale: "vs";
|
|
6674
|
-
};
|
|
6675
|
-
readonly maxHeight: {
|
|
6676
|
-
readonly label: "Max Height";
|
|
6677
|
-
readonly description: "Maximum height constraint.";
|
|
6678
|
-
readonly category: "container";
|
|
6679
|
-
readonly specialCategory: "size";
|
|
6680
|
-
readonly sort: 5;
|
|
6681
|
-
readonly preferredScale: "vs";
|
|
6682
|
-
};
|
|
6683
|
-
readonly flex: {
|
|
6684
|
-
readonly label: "Flex";
|
|
6685
|
-
readonly description: "Flex grow factor (e.g. 1 fills available space).";
|
|
6686
|
-
readonly category: "container";
|
|
6687
|
-
readonly specialCategory: "size";
|
|
6688
|
-
readonly sort: 6;
|
|
6689
|
-
};
|
|
6690
|
-
readonly position: {
|
|
6691
|
-
readonly label: "Position";
|
|
6692
|
-
readonly description: "Sets layout positioning mode.";
|
|
6693
|
-
readonly category: "container";
|
|
6694
|
-
readonly specialCategory: null;
|
|
6695
|
-
readonly sort: 3;
|
|
6696
|
-
};
|
|
6697
|
-
readonly top: {
|
|
6698
|
-
readonly label: "Top";
|
|
6699
|
-
readonly description: "Offset from the top edge.";
|
|
6700
|
-
readonly category: "container";
|
|
6701
|
-
readonly specialCategory: "offset";
|
|
6702
|
-
readonly sort: 22;
|
|
6703
|
-
readonly preferredScale: "vs";
|
|
6704
|
-
};
|
|
6705
|
-
readonly bottom: {
|
|
6706
|
-
readonly label: "Bottom";
|
|
6707
|
-
readonly description: "Offset from the bottom edge.";
|
|
6708
|
-
readonly category: "container";
|
|
6709
|
-
readonly specialCategory: "offset";
|
|
6710
|
-
readonly sort: 23;
|
|
6711
|
-
readonly preferredScale: "vs";
|
|
6712
|
-
};
|
|
6713
|
-
readonly left: {
|
|
6714
|
-
readonly label: "Left";
|
|
6715
|
-
readonly description: "Offset from the left edge.";
|
|
6716
|
-
readonly category: "container";
|
|
6717
|
-
readonly specialCategory: "offset";
|
|
6718
|
-
readonly sort: 24;
|
|
6719
|
-
readonly preferredScale: "s";
|
|
6720
|
-
};
|
|
6721
|
-
readonly right: {
|
|
6722
|
-
readonly label: "Right";
|
|
6723
|
-
readonly description: "Offset from the right edge.";
|
|
6724
|
-
readonly category: "container";
|
|
6725
|
-
readonly specialCategory: "offset";
|
|
6726
|
-
readonly sort: 25;
|
|
6727
|
-
readonly preferredScale: "s";
|
|
6728
|
-
};
|
|
6729
|
-
readonly zIndex: {
|
|
6730
|
-
readonly label: "Z-Index";
|
|
6731
|
-
readonly description: "Controls stacking order.";
|
|
6732
|
-
readonly category: "container";
|
|
6733
|
-
readonly specialCategory: null;
|
|
6734
|
-
readonly sort: 26;
|
|
6735
|
-
};
|
|
6736
|
-
};
|
|
6737
|
-
};
|
|
6738
|
-
readonly defaults: {
|
|
6739
|
-
readonly style: {
|
|
6740
|
-
readonly flexDirection: "row";
|
|
6741
|
-
readonly position: "relative";
|
|
6742
|
-
readonly zIndex: 1;
|
|
6743
|
-
readonly alignSelf: "flex-start";
|
|
6744
|
-
readonly flexGrow: 0;
|
|
6745
|
-
readonly flexShrink: 0;
|
|
6746
|
-
readonly alignItems: "center";
|
|
6747
|
-
readonly justifyContent: "center";
|
|
6748
|
-
readonly gap: "12@s";
|
|
6749
|
-
};
|
|
6750
|
-
readonly dotType: "expanding_dot";
|
|
6751
|
-
readonly dot_thickness: 10;
|
|
6752
|
-
readonly inactive_dot_opacity: 0.3;
|
|
6753
|
-
readonly active_dot_color: "#007AFF";
|
|
6754
|
-
};
|
|
6755
|
-
readonly types: {};
|
|
6756
|
-
}, {
|
|
6757
|
-
readonly schemaVersion: 2;
|
|
6758
|
-
readonly pattern: {
|
|
6759
|
-
readonly type: "OnboardFooter";
|
|
6760
|
-
readonly title: "title";
|
|
6761
|
-
readonly description: "description";
|
|
6762
|
-
readonly children: "node";
|
|
6763
|
-
readonly attributes: {
|
|
6764
|
-
readonly adjustsFontSizeToFit: "boolean";
|
|
6765
|
-
readonly showEllipsis: "boolean";
|
|
6766
|
-
readonly style: {
|
|
6767
|
-
readonly color: "color";
|
|
6768
|
-
readonly fontSize: "size";
|
|
6769
|
-
readonly fontFamily: "fontFamily";
|
|
6770
|
-
readonly fontWeight: "fontWeight";
|
|
6771
|
-
readonly textAlign: readonly ["left", "center", "right", "justify"];
|
|
6772
|
-
readonly flexDirection: readonly ["row", "column"];
|
|
6773
|
-
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
6774
|
-
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
6775
|
-
readonly justifyContent: readonly ["flex-start", "center", "flex-end", "space-between", "space-around", "space-evenly"];
|
|
6776
|
-
readonly gap: "size";
|
|
6777
|
-
readonly padding: "size";
|
|
6778
|
-
readonly paddingHorizontal: "size";
|
|
6779
|
-
readonly paddingVertical: "size";
|
|
6780
|
-
readonly paddingTop: "size";
|
|
6781
|
-
readonly paddingBottom: "size";
|
|
6782
|
-
readonly paddingLeft: "size";
|
|
6783
|
-
readonly paddingRight: "size";
|
|
6784
|
-
readonly margin: "size";
|
|
6785
|
-
readonly marginHorizontal: "size";
|
|
6786
|
-
readonly marginVertical: "size";
|
|
6787
|
-
readonly marginTop: "size";
|
|
6788
|
-
readonly marginBottom: "size";
|
|
6789
|
-
readonly marginLeft: "size";
|
|
6790
|
-
readonly marginRight: "size";
|
|
6791
|
-
readonly backgroundColor: "color";
|
|
6792
|
-
readonly borderRadius: "size";
|
|
6793
|
-
readonly width: "size";
|
|
6794
|
-
readonly minWidth: "size";
|
|
6795
|
-
readonly maxWidth: "size";
|
|
6796
|
-
readonly height: "size";
|
|
6797
|
-
readonly minHeight: "size";
|
|
6798
|
-
readonly maxHeight: "size";
|
|
6799
|
-
readonly flex: "number";
|
|
6800
|
-
readonly position: readonly ["relative", "absolute"];
|
|
6801
|
-
readonly top: "size";
|
|
6802
|
-
readonly bottom: "size";
|
|
6803
|
-
readonly left: "size";
|
|
6804
|
-
readonly right: "size";
|
|
6805
|
-
readonly zIndex: "number";
|
|
6806
|
-
};
|
|
6807
|
-
readonly scrollable: "boolean";
|
|
6808
|
-
readonly textLocalizationKey: "string";
|
|
6809
|
-
readonly linkedWordFirstLocalizationKey: "string";
|
|
6810
|
-
readonly linkedWordFirstColor: "color";
|
|
6811
|
-
readonly linkedWordFirstPage: "string";
|
|
6812
|
-
readonly linkedWordSecondLocalizationKey: "string";
|
|
6813
|
-
readonly linkedWordSecondColor: "color";
|
|
6814
|
-
readonly linkedWordSecondPage: "string";
|
|
6815
|
-
};
|
|
6816
|
-
readonly defaults: {
|
|
6817
|
-
readonly style: {
|
|
6818
|
-
readonly color: "THEME_COLORS.TEXT";
|
|
6819
|
-
readonly fontSize: "16@fs";
|
|
6820
|
-
readonly fontWeight: "400";
|
|
6821
|
-
};
|
|
6822
|
-
};
|
|
6823
|
-
};
|
|
6824
|
-
readonly meta: {
|
|
6825
|
-
readonly desiredParent: readonly [">OnboardItem"];
|
|
6826
|
-
readonly label: "Onboard Footer";
|
|
6827
|
-
readonly description: "Footer text with optional links.";
|
|
6828
|
-
readonly styles: {
|
|
6829
|
-
readonly color: {
|
|
6830
|
-
readonly label: "Color";
|
|
6831
|
-
readonly description: "Text color.";
|
|
6832
|
-
readonly category: "style";
|
|
6833
|
-
readonly specialCategory: null;
|
|
6834
|
-
readonly sort: 1;
|
|
6835
|
-
};
|
|
6836
|
-
readonly fontSize: {
|
|
6837
|
-
readonly label: "Font Size";
|
|
6838
|
-
readonly description: "Text size.";
|
|
6839
|
-
readonly category: "style";
|
|
6840
|
-
readonly specialCategory: null;
|
|
6841
|
-
readonly sort: 2;
|
|
6842
|
-
readonly preferredScale: "s";
|
|
6843
|
-
};
|
|
6844
|
-
readonly fontFamily: {
|
|
6845
|
-
readonly label: "Font Family";
|
|
6846
|
-
readonly description: "Font family used for the text.";
|
|
6847
|
-
readonly category: "style";
|
|
6848
|
-
readonly specialCategory: null;
|
|
6849
|
-
readonly sort: 3;
|
|
6850
|
-
};
|
|
6851
|
-
readonly fontWeight: {
|
|
6852
|
-
readonly label: "Font Weight";
|
|
6853
|
-
readonly description: "Text weight.";
|
|
6854
|
-
readonly category: "style";
|
|
6855
|
-
readonly specialCategory: null;
|
|
6856
|
-
readonly sort: 4;
|
|
6857
|
-
};
|
|
6858
|
-
readonly textAlign: {
|
|
6859
|
-
readonly label: "Text Align";
|
|
6860
|
-
readonly description: "Text alignment.";
|
|
6861
|
-
readonly category: "style";
|
|
6862
|
-
readonly specialCategory: null;
|
|
6863
|
-
readonly sort: 5;
|
|
6864
|
-
};
|
|
6865
|
-
readonly backgroundColor: {
|
|
6866
|
-
readonly label: "Background Color";
|
|
6867
|
-
readonly description: "Background fill color.";
|
|
6868
|
-
readonly category: "style";
|
|
6869
|
-
readonly specialCategory: null;
|
|
6870
|
-
readonly sort: 20;
|
|
6871
|
-
};
|
|
6872
|
-
readonly borderRadius: {
|
|
6873
|
-
readonly label: "Border Radius";
|
|
6874
|
-
readonly description: "Corner rounding amount.";
|
|
6875
|
-
readonly category: "style";
|
|
6876
|
-
readonly specialCategory: null;
|
|
6877
|
-
readonly sort: 21;
|
|
6878
|
-
readonly preferredScale: "s";
|
|
6879
|
-
};
|
|
6880
|
-
readonly linkedWordFirstColor: {
|
|
6881
|
-
readonly label: "Linked Word First Color";
|
|
6882
|
-
readonly description: "Color of the first linked word.";
|
|
6883
|
-
readonly category: "style";
|
|
6884
|
-
readonly specialCategory: null;
|
|
6885
|
-
readonly sort: 3;
|
|
6886
|
-
};
|
|
6887
|
-
readonly linkedWordSecondColor: {
|
|
6888
|
-
readonly label: "Linked Word Second Color";
|
|
6889
|
-
readonly description: "Color of the second linked word.";
|
|
6890
|
-
readonly category: "style";
|
|
6891
|
-
readonly specialCategory: null;
|
|
6892
|
-
readonly sort: 6;
|
|
6893
|
-
};
|
|
6894
|
-
};
|
|
6895
|
-
readonly attributes: {
|
|
6896
|
-
readonly adjustsFontSizeToFit: {
|
|
6897
|
-
readonly label: "Adjust Font Size To Fit";
|
|
6898
|
-
readonly description: "Automatically reduces font size to fit the available space.";
|
|
6899
|
-
readonly category: "other";
|
|
6900
|
-
readonly specialCategory: null;
|
|
6901
|
-
readonly sort: 1;
|
|
6902
|
-
};
|
|
6903
|
-
readonly showEllipsis: {
|
|
6904
|
-
readonly label: "Show Ellipsis";
|
|
6905
|
-
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
6906
|
-
readonly category: "other";
|
|
6907
|
-
readonly specialCategory: null;
|
|
6908
|
-
readonly sort: 2;
|
|
6909
|
-
};
|
|
6910
|
-
readonly scrollable: {
|
|
6911
|
-
readonly label: "Scrollable";
|
|
6912
|
-
readonly description: "Turns scroll interaction on.";
|
|
6913
|
-
readonly category: "container";
|
|
6914
|
-
readonly specialCategory: null;
|
|
6915
|
-
readonly sort: -1;
|
|
6916
|
-
};
|
|
6917
|
-
readonly flexDirection: {
|
|
6918
|
-
readonly label: "Flex Direction";
|
|
6919
|
-
readonly description: "Sets row or column layout.";
|
|
6920
|
-
readonly category: "container";
|
|
6921
|
-
readonly specialCategory: null;
|
|
6922
|
-
readonly sort: 4;
|
|
6923
|
-
};
|
|
6924
|
-
readonly flexWrap: {
|
|
6925
|
-
readonly label: "Flex Wrap";
|
|
6926
|
-
readonly description: "Controls whether flex items wrap to multiple lines.";
|
|
6927
|
-
readonly category: "container";
|
|
6928
|
-
readonly specialCategory: null;
|
|
6929
|
-
readonly sort: 4.5;
|
|
6930
|
-
};
|
|
6931
|
-
readonly alignItems: {
|
|
6932
|
-
readonly label: "Align Items";
|
|
6933
|
-
readonly description: "Controls cross-axis alignment.";
|
|
6934
|
-
readonly category: "container";
|
|
6935
|
-
readonly specialCategory: null;
|
|
6936
|
-
readonly sort: 3;
|
|
6937
|
-
};
|
|
6938
|
-
readonly justifyContent: {
|
|
6939
|
-
readonly label: "Justify Content";
|
|
6940
|
-
readonly description: "Controls main-axis alignment.";
|
|
6941
|
-
readonly category: "container";
|
|
6942
|
-
readonly specialCategory: null;
|
|
6943
|
-
readonly sort: 5;
|
|
6944
|
-
};
|
|
6945
|
-
readonly gap: {
|
|
6946
|
-
readonly label: "Gap";
|
|
6947
|
-
readonly description: "Space between children.";
|
|
6948
|
-
readonly category: "container";
|
|
6949
|
-
readonly specialCategory: null;
|
|
6950
|
-
readonly sort: 10;
|
|
6951
|
-
readonly preferredScale: "s";
|
|
6952
|
-
};
|
|
6953
|
-
readonly padding: {
|
|
6954
|
-
readonly label: "Padding";
|
|
6955
|
-
readonly description: "Uniform padding on all sides.";
|
|
6956
|
-
readonly category: "container";
|
|
6957
|
-
readonly specialCategory: "padding";
|
|
6958
|
-
readonly sort: 6;
|
|
6959
|
-
readonly preferredScale: "s";
|
|
6960
|
-
};
|
|
6961
|
-
readonly paddingHorizontal: {
|
|
6962
|
-
readonly label: "Padding Horizontal";
|
|
6963
|
-
readonly description: "Left and right padding.";
|
|
6964
|
-
readonly category: "container";
|
|
6965
|
-
readonly specialCategory: "padding";
|
|
6966
|
-
readonly sort: 7;
|
|
6967
|
-
readonly preferredScale: "s";
|
|
6968
|
-
};
|
|
6969
|
-
readonly paddingVertical: {
|
|
6970
|
-
readonly label: "Padding Vertical";
|
|
6971
|
-
readonly description: "Top and bottom padding.";
|
|
6972
|
-
readonly category: "container";
|
|
6973
|
-
readonly specialCategory: "padding";
|
|
6974
|
-
readonly sort: 8;
|
|
6975
|
-
readonly preferredScale: "vs";
|
|
6976
|
-
};
|
|
6977
|
-
readonly paddingTop: {
|
|
6978
|
-
readonly label: "Padding Top";
|
|
6979
|
-
readonly description: "Top padding only.";
|
|
6980
|
-
readonly category: "container";
|
|
6981
|
-
readonly specialCategory: "padding";
|
|
6982
|
-
readonly sort: 9;
|
|
6983
|
-
readonly preferredScale: "vs";
|
|
6984
|
-
};
|
|
6985
|
-
readonly paddingBottom: {
|
|
6986
|
-
readonly label: "Padding Bottom";
|
|
6987
|
-
readonly description: "Bottom padding only.";
|
|
6988
|
-
readonly category: "container";
|
|
6989
|
-
readonly specialCategory: "padding";
|
|
6990
|
-
readonly sort: 10;
|
|
6991
|
-
readonly preferredScale: "vs";
|
|
6992
|
-
};
|
|
6993
|
-
readonly paddingLeft: {
|
|
6994
|
-
readonly label: "Padding Left";
|
|
6995
|
-
readonly description: "Left padding only.";
|
|
6996
|
-
readonly category: "container";
|
|
6997
|
-
readonly specialCategory: "padding";
|
|
6998
|
-
readonly sort: 11;
|
|
6999
|
-
readonly preferredScale: "s";
|
|
7000
|
-
};
|
|
7001
|
-
readonly paddingRight: {
|
|
7002
|
-
readonly label: "Padding Right";
|
|
7003
|
-
readonly description: "Right padding only.";
|
|
7004
|
-
readonly category: "container";
|
|
7005
|
-
readonly specialCategory: "padding";
|
|
7006
|
-
readonly sort: 12;
|
|
7007
|
-
readonly preferredScale: "s";
|
|
7008
|
-
};
|
|
7009
|
-
readonly margin: {
|
|
7010
|
-
readonly label: "Margin";
|
|
7011
|
-
readonly description: "Uniform margin on all sides.";
|
|
7012
|
-
readonly category: "container";
|
|
7013
|
-
readonly specialCategory: "margin";
|
|
7014
|
-
readonly sort: 13;
|
|
7015
|
-
readonly preferredScale: "s";
|
|
7016
|
-
};
|
|
7017
|
-
readonly marginHorizontal: {
|
|
7018
|
-
readonly label: "Margin Horizontal";
|
|
7019
|
-
readonly description: "Left and right margin.";
|
|
7020
|
-
readonly category: "container";
|
|
7021
|
-
readonly specialCategory: "margin";
|
|
7022
|
-
readonly sort: 14;
|
|
7023
|
-
readonly preferredScale: "s";
|
|
7024
|
-
};
|
|
7025
|
-
readonly marginVertical: {
|
|
7026
|
-
readonly label: "Margin Vertical";
|
|
7027
|
-
readonly description: "Top and bottom margin.";
|
|
7028
|
-
readonly category: "container";
|
|
7029
|
-
readonly specialCategory: "margin";
|
|
7030
|
-
readonly sort: 15;
|
|
7031
|
-
readonly preferredScale: "vs";
|
|
7032
|
-
};
|
|
7033
|
-
readonly marginTop: {
|
|
7034
|
-
readonly label: "Margin Top";
|
|
7035
|
-
readonly description: "Top margin only.";
|
|
7036
|
-
readonly category: "container";
|
|
7037
|
-
readonly specialCategory: "margin";
|
|
7038
|
-
readonly sort: 16;
|
|
7039
|
-
readonly preferredScale: "vs";
|
|
7040
|
-
};
|
|
7041
|
-
readonly marginBottom: {
|
|
7042
|
-
readonly label: "Margin Bottom";
|
|
7043
|
-
readonly description: "Bottom margin only.";
|
|
7044
|
-
readonly category: "container";
|
|
7045
|
-
readonly specialCategory: "margin";
|
|
7046
|
-
readonly sort: 17;
|
|
7047
|
-
readonly preferredScale: "vs";
|
|
7048
|
-
};
|
|
7049
|
-
readonly marginLeft: {
|
|
7050
|
-
readonly label: "Margin Left";
|
|
7051
|
-
readonly description: "Left margin only.";
|
|
7052
|
-
readonly category: "container";
|
|
7053
|
-
readonly specialCategory: "margin";
|
|
7054
|
-
readonly sort: 18;
|
|
7055
|
-
readonly preferredScale: "s";
|
|
7056
|
-
};
|
|
7057
|
-
readonly marginRight: {
|
|
7058
|
-
readonly label: "Margin Right";
|
|
7059
|
-
readonly description: "Right margin only.";
|
|
7060
|
-
readonly category: "container";
|
|
7061
|
-
readonly specialCategory: "margin";
|
|
7062
|
-
readonly sort: 19;
|
|
7063
|
-
readonly preferredScale: "s";
|
|
7064
|
-
};
|
|
7065
|
-
readonly width: {
|
|
7066
|
-
readonly label: "Width";
|
|
7067
|
-
readonly description: "Fixed width value.";
|
|
7068
|
-
readonly category: "container";
|
|
7069
|
-
readonly specialCategory: "size";
|
|
7070
|
-
readonly sort: 0;
|
|
7071
|
-
readonly preferredScale: "s";
|
|
7072
|
-
};
|
|
7073
|
-
readonly minWidth: {
|
|
7074
|
-
readonly label: "Min Width";
|
|
7075
|
-
readonly description: "Minimum width constraint.";
|
|
7076
|
-
readonly category: "container";
|
|
7077
|
-
readonly specialCategory: "size";
|
|
7078
|
-
readonly sort: 1;
|
|
7079
|
-
readonly preferredScale: "s";
|
|
7080
|
-
};
|
|
7081
|
-
readonly maxWidth: {
|
|
7082
|
-
readonly label: "Max Width";
|
|
7083
|
-
readonly description: "Maximum width constraint.";
|
|
7084
|
-
readonly category: "container";
|
|
7085
|
-
readonly specialCategory: "size";
|
|
7086
|
-
readonly sort: 2;
|
|
7087
|
-
readonly preferredScale: "s";
|
|
7088
|
-
};
|
|
7089
|
-
readonly height: {
|
|
7090
|
-
readonly label: "Height";
|
|
7091
|
-
readonly description: "Fixed height value.";
|
|
7092
|
-
readonly category: "container";
|
|
7093
|
-
readonly specialCategory: "size";
|
|
7094
|
-
readonly sort: 3;
|
|
7095
|
-
readonly preferredScale: "vs";
|
|
7096
|
-
};
|
|
7097
|
-
readonly minHeight: {
|
|
7098
|
-
readonly label: "Min Height";
|
|
7099
|
-
readonly description: "Minimum height constraint.";
|
|
7100
|
-
readonly category: "container";
|
|
7101
|
-
readonly specialCategory: "size";
|
|
7102
|
-
readonly sort: 4;
|
|
7103
|
-
readonly preferredScale: "vs";
|
|
7104
|
-
};
|
|
7105
|
-
readonly maxHeight: {
|
|
7106
|
-
readonly label: "Max Height";
|
|
7107
|
-
readonly description: "Maximum height constraint.";
|
|
7108
|
-
readonly category: "container";
|
|
7109
|
-
readonly specialCategory: "size";
|
|
7110
|
-
readonly sort: 5;
|
|
7111
|
-
readonly preferredScale: "vs";
|
|
7112
|
-
};
|
|
7113
|
-
readonly flex: {
|
|
7114
|
-
readonly label: "Flex";
|
|
7115
|
-
readonly description: "Flex grow factor (e.g. 1 fills available space).";
|
|
7116
|
-
readonly category: "container";
|
|
7117
|
-
readonly specialCategory: "size";
|
|
7118
|
-
readonly sort: 6;
|
|
7119
|
-
};
|
|
7120
|
-
readonly position: {
|
|
7121
|
-
readonly label: "Position";
|
|
7122
|
-
readonly description: "Sets layout positioning mode.";
|
|
7123
|
-
readonly category: "container";
|
|
7124
|
-
readonly specialCategory: null;
|
|
7125
|
-
readonly sort: 3;
|
|
7126
|
-
};
|
|
7127
|
-
readonly top: {
|
|
7128
|
-
readonly label: "Top";
|
|
7129
|
-
readonly description: "Offset from the top edge.";
|
|
7130
|
-
readonly category: "container";
|
|
7131
|
-
readonly specialCategory: "offset";
|
|
7132
|
-
readonly sort: 22;
|
|
7133
|
-
readonly preferredScale: "vs";
|
|
7134
|
-
};
|
|
7135
|
-
readonly bottom: {
|
|
7136
|
-
readonly label: "Bottom";
|
|
7137
|
-
readonly description: "Offset from the bottom edge.";
|
|
7138
|
-
readonly category: "container";
|
|
7139
|
-
readonly specialCategory: "offset";
|
|
7140
|
-
readonly sort: 23;
|
|
7141
|
-
readonly preferredScale: "vs";
|
|
7142
|
-
};
|
|
7143
|
-
readonly left: {
|
|
7144
|
-
readonly label: "Left";
|
|
7145
|
-
readonly description: "Offset from the left edge.";
|
|
7146
|
-
readonly category: "container";
|
|
7147
|
-
readonly specialCategory: "offset";
|
|
7148
|
-
readonly sort: 24;
|
|
7149
|
-
readonly preferredScale: "s";
|
|
7150
|
-
};
|
|
7151
|
-
readonly right: {
|
|
7152
|
-
readonly label: "Right";
|
|
7153
|
-
readonly description: "Offset from the right edge.";
|
|
7154
|
-
readonly category: "container";
|
|
7155
|
-
readonly specialCategory: "offset";
|
|
7156
|
-
readonly sort: 25;
|
|
7157
|
-
readonly preferredScale: "s";
|
|
7158
|
-
};
|
|
7159
|
-
readonly zIndex: {
|
|
7160
|
-
readonly label: "Z-Index";
|
|
7161
|
-
readonly description: "Controls stacking order.";
|
|
7162
|
-
readonly category: "container";
|
|
7163
|
-
readonly specialCategory: null;
|
|
7164
|
-
readonly sort: 26;
|
|
7165
|
-
};
|
|
7166
|
-
readonly textLocalizationKey: {
|
|
7167
|
-
readonly label: "Text Localization Key";
|
|
7168
|
-
readonly description: "Localization key for the footer text.";
|
|
7169
|
-
readonly category: "other";
|
|
7170
|
-
readonly specialCategory: null;
|
|
7171
|
-
readonly sort: 1;
|
|
7172
|
-
};
|
|
7173
|
-
readonly linkedWordFirstLocalizationKey: {
|
|
7174
|
-
readonly label: "Linked Word First Localization Key";
|
|
7175
|
-
readonly description: "Key for the first linked word.";
|
|
7176
|
-
readonly category: "other";
|
|
7177
|
-
readonly specialCategory: null;
|
|
7178
|
-
readonly sort: 2;
|
|
7179
|
-
};
|
|
7180
|
-
readonly linkedWordFirstPage: {
|
|
7181
|
-
readonly label: "Linked Word First Page";
|
|
7182
|
-
readonly description: "Page opened by the first link.";
|
|
7183
|
-
readonly category: "other";
|
|
7184
|
-
readonly specialCategory: null;
|
|
7185
|
-
readonly sort: 4;
|
|
7186
|
-
};
|
|
7187
|
-
readonly linkedWordSecondLocalizationKey: {
|
|
7188
|
-
readonly label: "Linked Word Second Localization Key";
|
|
7189
|
-
readonly description: "Key for the second linked word.";
|
|
7190
|
-
readonly category: "other";
|
|
7191
|
-
readonly specialCategory: null;
|
|
7192
|
-
readonly sort: 5;
|
|
7193
|
-
};
|
|
7194
|
-
readonly linkedWordSecondPage: {
|
|
7195
|
-
readonly label: "Linked Word Second Page";
|
|
7196
|
-
readonly description: "Page opened by the second link.";
|
|
7197
|
-
readonly category: "other";
|
|
7198
|
-
readonly specialCategory: null;
|
|
7199
|
-
readonly sort: 7;
|
|
7200
|
-
};
|
|
7201
|
-
};
|
|
7202
|
-
readonly specialCategories: {
|
|
7203
|
-
readonly padding: {
|
|
7204
|
-
readonly label: "Padding";
|
|
7205
|
-
readonly description: "Uniform padding on all sides.";
|
|
7206
|
-
readonly category: "container";
|
|
7207
|
-
readonly sort: 1;
|
|
7208
|
-
};
|
|
7209
|
-
readonly margin: {
|
|
7210
|
-
readonly label: "Margin";
|
|
7211
|
-
readonly description: "Uniform margin on all sides.";
|
|
7212
|
-
readonly category: "container";
|
|
7213
|
-
readonly sort: 2;
|
|
7214
|
-
};
|
|
7215
|
-
readonly size: {
|
|
7216
|
-
readonly label: "Size";
|
|
7217
|
-
readonly description: "Fixed dimensions.";
|
|
7218
|
-
readonly category: "container";
|
|
7219
|
-
readonly sort: 3;
|
|
7220
|
-
};
|
|
7221
|
-
readonly offset: {
|
|
7222
|
-
readonly label: "Offset";
|
|
7223
|
-
readonly description: "Absolute positioning offsets.";
|
|
7224
|
-
readonly category: "container";
|
|
7225
|
-
readonly sort: 4;
|
|
7226
|
-
};
|
|
7227
|
-
};
|
|
7228
|
-
};
|
|
7229
|
-
readonly defaults: {
|
|
7230
|
-
readonly style: {
|
|
7231
|
-
readonly color: "THEME_COLORS.TEXT";
|
|
7232
|
-
readonly fontSize: "16@fs";
|
|
7233
|
-
readonly fontWeight: "400";
|
|
7234
|
-
readonly flexDirection: "row";
|
|
7235
|
-
readonly position: "relative";
|
|
7236
|
-
readonly zIndex: 1;
|
|
7237
|
-
readonly alignSelf: "flex-start";
|
|
7238
|
-
readonly flexGrow: 0;
|
|
7239
|
-
readonly flexShrink: 0;
|
|
7240
|
-
readonly flexWrap: "wrap";
|
|
7241
|
-
readonly alignItems: "center";
|
|
7242
|
-
readonly justifyContent: "center";
|
|
7243
|
-
readonly textAlign: "center";
|
|
7244
|
-
readonly paddingHorizontal: "24@s";
|
|
7245
|
-
};
|
|
7246
|
-
};
|
|
7247
|
-
readonly types: {};
|
|
7248
|
-
}, {
|
|
7249
|
-
readonly schemaVersion: 2;
|
|
7250
|
-
readonly pattern: {
|
|
7251
|
-
readonly type: "OnboardImage";
|
|
7252
|
-
readonly title: "title";
|
|
7253
|
-
readonly description: "description";
|
|
7254
|
-
readonly children: "node";
|
|
7255
|
-
readonly attributes: {
|
|
7256
|
-
readonly src: "string";
|
|
7257
|
-
readonly style: {
|
|
7258
|
-
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
7259
|
-
readonly flexDirection: readonly ["row", "column"];
|
|
7260
|
-
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
7261
|
-
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
7262
|
-
readonly justifyContent: readonly ["flex-start", "center", "flex-end", "space-between", "space-around", "space-evenly"];
|
|
7263
|
-
readonly gap: "size";
|
|
7264
|
-
readonly padding: "size";
|
|
7265
|
-
readonly paddingHorizontal: "size";
|
|
7266
|
-
readonly paddingVertical: "size";
|
|
7267
|
-
readonly paddingTop: "size";
|
|
7268
|
-
readonly paddingBottom: "size";
|
|
7269
|
-
readonly paddingLeft: "size";
|
|
7270
|
-
readonly paddingRight: "size";
|
|
7271
|
-
readonly margin: "size";
|
|
7272
|
-
readonly marginHorizontal: "size";
|
|
7273
|
-
readonly marginVertical: "size";
|
|
7274
|
-
readonly marginTop: "size";
|
|
7275
|
-
readonly marginBottom: "size";
|
|
7276
|
-
readonly marginLeft: "size";
|
|
7277
|
-
readonly marginRight: "size";
|
|
7278
|
-
readonly backgroundColor: "color";
|
|
7279
|
-
readonly borderRadius: "size";
|
|
7280
|
-
readonly width: "size";
|
|
7281
|
-
readonly minWidth: "size";
|
|
7282
|
-
readonly maxWidth: "size";
|
|
7283
|
-
readonly height: "size";
|
|
7284
|
-
readonly minHeight: "size";
|
|
7285
|
-
readonly maxHeight: "size";
|
|
7286
|
-
readonly flex: "number";
|
|
7287
|
-
readonly position: readonly ["relative", "absolute"];
|
|
7288
|
-
readonly top: "size";
|
|
7289
|
-
readonly bottom: "size";
|
|
7290
|
-
readonly left: "size";
|
|
7291
|
-
readonly right: "size";
|
|
7292
|
-
readonly zIndex: "number";
|
|
7293
|
-
};
|
|
7294
|
-
readonly scrollable: "boolean";
|
|
7295
|
-
readonly video_url: "string";
|
|
7296
|
-
readonly lottie: "string";
|
|
7297
|
-
};
|
|
7298
|
-
readonly defaults: {
|
|
7299
|
-
readonly style: {
|
|
7300
|
-
readonly resizeMode: "contain";
|
|
7301
|
-
};
|
|
7302
|
-
};
|
|
7303
|
-
};
|
|
7304
|
-
readonly meta: {
|
|
7305
|
-
readonly desiredParent: readonly [">OnboardProvider", ">OnboardItem", "!=Onboard"];
|
|
7306
|
-
readonly label: "Onboard Image";
|
|
7307
|
-
readonly description: "Onboarding hero image with media.";
|
|
7308
|
-
readonly styles: {
|
|
7309
|
-
readonly resizeMode: {
|
|
7310
|
-
readonly label: "Resize Mode";
|
|
7311
|
-
readonly description: "How the image fits the frame.";
|
|
7312
|
-
readonly category: "style";
|
|
7313
|
-
readonly specialCategory: null;
|
|
7314
|
-
readonly sort: 4;
|
|
7315
|
-
};
|
|
7316
|
-
readonly backgroundColor: {
|
|
7317
|
-
readonly label: "Background Color";
|
|
7318
|
-
readonly description: "Background fill color.";
|
|
6441
|
+
readonly linkedWordFirstColor: {
|
|
6442
|
+
readonly label: "Linked Word First Color";
|
|
6443
|
+
readonly description: "Color of the first linked word.";
|
|
7319
6444
|
readonly category: "style";
|
|
7320
6445
|
readonly specialCategory: null;
|
|
7321
|
-
readonly sort:
|
|
6446
|
+
readonly sort: 3;
|
|
7322
6447
|
};
|
|
7323
|
-
readonly
|
|
7324
|
-
readonly label: "
|
|
7325
|
-
readonly description: "
|
|
6448
|
+
readonly linkedWordSecondColor: {
|
|
6449
|
+
readonly label: "Linked Word Second Color";
|
|
6450
|
+
readonly description: "Color of the second linked word.";
|
|
7326
6451
|
readonly category: "style";
|
|
7327
6452
|
readonly specialCategory: null;
|
|
7328
|
-
readonly sort:
|
|
7329
|
-
readonly preferredScale: "s";
|
|
6453
|
+
readonly sort: 6;
|
|
7330
6454
|
};
|
|
7331
6455
|
};
|
|
7332
6456
|
readonly attributes: {
|
|
7333
|
-
readonly
|
|
7334
|
-
readonly label: "
|
|
7335
|
-
readonly description: "
|
|
6457
|
+
readonly adjustsFontSizeToFit: {
|
|
6458
|
+
readonly label: "Adjust Font Size To Fit";
|
|
6459
|
+
readonly description: "Automatically reduces font size to fit the available space.";
|
|
7336
6460
|
readonly category: "other";
|
|
7337
6461
|
readonly specialCategory: null;
|
|
7338
6462
|
readonly sort: 1;
|
|
7339
6463
|
};
|
|
6464
|
+
readonly showEllipsis: {
|
|
6465
|
+
readonly label: "Show Ellipsis";
|
|
6466
|
+
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
6467
|
+
readonly category: "other";
|
|
6468
|
+
readonly specialCategory: null;
|
|
6469
|
+
readonly sort: 2;
|
|
6470
|
+
};
|
|
7340
6471
|
readonly scrollable: {
|
|
7341
6472
|
readonly label: "Scrollable";
|
|
7342
6473
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -7593,20 +6724,41 @@ export declare const patterns: readonly [{
|
|
|
7593
6724
|
readonly specialCategory: null;
|
|
7594
6725
|
readonly sort: 26;
|
|
7595
6726
|
};
|
|
7596
|
-
readonly
|
|
7597
|
-
readonly label: "
|
|
7598
|
-
readonly description: "
|
|
6727
|
+
readonly textLocalizationKey: {
|
|
6728
|
+
readonly label: "Text Localization Key";
|
|
6729
|
+
readonly description: "Localization key for the footer text.";
|
|
7599
6730
|
readonly category: "other";
|
|
7600
6731
|
readonly specialCategory: null;
|
|
7601
6732
|
readonly sort: 1;
|
|
7602
6733
|
};
|
|
7603
|
-
readonly
|
|
7604
|
-
readonly label: "
|
|
7605
|
-
readonly description: "
|
|
6734
|
+
readonly linkedWordFirstLocalizationKey: {
|
|
6735
|
+
readonly label: "Linked Word First Localization Key";
|
|
6736
|
+
readonly description: "Key for the first linked word.";
|
|
7606
6737
|
readonly category: "other";
|
|
7607
6738
|
readonly specialCategory: null;
|
|
7608
6739
|
readonly sort: 2;
|
|
7609
6740
|
};
|
|
6741
|
+
readonly linkedWordFirstPage: {
|
|
6742
|
+
readonly label: "Linked Word First Page";
|
|
6743
|
+
readonly description: "Page opened by the first link.";
|
|
6744
|
+
readonly category: "other";
|
|
6745
|
+
readonly specialCategory: null;
|
|
6746
|
+
readonly sort: 4;
|
|
6747
|
+
};
|
|
6748
|
+
readonly linkedWordSecondLocalizationKey: {
|
|
6749
|
+
readonly label: "Linked Word Second Localization Key";
|
|
6750
|
+
readonly description: "Key for the second linked word.";
|
|
6751
|
+
readonly category: "other";
|
|
6752
|
+
readonly specialCategory: null;
|
|
6753
|
+
readonly sort: 5;
|
|
6754
|
+
};
|
|
6755
|
+
readonly linkedWordSecondPage: {
|
|
6756
|
+
readonly label: "Linked Word Second Page";
|
|
6757
|
+
readonly description: "Page opened by the second link.";
|
|
6758
|
+
readonly category: "other";
|
|
6759
|
+
readonly specialCategory: null;
|
|
6760
|
+
readonly sort: 7;
|
|
6761
|
+
};
|
|
7610
6762
|
};
|
|
7611
6763
|
readonly specialCategories: {
|
|
7612
6764
|
readonly padding: {
|
|
@@ -7637,26 +6789,34 @@ export declare const patterns: readonly [{
|
|
|
7637
6789
|
};
|
|
7638
6790
|
readonly defaults: {
|
|
7639
6791
|
readonly style: {
|
|
7640
|
-
readonly
|
|
7641
|
-
readonly
|
|
6792
|
+
readonly color: "THEME_COLORS.TEXT";
|
|
6793
|
+
readonly fontSize: "16@fs";
|
|
6794
|
+
readonly fontWeight: "400";
|
|
6795
|
+
readonly flexDirection: "row";
|
|
7642
6796
|
readonly position: "relative";
|
|
7643
6797
|
readonly zIndex: 1;
|
|
7644
6798
|
readonly alignSelf: "flex-start";
|
|
7645
6799
|
readonly flexGrow: 0;
|
|
7646
6800
|
readonly flexShrink: 0;
|
|
6801
|
+
readonly flexWrap: "wrap";
|
|
6802
|
+
readonly alignItems: "center";
|
|
6803
|
+
readonly justifyContent: "center";
|
|
6804
|
+
readonly textAlign: "center";
|
|
6805
|
+
readonly paddingHorizontal: "24@s";
|
|
7647
6806
|
};
|
|
7648
6807
|
};
|
|
7649
6808
|
readonly types: {};
|
|
7650
6809
|
}, {
|
|
7651
6810
|
readonly schemaVersion: 2;
|
|
7652
6811
|
readonly pattern: {
|
|
7653
|
-
readonly type: "
|
|
6812
|
+
readonly type: "OnboardImage";
|
|
7654
6813
|
readonly title: "title";
|
|
7655
6814
|
readonly description: "description";
|
|
7656
6815
|
readonly children: "node";
|
|
7657
6816
|
readonly attributes: {
|
|
7658
|
-
readonly
|
|
6817
|
+
readonly src: "string";
|
|
7659
6818
|
readonly style: {
|
|
6819
|
+
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
7660
6820
|
readonly flexDirection: readonly ["row", "column"];
|
|
7661
6821
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
7662
6822
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -7692,43 +6852,28 @@ export declare const patterns: readonly [{
|
|
|
7692
6852
|
readonly right: "size";
|
|
7693
6853
|
readonly zIndex: "number";
|
|
7694
6854
|
};
|
|
7695
|
-
readonly
|
|
7696
|
-
readonly
|
|
7697
|
-
readonly
|
|
7698
|
-
|
|
6855
|
+
readonly scrollable: "boolean";
|
|
6856
|
+
readonly video_url: "string";
|
|
6857
|
+
readonly lottie: "string";
|
|
6858
|
+
};
|
|
6859
|
+
readonly defaults: {
|
|
6860
|
+
readonly style: {
|
|
6861
|
+
readonly resizeMode: "contain";
|
|
6862
|
+
};
|
|
7699
6863
|
};
|
|
7700
6864
|
};
|
|
7701
6865
|
readonly meta: {
|
|
7702
|
-
readonly desiredParent: readonly ["
|
|
7703
|
-
readonly label: "Onboard
|
|
7704
|
-
readonly description: "
|
|
7705
|
-
readonly
|
|
7706
|
-
readonly
|
|
7707
|
-
readonly label: "
|
|
7708
|
-
readonly description: "
|
|
7709
|
-
readonly category: "
|
|
7710
|
-
readonly
|
|
7711
|
-
};
|
|
7712
|
-
readonly margin: {
|
|
7713
|
-
readonly label: "Margin";
|
|
7714
|
-
readonly description: "Uniform margin on all sides.";
|
|
7715
|
-
readonly category: "container";
|
|
7716
|
-
readonly sort: 2;
|
|
7717
|
-
};
|
|
7718
|
-
readonly size: {
|
|
7719
|
-
readonly label: "Size";
|
|
7720
|
-
readonly description: "Fixed dimensions.";
|
|
7721
|
-
readonly category: "container";
|
|
7722
|
-
readonly sort: 3;
|
|
7723
|
-
};
|
|
7724
|
-
readonly offset: {
|
|
7725
|
-
readonly label: "Offset";
|
|
7726
|
-
readonly description: "Absolute positioning offsets.";
|
|
7727
|
-
readonly category: "container";
|
|
6866
|
+
readonly desiredParent: readonly [">OnboardProvider", ">OnboardItem", "!=Onboard"];
|
|
6867
|
+
readonly label: "Onboard Image";
|
|
6868
|
+
readonly description: "Onboarding hero image with media.";
|
|
6869
|
+
readonly styles: {
|
|
6870
|
+
readonly resizeMode: {
|
|
6871
|
+
readonly label: "Resize Mode";
|
|
6872
|
+
readonly description: "How the image fits the frame.";
|
|
6873
|
+
readonly category: "style";
|
|
6874
|
+
readonly specialCategory: null;
|
|
7728
6875
|
readonly sort: 4;
|
|
7729
6876
|
};
|
|
7730
|
-
};
|
|
7731
|
-
readonly styles: {
|
|
7732
6877
|
readonly backgroundColor: {
|
|
7733
6878
|
readonly label: "Background Color";
|
|
7734
6879
|
readonly description: "Background fill color.";
|
|
@@ -7746,6 +6891,13 @@ export declare const patterns: readonly [{
|
|
|
7746
6891
|
};
|
|
7747
6892
|
};
|
|
7748
6893
|
readonly attributes: {
|
|
6894
|
+
readonly src: {
|
|
6895
|
+
readonly label: "Src";
|
|
6896
|
+
readonly description: "Image source URL.";
|
|
6897
|
+
readonly category: "other";
|
|
6898
|
+
readonly specialCategory: null;
|
|
6899
|
+
readonly sort: 1;
|
|
6900
|
+
};
|
|
7749
6901
|
readonly scrollable: {
|
|
7750
6902
|
readonly label: "Scrollable";
|
|
7751
6903
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -7755,10 +6907,10 @@ export declare const patterns: readonly [{
|
|
|
7755
6907
|
};
|
|
7756
6908
|
readonly flexDirection: {
|
|
7757
6909
|
readonly label: "Flex Direction";
|
|
7758
|
-
readonly description: "
|
|
6910
|
+
readonly description: "Sets row or column layout.";
|
|
7759
6911
|
readonly category: "container";
|
|
7760
6912
|
readonly specialCategory: null;
|
|
7761
|
-
readonly sort:
|
|
6913
|
+
readonly sort: 4;
|
|
7762
6914
|
};
|
|
7763
6915
|
readonly flexWrap: {
|
|
7764
6916
|
readonly label: "Flex Wrap";
|
|
@@ -7783,10 +6935,11 @@ export declare const patterns: readonly [{
|
|
|
7783
6935
|
};
|
|
7784
6936
|
readonly gap: {
|
|
7785
6937
|
readonly label: "Gap";
|
|
7786
|
-
readonly description: "Space between
|
|
6938
|
+
readonly description: "Space between children.";
|
|
7787
6939
|
readonly category: "container";
|
|
7788
6940
|
readonly specialCategory: null;
|
|
7789
|
-
readonly sort:
|
|
6941
|
+
readonly sort: 10;
|
|
6942
|
+
readonly preferredScale: "s";
|
|
7790
6943
|
};
|
|
7791
6944
|
readonly padding: {
|
|
7792
6945
|
readonly label: "Padding";
|
|
@@ -7801,7 +6954,8 @@ export declare const patterns: readonly [{
|
|
|
7801
6954
|
readonly description: "Left and right padding.";
|
|
7802
6955
|
readonly category: "container";
|
|
7803
6956
|
readonly specialCategory: "padding";
|
|
7804
|
-
readonly sort:
|
|
6957
|
+
readonly sort: 7;
|
|
6958
|
+
readonly preferredScale: "s";
|
|
7805
6959
|
};
|
|
7806
6960
|
readonly paddingVertical: {
|
|
7807
6961
|
readonly label: "Padding Vertical";
|
|
@@ -8000,33 +7154,64 @@ export declare const patterns: readonly [{
|
|
|
8000
7154
|
readonly specialCategory: null;
|
|
8001
7155
|
readonly sort: 26;
|
|
8002
7156
|
};
|
|
8003
|
-
readonly
|
|
8004
|
-
readonly label: "
|
|
8005
|
-
readonly description: "
|
|
8006
|
-
readonly category: "
|
|
7157
|
+
readonly video_url: {
|
|
7158
|
+
readonly label: "Video Url";
|
|
7159
|
+
readonly description: "URL for the onboarding video.";
|
|
7160
|
+
readonly category: "other";
|
|
7161
|
+
readonly specialCategory: null;
|
|
7162
|
+
readonly sort: 1;
|
|
7163
|
+
};
|
|
7164
|
+
readonly lottie: {
|
|
7165
|
+
readonly label: "Lottie";
|
|
7166
|
+
readonly description: "Path to the lottie animation.";
|
|
7167
|
+
readonly category: "other";
|
|
8007
7168
|
readonly specialCategory: null;
|
|
7169
|
+
readonly sort: 2;
|
|
7170
|
+
};
|
|
7171
|
+
};
|
|
7172
|
+
readonly specialCategories: {
|
|
7173
|
+
readonly padding: {
|
|
7174
|
+
readonly label: "Padding";
|
|
7175
|
+
readonly description: "Uniform padding on all sides.";
|
|
7176
|
+
readonly category: "container";
|
|
8008
7177
|
readonly sort: 1;
|
|
8009
7178
|
};
|
|
7179
|
+
readonly margin: {
|
|
7180
|
+
readonly label: "Margin";
|
|
7181
|
+
readonly description: "Uniform margin on all sides.";
|
|
7182
|
+
readonly category: "container";
|
|
7183
|
+
readonly sort: 2;
|
|
7184
|
+
};
|
|
7185
|
+
readonly size: {
|
|
7186
|
+
readonly label: "Size";
|
|
7187
|
+
readonly description: "Fixed dimensions.";
|
|
7188
|
+
readonly category: "container";
|
|
7189
|
+
readonly sort: 3;
|
|
7190
|
+
};
|
|
7191
|
+
readonly offset: {
|
|
7192
|
+
readonly label: "Offset";
|
|
7193
|
+
readonly description: "Absolute positioning offsets.";
|
|
7194
|
+
readonly category: "container";
|
|
7195
|
+
readonly sort: 4;
|
|
7196
|
+
};
|
|
8010
7197
|
};
|
|
8011
7198
|
};
|
|
8012
7199
|
readonly defaults: {
|
|
8013
7200
|
readonly style: {
|
|
7201
|
+
readonly resizeMode: "contain";
|
|
8014
7202
|
readonly flexDirection: "column";
|
|
8015
7203
|
readonly position: "relative";
|
|
8016
7204
|
readonly zIndex: 1;
|
|
8017
7205
|
readonly alignSelf: "flex-start";
|
|
8018
7206
|
readonly flexGrow: 0;
|
|
8019
7207
|
readonly flexShrink: 0;
|
|
8020
|
-
readonly gap: "16@vs";
|
|
8021
|
-
readonly paddingHorizontal: "24@s";
|
|
8022
7208
|
};
|
|
8023
|
-
readonly display: "flex";
|
|
8024
7209
|
};
|
|
8025
7210
|
readonly types: {};
|
|
8026
7211
|
}, {
|
|
8027
7212
|
readonly schemaVersion: 2;
|
|
8028
7213
|
readonly pattern: {
|
|
8029
|
-
readonly type: "
|
|
7214
|
+
readonly type: "OnboardItem";
|
|
8030
7215
|
readonly title: "title";
|
|
8031
7216
|
readonly description: "description";
|
|
8032
7217
|
readonly children: "node";
|
|
@@ -8068,14 +7253,16 @@ export declare const patterns: readonly [{
|
|
|
8068
7253
|
readonly right: "size";
|
|
8069
7254
|
readonly zIndex: "number";
|
|
8070
7255
|
};
|
|
8071
|
-
readonly
|
|
8072
|
-
readonly
|
|
7256
|
+
readonly display: readonly ["flex", "block"];
|
|
7257
|
+
readonly gap: "size";
|
|
7258
|
+
readonly flexDirection: readonly ["row", "column"];
|
|
7259
|
+
readonly paddingHorizontal: "size";
|
|
8073
7260
|
};
|
|
8074
7261
|
};
|
|
8075
7262
|
readonly meta: {
|
|
8076
|
-
readonly desiredParent: readonly ["
|
|
8077
|
-
readonly label: "Onboard
|
|
8078
|
-
readonly description: "
|
|
7263
|
+
readonly desiredParent: readonly ["=Onboard"];
|
|
7264
|
+
readonly label: "Onboard Item";
|
|
7265
|
+
readonly description: "Single onboarding screen section.";
|
|
8079
7266
|
readonly specialCategories: {
|
|
8080
7267
|
readonly padding: {
|
|
8081
7268
|
readonly label: "Padding";
|
|
@@ -8129,10 +7316,10 @@ export declare const patterns: readonly [{
|
|
|
8129
7316
|
};
|
|
8130
7317
|
readonly flexDirection: {
|
|
8131
7318
|
readonly label: "Flex Direction";
|
|
8132
|
-
readonly description: "
|
|
7319
|
+
readonly description: "Order of child stacking.";
|
|
8133
7320
|
readonly category: "container";
|
|
8134
7321
|
readonly specialCategory: null;
|
|
8135
|
-
readonly sort:
|
|
7322
|
+
readonly sort: 3;
|
|
8136
7323
|
};
|
|
8137
7324
|
readonly flexWrap: {
|
|
8138
7325
|
readonly label: "Flex Wrap";
|
|
@@ -8157,11 +7344,10 @@ export declare const patterns: readonly [{
|
|
|
8157
7344
|
};
|
|
8158
7345
|
readonly gap: {
|
|
8159
7346
|
readonly label: "Gap";
|
|
8160
|
-
readonly description: "Space between
|
|
7347
|
+
readonly description: "Space between child blocks.";
|
|
8161
7348
|
readonly category: "container";
|
|
8162
7349
|
readonly specialCategory: null;
|
|
8163
|
-
readonly sort:
|
|
8164
|
-
readonly preferredScale: "s";
|
|
7350
|
+
readonly sort: 2;
|
|
8165
7351
|
};
|
|
8166
7352
|
readonly padding: {
|
|
8167
7353
|
readonly label: "Padding";
|
|
@@ -8176,8 +7362,7 @@ export declare const patterns: readonly [{
|
|
|
8176
7362
|
readonly description: "Left and right padding.";
|
|
8177
7363
|
readonly category: "container";
|
|
8178
7364
|
readonly specialCategory: "padding";
|
|
8179
|
-
readonly sort:
|
|
8180
|
-
readonly preferredScale: "s";
|
|
7365
|
+
readonly sort: 4;
|
|
8181
7366
|
};
|
|
8182
7367
|
readonly paddingVertical: {
|
|
8183
7368
|
readonly label: "Padding Vertical";
|
|
@@ -8189,31 +7374,35 @@ export declare const patterns: readonly [{
|
|
|
8189
7374
|
};
|
|
8190
7375
|
readonly paddingTop: {
|
|
8191
7376
|
readonly label: "Padding Top";
|
|
8192
|
-
readonly description: "Top padding
|
|
7377
|
+
readonly description: "Top padding only.";
|
|
8193
7378
|
readonly category: "container";
|
|
8194
7379
|
readonly specialCategory: "padding";
|
|
8195
|
-
readonly sort:
|
|
7380
|
+
readonly sort: 9;
|
|
7381
|
+
readonly preferredScale: "vs";
|
|
8196
7382
|
};
|
|
8197
7383
|
readonly paddingBottom: {
|
|
8198
7384
|
readonly label: "Padding Bottom";
|
|
8199
|
-
readonly description: "Bottom padding
|
|
7385
|
+
readonly description: "Bottom padding only.";
|
|
8200
7386
|
readonly category: "container";
|
|
8201
7387
|
readonly specialCategory: "padding";
|
|
8202
|
-
readonly sort:
|
|
7388
|
+
readonly sort: 10;
|
|
7389
|
+
readonly preferredScale: "vs";
|
|
8203
7390
|
};
|
|
8204
7391
|
readonly paddingLeft: {
|
|
8205
7392
|
readonly label: "Padding Left";
|
|
8206
|
-
readonly description: "Left padding
|
|
7393
|
+
readonly description: "Left padding only.";
|
|
8207
7394
|
readonly category: "container";
|
|
8208
7395
|
readonly specialCategory: "padding";
|
|
8209
|
-
readonly sort:
|
|
7396
|
+
readonly sort: 11;
|
|
7397
|
+
readonly preferredScale: "s";
|
|
8210
7398
|
};
|
|
8211
7399
|
readonly paddingRight: {
|
|
8212
7400
|
readonly label: "Padding Right";
|
|
8213
|
-
readonly description: "Right padding
|
|
7401
|
+
readonly description: "Right padding only.";
|
|
8214
7402
|
readonly category: "container";
|
|
8215
7403
|
readonly specialCategory: "padding";
|
|
8216
|
-
readonly sort:
|
|
7404
|
+
readonly sort: 12;
|
|
7405
|
+
readonly preferredScale: "s";
|
|
8217
7406
|
};
|
|
8218
7407
|
readonly margin: {
|
|
8219
7408
|
readonly label: "Margin";
|
|
@@ -8372,12 +7561,12 @@ export declare const patterns: readonly [{
|
|
|
8372
7561
|
readonly specialCategory: null;
|
|
8373
7562
|
readonly sort: 26;
|
|
8374
7563
|
};
|
|
8375
|
-
readonly
|
|
8376
|
-
readonly label: "
|
|
8377
|
-
readonly description: "Controls
|
|
8378
|
-
readonly category: "
|
|
7564
|
+
readonly display: {
|
|
7565
|
+
readonly label: "Display";
|
|
7566
|
+
readonly description: "Controls layout display mode.";
|
|
7567
|
+
readonly category: "container";
|
|
8379
7568
|
readonly specialCategory: null;
|
|
8380
|
-
readonly sort:
|
|
7569
|
+
readonly sort: 1;
|
|
8381
7570
|
};
|
|
8382
7571
|
};
|
|
8383
7572
|
};
|
|
@@ -8389,27 +7578,22 @@ export declare const patterns: readonly [{
|
|
|
8389
7578
|
readonly alignSelf: "flex-start";
|
|
8390
7579
|
readonly flexGrow: 0;
|
|
8391
7580
|
readonly flexShrink: 0;
|
|
8392
|
-
readonly
|
|
8393
|
-
readonly
|
|
7581
|
+
readonly gap: "16@vs";
|
|
7582
|
+
readonly paddingHorizontal: "24@s";
|
|
8394
7583
|
};
|
|
7584
|
+
readonly display: "flex";
|
|
8395
7585
|
};
|
|
8396
7586
|
readonly types: {};
|
|
8397
7587
|
}, {
|
|
8398
7588
|
readonly schemaVersion: 2;
|
|
8399
7589
|
readonly pattern: {
|
|
8400
|
-
readonly type: "
|
|
7590
|
+
readonly type: "OnboardProvider";
|
|
8401
7591
|
readonly title: "title";
|
|
8402
7592
|
readonly description: "description";
|
|
8403
|
-
readonly children: "
|
|
7593
|
+
readonly children: "node";
|
|
8404
7594
|
readonly attributes: {
|
|
8405
|
-
readonly
|
|
8406
|
-
readonly showEllipsis: "boolean";
|
|
7595
|
+
readonly scrollable: "boolean";
|
|
8407
7596
|
readonly style: {
|
|
8408
|
-
readonly color: "color";
|
|
8409
|
-
readonly fontSize: "size";
|
|
8410
|
-
readonly fontFamily: "fontFamily";
|
|
8411
|
-
readonly fontWeight: "fontWeight";
|
|
8412
|
-
readonly textAlign: readonly ["left", "center", "right", "justify"];
|
|
8413
7597
|
readonly flexDirection: readonly ["row", "column"];
|
|
8414
7598
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
8415
7599
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -8445,57 +7629,41 @@ export declare const patterns: readonly [{
|
|
|
8445
7629
|
readonly right: "size";
|
|
8446
7630
|
readonly zIndex: "number";
|
|
8447
7631
|
};
|
|
8448
|
-
readonly
|
|
8449
|
-
|
|
8450
|
-
readonly defaults: {
|
|
8451
|
-
readonly style: {
|
|
8452
|
-
readonly color: "THEME_COLORS.TEXT";
|
|
8453
|
-
readonly fontSize: "16@fs";
|
|
8454
|
-
readonly fontWeight: "400";
|
|
8455
|
-
};
|
|
7632
|
+
readonly theme: readonly ["light", "dark", "all"];
|
|
7633
|
+
readonly borderRadius: "never";
|
|
8456
7634
|
};
|
|
8457
7635
|
};
|
|
8458
7636
|
readonly meta: {
|
|
8459
|
-
readonly desiredParent: readonly ["
|
|
8460
|
-
readonly label: "Onboard
|
|
8461
|
-
readonly description: "
|
|
8462
|
-
readonly
|
|
8463
|
-
readonly
|
|
8464
|
-
readonly label: "
|
|
8465
|
-
readonly description: "
|
|
8466
|
-
readonly category: "
|
|
8467
|
-
readonly specialCategory: null;
|
|
7637
|
+
readonly desiredParent: readonly ["root"];
|
|
7638
|
+
readonly label: "Onboard Provider";
|
|
7639
|
+
readonly description: "Provides shared settings for onboarding.";
|
|
7640
|
+
readonly specialCategories: {
|
|
7641
|
+
readonly padding: {
|
|
7642
|
+
readonly label: "Padding";
|
|
7643
|
+
readonly description: "Uniform padding on all sides.";
|
|
7644
|
+
readonly category: "container";
|
|
8468
7645
|
readonly sort: 1;
|
|
8469
7646
|
};
|
|
8470
|
-
readonly
|
|
8471
|
-
readonly label: "
|
|
8472
|
-
readonly description: "
|
|
8473
|
-
readonly category: "
|
|
8474
|
-
readonly specialCategory: null;
|
|
7647
|
+
readonly margin: {
|
|
7648
|
+
readonly label: "Margin";
|
|
7649
|
+
readonly description: "Uniform margin on all sides.";
|
|
7650
|
+
readonly category: "container";
|
|
8475
7651
|
readonly sort: 2;
|
|
8476
|
-
readonly preferredScale: "s";
|
|
8477
7652
|
};
|
|
8478
|
-
readonly
|
|
8479
|
-
readonly label: "
|
|
8480
|
-
readonly description: "
|
|
8481
|
-
readonly category: "
|
|
8482
|
-
readonly specialCategory: null;
|
|
7653
|
+
readonly size: {
|
|
7654
|
+
readonly label: "Size";
|
|
7655
|
+
readonly description: "Fixed dimensions.";
|
|
7656
|
+
readonly category: "container";
|
|
8483
7657
|
readonly sort: 3;
|
|
8484
7658
|
};
|
|
8485
|
-
readonly
|
|
8486
|
-
readonly label: "
|
|
8487
|
-
readonly description: "
|
|
8488
|
-
readonly category: "
|
|
8489
|
-
readonly specialCategory: null;
|
|
7659
|
+
readonly offset: {
|
|
7660
|
+
readonly label: "Offset";
|
|
7661
|
+
readonly description: "Absolute positioning offsets.";
|
|
7662
|
+
readonly category: "container";
|
|
8490
7663
|
readonly sort: 4;
|
|
8491
7664
|
};
|
|
8492
|
-
|
|
8493
|
-
|
|
8494
|
-
readonly description: "Text alignment.";
|
|
8495
|
-
readonly category: "style";
|
|
8496
|
-
readonly specialCategory: null;
|
|
8497
|
-
readonly sort: 5;
|
|
8498
|
-
};
|
|
7665
|
+
};
|
|
7666
|
+
readonly styles: {
|
|
8499
7667
|
readonly backgroundColor: {
|
|
8500
7668
|
readonly label: "Background Color";
|
|
8501
7669
|
readonly description: "Background fill color.";
|
|
@@ -8513,20 +7681,6 @@ export declare const patterns: readonly [{
|
|
|
8513
7681
|
};
|
|
8514
7682
|
};
|
|
8515
7683
|
readonly attributes: {
|
|
8516
|
-
readonly adjustsFontSizeToFit: {
|
|
8517
|
-
readonly label: "Adjust Font Size To Fit";
|
|
8518
|
-
readonly description: "Automatically reduces font size to fit the available space.";
|
|
8519
|
-
readonly category: "other";
|
|
8520
|
-
readonly specialCategory: null;
|
|
8521
|
-
readonly sort: 1;
|
|
8522
|
-
};
|
|
8523
|
-
readonly showEllipsis: {
|
|
8524
|
-
readonly label: "Show Ellipsis";
|
|
8525
|
-
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
8526
|
-
readonly category: "other";
|
|
8527
|
-
readonly specialCategory: null;
|
|
8528
|
-
readonly sort: 2;
|
|
8529
|
-
};
|
|
8530
7684
|
readonly scrollable: {
|
|
8531
7685
|
readonly label: "Scrollable";
|
|
8532
7686
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -8596,35 +7750,31 @@ export declare const patterns: readonly [{
|
|
|
8596
7750
|
};
|
|
8597
7751
|
readonly paddingTop: {
|
|
8598
7752
|
readonly label: "Padding Top";
|
|
8599
|
-
readonly description: "Top padding
|
|
7753
|
+
readonly description: "Top padding for the provider.";
|
|
8600
7754
|
readonly category: "container";
|
|
8601
7755
|
readonly specialCategory: "padding";
|
|
8602
|
-
readonly sort:
|
|
8603
|
-
readonly preferredScale: "vs";
|
|
7756
|
+
readonly sort: 1;
|
|
8604
7757
|
};
|
|
8605
7758
|
readonly paddingBottom: {
|
|
8606
7759
|
readonly label: "Padding Bottom";
|
|
8607
|
-
readonly description: "Bottom padding
|
|
7760
|
+
readonly description: "Bottom padding for the provider.";
|
|
8608
7761
|
readonly category: "container";
|
|
8609
7762
|
readonly specialCategory: "padding";
|
|
8610
|
-
readonly sort:
|
|
8611
|
-
readonly preferredScale: "vs";
|
|
7763
|
+
readonly sort: 3;
|
|
8612
7764
|
};
|
|
8613
7765
|
readonly paddingLeft: {
|
|
8614
7766
|
readonly label: "Padding Left";
|
|
8615
|
-
readonly description: "Left padding
|
|
7767
|
+
readonly description: "Left padding for the provider.";
|
|
8616
7768
|
readonly category: "container";
|
|
8617
7769
|
readonly specialCategory: "padding";
|
|
8618
|
-
readonly sort:
|
|
8619
|
-
readonly preferredScale: "s";
|
|
7770
|
+
readonly sort: 4;
|
|
8620
7771
|
};
|
|
8621
7772
|
readonly paddingRight: {
|
|
8622
7773
|
readonly label: "Padding Right";
|
|
8623
|
-
readonly description: "Right padding
|
|
7774
|
+
readonly description: "Right padding for the provider.";
|
|
8624
7775
|
readonly category: "container";
|
|
8625
7776
|
readonly specialCategory: "padding";
|
|
8626
|
-
readonly sort:
|
|
8627
|
-
readonly preferredScale: "s";
|
|
7777
|
+
readonly sort: 2;
|
|
8628
7778
|
};
|
|
8629
7779
|
readonly margin: {
|
|
8630
7780
|
readonly label: "Margin";
|
|
@@ -8783,52 +7933,32 @@ export declare const patterns: readonly [{
|
|
|
8783
7933
|
readonly specialCategory: null;
|
|
8784
7934
|
readonly sort: 26;
|
|
8785
7935
|
};
|
|
8786
|
-
|
|
8787
|
-
|
|
8788
|
-
|
|
8789
|
-
readonly
|
|
8790
|
-
readonly
|
|
8791
|
-
readonly
|
|
8792
|
-
readonly sort: 1;
|
|
8793
|
-
};
|
|
8794
|
-
readonly margin: {
|
|
8795
|
-
readonly label: "Margin";
|
|
8796
|
-
readonly description: "Uniform margin on all sides.";
|
|
8797
|
-
readonly category: "container";
|
|
8798
|
-
readonly sort: 2;
|
|
8799
|
-
};
|
|
8800
|
-
readonly size: {
|
|
8801
|
-
readonly label: "Size";
|
|
8802
|
-
readonly description: "Fixed dimensions.";
|
|
8803
|
-
readonly category: "container";
|
|
8804
|
-
readonly sort: 3;
|
|
8805
|
-
};
|
|
8806
|
-
readonly offset: {
|
|
8807
|
-
readonly label: "Offset";
|
|
8808
|
-
readonly description: "Absolute positioning offsets.";
|
|
8809
|
-
readonly category: "container";
|
|
8810
|
-
readonly sort: 4;
|
|
7936
|
+
readonly theme: {
|
|
7937
|
+
readonly label: "Theme";
|
|
7938
|
+
readonly description: "Controls which app theme(s) this onboarding is intended for.";
|
|
7939
|
+
readonly category: "other";
|
|
7940
|
+
readonly specialCategory: null;
|
|
7941
|
+
readonly sort: -10;
|
|
8811
7942
|
};
|
|
8812
7943
|
};
|
|
8813
7944
|
};
|
|
8814
7945
|
readonly defaults: {
|
|
8815
7946
|
readonly style: {
|
|
8816
|
-
readonly color: "THEME_COLORS.TEXT";
|
|
8817
|
-
readonly fontSize: "14@fs";
|
|
8818
|
-
readonly fontWeight: "600";
|
|
8819
7947
|
readonly flexDirection: "column";
|
|
8820
7948
|
readonly position: "relative";
|
|
8821
7949
|
readonly zIndex: 1;
|
|
8822
7950
|
readonly alignSelf: "flex-start";
|
|
8823
7951
|
readonly flexGrow: 0;
|
|
8824
7952
|
readonly flexShrink: 0;
|
|
7953
|
+
readonly width: "100%";
|
|
7954
|
+
readonly height: "100%";
|
|
8825
7955
|
};
|
|
8826
7956
|
};
|
|
8827
7957
|
readonly types: {};
|
|
8828
7958
|
}, {
|
|
8829
7959
|
readonly schemaVersion: 2;
|
|
8830
7960
|
readonly pattern: {
|
|
8831
|
-
readonly type: "
|
|
7961
|
+
readonly type: "OnboardSubtitle";
|
|
8832
7962
|
readonly title: "title";
|
|
8833
7963
|
readonly description: "description";
|
|
8834
7964
|
readonly children: "string";
|
|
@@ -8887,9 +8017,9 @@ export declare const patterns: readonly [{
|
|
|
8887
8017
|
};
|
|
8888
8018
|
};
|
|
8889
8019
|
readonly meta: {
|
|
8890
|
-
readonly desiredParent: readonly [">
|
|
8891
|
-
readonly label: "Onboard
|
|
8892
|
-
readonly description: "
|
|
8020
|
+
readonly desiredParent: readonly [">OnboardProvider", ">OnboardItem"];
|
|
8021
|
+
readonly label: "Onboard Subtitle";
|
|
8022
|
+
readonly description: "Subtitle text for an onboarding step.";
|
|
8893
8023
|
readonly styles: {
|
|
8894
8024
|
readonly color: {
|
|
8895
8025
|
readonly label: "Color";
|
|
@@ -9245,30 +8375,33 @@ export declare const patterns: readonly [{
|
|
|
9245
8375
|
readonly defaults: {
|
|
9246
8376
|
readonly style: {
|
|
9247
8377
|
readonly color: "THEME_COLORS.TEXT";
|
|
9248
|
-
readonly fontSize: "
|
|
9249
|
-
readonly fontWeight: "
|
|
8378
|
+
readonly fontSize: "14@fs";
|
|
8379
|
+
readonly fontWeight: "600";
|
|
9250
8380
|
readonly flexDirection: "column";
|
|
9251
8381
|
readonly position: "relative";
|
|
9252
8382
|
readonly zIndex: 1;
|
|
9253
8383
|
readonly alignSelf: "flex-start";
|
|
9254
8384
|
readonly flexGrow: 0;
|
|
9255
8385
|
readonly flexShrink: 0;
|
|
9256
|
-
readonly textAlign: "center";
|
|
9257
8386
|
};
|
|
9258
8387
|
};
|
|
9259
8388
|
readonly types: {};
|
|
9260
8389
|
}, {
|
|
9261
8390
|
readonly schemaVersion: 2;
|
|
9262
8391
|
readonly pattern: {
|
|
9263
|
-
readonly type: "
|
|
8392
|
+
readonly type: "OnboardTitle";
|
|
9264
8393
|
readonly title: "title";
|
|
9265
8394
|
readonly description: "description";
|
|
9266
|
-
readonly children: "
|
|
8395
|
+
readonly children: "string";
|
|
9267
8396
|
readonly attributes: {
|
|
9268
|
-
readonly
|
|
9269
|
-
readonly
|
|
9270
|
-
readonly scrollable: "boolean";
|
|
8397
|
+
readonly adjustsFontSizeToFit: "boolean";
|
|
8398
|
+
readonly showEllipsis: "boolean";
|
|
9271
8399
|
readonly style: {
|
|
8400
|
+
readonly color: "color";
|
|
8401
|
+
readonly fontSize: "size";
|
|
8402
|
+
readonly fontFamily: "fontFamily";
|
|
8403
|
+
readonly fontWeight: "fontWeight";
|
|
8404
|
+
readonly textAlign: readonly ["left", "center", "right", "justify"];
|
|
9272
8405
|
readonly flexDirection: readonly ["row", "column"];
|
|
9273
8406
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
9274
8407
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -9304,32 +8437,57 @@ export declare const patterns: readonly [{
|
|
|
9304
8437
|
readonly right: "size";
|
|
9305
8438
|
readonly zIndex: "number";
|
|
9306
8439
|
};
|
|
8440
|
+
readonly scrollable: "boolean";
|
|
9307
8441
|
};
|
|
9308
8442
|
readonly defaults: {
|
|
9309
|
-
readonly resizeMode: "cover";
|
|
9310
8443
|
readonly style: {
|
|
9311
|
-
readonly
|
|
9312
|
-
readonly
|
|
9313
|
-
readonly
|
|
9314
|
-
readonly top: 0;
|
|
9315
|
-
readonly left: 0;
|
|
9316
|
-
readonly right: 0;
|
|
9317
|
-
readonly bottom: 0;
|
|
8444
|
+
readonly color: "THEME_COLORS.TEXT";
|
|
8445
|
+
readonly fontSize: "16@fs";
|
|
8446
|
+
readonly fontWeight: "400";
|
|
9318
8447
|
};
|
|
9319
8448
|
};
|
|
9320
8449
|
};
|
|
9321
8450
|
readonly meta: {
|
|
9322
|
-
readonly desiredParent: readonly [">
|
|
9323
|
-
readonly label: "
|
|
9324
|
-
readonly description: "
|
|
8451
|
+
readonly desiredParent: readonly [">OnboardItem", ">OnboardProvider"];
|
|
8452
|
+
readonly label: "Onboard Title";
|
|
8453
|
+
readonly description: "Title text for an onboarding step.";
|
|
9325
8454
|
readonly styles: {
|
|
9326
|
-
readonly
|
|
9327
|
-
readonly label: "
|
|
9328
|
-
readonly description: "
|
|
8455
|
+
readonly color: {
|
|
8456
|
+
readonly label: "Color";
|
|
8457
|
+
readonly description: "Text color.";
|
|
8458
|
+
readonly category: "style";
|
|
8459
|
+
readonly specialCategory: null;
|
|
8460
|
+
readonly sort: 1;
|
|
8461
|
+
};
|
|
8462
|
+
readonly fontSize: {
|
|
8463
|
+
readonly label: "Font Size";
|
|
8464
|
+
readonly description: "Text size.";
|
|
8465
|
+
readonly category: "style";
|
|
8466
|
+
readonly specialCategory: null;
|
|
8467
|
+
readonly sort: 2;
|
|
8468
|
+
readonly preferredScale: "s";
|
|
8469
|
+
};
|
|
8470
|
+
readonly fontFamily: {
|
|
8471
|
+
readonly label: "Font Family";
|
|
8472
|
+
readonly description: "Font family used for the text.";
|
|
8473
|
+
readonly category: "style";
|
|
8474
|
+
readonly specialCategory: null;
|
|
8475
|
+
readonly sort: 3;
|
|
8476
|
+
};
|
|
8477
|
+
readonly fontWeight: {
|
|
8478
|
+
readonly label: "Font Weight";
|
|
8479
|
+
readonly description: "Text weight.";
|
|
9329
8480
|
readonly category: "style";
|
|
9330
8481
|
readonly specialCategory: null;
|
|
9331
8482
|
readonly sort: 4;
|
|
9332
8483
|
};
|
|
8484
|
+
readonly textAlign: {
|
|
8485
|
+
readonly label: "Text Align";
|
|
8486
|
+
readonly description: "Text alignment.";
|
|
8487
|
+
readonly category: "style";
|
|
8488
|
+
readonly specialCategory: null;
|
|
8489
|
+
readonly sort: 5;
|
|
8490
|
+
};
|
|
9333
8491
|
readonly backgroundColor: {
|
|
9334
8492
|
readonly label: "Background Color";
|
|
9335
8493
|
readonly description: "Background fill color.";
|
|
@@ -9347,13 +8505,20 @@ export declare const patterns: readonly [{
|
|
|
9347
8505
|
};
|
|
9348
8506
|
};
|
|
9349
8507
|
readonly attributes: {
|
|
9350
|
-
readonly
|
|
9351
|
-
readonly label: "
|
|
9352
|
-
readonly description: "
|
|
8508
|
+
readonly adjustsFontSizeToFit: {
|
|
8509
|
+
readonly label: "Adjust Font Size To Fit";
|
|
8510
|
+
readonly description: "Automatically reduces font size to fit the available space.";
|
|
9353
8511
|
readonly category: "other";
|
|
9354
8512
|
readonly specialCategory: null;
|
|
9355
8513
|
readonly sort: 1;
|
|
9356
8514
|
};
|
|
8515
|
+
readonly showEllipsis: {
|
|
8516
|
+
readonly label: "Show Ellipsis";
|
|
8517
|
+
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
8518
|
+
readonly category: "other";
|
|
8519
|
+
readonly specialCategory: null;
|
|
8520
|
+
readonly sort: 2;
|
|
8521
|
+
};
|
|
9357
8522
|
readonly scrollable: {
|
|
9358
8523
|
readonly label: "Scrollable";
|
|
9359
8524
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -9639,42 +8804,32 @@ export declare const patterns: readonly [{
|
|
|
9639
8804
|
};
|
|
9640
8805
|
};
|
|
9641
8806
|
readonly defaults: {
|
|
9642
|
-
readonly resizeMode: "cover";
|
|
9643
8807
|
readonly style: {
|
|
9644
|
-
readonly
|
|
9645
|
-
readonly
|
|
9646
|
-
readonly
|
|
9647
|
-
readonly top: 0;
|
|
9648
|
-
readonly left: 0;
|
|
9649
|
-
readonly right: 0;
|
|
9650
|
-
readonly bottom: 0;
|
|
9651
|
-
readonly zIndex: 1;
|
|
8808
|
+
readonly color: "THEME_COLORS.TEXT";
|
|
8809
|
+
readonly fontSize: "24@fs";
|
|
8810
|
+
readonly fontWeight: "700";
|
|
9652
8811
|
readonly flexDirection: "column";
|
|
8812
|
+
readonly position: "relative";
|
|
8813
|
+
readonly zIndex: 1;
|
|
9653
8814
|
readonly alignSelf: "flex-start";
|
|
9654
8815
|
readonly flexGrow: 0;
|
|
9655
8816
|
readonly flexShrink: 0;
|
|
8817
|
+
readonly textAlign: "center";
|
|
9656
8818
|
};
|
|
9657
8819
|
};
|
|
9658
8820
|
readonly types: {};
|
|
9659
8821
|
}, {
|
|
9660
8822
|
readonly schemaVersion: 2;
|
|
9661
8823
|
readonly pattern: {
|
|
9662
|
-
readonly type: "
|
|
8824
|
+
readonly type: "PaywallBackground";
|
|
9663
8825
|
readonly title: "title";
|
|
9664
8826
|
readonly description: "description";
|
|
9665
8827
|
readonly children: "never";
|
|
9666
8828
|
readonly attributes: {
|
|
9667
|
-
readonly
|
|
9668
|
-
readonly
|
|
9669
|
-
readonly
|
|
9670
|
-
readonly adjustsFontSizeToFit: "boolean";
|
|
9671
|
-
readonly showEllipsis: "boolean";
|
|
8829
|
+
readonly src: "string";
|
|
8830
|
+
readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
|
|
8831
|
+
readonly scrollable: "boolean";
|
|
9672
8832
|
readonly style: {
|
|
9673
|
-
readonly color: "color";
|
|
9674
|
-
readonly fontSize: "size";
|
|
9675
|
-
readonly fontFamily: "fontFamily";
|
|
9676
|
-
readonly fontWeight: "fontWeight";
|
|
9677
|
-
readonly textAlign: readonly ["left", "center", "right", "justify"];
|
|
9678
8833
|
readonly flexDirection: readonly ["row", "column"];
|
|
9679
8834
|
readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
9680
8835
|
readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
|
|
@@ -9710,57 +8865,32 @@ export declare const patterns: readonly [{
|
|
|
9710
8865
|
readonly right: "size";
|
|
9711
8866
|
readonly zIndex: "number";
|
|
9712
8867
|
};
|
|
9713
|
-
readonly scrollable: "boolean";
|
|
9714
8868
|
};
|
|
9715
8869
|
readonly defaults: {
|
|
8870
|
+
readonly resizeMode: "cover";
|
|
9716
8871
|
readonly style: {
|
|
9717
|
-
readonly
|
|
9718
|
-
readonly
|
|
9719
|
-
readonly
|
|
8872
|
+
readonly width: "100%";
|
|
8873
|
+
readonly height: "100%";
|
|
8874
|
+
readonly position: "absolute";
|
|
8875
|
+
readonly top: 0;
|
|
8876
|
+
readonly left: 0;
|
|
8877
|
+
readonly right: 0;
|
|
8878
|
+
readonly bottom: 0;
|
|
9720
8879
|
};
|
|
9721
8880
|
};
|
|
9722
8881
|
};
|
|
9723
8882
|
readonly meta: {
|
|
9724
8883
|
readonly desiredParent: readonly [">PaywallProvider"];
|
|
9725
|
-
readonly label: "Paywall
|
|
9726
|
-
readonly description: "Paywall
|
|
8884
|
+
readonly label: "Paywall Background";
|
|
8885
|
+
readonly description: "Paywall Background component.";
|
|
9727
8886
|
readonly styles: {
|
|
9728
|
-
readonly
|
|
9729
|
-
readonly label: "
|
|
9730
|
-
readonly description: "
|
|
9731
|
-
readonly category: "style";
|
|
9732
|
-
readonly specialCategory: null;
|
|
9733
|
-
readonly sort: 1;
|
|
9734
|
-
};
|
|
9735
|
-
readonly fontSize: {
|
|
9736
|
-
readonly label: "Font Size";
|
|
9737
|
-
readonly description: "Text size.";
|
|
9738
|
-
readonly category: "style";
|
|
9739
|
-
readonly specialCategory: null;
|
|
9740
|
-
readonly sort: 2;
|
|
9741
|
-
readonly preferredScale: "s";
|
|
9742
|
-
};
|
|
9743
|
-
readonly fontFamily: {
|
|
9744
|
-
readonly label: "Font Family";
|
|
9745
|
-
readonly description: "Font family used for the text.";
|
|
9746
|
-
readonly category: "style";
|
|
9747
|
-
readonly specialCategory: null;
|
|
9748
|
-
readonly sort: 3;
|
|
9749
|
-
};
|
|
9750
|
-
readonly fontWeight: {
|
|
9751
|
-
readonly label: "Font Weight";
|
|
9752
|
-
readonly description: "Text weight.";
|
|
8887
|
+
readonly resizeMode: {
|
|
8888
|
+
readonly label: "Resize Mode";
|
|
8889
|
+
readonly description: "How the image fits its container.";
|
|
9753
8890
|
readonly category: "style";
|
|
9754
8891
|
readonly specialCategory: null;
|
|
9755
8892
|
readonly sort: 4;
|
|
9756
8893
|
};
|
|
9757
|
-
readonly textAlign: {
|
|
9758
|
-
readonly label: "Text Align";
|
|
9759
|
-
readonly description: "Text alignment.";
|
|
9760
|
-
readonly category: "style";
|
|
9761
|
-
readonly specialCategory: null;
|
|
9762
|
-
readonly sort: 5;
|
|
9763
|
-
};
|
|
9764
8894
|
readonly backgroundColor: {
|
|
9765
8895
|
readonly label: "Background Color";
|
|
9766
8896
|
readonly description: "Background fill color.";
|
|
@@ -9778,41 +8908,13 @@ export declare const patterns: readonly [{
|
|
|
9778
8908
|
};
|
|
9779
8909
|
};
|
|
9780
8910
|
readonly attributes: {
|
|
9781
|
-
readonly
|
|
9782
|
-
readonly label: "
|
|
9783
|
-
readonly description: "
|
|
9784
|
-
readonly category: "other";
|
|
9785
|
-
readonly specialCategory: null;
|
|
9786
|
-
readonly sort: 1;
|
|
9787
|
-
};
|
|
9788
|
-
readonly size: {
|
|
9789
|
-
readonly label: "Size";
|
|
9790
|
-
readonly description: "Icon size (px).";
|
|
9791
|
-
readonly category: "other";
|
|
9792
|
-
readonly specialCategory: null;
|
|
9793
|
-
readonly sort: 2;
|
|
9794
|
-
};
|
|
9795
|
-
readonly strokeWidth: {
|
|
9796
|
-
readonly label: "Stroke Width";
|
|
9797
|
-
readonly description: "SVG stroke width override (applied to the icon paths).";
|
|
9798
|
-
readonly category: "other";
|
|
9799
|
-
readonly specialCategory: null;
|
|
9800
|
-
readonly sort: 3;
|
|
9801
|
-
};
|
|
9802
|
-
readonly adjustsFontSizeToFit: {
|
|
9803
|
-
readonly label: "Adjust Font Size To Fit";
|
|
9804
|
-
readonly description: "Automatically reduces font size to fit the available space.";
|
|
8911
|
+
readonly src: {
|
|
8912
|
+
readonly label: "Src";
|
|
8913
|
+
readonly description: "Image source URL.";
|
|
9805
8914
|
readonly category: "other";
|
|
9806
8915
|
readonly specialCategory: null;
|
|
9807
8916
|
readonly sort: 1;
|
|
9808
8917
|
};
|
|
9809
|
-
readonly showEllipsis: {
|
|
9810
|
-
readonly label: "Show Ellipsis";
|
|
9811
|
-
readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
|
|
9812
|
-
readonly category: "other";
|
|
9813
|
-
readonly specialCategory: null;
|
|
9814
|
-
readonly sort: 2;
|
|
9815
|
-
};
|
|
9816
8918
|
readonly scrollable: {
|
|
9817
8919
|
readonly label: "Scrollable";
|
|
9818
8920
|
readonly description: "Turns scroll interaction on.";
|
|
@@ -10098,35 +9200,34 @@ export declare const patterns: readonly [{
|
|
|
10098
9200
|
};
|
|
10099
9201
|
};
|
|
10100
9202
|
readonly defaults: {
|
|
9203
|
+
readonly resizeMode: "cover";
|
|
10101
9204
|
readonly style: {
|
|
10102
|
-
readonly
|
|
10103
|
-
readonly
|
|
10104
|
-
readonly fontWeight: "400";
|
|
10105
|
-
readonly flexDirection: "row";
|
|
9205
|
+
readonly width: "100%";
|
|
9206
|
+
readonly height: "100%";
|
|
10106
9207
|
readonly position: "absolute";
|
|
9208
|
+
readonly top: 0;
|
|
9209
|
+
readonly left: 0;
|
|
9210
|
+
readonly right: 0;
|
|
9211
|
+
readonly bottom: 0;
|
|
10107
9212
|
readonly zIndex: 1;
|
|
9213
|
+
readonly flexDirection: "column";
|
|
10108
9214
|
readonly alignSelf: "flex-start";
|
|
10109
9215
|
readonly flexGrow: 0;
|
|
10110
9216
|
readonly flexShrink: 0;
|
|
10111
|
-
readonly top: "35@vs";
|
|
10112
|
-
readonly left: "24@s";
|
|
10113
|
-
readonly justifyContent: "center";
|
|
10114
|
-
readonly alignItems: "center";
|
|
10115
9217
|
};
|
|
10116
|
-
readonly iconType: "close";
|
|
10117
|
-
readonly strokeWidth: 1.5;
|
|
10118
|
-
readonly size: 24;
|
|
10119
9218
|
};
|
|
10120
9219
|
readonly types: {};
|
|
10121
9220
|
}, {
|
|
10122
9221
|
readonly schemaVersion: 2;
|
|
10123
9222
|
readonly pattern: {
|
|
10124
|
-
readonly type: "
|
|
9223
|
+
readonly type: "PaywallCloseButton";
|
|
10125
9224
|
readonly title: "title";
|
|
10126
9225
|
readonly description: "description";
|
|
10127
9226
|
readonly children: "never";
|
|
10128
9227
|
readonly attributes: {
|
|
10129
|
-
readonly
|
|
9228
|
+
readonly iconType: "iconType";
|
|
9229
|
+
readonly size: "number";
|
|
9230
|
+
readonly strokeWidth: "number";
|
|
10130
9231
|
readonly adjustsFontSizeToFit: "boolean";
|
|
10131
9232
|
readonly showEllipsis: "boolean";
|
|
10132
9233
|
readonly style: {
|
|
@@ -10181,17 +9282,84 @@ export declare const patterns: readonly [{
|
|
|
10181
9282
|
};
|
|
10182
9283
|
};
|
|
10183
9284
|
readonly meta: {
|
|
10184
|
-
readonly desiredParent: readonly ["
|
|
10185
|
-
readonly label: "Paywall
|
|
10186
|
-
readonly description: "
|
|
9285
|
+
readonly desiredParent: readonly [">PaywallProvider"];
|
|
9286
|
+
readonly label: "Paywall Close Button";
|
|
9287
|
+
readonly description: "Paywall Close Button component.";
|
|
9288
|
+
readonly styles: {
|
|
9289
|
+
readonly color: {
|
|
9290
|
+
readonly label: "Color";
|
|
9291
|
+
readonly description: "Text color.";
|
|
9292
|
+
readonly category: "style";
|
|
9293
|
+
readonly specialCategory: null;
|
|
9294
|
+
readonly sort: 1;
|
|
9295
|
+
};
|
|
9296
|
+
readonly fontSize: {
|
|
9297
|
+
readonly label: "Font Size";
|
|
9298
|
+
readonly description: "Text size.";
|
|
9299
|
+
readonly category: "style";
|
|
9300
|
+
readonly specialCategory: null;
|
|
9301
|
+
readonly sort: 2;
|
|
9302
|
+
readonly preferredScale: "s";
|
|
9303
|
+
};
|
|
9304
|
+
readonly fontFamily: {
|
|
9305
|
+
readonly label: "Font Family";
|
|
9306
|
+
readonly description: "Font family used for the text.";
|
|
9307
|
+
readonly category: "style";
|
|
9308
|
+
readonly specialCategory: null;
|
|
9309
|
+
readonly sort: 3;
|
|
9310
|
+
};
|
|
9311
|
+
readonly fontWeight: {
|
|
9312
|
+
readonly label: "Font Weight";
|
|
9313
|
+
readonly description: "Text weight.";
|
|
9314
|
+
readonly category: "style";
|
|
9315
|
+
readonly specialCategory: null;
|
|
9316
|
+
readonly sort: 4;
|
|
9317
|
+
};
|
|
9318
|
+
readonly textAlign: {
|
|
9319
|
+
readonly label: "Text Align";
|
|
9320
|
+
readonly description: "Text alignment.";
|
|
9321
|
+
readonly category: "style";
|
|
9322
|
+
readonly specialCategory: null;
|
|
9323
|
+
readonly sort: 5;
|
|
9324
|
+
};
|
|
9325
|
+
readonly backgroundColor: {
|
|
9326
|
+
readonly label: "Background Color";
|
|
9327
|
+
readonly description: "Background fill color.";
|
|
9328
|
+
readonly category: "style";
|
|
9329
|
+
readonly specialCategory: null;
|
|
9330
|
+
readonly sort: 20;
|
|
9331
|
+
};
|
|
9332
|
+
readonly borderRadius: {
|
|
9333
|
+
readonly label: "Border Radius";
|
|
9334
|
+
readonly description: "Corner rounding amount.";
|
|
9335
|
+
readonly category: "style";
|
|
9336
|
+
readonly specialCategory: null;
|
|
9337
|
+
readonly sort: 21;
|
|
9338
|
+
readonly preferredScale: "s";
|
|
9339
|
+
};
|
|
9340
|
+
};
|
|
10187
9341
|
readonly attributes: {
|
|
10188
|
-
readonly
|
|
10189
|
-
readonly label: "
|
|
10190
|
-
readonly description: "
|
|
9342
|
+
readonly iconType: {
|
|
9343
|
+
readonly label: "Icon";
|
|
9344
|
+
readonly description: "Which icon to render.";
|
|
10191
9345
|
readonly category: "other";
|
|
10192
9346
|
readonly specialCategory: null;
|
|
10193
9347
|
readonly sort: 1;
|
|
10194
9348
|
};
|
|
9349
|
+
readonly size: {
|
|
9350
|
+
readonly label: "Size";
|
|
9351
|
+
readonly description: "Icon size (px).";
|
|
9352
|
+
readonly category: "other";
|
|
9353
|
+
readonly specialCategory: null;
|
|
9354
|
+
readonly sort: 2;
|
|
9355
|
+
};
|
|
9356
|
+
readonly strokeWidth: {
|
|
9357
|
+
readonly label: "Stroke Width";
|
|
9358
|
+
readonly description: "SVG stroke width override (applied to the icon paths).";
|
|
9359
|
+
readonly category: "other";
|
|
9360
|
+
readonly specialCategory: null;
|
|
9361
|
+
readonly sort: 3;
|
|
9362
|
+
};
|
|
10195
9363
|
readonly adjustsFontSizeToFit: {
|
|
10196
9364
|
readonly label: "Adjust Font Size To Fit";
|
|
10197
9365
|
readonly description: "Automatically reduces font size to fit the available space.";
|
|
@@ -10463,59 +9631,6 @@ export declare const patterns: readonly [{
|
|
|
10463
9631
|
readonly sort: 26;
|
|
10464
9632
|
};
|
|
10465
9633
|
};
|
|
10466
|
-
readonly styles: {
|
|
10467
|
-
readonly color: {
|
|
10468
|
-
readonly label: "Color";
|
|
10469
|
-
readonly description: "Text color.";
|
|
10470
|
-
readonly category: "style";
|
|
10471
|
-
readonly specialCategory: null;
|
|
10472
|
-
readonly sort: 1;
|
|
10473
|
-
};
|
|
10474
|
-
readonly fontSize: {
|
|
10475
|
-
readonly label: "Font Size";
|
|
10476
|
-
readonly description: "Text size.";
|
|
10477
|
-
readonly category: "style";
|
|
10478
|
-
readonly specialCategory: null;
|
|
10479
|
-
readonly sort: 2;
|
|
10480
|
-
readonly preferredScale: "s";
|
|
10481
|
-
};
|
|
10482
|
-
readonly fontFamily: {
|
|
10483
|
-
readonly label: "Font Family";
|
|
10484
|
-
readonly description: "Font family used for the text.";
|
|
10485
|
-
readonly category: "style";
|
|
10486
|
-
readonly specialCategory: null;
|
|
10487
|
-
readonly sort: 3;
|
|
10488
|
-
};
|
|
10489
|
-
readonly fontWeight: {
|
|
10490
|
-
readonly label: "Font Weight";
|
|
10491
|
-
readonly description: "Text weight.";
|
|
10492
|
-
readonly category: "style";
|
|
10493
|
-
readonly specialCategory: null;
|
|
10494
|
-
readonly sort: 4;
|
|
10495
|
-
};
|
|
10496
|
-
readonly textAlign: {
|
|
10497
|
-
readonly label: "Text Align";
|
|
10498
|
-
readonly description: "Text alignment.";
|
|
10499
|
-
readonly category: "style";
|
|
10500
|
-
readonly specialCategory: null;
|
|
10501
|
-
readonly sort: 5;
|
|
10502
|
-
};
|
|
10503
|
-
readonly backgroundColor: {
|
|
10504
|
-
readonly label: "Background Color";
|
|
10505
|
-
readonly description: "Background fill color.";
|
|
10506
|
-
readonly category: "style";
|
|
10507
|
-
readonly specialCategory: null;
|
|
10508
|
-
readonly sort: 20;
|
|
10509
|
-
};
|
|
10510
|
-
readonly borderRadius: {
|
|
10511
|
-
readonly label: "Border Radius";
|
|
10512
|
-
readonly description: "Corner rounding amount.";
|
|
10513
|
-
readonly category: "style";
|
|
10514
|
-
readonly specialCategory: null;
|
|
10515
|
-
readonly sort: 21;
|
|
10516
|
-
readonly preferredScale: "s";
|
|
10517
|
-
};
|
|
10518
|
-
};
|
|
10519
9634
|
readonly specialCategories: {
|
|
10520
9635
|
readonly padding: {
|
|
10521
9636
|
readonly label: "Padding";
|
|
@@ -10545,16 +9660,23 @@ export declare const patterns: readonly [{
|
|
|
10545
9660
|
};
|
|
10546
9661
|
readonly defaults: {
|
|
10547
9662
|
readonly style: {
|
|
10548
|
-
readonly color: "THEME_COLORS.TEXT";
|
|
10549
9663
|
readonly fontSize: "16@fs";
|
|
9664
|
+
readonly color: "THEME_COLORS.TEXT";
|
|
10550
9665
|
readonly fontWeight: "400";
|
|
10551
|
-
readonly flexDirection: "
|
|
10552
|
-
readonly position: "
|
|
9666
|
+
readonly flexDirection: "row";
|
|
9667
|
+
readonly position: "absolute";
|
|
10553
9668
|
readonly zIndex: 1;
|
|
10554
9669
|
readonly alignSelf: "flex-start";
|
|
10555
9670
|
readonly flexGrow: 0;
|
|
10556
9671
|
readonly flexShrink: 0;
|
|
9672
|
+
readonly top: "35@vs";
|
|
9673
|
+
readonly left: "24@s";
|
|
9674
|
+
readonly justifyContent: "center";
|
|
9675
|
+
readonly alignItems: "center";
|
|
10557
9676
|
};
|
|
9677
|
+
readonly iconType: "close";
|
|
9678
|
+
readonly strokeWidth: 1.5;
|
|
9679
|
+
readonly size: 24;
|
|
10558
9680
|
};
|
|
10559
9681
|
readonly types: {};
|
|
10560
9682
|
}, {
|