@builder.io/sdk-react-nextjs 0.7.1-3 → 0.7.1

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 (304) hide show
  1. package/lib/browser/USE_CLIENT_BUNDLE-059d1502.cjs +23 -0
  2. package/lib/{node/USE_CLIENT_BUNDLE-3263fb05.mjs → browser/USE_CLIENT_BUNDLE-b256b942.js} +142 -142
  3. package/lib/{edge/USE_SERVER_BUNDLE-046e1bfb.mjs → browser/USE_SERVER_BUNDLE-1aa7d195.js} +1 -1
  4. package/lib/browser/USE_SERVER_BUNDLE-d96aeaff.cjs +1 -0
  5. package/lib/browser/{bundle-97bfd273.mjs → bundle-0a946b39.js} +953 -928
  6. package/lib/browser/bundle-3a5994f4.cjs +76 -0
  7. package/lib/browser/index.cjs +1 -1
  8. package/lib/browser/index.d.cts +1 -0
  9. package/lib/browser/index.d.mts +1 -0
  10. package/lib/browser/index.mjs +3 -3
  11. package/lib/edge/USE_CLIENT_BUNDLE-210385b8.cjs +23 -0
  12. package/lib/{browser/USE_CLIENT_BUNDLE-a0cfd96e.mjs → edge/USE_CLIENT_BUNDLE-736c38f3.js} +142 -142
  13. package/lib/{node/USE_SERVER_BUNDLE-5a2dbc47.mjs → edge/USE_SERVER_BUNDLE-14516672.js} +1 -1
  14. package/lib/edge/USE_SERVER_BUNDLE-8c86a267.cjs +1 -0
  15. package/lib/edge/{bundle-4c987206.mjs → bundle-46eb4735.js} +1237 -1211
  16. package/lib/edge/{bundle-cb675da6.js → bundle-57428492.cjs} +30 -30
  17. package/lib/edge/index.cjs +1 -1
  18. package/lib/edge/index.d.cts +1 -0
  19. package/lib/edge/index.d.mts +1 -0
  20. package/lib/edge/index.mjs +3 -3
  21. package/lib/{edge/USE_CLIENT_BUNDLE-bcf2ccc8.mjs → node/USE_CLIENT_BUNDLE-2ae32ced.js} +142 -142
  22. package/lib/node/USE_CLIENT_BUNDLE-85a396bb.cjs +23 -0
  23. package/lib/{browser/USE_SERVER_BUNDLE-4b7a745a.mjs → node/USE_SERVER_BUNDLE-cd1f2a07.js} +1 -1
  24. package/lib/node/USE_SERVER_BUNDLE-e2ad5ce3.cjs +1 -0
  25. package/lib/node/bundle-3d88f873.cjs +116 -0
  26. package/lib/node/{bundle-e3f18037.mjs → bundle-d37c53b5.js} +794 -769
  27. package/lib/node/index.cjs +1 -1
  28. package/lib/node/index.d.cts +1 -0
  29. package/lib/node/index.d.mts +1 -0
  30. package/lib/node/index.mjs +3 -3
  31. package/package.json +8 -22
  32. package/types/{blocks → cjs/blocks}/button/button.d.ts +4 -3
  33. package/types/{blocks → cjs/blocks}/columns/columns.d.ts +2 -2
  34. package/types/{blocks → cjs/blocks}/custom-code/custom-code.d.ts +2 -2
  35. package/types/cjs/blocks/embed/embed.d.ts +6 -0
  36. package/types/{blocks → cjs/blocks}/fragment/fragment.d.ts +2 -2
  37. package/types/{blocks → cjs/blocks}/image/image.d.ts +2 -2
  38. package/types/{blocks → cjs/blocks}/img/img.d.ts +4 -3
  39. package/types/{blocks → cjs/blocks}/section/section.d.ts +4 -3
  40. package/types/{blocks → cjs/blocks}/symbol/symbol.d.ts +6 -4
  41. package/types/cjs/blocks/text/text.d.ts +6 -0
  42. package/types/{blocks → cjs/blocks}/video/video.d.ts +2 -2
  43. package/types/{components → cjs/components}/block/block.d.ts +2 -2
  44. package/types/{components → cjs/components}/block/components/block-styles.d.ts +2 -2
  45. package/types/{components → cjs/components}/block/components/block-wrapper.d.ts +6 -5
  46. package/types/cjs/components/block/components/component-ref/component-ref.d.ts +4 -0
  47. package/types/{components → cjs/components}/block/components/component-ref/component-ref.helpers.d.ts +1 -1
  48. package/types/{components → cjs/components}/block/components/interactive-element.d.ts +2 -2
  49. package/types/{components → cjs/components}/block/components/repeated-block.d.ts +2 -2
  50. package/types/{components → cjs/components}/blocks/blocks-wrapper.d.ts +2 -2
  51. package/types/{components → cjs/components}/blocks/blocks.d.ts +3 -3
  52. package/types/{components → cjs/components}/content/components/enable-editor.d.ts +2 -2
  53. package/types/{components → cjs/components}/content/components/styles.d.ts +2 -2
  54. package/types/cjs/components/content/content.d.ts +4 -0
  55. package/types/{components → cjs/components}/content-variants/content-variants.d.ts +2 -2
  56. package/types/cjs/components/inlined-script.d.ts +7 -0
  57. package/types/cjs/components/inlined-styles.d.ts +7 -0
  58. package/types/cjs/constants/sdk-version.d.ts +1 -0
  59. package/types/cjs/helpers/preview-lru-cache/get.d.ts +1 -0
  60. package/types/{helpers → cjs/helpers}/preview-lru-cache/set.d.ts +1 -1
  61. package/types/{helpers → cjs/helpers}/preview-lru-cache/types.d.ts +1 -1
  62. package/types/cjs/index-helpers/blocks-exports.d.ts +19 -0
  63. package/types/{server-index.d.ts → cjs/server-index.d.ts} +2 -2
  64. package/types/esm/blocks/button/button.d.ts +12 -0
  65. package/types/esm/blocks/button/component-info.d.ts +2 -0
  66. package/types/esm/blocks/columns/columns.d.ts +17 -0
  67. package/types/esm/blocks/columns/component-info.d.ts +2 -0
  68. package/types/esm/blocks/custom-code/component-info.d.ts +2 -0
  69. package/types/esm/blocks/custom-code/custom-code.d.ts +7 -0
  70. package/types/esm/blocks/embed/component-info.d.ts +2 -0
  71. package/types/esm/blocks/embed/embed.d.ts +6 -0
  72. package/types/esm/blocks/embed/helpers.d.ts +1 -0
  73. package/types/esm/blocks/fragment/component-info.d.ts +2 -0
  74. package/types/esm/blocks/fragment/fragment.d.ts +8 -0
  75. package/types/esm/blocks/helpers.d.ts +13 -0
  76. package/types/esm/blocks/image/component-info.d.ts +2 -0
  77. package/types/esm/blocks/image/image.d.ts +22 -0
  78. package/types/esm/blocks/image/image.helpers.d.ts +1 -0
  79. package/types/esm/blocks/img/component-info.d.ts +2 -0
  80. package/types/esm/blocks/img/img.d.ts +14 -0
  81. package/types/esm/blocks/section/component-info.d.ts +2 -0
  82. package/types/esm/blocks/section/section.d.ts +12 -0
  83. package/types/esm/blocks/symbol/component-info.d.ts +2 -0
  84. package/types/esm/blocks/symbol/symbol.d.ts +26 -0
  85. package/types/esm/blocks/symbol/symbol.helpers.d.ts +14 -0
  86. package/types/esm/blocks/text/component-info.d.ts +2 -0
  87. package/types/esm/blocks/text/text.d.ts +6 -0
  88. package/types/esm/blocks/video/component-info.d.ts +2 -0
  89. package/types/esm/blocks/video/video.d.ts +20 -0
  90. package/types/esm/components/block/block.d.ts +10 -0
  91. package/types/esm/components/block/block.helpers.d.ts +13 -0
  92. package/types/esm/components/block/components/block-styles.d.ts +9 -0
  93. package/types/esm/components/block/components/block-wrapper.d.ts +18 -0
  94. package/types/esm/components/block/components/component-ref/component-ref.d.ts +4 -0
  95. package/types/esm/components/block/components/component-ref/component-ref.helpers.d.ts +28 -0
  96. package/types/esm/components/block/components/interactive-element.d.ts +12 -0
  97. package/types/esm/components/block/components/repeated-block.d.ts +10 -0
  98. package/types/esm/components/block/types.d.ts +6 -0
  99. package/types/esm/components/blocks/blocks-wrapper.d.ts +11 -0
  100. package/types/esm/components/blocks/blocks.d.ts +9 -0
  101. package/types/esm/components/content/components/enable-editor.d.ts +10 -0
  102. package/types/esm/components/content/components/styles.d.ts +9 -0
  103. package/types/esm/components/content/components/styles.helpers.d.ts +15 -0
  104. package/types/esm/components/content/content.d.ts +4 -0
  105. package/types/esm/components/content/content.helpers.d.ts +7 -0
  106. package/types/esm/components/content/content.types.d.ts +24 -0
  107. package/types/esm/components/content/wrap-component-ref.d.ts +6 -0
  108. package/types/esm/components/content-variants/content-variants.d.ts +10 -0
  109. package/types/esm/components/content-variants/content-variants.types.d.ts +20 -0
  110. package/types/esm/components/content-variants/helpers.d.ts +41 -0
  111. package/types/esm/components/inlined-script.d.ts +7 -0
  112. package/types/esm/components/inlined-styles.d.ts +7 -0
  113. package/types/esm/constants/builder-registered-components.d.ts +6 -0
  114. package/types/esm/constants/device-sizes.d.ts +13 -0
  115. package/types/esm/constants/sdk-version.d.ts +1 -0
  116. package/types/esm/constants/target.d.ts +2 -0
  117. package/types/esm/context/builder.context.d.ts +3 -0
  118. package/types/esm/context/components.context.d.ts +3 -0
  119. package/types/esm/context/types.d.ts +35 -0
  120. package/types/esm/functions/camel-to-kebab-case.d.ts +1 -0
  121. package/types/esm/functions/deopt.d.ts +4 -0
  122. package/types/esm/functions/evaluate/browser-runtime/browser.d.ts +4 -0
  123. package/types/esm/functions/evaluate/browser-runtime/index.d.ts +1 -0
  124. package/types/esm/functions/evaluate/choose-eval.d.ts +6 -0
  125. package/types/esm/functions/evaluate/evaluate.d.ts +2 -0
  126. package/types/esm/functions/evaluate/helpers.d.ts +24 -0
  127. package/types/esm/functions/evaluate/index.d.ts +1 -0
  128. package/types/esm/functions/event-handler-name.d.ts +1 -0
  129. package/types/esm/functions/extract-text-styles.d.ts +4 -0
  130. package/types/esm/functions/fast-clone.d.ts +4 -0
  131. package/types/esm/functions/fetch-builder-props.d.ts +53 -0
  132. package/types/esm/functions/get-block-actions-handler.d.ts +8 -0
  133. package/types/esm/functions/get-block-actions.d.ts +10 -0
  134. package/types/esm/functions/get-block-component-options.d.ts +2 -0
  135. package/types/esm/functions/get-block-properties.d.ts +6 -0
  136. package/types/esm/functions/get-builder-search-params/index.d.ts +12 -0
  137. package/types/esm/functions/get-content/generate-content-url.d.ts +2 -0
  138. package/types/esm/functions/get-content/index.d.ts +28 -0
  139. package/types/esm/functions/get-content/types.d.ts +142 -0
  140. package/types/esm/functions/get-fetch.d.ts +1 -0
  141. package/types/esm/functions/get-global-this.d.ts +4 -0
  142. package/types/esm/functions/get-processed-block.d.ts +10 -0
  143. package/types/esm/functions/get-react-native-block-styles.d.ts +7 -0
  144. package/types/esm/functions/is-browser.d.ts +1 -0
  145. package/types/esm/functions/is-editing.d.ts +1 -0
  146. package/types/esm/functions/is-iframe.d.ts +1 -0
  147. package/types/esm/functions/is-previewing.d.ts +1 -0
  148. package/types/esm/functions/register-component.d.ts +15 -0
  149. package/types/esm/functions/register.d.ts +16 -0
  150. package/types/esm/functions/sanitize-react-native-block-styles.d.ts +3 -0
  151. package/types/esm/functions/set-editor-settings.d.ts +4 -0
  152. package/types/esm/functions/set.d.ts +7 -0
  153. package/types/esm/functions/track/helpers.d.ts +5 -0
  154. package/types/esm/functions/track/index.d.ts +51 -0
  155. package/types/esm/functions/track/interaction.d.ts +13 -0
  156. package/types/esm/functions/transform-block-properties.d.ts +1 -0
  157. package/types/esm/functions/transform-block.d.ts +2 -0
  158. package/types/esm/helpers/ab-tests.d.ts +9 -0
  159. package/types/esm/helpers/canTrack.d.ts +1 -0
  160. package/types/esm/helpers/cookie.d.ts +19 -0
  161. package/types/esm/helpers/css.d.ts +7 -0
  162. package/types/esm/helpers/flatten.d.ts +6 -0
  163. package/types/esm/helpers/localStorage.d.ts +9 -0
  164. package/types/esm/helpers/logger.d.ts +6 -0
  165. package/types/esm/helpers/nullable.d.ts +2 -0
  166. package/types/esm/helpers/preview-lru-cache/get.d.ts +1 -0
  167. package/types/esm/helpers/preview-lru-cache/helpers.d.ts +1 -0
  168. package/types/esm/helpers/preview-lru-cache/init.d.ts +6 -0
  169. package/types/esm/helpers/preview-lru-cache/set.d.ts +7 -0
  170. package/types/esm/helpers/preview-lru-cache/types.d.ts +12 -0
  171. package/types/esm/helpers/sessionId.d.ts +6 -0
  172. package/types/esm/helpers/url.d.ts +6 -0
  173. package/types/esm/helpers/uuid.d.ts +8 -0
  174. package/types/esm/helpers/visitorId.d.ts +6 -0
  175. package/types/esm/index-helpers/blocks-exports.d.ts +19 -0
  176. package/types/esm/index-helpers/top-of-file.d.ts +1 -0
  177. package/types/esm/index.d.ts +7 -0
  178. package/types/esm/scripts/init-editing.d.ts +6 -0
  179. package/types/esm/server-index.d.ts +15 -0
  180. package/types/esm/types/api-version.d.ts +2 -0
  181. package/types/esm/types/builder-block.d.ts +66 -0
  182. package/types/esm/types/builder-content.d.ts +44 -0
  183. package/types/esm/types/builder-props.d.ts +9 -0
  184. package/types/esm/types/can-track.d.ts +3 -0
  185. package/types/esm/types/components.d.ts +110 -0
  186. package/types/esm/types/deep-partial.d.ts +3 -0
  187. package/types/esm/types/element.d.ts +59 -0
  188. package/types/esm/types/enforced-partials.d.ts +21 -0
  189. package/types/esm/types/input.d.ts +121 -0
  190. package/types/esm/types/targets.d.ts +1 -0
  191. package/types/esm/types/typescript.d.ts +11 -0
  192. package/lib/browser/USE_CLIENT_BUNDLE-36991304.js +0 -23
  193. package/lib/browser/USE_SERVER_BUNDLE-2ca6fbdb.js +0 -1
  194. package/lib/browser/bundle-55af31a8.js +0 -76
  195. package/lib/edge/USE_CLIENT_BUNDLE-66349ab4.js +0 -23
  196. package/lib/edge/USE_SERVER_BUNDLE-02f64ca7.js +0 -1
  197. package/lib/node/USE_CLIENT_BUNDLE-9a315fd7.js +0 -23
  198. package/lib/node/USE_SERVER_BUNDLE-ddf14d3b.js +0 -1
  199. package/lib/node/bundle-b8de5bb9.js +0 -116
  200. package/types/blocks/embed/embed.d.ts +0 -6
  201. package/types/blocks/text/text.d.ts +0 -6
  202. package/types/components/block/components/component-ref/component-ref.d.ts +0 -4
  203. package/types/components/content/content.d.ts +0 -4
  204. package/types/components/inlined-script.d.ts +0 -7
  205. package/types/components/inlined-styles.d.ts +0 -7
  206. package/types/constants/sdk-version.d.ts +0 -1
  207. package/types/helpers/preview-lru-cache/get.d.ts +0 -1
  208. package/types/index-helpers/blocks-exports.d.ts +0 -19
  209. package/types/{blocks → cjs/blocks}/button/component-info.d.ts +0 -0
  210. package/types/{blocks → cjs/blocks}/columns/component-info.d.ts +0 -0
  211. package/types/{blocks → cjs/blocks}/custom-code/component-info.d.ts +0 -0
  212. package/types/{blocks → cjs/blocks}/embed/component-info.d.ts +0 -0
  213. package/types/{blocks → cjs/blocks}/embed/helpers.d.ts +0 -0
  214. package/types/{blocks → cjs/blocks}/fragment/component-info.d.ts +0 -0
  215. package/types/{blocks → cjs/blocks}/helpers.d.ts +0 -0
  216. package/types/{blocks → cjs/blocks}/image/component-info.d.ts +0 -0
  217. package/types/{blocks → cjs/blocks}/image/image.helpers.d.ts +0 -0
  218. package/types/{blocks → cjs/blocks}/img/component-info.d.ts +0 -0
  219. package/types/{blocks → cjs/blocks}/section/component-info.d.ts +0 -0
  220. package/types/{blocks → cjs/blocks}/symbol/component-info.d.ts +0 -0
  221. package/types/{blocks → cjs/blocks}/symbol/symbol.helpers.d.ts +0 -0
  222. package/types/{blocks → cjs/blocks}/text/component-info.d.ts +0 -0
  223. package/types/{blocks → cjs/blocks}/video/component-info.d.ts +0 -0
  224. package/types/{components → cjs/components}/block/block.helpers.d.ts +0 -0
  225. package/types/{components → cjs/components}/block/types.d.ts +0 -0
  226. package/types/{components → cjs/components}/content/components/styles.helpers.d.ts +0 -0
  227. package/types/{components → cjs/components}/content/content.helpers.d.ts +0 -0
  228. package/types/{components → cjs/components}/content/content.types.d.ts +0 -0
  229. package/types/{components → cjs/components}/content/wrap-component-ref.d.ts +0 -0
  230. package/types/{components → cjs/components}/content-variants/content-variants.types.d.ts +0 -0
  231. package/types/{components → cjs/components}/content-variants/helpers.d.ts +0 -0
  232. package/types/{constants → cjs/constants}/builder-registered-components.d.ts +0 -0
  233. package/types/{constants → cjs/constants}/device-sizes.d.ts +0 -0
  234. package/types/{constants → cjs/constants}/target.d.ts +0 -0
  235. package/types/{context → cjs/context}/builder.context.d.ts +0 -0
  236. package/types/{context → cjs/context}/components.context.d.ts +0 -0
  237. package/types/{context → cjs/context}/types.d.ts +1 -1
  238. package/types/{functions → cjs/functions}/camel-to-kebab-case.d.ts +0 -0
  239. package/types/{functions → cjs/functions}/deopt.d.ts +0 -0
  240. package/types/{functions → cjs/functions}/evaluate/browser-runtime/browser.d.ts +0 -0
  241. package/types/{functions → cjs/functions}/evaluate/browser-runtime/index.d.ts +0 -0
  242. package/types/{functions → cjs/functions}/evaluate/choose-eval.d.ts +0 -0
  243. package/types/{functions → cjs/functions}/evaluate/evaluate.d.ts +0 -0
  244. package/types/{functions → cjs/functions}/evaluate/helpers.d.ts +0 -0
  245. package/types/{functions → cjs/functions}/evaluate/index.d.ts +0 -0
  246. package/types/{functions → cjs/functions}/event-handler-name.d.ts +0 -0
  247. package/types/{functions → cjs/functions}/extract-text-styles.d.ts +0 -0
  248. package/types/{functions → cjs/functions}/fast-clone.d.ts +0 -0
  249. package/types/{functions → cjs/functions}/fetch-builder-props.d.ts +0 -0
  250. package/types/{functions → cjs/functions}/get-block-actions-handler.d.ts +0 -0
  251. package/types/{functions → cjs/functions}/get-block-actions.d.ts +0 -0
  252. package/types/{functions → cjs/functions}/get-block-component-options.d.ts +0 -0
  253. package/types/{functions → cjs/functions}/get-block-properties.d.ts +0 -0
  254. package/types/{functions → cjs/functions}/get-builder-search-params/index.d.ts +0 -0
  255. package/types/{functions → cjs/functions}/get-content/generate-content-url.d.ts +0 -0
  256. package/types/{functions → cjs/functions}/get-content/index.d.ts +0 -0
  257. package/types/{functions → cjs/functions}/get-content/types.d.ts +0 -0
  258. package/types/{functions → cjs/functions}/get-fetch.d.ts +0 -0
  259. package/types/{functions → cjs/functions}/get-global-this.d.ts +0 -0
  260. package/types/{functions → cjs/functions}/get-processed-block.d.ts +0 -0
  261. package/types/{functions → cjs/functions}/get-react-native-block-styles.d.ts +0 -0
  262. package/types/{functions → cjs/functions}/is-browser.d.ts +0 -0
  263. package/types/{functions → cjs/functions}/is-editing.d.ts +0 -0
  264. package/types/{functions → cjs/functions}/is-iframe.d.ts +0 -0
  265. package/types/{functions → cjs/functions}/is-previewing.d.ts +0 -0
  266. package/types/{functions → cjs/functions}/register-component.d.ts +0 -0
  267. package/types/{functions → cjs/functions}/register.d.ts +0 -0
  268. package/types/{functions → cjs/functions}/sanitize-react-native-block-styles.d.ts +0 -0
  269. package/types/{functions → cjs/functions}/set-editor-settings.d.ts +0 -0
  270. package/types/{functions → cjs/functions}/set.d.ts +0 -0
  271. package/types/{functions → cjs/functions}/track/helpers.d.ts +0 -0
  272. package/types/{functions → cjs/functions}/track/index.d.ts +0 -0
  273. package/types/{functions → cjs/functions}/track/interaction.d.ts +0 -0
  274. package/types/{functions → cjs/functions}/transform-block-properties.d.ts +0 -0
  275. package/types/{functions → cjs/functions}/transform-block.d.ts +0 -0
  276. package/types/{helpers → cjs/helpers}/ab-tests.d.ts +1 -1
  277. /package/types/{helpers → cjs/helpers}/canTrack.d.ts +0 -0
  278. /package/types/{helpers → cjs/helpers}/cookie.d.ts +0 -0
  279. /package/types/{helpers → cjs/helpers}/css.d.ts +0 -0
  280. /package/types/{helpers → cjs/helpers}/flatten.d.ts +0 -0
  281. /package/types/{helpers → cjs/helpers}/localStorage.d.ts +0 -0
  282. /package/types/{helpers → cjs/helpers}/logger.d.ts +0 -0
  283. /package/types/{helpers → cjs/helpers}/nullable.d.ts +0 -0
  284. /package/types/{helpers → cjs/helpers}/preview-lru-cache/helpers.d.ts +0 -0
  285. /package/types/{helpers → cjs/helpers}/preview-lru-cache/init.d.ts +0 -0
  286. /package/types/{helpers → cjs/helpers}/sessionId.d.ts +0 -0
  287. /package/types/{helpers → cjs/helpers}/url.d.ts +0 -0
  288. /package/types/{helpers → cjs/helpers}/uuid.d.ts +0 -0
  289. /package/types/{helpers → cjs/helpers}/visitorId.d.ts +0 -0
  290. /package/types/{index-helpers → cjs/index-helpers}/top-of-file.d.ts +0 -0
  291. /package/types/{index.d.ts → cjs/index.d.ts} +0 -0
  292. /package/types/{scripts → cjs/scripts}/init-editing.d.ts +0 -0
  293. /package/types/{types → cjs/types}/api-version.d.ts +0 -0
  294. /package/types/{types → cjs/types}/builder-block.d.ts +0 -0
  295. /package/types/{types → cjs/types}/builder-content.d.ts +0 -0
  296. /package/types/{types → cjs/types}/builder-props.d.ts +0 -0
  297. /package/types/{types → cjs/types}/can-track.d.ts +0 -0
  298. /package/types/{types → cjs/types}/components.d.ts +0 -0
  299. /package/types/{types → cjs/types}/deep-partial.d.ts +0 -0
  300. /package/types/{types → cjs/types}/element.d.ts +0 -0
  301. /package/types/{types → cjs/types}/enforced-partials.d.ts +0 -0
  302. /package/types/{types → cjs/types}/input.d.ts +0 -0
  303. /package/types/{types → cjs/types}/targets.d.ts +0 -0
  304. /package/types/{types → cjs/types}/typescript.d.ts +0 -0
