@upstart.gg/sdk 0.0.75 → 0.0.77

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.
Files changed (138) hide show
  1. package/dist/node/cli/api.js +1 -1
  2. package/dist/node/cli/commands/login/cmd-login.js +4 -4
  3. package/dist/node/cli/commands/publish/cmd-publish.js +17 -17
  4. package/dist/node/cli/commands/publish/uploader.js +1 -1
  5. package/dist/node/cli/is-logged-in.js +1 -1
  6. package/dist/node/cli/program.js +1 -1
  7. package/dist/node/shared/config.js +3 -3
  8. package/dist/node/shared/logger.js +1 -1
  9. package/dist/shared/ajv.d.ts +1 -1
  10. package/dist/shared/ajv.d.ts.map +1 -1
  11. package/dist/shared/attributes.d.ts +5 -0
  12. package/dist/shared/attributes.d.ts.map +1 -1
  13. package/dist/shared/attributes.js +1 -1
  14. package/dist/shared/brick-manifest.d.ts +3 -1
  15. package/dist/shared/brick-manifest.d.ts.map +1 -1
  16. package/dist/shared/brick-manifest.js +1 -1
  17. package/dist/shared/bricks/manifests/all-manifests.d.ts.map +1 -1
  18. package/dist/shared/bricks/manifests/all-manifests.js +1 -1
  19. package/dist/shared/bricks/manifests/button.manifest.d.ts +42 -24
  20. package/dist/shared/bricks/manifests/button.manifest.d.ts.map +1 -1
  21. package/dist/shared/bricks/manifests/button.manifest.js +1 -1
  22. package/dist/shared/bricks/manifests/card.manifest.d.ts +72 -24
  23. package/dist/shared/bricks/manifests/card.manifest.d.ts.map +1 -1
  24. package/dist/shared/bricks/manifests/card.manifest.js +1 -1
  25. package/dist/shared/bricks/manifests/carousel.manifest.d.ts +36 -24
  26. package/dist/shared/bricks/manifests/carousel.manifest.d.ts.map +1 -1
  27. package/dist/shared/bricks/manifests/carousel.manifest.js +1 -1
  28. package/dist/shared/bricks/manifests/countdown.manifest.d.ts +14 -26
  29. package/dist/shared/bricks/manifests/countdown.manifest.d.ts.map +1 -1
  30. package/dist/shared/bricks/manifests/countdown.manifest.js +1 -1
  31. package/dist/shared/bricks/manifests/footer.manifest.d.ts +14 -26
  32. package/dist/shared/bricks/manifests/footer.manifest.d.ts.map +1 -1
  33. package/dist/shared/bricks/manifests/footer.manifest.js +1 -1
  34. package/dist/shared/bricks/manifests/form.manifest.d.ts +16 -26
  35. package/dist/shared/bricks/manifests/form.manifest.d.ts.map +1 -1
  36. package/dist/shared/bricks/manifests/form.manifest.js +1 -1
  37. package/dist/shared/bricks/manifests/generic-component.manifest.d.ts +113 -0
  38. package/dist/shared/bricks/manifests/generic-component.manifest.d.ts.map +1 -0
  39. package/dist/shared/bricks/manifests/generic-component.manifest.js +3 -0
  40. package/dist/shared/bricks/manifests/header.manifest.d.ts +14 -26
  41. package/dist/shared/bricks/manifests/header.manifest.d.ts.map +1 -1
  42. package/dist/shared/bricks/manifests/header.manifest.js +1 -1
  43. package/dist/shared/bricks/manifests/hero.manifest.d.ts +42 -24
  44. package/dist/shared/bricks/manifests/hero.manifest.d.ts.map +1 -1
  45. package/dist/shared/bricks/manifests/hero.manifest.js +1 -1
  46. package/dist/shared/bricks/manifests/icon.manifest.d.ts +14 -26
  47. package/dist/shared/bricks/manifests/icon.manifest.d.ts.map +1 -1
  48. package/dist/shared/bricks/manifests/icon.manifest.js +1 -1
  49. package/dist/shared/bricks/manifests/image.manifest.d.ts +16 -26
  50. package/dist/shared/bricks/manifests/image.manifest.d.ts.map +1 -1
  51. package/dist/shared/bricks/manifests/image.manifest.js +1 -1
  52. package/dist/shared/bricks/manifests/images-wall.manifest.d.ts +16 -26
  53. package/dist/shared/bricks/manifests/images-wall.manifest.d.ts.map +1 -1
  54. package/dist/shared/bricks/manifests/images-wall.manifest.js +1 -1
  55. package/dist/shared/bricks/manifests/loop.manifest.d.ts +93 -0
  56. package/dist/shared/bricks/manifests/loop.manifest.d.ts.map +1 -0
  57. package/dist/shared/bricks/manifests/loop.manifest.js +3 -0
  58. package/dist/shared/bricks/manifests/map.manifest.d.ts +6 -26
  59. package/dist/shared/bricks/manifests/map.manifest.d.ts.map +1 -1
  60. package/dist/shared/bricks/manifests/map.manifest.js +1 -1
  61. package/dist/shared/bricks/manifests/social-links.manifest.d.ts +14 -26
  62. package/dist/shared/bricks/manifests/social-links.manifest.d.ts.map +1 -1
  63. package/dist/shared/bricks/manifests/social-links.manifest.js +1 -1
  64. package/dist/shared/bricks/manifests/text.manifest.d.ts +42 -22
  65. package/dist/shared/bricks/manifests/text.manifest.d.ts.map +1 -1
  66. package/dist/shared/bricks/manifests/text.manifest.js +1 -1
  67. package/dist/shared/bricks/manifests/video.manifest.d.ts +8 -6
  68. package/dist/shared/bricks/manifests/video.manifest.d.ts.map +1 -1
  69. package/dist/shared/bricks/manifests/video.manifest.js +1 -1
  70. package/dist/shared/bricks/props/common.d.ts +30 -7
  71. package/dist/shared/bricks/props/common.d.ts.map +1 -1
  72. package/dist/shared/bricks/props/common.js +1 -1
  73. package/dist/shared/bricks/props/style-props.d.ts +39 -7
  74. package/dist/shared/bricks/props/style-props.d.ts.map +1 -1
  75. package/dist/shared/bricks/props/style-props.js +1 -1
  76. package/dist/shared/bricks.d.ts +414 -365
  77. package/dist/shared/bricks.d.ts.map +1 -1
  78. package/dist/shared/bricks.js +1 -1
  79. package/dist/shared/{chunk-SL7GGSYB.js → chunk-2CWDNNLG.js} +1 -1
  80. package/dist/shared/chunk-4H4VCOKB.js +3 -0
  81. package/dist/shared/chunk-5SAUZF4N.js +32 -0
  82. package/dist/shared/chunk-6M2JPD36.js +13 -0
  83. package/dist/shared/chunk-7GCPTZVT.js +3 -0
  84. package/dist/shared/chunk-A66YBEIK.js +16 -0
  85. package/dist/shared/chunk-BIEJRPKG.js +16 -0
  86. package/dist/shared/chunk-FSUHIMOU.js +20 -0
  87. package/dist/shared/{chunk-V4SJKXET.js → chunk-GCZ4WSX2.js} +1 -1
  88. package/dist/shared/chunk-GEODA2ON.js +11 -0
  89. package/dist/shared/chunk-HMO5CIER.js +14 -0
  90. package/dist/shared/chunk-J45DOHTX.js +16 -0
  91. package/dist/shared/chunk-JSOZWQRQ.js +3 -0
  92. package/dist/shared/chunk-KXVIWTJN.js +3 -0
  93. package/dist/shared/chunk-LR6R5QDM.js +7 -0
  94. package/dist/shared/chunk-LRO2KHWL.js +11 -0
  95. package/dist/shared/chunk-MXONIPYM.js +13 -0
  96. package/dist/shared/chunk-POE5KCOE.js +9 -0
  97. package/dist/shared/chunk-PUHGH25O.js +3 -0
  98. package/dist/shared/chunk-RAFOQXXX.js +8 -0
  99. package/dist/shared/{chunk-QXB632SL.js → chunk-SN3PMMZ2.js} +2 -2
  100. package/dist/shared/chunk-TPVKGTAK.js +3 -0
  101. package/dist/shared/chunk-VGBLZSS6.js +9 -0
  102. package/dist/shared/chunk-X7ABR5GQ.js +3 -0
  103. package/dist/shared/chunk-Z4THNQZ7.js +20 -0
  104. package/dist/shared/datasources/internal/cv/schema.d.ts +69 -0
  105. package/dist/shared/datasources/internal/cv/schema.d.ts.map +1 -0
  106. package/dist/shared/datasources/internal/restaurant/schema.d.ts +80 -0
  107. package/dist/shared/datasources/internal/restaurant/schema.d.ts.map +1 -0
  108. package/dist/shared/datasources/schemas.d.ts +17 -0
  109. package/dist/shared/datasources/schemas.d.ts.map +1 -0
  110. package/dist/shared/datasources/schemas.js +3 -0
  111. package/dist/shared/datasources/types.js +1 -1
  112. package/dist/shared/page.d.ts +639 -547
  113. package/dist/shared/page.d.ts.map +1 -1
  114. package/dist/shared/page.js +1 -1
  115. package/dist/shared/theme.d.ts +1 -1
  116. package/dist/shared/theme.d.ts.map +1 -1
  117. package/dist/shared/theme.js +1 -1
  118. package/dist/shared/themes/color-system.d.ts.map +1 -1
  119. package/package.json +3 -4
  120. package/dist/shared/chunk-2MYSBGXT.js +0 -16
  121. package/dist/shared/chunk-2OS3QYKE.js +0 -20
  122. package/dist/shared/chunk-BND2TMDC.js +0 -13
  123. package/dist/shared/chunk-EU3VNNEO.js +0 -7
  124. package/dist/shared/chunk-FNY3QNEQ.js +0 -11
  125. package/dist/shared/chunk-J6I3OMQO.js +0 -9
  126. package/dist/shared/chunk-KBZEUEEY.js +0 -3
  127. package/dist/shared/chunk-KGJQ6Z5A.js +0 -32
  128. package/dist/shared/chunk-NCF46HSZ.js +0 -13
  129. package/dist/shared/chunk-QOPZIE3U.js +0 -3
  130. package/dist/shared/chunk-TVKRK6P4.js +0 -14
  131. package/dist/shared/chunk-VEXGLSUP.js +0 -9
  132. package/dist/shared/chunk-W4DP2HKI.js +0 -3
  133. package/dist/shared/chunk-W6X5NC5M.js +0 -3
  134. package/dist/shared/chunk-WF7I53QW.js +0 -20
  135. package/dist/shared/chunk-XBV2Q4OR.js +0 -16
  136. package/dist/shared/chunk-XL6LPHCI.js +0 -3
  137. package/dist/shared/chunk-YTITIU5G.js +0 -3
  138. package/dist/shared/chunk-Z4S5CCLQ.js +0 -16
