@upstart.gg/sdk 0.0.77 → 0.0.79

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 (279) hide show
  1. package/dist/node/cli/api.js +2 -2
  2. package/dist/node/cli/commands/build/cmd-build.js +1 -1
  3. package/dist/node/cli/commands/login/cmd-login.js +2 -2
  4. package/dist/node/cli/commands/logout/cmd-logout.js +1 -1
  5. package/dist/node/cli/commands/publish/cmd-publish.js +3 -3
  6. package/dist/node/cli/commands/publish/parse-gitignore.js +1 -1
  7. package/dist/node/cli/commands/publish/uploader.js +2 -2
  8. package/dist/node/cli/constants.js +1 -1
  9. package/dist/node/cli/is-logged-in.js +2 -2
  10. package/dist/node/cli/program.js +3 -3
  11. package/dist/node/cli/store.js +1 -1
  12. package/dist/node/cli/types.js +1 -1
  13. package/dist/node/cli/utils.js +1 -1
  14. package/dist/node/shared/config.d.ts.map +1 -1
  15. package/dist/node/shared/config.js +5 -5
  16. package/dist/node/shared/logger.js +2 -2
  17. package/dist/shared/ajv.d.ts +1 -0
  18. package/dist/shared/ajv.d.ts.map +1 -1
  19. package/dist/shared/ajv.js +2 -2
  20. package/dist/shared/analytics/init.js +1 -1
  21. package/dist/shared/analytics/track.js +1 -1
  22. package/dist/shared/analytics/types.js +1 -1
  23. package/dist/shared/attributes.d.ts +48 -13
  24. package/dist/shared/attributes.d.ts.map +1 -1
  25. package/dist/shared/attributes.js +2 -2
  26. package/dist/shared/brick-manifest.d.ts +92 -45
  27. package/dist/shared/brick-manifest.d.ts.map +1 -1
  28. package/dist/shared/brick-manifest.js +2 -2
  29. package/dist/shared/bricks/manifests/all-manifests.d.ts +2 -3
  30. package/dist/shared/bricks/manifests/all-manifests.d.ts.map +1 -1
  31. package/dist/shared/bricks/manifests/all-manifests.js +2 -2
  32. package/dist/shared/bricks/manifests/button.manifest.d.ts +42 -100
  33. package/dist/shared/bricks/manifests/button.manifest.d.ts.map +1 -1
  34. package/dist/shared/bricks/manifests/button.manifest.js +2 -2
  35. package/dist/shared/bricks/manifests/card.manifest.d.ts +59 -123
  36. package/dist/shared/bricks/manifests/card.manifest.d.ts.map +1 -1
  37. package/dist/shared/bricks/manifests/card.manifest.js +2 -2
  38. package/dist/shared/bricks/manifests/carousel.manifest.d.ts +39 -94
  39. package/dist/shared/bricks/manifests/carousel.manifest.d.ts.map +1 -1
  40. package/dist/shared/bricks/manifests/carousel.manifest.js +2 -2
  41. package/dist/shared/bricks/manifests/container.manifest.d.ts +118 -0
  42. package/dist/shared/bricks/manifests/container.manifest.d.ts.map +1 -0
  43. package/dist/shared/bricks/manifests/container.manifest.js +3 -0
  44. package/dist/shared/bricks/manifests/countdown.manifest.d.ts +39 -70
  45. package/dist/shared/bricks/manifests/countdown.manifest.d.ts.map +1 -1
  46. package/dist/shared/bricks/manifests/countdown.manifest.js +2 -2
  47. package/dist/shared/bricks/manifests/footer.manifest.d.ts +57 -69
  48. package/dist/shared/bricks/manifests/footer.manifest.d.ts.map +1 -1
  49. package/dist/shared/bricks/manifests/footer.manifest.js +2 -2
  50. package/dist/shared/bricks/manifests/form.manifest.d.ts +39 -72
  51. package/dist/shared/bricks/manifests/form.manifest.d.ts.map +1 -1
  52. package/dist/shared/bricks/manifests/form.manifest.js +2 -2
  53. package/dist/shared/bricks/manifests/generic-component.manifest.d.ts +42 -94
  54. package/dist/shared/bricks/manifests/generic-component.manifest.d.ts.map +1 -1
  55. package/dist/shared/bricks/manifests/generic-component.manifest.js +2 -2
  56. package/dist/shared/bricks/manifests/header.manifest.d.ts +142 -69
  57. package/dist/shared/bricks/manifests/header.manifest.d.ts.map +1 -1
  58. package/dist/shared/bricks/manifests/header.manifest.js +2 -2
  59. package/dist/shared/bricks/manifests/hero.manifest.d.ts +79 -99
  60. package/dist/shared/bricks/manifests/hero.manifest.d.ts.map +1 -1
  61. package/dist/shared/bricks/manifests/hero.manifest.js +2 -2
  62. package/dist/shared/bricks/manifests/icon.manifest.d.ts +39 -70
  63. package/dist/shared/bricks/manifests/icon.manifest.d.ts.map +1 -1
  64. package/dist/shared/bricks/manifests/icon.manifest.js +2 -2
  65. package/dist/shared/bricks/manifests/image.manifest.d.ts +69 -67
  66. package/dist/shared/bricks/manifests/image.manifest.d.ts.map +1 -1
  67. package/dist/shared/bricks/manifests/image.manifest.js +2 -2
  68. package/dist/shared/bricks/manifests/images-wall.manifest.d.ts +92 -70
  69. package/dist/shared/bricks/manifests/images-wall.manifest.d.ts.map +1 -1
  70. package/dist/shared/bricks/manifests/images-wall.manifest.js +2 -2
  71. package/dist/shared/bricks/manifests/map.manifest.d.ts +39 -62
  72. package/dist/shared/bricks/manifests/map.manifest.d.ts.map +1 -1
  73. package/dist/shared/bricks/manifests/map.manifest.js +2 -2
  74. package/dist/shared/bricks/manifests/social-links.manifest.d.ts +39 -70
  75. package/dist/shared/bricks/manifests/social-links.manifest.d.ts.map +1 -1
  76. package/dist/shared/bricks/manifests/social-links.manifest.js +2 -2
  77. package/dist/shared/bricks/manifests/tests/header.manifest.test.d.ts +2 -0
  78. package/dist/shared/bricks/manifests/tests/header.manifest.test.d.ts.map +1 -0
  79. package/dist/shared/bricks/manifests/text.manifest.d.ts +55 -97
  80. package/dist/shared/bricks/manifests/text.manifest.d.ts.map +1 -1
  81. package/dist/shared/bricks/manifests/text.manifest.js +2 -2
  82. package/dist/shared/bricks/manifests/video.manifest.d.ts +39 -66
  83. package/dist/shared/bricks/manifests/video.manifest.d.ts.map +1 -1
  84. package/dist/shared/bricks/manifests/video.manifest.js +2 -2
  85. package/dist/shared/bricks/props/_style-presets.d.ts +18 -0
  86. package/dist/shared/bricks/props/_style-presets.d.ts.map +1 -0
  87. package/dist/shared/bricks/props/_style-presets.js +3 -0
  88. package/dist/shared/bricks/props/align.d.ts +15 -0
  89. package/dist/shared/bricks/props/align.d.ts.map +1 -0
  90. package/dist/shared/bricks/props/align.js +3 -0
  91. package/dist/shared/bricks/props/background.d.ts +23 -0
  92. package/dist/shared/bricks/props/background.d.ts.map +1 -0
  93. package/dist/shared/bricks/props/background.js +3 -0
  94. package/dist/shared/bricks/props/boolean.d.ts +4 -0
  95. package/dist/shared/bricks/props/boolean.d.ts.map +1 -0
  96. package/dist/shared/bricks/props/boolean.js +3 -0
  97. package/dist/shared/bricks/props/border.d.ts +27 -0
  98. package/dist/shared/bricks/props/border.d.ts.map +1 -0
  99. package/dist/shared/bricks/props/border.js +3 -0
  100. package/dist/shared/bricks/props/common.d.ts +5 -34
  101. package/dist/shared/bricks/props/common.d.ts.map +1 -1
  102. package/dist/shared/bricks/props/common.js +2 -2
  103. package/dist/shared/bricks/props/container.d.ts +50 -0
  104. package/dist/shared/bricks/props/container.d.ts.map +1 -0
  105. package/dist/shared/bricks/props/container.js +3 -0
  106. package/dist/shared/bricks/props/datasource.d.ts +18 -0
  107. package/dist/shared/bricks/props/datasource.d.ts.map +1 -0
  108. package/dist/shared/bricks/props/datasource.js +3 -0
  109. package/dist/shared/bricks/props/effects.d.ts +21 -0
  110. package/dist/shared/bricks/props/effects.d.ts.map +1 -0
  111. package/dist/shared/bricks/props/effects.js +3 -0
  112. package/dist/shared/bricks/props/helpers.d.ts +28 -0
  113. package/dist/shared/bricks/props/helpers.d.ts.map +1 -0
  114. package/dist/shared/bricks/props/helpers.js +3 -0
  115. package/dist/shared/bricks/props/image.d.ts +15 -0
  116. package/dist/shared/bricks/props/image.d.ts.map +1 -0
  117. package/dist/shared/bricks/props/image.js +3 -0
  118. package/dist/shared/bricks/props/number.d.ts +6 -0
  119. package/dist/shared/bricks/props/number.d.ts.map +1 -0
  120. package/dist/shared/bricks/props/number.js +3 -0
  121. package/dist/shared/bricks/props/padding.d.ts +4 -0
  122. package/dist/shared/bricks/props/padding.d.ts.map +1 -0
  123. package/dist/shared/bricks/props/padding.js +3 -0
  124. package/dist/shared/bricks/props/position.d.ts +6 -0
  125. package/dist/shared/bricks/props/position.d.ts.map +1 -0
  126. package/dist/shared/bricks/props/position.js +3 -0
  127. package/dist/shared/bricks/props/string.d.ts +11 -0
  128. package/dist/shared/bricks/props/string.d.ts.map +1 -0
  129. package/dist/shared/bricks/props/string.js +3 -0
  130. package/dist/shared/bricks/props/tests/align.test.d.ts +2 -0
  131. package/dist/shared/bricks/props/tests/align.test.d.ts.map +1 -0
  132. package/dist/shared/bricks/props/tests/background.test.d.ts +2 -0
  133. package/dist/shared/bricks/props/tests/background.test.d.ts.map +1 -0
  134. package/dist/shared/bricks/props/tests/border.test.d.ts +2 -0
  135. package/dist/shared/bricks/props/tests/border.test.d.ts.map +1 -0
  136. package/dist/shared/bricks/props/tests/container.test.d.ts +2 -0
  137. package/dist/shared/bricks/props/tests/container.test.d.ts.map +1 -0
  138. package/dist/shared/bricks/props/tests/effects.test.d.ts +2 -0
  139. package/dist/shared/bricks/props/tests/effects.test.d.ts.map +1 -0
  140. package/dist/shared/bricks/props/tests/helpers.test.d.ts +2 -0
  141. package/dist/shared/bricks/props/tests/helpers.test.d.ts.map +1 -0
  142. package/dist/shared/bricks/props/tests/image.test.d.ts +2 -0
  143. package/dist/shared/bricks/props/tests/image.test.d.ts.map +1 -0
  144. package/dist/shared/bricks/props/tests/padding.d.ts +2 -0
  145. package/dist/shared/bricks/props/tests/padding.d.ts.map +1 -0
  146. package/dist/shared/bricks/props/tests/string.test.d.ts +2 -0
  147. package/dist/shared/bricks/props/tests/string.test.d.ts.map +1 -0
  148. package/dist/shared/bricks/props/text.d.ts +15 -0
  149. package/dist/shared/bricks/props/text.d.ts.map +1 -0
  150. package/dist/shared/bricks/props/text.js +3 -0
  151. package/dist/shared/bricks/props/types.d.ts +43 -0
  152. package/dist/shared/bricks/props/types.d.ts.map +1 -0
  153. package/dist/shared/bricks/props/types.js +2 -0
  154. package/dist/shared/bricks.d.ts +53 -497
  155. package/dist/shared/bricks.d.ts.map +1 -1
  156. package/dist/shared/bricks.js +2 -2
  157. package/dist/shared/chunk-2Y3ZNNGU.js +3 -0
  158. package/dist/shared/chunk-346JVEOR.js +3 -0
  159. package/dist/shared/chunk-3EUA65QC.js +3 -0
  160. package/dist/shared/chunk-4EEQT7D6.js +3 -0
  161. package/dist/shared/chunk-4IMPKXJT.js +14 -0
  162. package/dist/shared/chunk-4JJHQZYB.js +3 -0
  163. package/dist/shared/chunk-4SMJ4E32.js +19 -0
  164. package/dist/shared/chunk-56QQPQIE.js +3 -0
  165. package/dist/shared/chunk-5JEYUV4C.js +11 -0
  166. package/dist/shared/{chunk-X7ABR5GQ.js → chunk-6GYFUI5C.js} +2 -2
  167. package/dist/shared/chunk-764EAJFR.js +3 -0
  168. package/dist/shared/{chunk-KXVIWTJN.js → chunk-7XTKGW6E.js} +1 -1
  169. package/dist/shared/chunk-ANZZVPQC.js +22 -0
  170. package/dist/shared/{chunk-PXAK7ZJ3.js → chunk-BNKXJJ2R.js} +1 -1
  171. package/dist/shared/chunk-EIODRGFP.js +5 -0
  172. package/dist/shared/chunk-FHJRL7LV.js +9 -0
  173. package/dist/shared/chunk-FKUGABKJ.js +11 -0
  174. package/dist/shared/chunk-FM2MSU7Z.js +6 -0
  175. package/dist/shared/chunk-FNCNEYJX.js +8 -0
  176. package/dist/shared/chunk-GNZYWNA4.js +3 -0
  177. package/dist/shared/chunk-GOUUN46E.js +7 -0
  178. package/dist/shared/chunk-HL7WRX6G.js +7 -0
  179. package/dist/shared/chunk-HMQPELFK.js +3 -0
  180. package/dist/shared/chunk-HUNU6HSF.js +8 -0
  181. package/dist/shared/chunk-IEB7RHDF.js +3 -0
  182. package/dist/shared/chunk-K4NJQWFB.js +3 -0
  183. package/dist/shared/chunk-KGZMWRZS.js +3 -0
  184. package/dist/shared/chunk-M4CXYZTI.js +3 -0
  185. package/dist/shared/{chunk-A3ACTIE3.js → chunk-NNVPTAAH.js} +1 -1
  186. package/dist/shared/chunk-O3JLMHK3.js +3 -0
  187. package/dist/shared/chunk-OMOYRWNX.js +8 -0
  188. package/dist/shared/chunk-PSSJMWGU.js +3 -0
  189. package/dist/shared/chunk-PUPVTFFY.js +3 -0
  190. package/dist/shared/chunk-R7HRU3T4.js +3 -0
  191. package/dist/shared/chunk-RGKPN4LE.js +3 -0
  192. package/dist/shared/chunk-RQT64JJW.js +9 -0
  193. package/dist/shared/chunk-VYNIBP33.js +7 -0
  194. package/dist/shared/chunk-WNS3A3LT.js +7 -0
  195. package/dist/shared/{chunk-XGI243DO.js → chunk-WXKRIUTA.js} +1 -1
  196. package/dist/shared/chunk-X3JYHXIE.js +6 -0
  197. package/dist/shared/chunk-X3LVSMNF.js +3 -0
  198. package/dist/shared/chunk-XIXSVFY6.js +3 -0
  199. package/dist/shared/chunk-ZWVJMSTT.js +3 -0
  200. package/dist/shared/datarecords/external/airtable/handler.d.ts +8 -0
  201. package/dist/shared/datarecords/external/airtable/handler.d.ts.map +1 -0
  202. package/dist/shared/datarecords/external/airtable/options.d.ts +1 -2
  203. package/dist/shared/datarecords/external/airtable/options.d.ts.map +1 -1
  204. package/dist/shared/datarecords/external/generic-webhook/handler.d.ts +3 -0
  205. package/dist/shared/datarecords/external/generic-webhook/handler.d.ts.map +1 -0
  206. package/dist/shared/datarecords/external/generic-webhook/options.d.ts.map +1 -1
  207. package/dist/shared/datarecords/external/google/oauth/config.js +1 -1
  208. package/dist/shared/datarecords/external/google/sheets/handler.d.ts +8 -0
  209. package/dist/shared/datarecords/external/google/sheets/handler.d.ts.map +1 -0
  210. package/dist/shared/datarecords/types.d.ts +2 -4
  211. package/dist/shared/datarecords/types.d.ts.map +1 -1
  212. package/dist/shared/datarecords/types.js +2 -2
  213. package/dist/shared/datarecords.js +1 -1
  214. package/dist/shared/datasources/external/meta/oauth/config.js +2 -2
  215. package/dist/shared/datasources/external/tiktok/oauth/config.js +2 -2
  216. package/dist/shared/datasources/external/youtube/oauth/config.js +2 -2
  217. package/dist/shared/datasources/internal/job-board/schema.d.ts +87 -0
  218. package/dist/shared/datasources/internal/job-board/schema.d.ts.map +1 -0
  219. package/dist/shared/datasources/schemas.js +2 -2
  220. package/dist/shared/datasources/types.js +2 -2
  221. package/dist/shared/datasources.js +1 -1
  222. package/dist/shared/env.js +1 -1
  223. package/dist/shared/errors.js +1 -1
  224. package/dist/shared/layout-constants.js +2 -2
  225. package/dist/shared/oauth.js +2 -2
  226. package/dist/shared/page.d.ts +240 -797
  227. package/dist/shared/page.d.ts.map +1 -1
  228. package/dist/shared/page.js +2 -2
  229. package/dist/shared/responsive.js +1 -1
  230. package/dist/shared/tests/test-config.d.ts.map +1 -1
  231. package/dist/shared/theme.d.ts +48 -28
  232. package/dist/shared/theme.d.ts.map +1 -1
  233. package/dist/shared/theme.js +2 -2
  234. package/dist/shared/themes/all-themes.d.ts.map +1 -1
  235. package/dist/shared/themes/all-themes.js +2 -2
  236. package/dist/shared/themes/color-system.d.ts +3 -5
  237. package/dist/shared/themes/color-system.d.ts.map +1 -1
  238. package/dist/shared/themes/color-system.js +2 -2
  239. package/dist/shared/utils/canvas-data-uri.d.ts +2 -0
  240. package/dist/shared/utils/canvas-data-uri.d.ts.map +1 -0
  241. package/dist/shared/utils/invariant.js +2 -2
  242. package/dist/shared/utils/merge.d.ts +2 -0
  243. package/dist/shared/utils/merge.d.ts.map +1 -0
  244. package/dist/shared/utils/merge.js +3 -0
  245. package/dist/shared/utils/object-hash.d.ts +2 -0
  246. package/dist/shared/utils/object-hash.d.ts.map +1 -0
  247. package/dist/shared/utils/try-catch.d.ts +7 -0
  248. package/dist/shared/utils/try-catch.d.ts.map +1 -0
  249. package/package.json +3 -3
  250. package/dist/shared/bricks/manifests/loop.manifest.d.ts +0 -93
  251. package/dist/shared/bricks/manifests/loop.manifest.d.ts.map +0 -1
  252. package/dist/shared/bricks/manifests/loop.manifest.js +0 -3
  253. package/dist/shared/bricks/props/style-props.d.ts +0 -52
  254. package/dist/shared/bricks/props/style-props.d.ts.map +0 -1
  255. package/dist/shared/bricks/props/style-props.js +0 -3
  256. package/dist/shared/chunk-2CWDNNLG.js +0 -22
  257. package/dist/shared/chunk-4H4VCOKB.js +0 -3
  258. package/dist/shared/chunk-5SAUZF4N.js +0 -32
  259. package/dist/shared/chunk-6M2JPD36.js +0 -13
  260. package/dist/shared/chunk-6PCNIIO5.js +0 -3
  261. package/dist/shared/chunk-7GCPTZVT.js +0 -3
  262. package/dist/shared/chunk-A66YBEIK.js +0 -16
  263. package/dist/shared/chunk-BIEJRPKG.js +0 -16
  264. package/dist/shared/chunk-FSUHIMOU.js +0 -20
  265. package/dist/shared/chunk-GCZ4WSX2.js +0 -3
  266. package/dist/shared/chunk-GEODA2ON.js +0 -11
  267. package/dist/shared/chunk-HMO5CIER.js +0 -14
  268. package/dist/shared/chunk-J45DOHTX.js +0 -16
  269. package/dist/shared/chunk-JSOZWQRQ.js +0 -3
  270. package/dist/shared/chunk-LR6R5QDM.js +0 -7
  271. package/dist/shared/chunk-LRO2KHWL.js +0 -11
  272. package/dist/shared/chunk-MXONIPYM.js +0 -13
  273. package/dist/shared/chunk-POE5KCOE.js +0 -9
  274. package/dist/shared/chunk-PUHGH25O.js +0 -3
  275. package/dist/shared/chunk-RAFOQXXX.js +0 -8
  276. package/dist/shared/chunk-SN3PMMZ2.js +0 -15
  277. package/dist/shared/chunk-TPVKGTAK.js +0 -3
  278. package/dist/shared/chunk-VGBLZSS6.js +0 -9
  279. package/dist/shared/chunk-Z4THNQZ7.js +0 -20
