@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.
Files changed (40) hide show
  1. package/dist/ResponsiveToggleField-BihXsGIJ.d.mts +26 -0
  2. package/dist/ResponsiveToggleField-CfBKL5oY.d.ts +26 -0
  3. package/dist/chunk-A3QDUUOF.mjs +80 -0
  4. package/dist/chunk-D3L26TIT.mjs +76 -0
  5. package/dist/chunk-KV2RSRAM.mjs +114 -0
  6. package/dist/{chunk-R7TH6TWG.mjs → chunk-ML3AS3AY.mjs} +56 -84
  7. package/dist/{chunk-OZYZPWP7.mjs → chunk-SYXQQITG.mjs} +253 -287
  8. package/dist/config/server.d.mts +5 -0
  9. package/dist/config/server.d.ts +5 -0
  10. package/dist/config/server.js +2207 -0
  11. package/dist/config/server.mjs +133 -0
  12. package/dist/config-entry.js +334 -395
  13. package/dist/config-entry.mjs +5 -3
  14. package/dist/editor.d.mts +5 -2
  15. package/dist/editor.d.ts +5 -2
  16. package/dist/editor.js +271 -309
  17. package/dist/editor.mjs +10 -6
  18. package/dist/hooks/index.d.mts +3 -2
  19. package/dist/hooks/index.d.ts +3 -2
  20. package/dist/index.d.mts +7 -287
  21. package/dist/index.d.ts +7 -287
  22. package/dist/index.js +59 -92
  23. package/dist/index.mjs +20 -16
  24. package/dist/renderer.d.mts +289 -0
  25. package/dist/renderer.d.ts +289 -0
  26. package/dist/renderer.js +2162 -0
  27. package/dist/renderer.mjs +57 -0
  28. package/dist/resolve/index.d.mts +10 -0
  29. package/dist/resolve/index.d.ts +10 -0
  30. package/dist/resolve/index.js +202 -0
  31. package/dist/resolve/index.mjs +124 -0
  32. package/dist/styles.css +1 -1
  33. package/dist/types-D-CIduaE.d.mts +111 -0
  34. package/dist/types-D-CIduaE.d.ts +111 -0
  35. package/dist/typography-DwjKOx3F.d.mts +49 -0
  36. package/dist/typography-DwjKOx3F.d.ts +49 -0
  37. package/package.json +16 -1
  38. package/dist/ResponsiveToggleField-CVhKzDAT.d.mts +0 -183
  39. package/dist/ResponsiveToggleField-CVhKzDAT.d.ts +0 -183
  40. package/dist/chunk-TTKY3YGP.mjs +0 -262
@@ -6,7 +6,8 @@ import {
6
6
  createShadowField,
7
7
  createSpacingField,
8
8
  createThemeableColorField
9
- } from "./chunk-OZYZPWP7.mjs";
9
+ } from "./chunk-SYXQQITG.mjs";
10
+ import "./chunk-A3QDUUOF.mjs";
10
11
  import {
11
12
  Button,
12
13
  Card,
@@ -29,9 +30,10 @@ import {
29
30
  Topbar,
30
31
  VideoEmbed,
31
32
  availableIcons
32
- } from "./chunk-R7TH6TWG.mjs";
33
- import "./chunk-TTKY3YGP.mjs";
33
+ } from "./chunk-ML3AS3AY.mjs";
34
+ import "./chunk-KV2RSRAM.mjs";
34
35
  import "./chunk-QSWQDR6M.mjs";
36
+ import "./chunk-D3L26TIT.mjs";
35
37
 
36
38
  // config.tsx
37
39
  import { jsx } from "react/jsx-runtime";
