@developer_tribe/react-builder 1.2.29 → 1.2.31

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 (109) hide show
  1. package/dist/RenderPage.d.ts +7 -2
  2. package/dist/attributes-editor/attributesEditorModelTypes.d.ts +0 -1
  3. package/dist/build-components/BIcon/BIcon.d.ts +1 -1
  4. package/dist/build-components/BackgroundImage/BackgroundImage.d.ts +1 -1
  5. package/dist/build-components/Button/Button.d.ts +1 -1
  6. package/dist/build-components/CarouselDots/CarouselDotsProps.generated.d.ts +4 -0
  7. package/dist/build-components/OnboardButton/OnboardButton.d.ts +1 -1
  8. package/dist/build-components/OnboardButton/OnboardButtonProps.generated.d.ts +0 -2
  9. package/dist/build-components/OnboardDot/OnboardDot.d.ts +1 -1
  10. package/dist/build-components/PaywallCloseButton/PaywallCloseButton.d.ts +1 -1
  11. package/dist/build-components/Text/Text.d.ts +1 -1
  12. package/dist/build-components/index.generated.d.ts +38 -0
  13. package/dist/build-components/patterns.generated.d.ts +11 -17
  14. package/dist/components/BuilderProvider.d.ts +9 -15
  15. package/dist/hooks/useLocalize.d.ts +3 -2
  16. package/dist/hooks/usePreviewSelection.d.ts +12 -0
  17. package/dist/index.cjs.js +1 -28
  18. package/dist/index.cjs.js.map +1 -1
  19. package/dist/index.d.ts +2 -2
  20. package/dist/index.esm.js +1 -28
  21. package/dist/index.esm.js.map +1 -1
  22. package/dist/index.web.cjs.js +4 -4
  23. package/dist/index.web.cjs.js.map +1 -1
  24. package/dist/index.web.esm.js +4 -4
  25. package/dist/index.web.esm.js.map +1 -1
  26. package/dist/logger.d.ts +3 -6
  27. package/dist/modals/IconPickerModal.d.ts +1 -1
  28. package/dist/pages/DebugJsonPage.d.ts +1 -4
  29. package/dist/size-matters/index.d.ts +15 -6
  30. package/dist/store.d.ts +5 -3
  31. package/dist/types/Icons.generated.d.ts +2 -0
  32. package/dist/types/PreviewConfig.d.ts +6 -8
  33. package/dist/types/Project.d.ts +4 -3
  34. package/dist/utils/extractTextStyle/extractTextStyle.d.ts +2 -0
  35. package/dist/utils/extractTextStyle/extractTextStyleNative.d.ts +2 -0
  36. package/dist/utils/extractViewStyle/extractViewStyle.d.ts +2 -0
  37. package/dist/utils/extractViewStyle/extractViewStyleNative.d.ts +2 -0
  38. package/dist/utils/useMergedStyle.d.ts +1 -1
  39. package/package.json +1 -1
  40. package/scripts/prebuild/utils/validateAllComponentsOrThrow.js +19 -9
  41. package/src/RenderPage.tsx +66 -57
  42. package/src/assets/.DS_Store +0 -0
  43. package/src/assets/meta.json +1 -1
  44. package/src/assets/samples/carousel-sample.json +2 -6
  45. package/src/assets/samples/getSamples.ts +14 -4
  46. package/src/assets/samples/vpn-onboard-1.json +21 -21
  47. package/src/assets/samples/vpn-onboard-2.json +21 -45
  48. package/src/assets/samples/vpn-onboard-3.json +21 -53
  49. package/src/assets/samples/vpn-onboard-4.json +21 -21
  50. package/src/assets/samples/vpn-onboard-5.json +33 -33
  51. package/src/assets/samples/vpn-onboard-6.json +21 -21
  52. package/src/assets/samples/vpn-onboard-7.json +21 -21
  53. package/src/attribute-analyser/style/native/useExtractImageStyle.ts +3 -3
  54. package/src/attribute-analyser/style/native/useExtractTextStyle.ts +8 -2
  55. package/src/attribute-analyser/style/native/useExtractViewStyle.ts +7 -3
  56. package/src/attribute-analyser/style/web/useExtractImageStyle.ts +3 -3
  57. package/src/attribute-analyser/style/web/useExtractTextStyle.ts +8 -2
  58. package/src/attribute-analyser/style/web/useExtractViewStyle.ts +3 -3
  59. package/src/attributes-editor/AttributesEditorFields.tsx +1 -1
  60. package/src/attributes-editor/attributesEditorModelTypes.ts +0 -3
  61. package/src/attributes-editor/useAttributesEditorModel.ts +0 -3
  62. package/src/build-components/BIcon/BIcon.tsx +2 -2
  63. package/src/build-components/BackgroundImage/BackgroundImage.tsx +1 -1
  64. package/src/build-components/Button/Button.tsx +3 -3
  65. package/src/build-components/CarouselDots/CarouselDots.tsx +10 -19
  66. package/src/build-components/CarouselDots/CarouselDotsProps.generated.ts +4 -0
  67. package/src/build-components/CarouselDots/pattern.json +12 -1
  68. package/src/build-components/Main/Main.tsx +1 -0
  69. package/src/build-components/OnboardButton/OnboardButton.tsx +13 -11
  70. package/src/build-components/OnboardButton/OnboardButtonProps.generated.ts +0 -2
  71. package/src/build-components/OnboardButton/pattern.json +0 -16
  72. package/src/build-components/OnboardDot/OnboardDot.tsx +19 -25
  73. package/src/build-components/OnboardDot/pattern.json +2 -1
  74. package/src/build-components/OnboardFooter/OnboardFooter.tsx +4 -5
  75. package/src/build-components/PaywallCloseButton/PaywallCloseButton.tsx +2 -2
  76. package/src/build-components/PaywallSubscribeButton/PaywallSubscribeButton.tsx +2 -2
  77. package/src/build-components/RadioButton/RadioButton.tsx +6 -3
  78. package/src/build-components/RenderNode.generated.tsx +7 -7
  79. package/src/build-components/Text/Text.tsx +3 -3
  80. package/src/build-components/index.generated.ts +184 -0
  81. package/src/build-components/patterns.generated.ts +11 -17
  82. package/src/components/BottomBar.tsx +7 -9
  83. package/src/components/BuilderProvider.tsx +47 -84
  84. package/src/components/EditorHeader.tsx +6 -3
  85. package/src/hooks/useLocalize.ts +14 -10
  86. package/src/hooks/usePreviewSelection.ts +66 -0
  87. package/src/index.ts +0 -2
  88. package/src/logger.ts +4 -20
  89. package/src/modals/IconPickerModal.tsx +1 -1
  90. package/src/modals/InspectModal.tsx +6 -7
  91. package/src/pages/DebugJsonPage.tsx +0 -6
  92. package/src/pages/ProjectPage.tsx +12 -57
  93. package/src/pages/tabs/SideTool.tsx +7 -7
  94. package/src/product-base/extractAndroidParams.ts +4 -11
  95. package/src/product-base/extractIOSParams.ts +4 -10
  96. package/src/size-matters/index.ts +44 -31
  97. package/src/store.ts +12 -6
  98. package/src/styles/modals/_inspect-modal.scss +7 -3
  99. package/src/types/Icons.generated.ts +244 -0
  100. package/src/types/PreviewConfig.ts +5 -9
  101. package/src/types/Project.ts +4 -3
  102. package/src/utils/extractImageStyle.ts +4 -2
  103. package/src/utils/extractTextStyle/extractTextStyle.ts +6 -1
  104. package/src/utils/extractTextStyle/extractTextStyleNative.ts +4 -1
  105. package/src/utils/extractViewStyle/extractViewStyle.ts +7 -5
  106. package/src/utils/extractViewStyle/extractViewStyleNative.ts +3 -1
  107. package/src/utils/getDefaultProject.ts +0 -1
  108. package/src/utils/projectColors.ts +3 -2
  109. package/src/utils/useMergedStyle.ts +9 -7

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.