@@ -1,89 +1,111 @@
1
- import { type Static } from "@sinclair/typebox";
2
- export declare const manifest: import("@sinclair/typebox").TObject<{
3
- props: import("@sinclair/typebox").TObject<{
1
+ export declare const datasource: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
2
+ src: import("@sinclair/typebox").TString;
3
+ alt: import("@sinclair/typebox").TString;
4
+ }>>;
5
+ export type Datasource = typeof datasource;
6
+ export declare const manifest: {
7
+ readonly datasource: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
8
+ src: import("@sinclair/typebox").TString;
9
+ alt: import("@sinclair/typebox").TString;
10
+ }>>;
11
+ readonly props: import("@sinclair/typebox").TObject<{
12
+ className: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
13
+ lastTouched: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
14
+ editable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
15
+ } & {
4
16
  content: import("@sinclair/typebox").TObject<{
5
- text: import("@sinclair/typebox").TString;
6
- richText: import("@sinclair/typebox").TBoolean;
17
+ isDynamic: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
18
+ useExistingDatasource: import("@sinclair/typebox").TBoolean;
19
+ datasource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
20
+ id: import("@sinclair/typebox").TString;
21
+ mapping: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TString>;
22
+ filters: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TObject<{
23
+ op: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"eq">, import("@sinclair/typebox").TLiteral<"ne">, import("@sinclair/typebox").TLiteral<"lt">, import("@sinclair/typebox").TLiteral<"lte">, import("@sinclair/typebox").TLiteral<"gt">, import("@sinclair/typebox").TLiteral<"gte">, import("@sinclair/typebox").TLiteral<"in">, import("@sinclair/typebox").TLiteral<"nin">, import("@sinclair/typebox").TLiteral<"contains">, import("@sinclair/typebox").TLiteral<"startsWith">, import("@sinclair/typebox").TLiteral<"endsWith">]>;
24
+ value: import("@sinclair/typebox").TString;
25
+ }>>>;
26
+ sort: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"asc">, import("@sinclair/typebox").TLiteral<"desc">]>>>;
27
+ limit: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
28
+ offset: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
29
+ }>>;
30
+ }>;
31
+ styles: import("@sinclair/typebox").TObject<{
32
+ layoutType: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"flex">, import("@sinclair/typebox").TLiteral<"grid">]>;
33
+ columns: import("@sinclair/typebox").TNumber;
34
+ gap: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"gap-0">, import("@sinclair/typebox").TLiteral<"gap-1">, import("@sinclair/typebox").TLiteral<"gap-2">, import("@sinclair/typebox").TLiteral<"gap-4">, import("@sinclair/typebox").TLiteral<"gap-8">, import("@sinclair/typebox").TLiteral<"gap-16">]>;
7
35
  }>;
