@developer_tribe/react-builder 1.2.19 → 1.2.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/attribute-analyser/style/web/useExtractTextStyle.d.ts +1 -1
- package/dist/build-components/BIcon/BIconProps.generated.d.ts +2 -0
- package/dist/build-components/BackgroundImage/BackgroundImageProps.generated.d.ts +2 -0
- package/dist/build-components/Button/ButtonProps.generated.d.ts +2 -0
- package/dist/build-components/Carousel/CarouselProps.generated.d.ts +2 -0
- package/dist/build-components/CarouselButtons/CarouselButtonsProps.generated.d.ts +2 -0
- package/dist/build-components/CarouselDots/CarouselDotsProps.generated.d.ts +2 -0
- package/dist/build-components/CarouselItem/CarouselItemProps.generated.d.ts +2 -0
- package/dist/build-components/CarouselProvider/CarouselProviderProps.generated.d.ts +2 -0
- package/dist/build-components/CountDown/CountDownProps.generated.d.ts +2 -0
- package/dist/build-components/Counter/CounterProps.generated.d.ts +2 -0
- package/dist/build-components/Image/ImageProps.generated.d.ts +2 -0
- package/dist/build-components/Main/MainProps.generated.d.ts +2 -0
- package/dist/build-components/Onboard/OnboardProps.generated.d.ts +2 -0
- package/dist/build-components/OnboardButton/OnboardButtonProps.generated.d.ts +2 -0
- package/dist/build-components/OnboardButtons/OnboardButtonsProps.generated.d.ts +2 -0
- package/dist/build-components/OnboardDot/OnboardDotProps.generated.d.ts +4 -1
- package/dist/build-components/OnboardFooter/OnboardFooterProps.generated.d.ts +2 -0
- package/dist/build-components/OnboardImage/OnboardImageProps.generated.d.ts +2 -0
- package/dist/build-components/OnboardItem/OnboardItemProps.generated.d.ts +2 -0
- package/dist/build-components/OnboardProvider/OnboardProviderProps.generated.d.ts +2 -0
- package/dist/build-components/OnboardSubtitle/OnboardSubtitleProps.generated.d.ts +2 -0
- package/dist/build-components/OnboardTitle/OnboardTitleProps.generated.d.ts +2 -0
- package/dist/build-components/PaywallBackground/PaywallBackgroundProps.generated.d.ts +2 -0
- package/dist/build-components/PaywallCloseButton/PaywallCloseButtonProps.generated.d.ts +2 -0
- package/dist/build-components/PaywallCounter/PaywallCounterProps.generated.d.ts +2 -0
- package/dist/build-components/PaywallOptions/PaywallOptionsProps.generated.d.ts +2 -0
- package/dist/build-components/PaywallProvider/PaywallProviderProps.generated.d.ts +2 -0
- package/dist/build-components/PaywallSubscribeButton/PaywallSubscribeButtonProps.generated.d.ts +2 -0
- package/dist/build-components/RadioButton/RadioButtonProps.generated.d.ts +2 -0
- package/dist/build-components/Text/TextProps.generated.d.ts +2 -0
- package/dist/build-components/View/View.d.ts +1 -1
- package/dist/build-components/View/ViewProps.generated.d.ts +2 -0
- package/dist/build-components/patterns.generated.d.ts +310 -10
- package/dist/components/BuilderButton.d.ts +3 -1
- package/dist/index.cjs.js +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.web.cjs.js +6 -6
- package/dist/index.web.cjs.js.map +1 -1
- package/dist/index.web.esm.js +4 -4
- package/dist/index.web.esm.js.map +1 -1
- package/dist/store.d.ts +2 -0
- package/dist/styles.css +1 -1
- package/dist/utils/extractTextStyle/extractTextStyle.d.ts +1 -0
- package/package.json +1 -1
- package/scripts/migrate-patterns-to-v2.mjs +13 -8
- package/scripts/prebuild/icon-generator.js +34 -37
- package/src/assets/loading_animation.json +2587 -1
- package/src/assets/meta.json +1 -1
- package/src/assets/samples/carousel-sample.json +281 -199
- package/src/assets/samples/getSamples.ts +16 -1
- package/src/assets/samples/paywall-1.json +93 -77
- package/src/assets/samples/paywall-2.json +77 -77
- package/src/assets/samples/paywall-app-delete-offer.json +353 -0
- package/src/assets/samples/paywall-app-open-offer.json +353 -0
- package/src/assets/samples/paywall-back-offer.json +353 -0
- package/src/assets/samples/paywall-notification-offer.json +353 -0
- package/src/assets/samples/simple-1.json +13 -13
- package/src/assets/samples/simple-2.json +97 -97
- package/src/assets/samples/unmigrated-builder-1.1.1.json +25 -25
- package/src/assets/samples/unmigrated-builder1.json +1 -1
- package/src/assets/samples/unvalidated-builder1.json +15 -15
- package/src/assets/samples/unvalidated-crash1.json +4 -4
- package/src/assets/samples/vpn-onboard-1.json +122 -89
- package/src/assets/samples/vpn-onboard-2.json +119 -86
- package/src/assets/samples/vpn-onboard-3.json +125 -90
- package/src/assets/samples/vpn-onboard-4.json +125 -90
- package/src/assets/samples/vpn-onboard-5.json +161 -119
- package/src/assets/samples/vpn-onboard-6.json +122 -92
- package/src/attribute-analyser/style/web/useExtractTextStyle.ts +9 -2
- package/src/build-components/BIcon/BIconProps.generated.ts +2 -0
- package/src/build-components/BackgroundImage/BackgroundImageProps.generated.ts +2 -0
- package/src/build-components/Button/ButtonProps.generated.ts +2 -0
- package/src/build-components/Carousel/CarouselProps.generated.ts +2 -0
- package/src/build-components/Carousel/pattern.json +2 -8
- package/src/build-components/CarouselButtons/CarouselButtonsProps.generated.ts +2 -0
- package/src/build-components/CarouselButtons/pattern.json +2 -9
- package/src/build-components/CarouselDots/CarouselDots.tsx +112 -12
- package/src/build-components/CarouselDots/CarouselDotsProps.generated.ts +2 -0
- package/src/build-components/CarouselDots/pattern.json +1 -3
- package/src/build-components/CarouselItem/CarouselItemProps.generated.ts +2 -0
- package/src/build-components/CarouselItem/pattern.json +1 -3
- package/src/build-components/CarouselProvider/CarouselProvider.tsx +5 -44
- package/src/build-components/CarouselProvider/CarouselProviderProps.generated.ts +2 -0
- package/src/build-components/CarouselProvider/pattern.json +6 -0
- package/src/build-components/CountDown/CountDownProps.generated.ts +2 -0
- package/src/build-components/CountDown/pattern.json +0 -1
- package/src/build-components/Counter/CounterProps.generated.ts +2 -0
- package/src/build-components/Counter/pattern.json +0 -1
- package/src/build-components/Image/Image.tsx +1 -1
- package/src/build-components/Image/ImageProps.generated.ts +2 -0
- package/src/build-components/Main/MainProps.generated.ts +2 -0
- package/src/build-components/Main/pattern.json +1 -3
- package/src/build-components/Onboard/OnboardProps.generated.ts +2 -0
- package/src/build-components/Onboard/pattern.json +2 -6
- package/src/build-components/OnboardButton/OnboardButton.tsx +0 -4
- package/src/build-components/OnboardButton/OnboardButtonProps.generated.ts +2 -0
- package/src/build-components/OnboardButton/pattern.json +9 -14
- package/src/build-components/OnboardButtons/OnboardButtons.tsx +17 -20
- package/src/build-components/OnboardButtons/OnboardButtonsProps.generated.ts +2 -0
- package/src/build-components/OnboardButtons/pattern.json +15 -15
- package/src/build-components/OnboardDot/OnboardDot.tsx +73 -42
- package/src/build-components/OnboardDot/OnboardDotProps.generated.ts +4 -1
- package/src/build-components/OnboardDot/pattern.json +28 -10
- package/src/build-components/OnboardFooter/OnboardFooter.tsx +63 -51
- package/src/build-components/OnboardFooter/OnboardFooterProps.generated.ts +2 -0
- package/src/build-components/OnboardFooter/pattern.json +6 -3
- package/src/build-components/OnboardImage/OnboardImageProps.generated.ts +2 -0
- package/src/build-components/OnboardImage/pattern.json +1 -5
- package/src/build-components/OnboardItem/OnboardItemProps.generated.ts +2 -0
- package/src/build-components/OnboardItem/pattern.json +3 -11
- package/src/build-components/OnboardProvider/OnboardProviderProps.generated.ts +2 -0
- package/src/build-components/OnboardProvider/pattern.json +2 -8
- package/src/build-components/OnboardSubtitle/OnboardSubtitleProps.generated.ts +2 -0
- package/src/build-components/OnboardSubtitle/pattern.json +1 -4
- package/src/build-components/OnboardTitle/OnboardTitleProps.generated.ts +2 -0
- package/src/build-components/OnboardTitle/pattern.json +1 -4
- package/src/build-components/PaywallBackground/PaywallBackgroundProps.generated.ts +2 -0
- package/src/build-components/PaywallCloseButton/PaywallCloseButtonProps.generated.ts +2 -0
- package/src/build-components/PaywallCloseButton/pattern.json +1 -3
- package/src/build-components/PaywallCounter/PaywallCounterProps.generated.ts +2 -0
- package/src/build-components/PaywallCounter/pattern.json +0 -1
- package/src/build-components/PaywallOptions/PaywallOptions.tsx +1 -1
- package/src/build-components/PaywallOptions/PaywallOptionsProps.generated.ts +2 -0
- package/src/build-components/PaywallOptions/pattern.json +1 -3
- package/src/build-components/PaywallProvider/PaywallProviderProps.generated.ts +2 -0
- package/src/build-components/PaywallProvider/pattern.json +1 -3
- package/src/build-components/PaywallSubscribeButton/PaywallSubscribeButtonProps.generated.ts +2 -0
- package/src/build-components/PaywallSubscribeButton/pattern.json +1 -3
- package/src/build-components/RadioButton/RadioButtonProps.generated.ts +2 -0
- package/src/build-components/RadioButton/pattern.json +1 -3
- package/src/build-components/RenderNode.generated.tsx +1 -1
- package/src/build-components/Text/TextProps.generated.ts +2 -0
- package/src/build-components/View/View.tsx +11 -7
- package/src/build-components/View/ViewProps.generated.ts +2 -0
- package/src/build-components/View/pattern.json +8 -0
- package/src/build-components/patterns.generated.ts +300 -10
- package/src/build-components/useNode.ts +20 -4
- package/src/components/Builder.tsx +98 -8
- package/src/components/BuilderButton.tsx +39 -7
- package/src/components/DeviceButton.tsx +5 -1
- package/src/pages/DebugJsonPage.tsx +109 -1
- package/src/pages/ProjectDebug.tsx +0 -1
- package/src/pages/ProjectPage.tsx +2 -2
- package/src/store.ts +8 -0
- package/src/styles/base/_global.scss +0 -5
- package/src/styles/components/_editor-shell.scss +18 -3
- package/src/styles/components/_onboard.scss +0 -17
- package/src/styles/foundation/_colors.scss +1 -4
- package/src/styles/foundation/_typography.scss +0 -1
- package/src/styles/layout/_builder.scss +20 -0
- package/src/styles/modals/_product-presets-modal.scss +0 -2
- package/src/styles/utilities/_carousel.scss +0 -32
- package/src/utils/analyseNodeByPatterns.ts +16 -6
- package/src/utils/extractTextStyle/extractTextStyle.ts +47 -13
- package/src/utils/extractViewStyle/extractViewStyle.ts +118 -39
- package/src/utils/logRenderStore.ts +7 -9
- package/src/utils/logger.ts +1 -5
- package/src/utils/novaToJson.ts +7 -3
- package/src/utils/repairNodeKeys.ts +1 -4
|
@@ -19,6 +19,7 @@ export const patterns = [
|
|
|
19
19
|
fontWeight: 'fontWeight',
|
|
20
20
|
textAlign: ['left', 'center', 'right', 'justify'],
|
|
21
21
|
flexDirection: ['row', 'column'],
|
|
22
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
22
23
|
alignItems: [
|
|
23
24
|
'flex-start',
|
|
24
25
|
'center',
|
|
@@ -144,6 +145,13 @@ export const patterns = [
|
|
|
144
145
|
specialCategory: null,
|
|
145
146
|
sort: 4,
|
|
146
147
|
},
|
|
148
|
+
flexWrap: {
|
|
149
|
+
label: 'Flex Wrap',
|
|
150
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
151
|
+
category: 'container',
|
|
152
|
+
specialCategory: null,
|
|
153
|
+
sort: 4.5,
|
|
154
|
+
},
|
|
147
155
|
alignItems: {
|
|
148
156
|
label: 'Align Items',
|
|
149
157
|
description: 'Controls cross-axis alignment.',
|
|
@@ -469,6 +477,7 @@ export const patterns = [
|
|
|
469
477
|
scrollable: 'boolean',
|
|
470
478
|
style: {
|
|
471
479
|
flexDirection: ['row', 'column'],
|
|
480
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
472
481
|
alignItems: [
|
|
473
482
|
'flex-start',
|
|
474
483
|
'center',
|
|
@@ -602,6 +611,13 @@ export const patterns = [
|
|
|
602
611
|
specialCategory: null,
|
|
603
612
|
sort: 4,
|
|
604
613
|
},
|
|
614
|
+
flexWrap: {
|
|
615
|
+
label: 'Flex Wrap',
|
|
616
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
617
|
+
category: 'container',
|
|
618
|
+
specialCategory: null,
|
|
619
|
+
sort: 4.5,
|
|
620
|
+
},
|
|
605
621
|
alignItems: {
|
|
606
622
|
label: 'Align Items',
|
|
607
623
|
description: 'Controls cross-axis alignment.',
|
|
@@ -874,6 +890,7 @@ export const patterns = [
|
|
|
874
890
|
scrollable: 'boolean',
|
|
875
891
|
style: {
|
|
876
892
|
flexDirection: ['row', 'column'],
|
|
893
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
877
894
|
alignItems: [
|
|
878
895
|
'flex-start',
|
|
879
896
|
'center',
|
|
@@ -1022,6 +1039,13 @@ export const patterns = [
|
|
|
1022
1039
|
specialCategory: null,
|
|
1023
1040
|
sort: 4,
|
|
1024
1041
|
},
|
|
1042
|
+
flexWrap: {
|
|
1043
|
+
label: 'Flex Wrap',
|
|
1044
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
1045
|
+
category: 'container',
|
|
1046
|
+
specialCategory: null,
|
|
1047
|
+
sort: 4.5,
|
|
1048
|
+
},
|
|
1025
1049
|
alignItems: {
|
|
1026
1050
|
label: 'Align Items',
|
|
1027
1051
|
description: 'Controls cross-axis alignment.',
|
|
@@ -1284,6 +1308,7 @@ export const patterns = [
|
|
|
1284
1308
|
scrollable: 'boolean',
|
|
1285
1309
|
style: {
|
|
1286
1310
|
flexDirection: ['row', 'column'],
|
|
1311
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
1287
1312
|
alignItems: [
|
|
1288
1313
|
'flex-start',
|
|
1289
1314
|
'center',
|
|
@@ -1399,6 +1424,13 @@ export const patterns = [
|
|
|
1399
1424
|
specialCategory: null,
|
|
1400
1425
|
sort: 4,
|
|
1401
1426
|
},
|
|
1427
|
+
flexWrap: {
|
|
1428
|
+
label: 'Flex Wrap',
|
|
1429
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
1430
|
+
category: 'container',
|
|
1431
|
+
specialCategory: null,
|
|
1432
|
+
sort: 4.5,
|
|
1433
|
+
},
|
|
1402
1434
|
alignItems: {
|
|
1403
1435
|
label: 'Align Items',
|
|
1404
1436
|
description: 'Controls cross-axis alignment.',
|
|
@@ -1657,6 +1689,7 @@ export const patterns = [
|
|
|
1657
1689
|
scrollable: 'boolean',
|
|
1658
1690
|
style: {
|
|
1659
1691
|
flexDirection: ['row', 'column'],
|
|
1692
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
1660
1693
|
alignItems: [
|
|
1661
1694
|
'flex-start',
|
|
1662
1695
|
'center',
|
|
@@ -1771,6 +1804,13 @@ export const patterns = [
|
|
|
1771
1804
|
specialCategory: null,
|
|
1772
1805
|
sort: 4,
|
|
1773
1806
|
},
|
|
1807
|
+
flexWrap: {
|
|
1808
|
+
label: 'Flex Wrap',
|
|
1809
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
1810
|
+
category: 'container',
|
|
1811
|
+
specialCategory: null,
|
|
1812
|
+
sort: 4.5,
|
|
1813
|
+
},
|
|
1774
1814
|
alignItems: {
|
|
1775
1815
|
label: 'Align Items',
|
|
1776
1816
|
description: 'Controls cross-axis alignment.',
|
|
@@ -2043,6 +2083,7 @@ export const patterns = [
|
|
|
2043
2083
|
scrollable: 'boolean',
|
|
2044
2084
|
style: {
|
|
2045
2085
|
flexDirection: ['row', 'column'],
|
|
2086
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
2046
2087
|
alignItems: [
|
|
2047
2088
|
'flex-start',
|
|
2048
2089
|
'center',
|
|
@@ -2170,6 +2211,13 @@ export const patterns = [
|
|
|
2170
2211
|
specialCategory: null,
|
|
2171
2212
|
sort: 4,
|
|
2172
2213
|
},
|
|
2214
|
+
flexWrap: {
|
|
2215
|
+
label: 'Flex Wrap',
|
|
2216
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
2217
|
+
category: 'container',
|
|
2218
|
+
specialCategory: null,
|
|
2219
|
+
sort: 4.5,
|
|
2220
|
+
},
|
|
2173
2221
|
alignItems: {
|
|
2174
2222
|
label: 'Align Items',
|
|
2175
2223
|
description: 'Controls cross-axis alignment.',
|
|
@@ -2428,6 +2476,7 @@ export const patterns = [
|
|
|
2428
2476
|
scrollable: 'boolean',
|
|
2429
2477
|
style: {
|
|
2430
2478
|
flexDirection: ['row', 'column'],
|
|
2479
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
2431
2480
|
alignItems: [
|
|
2432
2481
|
'flex-start',
|
|
2433
2482
|
'center',
|
|
@@ -2540,6 +2589,13 @@ export const patterns = [
|
|
|
2540
2589
|
specialCategory: null,
|
|
2541
2590
|
sort: 4,
|
|
2542
2591
|
},
|
|
2592
|
+
flexWrap: {
|
|
2593
|
+
label: 'Flex Wrap',
|
|
2594
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
2595
|
+
category: 'container',
|
|
2596
|
+
specialCategory: null,
|
|
2597
|
+
sort: 4.5,
|
|
2598
|
+
},
|
|
2543
2599
|
alignItems: {
|
|
2544
2600
|
label: 'Align Items',
|
|
2545
2601
|
description: 'Controls cross-axis alignment.',
|
|
@@ -2798,6 +2854,7 @@ export const patterns = [
|
|
|
2798
2854
|
scrollable: 'boolean',
|
|
2799
2855
|
style: {
|
|
2800
2856
|
flexDirection: ['row', 'column'],
|
|
2857
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
2801
2858
|
alignItems: [
|
|
2802
2859
|
'flex-start',
|
|
2803
2860
|
'center',
|
|
@@ -2847,6 +2904,7 @@ export const patterns = [
|
|
|
2847
2904
|
title: 'title',
|
|
2848
2905
|
description: 'description',
|
|
2849
2906
|
},
|
|
2907
|
+
defaults: { style: { width: '100%', height: '100%' } },
|
|
2850
2908
|
},
|
|
2851
2909
|
meta: {
|
|
2852
2910
|
desiredParent: ['root', '>View'],
|
|
@@ -2910,6 +2968,13 @@ export const patterns = [
|
|
|
2910
2968
|
specialCategory: null,
|
|
2911
2969
|
sort: 4,
|
|
2912
2970
|
},
|
|
2971
|
+
flexWrap: {
|
|
2972
|
+
label: 'Flex Wrap',
|
|
2973
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
2974
|
+
category: 'container',
|
|
2975
|
+
specialCategory: null,
|
|
2976
|
+
sort: 4.5,
|
|
2977
|
+
},
|
|
2913
2978
|
alignItems: {
|
|
2914
2979
|
label: 'Align Items',
|
|
2915
2980
|
description: 'Controls cross-axis alignment.',
|
|
@@ -3155,6 +3220,8 @@ export const patterns = [
|
|
|
3155
3220
|
alignSelf: 'flex-start',
|
|
3156
3221
|
flexGrow: 0,
|
|
3157
3222
|
flexShrink: 0,
|
|
3223
|
+
width: '100%',
|
|
3224
|
+
height: '100%',
|
|
3158
3225
|
},
|
|
3159
3226
|
},
|
|
3160
3227
|
allowUnknownAttributes: false,
|
|
@@ -3178,6 +3245,7 @@ export const patterns = [
|
|
|
3178
3245
|
fontWeight: 'fontWeight',
|
|
3179
3246
|
textAlign: ['left', 'center', 'right', 'justify'],
|
|
3180
3247
|
flexDirection: ['row', 'column'],
|
|
3248
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
3181
3249
|
alignItems: [
|
|
3182
3250
|
'flex-start',
|
|
3183
3251
|
'center',
|
|
@@ -3307,6 +3375,13 @@ export const patterns = [
|
|
|
3307
3375
|
specialCategory: null,
|
|
3308
3376
|
sort: 4,
|
|
3309
3377
|
},
|
|
3378
|
+
flexWrap: {
|
|
3379
|
+
label: 'Flex Wrap',
|
|
3380
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
3381
|
+
category: 'container',
|
|
3382
|
+
specialCategory: null,
|
|
3383
|
+
sort: 4.5,
|
|
3384
|
+
},
|
|
3310
3385
|
alignItems: {
|
|
3311
3386
|
label: 'Align Items',
|
|
3312
3387
|
description: 'Controls cross-axis alignment.',
|
|
@@ -3616,6 +3691,7 @@ export const patterns = [
|
|
|
3616
3691
|
fontWeight: 'fontWeight',
|
|
3617
3692
|
textAlign: ['left', 'center', 'right', 'justify'],
|
|
3618
3693
|
flexDirection: ['row', 'column'],
|
|
3694
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
3619
3695
|
alignItems: [
|
|
3620
3696
|
'flex-start',
|
|
3621
3697
|
'center',
|
|
@@ -3739,6 +3815,13 @@ export const patterns = [
|
|
|
3739
3815
|
specialCategory: null,
|
|
3740
3816
|
sort: 4,
|
|
3741
3817
|
},
|
|
3818
|
+
flexWrap: {
|
|
3819
|
+
label: 'Flex Wrap',
|
|
3820
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
3821
|
+
category: 'container',
|
|
3822
|
+
specialCategory: null,
|
|
3823
|
+
sort: 4.5,
|
|
3824
|
+
},
|
|
3742
3825
|
alignItems: {
|
|
3743
3826
|
label: 'Align Items',
|
|
3744
3827
|
description: 'Controls cross-axis alignment.',
|
|
@@ -4047,6 +4130,7 @@ export const patterns = [
|
|
|
4047
4130
|
scrollable: 'boolean',
|
|
4048
4131
|
style: {
|
|
4049
4132
|
flexDirection: ['row', 'column'],
|
|
4133
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
4050
4134
|
alignItems: [
|
|
4051
4135
|
'flex-start',
|
|
4052
4136
|
'center',
|
|
@@ -4163,6 +4247,13 @@ export const patterns = [
|
|
|
4163
4247
|
specialCategory: null,
|
|
4164
4248
|
sort: 4,
|
|
4165
4249
|
},
|
|
4250
|
+
flexWrap: {
|
|
4251
|
+
label: 'Flex Wrap',
|
|
4252
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
4253
|
+
category: 'container',
|
|
4254
|
+
specialCategory: null,
|
|
4255
|
+
sort: 4.5,
|
|
4256
|
+
},
|
|
4166
4257
|
alignItems: {
|
|
4167
4258
|
label: 'Align Items',
|
|
4168
4259
|
description: 'Controls cross-axis alignment.',
|
|
@@ -4433,6 +4524,7 @@ export const patterns = [
|
|
|
4433
4524
|
scrollable: 'boolean',
|
|
4434
4525
|
style: {
|
|
4435
4526
|
flexDirection: ['row', 'column'],
|
|
4527
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
4436
4528
|
alignItems: [
|
|
4437
4529
|
'flex-start',
|
|
4438
4530
|
'center',
|
|
@@ -4546,6 +4638,13 @@ export const patterns = [
|
|
|
4546
4638
|
specialCategory: null,
|
|
4547
4639
|
sort: 4,
|
|
4548
4640
|
},
|
|
4641
|
+
flexWrap: {
|
|
4642
|
+
label: 'Flex Wrap',
|
|
4643
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
4644
|
+
category: 'container',
|
|
4645
|
+
specialCategory: null,
|
|
4646
|
+
sort: 4.5,
|
|
4647
|
+
},
|
|
4549
4648
|
alignItems: {
|
|
4550
4649
|
label: 'Align Items',
|
|
4551
4650
|
description: 'Controls cross-axis alignment.',
|
|
@@ -4818,6 +4917,7 @@ export const patterns = [
|
|
|
4818
4917
|
scrollable: 'boolean',
|
|
4819
4918
|
style: {
|
|
4820
4919
|
flexDirection: ['row', 'column'],
|
|
4920
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
4821
4921
|
alignItems: [
|
|
4822
4922
|
'flex-start',
|
|
4823
4923
|
'center',
|
|
@@ -4930,6 +5030,13 @@ export const patterns = [
|
|
|
4930
5030
|
specialCategory: null,
|
|
4931
5031
|
sort: 4,
|
|
4932
5032
|
},
|
|
5033
|
+
flexWrap: {
|
|
5034
|
+
label: 'Flex Wrap',
|
|
5035
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
5036
|
+
category: 'container',
|
|
5037
|
+
specialCategory: null,
|
|
5038
|
+
sort: 4.5,
|
|
5039
|
+
},
|
|
4933
5040
|
alignItems: {
|
|
4934
5041
|
label: 'Align Items',
|
|
4935
5042
|
description: 'Controls cross-axis alignment.',
|
|
@@ -5189,6 +5296,7 @@ export const patterns = [
|
|
|
5189
5296
|
scrollable: 'boolean',
|
|
5190
5297
|
style: {
|
|
5191
5298
|
flexDirection: ['row', 'column'],
|
|
5299
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
5192
5300
|
alignItems: [
|
|
5193
5301
|
'flex-start',
|
|
5194
5302
|
'center',
|
|
@@ -5251,6 +5359,7 @@ export const patterns = [
|
|
|
5251
5359
|
flex: 'number',
|
|
5252
5360
|
events: 'EventObject[]',
|
|
5253
5361
|
},
|
|
5362
|
+
defaults: { style: { height: '40@vs', borderRadius: '12@s' } },
|
|
5254
5363
|
},
|
|
5255
5364
|
meta: {
|
|
5256
5365
|
desiredParent: ['=OnboardButtons'],
|
|
@@ -5342,6 +5451,13 @@ export const patterns = [
|
|
|
5342
5451
|
specialCategory: null,
|
|
5343
5452
|
sort: 4,
|
|
5344
5453
|
},
|
|
5454
|
+
flexWrap: {
|
|
5455
|
+
label: 'Flex Wrap',
|
|
5456
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
5457
|
+
category: 'container',
|
|
5458
|
+
specialCategory: null,
|
|
5459
|
+
sort: 4.5,
|
|
5460
|
+
},
|
|
5345
5461
|
alignItems: {
|
|
5346
5462
|
label: 'Align Items',
|
|
5347
5463
|
description: 'Controls cross-axis alignment.',
|
|
@@ -5601,6 +5717,8 @@ export const patterns = [
|
|
|
5601
5717
|
alignSelf: 'flex-start',
|
|
5602
5718
|
flexGrow: 0,
|
|
5603
5719
|
flexShrink: 0,
|
|
5720
|
+
height: '40@vs',
|
|
5721
|
+
borderRadius: '12@s',
|
|
5604
5722
|
},
|
|
5605
5723
|
},
|
|
5606
5724
|
types: {
|
|
@@ -5621,6 +5739,7 @@ export const patterns = [
|
|
|
5621
5739
|
scrollable: 'boolean',
|
|
5622
5740
|
style: {
|
|
5623
5741
|
flexDirection: ['row', 'column'],
|
|
5742
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
5624
5743
|
alignItems: [
|
|
5625
5744
|
'flex-start',
|
|
5626
5745
|
'center',
|
|
@@ -5677,6 +5796,17 @@ export const patterns = [
|
|
|
5677
5796
|
condition: ['carousel-index'],
|
|
5678
5797
|
conditionVariable: 'number',
|
|
5679
5798
|
},
|
|
5799
|
+
defaults: {
|
|
5800
|
+
style: {
|
|
5801
|
+
display: 'flex',
|
|
5802
|
+
flexDirection: 'row',
|
|
5803
|
+
gap: 12,
|
|
5804
|
+
alignItems: 'center',
|
|
5805
|
+
justifyContent: 'center',
|
|
5806
|
+
marginVertical: '12@vs',
|
|
5807
|
+
marginHorizontal: '24@s',
|
|
5808
|
+
},
|
|
5809
|
+
},
|
|
5680
5810
|
},
|
|
5681
5811
|
meta: {
|
|
5682
5812
|
desiredParent: ['=OnboardItem'],
|
|
@@ -5747,6 +5877,13 @@ export const patterns = [
|
|
|
5747
5877
|
specialCategory: null,
|
|
5748
5878
|
sort: 4,
|
|
5749
5879
|
},
|
|
5880
|
+
flexWrap: {
|
|
5881
|
+
label: 'Flex Wrap',
|
|
5882
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
5883
|
+
category: 'container',
|
|
5884
|
+
specialCategory: null,
|
|
5885
|
+
sort: 4.5,
|
|
5886
|
+
},
|
|
5750
5887
|
alignItems: {
|
|
5751
5888
|
label: 'Align Items',
|
|
5752
5889
|
description: 'Controls cross-axis alignment.',
|
|
@@ -6028,12 +6165,18 @@ export const patterns = [
|
|
|
6028
6165
|
},
|
|
6029
6166
|
defaults: {
|
|
6030
6167
|
style: {
|
|
6031
|
-
flexDirection: '
|
|
6168
|
+
flexDirection: 'row',
|
|
6032
6169
|
position: 'relative',
|
|
6033
6170
|
zIndex: 1,
|
|
6034
6171
|
alignSelf: 'flex-start',
|
|
6035
6172
|
flexGrow: 0,
|
|
6036
6173
|
flexShrink: 0,
|
|
6174
|
+
display: 'flex',
|
|
6175
|
+
gap: 12,
|
|
6176
|
+
alignItems: 'center',
|
|
6177
|
+
justifyContent: 'center',
|
|
6178
|
+
marginVertical: '12@vs',
|
|
6179
|
+
marginHorizontal: '24@s',
|
|
6037
6180
|
},
|
|
6038
6181
|
},
|
|
6039
6182
|
types: {},
|
|
@@ -6047,6 +6190,7 @@ export const patterns = [
|
|
|
6047
6190
|
scrollable: 'boolean',
|
|
6048
6191
|
style: {
|
|
6049
6192
|
flexDirection: ['row', 'column'],
|
|
6193
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
6050
6194
|
alignItems: [
|
|
6051
6195
|
'flex-start',
|
|
6052
6196
|
'center',
|
|
@@ -6103,8 +6247,9 @@ export const patterns = [
|
|
|
6103
6247
|
'sliding_dot',
|
|
6104
6248
|
'liquid_like',
|
|
6105
6249
|
],
|
|
6250
|
+
dot_thickness: 'size',
|
|
6106
6251
|
inactive_dot_opacity: 'number',
|
|
6107
|
-
|
|
6252
|
+
inactive_dot_color: 'color',
|
|
6108
6253
|
active_dot_color: 'color',
|
|
6109
6254
|
flexDirection: 'never',
|
|
6110
6255
|
alignItems: 'never',
|
|
@@ -6169,21 +6314,28 @@ export const patterns = [
|
|
|
6169
6314
|
description: 'Opacity for inactive dots.',
|
|
6170
6315
|
category: 'style',
|
|
6171
6316
|
specialCategory: null,
|
|
6172
|
-
sort:
|
|
6317
|
+
sort: 3,
|
|
6173
6318
|
},
|
|
6174
|
-
|
|
6175
|
-
label: '
|
|
6176
|
-
description: '
|
|
6319
|
+
inactive_dot_color: {
|
|
6320
|
+
label: 'Inactive Dot Color',
|
|
6321
|
+
description: 'Color of inactive dots.',
|
|
6177
6322
|
category: 'style',
|
|
6178
6323
|
specialCategory: null,
|
|
6179
|
-
sort:
|
|
6324
|
+
sort: 4,
|
|
6325
|
+
},
|
|
6326
|
+
dot_thickness: {
|
|
6327
|
+
label: 'Dot Thickness',
|
|
6328
|
+
description: 'Dot size/diameter.',
|
|
6329
|
+
category: 'style',
|
|
6330
|
+
specialCategory: null,
|
|
6331
|
+
sort: 2,
|
|
6180
6332
|
},
|
|
6181
6333
|
active_dot_color: {
|
|
6182
6334
|
label: 'Active Dot Color',
|
|
6183
6335
|
description: 'Color of the active dot.',
|
|
6184
6336
|
category: 'style',
|
|
6185
6337
|
specialCategory: null,
|
|
6186
|
-
sort:
|
|
6338
|
+
sort: 5,
|
|
6187
6339
|
},
|
|
6188
6340
|
},
|
|
6189
6341
|
attributes: {
|
|
@@ -6201,6 +6353,13 @@ export const patterns = [
|
|
|
6201
6353
|
specialCategory: null,
|
|
6202
6354
|
sort: 4,
|
|
6203
6355
|
},
|
|
6356
|
+
flexWrap: {
|
|
6357
|
+
label: 'Flex Wrap',
|
|
6358
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
6359
|
+
category: 'container',
|
|
6360
|
+
specialCategory: null,
|
|
6361
|
+
sort: 4.5,
|
|
6362
|
+
},
|
|
6204
6363
|
alignItems: {
|
|
6205
6364
|
label: 'Align Items',
|
|
6206
6365
|
description: 'Controls cross-axis alignment.',
|
|
@@ -6440,13 +6599,20 @@ export const patterns = [
|
|
|
6440
6599
|
},
|
|
6441
6600
|
defaults: {
|
|
6442
6601
|
style: {
|
|
6443
|
-
flexDirection: '
|
|
6602
|
+
flexDirection: 'row',
|
|
6444
6603
|
position: 'relative',
|
|
6445
6604
|
zIndex: 1,
|
|
6446
6605
|
alignSelf: 'flex-start',
|
|
6447
6606
|
flexGrow: 0,
|
|
6448
6607
|
flexShrink: 0,
|
|
6608
|
+
alignItems: 'center',
|
|
6609
|
+
justifyContent: 'center',
|
|
6610
|
+
gap: '12@s',
|
|
6449
6611
|
},
|
|
6612
|
+
dotType: 'expanding_dot',
|
|
6613
|
+
dot_thickness: 10,
|
|
6614
|
+
inactive_dot_opacity: 0.3,
|
|
6615
|
+
active_dot_color: '#007AFF',
|
|
6450
6616
|
},
|
|
6451
6617
|
types: {},
|
|
6452
6618
|
},
|
|
@@ -6467,6 +6633,7 @@ export const patterns = [
|
|
|
6467
6633
|
fontWeight: 'fontWeight',
|
|
6468
6634
|
textAlign: ['left', 'center', 'right', 'justify'],
|
|
6469
6635
|
flexDirection: ['row', 'column'],
|
|
6636
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
6470
6637
|
alignItems: [
|
|
6471
6638
|
'flex-start',
|
|
6472
6639
|
'center',
|
|
@@ -6596,6 +6763,13 @@ export const patterns = [
|
|
|
6596
6763
|
specialCategory: null,
|
|
6597
6764
|
sort: 4,
|
|
6598
6765
|
},
|
|
6766
|
+
flexWrap: {
|
|
6767
|
+
label: 'Flex Wrap',
|
|
6768
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
6769
|
+
category: 'container',
|
|
6770
|
+
specialCategory: null,
|
|
6771
|
+
sort: 4.5,
|
|
6772
|
+
},
|
|
6599
6773
|
alignItems: {
|
|
6600
6774
|
label: 'Align Items',
|
|
6601
6775
|
description: 'Controls cross-axis alignment.',
|
|
@@ -6927,12 +7101,16 @@ export const patterns = [
|
|
|
6927
7101
|
},
|
|
6928
7102
|
defaults: {
|
|
6929
7103
|
style: {
|
|
6930
|
-
flexDirection: '
|
|
7104
|
+
flexDirection: 'row',
|
|
6931
7105
|
position: 'relative',
|
|
6932
7106
|
zIndex: 1,
|
|
6933
7107
|
alignSelf: 'flex-start',
|
|
6934
7108
|
flexGrow: 0,
|
|
6935
7109
|
flexShrink: 0,
|
|
7110
|
+
flexWrap: 'wrap',
|
|
7111
|
+
alignItems: 'center',
|
|
7112
|
+
justifyContent: 'center',
|
|
7113
|
+
textAlign: 'center',
|
|
6936
7114
|
paddingHorizontal: '24@s',
|
|
6937
7115
|
},
|
|
6938
7116
|
},
|
|
@@ -6953,6 +7131,7 @@ export const patterns = [
|
|
|
6953
7131
|
scrollable: 'boolean',
|
|
6954
7132
|
style: {
|
|
6955
7133
|
flexDirection: ['row', 'column'],
|
|
7134
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
6956
7135
|
alignItems: [
|
|
6957
7136
|
'flex-start',
|
|
6958
7137
|
'center',
|
|
@@ -7069,6 +7248,13 @@ export const patterns = [
|
|
|
7069
7248
|
specialCategory: null,
|
|
7070
7249
|
sort: 4,
|
|
7071
7250
|
},
|
|
7251
|
+
flexWrap: {
|
|
7252
|
+
label: 'Flex Wrap',
|
|
7253
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
7254
|
+
category: 'container',
|
|
7255
|
+
specialCategory: null,
|
|
7256
|
+
sort: 4.5,
|
|
7257
|
+
},
|
|
7072
7258
|
alignItems: {
|
|
7073
7259
|
label: 'Align Items',
|
|
7074
7260
|
description: 'Controls cross-axis alignment.',
|
|
@@ -7351,6 +7537,7 @@ export const patterns = [
|
|
|
7351
7537
|
scrollable: 'boolean',
|
|
7352
7538
|
style: {
|
|
7353
7539
|
flexDirection: ['row', 'column'],
|
|
7540
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
7354
7541
|
alignItems: [
|
|
7355
7542
|
'flex-start',
|
|
7356
7543
|
'center',
|
|
@@ -7467,6 +7654,13 @@ export const patterns = [
|
|
|
7467
7654
|
specialCategory: null,
|
|
7468
7655
|
sort: 3,
|
|
7469
7656
|
},
|
|
7657
|
+
flexWrap: {
|
|
7658
|
+
label: 'Flex Wrap',
|
|
7659
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
7660
|
+
category: 'container',
|
|
7661
|
+
specialCategory: null,
|
|
7662
|
+
sort: 4.5,
|
|
7663
|
+
},
|
|
7470
7664
|
alignItems: {
|
|
7471
7665
|
label: 'Align Items',
|
|
7472
7666
|
description: 'Controls cross-axis alignment.',
|
|
@@ -7733,6 +7927,7 @@ export const patterns = [
|
|
|
7733
7927
|
scrollable: 'boolean',
|
|
7734
7928
|
style: {
|
|
7735
7929
|
flexDirection: ['row', 'column'],
|
|
7930
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
7736
7931
|
alignItems: [
|
|
7737
7932
|
'flex-start',
|
|
7738
7933
|
'center',
|
|
@@ -7847,6 +8042,13 @@ export const patterns = [
|
|
|
7847
8042
|
specialCategory: null,
|
|
7848
8043
|
sort: 4,
|
|
7849
8044
|
},
|
|
8045
|
+
flexWrap: {
|
|
8046
|
+
label: 'Flex Wrap',
|
|
8047
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
8048
|
+
category: 'container',
|
|
8049
|
+
specialCategory: null,
|
|
8050
|
+
sort: 4.5,
|
|
8051
|
+
},
|
|
7850
8052
|
alignItems: {
|
|
7851
8053
|
label: 'Align Items',
|
|
7852
8054
|
description: 'Controls cross-axis alignment.',
|
|
@@ -8119,6 +8321,7 @@ export const patterns = [
|
|
|
8119
8321
|
fontWeight: 'fontWeight',
|
|
8120
8322
|
textAlign: ['left', 'center', 'right', 'justify'],
|
|
8121
8323
|
flexDirection: ['row', 'column'],
|
|
8324
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
8122
8325
|
alignItems: [
|
|
8123
8326
|
'flex-start',
|
|
8124
8327
|
'center',
|
|
@@ -8241,6 +8444,13 @@ export const patterns = [
|
|
|
8241
8444
|
specialCategory: null,
|
|
8242
8445
|
sort: 4,
|
|
8243
8446
|
},
|
|
8447
|
+
flexWrap: {
|
|
8448
|
+
label: 'Flex Wrap',
|
|
8449
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
8450
|
+
category: 'container',
|
|
8451
|
+
specialCategory: null,
|
|
8452
|
+
sort: 4.5,
|
|
8453
|
+
},
|
|
8244
8454
|
alignItems: {
|
|
8245
8455
|
label: 'Align Items',
|
|
8246
8456
|
description: 'Controls cross-axis alignment.',
|
|
@@ -8552,6 +8762,7 @@ export const patterns = [
|
|
|
8552
8762
|
fontWeight: 'fontWeight',
|
|
8553
8763
|
textAlign: ['left', 'center', 'right', 'justify'],
|
|
8554
8764
|
flexDirection: ['row', 'column'],
|
|
8765
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
8555
8766
|
alignItems: [
|
|
8556
8767
|
'flex-start',
|
|
8557
8768
|
'center',
|
|
@@ -8674,6 +8885,13 @@ export const patterns = [
|
|
|
8674
8885
|
specialCategory: null,
|
|
8675
8886
|
sort: 4,
|
|
8676
8887
|
},
|
|
8888
|
+
flexWrap: {
|
|
8889
|
+
label: 'Flex Wrap',
|
|
8890
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
8891
|
+
category: 'container',
|
|
8892
|
+
specialCategory: null,
|
|
8893
|
+
sort: 4.5,
|
|
8894
|
+
},
|
|
8677
8895
|
alignItems: {
|
|
8678
8896
|
label: 'Align Items',
|
|
8679
8897
|
description: 'Controls cross-axis alignment.',
|
|
@@ -8982,6 +9200,7 @@ export const patterns = [
|
|
|
8982
9200
|
scrollable: 'boolean',
|
|
8983
9201
|
style: {
|
|
8984
9202
|
flexDirection: ['row', 'column'],
|
|
9203
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
8985
9204
|
alignItems: [
|
|
8986
9205
|
'flex-start',
|
|
8987
9206
|
'center',
|
|
@@ -9118,6 +9337,13 @@ export const patterns = [
|
|
|
9118
9337
|
specialCategory: null,
|
|
9119
9338
|
sort: 4,
|
|
9120
9339
|
},
|
|
9340
|
+
flexWrap: {
|
|
9341
|
+
label: 'Flex Wrap',
|
|
9342
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
9343
|
+
category: 'container',
|
|
9344
|
+
specialCategory: null,
|
|
9345
|
+
sort: 4.5,
|
|
9346
|
+
},
|
|
9121
9347
|
alignItems: {
|
|
9122
9348
|
label: 'Align Items',
|
|
9123
9349
|
description: 'Controls cross-axis alignment.',
|
|
@@ -9394,6 +9620,7 @@ export const patterns = [
|
|
|
9394
9620
|
fontWeight: 'fontWeight',
|
|
9395
9621
|
textAlign: ['left', 'center', 'right', 'justify'],
|
|
9396
9622
|
flexDirection: ['row', 'column'],
|
|
9623
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
9397
9624
|
alignItems: [
|
|
9398
9625
|
'flex-start',
|
|
9399
9626
|
'center',
|
|
@@ -9554,6 +9781,13 @@ export const patterns = [
|
|
|
9554
9781
|
specialCategory: null,
|
|
9555
9782
|
sort: 4,
|
|
9556
9783
|
},
|
|
9784
|
+
flexWrap: {
|
|
9785
|
+
label: 'Flex Wrap',
|
|
9786
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
9787
|
+
category: 'container',
|
|
9788
|
+
specialCategory: null,
|
|
9789
|
+
sort: 4.5,
|
|
9790
|
+
},
|
|
9557
9791
|
alignItems: {
|
|
9558
9792
|
label: 'Align Items',
|
|
9559
9793
|
description: 'Controls cross-axis alignment.',
|
|
@@ -9855,6 +10089,7 @@ export const patterns = [
|
|
|
9855
10089
|
fontWeight: 'fontWeight',
|
|
9856
10090
|
textAlign: ['left', 'center', 'right', 'justify'],
|
|
9857
10091
|
flexDirection: ['row', 'column'],
|
|
10092
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
9858
10093
|
alignItems: [
|
|
9859
10094
|
'flex-start',
|
|
9860
10095
|
'center',
|
|
@@ -9985,6 +10220,13 @@ export const patterns = [
|
|
|
9985
10220
|
specialCategory: null,
|
|
9986
10221
|
sort: 4,
|
|
9987
10222
|
},
|
|
10223
|
+
flexWrap: {
|
|
10224
|
+
label: 'Flex Wrap',
|
|
10225
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
10226
|
+
category: 'container',
|
|
10227
|
+
specialCategory: null,
|
|
10228
|
+
sort: 4.5,
|
|
10229
|
+
},
|
|
9988
10230
|
alignItems: {
|
|
9989
10231
|
label: 'Align Items',
|
|
9990
10232
|
description: 'Controls cross-axis alignment.',
|
|
@@ -10286,6 +10528,7 @@ export const patterns = [
|
|
|
10286
10528
|
scrollable: 'boolean',
|
|
10287
10529
|
style: {
|
|
10288
10530
|
flexDirection: ['row', 'column'],
|
|
10531
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
10289
10532
|
alignItems: [
|
|
10290
10533
|
'flex-start',
|
|
10291
10534
|
'center',
|
|
@@ -10398,6 +10641,13 @@ export const patterns = [
|
|
|
10398
10641
|
specialCategory: null,
|
|
10399
10642
|
sort: 4,
|
|
10400
10643
|
},
|
|
10644
|
+
flexWrap: {
|
|
10645
|
+
label: 'Flex Wrap',
|
|
10646
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
10647
|
+
category: 'container',
|
|
10648
|
+
specialCategory: null,
|
|
10649
|
+
sort: 4.5,
|
|
10650
|
+
},
|
|
10401
10651
|
alignItems: {
|
|
10402
10652
|
label: 'Align Items',
|
|
10403
10653
|
description: 'Controls cross-axis alignment.',
|
|
@@ -10659,6 +10909,7 @@ export const patterns = [
|
|
|
10659
10909
|
scrollable: 'boolean',
|
|
10660
10910
|
style: {
|
|
10661
10911
|
flexDirection: ['row', 'column'],
|
|
10912
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
10662
10913
|
alignItems: [
|
|
10663
10914
|
'flex-start',
|
|
10664
10915
|
'center',
|
|
@@ -10772,6 +11023,13 @@ export const patterns = [
|
|
|
10772
11023
|
specialCategory: null,
|
|
10773
11024
|
sort: 4,
|
|
10774
11025
|
},
|
|
11026
|
+
flexWrap: {
|
|
11027
|
+
label: 'Flex Wrap',
|
|
11028
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
11029
|
+
category: 'container',
|
|
11030
|
+
specialCategory: null,
|
|
11031
|
+
sort: 4.5,
|
|
11032
|
+
},
|
|
10775
11033
|
alignItems: {
|
|
10776
11034
|
label: 'Align Items',
|
|
10777
11035
|
description: 'Controls cross-axis alignment.',
|
|
@@ -11057,6 +11315,7 @@ export const patterns = [
|
|
|
11057
11315
|
'900',
|
|
11058
11316
|
],
|
|
11059
11317
|
flexDirection: ['row', 'column'],
|
|
11318
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
11060
11319
|
alignItems: [
|
|
11061
11320
|
'flex-start',
|
|
11062
11321
|
'center',
|
|
@@ -11189,6 +11448,13 @@ export const patterns = [
|
|
|
11189
11448
|
specialCategory: null,
|
|
11190
11449
|
sort: 4,
|
|
11191
11450
|
},
|
|
11451
|
+
flexWrap: {
|
|
11452
|
+
label: 'Flex Wrap',
|
|
11453
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
11454
|
+
category: 'container',
|
|
11455
|
+
specialCategory: null,
|
|
11456
|
+
sort: 4.5,
|
|
11457
|
+
},
|
|
11192
11458
|
alignItems: {
|
|
11193
11459
|
label: 'Align Items',
|
|
11194
11460
|
description: 'Controls cross-axis alignment.',
|
|
@@ -11457,6 +11723,7 @@ export const patterns = [
|
|
|
11457
11723
|
scrollable: 'boolean',
|
|
11458
11724
|
style: {
|
|
11459
11725
|
flexDirection: ['row', 'column'],
|
|
11726
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
11460
11727
|
alignItems: [
|
|
11461
11728
|
'flex-start',
|
|
11462
11729
|
'center',
|
|
@@ -11586,6 +11853,13 @@ export const patterns = [
|
|
|
11586
11853
|
specialCategory: null,
|
|
11587
11854
|
sort: 4,
|
|
11588
11855
|
},
|
|
11856
|
+
flexWrap: {
|
|
11857
|
+
label: 'Flex Wrap',
|
|
11858
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
11859
|
+
category: 'container',
|
|
11860
|
+
specialCategory: null,
|
|
11861
|
+
sort: 4.5,
|
|
11862
|
+
},
|
|
11589
11863
|
alignItems: {
|
|
11590
11864
|
label: 'Align Items',
|
|
11591
11865
|
description: 'Controls cross-axis alignment.',
|
|
@@ -11851,6 +12125,7 @@ export const patterns = [
|
|
|
11851
12125
|
scrollable: 'boolean',
|
|
11852
12126
|
style: {
|
|
11853
12127
|
flexDirection: ['row', 'column'],
|
|
12128
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
11854
12129
|
alignItems: [
|
|
11855
12130
|
'flex-start',
|
|
11856
12131
|
'center',
|
|
@@ -11970,6 +12245,13 @@ export const patterns = [
|
|
|
11970
12245
|
specialCategory: null,
|
|
11971
12246
|
sort: 4,
|
|
11972
12247
|
},
|
|
12248
|
+
flexWrap: {
|
|
12249
|
+
label: 'Flex Wrap',
|
|
12250
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
12251
|
+
category: 'container',
|
|
12252
|
+
specialCategory: null,
|
|
12253
|
+
sort: 4.5,
|
|
12254
|
+
},
|
|
11973
12255
|
alignItems: {
|
|
11974
12256
|
label: 'Align Items',
|
|
11975
12257
|
description: 'Controls cross-axis alignment.',
|
|
@@ -12282,6 +12564,7 @@ export const patterns = [
|
|
|
12282
12564
|
scrollable: 'boolean',
|
|
12283
12565
|
style: {
|
|
12284
12566
|
flexDirection: ['row', 'column'],
|
|
12567
|
+
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
|
|
12285
12568
|
alignItems: [
|
|
12286
12569
|
'flex-start',
|
|
12287
12570
|
'center',
|
|
@@ -12392,6 +12675,13 @@ export const patterns = [
|
|
|
12392
12675
|
specialCategory: null,
|
|
12393
12676
|
sort: 4,
|
|
12394
12677
|
},
|
|
12678
|
+
flexWrap: {
|
|
12679
|
+
label: 'Flex Wrap',
|
|
12680
|
+
description: 'Controls whether flex items wrap to multiple lines.',
|
|
12681
|
+
category: 'container',
|
|
12682
|
+
specialCategory: null,
|
|
12683
|
+
sort: 4.5,
|
|
12684
|
+
},
|
|
12395
12685
|
alignItems: {
|
|
12396
12686
|
label: 'Align Items',
|
|
12397
12687
|
description: 'Controls cross-axis alignment.',
|