@developer_tribe/react-builder 1.2.36 → 1.2.38

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.
Files changed (157) hide show
  1. package/dist/build-components/BIcon/BIconProps.generated.d.ts +1 -0
  2. package/dist/build-components/BackgroundImage/BackgroundImageProps.generated.d.ts +1 -0
  3. package/dist/build-components/Button/ButtonProps.generated.d.ts +1 -0
  4. package/dist/build-components/Carousel/CarouselProps.generated.d.ts +1 -0
  5. package/dist/build-components/CarouselButtons/CarouselButtonsProps.generated.d.ts +1 -0
  6. package/dist/build-components/CarouselDots/CarouselDotsProps.generated.d.ts +1 -0
  7. package/dist/build-components/CarouselItem/CarouselItemProps.generated.d.ts +1 -0
  8. package/dist/build-components/CarouselProvider/CarouselProviderProps.generated.d.ts +1 -0
  9. package/dist/build-components/CountDown/CountDownProps.generated.d.ts +1 -0
  10. package/dist/build-components/Image/ImageProps.generated.d.ts +1 -0
  11. package/dist/build-components/Main/MainProps.generated.d.ts +1 -0
  12. package/dist/build-components/NavigationBarColor/NavigationBarColorProps.generated.d.ts +1 -0
  13. package/dist/build-components/Onboard/OnboardProps.generated.d.ts +1 -0
  14. package/dist/build-components/OnboardButton/OnboardButtonProps.generated.d.ts +2 -0
  15. package/dist/build-components/OnboardButtons/OnboardButtonsProps.generated.d.ts +1 -0
  16. package/dist/build-components/OnboardDot/OnboardDotProps.generated.d.ts +1 -0
  17. package/dist/build-components/OnboardFooter/OnboardFooterProps.generated.d.ts +1 -0
  18. package/dist/build-components/OnboardImage/OnboardImageProps.generated.d.ts +1 -0
  19. package/dist/build-components/OnboardItem/OnboardItemProps.generated.d.ts +1 -0
  20. package/dist/build-components/OnboardProvider/OnboardProviderProps.generated.d.ts +1 -0
  21. package/dist/build-components/OnboardSubtitle/OnboardSubtitleProps.generated.d.ts +1 -0
  22. package/dist/build-components/OnboardTitle/OnboardTitleProps.generated.d.ts +1 -0
  23. package/dist/build-components/PaywallBackground/PaywallBackgroundProps.generated.d.ts +1 -0
  24. package/dist/build-components/PaywallCloseButton/PaywallCloseButtonProps.generated.d.ts +1 -0
  25. package/dist/build-components/PaywallOptions/PaywallOptionsProps.generated.d.ts +1 -0
  26. package/dist/build-components/PaywallProvider/PaywallProviderProps.generated.d.ts +1 -0
  27. package/dist/build-components/PaywallSubscribeButton/PaywallSubscribeButtonProps.generated.d.ts +1 -0
  28. package/dist/build-components/PriceTag/PriceTagProps.generated.d.ts +1 -0
  29. package/dist/build-components/Pricing/PricingProps.generated.d.ts +1 -0
  30. package/dist/build-components/Promo/PromoProps.generated.d.ts +1 -0
  31. package/dist/build-components/RadioButton/RadioButtonProps.generated.d.ts +1 -0
  32. package/dist/build-components/Separator/SeparatorProps.generated.d.ts +1 -0
  33. package/dist/build-components/StatusBarColor/StatusBarColorProps.generated.d.ts +1 -39
  34. package/dist/build-components/Text/TextProps.generated.d.ts +1 -0
  35. package/dist/build-components/View/ViewProps.generated.d.ts +1 -0
  36. package/dist/build-components/patterns.generated.d.ts +1445 -1015
  37. package/dist/index.cjs.js +1 -1
  38. package/dist/index.cjs.js.map +1 -1
  39. package/dist/index.esm.js +1 -1
  40. package/dist/index.esm.js.map +1 -1
  41. package/dist/index.web.cjs.js +4 -4
  42. package/dist/index.web.cjs.js.map +1 -1
  43. package/dist/index.web.esm.js +4 -4
  44. package/dist/index.web.esm.js.map +1 -1
  45. package/dist/mockOS/context/MockOSContextBase.d.ts +1 -0
  46. package/dist/mockOS/managers/mockPermissionManager.d.ts +1 -1
  47. package/dist/pages/tabs/SideTool.d.ts +8 -1
  48. package/dist/types/PreviewConfig.d.ts +1 -1
  49. package/package.json +1 -1
  50. package/scripts/prebuild/utils/validateAllComponentsOrThrow.js +18 -0
  51. package/src/RenderPage.tsx +1 -4
  52. package/src/assets/meta.json +1 -1
  53. package/src/assets/prompt-scheme-onboard.generated.ts +1 -1
  54. package/src/assets/prompt-scheme-paywall.generated.ts +1 -1
  55. package/src/assets/samples/carousel-sample.json +49 -23
  56. package/src/assets/samples/paywall-1.json +61 -29
  57. package/src/assets/samples/paywall-2.json +53 -25
  58. package/src/assets/samples/paywall-app-delete-offer.json +55 -26
  59. package/src/assets/samples/paywall-app-open-offer.json +55 -26
  60. package/src/assets/samples/paywall-back-offer.json +55 -26
  61. package/src/assets/samples/paywall-notification-offer.json +55 -26
  62. package/src/assets/samples/simple-1.json +9 -3
  63. package/src/assets/samples/simple-2.json +51 -24
  64. package/src/assets/samples/unmigrated-builder-1.1.1.json +15 -6
  65. package/src/assets/samples/unmigrated-builder1.json +9 -3
  66. package/src/assets/samples/unvalidated-builder1.json +9 -3
  67. package/src/assets/samples/unvalidated-crash1.json +5 -1
  68. package/src/assets/samples/unvalidated-crashcomponent1.json +5 -1
  69. package/src/assets/samples/vpn-onboard-1.json +90 -51
  70. package/src/assets/samples/vpn-onboard-2.json +90 -51
  71. package/src/assets/samples/vpn-onboard-3.json +84 -48
  72. package/src/assets/samples/vpn-onboard-4.json +84 -48
  73. package/src/assets/samples/vpn-onboard-5.json +126 -73
  74. package/src/assets/samples/vpn-onboard-6.json +90 -51
  75. package/src/assets/samples/vpn-onboard-7.json +88 -50
  76. package/src/build-components/BIcon/BIconProps.generated.ts +1 -0
  77. package/src/build-components/BIcon/pattern.json +2 -1
  78. package/src/build-components/BackgroundImage/BackgroundImageProps.generated.ts +1 -0
  79. package/src/build-components/BackgroundImage/pattern.json +2 -1
  80. package/src/build-components/Button/ButtonProps.generated.ts +1 -0
  81. package/src/build-components/Button/pattern.json +2 -1
  82. package/src/build-components/Carousel/CarouselProps.generated.ts +1 -0
  83. package/src/build-components/Carousel/pattern.json +2 -1
  84. package/src/build-components/CarouselButtons/CarouselButtonsProps.generated.ts +1 -0
  85. package/src/build-components/CarouselButtons/pattern.json +2 -1
  86. package/src/build-components/CarouselDots/CarouselDotsProps.generated.ts +1 -0
  87. package/src/build-components/CarouselDots/pattern.json +2 -1
  88. package/src/build-components/CarouselItem/CarouselItemProps.generated.ts +1 -0
  89. package/src/build-components/CarouselItem/pattern.json +4 -1
  90. package/src/build-components/CarouselProvider/CarouselProviderProps.generated.ts +1 -0
  91. package/src/build-components/CarouselProvider/pattern.json +3 -0
  92. package/src/build-components/CountDown/CountDownProps.generated.ts +1 -0
  93. package/src/build-components/CountDown/pattern.json +2 -1
  94. package/src/build-components/Image/ImageProps.generated.ts +1 -0
  95. package/src/build-components/Image/pattern.json +2 -1
  96. package/src/build-components/Main/MainProps.generated.ts +1 -0
  97. package/src/build-components/Main/pattern.json +2 -1
  98. package/src/build-components/NavigationBarColor/NavigationBarColorProps.generated.ts +1 -0
  99. package/src/build-components/NavigationBarColor/pattern.json +2 -1
  100. package/src/build-components/Onboard/OnboardProps.generated.ts +1 -0
  101. package/src/build-components/Onboard/pattern.json +4 -1
  102. package/src/build-components/OnboardButton/OnboardButton.tsx +6 -6
  103. package/src/build-components/OnboardButton/OnboardButtonProps.generated.ts +2 -0
  104. package/src/build-components/OnboardButton/pattern.json +2 -1
  105. package/src/build-components/OnboardButtons/OnboardButtonsProps.generated.ts +1 -0
  106. package/src/build-components/OnboardButtons/pattern.json +2 -1
  107. package/src/build-components/OnboardDot/OnboardDotProps.generated.ts +1 -0
  108. package/src/build-components/OnboardDot/pattern.json +2 -1
  109. package/src/build-components/OnboardFooter/OnboardFooter.tsx +2 -3
  110. package/src/build-components/OnboardFooter/OnboardFooterProps.generated.ts +1 -0
  111. package/src/build-components/OnboardFooter/pattern.json +2 -1
  112. package/src/build-components/OnboardImage/OnboardImageProps.generated.ts +1 -0
  113. package/src/build-components/OnboardImage/pattern.json +2 -1
  114. package/src/build-components/OnboardItem/OnboardItemProps.generated.ts +1 -0
  115. package/src/build-components/OnboardItem/pattern.json +2 -1
  116. package/src/build-components/OnboardProvider/OnboardProviderProps.generated.ts +1 -0
  117. package/src/build-components/OnboardProvider/pattern.json +2 -1
  118. package/src/build-components/OnboardSubtitle/OnboardSubtitleProps.generated.ts +1 -0
  119. package/src/build-components/OnboardSubtitle/pattern.json +4 -1
  120. package/src/build-components/OnboardTitle/OnboardTitleProps.generated.ts +1 -0
  121. package/src/build-components/OnboardTitle/pattern.json +4 -1
  122. package/src/build-components/PaywallBackground/PaywallBackgroundProps.generated.ts +1 -0
  123. package/src/build-components/PaywallBackground/pattern.json +3 -0
  124. package/src/build-components/PaywallCloseButton/PaywallCloseButtonProps.generated.ts +1 -0
  125. package/src/build-components/PaywallCloseButton/pattern.json +4 -1
  126. package/src/build-components/PaywallOptions/PaywallOptionsProps.generated.ts +1 -0
  127. package/src/build-components/PaywallOptions/pattern.json +4 -1
  128. package/src/build-components/PaywallProvider/PaywallProvider.tsx +0 -10
  129. package/src/build-components/PaywallProvider/PaywallProviderProps.generated.ts +1 -0
  130. package/src/build-components/PaywallProvider/pattern.json +2 -1
  131. package/src/build-components/PaywallSubscribeButton/PaywallSubscribeButtonProps.generated.ts +1 -0
  132. package/src/build-components/PaywallSubscribeButton/pattern.json +4 -1
  133. package/src/build-components/PriceTag/PriceTagProps.generated.ts +1 -0
  134. package/src/build-components/PriceTag/pattern.json +2 -1
  135. package/src/build-components/Pricing/PricingProps.generated.ts +1 -0
  136. package/src/build-components/Pricing/pattern.json +4 -1
  137. package/src/build-components/Promo/PromoProps.generated.ts +1 -0
  138. package/src/build-components/Promo/pattern.json +4 -1
  139. package/src/build-components/RadioButton/RadioButtonProps.generated.ts +1 -0
  140. package/src/build-components/RadioButton/pattern.json +2 -1
  141. package/src/build-components/Separator/SeparatorProps.generated.ts +1 -0
  142. package/src/build-components/Separator/pattern.json +2 -1
  143. package/src/build-components/StatusBarColor/StatusBarColorProps.generated.ts +1 -51
  144. package/src/build-components/StatusBarColor/pattern.json +2 -2
  145. package/src/build-components/Text/TextProps.generated.ts +1 -0
  146. package/src/build-components/Text/pattern.json +3 -2
  147. package/src/build-components/View/ViewProps.generated.ts +1 -0
  148. package/src/build-components/View/pattern.json +2 -1
  149. package/src/build-components/patterns.generated.ts +1544 -1136
  150. package/src/mockOS/context/MockOSContext.tsx +32 -0
  151. package/src/mockOS/context/MockOSContextBase.ts +3 -0
  152. package/src/mockOS/managers/mockPermissionManager.ts +9 -3
  153. package/src/modals/InspectModal.tsx +37 -8
  154. package/src/pages/tabs/SideTool.tsx +2 -0
  155. package/src/product-base/buildPaywallLocalizationParams.ts +12 -3
  156. package/src/types/PreviewConfig.ts +70 -46
  157. package/src/utils/useMergedStyle.ts +1 -1