@@ -1,20 +1,43 @@
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").TString;
4
+ className: import("@sinclair/typebox").TString;
5
+ lastTouched: import("@sinclair/typebox").TNumber;
5
6
  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
7
  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">]>;
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
+ cardTitle: import("@sinclair/typebox").TObject<{
23
+ content: import("@sinclair/typebox").TObject<{
24
+ text: import("@sinclair/typebox").TString;
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">]>;
28
+ backgroundColor: import("@sinclair/typebox").TString;
29
+ }>;
30
+ cardImage: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
31
+ image: import("@sinclair/typebox").TString;
32
+ }>>;
33
+ cardBody: import("@sinclair/typebox").TObject<{
34
+ content: import("@sinclair/typebox").TObject<{
35
+ text: import("@sinclair/typebox").TString;
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">]>;
39
+ backgroundColor: import("@sinclair/typebox").TString;
40
+ }>;
18
41
  }>;
19
42
  datarecord?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
20
43
  datasource?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
@@ -23,6 +46,7 @@ export declare const manifest: import("@sinclair/typebox").TObject<{
23
46
  title: import("@sinclair/typebox").TLiteral<"Card">;
24
47
  description: import("@sinclair/typebox").TLiteral<"A multi-purpose card that can have a title, subtitle, image, and content">;
25
48
  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
+ hideInLibrary: import("@sinclair/typebox").TBoolean;
26
50
  preferredWidth: import("@sinclair/typebox").TObject<{
27
51
  mobile: import("@sinclair/typebox").TNumber;
28
52
  desktop: import("@sinclair/typebox").TNumber;
@@ -72,20 +96,43 @@ export declare const defaults: {
72
96
  desktop: number;
73
97
  };
74
98
  props: {
75
- opacity?: number | undefined;
76
- className?: string | undefined;
77
- z?: number | undefined;
78
- id: string;
79
- shadow: "shadow-none" | "shadow-sm" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl";
99
+ effects?: {
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";
105
+ color: string;
106
+ width: "border" | "border-0" | "border-2" | "border-4" | "border-8";
107
+ radius: "rounded-none" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-full";
108
+ } | undefined;
109
+ cardImage?: {
110
+ image: string;
111
+ } | undefined;
80
112
  backgroundColor: string;
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";
113
+ className: string;
114
+ lastTouched: number;
87
115
  editable: boolean;
88
- heroFontSize: "font-size-hero-1" | "font-size-hero-2" | "font-size-hero-3" | "font-size-hero-4" | "font-size-hero-5";
116
+ dimensions: {
117
+ height?: "fixed" | "auto" | undefined;
118
+ padding?: "p-0" | "p-2" | "p-4" | "p-8" | "p-16" | undefined;
119
+ };
120
+ cardTitle: {
121
+ backgroundColor: string;
122
+ content: {
123
+ text: string;
124
+ richText: boolean;
125
+ };
126
+ padding: "p-0" | "p-2" | "p-4" | "p-8" | "p-16";
127
+ };
128
+ cardBody: {
129
+ backgroundColor: string;
130
+ content: {
131
+ text: string;
132
+ richText: boolean;
133
+ };
134
+ padding: "p-0" | "p-2" | "p-4" | "p-8" | "p-16";
135
+ };
89
136
  };
90
137
  datasource: {
91
138
  [x: string]: unknown;
@@ -95,5 +142,6 @@ export declare const defaults: {
95
142
  [x: string]: unknown;
96
143
  [x: number]: unknown;
97
144
  };
145
+ hideInLibrary: boolean;
98
146
  };
99
147
  //# 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4DnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC/C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwHnB,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-XBV2Q4OR.js";import"../../chunk-XL6LPHCI.js";import"../../chunk-W6X5NC5M.js";import"../../chunk-QOPZIE3U.js";import"../../chunk-PXAK7ZJ3.js";export{b as defaults,a as manifest};
3
+ import{a,b}from"../../chunk-J45DOHTX.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,25 @@
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").TString;
4
+ className: import("@sinclair/typebox").TString;
5
+ lastTouched: import("@sinclair/typebox").TNumber;
5
6
  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">]>;
7
+ container: import("@sinclair/typebox").TBoolean;
10
8
  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">]>;
9
+ effects: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
10
+ 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
+ opacity: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
12
+ }>>;
13
+ dimensions: import("@sinclair/typebox").TObject<{
14
+ 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">]>>;
16
+ }>;
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
+ }>>;
18
23
  }>;
