@upstart.gg/sdk 0.0.76 → 0.0.78
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 +1 -1
- package/dist/node/cli/commands/publish/cmd-publish.js +1 -1
- 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 +1 -1
- package/dist/node/shared/logger.js +1 -1
- package/dist/shared/attributes.d.ts +14 -5
- 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 +49 -25
- 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 +56 -38
- 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 +48 -18
- 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 +155 -0
- package/dist/shared/bricks/manifests/container.manifest.d.ts.map +1 -0
- package/dist/shared/bricks/manifests/container.manifest.js +3 -0
- package/dist/shared/bricks/manifests/countdown.manifest.d.ts +14 -8
- 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 -8
- 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 +14 -8
- 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 +48 -18
- 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 +14 -8
- 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 +49 -25
- 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 -8
- 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 -8
- 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 +14 -8
- 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 +14 -2
- package/dist/shared/bricks/manifests/loop.manifest.d.ts.map +1 -1
- package/dist/shared/bricks/manifests/loop.manifest.js +1 -1
- package/dist/shared/bricks/manifests/map.manifest.d.ts +12 -0
- 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 -8
- 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 +48 -24
- 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 +13 -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/common.d.ts +19 -14
- 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-presets.d.ts +10 -0
- package/dist/shared/bricks/props/style-presets.d.ts.map +1 -0
- package/dist/shared/bricks/props/style-presets.js +3 -0
- package/dist/shared/bricks/props/style-props.d.ts +46 -8
- 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 +1242 -196
- package/dist/shared/bricks.d.ts.map +1 -1
- package/dist/shared/bricks.js +1 -1
- package/dist/shared/{chunk-5SAUZF4N.js → chunk-3PPIJUXG.js} +1 -1
- package/dist/shared/{chunk-HMO5CIER.js → chunk-3T2OW4FE.js} +1 -1
- package/dist/shared/{chunk-SN3PMMZ2.js → chunk-5PE57DBS.js} +2 -2
- package/dist/shared/chunk-6G2OUITX.js +3 -0
- package/dist/shared/chunk-AVHF4FLR.js +3 -0
- package/dist/shared/{chunk-MXONIPYM.js → chunk-G42AE2ZC.js} +1 -1
- package/dist/shared/chunk-G4K7GJZO.js +3 -0
- package/dist/shared/chunk-GBKDJDGW.js +3 -0
- package/dist/shared/{chunk-2CWDNNLG.js → chunk-GUOQD446.js} +1 -1
- package/dist/shared/chunk-MEMG6QPT.js +3 -0
- package/dist/shared/chunk-NYPOZ5T2.js +13 -0
- package/dist/shared/chunk-PZCWP77P.js +3 -0
- package/dist/shared/chunk-QQ7YEIHB.js +3 -0
- package/dist/shared/{chunk-VGBLZSS6.js → chunk-RRTB52G4.js} +1 -1
- package/dist/shared/chunk-UIKVMZNI.js +13 -0
- package/dist/shared/{chunk-FSUHIMOU.js → chunk-WGWJHVOE.js} +1 -1
- package/dist/shared/{chunk-LRO2KHWL.js → chunk-WX4P2YIR.js} +1 -1
- package/dist/shared/{chunk-A66YBEIK.js → chunk-WXSQ2ZEK.js} +1 -1
- package/dist/shared/{chunk-BIEJRPKG.js → chunk-XS5WCEA6.js} +1 -1
- package/dist/shared/{chunk-POE5KCOE.js → chunk-Y3TOGUNY.js} +2 -2
- package/dist/shared/{chunk-Z4THNQZ7.js → chunk-YSMFNK4R.js} +1 -1
- package/dist/shared/chunk-YXGFGLKH.js +16 -0
- package/dist/shared/chunk-ZDZXB45C.js +7 -0
- package/dist/shared/{chunk-RAFOQXXX.js → chunk-ZWYM64YA.js} +2 -2
- package/dist/shared/{chunk-GEODA2ON.js → chunk-ZYVXEGAM.js} +1 -1
- package/dist/shared/datarecords/external/airtable/handler.d.ts +8 -0
- package/dist/shared/datarecords/external/airtable/handler.d.ts.map +1 -0
- package/dist/shared/datarecords/external/airtable/options.d.ts +1 -2
- package/dist/shared/datarecords/external/airtable/options.d.ts.map +1 -1
- package/dist/shared/datarecords/external/generic-webhook/handler.d.ts +3 -0
- package/dist/shared/datarecords/external/generic-webhook/handler.d.ts.map +1 -0
- package/dist/shared/datarecords/external/generic-webhook/options.d.ts.map +1 -1
- package/dist/shared/datarecords/external/google/sheets/handler.d.ts +8 -0
- package/dist/shared/datarecords/external/google/sheets/handler.d.ts.map +1 -0
- package/dist/shared/datarecords/types.d.ts +2 -4
- package/dist/shared/datarecords/types.d.ts.map +1 -1
- package/dist/shared/datarecords/types.js +1 -1
- package/dist/shared/page.d.ts +1988 -381
- package/dist/shared/page.d.ts.map +1 -1
- package/dist/shared/page.js +1 -1
- package/dist/shared/tests/test-config.d.ts.map +1 -1
- package/dist/shared/theme.d.ts +48 -28
- package/dist/shared/theme.d.ts.map +1 -1
- package/dist/shared/theme.js +1 -1
- package/dist/shared/themes/all-themes.d.ts.map +1 -1
- package/dist/shared/themes/all-themes.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 +3 -3
- package/dist/shared/chunk-4H4VCOKB.js +0 -3
- package/dist/shared/chunk-6M2JPD36.js +0 -13
- package/dist/shared/chunk-7GCPTZVT.js +0 -3
- package/dist/shared/chunk-GCZ4WSX2.js +0 -3
- package/dist/shared/chunk-J45DOHTX.js +0 -16
- package/dist/shared/chunk-JSOZWQRQ.js +0 -3
- package/dist/shared/chunk-LR6R5QDM.js +0 -7
- package/dist/shared/chunk-PUHGH25O.js +0 -3
- package/dist/shared/chunk-TPVKGTAK.js +0 -3
|
@@ -1,41 +1,49 @@
|
|
|
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
|
+
id: import("@sinclair/typebox").TString;
|
|
4
5
|
className: import("@sinclair/typebox").TString;
|
|
5
6
|
lastTouched: import("@sinclair/typebox").TNumber;
|
|
6
7
|
editable: import("@sinclair/typebox").TBoolean;
|
|
7
|
-
|
|
8
|
+
stylePreset: import("@sinclair/typebox").TObject<{
|
|
9
|
+
style: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"ghost">, import("@sinclair/typebox").TLiteral<"plain">, import("@sinclair/typebox").TLiteral<"plain2">, import("@sinclair/typebox").TLiteral<"plain3">, import("@sinclair/typebox").TLiteral<"modern">, import("@sinclair/typebox").TLiteral<"modern2">, import("@sinclair/typebox").TLiteral<"soft">, import("@sinclair/typebox").TLiteral<"glass">, import("@sinclair/typebox").TLiteral<"elevated">, import("@sinclair/typebox").TLiteral<"outlined">, import("@sinclair/typebox").TLiteral<"paper">, import("@sinclair/typebox").TLiteral<"gradient">, import("@sinclair/typebox").TLiteral<"gradient2">, import("@sinclair/typebox").TLiteral<"gradient3">, import("@sinclair/typebox").TLiteral<"gradient4">, import("@sinclair/typebox").TLiteral<"gradient5">, import("@sinclair/typebox").TLiteral<"gradient6">, import("@sinclair/typebox").TLiteral<"callout">]>;
|
|
10
|
+
variant: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"primary">, import("@sinclair/typebox").TLiteral<"secondary">, import("@sinclair/typebox").TLiteral<"accent">, import("@sinclair/typebox").TLiteral<"neutral">]>;
|
|
11
|
+
}>;
|
|
12
|
+
background: import("@sinclair/typebox").TObject<{
|
|
13
|
+
color: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
14
|
+
image: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15
|
+
size: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"auto">, import("@sinclair/typebox").TLiteral<"cover">, import("@sinclair/typebox").TLiteral<"contain">]>>;
|
|
16
|
+
repeat: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"no-repeat">, import("@sinclair/typebox").TLiteral<"repeat">, import("@sinclair/typebox").TLiteral<"repeat-x">, import("@sinclair/typebox").TLiteral<"repeat-y">, import("@sinclair/typebox").TLiteral<"space">, import("@sinclair/typebox").TLiteral<"round">]>>;
|
|
17
|
+
}>;
|
|
18
|
+
text: import("@sinclair/typebox").TObject<{
|
|
19
|
+
size: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"inherit">, import("@sinclair/typebox").TLiteral<"text-xs">, import("@sinclair/typebox").TLiteral<"text-sm">, import("@sinclair/typebox").TLiteral<"text-base">, import("@sinclair/typebox").TLiteral<"text-lg">, import("@sinclair/typebox").TLiteral<"text-xl">, import("@sinclair/typebox").TLiteral<"text-2xl">, import("@sinclair/typebox").TLiteral<"text-3xl">, import("@sinclair/typebox").TLiteral<"text-4xl">, import("@sinclair/typebox").TLiteral<"text-5xl">, import("@sinclair/typebox").TLiteral<"text-6xl">, import("@sinclair/typebox").TLiteral<"text-7xl">]>;
|
|
20
|
+
color: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
21
|
+
}>;
|
|
22
|
+
border: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
23
|
+
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">]>;
|
|
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
|
+
color: import("@sinclair/typebox").TString;
|
|
26
|
+
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">]>;
|
|
27
|
+
}>>;
|
|
8
28
|
effects: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
9
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">]>;
|
|
10
30
|
opacity: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
11
31
|
}>>;
|
|
12
32
|
dimensions: import("@sinclair/typebox").TObject<{
|
|
13
33
|
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">]>>;
|
|
34
|
+
padding: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"p-0">, import("@sinclair/typebox").TLiteral<"p-1">, import("@sinclair/typebox").TLiteral<"p-2">, import("@sinclair/typebox").TLiteral<"p-4">, import("@sinclair/typebox").TLiteral<"p-8">, import("@sinclair/typebox").TLiteral<"p-16">]>>;
|
|
15
35
|
}>;
|
|
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
36
|
cardTitle: import("@sinclair/typebox").TObject<{
|
|
23
|
-
content: import("@sinclair/typebox").
|
|
24
|
-
|
|
25
|
-
richText: import("@sinclair/typebox").TBoolean;
|
|
26
|
-
}>;
|
|
27
|
-
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">]>;
|
|
37
|
+
content: import("@sinclair/typebox").TString;
|
|
38
|
+
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">]>;
|
|
28
39
|
backgroundColor: import("@sinclair/typebox").TString;
|
|
29
40
|
}>;
|
|
30
41
|
cardImage: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
31
42
|
image: import("@sinclair/typebox").TString;
|
|
32
43
|
}>>;
|
|
33
44
|
cardBody: import("@sinclair/typebox").TObject<{
|
|
34
|
-
content: import("@sinclair/typebox").
|
|
35
|
-
|
|
36
|
-
richText: import("@sinclair/typebox").TBoolean;
|
|
37
|
-
}>;
|
|
38
|
-
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">]>;
|
|
45
|
+
content: import("@sinclair/typebox").TString;
|
|
46
|
+
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">]>;
|
|
39
47
|
backgroundColor: import("@sinclair/typebox").TString;
|
|
40
48
|
}>;
|
|
41
49
|
}>;
|
|
@@ -47,6 +55,7 @@ export declare const manifest: import("@sinclair/typebox").TObject<{
|
|
|
47
55
|
description: import("@sinclair/typebox").TLiteral<"A multi-purpose card that can have a title, subtitle, image, and content">;
|
|
48
56
|
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 <!-- Card container -->\n <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect>\n\n <!-- Image area separator line -->\n <line x1=\"3\" y1=\"11\" x2=\"21\" y2=\"11\"></line>\n\n <!-- Title (shorter line) -->\n <line x1=\"7\" y1=\"14\" x2=\"17\" y2=\"14\"></line>\n\n <!-- Text content (shorter line) -->\n <line x1=\"7\" y1=\"17\" x2=\"15\" y2=\"17\"></line>\n</svg>\n ">;
|
|
49
57
|
hideInLibrary: import("@sinclair/typebox").TBoolean;
|
|
58
|
+
isContainer: import("@sinclair/typebox").TBoolean;
|
|
50
59
|
preferredWidth: import("@sinclair/typebox").TObject<{
|
|
51
60
|
mobile: import("@sinclair/typebox").TNumber;
|
|
52
61
|
desktop: import("@sinclair/typebox").TNumber;
|
|
@@ -96,42 +105,50 @@ export declare const defaults: {
|
|
|
96
105
|
desktop: number;
|
|
97
106
|
};
|
|
98
107
|
props: {
|
|
99
|
-
|
|
100
|
-
opacity?: number | undefined;
|
|
101
|
-
shadow: "shadow-none" | "shadow-sm" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl";
|
|
102
|
-
} | undefined;
|
|
103
|
-
borders?: {
|
|
104
|
-
style: "border-solid" | "border-dashed" | "border-dotted";
|
|
108
|
+
border?: {
|
|
105
109
|
color: string;
|
|
106
110
|
width: "border" | "border-0" | "border-2" | "border-4" | "border-8";
|
|
111
|
+
style: "border-solid" | "border-dashed" | "border-dotted";
|
|
107
112
|
radius: "rounded-none" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-full";
|
|
108
113
|
} | undefined;
|
|
114
|
+
effects?: {
|
|
115
|
+
opacity?: number | undefined;
|
|
116
|
+
shadow: "shadow-none" | "shadow-sm" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl";
|
|
117
|
+
} | undefined;
|
|
109
118
|
cardImage?: {
|
|
110
119
|
image: string;
|
|
111
120
|
} | undefined;
|
|
112
|
-
|
|
121
|
+
id: string;
|
|
122
|
+
background: {
|
|
123
|
+
repeat?: "repeat" | "no-repeat" | "repeat-x" | "repeat-y" | "round" | "space" | undefined;
|
|
124
|
+
color?: string | undefined;
|
|
125
|
+
size?: "contain" | "auto" | "cover" | undefined;
|
|
126
|
+
image?: string | undefined;
|
|
127
|
+
};
|
|
128
|
+
text: {
|
|
129
|
+
color?: string | undefined;
|
|
130
|
+
size: "inherit" | "text-xs" | "text-sm" | "text-base" | "text-lg" | "text-xl" | "text-2xl" | "text-3xl" | "text-4xl" | "text-5xl" | "text-6xl" | "text-7xl";
|
|
131
|
+
};
|
|
132
|
+
dimensions: {
|
|
133
|
+
height?: "fixed" | "auto" | undefined;
|
|
134
|
+
padding?: "p-0" | "p-1" | "p-2" | "p-4" | "p-8" | "p-16" | undefined;
|
|
135
|
+
};
|
|
113
136
|
className: string;
|
|
114
137
|
lastTouched: number;
|
|
115
138
|
editable: boolean;
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
139
|
+
stylePreset: {
|
|
140
|
+
style: "soft" | "ghost" | "outlined" | "plain" | "plain2" | "plain3" | "modern" | "modern2" | "glass" | "elevated" | "paper" | "gradient" | "gradient2" | "gradient3" | "gradient4" | "gradient5" | "gradient6" | "callout";
|
|
141
|
+
variant: "primary" | "secondary" | "accent" | "neutral";
|
|
119
142
|
};
|
|
120
143
|
cardTitle: {
|
|
121
144
|
backgroundColor: string;
|
|
122
|
-
content:
|
|
123
|
-
|
|
124
|
-
richText: boolean;
|
|
125
|
-
};
|
|
126
|
-
padding: "p-0" | "p-2" | "p-4" | "p-8" | "p-16";
|
|
145
|
+
content: string;
|
|
146
|
+
padding: "p-0" | "p-1" | "p-2" | "p-4" | "p-8" | "p-16";
|
|
127
147
|
};
|
|
128
148
|
cardBody: {
|
|
129
149
|
backgroundColor: string;
|
|
130
|
-
content:
|
|
131
|
-
|
|
132
|
-
richText: boolean;
|
|
133
|
-
};
|
|
134
|
-
padding: "p-0" | "p-2" | "p-4" | "p-8" | "p-16";
|
|
150
|
+
content: string;
|
|
151
|
+
padding: "p-0" | "p-1" | "p-2" | "p-4" | "p-8" | "p-16";
|
|
135
152
|
};
|
|
136
153
|
};
|
|
137
154
|
datasource: {
|
|
@@ -142,6 +159,7 @@ export declare const defaults: {
|
|
|
142
159
|
[x: string]: unknown;
|
|
143
160
|
[x: number]: unknown;
|
|
144
161
|
};
|
|
162
|
+
isContainer: boolean;
|
|
145
163
|
hideInLibrary: boolean;
|
|
146
164
|
};
|
|
147
165
|
//# sourceMappingURL=card.manifest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/card.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAOtD,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"card.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/card.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAOtD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6GnB,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-YXGFGLKH.js";import"../../chunk-QQ7YEIHB.js";import"../../chunk-PXAK7ZJ3.js";import"../../chunk-PZCWP77P.js";import"../../chunk-MEMG6QPT.js";export{b as defaults,a as manifest};
|
|
@@ -1,25 +1,39 @@
|
|
|
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
|
+
id: import("@sinclair/typebox").TString;
|
|
4
5
|
className: import("@sinclair/typebox").TString;
|
|
5
6
|
lastTouched: import("@sinclair/typebox").TNumber;
|
|
6
7
|
editable: import("@sinclair/typebox").TBoolean;
|
|
8
|
+
stylePreset: import("@sinclair/typebox").TObject<{
|
|
9
|
+
style: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"ghost">, import("@sinclair/typebox").TLiteral<"plain">, import("@sinclair/typebox").TLiteral<"plain2">, import("@sinclair/typebox").TLiteral<"plain3">, import("@sinclair/typebox").TLiteral<"modern">, import("@sinclair/typebox").TLiteral<"modern2">, import("@sinclair/typebox").TLiteral<"soft">, import("@sinclair/typebox").TLiteral<"glass">, import("@sinclair/typebox").TLiteral<"elevated">, import("@sinclair/typebox").TLiteral<"outlined">, import("@sinclair/typebox").TLiteral<"paper">, import("@sinclair/typebox").TLiteral<"gradient">, import("@sinclair/typebox").TLiteral<"gradient2">, import("@sinclair/typebox").TLiteral<"gradient3">, import("@sinclair/typebox").TLiteral<"gradient4">, import("@sinclair/typebox").TLiteral<"gradient5">, import("@sinclair/typebox").TLiteral<"gradient6">, import("@sinclair/typebox").TLiteral<"callout">]>;
|
|
10
|
+
variant: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"primary">, import("@sinclair/typebox").TLiteral<"secondary">, import("@sinclair/typebox").TLiteral<"accent">, import("@sinclair/typebox").TLiteral<"neutral">]>;
|
|
11
|
+
}>;
|
|
7
12
|
container: import("@sinclair/typebox").TBoolean;
|
|
8
|
-
|
|
13
|
+
background: import("@sinclair/typebox").TObject<{
|
|
14
|
+
color: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15
|
+
image: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
16
|
+
size: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"auto">, import("@sinclair/typebox").TLiteral<"cover">, import("@sinclair/typebox").TLiteral<"contain">]>>;
|
|
17
|
+
repeat: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"no-repeat">, import("@sinclair/typebox").TLiteral<"repeat">, import("@sinclair/typebox").TLiteral<"repeat-x">, import("@sinclair/typebox").TLiteral<"repeat-y">, import("@sinclair/typebox").TLiteral<"space">, import("@sinclair/typebox").TLiteral<"round">]>>;
|
|
18
|
+
}>;
|
|
19
|
+
text: import("@sinclair/typebox").TObject<{
|
|
20
|
+
size: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"inherit">, import("@sinclair/typebox").TLiteral<"text-xs">, import("@sinclair/typebox").TLiteral<"text-sm">, import("@sinclair/typebox").TLiteral<"text-base">, import("@sinclair/typebox").TLiteral<"text-lg">, import("@sinclair/typebox").TLiteral<"text-xl">, import("@sinclair/typebox").TLiteral<"text-2xl">, import("@sinclair/typebox").TLiteral<"text-3xl">, import("@sinclair/typebox").TLiteral<"text-4xl">, import("@sinclair/typebox").TLiteral<"text-5xl">, import("@sinclair/typebox").TLiteral<"text-6xl">, import("@sinclair/typebox").TLiteral<"text-7xl">]>;
|
|
21
|
+
color: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
22
|
+
}>;
|
|
23
|
+
border: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
24
|
+
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">]>;
|
|
25
|
+
style: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-solid">, import("@sinclair/typebox").TLiteral<"border-dashed">, import("@sinclair/typebox").TLiteral<"border-dotted">]>;
|
|
26
|
+
color: import("@sinclair/typebox").TString;
|
|
27
|
+
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">]>;
|
|
28
|
+
}>>;
|
|
9
29
|
effects: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
10
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">]>;
|
|
11
31
|
opacity: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
12
32
|
}>>;
|
|
13
33
|
dimensions: import("@sinclair/typebox").TObject<{
|
|
14
34
|
height: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"fixed">, import("@sinclair/typebox").TLiteral<"auto">]>>;
|
|
15
|
-
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">]>>;
|
|
35
|
+
padding: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"p-0">, import("@sinclair/typebox").TLiteral<"p-1">, import("@sinclair/typebox").TLiteral<"p-2">, import("@sinclair/typebox").TLiteral<"p-4">, import("@sinclair/typebox").TLiteral<"p-8">, import("@sinclair/typebox").TLiteral<"p-16">]>>;
|
|
16
36
|
}>;
|
|
17
|
-
borders: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
18
|
-
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">]>;
|
|
19
|
-
style: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-solid">, import("@sinclair/typebox").TLiteral<"border-dashed">, import("@sinclair/typebox").TLiteral<"border-dotted">]>;
|
|
20
|
-
color: import("@sinclair/typebox").TString;
|
|
21
|
-
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">]>;
|
|
22
|
-
}>>;
|
|
23
37
|
}>;
|
|
24
38
|
datarecord?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
25
39
|
datasource?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
@@ -29,6 +43,7 @@ export declare const manifest: import("@sinclair/typebox").TObject<{
|
|
|
29
43
|
description: import("@sinclair/typebox").TLiteral<"A carousel element">;
|
|
30
44
|
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 <!-- Main image rectangle -->\n <rect x=\"6\" y=\"6\" width=\"12\" height=\"8\" rx=\"1\"></rect>\n\n <!-- Navigation dots with more spacing -->\n <circle cx=\"9\" cy=\"17\" r=\"0.5\" fill=\"currentColor\"></circle>\n <circle cx=\"12\" cy=\"17\" r=\"0.5\" fill=\"currentColor\"></circle>\n <circle cx=\"15\" cy=\"17\" r=\"0.5\" fill=\"currentColor\"></circle>\n</svg>\n ">;
|
|
31
45
|
hideInLibrary: import("@sinclair/typebox").TBoolean;
|
|
46
|
+
isContainer: import("@sinclair/typebox").TBoolean;
|
|
32
47
|
preferredWidth: import("@sinclair/typebox").TObject<{
|
|
33
48
|
mobile: import("@sinclair/typebox").TNumber;
|
|
34
49
|
desktop: import("@sinclair/typebox").TNumber;
|
|
@@ -78,24 +93,38 @@ export declare const defaults: {
|
|
|
78
93
|
desktop: number;
|
|
79
94
|
};
|
|
80
95
|
props: {
|
|
81
|
-
|
|
82
|
-
opacity?: number | undefined;
|
|
83
|
-
shadow: "shadow-none" | "shadow-sm" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl";
|
|
84
|
-
} | undefined;
|
|
85
|
-
borders?: {
|
|
86
|
-
style: "border-solid" | "border-dashed" | "border-dotted";
|
|
96
|
+
border?: {
|
|
87
97
|
color: string;
|
|
88
98
|
width: "border" | "border-0" | "border-2" | "border-4" | "border-8";
|
|
99
|
+
style: "border-solid" | "border-dashed" | "border-dotted";
|
|
89
100
|
radius: "rounded-none" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-full";
|
|
90
101
|
} | undefined;
|
|
91
|
-
|
|
102
|
+
effects?: {
|
|
103
|
+
opacity?: number | undefined;
|
|
104
|
+
shadow: "shadow-none" | "shadow-sm" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl";
|
|
105
|
+
} | undefined;
|
|
106
|
+
id: string;
|
|
107
|
+
background: {
|
|
108
|
+
repeat?: "repeat" | "no-repeat" | "repeat-x" | "repeat-y" | "round" | "space" | undefined;
|
|
109
|
+
color?: string | undefined;
|
|
110
|
+
size?: "contain" | "auto" | "cover" | undefined;
|
|
111
|
+
image?: string | undefined;
|
|
112
|
+
};
|
|
113
|
+
text: {
|
|
114
|
+
color?: string | undefined;
|
|
115
|
+
size: "inherit" | "text-xs" | "text-sm" | "text-base" | "text-lg" | "text-xl" | "text-2xl" | "text-3xl" | "text-4xl" | "text-5xl" | "text-6xl" | "text-7xl";
|
|
116
|
+
};
|
|
92
117
|
container: boolean;
|
|
118
|
+
dimensions: {
|
|
119
|
+
height?: "fixed" | "auto" | undefined;
|
|
120
|
+
padding?: "p-0" | "p-1" | "p-2" | "p-4" | "p-8" | "p-16" | undefined;
|
|
121
|
+
};
|
|
93
122
|
className: string;
|
|
94
123
|
lastTouched: number;
|
|
95
124
|
editable: boolean;
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
125
|
+
stylePreset: {
|
|
126
|
+
style: "soft" | "ghost" | "outlined" | "plain" | "plain2" | "plain3" | "modern" | "modern2" | "glass" | "elevated" | "paper" | "gradient" | "gradient2" | "gradient3" | "gradient4" | "gradient5" | "gradient6" | "callout";
|
|
127
|
+
variant: "primary" | "secondary" | "accent" | "neutral";
|
|
99
128
|
};
|
|
100
129
|
};
|
|
101
130
|
datasource: {
|
|
@@ -106,6 +135,7 @@ export declare const defaults: {
|
|
|
106
135
|
[x: string]: unknown;
|
|
107
136
|
[x: number]: unknown;
|
|
108
137
|
};
|
|
138
|
+
isContainer: boolean;
|
|
109
139
|
hideInLibrary: boolean;
|
|
110
140
|
};
|
|
111
141
|
//# sourceMappingURL=carousel.manifest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carousel.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/carousel.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAOtD,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"carousel.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/carousel.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAOtD,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-5PE57DBS.js";import"../../chunk-QQ7YEIHB.js";import"../../chunk-PXAK7ZJ3.js";import"../../chunk-PZCWP77P.js";import"../../chunk-MEMG6QPT.js";export{b as defaults,a as manifest};
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
import { type Static } from "@sinclair/typebox";
|
|
2
|
+
export declare const manifest: import("@sinclair/typebox").TObject<{
|
|
3
|
+
props: import("@sinclair/typebox").TObject<{
|
|
4
|
+
children: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TAny>;
|
|
5
|
+
flex: import("@sinclair/typebox").TObject<{
|
|
6
|
+
direction: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"flex-row">, import("@sinclair/typebox").TLiteral<"flex-col">]>;
|
|
7
|
+
wrap: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"flex-wrap">, import("@sinclair/typebox").TLiteral<"flex-nowrap">]>;
|
|
8
|
+
justify: 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">]>;
|
|
9
|
+
align: 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-baseline">, import("@sinclair/typebox").TLiteral<"items-stretch">]>;
|
|
10
|
+
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">]>;
|
|
11
|
+
}>;
|
|
12
|
+
id: import("@sinclair/typebox").TString;
|
|
13
|
+
className: import("@sinclair/typebox").TString;
|
|
14
|
+
lastTouched: import("@sinclair/typebox").TNumber;
|
|
15
|
+
editable: import("@sinclair/typebox").TBoolean;
|
|
16
|
+
stylePreset: import("@sinclair/typebox").TObject<{
|
|
17
|
+
style: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"ghost">, import("@sinclair/typebox").TLiteral<"plain">, import("@sinclair/typebox").TLiteral<"plain2">, import("@sinclair/typebox").TLiteral<"plain3">, import("@sinclair/typebox").TLiteral<"modern">, import("@sinclair/typebox").TLiteral<"modern2">, import("@sinclair/typebox").TLiteral<"soft">, import("@sinclair/typebox").TLiteral<"glass">, import("@sinclair/typebox").TLiteral<"elevated">, import("@sinclair/typebox").TLiteral<"outlined">, import("@sinclair/typebox").TLiteral<"paper">, import("@sinclair/typebox").TLiteral<"gradient">, import("@sinclair/typebox").TLiteral<"gradient2">, import("@sinclair/typebox").TLiteral<"gradient3">, import("@sinclair/typebox").TLiteral<"gradient4">, import("@sinclair/typebox").TLiteral<"gradient5">, import("@sinclair/typebox").TLiteral<"gradient6">, import("@sinclair/typebox").TLiteral<"callout">]>;
|
|
18
|
+
variant: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"primary">, import("@sinclair/typebox").TLiteral<"secondary">, import("@sinclair/typebox").TLiteral<"accent">, import("@sinclair/typebox").TLiteral<"neutral">]>;
|
|
19
|
+
}>;
|
|
20
|
+
background: import("@sinclair/typebox").TObject<{
|
|
21
|
+
color: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
22
|
+
image: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
23
|
+
size: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"auto">, import("@sinclair/typebox").TLiteral<"cover">, import("@sinclair/typebox").TLiteral<"contain">]>>;
|
|
24
|
+
repeat: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"no-repeat">, import("@sinclair/typebox").TLiteral<"repeat">, import("@sinclair/typebox").TLiteral<"repeat-x">, import("@sinclair/typebox").TLiteral<"repeat-y">, import("@sinclair/typebox").TLiteral<"space">, import("@sinclair/typebox").TLiteral<"round">]>>;
|
|
25
|
+
}>;
|
|
26
|
+
text: import("@sinclair/typebox").TObject<{
|
|
27
|
+
size: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"inherit">, import("@sinclair/typebox").TLiteral<"text-xs">, import("@sinclair/typebox").TLiteral<"text-sm">, import("@sinclair/typebox").TLiteral<"text-base">, import("@sinclair/typebox").TLiteral<"text-lg">, import("@sinclair/typebox").TLiteral<"text-xl">, import("@sinclair/typebox").TLiteral<"text-2xl">, import("@sinclair/typebox").TLiteral<"text-3xl">, import("@sinclair/typebox").TLiteral<"text-4xl">, import("@sinclair/typebox").TLiteral<"text-5xl">, import("@sinclair/typebox").TLiteral<"text-6xl">, import("@sinclair/typebox").TLiteral<"text-7xl">]>;
|
|
28
|
+
color: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
29
|
+
}>;
|
|
30
|
+
border: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
31
|
+
radius: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"rounded-none">, import("@sinclair/typebox").TLiteral<"rounded-sm">, import("@sinclair/typebox").TLiteral<"rounded-md">, import("@sinclair/typebox").TLiteral<"rounded-lg">, import("@sinclair/typebox").TLiteral<"rounded-xl">, import("@sinclair/typebox").TLiteral<"rounded-full">]>;
|
|
32
|
+
style: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-solid">, import("@sinclair/typebox").TLiteral<"border-dashed">, import("@sinclair/typebox").TLiteral<"border-dotted">]>;
|
|
33
|
+
color: import("@sinclair/typebox").TString;
|
|
34
|
+
width: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"border-0">, import("@sinclair/typebox").TLiteral<"border">, import("@sinclair/typebox").TLiteral<"border-2">, import("@sinclair/typebox").TLiteral<"border-4">, import("@sinclair/typebox").TLiteral<"border-8">]>;
|
|
35
|
+
}>>;
|
|
36
|
+
effects: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
37
|
+
shadow: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"shadow-none">, import("@sinclair/typebox").TLiteral<"shadow-sm">, import("@sinclair/typebox").TLiteral<"shadow-md">, import("@sinclair/typebox").TLiteral<"shadow-lg">, import("@sinclair/typebox").TLiteral<"shadow-xl">, import("@sinclair/typebox").TLiteral<"shadow-2xl">]>;
|
|
38
|
+
opacity: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
39
|
+
}>>;
|
|
40
|
+
dimensions: import("@sinclair/typebox").TObject<{
|
|
41
|
+
height: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"fixed">, import("@sinclair/typebox").TLiteral<"auto">]>>;
|
|
42
|
+
padding: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"p-0">, import("@sinclair/typebox").TLiteral<"p-1">, import("@sinclair/typebox").TLiteral<"p-2">, import("@sinclair/typebox").TLiteral<"p-4">, import("@sinclair/typebox").TLiteral<"p-8">, import("@sinclair/typebox").TLiteral<"p-16">]>>;
|
|
43
|
+
}>;
|
|
44
|
+
}>;
|
|
45
|
+
datarecord?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
46
|
+
datasource?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
47
|
+
type: import("@sinclair/typebox").TLiteral<"container">;
|
|
48
|
+
kind: import("@sinclair/typebox").TLiteral<string>;
|
|
49
|
+
title: import("@sinclair/typebox").TLiteral<"Container">;
|
|
50
|
+
description: import("@sinclair/typebox").TLiteral<"A container that can hold other bricks and align them horizontally or vertically">;
|
|
51
|
+
icon: import("@sinclair/typebox").TLiteral<"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <!-- Main container -->\n <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect>\n\n <!-- Horizontal line -->\n <line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\"></line>\n\n <!-- Vertical line -->\n <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"21\"></line>\n</svg>\n ">;
|
|
52
|
+
hideInLibrary: import("@sinclair/typebox").TBoolean;
|
|
53
|
+
isContainer: import("@sinclair/typebox").TBoolean;
|
|
54
|
+
preferredWidth: import("@sinclair/typebox").TObject<{
|
|
55
|
+
mobile: import("@sinclair/typebox").TNumber;
|
|
56
|
+
desktop: import("@sinclair/typebox").TNumber;
|
|
57
|
+
}>;
|
|
58
|
+
preferredHeight: import("@sinclair/typebox").TObject<{
|
|
59
|
+
mobile: import("@sinclair/typebox").TNumber;
|
|
60
|
+
desktop: import("@sinclair/typebox").TNumber;
|
|
61
|
+
}>;
|
|
62
|
+
minWidth: import("@sinclair/typebox").TObject<{
|
|
63
|
+
mobile: import("@sinclair/typebox").TNumber;
|
|
64
|
+
desktop: import("@sinclair/typebox").TNumber;
|
|
65
|
+
}>;
|
|
66
|
+
maxWidth: import("@sinclair/typebox").TObject<{
|
|
67
|
+
mobile: import("@sinclair/typebox").TNumber;
|
|
68
|
+
desktop: import("@sinclair/typebox").TNumber;
|
|
69
|
+
}>;
|
|
70
|
+
minHeight: import("@sinclair/typebox").TObject<{
|
|
71
|
+
mobile: import("@sinclair/typebox").TNumber;
|
|
72
|
+
desktop: import("@sinclair/typebox").TNumber;
|
|
73
|
+
}>;
|
|
74
|
+
}>;
|
|
75
|
+
export type Manifest = Static<typeof manifest>;
|
|
76
|
+
export declare const defaults: {
|
|
77
|
+
description: "A container that can hold other bricks and align them horizontally or vertically";
|
|
78
|
+
title: "Container";
|
|
79
|
+
type: "container";
|
|
80
|
+
maxWidth: {
|
|
81
|
+
mobile: number;
|
|
82
|
+
desktop: number;
|
|
83
|
+
};
|
|
84
|
+
minHeight: {
|
|
85
|
+
mobile: number;
|
|
86
|
+
desktop: number;
|
|
87
|
+
};
|
|
88
|
+
minWidth: {
|
|
89
|
+
mobile: number;
|
|
90
|
+
desktop: number;
|
|
91
|
+
};
|
|
92
|
+
icon: "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <!-- Main container -->\n <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect>\n\n <!-- Horizontal line -->\n <line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\"></line>\n\n <!-- Vertical line -->\n <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"21\"></line>\n</svg>\n ";
|
|
93
|
+
kind: string;
|
|
94
|
+
preferredWidth: {
|
|
95
|
+
mobile: number;
|
|
96
|
+
desktop: number;
|
|
97
|
+
};
|
|
98
|
+
preferredHeight: {
|
|
99
|
+
mobile: number;
|
|
100
|
+
desktop: number;
|
|
101
|
+
};
|
|
102
|
+
props: {
|
|
103
|
+
border?: {
|
|
104
|
+
color: string;
|
|
105
|
+
width: "border" | "border-0" | "border-2" | "border-4" | "border-8";
|
|
106
|
+
style: "border-solid" | "border-dashed" | "border-dotted";
|
|
107
|
+
radius: "rounded-none" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-full";
|
|
108
|
+
} | undefined;
|
|
109
|
+
effects?: {
|
|
110
|
+
opacity?: number | undefined;
|
|
111
|
+
shadow: "shadow-none" | "shadow-sm" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl";
|
|
112
|
+
} | undefined;
|
|
113
|
+
id: string;
|
|
114
|
+
background: {
|
|
115
|
+
repeat?: "repeat" | "no-repeat" | "repeat-x" | "repeat-y" | "round" | "space" | undefined;
|
|
116
|
+
color?: string | undefined;
|
|
117
|
+
size?: "contain" | "auto" | "cover" | undefined;
|
|
118
|
+
image?: string | undefined;
|
|
119
|
+
};
|
|
120
|
+
text: {
|
|
121
|
+
color?: string | undefined;
|
|
122
|
+
size: "inherit" | "text-xs" | "text-sm" | "text-base" | "text-lg" | "text-xl" | "text-2xl" | "text-3xl" | "text-4xl" | "text-5xl" | "text-6xl" | "text-7xl";
|
|
123
|
+
};
|
|
124
|
+
flex: {
|
|
125
|
+
direction: "flex-row" | "flex-col";
|
|
126
|
+
gap: "gap-0" | "gap-1" | "gap-2" | "gap-4" | "gap-8" | "gap-16";
|
|
127
|
+
wrap: "flex-wrap" | "flex-nowrap";
|
|
128
|
+
justify: "justify-start" | "justify-center" | "justify-end" | "justify-between" | "justify-around" | "justify-evenly";
|
|
129
|
+
align: "items-start" | "items-center" | "items-end" | "items-baseline" | "items-stretch";
|
|
130
|
+
};
|
|
131
|
+
children: any[];
|
|
132
|
+
dimensions: {
|
|
133
|
+
height?: "fixed" | "auto" | undefined;
|
|
134
|
+
padding?: "p-0" | "p-1" | "p-2" | "p-4" | "p-8" | "p-16" | undefined;
|
|
135
|
+
};
|
|
136
|
+
className: string;
|
|
137
|
+
lastTouched: number;
|
|
138
|
+
editable: boolean;
|
|
139
|
+
stylePreset: {
|
|
140
|
+
style: "soft" | "ghost" | "outlined" | "plain" | "plain2" | "plain3" | "modern" | "modern2" | "glass" | "elevated" | "paper" | "gradient" | "gradient2" | "gradient3" | "gradient4" | "gradient5" | "gradient6" | "callout";
|
|
141
|
+
variant: "primary" | "secondary" | "accent" | "neutral";
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
datasource: {
|
|
145
|
+
[x: string]: unknown;
|
|
146
|
+
[x: number]: unknown;
|
|
147
|
+
};
|
|
148
|
+
datarecord: {
|
|
149
|
+
[x: string]: unknown;
|
|
150
|
+
[x: number]: unknown;
|
|
151
|
+
};
|
|
152
|
+
isContainer: boolean;
|
|
153
|
+
hideInLibrary: boolean;
|
|
154
|
+
};
|
|
155
|
+
//# sourceMappingURL=container.manifest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"container.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/container.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAOtD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmCnB,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-UIKVMZNI.js";import"../../chunk-QQ7YEIHB.js";import"../../chunk-PXAK7ZJ3.js";import"../../chunk-PZCWP77P.js";import"../../chunk-MEMG6QPT.js";export{b as defaults,a as manifest};
|
|
@@ -1,13 +1,15 @@
|
|
|
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").
|
|
5
|
-
|
|
6
|
-
richText: import("@sinclair/typebox").TBoolean;
|
|
7
|
-
}>;
|
|
4
|
+
content: import("@sinclair/typebox").TString;
|
|
5
|
+
id: import("@sinclair/typebox").TString;
|
|
8
6
|
className: import("@sinclair/typebox").TString;
|
|
9
7
|
lastTouched: import("@sinclair/typebox").TNumber;
|
|
10
8
|
editable: import("@sinclair/typebox").TBoolean;
|
|
9
|
+
stylePreset: import("@sinclair/typebox").TObject<{
|
|
10
|
+
style: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"ghost">, import("@sinclair/typebox").TLiteral<"plain">, import("@sinclair/typebox").TLiteral<"plain2">, import("@sinclair/typebox").TLiteral<"plain3">, import("@sinclair/typebox").TLiteral<"modern">, import("@sinclair/typebox").TLiteral<"modern2">, import("@sinclair/typebox").TLiteral<"soft">, import("@sinclair/typebox").TLiteral<"glass">, import("@sinclair/typebox").TLiteral<"elevated">, import("@sinclair/typebox").TLiteral<"outlined">, import("@sinclair/typebox").TLiteral<"paper">, import("@sinclair/typebox").TLiteral<"gradient">, import("@sinclair/typebox").TLiteral<"gradient2">, import("@sinclair/typebox").TLiteral<"gradient3">, import("@sinclair/typebox").TLiteral<"gradient4">, import("@sinclair/typebox").TLiteral<"gradient5">, import("@sinclair/typebox").TLiteral<"gradient6">, import("@sinclair/typebox").TLiteral<"callout">]>;
|
|
11
|
+
variant: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"primary">, import("@sinclair/typebox").TLiteral<"secondary">, import("@sinclair/typebox").TLiteral<"accent">, import("@sinclair/typebox").TLiteral<"neutral">]>;
|
|
12
|
+
}>;
|
|
11
13
|
}>;
|
|
12
14
|
datarecord?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
13
15
|
datasource?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
|
|
@@ -17,6 +19,7 @@ export declare const manifest: import("@sinclair/typebox").TObject<{
|
|
|
17
19
|
description: import("@sinclair/typebox").TLiteral<"A countdown timer">;
|
|
18
20
|
icon: import("@sinclair/typebox").TLiteral<"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <!-- Main container (centered) -->\n <rect x=\"2\" y=\"6\" width=\"20\" height=\"12\" rx=\"1\" ry=\"1\"></rect>\n\n <!-- Left digit -->\n <path d=\"M4 9 L4 15\"></path>\n <path d=\"M4 9 L7 9\"></path>\n <path d=\"M4 12 L7 12\"></path>\n <path d=\"M4 15 L7 15\"></path>\n <path d=\"M7 9 L7 15\"></path>\n\n <!-- Second digit -->\n <path d=\"M9 9 L9 15\"></path>\n <path d=\"M9 9 L12 9\"></path>\n <path d=\"M9 12 L12 12\"></path>\n <path d=\"M9 15 L12 15\"></path>\n <path d=\"M12 9 L12 15\"></path>\n\n <!-- Colon (tiny) -->\n <circle cx=\"15\" cy=\"10.5\" r=\"0.15\"></circle>\n <circle cx=\"15\" cy=\"13.5\" r=\"0.15\"></circle>\n\n <!-- Third digit -->\n <path d=\"M17 9 L17 15\"></path>\n <path d=\"M17 9 L20 9\"></path>\n <path d=\"M17 12 L20 12\"></path>\n <path d=\"M17 15 L20 15\"></path>\n <path d=\"M20 9 L20 15\"></path>\n</svg>\n ">;
|
|
19
21
|
hideInLibrary: import("@sinclair/typebox").TBoolean;
|
|
22
|
+
isContainer: import("@sinclair/typebox").TBoolean;
|
|
20
23
|
preferredWidth: import("@sinclair/typebox").TObject<{
|
|
21
24
|
mobile: import("@sinclair/typebox").TNumber;
|
|
22
25
|
desktop: import("@sinclair/typebox").TNumber;
|
|
@@ -66,13 +69,15 @@ export declare const defaults: {
|
|
|
66
69
|
desktop: number;
|
|
67
70
|
};
|
|
68
71
|
props: {
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
richText: boolean;
|
|
72
|
-
};
|
|
72
|
+
id: string;
|
|
73
|
+
content: string;
|
|
73
74
|
className: string;
|
|
74
75
|
lastTouched: number;
|
|
75
76
|
editable: boolean;
|
|
77
|
+
stylePreset: {
|
|
78
|
+
style: "soft" | "ghost" | "outlined" | "plain" | "plain2" | "plain3" | "modern" | "modern2" | "glass" | "elevated" | "paper" | "gradient" | "gradient2" | "gradient3" | "gradient4" | "gradient5" | "gradient6" | "callout";
|
|
79
|
+
variant: "primary" | "secondary" | "accent" | "neutral";
|
|
80
|
+
};
|
|
76
81
|
};
|
|
77
82
|
datasource: {
|
|
78
83
|
[x: string]: unknown;
|
|
@@ -82,6 +87,7 @@ export declare const defaults: {
|
|
|
82
87
|
[x: string]: unknown;
|
|
83
88
|
[x: number]: unknown;
|
|
84
89
|
};
|
|
90
|
+
isContainer: boolean;
|
|
85
91
|
hideInLibrary: boolean;
|
|
86
92
|
};
|
|
87
93
|
//# sourceMappingURL=countdown.manifest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"countdown.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/countdown.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAMtD,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"countdown.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/countdown.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAMtD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqDnB,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-3PPIJUXG.js";import"../../chunk-QQ7YEIHB.js";import"../../chunk-PXAK7ZJ3.js";import"../../chunk-PZCWP77P.js";export{b as defaults,a as manifest};
|