@mission-studio/puck 1.0.21 → 1.0.24

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 (33) hide show
  1. package/dist/Popup-Dg78fu78.d.mts +260 -0
  2. package/dist/Popup-L7kcJo05.d.ts +260 -0
  3. package/dist/ResponsiveToggleField-65CqZEK-.d.mts +10 -0
  4. package/dist/ResponsiveToggleField-QCve94L_.d.ts +10 -0
  5. package/dist/chunk-MYS3PLMF.mjs +463 -0
  6. package/dist/chunk-TRPKXVMO.mjs +695 -0
  7. package/dist/{chunk-MWW5LYLN.mjs → chunk-YIPEC4L4.mjs} +709 -1075
  8. package/dist/components/page/astro/index.d.mts +54 -0
  9. package/dist/components/page/astro/index.d.ts +54 -0
  10. package/dist/components/page/astro/index.js +2056 -0
  11. package/dist/components/page/astro/index.mjs +51 -0
  12. package/dist/config/server.js +630 -700
  13. package/dist/config/server.mjs +33 -83
  14. package/dist/config-entry.js +592 -478
  15. package/dist/config-entry.mjs +11 -11
  16. package/dist/{ResponsiveToggleField-CfBKL5oY.d.ts → defaults-j55hBQHu.d.mts} +2 -8
  17. package/dist/{ResponsiveToggleField-BihXsGIJ.d.mts → defaults-z8Ft2j5r.d.ts} +2 -8
  18. package/dist/editor.d.mts +5 -4
  19. package/dist/editor.d.ts +5 -4
  20. package/dist/index.d.mts +5 -3
  21. package/dist/index.d.ts +5 -3
  22. package/dist/index.js +388 -274
  23. package/dist/index.mjs +11 -11
  24. package/dist/renderer.d.mts +9 -250
  25. package/dist/renderer.d.ts +9 -250
  26. package/dist/renderer.js +388 -274
  27. package/dist/renderer.mjs +11 -11
  28. package/dist/resolve/index.d.mts +1 -1
  29. package/dist/resolve/index.d.ts +1 -1
  30. package/dist/{types-D-CIduaE.d.mts → types-HQ6hIbYr.d.mts} +1 -1
  31. package/dist/{types-D-CIduaE.d.ts → types-HQ6hIbYr.d.ts} +1 -1
  32. package/package.json +6 -1
  33. package/dist/chunk-WFLVAZV2.mjs +0 -142
@@ -0,0 +1,51 @@
1
+ import {
2
+ Button,
3
+ Card,
4
+ Columns,
5
+ Container,
6
+ Divider,
7
+ Heading,
8
+ Icon,
9
+ Image,
10
+ ImageCarousel,
11
+ Paragraph,
12
+ Section,
13
+ Spacer
14
+ } from "../../../chunk-MYS3PLMF.mjs";
15
+ import {
16
+ CustomImage,
17
+ FeatureGrid,
18
+ FeaturesList,
19
+ Footer,
20
+ Popup,
21
+ TextBlock,
22
+ Topbar,
23
+ VideoEmbed,
24
+ availableIcons
25
+ } from "../../../chunk-YIPEC4L4.mjs";
26
+ import "../../../chunk-PJXZC564.mjs";
27
+ import "../../../chunk-QSWQDR6M.mjs";
28
+ import "../../../chunk-C6V3YUPF.mjs";
29
+ export {
30
+ Button,
31
+ Card,
32
+ Columns,
33
+ Container,
34
+ CustomImage,
35
+ Divider,
36
+ FeatureGrid,
37
+ FeaturesList,
38
+ Footer,
39
+ Heading,
40
+ Icon,
41
+ Image,
42
+ ImageCarousel,
43
+ Paragraph,
44
+ Popup,
45
+ Section,
46
+ Spacer,
47
+ TextBlock,
48
+ Topbar,
49
+ VideoEmbed,
50
+ availableIcons
51
+ };