@developer_tribe/react-builder 1.2.33 → 1.2.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build-components/OnboardDot/OnboardDotProps.generated.d.ts +3 -3
- package/dist/build-components/patterns.generated.d.ts +52 -52
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.web.cjs.js +4 -4
- package/dist/index.web.cjs.js.map +1 -1
- package/dist/index.web.esm.js +6 -6
- package/dist/index.web.esm.js.map +1 -1
- package/package.json +1 -1
- package/scripts/prebuild/assets/prompt_scheme.md +34 -1
- package/scripts/prebuild/generate-prompt-schemes.js +143 -7
- package/src/assets/meta.json +1 -1
- package/src/assets/prompt-scheme-onboard.generated.ts +1 -1
- package/src/assets/prompt-scheme-paywall.generated.ts +1 -1
- package/src/attributes-editor/useAttributesEditorModel.ts +12 -15
- package/src/build-components/OnboardDot/OnboardDot.tsx +10 -8
- package/src/build-components/OnboardDot/OnboardDotProps.generated.ts +3 -3
- package/src/build-components/OnboardDot/pattern.json +13 -12
- package/src/build-components/OnboardFooter/OnboardFooter.tsx +4 -9
- package/src/build-components/OnboardFooter/pattern.json +14 -16
- package/src/build-components/patterns.generated.ts +52 -52
- package/src/modals/MockableFeatureModal.tsx +552 -5
- package/src/modals/Modal.tsx +7 -1
|
@@ -47,13 +47,13 @@ export interface OnboardDotPropsGenerated {
|
|
|
47
47
|
styles?: OnboardDotStyleGenerated;
|
|
48
48
|
scrollable?: boolean;
|
|
49
49
|
dotType?: DotTypeOptionType;
|
|
50
|
+
flexDirection?: never;
|
|
51
|
+
alignItems?: never;
|
|
52
|
+
justifyContent?: never;
|
|
50
53
|
dot_thickness?: string;
|
|
51
54
|
inactive_dot_opacity?: number;
|
|
52
55
|
inactive_dot_color?: string;
|
|
53
56
|
active_dot_color?: string;
|
|
54
|
-
flexDirection?: never;
|
|
55
|
-
alignItems?: never;
|
|
56
|
-
justifyContent?: never;
|
|
57
57
|
};
|
|
58
58
|
}
|
|
59
59
|
export interface OnboardDotComponentProps {
|
|
@@ -5898,13 +5898,13 @@ export declare const patterns: readonly [{
|
|
|
5898
5898
|
readonly zIndex: "number";
|
|
5899
5899
|
};
|
|
5900
5900
|
readonly dotType: readonly ["expanding_dot", "normal_dot", "scaling_dot", "sliding_border", "sliding_dot", "liquid_like"];
|
|
5901
|
+
readonly flexDirection: "never";
|
|
5902
|
+
readonly alignItems: "never";
|
|
5903
|
+
readonly justifyContent: "never";
|
|
5901
5904
|
readonly dot_thickness: "size";
|
|
5902
5905
|
readonly inactive_dot_opacity: "number";
|
|
5903
5906
|
readonly inactive_dot_color: "color";
|
|
5904
5907
|
readonly active_dot_color: "color";
|
|
5905
|
-
readonly flexDirection: "never";
|
|
5906
|
-
readonly alignItems: "never";
|
|
5907
|
-
readonly justifyContent: "never";
|
|
5908
5908
|
};
|
|
5909
5909
|
};
|
|
5910
5910
|
readonly meta: {
|
|
@@ -5953,41 +5953,6 @@ export declare const patterns: readonly [{
|
|
|
5953
5953
|
readonly sort: 21;
|
|
5954
5954
|
readonly preferredScale: "s";
|
|
5955
5955
|
};
|
|
5956
|
-
readonly dotType: {
|
|
5957
|
-
readonly label: "Dot Type";
|
|
5958
|
-
readonly description: "Dot animation style.";
|
|
5959
|
-
readonly category: "style";
|
|
5960
|
-
readonly specialCategory: null;
|
|
5961
|
-
readonly sort: 1;
|
|
5962
|
-
};
|
|
5963
|
-
readonly inactive_dot_opacity: {
|
|
5964
|
-
readonly label: "Inactive Dot Opacity";
|
|
5965
|
-
readonly description: "Opacity for inactive dots.";
|
|
5966
|
-
readonly category: "style";
|
|
5967
|
-
readonly specialCategory: null;
|
|
5968
|
-
readonly sort: 3;
|
|
5969
|
-
};
|
|
5970
|
-
readonly inactive_dot_color: {
|
|
5971
|
-
readonly label: "Inactive Dot Color";
|
|
5972
|
-
readonly description: "Color of inactive dots.";
|
|
5973
|
-
readonly category: "style";
|
|
5974
|
-
readonly specialCategory: null;
|
|
5975
|
-
readonly sort: 4;
|
|
5976
|
-
};
|
|
5977
|
-
readonly dot_thickness: {
|
|
5978
|
-
readonly label: "Dot Thickness";
|
|
5979
|
-
readonly description: "Dot size/diameter.";
|
|
5980
|
-
readonly category: "style";
|
|
5981
|
-
readonly specialCategory: null;
|
|
5982
|
-
readonly sort: 2;
|
|
5983
|
-
};
|
|
5984
|
-
readonly active_dot_color: {
|
|
5985
|
-
readonly label: "Active Dot Color";
|
|
5986
|
-
readonly description: "Color of the active dot.";
|
|
5987
|
-
readonly category: "style";
|
|
5988
|
-
readonly specialCategory: null;
|
|
5989
|
-
readonly sort: 5;
|
|
5990
|
-
};
|
|
5991
5956
|
};
|
|
5992
5957
|
readonly attributes: {
|
|
5993
5958
|
readonly scrollable: {
|
|
@@ -6246,6 +6211,41 @@ export declare const patterns: readonly [{
|
|
|
6246
6211
|
readonly specialCategory: null;
|
|
6247
6212
|
readonly sort: 26;
|
|
6248
6213
|
};
|
|
6214
|
+
readonly dotType: {
|
|
6215
|
+
readonly label: "Dot Type";
|
|
6216
|
+
readonly description: "Dot animation style.";
|
|
6217
|
+
readonly category: "style";
|
|
6218
|
+
readonly specialCategory: null;
|
|
6219
|
+
readonly sort: 1;
|
|
6220
|
+
};
|
|
6221
|
+
readonly dot_thickness: {
|
|
6222
|
+
readonly label: "Dot Thickness";
|
|
6223
|
+
readonly description: "Dot size/diameter.";
|
|
6224
|
+
readonly category: "style";
|
|
6225
|
+
readonly specialCategory: null;
|
|
6226
|
+
readonly sort: 2;
|
|
6227
|
+
};
|
|
6228
|
+
readonly inactive_dot_opacity: {
|
|
6229
|
+
readonly label: "Inactive Dot Opacity";
|
|
6230
|
+
readonly description: "Opacity for inactive dots.";
|
|
6231
|
+
readonly category: "style";
|
|
6232
|
+
readonly specialCategory: null;
|
|
6233
|
+
readonly sort: 3;
|
|
6234
|
+
};
|
|
6235
|
+
readonly inactive_dot_color: {
|
|
6236
|
+
readonly label: "Inactive Dot Color";
|
|
6237
|
+
readonly description: "Color of inactive dots.";
|
|
6238
|
+
readonly category: "style";
|
|
6239
|
+
readonly specialCategory: null;
|
|
6240
|
+
readonly sort: 4;
|
|
6241
|
+
};
|
|
6242
|
+
readonly active_dot_color: {
|
|
6243
|
+
readonly label: "Active Dot Color";
|
|
6244
|
+
readonly description: "Color of the active dot.";
|
|
6245
|
+
readonly category: "style";
|
|
6246
|
+
readonly specialCategory: null;
|
|
6247
|
+
readonly sort: 5;
|
|
6248
|
+
};
|
|
6249
6249
|
};
|
|
6250
6250
|
};
|
|
6251
6251
|
readonly defaults: {
|
|
@@ -6384,20 +6384,6 @@ export declare const patterns: readonly [{
|
|
|
6384
6384
|
readonly sort: 21;
|
|
6385
6385
|
readonly preferredScale: "s";
|
|
6386
6386
|
};
|
|
6387
|
-
readonly linkedWordFirstColor: {
|
|
6388
|
-
readonly label: "Linked Word First Color";
|
|
6389
|
-
readonly description: "Color of the first linked word.";
|
|
6390
|
-
readonly category: "style";
|
|
6391
|
-
readonly specialCategory: null;
|
|
6392
|
-
readonly sort: 3;
|
|
6393
|
-
};
|
|
6394
|
-
readonly linkedWordSecondColor: {
|
|
6395
|
-
readonly label: "Linked Word Second Color";
|
|
6396
|
-
readonly description: "Color of the second linked word.";
|
|
6397
|
-
readonly category: "style";
|
|
6398
|
-
readonly specialCategory: null;
|
|
6399
|
-
readonly sort: 6;
|
|
6400
|
-
};
|
|
6401
6387
|
};
|
|
6402
6388
|
readonly attributes: {
|
|
6403
6389
|
readonly adjustsFontSizeToFit: {
|
|
@@ -6684,6 +6670,13 @@ export declare const patterns: readonly [{
|
|
|
6684
6670
|
readonly specialCategory: null;
|
|
6685
6671
|
readonly sort: 2;
|
|
6686
6672
|
};
|
|
6673
|
+
readonly linkedWordFirstColor: {
|
|
6674
|
+
readonly label: "Linked Word First Color";
|
|
6675
|
+
readonly description: "Color of the first linked word.";
|
|
6676
|
+
readonly category: "other";
|
|
6677
|
+
readonly specialCategory: null;
|
|
6678
|
+
readonly sort: 3;
|
|
6679
|
+
};
|
|
6687
6680
|
readonly linkedWordFirstPage: {
|
|
6688
6681
|
readonly label: "Linked Word First Page";
|
|
6689
6682
|
readonly description: "Page opened by the first link.";
|
|
@@ -6698,6 +6691,13 @@ export declare const patterns: readonly [{
|
|
|
6698
6691
|
readonly specialCategory: null;
|
|
6699
6692
|
readonly sort: 5;
|
|
6700
6693
|
};
|
|
6694
|
+
readonly linkedWordSecondColor: {
|
|
6695
|
+
readonly label: "Linked Word Second Color";
|
|
6696
|
+
readonly description: "Color of the second linked word.";
|
|
6697
|
+
readonly category: "other";
|
|
6698
|
+
readonly specialCategory: null;
|
|
6699
|
+
readonly sort: 6;
|
|
6700
|
+
};
|
|
6701
6701
|
readonly linkedWordSecondPage: {
|
|
6702
6702
|
readonly label: "Linked Word Second Page";
|
|
6703
6703
|
readonly description: "Page opened by the second link.";
|