@upstart.gg/sdk 0.0.78 → 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.
- package/dist/node/cli/api.js +2 -2
- package/dist/node/cli/commands/build/cmd-build.js +1 -1
- package/dist/node/cli/commands/login/cmd-login.js +2 -2
- package/dist/node/cli/commands/logout/cmd-logout.js +1 -1
- package/dist/node/cli/commands/publish/cmd-publish.js +3 -3
- package/dist/node/cli/commands/publish/parse-gitignore.js +1 -1
- package/dist/node/cli/commands/publish/uploader.js +2 -2
- package/dist/node/cli/constants.js +1 -1
- package/dist/node/cli/is-logged-in.js +2 -2
- package/dist/node/cli/program.js +3 -3
- package/dist/node/cli/store.js +1 -1
- package/dist/node/cli/types.js +1 -1
- package/dist/node/cli/utils.js +1 -1
- package/dist/node/shared/config.d.ts.map +1 -1
- package/dist/node/shared/config.js +5 -5
- package/dist/node/shared/logger.js +2 -2
- package/dist/shared/ajv.d.ts +1 -0
- package/dist/shared/ajv.d.ts.map +1 -1
- package/dist/shared/ajv.js +2 -2
- package/dist/shared/analytics/init.js +1 -1
- package/dist/shared/analytics/track.js +1 -1
- package/dist/shared/analytics/types.js +1 -1
- package/dist/shared/attributes.d.ts +36 -10
- package/dist/shared/attributes.d.ts.map +1 -1
- package/dist/shared/attributes.js +2 -2
- package/dist/shared/brick-manifest.d.ts +91 -46
- package/dist/shared/brick-manifest.d.ts.map +1 -1
- package/dist/shared/brick-manifest.js +2 -2
- package/dist/shared/bricks/manifests/all-manifests.d.ts +2 -3
- package/dist/shared/bricks/manifests/all-manifests.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/all-manifests.js +2 -2
- package/dist/shared/bricks/manifests/button.manifest.d.ts +42 -124
- package/dist/shared/bricks/manifests/button.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/button.manifest.js +2 -2
- package/dist/shared/bricks/manifests/card.manifest.d.ts +55 -137
- package/dist/shared/bricks/manifests/card.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/card.manifest.js +2 -2
- package/dist/shared/bricks/manifests/carousel.manifest.d.ts +39 -124
- package/dist/shared/bricks/manifests/carousel.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/carousel.manifest.js +2 -2
- package/dist/shared/bricks/manifests/container.manifest.d.ts +99 -136
- package/dist/shared/bricks/manifests/container.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/container.manifest.js +2 -2
- package/dist/shared/bricks/manifests/countdown.manifest.d.ts +39 -76
- package/dist/shared/bricks/manifests/countdown.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/countdown.manifest.js +2 -2
- package/dist/shared/bricks/manifests/footer.manifest.d.ts +57 -75
- package/dist/shared/bricks/manifests/footer.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/footer.manifest.js +2 -2
- package/dist/shared/bricks/manifests/form.manifest.d.ts +39 -78
- package/dist/shared/bricks/manifests/form.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/form.manifest.js +2 -2
- package/dist/shared/bricks/manifests/generic-component.manifest.d.ts +42 -124
- package/dist/shared/bricks/manifests/generic-component.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/generic-component.manifest.js +2 -2
- package/dist/shared/bricks/manifests/header.manifest.d.ts +142 -75
- package/dist/shared/bricks/manifests/header.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/header.manifest.js +2 -2
- package/dist/shared/bricks/manifests/hero.manifest.d.ts +78 -122
- package/dist/shared/bricks/manifests/hero.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/hero.manifest.js +2 -2
- package/dist/shared/bricks/manifests/icon.manifest.d.ts +39 -76
- package/dist/shared/bricks/manifests/icon.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/icon.manifest.js +2 -2
- package/dist/shared/bricks/manifests/image.manifest.d.ts +71 -77
- package/dist/shared/bricks/manifests/image.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/image.manifest.js +2 -2
- package/dist/shared/bricks/manifests/images-wall.manifest.d.ts +93 -77
- package/dist/shared/bricks/manifests/images-wall.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/images-wall.manifest.js +2 -2
- package/dist/shared/bricks/manifests/map.manifest.d.ts +39 -74
- package/dist/shared/bricks/manifests/map.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/map.manifest.js +2 -2
- package/dist/shared/bricks/manifests/social-links.manifest.d.ts +39 -76
- package/dist/shared/bricks/manifests/social-links.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/social-links.manifest.js +2 -2
- package/dist/shared/bricks/manifests/tests/header.manifest.test.d.ts +2 -0
- package/dist/shared/bricks/manifests/tests/header.manifest.test.d.ts.map +1 -0
- package/dist/shared/bricks/manifests/text.manifest.d.ts +54 -120
- package/dist/shared/bricks/manifests/text.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/text.manifest.js +2 -2
- package/dist/shared/bricks/manifests/video.manifest.d.ts +39 -78
- package/dist/shared/bricks/manifests/video.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/video.manifest.js +2 -2
- package/dist/shared/bricks/props/_style-presets.d.ts +18 -0
- package/dist/shared/bricks/props/_style-presets.d.ts.map +1 -0
- package/dist/shared/bricks/props/_style-presets.js +3 -0
- package/dist/shared/bricks/props/align.d.ts +15 -0
- package/dist/shared/bricks/props/align.d.ts.map +1 -0
- package/dist/shared/bricks/props/align.js +3 -0
- package/dist/shared/bricks/props/background.d.ts +23 -0
- package/dist/shared/bricks/props/background.d.ts.map +1 -0
- package/dist/shared/bricks/props/background.js +3 -0
- package/dist/shared/bricks/props/boolean.d.ts +4 -0
- package/dist/shared/bricks/props/boolean.d.ts.map +1 -0
- package/dist/shared/bricks/props/boolean.js +3 -0
- package/dist/shared/bricks/props/border.d.ts +27 -0
- package/dist/shared/bricks/props/border.d.ts.map +1 -0
- package/dist/shared/bricks/props/border.js +3 -0
- package/dist/shared/bricks/props/common.d.ts +5 -39
- package/dist/shared/bricks/props/common.d.ts.map +1 -1
- package/dist/shared/bricks/props/common.js +2 -2
- package/dist/shared/bricks/props/container.d.ts +50 -0
- package/dist/shared/bricks/props/container.d.ts.map +1 -0
- package/dist/shared/bricks/props/container.js +3 -0
- package/dist/shared/bricks/props/datasource.d.ts +18 -0
- package/dist/shared/bricks/props/datasource.d.ts.map +1 -0
- package/dist/shared/bricks/props/datasource.js +3 -0
- package/dist/shared/bricks/props/effects.d.ts +21 -0
- package/dist/shared/bricks/props/effects.d.ts.map +1 -0
- package/dist/shared/bricks/props/effects.js +3 -0
- package/dist/shared/bricks/props/helpers.d.ts +28 -0
- package/dist/shared/bricks/props/helpers.d.ts.map +1 -0
- package/dist/shared/bricks/props/helpers.js +3 -0
- package/dist/shared/bricks/props/image.d.ts +15 -0
- package/dist/shared/bricks/props/image.d.ts.map +1 -0
- package/dist/shared/bricks/props/image.js +3 -0
- package/dist/shared/bricks/props/number.d.ts +6 -0
- package/dist/shared/bricks/props/number.d.ts.map +1 -0
- package/dist/shared/bricks/props/number.js +3 -0
- package/dist/shared/bricks/props/padding.d.ts +4 -0
- package/dist/shared/bricks/props/padding.d.ts.map +1 -0
- package/dist/shared/bricks/props/padding.js +3 -0
- package/dist/shared/bricks/props/position.d.ts +6 -0
- package/dist/shared/bricks/props/position.d.ts.map +1 -0
- package/dist/shared/bricks/props/position.js +3 -0
- package/dist/shared/bricks/props/string.d.ts +11 -0
- package/dist/shared/bricks/props/string.d.ts.map +1 -0
- package/dist/shared/bricks/props/string.js +3 -0
- package/dist/shared/bricks/props/tests/align.test.d.ts +2 -0
- package/dist/shared/bricks/props/tests/align.test.d.ts.map +1 -0
- package/dist/shared/bricks/props/tests/background.test.d.ts +2 -0
- package/dist/shared/bricks/props/tests/background.test.d.ts.map +1 -0
- package/dist/shared/bricks/props/tests/border.test.d.ts +2 -0
- package/dist/shared/bricks/props/tests/border.test.d.ts.map +1 -0
- package/dist/shared/bricks/props/tests/container.test.d.ts +2 -0
- package/dist/shared/bricks/props/tests/container.test.d.ts.map +1 -0
- package/dist/shared/bricks/props/tests/effects.test.d.ts +2 -0
- package/dist/shared/bricks/props/tests/effects.test.d.ts.map +1 -0
- package/dist/shared/bricks/props/tests/helpers.test.d.ts +2 -0
- package/dist/shared/bricks/props/tests/helpers.test.d.ts.map +1 -0
- package/dist/shared/bricks/props/tests/image.test.d.ts +2 -0
- package/dist/shared/bricks/props/tests/image.test.d.ts.map +1 -0
- package/dist/shared/bricks/props/tests/padding.d.ts +2 -0
- package/dist/shared/bricks/props/tests/padding.d.ts.map +1 -0
- package/dist/shared/bricks/props/tests/string.test.d.ts +2 -0
- package/dist/shared/bricks/props/tests/string.test.d.ts.map +1 -0
- package/dist/shared/bricks/props/text.d.ts +15 -0
- package/dist/shared/bricks/props/text.d.ts.map +1 -0
- package/dist/shared/bricks/props/text.js +3 -0
- package/dist/shared/bricks/props/types.d.ts +43 -0
- package/dist/shared/bricks/props/types.d.ts.map +1 -0
- package/dist/shared/bricks/props/types.js +2 -0
- package/dist/shared/bricks.d.ts +51 -1541
- package/dist/shared/bricks.d.ts.map +1 -1
- package/dist/shared/bricks.js +2 -2
- package/dist/shared/chunk-2Y3ZNNGU.js +3 -0
- package/dist/shared/chunk-346JVEOR.js +3 -0
- package/dist/shared/chunk-3EUA65QC.js +3 -0
- package/dist/shared/chunk-4EEQT7D6.js +3 -0
- package/dist/shared/chunk-4IMPKXJT.js +14 -0
- package/dist/shared/chunk-4JJHQZYB.js +3 -0
- package/dist/shared/chunk-4SMJ4E32.js +19 -0
- package/dist/shared/chunk-56QQPQIE.js +3 -0
- package/dist/shared/chunk-5JEYUV4C.js +11 -0
- package/dist/shared/{chunk-X7ABR5GQ.js → chunk-6GYFUI5C.js} +2 -2
- package/dist/shared/chunk-764EAJFR.js +3 -0
- package/dist/shared/{chunk-KXVIWTJN.js → chunk-7XTKGW6E.js} +1 -1
- package/dist/shared/chunk-ANZZVPQC.js +22 -0
- package/dist/shared/{chunk-PXAK7ZJ3.js → chunk-BNKXJJ2R.js} +1 -1
- package/dist/shared/chunk-EIODRGFP.js +5 -0
- package/dist/shared/chunk-FHJRL7LV.js +9 -0
- package/dist/shared/chunk-FKUGABKJ.js +11 -0
- package/dist/shared/chunk-FM2MSU7Z.js +6 -0
- package/dist/shared/chunk-FNCNEYJX.js +8 -0
- package/dist/shared/chunk-GNZYWNA4.js +3 -0
- package/dist/shared/chunk-GOUUN46E.js +7 -0
- package/dist/shared/chunk-HL7WRX6G.js +7 -0
- package/dist/shared/chunk-HMQPELFK.js +3 -0
- package/dist/shared/chunk-HUNU6HSF.js +8 -0
- package/dist/shared/chunk-IEB7RHDF.js +3 -0
- package/dist/shared/chunk-K4NJQWFB.js +3 -0
- package/dist/shared/chunk-KGZMWRZS.js +3 -0
- package/dist/shared/chunk-M4CXYZTI.js +3 -0
- package/dist/shared/{chunk-A3ACTIE3.js → chunk-NNVPTAAH.js} +1 -1
- package/dist/shared/chunk-O3JLMHK3.js +3 -0
- package/dist/shared/chunk-OMOYRWNX.js +8 -0
- package/dist/shared/chunk-PSSJMWGU.js +3 -0
- package/dist/shared/chunk-PUPVTFFY.js +3 -0
- package/dist/shared/{chunk-G4K7GJZO.js → chunk-R7HRU3T4.js} +1 -1
- package/dist/shared/chunk-RGKPN4LE.js +3 -0
- package/dist/shared/chunk-RQT64JJW.js +9 -0
- package/dist/shared/chunk-VYNIBP33.js +7 -0
- package/dist/shared/chunk-WNS3A3LT.js +7 -0
- package/dist/shared/{chunk-XGI243DO.js → chunk-WXKRIUTA.js} +1 -1
- package/dist/shared/chunk-X3JYHXIE.js +6 -0
- package/dist/shared/chunk-X3LVSMNF.js +3 -0
- package/dist/shared/chunk-XIXSVFY6.js +3 -0
- package/dist/shared/chunk-ZWVJMSTT.js +3 -0
- package/dist/shared/datarecords/external/google/oauth/config.js +1 -1
- package/dist/shared/datarecords/types.js +1 -1
- package/dist/shared/datarecords.js +1 -1
- package/dist/shared/datasources/external/meta/oauth/config.js +2 -2
- package/dist/shared/datasources/external/tiktok/oauth/config.js +2 -2
- package/dist/shared/datasources/external/youtube/oauth/config.js +2 -2
- package/dist/shared/datasources/internal/job-board/schema.d.ts +87 -0
- package/dist/shared/datasources/internal/job-board/schema.d.ts.map +1 -0
- package/dist/shared/datasources/schemas.js +2 -2
- package/dist/shared/datasources/types.js +2 -2
- package/dist/shared/datasources.js +1 -1
- package/dist/shared/env.js +1 -1
- package/dist/shared/errors.js +1 -1
- package/dist/shared/layout-constants.js +2 -2
- package/dist/shared/oauth.js +2 -2
- package/dist/shared/page.d.ts +159 -2323
- package/dist/shared/page.d.ts.map +1 -1
- package/dist/shared/page.js +2 -2
- package/dist/shared/responsive.js +1 -1
- package/dist/shared/tests/test-config.d.ts.map +1 -1
- package/dist/shared/theme.js +2 -2
- package/dist/shared/themes/all-themes.js +1 -1
- package/dist/shared/themes/color-system.d.ts +3 -5
- package/dist/shared/themes/color-system.d.ts.map +1 -1
- package/dist/shared/themes/color-system.js +2 -2
- package/dist/shared/utils/canvas-data-uri.d.ts +2 -0
- package/dist/shared/utils/canvas-data-uri.d.ts.map +1 -0
- package/dist/shared/utils/invariant.js +2 -2
- package/dist/shared/utils/merge.d.ts +2 -0
- package/dist/shared/utils/merge.d.ts.map +1 -0
- package/dist/shared/utils/merge.js +3 -0
- package/dist/shared/utils/object-hash.d.ts +2 -0
- package/dist/shared/utils/object-hash.d.ts.map +1 -0
- package/dist/shared/utils/try-catch.d.ts +7 -0
- package/dist/shared/utils/try-catch.d.ts.map +1 -0
- package/package.json +3 -3
- package/dist/shared/bricks/manifests/loop.manifest.d.ts +0 -105
- package/dist/shared/bricks/manifests/loop.manifest.d.ts.map +0 -1
- package/dist/shared/bricks/manifests/loop.manifest.js +0 -3
- package/dist/shared/bricks/props/style-presets.d.ts +0 -10
- package/dist/shared/bricks/props/style-presets.d.ts.map +0 -1
- package/dist/shared/bricks/props/style-presets.js +0 -3
- package/dist/shared/bricks/props/style-props.d.ts +0 -90
- package/dist/shared/bricks/props/style-props.d.ts.map +0 -1
- package/dist/shared/bricks/props/style-props.js +0 -3
- package/dist/shared/chunk-3PPIJUXG.js +0 -32
- package/dist/shared/chunk-3T2OW4FE.js +0 -14
- package/dist/shared/chunk-5PE57DBS.js +0 -15
- package/dist/shared/chunk-6G2OUITX.js +0 -3
- package/dist/shared/chunk-6PCNIIO5.js +0 -3
- package/dist/shared/chunk-AVHF4FLR.js +0 -3
- package/dist/shared/chunk-G42AE2ZC.js +0 -13
- package/dist/shared/chunk-GBKDJDGW.js +0 -3
- package/dist/shared/chunk-GUOQD446.js +0 -22
- package/dist/shared/chunk-MEMG6QPT.js +0 -3
- package/dist/shared/chunk-NYPOZ5T2.js +0 -13
- package/dist/shared/chunk-PZCWP77P.js +0 -3
- package/dist/shared/chunk-QQ7YEIHB.js +0 -3
- package/dist/shared/chunk-RRTB52G4.js +0 -9
- package/dist/shared/chunk-UIKVMZNI.js +0 -13
- package/dist/shared/chunk-WGWJHVOE.js +0 -20
- package/dist/shared/chunk-WX4P2YIR.js +0 -11
- package/dist/shared/chunk-WXSQ2ZEK.js +0 -16
- package/dist/shared/chunk-XS5WCEA6.js +0 -16
- package/dist/shared/chunk-Y3TOGUNY.js +0 -9
- package/dist/shared/chunk-YSMFNK4R.js +0 -20
- package/dist/shared/chunk-YXGFGLKH.js +0 -16
- package/dist/shared/chunk-ZDZXB45C.js +0 -7
- package/dist/shared/chunk-ZWYM64YA.js +0 -8
- package/dist/shared/chunk-ZYVXEGAM.js +0 -11
|
@@ -1,95 +1,111 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
|
+
} & {
|
|
16
|
+
content: import("@sinclair/typebox").TObject<{
|
|
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">]>;
|
|
12
35
|
}>;
|
|
13
|
-
container: import("@sinclair/typebox").TBoolean;
|
|
14
|
-
}>;
|
|
15
|
-
datarecord?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
16
|
-
datasource?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
17
|
-
type: import("@sinclair/typebox").TLiteral<"image-wall">;
|
|
18
|
-
kind: import("@sinclair/typebox").TLiteral<string>;
|
|
19
|
-
title: import("@sinclair/typebox").TLiteral<"Images wall">;
|
|
20
|
-
description: import("@sinclair/typebox").TLiteral<"An image collection">;
|
|
21
|
-
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 ">;
|
|
22
|
-
hideInLibrary: import("@sinclair/typebox").TBoolean;
|
|
23
|
-
isContainer: import("@sinclair/typebox").TBoolean;
|
|
24
|
-
preferredWidth: import("@sinclair/typebox").TObject<{
|
|
25
|
-
mobile: import("@sinclair/typebox").TNumber;
|
|
26
|
-
desktop: import("@sinclair/typebox").TNumber;
|
|
27
|
-
}>;
|
|
28
|
-
preferredHeight: import("@sinclair/typebox").TObject<{
|
|
29
|
-
mobile: import("@sinclair/typebox").TNumber;
|
|
30
|
-
desktop: import("@sinclair/typebox").TNumber;
|
|
31
|
-
}>;
|
|
32
|
-
minWidth: import("@sinclair/typebox").TObject<{
|
|
33
|
-
mobile: import("@sinclair/typebox").TNumber;
|
|
34
|
-
desktop: import("@sinclair/typebox").TNumber;
|
|
35
|
-
}>;
|
|
36
|
-
maxWidth: import("@sinclair/typebox").TObject<{
|
|
37
|
-
mobile: import("@sinclair/typebox").TNumber;
|
|
38
|
-
desktop: import("@sinclair/typebox").TNumber;
|
|
39
|
-
}>;
|
|
40
|
-
minHeight: import("@sinclair/typebox").TObject<{
|
|
41
|
-
mobile: import("@sinclair/typebox").TNumber;
|
|
42
|
-
desktop: import("@sinclair/typebox").TNumber;
|
|
43
36
|
}>;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
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: {
|
|
51
82
|
mobile: number;
|
|
52
83
|
desktop: number;
|
|
53
84
|
};
|
|
54
|
-
|
|
85
|
+
readonly defaultHeight: {
|
|
55
86
|
mobile: number;
|
|
56
87
|
desktop: number;
|
|
57
88
|
};
|
|
58
|
-
minWidth: {
|
|
89
|
+
readonly minWidth: {
|
|
59
90
|
mobile: number;
|
|
60
91
|
desktop: number;
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
kind: string;
|
|
64
|
-
preferredWidth: {
|
|
92
|
+
} | undefined;
|
|
93
|
+
readonly minHeight: {
|
|
65
94
|
mobile: number;
|
|
66
95
|
desktop: number;
|
|
67
|
-
};
|
|
68
|
-
|
|
96
|
+
} | undefined;
|
|
97
|
+
readonly type: string;
|
|
98
|
+
readonly name: string;
|
|
99
|
+
readonly icon: string;
|
|
100
|
+
readonly description?: string;
|
|
101
|
+
readonly maxWidth?: {
|
|
69
102
|
mobile: number;
|
|
70
103
|
desktop: number;
|
|
71
104
|
};
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
container: boolean;
|
|
76
|
-
className: string;
|
|
77
|
-
lastTouched: number;
|
|
78
|
-
editable: boolean;
|
|
79
|
-
stylePreset: {
|
|
80
|
-
style: "soft" | "ghost" | "outlined" | "plain" | "plain2" | "plain3" | "modern" | "modern2" | "glass" | "elevated" | "paper" | "gradient" | "gradient2" | "gradient3" | "gradient4" | "gradient5" | "gradient6" | "callout";
|
|
81
|
-
variant: "primary" | "secondary" | "accent" | "neutral";
|
|
82
|
-
};
|
|
83
|
-
};
|
|
84
|
-
datasource: {
|
|
85
|
-
[x: string]: unknown;
|
|
86
|
-
[x: number]: unknown;
|
|
87
|
-
};
|
|
88
|
-
datarecord: {
|
|
89
|
-
[x: string]: unknown;
|
|
90
|
-
[x: number]: unknown;
|
|
105
|
+
readonly maxHeight?: {
|
|
106
|
+
mobile: number;
|
|
107
|
+
desktop: number;
|
|
91
108
|
};
|
|
92
|
-
isContainer: boolean;
|
|
93
|
-
hideInLibrary: boolean;
|
|
94
109
|
};
|
|
110
|
+
export type Manifest = typeof manifest;
|
|
95
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":"
|
|
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/
|
|
1
|
+
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{a,b}from"../../chunk-
|
|
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,91 +1,56 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
props: import("@sinclair/typebox").TObject<{
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
editable: import("@sinclair/typebox").TBoolean;
|
|
8
|
-
stylePreset: import("@sinclair/typebox").TObject<{
|
|
9
|
-
style: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"ghost">, import("@sinclair/typebox").TLiteral<"plain">, import("@sinclair/typebox").TLiteral<"plain2">, import("@sinclair/typebox").TLiteral<"plain3">, import("@sinclair/typebox").TLiteral<"modern">, import("@sinclair/typebox").TLiteral<"modern2">, import("@sinclair/typebox").TLiteral<"soft">, import("@sinclair/typebox").TLiteral<"glass">, import("@sinclair/typebox").TLiteral<"elevated">, import("@sinclair/typebox").TLiteral<"outlined">, import("@sinclair/typebox").TLiteral<"paper">, import("@sinclair/typebox").TLiteral<"gradient">, import("@sinclair/typebox").TLiteral<"gradient2">, import("@sinclair/typebox").TLiteral<"gradient3">, import("@sinclair/typebox").TLiteral<"gradient4">, import("@sinclair/typebox").TLiteral<"gradient5">, import("@sinclair/typebox").TLiteral<"gradient6">, import("@sinclair/typebox").TLiteral<"callout">]>;
|
|
10
|
-
variant: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"primary">, import("@sinclair/typebox").TLiteral<"secondary">, import("@sinclair/typebox").TLiteral<"accent">, import("@sinclair/typebox").TLiteral<"neutral">]>;
|
|
11
|
-
}>;
|
|
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<"map">;
|
|
16
|
-
kind: import("@sinclair/typebox").TLiteral<string>;
|
|
17
|
-
title: import("@sinclair/typebox").TLiteral<"Map">;
|
|
18
|
-
description: import("@sinclair/typebox").TLiteral<"A map element with a location">;
|
|
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 <!-- 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 ">;
|
|
20
|
-
hideInLibrary: import("@sinclair/typebox").TBoolean;
|
|
21
|
-
isContainer: import("@sinclair/typebox").TBoolean;
|
|
22
|
-
preferredWidth: import("@sinclair/typebox").TObject<{
|
|
23
|
-
mobile: import("@sinclair/typebox").TNumber;
|
|
24
|
-
desktop: import("@sinclair/typebox").TNumber;
|
|
25
|
-
}>;
|
|
26
|
-
preferredHeight: import("@sinclair/typebox").TObject<{
|
|
27
|
-
mobile: import("@sinclair/typebox").TNumber;
|
|
28
|
-
desktop: import("@sinclair/typebox").TNumber;
|
|
29
|
-
}>;
|
|
30
|
-
minWidth: import("@sinclair/typebox").TObject<{
|
|
31
|
-
mobile: import("@sinclair/typebox").TNumber;
|
|
32
|
-
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>;
|
|
33
7
|
}>;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
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: {
|
|
49
27
|
mobile: number;
|
|
50
28
|
desktop: number;
|
|
51
29
|
};
|
|
52
|
-
|
|
30
|
+
readonly defaultHeight: {
|
|
53
31
|
mobile: number;
|
|
54
32
|
desktop: number;
|
|
55
33
|
};
|
|
56
|
-
minWidth: {
|
|
34
|
+
readonly minWidth: {
|
|
57
35
|
mobile: number;
|
|
58
36
|
desktop: number;
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
kind: string;
|
|
62
|
-
preferredWidth: {
|
|
37
|
+
} | undefined;
|
|
38
|
+
readonly minHeight: {
|
|
63
39
|
mobile: number;
|
|
64
40
|
desktop: number;
|
|
65
|
-
};
|
|
66
|
-
|
|
41
|
+
} | undefined;
|
|
42
|
+
readonly type: string;
|
|
43
|
+
readonly name: string;
|
|
44
|
+
readonly icon: string;
|
|
45
|
+
readonly description?: string;
|
|
46
|
+
readonly maxWidth?: {
|
|
67
47
|
mobile: number;
|
|
68
48
|
desktop: number;
|
|
69
49
|
};
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
lastTouched: number;
|
|
74
|
-
editable: boolean;
|
|
75
|
-
stylePreset: {
|
|
76
|
-
style: "soft" | "ghost" | "outlined" | "plain" | "plain2" | "plain3" | "modern" | "modern2" | "glass" | "elevated" | "paper" | "gradient" | "gradient2" | "gradient3" | "gradient4" | "gradient5" | "gradient6" | "callout";
|
|
77
|
-
variant: "primary" | "secondary" | "accent" | "neutral";
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
|
-
datasource: {
|
|
81
|
-
[x: string]: unknown;
|
|
82
|
-
[x: number]: unknown;
|
|
83
|
-
};
|
|
84
|
-
datarecord: {
|
|
85
|
-
[x: string]: unknown;
|
|
86
|
-
[x: number]: unknown;
|
|
50
|
+
readonly maxHeight?: {
|
|
51
|
+
mobile: number;
|
|
52
|
+
desktop: number;
|
|
87
53
|
};
|
|
88
|
-
isContainer: boolean;
|
|
89
|
-
hideInLibrary: boolean;
|
|
90
54
|
};
|
|
55
|
+
export type Manifest = typeof manifest;
|
|
91
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":"
|
|
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/
|
|
1
|
+
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{a
|
|
3
|
+
import{a}from"../../chunk-FKUGABKJ.js";import"../../chunk-GNZYWNA4.js";import"../../chunk-XIXSVFY6.js";import"../../chunk-PSSJMWGU.js";export{a as manifest};
|
|
@@ -1,93 +1,56 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
props: import("@sinclair/typebox").TObject<{
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
lastTouched: import("@sinclair/typebox").TNumber;
|
|
8
|
-
editable: import("@sinclair/typebox").TBoolean;
|
|
9
|
-
stylePreset: import("@sinclair/typebox").TObject<{
|
|
10
|
-
style: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"ghost">, import("@sinclair/typebox").TLiteral<"plain">, import("@sinclair/typebox").TLiteral<"plain2">, import("@sinclair/typebox").TLiteral<"plain3">, import("@sinclair/typebox").TLiteral<"modern">, import("@sinclair/typebox").TLiteral<"modern2">, import("@sinclair/typebox").TLiteral<"soft">, import("@sinclair/typebox").TLiteral<"glass">, import("@sinclair/typebox").TLiteral<"elevated">, import("@sinclair/typebox").TLiteral<"outlined">, import("@sinclair/typebox").TLiteral<"paper">, import("@sinclair/typebox").TLiteral<"gradient">, import("@sinclair/typebox").TLiteral<"gradient2">, import("@sinclair/typebox").TLiteral<"gradient3">, import("@sinclair/typebox").TLiteral<"gradient4">, import("@sinclair/typebox").TLiteral<"gradient5">, import("@sinclair/typebox").TLiteral<"gradient6">, import("@sinclair/typebox").TLiteral<"callout">]>;
|
|
11
|
-
variant: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"primary">, import("@sinclair/typebox").TLiteral<"secondary">, import("@sinclair/typebox").TLiteral<"accent">, import("@sinclair/typebox").TLiteral<"neutral">]>;
|
|
12
|
-
}>;
|
|
13
|
-
}>;
|
|
14
|
-
datarecord?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
15
|
-
datasource?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
16
|
-
type: import("@sinclair/typebox").TLiteral<"social-links">;
|
|
17
|
-
kind: import("@sinclair/typebox").TLiteral<string>;
|
|
18
|
-
title: import("@sinclair/typebox").TLiteral<"Social links">;
|
|
19
|
-
description: import("@sinclair/typebox").TLiteral<"A list of social media links">;
|
|
20
|
-
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 ">;
|
|
21
|
-
hideInLibrary: import("@sinclair/typebox").TBoolean;
|
|
22
|
-
isContainer: import("@sinclair/typebox").TBoolean;
|
|
23
|
-
preferredWidth: import("@sinclair/typebox").TObject<{
|
|
24
|
-
mobile: import("@sinclair/typebox").TNumber;
|
|
25
|
-
desktop: import("@sinclair/typebox").TNumber;
|
|
26
|
-
}>;
|
|
27
|
-
preferredHeight: import("@sinclair/typebox").TObject<{
|
|
28
|
-
mobile: import("@sinclair/typebox").TNumber;
|
|
29
|
-
desktop: import("@sinclair/typebox").TNumber;
|
|
30
|
-
}>;
|
|
31
|
-
minWidth: import("@sinclair/typebox").TObject<{
|
|
32
|
-
mobile: import("@sinclair/typebox").TNumber;
|
|
33
|
-
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>;
|
|
34
7
|
}>;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
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: {
|
|
50
27
|
mobile: number;
|
|
51
28
|
desktop: number;
|
|
52
29
|
};
|
|
53
|
-
|
|
30
|
+
readonly defaultHeight: {
|
|
54
31
|
mobile: number;
|
|
55
32
|
desktop: number;
|
|
56
33
|
};
|
|
57
|
-
minWidth: {
|
|
34
|
+
readonly minWidth: {
|
|
58
35
|
mobile: number;
|
|
59
36
|
desktop: number;
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
kind: string;
|
|
63
|
-
preferredWidth: {
|
|
37
|
+
} | undefined;
|
|
38
|
+
readonly minHeight: {
|
|
64
39
|
mobile: number;
|
|
65
40
|
desktop: number;
|
|
66
|
-
};
|
|
67
|
-
|
|
41
|
+
} | undefined;
|
|
42
|
+
readonly type: string;
|
|
43
|
+
readonly name: string;
|
|
44
|
+
readonly icon: string;
|
|
45
|
+
readonly description?: string;
|
|
46
|
+
readonly maxWidth?: {
|
|
68
47
|
mobile: number;
|
|
69
48
|
desktop: number;
|
|
70
49
|
};
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
className: string;
|
|
75
|
-
lastTouched: number;
|
|
76
|
-
editable: boolean;
|
|
77
|
-
stylePreset: {
|
|
78
|
-
style: "soft" | "ghost" | "outlined" | "plain" | "plain2" | "plain3" | "modern" | "modern2" | "glass" | "elevated" | "paper" | "gradient" | "gradient2" | "gradient3" | "gradient4" | "gradient5" | "gradient6" | "callout";
|
|
79
|
-
variant: "primary" | "secondary" | "accent" | "neutral";
|
|
80
|
-
};
|
|
81
|
-
};
|
|
82
|
-
datasource: {
|
|
83
|
-
[x: string]: unknown;
|
|
84
|
-
[x: number]: unknown;
|
|
85
|
-
};
|
|
86
|
-
datarecord: {
|
|
87
|
-
[x: string]: unknown;
|
|
88
|
-
[x: number]: unknown;
|
|
50
|
+
readonly maxHeight?: {
|
|
51
|
+
mobile: number;
|
|
52
|
+
desktop: number;
|
|
89
53
|
};
|
|
90
|
-
isContainer: boolean;
|
|
91
|
-
hideInLibrary: boolean;
|
|
92
54
|
};
|
|
55
|
+
export type Manifest = typeof manifest;
|
|
93
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":"
|
|
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/
|
|
1
|
+
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{a
|
|
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 @@
|
|
|
1
|
+
{"version":3,"file":"header.manifest.test.d.ts","sourceRoot":"","sources":["../../../../../src/shared/bricks/manifests/tests/header.manifest.test.ts"],"names":[],"mappings":""}
|