@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,155 +1,118 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const manifest:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
export declare const datasource: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{}>>;
|
|
2
|
+
export declare const manifest: {
|
|
3
|
+
readonly datasource: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{}>>;
|
|
4
|
+
readonly props: import("@sinclair/typebox").TObject<{
|
|
5
|
+
className: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
6
|
+
lastTouched: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
7
|
+
editable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
8
|
+
} & {
|
|
9
|
+
$childrenType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
10
|
+
$children: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TAny>;
|
|
11
|
+
styles: import("@sinclair/typebox").TObject<{
|
|
12
|
+
background: import("@sinclair/typebox").TObject<{
|
|
13
|
+
color: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
14
|
+
image: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15
|
+
size: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"auto">, import("@sinclair/typebox").TLiteral<"cover">, import("@sinclair/typebox").TLiteral<"contain">]>>;
|
|
16
|
+
repeat: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"no-repeat">, import("@sinclair/typebox").TLiteral<"repeat">, import("@sinclair/typebox").TLiteral<"repeat-x">, import("@sinclair/typebox").TLiteral<"repeat-y">, import("@sinclair/typebox").TLiteral<"space">, import("@sinclair/typebox").TLiteral<"round">]>>;
|
|
17
|
+
}>;
|
|
11
18
|
}>;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
+
datasource: import("@sinclair/typebox").TObject<{
|
|
20
|
+
ds: import("@sinclair/typebox").TObject<{
|
|
21
|
+
isDynamic: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
22
|
+
useExistingDatasource: import("@sinclair/typebox").TBoolean;
|
|
23
|
+
datasource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
24
|
+
id: import("@sinclair/typebox").TString;
|
|
25
|
+
mapping: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TString>;
|
|
26
|
+
filters: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TObject<{
|
|
27
|
+
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">]>;
|
|
28
|
+
value: import("@sinclair/typebox").TString;
|
|
29
|
+
}>>>;
|
|
30
|
+
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">]>>>;
|
|
31
|
+
limit: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
32
|
+
offset: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
33
|
+
}>>;
|
|
34
|
+
}>;
|
|
19
35
|
}>;
|
|
20
|
-
background: import("@sinclair/typebox").TObject<{
|
|
21
|
-
color: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
22
|
-
image: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
23
|
-
size: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"auto">, import("@sinclair/typebox").TLiteral<"cover">, import("@sinclair/typebox").TLiteral<"contain">]>>;
|
|
24
|
-
repeat: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"no-repeat">, import("@sinclair/typebox").TLiteral<"repeat">, import("@sinclair/typebox").TLiteral<"repeat-x">, import("@sinclair/typebox").TLiteral<"repeat-y">, import("@sinclair/typebox").TLiteral<"space">, import("@sinclair/typebox").TLiteral<"round">]>>;
|
|
25
|
-
}>;
|
|
26
|
-
text: import("@sinclair/typebox").TObject<{
|
|
27
|
-
size: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"inherit">, import("@sinclair/typebox").TLiteral<"text-xs">, import("@sinclair/typebox").TLiteral<"text-sm">, import("@sinclair/typebox").TLiteral<"text-base">, import("@sinclair/typebox").TLiteral<"text-lg">, import("@sinclair/typebox").TLiteral<"text-xl">, import("@sinclair/typebox").TLiteral<"text-2xl">, import("@sinclair/typebox").TLiteral<"text-3xl">, import("@sinclair/typebox").TLiteral<"text-4xl">, import("@sinclair/typebox").TLiteral<"text-5xl">, import("@sinclair/typebox").TLiteral<"text-6xl">, import("@sinclair/typebox").TLiteral<"text-7xl">]>;
|
|
28
|
-
color: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
29
|
-
}>;
|
|
30
|
-
border: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
31
|
-
radius: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"rounded-none">, import("@sinclair/typebox").TLiteral<"rounded-sm">, import("@sinclair/typebox").TLiteral<"rounded-md">, import("@sinclair/typebox").TLiteral<"rounded-lg">, import("@sinclair/typebox").TLiteral<"rounded-xl">, import("@sinclair/typebox").TLiteral<"rounded-full">]>;
|
|
32
|
-
style: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-solid">, import("@sinclair/typebox").TLiteral<"border-dashed">, import("@sinclair/typebox").TLiteral<"border-dotted">]>;
|
|
33
|
-
color: import("@sinclair/typebox").TString;
|
|
34
|
-
width: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-0">, import("@sinclair/typebox").TLiteral<"border">, import("@sinclair/typebox").TLiteral<"border-2">, import("@sinclair/typebox").TLiteral<"border-4">, import("@sinclair/typebox").TLiteral<"border-8">]>;
|
|
35
|
-
}>>;
|
|
36
|
-
effects: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
37
|
-
shadow: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"shadow-none">, import("@sinclair/typebox").TLiteral<"shadow-sm">, import("@sinclair/typebox").TLiteral<"shadow-md">, import("@sinclair/typebox").TLiteral<"shadow-lg">, import("@sinclair/typebox").TLiteral<"shadow-xl">, import("@sinclair/typebox").TLiteral<"shadow-2xl">]>;
|
|
38
|
-
opacity: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
39
|
-
}>>;
|
|
40
|
-
dimensions: import("@sinclair/typebox").TObject<{
|
|
41
|
-
height: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"fixed">, import("@sinclair/typebox").TLiteral<"auto">]>>;
|
|
42
|
-
padding: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"p-0">, import("@sinclair/typebox").TLiteral<"p-1">, import("@sinclair/typebox").TLiteral<"p-2">, import("@sinclair/typebox").TLiteral<"p-4">, import("@sinclair/typebox").TLiteral<"p-8">, import("@sinclair/typebox").TLiteral<"p-16">]>>;
|
|
43
|
-
}>;
|
|
44
|
-
}>;
|
|
45
|
-
datarecord?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
46
|
-
datasource?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
47
|
-
type: import("@sinclair/typebox").TLiteral<"container">;
|
|
48
|
-
kind: import("@sinclair/typebox").TLiteral<string>;
|
|
49
|
-
title: import("@sinclair/typebox").TLiteral<"Container">;
|
|
50
|
-
description: import("@sinclair/typebox").TLiteral<"A container that can hold other bricks and align them horizontally or vertically">;
|
|
51
|
-
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 <!-- Horizontal line -->\n <line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\"></line>\n\n <!-- Vertical line -->\n <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"21\"></line>\n</svg>\n ">;
|
|
52
|
-
hideInLibrary: import("@sinclair/typebox").TBoolean;
|
|
53
|
-
isContainer: import("@sinclair/typebox").TBoolean;
|
|
54
|
-
preferredWidth: import("@sinclair/typebox").TObject<{
|
|
55
|
-
mobile: import("@sinclair/typebox").TNumber;
|
|
56
|
-
desktop: import("@sinclair/typebox").TNumber;
|
|
57
|
-
}>;
|
|
58
|
-
preferredHeight: import("@sinclair/typebox").TObject<{
|
|
59
|
-
mobile: import("@sinclair/typebox").TNumber;
|
|
60
|
-
desktop: import("@sinclair/typebox").TNumber;
|
|
61
|
-
}>;
|
|
62
|
-
minWidth: import("@sinclair/typebox").TObject<{
|
|
63
|
-
mobile: import("@sinclair/typebox").TNumber;
|
|
64
|
-
desktop: import("@sinclair/typebox").TNumber;
|
|
65
|
-
}>;
|
|
66
|
-
maxWidth: import("@sinclair/typebox").TObject<{
|
|
67
|
-
mobile: import("@sinclair/typebox").TNumber;
|
|
68
|
-
desktop: import("@sinclair/typebox").TNumber;
|
|
69
|
-
}>;
|
|
70
|
-
minHeight: import("@sinclair/typebox").TObject<{
|
|
71
|
-
mobile: import("@sinclair/typebox").TNumber;
|
|
72
|
-
desktop: import("@sinclair/typebox").TNumber;
|
|
73
36
|
}>;
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
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
|
+
$childrenType?: string | undefined;
|
|
45
|
+
datasource: {
|
|
46
|
+
ds: {
|
|
47
|
+
datasource?: {
|
|
48
|
+
sort?: {
|
|
49
|
+
[x: string]: "asc" | "desc";
|
|
50
|
+
} | undefined;
|
|
51
|
+
offset?: number | undefined;
|
|
52
|
+
filters?: {
|
|
53
|
+
[x: string]: {
|
|
54
|
+
value: string;
|
|
55
|
+
op: "endsWith" | "startsWith" | "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "in" | "nin";
|
|
56
|
+
};
|
|
57
|
+
} | undefined;
|
|
58
|
+
limit?: number | undefined;
|
|
59
|
+
id: string;
|
|
60
|
+
mapping: {
|
|
61
|
+
[x: string]: string;
|
|
62
|
+
};
|
|
63
|
+
} | undefined;
|
|
64
|
+
isDynamic?: boolean | undefined;
|
|
65
|
+
useExistingDatasource: boolean;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
styles: {
|
|
69
|
+
background: {
|
|
70
|
+
repeat?: "repeat" | "no-repeat" | "repeat-x" | "repeat-y" | "round" | "space" | undefined;
|
|
71
|
+
color?: string | undefined;
|
|
72
|
+
size?: "contain" | "auto" | "cover" | undefined;
|
|
73
|
+
image?: string | undefined;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
$children: any[];
|
|
77
|
+
}>;
|
|
78
|
+
}> | undefined;
|
|
79
|
+
readonly kind: "container" | "brick" | "widget";
|
|
80
|
+
readonly defaultInspectorTab: "content" | "style" | "preset";
|
|
81
|
+
readonly hideInLibrary: boolean;
|
|
82
|
+
readonly deletable: boolean;
|
|
83
|
+
readonly movable: boolean;
|
|
84
|
+
readonly resizable: boolean;
|
|
85
|
+
readonly repeatable: boolean;
|
|
86
|
+
readonly duplicatable: boolean;
|
|
87
|
+
readonly isContainer: boolean;
|
|
88
|
+
readonly defaultWidth: {
|
|
81
89
|
mobile: number;
|
|
82
90
|
desktop: number;
|
|
83
91
|
};
|
|
84
|
-
|
|
92
|
+
readonly defaultHeight: {
|
|
85
93
|
mobile: number;
|
|
86
94
|
desktop: number;
|
|
87
95
|
};
|
|
88
|
-
minWidth: {
|
|
96
|
+
readonly minWidth: {
|
|
89
97
|
mobile: number;
|
|
90
98
|
desktop: number;
|
|
91
|
-
};
|
|
92
|
-
|
|
93
|
-
kind: string;
|
|
94
|
-
preferredWidth: {
|
|
99
|
+
} | undefined;
|
|
100
|
+
readonly minHeight: {
|
|
95
101
|
mobile: number;
|
|
96
102
|
desktop: number;
|
|
97
|
-
};
|
|
98
|
-
|
|
103
|
+
} | undefined;
|
|
104
|
+
readonly type: string;
|
|
105
|
+
readonly name: string;
|
|
106
|
+
readonly icon: string;
|
|
107
|
+
readonly description?: string;
|
|
108
|
+
readonly maxWidth?: {
|
|
99
109
|
mobile: number;
|
|
100
110
|
desktop: number;
|
|
101
111
|
};
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
width: "border" | "border-0" | "border-2" | "border-4" | "border-8";
|
|
106
|
-
style: "border-solid" | "border-dashed" | "border-dotted";
|
|
107
|
-
radius: "rounded-none" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-full";
|
|
108
|
-
} | undefined;
|
|
109
|
-
effects?: {
|
|
110
|
-
opacity?: number | undefined;
|
|
111
|
-
shadow: "shadow-none" | "shadow-sm" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl";
|
|
112
|
-
} | undefined;
|
|
113
|
-
id: string;
|
|
114
|
-
background: {
|
|
115
|
-
repeat?: "repeat" | "no-repeat" | "repeat-x" | "repeat-y" | "round" | "space" | undefined;
|
|
116
|
-
color?: string | undefined;
|
|
117
|
-
size?: "contain" | "auto" | "cover" | undefined;
|
|
118
|
-
image?: string | undefined;
|
|
119
|
-
};
|
|
120
|
-
text: {
|
|
121
|
-
color?: string | undefined;
|
|
122
|
-
size: "inherit" | "text-xs" | "text-sm" | "text-base" | "text-lg" | "text-xl" | "text-2xl" | "text-3xl" | "text-4xl" | "text-5xl" | "text-6xl" | "text-7xl";
|
|
123
|
-
};
|
|
124
|
-
flex: {
|
|
125
|
-
direction: "flex-row" | "flex-col";
|
|
126
|
-
gap: "gap-0" | "gap-1" | "gap-2" | "gap-4" | "gap-8" | "gap-16";
|
|
127
|
-
wrap: "flex-wrap" | "flex-nowrap";
|
|
128
|
-
justify: "justify-start" | "justify-center" | "justify-end" | "justify-between" | "justify-around" | "justify-evenly";
|
|
129
|
-
align: "items-start" | "items-center" | "items-end" | "items-baseline" | "items-stretch";
|
|
130
|
-
};
|
|
131
|
-
children: any[];
|
|
132
|
-
dimensions: {
|
|
133
|
-
height?: "fixed" | "auto" | undefined;
|
|
134
|
-
padding?: "p-0" | "p-1" | "p-2" | "p-4" | "p-8" | "p-16" | undefined;
|
|
135
|
-
};
|
|
136
|
-
className: string;
|
|
137
|
-
lastTouched: number;
|
|
138
|
-
editable: boolean;
|
|
139
|
-
stylePreset: {
|
|
140
|
-
style: "soft" | "ghost" | "outlined" | "plain" | "plain2" | "plain3" | "modern" | "modern2" | "glass" | "elevated" | "paper" | "gradient" | "gradient2" | "gradient3" | "gradient4" | "gradient5" | "gradient6" | "callout";
|
|
141
|
-
variant: "primary" | "secondary" | "accent" | "neutral";
|
|
142
|
-
};
|
|
143
|
-
};
|
|
144
|
-
datasource: {
|
|
145
|
-
[x: string]: unknown;
|
|
146
|
-
[x: number]: unknown;
|
|
147
|
-
};
|
|
148
|
-
datarecord: {
|
|
149
|
-
[x: string]: unknown;
|
|
150
|
-
[x: number]: unknown;
|
|
112
|
+
readonly maxHeight?: {
|
|
113
|
+
mobile: number;
|
|
114
|
+
desktop: number;
|
|
151
115
|
};
|
|
152
|
-
isContainer: boolean;
|
|
153
|
-
hideInLibrary: boolean;
|
|
154
116
|
};
|
|
117
|
+
export type Manifest = typeof manifest;
|
|
155
118
|
//# sourceMappingURL=container.manifest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"container.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/container.manifest.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"container.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/container.manifest.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,UAAU,6EAA8D,CAAC;AAGtF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCnB,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-HL7WRX6G.js";import"../../chunk-O3JLMHK3.js";import"../../chunk-M4CXYZTI.js";import"../../chunk-IEB7RHDF.js";import"../../chunk-GNZYWNA4.js";import"../../chunk-XIXSVFY6.js";import"../../chunk-PSSJMWGU.js";export{a as datasource,b 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<"countdown">;
|
|
17
|
-
kind: import("@sinclair/typebox").TLiteral<string>;
|
|
18
|
-
title: import("@sinclair/typebox").TLiteral<"Countdown">;
|
|
19
|
-
description: import("@sinclair/typebox").TLiteral<"A countdown timer">;
|
|
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 (centered) -->\n <rect x=\"2\" y=\"6\" width=\"20\" height=\"12\" rx=\"1\" ry=\"1\"></rect>\n\n <!-- Left digit -->\n <path d=\"M4 9 L4 15\"></path>\n <path d=\"M4 9 L7 9\"></path>\n <path d=\"M4 12 L7 12\"></path>\n <path d=\"M4 15 L7 15\"></path>\n <path d=\"M7 9 L7 15\"></path>\n\n <!-- Second digit -->\n <path d=\"M9 9 L9 15\"></path>\n <path d=\"M9 9 L12 9\"></path>\n <path d=\"M9 12 L12 12\"></path>\n <path d=\"M9 15 L12 15\"></path>\n <path d=\"M12 9 L12 15\"></path>\n\n <!-- Colon (tiny) -->\n <circle cx=\"15\" cy=\"10.5\" r=\"0.15\"></circle>\n <circle cx=\"15\" cy=\"13.5\" r=\"0.15\"></circle>\n\n <!-- Third digit -->\n <path d=\"M17 9 L17 15\"></path>\n <path d=\"M17 9 L20 9\"></path>\n <path d=\"M17 12 L20 12\"></path>\n <path d=\"M17 15 L20 15\"></path>\n <path d=\"M20 9 L20 15\"></path>\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=countdown.manifest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"countdown.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/countdown.manifest.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"countdown.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/countdown.manifest.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BnB,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-ANZZVPQC.js";import"../../chunk-GNZYWNA4.js";import"../../chunk-XIXSVFY6.js";import"../../chunk-PSSJMWGU.js";export{a as manifest};
|
|
@@ -1,93 +1,75 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
props: import("@sinclair/typebox").TObject<{
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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">]>;
|
|
1
|
+
export declare const manifest: {
|
|
2
|
+
readonly datasource: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties>>;
|
|
3
|
+
readonly props: import("@sinclair/typebox").TObject<{
|
|
4
|
+
className: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
5
|
+
lastTouched: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
6
|
+
editable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
7
|
+
} & {
|
|
8
|
+
styles: import("@sinclair/typebox").TObject<{
|
|
9
|
+
backgroundColor: import("@sinclair/typebox").TString;
|
|
10
|
+
columns: import("@sinclair/typebox").TNumber;
|
|
12
11
|
}>;
|
|
12
|
+
links: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
13
|
+
title: import("@sinclair/typebox").TString;
|
|
14
|
+
url: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TString]>;
|
|
15
|
+
column: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
16
|
+
}>>;
|
|
13
17
|
}>;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}>;
|
|
43
|
-
}>;
|
|
44
|
-
export type Manifest = Static<typeof manifest>;
|
|
45
|
-
export declare const defaults: {
|
|
46
|
-
description: "A footer with links and social media icons";
|
|
47
|
-
title: "Footer";
|
|
48
|
-
type: "footer";
|
|
49
|
-
maxWidth: {
|
|
18
|
+
readonly presets: Record<string, {
|
|
19
|
+
label: string;
|
|
20
|
+
previewClasses: string;
|
|
21
|
+
props: Partial<{
|
|
22
|
+
className?: string | undefined;
|
|
23
|
+
lastTouched?: number | undefined;
|
|
24
|
+
editable?: boolean | undefined;
|
|
25
|
+
styles: {
|
|
26
|
+
backgroundColor: string;
|
|
27
|
+
columns: number;
|
|
28
|
+
};
|
|
29
|
+
links: {
|
|
30
|
+
column?: number | undefined;
|
|
31
|
+
title: string;
|
|
32
|
+
url: string;
|
|
33
|
+
}[];
|
|
34
|
+
}>;
|
|
35
|
+
}> | undefined;
|
|
36
|
+
readonly kind: "container" | "brick" | "widget";
|
|
37
|
+
readonly defaultInspectorTab: "content" | "style" | "preset";
|
|
38
|
+
readonly hideInLibrary: boolean;
|
|
39
|
+
readonly deletable: boolean;
|
|
40
|
+
readonly movable: boolean;
|
|
41
|
+
readonly resizable: boolean;
|
|
42
|
+
readonly repeatable: boolean;
|
|
43
|
+
readonly duplicatable: boolean;
|
|
44
|
+
readonly isContainer: boolean;
|
|
45
|
+
readonly defaultWidth: {
|
|
50
46
|
mobile: number;
|
|
51
47
|
desktop: number;
|
|
52
48
|
};
|
|
53
|
-
|
|
49
|
+
readonly defaultHeight: {
|
|
54
50
|
mobile: number;
|
|
55
51
|
desktop: number;
|
|
56
52
|
};
|
|
57
|
-
minWidth: {
|
|
53
|
+
readonly minWidth: {
|
|
58
54
|
mobile: number;
|
|
59
55
|
desktop: number;
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
kind: string;
|
|
63
|
-
preferredWidth: {
|
|
56
|
+
} | undefined;
|
|
57
|
+
readonly minHeight: {
|
|
64
58
|
mobile: number;
|
|
65
59
|
desktop: number;
|
|
66
|
-
};
|
|
67
|
-
|
|
60
|
+
} | undefined;
|
|
61
|
+
readonly type: string;
|
|
62
|
+
readonly name: string;
|
|
63
|
+
readonly icon: string;
|
|
64
|
+
readonly description?: string;
|
|
65
|
+
readonly maxWidth?: {
|
|
68
66
|
mobile: number;
|
|
69
67
|
desktop: number;
|
|
70
68
|
};
|
|
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;
|
|
69
|
+
readonly maxHeight?: {
|
|
70
|
+
mobile: number;
|
|
71
|
+
desktop: number;
|
|
89
72
|
};
|
|
90
|
-
isContainer: boolean;
|
|
91
|
-
hideInLibrary: boolean;
|
|
92
73
|
};
|
|
74
|
+
export type Manifest = typeof manifest;
|
|
93
75
|
//# sourceMappingURL=footer.manifest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"footer.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/footer.manifest.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"footer.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/footer.manifest.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BnB,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-5JEYUV4C.js";import"../../chunk-764EAJFR.js";import"../../chunk-3EUA65QC.js";import"../../chunk-GNZYWNA4.js";import"../../chunk-XIXSVFY6.js";import"../../chunk-PSSJMWGU.js";export{a as manifest};
|