package/dist/editor.d.mts CHANGED
@@ -1,6 +1,9 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { E as Entry, a as EntryBoundValue, T as ThemeableColorValue, C as ColorValue, b as ThemeColorKey, c as CustomFieldProps, R as ResponsiveVisibility } from './ResponsiveToggleField-CVhKzDAT.mjs';
3
- export { B as BorderRadiusPreset, d as ColorPreset, D as DEFAULT_THEME, e as EntryContent, F as FontFamilyPreset, f as FontSizePreset, g as FontWeightPreset, P as PageTheme, h as ResponsiveToggleField, S as ShadowPreset, i as SpacingPreset, j as ThemeBorderKey, k as ThemeBorders, l as ThemeColors, m as ThemeProvider, n as ThemeShadowKey, o as ThemeShadows, p as ThemeSpacing, q as ThemeSpacingKey, r as ThemeTypography, s as ThemeableBorderRadiusValue, t as ThemeableShadowValue, u as ThemeableSpacingValue, v as allColorPresets, w as borderRadiusScale, x as fontFamilies, y as fontSizes, z as fontWeights, A as getBorderRadiusCSS, G as getClosestBorderRadiusValue, H as getClosestSpacingValue, I as getFontSizeCSS, J as getShadowCSS, K as neutralColors, L as shadowPresets, M as spacingScale, N as useTheme } from './ResponsiveToggleField-CVhKzDAT.mjs';
2
+ import { R as ResponsiveVisibility } from './ResponsiveToggleField-BihXsGIJ.mjs';
3
+ export { D as DEFAULT_THEME, a as ResponsiveToggleField, T as ThemeProvider, u as useTheme } from './ResponsiveToggleField-BihXsGIJ.mjs';
4
+ import { E as Entry, n as EntryBoundValue, j as ThemeableColorValue, C as ColorValue, b as ThemeColorKey, m as CustomFieldProps } from './types-D-CIduaE.mjs';
5
+ export { o as EntryContent, P as PageTheme, T as ThemeBorderKey, a as ThemeBorders, c as ThemeColors, d as ThemeShadowKey, e as ThemeShadows, f as ThemeSpacing, g as ThemeSpacingKey, h as ThemeTypography, i as ThemeableBorderRadiusValue, k as ThemeableShadowValue, l as ThemeableSpacingValue } from './types-D-CIduaE.mjs';
6
+ export { B as BorderRadiusPreset, C as ColorPreset, F as FontFamilyPreset, a as FontSizePreset, b as FontWeightPreset, S as ShadowPreset, c as SpacingPreset, d as allColorPresets, e as borderRadiusScale, f as fontFamilies, g as fontSizes, h as fontWeights, i as getBorderRadiusCSS, j as getClosestBorderRadiusValue, k as getClosestSpacingValue, l as getFontSizeCSS, m as getShadowCSS, n as neutralColors, s as shadowPresets, o as spacingScale } from './typography-DwjKOx3F.mjs';
4
7
  import { ReactNode } from 'react';
5
8
  import { Data } from '@measured/puck';
6
9
 
package/dist/editor.d.ts CHANGED
@@ -1,6 +1,9 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { E as Entry, a as EntryBoundValue, T as ThemeableColorValue, C as ColorValue, b as ThemeColorKey, c as CustomFieldProps, R as ResponsiveVisibility } from './ResponsiveToggleField-CVhKzDAT.js';
3
- export { B as BorderRadiusPreset, d as ColorPreset, D as DEFAULT_THEME, e as EntryContent, F as FontFamilyPreset, f as FontSizePreset, g as FontWeightPreset, P as PageTheme, h as ResponsiveToggleField, S as ShadowPreset, i as SpacingPreset, j as ThemeBorderKey, k as ThemeBorders, l as ThemeColors, m as ThemeProvider, n as ThemeShadowKey, o as ThemeShadows, p as ThemeSpacing, q as ThemeSpacingKey, r as ThemeTypography, s as ThemeableBorderRadiusValue, t as ThemeableShadowValue, u as ThemeableSpacingValue, v as allColorPresets, w as borderRadiusScale, x as fontFamilies, y as fontSizes, z as fontWeights, A as getBorderRadiusCSS, G as getClosestBorderRadiusValue, H as getClosestSpacingValue, I as getFontSizeCSS, J as getShadowCSS, K as neutralColors, L as shadowPresets, M as spacingScale, N as useTheme } from './ResponsiveToggleField-CVhKzDAT.js';
2
+ import { R as ResponsiveVisibility } from './ResponsiveToggleField-CfBKL5oY.js';
3
+ export { D as DEFAULT_THEME, a as ResponsiveToggleField, T as ThemeProvider, u as useTheme } from './ResponsiveToggleField-CfBKL5oY.js';
4
+ import { E as Entry, n as EntryBoundValue, j as ThemeableColorValue, C as ColorValue, b as ThemeColorKey, m as CustomFieldProps } from './types-D-CIduaE.js';
5
+ export { o as EntryContent, P as PageTheme, T as ThemeBorderKey, a as ThemeBorders, c as ThemeColors, d as ThemeShadowKey, e as ThemeShadows, f as ThemeSpacing, g as ThemeSpacingKey, h as ThemeTypography, i as ThemeableBorderRadiusValue, k as ThemeableShadowValue, l as ThemeableSpacingValue } from './types-D-CIduaE.js';
6
+ export { B as BorderRadiusPreset, C as ColorPreset, F as FontFamilyPreset, a as FontSizePreset, b as FontWeightPreset, S as ShadowPreset, c as SpacingPreset, d as allColorPresets, e as borderRadiusScale, f as fontFamilies, g as fontSizes, h as fontWeights, i as getBorderRadiusCSS, j as getClosestBorderRadiusValue, k as getClosestSpacingValue, l as getFontSizeCSS, m as getShadowCSS, n as neutralColors, s as shadowPresets, o as spacingScale } from './typography-DwjKOx3F.js';
4
7
  import { ReactNode } from 'react';
5
8
  import { Data } from '@measured/puck';
6
9