8
- className: import("@sinclair/typebox").TString;
9
- lastTouched: import("@sinclair/typebox").TNumber;
10
- editable: import("@sinclair/typebox").TBoolean;
11
- container: import("@sinclair/typebox").TBoolean;
12
- }>;
13
- datarecord?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
14
- datasource?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
15
- type: import("@sinclair/typebox").TLiteral<"image-wall">;
16
- kind: import("@sinclair/typebox").TLiteral<string>;
17
- title: import("@sinclair/typebox").TLiteral<"Images wall">;
18
- description: import("@sinclair/typebox").TLiteral<"An image collection">;
19
- icon: import("@sinclair/typebox").TLiteral<"<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\">\n <!-- Main container -->\n <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect>\n\n <!-- Image rectangles in masonry layout -->\n <rect x=\"5\" y=\"5\" width=\"6\" height=\"5\" rx=\"1\"></rect>\n <rect x=\"13\" y=\"5\" width=\"6\" height=\"7\" rx=\"1\"></rect>\n <rect x=\"5\" y=\"12\" width=\"6\" height=\"7\" rx=\"1\"></rect>\n <rect x=\"13\" y=\"14\" width=\"6\" height=\"5\" rx=\"1\"></rect>\n</svg>\n ">;
20
- hideInLibrary: import("@sinclair/typebox").TBoolean;
21
- preferredWidth: import("@sinclair/typebox").TObject<{
22
- mobile: import("@sinclair/typebox").TNumber;
23
- desktop: import("@sinclair/typebox").TNumber;
24
- }>;
25
- preferredHeight: import("@sinclair/typebox").TObject<{
26
- mobile: import("@sinclair/typebox").TNumber;
27
- desktop: import("@sinclair/typebox").TNumber;
28
- }>;
29
- minWidth: import("@sinclair/typebox").TObject<{
30
- mobile: import("@sinclair/typebox").TNumber;
31
- desktop: import("@sinclair/typebox").TNumber;
32
- }>;
33
- maxWidth: import("@sinclair/typebox").TObject<{
34
- mobile: import("@sinclair/typebox").TNumber;
35
- desktop: import("@sinclair/typebox").TNumber;
36
- }>;
37
- minHeight: import("@sinclair/typebox").TObject<{
38
- mobile: import("@sinclair/typebox").TNumber;
39
- desktop: import("@sinclair/typebox").TNumber;
40
36
  }>;
