@upstart.gg/sdk 0.0.74 → 0.0.76
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 +1 -1
- package/dist/node/cli/commands/login/cmd-login.js +4 -4
- package/dist/node/cli/commands/publish/cmd-publish.js +17 -17
- package/dist/node/cli/commands/publish/uploader.js +1 -1
- package/dist/node/cli/is-logged-in.js +1 -1
- package/dist/node/cli/program.js +1 -1
- package/dist/node/shared/config.js +3 -3
- package/dist/node/shared/logger.js +1 -1
- package/dist/shared/ajv.d.ts +1 -1
- package/dist/shared/ajv.d.ts.map +1 -1
- package/dist/shared/attributes.d.ts +5 -0
- package/dist/shared/attributes.d.ts.map +1 -1
- package/dist/shared/attributes.js +1 -1
- package/dist/shared/brick-manifest.d.ts +3 -1
- 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 +42 -24
- 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 +72 -24
- 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 +36 -24
- 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/countdown.manifest.d.ts +14 -26
- 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 +14 -26
- 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 +16 -26
- 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 +113 -0
- package/dist/shared/bricks/manifests/generic-component.manifest.d.ts.map +1 -0
- package/dist/shared/bricks/manifests/generic-component.manifest.js +3 -0
- package/dist/shared/bricks/manifests/header.manifest.d.ts +14 -26
- 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 +42 -24
- 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 +14 -26
- 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 +16 -26
- 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-wall.manifest.d.ts +16 -26
- package/dist/shared/bricks/manifests/images-wall.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/images-wall.manifest.js +1 -1
- package/dist/shared/bricks/manifests/loop.manifest.d.ts +93 -0
- package/dist/shared/bricks/manifests/loop.manifest.d.ts.map +1 -0
- package/dist/shared/bricks/manifests/loop.manifest.js +3 -0
- package/dist/shared/bricks/manifests/map.manifest.d.ts +6 -26
- 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/social-links.manifest.d.ts +14 -26
- 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 +42 -22
- 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 +8 -6
- 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/common.d.ts +30 -7
- package/dist/shared/bricks/props/common.d.ts.map +1 -1
- package/dist/shared/bricks/props/common.js +1 -1
- package/dist/shared/bricks/props/style-props.d.ts +39 -7
- package/dist/shared/bricks/props/style-props.d.ts.map +1 -1
- package/dist/shared/bricks/props/style-props.js +1 -1
- package/dist/shared/bricks.d.ts +414 -365
- package/dist/shared/bricks.d.ts.map +1 -1
- package/dist/shared/bricks.js +1 -1
- package/dist/shared/{chunk-SL7GGSYB.js → chunk-2CWDNNLG.js} +1 -1
- package/dist/shared/chunk-4H4VCOKB.js +3 -0
- package/dist/shared/chunk-5SAUZF4N.js +32 -0
- package/dist/shared/chunk-6M2JPD36.js +13 -0
- package/dist/shared/chunk-7GCPTZVT.js +3 -0
- package/dist/shared/chunk-A66YBEIK.js +16 -0
- package/dist/shared/chunk-BIEJRPKG.js +16 -0
- package/dist/shared/chunk-FSUHIMOU.js +20 -0
- package/dist/shared/{chunk-V4SJKXET.js → chunk-GCZ4WSX2.js} +1 -1
- package/dist/shared/chunk-GEODA2ON.js +11 -0
- package/dist/shared/chunk-HMO5CIER.js +14 -0
- package/dist/shared/chunk-J45DOHTX.js +16 -0
- package/dist/shared/chunk-JSOZWQRQ.js +3 -0
- package/dist/shared/chunk-KXVIWTJN.js +3 -0
- package/dist/shared/chunk-LR6R5QDM.js +7 -0
- package/dist/shared/chunk-LRO2KHWL.js +11 -0
- package/dist/shared/chunk-MXONIPYM.js +13 -0
- package/dist/shared/chunk-POE5KCOE.js +9 -0
- package/dist/shared/chunk-PUHGH25O.js +3 -0
- package/dist/shared/chunk-RAFOQXXX.js +8 -0
- package/dist/shared/{chunk-QXB632SL.js → chunk-SN3PMMZ2.js} +2 -2
- package/dist/shared/chunk-TPVKGTAK.js +3 -0
- package/dist/shared/chunk-VGBLZSS6.js +9 -0
- package/dist/shared/chunk-X7ABR5GQ.js +3 -0
- package/dist/shared/chunk-Z4THNQZ7.js +20 -0
- package/dist/shared/datasources/internal/cv/schema.d.ts +69 -0
- package/dist/shared/datasources/internal/cv/schema.d.ts.map +1 -0
- package/dist/shared/datasources/internal/restaurant/schema.d.ts +80 -0
- package/dist/shared/datasources/internal/restaurant/schema.d.ts.map +1 -0
- package/dist/shared/datasources/schemas.d.ts +17 -0
- package/dist/shared/datasources/schemas.d.ts.map +1 -0
- package/dist/shared/datasources/schemas.js +3 -0
- package/dist/shared/datasources/types.js +1 -1
- package/dist/shared/page.d.ts +647 -548
- package/dist/shared/page.d.ts.map +1 -1
- package/dist/shared/page.js +1 -1
- package/dist/shared/theme.d.ts +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/package.json +3 -4
- package/dist/shared/chunk-2MYSBGXT.js +0 -16
- package/dist/shared/chunk-2OS3QYKE.js +0 -20
- package/dist/shared/chunk-BND2TMDC.js +0 -13
- package/dist/shared/chunk-EU3VNNEO.js +0 -7
- package/dist/shared/chunk-FNY3QNEQ.js +0 -11
- package/dist/shared/chunk-J6I3OMQO.js +0 -9
- package/dist/shared/chunk-KBZEUEEY.js +0 -3
- package/dist/shared/chunk-KGJQ6Z5A.js +0 -32
- package/dist/shared/chunk-NCF46HSZ.js +0 -13
- package/dist/shared/chunk-QOPZIE3U.js +0 -3
- package/dist/shared/chunk-TVKRK6P4.js +0 -14
- package/dist/shared/chunk-VEXGLSUP.js +0 -9
- package/dist/shared/chunk-W4DP2HKI.js +0 -3
- package/dist/shared/chunk-W6X5NC5M.js +0 -3
- package/dist/shared/chunk-WF7I53QW.js +0 -20
- package/dist/shared/chunk-XBV2Q4OR.js +0 -16
- package/dist/shared/chunk-XL6LPHCI.js +0 -3
- package/dist/shared/chunk-YTITIU5G.js +0 -3
- package/dist/shared/chunk-Z4S5CCLQ.js +0 -16
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { type Static } from "@sinclair/typebox";
|
|
2
|
+
export declare const manifest: import("@sinclair/typebox").TObject<{
|
|
3
|
+
props: import("@sinclair/typebox").TObject<{
|
|
4
|
+
className: import("@sinclair/typebox").TString;
|
|
5
|
+
lastTouched: import("@sinclair/typebox").TNumber;
|
|
6
|
+
editable: import("@sinclair/typebox").TBoolean;
|
|
7
|
+
backgroundColor: import("@sinclair/typebox").TString;
|
|
8
|
+
effects: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
9
|
+
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">]>;
|
|
10
|
+
opacity: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
11
|
+
}>>;
|
|
12
|
+
dimensions: import("@sinclair/typebox").TObject<{
|
|
13
|
+
height: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"fixed">, import("@sinclair/typebox").TLiteral<"auto">]>>;
|
|
14
|
+
padding: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"p-0">, import("@sinclair/typebox").TLiteral<"p-2">, import("@sinclair/typebox").TLiteral<"p-4">, import("@sinclair/typebox").TLiteral<"p-8">, import("@sinclair/typebox").TLiteral<"p-16">]>>;
|
|
15
|
+
}>;
|
|
16
|
+
borders: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
17
|
+
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">]>;
|
|
18
|
+
style: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-solid">, import("@sinclair/typebox").TLiteral<"border-dashed">, import("@sinclair/typebox").TLiteral<"border-dotted">]>;
|
|
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
|
+
}>>;
|
|
22
|
+
render: import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TObject<{}>], import("@sinclair/typebox").TAny>;
|
|
23
|
+
componentProps: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{}>>;
|
|
24
|
+
}>;
|
|
25
|
+
datarecord?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
26
|
+
datasource?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
27
|
+
type: import("@sinclair/typebox").TLiteral<"generic-component">;
|
|
28
|
+
kind: import("@sinclair/typebox").TLiteral<string>;
|
|
29
|
+
title: import("@sinclair/typebox").TLiteral<"Generic component">;
|
|
30
|
+
description: import("@sinclair/typebox").TLiteral<"A generic component">;
|
|
31
|
+
icon: import("@sinclair/typebox").TLiteral<"\n <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 <rect x=\"4\" y=\"11\" width=\"16\" height=\"6\" rx=\"2\"></rect>\n <line x1=\"9\" y1=\"14\" x2=\"15\" y2=\"14\"></line>\n</svg>\n ">;
|
|
32
|
+
hideInLibrary: import("@sinclair/typebox").TBoolean;
|
|
33
|
+
preferredWidth: import("@sinclair/typebox").TObject<{
|
|
34
|
+
mobile: import("@sinclair/typebox").TNumber;
|
|
35
|
+
desktop: import("@sinclair/typebox").TNumber;
|
|
36
|
+
}>;
|
|
37
|
+
preferredHeight: import("@sinclair/typebox").TObject<{
|
|
38
|
+
mobile: import("@sinclair/typebox").TNumber;
|
|
39
|
+
desktop: import("@sinclair/typebox").TNumber;
|
|
40
|
+
}>;
|
|
41
|
+
minWidth: import("@sinclair/typebox").TObject<{
|
|
42
|
+
mobile: import("@sinclair/typebox").TNumber;
|
|
43
|
+
desktop: import("@sinclair/typebox").TNumber;
|
|
44
|
+
}>;
|
|
45
|
+
maxWidth: import("@sinclair/typebox").TObject<{
|
|
46
|
+
mobile: import("@sinclair/typebox").TNumber;
|
|
47
|
+
desktop: import("@sinclair/typebox").TNumber;
|
|
48
|
+
}>;
|
|
49
|
+
minHeight: import("@sinclair/typebox").TObject<{
|
|
50
|
+
mobile: import("@sinclair/typebox").TNumber;
|
|
51
|
+
desktop: import("@sinclair/typebox").TNumber;
|
|
52
|
+
}>;
|
|
53
|
+
}>;
|
|
54
|
+
export type Manifest = Static<typeof manifest>;
|
|
55
|
+
export declare const defaults: {
|
|
56
|
+
description: "A generic component";
|
|
57
|
+
title: "Generic component";
|
|
58
|
+
type: "generic-component";
|
|
59
|
+
maxWidth: {
|
|
60
|
+
mobile: number;
|
|
61
|
+
desktop: number;
|
|
62
|
+
};
|
|
63
|
+
minHeight: {
|
|
64
|
+
mobile: number;
|
|
65
|
+
desktop: number;
|
|
66
|
+
};
|
|
67
|
+
minWidth: {
|
|
68
|
+
mobile: number;
|
|
69
|
+
desktop: number;
|
|
70
|
+
};
|
|
71
|
+
icon: "\n <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 <rect x=\"4\" y=\"11\" width=\"16\" height=\"6\" rx=\"2\"></rect>\n <line x1=\"9\" y1=\"14\" x2=\"15\" y2=\"14\"></line>\n</svg>\n ";
|
|
72
|
+
kind: string;
|
|
73
|
+
preferredWidth: {
|
|
74
|
+
mobile: number;
|
|
75
|
+
desktop: number;
|
|
76
|
+
};
|
|
77
|
+
preferredHeight: {
|
|
78
|
+
mobile: number;
|
|
79
|
+
desktop: number;
|
|
80
|
+
};
|
|
81
|
+
props: {
|
|
82
|
+
effects?: {
|
|
83
|
+
opacity?: number | undefined;
|
|
84
|
+
shadow: "shadow-none" | "shadow-sm" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl";
|
|
85
|
+
} | undefined;
|
|
86
|
+
borders?: {
|
|
87
|
+
style: "border-solid" | "border-dashed" | "border-dotted";
|
|
88
|
+
color: string;
|
|
89
|
+
width: "border" | "border-0" | "border-2" | "border-4" | "border-8";
|
|
90
|
+
radius: "rounded-none" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-full";
|
|
91
|
+
} | undefined;
|
|
92
|
+
componentProps?: {} | undefined;
|
|
93
|
+
backgroundColor: string;
|
|
94
|
+
className: string;
|
|
95
|
+
lastTouched: number;
|
|
96
|
+
editable: boolean;
|
|
97
|
+
dimensions: {
|
|
98
|
+
height?: "fixed" | "auto" | undefined;
|
|
99
|
+
padding?: "p-0" | "p-2" | "p-4" | "p-8" | "p-16" | undefined;
|
|
100
|
+
};
|
|
101
|
+
render: (param_0: {}) => any;
|
|
102
|
+
};
|
|
103
|
+
datasource: {
|
|
104
|
+
[x: string]: unknown;
|
|
105
|
+
[x: number]: unknown;
|
|
106
|
+
};
|
|
107
|
+
datarecord: {
|
|
108
|
+
[x: string]: unknown;
|
|
109
|
+
[x: number]: unknown;
|
|
110
|
+
};
|
|
111
|
+
hideInLibrary: boolean;
|
|
112
|
+
};
|
|
113
|
+
//# sourceMappingURL=generic-component.manifest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generic-component.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/generic-component.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAStD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsCnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC/C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
|
|
2
|
+
|
|
3
|
+
import{a,b}from"../../chunk-RAFOQXXX.js";import"../../chunk-4H4VCOKB.js";import"../../chunk-PUHGH25O.js";import"../../chunk-PXAK7ZJ3.js";import"../../chunk-JSOZWQRQ.js";export{b as defaults,a as manifest};
|
|
@@ -1,20 +1,13 @@
|
|
|
1
1
|
import { type Static } from "@sinclair/typebox";
|
|
2
2
|
export declare const manifest: import("@sinclair/typebox").TObject<{
|
|
3
3
|
props: import("@sinclair/typebox").TObject<{
|
|
4
|
-
content: import("@sinclair/typebox").
|
|
4
|
+
content: import("@sinclair/typebox").TObject<{
|
|
5
|
+
text: import("@sinclair/typebox").TString;
|
|
6
|
+
richText: import("@sinclair/typebox").TBoolean;
|
|
7
|
+
}>;
|
|
8
|
+
className: import("@sinclair/typebox").TString;
|
|
9
|
+
lastTouched: import("@sinclair/typebox").TNumber;
|
|
5
10
|
editable: import("@sinclair/typebox").TBoolean;
|
|
6
|
-
id: import("@sinclair/typebox").TString;
|
|
7
|
-
className: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
8
|
-
z: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
9
|
-
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">]>;
|
|
10
|
-
backgroundColor: import("@sinclair/typebox").TString;
|
|
11
|
-
opacity: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
12
|
-
borderColor: import("@sinclair/typebox").TString;
|
|
13
|
-
borderRadius: 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">]>;
|
|
14
|
-
borderStyle: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-solid">, import("@sinclair/typebox").TLiteral<"border-dashed">, import("@sinclair/typebox").TLiteral<"border-dotted">]>;
|
|
15
|
-
borderWidth: 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">]>;
|
|
16
|
-
padding: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"p-0">, import("@sinclair/typebox").TLiteral<"p-2">, import("@sinclair/typebox").TLiteral<"p-4">, import("@sinclair/typebox").TLiteral<"p-8">, import("@sinclair/typebox").TLiteral<"p-16">]>;
|
|
17
|
-
heroFontSize: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"font-size-hero-1">, import("@sinclair/typebox").TLiteral<"font-size-hero-2">, import("@sinclair/typebox").TLiteral<"font-size-hero-3">, import("@sinclair/typebox").TLiteral<"font-size-hero-4">, import("@sinclair/typebox").TLiteral<"font-size-hero-5">]>;
|
|
18
11
|
}>;
|
|
19
12
|
datarecord?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
20
13
|
datasource?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
@@ -23,6 +16,7 @@ export declare const manifest: import("@sinclair/typebox").TObject<{
|
|
|
23
16
|
title: import("@sinclair/typebox").TLiteral<"Header">;
|
|
24
17
|
description: import("@sinclair/typebox").TLiteral<"A header with logo and navigation">;
|
|
25
18
|
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=\"11\" width=\"18\" height=\"8\" rx=\"2\" ry=\"2\"></rect>\n\n <!-- Logo area (rectangular) -->\n <rect x=\"5\" y=\"13\" width=\"6\" height=\"3\" rx=\"1\"></rect>\n\n <!-- Navigation menu items (right-aligned, horizontal) -->\n <line x1=\"13\" y1=\"14\" x2=\"15\" y2=\"14\"></line>\n <line x1=\"17\" y1=\"14\" x2=\"19\" y2=\"14\"></line>\n</svg>\n ">;
|
|
19
|
+
hideInLibrary: import("@sinclair/typebox").TBoolean;
|
|
26
20
|
preferredWidth: import("@sinclair/typebox").TObject<{
|
|
27
21
|
mobile: import("@sinclair/typebox").TNumber;
|
|
28
22
|
desktop: import("@sinclair/typebox").TNumber;
|
|
@@ -72,20 +66,13 @@ export declare const defaults: {
|
|
|
72
66
|
desktop: number;
|
|
73
67
|
};
|
|
74
68
|
props: {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
content: string;
|
|
82
|
-
borderColor: string;
|
|
83
|
-
borderRadius: "rounded-none" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-full";
|
|
84
|
-
borderStyle: "border-solid" | "border-dashed" | "border-dotted";
|
|
85
|
-
borderWidth: "border" | "border-0" | "border-2" | "border-4" | "border-8";
|
|
86
|
-
padding: "p-0" | "p-2" | "p-4" | "p-8" | "p-16";
|
|
69
|
+
content: {
|
|
70
|
+
text: string;
|
|
71
|
+
richText: boolean;
|
|
72
|
+
};
|
|
73
|
+
className: string;
|
|
74
|
+
lastTouched: number;
|
|
87
75
|
editable: boolean;
|
|
88
|
-
heroFontSize: "font-size-hero-1" | "font-size-hero-2" | "font-size-hero-3" | "font-size-hero-4" | "font-size-hero-5";
|
|
89
76
|
};
|
|
90
77
|
datasource: {
|
|
91
78
|
[x: string]: unknown;
|
|
@@ -95,5 +82,6 @@ export declare const defaults: {
|
|
|
95
82
|
[x: string]: unknown;
|
|
96
83
|
[x: number]: unknown;
|
|
97
84
|
};
|
|
85
|
+
hideInLibrary: boolean;
|
|
98
86
|
};
|
|
99
87
|
//# sourceMappingURL=header.manifest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"header.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/header.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"header.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/header.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAMtD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmCnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC/C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{a,b}from"../../chunk-
|
|
3
|
+
import{a,b}from"../../chunk-HMO5CIER.js";import"../../chunk-PUHGH25O.js";import"../../chunk-PXAK7ZJ3.js";import"../../chunk-JSOZWQRQ.js";export{b as defaults,a as manifest};
|
|
@@ -1,20 +1,28 @@
|
|
|
1
1
|
import { type Static } from "@sinclair/typebox";
|
|
2
2
|
export declare const manifest: import("@sinclair/typebox").TObject<{
|
|
3
3
|
props: import("@sinclair/typebox").TObject<{
|
|
4
|
-
content: import("@sinclair/typebox").
|
|
4
|
+
content: import("@sinclair/typebox").TObject<{
|
|
5
|
+
text: import("@sinclair/typebox").TString;
|
|
6
|
+
richText: import("@sinclair/typebox").TBoolean;
|
|
7
|
+
}>;
|
|
8
|
+
className: import("@sinclair/typebox").TString;
|
|
9
|
+
lastTouched: import("@sinclair/typebox").TNumber;
|
|
5
10
|
editable: import("@sinclair/typebox").TBoolean;
|
|
6
|
-
id: import("@sinclair/typebox").TString;
|
|
7
|
-
className: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
8
|
-
z: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
9
|
-
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">]>;
|
|
10
11
|
backgroundColor: import("@sinclair/typebox").TString;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
12
|
+
effects: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
13
|
+
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">]>;
|
|
14
|
+
opacity: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15
|
+
}>>;
|
|
16
|
+
dimensions: import("@sinclair/typebox").TObject<{
|
|
17
|
+
height: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"fixed">, import("@sinclair/typebox").TLiteral<"auto">]>>;
|
|
18
|
+
padding: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"p-0">, import("@sinclair/typebox").TLiteral<"p-2">, import("@sinclair/typebox").TLiteral<"p-4">, import("@sinclair/typebox").TLiteral<"p-8">, import("@sinclair/typebox").TLiteral<"p-16">]>>;
|
|
19
|
+
}>;
|
|
20
|
+
borders: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
21
|
+
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">]>;
|
|
22
|
+
style: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-solid">, import("@sinclair/typebox").TLiteral<"border-dashed">, import("@sinclair/typebox").TLiteral<"border-dotted">]>;
|
|
23
|
+
color: import("@sinclair/typebox").TString;
|
|
24
|
+
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">]>;
|
|
25
|
+
}>>;
|
|
18
26
|
}>;
|
|
19
27
|
datarecord?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
20
28
|
datasource?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
@@ -23,6 +31,7 @@ export declare const manifest: import("@sinclair/typebox").TObject<{
|
|
|
23
31
|
title: import("@sinclair/typebox").TLiteral<"Hero">;
|
|
24
32
|
description: import("@sinclair/typebox").TLiteral<"A big textual element for home pages">;
|
|
25
33
|
icon: import("@sinclair/typebox").TLiteral<"\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\">\n <rect x=\"10\" y=\"10\" width=\"80\" height=\"80\" rx=\"4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"/>\n <rect x=\"20\" y=\"35\" width=\"60\" height=\"12\" rx=\"2\" fill=\"currentColor\"/>\n <rect x=\"20\" y=\"52\" width=\"40\" height=\"12\" rx=\"2\" fill=\"currentColor\"/>\n</svg>\n ">;
|
|
34
|
+
hideInLibrary: import("@sinclair/typebox").TBoolean;
|
|
26
35
|
preferredWidth: import("@sinclair/typebox").TObject<{
|
|
27
36
|
mobile: import("@sinclair/typebox").TNumber;
|
|
28
37
|
desktop: import("@sinclair/typebox").TNumber;
|
|
@@ -72,20 +81,28 @@ export declare const defaults: {
|
|
|
72
81
|
desktop: number;
|
|
73
82
|
};
|
|
74
83
|
props: {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
84
|
+
effects?: {
|
|
85
|
+
opacity?: number | undefined;
|
|
86
|
+
shadow: "shadow-none" | "shadow-sm" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl";
|
|
87
|
+
} | undefined;
|
|
88
|
+
borders?: {
|
|
89
|
+
style: "border-solid" | "border-dashed" | "border-dotted";
|
|
90
|
+
color: string;
|
|
91
|
+
width: "border" | "border-0" | "border-2" | "border-4" | "border-8";
|
|
92
|
+
radius: "rounded-none" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-full";
|
|
93
|
+
} | undefined;
|
|
80
94
|
backgroundColor: string;
|
|
81
|
-
content:
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
95
|
+
content: {
|
|
96
|
+
text: string;
|
|
97
|
+
richText: boolean;
|
|
98
|
+
};
|
|
99
|
+
className: string;
|
|
100
|
+
lastTouched: number;
|
|
87
101
|
editable: boolean;
|
|
88
|
-
|
|
102
|
+
dimensions: {
|
|
103
|
+
height?: "fixed" | "auto" | undefined;
|
|
104
|
+
padding?: "p-0" | "p-2" | "p-4" | "p-8" | "p-16" | undefined;
|
|
105
|
+
};
|
|
89
106
|
};
|
|
90
107
|
datasource: {
|
|
91
108
|
[x: string]: unknown;
|
|
@@ -95,5 +112,6 @@ export declare const defaults: {
|
|
|
95
112
|
[x: string]: unknown;
|
|
96
113
|
[x: number]: unknown;
|
|
97
114
|
};
|
|
115
|
+
hideInLibrary: boolean;
|
|
98
116
|
};
|
|
99
117
|
//# sourceMappingURL=hero.manifest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hero.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/hero.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAOtD,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"hero.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/hero.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAOtD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC/C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{a,b}from"../../chunk-
|
|
3
|
+
import{a,b}from"../../chunk-POE5KCOE.js";import"../../chunk-4H4VCOKB.js";import"../../chunk-PUHGH25O.js";import"../../chunk-PXAK7ZJ3.js";import"../../chunk-JSOZWQRQ.js";export{b as defaults,a as manifest};
|
|
@@ -1,20 +1,13 @@
|
|
|
1
1
|
import { type Static } from "@sinclair/typebox";
|
|
2
2
|
export declare const manifest: import("@sinclair/typebox").TObject<{
|
|
3
3
|
props: import("@sinclair/typebox").TObject<{
|
|
4
|
-
content: import("@sinclair/typebox").
|
|
4
|
+
content: import("@sinclair/typebox").TObject<{
|
|
5
|
+
text: import("@sinclair/typebox").TString;
|
|
6
|
+
richText: import("@sinclair/typebox").TBoolean;
|
|
7
|
+
}>;
|
|
8
|
+
className: import("@sinclair/typebox").TString;
|
|
9
|
+
lastTouched: import("@sinclair/typebox").TNumber;
|
|
5
10
|
editable: import("@sinclair/typebox").TBoolean;
|
|
6
|
-
id: import("@sinclair/typebox").TString;
|
|
7
|
-
className: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
8
|
-
z: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
9
|
-
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">]>;
|
|
10
|
-
backgroundColor: import("@sinclair/typebox").TString;
|
|
11
|
-
opacity: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
12
|
-
borderColor: import("@sinclair/typebox").TString;
|
|
13
|
-
borderRadius: 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">]>;
|
|
14
|
-
borderStyle: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-solid">, import("@sinclair/typebox").TLiteral<"border-dashed">, import("@sinclair/typebox").TLiteral<"border-dotted">]>;
|
|
15
|
-
borderWidth: 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">]>;
|
|
16
|
-
padding: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"p-0">, import("@sinclair/typebox").TLiteral<"p-2">, import("@sinclair/typebox").TLiteral<"p-4">, import("@sinclair/typebox").TLiteral<"p-8">, import("@sinclair/typebox").TLiteral<"p-16">]>;
|
|
17
|
-
heroFontSize: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"font-size-hero-1">, import("@sinclair/typebox").TLiteral<"font-size-hero-2">, import("@sinclair/typebox").TLiteral<"font-size-hero-3">, import("@sinclair/typebox").TLiteral<"font-size-hero-4">, import("@sinclair/typebox").TLiteral<"font-size-hero-5">]>;
|
|
18
11
|
}>;
|
|
19
12
|
datarecord?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
20
13
|
datasource?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
@@ -23,6 +16,7 @@ export declare const manifest: import("@sinclair/typebox").TObject<{
|
|
|
23
16
|
title: import("@sinclair/typebox").TLiteral<"Icon">;
|
|
24
17
|
description: import("@sinclair/typebox").TLiteral<"An icon with optional text">;
|
|
25
18
|
icon: import("@sinclair/typebox").TLiteral<"\n <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 <!-- Diamond shape -->\n <path d=\"M7 12 L12 7 L17 12 L12 17 Z\"></path>\n</svg>\n ">;
|
|
19
|
+
hideInLibrary: import("@sinclair/typebox").TBoolean;
|
|
26
20
|
preferredWidth: import("@sinclair/typebox").TObject<{
|
|
27
21
|
mobile: import("@sinclair/typebox").TNumber;
|
|
28
22
|
desktop: import("@sinclair/typebox").TNumber;
|
|
@@ -72,20 +66,13 @@ export declare const defaults: {
|
|
|
72
66
|
desktop: number;
|
|
73
67
|
};
|
|
74
68
|
props: {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
content: string;
|
|
82
|
-
borderColor: string;
|
|
83
|
-
borderRadius: "rounded-none" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-full";
|
|
84
|
-
borderStyle: "border-solid" | "border-dashed" | "border-dotted";
|
|
85
|
-
borderWidth: "border" | "border-0" | "border-2" | "border-4" | "border-8";
|
|
86
|
-
padding: "p-0" | "p-2" | "p-4" | "p-8" | "p-16";
|
|
69
|
+
content: {
|
|
70
|
+
text: string;
|
|
71
|
+
richText: boolean;
|
|
72
|
+
};
|
|
73
|
+
className: string;
|
|
74
|
+
lastTouched: number;
|
|
87
75
|
editable: boolean;
|
|
88
|
-
heroFontSize: "font-size-hero-1" | "font-size-hero-2" | "font-size-hero-3" | "font-size-hero-4" | "font-size-hero-5";
|
|
89
76
|
};
|
|
90
77
|
datasource: {
|
|
91
78
|
[x: string]: unknown;
|
|
@@ -95,5 +82,6 @@ export declare const defaults: {
|
|
|
95
82
|
[x: string]: unknown;
|
|
96
83
|
[x: number]: unknown;
|
|
97
84
|
};
|
|
85
|
+
hideInLibrary: boolean;
|
|
98
86
|
};
|
|
99
87
|
//# sourceMappingURL=icon.manifest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/icon.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"icon.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/icon.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAMtD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+BnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC/C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{a,b}from"../../chunk-
|
|
3
|
+
import{a,b}from"../../chunk-GEODA2ON.js";import"../../chunk-PUHGH25O.js";import"../../chunk-PXAK7ZJ3.js";import"../../chunk-JSOZWQRQ.js";export{b as defaults,a as manifest};
|
|
@@ -1,19 +1,13 @@
|
|
|
1
1
|
import { type Static } from "@sinclair/typebox";
|
|
2
2
|
export declare const manifest: import("@sinclair/typebox").TObject<{
|
|
3
3
|
props: import("@sinclair/typebox").TObject<{
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
opacity: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
12
|
-
borderColor: import("@sinclair/typebox").TString;
|
|
13
|
-
borderRadius: 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">]>;
|
|
14
|
-
borderStyle: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-solid">, import("@sinclair/typebox").TLiteral<"border-dashed">, import("@sinclair/typebox").TLiteral<"border-dotted">]>;
|
|
15
|
-
borderWidth: 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">]>;
|
|
16
|
-
padding: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"p-0">, import("@sinclair/typebox").TLiteral<"p-2">, import("@sinclair/typebox").TLiteral<"p-4">, import("@sinclair/typebox").TLiteral<"p-8">, import("@sinclair/typebox").TLiteral<"p-16">]>;
|
|
4
|
+
image: import("@sinclair/typebox").TObject<{
|
|
5
|
+
src: import("@sinclair/typebox").TString;
|
|
6
|
+
alt: import("@sinclair/typebox").TString;
|
|
7
|
+
}>;
|
|
8
|
+
className: import("@sinclair/typebox").TString;
|
|
9
|
+
lastTouched: import("@sinclair/typebox").TNumber;
|
|
10
|
+
editable: import("@sinclair/typebox").TBoolean;
|
|
17
11
|
}>;
|
|
18
12
|
datarecord?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
19
13
|
datasource?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
@@ -22,6 +16,7 @@ export declare const manifest: import("@sinclair/typebox").TObject<{
|
|
|
22
16
|
title: import("@sinclair/typebox").TLiteral<"Image">;
|
|
23
17
|
description: import("@sinclair/typebox").TLiteral<"An image brick">;
|
|
24
18
|
icon: import("@sinclair/typebox").TLiteral<"\n <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 <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect>\n <circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"></circle>\n <polyline points=\"21 15 16 10 5 21\"></polyline>\n </svg>\n ">;
|
|
19
|
+
hideInLibrary: import("@sinclair/typebox").TBoolean;
|
|
25
20
|
preferredWidth: import("@sinclair/typebox").TObject<{
|
|
26
21
|
mobile: import("@sinclair/typebox").TNumber;
|
|
27
22
|
desktop: import("@sinclair/typebox").TNumber;
|
|
@@ -71,19 +66,13 @@ export declare const defaults: {
|
|
|
71
66
|
desktop: number;
|
|
72
67
|
};
|
|
73
68
|
props: {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
borderColor: string;
|
|
82
|
-
borderRadius: "rounded-none" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-full";
|
|
83
|
-
borderStyle: "border-solid" | "border-dashed" | "border-dotted";
|
|
84
|
-
borderWidth: "border" | "border-0" | "border-2" | "border-4" | "border-8";
|
|
85
|
-
padding: "p-0" | "p-2" | "p-4" | "p-8" | "p-16";
|
|
86
|
-
alt: string;
|
|
69
|
+
image: {
|
|
70
|
+
src: string;
|
|
71
|
+
alt: string;
|
|
72
|
+
};
|
|
73
|
+
className: string;
|
|
74
|
+
lastTouched: number;
|
|
75
|
+
editable: boolean;
|
|
87
76
|
};
|
|
88
77
|
datasource: {
|
|
89
78
|
[x: string]: unknown;
|
|
@@ -93,5 +82,6 @@ export declare const defaults: {
|
|
|
93
82
|
[x: string]: unknown;
|
|
94
83
|
[x: number]: unknown;
|
|
95
84
|
};
|
|
85
|
+
hideInLibrary: boolean;
|
|
96
86
|
};
|
|
97
87
|
//# sourceMappingURL=image.manifest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/image.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"image.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/image.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAMtD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8BnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC/C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{a,b}from"../../chunk-
|
|
3
|
+
import{a,b}from"../../chunk-VGBLZSS6.js";import"../../chunk-PUHGH25O.js";import"../../chunk-PXAK7ZJ3.js";import"../../chunk-JSOZWQRQ.js";export{b as defaults,a as manifest};
|
|
@@ -1,20 +1,14 @@
|
|
|
1
1
|
import { type Static } from "@sinclair/typebox";
|
|
2
2
|
export declare const manifest: import("@sinclair/typebox").TObject<{
|
|
3
3
|
props: import("@sinclair/typebox").TObject<{
|
|
4
|
-
content: import("@sinclair/typebox").
|
|
4
|
+
content: import("@sinclair/typebox").TObject<{
|
|
5
|
+
text: import("@sinclair/typebox").TString;
|
|
6
|
+
richText: import("@sinclair/typebox").TBoolean;
|
|
7
|
+
}>;
|
|
8
|
+
className: import("@sinclair/typebox").TString;
|
|
9
|
+
lastTouched: import("@sinclair/typebox").TNumber;
|
|
5
10
|
editable: import("@sinclair/typebox").TBoolean;
|
|
6
|
-
|
|
7
|
-
className: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
8
|
-
z: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
9
|
-
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">]>;
|
|
10
|
-
backgroundColor: import("@sinclair/typebox").TString;
|
|
11
|
-
opacity: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
12
|
-
borderColor: import("@sinclair/typebox").TString;
|
|
13
|
-
borderRadius: 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">]>;
|
|
14
|
-
borderStyle: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-solid">, import("@sinclair/typebox").TLiteral<"border-dashed">, import("@sinclair/typebox").TLiteral<"border-dotted">]>;
|
|
15
|
-
borderWidth: 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">]>;
|
|
16
|
-
padding: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"p-0">, import("@sinclair/typebox").TLiteral<"p-2">, import("@sinclair/typebox").TLiteral<"p-4">, import("@sinclair/typebox").TLiteral<"p-8">, import("@sinclair/typebox").TLiteral<"p-16">]>;
|
|
17
|
-
heroFontSize: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"font-size-hero-1">, import("@sinclair/typebox").TLiteral<"font-size-hero-2">, import("@sinclair/typebox").TLiteral<"font-size-hero-3">, import("@sinclair/typebox").TLiteral<"font-size-hero-4">, import("@sinclair/typebox").TLiteral<"font-size-hero-5">]>;
|
|
11
|
+
container: import("@sinclair/typebox").TBoolean;
|
|
18
12
|
}>;
|
|
19
13
|
datarecord?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
20
14
|
datasource?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
@@ -23,6 +17,7 @@ export declare const manifest: import("@sinclair/typebox").TObject<{
|
|
|
23
17
|
title: import("@sinclair/typebox").TLiteral<"Images wall">;
|
|
24
18
|
description: import("@sinclair/typebox").TLiteral<"An image collection">;
|
|
25
19
|
icon: import("@sinclair/typebox").TLiteral<"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <!-- Main container -->\n <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect>\n\n <!-- Image rectangles in masonry layout -->\n <rect x=\"5\" y=\"5\" width=\"6\" height=\"5\" rx=\"1\"></rect>\n <rect x=\"13\" y=\"5\" width=\"6\" height=\"7\" rx=\"1\"></rect>\n <rect x=\"5\" y=\"12\" width=\"6\" height=\"7\" rx=\"1\"></rect>\n <rect x=\"13\" y=\"14\" width=\"6\" height=\"5\" rx=\"1\"></rect>\n</svg>\n ">;
|
|
20
|
+
hideInLibrary: import("@sinclair/typebox").TBoolean;
|
|
26
21
|
preferredWidth: import("@sinclair/typebox").TObject<{
|
|
27
22
|
mobile: import("@sinclair/typebox").TNumber;
|
|
28
23
|
desktop: import("@sinclair/typebox").TNumber;
|
|
@@ -72,20 +67,14 @@ export declare const defaults: {
|
|
|
72
67
|
desktop: number;
|
|
73
68
|
};
|
|
74
69
|
props: {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
borderColor: string;
|
|
83
|
-
borderRadius: "rounded-none" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-full";
|
|
84
|
-
borderStyle: "border-solid" | "border-dashed" | "border-dotted";
|
|
85
|
-
borderWidth: "border" | "border-0" | "border-2" | "border-4" | "border-8";
|
|
86
|
-
padding: "p-0" | "p-2" | "p-4" | "p-8" | "p-16";
|
|
70
|
+
content: {
|
|
71
|
+
text: string;
|
|
72
|
+
richText: boolean;
|
|
73
|
+
};
|
|
74
|
+
container: boolean;
|
|
75
|
+
className: string;
|
|
76
|
+
lastTouched: number;
|
|
87
77
|
editable: boolean;
|
|
88
|
-
heroFontSize: "font-size-hero-1" | "font-size-hero-2" | "font-size-hero-3" | "font-size-hero-4" | "font-size-hero-5";
|
|
89
78
|
};
|
|
90
79
|
datasource: {
|
|
91
80
|
[x: string]: unknown;
|
|
@@ -95,5 +84,6 @@ export declare const defaults: {
|
|
|
95
84
|
[x: string]: unknown;
|
|
96
85
|
[x: number]: unknown;
|
|
97
86
|
};
|
|
87
|
+
hideInLibrary: boolean;
|
|
98
88
|
};
|
|
99
89
|
//# sourceMappingURL=images-wall.manifest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"images-wall.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/images-wall.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"images-wall.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/images-wall.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAMtD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiCnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC/C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/*! Upstart.gg - Copyright (C) 2024 Flippable - https://github.com/enpage/enpage/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
import{a,b}from"../../chunk-
|
|
3
|
+
import{a,b}from"../../chunk-MXONIPYM.js";import"../../chunk-PUHGH25O.js";import"../../chunk-PXAK7ZJ3.js";import"../../chunk-JSOZWQRQ.js";export{b as defaults,a as manifest};
|