@layers-app/shared 0.0.39-froms-01 → 0.0.40

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 (65) hide show
  1. package/dist/{KanbanLayout-D5Ex3f-G.js → KanbanLayout-Cgno2syU.js} +1 -1
  2. package/dist/components/AppContainer/AppContainer.d.ts +1 -1
  3. package/dist/components/AppContainer/components/DesktopNavbar.d.ts +1 -1
  4. package/dist/components/AppContainer/components/MenuUserDropdown.d.ts +2 -0
  5. package/dist/components/AppContainer/types.d.ts +4 -1
  6. package/dist/components/CircleColorPicker/CircleColorPicker.d.ts +2 -2
  7. package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts +12 -0
  8. package/dist/components/CommentComposer/index.d.ts +10 -8
  9. package/dist/components/CommentFilterMenu/index.d.ts +9 -0
  10. package/dist/components/CommentsPanel/components/CommentActionMenu.d.ts +5 -1
  11. package/dist/components/CommentsPanel/components/CommentPanelListItem.d.ts +3 -4
  12. package/dist/components/CommentsPanel/components/{CommentFilterMenu.d.ts → CommentTabFilter.d.ts} +2 -1
  13. package/dist/components/CommentsPanel/components/CommentsEmptyPlaceholder.d.ts +5 -2
  14. package/dist/components/CommentsPanel/components/CommentsListItemMenu.d.ts +2 -1
  15. package/dist/components/CommentsPanel/components/CommentsPanelList.d.ts +3 -4
  16. package/dist/components/CommentsPanel/components/CommentsThreadReplyControls.d.ts +5 -1
  17. package/dist/components/CommentsPanel/components/CommentsUploadFilesPreview.d.ts +9 -5
  18. package/dist/components/CommentsPanel/index.d.ts +10 -6
  19. package/dist/components/CommentsPanel/store.d.ts +7 -1
  20. package/dist/components/CommentsPanel/types.d.ts +152 -57
  21. package/dist/components/CommentsPanel/utils.d.ts +11 -5
  22. package/dist/components/FormViewer/components/Container.d.ts +3 -3
  23. package/dist/components/FormViewer/components/Step.d.ts +3 -2
  24. package/dist/components/FormViewer/components/StepDescription.d.ts +4 -3
  25. package/dist/components/FormViewer/components/StepTitle.d.ts +4 -3
  26. package/dist/components/FormViewer/components/fields/ButtonField/ButtonField.d.ts +3 -2
  27. package/dist/components/FormViewer/components/fields/ButtonField/InnerButton.d.ts +3 -2
  28. package/dist/components/FormViewer/components/fields/ChoiceField/ChoiceCard.d.ts +3 -3
  29. package/dist/components/FormViewer/components/fields/ChoiceField/ChoiceField.d.ts +3 -2
  30. package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceCard.d.ts +3 -3
  31. package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceField.d.ts +3 -2
  32. package/dist/components/FormViewer/components/fields/ConfirmButton.d.ts +3 -2
  33. package/dist/components/FormViewer/components/fields/ConfirmField.d.ts +3 -2
  34. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.d.ts +3 -2
  35. package/dist/components/FormViewer/components/fields/MultipleChoice/MultipleChoiceCard.d.ts +3 -3
  36. package/dist/components/FormViewer/components/fields/MultipleChoice/MultipleChoiceField.d.ts +3 -2
  37. package/dist/components/FormViewer/components/fields/RatingField.d.ts +3 -3
  38. package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.d.ts +3 -3
  39. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.d.ts +3 -3
  40. package/dist/components/FormViewer/components/fields/SliderField.d.ts +3 -3
  41. package/dist/components/FormViewer/components/fields/StartField.d.ts +3 -2
  42. package/dist/components/FormViewer/components/fields/UploadField/UploadField.d.ts +3 -3
  43. package/dist/components/FormViewer/constants/defaultTheme.d.ts +2 -0
  44. package/dist/components/FormViewer/helpers/conditions.d.ts +9 -5
  45. package/dist/components/FormViewer/helpers/helpers.d.ts +9 -5
  46. package/dist/components/FormViewer/helpers/steps.d.ts +9 -5
  47. package/dist/components/FormViewer/hooks/useActiveControl.d.ts +2 -0
  48. package/dist/components/FormViewer/hooks/useActiveStep.d.ts +9 -5
  49. package/dist/components/FormViewer/store/formStore.d.ts +1280 -72
  50. package/dist/components/FormViewer/store/formStoreApi.d.ts +630 -7
  51. package/dist/components/FormViewer/store/selectors.d.ts +6893 -2159
  52. package/dist/components/FormViewer/types/schemes.d.ts +210 -206
  53. package/dist/components/InviteModal/InviteModal.d.ts +2 -0
  54. package/dist/components/InviteModal/slice.d.ts +13 -0
  55. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts +1 -0
  56. package/dist/components/modals/openRemoveConfirmModal.d.ts +4 -0
  57. package/dist/helpers/getFileType.d.ts +2 -1
  58. package/dist/helpers/isAppMode.d.ts +2 -0
  59. package/dist/{index-BVdsep1X.js → index-jQFbCQG3.js} +10852 -9973
  60. package/dist/index.d.ts +8 -0
  61. package/dist/index.js +25 -16
  62. package/dist/index.umd.cjs +59 -59
  63. package/package.json +8 -8
  64. package/dist/components/CommentsPanel/components/CommentsMultiSelectUsers.d.ts +0 -6
  65. package/dist/components/CommentsPanel/components/RemoveConfirmModal.d.ts +0 -11
