@upstart.gg/sdk 0.0.79 → 0.0.81
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/login/cmd-login.js +7 -7
- package/dist/node/cli/commands/logout/cmd-logout.js +2 -2
- package/dist/node/cli/commands/publish/cmd-publish.js +18 -18
- package/dist/node/cli/commands/publish/parse-gitignore.d.ts +1 -1
- package/dist/node/cli/commands/publish/parse-gitignore.js +1 -1
- package/dist/node/cli/commands/publish/uploader.js +5 -5
- package/dist/node/cli/constants.d.ts +2 -2
- package/dist/node/cli/constants.d.ts.map +1 -1
- package/dist/node/cli/constants.js +1 -1
- package/dist/node/cli/is-logged-in.js +2 -2
- package/dist/node/cli/program.js +15 -15
- package/dist/node/cli/store.js +1 -1
- package/dist/node/shared/config.d.ts +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.d.ts +2 -2
- package/dist/node/shared/logger.d.ts.map +1 -1
- package/dist/node/shared/logger.js +2 -2
- package/dist/shared/attributes.d.ts +11 -32
- package/dist/shared/attributes.d.ts.map +1 -1
- package/dist/shared/attributes.js +1 -1
- package/dist/shared/brick-manifest.d.ts +6 -2
- package/dist/shared/brick-manifest.d.ts.map +1 -1
- package/dist/shared/brick-manifest.js +1 -1
- package/dist/shared/bricks/manifests/all-manifests.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/all-manifests.js +1 -1
- package/dist/shared/bricks/manifests/button.manifest.d.ts +2 -1
- package/dist/shared/bricks/manifests/button.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/button.manifest.js +1 -1
- package/dist/shared/bricks/manifests/card.manifest.d.ts +22 -1
- package/dist/shared/bricks/manifests/card.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/card.manifest.js +1 -1
- package/dist/shared/bricks/manifests/carousel.manifest.d.ts +2 -1
- package/dist/shared/bricks/manifests/carousel.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/carousel.manifest.js +1 -1
- package/dist/shared/bricks/manifests/container.manifest.d.ts +134 -15
- package/dist/shared/bricks/manifests/container.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/container.manifest.js +1 -1
- package/dist/shared/bricks/manifests/countdown.manifest.d.ts +2 -1
- package/dist/shared/bricks/manifests/countdown.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/countdown.manifest.js +1 -1
- package/dist/shared/bricks/manifests/footer.manifest.d.ts +8 -1
- package/dist/shared/bricks/manifests/footer.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/footer.manifest.js +1 -1
- package/dist/shared/bricks/manifests/form.manifest.d.ts +2 -1
- package/dist/shared/bricks/manifests/form.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/form.manifest.js +1 -1
- package/dist/shared/bricks/manifests/generic-component.manifest.d.ts +2 -1
- package/dist/shared/bricks/manifests/generic-component.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/generic-component.manifest.js +1 -1
- package/dist/shared/bricks/manifests/header.manifest.d.ts +121 -6
- package/dist/shared/bricks/manifests/header.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/header.manifest.js +1 -1
- package/dist/shared/bricks/manifests/hero.manifest.d.ts +68 -37
- package/dist/shared/bricks/manifests/hero.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/hero.manifest.js +1 -1
- package/dist/shared/bricks/manifests/icon.manifest.d.ts +2 -1
- package/dist/shared/bricks/manifests/icon.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/icon.manifest.js +1 -1
- package/dist/shared/bricks/manifests/image.manifest.d.ts +19 -6
- package/dist/shared/bricks/manifests/image.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/image.manifest.js +1 -1
- package/dist/shared/bricks/manifests/images-gallery.manifest.d.ts +184 -0
- package/dist/shared/bricks/manifests/images-gallery.manifest.d.ts.map +1 -0
- package/dist/shared/bricks/manifests/images-gallery.manifest.js +3 -0
- package/dist/shared/bricks/manifests/map.manifest.d.ts +2 -1
- package/dist/shared/bricks/manifests/map.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/map.manifest.js +1 -1
- package/dist/shared/bricks/manifests/sidebar.manifest.d.ts +57 -0
- package/dist/shared/bricks/manifests/sidebar.manifest.d.ts.map +1 -0
- package/dist/shared/bricks/manifests/sidebar.manifest.js +3 -0
- package/dist/shared/bricks/manifests/social-links.manifest.d.ts +2 -1
- package/dist/shared/bricks/manifests/social-links.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/social-links.manifest.js +1 -1
- package/dist/shared/bricks/manifests/text.manifest.d.ts +39 -4
- package/dist/shared/bricks/manifests/text.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/text.manifest.js +1 -1
- package/dist/shared/bricks/manifests/video.manifest.d.ts +2 -1
- package/dist/shared/bricks/manifests/video.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/video.manifest.js +1 -1
- package/dist/shared/bricks/props/_docs-common-styles.d.ts +59 -0
- package/dist/shared/bricks/props/_docs-common-styles.d.ts.map +1 -0
- package/dist/shared/bricks/props/_docs-common-styles.js +3 -0
- package/dist/shared/bricks/props/align.js +1 -1
- package/dist/shared/bricks/props/background.d.ts.map +1 -1
- package/dist/shared/bricks/props/background.js +1 -1
- package/dist/shared/bricks/props/boolean.js +1 -1
- package/dist/shared/bricks/props/border.d.ts +10 -10
- package/dist/shared/bricks/props/border.d.ts.map +1 -1
- package/dist/shared/bricks/props/border.js +1 -1
- package/dist/shared/bricks/props/container.d.ts +43 -20
- package/dist/shared/bricks/props/container.d.ts.map +1 -1
- package/dist/shared/bricks/props/container.js +1 -1
- package/dist/shared/bricks/props/datasource.js +1 -1
- package/dist/shared/bricks/props/effects.d.ts +18 -0
- package/dist/shared/bricks/props/effects.d.ts.map +1 -1
- package/dist/shared/bricks/props/effects.js +1 -1
- package/dist/shared/bricks/props/helpers.d.ts +2 -1
- package/dist/shared/bricks/props/helpers.d.ts.map +1 -1
- package/dist/shared/bricks/props/helpers.js +1 -1
- package/dist/shared/bricks/props/image.d.ts.map +1 -1
- package/dist/shared/bricks/props/image.js +1 -1
- package/dist/shared/bricks/props/number.js +1 -1
- package/dist/shared/bricks/props/padding.d.ts.map +1 -1
- package/dist/shared/bricks/props/padding.js +1 -1
- package/dist/shared/bricks/props/position.js +1 -1
- package/dist/shared/bricks/props/string.js +1 -1
- package/dist/shared/bricks/props/text.d.ts +1 -2
- package/dist/shared/bricks/props/text.d.ts.map +1 -1
- package/dist/shared/bricks/props/text.js +1 -1
- package/dist/shared/bricks/props/types.d.ts +2 -2
- package/dist/shared/bricks/props/types.d.ts.map +1 -1
- package/dist/shared/bricks.d.ts +59 -8
- package/dist/shared/bricks.d.ts.map +1 -1
- package/dist/shared/bricks.js +1 -1
- package/dist/shared/chunk-3CY6AZG7.js +3 -0
- package/dist/shared/chunk-3YDMOB7M.js +3 -0
- package/dist/shared/chunk-6I4PY5WS.js +3 -0
- package/dist/shared/chunk-AZ63RF3K.js +3 -0
- package/dist/shared/chunk-BK6LBWDI.js +3 -0
- package/dist/shared/chunk-BMDB2V7J.js +3 -0
- package/dist/shared/chunk-CSBX76ZN.js +3 -0
- package/dist/shared/chunk-DAPQ4JPP.js +3 -0
- package/dist/shared/chunk-EFJQECVB.js +3 -0
- package/dist/shared/chunk-F2ZVIFHO.js +3 -0
- package/dist/shared/{chunk-346JVEOR.js → chunk-FGU4BGP4.js} +1 -1
- package/dist/shared/chunk-H6L4KRCJ.js +3 -0
- package/dist/shared/{chunk-764EAJFR.js → chunk-HIZPJNEM.js} +1 -1
- package/dist/shared/chunk-HW5TY2QW.js +3 -0
- package/dist/shared/chunk-IWSVY2VC.js +3 -0
- package/dist/shared/{chunk-4EEQT7D6.js → chunk-JVDUEZYO.js} +1 -1
- package/dist/shared/chunk-KB4HY432.js +3 -0
- package/dist/shared/chunk-LDOM2LJF.js +3 -0
- package/dist/shared/chunk-NFU5BF6G.js +3 -0
- package/dist/shared/chunk-P5FVZ5PL.js +3 -0
- package/dist/shared/chunk-P7WL7MYK.js +3 -0
- package/dist/shared/chunk-PD7P5KSV.js +3 -0
- package/dist/shared/chunk-PJ6HA55L.js +3 -0
- package/dist/shared/{chunk-OMOYRWNX.js → chunk-Q4MXTCE4.js} +1 -1
- package/dist/shared/chunk-QRBMK5UX.js +3 -0
- package/dist/shared/{chunk-2Y3ZNNGU.js → chunk-RBYYMUOZ.js} +1 -1
- package/dist/shared/chunk-SO5M7CYA.js +3 -0
- package/dist/shared/{chunk-M4CXYZTI.js → chunk-SQVL4WSX.js} +1 -1
- package/dist/shared/chunk-TQ23UATQ.js +3 -0
- package/dist/shared/chunk-U44NTSIO.js +3 -0
- package/dist/shared/chunk-U4R5EGBK.js +3 -0
- package/dist/shared/{chunk-BNKXJJ2R.js → chunk-WJ5CDDXW.js} +1 -1
- package/dist/shared/chunk-WOEBR25A.js +3 -0
- package/dist/shared/chunk-WPTVLIYS.js +3 -0
- package/dist/shared/{chunk-3EUA65QC.js → chunk-XBX6II3M.js} +1 -1
- package/dist/shared/chunk-XEQ2XZLQ.js +3 -0
- package/dist/shared/chunk-XGCBIXOO.js +3 -0
- package/dist/shared/chunk-XYID4ZEA.js +3 -0
- package/dist/shared/datarecords/types.d.ts +2 -2
- package/dist/shared/datasources/types.d.ts +2 -2
- package/dist/shared/env.d.ts +6 -6
- package/dist/shared/env.d.ts.map +1 -1
- package/dist/shared/layout-constants.js +1 -1
- package/dist/shared/page.d.ts +21 -33
- package/dist/shared/page.d.ts.map +1 -1
- package/dist/shared/page.js +1 -1
- package/dist/shared/template.d.ts +31 -0
- package/dist/shared/template.d.ts.map +1 -0
- package/dist/shared/template.js +3 -0
- package/dist/shared/tests/test-config.d.ts +1 -1
- package/dist/shared/tests/test-config.d.ts.map +1 -1
- package/dist/shared/theme.d.ts.map +1 -1
- package/dist/shared/theme.js +1 -1
- package/dist/shared/themes/color-system.d.ts.map +1 -1
- package/dist/shared/themes/color-system.js +1 -1
- package/package.json +6 -5
- package/dist/shared/bricks/manifests/images-wall.manifest.d.ts +0 -111
- package/dist/shared/bricks/manifests/images-wall.manifest.d.ts.map +0 -1
- package/dist/shared/bricks/manifests/images-wall.manifest.js +0 -3
- package/dist/shared/chunk-4IMPKXJT.js +0 -14
- package/dist/shared/chunk-4JJHQZYB.js +0 -3
- package/dist/shared/chunk-4SMJ4E32.js +0 -19
- package/dist/shared/chunk-56QQPQIE.js +0 -3
- package/dist/shared/chunk-5JEYUV4C.js +0 -11
- package/dist/shared/chunk-ANZZVPQC.js +0 -22
- package/dist/shared/chunk-EIODRGFP.js +0 -5
- package/dist/shared/chunk-FHJRL7LV.js +0 -9
- package/dist/shared/chunk-FKUGABKJ.js +0 -11
- package/dist/shared/chunk-FM2MSU7Z.js +0 -6
- package/dist/shared/chunk-FNCNEYJX.js +0 -8
- package/dist/shared/chunk-GNZYWNA4.js +0 -3
- package/dist/shared/chunk-GOUUN46E.js +0 -7
- package/dist/shared/chunk-HL7WRX6G.js +0 -7
- package/dist/shared/chunk-HMQPELFK.js +0 -3
- package/dist/shared/chunk-HUNU6HSF.js +0 -8
- package/dist/shared/chunk-IEB7RHDF.js +0 -3
- package/dist/shared/chunk-K4NJQWFB.js +0 -3
- package/dist/shared/chunk-KGZMWRZS.js +0 -3
- package/dist/shared/chunk-O3JLMHK3.js +0 -3
- package/dist/shared/chunk-PUPVTFFY.js +0 -3
- package/dist/shared/chunk-R7HRU3T4.js +0 -3
- package/dist/shared/chunk-RGKPN4LE.js +0 -3
- package/dist/shared/chunk-RQT64JJW.js +0 -9
- package/dist/shared/chunk-VYNIBP33.js +0 -7
- package/dist/shared/chunk-WNS3A3LT.js +0 -7
- package/dist/shared/chunk-X3JYHXIE.js +0 -6
- package/dist/shared/chunk-X3LVSMNF.js +0 -3
- package/dist/shared/chunk-XIXSVFY6.js +0 -3
|
@@ -13,12 +13,18 @@ export declare const manifest: {
|
|
|
13
13
|
}>;
|
|
14
14
|
backgroundColor: import("@sinclair/typebox").TString;
|
|
15
15
|
border: import("@sinclair/typebox").TObject<{
|
|
16
|
-
|
|
16
|
+
rounding: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"rounded-auto">, 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-2xl">, import("@sinclair/typebox").TLiteral<"rounded-3xl">, import("@sinclair/typebox").TLiteral<"rounded-full">]>;
|
|
17
17
|
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">]>;
|
|
18
18
|
color: import("@sinclair/typebox").TString;
|
|
19
|
-
|
|
19
|
+
sides: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-l">, import("@sinclair/typebox").TLiteral<"border-t">, import("@sinclair/typebox").TLiteral<"border-r">, import("@sinclair/typebox").TLiteral<"border-b">]>>>;
|
|
20
|
+
style: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-solid">, import("@sinclair/typebox").TLiteral<"border-dashed">, import("@sinclair/typebox").TLiteral<"border-dotted">]>;
|
|
21
|
+
}> | import("@sinclair/typebox").TObject<{
|
|
22
|
+
color: import("@sinclair/typebox").TString;
|
|
23
|
+
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">]>;
|
|
24
|
+
style: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-solid">, import("@sinclair/typebox").TLiteral<"border-dashed">, import("@sinclair/typebox").TLiteral<"border-dotted">]>;
|
|
25
|
+
rounding: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"rounded-auto">, 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-2xl">, import("@sinclair/typebox").TLiteral<"rounded-3xl">, import("@sinclair/typebox").TLiteral<"rounded-full">]>;
|
|
26
|
+
sides: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-l">, import("@sinclair/typebox").TLiteral<"border-t">, import("@sinclair/typebox").TLiteral<"border-r">, import("@sinclair/typebox").TLiteral<"border-b">]>>>;
|
|
20
27
|
}>;
|
|
21
|
-
rounding: 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">]>;
|
|
22
28
|
padding: 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">]>;
|
|
23
29
|
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">]>;
|
|
24
30
|
}>;
|
|
@@ -30,10 +36,17 @@ export declare const manifest: {
|
|
|
30
36
|
lastTouched?: number | undefined;
|
|
31
37
|
editable?: boolean | undefined;
|
|
32
38
|
border: {
|
|
33
|
-
|
|
39
|
+
sides?: ("border-l" | "border-t" | "border-r" | "border-b")[] | undefined;
|
|
40
|
+
color: string;
|
|
41
|
+
width: "border" | "border-0" | "border-2" | "border-4" | "border-8";
|
|
42
|
+
style: "border-solid" | "border-dashed" | "border-dotted";
|
|
43
|
+
rounding: "rounded-auto" | "rounded-none" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-2xl" | "rounded-3xl" | "rounded-full";
|
|
44
|
+
} | {
|
|
45
|
+
sides?: ("border-l" | "border-t" | "border-r" | "border-b")[] | undefined;
|
|
34
46
|
color: string;
|
|
35
47
|
width: "border" | "border-0" | "border-2" | "border-4" | "border-8";
|
|
36
48
|
style: "border-solid" | "border-dashed" | "border-dotted";
|
|
49
|
+
rounding: "rounded-auto" | "rounded-none" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-2xl" | "rounded-3xl" | "rounded-full";
|
|
37
50
|
};
|
|
38
51
|
shadow: "shadow-none" | "shadow-sm" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl";
|
|
39
52
|
backgroundColor: string;
|
|
@@ -44,7 +57,6 @@ export declare const manifest: {
|
|
|
44
57
|
fit?: "object-none" | "object-contain" | "object-cover" | "object-fill" | "object-scale-down" | undefined;
|
|
45
58
|
src: string;
|
|
46
59
|
};
|
|
47
|
-
rounding: "rounded-none" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-full";
|
|
48
60
|
}>;
|
|
49
61
|
}> | undefined;
|
|
50
62
|
readonly kind: "container" | "brick" | "widget";
|
|
@@ -74,7 +86,8 @@ export declare const manifest: {
|
|
|
74
86
|
} | undefined;
|
|
75
87
|
readonly type: string;
|
|
76
88
|
readonly name: string;
|
|
77
|
-
readonly icon: string
|
|
89
|
+
readonly icon: string | import("react").FC<import("react-icons/lib").IconBaseProps>;
|
|
90
|
+
readonly iconClassName?: string;
|
|
78
91
|
readonly description?: string;
|
|
79
92
|
readonly maxWidth?: {
|
|
80
93
|
mobile: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/image.manifest.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"image.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/image.manifest.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqBnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{a}from"../../chunk-
|
|
3
|
+
import{a}from"../../chunk-TQ23UATQ.js";import"../../chunk-XGCBIXOO.js";import"../../chunk-SO5M7CYA.js";import"../../chunk-IWSVY2VC.js";import"../../chunk-U44NTSIO.js";import"../../chunk-P5FVZ5PL.js";import"../../chunk-WPTVLIYS.js";import"../../chunk-BMDB2V7J.js";import"../../chunk-PSSJMWGU.js";export{a as manifest};
|
|
@@ -0,0 +1,184 @@
|
|
|
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
|
+
layout: import("@sinclair/typebox").TObject<{
|
|
33
|
+
type: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"flex">, import("@sinclair/typebox").TLiteral<"grid">]>;
|
|
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">]>;
|
|
35
|
+
direction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"flex-row">, import("@sinclair/typebox").TLiteral<"flex-col">]>>;
|
|
36
|
+
columns: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
37
|
+
wrap: import("@sinclair/typebox").TBoolean;
|
|
38
|
+
fillSpace: import("@sinclair/typebox").TBoolean;
|
|
39
|
+
justifyContent: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"justify-start">, import("@sinclair/typebox").TLiteral<"justify-center">, import("@sinclair/typebox").TLiteral<"justify-end">, import("@sinclair/typebox").TLiteral<"justify-between">, import("@sinclair/typebox").TLiteral<"justify-around">, import("@sinclair/typebox").TLiteral<"justify-evenly">, import("@sinclair/typebox").TLiteral<"justify-stretch">]>>;
|
|
40
|
+
alignItems: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"items-start">, import("@sinclair/typebox").TLiteral<"items-center">, import("@sinclair/typebox").TLiteral<"items-end">, import("@sinclair/typebox").TLiteral<"items-stretch">]>>;
|
|
41
|
+
}> | import("@sinclair/typebox").TObject<{
|
|
42
|
+
type: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"flex">, import("@sinclair/typebox").TLiteral<"grid">]>;
|
|
43
|
+
alignItems: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"items-start">, import("@sinclair/typebox").TLiteral<"items-center">, import("@sinclair/typebox").TLiteral<"items-end">, import("@sinclair/typebox").TLiteral<"items-stretch">]>>;
|
|
44
|
+
direction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"flex-row">, import("@sinclair/typebox").TLiteral<"flex-col">]>>;
|
|
45
|
+
justifyContent: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"justify-start">, import("@sinclair/typebox").TLiteral<"justify-center">, import("@sinclair/typebox").TLiteral<"justify-end">, import("@sinclair/typebox").TLiteral<"justify-between">, import("@sinclair/typebox").TLiteral<"justify-around">, import("@sinclair/typebox").TLiteral<"justify-evenly">, import("@sinclair/typebox").TLiteral<"justify-stretch">]>>;
|
|
46
|
+
columns: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
47
|
+
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">]>;
|
|
48
|
+
wrap: import("@sinclair/typebox").TBoolean;
|
|
49
|
+
fillSpace: import("@sinclair/typebox").TBoolean;
|
|
50
|
+
}>;
|
|
51
|
+
}> | import("@sinclair/typebox").TObject<{
|
|
52
|
+
layout: import("@sinclair/typebox").TObject<{
|
|
53
|
+
type: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"flex">, import("@sinclair/typebox").TLiteral<"grid">]>;
|
|
54
|
+
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">]>;
|
|
55
|
+
direction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"flex-row">, import("@sinclair/typebox").TLiteral<"flex-col">]>>;
|
|
56
|
+
columns: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
57
|
+
wrap: import("@sinclair/typebox").TBoolean;
|
|
58
|
+
fillSpace: import("@sinclair/typebox").TBoolean;
|
|
59
|
+
justifyContent: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"justify-start">, import("@sinclair/typebox").TLiteral<"justify-center">, import("@sinclair/typebox").TLiteral<"justify-end">, import("@sinclair/typebox").TLiteral<"justify-between">, import("@sinclair/typebox").TLiteral<"justify-around">, import("@sinclair/typebox").TLiteral<"justify-evenly">, import("@sinclair/typebox").TLiteral<"justify-stretch">]>>;
|
|
60
|
+
alignItems: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"items-start">, import("@sinclair/typebox").TLiteral<"items-center">, import("@sinclair/typebox").TLiteral<"items-end">, import("@sinclair/typebox").TLiteral<"items-stretch">]>>;
|
|
61
|
+
}> | import("@sinclair/typebox").TObject<{
|
|
62
|
+
type: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"flex">, import("@sinclair/typebox").TLiteral<"grid">]>;
|
|
63
|
+
alignItems: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"items-start">, import("@sinclair/typebox").TLiteral<"items-center">, import("@sinclair/typebox").TLiteral<"items-end">, import("@sinclair/typebox").TLiteral<"items-stretch">]>>;
|
|
64
|
+
direction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"flex-row">, import("@sinclair/typebox").TLiteral<"flex-col">]>>;
|
|
65
|
+
justifyContent: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"justify-start">, import("@sinclair/typebox").TLiteral<"justify-center">, import("@sinclair/typebox").TLiteral<"justify-end">, import("@sinclair/typebox").TLiteral<"justify-between">, import("@sinclair/typebox").TLiteral<"justify-around">, import("@sinclair/typebox").TLiteral<"justify-evenly">, import("@sinclair/typebox").TLiteral<"justify-stretch">]>>;
|
|
66
|
+
columns: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
67
|
+
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">]>;
|
|
68
|
+
wrap: import("@sinclair/typebox").TBoolean;
|
|
69
|
+
fillSpace: import("@sinclair/typebox").TBoolean;
|
|
70
|
+
}>;
|
|
71
|
+
}>;
|
|
72
|
+
}>;
|
|
73
|
+
readonly presets: Record<string, {
|
|
74
|
+
label: string;
|
|
75
|
+
previewClasses: string;
|
|
76
|
+
props: Partial<{
|
|
77
|
+
className?: string | undefined;
|
|
78
|
+
lastTouched?: number | undefined;
|
|
79
|
+
editable?: boolean | undefined;
|
|
80
|
+
content: {
|
|
81
|
+
datasource?: {
|
|
82
|
+
sort?: {
|
|
83
|
+
[x: string]: "asc" | "desc";
|
|
84
|
+
} | undefined;
|
|
85
|
+
offset?: number | undefined;
|
|
86
|
+
filters?: {
|
|
87
|
+
[x: string]: {
|
|
88
|
+
value: string;
|
|
89
|
+
op: "endsWith" | "startsWith" | "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "in" | "nin";
|
|
90
|
+
};
|
|
91
|
+
} | undefined;
|
|
92
|
+
limit?: number | undefined;
|
|
93
|
+
id: string;
|
|
94
|
+
mapping: {
|
|
95
|
+
[x: string]: string;
|
|
96
|
+
};
|
|
97
|
+
} | undefined;
|
|
98
|
+
isDynamic?: boolean | undefined;
|
|
99
|
+
useExistingDatasource: boolean;
|
|
100
|
+
};
|
|
101
|
+
styles: {
|
|
102
|
+
layout: {
|
|
103
|
+
alignItems?: "items-center" | "items-start" | "items-end" | "items-stretch" | undefined;
|
|
104
|
+
direction?: "flex-row" | "flex-col" | undefined;
|
|
105
|
+
justifyContent?: "justify-start" | "justify-center" | "justify-end" | "justify-stretch" | "justify-between" | "justify-around" | "justify-evenly" | undefined;
|
|
106
|
+
columns?: number | undefined;
|
|
107
|
+
type: "flex" | "grid";
|
|
108
|
+
gap: "gap-1" | "gap-0" | "gap-2" | "gap-4" | "gap-8" | "gap-16";
|
|
109
|
+
wrap: boolean;
|
|
110
|
+
fillSpace: boolean;
|
|
111
|
+
} | {
|
|
112
|
+
alignItems?: "items-center" | "items-start" | "items-end" | "items-stretch" | undefined;
|
|
113
|
+
direction?: "flex-row" | "flex-col" | undefined;
|
|
114
|
+
justifyContent?: "justify-start" | "justify-center" | "justify-end" | "justify-stretch" | "justify-between" | "justify-around" | "justify-evenly" | undefined;
|
|
115
|
+
columns?: number | undefined;
|
|
116
|
+
type: "flex" | "grid";
|
|
117
|
+
gap: "gap-1" | "gap-0" | "gap-2" | "gap-4" | "gap-8" | "gap-16";
|
|
118
|
+
wrap: boolean;
|
|
119
|
+
fillSpace: boolean;
|
|
120
|
+
};
|
|
121
|
+
} | {
|
|
122
|
+
layout: {
|
|
123
|
+
alignItems?: "items-center" | "items-start" | "items-end" | "items-stretch" | undefined;
|
|
124
|
+
direction?: "flex-row" | "flex-col" | undefined;
|
|
125
|
+
justifyContent?: "justify-start" | "justify-center" | "justify-end" | "justify-stretch" | "justify-between" | "justify-around" | "justify-evenly" | undefined;
|
|
126
|
+
columns?: number | undefined;
|
|
127
|
+
type: "flex" | "grid";
|
|
128
|
+
gap: "gap-1" | "gap-0" | "gap-2" | "gap-4" | "gap-8" | "gap-16";
|
|
129
|
+
wrap: boolean;
|
|
130
|
+
fillSpace: boolean;
|
|
131
|
+
} | {
|
|
132
|
+
alignItems?: "items-center" | "items-start" | "items-end" | "items-stretch" | undefined;
|
|
133
|
+
direction?: "flex-row" | "flex-col" | undefined;
|
|
134
|
+
justifyContent?: "justify-start" | "justify-center" | "justify-end" | "justify-stretch" | "justify-between" | "justify-around" | "justify-evenly" | undefined;
|
|
135
|
+
columns?: number | undefined;
|
|
136
|
+
type: "flex" | "grid";
|
|
137
|
+
gap: "gap-1" | "gap-0" | "gap-2" | "gap-4" | "gap-8" | "gap-16";
|
|
138
|
+
wrap: boolean;
|
|
139
|
+
fillSpace: boolean;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
}>;
|
|
143
|
+
}> | undefined;
|
|
144
|
+
readonly kind: "container" | "brick" | "widget";
|
|
145
|
+
readonly defaultInspectorTab: "content" | "style" | "preset";
|
|
146
|
+
readonly hideInLibrary: boolean;
|
|
147
|
+
readonly deletable: boolean;
|
|
148
|
+
readonly movable: boolean;
|
|
149
|
+
readonly resizable: boolean;
|
|
150
|
+
readonly repeatable: boolean;
|
|
151
|
+
readonly duplicatable: boolean;
|
|
152
|
+
readonly isContainer: boolean;
|
|
153
|
+
readonly defaultWidth: {
|
|
154
|
+
mobile: number;
|
|
155
|
+
desktop: number;
|
|
156
|
+
};
|
|
157
|
+
readonly defaultHeight: {
|
|
158
|
+
mobile: number;
|
|
159
|
+
desktop: number;
|
|
160
|
+
};
|
|
161
|
+
readonly minWidth: {
|
|
162
|
+
mobile: number;
|
|
163
|
+
desktop: number;
|
|
164
|
+
} | undefined;
|
|
165
|
+
readonly minHeight: {
|
|
166
|
+
mobile: number;
|
|
167
|
+
desktop: number;
|
|
168
|
+
} | undefined;
|
|
169
|
+
readonly type: string;
|
|
170
|
+
readonly name: string;
|
|
171
|
+
readonly icon: string | import("react").FC<import("react-icons/lib").IconBaseProps>;
|
|
172
|
+
readonly iconClassName?: string;
|
|
173
|
+
readonly description?: string;
|
|
174
|
+
readonly maxWidth?: {
|
|
175
|
+
mobile: number;
|
|
176
|
+
desktop: number;
|
|
177
|
+
};
|
|
178
|
+
readonly maxHeight?: {
|
|
179
|
+
mobile: number;
|
|
180
|
+
desktop: number;
|
|
181
|
+
};
|
|
182
|
+
};
|
|
183
|
+
export type Manifest = typeof manifest;
|
|
184
|
+
//# sourceMappingURL=images-gallery.manifest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"images-gallery.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/images-gallery.manifest.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,UAAU;;;GAkBtB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,OAAO,UAAU,CAAC;AAE3C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiCnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
|
+
|
|
3
|
+
import{a,b}from"../../chunk-XYID4ZEA.js";import"../../chunk-AZ63RF3K.js";import"../../chunk-SQVL4WSX.js";import"../../chunk-WPTVLIYS.js";import"../../chunk-BMDB2V7J.js";import"../../chunk-PSSJMWGU.js";export{a as datasource,b as manifest};
|
|
@@ -41,7 +41,8 @@ export declare const manifest: {
|
|
|
41
41
|
} | undefined;
|
|
42
42
|
readonly type: string;
|
|
43
43
|
readonly name: string;
|
|
44
|
-
readonly icon: string
|
|
44
|
+
readonly icon: string | import("react").FC<import("react-icons/lib").IconBaseProps>;
|
|
45
|
+
readonly iconClassName?: string;
|
|
45
46
|
readonly description?: string;
|
|
46
47
|
readonly maxWidth?: {
|
|
47
48
|
mobile: number;
|
|
@@ -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":"AAIA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{a}from"../../chunk-
|
|
3
|
+
import{a}from"../../chunk-DAPQ4JPP.js";import"../../chunk-WPTVLIYS.js";import"../../chunk-BMDB2V7J.js";import"../../chunk-PSSJMWGU.js";export{a as manifest};
|
|
@@ -0,0 +1,57 @@
|
|
|
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
|
+
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: {
|
|
27
|
+
mobile: number;
|
|
28
|
+
desktop: number;
|
|
29
|
+
};
|
|
30
|
+
readonly defaultHeight: {
|
|
31
|
+
mobile: number;
|
|
32
|
+
desktop: number;
|
|
33
|
+
};
|
|
34
|
+
readonly minWidth: {
|
|
35
|
+
mobile: number;
|
|
36
|
+
desktop: number;
|
|
37
|
+
} | undefined;
|
|
38
|
+
readonly minHeight: {
|
|
39
|
+
mobile: number;
|
|
40
|
+
desktop: number;
|
|
41
|
+
} | undefined;
|
|
42
|
+
readonly type: string;
|
|
43
|
+
readonly name: string;
|
|
44
|
+
readonly icon: string | import("react").FC<import("react-icons/lib").IconBaseProps>;
|
|
45
|
+
readonly iconClassName?: string;
|
|
46
|
+
readonly description?: string;
|
|
47
|
+
readonly maxWidth?: {
|
|
48
|
+
mobile: number;
|
|
49
|
+
desktop: number;
|
|
50
|
+
};
|
|
51
|
+
readonly maxHeight?: {
|
|
52
|
+
mobile: number;
|
|
53
|
+
desktop: number;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
export type Manifest = typeof manifest;
|
|
57
|
+
//# sourceMappingURL=sidebar.manifest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sidebar.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/sidebar.manifest.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC"}
|
|
@@ -41,7 +41,8 @@ export declare const manifest: {
|
|
|
41
41
|
} | undefined;
|
|
42
42
|
readonly type: string;
|
|
43
43
|
readonly name: string;
|
|
44
|
-
readonly icon: string
|
|
44
|
+
readonly icon: string | import("react").FC<import("react-icons/lib").IconBaseProps>;
|
|
45
|
+
readonly iconClassName?: string;
|
|
45
46
|
readonly description?: string;
|
|
46
47
|
readonly maxWidth?: {
|
|
47
48
|
mobile: number;
|
|
@@ -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":"AAIA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{a}from"../../chunk-
|
|
3
|
+
import{a}from"../../chunk-BK6LBWDI.js";import"../../chunk-WPTVLIYS.js";import"../../chunk-BMDB2V7J.js";import"../../chunk-PSSJMWGU.js";export{a as manifest};
|
|
@@ -7,12 +7,29 @@ export declare const manifest: {
|
|
|
7
7
|
} & {
|
|
8
8
|
content: import("@sinclair/typebox").TString;
|
|
9
9
|
backgroundColor: import("@sinclair/typebox").TString;
|
|
10
|
+
color: import("@sinclair/typebox").TString;
|
|
10
11
|
padding: 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">]>;
|
|
11
12
|
border: import("@sinclair/typebox").TObject<{
|
|
12
|
-
|
|
13
|
+
rounding: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"rounded-auto">, 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-2xl">, import("@sinclair/typebox").TLiteral<"rounded-3xl">, import("@sinclair/typebox").TLiteral<"rounded-full">]>;
|
|
13
14
|
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">]>;
|
|
14
15
|
color: import("@sinclair/typebox").TString;
|
|
15
|
-
|
|
16
|
+
sides: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-l">, import("@sinclair/typebox").TLiteral<"border-t">, import("@sinclair/typebox").TLiteral<"border-r">, import("@sinclair/typebox").TLiteral<"border-b">]>>>;
|
|
17
|
+
style: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-solid">, import("@sinclair/typebox").TLiteral<"border-dashed">, import("@sinclair/typebox").TLiteral<"border-dotted">]>;
|
|
18
|
+
}> | import("@sinclair/typebox").TObject<{
|
|
19
|
+
color: import("@sinclair/typebox").TString;
|
|
20
|
+
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">]>;
|
|
21
|
+
style: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-solid">, import("@sinclair/typebox").TLiteral<"border-dashed">, import("@sinclair/typebox").TLiteral<"border-dotted">]>;
|
|
22
|
+
rounding: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"rounded-auto">, 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-2xl">, import("@sinclair/typebox").TLiteral<"rounded-3xl">, import("@sinclair/typebox").TLiteral<"rounded-full">]>;
|
|
23
|
+
sides: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-l">, import("@sinclair/typebox").TLiteral<"border-t">, import("@sinclair/typebox").TLiteral<"border-r">, import("@sinclair/typebox").TLiteral<"border-b">]>>>;
|
|
24
|
+
}>;
|
|
25
|
+
effects: import("@sinclair/typebox").TObject<{
|
|
26
|
+
textShadow?: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"text-shadow-none">, import("@sinclair/typebox").TLiteral<"text-shadow-sm">, import("@sinclair/typebox").TLiteral<"text-shadow-md">, import("@sinclair/typebox").TLiteral<"text-shadow-lg">, import("@sinclair/typebox").TLiteral<"text-shadow-xl">]> | undefined;
|
|
27
|
+
opacity: import("@sinclair/typebox").TNumber;
|
|
28
|
+
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">]>;
|
|
29
|
+
}> | import("@sinclair/typebox").TObject<{
|
|
30
|
+
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">]>;
|
|
31
|
+
opacity: import("@sinclair/typebox").TNumber;
|
|
32
|
+
textShadow: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"text-shadow-none">, import("@sinclair/typebox").TLiteral<"text-shadow-sm">, import("@sinclair/typebox").TLiteral<"text-shadow-md">, import("@sinclair/typebox").TLiteral<"text-shadow-lg">, import("@sinclair/typebox").TLiteral<"text-shadow-xl">]>;
|
|
16
33
|
}>;
|
|
17
34
|
}>;
|
|
18
35
|
readonly presets: Record<string, {
|
|
@@ -23,14 +40,31 @@ export declare const manifest: {
|
|
|
23
40
|
lastTouched?: number | undefined;
|
|
24
41
|
editable?: boolean | undefined;
|
|
25
42
|
border: {
|
|
26
|
-
|
|
43
|
+
sides?: ("border-l" | "border-t" | "border-r" | "border-b")[] | undefined;
|
|
27
44
|
color: string;
|
|
28
45
|
width: "border" | "border-0" | "border-2" | "border-4" | "border-8";
|
|
29
46
|
style: "border-solid" | "border-dashed" | "border-dotted";
|
|
47
|
+
rounding: "rounded-auto" | "rounded-none" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-2xl" | "rounded-3xl" | "rounded-full";
|
|
48
|
+
} | {
|
|
49
|
+
sides?: ("border-l" | "border-t" | "border-r" | "border-b")[] | undefined;
|
|
50
|
+
color: string;
|
|
51
|
+
width: "border" | "border-0" | "border-2" | "border-4" | "border-8";
|
|
52
|
+
style: "border-solid" | "border-dashed" | "border-dotted";
|
|
53
|
+
rounding: "rounded-auto" | "rounded-none" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-2xl" | "rounded-3xl" | "rounded-full";
|
|
30
54
|
};
|
|
31
55
|
backgroundColor: string;
|
|
56
|
+
color: string;
|
|
32
57
|
content: string;
|
|
33
58
|
padding: "p-0" | "p-1" | "p-2" | "p-4" | "p-8" | "p-16";
|
|
59
|
+
effects: {
|
|
60
|
+
shadow: "shadow-none" | "shadow-sm" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl";
|
|
61
|
+
opacity: number;
|
|
62
|
+
textShadow: "text-shadow-none" | "text-shadow-sm" | "text-shadow-md" | "text-shadow-lg" | "text-shadow-xl";
|
|
63
|
+
} | {
|
|
64
|
+
shadow: "shadow-none" | "shadow-sm" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl";
|
|
65
|
+
opacity: number;
|
|
66
|
+
textShadow: "text-shadow-none" | "text-shadow-sm" | "text-shadow-md" | "text-shadow-lg" | "text-shadow-xl";
|
|
67
|
+
};
|
|
34
68
|
}>;
|
|
35
69
|
}> | undefined;
|
|
36
70
|
readonly kind: "container" | "brick" | "widget";
|
|
@@ -60,7 +94,8 @@ export declare const manifest: {
|
|
|
60
94
|
} | undefined;
|
|
61
95
|
readonly type: string;
|
|
62
96
|
readonly name: string;
|
|
63
|
-
readonly icon: string
|
|
97
|
+
readonly icon: string | import("react").FC<import("react-icons/lib").IconBaseProps>;
|
|
98
|
+
readonly iconClassName?: string;
|
|
64
99
|
readonly description?: string;
|
|
65
100
|
readonly maxWidth?: {
|
|
66
101
|
mobile: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/text.manifest.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"text.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/text.manifest.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{a}from"../../chunk-
|
|
3
|
+
import{a}from"../../chunk-6I4PY5WS.js";import"../../chunk-SO5M7CYA.js";import"../../chunk-IWSVY2VC.js";import"../../chunk-U44NTSIO.js";import"../../chunk-P5FVZ5PL.js";import"../../chunk-LDOM2LJF.js";import"../../chunk-WPTVLIYS.js";import"../../chunk-BMDB2V7J.js";import"../../chunk-PSSJMWGU.js";export{a as manifest};
|
|
@@ -41,7 +41,8 @@ export declare const manifest: {
|
|
|
41
41
|
} | undefined;
|
|
42
42
|
readonly type: string;
|
|
43
43
|
readonly name: string;
|
|
44
|
-
readonly icon: string
|
|
44
|
+
readonly icon: string | import("react").FC<import("react-icons/lib").IconBaseProps>;
|
|
45
|
+
readonly iconClassName?: string;
|
|
45
46
|
readonly description?: string;
|
|
46
47
|
readonly maxWidth?: {
|
|
47
48
|
mobile: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"video.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/video.manifest.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"video.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/video.manifest.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyBnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/upstart-gg/upstart/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{a}from"../../chunk-
|
|
3
|
+
import{a}from"../../chunk-3CY6AZG7.js";import"../../chunk-WPTVLIYS.js";import"../../chunk-BMDB2V7J.js";import"../../chunk-PSSJMWGU.js";export{a as manifest};
|