@upstart.gg/sdk 0.0.96 → 0.0.97

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 (527) hide show
  1. package/dist/node/cli/api.js +2 -2
  2. package/dist/node/cli/api.js.map +1 -1
  3. package/dist/node/cli/commands/login/cmd-login.js +6 -6
  4. package/dist/node/cli/commands/login/cmd-login.js.map +1 -1
  5. package/dist/node/cli/commands/publish/cmd-publish.d.ts.map +1 -1
  6. package/dist/node/cli/commands/publish/cmd-publish.js +18 -18
  7. package/dist/node/cli/commands/publish/cmd-publish.js.map +1 -1
  8. package/dist/node/cli/commands/publish/uploader.js +7 -7
  9. package/dist/node/cli/commands/publish/uploader.js.map +1 -1
  10. package/dist/node/cli/is-logged-in.js +2 -2
  11. package/dist/node/cli/is-logged-in.js.map +1 -1
  12. package/dist/node/cli/program.js +24 -24
  13. package/dist/node/cli/program.js.map +1 -1
  14. package/dist/node/shared/config.d.ts +4 -14
  15. package/dist/node/shared/config.d.ts.map +1 -1
  16. package/dist/node/shared/config.js +4 -4
  17. package/dist/node/shared/config.js.map +1 -1
  18. package/dist/node/shared/logger.d.ts.map +1 -1
  19. package/dist/node/shared/logger.js +2 -2
  20. package/dist/node/shared/logger.js.map +1 -1
  21. package/dist/shared/ajv.d.ts +2 -0
  22. package/dist/shared/ajv.d.ts.map +1 -1
  23. package/dist/shared/ajv.js +1 -1
  24. package/dist/shared/attributes.d.ts +20 -93
  25. package/dist/shared/attributes.d.ts.map +1 -1
  26. package/dist/shared/attributes.js +1 -1
  27. package/dist/shared/brick-manifest.d.ts +7 -17
  28. package/dist/shared/brick-manifest.d.ts.map +1 -1
  29. package/dist/shared/brick-manifest.js +1 -1
  30. package/dist/shared/bricks/manifests/accordion.manifest.d.ts +111 -0
  31. package/dist/shared/bricks/manifests/accordion.manifest.d.ts.map +1 -0
  32. package/dist/shared/bricks/manifests/accordion.manifest.js +3 -0
  33. package/dist/shared/bricks/manifests/all-manifests.d.ts +5 -0
  34. package/dist/shared/bricks/manifests/all-manifests.d.ts.map +1 -1
  35. package/dist/shared/bricks/manifests/all-manifests.js +1 -1
  36. package/dist/shared/bricks/manifests/button.manifest.d.ts +22 -13
  37. package/dist/shared/bricks/manifests/button.manifest.d.ts.map +1 -1
  38. package/dist/shared/bricks/manifests/button.manifest.js +1 -1
  39. package/dist/shared/bricks/manifests/card.manifest.d.ts +44 -54
  40. package/dist/shared/bricks/manifests/card.manifest.d.ts.map +1 -1
  41. package/dist/shared/bricks/manifests/card.manifest.js +1 -1
  42. package/dist/shared/bricks/manifests/carousel.manifest.d.ts +39 -12
  43. package/dist/shared/bricks/manifests/carousel.manifest.d.ts.map +1 -1
  44. package/dist/shared/bricks/manifests/carousel.manifest.js +1 -1
  45. package/dist/shared/bricks/manifests/container.manifest.d.ts +49 -172
  46. package/dist/shared/bricks/manifests/container.manifest.d.ts.map +1 -1
  47. package/dist/shared/bricks/manifests/container.manifest.js +1 -1
  48. package/dist/shared/bricks/manifests/divider.manifest.d.ts +63 -0
  49. package/dist/shared/bricks/manifests/divider.manifest.d.ts.map +1 -0
  50. package/dist/shared/bricks/manifests/divider.manifest.js +3 -0
  51. package/dist/shared/bricks/manifests/footer.manifest.d.ts +30 -35
  52. package/dist/shared/bricks/manifests/footer.manifest.d.ts.map +1 -1
  53. package/dist/shared/bricks/manifests/footer.manifest.js +1 -1
  54. package/dist/shared/bricks/manifests/form.manifest.d.ts +22 -12
  55. package/dist/shared/bricks/manifests/form.manifest.d.ts.map +1 -1
  56. package/dist/shared/bricks/manifests/form.manifest.js +1 -1
  57. package/dist/shared/bricks/manifests/hero.manifest.d.ts +31 -71
  58. package/dist/shared/bricks/manifests/hero.manifest.d.ts.map +1 -1
  59. package/dist/shared/bricks/manifests/hero.manifest.js +1 -1
  60. package/dist/shared/bricks/manifests/icon.manifest.d.ts +18 -12
  61. package/dist/shared/bricks/manifests/icon.manifest.d.ts.map +1 -1
  62. package/dist/shared/bricks/manifests/icon.manifest.js +1 -1
  63. package/dist/shared/bricks/manifests/image.manifest.d.ts +36 -50
  64. package/dist/shared/bricks/manifests/image.manifest.d.ts.map +1 -1
  65. package/dist/shared/bricks/manifests/image.manifest.js +1 -1
  66. package/dist/shared/bricks/manifests/images-gallery.manifest.d.ts +55 -115
  67. package/dist/shared/bricks/manifests/images-gallery.manifest.d.ts.map +1 -1
  68. package/dist/shared/bricks/manifests/images-gallery.manifest.js +1 -1
  69. package/dist/shared/bricks/manifests/map.manifest.d.ts +36 -12
  70. package/dist/shared/bricks/manifests/map.manifest.d.ts.map +1 -1
  71. package/dist/shared/bricks/manifests/map.manifest.js +1 -1
  72. package/dist/shared/bricks/manifests/navbar.manifest.d.ts +160 -0
  73. package/dist/shared/bricks/manifests/navbar.manifest.d.ts.map +1 -0
  74. package/dist/shared/bricks/manifests/navbar.manifest.js +3 -0
  75. package/dist/shared/bricks/manifests/sidebar.manifest.d.ts +83 -12
  76. package/dist/shared/bricks/manifests/sidebar.manifest.d.ts.map +1 -1
  77. package/dist/shared/bricks/manifests/sidebar.manifest.js +1 -1
  78. package/dist/shared/bricks/manifests/social-links.manifest.d.ts +37 -12
  79. package/dist/shared/bricks/manifests/social-links.manifest.d.ts.map +1 -1
  80. package/dist/shared/bricks/manifests/social-links.manifest.js +1 -1
  81. package/dist/shared/bricks/manifests/testimonials.manifest.d.ts +94 -0
  82. package/dist/shared/bricks/manifests/testimonials.manifest.d.ts.map +1 -0
  83. package/dist/shared/bricks/manifests/testimonials.manifest.js +3 -0
  84. package/dist/shared/bricks/manifests/text.manifest.d.ts +31 -63
  85. package/dist/shared/bricks/manifests/text.manifest.d.ts.map +1 -1
  86. package/dist/shared/bricks/manifests/text.manifest.js +1 -1
  87. package/dist/shared/bricks/manifests/timeline.manifest.d.ts +122 -0
  88. package/dist/shared/bricks/manifests/timeline.manifest.d.ts.map +1 -0
  89. package/dist/shared/bricks/manifests/timeline.manifest.js +3 -0
  90. package/dist/shared/bricks/manifests/video.manifest.d.ts +38 -12
  91. package/dist/shared/bricks/manifests/video.manifest.d.ts.map +1 -1
  92. package/dist/shared/bricks/manifests/video.manifest.js +1 -1
  93. package/dist/shared/bricks/props/_style-presets.d.ts +1 -1
  94. package/dist/shared/bricks/props/_style-presets.d.ts.map +1 -1
  95. package/dist/shared/bricks/props/_style-presets.js +1 -1
  96. package/dist/shared/bricks/props/align.d.ts +7 -3
  97. package/dist/shared/bricks/props/align.d.ts.map +1 -1
  98. package/dist/shared/bricks/props/align.js +1 -1
  99. package/dist/shared/bricks/props/background.d.ts +8 -1
  100. package/dist/shared/bricks/props/background.d.ts.map +1 -1
  101. package/dist/shared/bricks/props/background.js +1 -1
  102. package/dist/shared/bricks/props/boolean.js +1 -1
  103. package/dist/shared/bricks/props/border.d.ts +24 -22
  104. package/dist/shared/bricks/props/border.d.ts.map +1 -1
  105. package/dist/shared/bricks/props/border.js +1 -1
  106. package/dist/shared/bricks/props/color.d.ts +5 -0
  107. package/dist/shared/bricks/props/color.d.ts.map +1 -0
  108. package/dist/shared/bricks/props/color.js +3 -0
  109. package/dist/shared/bricks/props/common.d.ts +9 -1
  110. package/dist/shared/bricks/props/common.d.ts.map +1 -1
  111. package/dist/shared/bricks/props/common.js +1 -1
  112. package/dist/shared/bricks/props/container.d.ts +37 -45
  113. package/dist/shared/bricks/props/container.d.ts.map +1 -1
  114. package/dist/shared/bricks/props/container.js +1 -1
  115. package/dist/shared/bricks/props/css-length.d.ts +5 -0
  116. package/dist/shared/bricks/props/css-length.d.ts.map +1 -0
  117. package/dist/shared/bricks/props/css-length.js +3 -0
  118. package/dist/shared/bricks/props/datasource.d.ts +9 -13
  119. package/dist/shared/bricks/props/datasource.d.ts.map +1 -1
  120. package/dist/shared/bricks/props/datasource.js +1 -1
  121. package/dist/shared/bricks/props/date.d.ts +4 -0
  122. package/dist/shared/bricks/props/date.d.ts.map +1 -0
  123. package/dist/shared/bricks/props/date.js +3 -0
  124. package/dist/shared/bricks/props/effects.d.ts +4 -21
  125. package/dist/shared/bricks/props/effects.d.ts.map +1 -1
  126. package/dist/shared/bricks/props/effects.js +1 -1
  127. package/dist/shared/bricks/props/enum.d.ts +13 -0
  128. package/dist/shared/bricks/props/enum.d.ts.map +1 -0
  129. package/dist/shared/bricks/props/enum.js +3 -0
  130. package/dist/shared/bricks/props/file.d.ts +2 -0
  131. package/dist/shared/bricks/props/file.d.ts.map +1 -0
  132. package/dist/shared/bricks/props/file.js +3 -0
  133. package/dist/shared/bricks/props/geolocation.d.ts +16 -0
  134. package/dist/shared/bricks/props/geolocation.d.ts.map +1 -0
  135. package/dist/shared/bricks/props/geolocation.js +3 -0
  136. package/dist/shared/bricks/props/helpers.d.ts +8 -4
  137. package/dist/shared/bricks/props/helpers.d.ts.map +1 -1
  138. package/dist/shared/bricks/props/helpers.js +1 -1
  139. package/dist/shared/bricks/props/image.d.ts +7 -1
  140. package/dist/shared/bricks/props/image.d.ts.map +1 -1
  141. package/dist/shared/bricks/props/image.js +1 -1
  142. package/dist/shared/bricks/props/number.js +1 -1
  143. package/dist/shared/bricks/props/padding.d.ts +2 -1
  144. package/dist/shared/bricks/props/padding.d.ts.map +1 -1
  145. package/dist/shared/bricks/props/padding.js +1 -1
  146. package/dist/shared/bricks/props/position.d.ts.map +1 -1
  147. package/dist/shared/bricks/props/position.js +1 -1
  148. package/dist/shared/bricks/props/preset.d.ts +92 -0
  149. package/dist/shared/bricks/props/preset.d.ts.map +1 -0
  150. package/dist/shared/bricks/props/preset.js +3 -0
  151. package/dist/shared/bricks/props/string.d.ts +8 -3
  152. package/dist/shared/bricks/props/string.d.ts.map +1 -1
  153. package/dist/shared/bricks/props/string.js +1 -1
  154. package/dist/shared/bricks/props/text.d.ts +3 -4
  155. package/dist/shared/bricks/props/text.d.ts.map +1 -1
  156. package/dist/shared/bricks/props/text.js +1 -1
  157. package/dist/shared/bricks/props/types.d.ts +5 -2
  158. package/dist/shared/bricks/props/types.d.ts.map +1 -1
  159. package/dist/shared/bricks.d.ts +243 -134
  160. package/dist/shared/bricks.d.ts.map +1 -1
  161. package/dist/shared/bricks.js +1 -1
  162. package/dist/shared/chunk-2AJYHJFG.js +8 -0
  163. package/dist/shared/chunk-2FHWS73Y.js +6 -0
  164. package/dist/shared/chunk-3FJVF357.js +3 -0
  165. package/dist/shared/chunk-3RHYJ6E7.js +5 -0
  166. package/dist/shared/chunk-3VZACK2Y.js +3 -0
  167. package/dist/shared/chunk-3XCKZ4JQ.js +3 -0
  168. package/dist/shared/chunk-4MPRHJWO.js +3 -0
  169. package/dist/shared/chunk-5EOWW7BX.js +4 -0
  170. package/dist/shared/chunk-5HYPCOSS.js +3 -0
  171. package/dist/shared/chunk-5K5C6XFX.js +3 -0
  172. package/dist/shared/chunk-6QS5PKLA.js +3 -0
  173. package/dist/shared/chunk-74EL657O.js +3 -0
  174. package/dist/shared/chunk-AJDYOLKP.js +3 -0
  175. package/dist/shared/chunk-ALFOZHAH.js +3 -0
  176. package/dist/shared/{chunk-FGU4BGP4.js → chunk-ATDJCXC2.js} +1 -1
  177. package/dist/shared/chunk-BJSO43AS.js +3 -0
  178. package/dist/shared/chunk-BTKLQQZA.js +3 -0
  179. package/dist/shared/chunk-CAVNF3BU.js +3 -0
  180. package/dist/shared/chunk-CCNU3J56.js +3 -0
  181. package/dist/shared/chunk-CTRS76PX.js +3 -0
  182. package/dist/shared/chunk-DCH2FI6T.js +8 -0
  183. package/dist/shared/chunk-DFSQR6QC.js +3 -0
  184. package/dist/shared/chunk-ENU4SEHO.js +3 -0
  185. package/dist/shared/chunk-G7LX3UKQ.js +3 -0
  186. package/dist/shared/chunk-GGJBTPGW.js +3 -0
  187. package/dist/shared/chunk-H24R3IWA.js +3 -0
  188. package/dist/shared/chunk-HYVQXAK5.js +3 -0
  189. package/dist/shared/chunk-LKVQQQTI.js +3 -0
  190. package/dist/shared/chunk-MITJPRGD.js +6 -0
  191. package/dist/shared/chunk-NLZBY65T.js +3 -0
  192. package/dist/shared/chunk-OUI2VDNM.js +3 -0
  193. package/dist/shared/chunk-OYIL5SCU.js +3 -0
  194. package/dist/shared/chunk-P5DZK4TS.js +3 -0
  195. package/dist/shared/chunk-PK3R5VOF.js +3 -0
  196. package/dist/shared/chunk-QPATZM3I.js +3 -0
  197. package/dist/shared/chunk-RDBEWW4G.js +7 -0
  198. package/dist/shared/chunk-RPBQZW5I.js +3 -0
  199. package/dist/shared/chunk-SLSIAUYV.js +3 -0
  200. package/dist/shared/chunk-SUG225LF.js +3 -0
  201. package/dist/shared/chunk-U5XOIYSS.js +3 -0
  202. package/dist/shared/{chunk-HIZPJNEM.js → chunk-UL7L3HYV.js} +1 -1
  203. package/dist/shared/chunk-V6BCYHZH.js +3 -0
  204. package/dist/shared/chunk-VA5LFJVE.js +3 -0
  205. package/dist/shared/chunk-VAC73HJE.js +3 -0
  206. package/dist/shared/chunk-VBWC36L2.js +3 -0
  207. package/dist/shared/chunk-VLGLD6GR.js +3 -0
  208. package/dist/shared/chunk-VTFWVTPI.js +3 -0
  209. package/dist/shared/chunk-WAAKB6OB.js +3 -0
  210. package/dist/shared/chunk-Y36SM2AO.js +3 -0
  211. package/dist/shared/chunk-Y7CEEEVW.js +3 -0
  212. package/dist/shared/chunk-YZ5Y4WE6.js +3 -0
  213. package/dist/shared/chunk-Z7SYP6FG.js +3 -0
  214. package/dist/shared/chunk-ZJNA4QQC.js +3 -0
  215. package/dist/shared/chunk-ZMDHKAWL.js +3 -0
  216. package/dist/shared/context.d.ts +38 -0
  217. package/dist/shared/context.d.ts.map +1 -0
  218. package/dist/shared/{chunk-WJ5CDDXW.js → context.js} +0 -1
  219. package/dist/shared/datarecords/types.d.ts +40 -20
  220. package/dist/shared/datarecords/types.d.ts.map +1 -1
  221. package/dist/shared/datarecords/types.js +1 -1
  222. package/dist/shared/datasources/external/http-json/fetcher.d.ts.map +1 -0
  223. package/dist/shared/datasources/external/http-json/options.d.ts.map +1 -0
  224. package/dist/shared/datasources/external/{json → http-json}/schema.d.ts +0 -1
  225. package/dist/shared/datasources/external/http-json/schema.d.ts.map +1 -0
  226. package/dist/shared/datasources/external/http-json/tests/fetcher.test.d.ts.map +1 -0
  227. package/dist/shared/datasources/external/rss/fetcher.d.ts.map +1 -1
  228. package/dist/shared/datasources/external/rss/sample.d.ts.map +1 -1
  229. package/dist/shared/datasources/external/rss/schema.d.ts +7 -13
  230. package/dist/shared/datasources/external/rss/schema.d.ts.map +1 -1
  231. package/dist/shared/datasources/external/youtube/list/sample.d.ts +23 -32
  232. package/dist/shared/datasources/external/youtube/list/sample.d.ts.map +1 -1
  233. package/dist/shared/datasources/external/youtube/list/schema.d.ts +24 -33
  234. package/dist/shared/datasources/external/youtube/list/schema.d.ts.map +1 -1
  235. package/dist/shared/datasources/internal/blog/schema.d.ts.map +1 -1
  236. package/dist/shared/datasources/internal/changelog/schema.d.ts.map +1 -1
  237. package/dist/shared/datasources/internal/recipes/schema.d.ts.map +1 -1
  238. package/dist/shared/datasources/samples.d.ts +1 -1
  239. package/dist/shared/datasources/samples.d.ts.map +1 -1
  240. package/dist/shared/datasources/schemas.d.ts +33 -583
  241. package/dist/shared/datasources/schemas.d.ts.map +1 -1
  242. package/dist/shared/datasources/schemas.js +1 -1
  243. package/dist/shared/datasources/types.d.ts +75 -1314
  244. package/dist/shared/datasources/types.d.ts.map +1 -1
  245. package/dist/shared/datasources/types.js +1 -1
  246. package/dist/shared/datasources.d.ts +14 -0
  247. package/dist/shared/datasources.d.ts.map +1 -1
  248. package/dist/shared/datasources.js +1 -1
  249. package/dist/shared/images.d.ts +30 -0
  250. package/dist/shared/images.d.ts.map +1 -0
  251. package/dist/shared/images.js +3 -0
  252. package/dist/shared/layout-constants.js +1 -1
  253. package/dist/shared/page.d.ts +104 -2670
  254. package/dist/shared/page.d.ts.map +1 -1
  255. package/dist/shared/page.js +1 -1
  256. package/dist/shared/prompt.d.ts +4 -0
  257. package/dist/shared/prompt.d.ts.map +1 -0
  258. package/dist/shared/prompt.js +3 -0
  259. package/dist/shared/responsive.d.ts +3 -3
  260. package/dist/shared/responsive.d.ts.map +1 -1
  261. package/dist/shared/responsive.js +1 -1
  262. package/dist/shared/site.d.ts +545 -0
  263. package/dist/shared/site.d.ts.map +1 -0
  264. package/dist/shared/site.js +3 -0
  265. package/dist/shared/sitemap.d.ts +38 -0
  266. package/dist/shared/sitemap.d.ts.map +1 -0
  267. package/dist/shared/sitemap.js +3 -0
  268. package/dist/shared/theme.d.ts +41 -19
  269. package/dist/shared/theme.d.ts.map +1 -1
  270. package/dist/shared/theme.js +1 -1
  271. package/dist/shared/themes/color-system.d.ts +5 -309
  272. package/dist/shared/themes/color-system.d.ts.map +1 -1
  273. package/dist/shared/themes/color-system.js +1 -1
  274. package/dist/shared/utils/invariant.js +1 -1
  275. package/dist/shared/utils/schema.d.ts +10 -2
  276. package/dist/shared/utils/schema.d.ts.map +1 -1
  277. package/dist/shared/utils/schema.js +1 -1
  278. package/dist/shared/utils/typed-ref.d.ts +32 -0
  279. package/dist/shared/utils/typed-ref.d.ts.map +1 -0
  280. package/dist/shared/utils/typed-ref.js +3 -0
  281. package/package.json +11 -11
  282. package/src/node/cli/api.ts +101 -0
  283. package/src/node/cli/commands/cmd-build.ts +64 -0
  284. package/src/node/cli/commands/login/cmd-login.ts +111 -0
  285. package/src/node/cli/commands/logout/cmd-logout.ts +11 -0
  286. package/src/node/cli/commands/publish/cmd-publish.ts +135 -0
  287. package/src/node/cli/commands/publish/parse-gitignore.ts +278 -0
  288. package/src/node/cli/commands/publish/uploader.ts +333 -0
  289. package/src/node/cli/constants.ts +14 -0
  290. package/src/node/cli/is-logged-in.ts +28 -0
  291. package/src/node/cli/program.ts +77 -0
  292. package/src/node/cli/store.ts +64 -0
  293. package/src/node/cli/tests/api.test.ts +161 -0
  294. package/src/node/cli/types.ts +34 -0
  295. package/src/node/cli/utils.ts +20 -0
  296. package/src/node/shared/config.ts +69 -0
  297. package/src/node/shared/logger.ts +44 -0
  298. package/src/shared/ajv.ts +111 -0
  299. package/src/shared/analytics/init.ts +14 -0
  300. package/src/shared/analytics/track.ts +21 -0
  301. package/src/shared/analytics/types.ts +13 -0
  302. package/src/shared/attributes.ts +222 -0
  303. package/src/shared/brick-manifest.ts +110 -0
  304. package/src/shared/bricks/manifests/accordion.manifest.ts +179 -0
  305. package/src/shared/bricks/manifests/all-manifests.ts +92 -0
  306. package/src/shared/bricks/manifests/button.manifest.ts +145 -0
  307. package/src/shared/bricks/manifests/card.manifest.ts +269 -0
  308. package/src/shared/bricks/manifests/carousel.manifest.ts +106 -0
  309. package/src/shared/bricks/manifests/container.manifest.ts +357 -0
  310. package/src/shared/bricks/manifests/divider.manifest.ts +121 -0
  311. package/src/shared/bricks/manifests/footer.manifest.ts +487 -0
  312. package/src/shared/bricks/manifests/form.manifest.ts +112 -0
  313. package/src/shared/bricks/manifests/hero.manifest.ts +132 -0
  314. package/src/shared/bricks/manifests/icon.manifest.ts +130 -0
  315. package/src/shared/bricks/manifests/image.manifest.ts +203 -0
  316. package/src/shared/bricks/manifests/images-gallery.manifest.ts +227 -0
  317. package/src/shared/bricks/manifests/map.manifest.ts +75 -0
  318. package/src/shared/bricks/manifests/navbar.manifest.ts +344 -0
  319. package/src/shared/bricks/manifests/sidebar.manifest.ts +90 -0
  320. package/src/shared/bricks/manifests/social-links.manifest.ts +370 -0
  321. package/src/shared/bricks/manifests/testimonials.manifest.ts +397 -0
  322. package/src/shared/bricks/manifests/tests/header.manifest.test.ts +10 -0
  323. package/src/shared/bricks/manifests/text.manifest.ts +164 -0
  324. package/src/shared/bricks/manifests/timeline.manifest.ts +456 -0
  325. package/src/shared/bricks/manifests/video.manifest.ts +59 -0
  326. package/src/shared/bricks/props/_style-presets.ts +352 -0
  327. package/src/shared/bricks/props/align.ts +59 -0
  328. package/src/shared/bricks/props/background.ts +118 -0
  329. package/src/shared/bricks/props/boolean.ts +11 -0
  330. package/src/shared/bricks/props/border.ts +84 -0
  331. package/src/shared/bricks/props/color.ts +24 -0
  332. package/src/shared/bricks/props/common.ts +37 -0
  333. package/src/shared/bricks/props/container.ts +356 -0
  334. package/src/shared/bricks/props/css-length.ts +25 -0
  335. package/src/shared/bricks/props/datasource.ts +60 -0
  336. package/src/shared/bricks/props/date.ts +24 -0
  337. package/src/shared/bricks/props/effects.ts +123 -0
  338. package/src/shared/bricks/props/enum.ts +42 -0
  339. package/src/shared/bricks/props/file.ts +12 -0
  340. package/src/shared/bricks/props/geolocation.ts +30 -0
  341. package/src/shared/bricks/props/helpers.ts +101 -0
  342. package/src/shared/bricks/props/image.ts +90 -0
  343. package/src/shared/bricks/props/number.ts +16 -0
  344. package/src/shared/bricks/props/padding.ts +21 -0
  345. package/src/shared/bricks/props/position.ts +27 -0
  346. package/src/shared/bricks/props/preset.ts +136 -0
  347. package/src/shared/bricks/props/string.ts +60 -0
  348. package/src/shared/bricks/props/tests/align.test.ts +37 -0
  349. package/src/shared/bricks/props/tests/background.test.ts +102 -0
  350. package/src/shared/bricks/props/tests/border.test.ts +38 -0
  351. package/src/shared/bricks/props/tests/effects.test.ts +37 -0
  352. package/src/shared/bricks/props/tests/helpers.test.ts +133 -0
  353. package/src/shared/bricks/props/tests/image.test.ts +71 -0
  354. package/src/shared/bricks/props/tests/padding.ts +12 -0
  355. package/src/shared/bricks/props/tests/string.test.ts +79 -0
  356. package/src/shared/bricks/props/text.ts +66 -0
  357. package/src/shared/bricks/props/types.ts +57 -0
  358. package/src/shared/bricks.ts +232 -0
  359. package/src/shared/context.ts +39 -0
  360. package/src/shared/datarecords/external/airtable/handler.ts +21 -0
  361. package/src/shared/datarecords/external/airtable/options.ts +22 -0
  362. package/src/shared/datarecords/external/generic-webhook/handler.ts +10 -0
  363. package/src/shared/datarecords/external/generic-webhook/options.ts +13 -0
  364. package/src/shared/datarecords/external/google/oauth/config.ts +30 -0
  365. package/src/shared/datarecords/external/google/sheets/handler.ts +26 -0
  366. package/src/shared/datarecords/external/google/sheets/options.ts +9 -0
  367. package/src/shared/datarecords/types.ts +120 -0
  368. package/src/shared/datarecords.ts +5 -0
  369. package/src/shared/datasources/README.md +3 -0
  370. package/src/shared/datasources/external/facebook/posts/fetcher.ts +62 -0
  371. package/src/shared/datasources/external/facebook/posts/sample.ts +35 -0
  372. package/src/shared/datasources/external/facebook/posts/schema.ts +33 -0
  373. package/src/shared/datasources/external/facebook/posts/tests/fetcher.test.ts +91 -0
  374. package/src/shared/datasources/external/http-json/fetcher.ts +28 -0
  375. package/src/shared/datasources/external/http-json/options.ts +12 -0
  376. package/src/shared/datasources/external/http-json/schema.ts +6 -0
  377. package/src/shared/datasources/external/http-json/tests/fetcher.test.ts +70 -0
  378. package/src/shared/datasources/external/instagram/feed/fetcher.ts +43 -0
  379. package/src/shared/datasources/external/instagram/feed/sample.ts +22 -0
  380. package/src/shared/datasources/external/instagram/feed/schema.ts +23 -0
  381. package/src/shared/datasources/external/instagram/feed/tests/fetcher.test.ts +82 -0
  382. package/src/shared/datasources/external/mastodon/account/fetcher.ts +33 -0
  383. package/src/shared/datasources/external/mastodon/account/sample.ts +33 -0
  384. package/src/shared/datasources/external/mastodon/account/schema.ts +45 -0
  385. package/src/shared/datasources/external/mastodon/account/tests/fetcher.test.ts +65 -0
  386. package/src/shared/datasources/external/mastodon/options.ts +11 -0
  387. package/src/shared/datasources/external/mastodon/status/fetcher.ts +45 -0
  388. package/src/shared/datasources/external/mastodon/status/sample.array.ts +59 -0
  389. package/src/shared/datasources/external/mastodon/status/sample.single.ts +55 -0
  390. package/src/shared/datasources/external/mastodon/status/schema.ts +130 -0
  391. package/src/shared/datasources/external/mastodon/status/tests/fetcher.test.ts +74 -0
  392. package/src/shared/datasources/external/meta/oauth/config.ts +16 -0
  393. package/src/shared/datasources/external/meta/options.ts +11 -0
  394. package/src/shared/datasources/external/rss/fetcher.ts +30 -0
  395. package/src/shared/datasources/external/rss/options.ts +11 -0
  396. package/src/shared/datasources/external/rss/sample.ts +22 -0
  397. package/src/shared/datasources/external/rss/schema.ts +42 -0
  398. package/src/shared/datasources/external/threads/media/fetcher.ts +63 -0
  399. package/src/shared/datasources/external/threads/media/sample.ts +44 -0
  400. package/src/shared/datasources/external/threads/media/schema.ts +37 -0
  401. package/src/shared/datasources/external/tiktok/oauth/config.ts +17 -0
  402. package/src/shared/datasources/external/tiktok/video/fetcher.ts +49 -0
  403. package/src/shared/datasources/external/tiktok/video/options.ts +12 -0
  404. package/src/shared/datasources/external/tiktok/video/sample.ts +26 -0
  405. package/src/shared/datasources/external/tiktok/video/schema.ts +27 -0
  406. package/src/shared/datasources/external/youtube/list/fetcher.ts +46 -0
  407. package/src/shared/datasources/external/youtube/list/options.ts +15 -0
  408. package/src/shared/datasources/external/youtube/list/sample.ts +33 -0
  409. package/src/shared/datasources/external/youtube/list/schema.ts +38 -0
  410. package/src/shared/datasources/external/youtube/oauth/config.ts +15 -0
  411. package/src/shared/datasources/fetcher.ts +17 -0
  412. package/src/shared/datasources/internal/blog/schema.ts +69 -0
  413. package/src/shared/datasources/internal/changelog/schema.ts +48 -0
  414. package/src/shared/datasources/internal/contact-info/schema.ts +20 -0
  415. package/src/shared/datasources/internal/cv/schema.ts +217 -0
  416. package/src/shared/datasources/internal/faq/schema.ts +27 -0
  417. package/src/shared/datasources/internal/job-board/schema.ts +228 -0
  418. package/src/shared/datasources/internal/links/schema.ts +15 -0
  419. package/src/shared/datasources/internal/recipes/schema.ts +42 -0
  420. package/src/shared/datasources/internal/restaurant/schema.ts +225 -0
  421. package/src/shared/datasources/provider-options.ts +7 -0
  422. package/src/shared/datasources/samples.ts +26 -0
  423. package/src/shared/datasources/schemas.ts +45 -0
  424. package/src/shared/datasources/types.ts +276 -0
  425. package/src/shared/datasources/utils.ts +16 -0
  426. package/src/shared/datasources.ts +42 -0
  427. package/src/shared/env.ts +23 -0
  428. package/src/shared/errors.ts +1 -0
  429. package/src/shared/images.ts +44 -0
  430. package/src/shared/index.ts +3 -0
  431. package/src/shared/layout-constants.ts +25 -0
  432. package/src/shared/manifest.ts +50 -0
  433. package/src/shared/oauth.ts +16 -0
  434. package/src/shared/page.ts +61 -0
  435. package/src/shared/prompt.ts +9 -0
  436. package/src/shared/responsive.ts +5 -0
  437. package/src/shared/site.ts +97 -0
  438. package/src/shared/sitemap.ts +66 -0
  439. package/src/shared/social-icons.ts +307 -0
  440. package/src/shared/tests/attributes.test.ts +37 -0
  441. package/src/shared/theme.ts +245 -0
  442. package/src/shared/themes/README.md +34 -0
  443. package/src/shared/themes/color-system.ts +127 -0
  444. package/src/shared/utils/canvas-data-uri.ts +2 -0
  445. package/src/shared/utils/invariant.ts +25 -0
  446. package/src/shared/utils/json-date.ts +8 -0
  447. package/src/shared/utils/merge.ts +12 -0
  448. package/src/shared/utils/object-hash.ts +7 -0
  449. package/src/shared/utils/schema.ts +30 -0
  450. package/src/shared/utils/try-catch.ts +12 -0
  451. package/src/shared/utils/typed-ref.ts +41 -0
  452. package/dist/shared/bricks/manifests/countdown.manifest.d.ts +0 -57
  453. package/dist/shared/bricks/manifests/countdown.manifest.d.ts.map +0 -1
  454. package/dist/shared/bricks/manifests/countdown.manifest.js +0 -3
  455. package/dist/shared/bricks/manifests/generic-component.manifest.d.ts +0 -62
  456. package/dist/shared/bricks/manifests/generic-component.manifest.d.ts.map +0 -1
  457. package/dist/shared/bricks/manifests/generic-component.manifest.js +0 -3
  458. package/dist/shared/bricks/manifests/header.manifest.d.ts +0 -275
  459. package/dist/shared/bricks/manifests/header.manifest.d.ts.map +0 -1
  460. package/dist/shared/bricks/manifests/header.manifest.js +0 -3
  461. package/dist/shared/bricks/props/_docs-common-styles.d.ts +0 -59
  462. package/dist/shared/bricks/props/_docs-common-styles.d.ts.map +0 -1
  463. package/dist/shared/bricks/props/_docs-common-styles.js +0 -3
  464. package/dist/shared/bricks/props/tests/container.test.d.ts +0 -2
  465. package/dist/shared/bricks/props/tests/container.test.d.ts.map +0 -1
  466. package/dist/shared/chunk-2ZPY4LCA.js +0 -3
  467. package/dist/shared/chunk-3CY6AZG7.js +0 -3
  468. package/dist/shared/chunk-4K5NN4CN.js +0 -3
  469. package/dist/shared/chunk-4NCCSLBW.js +0 -3
  470. package/dist/shared/chunk-6I4PY5WS.js +0 -3
  471. package/dist/shared/chunk-6LDLGZUM.js +0 -3
  472. package/dist/shared/chunk-AZ63RF3K.js +0 -3
  473. package/dist/shared/chunk-BH4HTAAC.js +0 -3
  474. package/dist/shared/chunk-BK6LBWDI.js +0 -3
  475. package/dist/shared/chunk-BMDB2V7J.js +0 -3
  476. package/dist/shared/chunk-DAPQ4JPP.js +0 -3
  477. package/dist/shared/chunk-ECZ6FGZM.js +0 -3
  478. package/dist/shared/chunk-EFJQECVB.js +0 -3
  479. package/dist/shared/chunk-F2ZVIFHO.js +0 -3
  480. package/dist/shared/chunk-H6L4KRCJ.js +0 -3
  481. package/dist/shared/chunk-IWSVY2VC.js +0 -3
  482. package/dist/shared/chunk-JVDUEZYO.js +0 -3
  483. package/dist/shared/chunk-KB4HY432.js +0 -3
  484. package/dist/shared/chunk-KOTGMAXH.js +0 -3
  485. package/dist/shared/chunk-LDOM2LJF.js +0 -3
  486. package/dist/shared/chunk-NFU5BF6G.js +0 -3
  487. package/dist/shared/chunk-P5FVZ5PL.js +0 -3
  488. package/dist/shared/chunk-PD7P5KSV.js +0 -3
  489. package/dist/shared/chunk-PJ6HA55L.js +0 -3
  490. package/dist/shared/chunk-PSNFBHPU.js +0 -3
  491. package/dist/shared/chunk-PSSJMWGU.js +0 -3
  492. package/dist/shared/chunk-PU2FOOTY.js +0 -3
  493. package/dist/shared/chunk-Q4MXTCE4.js +0 -8
  494. package/dist/shared/chunk-RBYYMUOZ.js +0 -3
  495. package/dist/shared/chunk-S2RQWOG2.js +0 -3
  496. package/dist/shared/chunk-SO5M7CYA.js +0 -3
  497. package/dist/shared/chunk-THRRILTW.js +0 -3
  498. package/dist/shared/chunk-TQ23UATQ.js +0 -3
  499. package/dist/shared/chunk-U44NTSIO.js +0 -3
  500. package/dist/shared/chunk-U4R5EGBK.js +0 -3
  501. package/dist/shared/chunk-WOEBR25A.js +0 -3
  502. package/dist/shared/chunk-WPTVLIYS.js +0 -3
  503. package/dist/shared/chunk-WXKRIUTA.js +0 -3
  504. package/dist/shared/chunk-XBX6II3M.js +0 -3
  505. package/dist/shared/chunk-XEQ2XZLQ.js +0 -3
  506. package/dist/shared/chunk-XGCBIXOO.js +0 -3
  507. package/dist/shared/chunk-YY6DANZF.js +0 -3
  508. package/dist/shared/chunk-ZWQHIQEQ.js +0 -3
  509. package/dist/shared/datasources/external/json/fetcher.d.ts.map +0 -1
  510. package/dist/shared/datasources/external/json/options.d.ts.map +0 -1
  511. package/dist/shared/datasources/external/json/schema.d.ts.map +0 -1
  512. package/dist/shared/datasources/external/json/tests/fetcher.test.d.ts.map +0 -1
  513. package/dist/shared/datasources/external/rss/tests/fetcher.test.d.ts +0 -2
  514. package/dist/shared/datasources/external/rss/tests/fetcher.test.d.ts.map +0 -1
  515. package/dist/shared/template.d.ts +0 -898
  516. package/dist/shared/template.d.ts.map +0 -1
  517. package/dist/shared/template.js +0 -3
  518. package/dist/shared/tests/page.test.d.ts +0 -2
  519. package/dist/shared/tests/page.test.d.ts.map +0 -1
  520. package/dist/shared/tests/test-config.d.ts +0 -3
  521. package/dist/shared/tests/test-config.d.ts.map +0 -1
  522. package/dist/shared/themes/all-themes.d.ts +0 -3
  523. package/dist/shared/themes/all-themes.d.ts.map +0 -1
  524. package/dist/shared/themes/all-themes.js +0 -3
  525. /package/dist/shared/datasources/external/{json → http-json}/fetcher.d.ts +0 -0
  526. /package/dist/shared/datasources/external/{json → http-json}/options.d.ts +0 -0
  527. /package/dist/shared/datasources/external/{json → http-json}/tests/fetcher.test.d.ts +0 -0