@@ -322,6 +322,7 @@ export declare namespace Schemes {
322
322
  required: z.ZodOptional<z.ZodBoolean>;
323
323
  showInput: z.ZodOptional<z.ZodBoolean>;
324
324
  variableName: z.ZodOptional<z.ZodString>;
325
+ otherOption: z.ZodOptional<z.ZodBoolean>;
325
326
  }, "strip", z.ZodTypeAny, {
326
327
  id: string;
327
328
  options: {
@@ -334,6 +335,7 @@ export declare namespace Schemes {
334
335
  required?: boolean | undefined;
335
336
  variableName?: string | undefined;
336
337
  showInput?: boolean | undefined;
338
+ otherOption?: boolean | undefined;
337
339
  }, {
338
340
  id: string;
339
341
  options: {
@@ -346,6 +348,7 @@ export declare namespace Schemes {
346
348
  required?: boolean | undefined;
347
349
  variableName?: string | undefined;
348
350
  showInput?: boolean | undefined;
351
+ otherOption?: boolean | undefined;
349
352
  }>;
350
353
  const multipleChoiceControlItemSchema: z.ZodObject<{
351
354
  label: z.ZodString;
@@ -378,6 +381,7 @@ export declare namespace Schemes {
378
381
  minOptions: z.ZodOptional<z.ZodNumber>;
379
382
  maxOptions: z.ZodOptional<z.ZodNumber>;
380
383
  showInput: z.ZodOptional<z.ZodBoolean>;
384
+ otherOption: z.ZodOptional<z.ZodBoolean>;
381
385
  }, "strip", z.ZodTypeAny, {
382
386
  id: string;
383
387
  options: {
@@ -391,6 +395,7 @@ export declare namespace Schemes {
391
395
  required?: boolean | undefined;
392
396
  variableName?: string | undefined;
393
397
  showInput?: boolean | undefined;
398
+ otherOption?: boolean | undefined;
394
399
  minOptions?: number | undefined;
395
400
  maxOptions?: number | undefined;
396
401
  }, {
@@ -406,6 +411,7 @@ export declare namespace Schemes {
406
411
  required?: boolean | undefined;
407
412
  variableName?: string | undefined;
408
413
  showInput?: boolean | undefined;
414
+ otherOption?: boolean | undefined;
409
415
  minOptions?: number | undefined;
410
416
  maxOptions?: number | undefined;
411
417
  }>;
@@ -894,6 +900,7 @@ export declare namespace Schemes {
894
900
  minOptions: z.ZodOptional<z.ZodNumber>;
895
901
  maxOptions: z.ZodOptional<z.ZodNumber>;
896
902
  showInput: z.ZodOptional<z.ZodBoolean>;
903
+ otherOption: z.ZodOptional<z.ZodBoolean>;
897
904
  }, "strip", z.ZodTypeAny, {
898
905
  id: string;
899
906
  options: {
@@ -907,6 +914,7 @@ export declare namespace Schemes {
907
914
  required?: boolean | undefined;
908
915
  variableName?: string | undefined;
909
916
  showInput?: boolean | undefined;
917
+ otherOption?: boolean | undefined;
910
918
  minOptions?: number | undefined;
911
919
  maxOptions?: number | undefined;
912
920
  }, {
@@ -922,6 +930,7 @@ export declare namespace Schemes {
922
930
  required?: boolean | undefined;
923
931
  variableName?: string | undefined;
924
932
  showInput?: boolean | undefined;
933
+ otherOption?: boolean | undefined;
925
934
  minOptions?: number | undefined;
926
935
  maxOptions?: number | undefined;
927
936
  }>, z.ZodObject<{
@@ -1017,6 +1026,7 @@ export declare namespace Schemes {
1017
1026
  required: z.ZodOptional<z.ZodBoolean>;
1018
1027
  showInput: z.ZodOptional<z.ZodBoolean>;
1019
1028
  variableName: z.ZodOptional<z.ZodString>;
1029
+ otherOption: z.ZodOptional<z.ZodBoolean>;
1020
1030
  }, "strip", z.ZodTypeAny, {
1021
1031
  id: string;
1022
1032
  options: {
@@ -1029,6 +1039,7 @@ export declare namespace Schemes {
1029
1039
  required?: boolean | undefined;
1030
1040
  variableName?: string | undefined;
1031
1041
  showInput?: boolean | undefined;
1042
+ otherOption?: boolean | undefined;
1032
1043
  }, {
1033
1044
  id: string;
1034
1045
  options: {
@@ -1041,6 +1052,7 @@ export declare namespace Schemes {
1041
1052
  required?: boolean | undefined;
1042
1053
  variableName?: string | undefined;
1043
1054
  showInput?: boolean | undefined;
1055
+ otherOption?: boolean | undefined;
1044
1056
  }>, z.ZodObject<{
1045
1057
  title: z.ZodOptional<z.ZodString>;
1046
1058
  description: z.ZodOptional<z.ZodString>;
@@ -1431,34 +1443,22 @@ export declare namespace Schemes {
1431
1443
  opacity: z.ZodOptional<z.ZodNumber>;
1432
1444
  blur: z.ZodOptional<z.ZodNumber>;
1433
1445
  backgroundImage: z.ZodOptional<z.ZodString>;
1434
- shadow: z.ZodOptional<z.ZodObject<{
1435
- size: z.ZodOptional<z.ZodNumber>;
1436
- color: z.ZodOptional<z.ZodString>;
1437
- }, "strip", z.ZodTypeAny, {
1438
- color?: string | undefined;
1439
- size?: number | undefined;
1440
- }, {
1441
- color?: string | undefined;
1442
- size?: number | undefined;
1443
- }>>;
1446
+ shadowSize: z.ZodOptional<z.ZodNumber>;
1447
+ shadowColor: z.ZodOptional<z.ZodString>;
1444
1448
  }, "strip", z.ZodTypeAny, {
1445
1449
  color?: string | undefined;
1446
1450
  opacity?: number | undefined;
1447
1451
  backgroundImage?: string | undefined;
1448
- shadow?: {
1449
- color?: string | undefined;
1450
- size?: number | undefined;
1451
- } | undefined;
1452
1452
  blur?: number | undefined;
1453
+ shadowSize?: number | undefined;
1454
+ shadowColor?: string | undefined;
1453
1455
  }, {
1454
1456
  color?: string | undefined;
1455
1457
  opacity?: number | undefined;
1456
1458
  backgroundImage?: string | undefined;
1457
- shadow?: {
1458
- color?: string | undefined;
1459
- size?: number | undefined;
1460
- } | undefined;
1461
1459
  blur?: number | undefined;
1460
+ shadowSize?: number | undefined;
1461
+ shadowColor?: string | undefined;
1462
1462
  }>;
1463
1463
  const backgroundSchema: z.ZodObject<{
1464
1464
  color: z.ZodOptional<z.ZodString>;
@@ -1554,34 +1554,22 @@ export declare namespace Schemes {
1554
1554
  opacity: z.ZodOptional<z.ZodNumber>;
1555
1555
  blur: z.ZodOptional<z.ZodNumber>;
1556
1556
  backgroundImage: z.ZodOptional<z.ZodString>;
1557
- shadow: z.ZodOptional<z.ZodObject<{
1558
- size: z.ZodOptional<z.ZodNumber>;
1559
- color: z.ZodOptional<z.ZodString>;
1560
- }, "strip", z.ZodTypeAny, {
1561
- color?: string | undefined;
1562
- size?: number | undefined;
1563
- }, {
1564
- color?: string | undefined;
1565
- size?: number | undefined;
1566
- }>>;
1557
+ shadowSize: z.ZodOptional<z.ZodNumber>;
1558
+ shadowColor: z.ZodOptional<z.ZodString>;
1567
1559
  }, "strip", z.ZodTypeAny, {
1568
1560
  color?: string | undefined;
1569
1561
  opacity?: number | undefined;
1570
1562
  backgroundImage?: string | undefined;
1571
- shadow?: {
1572
- color?: string | undefined;
1573
- size?: number | undefined;
1574
- } | undefined;
1575
1563
  blur?: number | undefined;
1564
+ shadowSize?: number | undefined;
1565
+ shadowColor?: string | undefined;
1576
1566
  }, {
1577
1567
  color?: string | undefined;
1578
1568
  opacity?: number | undefined;
1579
1569
  backgroundImage?: string | undefined;
1580
- shadow?: {
1581
- color?: string | undefined;
1582
- size?: number | undefined;
1583
- } | undefined;
1584
1570
  blur?: number | undefined;
1571
+ shadowSize?: number | undefined;
1572
+ shadowColor?: string | undefined;
1585
1573
  }>>;
1586
1574
  background: z.ZodOptional<z.ZodObject<{
1587
1575
  color: z.ZodOptional<z.ZodString>;
@@ -1651,11 +1639,9 @@ export declare namespace Schemes {
1651
1639
  color?: string | undefined;
1652
1640
  opacity?: number | undefined;
1653
1641
  backgroundImage?: string | undefined;
1654
- shadow?: {
1655
- color?: string | undefined;
1656
- size?: number | undefined;
1657
- } | undefined;
1658
1642
  blur?: number | undefined;
1643
+ shadowSize?: number | undefined;
1644
+ shadowColor?: string | undefined;
1659
1645
  } | undefined;
1660
1646
  borderRadius?: "sm" | "md" | "lg" | undefined;
1661
1647
  font?: {
@@ -1699,11 +1685,9 @@ export declare namespace Schemes {
1699
1685
  color?: string | undefined;
1700
1686
  opacity?: number | undefined;
1701
1687
  backgroundImage?: string | undefined;
1702
- shadow?: {
1703
- color?: string | undefined;
1704
- size?: number | undefined;
1705
- } | undefined;
1706
1688
  blur?: number | undefined;
1689
+ shadowSize?: number | undefined;
1690
+ shadowColor?: string | undefined;
1707
1691
  } | undefined;
1708
1692
  borderRadius?: "sm" | "md" | "lg" | undefined;
1709
1693
  font?: {
@@ -1840,6 +1824,7 @@ export declare namespace Schemes {
1840
1824
  minOptions: z.ZodOptional<z.ZodNumber>;
1841
1825
  maxOptions: z.ZodOptional<z.ZodNumber>;
1842
1826
  showInput: z.ZodOptional<z.ZodBoolean>;
1827
+ otherOption: z.ZodOptional<z.ZodBoolean>;
1843
1828
  }, "strip", z.ZodTypeAny, {
1844
1829
  id: string;
1845
1830
  options: {
@@ -1853,6 +1838,7 @@ export declare namespace Schemes {
1853
1838
  required?: boolean | undefined;
1854
1839
  variableName?: string | undefined;
1855
1840
  showInput?: boolean | undefined;
1841
+ otherOption?: boolean | undefined;
1856
1842
  minOptions?: number | undefined;
1857
1843
  maxOptions?: number | undefined;
1858
1844
  }, {
@@ -1868,6 +1854,7 @@ export declare namespace Schemes {
1868
1854
  required?: boolean | undefined;
1869
1855
  variableName?: string | undefined;
1870
1856
  showInput?: boolean | undefined;
1857
+ otherOption?: boolean | undefined;
1871
1858
  minOptions?: number | undefined;
1872
1859
  maxOptions?: number | undefined;
1873
1860
  }>, z.ZodObject<{
@@ -1963,6 +1950,7 @@ export declare namespace Schemes {
1963
1950
  required: z.ZodOptional<z.ZodBoolean>;
1964
1951
  showInput: z.ZodOptional<z.ZodBoolean>;
1965
1952
  variableName: z.ZodOptional<z.ZodString>;
1953
+ otherOption: z.ZodOptional<z.ZodBoolean>;
1966
1954
  }, "strip", z.ZodTypeAny, {
1967
1955
  id: string;
1968
1956
  options: {
@@ -1975,6 +1963,7 @@ export declare namespace Schemes {
1975
1963
  required?: boolean | undefined;
1976
1964
  variableName?: string | undefined;
1977
1965
  showInput?: boolean | undefined;
1966
+ otherOption?: boolean | undefined;
1978
1967
  }, {
1979
1968
  id: string;
1980
1969
  options: {
@@ -1987,6 +1976,7 @@ export declare namespace Schemes {
1987
1976
  required?: boolean | undefined;
1988
1977
  variableName?: string | undefined;
1989
1978
  showInput?: boolean | undefined;
1979
+ otherOption?: boolean | undefined;
1990
1980
  }>, z.ZodObject<{
1991
1981
  title: z.ZodOptional<z.ZodString>;
1992
1982
  description: z.ZodOptional<z.ZodString>;
@@ -2462,34 +2452,22 @@ export declare namespace Schemes {
2462
2452
  opacity: z.ZodOptional<z.ZodNumber>;
2463
2453
  blur: z.ZodOptional<z.ZodNumber>;
2464
2454
  backgroundImage: z.ZodOptional<z.ZodString>;
2465
- shadow: z.ZodOptional<z.ZodObject<{
2466
- size: z.ZodOptional<z.ZodNumber>;
2467
- color: z.ZodOptional<z.ZodString>;
2468
- }, "strip", z.ZodTypeAny, {
2469
- color?: string | undefined;
2470
- size?: number | undefined;
2471
- }, {
2472
- color?: string | undefined;
2473
- size?: number | undefined;
2474
- }>>;
2455
+ shadowSize: z.ZodOptional<z.ZodNumber>;
2456
+ shadowColor: z.ZodOptional<z.ZodString>;
2475
2457
  }, "strip", z.ZodTypeAny, {
2476
2458
  color?: string | undefined;
2477
2459
  opacity?: number | undefined;
2478
2460
  backgroundImage?: string | undefined;
2479
- shadow?: {
2480
- color?: string | undefined;
2481
- size?: number | undefined;
2482
- } | undefined;
2483
2461
  blur?: number | undefined;
2462
+ shadowSize?: number | undefined;
2463
+ shadowColor?: string | undefined;
2484
2464
  }, {
2485
2465
  color?: string | undefined;
2486
2466
  opacity?: number | undefined;
2487
2467
  backgroundImage?: string | undefined;
2488
- shadow?: {
2489
- color?: string | undefined;
2490
- size?: number | undefined;
2491
- } | undefined;
2492
2468
  blur?: number | undefined;
2469
+ shadowSize?: number | undefined;
2470
+ shadowColor?: string | undefined;
2493
2471
  }>>;
2494
2472
  background: z.ZodOptional<z.ZodObject<{
2495
2473
  color: z.ZodOptional<z.ZodString>;
@@ -2559,11 +2537,9 @@ export declare namespace Schemes {
2559
2537
  color?: string | undefined;
2560
2538
  opacity?: number | undefined;
2561
2539
  backgroundImage?: string | undefined;
2562
- shadow?: {
2563
- color?: string | undefined;
2564
- size?: number | undefined;
2565
- } | undefined;
2566
2540
  blur?: number | undefined;
2541
+ shadowSize?: number | undefined;
2542
+ shadowColor?: string | undefined;
2567
2543
  } | undefined;
2568
2544
  borderRadius?: "sm" | "md" | "lg" | undefined;
2569
2545
  font?: {
@@ -2607,11 +2583,9 @@ export declare namespace Schemes {
2607
2583
  color?: string | undefined;
2608
2584
  opacity?: number | undefined;
2609
2585
  backgroundImage?: string | undefined;
2610
- shadow?: {
2611
- color?: string | undefined;
2612
- size?: number | undefined;
2613
- } | undefined;
2614
2586
  blur?: number | undefined;
2587
+ shadowSize?: number | undefined;
2588
+ shadowColor?: string | undefined;
2615
2589
  } | undefined;
2616
2590
  borderRadius?: "sm" | "md" | "lg" | undefined;
2617
2591
  font?: {
@@ -2624,6 +2598,16 @@ export declare namespace Schemes {
2624
2598
  primaryColor?: string | undefined;
2625
2599
  customCSS?: string | undefined;
2626
2600
  }>>;
2601
+ position: z.ZodOptional<z.ZodObject<{
2602
+ x: z.ZodNumber;
2603
+ y: z.ZodNumber;
2604
+ }, "strip", z.ZodTypeAny, {
2605
+ x: number;
2606
+ y: number;
2607
+ }, {
2608
+ x: number;
2609
+ y: number;
2610
+ }>>;
2627
2611
  }, "strip", z.ZodTypeAny, {
2628
2612
  id: string;
2629
2613
  controls: ({
@@ -2719,6 +2703,7 @@ export declare namespace Schemes {
2719
2703
  required?: boolean | undefined;
2720
2704
  variableName?: string | undefined;
2721
2705
  showInput?: boolean | undefined;
2706
+ otherOption?: boolean | undefined;
2722
2707
  } | {
2723
2708
  id: string;
2724
2709
  options: {
@@ -2732,6 +2717,7 @@ export declare namespace Schemes {
2732
2717
  required?: boolean | undefined;
2733
2718
  variableName?: string | undefined;
2734
2719
  showInput?: boolean | undefined;
2720
+ otherOption?: boolean | undefined;
2735
2721
  minOptions?: number | undefined;
2736
2722
  maxOptions?: number | undefined;
2737
2723
  } | {
@@ -2831,6 +2817,10 @@ export declare namespace Schemes {
2831
2817
  variableName?: string | undefined;
2832
2818
  })[];
2833
2819
  trigger: string;
2820
+ position?: {
2821
+ x: number;
2822
+ y: number;
2823
+ } | undefined;
2834
2824
  media?: {
2835
2825
  video?: string | undefined;
2836
2826
  image?: string | undefined;
@@ -2873,11 +2863,9 @@ export declare namespace Schemes {
2873
2863
  color?: string | undefined;
2874
2864
  opacity?: number | undefined;
2875
2865
  backgroundImage?: string | undefined;
2876
- shadow?: {
2877
- color?: string | undefined;
2878
- size?: number | undefined;
2879
- } | undefined;
2880
2866
  blur?: number | undefined;
2867
+ shadowSize?: number | undefined;
2868
+ shadowColor?: string | undefined;
2881
2869
  } | undefined;
2882
2870
  borderRadius?: "sm" | "md" | "lg" | undefined;
2883
2871
  font?: {
@@ -2890,10 +2878,10 @@ export declare namespace Schemes {
2890
2878
  primaryColor?: string | undefined;
2891
2879
  customCSS?: string | undefined;
2892
2880
  } | undefined;
2893
- confirmLabel?: string | undefined;
2894
2881
  isStart?: boolean | undefined;
2895
2882
  isEnd?: boolean | undefined;
2896
2883
  autoSubmit?: boolean | undefined;
2884
+ confirmLabel?: string | undefined;
2897
2885
  conditions?: {
2898
2886
  operator: string;
2899
2887
  trigger: string;
@@ -2995,6 +2983,7 @@ export declare namespace Schemes {
2995
2983
  required?: boolean | undefined;
2996
2984
  variableName?: string | undefined;
2997
2985
  showInput?: boolean | undefined;
2986
+ otherOption?: boolean | undefined;
2998
2987
  } | {
2999
2988
  id: string;
3000
2989
  options: {
@@ -3008,6 +2997,7 @@ export declare namespace Schemes {
3008
2997
  required?: boolean | undefined;
3009
2998
  variableName?: string | undefined;
3010
2999
  showInput?: boolean | undefined;
3000
+ otherOption?: boolean | undefined;
3011
3001
  minOptions?: number | undefined;
3012
3002
  maxOptions?: number | undefined;
3013
3003
  } | {
@@ -3107,6 +3097,10 @@ export declare namespace Schemes {
3107
3097
  variableName?: string | undefined;
3108
3098
  })[];
3109
3099
  trigger: string;
3100
+ position?: {
3101
+ x: number;
3102
+ y: number;
3103
+ } | undefined;
3110
3104
  media?: {
3111
3105
  video?: string | undefined;
3112
3106
  image?: string | undefined;
@@ -3149,11 +3143,9 @@ export declare namespace Schemes {
3149
3143
  color?: string | undefined;
3150
3144
  opacity?: number | undefined;
3151
3145
  backgroundImage?: string | undefined;
3152
- shadow?: {
3153
- color?: string | undefined;
3154
- size?: number | undefined;
3155
- } | undefined;
3156
3146
  blur?: number | undefined;
3147
+ shadowSize?: number | undefined;
3148
+ shadowColor?: string | undefined;
3157
3149
  } | undefined;
3158
3150
  borderRadius?: "sm" | "md" | "lg" | undefined;
3159
3151
  font?: {
@@ -3166,10 +3158,10 @@ export declare namespace Schemes {
3166
3158
  primaryColor?: string | undefined;
3167
3159
  customCSS?: string | undefined;
3168
3160
  } | undefined;
3169
- confirmLabel?: string | undefined;
3170
3161
  isStart?: boolean | undefined;
3171
3162
  isEnd?: boolean | undefined;
3172
3163
  autoSubmit?: boolean | undefined;
3164
+ confirmLabel?: string | undefined;
3173
3165
  conditions?: {
3174
3166
  operator: string;
3175
3167
  trigger: string;
@@ -3302,6 +3294,7 @@ export declare namespace Schemes {
3302
3294
  minOptions: z.ZodOptional<z.ZodNumber>;
3303
3295
  maxOptions: z.ZodOptional<z.ZodNumber>;
3304
3296
  showInput: z.ZodOptional<z.ZodBoolean>;
3297
+ otherOption: z.ZodOptional<z.ZodBoolean>;
3305
3298
  }, "strip", z.ZodTypeAny, {
3306
3299
  id: string;
3307
3300
  options: {
@@ -3315,6 +3308,7 @@ export declare namespace Schemes {
3315
3308
  required?: boolean | undefined;
3316
3309
  variableName?: string | undefined;
3317
3310
  showInput?: boolean | undefined;
3311
+ otherOption?: boolean | undefined;
3318
3312
  minOptions?: number | undefined;
3319
3313
  maxOptions?: number | undefined;
3320
3314
  }, {
@@ -3330,6 +3324,7 @@ export declare namespace Schemes {
3330
3324
  required?: boolean | undefined;
3331
3325
  variableName?: string | undefined;
3332
3326
  showInput?: boolean | undefined;
3327
+ otherOption?: boolean | undefined;
3333
3328
  minOptions?: number | undefined;
3334
3329
  maxOptions?: number | undefined;
3335
3330
  }>, z.ZodObject<{
@@ -3425,6 +3420,7 @@ export declare namespace Schemes {
3425
3420
  required: z.ZodOptional<z.ZodBoolean>;
3426
3421
  showInput: z.ZodOptional<z.ZodBoolean>;
3427
3422
  variableName: z.ZodOptional<z.ZodString>;
3423
+ otherOption: z.ZodOptional<z.ZodBoolean>;
3428
3424
  }, "strip", z.ZodTypeAny, {
3429
3425
  id: string;
3430
3426
  options: {
@@ -3437,6 +3433,7 @@ export declare namespace Schemes {
3437
3433
  required?: boolean | undefined;
3438
3434
  variableName?: string | undefined;
3439
3435
  showInput?: boolean | undefined;
3436
+ otherOption?: boolean | undefined;
3440
3437
  }, {
3441
3438
  id: string;
3442
3439
  options: {
@@ -3449,6 +3446,7 @@ export declare namespace Schemes {
3449
3446
  required?: boolean | undefined;
3450
3447
  variableName?: string | undefined;
3451
3448
  showInput?: boolean | undefined;
3449
+ otherOption?: boolean | undefined;
3452
3450
  }>, z.ZodObject<{
3453
3451
  title: z.ZodOptional<z.ZodString>;
3454
3452
  description: z.ZodOptional<z.ZodString>;
@@ -3924,34 +3922,22 @@ export declare namespace Schemes {
3924
3922
  opacity: z.ZodOptional<z.ZodNumber>;
3925
3923
  blur: z.ZodOptional<z.ZodNumber>;
3926
3924
  backgroundImage: z.ZodOptional<z.ZodString>;
3927
- shadow: z.ZodOptional<z.ZodObject<{
3928
- size: z.ZodOptional<z.ZodNumber>;
3929
- color: z.ZodOptional<z.ZodString>;
3930
- }, "strip", z.ZodTypeAny, {
3931
- color?: string | undefined;
3932
- size?: number | undefined;
3933
- }, {
3934
- color?: string | undefined;
3935
- size?: number | undefined;
3936
- }>>;
3925
+ shadowSize: z.ZodOptional<z.ZodNumber>;
3926
+ shadowColor: z.ZodOptional<z.ZodString>;
3937
3927
  }, "strip", z.ZodTypeAny, {
3938
3928
  color?: string | undefined;
3939
3929
  opacity?: number | undefined;
3940
3930
  backgroundImage?: string | undefined;
3941
- shadow?: {
3942
- color?: string | undefined;
3943
- size?: number | undefined;
3944
- } | undefined;
3945
3931
  blur?: number | undefined;
3932
+ shadowSize?: number | undefined;
3933
+ shadowColor?: string | undefined;
3946
3934
  }, {
3947
3935
  color?: string | undefined;
3948
3936
  opacity?: number | undefined;
3949
3937
  backgroundImage?: string | undefined;
3950
- shadow?: {
3951
- color?: string | undefined;
3952
- size?: number | undefined;
3953
- } | undefined;
3954
3938
  blur?: number | undefined;
3939
+ shadowSize?: number | undefined;
3940
+ shadowColor?: string | undefined;
3955
3941
  }>>;
3956
3942
  background: z.ZodOptional<z.ZodObject<{
3957
3943
  color: z.ZodOptional<z.ZodString>;
@@ -4021,11 +4007,9 @@ export declare namespace Schemes {
4021
4007
  color?: string | undefined;
4022
4008
  opacity?: number | undefined;
4023
4009
  backgroundImage?: string | undefined;
4024
- shadow?: {
4025
- color?: string | undefined;
4026
- size?: number | undefined;
4027
- } | undefined;
4028
4010
  blur?: number | undefined;
4011
+ shadowSize?: number | undefined;
4012
+ shadowColor?: string | undefined;
4029
4013
  } | undefined;
4030
4014
  borderRadius?: "sm" | "md" | "lg" | undefined;
4031
4015
  font?: {
@@ -4069,11 +4053,9 @@ export declare namespace Schemes {
4069
4053
  color?: string | undefined;
4070
4054
  opacity?: number | undefined;
4071
4055
  backgroundImage?: string | undefined;
4072
- shadow?: {
4073
- color?: string | undefined;
4074
- size?: number | undefined;
4075
- } | undefined;
4076
4056
  blur?: number | undefined;
4057
+ shadowSize?: number | undefined;
4058
+ shadowColor?: string | undefined;
4077
4059
  } | undefined;
4078
4060
  borderRadius?: "sm" | "md" | "lg" | undefined;
4079
4061
  font?: {
@@ -4086,6 +4068,16 @@ export declare namespace Schemes {
4086
4068
  primaryColor?: string | undefined;
4087
4069
  customCSS?: string | undefined;
4088
4070
  }>>;
4071
+ position: z.ZodOptional<z.ZodObject<{
4072
+ x: z.ZodNumber;
4073
+ y: z.ZodNumber;
4074
+ }, "strip", z.ZodTypeAny, {
4075
+ x: number;
4076
+ y: number;
4077
+ }, {
4078
+ x: number;
4079
+ y: number;
4080
+ }>>;
4089
4081
  }, "strip", z.ZodTypeAny, {
4090
4082
  id: string;
4091
4083
  controls: ({
@@ -4181,6 +4173,7 @@ export declare namespace Schemes {
4181
4173
  required?: boolean | undefined;
4182
4174
  variableName?: string | undefined;
4183
4175
  showInput?: boolean | undefined;
4176
+ otherOption?: boolean | undefined;
4184
4177
  } | {
4185
4178
  id: string;
4186
4179
  options: {
@@ -4194,6 +4187,7 @@ export declare namespace Schemes {
4194
4187
  required?: boolean | undefined;
4195
4188
  variableName?: string | undefined;
4196
4189
  showInput?: boolean | undefined;
4190
+ otherOption?: boolean | undefined;
4197
4191
  minOptions?: number | undefined;
4198
4192
  maxOptions?: number | undefined;
4199
4193
  } | {
@@ -4293,6 +4287,10 @@ export declare namespace Schemes {
4293
4287
  variableName?: string | undefined;
4294
4288
  })[];
4295
4289
  trigger: string;
4290
+ position?: {
4291
+ x: number;
4292
+ y: number;
4293
+ } | undefined;
4296
4294
  media?: {
4297
4295
  video?: string | undefined;
4298
4296
  image?: string | undefined;
@@ -4335,11 +4333,9 @@ export declare namespace Schemes {
4335
4333
  color?: string | undefined;
4336
4334
  opacity?: number | undefined;
4337
4335
  backgroundImage?: string | undefined;
4338
- shadow?: {
4339
- color?: string | undefined;
4340
- size?: number | undefined;
4341
- } | undefined;
4342
4336
  blur?: number | undefined;
4337
+ shadowSize?: number | undefined;
4338
+ shadowColor?: string | undefined;
4343
4339
  } | undefined;
4344
4340
  borderRadius?: "sm" | "md" | "lg" | undefined;
4345
4341
  font?: {
@@ -4352,10 +4348,10 @@ export declare namespace Schemes {
4352
4348
  primaryColor?: string | undefined;
4353
4349
  customCSS?: string | undefined;
4354
4350
  } | undefined;
4355
- confirmLabel?: string | undefined;
4356
4351
  isStart?: boolean | undefined;
4357
4352
  isEnd?: boolean | undefined;
4358
4353
  autoSubmit?: boolean | undefined;
4354
+ confirmLabel?: string | undefined;
4359
4355
  conditions?: {
4360
4356
  operator: string;
4361
4357
  trigger: string;
@@ -4457,6 +4453,7 @@ export declare namespace Schemes {
4457
4453
  required?: boolean | undefined;
4458
4454
  variableName?: string | undefined;
4459
4455
  showInput?: boolean | undefined;
4456
+ otherOption?: boolean | undefined;
4460
4457
  } | {
4461
4458
  id: string;
4462
4459
  options: {
@@ -4470,6 +4467,7 @@ export declare namespace Schemes {
4470
4467
  required?: boolean | undefined;
4471
4468
  variableName?: string | undefined;
4472
4469
  showInput?: boolean | undefined;
4470
+ otherOption?: boolean | undefined;
4473
4471
  minOptions?: number | undefined;
4474
4472
  maxOptions?: number | undefined;
4475
4473
  } | {
@@ -4569,6 +4567,10 @@ export declare namespace Schemes {
4569
4567
  variableName?: string | undefined;
4570
4568
  })[];
4571
4569
  trigger: string;
4570
+ position?: {
4571
+ x: number;
4572
+ y: number;
4573
+ } | undefined;
4572
4574
  media?: {
4573
4575
  video?: string | undefined;
4574
4576
  image?: string | undefined;
@@ -4611,11 +4613,9 @@ export declare namespace Schemes {
4611
4613
  color?: string | undefined;
4612
4614
  opacity?: number | undefined;
4613
4615
  backgroundImage?: string | undefined;
4614
- shadow?: {
4615
- color?: string | undefined;
4616
- size?: number | undefined;
4617
- } | undefined;
4618
4616
  blur?: number | undefined;
4617
+ shadowSize?: number | undefined;
4618
+ shadowColor?: string | undefined;
4619
4619
  } | undefined;
4620
4620
  borderRadius?: "sm" | "md" | "lg" | undefined;
4621
4621
  font?: {
@@ -4628,10 +4628,10 @@ export declare namespace Schemes {
4628
4628
  primaryColor?: string | undefined;
4629
4629
  customCSS?: string | undefined;
4630
4630
  } | undefined;
4631
- confirmLabel?: string | undefined;
4632
4631
  isStart?: boolean | undefined;
4633
4632
  isEnd?: boolean | undefined;
4634
4633
  autoSubmit?: boolean | undefined;
4634
+ confirmLabel?: string | undefined;
4635
4635
  conditions?: {
4636
4636
  operator: string;
4637
4637
  trigger: string;
@@ -4763,6 +4763,7 @@ export declare namespace Schemes {
4763
4763
  minOptions: z.ZodOptional<z.ZodNumber>;
4764
4764
  maxOptions: z.ZodOptional<z.ZodNumber>;
4765
4765
  showInput: z.ZodOptional<z.ZodBoolean>;
4766
+ otherOption: z.ZodOptional<z.ZodBoolean>;
4766
4767
  }, "strip", z.ZodTypeAny, {
4767
4768
  id: string;
4768
4769
  options: {
@@ -4776,6 +4777,7 @@ export declare namespace Schemes {
4776
4777
  required?: boolean | undefined;
4777
4778
  variableName?: string | undefined;
4778
4779
  showInput?: boolean | undefined;
4780
+ otherOption?: boolean | undefined;
4779
4781
  minOptions?: number | undefined;
4780
4782
  maxOptions?: number | undefined;
4781
4783
  }, {
@@ -4791,6 +4793,7 @@ export declare namespace Schemes {
4791
4793
  required?: boolean | undefined;
4792
4794
  variableName?: string | undefined;
4793
4795
  showInput?: boolean | undefined;
4796
+ otherOption?: boolean | undefined;
4794
4797
  minOptions?: number | undefined;
4795
4798
  maxOptions?: number | undefined;
4796
4799
  }>, z.ZodObject<{
@@ -4886,6 +4889,7 @@ export declare namespace Schemes {
4886
4889
  required: z.ZodOptional<z.ZodBoolean>;
4887
4890
  showInput: z.ZodOptional<z.ZodBoolean>;
4888
4891
  variableName: z.ZodOptional<z.ZodString>;
4892
+ otherOption: z.ZodOptional<z.ZodBoolean>;
4889
4893
  }, "strip", z.ZodTypeAny, {
4890
4894
  id: string;
4891
4895
  options: {
@@ -4898,6 +4902,7 @@ export declare namespace Schemes {
4898
4902
  required?: boolean | undefined;
4899
4903
  variableName?: string | undefined;
4900
4904
  showInput?: boolean | undefined;
4905
+ otherOption?: boolean | undefined;
4901
4906
  }, {
4902
4907
  id: string;
4903
4908
  options: {
@@ -4910,6 +4915,7 @@ export declare namespace Schemes {
4910
4915
  required?: boolean | undefined;
4911
4916
  variableName?: string | undefined;
4912
4917
  showInput?: boolean | undefined;
4918
+ otherOption?: boolean | undefined;
4913
4919
  }>, z.ZodObject<{
4914
4920
  title: z.ZodOptional<z.ZodString>;
4915
4921
  description: z.ZodOptional<z.ZodString>;
@@ -5385,34 +5391,22 @@ export declare namespace Schemes {
5385
5391
  opacity: z.ZodOptional<z.ZodNumber>;
5386
5392
  blur: z.ZodOptional<z.ZodNumber>;
5387
5393
  backgroundImage: z.ZodOptional<z.ZodString>;
5388
- shadow: z.ZodOptional<z.ZodObject<{
5389
- size: z.ZodOptional<z.ZodNumber>;
5390
- color: z.ZodOptional<z.ZodString>;
5391
- }, "strip", z.ZodTypeAny, {
5392
- color?: string | undefined;
5393
- size?: number | undefined;
5394
- }, {
5395
- color?: string | undefined;
5396
- size?: number | undefined;
5397
- }>>;
5394
+ shadowSize: z.ZodOptional<z.ZodNumber>;
5395
+ shadowColor: z.ZodOptional<z.ZodString>;
5398
5396
  }, "strip", z.ZodTypeAny, {
5399
5397
  color?: string | undefined;
5400
5398
  opacity?: number | undefined;
5401
5399
  backgroundImage?: string | undefined;
5402
- shadow?: {
5403
- color?: string | undefined;
5404
- size?: number | undefined;
5405
- } | undefined;
5406
5400
  blur?: number | undefined;
5401
+ shadowSize?: number | undefined;
5402
+ shadowColor?: string | undefined;
5407
5403
  }, {
5408
5404
  color?: string | undefined;
5409
5405
  opacity?: number | undefined;
5410
5406
  backgroundImage?: string | undefined;
5411
- shadow?: {
5412
- color?: string | undefined;
5413
- size?: number | undefined;
5414
- } | undefined;
5415
5407
  blur?: number | undefined;
5408
+ shadowSize?: number | undefined;
5409
+ shadowColor?: string | undefined;
5416
5410
  }>>;
5417
5411
  background: z.ZodOptional<z.ZodObject<{
5418
5412
  color: z.ZodOptional<z.ZodString>;
@@ -5482,11 +5476,9 @@ export declare namespace Schemes {
5482
5476
  color?: string | undefined;
5483
5477
  opacity?: number | undefined;
5484
5478
  backgroundImage?: string | undefined;
5485
- shadow?: {
5486
- color?: string | undefined;
5487
- size?: number | undefined;
5488
- } | undefined;
5489
5479
  blur?: number | undefined;
5480
+ shadowSize?: number | undefined;
5481
+ shadowColor?: string | undefined;
5490
5482
  } | undefined;
5491
5483
  borderRadius?: "sm" | "md" | "lg" | undefined;
5492
5484
  font?: {
@@ -5530,11 +5522,9 @@ export declare namespace Schemes {
5530
5522
  color?: string | undefined;
5531
5523
  opacity?: number | undefined;
5532
5524
  backgroundImage?: string | undefined;
5533
- shadow?: {
5534
- color?: string | undefined;
5535
- size?: number | undefined;
5536
- } | undefined;
5537
5525
  blur?: number | undefined;
5526
+ shadowSize?: number | undefined;
5527
+ shadowColor?: string | undefined;
5538
5528
  } | undefined;
5539
5529
  borderRadius?: "sm" | "md" | "lg" | undefined;
5540
5530
  font?: {
@@ -5547,6 +5537,16 @@ export declare namespace Schemes {
5547
5537
  primaryColor?: string | undefined;
5548
5538
  customCSS?: string | undefined;
5549
5539
  }>>;
5540
+ position: z.ZodOptional<z.ZodObject<{
5541
+ x: z.ZodNumber;
5542
+ y: z.ZodNumber;
5543
+ }, "strip", z.ZodTypeAny, {
5544
+ x: number;
5545
+ y: number;
5546
+ }, {
5547
+ x: number;
5548
+ y: number;
5549
+ }>>;
5550
5550
  }, "strip", z.ZodTypeAny, {
5551
5551
  id: string;
5552
5552
  controls: ({
@@ -5642,6 +5642,7 @@ export declare namespace Schemes {
5642
5642
  required?: boolean | undefined;
5643
5643
  variableName?: string | undefined;
5644
5644
  showInput?: boolean | undefined;
5645
+ otherOption?: boolean | undefined;
5645
5646
  } | {
5646
5647
  id: string;
5647
5648
  options: {
@@ -5655,6 +5656,7 @@ export declare namespace Schemes {
5655
5656
  required?: boolean | undefined;
5656
5657
  variableName?: string | undefined;
5657
5658
  showInput?: boolean | undefined;
5659
+ otherOption?: boolean | undefined;
5658
5660
  minOptions?: number | undefined;
5659
5661
  maxOptions?: number | undefined;
5660
5662
  } | {
@@ -5754,6 +5756,10 @@ export declare namespace Schemes {
5754
5756
  variableName?: string | undefined;
5755
5757
  })[];
5756
5758
  trigger: string;
5759
+ position?: {
5760
+ x: number;
5761
+ y: number;
5762
+ } | undefined;
5757
5763
  media?: {
5758
5764
  video?: string | undefined;
5759
5765
  image?: string | undefined;
@@ -5796,11 +5802,9 @@ export declare namespace Schemes {
5796
5802
  color?: string | undefined;
5797
5803
  opacity?: number | undefined;
5798
5804
  backgroundImage?: string | undefined;
5799
- shadow?: {
5800
- color?: string | undefined;
5801
- size?: number | undefined;
5802
- } | undefined;
5803
5805
  blur?: number | undefined;
5806
+ shadowSize?: number | undefined;
5807
+ shadowColor?: string | undefined;
5804
5808
  } | undefined;
5805
5809
  borderRadius?: "sm" | "md" | "lg" | undefined;
5806
5810
  font?: {
@@ -5813,10 +5817,10 @@ export declare namespace Schemes {
5813
5817
  primaryColor?: string | undefined;
5814
5818
  customCSS?: string | undefined;
5815
5819
  } | undefined;
5816
- confirmLabel?: string | undefined;
5817
5820
  isStart?: boolean | undefined;
5818
5821
  isEnd?: boolean | undefined;
5819
5822
  autoSubmit?: boolean | undefined;
5823
+ confirmLabel?: string | undefined;
5820
5824
  conditions?: {
5821
5825
  operator: string;
5822
5826
  trigger: string;
@@ -5918,6 +5922,7 @@ export declare namespace Schemes {
5918
5922
  required?: boolean | undefined;
5919
5923
  variableName?: string | undefined;
5920
5924
  showInput?: boolean | undefined;
5925
+ otherOption?: boolean | undefined;
5921
5926
  } | {
5922
5927
  id: string;
5923
5928
  options: {
@@ -5931,6 +5936,7 @@ export declare namespace Schemes {
5931
5936
  required?: boolean | undefined;
5932
5937
  variableName?: string | undefined;
5933
5938
  showInput?: boolean | undefined;
5939
+ otherOption?: boolean | undefined;
5934
5940
  minOptions?: number | undefined;
5935
5941
  maxOptions?: number | undefined;
5936
5942
  } | {
@@ -6030,6 +6036,10 @@ export declare namespace Schemes {
6030
6036
  variableName?: string | undefined;
6031
6037
  })[];
6032
6038
  trigger: string;
6039
+ position?: {
6040
+ x: number;
6041
+ y: number;
6042
+ } | undefined;
6033
6043
  media?: {
6034
6044
  video?: string | undefined;
6035
6045
  image?: string | undefined;
@@ -6072,11 +6082,9 @@ export declare namespace Schemes {
6072
6082
  color?: string | undefined;
6073
6083
  opacity?: number | undefined;
6074
6084
  backgroundImage?: string | undefined;
6075
- shadow?: {
6076
- color?: string | undefined;
6077
- size?: number | undefined;
6078
- } | undefined;
6079
6085
  blur?: number | undefined;
6086
+ shadowSize?: number | undefined;
6087
+ shadowColor?: string | undefined;
6080
6088
  } | undefined;
6081
6089
  borderRadius?: "sm" | "md" | "lg" | undefined;
6082
6090
  font?: {
@@ -6089,10 +6097,10 @@ export declare namespace Schemes {
6089
6097
  primaryColor?: string | undefined;
6090
6098
  customCSS?: string | undefined;
6091
6099
  } | undefined;
6092
- confirmLabel?: string | undefined;
6093
6100
  isStart?: boolean | undefined;
6094
6101
  isEnd?: boolean | undefined;
6095
6102
  autoSubmit?: boolean | undefined;
6103
+ confirmLabel?: string | undefined;
6096
6104
  conditions?: {
6097
6105
  operator: string;
6098
6106
  trigger: string;
@@ -6159,34 +6167,22 @@ export declare namespace Schemes {
6159
6167
  opacity: z.ZodOptional<z.ZodNumber>;
6160
6168
  blur: z.ZodOptional<z.ZodNumber>;
6161
6169
  backgroundImage: z.ZodOptional<z.ZodString>;
6162
- shadow: z.ZodOptional<z.ZodObject<{
6163
- size: z.ZodOptional<z.ZodNumber>;
6164
- color: z.ZodOptional<z.ZodString>;
6165
- }, "strip", z.ZodTypeAny, {
6166
- color?: string | undefined;
6167
- size?: number | undefined;
6168
- }, {
6169
- color?: string | undefined;
6170
- size?: number | undefined;
6171
- }>>;
6170
+ shadowSize: z.ZodOptional<z.ZodNumber>;
6171
+ shadowColor: z.ZodOptional<z.ZodString>;
6172
6172
  }, "strip", z.ZodTypeAny, {
6173
6173
  color?: string | undefined;
6174
6174
  opacity?: number | undefined;
6175
6175
  backgroundImage?: string | undefined;
6176
- shadow?: {
6177
- color?: string | undefined;
6178
- size?: number | undefined;
6179
- } | undefined;
6180
6176
  blur?: number | undefined;
6177
+ shadowSize?: number | undefined;
6178
+ shadowColor?: string | undefined;
6181
6179
  }, {
6182
6180
  color?: string | undefined;
6183
6181
  opacity?: number | undefined;
6184
6182
  backgroundImage?: string | undefined;
6185
- shadow?: {
6186
- color?: string | undefined;
6187
- size?: number | undefined;
6188
- } | undefined;
6189
6183
  blur?: number | undefined;
6184
+ shadowSize?: number | undefined;
6185
+ shadowColor?: string | undefined;
6190
6186
  }>>;
6191
6187
  background: z.ZodOptional<z.ZodObject<{
6192
6188
  color: z.ZodOptional<z.ZodString>;
@@ -6256,11 +6252,9 @@ export declare namespace Schemes {
6256
6252
  color?: string | undefined;
6257
6253
  opacity?: number | undefined;
6258
6254
  backgroundImage?: string | undefined;
6259
- shadow?: {
6260
- color?: string | undefined;
6261
- size?: number | undefined;
6262
- } | undefined;
6263
6255
  blur?: number | undefined;
6256
+ shadowSize?: number | undefined;
6257
+ shadowColor?: string | undefined;
6264
6258
  } | undefined;
6265
6259
  borderRadius?: "sm" | "md" | "lg" | undefined;
6266
6260
  font?: {
@@ -6304,11 +6298,9 @@ export declare namespace Schemes {
6304
6298
  color?: string | undefined;
6305
6299
  opacity?: number | undefined;
6306
6300
  backgroundImage?: string | undefined;
6307
- shadow?: {
6308
- color?: string | undefined;
6309
- size?: number | undefined;
6310
- } | undefined;
6311
6301
  blur?: number | undefined;
6302
+ shadowSize?: number | undefined;
6303
+ shadowColor?: string | undefined;
6312
6304
  } | undefined;
6313
6305
  borderRadius?: "sm" | "md" | "lg" | undefined;
6314
6306
  font?: {
@@ -6388,11 +6380,9 @@ export declare namespace Schemes {
6388
6380
  color?: string | undefined;
6389
6381
  opacity?: number | undefined;
6390
6382
  backgroundImage?: string | undefined;
6391
- shadow?: {
6392
- color?: string | undefined;
6393
- size?: number | undefined;
6394
- } | undefined;
6395
6383
  blur?: number | undefined;
6384
+ shadowSize?: number | undefined;
6385
+ shadowColor?: string | undefined;
6396
6386
  } | undefined;
6397
6387
  borderRadius?: "sm" | "md" | "lg" | undefined;
6398
6388
  font?: {
@@ -6512,6 +6502,7 @@ export declare namespace Schemes {
6512
6502
  required?: boolean | undefined;
6513
6503
  variableName?: string | undefined;
6514
6504
  showInput?: boolean | undefined;
6505
+ otherOption?: boolean | undefined;
6515
6506
  } | {
6516
6507
  id: string;
6517
6508
  options: {
@@ -6525,6 +6516,7 @@ export declare namespace Schemes {
6525
6516
  required?: boolean | undefined;
6526
6517
  variableName?: string | undefined;
6527
6518
  showInput?: boolean | undefined;
6519
+ otherOption?: boolean | undefined;
6528
6520
  minOptions?: number | undefined;
6529
6521
  maxOptions?: number | undefined;
6530
6522
  } | {
@@ -6624,6 +6616,10 @@ export declare namespace Schemes {
6624
6616
  variableName?: string | undefined;
6625
6617
  })[];
6626
6618
  trigger: string;
6619
+ position?: {
6620
+ x: number;
6621
+ y: number;
6622
+ } | undefined;
6627
6623
  media?: {
6628
6624
  video?: string | undefined;
6629
6625
  image?: string | undefined;
@@ -6666,11 +6662,9 @@ export declare namespace Schemes {
6666
6662
  color?: string | undefined;
6667
6663
  opacity?: number | undefined;
6668
6664
  backgroundImage?: string | undefined;
6669
- shadow?: {
6670
- color?: string | undefined;
6671
- size?: number | undefined;
6672
- } | undefined;
6673
6665
  blur?: number | undefined;
6666
+ shadowSize?: number | undefined;
6667
+ shadowColor?: string | undefined;
6674
6668
  } | undefined;
6675
6669
  borderRadius?: "sm" | "md" | "lg" | undefined;
6676
6670
  font?: {
@@ -6683,10 +6677,10 @@ export declare namespace Schemes {
6683
6677
  primaryColor?: string | undefined;
6684
6678
  customCSS?: string | undefined;
6685
6679
  } | undefined;
6686
- confirmLabel?: string | undefined;
6687
6680
  isStart?: boolean | undefined;
6688
6681
  isEnd?: boolean | undefined;
6689
6682
  autoSubmit?: boolean | undefined;
6683
+ confirmLabel?: string | undefined;
6690
6684
  conditions?: {
6691
6685
  operator: string;
6692
6686
  trigger: string;
@@ -6789,6 +6783,7 @@ export declare namespace Schemes {
6789
6783
  required?: boolean | undefined;
6790
6784
  variableName?: string | undefined;
6791
6785
  showInput?: boolean | undefined;
6786
+ otherOption?: boolean | undefined;
6792
6787
  } | {
6793
6788
  id: string;
6794
6789
  options: {
@@ -6802,6 +6797,7 @@ export declare namespace Schemes {
6802
6797
  required?: boolean | undefined;
6803
6798
  variableName?: string | undefined;
6804
6799
  showInput?: boolean | undefined;
6800
+ otherOption?: boolean | undefined;
6805
6801
  minOptions?: number | undefined;
6806
6802
  maxOptions?: number | undefined;
6807
6803
  } | {
@@ -6901,6 +6897,10 @@ export declare namespace Schemes {
6901
6897
  variableName?: string | undefined;
6902
6898
  })[];
6903
6899
  trigger: string;
6900
+ position?: {
6901
+ x: number;
6902
+ y: number;
6903
+ } | undefined;
6904
6904
  media?: {
6905
6905
  video?: string | undefined;
6906
6906
  image?: string | undefined;
@@ -6943,11 +6943,9 @@ export declare namespace Schemes {
6943
6943
  color?: string | undefined;
6944
6944
  opacity?: number | undefined;
6945
6945
  backgroundImage?: string | undefined;
6946
- shadow?: {
6947
- color?: string | undefined;
6948
- size?: number | undefined;
6949
- } | undefined;
6950
6946
  blur?: number | undefined;
6947
+ shadowSize?: number | undefined;
6948
+ shadowColor?: string | undefined;
6951
6949
  } | undefined;
6952
6950
  borderRadius?: "sm" | "md" | "lg" | undefined;
6953
6951
  font?: {
@@ -6960,10 +6958,10 @@ export declare namespace Schemes {
6960
6958
  primaryColor?: string | undefined;
6961
6959
  customCSS?: string | undefined;
6962
6960
  } | undefined;
6963
- confirmLabel?: string | undefined;
6964
6961
  isStart?: boolean | undefined;
6965
6962
  isEnd?: boolean | undefined;
6966
6963
  autoSubmit?: boolean | undefined;
6964
+ confirmLabel?: string | undefined;
6967
6965
  conditions?: {
6968
6966
  operator: string;
6969
6967
  trigger: string;
@@ -7004,11 +7002,9 @@ export declare namespace Schemes {
7004
7002
  color?: string | undefined;
7005
7003
  opacity?: number | undefined;
7006
7004
  backgroundImage?: string | undefined;
7007
- shadow?: {
7008
- color?: string | undefined;
7009
- size?: number | undefined;
7010
- } | undefined;
7011
7005
  blur?: number | undefined;
7006
+ shadowSize?: number | undefined;
7007
+ shadowColor?: string | undefined;
7012
7008
  } | undefined;
7013
7009
  borderRadius?: "sm" | "md" | "lg" | undefined;
7014
7010
  font?: {
@@ -7128,6 +7124,7 @@ export declare namespace Schemes {
7128
7124
  required?: boolean | undefined;
7129
7125
  variableName?: string | undefined;
7130
7126
  showInput?: boolean | undefined;
7127
+ otherOption?: boolean | undefined;
7131
7128
  } | {
7132
7129
  id: string;
7133
7130
  options: {
@@ -7141,6 +7138,7 @@ export declare namespace Schemes {
7141
7138
  required?: boolean | undefined;
7142
7139
  variableName?: string | undefined;
7143
7140
  showInput?: boolean | undefined;
7141
+ otherOption?: boolean | undefined;
7144
7142
  minOptions?: number | undefined;
7145
7143
  maxOptions?: number | undefined;
7146
7144
  } | {
@@ -7240,6 +7238,10 @@ export declare namespace Schemes {
7240
7238
  variableName?: string | undefined;
7241
7239
  })[];
7242
7240
  trigger: string;
7241
+ position?: {
7242
+ x: number;
7243
+ y: number;
7244
+ } | undefined;
7243
7245
  media?: {
7244
7246
  video?: string | undefined;
7245
7247
  image?: string | undefined;
@@ -7282,11 +7284,9 @@ export declare namespace Schemes {
7282
7284
  color?: string | undefined;
7283
7285
  opacity?: number | undefined;
7284
7286
  backgroundImage?: string | undefined;
7285
- shadow?: {
7286
- color?: string | undefined;
7287
- size?: number | undefined;
7288
- } | undefined;
7289
7287
  blur?: number | undefined;
7288
+ shadowSize?: number | undefined;
7289
+ shadowColor?: string | undefined;
7290
7290
  } | undefined;
7291
7291
  borderRadius?: "sm" | "md" | "lg" | undefined;
7292
7292
  font?: {
@@ -7299,10 +7299,10 @@ export declare namespace Schemes {
7299
7299
  primaryColor?: string | undefined;
7300
7300
  customCSS?: string | undefined;
7301
7301
  } | undefined;
7302
- confirmLabel?: string | undefined;
7303
7302
  isStart?: boolean | undefined;
7304
7303
  isEnd?: boolean | undefined;
7305
7304
  autoSubmit?: boolean | undefined;
7305
+ confirmLabel?: string | undefined;
7306
7306
  conditions?: {
7307
7307
  operator: string;
7308
7308
  trigger: string;
@@ -7405,6 +7405,7 @@ export declare namespace Schemes {
7405
7405
  required?: boolean | undefined;
7406
7406
  variableName?: string | undefined;
7407
7407
  showInput?: boolean | undefined;
7408
+ otherOption?: boolean | undefined;
7408
7409
  } | {
7409
7410
  id: string;
7410
7411
  options: {
@@ -7418,6 +7419,7 @@ export declare namespace Schemes {
7418
7419
  required?: boolean | undefined;
7419
7420
  variableName?: string | undefined;
7420
7421
  showInput?: boolean | undefined;
7422
+ otherOption?: boolean | undefined;
7421
7423
  minOptions?: number | undefined;
7422
7424
  maxOptions?: number | undefined;
7423
7425
  } | {
@@ -7517,6 +7519,10 @@ export declare namespace Schemes {
7517
7519
  variableName?: string | undefined;
7518
7520
  })[];
7519
7521
  trigger: string;
7522
+ position?: {
7523
+ x: number;
7524
+ y: number;
7525
+ } | undefined;
7520
7526
  media?: {
7521
7527
  video?: string | undefined;
7522
7528
  image?: string | undefined;
@@ -7559,11 +7565,9 @@ export declare namespace Schemes {
7559
7565
  color?: string | undefined;
7560
7566
  opacity?: number | undefined;
7561
7567
  backgroundImage?: string | undefined;
7562
- shadow?: {
7563
- color?: string | undefined;
7564
- size?: number | undefined;
7565
- } | undefined;
7566
7568
  blur?: number | undefined;
7569
+ shadowSize?: number | undefined;
7570
+ shadowColor?: string | undefined;
7567
7571
  } | undefined;
7568
7572
  borderRadius?: "sm" | "md" | "lg" | undefined;
7569
7573
  font?: {
@@ -7576,10 +7580,10 @@ export declare namespace Schemes {
7576
7580
  primaryColor?: string | undefined;
7577
7581
  customCSS?: string | undefined;
7578
7582
  } | undefined;
7579
- confirmLabel?: string | undefined;
7580
7583
  isStart?: boolean | undefined;
7581
7584
  isEnd?: boolean | undefined;
7582
7585
  autoSubmit?: boolean | undefined;
7586
+ confirmLabel?: string | undefined;
7583
7587
  conditions?: {
7584
7588
  operator: string;
7585
7589
  trigger: string;