41
- }>;
42
- export type Manifest = Static<typeof manifest>;
43
- export declare const defaults: {
44
- description: "An image collection";
45
- title: "Images wall";
46
- type: "image-wall";
47
- maxWidth: {
37
+ readonly presets: Record<string, {
38
+ label: string;
39
+ previewClasses: string;
40
+ props: Partial<{
41
+ className?: string | undefined;
42
+ lastTouched?: number | undefined;
43
+ editable?: boolean | undefined;
44
+ content: {
45
+ datasource?: {
46
+ sort?: {
47
+ [x: string]: "asc" | "desc";
48
+ } | undefined;
49
+ offset?: number | undefined;
50
+ filters?: {
51
+ [x: string]: {
52
+ value: string;
53
+ op: "endsWith" | "startsWith" | "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "in" | "nin";
54
+ };
55
+ } | undefined;
56
+ limit?: number | undefined;
57
+ id: string;
58
+ mapping: {
59
+ [x: string]: string;
60
+ };
61
+ } | undefined;
62
+ isDynamic?: boolean | undefined;
63
+ useExistingDatasource: boolean;
64
+ };
65
+ styles: {
66
+ columns: number;
67
+ gap: "gap-1" | "gap-0" | "gap-2" | "gap-4" | "gap-8" | "gap-16";
68
+ layoutType: "flex" | "grid";
69
+ };
70
+ }>;
71
+ }> | undefined;
72
+ readonly kind: "container" | "brick" | "widget";
73
+ readonly defaultInspectorTab: "content" | "style" | "preset";
74
+ readonly hideInLibrary: boolean;
75
+ readonly deletable: boolean;
76
+ readonly movable: boolean;
77
+ readonly resizable: boolean;
78
+ readonly repeatable: boolean;
79
+ readonly duplicatable: boolean;
80
+ readonly isContainer: boolean;
81
+ readonly defaultWidth: {
48
82
  mobile: number;
49
83
  desktop: number;
50
84
  };
51
- minHeight: {
85
+ readonly defaultHeight: {
52
86
  mobile: number;
53
87
  desktop: number;
54
88
  };
55
- minWidth: {
89
+ readonly minWidth: {
56
90
  mobile: number;
57
91
  desktop: number;
58
- };
59
- 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\">\n <!-- Main container -->\n <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect>\n\n <!-- Image rectangles in masonry layout -->\n <rect x=\"5\" y=\"5\" width=\"6\" height=\"5\" rx=\"1\"></rect>\n <rect x=\"13\" y=\"5\" width=\"6\" height=\"7\" rx=\"1\"></rect>\n <rect x=\"5\" y=\"12\" width=\"6\" height=\"7\" rx=\"1\"></rect>\n <rect x=\"13\" y=\"14\" width=\"6\" height=\"5\" rx=\"1\"></rect>\n</svg>\n ";
60
- kind: string;
61
- preferredWidth: {
92
+ } | undefined;
93
+ readonly minHeight: {
62
94
  mobile: number;
63
95
  desktop: number;
64
- };
65
- preferredHeight: {
96
+ } | undefined;
97
+ readonly type: string;
98
+ readonly name: string;
99
+ readonly icon: string;
100
+ readonly description?: string;
101
+ readonly maxWidth?: {
66
102
  mobile: number;
67
103
  desktop: number;
68
104
  };
69
- props: {
70
- content: {
71
- text: string;
72
- richText: boolean;
73
- };
74
- container: boolean;
75
- className: string;
76
- lastTouched: number;
77
- editable: boolean;
78
- };
79
- datasource: {
80
- [x: string]: unknown;
81
- [x: number]: unknown;
82
- };
83
- datarecord: {
84
- [x: string]: unknown;
85
- [x: number]: unknown;
105
+ readonly maxHeight?: {
106
+ mobile: number;
107
+ desktop: number;
86
108
  };
87
- hideInLibrary: boolean;
88
109
  };
110
+ export type Manifest = typeof manifest;
89
111
  //# sourceMappingURL=images-wall.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"images-wall.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/images-wall.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAMtD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiCnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC/C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC"}
1
+ {"version":3,"file":"images-wall.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/images-wall.manifest.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,UAAU;;;GAkBtB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,OAAO,UAAU,CAAC;AAE3C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqCnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC"}
@@ -1,3 +1,3 @@
1
- /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
2
2
 
3
- import{a,b}from"../../chunk-MXONIPYM.js";import"../../chunk-PUHGH25O.js";import"../../chunk-PXAK7ZJ3.js";import"../../chunk-JSOZWQRQ.js";export{b as defaults,a as manifest};
3
+ import{a,b}from"../../chunk-FHJRL7LV.js";import"../../chunk-764EAJFR.js";import"../../chunk-O3JLMHK3.js";import"../../chunk-M4CXYZTI.js";import"../../chunk-GNZYWNA4.js";import"../../chunk-XIXSVFY6.js";import"../../chunk-PSSJMWGU.js";export{a as datasource,b as manifest};
@@ -1,79 +1,56 @@
1
- import { type Static } from "@sinclair/typebox";
2
- export declare const manifest: import("@sinclair/typebox").TObject<{
3
- props: import("@sinclair/typebox").TObject<{
4
- className: import("@sinclair/typebox").TString;
5
- lastTouched: import("@sinclair/typebox").TNumber;
6
- editable: import("@sinclair/typebox").TBoolean;
1
+ export declare const manifest: {
2
+ readonly datasource: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties>>;
3
+ readonly props: import("@sinclair/typebox").TObject<{
4
+ className: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
5
+ lastTouched: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
6
+ editable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
7
7
  }>;
8
- datarecord?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
9
- datasource?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
10
- type: import("@sinclair/typebox").TLiteral<"map">;
11
- kind: import("@sinclair/typebox").TLiteral<string>;
12
- title: import("@sinclair/typebox").TLiteral<"Map">;
13
- description: import("@sinclair/typebox").TLiteral<"A map element with a location">;
14
- icon: import("@sinclair/typebox").TLiteral<"<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\">\n <!-- Main container -->\n <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect>\n\n <!-- Map fold lines (even thinner) -->\n <path d=\"M3 9 L21 9\" stroke-width=\"0.3\"></path>\n <path d=\"M9 3 L9 21\" stroke-width=\"0.3\"></path>\n <path d=\"M15 3 L15 21\" stroke-width=\"0.3\"></path>\n <path d=\"M3 15 L21 15\" stroke-width=\"0.3\"></path>\n\n <!-- Location pin (teardrop shape) -->\n <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>\n</svg>\n ">;
15
- hideInLibrary: import("@sinclair/typebox").TBoolean;
16
- preferredWidth: import("@sinclair/typebox").TObject<{
17
- mobile: import("@sinclair/typebox").TNumber;
18
- desktop: import("@sinclair/typebox").TNumber;
19
- }>;
20
- preferredHeight: import("@sinclair/typebox").TObject<{
21
- mobile: import("@sinclair/typebox").TNumber;
22
- desktop: import("@sinclair/typebox").TNumber;
23
- }>;
24
- minWidth: import("@sinclair/typebox").TObject<{
25
- mobile: import("@sinclair/typebox").TNumber;
26
- desktop: import("@sinclair/typebox").TNumber;
27
- }>;
28
- maxWidth: import("@sinclair/typebox").TObject<{
29
- mobile: import("@sinclair/typebox").TNumber;
30
- desktop: import("@sinclair/typebox").TNumber;
31
- }>;
32
- minHeight: import("@sinclair/typebox").TObject<{
33
- mobile: import("@sinclair/typebox").TNumber;
34
- desktop: import("@sinclair/typebox").TNumber;
35
- }>;
36
- }>;
37
- export type Manifest = Static<typeof manifest>;
38
- export declare const defaults: {
39
- description: "A map element with a location";
40
- title: "Map";
41
- type: "map";
42
- maxWidth: {
8
+ readonly presets: Record<string, {
9
+ label: string;
10
+ previewClasses: string;
11
+ props: Partial<{
12
+ className?: string | undefined;
13
+ lastTouched?: number | undefined;
14
+ editable?: boolean | undefined;
15
+ }>;
16
+ }> | undefined;
17
+ readonly kind: "container" | "brick" | "widget";
18
+ readonly defaultInspectorTab: "content" | "style" | "preset";
19
+ readonly hideInLibrary: boolean;
20
+ readonly deletable: boolean;
21
+ readonly movable: boolean;
22
+ readonly resizable: boolean;
23
+ readonly repeatable: boolean;
24
+ readonly duplicatable: boolean;
25
+ readonly isContainer: boolean;
26
+ readonly defaultWidth: {
43
27
  mobile: number;
44
28
  desktop: number;
45
29
  };
46
- minHeight: {
30
+ readonly defaultHeight: {
47
31
  mobile: number;
48
32
  desktop: number;
49
33
  };
50
- minWidth: {
34
+ readonly minWidth: {
51
35
  mobile: number;
52
36
  desktop: number;
53
- };
54
- 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\">\n <!-- Main container -->\n <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect>\n\n <!-- Map fold lines (even thinner) -->\n <path d=\"M3 9 L21 9\" stroke-width=\"0.3\"></path>\n <path d=\"M9 3 L9 21\" stroke-width=\"0.3\"></path>\n <path d=\"M15 3 L15 21\" stroke-width=\"0.3\"></path>\n <path d=\"M3 15 L21 15\" stroke-width=\"0.3\"></path>\n\n <!-- Location pin (teardrop shape) -->\n <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>\n</svg>\n ";
55
- kind: string;
56
- preferredWidth: {
37
+ } | undefined;
38
+ readonly minHeight: {
57
39
  mobile: number;
58
40
  desktop: number;
59
- };
60
- preferredHeight: {
41
+ } | undefined;
42
+ readonly type: string;
43
+ readonly name: string;
44
+ readonly icon: string;
45
+ readonly description?: string;
46
+ readonly maxWidth?: {
61
47
  mobile: number;
62
48
  desktop: number;
63
49
  };
64
- props: {
65
- className: string;
66
- lastTouched: number;
67
- editable: boolean;
68
- };
69
- datasource: {
70
- [x: string]: unknown;
71
- [x: number]: unknown;
72
- };
73
- datarecord: {
74
- [x: string]: unknown;
75
- [x: number]: unknown;
50
+ readonly maxHeight?: {
51
+ mobile: number;
52
+ desktop: number;
76
53
  };
77
- hideInLibrary: boolean;
78
54
  };
55
+ export type Manifest = typeof manifest;
79
56
  //# sourceMappingURL=map.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"map.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/map.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAMtD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqCnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC/C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC"}
1
+ {"version":3,"file":"map.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/map.manifest.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAenB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC"}
@@ -1,3 +1,3 @@
1
- /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
2
2
 
3
- import{a,b}from"../../chunk-A66YBEIK.js";import"../../chunk-PUHGH25O.js";import"../../chunk-PXAK7ZJ3.js";import"../../chunk-JSOZWQRQ.js";export{b as defaults,a as manifest};
3
+ import{a}from"../../chunk-FKUGABKJ.js";import"../../chunk-GNZYWNA4.js";import"../../chunk-XIXSVFY6.js";import"../../chunk-PSSJMWGU.js";export{a as manifest};
@@ -1,87 +1,56 @@
1
- import { type Static } from "@sinclair/typebox";
2
- export declare const manifest: import("@sinclair/typebox").TObject<{
3
- props: import("@sinclair/typebox").TObject<{
4
- content: import("@sinclair/typebox").TObject<{
5
- text: import("@sinclair/typebox").TString;
6
- richText: import("@sinclair/typebox").TBoolean;
7
- }>;
8
- className: import("@sinclair/typebox").TString;
9
- lastTouched: import("@sinclair/typebox").TNumber;
10
- editable: import("@sinclair/typebox").TBoolean;
11
- }>;
12
- datarecord?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
13
- datasource?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
14
- type: import("@sinclair/typebox").TLiteral<"social-links">;
15
- kind: import("@sinclair/typebox").TLiteral<string>;
16
- title: import("@sinclair/typebox").TLiteral<"Social links">;
17
- description: import("@sinclair/typebox").TLiteral<"A list of social media links">;
18
- icon: import("@sinclair/typebox").TLiteral<"<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\">\n <!-- Main container -->\n <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect>\n\n <!-- Dots and social info -->\n <circle cx=\"8\" cy=\"8\" r=\"1\" fill=\"currentColor\"></circle>\n <line x1=\"11\" y1=\"7\" x2=\"16\" y2=\"7\"></line>\n <line x1=\"11\" y1=\"9\" x2=\"13\" y2=\"9\" stroke-width=\"0.5\"></line>\n\n <circle cx=\"8\" cy=\"12\" r=\"1\" fill=\"currentColor\"></circle>\n <line x1=\"11\" y1=\"11\" x2=\"16\" y2=\"11\"></line>\n <line x1=\"11\" y1=\"13\" x2=\"13.5\" y2=\"13\" stroke-width=\"0.5\"></line>\n\n <circle cx=\"8\" cy=\"16\" r=\"1\" fill=\"currentColor\"></circle>\n <line x1=\"11\" y1=\"15\" x2=\"16\" y2=\"15\"></line>\n <line x1=\"11\" y1=\"17\" x2=\"13\" y2=\"17\" stroke-width=\"0.5\"></line>\n</svg>\n ">;
19
- hideInLibrary: import("@sinclair/typebox").TBoolean;
20
- preferredWidth: import("@sinclair/typebox").TObject<{
21
- mobile: import("@sinclair/typebox").TNumber;
22
- desktop: import("@sinclair/typebox").TNumber;
23
- }>;
24
- preferredHeight: import("@sinclair/typebox").TObject<{
25
- mobile: import("@sinclair/typebox").TNumber;
26
- desktop: import("@sinclair/typebox").TNumber;
27
- }>;
28
- minWidth: import("@sinclair/typebox").TObject<{
29
- mobile: import("@sinclair/typebox").TNumber;
30
- desktop: import("@sinclair/typebox").TNumber;
1
+ export declare const manifest: {
2
+ readonly datasource: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties>>;
3
+ readonly props: import("@sinclair/typebox").TObject<{
4
+ className: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
5
+ lastTouched: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
6
+ editable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
31
7
  }>;
32
- maxWidth: import("@sinclair/typebox").TObject<{
33
- mobile: import("@sinclair/typebox").TNumber;
34
- desktop: import("@sinclair/typebox").TNumber;
35
- }>;
36
- minHeight: import("@sinclair/typebox").TObject<{
37
- mobile: import("@sinclair/typebox").TNumber;
38
- desktop: import("@sinclair/typebox").TNumber;
39
- }>;
40
- }>;
41
- export type Manifest = Static<typeof manifest>;
42
- export declare const defaults: {
43
- description: "A list of social media links";
44
- title: "Social links";
45
- type: "social-links";
46
- maxWidth: {
8
+ readonly presets: Record<string, {
9
+ label: string;
10
+ previewClasses: string;
11
+ props: Partial<{
12
+ className?: string | undefined;
13
+ lastTouched?: number | undefined;
14
+ editable?: boolean | undefined;
15
+ }>;
16
+ }> | undefined;
17
+ readonly kind: "container" | "brick" | "widget";
18
+ readonly defaultInspectorTab: "content" | "style" | "preset";
19
+ readonly hideInLibrary: boolean;
20
+ readonly deletable: boolean;
21
+ readonly movable: boolean;
22
+ readonly resizable: boolean;
23
+ readonly repeatable: boolean;
24
+ readonly duplicatable: boolean;
25
+ readonly isContainer: boolean;
26
+ readonly defaultWidth: {
47
27
  mobile: number;
48
28
  desktop: number;
49
29
  };
50
- minHeight: {
30
+ readonly defaultHeight: {
51
31
  mobile: number;
52
32
  desktop: number;
53
33
  };
54
- minWidth: {
34
+ readonly minWidth: {
55
35
  mobile: number;
56
36
  desktop: number;
57
- };
58
- 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\">\n <!-- Main container -->\n <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect>\n\n <!-- Dots and social info -->\n <circle cx=\"8\" cy=\"8\" r=\"1\" fill=\"currentColor\"></circle>\n <line x1=\"11\" y1=\"7\" x2=\"16\" y2=\"7\"></line>\n <line x1=\"11\" y1=\"9\" x2=\"13\" y2=\"9\" stroke-width=\"0.5\"></line>\n\n <circle cx=\"8\" cy=\"12\" r=\"1\" fill=\"currentColor\"></circle>\n <line x1=\"11\" y1=\"11\" x2=\"16\" y2=\"11\"></line>\n <line x1=\"11\" y1=\"13\" x2=\"13.5\" y2=\"13\" stroke-width=\"0.5\"></line>\n\n <circle cx=\"8\" cy=\"16\" r=\"1\" fill=\"currentColor\"></circle>\n <line x1=\"11\" y1=\"15\" x2=\"16\" y2=\"15\"></line>\n <line x1=\"11\" y1=\"17\" x2=\"13\" y2=\"17\" stroke-width=\"0.5\"></line>\n</svg>\n ";
59
- kind: string;
60
- preferredWidth: {
37
+ } | undefined;
38
+ readonly minHeight: {
61
39
  mobile: number;
62
40
  desktop: number;
63
- };
64
- preferredHeight: {
41
+ } | undefined;
42
+ readonly type: string;
43
+ readonly name: string;
44
+ readonly icon: string;
45
+ readonly description?: string;
46
+ readonly maxWidth?: {
65
47
  mobile: number;
66
48
  desktop: number;
67
49
  };
68
- props: {
69
- content: {
70
- text: string;
71
- richText: boolean;
72
- };
73
- className: string;
74
- lastTouched: number;
75
- editable: boolean;
76
- };
77
- datasource: {
78
- [x: string]: unknown;
79
- [x: number]: unknown;
80
- };
81
- datarecord: {
82
- [x: string]: unknown;
83
- [x: number]: unknown;
50
+ readonly maxHeight?: {
51
+ mobile: number;
52
+ desktop: number;
84
53
  };
85
- hideInLibrary: boolean;
86
54
  };
55
+ export type Manifest = typeof manifest;
87
56
  //# sourceMappingURL=social-links.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"social-links.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/social-links.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAOtD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwCnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC/C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC"}
1
+ {"version":3,"file":"social-links.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/social-links.manifest.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkBnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC"}
@@ -1,3 +1,3 @@
1
- /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
1
+ /*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
2
2
 
3
- import{a,b}from"../../chunk-Z4THNQZ7.js";import"../../chunk-PUHGH25O.js";import"../../chunk-PXAK7ZJ3.js";import"../../chunk-JSOZWQRQ.js";export{b as defaults,a as manifest};
3
+ import{a}from"../../chunk-4IMPKXJT.js";import"../../chunk-GNZYWNA4.js";import"../../chunk-XIXSVFY6.js";import"../../chunk-PSSJMWGU.js";export{a as manifest};
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=header.manifest.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"header.manifest.test.d.ts","sourceRoot":"","sources":["../../../../../src/shared/bricks/manifests/tests/header.manifest.test.ts"],"names":[],"mappings":""}