@@ -0,0 +1,356 @@
1
+ import { type TObject, Type, type Static, type SchemaOptions } from "@sinclair/typebox";
2
+ import { getStyleProperties, getStyleValueById, group, optional, prop } from "./helpers";
3
+ import { StringEnum } from "~/shared/utils/schema";
4
+ import { typedRef } from "~/shared/utils/typed-ref";
5
+
6
+ // type FlexOptions = {
7
+ // title?: string;
8
+ // defaultValue?: {
9
+ // direction: string;
10
+ // wrap: string;
11
+ // gap: string;
12
+ // justifyContent: string;
13
+ // alignItems: string;
14
+ // };
15
+ // };
16
+
17
+ // export function flex(opts: FlexOptions = {}) {
18
+ // const {
19
+ // title = "Layout",
20
+ // defaultValue = {
21
+ // direction: "flex-row",
22
+ // gap: "gap-1",
23
+ // wrap: "flex-wrap",
24
+ // justifyContent: "justify-stretch",
25
+ // alignItems: "items-stretch",
26
+ // },
27
+ // } = opts;
28
+ // return prop({
29
+ // title,
30
+ // schema: Type.Object(
31
+ // {
32
+ // direction: Type.Optional(
33
+ // StringEnum(["flex-row", "flex-col"], {
34
+ // enumNames: ["Row", "Column"],
35
+ // title: "Direction",
36
+ // description: "The direction of the container.",
37
+ // default: defaultValue.direction,
38
+ // }),
39
+ // ),
40
+ // gap: Type.Optional(
41
+ // Type.String({
42
+ // title: "Gap",
43
+ // description:
44
+ // "Space between items. Can be a tailwind gap class like 'gap-1' or 'gap-2', or a custom value like '10px'",
45
+ // default: defaultValue.gap,
46
+ // // todo: make a specific field for gap
47
+ // // "ui:field": "enum",
48
+ // }),
49
+ // ),
50
+ // wrap: Type.Optional(
51
+ // StringEnum(["flex-wrap", "flex-nowrap"], {
52
+ // enumNames: ["Wrap", "No wrap"],
53
+ // title: "Wrap",
54
+ // description: "Wether to wrap items in the container.",
55
+ // default: defaultValue.wrap,
56
+ // }),
57
+ // ),
58
+ // justifyContent: Type.Optional(
59
+ // StringEnum(
60
+ // [
61
+ // "justify-start",
62
+ // "justify-center",
63
+ // "justify-end",
64
+ // "justify-between",
65
+ // "justify-around",
66
+ // "justify-evenly",
67
+ // "justify-stretch",
68
+ // ],
69
+ // {
70
+ // enumNames: [
71
+ // "Start",
72
+ // "Center",
73
+ // "End",
74
+ // "Space between",
75
+ // "Space around",
76
+ // "Evenly distributed",
77
+ // "Stretch",
78
+ // ],
79
+ // title: "Justify",
80
+ // description: "Justify content along the main axis (horizontal for row, vertical for column).",
81
+ // default: defaultValue.justifyContent,
82
+ // },
83
+ // ),
84
+ // ),
85
+ // alignItems: Type.Optional(
86
+ // StringEnum(["items-start", "items-center", "items-end", "items-stretch"], {
87
+ // enumNames: ["Start", "Center", "End", "Stretch"],
88
+ // title: "Alignment",
89
+ // description: "Align items along the cross axis (vertical for row, horizontal for column).",
90
+ // default: defaultValue.alignItems,
91
+ // }),
92
+ // ),
93
+ // },
94
+ // {
95
+ // "ui:styleId": "#styles:flex",
96
+ // "ui:field": "flex",
97
+ // "ui:responsive": true,
98
+ // default: {
99
+ // direction: defaultValue.direction,
100
+ // gap: defaultValue.gap,
101
+ // wrap: defaultValue.wrap,
102
+ // justifyContent: defaultValue.justifyContent,
103
+ // alignItems: defaultValue.alignItems,
104
+ // },
105
+ // },
106
+ // ),
107
+ // });
108
+ // }
109
+
110
+ // export type FlexSettings = Static<ReturnType<typeof flex>>;
111
+
112
+ // type GridOptions = {
113
+ // title?: string;
114
+ // defaultValue?: {
115
+ // gap: string;
116
+ // columns: number;
117
+ // };
118
+ // };
119
+
120
+ // export function grid(options: GridOptions = {}) {
121
+ // const { title = "Layout", defaultValue = { gap: "gap-1", columns: 2 } } = options;
122
+ // return prop({
123
+ // title,
124
+ // schema: Type.Object(
125
+ // {
126
+ // columns: Type.Number({
127
+ // title: "Columns",
128
+ // description: "Number of columns",
129
+ // "ui:group": "grid",
130
+ // "ui:field": "slider",
131
+ // default: 2,
132
+ // minimum: 1,
133
+ // maximum: 12,
134
+ // }),
135
+ // gap: Type.Optional(
136
+ // Type.String({
137
+ // title: "Gap",
138
+ // description:
139
+ // "Space between items. Can be a tailwind gap class like 'gap-1' or 'gap-2', or a custom value like '10px'",
140
+ // default: defaultValue.gap,
141
+ // // todo: make a specific field for gap
142
+ // // "ui:field": "enum",
143
+ // }),
144
+ // ),
145
+ // },
146
+ // {
147
+ // "ui:styleId": "#styles:grid",
148
+ // "ui:field": "grid",
149
+ // "ui:responsive": true,
150
+ // default: defaultValue,
151
+ // },
152
+ // ),
153
+ // });
154
+ // }
155
+
156
+ // export type GridSettings = Static<ReturnType<typeof grid>>;
157
+
158
+ const isFlexLayoutFilter = (manifestProps: TObject, formData: Record<string, unknown>) => {
159
+ const stylesProps = getStyleProperties(manifestProps);
160
+ const currentStyle = getStyleValueById<ContainerLayoutSettings>(
161
+ stylesProps,
162
+ formData,
163
+ "#styles:containerLayout",
164
+ );
165
+ return currentStyle?.type === "flex" || !currentStyle?.type;
166
+ };
167
+
168
+ const isGridLayoutFilter = (manifestProps: TObject, formData: Record<string, unknown>) => {
169
+ return !isFlexLayoutFilter(manifestProps, formData);
170
+ };
171
+
172
+ type ContainerLayoutOptions = {
173
+ title?: string;
174
+ defaults?: {
175
+ type?: "flex" | "grid";
176
+ gap?: string;
177
+ direction?: string;
178
+ columns?: {
179
+ max?: number;
180
+ default?: number;
181
+ };
182
+ wrap?: boolean;
183
+ fillSpace?: boolean;
184
+ justifyContent?: string;
185
+ alignItems?: string;
186
+ };
187
+ options?: {
188
+ disableGrid?: boolean;
189
+ };
190
+ };
191
+
192
+ function containerlayoutStyle(options: SchemaOptions = {}) {
193
+ return Type.Object(
194
+ {
195
+ ...(!options.disableGrid
196
+ ? {
197
+ type: StringEnum(["flex", "grid"], {
198
+ enumNames: ["Flex", "Grid"],
199
+ title: "Layout type",
200
+ description:
201
+ "Type of the container. Flex layout arranges items in a one-dimensional line. Grid layout arranges items in a two-dimensional grid",
202
+ "ui:field": "enum",
203
+ "ui:responsive": true,
204
+ }),
205
+ }
206
+ : {}),
207
+
208
+ gap: Type.Optional(
209
+ Type.String({
210
+ title: "Gap",
211
+ description:
212
+ "Space between items. Can be a tailwind gap class like 'gap-1' or 'gap-2', or a custom value like '10px'",
213
+ "ui:placeholder": "Not specified",
214
+ // todo: make a specific field for gap
215
+ // "ui:field": "enum",
216
+ }),
217
+ ),
218
+ direction: optional(
219
+ StringEnum(["flex-row", "flex-col"], {
220
+ enumNames: ["Row", "Column"],
221
+ title: "Direction",
222
+ description: "The direction of the container. Only applies to flex layout",
223
+ metadata: {
224
+ filter: isFlexLayoutFilter,
225
+ },
226
+ }),
227
+ ),
228
+ columns: optional(
229
+ Type.Number({
230
+ title: "Columns",
231
+ description: "Number of columns. Only applies to grid layout",
232
+ "ui:field": "slider",
233
+ minimum: 1,
234
+ maximum: 16,
235
+ metadata: {
236
+ filter: isGridLayoutFilter,
237
+ },
238
+ }),
239
+ ),
240
+ wrap: optional(
241
+ Type.Boolean({
242
+ title: "Wrap",
243
+ description: "Wrap items.",
244
+ "ai:instructions": "Only applies to flex layout",
245
+ metadata: {
246
+ filter: isFlexLayoutFilter,
247
+ },
248
+ }),
249
+ ),
250
+ fillSpace: optional(
251
+ Type.Boolean({
252
+ title: "Fill space",
253
+ description: "Makes items of the container fill the available space",
254
+ "ai:instructions": "Only applies to flex layout",
255
+ metadata: {
256
+ filter: isFlexLayoutFilter,
257
+ },
258
+ }),
259
+ ),
260
+ justifyContent: Type.Optional(
261
+ StringEnum(
262
+ [
263
+ "justify-start",
264
+ "justify-center",
265
+ "justify-end",
266
+ "justify-between",
267
+ "justify-around",
268
+ "justify-evenly",
269
+ "justify-stretch",
270
+ ],
271
+ {
272
+ enumNames: [
273
+ "Start",
274
+ "Center",
275
+ "End",
276
+ "Space between",
277
+ "Space around",
278
+ "Evenly distributed",
279
+ "Stretch",
280
+ ],
281
+ title: "Justify",
282
+ description: "Justify content along the main axis (horizontal for row, vertical for column)",
283
+ "ai:instructions": "Only applies to flex layout",
284
+ metadata: {
285
+ filter: isFlexLayoutFilter,
286
+ },
287
+ },
288
+ ),
289
+ ),
290
+
291
+ alignItems: optional(
292
+ Type.Union(
293
+ [
294
+ Type.Literal("items-start", { title: "Start" }),
295
+ Type.Literal("items-center", { title: "Center" }),
296
+ Type.Literal("items-end", { title: "End" }),
297
+ Type.Literal("items-stretch", { title: "Stretch" }),
298
+ ],
299
+ {
300
+ title: "Alignment",
301
+ description: "Align items along the cross axis (vertical for row, horizontal for column)",
302
+ "ai:instructions": "Only applies to flex layout",
303
+ metadata: {
304
+ filter: isFlexLayoutFilter,
305
+ },
306
+ },
307
+ ),
308
+ ),
309
+ },
310
+ { $id: "styles:containerLayout" },
311
+ );
312
+ }
313
+
314
+ export function containerLayout({ title = "Layout", options = {} }: ContainerLayoutOptions = {}) {
315
+ return group({
316
+ title,
317
+ options: {
318
+ "ui:styleId": "#styles:containerLayout",
319
+ $id: "styles:containerLayout",
320
+ },
321
+ children: containerlayoutStyle(options),
322
+ });
323
+ }
324
+
325
+ export type ContainerLayoutSettings = Static<ReturnType<typeof containerLayout>>;
326
+
327
+ export function containerLayoutRef(options: SchemaOptions = {}) {
328
+ return typedRef("styles:containerLayout", {
329
+ title: "Container layout",
330
+ description: "Settings for the layout of the container",
331
+ options: {
332
+ ...options,
333
+ disableGrid: options.disableGrid ?? false,
334
+ },
335
+ });
336
+ }
337
+
338
+ export function makeContainerProps() {
339
+ return {
340
+ $childrenType: Type.Optional(
341
+ Type.String({
342
+ title: "Dynamic child brick type",
343
+ description: "Type of the child bricks that will be created when container is dynamic",
344
+ "ui:field": "brick-type",
345
+ metadata: {
346
+ category: "content",
347
+ },
348
+ }),
349
+ ),
350
+ $children: Type.Array(Type.Any(), {
351
+ "ui:field": "hidden",
352
+ description: "List of nested bricks",
353
+ default: [],
354
+ }),
355
+ };
356
+ }
@@ -0,0 +1,25 @@
1
+ import { type Static, Type, type StringOptions } from "@sinclair/typebox";
2
+ import { prop } from "./helpers";
3
+ import { typedRef } from "~/shared/utils/typed-ref";
4
+
5
+ export function cssLength(options: StringOptions = {}) {
6
+ const units = ["px", "%", "em", "rem", "vh", "vw", "dvh", "dvw", "rlh", "lh", "cqh", "cqw"];
7
+ return prop({
8
+ title: "Length",
9
+ schema: Type.String({
10
+ $id: "styles:cssLength",
11
+ description: `A CSS length value. Must be a number with a unit (e.g. "10px", "50%"). The unit can be one of the following: ${units?.join(", ")}.`,
12
+ title: "Length",
13
+ default: options.default,
14
+ ...options,
15
+ "ui:field": "css-length",
16
+ "ui:css-units": units,
17
+ }),
18
+ });
19
+ }
20
+
21
+ export type CssLength = Static<ReturnType<typeof cssLength>>;
22
+
23
+ export function cssLengthRef(options: StringOptions = {}) {
24
+ return typedRef("styles:cssLength", options);
25
+ }
@@ -0,0 +1,60 @@
1
+ import { Type, type Static } from "@sinclair/typebox";
2
+ import { prop } from "./helpers";
3
+
4
+ export function datasourceRef() {
5
+ return prop({
6
+ title: "Database",
7
+ description: "Reference to a data source. Only used for dynamic websites",
8
+ schema: Type.Object(
9
+ {
10
+ id: Type.String({
11
+ title: "Data Source ID",
12
+ }),
13
+ mapping: Type.Record(Type.String(), Type.String(), {
14
+ description: "Mapping of data source fields to brick props",
15
+ }),
16
+ filters: Type.Optional(
17
+ Type.Record(
18
+ Type.String(),
19
+ Type.Object({
20
+ op: Type.Union([
21
+ Type.Literal("eq"),
22
+ Type.Literal("ne"),
23
+ Type.Literal("lt"),
24
+ Type.Literal("lte"),
25
+ Type.Literal("gt"),
26
+ Type.Literal("gte"),
27
+ Type.Literal("in"),
28
+ Type.Literal("nin"),
29
+ Type.Literal("contains"),
30
+ Type.Literal("startsWith"),
31
+ Type.Literal("endsWith"),
32
+ ]),
33
+ value: Type.String(),
34
+ }),
35
+ { description: "Filter data source records" },
36
+ ),
37
+ ),
38
+ sort: Type.Optional(
39
+ Type.Record(
40
+ Type.String(),
41
+ Type.Union([
42
+ Type.Literal("asc", { title: "Ascending" }),
43
+ Type.Literal("desc", { title: "Descending" }),
44
+ ]),
45
+ { description: "Sort data source records" },
46
+ ),
47
+ ),
48
+ limit: Type.Optional(Type.Number({ description: "Limit the number of records to fetch" })),
49
+ offset: Type.Optional(Type.Number({ description: "Offset the records to fetch" })),
50
+ },
51
+ {
52
+ "ui:field": "datasource-ref",
53
+ "ui:meta-type": "datasource-ref",
54
+ description: "Datasource reference. Only used for dynamic websites. Do not use for static websites",
55
+ },
56
+ ),
57
+ });
58
+ }
59
+
60
+ export type DatasourceRefSettings = Static<ReturnType<typeof datasourceRef>>;
@@ -0,0 +1,24 @@
1
+ import { Type, type StringOptions } from "@sinclair/typebox";
2
+ import { prop } from "./helpers";
3
+
4
+ export function date(title = "Date", options?: StringOptions) {
5
+ return prop({
6
+ title,
7
+ schema: Type.String({
8
+ format: "date",
9
+ "ui:field": "date",
10
+ ...options,
11
+ }),
12
+ });
13
+ }
14
+
15
+ export function datetime(title = "Date and Time", options?: StringOptions) {
16
+ return prop({
17
+ title,
18
+ schema: Type.String({
19
+ format: "date-time",
20
+ "ui:field": "datetime",
21
+ ...options,
22
+ }),
23
+ });
24
+ }
@@ -0,0 +1,123 @@
1
+ import { type SchemaOptions, Type, type Static } from "@sinclair/typebox";
2
+ import { group, optional, prop } from "./helpers";
3
+ import { StringEnum } from "~/shared/utils/schema";
4
+ import { typedRef } from "~/shared/utils/typed-ref";
5
+
6
+ type ShadowOptions = {
7
+ title?: string;
8
+ defaultValue?: string;
9
+ };
10
+
11
+ export function shadow({ title = "Shadow", defaultValue = "shadow-none" }: ShadowOptions = {}) {
12
+ return prop({
13
+ title,
14
+ schema: StringEnum(["shadow-none", "shadow-sm", "shadow-md", "shadow-lg", "shadow-xl", "shadow-2xl"], {
15
+ $id: "styles:shadow",
16
+ title,
17
+ default: defaultValue,
18
+ enumNames: ["None", "S", "M", "L", "XL", "2XL"],
19
+ "ui:placeholder": "Not specified",
20
+ "ui:field": "enum",
21
+ "ui:display": "select",
22
+ }),
23
+ });
24
+ }
25
+
26
+ export type ShadowSettings = Static<ReturnType<typeof shadow>>;
27
+
28
+ export function shadowRef(options: SchemaOptions & ShadowOptions = {}) {
29
+ return typedRef("styles:shadow", { ...options, "ui:styleId": "#styles:shadow" });
30
+ }
31
+
32
+ type TextShadowOptions = {
33
+ title?: string;
34
+ defaultValue?: string;
35
+ };
36
+
37
+ export function textShadow({
38
+ title = "Text shadow",
39
+ defaultValue = "text-shadow-none",
40
+ }: TextShadowOptions = {}) {
41
+ return prop({
42
+ title,
43
+ schema: StringEnum(
44
+ ["text-shadow-none", "text-shadow-sm", "text-shadow-md", "text-shadow-lg", "text-shadow-xl"],
45
+ {
46
+ default: defaultValue,
47
+ enumNames: ["None", "Small", "Medium", "Large", "Extra large"],
48
+ "ui:placeholder": "Not specified",
49
+ "ui:field": "enum",
50
+ },
51
+ ),
52
+ });
53
+ }
54
+
55
+ export type TextShadowSettings = Static<ReturnType<typeof textShadow>>;
56
+
57
+ type OpacityOptions = {
58
+ title?: string;
59
+ defaultValue?: number;
60
+ };
61
+
62
+ export function opacity({ defaultValue = 1, title = "Opacity" }: OpacityOptions = {}) {
63
+ return prop({
64
+ title,
65
+ schema: Type.Number({
66
+ minimum: 0.1,
67
+ maximum: 1,
68
+ default: defaultValue,
69
+ multipleOf: 0.1,
70
+ "ui:field": "slider",
71
+ "ui:unit": "%",
72
+ "ui:multiplier": 100,
73
+ }),
74
+ });
75
+ }
76
+
77
+ export type OpacitySettings = Static<ReturnType<typeof opacity>>;
78
+
79
+ type EffectsOptions = {
80
+ title?: string;
81
+ defaultValue?: {
82
+ opacity?: number;
83
+ shadow?: string;
84
+ textShadow?: string;
85
+ };
86
+ enableTextShadow?: boolean;
87
+ };
88
+
89
+ // export function effects({ title = "Effects", defaultValue = {}, enableTextShadow }: EffectsOptions = {}) {
90
+ // return group({
91
+ // title,
92
+ // options: {
93
+ // default: defaultValue,
94
+ // $id: "styles:effects",
95
+ // },
96
+ // children: {
97
+ // opacity: optional(
98
+ // opacity({
99
+ // title: "Opacity",
100
+ // defaultValue: defaultValue.opacity,
101
+ // }),
102
+ // ),
103
+ // shadow: optional(
104
+ // shadowRef({
105
+ // title: "Shadow",
106
+ // defaultValue: defaultValue.shadow,
107
+ // }),
108
+ // ),
109
+ // ...(enableTextShadow && {
110
+ // textShadow: optional(
111
+ // textShadow({
112
+ // title: "Text shadow",
113
+ // defaultValue: defaultValue.textShadow,
114
+ // }),
115
+ // ),
116
+ // }),
117
+ // },
118
+ // });
119
+ // }
120
+
121
+ // export function effectsRef(options: SchemaOptions & EffectsOptions = {}) {
122
+ // return typedRef("styles:effects", options);
123
+ // }
@@ -0,0 +1,42 @@
1
+ import { type SchemaOptions, Type, type StringOptions } from "@sinclair/typebox";
2
+ import { prop } from "./helpers";
3
+
4
+ type EnumOption = {
5
+ title?: string;
6
+ description?: string;
7
+ value: string;
8
+ icon?: string;
9
+ };
10
+
11
+ export function enumProp(
12
+ title: string,
13
+ defaultValue: string,
14
+ opts: Omit<SchemaOptions, "title" | "default"> & {
15
+ options: EnumOption[] | string[];
16
+ displayAs?: "radio" | "select" | "button-group" | "icon-group";
17
+ },
18
+ ) {
19
+ const defaultOpts = {
20
+ "ui:field": "enum",
21
+ "ui:display": opts.displayAs || "select",
22
+ };
23
+ const { options, displayAs, ...commonOpts } = opts;
24
+
25
+ return prop({
26
+ title,
27
+ schema: Type.Union(
28
+ options.map((opt) =>
29
+ Type.Literal(typeof opt === "string" ? opt : opt.value, {
30
+ title: typeof opt === "string" ? opt : opt.title,
31
+ "ui:icon": typeof opt === "string" ? undefined : opt.icon,
32
+ }),
33
+ ),
34
+ {
35
+ title,
36
+ default: defaultValue,
37
+ ...defaultOpts,
38
+ ...commonOpts,
39
+ },
40
+ ),
41
+ });
42
+ }
@@ -0,0 +1,12 @@
1
+ import { Type } from "@sinclair/typebox";
2
+ import { prop } from "./helpers";
3
+
4
+ export function file(title = "File") {
5
+ return prop({
6
+ title,
7
+ schema: Type.String({
8
+ format: "data-url",
9
+ "ui:field": "file",
10
+ }),
11
+ });
12
+ }
@@ -0,0 +1,30 @@
1
+ import { Type, type Static } from "@sinclair/typebox";
2
+ import { prop } from "./helpers";
3
+
4
+ type GeolocationOptions = {
5
+ title?: string;
6
+ defaultValue?: {
7
+ lat: number;
8
+ lng: number;
9
+ };
10
+ };
11
+
12
+ export function geolocation(opts: GeolocationOptions = {}) {
13
+ const { title = "Geolocation", defaultValue = { lat: 48.864716, lng: 2.349014 } } = opts;
14
+ return prop({
15
+ title,
16
+ schema: Type.Object(
17
+ {
18
+ lat: Type.Number({ minimum: -90, maximum: 90 }),
19
+ lng: Type.Number({ minimum: -180, maximum: 180 }),
20
+ label: Type.Optional(Type.String({ title: "Tooltip" })),
21
+ },
22
+ {
23
+ "ui:field": "geo-point",
24
+ default: defaultValue,
25
+ },
26
+ ),
27
+ });
28
+ }
29
+
30
+ export type GeolocationSettings = Static<ReturnType<typeof geolocation>>;