@upstart.gg/sdk 0.0.134 → 0.0.136
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.
- package/dist/shared/ai/schemas.d.ts +11 -3
- package/dist/shared/ai/schemas.d.ts.map +1 -1
- package/dist/shared/ai/schemas.js +63 -1
- package/dist/shared/ai/schemas.js.map +1 -1
- package/dist/shared/ai/types.d.ts +138 -64
- package/dist/shared/ai/types.d.ts.map +1 -1
- package/dist/shared/ajv.js +6861 -1
- package/dist/shared/ajv.js.map +1 -1
- package/dist/shared/analytics/init.js +20 -1
- package/dist/shared/analytics/init.js.map +1 -1
- package/dist/shared/analytics/track.js +24 -1
- package/dist/shared/analytics/track.js.map +1 -1
- package/dist/shared/attributes.d.ts +99 -30
- package/dist/shared/attributes.d.ts.map +1 -1
- package/dist/shared/attributes.js +46 -1
- package/dist/shared/brick-manifest.d.ts +1 -1
- package/dist/shared/brick-manifest.js +26 -1
- package/dist/shared/bricks/manifests/_types.d.ts +9 -0
- package/dist/shared/bricks/manifests/_types.d.ts.map +1 -0
- package/dist/shared/bricks/{props/enum.js → manifests/_types.js} +1 -2
- package/dist/shared/bricks/manifests/accordion.manifest.d.ts +4 -8
- package/dist/shared/bricks/manifests/accordion.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/accordion.manifest.js +29 -1
- package/dist/shared/bricks/manifests/all-manifests.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/all-manifests.js +59 -1
- package/dist/shared/bricks/manifests/box.manifest.d.ts +4 -8
- package/dist/shared/bricks/manifests/box.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/box.manifest.js +28 -1
- package/dist/shared/bricks/manifests/button.manifest.d.ts +4 -8
- package/dist/shared/bricks/manifests/button.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/button.manifest.js +28 -1
- package/dist/shared/bricks/manifests/card.manifest.d.ts +10 -9
- package/dist/shared/bricks/manifests/card.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/card.manifest.js +28 -1
- package/dist/shared/bricks/manifests/carousel.manifest.d.ts +4 -8
- package/dist/shared/bricks/manifests/carousel.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/carousel.manifest.js +28 -1
- package/dist/shared/bricks/manifests/footer.manifest.d.ts +6 -10
- package/dist/shared/bricks/manifests/footer.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/footer.manifest.js +30 -1
- package/dist/shared/bricks/manifests/form.manifest.d.ts +5 -9
- package/dist/shared/bricks/manifests/form.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/form.manifest.js +29 -1
- package/dist/shared/bricks/manifests/hero.manifest.d.ts +4 -8
- package/dist/shared/bricks/manifests/hero.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/hero.manifest.js +28 -1
- package/dist/shared/bricks/manifests/html.manifest.d.ts +4 -8
- package/dist/shared/bricks/manifests/html.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/html.manifest.js +28 -1
- package/dist/shared/bricks/manifests/icon.manifest.d.ts +4 -8
- package/dist/shared/bricks/manifests/icon.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/icon.manifest.js +28 -1
- package/dist/shared/bricks/manifests/image.manifest.d.ts +3 -2
- package/dist/shared/bricks/manifests/image.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/image.manifest.js +28 -1
- package/dist/shared/bricks/manifests/images-gallery.manifest.d.ts +4 -8
- package/dist/shared/bricks/manifests/images-gallery.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/images-gallery.manifest.js +28 -1
- package/dist/shared/bricks/manifests/map.manifest.d.ts +4 -8
- package/dist/shared/bricks/manifests/map.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/map.manifest.js +31 -1
- package/dist/shared/bricks/manifests/navbar.manifest.d.ts +6 -10
- package/dist/shared/bricks/manifests/navbar.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/navbar.manifest.js +31 -1
- package/dist/shared/bricks/manifests/sidebar.manifest.d.ts +4 -8
- package/dist/shared/bricks/manifests/sidebar.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/sidebar.manifest.js +29 -1
- package/dist/shared/bricks/manifests/social-links.manifest.d.ts +4 -8
- package/dist/shared/bricks/manifests/social-links.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/social-links.manifest.js +28 -1
- package/dist/shared/bricks/manifests/spacer.manifest.d.ts +4 -8
- package/dist/shared/bricks/manifests/spacer.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/spacer.manifest.js +28 -1
- package/dist/shared/bricks/manifests/table.manifest.d.ts +87 -0
- package/dist/shared/bricks/manifests/table.manifest.d.ts.map +1 -0
- package/dist/shared/bricks/manifests/table.manifest.js +31 -0
- package/dist/shared/bricks/manifests/table.manifest.js.map +1 -0
- package/dist/shared/bricks/manifests/tabs.manifest.d.ts +86 -0
- package/dist/shared/bricks/manifests/tabs.manifest.d.ts.map +1 -0
- package/dist/shared/bricks/manifests/tabs.manifest.js +31 -0
- package/dist/shared/bricks/manifests/tabs.manifest.js.map +1 -0
- package/dist/shared/bricks/manifests/testimonials.manifest.d.ts +4 -8
- package/dist/shared/bricks/manifests/testimonials.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/testimonials.manifest.js +28 -1
- package/dist/shared/bricks/manifests/text.manifest.d.ts +4 -8
- package/dist/shared/bricks/manifests/text.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/text.manifest.js +28 -1
- package/dist/shared/bricks/manifests/timeline.manifest.d.ts +97 -0
- package/dist/shared/bricks/manifests/timeline.manifest.d.ts.map +1 -0
- package/dist/shared/bricks/manifests/timeline.manifest.js +31 -0
- package/dist/shared/bricks/manifests/timeline.manifest.js.map +1 -0
- package/dist/shared/bricks/manifests/video.manifest.d.ts +4 -8
- package/dist/shared/bricks/manifests/video.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/video.manifest.js +28 -1
- package/dist/shared/bricks/props/align.d.ts +2 -2
- package/dist/shared/bricks/props/align.js +19 -1
- package/dist/shared/bricks/props/background.d.ts +4 -4
- package/dist/shared/bricks/props/background.js +15 -1
- package/dist/shared/bricks/props/boolean.js +7 -1
- package/dist/shared/bricks/props/border.js +16 -1
- package/dist/shared/bricks/props/color-preset.d.ts.map +1 -1
- package/dist/shared/bricks/props/color-preset.js +13 -1
- package/dist/shared/bricks/props/color.js +14 -1
- package/dist/shared/bricks/props/common.d.ts +2 -2
- package/dist/shared/bricks/props/common.js +13 -1
- package/dist/shared/bricks/props/css-length.js +14 -1
- package/dist/shared/bricks/props/datarecord.js +7 -1
- package/dist/shared/bricks/props/datasource.d.ts +1 -1
- package/dist/shared/bricks/props/datasource.js +86 -1
- package/dist/shared/bricks/props/datasource.js.map +1 -1
- package/dist/shared/bricks/props/date.js +9 -1
- package/dist/shared/bricks/props/direction.js +11 -1
- package/dist/shared/bricks/props/dynamic.d.ts.map +1 -1
- package/dist/shared/bricks/props/dynamic.js +30 -1
- package/dist/shared/bricks/props/effects.js +17 -1
- package/dist/shared/bricks/props/file.js +15 -1
- package/dist/shared/bricks/props/file.js.map +1 -1
- package/dist/shared/bricks/props/geolocation.js +44 -1
- package/dist/shared/bricks/props/geolocation.js.map +1 -1
- package/dist/shared/bricks/props/helpers.d.ts +1 -1
- package/dist/shared/bricks/props/helpers.js +18 -1
- package/dist/shared/bricks/props/image.js +11 -1
- package/dist/shared/bricks/props/number.js +7 -1
- package/dist/shared/bricks/props/position.js +7 -1
- package/dist/shared/bricks/props/string.js +18 -1
- package/dist/shared/bricks/props/tags.js +10 -1
- package/dist/shared/bricks/props/text.js +19 -1
- package/dist/shared/bricks.d.ts +59 -45
- package/dist/shared/bricks.d.ts.map +1 -1
- package/dist/shared/bricks.js +81 -1
- package/dist/shared/chunk-2BPYOTKA.js +21 -0
- package/dist/shared/{chunk-WHTPGWUV.js.map → chunk-2BPYOTKA.js.map} +1 -1
- package/dist/shared/chunk-2IHKVMKW.js +105 -0
- package/dist/shared/chunk-2IHKVMKW.js.map +1 -0
- package/dist/shared/chunk-2RK3CPYJ.js +74 -0
- package/dist/shared/{chunk-W33JMRRN.js.map → chunk-2RK3CPYJ.js.map} +1 -1
- package/dist/shared/chunk-2VDR4ZYY.js +230 -0
- package/dist/shared/chunk-2VDR4ZYY.js.map +1 -0
- package/dist/shared/chunk-36PLZKMW.js +538 -0
- package/dist/shared/chunk-36PLZKMW.js.map +1 -0
- package/dist/shared/chunk-3ZDN5BWN.js +18 -0
- package/dist/shared/{chunk-OIY3EPHO.js.map → chunk-3ZDN5BWN.js.map} +1 -1
- package/dist/shared/chunk-42OUNI7C.js +366 -0
- package/dist/shared/chunk-42OUNI7C.js.map +1 -0
- package/dist/shared/chunk-4MNWMEMM.js +422 -0
- package/dist/shared/chunk-4MNWMEMM.js.map +1 -0
- package/dist/shared/chunk-55C6MTX2.js +21 -0
- package/dist/shared/{chunk-KBHDY425.js.map → chunk-55C6MTX2.js.map} +1 -1
- package/dist/shared/chunk-6TVVKUWM.js +15 -0
- package/dist/shared/{chunk-4WDWJA3N.js.map → chunk-6TVVKUWM.js.map} +1 -1
- package/dist/shared/chunk-6WIMWLCJ.js +17 -0
- package/dist/shared/{chunk-KYY3PHP7.js.map → chunk-6WIMWLCJ.js.map} +1 -1
- package/dist/shared/chunk-7LAWWRU7.js +21 -0
- package/dist/shared/{chunk-IUXCWWGO.js.map → chunk-7LAWWRU7.js.map} +1 -1
- package/dist/shared/chunk-A2QPY54H.js +13 -0
- package/dist/shared/{chunk-KFM6KXSE.js.map → chunk-A2QPY54H.js.map} +1 -1
- package/dist/shared/chunk-BHC2A43S.js +67 -0
- package/dist/shared/{chunk-3YVJ2ELD.js.map → chunk-BHC2A43S.js.map} +1 -1
- package/dist/shared/chunk-BPBKHEQ5.js +39 -0
- package/dist/shared/{chunk-OHNYCXPX.js.map → chunk-BPBKHEQ5.js.map} +1 -1
- package/dist/shared/chunk-CRS7QCPZ.js +308 -0
- package/dist/shared/chunk-CRS7QCPZ.js.map +1 -0
- package/dist/shared/chunk-CSF2WQX2.js +60 -0
- package/dist/shared/{chunk-GLS7HPIZ.js.map → chunk-CSF2WQX2.js.map} +1 -1
- package/dist/shared/chunk-DFAFDBYZ.js +462 -0
- package/dist/shared/chunk-DFAFDBYZ.js.map +1 -0
- package/dist/shared/chunk-DV3G7X34.js +244 -0
- package/dist/shared/chunk-DV3G7X34.js.map +1 -0
- package/dist/shared/chunk-EVLRH6VG.js +56 -0
- package/dist/shared/{chunk-RJYZ5FAR.js.map → chunk-EVLRH6VG.js.map} +1 -1
- package/dist/shared/chunk-F22LDHEO.js +105 -0
- package/dist/shared/{chunk-5YRC3IT3.js.map → chunk-F22LDHEO.js.map} +1 -1
- package/dist/shared/chunk-F247VKAE.js +131 -0
- package/dist/shared/chunk-F247VKAE.js.map +1 -0
- package/dist/shared/chunk-FOGAVJC2.js +59 -0
- package/dist/shared/chunk-FOGAVJC2.js.map +1 -0
- package/dist/shared/chunk-FQDR2BBZ.js +30 -0
- package/dist/shared/chunk-FQDR2BBZ.js.map +1 -0
- package/dist/shared/chunk-GFAQWQER.js +618 -0
- package/dist/shared/chunk-GFAQWQER.js.map +1 -0
- package/dist/shared/chunk-GIGFNQBO.js +129 -0
- package/dist/shared/chunk-GIGFNQBO.js.map +1 -0
- package/dist/shared/chunk-GQTZPN5D.js +519 -0
- package/dist/shared/chunk-GQTZPN5D.js.map +1 -0
- package/dist/shared/chunk-H5JM2M2T.js +515 -0
- package/dist/shared/chunk-H5JM2M2T.js.map +1 -0
- package/dist/shared/chunk-HPCCD6V5.js +17 -0
- package/dist/shared/{chunk-6I3ONVU6.js.map → chunk-HPCCD6V5.js.map} +1 -1
- package/dist/shared/chunk-HTUSL2U7.js +260 -0
- package/dist/shared/chunk-HTUSL2U7.js.map +1 -0
- package/dist/shared/chunk-IQIISR22.js +794 -0
- package/dist/shared/chunk-IQIISR22.js.map +1 -0
- package/dist/shared/chunk-JK2FWFJU.js +15 -0
- package/dist/shared/{chunk-JMN3HTZU.js.map → chunk-JK2FWFJU.js.map} +1 -1
- package/dist/shared/chunk-KEM5N6GJ.js +505 -0
- package/dist/shared/chunk-KEM5N6GJ.js.map +1 -0
- package/dist/shared/chunk-KIDICX3Y.js +278 -0
- package/dist/shared/chunk-KIDICX3Y.js.map +1 -0
- package/dist/shared/chunk-KILJYJFE.js +354 -0
- package/dist/shared/chunk-KILJYJFE.js.map +1 -0
- package/dist/shared/chunk-KNREHAPN.js +13 -0
- package/dist/shared/{chunk-KSEURRVZ.js.map → chunk-KNREHAPN.js.map} +1 -1
- package/dist/shared/chunk-KT7SSWMM.js +24 -0
- package/dist/shared/{chunk-KO5FPOWZ.js.map → chunk-KT7SSWMM.js.map} +1 -1
- package/dist/shared/chunk-L6C7HUSA.js +850 -0
- package/dist/shared/chunk-L6C7HUSA.js.map +1 -0
- package/dist/shared/chunk-LCJ2VFPM.js +837 -0
- package/dist/shared/chunk-LCJ2VFPM.js.map +1 -0
- package/dist/shared/chunk-LLNPH3XR.js +148 -0
- package/dist/shared/chunk-LLNPH3XR.js.map +1 -0
- package/dist/shared/chunk-LTIJI7Y3.js +368 -0
- package/dist/shared/chunk-LTIJI7Y3.js.map +1 -0
- package/dist/shared/chunk-MFNHFN2B.js +103 -0
- package/dist/shared/{chunk-ZA3GAB4H.js.map → chunk-MFNHFN2B.js.map} +1 -1
- package/dist/shared/chunk-N3BEBLWF.js +213 -0
- package/dist/shared/chunk-N3BEBLWF.js.map +1 -0
- package/dist/shared/chunk-N3ZTQD5I.js +70 -0
- package/dist/shared/chunk-N3ZTQD5I.js.map +1 -0
- package/dist/shared/chunk-NTLAKMMQ.js +94 -0
- package/dist/shared/{chunk-ZTZJHY4E.js.map → chunk-NTLAKMMQ.js.map} +1 -1
- package/dist/shared/chunk-O5PQISX4.js +51 -0
- package/dist/shared/{chunk-VEDQV5XO.js.map → chunk-O5PQISX4.js.map} +1 -1
- package/dist/shared/chunk-OJP4HMJT.js +22 -0
- package/dist/shared/{chunk-6HLU4UI2.js.map → chunk-OJP4HMJT.js.map} +1 -1
- package/dist/shared/chunk-OSJ6KGPX.js +16 -0
- package/dist/shared/{chunk-GPEMPZXK.js.map → chunk-OSJ6KGPX.js.map} +1 -1
- package/dist/shared/chunk-OXYXZHP2.js +48 -0
- package/dist/shared/{chunk-5O4Z3YQY.js.map → chunk-OXYXZHP2.js.map} +1 -1
- package/dist/shared/chunk-Q4NPPLEU.js +34 -0
- package/dist/shared/{chunk-QWGUMKZC.js.map → chunk-Q4NPPLEU.js.map} +1 -1
- package/dist/shared/chunk-QLQVDZIL.js +11 -0
- package/dist/shared/{chunk-KLD3P5XH.js.map → chunk-QLQVDZIL.js.map} +1 -1
- package/dist/shared/chunk-RV7AYVFV.js +75 -0
- package/dist/shared/{chunk-DHI3IBOD.js.map → chunk-RV7AYVFV.js.map} +1 -1
- package/dist/shared/chunk-SE6O65HC.js +44 -0
- package/dist/shared/{chunk-NM5MMPCF.js.map → chunk-SE6O65HC.js.map} +1 -1
- package/dist/shared/chunk-TFGGYU6Y.js +394 -0
- package/dist/shared/{chunk-CZRCW5EN.js.map → chunk-TFGGYU6Y.js.map} +1 -1
- package/dist/shared/chunk-TKMWY2VN.js +18 -0
- package/dist/shared/{chunk-RDZK73KV.js.map → chunk-TKMWY2VN.js.map} +1 -1
- package/dist/shared/chunk-TNMNMYOB.js +69 -0
- package/dist/shared/{chunk-4BTB3MU2.js.map → chunk-TNMNMYOB.js.map} +1 -1
- package/dist/shared/chunk-TNTFKLCR.js +1225 -0
- package/dist/shared/chunk-TNTFKLCR.js.map +1 -0
- package/dist/shared/chunk-U5ZECCJM.js +464 -0
- package/dist/shared/chunk-U5ZECCJM.js.map +1 -0
- package/dist/shared/chunk-UXTASZ23.js +419 -0
- package/dist/shared/chunk-UXTASZ23.js.map +1 -0
- package/dist/shared/chunk-W6MRYRGJ.js +100 -0
- package/dist/shared/{chunk-CCI4C3TM.js.map → chunk-W6MRYRGJ.js.map} +1 -1
- package/dist/shared/chunk-WKN566LN.js +29 -0
- package/dist/shared/{chunk-Q4H4QEMB.js.map → chunk-WKN566LN.js.map} +1 -1
- package/dist/shared/chunk-XCWMZVF5.js +89 -0
- package/dist/shared/{chunk-ZFCUSWMT.js.map → chunk-XCWMZVF5.js.map} +1 -1
- package/dist/shared/chunk-XCZVD5H6.js +13 -0
- package/dist/shared/{chunk-HAGKVQOW.js.map → chunk-XCZVD5H6.js.map} +1 -1
- package/dist/shared/chunk-XZ6WJZHN.js +10 -0
- package/dist/shared/{chunk-DCH4ZKWT.js.map → chunk-XZ6WJZHN.js.map} +1 -1
- package/dist/shared/chunk-Y74LZNND.js +30 -0
- package/dist/shared/{chunk-GACHLACT.js.map → chunk-Y74LZNND.js.map} +1 -1
- package/dist/shared/chunk-YWOTQWIQ.js +572 -0
- package/dist/shared/chunk-YWOTQWIQ.js.map +1 -0
- package/dist/shared/chunk-ZEFOWKYP.js +44 -0
- package/dist/shared/{chunk-DQ7PRWTG.js.map → chunk-ZEFOWKYP.js.map} +1 -1
- package/dist/shared/chunk-ZGQ3AQBG.js +33 -0
- package/dist/shared/chunk-ZGQ3AQBG.js.map +1 -0
- package/dist/shared/chunk-ZLYIRH2B.js +68 -0
- package/dist/shared/{chunk-SWLUQVK7.js.map → chunk-ZLYIRH2B.js.map} +1 -1
- package/dist/shared/chunk-ZR6R6Z6O.js +496 -0
- package/dist/shared/chunk-ZR6R6Z6O.js.map +1 -0
- package/dist/shared/chunk-ZRRAK5NS.js +432 -0
- package/dist/shared/chunk-ZRRAK5NS.js.map +1 -0
- package/dist/shared/context.d.ts +1 -0
- package/dist/shared/context.d.ts.map +1 -1
- package/dist/shared/datarecords/external/airtable/handler.js +377 -1
- package/dist/shared/datarecords/external/airtable/handler.js.map +1 -1
- package/dist/shared/datarecords/external/airtable/oauth/config.js +15 -1
- package/dist/shared/datarecords/external/airtable/oauth/config.js.map +1 -1
- package/dist/shared/datarecords/external/airtable/types.js +11 -1
- package/dist/shared/datarecords/external/generic-webhook/handler.js +14 -1
- package/dist/shared/datarecords/external/generic-webhook/handler.js.map +1 -1
- package/dist/shared/datarecords/external/generic-webhook/options.js +16 -1
- package/dist/shared/datarecords/external/generic-webhook/options.js.map +1 -1
- package/dist/shared/datarecords/external/google/oauth/config.js +35 -1
- package/dist/shared/datarecords/external/google/oauth/config.js.map +1 -1
- package/dist/shared/datarecords/external/google/sheets/client.js +7 -1
- package/dist/shared/datarecords/external/google/sheets/handler.js +184 -5
- package/dist/shared/datarecords/external/google/sheets/handler.js.map +1 -1
- package/dist/shared/datarecords/external/google/sheets/types.js +7 -1
- package/dist/shared/datarecords/external/notion/handler.js +397 -1
- package/dist/shared/datarecords/external/notion/handler.js.map +1 -1
- package/dist/shared/datarecords/external/notion/oauth/config.js +11 -1
- package/dist/shared/datarecords/external/notion/oauth/config.js.map +1 -1
- package/dist/shared/datarecords/external/notion/types.js +7 -1
- package/dist/shared/datarecords/types.d.ts +6 -59
- package/dist/shared/datarecords/types.d.ts.map +1 -1
- package/dist/shared/datarecords/types.js +14 -1
- package/dist/shared/datarecords.js +9 -1
- package/dist/shared/datarecords.js.map +1 -1
- package/dist/shared/datasources/external/facebook/posts/fetcher.js +49 -1
- package/dist/shared/datasources/external/facebook/posts/fetcher.js.map +1 -1
- package/dist/shared/datasources/external/facebook/posts/schema.js +36 -1
- package/dist/shared/datasources/external/facebook/posts/schema.js.map +1 -1
- package/dist/shared/datasources/external/http-json/fetcher.js +29 -1
- package/dist/shared/datasources/external/http-json/fetcher.js.map +1 -1
- package/dist/shared/datasources/external/http-json/options.js +11 -1
- package/dist/shared/datasources/external/http-json/options.js.map +1 -1
- package/dist/shared/datasources/external/http-json/schema.js +10 -1
- package/dist/shared/datasources/external/http-json/schema.js.map +1 -1
- package/dist/shared/datasources/external/instagram/feed/fetcher.js +29 -1
- package/dist/shared/datasources/external/instagram/feed/fetcher.js.map +1 -1
- package/dist/shared/datasources/external/instagram/feed/schema.js +26 -1
- package/dist/shared/datasources/external/instagram/feed/schema.js.map +1 -1
- package/dist/shared/datasources/external/mastodon/account/fetcher.js +7 -1
- package/dist/shared/datasources/external/mastodon/account/schema.js +7 -1
- package/dist/shared/datasources/external/mastodon/options.js +10 -1
- package/dist/shared/datasources/external/mastodon/options.js.map +1 -1
- package/dist/shared/datasources/external/mastodon/status/fetcher.js +31 -1
- package/dist/shared/datasources/external/mastodon/status/fetcher.js.map +1 -1
- package/dist/shared/datasources/external/mastodon/status/sample.array.js +61 -1
- package/dist/shared/datasources/external/mastodon/status/sample.array.js.map +1 -1
- package/dist/shared/datasources/external/mastodon/status/sample.single.js +59 -1
- package/dist/shared/datasources/external/mastodon/status/sample.single.js.map +1 -1
- package/dist/shared/datasources/external/mastodon/status/schema.js +125 -1
- package/dist/shared/datasources/external/mastodon/status/schema.js.map +1 -1
- package/dist/shared/datasources/external/meta/oauth/config.js +17 -1
- package/dist/shared/datasources/external/meta/oauth/config.js.map +1 -1
- package/dist/shared/datasources/external/meta/options.js +10 -1
- package/dist/shared/datasources/external/meta/options.js.map +1 -1
- package/dist/shared/datasources/external/rss/fetcher.js +26 -1
- package/dist/shared/datasources/external/rss/fetcher.js.map +1 -1
- package/dist/shared/datasources/external/rss/options.js +10 -1
- package/dist/shared/datasources/external/rss/options.js.map +1 -1
- package/dist/shared/datasources/external/rss/schema.js +7 -1
- package/dist/shared/datasources/external/threads/media/fetcher.js +47 -1
- package/dist/shared/datasources/external/threads/media/fetcher.js.map +1 -1
- package/dist/shared/datasources/external/threads/media/schema.js +40 -1
- package/dist/shared/datasources/external/threads/media/schema.js.map +1 -1
- package/dist/shared/datasources/external/tiktok/oauth/config.js +18 -1
- package/dist/shared/datasources/external/tiktok/oauth/config.js.map +1 -1
- package/dist/shared/datasources/external/tiktok/video/fetcher.js +34 -1
- package/dist/shared/datasources/external/tiktok/video/fetcher.js.map +1 -1
- package/dist/shared/datasources/external/tiktok/video/options.js +11 -1
- package/dist/shared/datasources/external/tiktok/video/options.js.map +1 -1
- package/dist/shared/datasources/external/tiktok/video/schema.js +30 -1
- package/dist/shared/datasources/external/tiktok/video/schema.js.map +1 -1
- package/dist/shared/datasources/external/youtube/list/fetcher.js +32 -1
- package/dist/shared/datasources/external/youtube/list/fetcher.js.map +1 -1
- package/dist/shared/datasources/external/youtube/list/options.js +14 -1
- package/dist/shared/datasources/external/youtube/list/options.js.map +1 -1
- package/dist/shared/datasources/external/youtube/list/schema.js +7 -1
- package/dist/shared/datasources/external/youtube/oauth/config.js +18 -1
- package/dist/shared/datasources/external/youtube/oauth/config.js.map +1 -1
- package/dist/shared/datasources/internal/blog/schema.js +72 -1
- package/dist/shared/datasources/internal/blog/schema.js.map +1 -1
- package/dist/shared/datasources/internal/changelog/schema.js +51 -1
- package/dist/shared/datasources/internal/changelog/schema.js.map +1 -1
- package/dist/shared/datasources/internal/contact-info/schema.js +25 -1
- package/dist/shared/datasources/internal/contact-info/schema.js.map +1 -1
- package/dist/shared/datasources/internal/cv/schema.js +222 -1
- package/dist/shared/datasources/internal/cv/schema.js.map +1 -1
- package/dist/shared/datasources/internal/faq/schema.js +30 -1
- package/dist/shared/datasources/internal/faq/schema.js.map +1 -1
- package/dist/shared/datasources/internal/job-board/schema.js +224 -1
- package/dist/shared/datasources/internal/job-board/schema.js.map +1 -1
- package/dist/shared/datasources/internal/links/schema.js +7 -1
- package/dist/shared/datasources/internal/recipes/schema.js +45 -1
- package/dist/shared/datasources/internal/recipes/schema.js.map +1 -1
- package/dist/shared/datasources/internal/restaurant/schema.js +226 -1
- package/dist/shared/datasources/internal/restaurant/schema.js.map +1 -1
- package/dist/shared/datasources/samples.js +69 -1
- package/dist/shared/datasources/samples.js.map +1 -1
- package/dist/shared/datasources/schemas.js +34 -1
- package/dist/shared/datasources/schemas.js.map +1 -1
- package/dist/shared/datasources/types.d.ts +1 -1
- package/dist/shared/datasources/types.d.ts.map +1 -1
- package/dist/shared/datasources/types.js +32 -1
- package/dist/shared/datasources/utils.js +11 -1
- package/dist/shared/datasources.d.ts +1 -1
- package/dist/shared/datasources.d.ts.map +1 -1
- package/dist/shared/datasources.js +49 -1
- package/dist/shared/datasources.js.map +1 -1
- package/dist/shared/errors.js +7 -1
- package/dist/shared/images.d.ts +4 -4
- package/dist/shared/images.d.ts.map +1 -1
- package/dist/shared/images.js +44 -1
- package/dist/shared/images.js.map +1 -1
- package/dist/shared/index.js +9 -1
- package/dist/shared/index.js.map +1 -1
- package/dist/shared/layout-constants.js +14 -1
- package/dist/shared/layout-constants.js.map +1 -1
- package/dist/shared/manifest.js +52 -1
- package/dist/shared/manifest.js.map +1 -1
- package/dist/shared/oauth.js +8 -1
- package/dist/shared/page.d.ts +12 -126
- package/dist/shared/page.d.ts.map +1 -1
- package/dist/shared/page.js +58 -1
- package/dist/shared/prompt.js +7 -1
- package/dist/shared/responsive.js +10 -1
- package/dist/shared/responsive.js.map +1 -1
- package/dist/shared/site.d.ts +34 -31
- package/dist/shared/site.d.ts.map +1 -1
- package/dist/shared/site.js +127 -1
- package/dist/shared/site.js.map +1 -1
- package/dist/shared/sitemap.d.ts +13 -12
- package/dist/shared/sitemap.d.ts.map +1 -1
- package/dist/shared/sitemap.js +69 -1
- package/dist/shared/social-icons.js +312 -1
- package/dist/shared/social-icons.js.map +1 -1
- package/dist/shared/tests/schema-registry.test.d.ts +2 -0
- package/dist/shared/tests/schema-registry.test.d.ts.map +1 -0
- package/dist/shared/theme.d.ts +1 -1
- package/dist/shared/theme.d.ts.map +1 -1
- package/dist/shared/theme.js +35 -1
- package/dist/shared/themes/color-system.js +103 -1
- package/dist/shared/themes/color-system.js.map +1 -1
- package/dist/shared/utils/canvas-data-uri.js +7 -1
- package/dist/shared/utils/canvas-data-uri.js.map +1 -1
- package/dist/shared/utils/invariant.js +7 -1
- package/dist/shared/utils/json-date.js +7 -1
- package/dist/shared/utils/llm.d.ts +2 -3
- package/dist/shared/utils/llm.d.ts.map +1 -1
- package/dist/shared/utils/llm.js +24 -1
- package/dist/shared/utils/merge.js +7 -1
- package/dist/shared/utils/object-hash.js +13 -1
- package/dist/shared/utils/object-hash.js.map +1 -1
- package/dist/shared/utils/schema-registry.d.ts +5 -0
- package/dist/shared/utils/schema-registry.d.ts.map +1 -0
- package/dist/shared/utils/schema-registry.js +29 -0
- package/dist/shared/utils/schema-registry.js.map +1 -0
- package/dist/shared/utils/schema.d.ts +2 -1
- package/dist/shared/utils/schema.d.ts.map +1 -1
- package/dist/shared/utils/schema.js +31 -1
- package/dist/shared/utils/string-enum.js +7 -1
- package/dist/shared/utils/tests/schema-registry.test.d.ts +2 -0
- package/dist/shared/utils/tests/schema-registry.test.d.ts.map +1 -0
- package/dist/shared/utils/try-catch.js +13 -1
- package/dist/shared/utils/try-catch.js.map +1 -1
- package/dist/shared/utils/typed-ref.js +7 -1
- package/package.json +9 -10
- package/src/shared/ai/schemas.ts +44 -12
- package/src/shared/ai/types.ts +135 -59
- package/src/shared/attributes.ts +37 -27
- package/src/shared/bricks/manifests/_types.ts +9 -0
- package/src/shared/bricks/manifests/accordion.manifest.ts +128 -161
- package/src/shared/bricks/manifests/all-manifests.ts +16 -0
- package/src/shared/bricks/manifests/box.manifest.ts +195 -129
- package/src/shared/bricks/manifests/button.manifest.ts +158 -71
- package/src/shared/bricks/manifests/card.manifest.ts +200 -28
- package/src/shared/bricks/manifests/carousel.manifest.ts +154 -22
- package/src/shared/bricks/manifests/footer.manifest.ts +38 -32
- package/src/shared/bricks/manifests/form.manifest.ts +122 -7
- package/src/shared/bricks/manifests/hero.manifest.ts +103 -18
- package/src/shared/bricks/manifests/html.manifest.ts +2 -5
- package/src/shared/bricks/manifests/icon.manifest.ts +216 -36
- package/src/shared/bricks/manifests/image.manifest.ts +103 -2
- package/src/shared/bricks/manifests/images-gallery.manifest.ts +2 -5
- package/src/shared/bricks/manifests/map.manifest.ts +2 -5
- package/src/shared/bricks/manifests/navbar.manifest.ts +3 -8
- package/src/shared/bricks/manifests/sidebar.manifest.ts +2 -5
- package/src/shared/bricks/manifests/social-links.manifest.ts +2 -5
- package/src/shared/bricks/manifests/spacer.manifest.ts +2 -5
- package/src/shared/bricks/manifests/table.manifest.ts +440 -0
- package/src/shared/bricks/manifests/tabs.manifest.ts +573 -0
- package/src/shared/bricks/manifests/testimonials.manifest.ts +2 -5
- package/src/shared/bricks/manifests/text.manifest.ts +31 -10
- package/src/shared/bricks/manifests/timeline.manifest.ts +438 -0
- package/src/shared/bricks/manifests/video.manifest.ts +2 -5
- package/src/shared/bricks/props/color-preset.ts +3 -1
- package/src/shared/bricks/props/dynamic.ts +0 -1
- package/src/shared/bricks/props/string.ts +1 -1
- package/src/shared/bricks.ts +61 -49
- package/src/shared/context.ts +1 -0
- package/src/shared/datarecords/types.ts +47 -37
- package/src/shared/datasources/types.ts +1 -5
- package/src/shared/datasources.ts +2 -4
- package/src/shared/images.ts +10 -8
- package/src/shared/page.ts +0 -5
- package/src/shared/site.ts +3 -3
- package/src/shared/sitemap.ts +14 -16
- package/src/shared/tests/schema-registry.test.ts +12 -0
- package/src/shared/theme.ts +1 -4
- package/src/shared/utils/llm.ts +13 -12
- package/src/shared/utils/schema-registry.ts +82 -0
- package/src/shared/utils/schema.ts +18 -3
- package/src/shared/utils/tests/schema-registry.test.ts +13 -0
- package/src/shared/utils/tests/schema.test.ts +124 -56
- package/dist/shared/bricks/props/enum.d.ts +0 -13
- package/dist/shared/bricks/props/enum.d.ts.map +0 -1
- package/dist/shared/chunk-3YVJ2ELD.js +0 -4
- package/dist/shared/chunk-4BTB3MU2.js +0 -4
- package/dist/shared/chunk-4WDWJA3N.js +0 -4
- package/dist/shared/chunk-5O4Z3YQY.js +0 -4
- package/dist/shared/chunk-5YRC3IT3.js +0 -4
- package/dist/shared/chunk-6HLU4UI2.js +0 -4
- package/dist/shared/chunk-6I3ONVU6.js +0 -4
- package/dist/shared/chunk-7A2JNQX3.js +0 -4
- package/dist/shared/chunk-7A2JNQX3.js.map +0 -1
- package/dist/shared/chunk-A3GF4PYW.js +0 -4
- package/dist/shared/chunk-A3GF4PYW.js.map +0 -1
- package/dist/shared/chunk-A3K4NUVP.js +0 -4
- package/dist/shared/chunk-A3K4NUVP.js.map +0 -1
- package/dist/shared/chunk-AFVJZPLS.js +0 -4
- package/dist/shared/chunk-AFVJZPLS.js.map +0 -1
- package/dist/shared/chunk-AI4GHU7R.js +0 -4
- package/dist/shared/chunk-AI4GHU7R.js.map +0 -1
- package/dist/shared/chunk-B3EATRFX.js +0 -4
- package/dist/shared/chunk-B3EATRFX.js.map +0 -1
- package/dist/shared/chunk-CCI4C3TM.js +0 -4
- package/dist/shared/chunk-CFF6Q7O7.js +0 -7
- package/dist/shared/chunk-CFF6Q7O7.js.map +0 -1
- package/dist/shared/chunk-CZRCW5EN.js +0 -4
- package/dist/shared/chunk-DCH4ZKWT.js +0 -4
- package/dist/shared/chunk-DHI3IBOD.js +0 -4
- package/dist/shared/chunk-DQ7PRWTG.js +0 -4
- package/dist/shared/chunk-E6XEI7IK.js +0 -4
- package/dist/shared/chunk-E6XEI7IK.js.map +0 -1
- package/dist/shared/chunk-FLOMNC6J.js +0 -4
- package/dist/shared/chunk-FLOMNC6J.js.map +0 -1
- package/dist/shared/chunk-G5CJU6RD.js +0 -7
- package/dist/shared/chunk-G5CJU6RD.js.map +0 -1
- package/dist/shared/chunk-GACHLACT.js +0 -4
- package/dist/shared/chunk-GLS7HPIZ.js +0 -4
- package/dist/shared/chunk-GOMXZC4B.js +0 -35
- package/dist/shared/chunk-GOMXZC4B.js.map +0 -1
- package/dist/shared/chunk-GPEMPZXK.js +0 -4
- package/dist/shared/chunk-HAGKVQOW.js +0 -4
- package/dist/shared/chunk-I3VL6SRH.js +0 -9
- package/dist/shared/chunk-I3VL6SRH.js.map +0 -1
- package/dist/shared/chunk-IKC3FK7L.js +0 -4
- package/dist/shared/chunk-IKC3FK7L.js.map +0 -1
- package/dist/shared/chunk-IKHZD2JH.js +0 -4
- package/dist/shared/chunk-IKHZD2JH.js.map +0 -1
- package/dist/shared/chunk-IUXCWWGO.js +0 -4
- package/dist/shared/chunk-JMN3HTZU.js +0 -4
- package/dist/shared/chunk-KBHDY425.js +0 -4
- package/dist/shared/chunk-KFM6KXSE.js +0 -4
- package/dist/shared/chunk-KLD3P5XH.js +0 -4
- package/dist/shared/chunk-KO5FPOWZ.js +0 -4
- package/dist/shared/chunk-KSEURRVZ.js +0 -4
- package/dist/shared/chunk-KYY3PHP7.js +0 -4
- package/dist/shared/chunk-NJGXC7D6.js +0 -4
- package/dist/shared/chunk-NJGXC7D6.js.map +0 -1
- package/dist/shared/chunk-NM5MMPCF.js +0 -4
- package/dist/shared/chunk-OGBMYMZD.js +0 -4
- package/dist/shared/chunk-OGBMYMZD.js.map +0 -1
- package/dist/shared/chunk-OHNYCXPX.js +0 -4
- package/dist/shared/chunk-OIY3EPHO.js +0 -4
- package/dist/shared/chunk-PIG623TZ.js +0 -4
- package/dist/shared/chunk-PIG623TZ.js.map +0 -1
- package/dist/shared/chunk-PLSV746R.js +0 -4
- package/dist/shared/chunk-PLSV746R.js.map +0 -1
- package/dist/shared/chunk-PSCN3VVA.js +0 -4
- package/dist/shared/chunk-PSCN3VVA.js.map +0 -1
- package/dist/shared/chunk-PSTFJ5IJ.js +0 -4
- package/dist/shared/chunk-PSTFJ5IJ.js.map +0 -1
- package/dist/shared/chunk-PXI7AHWS.js +0 -4
- package/dist/shared/chunk-PXI7AHWS.js.map +0 -1
- package/dist/shared/chunk-Q4H4QEMB.js +0 -4
- package/dist/shared/chunk-QGYZ7CG5.js +0 -4
- package/dist/shared/chunk-QGYZ7CG5.js.map +0 -1
- package/dist/shared/chunk-QWGUMKZC.js +0 -4
- package/dist/shared/chunk-QX6OGRRT.js +0 -5
- package/dist/shared/chunk-QX6OGRRT.js.map +0 -1
- package/dist/shared/chunk-R6ATC4TC.js +0 -4
- package/dist/shared/chunk-R6ATC4TC.js.map +0 -1
- package/dist/shared/chunk-RDZK73KV.js +0 -4
- package/dist/shared/chunk-RJYZ5FAR.js +0 -4
- package/dist/shared/chunk-SQ5T4AT5.js +0 -6
- package/dist/shared/chunk-SQ5T4AT5.js.map +0 -1
- package/dist/shared/chunk-SWLUQVK7.js +0 -4
- package/dist/shared/chunk-SXHDQ64Z.js +0 -5
- package/dist/shared/chunk-SXHDQ64Z.js.map +0 -1
- package/dist/shared/chunk-SY6DZLTC.js +0 -4
- package/dist/shared/chunk-SY6DZLTC.js.map +0 -1
- package/dist/shared/chunk-VEDQV5XO.js +0 -4
- package/dist/shared/chunk-W33JMRRN.js +0 -4
- package/dist/shared/chunk-WBZW5LVH.js +0 -4
- package/dist/shared/chunk-WBZW5LVH.js.map +0 -1
- package/dist/shared/chunk-WHTPGWUV.js +0 -4
- package/dist/shared/chunk-WYVJE6J5.js +0 -4
- package/dist/shared/chunk-WYVJE6J5.js.map +0 -1
- package/dist/shared/chunk-ZA3GAB4H.js +0 -9
- package/dist/shared/chunk-ZFCUSWMT.js +0 -4
- package/dist/shared/chunk-ZQPXQCY2.js +0 -4
- package/dist/shared/chunk-ZQPXQCY2.js.map +0 -1
- package/dist/shared/chunk-ZTZJHY4E.js +0 -4
- package/src/shared/bricks/props/enum.ts +0 -38
- /package/dist/shared/bricks/{props/enum.js.map → manifests/_types.js.map} +0 -0
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import type { BrickExample } from "./_types";
|
|
2
|
+
export declare const manifest: {
|
|
3
|
+
readonly icon: import("react-icons/lib").IconType;
|
|
4
|
+
readonly props: import("@sinclair/typebox").TObject<{
|
|
5
|
+
lastTouched: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
6
|
+
hidden: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
7
|
+
desktop: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
8
|
+
mobile: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
9
|
+
}>>;
|
|
10
|
+
editable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
11
|
+
width: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
12
|
+
height: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
13
|
+
grow: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
14
|
+
alignSelf: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"self-auto" | "self-start" | "self-center" | "self-end" | "self-stretch">>;
|
|
15
|
+
} & {
|
|
16
|
+
items: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
17
|
+
id: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
18
|
+
title: import("@sinclair/typebox").TString;
|
|
19
|
+
subtitle: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
20
|
+
description: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
21
|
+
date: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
22
|
+
icon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
23
|
+
status: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"completed">, import("@sinclair/typebox").TLiteral<"current">, import("@sinclair/typebox").TLiteral<"upcoming">]>>;
|
|
24
|
+
}>>;
|
|
25
|
+
$children: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TAny>>>;
|
|
26
|
+
layout: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"left">, import("@sinclair/typebox").TLiteral<"right">, import("@sinclair/typebox").TLiteral<"alternating">]>>;
|
|
27
|
+
showConnector: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
28
|
+
connectorColor: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
29
|
+
color: import("@sinclair/typebox").TUnsafe<string>;
|
|
30
|
+
gradientDirection: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"bg-gradient-to-t" | "bg-gradient-to-r" | "bg-gradient-to-b" | "bg-gradient-to-l" | "bg-gradient-to-tl" | "bg-gradient-to-tr" | "bg-gradient-to-br" | "bg-gradient-to-bl">>;
|
|
31
|
+
}>>;
|
|
32
|
+
itemSpacing: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
33
|
+
showIcons: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
34
|
+
iconSize: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"sm">, import("@sinclair/typebox").TLiteral<"md">, import("@sinclair/typebox").TLiteral<"lg">]>>;
|
|
35
|
+
showDates: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
36
|
+
datePosition: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"top">, import("@sinclair/typebox").TLiteral<"bottom">, import("@sinclair/typebox").TLiteral<"inline">]>>;
|
|
37
|
+
colorPreset: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
38
|
+
color: import("@sinclair/typebox").TUnsafe<string>;
|
|
39
|
+
gradientDirection: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"bg-gradient-to-t" | "bg-gradient-to-r" | "bg-gradient-to-b" | "bg-gradient-to-l" | "bg-gradient-to-tl" | "bg-gradient-to-tr" | "bg-gradient-to-br" | "bg-gradient-to-bl">>;
|
|
40
|
+
}>>;
|
|
41
|
+
padding: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
42
|
+
border: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
43
|
+
width: import("@sinclair/typebox").TUnsafe<"border" | "border-0" | "border-2" | "border-4" | "border-8">;
|
|
44
|
+
color: import("@sinclair/typebox").TString;
|
|
45
|
+
}>>;
|
|
46
|
+
shadow: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"shadow-none" | "shadow-sm" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl">>;
|
|
47
|
+
rounding: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"rounded-auto" | "rounded-none" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-2xl" | "rounded-full">>;
|
|
48
|
+
loop: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
49
|
+
over: import("@sinclair/typebox").TString;
|
|
50
|
+
overrideLimit: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
51
|
+
}>>;
|
|
52
|
+
}>;
|
|
53
|
+
readonly category: import("~/shared/brick-manifest").BrickCategory;
|
|
54
|
+
readonly defaultInspectorTab: "content" | "preset" | "style";
|
|
55
|
+
readonly hideInLibrary: boolean;
|
|
56
|
+
readonly deletable: boolean;
|
|
57
|
+
readonly movable: boolean;
|
|
58
|
+
readonly resizable: boolean | "horizontal" | "vertical";
|
|
59
|
+
readonly duplicatable: boolean;
|
|
60
|
+
readonly isContainer: boolean;
|
|
61
|
+
readonly isGlobalBrick: boolean;
|
|
62
|
+
readonly defaultWidth: {
|
|
63
|
+
readonly mobile: string;
|
|
64
|
+
readonly desktop: string;
|
|
65
|
+
};
|
|
66
|
+
readonly defaultHeight: {
|
|
67
|
+
readonly mobile: string;
|
|
68
|
+
readonly desktop: string;
|
|
69
|
+
};
|
|
70
|
+
readonly type: string;
|
|
71
|
+
readonly name: string;
|
|
72
|
+
readonly iconClassName?: string;
|
|
73
|
+
readonly staticClasses?: string;
|
|
74
|
+
readonly description?: string;
|
|
75
|
+
readonly minWidth?: {
|
|
76
|
+
mobile?: number;
|
|
77
|
+
desktop?: number;
|
|
78
|
+
};
|
|
79
|
+
readonly maxWidth?: {
|
|
80
|
+
mobile?: number;
|
|
81
|
+
desktop?: number;
|
|
82
|
+
};
|
|
83
|
+
readonly minHeight?: {
|
|
84
|
+
mobile?: number;
|
|
85
|
+
desktop?: number;
|
|
86
|
+
};
|
|
87
|
+
readonly maxHeight?: {
|
|
88
|
+
mobile?: number;
|
|
89
|
+
desktop?: number;
|
|
90
|
+
};
|
|
91
|
+
readonly consumesMultipleQueryRows?: boolean;
|
|
92
|
+
readonly inlineDragDisabled?: boolean;
|
|
93
|
+
readonly aiInstructions?: string;
|
|
94
|
+
};
|
|
95
|
+
export type Manifest = typeof manifest;
|
|
96
|
+
export declare const examples: BrickExample<Manifest>[];
|
|
97
|
+
//# sourceMappingURL=timeline.manifest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeline.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/timeline.manifest.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAwC7C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cArCF,CAAC;eAAqB,CAAC;;;cAG7B,CAAC;eAAsB,CAAA;;;cAGhC,CAAH;eACK,CAAD;;;cAC0C,CAAC;eAAqB,CAAC;;;;;CA8JpE,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC;AAEvC,eAAO,MAAM,QAAQ,EAAE,YAAY,CAAC,QAAQ,CAAC,EA8P5C,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
examples,
|
|
5
|
+
manifest
|
|
6
|
+
} from "../../chunk-ZRRAK5NS.js";
|
|
7
|
+
import "../../chunk-BHC2A43S.js";
|
|
8
|
+
import "../../chunk-EVLRH6VG.js";
|
|
9
|
+
import "../../chunk-HTUSL2U7.js";
|
|
10
|
+
import "../../chunk-IQIISR22.js";
|
|
11
|
+
import "../../chunk-Q4NPPLEU.js";
|
|
12
|
+
import "../../chunk-F22LDHEO.js";
|
|
13
|
+
import "../../chunk-Y74LZNND.js";
|
|
14
|
+
import "../../chunk-TNMNMYOB.js";
|
|
15
|
+
import "../../chunk-N3ZTQD5I.js";
|
|
16
|
+
import "../../chunk-W6MRYRGJ.js";
|
|
17
|
+
import "../../chunk-NTLAKMMQ.js";
|
|
18
|
+
import "../../chunk-TFGGYU6Y.js";
|
|
19
|
+
import "../../chunk-SE6O65HC.js";
|
|
20
|
+
import "../../chunk-2RK3CPYJ.js";
|
|
21
|
+
import "../../chunk-BPBKHEQ5.js";
|
|
22
|
+
import "../../chunk-ZLYIRH2B.js";
|
|
23
|
+
import "../../chunk-RV7AYVFV.js";
|
|
24
|
+
import "../../chunk-A2QPY54H.js";
|
|
25
|
+
import "../../chunk-JK2FWFJU.js";
|
|
26
|
+
import "../../chunk-ZGQ3AQBG.js";
|
|
27
|
+
export {
|
|
28
|
+
examples,
|
|
29
|
+
manifest
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=timeline.manifest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { BrickExample } from "./_types";
|
|
2
2
|
export declare const manifest: {
|
|
3
3
|
readonly icon: import("react-icons/lib").IconType;
|
|
4
4
|
readonly props: import("@sinclair/typebox").TObject<{
|
|
@@ -11,7 +11,7 @@ export declare const manifest: {
|
|
|
11
11
|
width: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
12
12
|
height: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
13
13
|
grow: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
14
|
-
alignSelf: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"self-
|
|
14
|
+
alignSelf: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"self-auto" | "self-start" | "self-center" | "self-end" | "self-stretch">>;
|
|
15
15
|
} & {
|
|
16
16
|
url: import("@sinclair/typebox").TString;
|
|
17
17
|
padding: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
@@ -23,7 +23,7 @@ export declare const manifest: {
|
|
|
23
23
|
shadow: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"shadow-none" | "shadow-sm" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl">>;
|
|
24
24
|
}>;
|
|
25
25
|
readonly category: import("~/shared/brick-manifest").BrickCategory;
|
|
26
|
-
readonly defaultInspectorTab: "content" | "
|
|
26
|
+
readonly defaultInspectorTab: "content" | "preset" | "style";
|
|
27
27
|
readonly hideInLibrary: boolean;
|
|
28
28
|
readonly deletable: boolean;
|
|
29
29
|
readonly movable: boolean;
|
|
@@ -65,9 +65,5 @@ export declare const manifest: {
|
|
|
65
65
|
readonly aiInstructions?: string;
|
|
66
66
|
};
|
|
67
67
|
export type Manifest = typeof manifest;
|
|
68
|
-
export declare const examples:
|
|
69
|
-
description: string;
|
|
70
|
-
type: string;
|
|
71
|
-
props: BrickProps<Manifest>["brick"]["props"];
|
|
72
|
-
}[];
|
|
68
|
+
export declare const examples: BrickExample<Manifest>[];
|
|
73
69
|
//# sourceMappingURL=video.manifest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"video.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/video.manifest.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"video.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/video.manifest.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIA,CAAC;eAAqB,CAAC;;;cAE9B,CAAC;eACG,CAAC;;;cAGf,CAAC;eACE,CAAC;;;cAGF,CAAC;eACO,CAAC;;;;;CAmCb,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC;AAEvC,eAAO,MAAM,QAAQ,EAAE,YAAY,CAAC,QAAQ,CAAC,EA8C5C,CAAC"}
|
|
@@ -1,4 +1,31 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{
|
|
3
|
+
import {
|
|
4
|
+
examples,
|
|
5
|
+
manifest
|
|
6
|
+
} from "../../chunk-F247VKAE.js";
|
|
7
|
+
import "../../chunk-BHC2A43S.js";
|
|
8
|
+
import "../../chunk-EVLRH6VG.js";
|
|
9
|
+
import "../../chunk-HTUSL2U7.js";
|
|
10
|
+
import "../../chunk-IQIISR22.js";
|
|
11
|
+
import "../../chunk-Q4NPPLEU.js";
|
|
12
|
+
import "../../chunk-F22LDHEO.js";
|
|
13
|
+
import "../../chunk-Y74LZNND.js";
|
|
14
|
+
import "../../chunk-TNMNMYOB.js";
|
|
15
|
+
import "../../chunk-N3ZTQD5I.js";
|
|
16
|
+
import "../../chunk-W6MRYRGJ.js";
|
|
17
|
+
import "../../chunk-NTLAKMMQ.js";
|
|
18
|
+
import "../../chunk-TFGGYU6Y.js";
|
|
19
|
+
import "../../chunk-SE6O65HC.js";
|
|
20
|
+
import "../../chunk-2RK3CPYJ.js";
|
|
21
|
+
import "../../chunk-BPBKHEQ5.js";
|
|
22
|
+
import "../../chunk-ZLYIRH2B.js";
|
|
23
|
+
import "../../chunk-RV7AYVFV.js";
|
|
24
|
+
import "../../chunk-A2QPY54H.js";
|
|
25
|
+
import "../../chunk-JK2FWFJU.js";
|
|
26
|
+
import "../../chunk-ZGQ3AQBG.js";
|
|
27
|
+
export {
|
|
28
|
+
examples,
|
|
29
|
+
manifest
|
|
30
|
+
};
|
|
4
31
|
//# sourceMappingURL=video.manifest.js.map
|
|
@@ -5,7 +5,7 @@ export declare function justifyContentRef(options?: StringOptions): import("@sin
|
|
|
5
5
|
export declare function alignItems(options?: StringOptions): import("@sinclair/typebox").TUnsafe<"items-start" | "items-center" | "items-end" | "items-stretch">;
|
|
6
6
|
export type AlignItemsSettings = Static<ReturnType<typeof alignItems>>;
|
|
7
7
|
export declare function alignItemsRef(options?: StringOptions): import("@sinclair/typebox").TUnsafe<"items-start" | "items-center" | "items-end" | "items-stretch">;
|
|
8
|
-
export declare function alignSelf(options?: StringOptions): import("@sinclair/typebox").TUnsafe<"self-
|
|
8
|
+
export declare function alignSelf(options?: StringOptions): import("@sinclair/typebox").TUnsafe<"self-auto" | "self-start" | "self-center" | "self-end" | "self-stretch">;
|
|
9
9
|
export type AlignSelfSettings = Static<ReturnType<typeof alignSelf>>;
|
|
10
|
-
export declare function alignSelfRef(options?: StringOptions): import("@sinclair/typebox").TUnsafe<"self-
|
|
10
|
+
export declare function alignSelfRef(options?: StringOptions): import("@sinclair/typebox").TUnsafe<"self-auto" | "self-start" | "self-center" | "self-end" | "self-stretch">;
|
|
11
11
|
//# sourceMappingURL=align.d.ts.map
|
|
@@ -1,4 +1,22 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{
|
|
3
|
+
import {
|
|
4
|
+
alignItems,
|
|
5
|
+
alignItemsRef,
|
|
6
|
+
alignSelf,
|
|
7
|
+
alignSelfRef,
|
|
8
|
+
justifyContent,
|
|
9
|
+
justifyContentRef
|
|
10
|
+
} from "../../chunk-ZLYIRH2B.js";
|
|
11
|
+
import "../../chunk-A2QPY54H.js";
|
|
12
|
+
import "../../chunk-JK2FWFJU.js";
|
|
13
|
+
import "../../chunk-ZGQ3AQBG.js";
|
|
14
|
+
export {
|
|
15
|
+
alignItems,
|
|
16
|
+
alignItemsRef,
|
|
17
|
+
alignSelf,
|
|
18
|
+
alignSelfRef,
|
|
19
|
+
justifyContent,
|
|
20
|
+
justifyContentRef
|
|
21
|
+
};
|
|
4
22
|
//# sourceMappingURL=align.js.map
|
|
@@ -11,14 +11,14 @@ type BackgroundOptions = {
|
|
|
11
11
|
};
|
|
12
12
|
export declare function background(opts?: BackgroundOptions): import("@sinclair/typebox").TObject<{
|
|
13
13
|
image: import("@sinclair/typebox").TString;
|
|
14
|
-
size: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"
|
|
15
|
-
repeat: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"
|
|
14
|
+
size: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"auto" | "cover" | "contain">>;
|
|
15
|
+
repeat: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"repeat" | "no-repeat" | "repeat-x" | "repeat-y" | "space" | "round">>;
|
|
16
16
|
}>;
|
|
17
17
|
export type BackgroundSettings = Static<ReturnType<typeof background>>;
|
|
18
18
|
export declare function backgroundRef(options?: SchemaOptions): import("@sinclair/typebox").TObject<{
|
|
19
19
|
image: import("@sinclair/typebox").TString;
|
|
20
|
-
size: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"
|
|
21
|
-
repeat: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"
|
|
20
|
+
size: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"auto" | "cover" | "contain">>;
|
|
21
|
+
repeat: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"repeat" | "no-repeat" | "repeat-x" | "repeat-y" | "space" | "round">>;
|
|
22
22
|
}>;
|
|
23
23
|
export declare function backgroundColor(options?: SchemaOptions): import("@sinclair/typebox").TString;
|
|
24
24
|
export type BackgroundColorSettings = Static<ReturnType<typeof backgroundColor>>;
|
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{
|
|
3
|
+
import {
|
|
4
|
+
background,
|
|
5
|
+
backgroundColor,
|
|
6
|
+
backgroundColorRef,
|
|
7
|
+
backgroundRef
|
|
8
|
+
} from "../../chunk-RV7AYVFV.js";
|
|
9
|
+
import "../../chunk-A2QPY54H.js";
|
|
10
|
+
import "../../chunk-JK2FWFJU.js";
|
|
11
|
+
import "../../chunk-ZGQ3AQBG.js";
|
|
12
|
+
export {
|
|
13
|
+
background,
|
|
14
|
+
backgroundColor,
|
|
15
|
+
backgroundColorRef,
|
|
16
|
+
backgroundRef
|
|
17
|
+
};
|
|
4
18
|
//# sourceMappingURL=background.js.map
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{
|
|
3
|
+
import {
|
|
4
|
+
boolean
|
|
5
|
+
} from "../../chunk-KNREHAPN.js";
|
|
6
|
+
import "../../chunk-ZGQ3AQBG.js";
|
|
7
|
+
export {
|
|
8
|
+
boolean
|
|
9
|
+
};
|
|
4
10
|
//# sourceMappingURL=boolean.js.map
|
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{
|
|
3
|
+
import {
|
|
4
|
+
border,
|
|
5
|
+
borderRef,
|
|
6
|
+
rounding,
|
|
7
|
+
roundingRef
|
|
8
|
+
} from "../../chunk-NTLAKMMQ.js";
|
|
9
|
+
import "../../chunk-SE6O65HC.js";
|
|
10
|
+
import "../../chunk-A2QPY54H.js";
|
|
11
|
+
import "../../chunk-JK2FWFJU.js";
|
|
12
|
+
import "../../chunk-ZGQ3AQBG.js";
|
|
13
|
+
export {
|
|
14
|
+
border,
|
|
15
|
+
borderRef,
|
|
16
|
+
rounding,
|
|
17
|
+
roundingRef
|
|
18
|
+
};
|
|
4
19
|
//# sourceMappingURL=border.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color-preset.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/props/color-preset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,aAAa,EAAQ,KAAK,aAAa,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAIvG,KAAK,kBAAkB,GAAG,aAAa,GAAG;IACxC,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACpE,+BAA+B,CAAC,EAAE,MAAM,CAAC;CAC1C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,WAAW,CAAC,kBAAkB,CAAC,YAAY,CAAC,CAyTtE,CAAC;AAEF,wBAAgB,WAAW,CAAC,OAAO,GAAE,kBAAuB;;;
|
|
1
|
+
{"version":3,"file":"color-preset.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/props/color-preset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,aAAa,EAAQ,KAAK,aAAa,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAIvG,KAAK,kBAAkB,GAAG,aAAa,GAAG;IACxC,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACpE,+BAA+B,CAAC,EAAE,MAAM,CAAC;CAC1C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,WAAW,CAAC,kBAAkB,CAAC,YAAY,CAAC,CAyTtE,CAAC;AAEF,wBAAgB,WAAW,CAAC,OAAO,GAAE,kBAAuB;;;GA8B3D;AAED,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC;AAEzE,wBAAgB,cAAc,CAAC,OAAO,GAAE,kBAAuB;;;GAE9D;AAED,iBAAS,iBAAiB,CAAC,OAAO,GAAE,aAAkB,kNA2BrD;AAED,MAAM,MAAM,yBAAyB,GAAG,MAAM,CAAC,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{
|
|
3
|
+
import {
|
|
4
|
+
colorPreset,
|
|
5
|
+
colorPresetRef,
|
|
6
|
+
colorPresets
|
|
7
|
+
} from "../../chunk-TFGGYU6Y.js";
|
|
8
|
+
import "../../chunk-A2QPY54H.js";
|
|
9
|
+
import "../../chunk-JK2FWFJU.js";
|
|
10
|
+
import "../../chunk-ZGQ3AQBG.js";
|
|
11
|
+
export {
|
|
12
|
+
colorPreset,
|
|
13
|
+
colorPresetRef,
|
|
14
|
+
colorPresets
|
|
15
|
+
};
|
|
4
16
|
//# sourceMappingURL=color-preset.js.map
|
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{
|
|
3
|
+
import {
|
|
4
|
+
borderColor,
|
|
5
|
+
borderColorRef,
|
|
6
|
+
color,
|
|
7
|
+
colorRef
|
|
8
|
+
} from "../../chunk-SE6O65HC.js";
|
|
9
|
+
import "../../chunk-A2QPY54H.js";
|
|
10
|
+
import "../../chunk-ZGQ3AQBG.js";
|
|
11
|
+
export {
|
|
12
|
+
borderColor,
|
|
13
|
+
borderColorRef,
|
|
14
|
+
color,
|
|
15
|
+
colorRef
|
|
16
|
+
};
|
|
4
17
|
//# sourceMappingURL=color.js.map
|
|
@@ -13,7 +13,7 @@ export declare const commonProps: {
|
|
|
13
13
|
width: import("@sinclair/typebox").TOptional<TString>;
|
|
14
14
|
height: import("@sinclair/typebox").TOptional<TString>;
|
|
15
15
|
grow: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
16
|
-
alignSelf: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"self-
|
|
16
|
+
alignSelf: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"self-auto" | "self-start" | "self-center" | "self-end" | "self-stretch">>;
|
|
17
17
|
};
|
|
18
18
|
declare const commonPropsSchema: import("@sinclair/typebox").TObject<{
|
|
19
19
|
lastTouched: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
@@ -25,7 +25,7 @@ declare const commonPropsSchema: import("@sinclair/typebox").TObject<{
|
|
|
25
25
|
width: import("@sinclair/typebox").TOptional<TString>;
|
|
26
26
|
height: import("@sinclair/typebox").TOptional<TString>;
|
|
27
27
|
grow: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
28
|
-
alignSelf: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"self-
|
|
28
|
+
alignSelf: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"self-auto" | "self-start" | "self-center" | "self-end" | "self-stretch">>;
|
|
29
29
|
}>;
|
|
30
30
|
export type CommonBrickProps = Static<typeof commonPropsSchema>;
|
|
31
31
|
export {};
|
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{
|
|
3
|
+
import {
|
|
4
|
+
commonProps,
|
|
5
|
+
hidden
|
|
6
|
+
} from "../../chunk-2RK3CPYJ.js";
|
|
7
|
+
import "../../chunk-BPBKHEQ5.js";
|
|
8
|
+
import "../../chunk-ZLYIRH2B.js";
|
|
9
|
+
import "../../chunk-A2QPY54H.js";
|
|
10
|
+
import "../../chunk-JK2FWFJU.js";
|
|
11
|
+
import "../../chunk-ZGQ3AQBG.js";
|
|
12
|
+
export {
|
|
13
|
+
commonProps,
|
|
14
|
+
hidden
|
|
15
|
+
};
|
|
4
16
|
//# sourceMappingURL=common.js.map
|
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{
|
|
3
|
+
import {
|
|
4
|
+
cssLength,
|
|
5
|
+
cssLengthRef,
|
|
6
|
+
cssUnits,
|
|
7
|
+
isCssLength
|
|
8
|
+
} from "../../chunk-BPBKHEQ5.js";
|
|
9
|
+
import "../../chunk-A2QPY54H.js";
|
|
10
|
+
import "../../chunk-ZGQ3AQBG.js";
|
|
11
|
+
export {
|
|
12
|
+
cssLength,
|
|
13
|
+
cssLengthRef,
|
|
14
|
+
cssUnits,
|
|
15
|
+
isCssLength
|
|
16
|
+
};
|
|
4
17
|
//# sourceMappingURL=css-length.js.map
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{
|
|
3
|
+
import {
|
|
4
|
+
datarecord
|
|
5
|
+
} from "../../chunk-HPCCD6V5.js";
|
|
6
|
+
import "../../chunk-ZGQ3AQBG.js";
|
|
7
|
+
export {
|
|
8
|
+
datarecord
|
|
9
|
+
};
|
|
4
10
|
//# sourceMappingURL=datarecord.js.map
|
|
@@ -7,7 +7,7 @@ export declare function datasource(title?: string): import("@sinclair/typebox").
|
|
|
7
7
|
sortField: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
8
8
|
filters: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
9
9
|
field: import("@sinclair/typebox").TString;
|
|
10
|
-
op: import("@sinclair/typebox").TUnsafe<"
|
|
10
|
+
op: import("@sinclair/typebox").TUnsafe<"eq" | "ne" | "contains" | "notContains" | "startsWith" | "notStartsWith" | "endsWith" | "notEndsWith" | "lt" | "lte" | "gt" | "gte" | "before" | "after" | "in" | "nin">;
|
|
11
11
|
value: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TBoolean]>;
|
|
12
12
|
}>>>;
|
|
13
13
|
}>;
|
|
@@ -1,4 +1,89 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import
|
|
3
|
+
import {
|
|
4
|
+
StringEnum
|
|
5
|
+
} from "../../chunk-JK2FWFJU.js";
|
|
6
|
+
import "../../chunk-ZGQ3AQBG.js";
|
|
7
|
+
|
|
8
|
+
// src/shared/bricks/props/datasource.ts
|
|
9
|
+
import { Type } from "@sinclair/typebox";
|
|
10
|
+
function datasource(title = "Database") {
|
|
11
|
+
return Type.Object(
|
|
12
|
+
{
|
|
13
|
+
id: Type.String({
|
|
14
|
+
title: "Database"
|
|
15
|
+
}),
|
|
16
|
+
offset: Type.Optional(
|
|
17
|
+
Type.Number({
|
|
18
|
+
title: "Offset",
|
|
19
|
+
description: "Offset the records to fetch from the datasource",
|
|
20
|
+
minimum: 0,
|
|
21
|
+
default: 0
|
|
22
|
+
})
|
|
23
|
+
),
|
|
24
|
+
limit: Type.Optional(
|
|
25
|
+
Type.Number({
|
|
26
|
+
title: "Limit",
|
|
27
|
+
description: "Limit the number of records to fetch from the datasource. Setting to 1 will fetch and render only one item.",
|
|
28
|
+
minimum: 1,
|
|
29
|
+
default: 3
|
|
30
|
+
})
|
|
31
|
+
),
|
|
32
|
+
sortDirection: Type.Optional(
|
|
33
|
+
StringEnum(["asc", "desc"], {
|
|
34
|
+
title: "Sort",
|
|
35
|
+
enumNames: ["Ascending", "Descending"],
|
|
36
|
+
description: "Direction to sort the records by",
|
|
37
|
+
default: "desc"
|
|
38
|
+
})
|
|
39
|
+
),
|
|
40
|
+
sortField: Type.Optional(
|
|
41
|
+
Type.String({
|
|
42
|
+
title: "Sort Field",
|
|
43
|
+
description: "Select a field to sort by (must be indexed)",
|
|
44
|
+
default: "$publicationDate"
|
|
45
|
+
})
|
|
46
|
+
),
|
|
47
|
+
filters: Type.Optional(
|
|
48
|
+
Type.Array(
|
|
49
|
+
Type.Object({
|
|
50
|
+
field: Type.String(),
|
|
51
|
+
op: StringEnum([
|
|
52
|
+
"eq",
|
|
53
|
+
"ne",
|
|
54
|
+
"lt",
|
|
55
|
+
"lte",
|
|
56
|
+
"gt",
|
|
57
|
+
"gte",
|
|
58
|
+
"in",
|
|
59
|
+
"nin",
|
|
60
|
+
"contains",
|
|
61
|
+
"notContains",
|
|
62
|
+
"startsWith",
|
|
63
|
+
"notStartsWith",
|
|
64
|
+
"endsWith",
|
|
65
|
+
"notEndsWith",
|
|
66
|
+
"before",
|
|
67
|
+
"after"
|
|
68
|
+
]),
|
|
69
|
+
value: Type.Union([Type.String(), Type.Number(), Type.Boolean()])
|
|
70
|
+
}),
|
|
71
|
+
{
|
|
72
|
+
default: []
|
|
73
|
+
}
|
|
74
|
+
)
|
|
75
|
+
)
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"ui:field": "datasource",
|
|
79
|
+
title,
|
|
80
|
+
metadata: {
|
|
81
|
+
category: "content"
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
);
|
|
85
|
+
}
|
|
86
|
+
export {
|
|
87
|
+
datasource
|
|
88
|
+
};
|
|
4
89
|
//# sourceMappingURL=datasource.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/shared/bricks/props/datasource.ts"],"sourcesContent":["import { Type, type Static } from \"@sinclair/typebox\";\nimport { StringEnum } from \"~/shared/utils/string-enum\";\n\nexport function datasource(title = \"Database\") {\n return Type.Object(\n {\n id: Type.String({\n title: \"Database\",\n }),\n offset: Type.Optional(\n Type.Number({\n title: \"Offset\",\n description: \"Offset the records to fetch from the datasource\",\n minimum: 0,\n default: 0,\n }),\n ),\n limit: Type.Optional(\n Type.Number({\n title: \"Limit\",\n description:\n \"Limit the number of records to fetch from the datasource. Setting to 1 will fetch and render only one item.\",\n minimum: 1,\n default: 3,\n }),\n ),\n sortDirection: Type.Optional(\n StringEnum([\"asc\", \"desc\"], {\n title: \"Sort\",\n enumNames: [\"Ascending\", \"Descending\"],\n description: \"Direction to sort the records by\",\n default: \"desc\",\n }),\n ),\n sortField: Type.Optional(\n Type.String({\n title: \"Sort Field\",\n description: \"Select a field to sort by (must be indexed)\",\n default: \"$publicationDate\",\n }),\n ),\n filters: Type.Optional(\n Type.Array(\n Type.Object({\n field: Type.String(),\n op: StringEnum([\n \"eq\",\n \"ne\",\n \"lt\",\n \"lte\",\n \"gt\",\n \"gte\",\n \"in\",\n \"nin\",\n \"contains\",\n \"notContains\",\n \"startsWith\",\n \"notStartsWith\",\n \"endsWith\",\n \"notEndsWith\",\n \"before\",\n \"after\",\n ]),\n value: Type.Union([Type.String(), Type.Number(), Type.Boolean()]),\n }),\n {\n default: [],\n },\n ),\n ),\n },\n {\n \"ui:field\": \"datasource\",\n title,\n metadata: {\n category: \"content\",\n },\n },\n );\n}\n\nexport type DatasourceSettings = Static<ReturnType<typeof datasource>>;\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../../src/shared/bricks/props/datasource.ts"],"sourcesContent":["import { Type, type Static } from \"@sinclair/typebox\";\nimport { StringEnum } from \"~/shared/utils/string-enum\";\n\nexport function datasource(title = \"Database\") {\n return Type.Object(\n {\n id: Type.String({\n title: \"Database\",\n }),\n offset: Type.Optional(\n Type.Number({\n title: \"Offset\",\n description: \"Offset the records to fetch from the datasource\",\n minimum: 0,\n default: 0,\n }),\n ),\n limit: Type.Optional(\n Type.Number({\n title: \"Limit\",\n description:\n \"Limit the number of records to fetch from the datasource. Setting to 1 will fetch and render only one item.\",\n minimum: 1,\n default: 3,\n }),\n ),\n sortDirection: Type.Optional(\n StringEnum([\"asc\", \"desc\"], {\n title: \"Sort\",\n enumNames: [\"Ascending\", \"Descending\"],\n description: \"Direction to sort the records by\",\n default: \"desc\",\n }),\n ),\n sortField: Type.Optional(\n Type.String({\n title: \"Sort Field\",\n description: \"Select a field to sort by (must be indexed)\",\n default: \"$publicationDate\",\n }),\n ),\n filters: Type.Optional(\n Type.Array(\n Type.Object({\n field: Type.String(),\n op: StringEnum([\n \"eq\",\n \"ne\",\n \"lt\",\n \"lte\",\n \"gt\",\n \"gte\",\n \"in\",\n \"nin\",\n \"contains\",\n \"notContains\",\n \"startsWith\",\n \"notStartsWith\",\n \"endsWith\",\n \"notEndsWith\",\n \"before\",\n \"after\",\n ]),\n value: Type.Union([Type.String(), Type.Number(), Type.Boolean()]),\n }),\n {\n default: [],\n },\n ),\n ),\n },\n {\n \"ui:field\": \"datasource\",\n title,\n metadata: {\n category: \"content\",\n },\n },\n );\n}\n\nexport type DatasourceSettings = Static<ReturnType<typeof datasource>>;\n"],"mappings":";;;;;;;;AAAA,SAAS,YAAyB;AAG3B,SAAS,WAAW,QAAQ,YAAY;AAC7C,SAAO,KAAK;AAAA,IACV;AAAA,MACE,IAAI,KAAK,OAAO;AAAA,QACd,OAAO;AAAA,MACT,CAAC;AAAA,MACD,QAAQ,KAAK;AAAA,QACX,KAAK,OAAO;AAAA,UACV,OAAO;AAAA,UACP,aAAa;AAAA,UACb,SAAS;AAAA,UACT,SAAS;AAAA,QACX,CAAC;AAAA,MACH;AAAA,MACA,OAAO,KAAK;AAAA,QACV,KAAK,OAAO;AAAA,UACV,OAAO;AAAA,UACP,aACE;AAAA,UACF,SAAS;AAAA,UACT,SAAS;AAAA,QACX,CAAC;AAAA,MACH;AAAA,MACA,eAAe,KAAK;AAAA,QAClB,WAAW,CAAC,OAAO,MAAM,GAAG;AAAA,UAC1B,OAAO;AAAA,UACP,WAAW,CAAC,aAAa,YAAY;AAAA,UACrC,aAAa;AAAA,UACb,SAAS;AAAA,QACX,CAAC;AAAA,MACH;AAAA,MACA,WAAW,KAAK;AAAA,QACd,KAAK,OAAO;AAAA,UACV,OAAO;AAAA,UACP,aAAa;AAAA,UACb,SAAS;AAAA,QACX,CAAC;AAAA,MACH;AAAA,MACA,SAAS,KAAK;AAAA,QACZ,KAAK;AAAA,UACH,KAAK,OAAO;AAAA,YACV,OAAO,KAAK,OAAO;AAAA,YACnB,IAAI,WAAW;AAAA,cACb;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC;AAAA,YACD,OAAO,KAAK,MAAM,CAAC,KAAK,OAAO,GAAG,KAAK,OAAO,GAAG,KAAK,QAAQ,CAAC,CAAC;AAAA,UAClE,CAAC;AAAA,UACD;AAAA,YACE,SAAS,CAAC;AAAA,UACZ;AAAA,QACF;AAAA,MACF;AAAA,IACF;AAAA,IACA;AAAA,MACE,YAAY;AAAA,MACZ;AAAA,MACA,UAAU;AAAA,QACR,UAAU;AAAA,MACZ;AAAA,IACF;AAAA,EACF;AACF;","names":[]}
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{
|
|
3
|
+
import {
|
|
4
|
+
date,
|
|
5
|
+
datetime
|
|
6
|
+
} from "../../chunk-WKN566LN.js";
|
|
7
|
+
import "../../chunk-ZGQ3AQBG.js";
|
|
8
|
+
export {
|
|
9
|
+
date,
|
|
10
|
+
datetime
|
|
11
|
+
};
|
|
4
12
|
//# sourceMappingURL=date.js.map
|
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{
|
|
3
|
+
import {
|
|
4
|
+
direction,
|
|
5
|
+
directionRef
|
|
6
|
+
} from "../../chunk-Y74LZNND.js";
|
|
7
|
+
import "../../chunk-A2QPY54H.js";
|
|
8
|
+
import "../../chunk-JK2FWFJU.js";
|
|
9
|
+
import "../../chunk-ZGQ3AQBG.js";
|
|
10
|
+
export {
|
|
11
|
+
direction,
|
|
12
|
+
directionRef
|
|
13
|
+
};
|
|
4
14
|
//# sourceMappingURL=direction.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dynamic.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/props/dynamic.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,aAAa,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"dynamic.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/props/dynamic.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,aAAa,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAG1E,wBAAgB,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDvB;AAED,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgB,CAAC;AAE5C,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC;AAEnE,wBAAgB,WAAW,CAAC,OAAO,GAAE,aAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEtD;AAED,wBAAgB,IAAI,CAAC,OAAO,GAAE,aAAkB;;;GAyC/C;AAED,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC,CAAC;AAE3D,wBAAgB,OAAO,CAAC,OAAO,GAAE,aAAkB;;;GAElD"}
|