@mission-studio/puck 1.0.5 → 1.0.16
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/ResponsiveToggleField-BihXsGIJ.d.mts +26 -0
- package/dist/ResponsiveToggleField-CfBKL5oY.d.ts +26 -0
- package/dist/chunk-A3QDUUOF.mjs +80 -0
- package/dist/chunk-D3L26TIT.mjs +76 -0
- package/dist/chunk-KV2RSRAM.mjs +114 -0
- package/dist/{chunk-R7TH6TWG.mjs → chunk-ML3AS3AY.mjs} +56 -84
- package/dist/{chunk-OZYZPWP7.mjs → chunk-SYXQQITG.mjs} +253 -287
- package/dist/config/server.d.mts +5 -0
- package/dist/config/server.d.ts +5 -0
- package/dist/config/server.js +2207 -0
- package/dist/config/server.mjs +133 -0
- package/dist/config-entry.js +334 -395
- package/dist/config-entry.mjs +5 -3
- package/dist/editor.d.mts +5 -2
- package/dist/editor.d.ts +5 -2
- package/dist/editor.js +271 -309
- package/dist/editor.mjs +10 -6
- package/dist/hooks/index.d.mts +3 -2
- package/dist/hooks/index.d.ts +3 -2
- package/dist/index.d.mts +7 -287
- package/dist/index.d.ts +7 -287
- package/dist/index.js +59 -92
- package/dist/index.mjs +20 -16
- package/dist/renderer.d.mts +289 -0
- package/dist/renderer.d.ts +289 -0
- package/dist/renderer.js +2162 -0
- package/dist/renderer.mjs +57 -0
- package/dist/resolve/index.d.mts +10 -0
- package/dist/resolve/index.d.ts +10 -0
- package/dist/resolve/index.js +202 -0
- package/dist/resolve/index.mjs +124 -0
- package/dist/styles.css +1 -1
- package/dist/types-D-CIduaE.d.mts +111 -0
- package/dist/types-D-CIduaE.d.ts +111 -0
- package/dist/typography-DwjKOx3F.d.mts +49 -0
- package/dist/typography-DwjKOx3F.d.ts +49 -0
- package/package.json +16 -1
- package/dist/ResponsiveToggleField-CVhKzDAT.d.mts +0 -183
- package/dist/ResponsiveToggleField-CVhKzDAT.d.ts +0 -183
- package/dist/chunk-TTKY3YGP.mjs +0 -262
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Button,
|
|
3
|
+
Card,
|
|
4
|
+
Columns,
|
|
5
|
+
Container,
|
|
6
|
+
CustomImage,
|
|
7
|
+
Divider,
|
|
8
|
+
FeatureGrid,
|
|
9
|
+
FeaturesList,
|
|
10
|
+
Footer,
|
|
11
|
+
Heading,
|
|
12
|
+
Icon,
|
|
13
|
+
Image,
|
|
14
|
+
ImageCarousel,
|
|
15
|
+
Paragraph,
|
|
16
|
+
Popup,
|
|
17
|
+
Section,
|
|
18
|
+
Spacer,
|
|
19
|
+
TextBlock,
|
|
20
|
+
Topbar,
|
|
21
|
+
VideoEmbed
|
|
22
|
+
} from "../chunk-ML3AS3AY.mjs";
|
|
23
|
+
import "../chunk-KV2RSRAM.mjs";
|
|
24
|
+
import "../chunk-QSWQDR6M.mjs";
|
|
25
|
+
import "../chunk-D3L26TIT.mjs";
|
|
26
|
+
|
|
27
|
+
// config/server.tsx
|
|
28
|
+
import { jsx } from "react/jsx-runtime";
|
|
29
|
+
var config = {
|
|
30
|
+
categories: {
|
|
31
|
+
typography: {
|
|
32
|
+
title: "Typography",
|
|
33
|
+
components: ["Heading", "Paragraph"]
|
|
34
|
+
},
|
|
35
|
+
actions: {
|
|
36
|
+
title: "Actions",
|
|
37
|
+
components: ["Button"]
|
|
38
|
+
},
|
|
39
|
+
media: {
|
|
40
|
+
title: "Media",
|
|
41
|
+
components: ["Image", "ImageCarousel", "VideoEmbed", "Icon"]
|
|
42
|
+
},
|
|
43
|
+
layout: {
|
|
44
|
+
title: "Layout",
|
|
45
|
+
components: [
|
|
46
|
+
"Section",
|
|
47
|
+
"Container",
|
|
48
|
+
"Columns",
|
|
49
|
+
"Card",
|
|
50
|
+
"Divider",
|
|
51
|
+
"Spacer"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
legacy: {
|
|
55
|
+
title: "Legacy",
|
|
56
|
+
components: [
|
|
57
|
+
"TextBlock",
|
|
58
|
+
"CustomImage",
|
|
59
|
+
"FeaturesList",
|
|
60
|
+
"FeatureGrid",
|
|
61
|
+
"Footer",
|
|
62
|
+
"Topbar",
|
|
63
|
+
"Popup"
|
|
64
|
+
],
|
|
65
|
+
defaultExpanded: false
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
components: {
|
|
69
|
+
Heading: {
|
|
70
|
+
render: (props) => /* @__PURE__ */ jsx(Heading, { ...props })
|
|
71
|
+
},
|
|
72
|
+
Paragraph: {
|
|
73
|
+
render: (props) => /* @__PURE__ */ jsx(Paragraph, { ...props })
|
|
74
|
+
},
|
|
75
|
+
Button: {
|
|
76
|
+
render: (props) => /* @__PURE__ */ jsx(Button, { ...props })
|
|
77
|
+
},
|
|
78
|
+
Image: {
|
|
79
|
+
render: (props) => /* @__PURE__ */ jsx(Image, { ...props })
|
|
80
|
+
},
|
|
81
|
+
ImageCarousel: {
|
|
82
|
+
render: (props) => /* @__PURE__ */ jsx(ImageCarousel, { ...props })
|
|
83
|
+
},
|
|
84
|
+
VideoEmbed: {
|
|
85
|
+
render: (props) => /* @__PURE__ */ jsx(VideoEmbed, { ...props })
|
|
86
|
+
},
|
|
87
|
+
Icon: {
|
|
88
|
+
render: (props) => /* @__PURE__ */ jsx(Icon, { ...props })
|
|
89
|
+
},
|
|
90
|
+
Section: {
|
|
91
|
+
render: (props) => /* @__PURE__ */ jsx(Section, { ...props })
|
|
92
|
+
},
|
|
93
|
+
Container: {
|
|
94
|
+
render: (props) => /* @__PURE__ */ jsx(Container, { ...props })
|
|
95
|
+
},
|
|
96
|
+
Columns: {
|
|
97
|
+
render: (props) => /* @__PURE__ */ jsx(Columns, { ...props })
|
|
98
|
+
},
|
|
99
|
+
Card: {
|
|
100
|
+
render: (props) => /* @__PURE__ */ jsx(Card, { ...props })
|
|
101
|
+
},
|
|
102
|
+
Divider: {
|
|
103
|
+
render: (props) => /* @__PURE__ */ jsx(Divider, { ...props })
|
|
104
|
+
},
|
|
105
|
+
Spacer: {
|
|
106
|
+
render: (props) => /* @__PURE__ */ jsx(Spacer, { ...props })
|
|
107
|
+
},
|
|
108
|
+
TextBlock: {
|
|
109
|
+
render: (props) => /* @__PURE__ */ jsx(TextBlock, { ...props })
|
|
110
|
+
},
|
|
111
|
+
CustomImage: {
|
|
112
|
+
render: (props) => /* @__PURE__ */ jsx(CustomImage, { ...props })
|
|
113
|
+
},
|
|
114
|
+
FeaturesList: {
|
|
115
|
+
render: (props) => /* @__PURE__ */ jsx(FeaturesList, { ...props })
|
|
116
|
+
},
|
|
117
|
+
FeatureGrid: {
|
|
118
|
+
render: (props) => /* @__PURE__ */ jsx(FeatureGrid, { ...props })
|
|
119
|
+
},
|
|
120
|
+
Footer: {
|
|
121
|
+
render: (props) => /* @__PURE__ */ jsx(Footer, { ...props })
|
|
122
|
+
},
|
|
123
|
+
Topbar: {
|
|
124
|
+
render: (props) => /* @__PURE__ */ jsx(Topbar, { ...props })
|
|
125
|
+
},
|
|
126
|
+
Popup: {
|
|
127
|
+
render: (props) => /* @__PURE__ */ jsx(Popup, { ...props })
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
};
|
|
131
|
+
export {
|
|
132
|
+
config
|
|
133
|
+
};
|