19
24
  datarecord?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
20
25
  datasource?: import("@sinclair/typebox").TObject<import("@sinclair/typebox").TProperties> | undefined;
@@ -23,6 +28,7 @@ export declare const manifest: import("@sinclair/typebox").TObject<{
23
28
  title: import("@sinclair/typebox").TLiteral<"Carousel">;
24
29
  description: import("@sinclair/typebox").TLiteral<"A carousel element">;
25
30
  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
+ hideInLibrary: import("@sinclair/typebox").TBoolean;
26
32
  preferredWidth: import("@sinclair/typebox").TObject<{
27
33
  mobile: import("@sinclair/typebox").TNumber;
28
34
  desktop: import("@sinclair/typebox").TNumber;
@@ -72,20 +78,25 @@ export declare const defaults: {
72
78
  desktop: number;
73
79
  };
74
80
  props: {
75
- opacity?: number | undefined;
76
- className?: string | undefined;
77
- z?: number | undefined;
78
- id: string;
79
- shadow: "shadow-none" | "shadow-sm" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl";
81
+ effects?: {
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";
87
+ color: string;
88
+ width: "border" | "border-0" | "border-2" | "border-4" | "border-8";
89
+ radius: "rounded-none" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-full";
90
+ } | undefined;
80
91
  backgroundColor: string;
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";
92
+ container: boolean;
93
+ className: string;
94
+ lastTouched: number;
87
95
  editable: boolean;
88
- heroFontSize: "font-size-hero-1" | "font-size-hero-2" | "font-size-hero-3" | "font-size-hero-4" | "font-size-hero-5";
96
+ dimensions: {
97
+ height?: "fixed" | "auto" | undefined;
98
+ padding?: "p-0" | "p-2" | "p-4" | "p-8" | "p-16" | undefined;
99
+ };
89
100
  };
90
101
  datasource: {
91
102
  [x: string]: unknown;
@@ -95,5 +106,6 @@ export declare const defaults: {
95
106
  [x: string]: unknown;
96
107
  [x: number]: unknown;
97
108
  };
109
+ hideInLibrary: boolean;
98
110
  };
99
111
  //# 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyDnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC/C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC"}
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-QXB632SL.js";import"../../chunk-XL6LPHCI.js";import"../../chunk-W6X5NC5M.js";import"../../chunk-QOPZIE3U.js";import"../../chunk-PXAK7ZJ3.js";export{b as defaults,a as manifest};
3
+ import{a,b}from"../../chunk-SN3PMMZ2.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").TString;
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<"Countdown">;
24
17
  description: import("@sinclair/typebox").TLiteral<"A countdown timer">;
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 (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
+ 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
- opacity?: number | undefined;
76
- className?: string | undefined;
77
- z?: number | undefined;
78
- id: string;
79
- shadow: "shadow-none" | "shadow-sm" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl";
80
- backgroundColor: string;
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=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;AAOtD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2EnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC/C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC"}
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-KGJQ6Z5A.js";import"../../chunk-XL6LPHCI.js";import"../../chunk-W6X5NC5M.js";import"../../chunk-QOPZIE3U.js";import"../../chunk-PXAK7ZJ3.js";export{b as defaults,a as manifest};
3
+ import{a,b}from"../../chunk-5SAUZF4N.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").TString;
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<"Footer">;
24
17
  description: import("@sinclair/typebox").TLiteral<"A footer with links and social media icons">;
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=\"12\" width=\"18\" height=\"8\" rx=\"2\" ry=\"2\"></rect>\n\n <!-- First column: single line aligned with top -->\n <line x1=\"6\" y1=\"14.5\" x2=\"8\" y2=\"14.5\"></line>\n\n <!-- Middle column: three lines -->\n <line x1=\"11\" y1=\"14.5\" x2=\"13\" y2=\"14.5\"></line>\n <line x1=\"11\" y1=\"16\" x2=\"13\" y2=\"16\"></line>\n <line x1=\"11\" y1=\"17.5\" x2=\"13\" y2=\"17.5\"></line>\n\n <!-- Last column: three lines -->\n <line x1=\"16\" y1=\"14.5\" x2=\"18\" y2=\"14.5\"></line>\n <line x1=\"16\" y1=\"16\" x2=\"18\" y2=\"16\"></line>\n <line x1=\"16\" y1=\"17.5\" x2=\"18\" y2=\"17.5\"></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
- opacity?: number | undefined;
76
- className?: string | undefined;
77
- z?: number | undefined;
78
- id: string;
79
- shadow: "shadow-none" | "shadow-sm" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl";
80
- backgroundColor: string;
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=footer.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"footer.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/footer.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAOtD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+DnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC/C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC"}
1
+ {"version":3,"file":"footer.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/footer.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAMtD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyCnB,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-2OS3QYKE.js";import"../../chunk-XL6LPHCI.js";import"../../chunk-W6X5NC5M.js";import"../../chunk-QOPZIE3U.js";import"../../chunk-PXAK7ZJ3.js";export{b as defaults,a as manifest};
3
+ import{a,b}from"../../chunk-FSUHIMOU.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").TString;
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">]>;
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<"Form">;
24
18
  description: import("@sinclair/typebox").TLiteral<"A form element">;
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 <!-- Two input boxes -->\n <rect x=\"6\" y=\"6\" width=\"12\" height=\"3\" rx=\"1\"></rect>\n <rect x=\"6\" y=\"11\" width=\"12\" height=\"3\" rx=\"1\"></rect>\n\n <!-- Right-aligned button -->\n <rect x=\"12\" y=\"17\" width=\"6\" height=\"2\" rx=\"1\"\n fill=\"currentColor\"\n ></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
- opacity?: number | undefined;
76
- className?: string | undefined;
77
- z?: number | undefined;
78
- id: string;
79
- shadow: "shadow-none" | "shadow-sm" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl";
80
- backgroundColor: string;
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";
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=form.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/form.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAOtD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0DnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC/C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC"}
1
+ {"version":3,"file":"form.manifest.d.ts","sourceRoot":"","sources":["../../../../src/shared/bricks/manifests/form.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAMtD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoCnB,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-Z4S5CCLQ.js";import"../../chunk-XL6LPHCI.js";import"../../chunk-W6X5NC5M.js";import"../../chunk-QOPZIE3U.js";import"../../chunk-PXAK7ZJ3.js";export{b as defaults,a as manifest};
3
+ import{a,b}from"../../chunk-BIEJRPKG.js";import"../../chunk-PUHGH25O.js";import"../../chunk-PXAK7ZJ3.js";import"../../chunk-JSOZWQRQ.js";export{b as defaults,a as manifest};