UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

170 lines (168 loc) • 5.57 kB
import { manifest as manifest$12 } from "./navbar.manifest.js"; import { manifest as manifest$5 } from "./footer.manifest.js"; import { manifest } from "./accordion.manifest.js"; import { manifest as manifest$1 } from "./box.manifest.js"; import { manifest as manifest$2 } from "./button.manifest.js"; import { manifest as manifest$3 } from "./card.manifest.js"; import { manifest as manifest$4 } from "./carousel.manifest.js"; import { manifest as manifest$6 } from "./form.manifest.js"; import { manifest as manifest$7 } from "./hero.manifest.js"; import { manifest as manifest$8 } from "./icon.manifest.js"; import { manifest as manifest$9 } from "./image.manifest.js"; import { manifest as manifest$10 } from "./images-gallery.manifest.js"; import { manifest as manifest$11 } from "./map.manifest.js"; import { manifest as manifest$13 } from "./sidebar.manifest.js"; import { manifest as manifest$14 } from "./social-links.manifest.js"; import { manifest as manifest$15 } from "./spacer.manifest.js"; import { manifest as manifest$16 } from "./testimonials.manifest.js"; import { manifest as manifest$17 } from "./text.manifest.js"; import { manifest as manifest$18 } from "./video.manifest.js"; import { manifest as manifest$19 } from "./html.manifest.js"; import { manifest as manifest$20 } from "./table.manifest.js"; import { manifest as manifest$21 } from "./tabs.manifest.js"; import { manifest as manifest$22 } from "./timeline.manifest.js"; import { Type } from "@sinclair/typebox"; //#region src/shared/bricks/manifests/all-props.ts const allBrickPropsUnion = Type.Union([ Type.Object({ id: Type.String(), type: Type.Literal(manifest$17.type), props: manifest$17.props, mobileProps: Type.Optional(Type.Partial(manifest$17.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$7.type), props: manifest$7.props, mobileProps: Type.Optional(Type.Partial(manifest$7.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$9.type), props: manifest$9.props, mobileProps: Type.Optional(Type.Partial(manifest$9.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$18.type), props: manifest$18.props, mobileProps: Type.Optional(Type.Partial(manifest$18.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$3.type), props: manifest$3.props, mobileProps: Type.Optional(Type.Partial(manifest$3.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$11.type), props: manifest$11.props, mobileProps: Type.Optional(Type.Partial(manifest$11.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$6.type), props: manifest$6.props, mobileProps: Type.Optional(Type.Partial(manifest$6.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$13.type), props: manifest$13.props, mobileProps: Type.Optional(Type.Partial(manifest$13.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$10.type), props: manifest$10.props, mobileProps: Type.Optional(Type.Partial(manifest$10.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$4.type), props: manifest$4.props, mobileProps: Type.Optional(Type.Partial(manifest$4.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$12.type), props: manifest$12.props, mobileProps: Type.Optional(Type.Partial(manifest$12.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$5.type), props: manifest$5.props, mobileProps: Type.Optional(Type.Partial(manifest$5.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$2.type), props: manifest$2.props, mobileProps: Type.Optional(Type.Partial(manifest$2.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$8.type), props: manifest$8.props, mobileProps: Type.Optional(Type.Partial(manifest$8.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$14.type), props: manifest$14.props, mobileProps: Type.Optional(Type.Partial(manifest$14.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$1.type), props: manifest$1.props, mobileProps: Type.Optional(Type.Partial(manifest$1.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$15.type), props: manifest$15.props, mobileProps: Type.Optional(Type.Partial(manifest$15.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$16.type), props: manifest$16.props, mobileProps: Type.Optional(Type.Partial(manifest$16.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest.type), props: manifest.props, mobileProps: Type.Optional(Type.Partial(manifest.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$19.type), props: manifest$19.props, mobileProps: Type.Optional(Type.Partial(manifest$19.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$20.type), props: manifest$20.props, mobileProps: Type.Optional(Type.Partial(manifest$20.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$21.type), props: manifest$21.props, mobileProps: Type.Optional(Type.Partial(manifest$21.props)) }), Type.Object({ id: Type.String(), type: Type.Literal(manifest$22.type), props: manifest$22.props, mobileProps: Type.Optional(Type.Partial(manifest$22.props)) }) ]); //#endregion export { allBrickPropsUnion }; //# sourceMappingURL=all-props.js.map