@@ -50,6 +50,7 @@ export declare const patterns: readonly [{
50
50
  readonly right: "size";
51
51
  readonly zIndex: "number";
52
52
  };
53
+ readonly testID: "string";
53
54
  readonly scrollable: "boolean";
54
55
  readonly iconType: "iconType";
55
56
  readonly size: "number";
@@ -74,7 +75,7 @@ export declare const patterns: readonly [{
74
75
  readonly category: "style";
75
76
  readonly specialCategory: null;
76
77
  readonly sort: 2;
77
- readonly preferredScale: "s";
78
+ readonly preferredScale: "f";
78
79
  };
79
80
  readonly fontFamily: {
80
81
  readonly label: "Font Family";
@@ -497,6 +498,7 @@ export declare const patterns: readonly [{
497
498
  readonly right: "size";
498
499
  readonly zIndex: "number";
499
500
  };
501
+ readonly testID: "string";
500
502
  readonly src: "string";
501
503
  readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
502
504
  };
@@ -888,6 +890,7 @@ export declare const patterns: readonly [{
888
890
  readonly fontSize: "size";
889
891
  readonly fontWeight: readonly ["normal", "bold", "100", "200", "300", "400", "500", "600", "700", "800", "900"];
890
892
  };
893
+ readonly testID: "string";
891
894
  };
892
895
  };
893
896
  readonly meta: {
@@ -1279,6 +1282,7 @@ export declare const patterns: readonly [{
1279
1282
  readonly right: "size";
1280
1283
  readonly zIndex: "number";
1281
1284
  };
1285
+ readonly testID: "string";
1282
1286
  readonly loop: "boolean";
1283
1287
  readonly dragFree: "boolean";
1284
1288
  readonly align: readonly ["start", "center", "end"];
@@ -1647,6 +1651,7 @@ export declare const patterns: readonly [{
1647
1651
  readonly right: "size";
1648
1652
  readonly zIndex: "number";
1649
1653
  };
1654
+ readonly testID: "string";
1650
1655
  readonly buttonType: readonly ["previous_button", "next_button", "skip_button"];
1651
1656
  readonly skipNumber: "number";
1652
1657
  };
@@ -2028,6 +2033,7 @@ export declare const patterns: readonly [{
2028
2033
  readonly right: "size";
2029
2034
  readonly zIndex: "number";
2030
2035
  };
2036
+ readonly testID: "string";
2031
2037
  readonly dotType: readonly ["expanding_dot", "normal_dot", "scaling_dot", "sliding_border", "sliding_dot", "liquid_like"];
2032
2038
  readonly dot_thickness: "size";
2033
2039
  readonly inactive_dot_opacity: "number";
@@ -2410,6 +2416,7 @@ export declare const patterns: readonly [{
2410
2416
  readonly right: "size";
2411
2417
  readonly zIndex: "number";
2412
2418
  };
2419
+ readonly testID: "string";
2413
2420
  };
2414
2421
  };
2415
2422
  readonly meta: {
@@ -2775,6 +2782,7 @@ export declare const patterns: readonly [{
2775
2782
  readonly right: "size";
2776
2783
  readonly zIndex: "number";
2777
2784
  };
2785
+ readonly testID: "string";
2778
2786
  };
2779
2787
  };
2780
2788
  readonly meta: {
@@ -3150,6 +3158,7 @@ export declare const patterns: readonly [{
3150
3158
  readonly right: "size";
3151
3159
  readonly zIndex: "number";
3152
3160
  };
3161
+ readonly testID: "string";
3153
3162
  readonly scrollable: "boolean";
3154
3163
  readonly count: "number";
3155
3164
  };
@@ -3172,7 +3181,7 @@ export declare const patterns: readonly [{
3172
3181
  readonly category: "style";
3173
3182
  readonly specialCategory: null;
3174
3183
  readonly sort: 2;
3175
- readonly preferredScale: "s";
3184
+ readonly preferredScale: "f";
3176
3185
  };
3177
3186
  readonly fontFamily: {
3178
3187
  readonly label: "Font Family";
@@ -3580,6 +3589,7 @@ export declare const patterns: readonly [{
3580
3589
  readonly zIndex: "number";
3581
3590
  readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
3582
3591
  };
3592
+ readonly testID: "string";
3583
3593
  readonly src: "string";
3584
3594
  };
3585
3595
  };
@@ -3962,6 +3972,7 @@ export declare const patterns: readonly [{
3962
3972
  readonly right: "size";
3963
3973
  readonly zIndex: "number";
3964
3974
  };
3975
+ readonly testID: "string";
3965
3976
  readonly useSafeAreaView: "boolean";
3966
3977
  };
3967
3978
  };
@@ -4341,6 +4352,7 @@ export declare const patterns: readonly [{
4341
4352
  readonly right: "size";
4342
4353
  readonly zIndex: "number";
4343
4354
  };
4355
+ readonly testID: "string";
4344
4356
  };
4345
4357
  };
4346
4358
  readonly meta: {
@@ -4715,6 +4727,7 @@ export declare const patterns: readonly [{
4715
4727
  readonly right: "size";
4716
4728
  readonly zIndex: "number";
4717
4729
  };
4730
+ readonly testID: "string";
4718
4731
  };
4719
4732
  };
4720
4733
  readonly meta: {
@@ -5082,6 +5095,7 @@ export declare const patterns: readonly [{
5082
5095
  readonly zIndex: "number";
5083
5096
  readonly color: "color";
5084
5097
  };
5098
+ readonly testID: readonly ["onboardSkip", "onboardNext"];
5085
5099
  readonly labelKey: "string";
5086
5100
  readonly animation: readonly ["simple-animation", "line-animation", "blur", "blur-animation", "blur-line-animation"];
5087
5101
  readonly animation_color: "color";
@@ -5118,159 +5132,6 @@ export declare const patterns: readonly [{
5118
5132
  readonly sort: 4;
5119
5133
  };
5120
5134
  };
5121
- readonly attributes: {
5122
- readonly scrollable: {
5123
- readonly label: "Scrollable";
5124
- readonly description: "Turns scroll interaction on.";
5125
- readonly category: "container";
5126
- readonly specialCategory: null;
5127
- readonly sort: -1;
5128
- };
5129
- readonly styles: {
5130
- readonly color: {
5131
- readonly label: "Color";
5132
- readonly description: "Text color.";
5133
- readonly category: "style";
5134
- readonly specialCategory: null;
5135
- readonly sort: 1;
5136
- };
5137
- };
5138
- readonly labelKey: {
5139
- readonly label: "Label Key";
5140
- readonly description: "Localization key for the button text.";
5141
- readonly category: "other";
5142
- readonly specialCategory: null;
5143
- readonly sort: 1;
5144
- };
5145
- readonly events: {
5146
- readonly label: "Events";
5147
- readonly description: "List of events fired by the button.";
5148
- readonly category: "other";
5149
- readonly specialCategory: null;
5150
- readonly sort: 7;
5151
- };
5152
- readonly animation: {
5153
- readonly label: "Animation";
5154
- readonly description: "Animation style for the button.";
5155
- readonly category: "style";
5156
- readonly specialCategory: null;
5157
- readonly sort: 3;
5158
- };
5159
- readonly animation_color: {
5160
- readonly label: "Animation Color";
5161
- readonly description: "Color used by the animation.";
5162
- readonly category: "style";
5163
- readonly specialCategory: null;
5164
- readonly sort: 4;
5165
- };
5166
- };
5167
- readonly styles: {};
5168
- };
5169
- readonly defaults: {
5170
- readonly styles: {
5171
- readonly flexDirection: "column";
5172
- readonly position: "relative";
5173
- readonly zIndex: 1;
5174
- readonly alignSelf: "flex-start";
5175
- readonly flexGrow: 0;
5176
- readonly flexShrink: 0;
5177
- readonly height: "40@vs";
5178
- readonly borderRadius: "12@s";
5179
- readonly color: "THEME_COLORS.ONBOARD_BUTTON_PRIMARY_TEXT";
5180
- };
5181
- };
5182
- readonly types: {
5183
- readonly EventObject: {
5184
- readonly type: readonly ["Permission", "Navigate"];
5185
- readonly permission: readonly ["att", "notification", "rating", "GDPR", "null"];
5186
- readonly navigate_to: "string";
5187
- readonly targetIndex: "number";
5188
- };
5189
- };
5190
- }, {
5191
- readonly schemaVersion: 2;
5192
- readonly pattern: {
5193
- readonly type: "OnboardButtons";
5194
- readonly title: "title";
5195
- readonly description: "description";
5196
- readonly children: "node";
5197
- readonly attributes: {
5198
- readonly scrollable: "boolean";
5199
- readonly styles: {
5200
- readonly flexDirection: readonly ["row", "column"];
5201
- readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
5202
- readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
5203
- readonly justifyContent: readonly ["flex-start", "center", "flex-end", "space-between", "space-around", "space-evenly"];
5204
- readonly gap: "size";
5205
- readonly padding: "size";
5206
- readonly paddingHorizontal: "size";
5207
- readonly paddingVertical: "size";
5208
- readonly paddingTop: "size";
5209
- readonly paddingBottom: "size";
5210
- readonly paddingLeft: "size";
5211
- readonly paddingRight: "size";
5212
- readonly margin: "size";
5213
- readonly marginHorizontal: "size";
5214
- readonly marginVertical: "size";
5215
- readonly marginTop: "size";
5216
- readonly marginBottom: "size";
5217
- readonly marginLeft: "size";
5218
- readonly marginRight: "size";
5219
- readonly backgroundColor: "color";
5220
- readonly borderRadius: "size";
5221
- readonly width: "size";
5222
- readonly minWidth: "size";
5223
- readonly maxWidth: "size";
5224
- readonly height: "size";
5225
- readonly minHeight: "size";
5226
- readonly maxHeight: "size";
5227
- readonly flex: "number";
5228
- readonly position: readonly ["relative", "absolute"];
5229
- readonly top: "size";
5230
- readonly bottom: "size";
5231
- readonly left: "size";
5232
- readonly right: "size";
5233
- readonly zIndex: "number";
5234
- };
5235
- readonly buttonType: readonly ["previous_button", "next_button", "skip_button"];
5236
- readonly skipNumber: "number";
5237
- readonly buttons_direction: readonly ["row", "column"];
5238
- readonly forIndex: "number";
5239
- readonly seperatorColor: "color";
5240
- readonly condition: readonly ["carousel-index"];
5241
- readonly conditionVariable: "number";
5242
- };
5243
- };
5244
- readonly meta: {
5245
- readonly desiredParent: readonly ["=OnboardItem"];
5246
- readonly label: "Onboard Buttons";
5247
- readonly description: "Wrapper for onboarding button set.";
5248
- readonly specialCategories: {
5249
- readonly padding: {
5250
- readonly label: "Padding";
5251
- readonly description: "Uniform padding on all sides.";
5252
- readonly category: "container";
5253
- readonly sort: 1;
5254
- };
5255
- readonly margin: {
5256
- readonly label: "Margin";
5257
- readonly description: "Uniform margin on all sides.";
5258
- readonly category: "container";
5259
- readonly sort: 2;
5260
- };
5261
- readonly size: {
5262
- readonly label: "Size";
5263
- readonly description: "Fixed dimensions.";
5264
- readonly category: "container";
5265
- readonly sort: 3;
5266
- };
5267
- readonly offset: {
5268
- readonly label: "Offset";
5269
- readonly description: "Absolute positioning offsets.";
5270
- readonly category: "container";
5271
- readonly sort: 4;
5272
- };
5273
- };
5274
5135
  readonly attributes: {
5275
5136
  readonly scrollable: {
5276
5137
  readonly label: "Scrollable";
@@ -5544,83 +5405,73 @@ export declare const patterns: readonly [{
5544
5405
  readonly specialCategory: null;
5545
5406
  readonly sort: 26;
5546
5407
  };
5408
+ readonly color: {
5409
+ readonly label: "Color";
5410
+ readonly description: "Text color.";
5411
+ readonly category: "style";
5412
+ readonly specialCategory: null;
5413
+ readonly sort: 1;
5414
+ };
5547
5415
  };
5548
- readonly seperatorColor: {
5549
- readonly label: "Seperator Color";
5550
- readonly description: "Color of the divider line.";
5551
- readonly category: "style";
5552
- readonly specialCategory: null;
5553
- readonly sort: 5;
5554
- };
5555
- readonly buttonType: {
5556
- readonly label: "Button Type";
5557
- readonly description: "Which onboard button to show.";
5416
+ readonly labelKey: {
5417
+ readonly label: "Label Key";
5418
+ readonly description: "Localization key for the button text.";
5558
5419
  readonly category: "other";
5559
5420
  readonly specialCategory: null;
5560
5421
  readonly sort: 1;
5561
5422
  };
5562
- readonly skipNumber: {
5563
- readonly label: "Skip Number";
5564
- readonly description: "Slide index to skip to.";
5423
+ readonly events: {
5424
+ readonly label: "Events";
5425
+ readonly description: "List of events fired by the button.";
5565
5426
  readonly category: "other";
5566
5427
  readonly specialCategory: null;
5567
- readonly sort: 2;
5428
+ readonly sort: 7;
5568
5429
  };
5569
- readonly buttons_direction: {
5570
- readonly label: "Buttons Direction";
5571
- readonly description: "Direction to lay out buttons.";
5572
- readonly category: "container";
5430
+ readonly animation: {
5431
+ readonly label: "Animation";
5432
+ readonly description: "Animation style for the button.";
5433
+ readonly category: "style";
5573
5434
  readonly specialCategory: null;
5574
5435
  readonly sort: 3;
5575
5436
  };
5576
- readonly forIndex: {
5577
- readonly label: "For Index";
5578
- readonly description: "Show only for this slide index.";
5579
- readonly category: "other";
5437
+ readonly animation_color: {
5438
+ readonly label: "Animation Color";
5439
+ readonly description: "Color used by the animation.";
5440
+ readonly category: "style";
5580
5441
  readonly specialCategory: null;
5581
5442
  readonly sort: 4;
5582
5443
  };
5583
- readonly condition: {
5584
- readonly label: "Condition";
5585
- readonly description: "Built-in condition to check.";
5586
- readonly category: "other";
5587
- readonly specialCategory: null;
5588
- readonly sort: 6;
5589
- };
5590
- readonly conditionVariable: {
5591
- readonly label: "Condition Variable";
5592
- readonly description: "Value used when checking the condition.";
5593
- readonly category: "other";
5594
- readonly specialCategory: null;
5595
- readonly sort: 7;
5596
- };
5597
5444
  };
5598
5445
  readonly styles: {};
5599
5446
  };
5600
5447
  readonly defaults: {
5601
5448
  readonly styles: {
5602
- readonly flexDirection: "row";
5449
+ readonly flexDirection: "column";
5603
5450
  readonly position: "relative";
5604
5451
  readonly zIndex: 1;
5605
5452
  readonly alignSelf: "flex-start";
5606
5453
  readonly flexGrow: 0;
5607
5454
  readonly flexShrink: 0;
5608
- readonly display: "flex";
5609
- readonly gap: 12;
5610
- readonly alignItems: "center";
5611
- readonly justifyContent: "center";
5612
- readonly marginVertical: "12@vs";
5613
- readonly marginHorizontal: "24@s";
5455
+ readonly height: "40@vs";
5456
+ readonly borderRadius: "12@s";
5457
+ readonly color: "THEME_COLORS.ONBOARD_BUTTON_PRIMARY_TEXT";
5458
+ };
5459
+ };
5460
+ readonly types: {
5461
+ readonly EventObject: {
5462
+ readonly type: readonly ["Permission", "Navigate"];
5463
+ readonly permission: readonly ["att", "notification", "rating", "GDPR", "null"];
5464
+ readonly navigate_to: "string";
5465
+ readonly targetIndex: "number";
5614
5466
  };
5615
5467
  };
5616
- readonly types: {};
5617
5468
  }, {
5618
5469
  readonly schemaVersion: 2;
5619
5470
  readonly pattern: {
5620
- readonly type: "OnboardDot";
5471
+ readonly type: "OnboardButtons";
5621
5472
  readonly title: "title";
5622
5473
  readonly description: "description";
5623
- readonly children: "never";
5474
+ readonly children: "node";
5624
5475
  readonly attributes: {
5625
5476
  readonly scrollable: "boolean";
5626
5477
  readonly styles: {
@@ -5659,20 +5510,20 @@ export declare const patterns: readonly [{
5659
5510
  readonly right: "size";
5660
5511
  readonly zIndex: "number";
5661
5512
  };
5662
- readonly dotType: readonly ["expanding_dot", "normal_dot", "scaling_dot", "sliding_border", "sliding_dot", "liquid_like"];
5663
- readonly flexDirection: "never";
5664
- readonly alignItems: "never";
5665
- readonly justifyContent: "never";
5666
- readonly dot_thickness: "size";
5667
- readonly inactive_dot_opacity: "number";
5668
- readonly inactive_dot_color: "color";
5669
- readonly active_dot_color: "color";
5513
+ readonly testID: "string";
5514
+ readonly buttonType: readonly ["previous_button", "next_button", "skip_button"];
5515
+ readonly skipNumber: "number";
5516
+ readonly buttons_direction: readonly ["row", "column"];
5517
+ readonly forIndex: "number";
5518
+ readonly seperatorColor: "color";
5519
+ readonly condition: readonly ["carousel-index"];
5520
+ readonly conditionVariable: "number";
5670
5521
  };
5671
5522
  };
5672
5523
  readonly meta: {
5673
- readonly desiredParent: readonly [">OnboardProvider"];
5674
- readonly label: "Onboard Dot";
5675
- readonly description: "Renders onboarding progress dots.";
5524
+ readonly desiredParent: readonly ["=OnboardItem"];
5525
+ readonly label: "Onboard Buttons";
5526
+ readonly description: "Wrapper for onboarding button set.";
5676
5527
  readonly specialCategories: {
5677
5528
  readonly padding: {
5678
5529
  readonly label: "Padding";
@@ -5973,40 +5824,54 @@ export declare const patterns: readonly [{
5973
5824
  readonly sort: 26;
5974
5825
  };
5975
5826
  };
5976
- readonly dotType: {
5977
- readonly label: "Dot Type";
5978
- readonly description: "Dot animation style.";
5827
+ readonly seperatorColor: {
5828
+ readonly label: "Seperator Color";
5829
+ readonly description: "Color of the divider line.";
5979
5830
  readonly category: "style";
5980
5831
  readonly specialCategory: null;
5832
+ readonly sort: 5;
5833
+ };
5834
+ readonly buttonType: {
5835
+ readonly label: "Button Type";
5836
+ readonly description: "Which onboard button to show.";
5837
+ readonly category: "other";
5838
+ readonly specialCategory: null;
5981
5839
  readonly sort: 1;
5982
5840
  };
5983
- readonly dot_thickness: {
5984
- readonly label: "Dot Thickness";
5985
- readonly description: "Dot size/diameter.";
5986
- readonly category: "style";
5841
+ readonly skipNumber: {
5842
+ readonly label: "Skip Number";
5843
+ readonly description: "Slide index to skip to.";
5844
+ readonly category: "other";
5987
5845
  readonly specialCategory: null;
5988
5846
  readonly sort: 2;
5989
5847
  };
5990
- readonly inactive_dot_opacity: {
5991
- readonly label: "Inactive Dot Opacity";
5992
- readonly description: "Opacity for inactive dots.";
5993
- readonly category: "style";
5848
+ readonly buttons_direction: {
5849
+ readonly label: "Buttons Direction";
5850
+ readonly description: "Direction to lay out buttons.";
5851
+ readonly category: "container";
5994
5852
  readonly specialCategory: null;
5995
5853
  readonly sort: 3;
5996
5854
  };
5997
- readonly inactive_dot_color: {
5998
- readonly label: "Inactive Dot Color";
5999
- readonly description: "Color of inactive dots.";
6000
- readonly category: "style";
5855
+ readonly forIndex: {
5856
+ readonly label: "For Index";
5857
+ readonly description: "Show only for this slide index.";
5858
+ readonly category: "other";
6001
5859
  readonly specialCategory: null;
6002
5860
  readonly sort: 4;
6003
5861
  };
6004
- readonly active_dot_color: {
6005
- readonly label: "Active Dot Color";
6006
- readonly description: "Color of the active dot.";
6007
- readonly category: "style";
5862
+ readonly condition: {
5863
+ readonly label: "Condition";
5864
+ readonly description: "Built-in condition to check.";
5865
+ readonly category: "other";
6008
5866
  readonly specialCategory: null;
6009
- readonly sort: 5;
5867
+ readonly sort: 6;
5868
+ };
5869
+ readonly conditionVariable: {
5870
+ readonly label: "Condition Variable";
5871
+ readonly description: "Value used when checking the condition.";
5872
+ readonly category: "other";
5873
+ readonly specialCategory: null;
5874
+ readonly sort: 7;
6010
5875
  };
6011
5876
  };
6012
5877
  readonly styles: {};
@@ -6019,34 +5884,25 @@ export declare const patterns: readonly [{
6019
5884
  readonly alignSelf: "flex-start";
6020
5885
  readonly flexGrow: 0;
6021
5886
  readonly flexShrink: 0;
5887
+ readonly display: "flex";
5888
+ readonly gap: 12;
6022
5889
  readonly alignItems: "center";
6023
5890
  readonly justifyContent: "center";
6024
- readonly gap: "12@s";
5891
+ readonly marginVertical: "12@vs";
5892
+ readonly marginHorizontal: "24@s";
6025
5893
  };
6026
- readonly dotType: "expanding_dot";
6027
- readonly dot_thickness: 10;
6028
- readonly inactive_dot_opacity: 0.3;
6029
- readonly active_dot_color: "STATIC_COLORS.ONBOARD_DOT_ACTIVE";
6030
- readonly inactive_dot_color: "THEME_COLORS.BACKGROUND";
6031
5894
  };
6032
5895
  readonly types: {};
6033
5896
  }, {
6034
5897
  readonly schemaVersion: 2;
6035
5898
  readonly pattern: {
6036
- readonly type: "OnboardFooter";
5899
+ readonly type: "OnboardDot";
6037
5900
  readonly title: "title";
6038
5901
  readonly description: "description";
6039
5902
  readonly children: "never";
6040
5903
  readonly attributes: {
6041
- readonly adjustsFontSizeToFit: "boolean";
6042
- readonly showEllipsis: "boolean";
6043
- readonly translateCounter: "number";
5904
+ readonly scrollable: "boolean";
6044
5905
  readonly styles: {
6045
- readonly color: "color";
6046
- readonly fontSize: "size";
6047
- readonly fontFamily: "fontFamily";
6048
- readonly fontWeight: "fontWeight";
6049
- readonly textAlign: "string";
6050
5906
  readonly flexDirection: readonly ["row", "column"];
6051
5907
  readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
6052
5908
  readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
@@ -6082,73 +5938,48 @@ export declare const patterns: readonly [{
6082
5938
  readonly right: "size";
6083
5939
  readonly zIndex: "number";
6084
5940
  };
6085
- readonly scrollable: "boolean";
6086
- readonly textLocalizationKey: "string";
6087
- readonly linkedWordFirstLocalizationKey: "string";
6088
- readonly linkedWordFirstColor: "color";
6089
- readonly linkedWordFirstPage: "string";
6090
- readonly linkedWordSecondLocalizationKey: "string";
6091
- readonly linkedWordSecondColor: "color";
6092
- readonly linkedWordSecondPage: "string";
5941
+ readonly testID: "string";
5942
+ readonly dotType: readonly ["expanding_dot", "normal_dot", "scaling_dot", "sliding_border", "sliding_dot", "liquid_like"];
5943
+ readonly flexDirection: "never";
5944
+ readonly alignItems: "never";
5945
+ readonly justifyContent: "never";
5946
+ readonly dot_thickness: "size";
5947
+ readonly inactive_dot_opacity: "number";
5948
+ readonly inactive_dot_color: "color";
5949
+ readonly active_dot_color: "color";
6093
5950
  };
6094
5951
  };
6095
5952
  readonly meta: {
6096
- readonly desiredParent: readonly [">OnboardItem"];
6097
- readonly label: "Onboard Footer";
6098
- readonly description: "Footer text with optional links.";
6099
- readonly styles: {
6100
- readonly color: {
6101
- readonly label: "Color";
6102
- readonly description: "Text color.";
6103
- readonly category: "style";
6104
- readonly specialCategory: null;
5953
+ readonly desiredParent: readonly [">OnboardProvider"];
5954
+ readonly label: "Onboard Dot";
5955
+ readonly description: "Renders onboarding progress dots.";
5956
+ readonly specialCategories: {
5957
+ readonly padding: {
5958
+ readonly label: "Padding";
5959
+ readonly description: "Uniform padding on all sides.";
5960
+ readonly category: "container";
6105
5961
  readonly sort: 1;
6106
5962
  };
6107
- readonly fontSize: {
6108
- readonly label: "Font Size";
6109
- readonly description: "Text size.";
6110
- readonly category: "style";
6111
- readonly specialCategory: null;
5963
+ readonly margin: {
5964
+ readonly label: "Margin";
5965
+ readonly description: "Uniform margin on all sides.";
5966
+ readonly category: "container";
6112
5967
  readonly sort: 2;
6113
- readonly preferredScale: "s";
6114
5968
  };
6115
- readonly fontFamily: {
6116
- readonly label: "Font Family";
6117
- readonly description: "Font family used for the text.";
6118
- readonly category: "style";
6119
- readonly specialCategory: null;
5969
+ readonly size: {
5970
+ readonly label: "Size";
5971
+ readonly description: "Fixed dimensions.";
5972
+ readonly category: "container";
6120
5973
  readonly sort: 3;
6121
5974
  };
6122
- readonly fontWeight: {
6123
- readonly label: "Font Weight";
6124
- readonly description: "Text weight.";
6125
- readonly category: "style";
6126
- readonly specialCategory: null;
5975
+ readonly offset: {
5976
+ readonly label: "Offset";
5977
+ readonly description: "Absolute positioning offsets.";
5978
+ readonly category: "container";
6127
5979
  readonly sort: 4;
6128
5980
  };
6129
- readonly textAlign: {
6130
- readonly label: "Text Align";
6131
- readonly description: "Text alignment.";
6132
- readonly category: "style";
6133
- readonly specialCategory: null;
6134
- readonly sort: 5;
6135
- };
6136
5981
  };
6137
5982
  readonly attributes: {
6138
- readonly adjustsFontSizeToFit: {
6139
- readonly label: "Adjust Font Size To Fit";
6140
- readonly description: "Automatically reduces font size to fit the available space.";
6141
- readonly category: "other";
6142
- readonly specialCategory: null;
6143
- readonly sort: 1;
6144
- };
6145
- readonly showEllipsis: {
6146
- readonly label: "Show Ellipsis";
6147
- readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
6148
- readonly category: "other";
6149
- readonly specialCategory: null;
6150
- readonly sort: 2;
6151
- };
6152
5983
  readonly scrollable: {
6153
5984
  readonly label: "Scrollable";
6154
5985
  readonly description: "Turns scroll interaction on.";
@@ -6422,114 +6253,80 @@ export declare const patterns: readonly [{
6422
6253
  readonly sort: 26;
6423
6254
  };
6424
6255
  };
6425
- readonly textLocalizationKey: {
6426
- readonly label: "Text Localization Key";
6427
- readonly description: "Localization key for the footer text.";
6428
- readonly category: "other";
6256
+ readonly dotType: {
6257
+ readonly label: "Dot Type";
6258
+ readonly description: "Dot animation style.";
6259
+ readonly category: "style";
6429
6260
  readonly specialCategory: null;
6430
6261
  readonly sort: 1;
6431
6262
  };
6432
- readonly linkedWordFirstLocalizationKey: {
6433
- readonly label: "Linked Word First Localization Key";
6434
- readonly description: "Key for the first linked word.";
6435
- readonly category: "other";
6263
+ readonly dot_thickness: {
6264
+ readonly label: "Dot Thickness";
6265
+ readonly description: "Dot size/diameter.";
6266
+ readonly category: "style";
6436
6267
  readonly specialCategory: null;
6437
6268
  readonly sort: 2;
6438
6269
  };
6439
- readonly linkedWordFirstColor: {
6440
- readonly label: "Linked Word First Color";
6441
- readonly description: "Color of the first linked word.";
6442
- readonly category: "other";
6270
+ readonly inactive_dot_opacity: {
6271
+ readonly label: "Inactive Dot Opacity";
6272
+ readonly description: "Opacity for inactive dots.";
6273
+ readonly category: "style";
6443
6274
  readonly specialCategory: null;
6444
6275
  readonly sort: 3;
6445
6276
  };
6446
- readonly linkedWordFirstPage: {
6447
- readonly label: "Linked Word First Page";
6448
- readonly description: "Page opened by the first link.";
6449
- readonly category: "other";
6277
+ readonly inactive_dot_color: {
6278
+ readonly label: "Inactive Dot Color";
6279
+ readonly description: "Color of inactive dots.";
6280
+ readonly category: "style";
6450
6281
  readonly specialCategory: null;
6451
6282
  readonly sort: 4;
6452
6283
  };
6453
- readonly linkedWordSecondLocalizationKey: {
6454
- readonly label: "Linked Word Second Localization Key";
6455
- readonly description: "Key for the second linked word.";
6456
- readonly category: "other";
6284
+ readonly active_dot_color: {
6285
+ readonly label: "Active Dot Color";
6286
+ readonly description: "Color of the active dot.";
6287
+ readonly category: "style";
6457
6288
  readonly specialCategory: null;
6458
6289
  readonly sort: 5;
6459
6290
  };
6460
- readonly linkedWordSecondColor: {
6461
- readonly label: "Linked Word Second Color";
6462
- readonly description: "Color of the second linked word.";
6463
- readonly category: "other";
6464
- readonly specialCategory: null;
6465
- readonly sort: 6;
6466
- };
6467
- readonly linkedWordSecondPage: {
6468
- readonly label: "Linked Word Second Page";
6469
- readonly description: "Page opened by the second link.";
6470
- readonly category: "other";
6471
- readonly specialCategory: null;
6472
- readonly sort: 7;
6473
- };
6474
- };
6475
- readonly specialCategories: {
6476
- readonly padding: {
6477
- readonly label: "Padding";
6478
- readonly description: "Uniform padding on all sides.";
6479
- readonly category: "container";
6480
- readonly sort: 1;
6481
- };
6482
- readonly margin: {
6483
- readonly label: "Margin";
6484
- readonly description: "Uniform margin on all sides.";
6485
- readonly category: "container";
6486
- readonly sort: 2;
6487
- };
6488
- readonly size: {
6489
- readonly label: "Size";
6490
- readonly description: "Fixed dimensions.";
6491
- readonly category: "container";
6492
- readonly sort: 3;
6493
- };
6494
- readonly offset: {
6495
- readonly label: "Offset";
6496
- readonly description: "Absolute positioning offsets.";
6497
- readonly category: "container";
6498
- readonly sort: 4;
6499
- };
6500
6291
  };
6292
+ readonly styles: {};
6501
6293
  };
6502
6294
  readonly defaults: {
6503
- readonly translateCounter: 1;
6504
6295
  readonly styles: {
6505
- readonly color: "THEME_COLORS.TEXT";
6506
- readonly fontSize: "16@fs";
6507
- readonly fontWeight: "400";
6508
6296
  readonly flexDirection: "row";
6509
6297
  readonly position: "relative";
6510
6298
  readonly zIndex: 1;
6511
6299
  readonly alignSelf: "flex-start";
6512
6300
  readonly flexGrow: 0;
6513
6301
  readonly flexShrink: 0;
6514
- readonly flexWrap: "wrap";
6515
6302
  readonly alignItems: "center";
6516
6303
  readonly justifyContent: "center";
6517
- readonly textAlign: "center";
6518
- readonly paddingHorizontal: "24@s";
6304
+ readonly gap: "12@s";
6519
6305
  };
6306
+ readonly dotType: "expanding_dot";
6307
+ readonly dot_thickness: 10;
6308
+ readonly inactive_dot_opacity: 0.3;
6309
+ readonly active_dot_color: "STATIC_COLORS.ONBOARD_DOT_ACTIVE";
6310
+ readonly inactive_dot_color: "THEME_COLORS.BACKGROUND";
6520
6311
  };
6521
6312
  readonly types: {};
6522
6313
  }, {
6523
6314
  readonly schemaVersion: 2;
6524
6315
  readonly pattern: {
6525
- readonly type: "OnboardImage";
6316
+ readonly type: "OnboardFooter";
6526
6317
  readonly title: "title";
6527
6318
  readonly description: "description";
6528
- readonly children: "node";
6319
+ readonly children: "never";
6529
6320
  readonly attributes: {
6530
- readonly src: "string";
6531
- readonly styles: {
6532
- readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
6321
+ readonly adjustsFontSizeToFit: "boolean";
6322
+ readonly showEllipsis: "boolean";
6323
+ readonly translateCounter: "number";
6324
+ readonly styles: {
6325
+ readonly color: "color";
6326
+ readonly fontSize: "size";
6327
+ readonly fontFamily: "fontFamily";
6328
+ readonly fontWeight: "fontWeight";
6329
+ readonly textAlign: "string";
6533
6330
  readonly flexDirection: readonly ["row", "column"];
6534
6331
  readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
6535
6332
  readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
@@ -6565,32 +6362,74 @@ export declare const patterns: readonly [{
6565
6362
  readonly right: "size";
6566
6363
  readonly zIndex: "number";
6567
6364
  };
6365
+ readonly testID: "string";
6568
6366
  readonly scrollable: "boolean";
6569
- readonly video_url: "string";
6570
- readonly lottie: "string";
6367
+ readonly textLocalizationKey: "string";
6368
+ readonly linkedWordFirstLocalizationKey: "string";
6369
+ readonly linkedWordFirstColor: "color";
6370
+ readonly linkedWordFirstPage: "string";
6371
+ readonly linkedWordSecondLocalizationKey: "string";
6372
+ readonly linkedWordSecondColor: "color";
6373
+ readonly linkedWordSecondPage: "string";
6571
6374
  };
6572
6375
  };
6573
6376
  readonly meta: {
6574
- readonly desiredParent: readonly [">OnboardProvider", ">OnboardItem", "!=Onboard"];
6575
- readonly label: "Onboard Image";
6576
- readonly description: "Onboarding hero image with media.";
6377
+ readonly desiredParent: readonly [">OnboardItem"];
6378
+ readonly label: "Onboard Footer";
6379
+ readonly description: "Footer text with optional links.";
6577
6380
  readonly styles: {
6578
- readonly resizeMode: {
6579
- readonly label: "Resize Mode";
6580
- readonly description: "How the image fits the frame.";
6381
+ readonly color: {
6382
+ readonly label: "Color";
6383
+ readonly description: "Text color.";
6384
+ readonly category: "style";
6385
+ readonly specialCategory: null;
6386
+ readonly sort: 1;
6387
+ };
6388
+ readonly fontSize: {
6389
+ readonly label: "Font Size";
6390
+ readonly description: "Text size.";
6391
+ readonly category: "style";
6392
+ readonly specialCategory: null;
6393
+ readonly sort: 2;
6394
+ readonly preferredScale: "f";
6395
+ };
6396
+ readonly fontFamily: {
6397
+ readonly label: "Font Family";
6398
+ readonly description: "Font family used for the text.";
6399
+ readonly category: "style";
6400
+ readonly specialCategory: null;
6401
+ readonly sort: 3;
6402
+ };
6403
+ readonly fontWeight: {
6404
+ readonly label: "Font Weight";
6405
+ readonly description: "Text weight.";
6581
6406
  readonly category: "style";
6582
6407
  readonly specialCategory: null;
6583
6408
  readonly sort: 4;
6584
6409
  };
6410
+ readonly textAlign: {
6411
+ readonly label: "Text Align";
6412
+ readonly description: "Text alignment.";
6413
+ readonly category: "style";
6414
+ readonly specialCategory: null;
6415
+ readonly sort: 5;
6416
+ };
6585
6417
  };
6586
6418
  readonly attributes: {
6587
- readonly src: {
6588
- readonly label: "Src";
6589
- readonly description: "Image source URL.";
6419
+ readonly adjustsFontSizeToFit: {
6420
+ readonly label: "Adjust Font Size To Fit";
6421
+ readonly description: "Automatically reduces font size to fit the available space.";
6590
6422
  readonly category: "other";
6591
6423
  readonly specialCategory: null;
6592
6424
  readonly sort: 1;
6593
6425
  };
6426
+ readonly showEllipsis: {
6427
+ readonly label: "Show Ellipsis";
6428
+ readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
6429
+ readonly category: "other";
6430
+ readonly specialCategory: null;
6431
+ readonly sort: 2;
6432
+ };
6594
6433
  readonly scrollable: {
6595
6434
  readonly label: "Scrollable";
6596
6435
  readonly description: "Turns scroll interaction on.";
@@ -6864,20 +6703,55 @@ export declare const patterns: readonly [{
6864
6703
  readonly sort: 26;
6865
6704
  };
6866
6705
  };
6867
- readonly video_url: {
6868
- readonly label: "Video Url";
6869
- readonly description: "URL for the onboarding video.";
6706
+ readonly textLocalizationKey: {
6707
+ readonly label: "Text Localization Key";
6708
+ readonly description: "Localization key for the footer text.";
6870
6709
  readonly category: "other";
6871
6710
  readonly specialCategory: null;
6872
6711
  readonly sort: 1;
6873
6712
  };
6874
- readonly lottie: {
6875
- readonly label: "Lottie";
6876
- readonly description: "Path to the lottie animation.";
6713
+ readonly linkedWordFirstLocalizationKey: {
6714
+ readonly label: "Linked Word First Localization Key";
6715
+ readonly description: "Key for the first linked word.";
6877
6716
  readonly category: "other";
6878
6717
  readonly specialCategory: null;
6879
6718
  readonly sort: 2;
6880
6719
  };
6720
+ readonly linkedWordFirstColor: {
6721
+ readonly label: "Linked Word First Color";
6722
+ readonly description: "Color of the first linked word.";
6723
+ readonly category: "other";
6724
+ readonly specialCategory: null;
6725
+ readonly sort: 3;
6726
+ };
6727
+ readonly linkedWordFirstPage: {
6728
+ readonly label: "Linked Word First Page";
6729
+ readonly description: "Page opened by the first link.";
6730
+ readonly category: "other";
6731
+ readonly specialCategory: null;
6732
+ readonly sort: 4;
6733
+ };
6734
+ readonly linkedWordSecondLocalizationKey: {
6735
+ readonly label: "Linked Word Second Localization Key";
6736
+ readonly description: "Key for the second linked word.";
6737
+ readonly category: "other";
6738
+ readonly specialCategory: null;
6739
+ readonly sort: 5;
6740
+ };
6741
+ readonly linkedWordSecondColor: {
6742
+ readonly label: "Linked Word Second Color";
6743
+ readonly description: "Color of the second linked word.";
6744
+ readonly category: "other";
6745
+ readonly specialCategory: null;
6746
+ readonly sort: 6;
6747
+ };
6748
+ readonly linkedWordSecondPage: {
6749
+ readonly label: "Linked Word Second Page";
6750
+ readonly description: "Page opened by the second link.";
6751
+ readonly category: "other";
6752
+ readonly specialCategory: null;
6753
+ readonly sort: 7;
6754
+ };
6881
6755
  };
6882
6756
  readonly specialCategories: {
6883
6757
  readonly padding: {
@@ -6907,27 +6781,36 @@ export declare const patterns: readonly [{
6907
6781
  };
6908
6782
  };
6909
6783
  readonly defaults: {
6784
+ readonly translateCounter: 1;
6910
6785
  readonly styles: {
6911
- readonly resizeMode: "contain";
6912
- readonly flexDirection: "column";
6786
+ readonly color: "THEME_COLORS.TEXT";
6787
+ readonly fontSize: "16@fs";
6788
+ readonly fontWeight: "400";
6789
+ readonly flexDirection: "row";
6913
6790
  readonly position: "relative";
6914
6791
  readonly zIndex: 1;
6915
6792
  readonly alignSelf: "flex-start";
6916
6793
  readonly flexGrow: 0;
6917
6794
  readonly flexShrink: 0;
6795
+ readonly flexWrap: "wrap";
6796
+ readonly alignItems: "center";
6797
+ readonly justifyContent: "center";
6798
+ readonly textAlign: "center";
6799
+ readonly paddingHorizontal: "24@s";
6918
6800
  };
6919
6801
  };
6920
6802
  readonly types: {};
6921
6803
  }, {
6922
6804
  readonly schemaVersion: 2;
6923
6805
  readonly pattern: {
6924
- readonly type: "OnboardItem";
6806
+ readonly type: "OnboardImage";
6925
6807
  readonly title: "title";
6926
6808
  readonly description: "description";
6927
6809
  readonly children: "node";
6928
6810
  readonly attributes: {
6929
- readonly scrollable: "boolean";
6811
+ readonly src: "string";
6930
6812
  readonly styles: {
6813
+ readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
6931
6814
  readonly flexDirection: readonly ["row", "column"];
6932
6815
  readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
6933
6816
  readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
@@ -6963,40 +6846,33 @@ export declare const patterns: readonly [{
6963
6846
  readonly right: "size";
6964
6847
  readonly zIndex: "number";
6965
6848
  };
6966
- readonly display: readonly ["flex", "block"];
6849
+ readonly testID: "string";
6850
+ readonly scrollable: "boolean";
6851
+ readonly video_url: "string";
6852
+ readonly lottie: "string";
6967
6853
  };
6968
6854
  };
6969
6855
  readonly meta: {
6970
- readonly desiredParent: readonly ["=Onboard"];
6971
- readonly label: "Onboard Item";
6972
- readonly description: "Single onboarding screen section.";
6973
- readonly specialCategories: {
6974
- readonly padding: {
6975
- readonly label: "Padding";
6976
- readonly description: "Uniform padding on all sides.";
6977
- readonly category: "container";
6978
- readonly sort: 1;
6979
- };
6980
- readonly margin: {
6981
- readonly label: "Margin";
6982
- readonly description: "Uniform margin on all sides.";
6983
- readonly category: "container";
6984
- readonly sort: 2;
6985
- };
6986
- readonly size: {
6987
- readonly label: "Size";
6988
- readonly description: "Fixed dimensions.";
6989
- readonly category: "container";
6990
- readonly sort: 3;
6991
- };
6992
- readonly offset: {
6993
- readonly label: "Offset";
6994
- readonly description: "Absolute positioning offsets.";
6995
- readonly category: "container";
6856
+ readonly desiredParent: readonly [">OnboardProvider", ">OnboardItem", "!=Onboard"];
6857
+ readonly label: "Onboard Image";
6858
+ readonly description: "Onboarding hero image with media.";
6859
+ readonly styles: {
6860
+ readonly resizeMode: {
6861
+ readonly label: "Resize Mode";
6862
+ readonly description: "How the image fits the frame.";
6863
+ readonly category: "style";
6864
+ readonly specialCategory: null;
6996
6865
  readonly sort: 4;
6997
6866
  };
6998
6867
  };
6999
6868
  readonly attributes: {
6869
+ readonly src: {
6870
+ readonly label: "Src";
6871
+ readonly description: "Image source URL.";
6872
+ readonly category: "other";
6873
+ readonly specialCategory: null;
6874
+ readonly sort: 1;
6875
+ };
7000
6876
  readonly scrollable: {
7001
6877
  readonly label: "Scrollable";
7002
6878
  readonly description: "Turns scroll interaction on.";
@@ -7005,56 +6881,329 @@ export declare const patterns: readonly [{
7005
6881
  readonly sort: -1;
7006
6882
  };
7007
6883
  readonly styles: {
7008
- readonly gap: {
7009
- readonly label: "Gap";
7010
- readonly description: "Space between child blocks.";
7011
- readonly category: "container";
6884
+ readonly backgroundColor: {
6885
+ readonly label: "Background Color";
6886
+ readonly description: "Background fill color.";
6887
+ readonly category: "style";
7012
6888
  readonly specialCategory: null;
7013
- readonly sort: 2;
6889
+ readonly sort: 20;
6890
+ };
6891
+ readonly borderRadius: {
6892
+ readonly label: "Border Radius";
6893
+ readonly description: "Corner rounding amount.";
6894
+ readonly category: "style";
6895
+ readonly specialCategory: null;
6896
+ readonly sort: 21;
6897
+ readonly preferredScale: "s";
7014
6898
  };
7015
6899
  readonly flexDirection: {
7016
6900
  readonly label: "Flex Direction";
7017
- readonly description: "Order of child stacking.";
6901
+ readonly description: "Sets row or column layout.";
6902
+ readonly category: "container";
6903
+ readonly specialCategory: null;
6904
+ readonly sort: 4;
6905
+ };
6906
+ readonly flexWrap: {
6907
+ readonly label: "Flex Wrap";
6908
+ readonly description: "Controls whether flex items wrap to multiple lines.";
6909
+ readonly category: "container";
6910
+ readonly specialCategory: null;
6911
+ readonly sort: 4.5;
6912
+ };
6913
+ readonly alignItems: {
6914
+ readonly label: "Align Items";
6915
+ readonly description: "Controls cross-axis alignment.";
7018
6916
  readonly category: "container";
7019
6917
  readonly specialCategory: null;
7020
6918
  readonly sort: 3;
7021
6919
  };
6920
+ readonly justifyContent: {
6921
+ readonly label: "Justify Content";
6922
+ readonly description: "Controls main-axis alignment.";
6923
+ readonly category: "container";
6924
+ readonly specialCategory: null;
6925
+ readonly sort: 5;
6926
+ };
6927
+ readonly gap: {
6928
+ readonly label: "Gap";
6929
+ readonly description: "Space between children.";
6930
+ readonly category: "container";
6931
+ readonly specialCategory: null;
6932
+ readonly sort: 10;
6933
+ readonly preferredScale: "s";
6934
+ };
6935
+ readonly padding: {
6936
+ readonly label: "Padding";
6937
+ readonly description: "Uniform padding on all sides.";
6938
+ readonly category: "container";
6939
+ readonly specialCategory: "padding";
6940
+ readonly sort: 6;
6941
+ readonly preferredScale: "s";
6942
+ };
7022
6943
  readonly paddingHorizontal: {
7023
6944
  readonly label: "Padding Horizontal";
7024
6945
  readonly description: "Left and right padding.";
7025
6946
  readonly category: "container";
7026
6947
  readonly specialCategory: "padding";
7027
- readonly sort: 4;
6948
+ readonly sort: 7;
6949
+ readonly preferredScale: "s";
7028
6950
  };
7029
- };
7030
- readonly display: {
7031
- readonly label: "Display";
7032
- readonly description: "Controls layout display mode.";
7033
- readonly category: "container";
7034
- readonly specialCategory: null;
7035
- readonly sort: 1;
7036
- };
7037
- };
7038
- readonly styles: {};
7039
- };
7040
- readonly defaults: {
7041
- readonly styles: {
7042
- readonly flexDirection: "column";
6951
+ readonly paddingVertical: {
6952
+ readonly label: "Padding Vertical";
6953
+ readonly description: "Top and bottom padding.";
6954
+ readonly category: "container";
6955
+ readonly specialCategory: "padding";
6956
+ readonly sort: 8;
6957
+ readonly preferredScale: "vs";
6958
+ };
6959
+ readonly paddingTop: {
6960
+ readonly label: "Padding Top";
6961
+ readonly description: "Top padding only.";
6962
+ readonly category: "container";
6963
+ readonly specialCategory: "padding";
6964
+ readonly sort: 9;
6965
+ readonly preferredScale: "vs";
6966
+ };
6967
+ readonly paddingBottom: {
6968
+ readonly label: "Padding Bottom";
6969
+ readonly description: "Bottom padding only.";
6970
+ readonly category: "container";
6971
+ readonly specialCategory: "padding";
6972
+ readonly sort: 10;
6973
+ readonly preferredScale: "vs";
6974
+ };
6975
+ readonly paddingLeft: {
6976
+ readonly label: "Padding Left";
6977
+ readonly description: "Left padding only.";
6978
+ readonly category: "container";
6979
+ readonly specialCategory: "padding";
6980
+ readonly sort: 11;
6981
+ readonly preferredScale: "s";
6982
+ };
6983
+ readonly paddingRight: {
6984
+ readonly label: "Padding Right";
6985
+ readonly description: "Right padding only.";
6986
+ readonly category: "container";
6987
+ readonly specialCategory: "padding";
6988
+ readonly sort: 12;
6989
+ readonly preferredScale: "s";
6990
+ };
6991
+ readonly margin: {
6992
+ readonly label: "Margin";
6993
+ readonly description: "Uniform margin on all sides.";
6994
+ readonly category: "container";
6995
+ readonly specialCategory: "margin";
6996
+ readonly sort: 13;
6997
+ readonly preferredScale: "s";
6998
+ };
6999
+ readonly marginHorizontal: {
7000
+ readonly label: "Margin Horizontal";
7001
+ readonly description: "Left and right margin.";
7002
+ readonly category: "container";
7003
+ readonly specialCategory: "margin";
7004
+ readonly sort: 14;
7005
+ readonly preferredScale: "s";
7006
+ };
7007
+ readonly marginVertical: {
7008
+ readonly label: "Margin Vertical";
7009
+ readonly description: "Top and bottom margin.";
7010
+ readonly category: "container";
7011
+ readonly specialCategory: "margin";
7012
+ readonly sort: 15;
7013
+ readonly preferredScale: "vs";
7014
+ };
7015
+ readonly marginTop: {
7016
+ readonly label: "Margin Top";
7017
+ readonly description: "Top margin only.";
7018
+ readonly category: "container";
7019
+ readonly specialCategory: "margin";
7020
+ readonly sort: 16;
7021
+ readonly preferredScale: "vs";
7022
+ };
7023
+ readonly marginBottom: {
7024
+ readonly label: "Margin Bottom";
7025
+ readonly description: "Bottom margin only.";
7026
+ readonly category: "container";
7027
+ readonly specialCategory: "margin";
7028
+ readonly sort: 17;
7029
+ readonly preferredScale: "vs";
7030
+ };
7031
+ readonly marginLeft: {
7032
+ readonly label: "Margin Left";
7033
+ readonly description: "Left margin only.";
7034
+ readonly category: "container";
7035
+ readonly specialCategory: "margin";
7036
+ readonly sort: 18;
7037
+ readonly preferredScale: "s";
7038
+ };
7039
+ readonly marginRight: {
7040
+ readonly label: "Margin Right";
7041
+ readonly description: "Right margin only.";
7042
+ readonly category: "container";
7043
+ readonly specialCategory: "margin";
7044
+ readonly sort: 19;
7045
+ readonly preferredScale: "s";
7046
+ };
7047
+ readonly width: {
7048
+ readonly label: "Width";
7049
+ readonly description: "Fixed width value.";
7050
+ readonly category: "container";
7051
+ readonly specialCategory: "size";
7052
+ readonly sort: 0;
7053
+ readonly preferredScale: "s";
7054
+ };
7055
+ readonly minWidth: {
7056
+ readonly label: "Min Width";
7057
+ readonly description: "Minimum width constraint.";
7058
+ readonly category: "container";
7059
+ readonly specialCategory: "size";
7060
+ readonly sort: 1;
7061
+ readonly preferredScale: "s";
7062
+ };
7063
+ readonly maxWidth: {
7064
+ readonly label: "Max Width";
7065
+ readonly description: "Maximum width constraint.";
7066
+ readonly category: "container";
7067
+ readonly specialCategory: "size";
7068
+ readonly sort: 2;
7069
+ readonly preferredScale: "s";
7070
+ };
7071
+ readonly height: {
7072
+ readonly label: "Height";
7073
+ readonly description: "Fixed height value.";
7074
+ readonly category: "container";
7075
+ readonly specialCategory: "size";
7076
+ readonly sort: 3;
7077
+ readonly preferredScale: "vs";
7078
+ };
7079
+ readonly minHeight: {
7080
+ readonly label: "Min Height";
7081
+ readonly description: "Minimum height constraint.";
7082
+ readonly category: "container";
7083
+ readonly specialCategory: "size";
7084
+ readonly sort: 4;
7085
+ readonly preferredScale: "vs";
7086
+ };
7087
+ readonly maxHeight: {
7088
+ readonly label: "Max Height";
7089
+ readonly description: "Maximum height constraint.";
7090
+ readonly category: "container";
7091
+ readonly specialCategory: "size";
7092
+ readonly sort: 5;
7093
+ readonly preferredScale: "vs";
7094
+ };
7095
+ readonly flex: {
7096
+ readonly label: "Flex";
7097
+ readonly description: "Flex grow factor (e.g. 1 fills available space).";
7098
+ readonly category: "container";
7099
+ readonly specialCategory: "size";
7100
+ readonly sort: 6;
7101
+ };
7102
+ readonly position: {
7103
+ readonly label: "Position";
7104
+ readonly description: "Sets layout positioning mode.";
7105
+ readonly category: "container";
7106
+ readonly specialCategory: null;
7107
+ readonly sort: 3;
7108
+ };
7109
+ readonly top: {
7110
+ readonly label: "Top";
7111
+ readonly description: "Offset from the top edge.";
7112
+ readonly category: "container";
7113
+ readonly specialCategory: "offset";
7114
+ readonly sort: 22;
7115
+ readonly preferredScale: "vs";
7116
+ };
7117
+ readonly bottom: {
7118
+ readonly label: "Bottom";
7119
+ readonly description: "Offset from the bottom edge.";
7120
+ readonly category: "container";
7121
+ readonly specialCategory: "offset";
7122
+ readonly sort: 23;
7123
+ readonly preferredScale: "vs";
7124
+ };
7125
+ readonly left: {
7126
+ readonly label: "Left";
7127
+ readonly description: "Offset from the left edge.";
7128
+ readonly category: "container";
7129
+ readonly specialCategory: "offset";
7130
+ readonly sort: 24;
7131
+ readonly preferredScale: "s";
7132
+ };
7133
+ readonly right: {
7134
+ readonly label: "Right";
7135
+ readonly description: "Offset from the right edge.";
7136
+ readonly category: "container";
7137
+ readonly specialCategory: "offset";
7138
+ readonly sort: 25;
7139
+ readonly preferredScale: "s";
7140
+ };
7141
+ readonly zIndex: {
7142
+ readonly label: "Z-Index";
7143
+ readonly description: "Controls stacking order.";
7144
+ readonly category: "container";
7145
+ readonly specialCategory: null;
7146
+ readonly sort: 26;
7147
+ };
7148
+ };
7149
+ readonly video_url: {
7150
+ readonly label: "Video Url";
7151
+ readonly description: "URL for the onboarding video.";
7152
+ readonly category: "other";
7153
+ readonly specialCategory: null;
7154
+ readonly sort: 1;
7155
+ };
7156
+ readonly lottie: {
7157
+ readonly label: "Lottie";
7158
+ readonly description: "Path to the lottie animation.";
7159
+ readonly category: "other";
7160
+ readonly specialCategory: null;
7161
+ readonly sort: 2;
7162
+ };
7163
+ };
7164
+ readonly specialCategories: {
7165
+ readonly padding: {
7166
+ readonly label: "Padding";
7167
+ readonly description: "Uniform padding on all sides.";
7168
+ readonly category: "container";
7169
+ readonly sort: 1;
7170
+ };
7171
+ readonly margin: {
7172
+ readonly label: "Margin";
7173
+ readonly description: "Uniform margin on all sides.";
7174
+ readonly category: "container";
7175
+ readonly sort: 2;
7176
+ };
7177
+ readonly size: {
7178
+ readonly label: "Size";
7179
+ readonly description: "Fixed dimensions.";
7180
+ readonly category: "container";
7181
+ readonly sort: 3;
7182
+ };
7183
+ readonly offset: {
7184
+ readonly label: "Offset";
7185
+ readonly description: "Absolute positioning offsets.";
7186
+ readonly category: "container";
7187
+ readonly sort: 4;
7188
+ };
7189
+ };
7190
+ };
7191
+ readonly defaults: {
7192
+ readonly styles: {
7193
+ readonly resizeMode: "contain";
7194
+ readonly flexDirection: "column";
7043
7195
  readonly position: "relative";
7044
7196
  readonly zIndex: 1;
7045
7197
  readonly alignSelf: "flex-start";
7046
7198
  readonly flexGrow: 0;
7047
7199
  readonly flexShrink: 0;
7048
- readonly gap: "16@vs";
7049
- readonly paddingHorizontal: "24@s";
7050
7200
  };
7051
- readonly display: "flex";
7052
7201
  };
7053
7202
  readonly types: {};
7054
7203
  }, {
7055
7204
  readonly schemaVersion: 2;
7056
7205
  readonly pattern: {
7057
- readonly type: "OnboardProvider";
7206
+ readonly type: "OnboardItem";
7058
7207
  readonly title: "title";
7059
7208
  readonly description: "description";
7060
7209
  readonly children: "node";
@@ -7096,14 +7245,14 @@ export declare const patterns: readonly [{
7096
7245
  readonly right: "size";
7097
7246
  readonly zIndex: "number";
7098
7247
  };
7099
- readonly theme: readonly ["light", "dark", "all"];
7100
- readonly borderRadius: "never";
7248
+ readonly testID: "string";
7249
+ readonly display: readonly ["flex", "block"];
7101
7250
  };
7102
7251
  };
7103
7252
  readonly meta: {
7104
- readonly desiredParent: readonly ["root"];
7105
- readonly label: "Onboard Provider";
7106
- readonly description: "Provides shared settings for onboarding.";
7253
+ readonly desiredParent: readonly ["=Onboard"];
7254
+ readonly label: "Onboard Item";
7255
+ readonly description: "Single onboarding screen section.";
7107
7256
  readonly specialCategories: {
7108
7257
  readonly padding: {
7109
7258
  readonly label: "Padding";
@@ -7139,41 +7288,275 @@ export declare const patterns: readonly [{
7139
7288
  readonly sort: -1;
7140
7289
  };
7141
7290
  readonly styles: {
7291
+ readonly backgroundColor: {
7292
+ readonly label: "Background Color";
7293
+ readonly description: "Background fill color.";
7294
+ readonly category: "style";
7295
+ readonly specialCategory: null;
7296
+ readonly sort: 20;
7297
+ };
7298
+ readonly borderRadius: {
7299
+ readonly label: "Border Radius";
7300
+ readonly description: "Corner rounding amount.";
7301
+ readonly category: "style";
7302
+ readonly specialCategory: null;
7303
+ readonly sort: 21;
7304
+ readonly preferredScale: "s";
7305
+ };
7306
+ readonly flexDirection: {
7307
+ readonly label: "Flex Direction";
7308
+ readonly description: "Order of child stacking.";
7309
+ readonly category: "container";
7310
+ readonly specialCategory: null;
7311
+ readonly sort: 3;
7312
+ };
7313
+ readonly flexWrap: {
7314
+ readonly label: "Flex Wrap";
7315
+ readonly description: "Controls whether flex items wrap to multiple lines.";
7316
+ readonly category: "container";
7317
+ readonly specialCategory: null;
7318
+ readonly sort: 4.5;
7319
+ };
7320
+ readonly alignItems: {
7321
+ readonly label: "Align Items";
7322
+ readonly description: "Controls cross-axis alignment.";
7323
+ readonly category: "container";
7324
+ readonly specialCategory: null;
7325
+ readonly sort: 3;
7326
+ };
7327
+ readonly justifyContent: {
7328
+ readonly label: "Justify Content";
7329
+ readonly description: "Controls main-axis alignment.";
7330
+ readonly category: "container";
7331
+ readonly specialCategory: null;
7332
+ readonly sort: 5;
7333
+ };
7334
+ readonly gap: {
7335
+ readonly label: "Gap";
7336
+ readonly description: "Space between child blocks.";
7337
+ readonly category: "container";
7338
+ readonly specialCategory: null;
7339
+ readonly sort: 2;
7340
+ };
7341
+ readonly padding: {
7342
+ readonly label: "Padding";
7343
+ readonly description: "Uniform padding on all sides.";
7344
+ readonly category: "container";
7345
+ readonly specialCategory: "padding";
7346
+ readonly sort: 6;
7347
+ readonly preferredScale: "s";
7348
+ };
7349
+ readonly paddingHorizontal: {
7350
+ readonly label: "Padding Horizontal";
7351
+ readonly description: "Left and right padding.";
7352
+ readonly category: "container";
7353
+ readonly specialCategory: "padding";
7354
+ readonly sort: 4;
7355
+ };
7356
+ readonly paddingVertical: {
7357
+ readonly label: "Padding Vertical";
7358
+ readonly description: "Top and bottom padding.";
7359
+ readonly category: "container";
7360
+ readonly specialCategory: "padding";
7361
+ readonly sort: 8;
7362
+ readonly preferredScale: "vs";
7363
+ };
7142
7364
  readonly paddingTop: {
7143
7365
  readonly label: "Padding Top";
7144
- readonly description: "Top padding for the provider.";
7366
+ readonly description: "Top padding only.";
7367
+ readonly category: "container";
7368
+ readonly specialCategory: "padding";
7369
+ readonly sort: 9;
7370
+ readonly preferredScale: "vs";
7371
+ };
7372
+ readonly paddingBottom: {
7373
+ readonly label: "Padding Bottom";
7374
+ readonly description: "Bottom padding only.";
7375
+ readonly category: "container";
7376
+ readonly specialCategory: "padding";
7377
+ readonly sort: 10;
7378
+ readonly preferredScale: "vs";
7379
+ };
7380
+ readonly paddingLeft: {
7381
+ readonly label: "Padding Left";
7382
+ readonly description: "Left padding only.";
7383
+ readonly category: "container";
7384
+ readonly specialCategory: "padding";
7385
+ readonly sort: 11;
7386
+ readonly preferredScale: "s";
7387
+ };
7388
+ readonly paddingRight: {
7389
+ readonly label: "Padding Right";
7390
+ readonly description: "Right padding only.";
7145
7391
  readonly category: "container";
7146
7392
  readonly specialCategory: "padding";
7393
+ readonly sort: 12;
7394
+ readonly preferredScale: "s";
7395
+ };
7396
+ readonly margin: {
7397
+ readonly label: "Margin";
7398
+ readonly description: "Uniform margin on all sides.";
7399
+ readonly category: "container";
7400
+ readonly specialCategory: "margin";
7401
+ readonly sort: 13;
7402
+ readonly preferredScale: "s";
7403
+ };
7404
+ readonly marginHorizontal: {
7405
+ readonly label: "Margin Horizontal";
7406
+ readonly description: "Left and right margin.";
7407
+ readonly category: "container";
7408
+ readonly specialCategory: "margin";
7409
+ readonly sort: 14;
7410
+ readonly preferredScale: "s";
7411
+ };
7412
+ readonly marginVertical: {
7413
+ readonly label: "Margin Vertical";
7414
+ readonly description: "Top and bottom margin.";
7415
+ readonly category: "container";
7416
+ readonly specialCategory: "margin";
7417
+ readonly sort: 15;
7418
+ readonly preferredScale: "vs";
7419
+ };
7420
+ readonly marginTop: {
7421
+ readonly label: "Margin Top";
7422
+ readonly description: "Top margin only.";
7423
+ readonly category: "container";
7424
+ readonly specialCategory: "margin";
7425
+ readonly sort: 16;
7426
+ readonly preferredScale: "vs";
7427
+ };
7428
+ readonly marginBottom: {
7429
+ readonly label: "Margin Bottom";
7430
+ readonly description: "Bottom margin only.";
7431
+ readonly category: "container";
7432
+ readonly specialCategory: "margin";
7433
+ readonly sort: 17;
7434
+ readonly preferredScale: "vs";
7435
+ };
7436
+ readonly marginLeft: {
7437
+ readonly label: "Margin Left";
7438
+ readonly description: "Left margin only.";
7439
+ readonly category: "container";
7440
+ readonly specialCategory: "margin";
7441
+ readonly sort: 18;
7442
+ readonly preferredScale: "s";
7443
+ };
7444
+ readonly marginRight: {
7445
+ readonly label: "Margin Right";
7446
+ readonly description: "Right margin only.";
7447
+ readonly category: "container";
7448
+ readonly specialCategory: "margin";
7449
+ readonly sort: 19;
7450
+ readonly preferredScale: "s";
7451
+ };
7452
+ readonly width: {
7453
+ readonly label: "Width";
7454
+ readonly description: "Fixed width value.";
7455
+ readonly category: "container";
7456
+ readonly specialCategory: "size";
7457
+ readonly sort: 0;
7458
+ readonly preferredScale: "s";
7459
+ };
7460
+ readonly minWidth: {
7461
+ readonly label: "Min Width";
7462
+ readonly description: "Minimum width constraint.";
7463
+ readonly category: "container";
7464
+ readonly specialCategory: "size";
7147
7465
  readonly sort: 1;
7466
+ readonly preferredScale: "s";
7148
7467
  };
7149
- readonly paddingRight: {
7150
- readonly label: "Padding Right";
7151
- readonly description: "Right padding for the provider.";
7468
+ readonly maxWidth: {
7469
+ readonly label: "Max Width";
7470
+ readonly description: "Maximum width constraint.";
7152
7471
  readonly category: "container";
7153
- readonly specialCategory: "padding";
7472
+ readonly specialCategory: "size";
7154
7473
  readonly sort: 2;
7474
+ readonly preferredScale: "s";
7155
7475
  };
7156
- readonly paddingBottom: {
7157
- readonly label: "Padding Bottom";
7158
- readonly description: "Bottom padding for the provider.";
7476
+ readonly height: {
7477
+ readonly label: "Height";
7478
+ readonly description: "Fixed height value.";
7159
7479
  readonly category: "container";
7160
- readonly specialCategory: "padding";
7480
+ readonly specialCategory: "size";
7161
7481
  readonly sort: 3;
7482
+ readonly preferredScale: "vs";
7162
7483
  };
7163
- readonly paddingLeft: {
7164
- readonly label: "Padding Left";
7165
- readonly description: "Left padding for the provider.";
7484
+ readonly minHeight: {
7485
+ readonly label: "Min Height";
7486
+ readonly description: "Minimum height constraint.";
7166
7487
  readonly category: "container";
7167
- readonly specialCategory: "padding";
7488
+ readonly specialCategory: "size";
7168
7489
  readonly sort: 4;
7490
+ readonly preferredScale: "vs";
7491
+ };
7492
+ readonly maxHeight: {
7493
+ readonly label: "Max Height";
7494
+ readonly description: "Maximum height constraint.";
7495
+ readonly category: "container";
7496
+ readonly specialCategory: "size";
7497
+ readonly sort: 5;
7498
+ readonly preferredScale: "vs";
7499
+ };
7500
+ readonly flex: {
7501
+ readonly label: "Flex";
7502
+ readonly description: "Flex grow factor (e.g. 1 fills available space).";
7503
+ readonly category: "container";
7504
+ readonly specialCategory: "size";
7505
+ readonly sort: 6;
7506
+ };
7507
+ readonly position: {
7508
+ readonly label: "Position";
7509
+ readonly description: "Sets layout positioning mode.";
7510
+ readonly category: "container";
7511
+ readonly specialCategory: null;
7512
+ readonly sort: 3;
7513
+ };
7514
+ readonly top: {
7515
+ readonly label: "Top";
7516
+ readonly description: "Offset from the top edge.";
7517
+ readonly category: "container";
7518
+ readonly specialCategory: "offset";
7519
+ readonly sort: 22;
7520
+ readonly preferredScale: "vs";
7521
+ };
7522
+ readonly bottom: {
7523
+ readonly label: "Bottom";
7524
+ readonly description: "Offset from the bottom edge.";
7525
+ readonly category: "container";
7526
+ readonly specialCategory: "offset";
7527
+ readonly sort: 23;
7528
+ readonly preferredScale: "vs";
7529
+ };
7530
+ readonly left: {
7531
+ readonly label: "Left";
7532
+ readonly description: "Offset from the left edge.";
7533
+ readonly category: "container";
7534
+ readonly specialCategory: "offset";
7535
+ readonly sort: 24;
7536
+ readonly preferredScale: "s";
7537
+ };
7538
+ readonly right: {
7539
+ readonly label: "Right";
7540
+ readonly description: "Offset from the right edge.";
7541
+ readonly category: "container";
7542
+ readonly specialCategory: "offset";
7543
+ readonly sort: 25;
7544
+ readonly preferredScale: "s";
7545
+ };
7546
+ readonly zIndex: {
7547
+ readonly label: "Z-Index";
7548
+ readonly description: "Controls stacking order.";
7549
+ readonly category: "container";
7550
+ readonly specialCategory: null;
7551
+ readonly sort: 26;
7169
7552
  };
7170
7553
  };
7171
- readonly theme: {
7172
- readonly label: "Theme";
7173
- readonly description: "Controls which app theme(s) this onboarding is intended for.";
7174
- readonly category: "other";
7554
+ readonly display: {
7555
+ readonly label: "Display";
7556
+ readonly description: "Controls layout display mode.";
7557
+ readonly category: "container";
7175
7558
  readonly specialCategory: null;
7176
- readonly sort: -10;
7559
+ readonly sort: 1;
7177
7560
  };
7178
7561
  };
7179
7562
  readonly styles: {};
@@ -7186,28 +7569,22 @@ export declare const patterns: readonly [{
7186
7569
  readonly alignSelf: "flex-start";
7187
7570
  readonly flexGrow: 0;
7188
7571
  readonly flexShrink: 0;
7189
- readonly width: "100%";
7190
- readonly height: "100%";
7572
+ readonly gap: "16@vs";
7573
+ readonly paddingHorizontal: "24@s";
7191
7574
  };
7575
+ readonly display: "flex";
7192
7576
  };
7193
7577
  readonly types: {};
7194
7578
  }, {
7195
7579
  readonly schemaVersion: 2;
7196
7580
  readonly pattern: {
7197
- readonly type: "OnboardSubtitle";
7581
+ readonly type: "OnboardProvider";
7198
7582
  readonly title: "title";
7199
7583
  readonly description: "description";
7200
- readonly children: "string";
7584
+ readonly children: "node";
7201
7585
  readonly attributes: {
7202
- readonly adjustsFontSizeToFit: "boolean";
7203
- readonly showEllipsis: "boolean";
7204
- readonly translateCounter: "number";
7586
+ readonly scrollable: "boolean";
7205
7587
  readonly styles: {
7206
- readonly color: "color";
7207
- readonly fontSize: "size";
7208
- readonly fontFamily: "fontFamily";
7209
- readonly fontWeight: "fontWeight";
7210
- readonly textAlign: "string";
7211
7588
  readonly flexDirection: readonly ["row", "column"];
7212
7589
  readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
7213
7590
  readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
@@ -7243,66 +7620,42 @@ export declare const patterns: readonly [{
7243
7620
  readonly right: "size";
7244
7621
  readonly zIndex: "number";
7245
7622
  };
7246
- readonly scrollable: "boolean";
7623
+ readonly testID: "string";
7624
+ readonly theme: readonly ["light", "dark", "all"];
7625
+ readonly borderRadius: "never";
7247
7626
  };
7248
7627
  };
7249
7628
  readonly meta: {
7250
- readonly desiredParent: readonly [">OnboardProvider", ">OnboardItem"];
7251
- readonly label: "Onboard Subtitle";
7252
- readonly description: "Subtitle text for an onboarding step.";
7253
- readonly styles: {
7254
- readonly color: {
7255
- readonly label: "Color";
7256
- readonly description: "Text color.";
7257
- readonly category: "style";
7258
- readonly specialCategory: null;
7629
+ readonly desiredParent: readonly ["root"];
7630
+ readonly label: "Onboard Provider";
7631
+ readonly description: "Provides shared settings for onboarding.";
7632
+ readonly specialCategories: {
7633
+ readonly padding: {
7634
+ readonly label: "Padding";
7635
+ readonly description: "Uniform padding on all sides.";
7636
+ readonly category: "container";
7259
7637
  readonly sort: 1;
7260
7638
  };
7261
- readonly fontSize: {
7262
- readonly label: "Font Size";
7263
- readonly description: "Text size.";
7264
- readonly category: "style";
7265
- readonly specialCategory: null;
7639
+ readonly margin: {
7640
+ readonly label: "Margin";
7641
+ readonly description: "Uniform margin on all sides.";
7642
+ readonly category: "container";
7266
7643
  readonly sort: 2;
7267
- readonly preferredScale: "s";
7268
- };
7269
- readonly fontFamily: {
7270
- readonly label: "Font Family";
7271
- readonly description: "Font family used for the text.";
7272
- readonly category: "style";
7273
- readonly specialCategory: null;
7274
- readonly sort: 3;
7275
- };
7276
- readonly fontWeight: {
7277
- readonly label: "Font Weight";
7278
- readonly description: "Text weight.";
7279
- readonly category: "style";
7280
- readonly specialCategory: null;
7281
- readonly sort: 4;
7282
- };
7283
- readonly textAlign: {
7284
- readonly label: "Text Align";
7285
- readonly description: "Text alignment.";
7286
- readonly category: "style";
7287
- readonly specialCategory: null;
7288
- readonly sort: 5;
7289
- };
7290
- };
7291
- readonly attributes: {
7292
- readonly adjustsFontSizeToFit: {
7293
- readonly label: "Adjust Font Size To Fit";
7294
- readonly description: "Automatically reduces font size to fit the available space.";
7295
- readonly category: "other";
7296
- readonly specialCategory: null;
7297
- readonly sort: 1;
7298
7644
  };
7299
- readonly showEllipsis: {
7300
- readonly label: "Show Ellipsis";
7301
- readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
7302
- readonly category: "other";
7303
- readonly specialCategory: null;
7304
- readonly sort: 2;
7645
+ readonly size: {
7646
+ readonly label: "Size";
7647
+ readonly description: "Fixed dimensions.";
7648
+ readonly category: "container";
7649
+ readonly sort: 3;
7650
+ };
7651
+ readonly offset: {
7652
+ readonly label: "Offset";
7653
+ readonly description: "Absolute positioning offsets.";
7654
+ readonly category: "container";
7655
+ readonly sort: 4;
7305
7656
  };
7657
+ };
7658
+ readonly attributes: {
7306
7659
  readonly scrollable: {
7307
7660
  readonly label: "Scrollable";
7308
7661
  readonly description: "Turns scroll interaction on.";
@@ -7388,35 +7741,31 @@ export declare const patterns: readonly [{
7388
7741
  };
7389
7742
  readonly paddingTop: {
7390
7743
  readonly label: "Padding Top";
7391
- readonly description: "Top padding only.";
7744
+ readonly description: "Top padding for the provider.";
7392
7745
  readonly category: "container";
7393
7746
  readonly specialCategory: "padding";
7394
- readonly sort: 9;
7395
- readonly preferredScale: "vs";
7747
+ readonly sort: 1;
7396
7748
  };
7397
7749
  readonly paddingBottom: {
7398
7750
  readonly label: "Padding Bottom";
7399
- readonly description: "Bottom padding only.";
7751
+ readonly description: "Bottom padding for the provider.";
7400
7752
  readonly category: "container";
7401
7753
  readonly specialCategory: "padding";
7402
- readonly sort: 10;
7403
- readonly preferredScale: "vs";
7754
+ readonly sort: 3;
7404
7755
  };
7405
7756
  readonly paddingLeft: {
7406
7757
  readonly label: "Padding Left";
7407
- readonly description: "Left padding only.";
7758
+ readonly description: "Left padding for the provider.";
7408
7759
  readonly category: "container";
7409
7760
  readonly specialCategory: "padding";
7410
- readonly sort: 11;
7411
- readonly preferredScale: "s";
7761
+ readonly sort: 4;
7412
7762
  };
7413
7763
  readonly paddingRight: {
7414
7764
  readonly label: "Padding Right";
7415
- readonly description: "Right padding only.";
7765
+ readonly description: "Right padding for the provider.";
7416
7766
  readonly category: "container";
7417
7767
  readonly specialCategory: "padding";
7418
- readonly sort: 12;
7419
- readonly preferredScale: "s";
7768
+ readonly sort: 2;
7420
7769
  };
7421
7770
  readonly margin: {
7422
7771
  readonly label: "Margin";
@@ -7576,53 +7925,33 @@ export declare const patterns: readonly [{
7576
7925
  readonly sort: 26;
7577
7926
  };
7578
7927
  };
7579
- };
7580
- readonly specialCategories: {
7581
- readonly padding: {
7582
- readonly label: "Padding";
7583
- readonly description: "Uniform padding on all sides.";
7584
- readonly category: "container";
7585
- readonly sort: 1;
7586
- };
7587
- readonly margin: {
7588
- readonly label: "Margin";
7589
- readonly description: "Uniform margin on all sides.";
7590
- readonly category: "container";
7591
- readonly sort: 2;
7592
- };
7593
- readonly size: {
7594
- readonly label: "Size";
7595
- readonly description: "Fixed dimensions.";
7596
- readonly category: "container";
7597
- readonly sort: 3;
7598
- };
7599
- readonly offset: {
7600
- readonly label: "Offset";
7601
- readonly description: "Absolute positioning offsets.";
7602
- readonly category: "container";
7603
- readonly sort: 4;
7928
+ readonly theme: {
7929
+ readonly label: "Theme";
7930
+ readonly description: "Controls which app theme(s) this onboarding is intended for.";
7931
+ readonly category: "other";
7932
+ readonly specialCategory: null;
7933
+ readonly sort: -10;
7604
7934
  };
7605
7935
  };
7936
+ readonly styles: {};
7606
7937
  };
7607
7938
  readonly defaults: {
7608
- readonly translateCounter: 1;
7609
7939
  readonly styles: {
7610
- readonly color: "THEME_COLORS.TEXT";
7611
- readonly fontSize: "14@fs";
7612
- readonly fontWeight: "600";
7613
7940
  readonly flexDirection: "column";
7614
7941
  readonly position: "relative";
7615
7942
  readonly zIndex: 1;
7616
7943
  readonly alignSelf: "flex-start";
7617
7944
  readonly flexGrow: 0;
7618
7945
  readonly flexShrink: 0;
7946
+ readonly width: "100%";
7947
+ readonly height: "100%";
7619
7948
  };
7620
7949
  };
7621
7950
  readonly types: {};
7622
7951
  }, {
7623
7952
  readonly schemaVersion: 2;
7624
7953
  readonly pattern: {
7625
- readonly type: "OnboardTitle";
7954
+ readonly type: "OnboardSubtitle";
7626
7955
  readonly title: "title";
7627
7956
  readonly description: "description";
7628
7957
  readonly children: "string";
@@ -7671,13 +8000,14 @@ export declare const patterns: readonly [{
7671
8000
  readonly right: "size";
7672
8001
  readonly zIndex: "number";
7673
8002
  };
8003
+ readonly testID: "string";
7674
8004
  readonly scrollable: "boolean";
7675
8005
  };
7676
8006
  };
7677
8007
  readonly meta: {
7678
- readonly desiredParent: readonly [">OnboardItem", ">OnboardProvider"];
7679
- readonly label: "Onboard Title";
7680
- readonly description: "Title text for an onboarding step.";
8008
+ readonly desiredParent: readonly [">OnboardProvider", ">OnboardItem"];
8009
+ readonly label: "Onboard Subtitle";
8010
+ readonly description: "Subtitle text for an onboarding step.";
7681
8011
  readonly styles: {
7682
8012
  readonly color: {
7683
8013
  readonly label: "Color";
@@ -7692,7 +8022,7 @@ export declare const patterns: readonly [{
7692
8022
  readonly category: "style";
7693
8023
  readonly specialCategory: null;
7694
8024
  readonly sort: 2;
7695
- readonly preferredScale: "s";
8025
+ readonly preferredScale: "f";
7696
8026
  };
7697
8027
  readonly fontFamily: {
7698
8028
  readonly label: "Font Family";
@@ -8036,30 +8366,34 @@ export declare const patterns: readonly [{
8036
8366
  readonly translateCounter: 1;
8037
8367
  readonly styles: {
8038
8368
  readonly color: "THEME_COLORS.TEXT";
8039
- readonly fontSize: "24@fs";
8040
- readonly fontWeight: "700";
8369
+ readonly fontSize: "14@fs";
8370
+ readonly fontWeight: "600";
8041
8371
  readonly flexDirection: "column";
8042
8372
  readonly position: "relative";
8043
8373
  readonly zIndex: 1;
8044
8374
  readonly alignSelf: "flex-start";
8045
8375
  readonly flexGrow: 0;
8046
8376
  readonly flexShrink: 0;
8047
- readonly textAlign: "center";
8048
8377
  };
8049
8378
  };
8050
8379
  readonly types: {};
8051
8380
  }, {
8052
8381
  readonly schemaVersion: 2;
8053
8382
  readonly pattern: {
8054
- readonly type: "PaywallBackground";
8383
+ readonly type: "OnboardTitle";
8055
8384
  readonly title: "title";
8056
8385
  readonly description: "description";
8057
- readonly children: "never";
8386
+ readonly children: "string";
8058
8387
  readonly attributes: {
8059
- readonly src: "string";
8060
- readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
8061
- readonly scrollable: "boolean";
8388
+ readonly adjustsFontSizeToFit: "boolean";
8389
+ readonly showEllipsis: "boolean";
8390
+ readonly translateCounter: "number";
8062
8391
  readonly styles: {
8392
+ readonly color: "color";
8393
+ readonly fontSize: "size";
8394
+ readonly fontFamily: "fontFamily";
8395
+ readonly fontWeight: "fontWeight";
8396
+ readonly textAlign: "string";
8063
8397
  readonly flexDirection: readonly ["row", "column"];
8064
8398
  readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
8065
8399
  readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
@@ -8095,27 +8429,66 @@ export declare const patterns: readonly [{
8095
8429
  readonly right: "size";
8096
8430
  readonly zIndex: "number";
8097
8431
  };
8432
+ readonly testID: "string";
8433
+ readonly scrollable: "boolean";
8098
8434
  };
8099
8435
  };
8100
8436
  readonly meta: {
8101
- readonly desiredParent: readonly [">PaywallProvider"];
8102
- readonly label: "Paywall Background";
8103
- readonly description: "Paywall Background component.";
8104
- readonly styles: {};
8437
+ readonly desiredParent: readonly [">OnboardItem", ">OnboardProvider"];
8438
+ readonly label: "Onboard Title";
8439
+ readonly description: "Title text for an onboarding step.";
8440
+ readonly styles: {
8441
+ readonly color: {
8442
+ readonly label: "Color";
8443
+ readonly description: "Text color.";
8444
+ readonly category: "style";
8445
+ readonly specialCategory: null;
8446
+ readonly sort: 1;
8447
+ };
8448
+ readonly fontSize: {
8449
+ readonly label: "Font Size";
8450
+ readonly description: "Text size.";
8451
+ readonly category: "style";
8452
+ readonly specialCategory: null;
8453
+ readonly sort: 2;
8454
+ readonly preferredScale: "f";
8455
+ };
8456
+ readonly fontFamily: {
8457
+ readonly label: "Font Family";
8458
+ readonly description: "Font family used for the text.";
8459
+ readonly category: "style";
8460
+ readonly specialCategory: null;
8461
+ readonly sort: 3;
8462
+ };
8463
+ readonly fontWeight: {
8464
+ readonly label: "Font Weight";
8465
+ readonly description: "Text weight.";
8466
+ readonly category: "style";
8467
+ readonly specialCategory: null;
8468
+ readonly sort: 4;
8469
+ };
8470
+ readonly textAlign: {
8471
+ readonly label: "Text Align";
8472
+ readonly description: "Text alignment.";
8473
+ readonly category: "style";
8474
+ readonly specialCategory: null;
8475
+ readonly sort: 5;
8476
+ };
8477
+ };
8105
8478
  readonly attributes: {
8106
- readonly src: {
8107
- readonly label: "Src";
8108
- readonly description: "Image source URL.";
8479
+ readonly adjustsFontSizeToFit: {
8480
+ readonly label: "Adjust Font Size To Fit";
8481
+ readonly description: "Automatically reduces font size to fit the available space.";
8109
8482
  readonly category: "other";
8110
8483
  readonly specialCategory: null;
8111
8484
  readonly sort: 1;
8112
8485
  };
8113
- readonly resizeMode: {
8114
- readonly label: "Resize Mode";
8115
- readonly description: "How the image fits its container.";
8486
+ readonly showEllipsis: {
8487
+ readonly label: "Show Ellipsis";
8488
+ readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
8116
8489
  readonly category: "other";
8117
8490
  readonly specialCategory: null;
8118
- readonly sort: 4;
8491
+ readonly sort: 2;
8119
8492
  };
8120
8493
  readonly scrollable: {
8121
8494
  readonly label: "Scrollable";
@@ -8419,43 +8792,34 @@ export declare const patterns: readonly [{
8419
8792
  };
8420
8793
  };
8421
8794
  readonly defaults: {
8422
- readonly resizeMode: "cover";
8795
+ readonly translateCounter: 1;
8423
8796
  readonly styles: {
8424
- readonly width: "100%";
8425
- readonly height: "100%";
8426
- readonly position: "absolute";
8427
- readonly top: 0;
8428
- readonly left: 0;
8429
- readonly right: 0;
8430
- readonly bottom: 0;
8431
- readonly zIndex: 1;
8797
+ readonly color: "THEME_COLORS.TEXT";
8798
+ readonly fontSize: "24@fs";
8799
+ readonly fontWeight: "700";
8432
8800
  readonly flexDirection: "column";
8801
+ readonly position: "relative";
8802
+ readonly zIndex: 1;
8433
8803
  readonly alignSelf: "flex-start";
8434
8804
  readonly flexGrow: 0;
8435
8805
  readonly flexShrink: 0;
8806
+ readonly textAlign: "center";
8436
8807
  };
8437
8808
  };
8438
8809
  readonly types: {};
8439
8810
  }, {
8440
8811
  readonly schemaVersion: 2;
8441
8812
  readonly pattern: {
8442
- readonly type: "PaywallCloseButton";
8813
+ readonly type: "PaywallBackground";
8443
8814
  readonly title: "title";
8444
8815
  readonly description: "description";
8445
8816
  readonly children: "never";
8446
8817
  readonly attributes: {
8447
- readonly iconType: "iconType";
8448
- readonly size: "number";
8449
- readonly strokeWidth: "number";
8450
- readonly adjustsFontSizeToFit: "boolean";
8451
- readonly showEllipsis: "boolean";
8452
- readonly translateCounter: "number";
8818
+ readonly src: "string";
8819
+ readonly resizeMode: readonly ["cover", "contain", "stretch", "center"];
8820
+ readonly testID: "string";
8821
+ readonly scrollable: "boolean";
8453
8822
  readonly styles: {
8454
- readonly color: "color";
8455
- readonly fontSize: "size";
8456
- readonly fontFamily: "fontFamily";
8457
- readonly fontWeight: "fontWeight";
8458
- readonly textAlign: "string";
8459
8823
  readonly flexDirection: readonly ["row", "column"];
8460
8824
  readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
8461
8825
  readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
@@ -8488,89 +8852,30 @@ export declare const patterns: readonly [{
8488
8852
  readonly top: "size";
8489
8853
  readonly bottom: "size";
8490
8854
  readonly left: "size";
8491
- readonly right: "size";
8492
- readonly zIndex: "number";
8493
- };
8494
- readonly scrollable: "boolean";
8495
- };
8496
- };
8497
- readonly meta: {
8498
- readonly desiredParent: readonly [">PaywallProvider"];
8499
- readonly label: "Paywall Close Button";
8500
- readonly description: "Paywall Close Button component.";
8501
- readonly styles: {
8502
- readonly color: {
8503
- readonly label: "Color";
8504
- readonly description: "Text color.";
8505
- readonly category: "style";
8506
- readonly specialCategory: null;
8507
- readonly sort: 1;
8508
- };
8509
- readonly fontSize: {
8510
- readonly label: "Font Size";
8511
- readonly description: "Text size.";
8512
- readonly category: "style";
8513
- readonly specialCategory: null;
8514
- readonly sort: 2;
8515
- readonly preferredScale: "s";
8516
- };
8517
- readonly fontFamily: {
8518
- readonly label: "Font Family";
8519
- readonly description: "Font family used for the text.";
8520
- readonly category: "style";
8521
- readonly specialCategory: null;
8522
- readonly sort: 3;
8523
- };
8524
- readonly fontWeight: {
8525
- readonly label: "Font Weight";
8526
- readonly description: "Text weight.";
8527
- readonly category: "style";
8528
- readonly specialCategory: null;
8529
- readonly sort: 4;
8530
- };
8531
- readonly textAlign: {
8532
- readonly label: "Text Align";
8533
- readonly description: "Text alignment.";
8534
- readonly category: "style";
8535
- readonly specialCategory: null;
8536
- readonly sort: 5;
8537
- };
8538
- };
8539
- readonly attributes: {
8540
- readonly iconType: {
8541
- readonly label: "Icon";
8542
- readonly description: "Which icon to render.";
8543
- readonly category: "other";
8544
- readonly specialCategory: null;
8545
- readonly sort: 1;
8546
- };
8547
- readonly size: {
8548
- readonly label: "Size";
8549
- readonly description: "Icon size (px).";
8550
- readonly category: "other";
8551
- readonly specialCategory: null;
8552
- readonly sort: 2;
8553
- };
8554
- readonly strokeWidth: {
8555
- readonly label: "Stroke Width";
8556
- readonly description: "SVG stroke width override (applied to the icon paths).";
8557
- readonly category: "other";
8558
- readonly specialCategory: null;
8559
- readonly sort: 3;
8855
+ readonly right: "size";
8856
+ readonly zIndex: "number";
8560
8857
  };
8561
- readonly adjustsFontSizeToFit: {
8562
- readonly label: "Adjust Font Size To Fit";
8563
- readonly description: "Automatically reduces font size to fit the available space.";
8858
+ };
8859
+ };
8860
+ readonly meta: {
8861
+ readonly desiredParent: readonly [">PaywallProvider"];
8862
+ readonly label: "Paywall Background";
8863
+ readonly description: "Paywall Background component.";
8864
+ readonly styles: {};
8865
+ readonly attributes: {
8866
+ readonly src: {
8867
+ readonly label: "Src";
8868
+ readonly description: "Image source URL.";
8564
8869
  readonly category: "other";
8565
8870
  readonly specialCategory: null;
8566
8871
  readonly sort: 1;
8567
8872
  };
8568
- readonly showEllipsis: {
8569
- readonly label: "Show Ellipsis";
8570
- readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
8873
+ readonly resizeMode: {
8874
+ readonly label: "Resize Mode";
8875
+ readonly description: "How the image fits its container.";
8571
8876
  readonly category: "other";
8572
8877
  readonly specialCategory: null;
8573
- readonly sort: 2;
8878
+ readonly sort: 4;
8574
8879
  };
8575
8880
  readonly scrollable: {
8576
8881
  readonly label: "Scrollable";
@@ -8874,37 +9179,44 @@ export declare const patterns: readonly [{
8874
9179
  };
8875
9180
  };
8876
9181
  readonly defaults: {
8877
- readonly iconType: "close";
8878
- readonly strokeWidth: 1.5;
9182
+ readonly resizeMode: "cover";
8879
9183
  readonly styles: {
8880
- readonly fontSize: "16@fs";
8881
- readonly color: "THEME_COLORS.TEXT";
8882
- readonly fontWeight: "400";
8883
- readonly flexDirection: "row";
9184
+ readonly width: "100%";
9185
+ readonly height: "100%";
8884
9186
  readonly position: "absolute";
9187
+ readonly top: 0;
9188
+ readonly left: 0;
9189
+ readonly right: 0;
9190
+ readonly bottom: 0;
8885
9191
  readonly zIndex: 1;
9192
+ readonly flexDirection: "column";
8886
9193
  readonly alignSelf: "flex-start";
8887
9194
  readonly flexGrow: 0;
8888
9195
  readonly flexShrink: 0;
8889
- readonly top: "35@vs";
8890
- readonly left: "24@s";
8891
- readonly justifyContent: "center";
8892
- readonly alignItems: "center";
8893
9196
  };
8894
- readonly translateCounter: 1;
8895
- readonly size: 24;
8896
9197
  };
8897
9198
  readonly types: {};
8898
9199
  }, {
8899
9200
  readonly schemaVersion: 2;
8900
9201
  readonly pattern: {
8901
- readonly type: "PaywallOptions";
9202
+ readonly type: "PaywallCloseButton";
8902
9203
  readonly title: "title";
8903
9204
  readonly description: "description";
8904
- readonly children: "node";
9205
+ readonly children: "never";
8905
9206
  readonly attributes: {
8906
- readonly scrollable: "boolean";
9207
+ readonly iconType: "iconType";
9208
+ readonly size: "number";
9209
+ readonly strokeWidth: "number";
9210
+ readonly testID: "string";
9211
+ readonly adjustsFontSizeToFit: "boolean";
9212
+ readonly showEllipsis: "boolean";
9213
+ readonly translateCounter: "number";
8907
9214
  readonly styles: {
9215
+ readonly color: "color";
9216
+ readonly fontSize: "size";
9217
+ readonly fontFamily: "fontFamily";
9218
+ readonly fontWeight: "fontWeight";
9219
+ readonly textAlign: "string";
8908
9220
  readonly flexDirection: readonly ["row", "column"];
8909
9221
  readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
8910
9222
  readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
@@ -8940,39 +9252,87 @@ export declare const patterns: readonly [{
8940
9252
  readonly right: "size";
8941
9253
  readonly zIndex: "number";
8942
9254
  };
9255
+ readonly scrollable: "boolean";
8943
9256
  };
8944
9257
  };
8945
9258
  readonly meta: {
8946
9259
  readonly desiredParent: readonly [">PaywallProvider"];
8947
- readonly label: "Paywall Options";
8948
- readonly description: "Paywall options selector component.";
8949
- readonly specialCategories: {
8950
- readonly padding: {
8951
- readonly label: "Padding";
8952
- readonly description: "Uniform padding on all sides.";
8953
- readonly category: "container";
9260
+ readonly label: "Paywall Close Button";
9261
+ readonly description: "Paywall Close Button component.";
9262
+ readonly styles: {
9263
+ readonly color: {
9264
+ readonly label: "Color";
9265
+ readonly description: "Text color.";
9266
+ readonly category: "style";
9267
+ readonly specialCategory: null;
8954
9268
  readonly sort: 1;
8955
9269
  };
8956
- readonly margin: {
8957
- readonly label: "Margin";
8958
- readonly description: "Uniform margin on all sides.";
8959
- readonly category: "container";
9270
+ readonly fontSize: {
9271
+ readonly label: "Font Size";
9272
+ readonly description: "Text size.";
9273
+ readonly category: "style";
9274
+ readonly specialCategory: null;
8960
9275
  readonly sort: 2;
9276
+ readonly preferredScale: "f";
8961
9277
  };
8962
- readonly size: {
8963
- readonly label: "Size";
8964
- readonly description: "Fixed dimensions.";
8965
- readonly category: "container";
9278
+ readonly fontFamily: {
9279
+ readonly label: "Font Family";
9280
+ readonly description: "Font family used for the text.";
9281
+ readonly category: "style";
9282
+ readonly specialCategory: null;
8966
9283
  readonly sort: 3;
8967
9284
  };
8968
- readonly offset: {
8969
- readonly label: "Offset";
8970
- readonly description: "Absolute positioning offsets.";
8971
- readonly category: "container";
9285
+ readonly fontWeight: {
9286
+ readonly label: "Font Weight";
9287
+ readonly description: "Text weight.";
9288
+ readonly category: "style";
9289
+ readonly specialCategory: null;
8972
9290
  readonly sort: 4;
8973
9291
  };
9292
+ readonly textAlign: {
9293
+ readonly label: "Text Align";
9294
+ readonly description: "Text alignment.";
9295
+ readonly category: "style";
9296
+ readonly specialCategory: null;
9297
+ readonly sort: 5;
9298
+ };
8974
9299
  };
8975
9300
  readonly attributes: {
9301
+ readonly iconType: {
9302
+ readonly label: "Icon";
9303
+ readonly description: "Which icon to render.";
9304
+ readonly category: "other";
9305
+ readonly specialCategory: null;
9306
+ readonly sort: 1;
9307
+ };
9308
+ readonly size: {
9309
+ readonly label: "Size";
9310
+ readonly description: "Icon size (px).";
9311
+ readonly category: "other";
9312
+ readonly specialCategory: null;
9313
+ readonly sort: 2;
9314
+ };
9315
+ readonly strokeWidth: {
9316
+ readonly label: "Stroke Width";
9317
+ readonly description: "SVG stroke width override (applied to the icon paths).";
9318
+ readonly category: "other";
9319
+ readonly specialCategory: null;
9320
+ readonly sort: 3;
9321
+ };
9322
+ readonly adjustsFontSizeToFit: {
9323
+ readonly label: "Adjust Font Size To Fit";
9324
+ readonly description: "Automatically reduces font size to fit the available space.";
9325
+ readonly category: "other";
9326
+ readonly specialCategory: null;
9327
+ readonly sort: 1;
9328
+ };
9329
+ readonly showEllipsis: {
9330
+ readonly label: "Show Ellipsis";
9331
+ readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
9332
+ readonly category: "other";
9333
+ readonly specialCategory: null;
9334
+ readonly sort: 2;
9335
+ };
8976
9336
  readonly scrollable: {
8977
9337
  readonly label: "Scrollable";
8978
9338
  readonly description: "Turns scroll interaction on.";
@@ -9247,26 +9607,59 @@ export declare const patterns: readonly [{
9247
9607
  };
9248
9608
  };
9249
9609
  };
9250
- readonly styles: {};
9610
+ readonly specialCategories: {
9611
+ readonly padding: {
9612
+ readonly label: "Padding";
9613
+ readonly description: "Uniform padding on all sides.";
9614
+ readonly category: "container";
9615
+ readonly sort: 1;
9616
+ };
9617
+ readonly margin: {
9618
+ readonly label: "Margin";
9619
+ readonly description: "Uniform margin on all sides.";
9620
+ readonly category: "container";
9621
+ readonly sort: 2;
9622
+ };
9623
+ readonly size: {
9624
+ readonly label: "Size";
9625
+ readonly description: "Fixed dimensions.";
9626
+ readonly category: "container";
9627
+ readonly sort: 3;
9628
+ };
9629
+ readonly offset: {
9630
+ readonly label: "Offset";
9631
+ readonly description: "Absolute positioning offsets.";
9632
+ readonly category: "container";
9633
+ readonly sort: 4;
9634
+ };
9635
+ };
9251
9636
  };
9252
9637
  readonly defaults: {
9638
+ readonly iconType: "close";
9639
+ readonly strokeWidth: 1.5;
9253
9640
  readonly styles: {
9641
+ readonly fontSize: "16@fs";
9642
+ readonly color: "THEME_COLORS.TEXT";
9643
+ readonly fontWeight: "400";
9254
9644
  readonly flexDirection: "row";
9255
- readonly position: "relative";
9645
+ readonly position: "absolute";
9256
9646
  readonly zIndex: 1;
9257
9647
  readonly alignSelf: "flex-start";
9258
9648
  readonly flexGrow: 0;
9259
9649
  readonly flexShrink: 0;
9260
- readonly justifyContent: "space-between";
9650
+ readonly top: "35@vs";
9651
+ readonly left: "24@s";
9652
+ readonly justifyContent: "center";
9261
9653
  readonly alignItems: "center";
9262
- readonly minHeight: "60px";
9263
9654
  };
9655
+ readonly translateCounter: 1;
9656
+ readonly size: 24;
9264
9657
  };
9265
9658
  readonly types: {};
9266
9659
  }, {
9267
9660
  readonly schemaVersion: 2;
9268
9661
  readonly pattern: {
9269
- readonly type: "PaywallProvider";
9662
+ readonly type: "PaywallOptions";
9270
9663
  readonly title: "title";
9271
9664
  readonly description: "description";
9272
9665
  readonly children: "node";
@@ -9308,13 +9701,13 @@ export declare const patterns: readonly [{
9308
9701
  readonly right: "size";
9309
9702
  readonly zIndex: "number";
9310
9703
  };
9311
- readonly delay: "number";
9704
+ readonly testID: "string";
9312
9705
  };
9313
9706
  };
9314
9707
  readonly meta: {
9315
- readonly desiredParent: readonly ["all"];
9316
- readonly label: "Paywall Provider";
9317
- readonly description: "Provider/wrapper for paywall screen components.";
9708
+ readonly desiredParent: readonly [">PaywallProvider"];
9709
+ readonly label: "Paywall Options";
9710
+ readonly description: "Paywall options selector component.";
9318
9711
  readonly specialCategories: {
9319
9712
  readonly padding: {
9320
9713
  readonly label: "Padding";
@@ -9615,45 +10008,33 @@ export declare const patterns: readonly [{
9615
10008
  readonly sort: 26;
9616
10009
  };
9617
10010
  };
9618
- readonly delay: {
9619
- readonly label: "Back Delay (ms)";
9620
- readonly description: "Milliseconds before the paywall can be dismissed via back/close.";
9621
- readonly category: "other";
9622
- readonly specialCategory: null;
9623
- readonly sort: 1;
9624
- };
9625
- };
9626
- readonly mockableFeatures: {
9627
- readonly products: true;
9628
- readonly benefits: true;
9629
10011
  };
9630
10012
  readonly styles: {};
9631
10013
  };
9632
10014
  readonly defaults: {
9633
10015
  readonly styles: {
9634
- readonly flexDirection: "column";
10016
+ readonly flexDirection: "row";
9635
10017
  readonly position: "relative";
9636
10018
  readonly zIndex: 1;
9637
10019
  readonly alignSelf: "flex-start";
9638
10020
  readonly flexGrow: 0;
9639
10021
  readonly flexShrink: 0;
9640
- readonly width: "100%";
9641
- readonly height: "100%";
10022
+ readonly justifyContent: "space-between";
10023
+ readonly alignItems: "center";
10024
+ readonly minHeight: "60px";
9642
10025
  };
9643
10026
  };
9644
10027
  readonly types: {};
9645
10028
  }, {
9646
10029
  readonly schemaVersion: 2;
9647
10030
  readonly pattern: {
9648
- readonly type: "PaywallSubscribeButton";
10031
+ readonly type: "PaywallProvider";
9649
10032
  readonly title: "title";
9650
10033
  readonly description: "description";
9651
- readonly children: "string";
10034
+ readonly children: "node";
9652
10035
  readonly attributes: {
10036
+ readonly scrollable: "boolean";
9653
10037
  readonly styles: {
9654
- readonly color: "color";
9655
- readonly fontSize: "size";
9656
- readonly fontWeight: readonly ["normal", "bold", "100", "200", "300", "400", "500", "600", "700", "800", "900"];
9657
10038
  readonly flexDirection: readonly ["row", "column"];
9658
10039
  readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
9659
10040
  readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
@@ -9689,36 +10070,14 @@ export declare const patterns: readonly [{
9689
10070
  readonly right: "size";
9690
10071
  readonly zIndex: "number";
9691
10072
  };
9692
- readonly scrollable: "boolean";
10073
+ readonly testID: "string";
10074
+ readonly delay: "number";
9693
10075
  };
9694
10076
  };
9695
10077
  readonly meta: {
9696
- readonly desiredParent: readonly [">PaywallProvider"];
9697
- readonly label: "Paywall Subscribe Button";
9698
- readonly description: "Paywall subscribe call-to-action button. Extends Button.";
9699
- readonly styles: {
9700
- readonly color: {
9701
- readonly label: "Color";
9702
- readonly description: "Text color of the button.";
9703
- readonly category: "style";
9704
- readonly specialCategory: null;
9705
- readonly sort: 1;
9706
- };
9707
- readonly fontSize: {
9708
- readonly label: "Font Size";
9709
- readonly description: "Text size of the button.";
9710
- readonly category: "style";
9711
- readonly specialCategory: null;
9712
- readonly sort: 2;
9713
- };
9714
- readonly fontWeight: {
9715
- readonly label: "Font Weight";
9716
- readonly description: "Text weight of the button.";
9717
- readonly category: "style";
9718
- readonly specialCategory: null;
9719
- readonly sort: 3;
9720
- };
9721
- };
10078
+ readonly desiredParent: readonly ["all"];
10079
+ readonly label: "Paywall Provider";
10080
+ readonly description: "Provider/wrapper for paywall screen components.";
9722
10081
  readonly specialCategories: {
9723
10082
  readonly padding: {
9724
10083
  readonly label: "Padding";
@@ -10019,46 +10378,45 @@ export declare const patterns: readonly [{
10019
10378
  readonly sort: 26;
10020
10379
  };
10021
10380
  };
10381
+ readonly delay: {
10382
+ readonly label: "Back Delay (ms)";
10383
+ readonly description: "Milliseconds before the paywall can be dismissed via back/close.";
10384
+ readonly category: "other";
10385
+ readonly specialCategory: null;
10386
+ readonly sort: 1;
10387
+ };
10388
+ };
10389
+ readonly mockableFeatures: {
10390
+ readonly products: true;
10391
+ readonly benefits: true;
10022
10392
  };
10393
+ readonly styles: {};
10023
10394
  };
10024
10395
  readonly defaults: {
10025
10396
  readonly styles: {
10026
- readonly display: "flex";
10027
- readonly alignItems: "center";
10028
- readonly justifyContent: "center";
10029
- readonly backgroundColor: "#6495ED";
10030
10397
  readonly flexDirection: "column";
10031
10398
  readonly position: "relative";
10032
10399
  readonly zIndex: 1;
10033
10400
  readonly alignSelf: "flex-start";
10034
10401
  readonly flexGrow: 0;
10035
10402
  readonly flexShrink: 0;
10036
- readonly paddingHorizontal: "20@s";
10037
- readonly paddingVertical: "12@vs";
10038
- readonly borderRadius: "12@s";
10039
- readonly color: "#FFFFFF";
10040
- readonly fontSize: "16@fs";
10041
- readonly fontWeight: "700";
10403
+ readonly width: "100%";
10404
+ readonly height: "100%";
10042
10405
  };
10043
10406
  };
10044
10407
  readonly types: {};
10045
10408
  }, {
10046
10409
  readonly schemaVersion: 2;
10047
10410
  readonly pattern: {
10048
- readonly type: "PriceTag";
10411
+ readonly type: "PaywallSubscribeButton";
10049
10412
  readonly title: "title";
10050
10413
  readonly description: "description";
10051
10414
  readonly children: "string";
10052
10415
  readonly attributes: {
10053
- readonly adjustsFontSizeToFit: "boolean";
10054
- readonly showEllipsis: "boolean";
10055
- readonly translateCounter: "number";
10056
10416
  readonly styles: {
10057
10417
  readonly color: "color";
10058
10418
  readonly fontSize: "size";
10059
- readonly fontFamily: "fontFamily";
10060
- readonly fontWeight: "fontWeight";
10061
- readonly textAlign: "string";
10419
+ readonly fontWeight: readonly ["normal", "bold", "100", "200", "300", "400", "500", "600", "700", "800", "900"];
10062
10420
  readonly flexDirection: readonly ["row", "column"];
10063
10421
  readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
10064
10422
  readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
@@ -10093,77 +10451,65 @@ export declare const patterns: readonly [{
10093
10451
  readonly left: "size";
10094
10452
  readonly right: "size";
10095
10453
  readonly zIndex: "number";
10096
- readonly textDecorationLine: readonly ["none", "underline", "line-through"];
10097
10454
  };
10455
+ readonly testID: "string";
10098
10456
  readonly scrollable: "boolean";
10099
- readonly showOriginalPricePossible: "boolean";
10100
- readonly hideIfItsNotDiscount: "boolean";
10101
10457
  };
10102
10458
  };
10103
10459
  readonly meta: {
10104
10460
  readonly desiredParent: readonly [">PaywallProvider"];
10105
- readonly label: "Price Tag";
10106
- readonly description: "Displays a price tag text. Extends Text.";
10461
+ readonly label: "Paywall Subscribe Button";
10462
+ readonly description: "Paywall subscribe call-to-action button. Extends Button.";
10107
10463
  readonly styles: {
10108
10464
  readonly color: {
10109
10465
  readonly label: "Color";
10110
- readonly description: "Text color.";
10466
+ readonly description: "Text color of the button.";
10111
10467
  readonly category: "style";
10112
10468
  readonly specialCategory: null;
10113
10469
  readonly sort: 1;
10114
10470
  };
10115
10471
  readonly fontSize: {
10116
10472
  readonly label: "Font Size";
10117
- readonly description: "Text size.";
10473
+ readonly description: "Text size of the button.";
10118
10474
  readonly category: "style";
10119
10475
  readonly specialCategory: null;
10120
10476
  readonly sort: 2;
10121
- readonly preferredScale: "s";
10122
- };
10123
- readonly fontFamily: {
10124
- readonly label: "Font Family";
10125
- readonly description: "Font family used for the text.";
10126
- readonly category: "style";
10127
- readonly specialCategory: null;
10128
- readonly sort: 3;
10129
10477
  };
10130
10478
  readonly fontWeight: {
10131
10479
  readonly label: "Font Weight";
10132
- readonly description: "Text weight.";
10133
- readonly category: "style";
10134
- readonly specialCategory: null;
10135
- readonly sort: 4;
10136
- };
10137
- readonly textAlign: {
10138
- readonly label: "Text Align";
10139
- readonly description: "Text alignment.";
10140
- readonly category: "style";
10141
- readonly specialCategory: null;
10142
- readonly sort: 5;
10143
- };
10144
- readonly textDecorationLine: {
10145
- readonly label: "Text Decoration";
10146
- readonly description: "Text decoration line style (e.g. line-through for strikethrough).";
10480
+ readonly description: "Text weight of the button.";
10147
10481
  readonly category: "style";
10148
10482
  readonly specialCategory: null;
10149
- readonly sort: 6;
10483
+ readonly sort: 3;
10150
10484
  };
10151
10485
  };
10152
- readonly attributes: {
10153
- readonly adjustsFontSizeToFit: {
10154
- readonly label: "Adjust Font Size To Fit";
10155
- readonly description: "Automatically reduces font size to fit the available space.";
10156
- readonly category: "other";
10157
- readonly specialCategory: null;
10486
+ readonly specialCategories: {
10487
+ readonly padding: {
10488
+ readonly label: "Padding";
10489
+ readonly description: "Uniform padding on all sides.";
10490
+ readonly category: "container";
10158
10491
  readonly sort: 1;
10159
10492
  };
10160
- readonly showEllipsis: {
10161
- readonly label: "Show Ellipsis";
10162
- readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
10163
- readonly category: "other";
10164
- readonly specialCategory: null;
10493
+ readonly margin: {
10494
+ readonly label: "Margin";
10495
+ readonly description: "Uniform margin on all sides.";
10496
+ readonly category: "container";
10165
10497
  readonly sort: 2;
10166
10498
  };
10499
+ readonly size: {
10500
+ readonly label: "Size";
10501
+ readonly description: "Fixed dimensions.";
10502
+ readonly category: "container";
10503
+ readonly sort: 3;
10504
+ };
10505
+ readonly offset: {
10506
+ readonly label: "Offset";
10507
+ readonly description: "Absolute positioning offsets.";
10508
+ readonly category: "container";
10509
+ readonly sort: 4;
10510
+ };
10511
+ };
10512
+ readonly attributes: {
10167
10513
  readonly scrollable: {
10168
10514
  readonly label: "Scrollable";
10169
10515
  readonly description: "Turns scroll interaction on.";
@@ -10437,69 +10783,35 @@ export declare const patterns: readonly [{
10437
10783
  readonly sort: 26;
10438
10784
  };
10439
10785
  };
10440
- readonly showOriginalPricePossible: {
10441
- readonly label: "Show Original Price Possible";
10442
- readonly description: "When enabled, shows the original price if available.";
10443
- readonly category: "other";
10444
- readonly specialCategory: null;
10445
- readonly sort: 1;
10446
- };
10447
- readonly hideIfItsNotDiscount: {
10448
- readonly label: "Hide If No Discount";
10449
- readonly description: "Hides this element when there is no active discount/promo.";
10450
- readonly category: "other";
10451
- readonly specialCategory: null;
10452
- readonly sort: 2;
10453
- };
10454
- };
10455
- readonly specialCategories: {
10456
- readonly padding: {
10457
- readonly label: "Padding";
10458
- readonly description: "Uniform padding on all sides.";
10459
- readonly category: "container";
10460
- readonly sort: 1;
10461
- };
10462
- readonly margin: {
10463
- readonly label: "Margin";
10464
- readonly description: "Uniform margin on all sides.";
10465
- readonly category: "container";
10466
- readonly sort: 2;
10467
- };
10468
- readonly size: {
10469
- readonly label: "Size";
10470
- readonly description: "Fixed dimensions.";
10471
- readonly category: "container";
10472
- readonly sort: 3;
10473
- };
10474
- readonly offset: {
10475
- readonly label: "Offset";
10476
- readonly description: "Absolute positioning offsets.";
10477
- readonly category: "container";
10478
- readonly sort: 4;
10479
- };
10480
10786
  };
10481
10787
  };
10482
10788
  readonly defaults: {
10483
- readonly translateCounter: 1;
10484
10789
  readonly styles: {
10485
- readonly color: "THEME_COLORS.TEXT";
10486
- readonly fontSize: "16@fs";
10487
- readonly fontWeight: "700";
10790
+ readonly display: "flex";
10791
+ readonly alignItems: "center";
10792
+ readonly justifyContent: "center";
10793
+ readonly backgroundColor: "#6495ED";
10488
10794
  readonly flexDirection: "column";
10489
10795
  readonly position: "relative";
10490
10796
  readonly zIndex: 1;
10491
10797
  readonly alignSelf: "flex-start";
10492
10798
  readonly flexGrow: 0;
10493
10799
  readonly flexShrink: 0;
10800
+ readonly paddingHorizontal: "20@s";
10801
+ readonly paddingVertical: "12@vs";
10802
+ readonly borderRadius: "12@s";
10803
+ readonly color: "#FFFFFF";
10804
+ readonly fontSize: "16@fs";
10805
+ readonly fontWeight: "700";
10494
10806
  };
10495
10807
  };
10496
10808
  readonly types: {};
10497
10809
  }, {
10498
10810
  readonly schemaVersion: 2;
10499
10811
  readonly pattern: {
10500
- readonly type: "Pricing";
10812
+ readonly type: "PriceTag";
10501
10813
  readonly title: "title";
10502
- readonly description: "base.builder.paywall.pricing.default.text";
10814
+ readonly description: "description";
10503
10815
  readonly children: "string";
10504
10816
  readonly attributes: {
10505
10817
  readonly adjustsFontSizeToFit: "boolean";
@@ -10545,14 +10857,18 @@ export declare const patterns: readonly [{
10545
10857
  readonly left: "size";
10546
10858
  readonly right: "size";
10547
10859
  readonly zIndex: "number";
10860
+ readonly textDecorationLine: readonly ["none", "underline", "line-through"];
10548
10861
  };
10862
+ readonly testID: "string";
10549
10863
  readonly scrollable: "boolean";
10864
+ readonly showOriginalPricePossible: "boolean";
10865
+ readonly hideIfItsNotDiscount: "boolean";
10550
10866
  };
10551
10867
  };
10552
10868
  readonly meta: {
10553
10869
  readonly desiredParent: readonly [">PaywallProvider"];
10554
- readonly label: "Pricing";
10555
- readonly description: "Displays pricing details (e.g. promo/trial breakdown). Extends Text.";
10870
+ readonly label: "Price Tag";
10871
+ readonly description: "Displays a price tag text. Extends Text.";
10556
10872
  readonly styles: {
10557
10873
  readonly color: {
10558
10874
  readonly label: "Color";
@@ -10567,7 +10883,7 @@ export declare const patterns: readonly [{
10567
10883
  readonly category: "style";
10568
10884
  readonly specialCategory: null;
10569
10885
  readonly sort: 2;
10570
- readonly preferredScale: "s";
10886
+ readonly preferredScale: "f";
10571
10887
  };
10572
10888
  readonly fontFamily: {
10573
10889
  readonly label: "Font Family";
@@ -10590,6 +10906,13 @@ export declare const patterns: readonly [{
10590
10906
  readonly specialCategory: null;
10591
10907
  readonly sort: 5;
10592
10908
  };
10909
+ readonly textDecorationLine: {
10910
+ readonly label: "Text Decoration";
10911
+ readonly description: "Text decoration line style (e.g. line-through for strikethrough).";
10912
+ readonly category: "style";
10913
+ readonly specialCategory: null;
10914
+ readonly sort: 6;
10915
+ };
10593
10916
  };
10594
10917
  readonly attributes: {
10595
10918
  readonly adjustsFontSizeToFit: {
@@ -10879,6 +11202,20 @@ export declare const patterns: readonly [{
10879
11202
  readonly sort: 26;
10880
11203
  };
10881
11204
  };
11205
+ readonly showOriginalPricePossible: {
11206
+ readonly label: "Show Original Price Possible";
11207
+ readonly description: "When enabled, shows the original price if available.";
11208
+ readonly category: "other";
11209
+ readonly specialCategory: null;
11210
+ readonly sort: 1;
11211
+ };
11212
+ readonly hideIfItsNotDiscount: {
11213
+ readonly label: "Hide If No Discount";
11214
+ readonly description: "Hides this element when there is no active discount/promo.";
11215
+ readonly category: "other";
11216
+ readonly specialCategory: null;
11217
+ readonly sort: 2;
11218
+ };
10882
11219
  };
10883
11220
  readonly specialCategories: {
10884
11221
  readonly padding: {
@@ -10908,27 +11245,26 @@ export declare const patterns: readonly [{
10908
11245
  };
10909
11246
  };
10910
11247
  readonly defaults: {
10911
- readonly translateCounter: 2;
11248
+ readonly translateCounter: 1;
10912
11249
  readonly styles: {
10913
- readonly color: "rgba(255,255,255,0.6)";
10914
- readonly fontSize: "12@fs";
10915
- readonly fontWeight: "400";
11250
+ readonly color: "THEME_COLORS.TEXT";
11251
+ readonly fontSize: "16@fs";
11252
+ readonly fontWeight: "700";
10916
11253
  readonly flexDirection: "column";
10917
11254
  readonly position: "relative";
10918
11255
  readonly zIndex: 1;
10919
11256
  readonly alignSelf: "flex-start";
10920
11257
  readonly flexGrow: 0;
10921
11258
  readonly flexShrink: 0;
10922
- readonly textAlign: "center";
10923
11259
  };
10924
11260
  };
10925
11261
  readonly types: {};
10926
11262
  }, {
10927
11263
  readonly schemaVersion: 2;
10928
11264
  readonly pattern: {
10929
- readonly type: "Promo";
11265
+ readonly type: "Pricing";
10930
11266
  readonly title: "title";
10931
- readonly description: "base.builder.paywall.promo.default.text";
11267
+ readonly description: "base.builder.paywall.pricing.default.text";
10932
11268
  readonly children: "string";
10933
11269
  readonly attributes: {
10934
11270
  readonly adjustsFontSizeToFit: "boolean";
@@ -10975,13 +11311,14 @@ export declare const patterns: readonly [{
10975
11311
  readonly right: "size";
10976
11312
  readonly zIndex: "number";
10977
11313
  };
11314
+ readonly testID: "string";
10978
11315
  readonly scrollable: "boolean";
10979
11316
  };
10980
11317
  };
10981
11318
  readonly meta: {
10982
11319
  readonly desiredParent: readonly [">PaywallProvider"];
10983
- readonly label: "Promo";
10984
- readonly description: "Displays promotional badge/text (e.g. discount percentage). Extends Text.";
11320
+ readonly label: "Pricing";
11321
+ readonly description: "Displays pricing details (e.g. promo/trial breakdown). Extends Text.";
10985
11322
  readonly styles: {
10986
11323
  readonly color: {
10987
11324
  readonly label: "Color";
@@ -10996,7 +11333,7 @@ export declare const patterns: readonly [{
10996
11333
  readonly category: "style";
10997
11334
  readonly specialCategory: null;
10998
11335
  readonly sort: 2;
10999
- readonly preferredScale: "s";
11336
+ readonly preferredScale: "f";
11000
11337
  };
11001
11338
  readonly fontFamily: {
11002
11339
  readonly label: "Font Family";
@@ -11339,9 +11676,9 @@ export declare const patterns: readonly [{
11339
11676
  readonly defaults: {
11340
11677
  readonly translateCounter: 2;
11341
11678
  readonly styles: {
11342
- readonly color: "#34D399";
11679
+ readonly color: "rgba(255,255,255,0.6)";
11343
11680
  readonly fontSize: "12@fs";
11344
- readonly fontWeight: "600";
11681
+ readonly fontWeight: "400";
11345
11682
  readonly flexDirection: "column";
11346
11683
  readonly position: "relative";
11347
11684
  readonly zIndex: 1;
@@ -11355,13 +11692,20 @@ export declare const patterns: readonly [{
11355
11692
  }, {
11356
11693
  readonly schemaVersion: 2;
11357
11694
  readonly pattern: {
11358
- readonly type: "RadioButton";
11695
+ readonly type: "Promo";
11359
11696
  readonly title: "title";
11360
- readonly description: "description";
11361
- readonly children: "never";
11697
+ readonly description: "base.builder.paywall.promo.default.text";
11698
+ readonly children: "string";
11362
11699
  readonly attributes: {
11363
- readonly scrollable: "boolean";
11700
+ readonly adjustsFontSizeToFit: "boolean";
11701
+ readonly showEllipsis: "boolean";
11702
+ readonly translateCounter: "number";
11364
11703
  readonly styles: {
11704
+ readonly color: "color";
11705
+ readonly fontSize: "size";
11706
+ readonly fontFamily: "fontFamily";
11707
+ readonly fontWeight: "fontWeight";
11708
+ readonly textAlign: "string";
11365
11709
  readonly flexDirection: readonly ["row", "column"];
11366
11710
  readonly flexWrap: readonly ["nowrap", "wrap", "wrap-reverse"];
11367
11711
  readonly alignItems: readonly ["flex-start", "center", "flex-end", "stretch", "baseline"];
@@ -11397,42 +11741,67 @@ export declare const patterns: readonly [{
11397
11741
  readonly right: "size";
11398
11742
  readonly zIndex: "number";
11399
11743
  };
11400
- readonly selected: "boolean";
11401
- readonly color: "color";
11402
- readonly size: "number";
11744
+ readonly testID: "string";
11745
+ readonly scrollable: "boolean";
11403
11746
  };
11404
11747
  };
11405
11748
  readonly meta: {
11406
- readonly desiredParent: readonly ["all"];
11407
- readonly label: "Radio Button";
11408
- readonly description: "Generic radio button icon.";
11409
- readonly specialCategories: {
11410
- readonly padding: {
11411
- readonly label: "Padding";
11412
- readonly description: "Uniform padding on all sides.";
11413
- readonly category: "container";
11749
+ readonly desiredParent: readonly [">PaywallProvider"];
11750
+ readonly label: "Promo";
11751
+ readonly description: "Displays promotional badge/text (e.g. discount percentage). Extends Text.";
11752
+ readonly styles: {
11753
+ readonly color: {
11754
+ readonly label: "Color";
11755
+ readonly description: "Text color.";
11756
+ readonly category: "style";
11757
+ readonly specialCategory: null;
11414
11758
  readonly sort: 1;
11415
11759
  };
11416
- readonly margin: {
11417
- readonly label: "Margin";
11418
- readonly description: "Uniform margin on all sides.";
11419
- readonly category: "container";
11760
+ readonly fontSize: {
11761
+ readonly label: "Font Size";
11762
+ readonly description: "Text size.";
11763
+ readonly category: "style";
11764
+ readonly specialCategory: null;
11420
11765
  readonly sort: 2;
11766
+ readonly preferredScale: "f";
11421
11767
  };
11422
- readonly size: {
11423
- readonly label: "Size";
11424
- readonly description: "Fixed dimensions.";
11425
- readonly category: "container";
11768
+ readonly fontFamily: {
11769
+ readonly label: "Font Family";
11770
+ readonly description: "Font family used for the text.";
11771
+ readonly category: "style";
11772
+ readonly specialCategory: null;
11426
11773
  readonly sort: 3;
11427
11774
  };
11428
- readonly offset: {
11429
- readonly label: "Offset";
11430
- readonly description: "Absolute positioning offsets.";
11431
- readonly category: "container";
11775
+ readonly fontWeight: {
11776
+ readonly label: "Font Weight";
11777
+ readonly description: "Text weight.";
11778
+ readonly category: "style";
11779
+ readonly specialCategory: null;
11432
11780
  readonly sort: 4;
11433
11781
  };
11782
+ readonly textAlign: {
11783
+ readonly label: "Text Align";
11784
+ readonly description: "Text alignment.";
11785
+ readonly category: "style";
11786
+ readonly specialCategory: null;
11787
+ readonly sort: 5;
11788
+ };
11434
11789
  };
11435
11790
  readonly attributes: {
11791
+ readonly adjustsFontSizeToFit: {
11792
+ readonly label: "Adjust Font Size To Fit";
11793
+ readonly description: "Automatically reduces font size to fit the available space.";
11794
+ readonly category: "other";
11795
+ readonly specialCategory: null;
11796
+ readonly sort: 1;
11797
+ };
11798
+ readonly showEllipsis: {
11799
+ readonly label: "Show Ellipsis";
11800
+ readonly description: "If text overflows, show ellipsis (…); applied as single-line truncation.";
11801
+ readonly category: "other";
11802
+ readonly specialCategory: null;
11803
+ readonly sort: 2;
11804
+ };
11436
11805
  readonly scrollable: {
11437
11806
  readonly label: "Scrollable";
11438
11807
  readonly description: "Turns scroll interaction on.";
@@ -11706,103 +12075,54 @@ export declare const patterns: readonly [{
11706
12075
  readonly sort: 26;
11707
12076
  };
11708
12077
  };
11709
- readonly color: {
11710
- readonly label: "Color";
11711
- readonly description: "Radio color.";
11712
- readonly category: "style";
11713
- readonly specialCategory: null;
12078
+ };
12079
+ readonly specialCategories: {
12080
+ readonly padding: {
12081
+ readonly label: "Padding";
12082
+ readonly description: "Uniform padding on all sides.";
12083
+ readonly category: "container";
11714
12084
  readonly sort: 1;
11715
12085
  };
12086
+ readonly margin: {
12087
+ readonly label: "Margin";
12088
+ readonly description: "Uniform margin on all sides.";
12089
+ readonly category: "container";
12090
+ readonly sort: 2;
12091
+ };
11716
12092
  readonly size: {
11717
12093
  readonly label: "Size";
11718
- readonly description: "Radio size in px.";
11719
- readonly category: "style";
11720
- readonly specialCategory: null;
11721
- readonly sort: 2;
12094
+ readonly description: "Fixed dimensions.";
12095
+ readonly category: "container";
12096
+ readonly sort: 3;
11722
12097
  };
11723
- readonly selected: {
11724
- readonly label: "Selected";
11725
- readonly description: "Whether the radio is selected.";
11726
- readonly category: "other";
11727
- readonly specialCategory: null;
11728
- readonly sort: 0;
12098
+ readonly offset: {
12099
+ readonly label: "Offset";
12100
+ readonly description: "Absolute positioning offsets.";
12101
+ readonly category: "container";
12102
+ readonly sort: 4;
11729
12103
  };
11730
12104
  };
11731
- readonly styles: {};
11732
12105
  };
11733
12106
  readonly defaults: {
12107
+ readonly translateCounter: 2;
11734
12108
  readonly styles: {
12109
+ readonly color: "#34D399";
12110
+ readonly fontSize: "12@fs";
12111
+ readonly fontWeight: "600";
11735
12112
  readonly flexDirection: "column";
11736
12113
  readonly position: "relative";
11737
12114
  readonly zIndex: 1;
11738
12115
  readonly alignSelf: "flex-start";
11739
12116
  readonly flexGrow: 0;
11740
12117
  readonly flexShrink: 0;
12118
+ readonly textAlign: "center";
11741
12119
  };
11742
12120
  };
11743
12121
  readonly types: {};
11744
12122
  }, {
11745
12123
  readonly schemaVersion: 2;
11746
12124
  readonly pattern: {
11747
- readonly type: "Separator";
11748
- readonly title: "title";
11749
- readonly description: "description";
11750
- readonly children: "never";
11751
- readonly attributes: {
11752
- readonly styles: {
11753
- readonly backgroundColor: "color";
11754
- readonly width: "size";
11755
- readonly height: "size";
11756
- readonly marginHorizontal: "size";
11757
- readonly marginVertical: "size";
11758
- readonly marginTop: "size";
11759
- readonly marginBottom: "size";
11760
- };
11761
- };
11762
- };
11763
- readonly meta: {
11764
- readonly desiredParent: readonly ["all"];
11765
- readonly label: "Separator";
11766
- readonly description: "Horizontal line separator.";
11767
- readonly attributes: {
11768
- readonly styles: {
11769
- readonly backgroundColor: {
11770
- readonly label: "Color";
11771
- readonly description: "Separator line color.";
11772
- readonly category: "style";
11773
- readonly specialCategory: null;
11774
- readonly sort: 1;
11775
- };
11776
- readonly width: {
11777
- readonly label: "Width";
11778
- readonly description: "Separator width.";
11779
- readonly category: "container";
11780
- readonly specialCategory: null;
11781
- readonly sort: 1;
11782
- readonly preferredScale: "s";
11783
- };
11784
- readonly height: {
11785
- readonly label: "Height";
11786
- readonly description: "Separator thickness.";
11787
- readonly category: "container";
11788
- readonly specialCategory: null;
11789
- readonly sort: 2;
11790
- readonly preferredScale: "vs";
11791
- };
11792
- };
11793
- };
11794
- };
11795
- readonly defaults: {
11796
- readonly styles: {
11797
- readonly width: "100%";
11798
- readonly height: 2;
11799
- readonly backgroundColor: "#000000";
11800
- };
11801
- };
11802
- }, {
11803
- readonly schemaVersion: 2;
11804
- readonly pattern: {
11805
- readonly type: "StatusBarColor";
12125
+ readonly type: "RadioButton";
11806
12126
  readonly title: "title";
11807
12127
  readonly description: "description";
11808
12128
  readonly children: "never";
@@ -11844,12 +12164,16 @@ export declare const patterns: readonly [{
11844
12164
  readonly right: "size";
11845
12165
  readonly zIndex: "number";
11846
12166
  };
12167
+ readonly testID: "string";
12168
+ readonly selected: "boolean";
12169
+ readonly color: "color";
12170
+ readonly size: "number";
11847
12171
  };
11848
12172
  };
11849
12173
  readonly meta: {
11850
12174
  readonly desiredParent: readonly ["all"];
11851
- readonly label: "Status Bar Color";
11852
- readonly description: "Sets the OS status bar background color.";
12175
+ readonly label: "Radio Button";
12176
+ readonly description: "Generic radio button icon.";
11853
12177
  readonly specialCategories: {
11854
12178
  readonly padding: {
11855
12179
  readonly label: "Padding";
@@ -12150,16 +12474,29 @@ export declare const patterns: readonly [{
12150
12474
  readonly sort: 26;
12151
12475
  };
12152
12476
  };
12153
- };
12154
- readonly styles: {
12155
- readonly backgroundColor: {
12156
- readonly label: "Background Color";
12157
- readonly description: "Status bar background color.";
12477
+ readonly color: {
12478
+ readonly label: "Color";
12479
+ readonly description: "Radio color.";
12158
12480
  readonly category: "style";
12159
12481
  readonly specialCategory: null;
12160
12482
  readonly sort: 1;
12161
12483
  };
12484
+ readonly size: {
12485
+ readonly label: "Size";
12486
+ readonly description: "Radio size in px.";
12487
+ readonly category: "style";
12488
+ readonly specialCategory: null;
12489
+ readonly sort: 2;
12490
+ };
12491
+ readonly selected: {
12492
+ readonly label: "Selected";
12493
+ readonly description: "Whether the radio is selected.";
12494
+ readonly category: "other";
12495
+ readonly specialCategory: null;
12496
+ readonly sort: 0;
12497
+ };
12162
12498
  };
12499
+ readonly styles: {};
12163
12500
  };
12164
12501
  readonly defaults: {
12165
12502
  readonly styles: {
@@ -12169,10 +12506,101 @@ export declare const patterns: readonly [{
12169
12506
  readonly alignSelf: "flex-start";
12170
12507
  readonly flexGrow: 0;
12171
12508
  readonly flexShrink: 0;
12172
- readonly backgroundColor: "THEME_COLORS.BACKGROUND";
12173
12509
  };
12174
12510
  };
12175
12511
  readonly types: {};
12512
+ }, {
12513
+ readonly schemaVersion: 2;
12514
+ readonly pattern: {
12515
+ readonly type: "Separator";
12516
+ readonly title: "title";
12517
+ readonly description: "description";
12518
+ readonly children: "never";
12519
+ readonly attributes: {
12520
+ readonly styles: {
12521
+ readonly backgroundColor: "color";
12522
+ readonly width: "size";
12523
+ readonly height: "size";
12524
+ readonly marginHorizontal: "size";
12525
+ readonly marginVertical: "size";
12526
+ readonly marginTop: "size";
12527
+ readonly marginBottom: "size";
12528
+ };
12529
+ readonly testID: "string";
12530
+ };
12531
+ };
12532
+ readonly meta: {
12533
+ readonly desiredParent: readonly ["all"];
12534
+ readonly label: "Separator";
12535
+ readonly description: "Horizontal line separator.";
12536
+ readonly attributes: {
12537
+ readonly styles: {
12538
+ readonly backgroundColor: {
12539
+ readonly label: "Color";
12540
+ readonly description: "Separator line color.";
12541
+ readonly category: "style";
12542
+ readonly specialCategory: null;
12543
+ readonly sort: 1;
12544
+ };
12545
+ readonly width: {
12546
+ readonly label: "Width";
12547
+ readonly description: "Separator width.";
12548
+ readonly category: "container";
12549
+ readonly specialCategory: null;
12550
+ readonly sort: 1;
12551
+ readonly preferredScale: "s";
12552
+ };
12553
+ readonly height: {
12554
+ readonly label: "Height";
12555
+ readonly description: "Separator thickness.";
12556
+ readonly category: "container";
12557
+ readonly specialCategory: null;
12558
+ readonly sort: 2;
12559
+ readonly preferredScale: "vs";
12560
+ };
12561
+ };
12562
+ };
12563
+ };
12564
+ readonly defaults: {
12565
+ readonly styles: {
12566
+ readonly width: "100%";
12567
+ readonly height: 2;
12568
+ readonly backgroundColor: "#000000";
12569
+ };
12570
+ };
12571
+ }, {
12572
+ readonly schemaVersion: 2;
12573
+ readonly pattern: {
12574
+ readonly type: "StatusBarColor";
12575
+ readonly title: "title";
12576
+ readonly description: "description";
12577
+ readonly children: "never";
12578
+ readonly attributes: {
12579
+ readonly styles: {
12580
+ readonly backgroundColor: "color";
12581
+ };
12582
+ readonly testID: "string";
12583
+ };
12584
+ };
12585
+ readonly meta: {
12586
+ readonly desiredParent: readonly ["all"];
12587
+ readonly label: "Status Bar Color";
12588
+ readonly description: "Sets the OS status bar background color.";
12589
+ readonly styles: {
12590
+ readonly backgroundColor: {
12591
+ readonly label: "Background Color";
12592
+ readonly description: "Status bar background color.";
12593
+ readonly category: "style";
12594
+ readonly specialCategory: null;
12595
+ readonly sort: 1;
12596
+ };
12597
+ };
12598
+ };
12599
+ readonly defaults: {
12600
+ readonly styles: {
12601
+ readonly backgroundColor: "THEME_COLORS.BACKGROUND";
12602
+ };
12603
+ };
12176
12604
  }, {
12177
12605
  readonly schemaVersion: 2;
12178
12606
  readonly pattern: {
@@ -12223,6 +12651,7 @@ export declare const patterns: readonly [{
12223
12651
  readonly fontWeight: "fontWeight";
12224
12652
  readonly textAlign: "string";
12225
12653
  };
12654
+ readonly testID: "string";
12226
12655
  readonly adjustsFontSizeToFit: "boolean";
12227
12656
  readonly showEllipsis: "boolean";
12228
12657
  readonly translateCounter: "number";
@@ -12561,7 +12990,7 @@ export declare const patterns: readonly [{
12561
12990
  readonly category: "style";
12562
12991
  readonly specialCategory: null;
12563
12992
  readonly sort: 2;
12564
- readonly preferredScale: "s";
12993
+ readonly preferredScale: "f";
12565
12994
  };
12566
12995
  readonly fontFamily: {
12567
12996
  readonly label: "Font Family";
@@ -12646,6 +13075,7 @@ export declare const patterns: readonly [{
12646
13075
  readonly right: "size";
12647
13076
  readonly zIndex: "number";
12648
13077
  };
13078
+ readonly testID: "string";
12649
13079
  };
12650
13080
  };
12651
13081
  readonly meta: {