@@ -1,19 +0,0 @@
1
- export { default as Button } from '../blocks/button/button';
2
- export { default as Columns } from '../blocks/columns/columns';
3
- export { default as Fragment } from '../blocks/fragment/fragment';
4
- export { default as Image } from '../blocks/image/image';
5
- export { default as Section } from '../blocks/section/section';
6
- export { default as Symbol } from '../blocks/symbol/symbol';
7
- export { default as Text } from '../blocks/text/text';
8
- export { default as Video } from '../blocks/video/video';
9
- import { default as Blocks } from '../components/blocks/blocks';
10
- import { default as Content } from '../components/content-variants/content-variants';
11
- export { Blocks, Content };
12
- /**
13
- * @deprecated Renamed to `Blocks`.
14
- */
15
- export declare const RenderBlocks: typeof Blocks;
16
- /**
17
- * @deprecated Renamed to `Content`.
18
- */
19
- export declare const RenderContent: typeof Content;
File without changes
File without changes
File without changes
@@ -1,7 +1,7 @@
1
+ import type { ApiVersion } from '../types/api-version.js';
1
2
  import type { BuilderContent } from '../types/builder-content.js';
2
3
  import type { ComponentInfo } from '../types/components.js';
3
4
  import type { Dictionary, Nullable } from '../types/typescript.js';
4
- import type { ApiVersion } from '../types/api-version.js';
5
5
  export type RegisteredComponent = ComponentInfo & {
6
6
  component: any;
7
7
  };
File without changes
File without changes
File without changes
@@ -1,5 +1,5 @@
1
- import type { CanTrack } from '../types/can-track.js';
2
1
  import type { BuilderContent } from '../types/builder-content.js';
2
+ import type { CanTrack } from '../types/can-track.js';
3
3
  import type { Nullable } from '../types/typescript.js';
4
4
  export declare const handleABTestingSync: ({ item, canTrack }: {
5
5
  item: Nullable<BuilderContent>;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes