@upstart.gg/sdk 0.0.67 → 0.0.68

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 (333) hide show
  1. package/dist/node/cli/api.d.ts +34 -0
  2. package/dist/node/cli/api.d.ts.map +1 -0
  3. package/dist/node/cli/api.js +4 -3
  4. package/dist/node/cli/commands/build/cmd-build.d.ts +3 -0
  5. package/dist/node/cli/commands/build/cmd-build.d.ts.map +1 -0
  6. package/dist/node/cli/commands/build/cmd-build.js +2 -1
  7. package/dist/node/cli/commands/login/cmd-login.d.ts +14 -0
  8. package/dist/node/cli/commands/login/cmd-login.d.ts.map +1 -0
  9. package/dist/node/cli/commands/login/cmd-login.js +6 -5
  10. package/dist/node/cli/commands/logout/cmd-logout.d.ts +3 -0
  11. package/dist/node/cli/commands/logout/cmd-logout.d.ts.map +1 -0
  12. package/dist/node/cli/commands/logout/cmd-logout.js +4 -3
  13. package/dist/node/cli/commands/publish/cmd-publish.d.ts +3 -0
  14. package/dist/node/cli/commands/publish/cmd-publish.d.ts.map +1 -0
  15. package/dist/node/cli/commands/publish/cmd-publish.js +22 -21
  16. package/dist/node/cli/commands/publish/parse-gitignore.d.ts +56 -0
  17. package/dist/node/cli/commands/publish/parse-gitignore.d.ts.map +1 -0
  18. package/dist/node/cli/commands/publish/parse-gitignore.js +2 -1
  19. package/dist/node/cli/commands/publish/uploader.d.ts +20 -0
  20. package/dist/node/cli/commands/publish/uploader.d.ts.map +1 -0
  21. package/dist/node/cli/commands/publish/uploader.js +9 -8
  22. package/dist/node/cli/constants.d.ts +11 -0
  23. package/dist/node/cli/constants.d.ts.map +1 -0
  24. package/dist/node/cli/constants.js +2 -1
  25. package/dist/node/cli/is-logged-in.d.ts +2 -0
  26. package/dist/node/cli/is-logged-in.d.ts.map +1 -0
  27. package/dist/node/cli/is-logged-in.js +4 -0
  28. package/dist/node/cli/program.d.ts +3 -0
  29. package/dist/node/cli/program.d.ts.map +1 -0
  30. package/dist/node/cli/program.js +33 -32
  31. package/dist/node/cli/store.d.ts +9 -0
  32. package/dist/node/cli/store.d.ts.map +1 -0
  33. package/dist/node/cli/store.js +3 -3
  34. package/dist/node/cli/tests/api.test.d.ts +2 -0
  35. package/dist/node/cli/tests/api.test.d.ts.map +1 -0
  36. package/dist/node/cli/types.d.ts +30 -0
  37. package/dist/node/cli/types.d.ts.map +1 -0
  38. package/dist/node/cli/types.js +2 -1
  39. package/dist/node/cli/utils.d.ts +6 -0
  40. package/dist/node/cli/utils.d.ts.map +1 -0
  41. package/dist/node/cli/utils.js +2 -1
  42. package/dist/node/metafile-esm.json +1 -1
  43. package/dist/node/shared/config.d.ts +16 -0
  44. package/dist/node/shared/config.d.ts.map +1 -0
  45. package/dist/node/shared/config.js +8 -7
  46. package/dist/node/shared/logger.d.ts +30 -0
  47. package/dist/node/shared/logger.d.ts.map +1 -0
  48. package/dist/node/shared/logger.js +4 -3
  49. package/dist/shared/ajv.d.ts +4 -6
  50. package/dist/shared/ajv.d.ts.map +1 -0
  51. package/dist/shared/analytics/init.d.ts +2 -3
  52. package/dist/shared/analytics/init.d.ts.map +1 -0
  53. package/dist/shared/analytics/init.js +2 -1
  54. package/dist/shared/analytics/track.d.ts +3 -5
  55. package/dist/shared/analytics/track.d.ts.map +1 -0
  56. package/dist/shared/analytics/track.js +2 -1
  57. package/dist/shared/analytics/types.d.ts +3 -3
  58. package/dist/shared/analytics/types.d.ts.map +1 -0
  59. package/dist/shared/analytics/types.js +2 -1
  60. package/dist/shared/attributes.d.ts +33 -37
  61. package/dist/shared/attributes.d.ts.map +1 -0
  62. package/dist/shared/attributes.js +3 -2
  63. package/dist/shared/brick-manifest.d.ts +64 -0
  64. package/dist/shared/brick-manifest.d.ts.map +1 -0
  65. package/dist/shared/brick-manifest.js +3 -0
  66. package/dist/shared/bricks/manifests/all-manifests.d.ts +5 -0
  67. package/dist/shared/bricks/manifests/all-manifests.d.ts.map +1 -0
  68. package/dist/shared/bricks/manifests/all-manifests.js +3 -0
  69. package/dist/shared/bricks/manifests/button.manifest.d.ts +99 -0
  70. package/dist/shared/bricks/manifests/button.manifest.d.ts.map +1 -0
  71. package/dist/shared/bricks/manifests/button.manifest.js +3 -0
  72. package/dist/shared/bricks/manifests/card.manifest.d.ts +99 -0
  73. package/dist/shared/bricks/manifests/card.manifest.d.ts.map +1 -0
  74. package/dist/shared/bricks/manifests/card.manifest.js +3 -0
  75. package/dist/shared/bricks/manifests/carousel.manifest.d.ts +99 -0
  76. package/dist/shared/bricks/manifests/carousel.manifest.d.ts.map +1 -0
  77. package/dist/shared/bricks/manifests/carousel.manifest.js +3 -0
  78. package/dist/shared/bricks/manifests/countdown.manifest.d.ts +99 -0
  79. package/dist/shared/bricks/manifests/countdown.manifest.d.ts.map +1 -0
  80. package/dist/shared/bricks/manifests/countdown.manifest.js +3 -0
  81. package/dist/shared/bricks/manifests/footer.manifest.d.ts +99 -0
  82. package/dist/shared/bricks/manifests/footer.manifest.d.ts.map +1 -0
  83. package/dist/shared/bricks/manifests/footer.manifest.js +3 -0
  84. package/dist/shared/bricks/manifests/form.manifest.d.ts +99 -0
  85. package/dist/shared/bricks/manifests/form.manifest.d.ts.map +1 -0
  86. package/dist/shared/bricks/manifests/form.manifest.js +3 -0
  87. package/dist/shared/bricks/manifests/header.manifest.d.ts +99 -0
  88. package/dist/shared/bricks/manifests/header.manifest.d.ts.map +1 -0
  89. package/dist/shared/bricks/manifests/header.manifest.js +3 -0
  90. package/dist/shared/bricks/manifests/hero.manifest.d.ts +99 -0
  91. package/dist/shared/bricks/manifests/hero.manifest.d.ts.map +1 -0
  92. package/dist/shared/bricks/manifests/hero.manifest.js +3 -0
  93. package/dist/shared/bricks/manifests/icon.manifest.d.ts +99 -0
  94. package/dist/shared/bricks/manifests/icon.manifest.d.ts.map +1 -0
  95. package/dist/shared/bricks/manifests/icon.manifest.js +3 -0
  96. package/dist/shared/bricks/manifests/image.manifest.d.ts +97 -0
  97. package/dist/shared/bricks/manifests/image.manifest.d.ts.map +1 -0
  98. package/dist/shared/bricks/manifests/image.manifest.js +3 -0
  99. package/dist/shared/bricks/manifests/images-wall.manifest.d.ts +99 -0
  100. package/dist/shared/bricks/manifests/images-wall.manifest.d.ts.map +1 -0
  101. package/dist/shared/bricks/manifests/images-wall.manifest.js +3 -0
  102. package/dist/shared/bricks/manifests/map.manifest.d.ts +99 -0
  103. package/dist/shared/bricks/manifests/map.manifest.d.ts.map +1 -0
  104. package/dist/shared/bricks/manifests/map.manifest.js +3 -0
  105. package/dist/shared/bricks/manifests/social-links.manifest.d.ts +99 -0
  106. package/dist/shared/bricks/manifests/social-links.manifest.d.ts.map +1 -0
  107. package/dist/shared/bricks/manifests/social-links.manifest.js +3 -0
  108. package/dist/shared/bricks/manifests/text.manifest.d.ts +97 -0
  109. package/dist/shared/bricks/manifests/text.manifest.d.ts.map +1 -0
  110. package/dist/shared/bricks/manifests/text.manifest.js +3 -0
  111. package/dist/shared/bricks/manifests/video.manifest.d.ts +81 -0
  112. package/dist/shared/bricks/manifests/video.manifest.d.ts.map +1 -0
  113. package/dist/shared/bricks/manifests/video.manifest.js +3 -0
  114. package/dist/shared/bricks/props/common.d.ts +12 -0
  115. package/dist/shared/bricks/props/common.d.ts.map +1 -0
  116. package/dist/shared/bricks/props/common.js +3 -0
  117. package/dist/shared/bricks/props/style-props.d.ts +20 -0
  118. package/dist/shared/bricks/props/style-props.d.ts.map +1 -0
  119. package/dist/shared/bricks/props/style-props.js +3 -0
  120. package/dist/shared/bricks.d.ts +499 -119
  121. package/dist/shared/bricks.d.ts.map +1 -0
  122. package/dist/shared/bricks.js +3 -2
  123. package/dist/shared/chunk-2MYSBGXT.js +16 -0
  124. package/dist/shared/chunk-2OS3QYKE.js +20 -0
  125. package/dist/shared/chunk-4NZGINOT.js +3 -0
  126. package/dist/shared/chunk-BND2TMDC.js +13 -0
  127. package/dist/shared/chunk-CXABUYX7.js +3 -0
  128. package/dist/shared/chunk-EU3VNNEO.js +7 -0
  129. package/dist/shared/chunk-FNY3QNEQ.js +11 -0
  130. package/dist/shared/chunk-HIXVR4RL.js +3 -0
  131. package/dist/shared/chunk-J6I3OMQO.js +9 -0
  132. package/dist/shared/chunk-KGJQ6Z5A.js +32 -0
  133. package/dist/shared/chunk-NCF46HSZ.js +13 -0
  134. package/dist/shared/chunk-PXAK7ZJ3.js +3 -0
  135. package/dist/shared/chunk-QOPZIE3U.js +3 -0
  136. package/dist/shared/chunk-QXB632SL.js +15 -0
  137. package/dist/shared/chunk-SL7GGSYB.js +22 -0
  138. package/dist/shared/chunk-TVKRK6P4.js +14 -0
  139. package/dist/shared/chunk-VEXGLSUP.js +9 -0
  140. package/dist/shared/chunk-W4DP2HKI.js +3 -0
  141. package/dist/shared/chunk-W6X5NC5M.js +3 -0
  142. package/dist/shared/chunk-WF7I53QW.js +20 -0
  143. package/dist/shared/chunk-XBV2Q4OR.js +16 -0
  144. package/dist/shared/chunk-XGI243DO.js +3 -0
  145. package/dist/shared/chunk-XL6LPHCI.js +3 -0
  146. package/dist/shared/chunk-Z4S5CCLQ.js +16 -0
  147. package/dist/shared/datasources/external/facebook/posts/fetcher.d.ts +7 -16
  148. package/dist/shared/datasources/external/facebook/posts/fetcher.d.ts.map +1 -0
  149. package/dist/shared/datasources/external/facebook/posts/sample.d.ts +26 -0
  150. package/dist/shared/datasources/external/facebook/posts/sample.d.ts.map +1 -0
  151. package/dist/shared/datasources/external/facebook/posts/schema.d.ts +23 -26
  152. package/dist/shared/datasources/external/facebook/posts/schema.d.ts.map +1 -0
  153. package/dist/shared/datasources/external/facebook/posts/tests/fetcher.test.d.ts +2 -0
  154. package/dist/shared/datasources/external/facebook/posts/tests/fetcher.test.d.ts.map +1 -0
  155. package/dist/shared/datasources/external/instagram/feed/fetcher.d.ts +7 -16
  156. package/dist/shared/datasources/external/instagram/feed/fetcher.d.ts.map +1 -0
  157. package/dist/shared/datasources/external/instagram/feed/sample.d.ts +3 -0
  158. package/dist/shared/datasources/external/instagram/feed/sample.d.ts.map +1 -0
  159. package/dist/shared/datasources/external/instagram/feed/schema.d.ts +16 -19
  160. package/dist/shared/datasources/external/instagram/feed/schema.d.ts.map +1 -0
  161. package/dist/shared/datasources/external/instagram/feed/tests/fetcher.test.d.ts +2 -0
  162. package/dist/shared/datasources/external/instagram/feed/tests/fetcher.test.d.ts.map +1 -0
  163. package/dist/shared/datasources/external/json/fetcher.d.ts +4 -13
  164. package/dist/shared/datasources/external/json/fetcher.d.ts.map +1 -0
  165. package/dist/shared/datasources/external/json/options.d.ts +7 -10
  166. package/dist/shared/datasources/external/json/options.d.ts.map +1 -0
  167. package/dist/shared/datasources/external/json/tests/fetcher.test.d.ts +2 -0
  168. package/dist/shared/datasources/external/json/tests/fetcher.test.d.ts.map +1 -0
  169. package/dist/shared/datasources/external/mastodon/account/fetcher.d.ts +5 -14
  170. package/dist/shared/datasources/external/mastodon/account/fetcher.d.ts.map +1 -0
  171. package/dist/shared/datasources/external/mastodon/account/sample.d.ts +30 -0
  172. package/dist/shared/datasources/external/mastodon/account/sample.d.ts.map +1 -0
  173. package/dist/shared/datasources/external/mastodon/account/schema.d.ts +37 -40
  174. package/dist/shared/datasources/external/mastodon/account/schema.d.ts.map +1 -0
  175. package/dist/shared/datasources/external/mastodon/account/tests/fetcher.test.d.ts +2 -0
  176. package/dist/shared/datasources/external/mastodon/account/tests/fetcher.test.d.ts.map +1 -0
  177. package/dist/shared/datasources/external/mastodon/options.d.ts +6 -9
  178. package/dist/shared/datasources/external/mastodon/options.d.ts.map +1 -0
  179. package/dist/shared/datasources/external/mastodon/status/fetcher.d.ts +5 -14
  180. package/dist/shared/datasources/external/mastodon/status/fetcher.d.ts.map +1 -0
  181. package/dist/shared/datasources/external/mastodon/status/sample.array.d.ts +2 -3
  182. package/dist/shared/datasources/external/mastodon/status/sample.array.d.ts.map +1 -0
  183. package/dist/shared/datasources/external/mastodon/status/sample.single.d.ts +2 -3
  184. package/dist/shared/datasources/external/mastodon/status/sample.single.d.ts.map +1 -0
  185. package/dist/shared/datasources/external/mastodon/status/schema.d.ts +233 -235
  186. package/dist/shared/datasources/external/mastodon/status/schema.d.ts.map +1 -0
  187. package/dist/shared/datasources/external/mastodon/status/tests/fetcher.test.d.ts +2 -0
  188. package/dist/shared/datasources/external/mastodon/status/tests/fetcher.test.d.ts.map +1 -0
  189. package/dist/shared/datasources/external/meta/oauth/config.d.ts +28 -21
  190. package/dist/shared/datasources/external/meta/oauth/config.d.ts.map +1 -0
  191. package/dist/shared/datasources/external/meta/oauth/config.js +3 -1
  192. package/dist/shared/datasources/external/meta/options.d.ts +6 -9
  193. package/dist/shared/datasources/external/meta/options.d.ts.map +1 -0
  194. package/dist/shared/datasources/external/rss/fetcher.d.ts +5 -14
  195. package/dist/shared/datasources/external/rss/fetcher.d.ts.map +1 -0
  196. package/dist/shared/datasources/external/rss/options.d.ts +6 -9
  197. package/dist/shared/datasources/external/rss/options.d.ts.map +1 -0
  198. package/dist/shared/datasources/external/rss/sample.d.ts +3 -0
  199. package/dist/shared/datasources/external/rss/sample.d.ts.map +1 -0
  200. package/dist/shared/datasources/external/rss/schema.d.ts +14 -17
  201. package/dist/shared/datasources/external/rss/schema.d.ts.map +1 -0
  202. package/dist/shared/datasources/external/rss/tests/fetcher.test.d.ts +2 -0
  203. package/dist/shared/datasources/external/rss/tests/fetcher.test.d.ts.map +1 -0
  204. package/dist/shared/datasources/external/threads/media/fetcher.d.ts +7 -16
  205. package/dist/shared/datasources/external/threads/media/fetcher.d.ts.map +1 -0
  206. package/dist/shared/datasources/external/threads/media/sample.d.ts +40 -0
  207. package/dist/shared/datasources/external/threads/media/sample.d.ts.map +1 -0
  208. package/dist/shared/datasources/external/threads/media/schema.d.ts +22 -25
  209. package/dist/shared/datasources/external/threads/media/schema.d.ts.map +1 -0
  210. package/dist/shared/datasources/external/tiktok/oauth/config.d.ts +20 -22
  211. package/dist/shared/datasources/external/tiktok/oauth/config.d.ts.map +1 -0
  212. package/dist/shared/datasources/external/tiktok/oauth/config.js +3 -1
  213. package/dist/shared/datasources/external/tiktok/video/fetcher.d.ts +7 -16
  214. package/dist/shared/datasources/external/tiktok/video/fetcher.d.ts.map +1 -0
  215. package/dist/shared/datasources/external/tiktok/video/options.d.ts +6 -9
  216. package/dist/shared/datasources/external/tiktok/video/options.d.ts.map +1 -0
  217. package/dist/shared/datasources/external/tiktok/video/sample.d.ts +15 -0
  218. package/dist/shared/datasources/external/tiktok/video/sample.d.ts.map +1 -0
  219. package/dist/shared/datasources/external/tiktok/video/schema.d.ts +18 -21
  220. package/dist/shared/datasources/external/tiktok/video/schema.d.ts.map +1 -0
  221. package/dist/shared/datasources/external/youtube/list/fetcher.d.ts +7 -16
  222. package/dist/shared/datasources/external/youtube/list/fetcher.d.ts.map +1 -0
  223. package/dist/shared/datasources/external/youtube/list/options.d.ts +10 -13
  224. package/dist/shared/datasources/external/youtube/list/options.d.ts.map +1 -0
  225. package/dist/shared/datasources/external/youtube/list/sample.d.ts +38 -0
  226. package/dist/shared/datasources/external/youtube/list/sample.d.ts.map +1 -0
  227. package/dist/shared/datasources/external/youtube/list/schema.d.ts +32 -35
  228. package/dist/shared/datasources/external/youtube/list/schema.d.ts.map +1 -0
  229. package/dist/shared/datasources/external/youtube/oauth/config.d.ts +20 -22
  230. package/dist/shared/datasources/external/youtube/oauth/config.d.ts.map +1 -0
  231. package/dist/shared/datasources/external/youtube/oauth/config.js +3 -1
  232. package/dist/shared/datasources/fetcher.d.ts +9 -0
  233. package/dist/shared/datasources/fetcher.d.ts.map +1 -0
  234. package/dist/shared/datasources/internal/contact-info/schema.d.ts +12 -15
  235. package/dist/shared/datasources/internal/contact-info/schema.d.ts.map +1 -0
  236. package/dist/shared/datasources/internal/faq/schema.d.ts +8 -11
  237. package/dist/shared/datasources/internal/faq/schema.d.ts.map +1 -0
  238. package/dist/shared/datasources/internal/links/schema.d.ts +8 -11
  239. package/dist/shared/datasources/internal/links/schema.d.ts.map +1 -0
  240. package/dist/shared/datasources/provider-options.d.ts +6 -0
  241. package/dist/shared/datasources/provider-options.d.ts.map +1 -0
  242. package/dist/shared/datasources/samples.d.ts +4 -13
  243. package/dist/shared/datasources/samples.d.ts.map +1 -0
  244. package/dist/shared/datasources/types.d.ts +100 -9
  245. package/dist/shared/datasources/types.d.ts.map +1 -0
  246. package/dist/shared/datasources/utils.d.ts +2 -3
  247. package/dist/shared/datasources/utils.d.ts.map +1 -0
  248. package/dist/shared/datasources.d.ts +4 -9
  249. package/dist/shared/datasources.d.ts.map +1 -0
  250. package/dist/shared/datasources.js +3 -2
  251. package/dist/shared/env.d.ts +3 -5
  252. package/dist/shared/env.d.ts.map +1 -0
  253. package/dist/shared/env.js +2 -1
  254. package/dist/shared/errors.d.ts +2 -1
  255. package/dist/shared/errors.d.ts.map +1 -0
  256. package/dist/shared/errors.js +2 -1
  257. package/dist/shared/index.d.ts +2 -2
  258. package/dist/shared/index.d.ts.map +1 -0
  259. package/dist/shared/layout-constants.d.ts +4 -5
  260. package/dist/shared/layout-constants.d.ts.map +1 -0
  261. package/dist/shared/layout-constants.js +3 -2
  262. package/dist/shared/manifest.d.ts +13 -34
  263. package/dist/shared/manifest.d.ts.map +1 -0
  264. package/dist/shared/metafile-esm.json +1 -1
  265. package/dist/shared/oauth.d.ts +10 -0
  266. package/dist/shared/oauth.d.ts.map +1 -0
  267. package/dist/shared/page.d.ts +921 -9
  268. package/dist/shared/page.d.ts.map +1 -0
  269. package/dist/shared/page.js +3 -2
  270. package/dist/shared/responsive.d.ts +4 -6
  271. package/dist/shared/responsive.d.ts.map +1 -0
  272. package/dist/shared/responsive.js +2 -1
  273. package/dist/shared/social-icons.d.ts +2 -3
  274. package/dist/shared/social-icons.d.ts.map +1 -0
  275. package/dist/shared/tests/attributes.test.d.ts +2 -0
  276. package/dist/shared/tests/attributes.test.d.ts.map +1 -0
  277. package/dist/shared/theme.d.ts +50 -33
  278. package/dist/shared/theme.d.ts.map +1 -0
  279. package/dist/shared/theme.js +3 -2
  280. package/dist/shared/themes/all-themes.d.ts +3 -6
  281. package/dist/shared/themes/all-themes.d.ts.map +1 -0
  282. package/dist/shared/themes/all-themes.js +2 -1
  283. package/dist/shared/themes/color-system.d.ts +24 -27
  284. package/dist/shared/themes/color-system.d.ts.map +1 -0
  285. package/dist/shared/themes/color-system.js +2 -1
  286. package/dist/shared/utils/invariant.d.ts +2 -3
  287. package/dist/shared/utils/invariant.d.ts.map +1 -0
  288. package/dist/shared/utils/invariant.js +3 -2
  289. package/package.json +5 -14
  290. package/custom-attrs.d.ts +0 -63
  291. package/dist/shared/ajv.js +0 -2
  292. package/dist/shared/datarecords/types.d.ts +0 -32
  293. package/dist/shared/datarecords/types.js +0 -2
  294. package/dist/shared/datasources/external/facebook/posts/fetcher.js +0 -2
  295. package/dist/shared/datasources/external/facebook/posts/schema.js +0 -2
  296. package/dist/shared/datasources/external/instagram/feed/fetcher.js +0 -2
  297. package/dist/shared/datasources/external/instagram/feed/schema.js +0 -2
  298. package/dist/shared/datasources/external/json/fetcher.js +0 -2
  299. package/dist/shared/datasources/external/json/options.js +0 -2
  300. package/dist/shared/datasources/external/mastodon/account/fetcher.js +0 -2
  301. package/dist/shared/datasources/external/mastodon/account/schema.js +0 -2
  302. package/dist/shared/datasources/external/mastodon/options.js +0 -2
  303. package/dist/shared/datasources/external/mastodon/status/fetcher.js +0 -2
  304. package/dist/shared/datasources/external/mastodon/status/sample.array.js +0 -2
  305. package/dist/shared/datasources/external/mastodon/status/sample.single.js +0 -2
  306. package/dist/shared/datasources/external/mastodon/status/schema.js +0 -2
  307. package/dist/shared/datasources/external/meta/options.js +0 -2
  308. package/dist/shared/datasources/external/rss/fetcher.js +0 -2
  309. package/dist/shared/datasources/external/rss/options.js +0 -2
  310. package/dist/shared/datasources/external/rss/schema.js +0 -2
  311. package/dist/shared/datasources/external/threads/media/fetcher.js +0 -2
  312. package/dist/shared/datasources/external/threads/media/schema.js +0 -2
  313. package/dist/shared/datasources/external/tiktok/video/fetcher.js +0 -2
  314. package/dist/shared/datasources/external/tiktok/video/options.js +0 -2
  315. package/dist/shared/datasources/external/tiktok/video/schema.js +0 -2
  316. package/dist/shared/datasources/external/youtube/list/fetcher.js +0 -2
  317. package/dist/shared/datasources/external/youtube/list/options.js +0 -2
  318. package/dist/shared/datasources/external/youtube/list/schema.js +0 -2
  319. package/dist/shared/datasources/internal/contact-info/schema.js +0 -2
  320. package/dist/shared/datasources/internal/faq/schema.js +0 -2
  321. package/dist/shared/datasources/internal/links/schema.js +0 -2
  322. package/dist/shared/datasources/samples.js +0 -2
  323. package/dist/shared/datasources/types.js +0 -2
  324. package/dist/shared/datasources/utils.js +0 -2
  325. package/dist/shared/datasources-97V9CclE.d.ts +0 -316
  326. package/dist/shared/index.js +0 -2
  327. package/dist/shared/manifest.js +0 -2
  328. package/dist/shared/social-icons.js +0 -2
  329. package/dist/shared/template-config.d.ts +0 -9
  330. package/dist/shared/template-config.js +0 -1
  331. package/dist/shared/utils/layout-utils.d.ts +0 -24
  332. package/dist/shared/utils/layout-utils.js +0 -2
  333. package/env.d.ts +0 -24
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bricks.d.ts","sourceRoot":"","sources":["../../src/shared/bricks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAuCtD;;GAEG;AACH,eAAO,MAAM,UAAU,2BAAsF,CAAC;AAE9G,QAAA,MAAM,mBAAmB;;;;;;;EA2BvB,CAAC;AAEH,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAE/D,QAAA,MAAM,0BAA0B;;;;;;EA6C9B,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE7E,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmFtB,CAAC;AAEH,MAAM,MAAM,KAAK,GAAG,MAAM,CAAC,OAAO,WAAW,CAAC,CAAC;AAC/C,MAAM,MAAM,YAAY,GAAG,KAAK,EAAE,CAAC;AACnC,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,UAAU,CAAC,CAAC;AAEnD,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQtB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE7D,MAAM,MAAM,UAAU,GAAG;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAwCF,wBAAgB,YAAY,CAAC,CAAC,SAAS,YAAY,EAAE,EAAE,MAAM,EAAE,CAAC,GAAG,KAAK,EAAE,CASzE;AAED;;;GAGG;AACH,KAAK,eAAe,GAAG,IAAI,CAAC,KAAK,EAAE,IAAI,GAAG,UAAU,GAAG,UAAU,CAAC,GAAG;IAEnE,QAAQ,EAAE;QACR,MAAM,CAAC,EAAE,IAAI,CAAC,oBAAoB,EAAE,GAAG,CAAC,CAAC;QACzC,OAAO,EAAE,IAAI,CAAC,oBAAoB,EAAE,GAAG,CAAC,CAAC;KAC1C,CAAC;CACH,CAAC;AAQF;;GAEG;AACH,wBAAgB,SAAS,CAAC,CAAC,SAAS,eAAe,EAAE,EAAE,MAAM,EAAE,CAAC,GAAG,YAAY,EAAE,CA4ChF"}
@@ -1,2 +1,3 @@
1
- /*! Enpage - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
- import{Type as t}from"@sinclair/typebox";import{customAlphabet as B}from"nanoid";var p={desktop:36,mobile:18};var k=B("1234567890azertyuiopqsdfghjklmwxcvbnAZERTYUIOPQSDFGHJKLMWXCVBN",7);function u(e,i,r=p){return{x:e.x==="quarter"?r[i]/4:e.x==="threeQuarter"?r[i]*.75:e.x==="half"?r[i]/2:e.x==="third"?r[i]/3:e.x==="twoThird"?r[i]*2/3:e.x,y:e.y,w:e.w==="full"?r[i]:e.w==="half"?r[i]/2:e.w==="third"?r[i]/3:e.w==="quarter"?r[i]/4:e.w==="twoThird"?r[i]*2/3:e.w==="threeQuarter"?r[i]*3/4:e.w,h:e.h,hidden:e.hidden}}function w(e){return e.map(i=>({...i,id:`brick-${k()}`,position:{mobile:u(i.position.mobile,"mobile"),desktop:u(i.position.desktop,"desktop")}}))}var d={mobile:0,tablet:0,desktop:0};function g(e){let i=Math.max(...e.map(o=>Math.max(o.position.desktop?.h??0,o.position.tablet?.h??0,o.position.mobile?.h??0))),r=Math.max(...e.map(o=>Math.max(o.position.mobile?.h??0,o.position.tablet?.h??0,o.position.desktop?.h??0))),s=e.map((o,m)=>{let n={...o,id:`brick-${k()}`,position:{desktop:{...o.position.desktop,y:d.desktop},...o.position.mobile?{mobile:{...o.position.mobile,y:d.mobile}}:null}};return n.position.mobile?.w===p.mobile&&m!==e.length-1&&(d.mobile+=n.position.mobile.h),n});return d.desktop+=i,d.mobile+=r,s}function P({type:e,kind:i,title:r,description:s,preferredWidth:o,preferredHeight:m,minWidth:n,minHeight:b,maxWidth:h,icon:c,props:f,datasource:a,datarecord:l}){return t.Object({type:t.Literal(e),kind:t.Literal(i),title:t.Literal(r),description:t.Literal(s),icon:t.Literal(c),preferredWidth:t.Object({mobile:t.Number(),desktop:t.Number()},{default:o??n}),preferredHeight:t.Object({mobile:t.Number(),desktop:t.Number()},{default:m??b}),minWidth:t.Object({mobile:t.Number(),desktop:t.Number()},{default:n??{mobile:1,desktop:1}}),maxWidth:t.Object({mobile:t.Number(),desktop:t.Number()},{default:h??{mobile:p.mobile,desktop:p.desktop}}),minHeight:t.Object({mobile:t.Number(),desktop:t.Number()},{default:b??{mobile:1,desktop:1}}),...a&&{datasource:a},...l&&{datarecord:l},props:f})}export{g as createRow,P as defineBrickManifest,w as defineBricks,k as generateId};
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{a,b,c,d}from"./chunk-W4DP2HKI.js";import"./chunk-WF7I53QW.js";import"./chunk-EU3VNNEO.js";import"./chunk-SL7GGSYB.js";import"./chunk-2OS3QYKE.js";import"./chunk-Z4S5CCLQ.js";import"./chunk-TVKRK6P4.js";import"./chunk-J6I3OMQO.js";import"./chunk-FNY3QNEQ.js";import"./chunk-VEXGLSUP.js";import"./chunk-BND2TMDC.js";import"./chunk-2MYSBGXT.js";import"./chunk-NCF46HSZ.js";import"./chunk-XBV2Q4OR.js";import"./chunk-QXB632SL.js";import"./chunk-KGJQ6Z5A.js";import"./chunk-XL6LPHCI.js";import"./chunk-W6X5NC5M.js";import"./chunk-QOPZIE3U.js";import"./chunk-PXAK7ZJ3.js";export{b as brickSchema,d as createRow,c as defineBricks,a as generateId};
@@ -0,0 +1,16 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{a as o,d as i}from"./chunk-XL6LPHCI.js";import{a as r}from"./chunk-W6X5NC5M.js";import{a as p}from"./chunk-QOPZIE3U.js";import{a as e}from"./chunk-PXAK7ZJ3.js";import{Type as t}from"@sinclair/typebox";import{Value as n}from"@sinclair/typebox/value";var s=p({type:"map",kind:"widget",title:"Map",description:"A map element with a location",preferredWidth:{mobile:e.mobile/2,desktop:e.desktop/4},preferredHeight:{mobile:6,desktop:6},minWidth:{mobile:3,desktop:3},minHeight:{mobile:3,desktop:3},icon:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
4
+ <!-- Main container -->
5
+ <rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
6
+
7
+ <!-- Map fold lines (even thinner) -->
8
+ <path d="M3 9 L21 9" stroke-width="0.3"></path>
9
+ <path d="M9 3 L9 21" stroke-width="0.3"></path>
10
+ <path d="M15 3 L15 21" stroke-width="0.3"></path>
11
+ <path d="M3 15 L21 15" stroke-width="0.3"></path>
12
+
13
+ <!-- Location pin (teardrop shape) -->
14
+ <path d="M12 5 C10.3431 5 9 6.34315 9 8 C9 9.3124 9.84285 10.4274 11 10.8229 L12 13 L13 10.8229 C14.1571 10.4274 15 9.3124 15 8 C15 6.34315 13.6569 5 12 5Z"></path>
15
+ </svg>
16
+ `,props:t.Composite([i,o,r,t.Object({heroFontSize:t.Union([t.Literal("font-size-hero-1",{title:"1"}),t.Literal("font-size-hero-2",{title:"2"}),t.Literal("font-size-hero-3",{title:"3"}),t.Literal("font-size-hero-4",{title:"4"}),t.Literal("font-size-hero-5",{title:"5"})],{default:"font-size-hero-3",title:"Font size","ui:field":"enum","ui:display":"button-group","ui:group":"border"})})])}),c=n.Create(s);export{s as a,c as b};
@@ -0,0 +1,20 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{a as t,d as o}from"./chunk-XL6LPHCI.js";import{a as r}from"./chunk-W6X5NC5M.js";import{a as n}from"./chunk-QOPZIE3U.js";import{a as i}from"./chunk-PXAK7ZJ3.js";import{Type as e}from"@sinclair/typebox";import{Value as l}from"@sinclair/typebox/value";var s=n({type:"footer",kind:"widget",title:"Footer",description:"A footer with links and social media icons",preferredWidth:{mobile:i.mobile/2,desktop:i.desktop/4},preferredHeight:{mobile:6,desktop:6},minWidth:{mobile:3,desktop:3},minHeight:{mobile:3,desktop:3},icon:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
4
+ <!-- Main container -->
5
+ <rect x="3" y="12" width="18" height="8" rx="2" ry="2"></rect>
6
+
7
+ <!-- First column: single line aligned with top -->
8
+ <line x1="6" y1="14.5" x2="8" y2="14.5"></line>
9
+
10
+ <!-- Middle column: three lines -->
11
+ <line x1="11" y1="14.5" x2="13" y2="14.5"></line>
12
+ <line x1="11" y1="16" x2="13" y2="16"></line>
13
+ <line x1="11" y1="17.5" x2="13" y2="17.5"></line>
14
+
15
+ <!-- Last column: three lines -->
16
+ <line x1="16" y1="14.5" x2="18" y2="14.5"></line>
17
+ <line x1="16" y1="16" x2="18" y2="16"></line>
18
+ <line x1="16" y1="17.5" x2="18" y2="17.5"></line>
19
+ </svg>
20
+ `,props:e.Composite([o,t,r,e.Object({heroFontSize:e.Union([e.Literal("font-size-hero-1",{title:"1"}),e.Literal("font-size-hero-2",{title:"2"}),e.Literal("font-size-hero-3",{title:"3"}),e.Literal("font-size-hero-4",{title:"4"}),e.Literal("font-size-hero-5",{title:"5"})],{default:"font-size-hero-3",title:"Font size","ui:field":"enum","ui:display":"button-group","ui:group":"border"})})])}),c=l.Create(s);export{s as a,c as b};
@@ -0,0 +1,3 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{Type as t}from"@sinclair/typebox";var e=t.Object({id:t.String({title:"ID",description:"The unique identifier of the theme"}),name:t.String({title:"Name",description:"The name of the theme"}),description:t.Optional(t.String({title:"Description",description:"The description of the theme"})),tags:t.Optional(t.Array(t.String({title:"Tag"}),{title:"Tags",description:"The tags of the theme"})),colors:t.Object({primary:t.String({title:"Primary color",description:"The brand's primary color"}),secondary:t.String({title:"Secondary color",description:"The brand's second most used color"}),accent:t.String({title:"Accent color",description:"The brand's least used color"}),neutral:t.String({title:"Neutral color",description:"The base neutral color"})},{title:"Theme base colors",description:"The base colors of the theme. Each theme must declare all these colors."}),typography:t.Object({base:t.Number({title:"Base font size",description:"The base font size in pixels. It is safe to keep it as is.",default:16}),heading:t.Union([t.Literal("system-ui",{title:"System UI"}),t.Literal("transitional",{title:"Transitional"}),t.Literal("old-style",{title:"Old style"}),t.Literal("humanist",{title:"Humanist"}),t.Literal("geometric-humanist",{title:"Geometric humanist"}),t.Literal("classical-humanist",{title:"Classical humanist"}),t.Literal("neo-grotesque",{title:"Neo-grotesque"}),t.Literal("monospace-slab-serif",{title:"Monospace slab serif"}),t.Literal("monospace-code",{title:"Monospace code"}),t.Literal("industrial",{title:"Industrial"}),t.Literal("rounded-sans",{title:"Rounded sans"}),t.Literal("slab-serif",{title:"Slab serif"}),t.Literal("antique",{title:"Antique"}),t.Literal("didone",{title:"Didone"}),t.Literal("handwritten",{title:"Handwritten"}),t.String({title:"Custom font name",description:"A custom font declared in the customFonts property."})],{title:"Heading font",description:"Used for titles and headings.",default:"system-ui"}),body:t.Union([t.Literal("system-ui",{title:"System UI"}),t.Literal("transitional",{title:"Transitional"}),t.Literal("old-style",{title:"Old style"}),t.Literal("humanist",{title:"Humanist"}),t.Literal("geometric-humanist",{title:"Geometric humanist"}),t.Literal("classical-humanist",{title:"Classical humanist"}),t.Literal("neo-grotesque",{title:"Neo-grotesque"}),t.Literal("monospace-slab-serif",{title:"Monospace slab serif"}),t.Literal("monospace-code",{title:"Monospace code"}),t.Literal("industrial",{title:"Industrial"}),t.Literal("rounded-sans",{title:"Rounded sans"}),t.Literal("slab-serif",{title:"Slab serif"}),t.Literal("antique",{title:"Antique"}),t.Literal("didone",{title:"Didone"}),t.Literal("handwritten",{title:"Handwritten"}),t.String({title:"Custom font name",description:"A custom font declared in the customFonts property."})],{title:"Body font",description:"Used for paragraphs and body text",default:"system-ui"})}),customFonts:t.Optional(t.Array(t.Object({name:t.String({title:"Name",description:"The name of the font"}),src:t.String({title:"Font URL",description:"The URL of the font"}),display:t.Optional(t.Union([t.Literal("auto",{title:"Auto"}),t.Literal("swap",{title:"Swap"}),t.Literal("block",{title:"Block"}),t.Literal("fallback",{title:"Fallback"}),t.Literal("optional",{title:"Optional"}),t.String({title:"Custom"})],{title:"Display",default:"auto"})),stretch:t.Optional(t.Union([t.Literal("normal",{title:"Normal"}),t.Literal("ultra-condensed",{title:"Ultra condensed"}),t.Literal("extra-condensed",{title:"Extra condensed"}),t.Literal("condensed",{title:"Condensed"}),t.Literal("semi-condensed",{title:"Semi condensed"}),t.Literal("semi-expanded",{title:"Semi expanded"}),t.Literal("expanded",{title:"Expanded"}),t.Literal("extra-expanded",{title:"Extra expanded"}),t.Literal("ultra-expanded",{title:"Ultra expanded"}),t.String({title:"Custom"})],{title:"Stretch",default:"normal"})),style:t.Optional(t.Union([t.Literal("normal",{title:"Normal"}),t.Literal("italic",{title:"Italic"}),t.Literal("oblique",{title:"Oblique"}),t.String({title:"Custom"})],{title:"Style",default:"normal"})),weight:t.Optional(t.Union([t.Literal("normal",{title:"Normal"}),t.Literal("bold",{title:"Bold"}),t.Literal("bolder",{title:"Bolder"}),t.Literal("lighter",{title:"Lighter"}),t.Literal("100",{title:"100"}),t.Literal("200",{title:"200"}),t.Literal("300",{title:"300"}),t.Literal("400",{title:"400"}),t.Literal("500",{title:"500"}),t.Literal("600",{title:"600"}),t.Literal("700",{title:"700"}),t.Literal("800",{title:"800"}),t.Literal("900",{title:"900"}),t.String({title:"Custom"})],{title:"Weight",default:"normal"}))},{title:"Custom font"}),{title:"Custom fonts",description:"The custom fonts used in the theme"}))},{$id:"Theme"}),l=t.Array(e);export{e as a,l as b};
@@ -0,0 +1,13 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{a as i,d as o}from"./chunk-XL6LPHCI.js";import{a as r}from"./chunk-W6X5NC5M.js";import{a as n}from"./chunk-QOPZIE3U.js";import{a as t}from"./chunk-PXAK7ZJ3.js";import{Type as e}from"@sinclair/typebox";import{Value as l}from"@sinclair/typebox/value";var s=n({type:"image-wall",kind:"widget",title:"Images wall",description:"An image collection",preferredWidth:{mobile:t.mobile/2,desktop:t.desktop/4},preferredHeight:{mobile:6,desktop:6},minWidth:{mobile:3,desktop:3},minHeight:{mobile:3,desktop:3},icon:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
4
+ <!-- Main container -->
5
+ <rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
6
+
7
+ <!-- Image rectangles in masonry layout -->
8
+ <rect x="5" y="5" width="6" height="5" rx="1"></rect>
9
+ <rect x="13" y="5" width="6" height="7" rx="1"></rect>
10
+ <rect x="5" y="12" width="6" height="7" rx="1"></rect>
11
+ <rect x="13" y="14" width="6" height="5" rx="1"></rect>
12
+ </svg>
13
+ `,props:e.Composite([o,i,r,e.Object({heroFontSize:e.Union([e.Literal("font-size-hero-1",{title:"1"}),e.Literal("font-size-hero-2",{title:"2"}),e.Literal("font-size-hero-3",{title:"3"}),e.Literal("font-size-hero-4",{title:"4"}),e.Literal("font-size-hero-5",{title:"5"})],{default:"font-size-hero-3",title:"Font size","ui:field":"enum","ui:display":"button-group","ui:group":"border"})})])}),f=l.Create(s);export{s as a,f as b};
@@ -0,0 +1,3 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{Type as r}from"@sinclair/typebox";import{Value as s}from"@sinclair/typebox/value";function c(t){for(let e in t)if(e.startsWith("$"))throw new Error(`Attribute names starting with '$' (like "${e}") are reserved for internal use. Please rename it.`);return r.Object({...p,...t},{$id:"attributes"})}var n={string(t,e="",i){return r.String({title:t,default:e,...i})},number(t,e=0,i){return r.Number({title:t,default:e,...i})},boolean(t,e=!1,i){let u={"ui:field":"switch"};return r.Boolean({title:t,default:e,...u,...i})},enum(t,e,i){let u={"ui:field":"enum","ui:display":i.displayAs||"select"},{options:a,displayAs:g,...l}=i;return r.Union(a.map(o=>r.Literal(typeof o=="string"?o:o.value,{title:typeof o=="string"?o:o.title,"ui:icon":typeof o=="string"?void 0:o.icon})),{title:t,default:e,...u,...l})},file(t,e="",i={}){return r.String({title:t,default:e,...i,format:"data-url"})},url(t,e="",i={}){return r.String({title:t,default:e,...i,format:"uri"})},color(t,e="",i){let u={"ui:field":"color"};return r.String({title:t,default:e,...u,...i})},date(t,e=new Date,i={}){return r.String({title:t,default:e.toISOString(),...i,format:"date"})},datetime(t,e=new Date,i={}){return r.String({title:t,default:e.toISOString(),...i,format:"date-time"})},geolocation(t,e,i={}){return r.Object({lat:r.Number({minimum:-90,maximum:90}),lng:r.Number({minimum:-180,maximum:180}),name:r.Optional(r.String({title:"Name"}))},{title:t,default:e,...i})}},p={$pageLanguage:n.enum("Page language","en",{options:[{value:"ar",title:"Arabic"},{value:"zh",title:"Chinese"},{value:"cs",title:"Czech"},{value:"nl",title:"Dutch"},{value:"en",title:"English"},{value:"fr",title:"French"},{value:"de",title:"German"},{value:"he",title:"Hebrew"},{value:"hi",title:"Hindi"},{value:"it",title:"Italian"},{value:"ja",title:"Japanese"},{value:"ko",title:"Korean"},{value:"fa",title:"Persian"},{value:"pl",title:"Polish"},{value:"pt",title:"Portuguese"},{value:"ru",title:"Russian"},{value:"es",title:"Spanish"},{value:"tr",title:"Turkish"},{value:"vi",title:"Vietnamese"}],"ui:group":"meta","ui:group:title":"Meta tags / SEO"}),$pagePath:n.string("Page path","/",{description:"The URL path of the page","ui:group":"location","ui:group:title":"Location","ui:group:order":1,"ui:field":"path"}),$pageTitle:n.string("Page title","Untitled",{"ui:group":"meta","ui:group:title":"Meta tags / SEO"}),$pageDescription:n.string("Page description","",{"ui:widget":"textarea","ui:options":{rows:3,widget:"textarea"},"ui:group":"meta","ui:group:title":"Meta tags / SEO"}),$pageKeywords:n.string("Page keywords","",{"ui:group":"meta","ui:group:title":"Meta tags / SEO"}),$pageLastUpdated:n.datetime("Last updated",void 0,{"ui:hidden":!0}),$pageWidth:n.enum("Page width","max-w-screen-2xl",{options:[{value:"max-w-screen-lg",title:"M",description:"Common for text-heavy content/blog posts"},{value:"max-w-screen-xl",title:"L",description:"Usefull or some landing pages"},{value:"max-w-screen-2xl",title:"XL",description:"Common width"},{value:"max-w-full",title:"Full",description:"Takes the entire space"}],description:"The maximum width of the page. Desktop only.",displayAs:"button-group","ui:group":"layout","ui:group:title":"Page Layout & Design"}),$pagePaddingVertical:n.enum("Page vertical spacing","20",{options:[{value:"0",title:"None"},{value:"10",title:"S"},{value:"20",title:"M"},{value:"30",title:"L"},{value:"50",title:"XL"}],description:"Vertical spacing. Desktop only.",displayAs:"button-group","ui:group":"layout","ui:group:title":"Page Layout & Design"}),$pagePaddingHorizontal:n.enum("Page horizontal spacing","20",{options:[{value:"0",title:"None"},{value:"10",title:"S"},{value:"20",title:"M"},{value:"30",title:"L"},{value:"50",title:"XL"}],description:"Horizontal spacing. Desktop only.",displayAs:"button-group","ui:group":"layout","ui:group:title":"Page Layout & Design"}),$backgroundColor:n.color("Page background color","#ffffff",{"ui:field":"color","ui:group":"layout","ui:group:title":"Page Layout & Design"}),$textColor:n.color("Default text color","#222222",{"ui:field":"color","ui:group":"layout","ui:group:title":"Page Layout & Design","ui:color-type":"page-text"})};function f(t){return s.Create(t)}export{c as a,n as b,f as c};
@@ -0,0 +1,7 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{a as o,d as e}from"./chunk-XL6LPHCI.js";import{a as i}from"./chunk-W6X5NC5M.js";import{a as r}from"./chunk-QOPZIE3U.js";import{a as t}from"./chunk-PXAK7ZJ3.js";import{Type as p}from"@sinclair/typebox";import{Value as m}from"@sinclair/typebox/value";var n=r({type:"text",kind:"brick",title:"Text",description:"Text with formatting options",preferredWidth:{mobile:t.mobile/2,desktop:t.desktop/4},preferredHeight:{mobile:6,desktop:6},minWidth:{mobile:3,desktop:3},minHeight:{mobile:3,desktop:3},icon:`
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
5
+ <path d="M4 7h16M4 12h16M4 17h16"></path>
6
+ </svg>
7
+ `,props:p.Composite([o,e,i])}),h=m.Create(n);export{n as a,h as b};
@@ -0,0 +1,11 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{a as o,d as i}from"./chunk-XL6LPHCI.js";import{a as r}from"./chunk-W6X5NC5M.js";import{a as n}from"./chunk-QOPZIE3U.js";import{a as e}from"./chunk-PXAK7ZJ3.js";import{Type as t}from"@sinclair/typebox";import{Value as p}from"@sinclair/typebox/value";var s=n({type:"icon",title:"Icon",kind:"brick",description:"An icon with optional text",preferredWidth:{mobile:e.mobile/2,desktop:e.desktop/4},preferredHeight:{mobile:6,desktop:6},minWidth:{mobile:3,desktop:3},minHeight:{mobile:3,desktop:3},icon:`
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
5
+ <!-- Main container -->
6
+ <rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
7
+
8
+ <!-- Diamond shape -->
9
+ <path d="M7 12 L12 7 L17 12 L12 17 Z"></path>
10
+ </svg>
11
+ `,props:t.Composite([i,o,r,t.Object({heroFontSize:t.Union([t.Literal("font-size-hero-1",{title:"1"}),t.Literal("font-size-hero-2",{title:"2"}),t.Literal("font-size-hero-3",{title:"3"}),t.Literal("font-size-hero-4",{title:"4"}),t.Literal("font-size-hero-5",{title:"5"})],{default:"font-size-hero-3",title:"Font size","ui:field":"enum","ui:display":"button-group","ui:group":"border"})})])}),h=p.Create(s);export{s as a,h as b};
@@ -0,0 +1,3 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{Type as t}from"@sinclair/typebox";var n=e=>t.Object({siteId:t.String(),siteDatasourceId:t.String(),config:e,oauthTokenExpireAt:t.String(),oauthRefreshTokenExpireAt:t.Optional(t.String()),nextRefreshTokenAt:t.Optional(t.String())});export{n as a};
@@ -0,0 +1,9 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{a as o,d as i}from"./chunk-XL6LPHCI.js";import{a as r}from"./chunk-W6X5NC5M.js";import{a as l}from"./chunk-QOPZIE3U.js";import{a as t}from"./chunk-PXAK7ZJ3.js";import{Type as e}from"@sinclair/typebox";import{Value as n}from"@sinclair/typebox/value";var p=l({type:"hero",title:"Hero",kind:"brick",description:"A big textual element for home pages",preferredWidth:{mobile:t.mobile/2,desktop:t.desktop/4},preferredHeight:{mobile:6,desktop:6},minWidth:{mobile:3,desktop:3},minHeight:{mobile:3,desktop:3},icon:`
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
5
+ <rect x="10" y="10" width="80" height="80" rx="4" fill="none" stroke="currentColor" stroke-width="3"/>
6
+ <rect x="20" y="35" width="60" height="12" rx="2" fill="currentColor"/>
7
+ <rect x="20" y="52" width="40" height="12" rx="2" fill="currentColor"/>
8
+ </svg>
9
+ `,props:e.Composite([i,o,r,e.Object({heroFontSize:e.Union([e.Literal("font-size-hero-1",{title:"1"}),e.Literal("font-size-hero-2",{title:"2"}),e.Literal("font-size-hero-3",{title:"3"}),e.Literal("font-size-hero-4",{title:"4"}),e.Literal("font-size-hero-5",{title:"5"})],{default:"font-size-hero-3",title:"Font size","ui:field":"enum","ui:display":"button-group","ui:group":"border"})})])}),c=n.Create(p);export{p as a,c as b};
@@ -0,0 +1,32 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{a as o,d as i}from"./chunk-XL6LPHCI.js";import{a as r}from"./chunk-W6X5NC5M.js";import{a as p}from"./chunk-QOPZIE3U.js";import{a as e}from"./chunk-PXAK7ZJ3.js";import{Type as t}from"@sinclair/typebox";import{Value as a}from"@sinclair/typebox/value";var n=p({type:"countdown",kind:"widget",title:"Countdown",description:"A countdown timer",preferredWidth:{mobile:e.mobile/2,desktop:e.desktop/4},preferredHeight:{mobile:6,desktop:6},minWidth:{mobile:3,desktop:3},minHeight:{mobile:3,desktop:3},icon:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
4
+ <!-- Main container (centered) -->
5
+ <rect x="2" y="6" width="20" height="12" rx="1" ry="1"></rect>
6
+
7
+ <!-- Left digit -->
8
+ <path d="M4 9 L4 15"></path>
9
+ <path d="M4 9 L7 9"></path>
10
+ <path d="M4 12 L7 12"></path>
11
+ <path d="M4 15 L7 15"></path>
12
+ <path d="M7 9 L7 15"></path>
13
+
14
+ <!-- Second digit -->
15
+ <path d="M9 9 L9 15"></path>
16
+ <path d="M9 9 L12 9"></path>
17
+ <path d="M9 12 L12 12"></path>
18
+ <path d="M9 15 L12 15"></path>
19
+ <path d="M12 9 L12 15"></path>
20
+
21
+ <!-- Colon (tiny) -->
22
+ <circle cx="15" cy="10.5" r="0.15"></circle>
23
+ <circle cx="15" cy="13.5" r="0.15"></circle>
24
+
25
+ <!-- Third digit -->
26
+ <path d="M17 9 L17 15"></path>
27
+ <path d="M17 9 L20 9"></path>
28
+ <path d="M17 12 L20 12"></path>
29
+ <path d="M17 15 L20 15"></path>
30
+ <path d="M20 9 L20 15"></path>
31
+ </svg>
32
+ `,props:t.Composite([i,o,r,t.Object({heroFontSize:t.Union([t.Literal("font-size-hero-1",{title:"1"}),t.Literal("font-size-hero-2",{title:"2"}),t.Literal("font-size-hero-3",{title:"3"}),t.Literal("font-size-hero-4",{title:"4"}),t.Literal("font-size-hero-5",{title:"5"})],{default:"font-size-hero-3",title:"Font size","ui:field":"enum","ui:display":"button-group","ui:group":"border"})})])}),f=a.Create(n);export{n as a,f as b};
@@ -0,0 +1,13 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{a as o,d as i}from"./chunk-XL6LPHCI.js";import{a as r}from"./chunk-W6X5NC5M.js";import{a as n}from"./chunk-QOPZIE3U.js";import{a as e}from"./chunk-PXAK7ZJ3.js";import{Type as t}from"@sinclair/typebox";import{Value as p}from"@sinclair/typebox/value";var s=n({type:"button",title:"Button",kind:"brick",description:"A button with text and optional icon",preferredWidth:{mobile:e.mobile/2,desktop:e.desktop/4},preferredHeight:{mobile:6,desktop:6},minWidth:{mobile:3,desktop:3},minHeight:{mobile:3,desktop:3},icon:`
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
5
+ <!-- Main container -->
6
+
7
+ <!-- Button container -->
8
+ <rect x="4" y="11" width="16" height="6" rx="2"></rect>
9
+
10
+ <!-- Text line inside button -->
11
+ <line x1="9" y1="14" x2="15" y2="14"></line>
12
+ </svg>
13
+ `,props:t.Composite([i,o,r,t.Object({heroFontSize:t.Union([t.Literal("font-size-hero-1",{title:"1"}),t.Literal("font-size-hero-2",{title:"2"}),t.Literal("font-size-hero-3",{title:"3"}),t.Literal("font-size-hero-4",{title:"4"}),t.Literal("font-size-hero-5",{title:"5"})],{default:"font-size-hero-3",title:"Font size","ui:field":"enum","ui:display":"button-group","ui:group":"border"})})])}),u=p.Create(s);export{s as a,u as b};
@@ -0,0 +1,3 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ var o={desktop:36,mobile:18},t={desktop:1024,mobile:1},e=20;export{o as a,t as b,e as c};
@@ -0,0 +1,3 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{a as t}from"./chunk-PXAK7ZJ3.js";import{Type as e}from"@sinclair/typebox";function B({type:d,kind:n,title:m,description:b,preferredWidth:s,preferredHeight:l,minWidth:i,minHeight:r,maxWidth:c,icon:u,props:k,datasource:o,datarecord:p}){return e.Object({type:e.Literal(d),kind:e.Literal(n),title:e.Literal(m),description:e.Literal(b),icon:e.Literal(u),preferredWidth:e.Object({mobile:e.Number(),desktop:e.Number()},{default:s??i}),preferredHeight:e.Object({mobile:e.Number(),desktop:e.Number()},{default:l??r}),minWidth:e.Object({mobile:e.Number(),desktop:e.Number()},{default:i??{mobile:1,desktop:1}}),maxWidth:e.Object({mobile:e.Number(),desktop:e.Number()},{default:c??{mobile:t.mobile,desktop:t.desktop}}),minHeight:e.Object({mobile:e.Number(),desktop:e.Number()},{default:r??{mobile:1,desktop:1}}),...o&&{datasource:o},...p&&{datarecord:p},props:k})}export{B as a};
@@ -0,0 +1,15 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{a as o,d as r}from"./chunk-XL6LPHCI.js";import{a as i}from"./chunk-W6X5NC5M.js";import{a as l}from"./chunk-QOPZIE3U.js";import{a as t}from"./chunk-PXAK7ZJ3.js";import{Type as e}from"@sinclair/typebox";import{Value as n}from"@sinclair/typebox/value";var c=l({type:"carousel",kind:"widget",title:"Carousel",description:"A carousel element",preferredWidth:{mobile:t.mobile/2,desktop:t.desktop/4},preferredHeight:{mobile:6,desktop:6},minWidth:{mobile:3,desktop:3},minHeight:{mobile:3,desktop:3},icon:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
4
+ <!-- Main container -->
5
+ <rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
6
+
7
+ <!-- Main image rectangle -->
8
+ <rect x="6" y="6" width="12" height="8" rx="1"></rect>
9
+
10
+ <!-- Navigation dots with more spacing -->
11
+ <circle cx="9" cy="17" r="0.5" fill="currentColor"></circle>
12
+ <circle cx="12" cy="17" r="0.5" fill="currentColor"></circle>
13
+ <circle cx="15" cy="17" r="0.5" fill="currentColor"></circle>
14
+ </svg>
15
+ `,props:e.Composite([r,o,i,e.Object({heroFontSize:e.Union([e.Literal("font-size-hero-1",{title:"1"}),e.Literal("font-size-hero-2",{title:"2"}),e.Literal("font-size-hero-3",{title:"3"}),e.Literal("font-size-hero-4",{title:"4"}),e.Literal("font-size-hero-5",{title:"5"})],{default:"font-size-hero-3",title:"Font size","ui:field":"enum","ui:display":"button-group","ui:group":"border"})})])}),h=n.Create(c);export{c as a,h as b};
@@ -0,0 +1,22 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{a as i}from"./chunk-XL6LPHCI.js";import{a as o}from"./chunk-QOPZIE3U.js";import{a as t}from"./chunk-PXAK7ZJ3.js";import{Type as e}from"@sinclair/typebox";import{Value as r}from"@sinclair/typebox/value";var p=o({type:"video",kind:"brick",title:"Video",description:"Youtube video",preferredWidth:{mobile:t.mobile/2,desktop:t.desktop/4},preferredHeight:{mobile:6,desktop:6},minWidth:{mobile:3,desktop:3},minHeight:{mobile:3,desktop:3},icon:`
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
5
+ <rect
6
+ x="5" y="15"
7
+ width="90" height="70"
8
+ rx="20" ry="20"
9
+ fill="transparent"
10
+ stroke="currentColor"
11
+ stroke-width="4"
12
+ />
13
+ <path
14
+ d="M35 30 L35 70 L75 50 Z"
15
+ fill="transparent"
16
+ stroke="currentColor"
17
+ stroke-width="4"
18
+ stroke-linejoin="round"
19
+ />
20
+ </svg>
21
+
22
+ `,props:e.Composite([e.Object({src:e.String({default:"https://placehold.co/400x200",title:"File",description:"The image file","ui:field":"file"}),alt:e.String({title:"Alt Text",description:"Alternative text for the image","ui:placeholder":"Your image description"})}),i])}),a=r.Create(p);export{p as a,a as b};
@@ -0,0 +1,14 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{a as i,d as o}from"./chunk-XL6LPHCI.js";import{a as r}from"./chunk-W6X5NC5M.js";import{a as n}from"./chunk-QOPZIE3U.js";import{a as t}from"./chunk-PXAK7ZJ3.js";import{Type as e}from"@sinclair/typebox";import{Value as l}from"@sinclair/typebox/value";var s=n({type:"header",kind:"widget",title:"Header",description:"A header with logo and navigation",preferredWidth:{mobile:t.mobile/2,desktop:t.desktop/4},preferredHeight:{mobile:6,desktop:6},minWidth:{mobile:3,desktop:3},minHeight:{mobile:3,desktop:3},icon:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
4
+ <!-- Main container -->
5
+ <rect x="3" y="11" width="18" height="8" rx="2" ry="2"></rect>
6
+
7
+ <!-- Logo area (rectangular) -->
8
+ <rect x="5" y="13" width="6" height="3" rx="1"></rect>
9
+
10
+ <!-- Navigation menu items (right-aligned, horizontal) -->
11
+ <line x1="13" y1="14" x2="15" y2="14"></line>
12
+ <line x1="17" y1="14" x2="19" y2="14"></line>
13
+ </svg>
14
+ `,props:e.Composite([o,i,r,e.Object({heroFontSize:e.Union([e.Literal("font-size-hero-1",{title:"1"}),e.Literal("font-size-hero-2",{title:"2"}),e.Literal("font-size-hero-3",{title:"3"}),e.Literal("font-size-hero-4",{title:"4"}),e.Literal("font-size-hero-5",{title:"5"})],{default:"font-size-hero-3",title:"Font size","ui:field":"enum","ui:display":"button-group","ui:group":"border"})})])}),c=l.Create(s);export{s as a,c as b};
@@ -0,0 +1,9 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{a as i}from"./chunk-XL6LPHCI.js";import{a as o}from"./chunk-W6X5NC5M.js";import{a as r}from"./chunk-QOPZIE3U.js";import{a as t}from"./chunk-PXAK7ZJ3.js";import{Type as e}from"@sinclair/typebox";import{Value as p}from"@sinclair/typebox/value";var l=r({type:"image",kind:"brick",title:"Image",description:"An image brick",preferredWidth:{mobile:t.mobile/2,desktop:t.desktop/4},preferredHeight:{mobile:6,desktop:6},minWidth:{mobile:3,desktop:3},minHeight:{mobile:3,desktop:3},icon:`
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
5
+ <rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
6
+ <circle cx="8.5" cy="8.5" r="1.5"></circle>
7
+ <polyline points="21 15 16 10 5 21"></polyline>
8
+ </svg>
9
+ `,props:e.Composite([e.Object({src:e.String({default:"https://placehold.co/400x200",title:"File","ui:field":"file","ui:accept":"image/*","ui:show-img-search":!0,"ui:allow-url":!0}),alt:e.String({title:"Alternate Text",description:"Alternative text for the image. Recommended for screen readers and SEO.","ui:placeholder":"Your image description"})}),i,o])}),f=p.Create(l);export{l as a,f as b};
@@ -0,0 +1,3 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{a as L}from"./chunk-WF7I53QW.js";import{a as B}from"./chunk-EU3VNNEO.js";import{a as O}from"./chunk-SL7GGSYB.js";import{a as f}from"./chunk-2OS3QYKE.js";import{a as c}from"./chunk-Z4S5CCLQ.js";import{a as h}from"./chunk-TVKRK6P4.js";import{a as u}from"./chunk-J6I3OMQO.js";import{a as b}from"./chunk-FNY3QNEQ.js";import{a as y}from"./chunk-VEXGLSUP.js";import{a as k}from"./chunk-BND2TMDC.js";import{a as x}from"./chunk-2MYSBGXT.js";import{a}from"./chunk-NCF46HSZ.js";import{a as m}from"./chunk-XBV2Q4OR.js";import{a as l}from"./chunk-QXB632SL.js";import{a as d}from"./chunk-KGJQ6Z5A.js";import{a as n}from"./chunk-PXAK7ZJ3.js";import{Type as e}from"@sinclair/typebox";import{customAlphabet as T}from"nanoid";var M=T("1234567890azertyuiopqsdfghjklmwxcvbnAZERTYUIOPQSDFGHJKLMWXCVBN",7),w=e.Object({x:e.Number({title:"X",description:"The column start (0-based) in grid units, not pixels."}),y:e.Number({title:"Y",description:"The row start (0-based) in grid units, not pixels."}),w:e.Number({title:"Width",description:"The width in columns in grid units, not pixels."}),h:e.Number({title:"Height",description:"The height in rows in grid units, not pixels."}),manualHeight:e.Optional(e.Number({description:"Do not use this field. It is used internally by the editor."})),hidden:e.Optional(e.Boolean({description:"Do not use this field. It is used internally by the editor."}))}),g=e.Object({x:e.Union([e.Number(),e.Literal("half"),e.Literal("third"),e.Literal("twoThird"),e.Literal("quarter"),e.Literal("threeQuarter")],{title:"X",description:"The column start (0-based) in grid units, not pixels. Can use aliases like 'half' to represent half of the grid."}),y:e.Number({title:"Y",description:"The row start (0-based) in grid units, not pixels."}),w:e.Union([e.Number(),e.Literal("full"),e.Literal("half"),e.Literal("third"),e.Literal("twoThird"),e.Literal("quarter"),e.Literal("threeQuarter")],{title:"Width",description:"The width in columns in grid units, not pixels. Can use aliases like 'half' to represent half of the grid."}),h:e.Number({title:"Height",description:"The height in rows in grid units, not pixels."}),hidden:e.Optional(e.Boolean({description:"Do not use this field. It is used internally by the editor."}))}),P=e.Composite([e.Union([e.Object({type:e.Literal("button"),props:a.properties.props}),e.Object({type:e.Literal("card"),props:m.properties.props}),e.Object({type:e.Literal("carousel"),props:l.properties.props}),e.Object({type:e.Literal("countdown"),props:d.properties.props}),e.Object({type:e.Literal("footer"),props:f.properties.props}),e.Object({type:e.Literal("form"),props:c.properties.props}),e.Object({type:e.Literal("header"),props:h.properties.props}),e.Object({type:e.Literal("hero"),props:u.properties.props}),e.Object({type:e.Literal("icon"),props:b.properties.props}),e.Object({type:e.Literal("image"),props:y.properties.props}),e.Object({type:e.Literal("images-wall"),props:k.properties.props}),e.Object({type:e.Literal("map"),props:x.properties.props}),e.Object({type:e.Literal("social-links"),props:L.properties.props}),e.Object({type:e.Literal("text"),props:B.properties.props}),e.Object({type:e.Literal("video"),props:O.properties.props}),e.Object({type:e.Literal("html-element"),props:e.Record(e.String(),e.Any())})]),e.Object({id:e.String({title:"ID",description:"A unique identifier for the brick."}),position:e.Object({mobile:w,desktop:w},{title:"Position",description:"The position of the brick in the layout."})})]),J=e.Composite([e.Omit(P,["id","position","manifest"]),e.Object({position:e.Object({mobile:g,desktop:g})})]);function j(t,i,r=n){return{x:t.x==="quarter"?r[i]/4:t.x==="threeQuarter"?r[i]*.75:t.x==="half"?r[i]/2:t.x==="third"?r[i]/3:t.x==="twoThird"?r[i]*2/3:t.x,y:t.y,w:t.w==="full"?r[i]:t.w==="half"?r[i]/2:t.w==="third"?r[i]/3:t.w==="quarter"?r[i]/4:t.w==="twoThird"?r[i]*2/3:t.w==="threeQuarter"?r[i]*3/4:t.w,h:t.h,hidden:t.hidden}}function K(t){return t.map(i=>({...i,id:`brick-${M()}`,position:{mobile:j(i.position.mobile,"mobile"),desktop:j(i.position.desktop,"desktop")}}))}var p={mobile:0,desktop:0};function V(t){let i=Math.max(...t.map(o=>Math.max(o.position.desktop?.h??0,o.position.mobile?.h??0))),r=Math.max(...t.map(o=>Math.max(o.position.mobile?.h??0,o.position.desktop?.h??0))),S=t.map((o,D)=>{let s={...o,id:`brick-${M()}`,position:{desktop:{...o.position.desktop,y:p.desktop},...o.position.mobile?{mobile:{...o.position.mobile,y:p.mobile}}:null}};return s.position.mobile?.w===n.mobile&&D!==t.length-1&&(p.mobile+=s.position.mobile.h),s});return p.desktop+=i,p.mobile+=r,S}export{M as a,P as b,K as c,V as d};
@@ -0,0 +1,3 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{Type as t}from"@sinclair/typebox";var e={"ui:group":"border","ui:group:title":"Border"},i={"ui:group":"spacing","ui:group:title":"Spacing"},l={"ui:group":"effects","ui:group:title":"Effects"},o={"ui:group":"colors","ui:group:title":"Colors"},r=t.Union([t.Literal("border-0",{title:"None"}),t.Literal("border",{title:"S"}),t.Literal("border-2",{title:"M"}),t.Literal("border-4",{title:"L"}),t.Literal("border-8",{title:"XL"})],{$id:"borderWidth",default:"border-0",title:"Border width","ui:field":"enum","ui:display":"button-group",...e}),n=t.String({$id:"borderColor",default:"transparent",title:"Border color","ui:field":"color","ui:color-type":"border",...e}),d=t.Union([t.Literal("border-solid",{title:"Solid"}),t.Literal("border-dashed",{title:"Dashed"}),t.Literal("border-dotted",{title:"Dotted"})],{$id:"borderStyle",default:"border-solid",title:"Border style",description:"The brick border style","ui:field":"enum","ui:display":"button-group",...e}),a=t.Union([t.Literal("rounded-none",{title:"None"}),t.Literal("rounded-sm",{title:"S"}),t.Literal("rounded-md",{title:"M"}),t.Literal("rounded-lg",{title:"L"}),t.Literal("rounded-xl",{title:"XL"}),t.Literal("rounded-full",{title:"Full"})],{$id:"borderRadius",default:"rounded-none",title:"Rounding",description:"Corners rounding","ui:field":"enum","ui:display":"button-group",...e}),u=t.Union([t.Literal("p-0",{title:"None"}),t.Literal("p-2",{title:"S"}),t.Literal("p-4",{title:"M"}),t.Literal("p-8",{title:"L"}),t.Literal("p-16",{title:"XL"})],{$id:"padding",default:"p-2",title:"Padding",description:"Space between the content and the border","ui:field":"enum","ui:display":"button-group",...i}),m=t.Union([t.Literal("m-0",{title:"0"}),t.Literal("m-1",{title:"1"}),t.Literal("m-2",{title:"2"}),t.Literal("m-4",{title:"3"}),t.Literal("m-8",{title:"4"}),t.Literal("m-16",{title:"5"}),t.Literal("m-32",{title:"6"}),t.Literal("m-auto",{title:"Auto"})],{default:"m-0",title:"Margin",description:"Outside space around the brick","ui:field":"enum","ui:display":"button-group",...i}),s=t.String({$id:"backgroundColor",default:"transparent",title:"Background color","ui:field":"color","ui:color-type":"background",...o}),p=t.Optional(t.Number({$id:"opacity",minimum:.1,maximum:1,multipleOf:.1,title:"Opacity",description:"Global opacity","ui:field":"slider",...l})),L=t.Union([t.Literal("shadow-none",{title:"None"}),t.Literal("shadow-sm",{title:"S"}),t.Literal("shadow-md",{title:"M"}),t.Literal("shadow-lg",{title:"L"}),t.Literal("shadow-xl",{title:"XL"}),t.Literal("shadow-2xl",{title:"2XL"})],{$id:"shadow",default:"shadow-none",title:"Shadow",description:"Shadow","ui:field":"enum","ui:display":"button-group",...l}),h=t.Object({borderRadius:a,borderWidth:r,borderColor:n,borderStyle:d,padding:u,backgroundColor:s,opacity:p,shadow:L}),c=t.Optional(t.Union([t.Literal("text-left",{title:"Left",description:"Left align"}),t.Literal("text-center",{title:"Center",description:"Center align"}),t.Literal("text-right",{title:"Right",description:"Right align"}),t.Literal("text-justify",{title:"Justify",description:"Justify align"})],{$id:"textAlign",default:"text-left",title:"Text alignment",description:"The text alignment","ui:field":"enum","ui:group":"text"})),g=t.Union([t.Literal("text-xs",{title:"XS"}),t.Literal("text-sm",{title:"S"}),t.Literal("text-base",{title:"M"}),t.Literal("text-lg",{title:"L"}),t.Literal("text-xl",{title:"XL"}),t.Literal("text-2xl",{title:"2XL"}),t.Literal("text-3xl",{title:"3XL"}),t.Literal("text-4xl",{title:"4XL"}),t.Literal("text-5xl",{title:"5XL"}),t.Literal("text-6xl",{title:"6XL"}),t.Literal("text-7xl",{title:"7XL"})],{$id:"fontSize",default:"text-base",title:"Font size","ui:field":"enum","ui:display":"button-group","ui:group":"text"}),f=t.Union([t.Literal("font-normal",{title:"1"}),t.Literal("font-medium",{title:"2"}),t.Literal("font-semibold",{title:"3"}),t.Literal("font-bold",{title:"4"}),t.Literal("font-extrabold",{title:"5"})],{$id:"fontWeight",default:"font-normal",title:"Font weight",description:"The text font weight","ui:field":"enum","ui:display":"button-group","ui:group":"text"}),b=t.String({$id:"color",default:"transparent",title:"Text color","ui:field":"color","ui:color-type":"text","ui:group":"text"}),y=t.Object({color:b,textAlign:c,fontSize:g,fontWeight:f});export{h as a,y as b};
@@ -0,0 +1,20 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{a as t,d as o}from"./chunk-XL6LPHCI.js";import{a as r}from"./chunk-W6X5NC5M.js";import{a as l}from"./chunk-QOPZIE3U.js";import{a as i}from"./chunk-PXAK7ZJ3.js";import{Type as e}from"@sinclair/typebox";import{Value as n}from"@sinclair/typebox/value";var s=l({type:"social-links",kind:"widget",title:"Social links",description:"A list of social media links",preferredWidth:{mobile:i.mobile/2,desktop:i.desktop/4},preferredHeight:{mobile:6,desktop:6},minWidth:{mobile:3,desktop:3},minHeight:{mobile:3,desktop:3},icon:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
4
+ <!-- Main container -->
5
+ <rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
6
+
7
+ <!-- Dots and social info -->
8
+ <circle cx="8" cy="8" r="1" fill="currentColor"></circle>
9
+ <line x1="11" y1="7" x2="16" y2="7"></line>
10
+ <line x1="11" y1="9" x2="13" y2="9" stroke-width="0.5"></line>
11
+
12
+ <circle cx="8" cy="12" r="1" fill="currentColor"></circle>
13
+ <line x1="11" y1="11" x2="16" y2="11"></line>
14
+ <line x1="11" y1="13" x2="13.5" y2="13" stroke-width="0.5"></line>
15
+
16
+ <circle cx="8" cy="16" r="1" fill="currentColor"></circle>
17
+ <line x1="11" y1="15" x2="16" y2="15"></line>
18
+ <line x1="11" y1="17" x2="13" y2="17" stroke-width="0.5"></line>
19
+ </svg>
20
+ `,props:e.Composite([o,t,r,e.Object({heroFontSize:e.Union([e.Literal("font-size-hero-1",{title:"1"}),e.Literal("font-size-hero-2",{title:"2"}),e.Literal("font-size-hero-3",{title:"3"}),e.Literal("font-size-hero-4",{title:"4"}),e.Literal("font-size-hero-5",{title:"5"})],{default:"font-size-hero-3",title:"Font size","ui:field":"enum","ui:display":"button-group","ui:group":"border"})})])}),y=n.Create(s);export{s as a,y as b};
@@ -0,0 +1,16 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{a as i,d as o}from"./chunk-XL6LPHCI.js";import{a as r}from"./chunk-W6X5NC5M.js";import{a as n}from"./chunk-QOPZIE3U.js";import{a as t}from"./chunk-PXAK7ZJ3.js";import{Type as e}from"@sinclair/typebox";import{Value as l}from"@sinclair/typebox/value";var s=n({type:"card",kind:"widget",title:"Card",description:"A multi-purpose card that can have a title, subtitle, image, and content",preferredWidth:{mobile:t.mobile/2,desktop:t.desktop/4},preferredHeight:{mobile:6,desktop:6},minWidth:{mobile:3,desktop:3},minHeight:{mobile:3,desktop:3},icon:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
4
+ <!-- Card container -->
5
+ <rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
6
+
7
+ <!-- Image area separator line -->
8
+ <line x1="3" y1="11" x2="21" y2="11"></line>
9
+
10
+ <!-- Title (shorter line) -->
11
+ <line x1="7" y1="14" x2="17" y2="14"></line>
12
+
13
+ <!-- Text content (shorter line) -->
14
+ <line x1="7" y1="17" x2="15" y2="17"></line>
15
+ </svg>
16
+ `,props:e.Composite([o,i,r,e.Object({heroFontSize:e.Union([e.Literal("font-size-hero-1",{title:"1"}),e.Literal("font-size-hero-2",{title:"2"}),e.Literal("font-size-hero-3",{title:"3"}),e.Literal("font-size-hero-4",{title:"4"}),e.Literal("font-size-hero-5",{title:"5"})],{default:"font-size-hero-3",title:"Font size","ui:field":"enum","ui:display":"button-group","ui:group":"border"})})])}),h=l.Create(s);export{s as a,h as b};
@@ -0,0 +1,3 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ var i="Invariant failed";function e(r,n){if(r)return;let t=typeof n=="function"?n():n,o=t?`${i}: ${t}`:i;throw new Error(o)}export{e as a};
@@ -0,0 +1,3 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{Type as t}from"@sinclair/typebox";var o=t.Object({id:t.String({title:"Brick ID","ui:widget":"hidden"}),className:t.Optional(t.String({default:"","ui:widget":"hidden"})),z:t.Optional(t.Number({title:"Z-index","ui:widget":"hidden"}))}),e=t.String({default:"Click to edit",title:"Content",description:"The text content","ui:widget":"hidden"}),i=t.Boolean({title:"Editable",description:"Allow editing of text content",default:!1,"ui:widget":"hidden"}),d=t.Object({content:e,editable:i});export{o as a,e as b,i as c,d};
@@ -0,0 +1,16 @@
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
2
+
3
+ import{a as o,d as i}from"./chunk-XL6LPHCI.js";import{a as r}from"./chunk-W6X5NC5M.js";import{a as n}from"./chunk-QOPZIE3U.js";import{a as t}from"./chunk-PXAK7ZJ3.js";import{Type as e}from"@sinclair/typebox";import{Value as s}from"@sinclair/typebox/value";var l=n({type:"form",kind:"widget",title:"Form",description:"A form element",preferredWidth:{mobile:t.mobile/2,desktop:t.desktop/4},preferredHeight:{mobile:6,desktop:6},minWidth:{mobile:3,desktop:3},minHeight:{mobile:3,desktop:3},icon:`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
4
+ <!-- Main container -->
5
+ <rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
6
+
7
+ <!-- Two input boxes -->
8
+ <rect x="6" y="6" width="12" height="3" rx="1"></rect>
9
+ <rect x="6" y="11" width="12" height="3" rx="1"></rect>
10
+
11
+ <!-- Right-aligned button -->
12
+ <rect x="12" y="17" width="6" height="2" rx="1"
13
+ fill="currentColor"
14
+ ></rect>
15
+ </svg>
16
+ `,props:e.Composite([i,o,r,e.Object({heroFontSize:e.Union([e.Literal("font-size-hero-1",{title:"1"}),e.Literal("font-size-hero-2",{title:"2"}),e.Literal("font-size-hero-3",{title:"3"}),e.Literal("font-size-hero-4",{title:"4"}),e.Literal("font-size-hero-5",{title:"5"})],{default:"font-size-hero-3",title:"Font size","ui:field":"enum","ui:display":"button-group","ui:group":"border"})})])}),a=s.Create(l);export{l as a,a as b};
@@ -1,16 +1,7 @@
1
- import { FacebookPostSchema } from './schema.js';
2
- import { MetaOAuthConfig } from '../../meta/oauth/config.js';
3
- import { a as DatasourceFetcher } from '../../../../datasources-97V9CclE.js';
4
- import { MetaOptions } from '../../meta/options.js';
5
- import '@sinclair/typebox';
6
- import 'zod';
7
- import '../../../../attributes.js';
8
- import '../../../../themes/color-system.js';
9
- import '../../../../theme.js';
10
- import 'chroma-js';
11
- import '../../../../bricks.js';
12
- import '../../../../manifest.js';
13
-
14
- declare const fetchFacebookPostDatasource: DatasourceFetcher<FacebookPostSchema, MetaOAuthConfig, MetaOptions>;
15
-
16
- export { fetchFacebookPostDatasource as default };
1
+ import { type FacebookPostSchema } from "./schema";
2
+ import type { MetaFullOAuthConfig } from "../../meta/oauth/config";
3
+ import type { MetaOptions } from "../../meta/options";
4
+ import type { DatasourceFetcher } from "~/shared/datasources/fetcher";
5
+ declare const fetchFacebookPostDatasource: DatasourceFetcher<FacebookPostSchema, MetaFullOAuthConfig, MetaOptions>;
6
+ export default fetchFacebookPostDatasource;
7
+ //# sourceMappingURL=fetcher.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetcher.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/datasources/external/facebook/posts/fetcher.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,kBAAkB,EAAE,MAAM,UAAU,CAAC;AACvE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAGtD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAEtE,QAAA,MAAM,2BAA2B,EAAE,iBAAiB,CAClD,kBAAkB,EAClB,mBAAmB,EACnB,WAAW,CAgDZ,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
@@ -0,0 +1,26 @@
1
+ export declare const sample: {
2
+ data: {
3
+ from: {
4
+ name: string;
5
+ id: string;
6
+ };
7
+ id: string;
8
+ permalink_url: string;
9
+ is_hidden: false;
10
+ message: string;
11
+ object_id: string;
12
+ link: string;
13
+ is_published: true;
14
+ status_type: string;
15
+ type: string;
16
+ actions: {
17
+ name: string;
18
+ link: string;
19
+ }[];
20
+ }[];
21
+ paging: {
22
+ next: string;
23
+ previous: string;
24
+ };
25
+ };
26
+ //# sourceMappingURL=sample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sample.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/datasources/external/facebook/posts/sample.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;CAgCW,CAAC"}
@@ -1,31 +1,28 @@
1
- import * as _sinclair_typebox from '@sinclair/typebox';
2
- import { Static } from '@sinclair/typebox';
3
-
4
- declare const facebookPostSchema: _sinclair_typebox.TObject<{
5
- data: _sinclair_typebox.TArray<_sinclair_typebox.TObject<{
6
- from: _sinclair_typebox.TObject<{
7
- name: _sinclair_typebox.TString;
8
- id: _sinclair_typebox.TString;
1
+ import { type Static } from "@sinclair/typebox";
2
+ export declare const facebookPostSchema: import("@sinclair/typebox").TObject<{
3
+ data: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
4
+ from: import("@sinclair/typebox").TObject<{
5
+ name: import("@sinclair/typebox").TString;
6
+ id: import("@sinclair/typebox").TString;
9
7
  }>;
10
- id: _sinclair_typebox.TString;
11
- permalink_url: _sinclair_typebox.TString;
12
- is_hidden: _sinclair_typebox.TBoolean;
13
- message: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
14
- object_id: _sinclair_typebox.TString;
15
- link: _sinclair_typebox.TString;
16
- is_published: _sinclair_typebox.TBoolean;
17
- status_type: _sinclair_typebox.TString;
18
- type: _sinclair_typebox.TString;
19
- actions: _sinclair_typebox.TArray<_sinclair_typebox.TObject<{
20
- name: _sinclair_typebox.TString;
21
- link: _sinclair_typebox.TString;
8
+ id: import("@sinclair/typebox").TString;
9
+ permalink_url: import("@sinclair/typebox").TString;
10
+ is_hidden: import("@sinclair/typebox").TBoolean;
11
+ message: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
12
+ object_id: import("@sinclair/typebox").TString;
13
+ link: import("@sinclair/typebox").TString;
14
+ is_published: import("@sinclair/typebox").TBoolean;
15
+ status_type: import("@sinclair/typebox").TString;
16
+ type: import("@sinclair/typebox").TString;
17
+ actions: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
18
+ name: import("@sinclair/typebox").TString;
19
+ link: import("@sinclair/typebox").TString;
22
20
  }>>;
23
21
  }>>;
24
- paging: _sinclair_typebox.TObject<{
25
- previous: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
26
- next: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
22
+ paging: import("@sinclair/typebox").TObject<{
23
+ previous: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
24
+ next: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
27
25
  }>;
28
26
  }>;
29
- type FacebookPostSchema = Static<typeof facebookPostSchema>;
30
-
31
- export { type FacebookPostSchema, facebookPostSchema };
27
+ export type FacebookPostSchema = Static<typeof facebookPostSchema>;
28
+ //# sourceMappingURL=schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/datasources/external/facebook/posts/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAEtD,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;EA4B7B,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,MAAM,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=fetcher.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetcher.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/shared/datasources/external/facebook/posts/tests/fetcher.test.ts"],"names":[],"mappings":""}
@@ -1,16 +1,7 @@
1
- import { InstagramFeedSchema } from './schema.js';
2
- import { MetaOAuthConfig } from '../../meta/oauth/config.js';
3
- import { a as DatasourceFetcher } from '../../../../datasources-97V9CclE.js';
4
- import { MetaOptions } from '../../meta/options.js';
5
- import '@sinclair/typebox';
6
- import 'zod';
7
- import '../../../../attributes.js';
8
- import '../../../../themes/color-system.js';
9
- import '../../../../theme.js';
10
- import 'chroma-js';
11
- import '../../../../bricks.js';
12
- import '../../../../manifest.js';
13
-
14
- declare const fetchInstagramFeedDatasource: DatasourceFetcher<InstagramFeedSchema, MetaOAuthConfig, MetaOptions>;
15
-
16
- export { fetchInstagramFeedDatasource as default };
1
+ import { type InstagramFeedSchema } from "./schema";
2
+ import type { MetaFullOAuthConfig } from "~/shared/datasources/external/meta/oauth/config";
3
+ import type { MetaOptions } from "~/shared/datasources/external/meta/options";
4
+ import type { DatasourceFetcher } from "~/shared/datasources/fetcher";
5
+ declare const fetchInstagramFeedDatasource: DatasourceFetcher<InstagramFeedSchema, MetaFullOAuthConfig, MetaOptions>;
6
+ export default fetchInstagramFeedDatasource;
7
+ //# sourceMappingURL=fetcher.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetcher.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/datasources/external/instagram/feed/fetcher.ts"],"names":[],"mappings":"AAAA,OAAO,EAAuB,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC;AAE3F,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AAG9E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAEtE,QAAA,MAAM,4BAA4B,EAAE,iBAAiB,CACnD,mBAAmB,EACnB,mBAAmB,EACnB,WAAW,CA6BZ,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { InstagramFeedSchema } from "./schema";
2
+ export declare const sample: InstagramFeedSchema;
3
+ //# sourceMappingURL=sample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sample.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/datasources/external/instagram/feed/sample.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,MAAM,EAmBd,mBAAmB,CAAC"}