@mission-studio/puck 1.0.5 → 1.0.15
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-CVhKzDAT.d.mts → ResponsiveToggleField-BGofgB3u.d.mts} +1 -49
- package/dist/{ResponsiveToggleField-CVhKzDAT.d.ts → ResponsiveToggleField-BGofgB3u.d.ts} +1 -49
- package/dist/chunk-A3QDUUOF.mjs +80 -0
- package/dist/{chunk-R7TH6TWG.mjs → chunk-HHHD5TX2.mjs} +52 -82
- package/dist/{chunk-OZYZPWP7.mjs → chunk-JD6CULMT.mjs} +248 -284
- package/dist/{chunk-TTKY3YGP.mjs → chunk-XRKFMCSS.mjs} +1 -79
- package/dist/config-entry.js +334 -395
- package/dist/config-entry.mjs +4 -3
- package/dist/editor.d.mts +3 -2
- package/dist/editor.d.ts +3 -2
- package/dist/editor.js +271 -309
- package/dist/editor.mjs +8 -6
- package/dist/hooks/index.d.mts +3 -2
- package/dist/hooks/index.d.ts +3 -2
- package/dist/index.d.mts +6 -287
- package/dist/index.d.ts +6 -287
- package/dist/index.js +59 -92
- package/dist/index.mjs +17 -15
- package/dist/renderer.d.mts +287 -0
- package/dist/renderer.d.ts +287 -0
- package/dist/renderer.js +2162 -0
- package/dist/renderer.mjs +55 -0
- package/dist/styles.css +1 -1
- package/dist/typography-DwjKOx3F.d.mts +49 -0
- package/dist/typography-DwjKOx3F.d.ts +49 -0
- package/package.json +6 -1
package/dist/config-entry.mjs
CHANGED
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
createShadowField,
|
|
7
7
|
createSpacingField,
|
|
8
8
|
createThemeableColorField
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-JD6CULMT.mjs";
|
|
10
|
+
import "./chunk-A3QDUUOF.mjs";
|
|
10
11
|
import {
|
|
11
12
|
Button,
|
|
12
13
|
Card,
|
|
@@ -29,8 +30,8 @@ import {
|
|
|
29
30
|
Topbar,
|
|
30
31
|
VideoEmbed,
|
|
31
32
|
availableIcons
|
|
32
|
-
} from "./chunk-
|
|
33
|
-
import "./chunk-
|
|
33
|
+
} from "./chunk-HHHD5TX2.mjs";
|
|
34
|
+
import "./chunk-XRKFMCSS.mjs";
|
|
34
35
|
import "./chunk-QSWQDR6M.mjs";
|
|
35
36
|
|
|
36
37
|
// config.tsx
|
package/dist/editor.d.mts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { E as Entry,
|
|
3
|
-
export {
|
|
2
|
+
import { E as Entry, n as EntryBoundValue, k as ThemeableColorValue, C as ColorValue, b as ThemeColorKey, o as CustomFieldProps, R as ResponsiveVisibility } from './ResponsiveToggleField-BGofgB3u.mjs';
|
|
3
|
+
export { D as DEFAULT_THEME, p as EntryContent, P as PageTheme, q as ResponsiveToggleField, T as ThemeBorderKey, a as ThemeBorders, c as ThemeColors, d as ThemeProvider, e as ThemeShadowKey, f as ThemeShadows, g as ThemeSpacing, h as ThemeSpacingKey, i as ThemeTypography, j as ThemeableBorderRadiusValue, l as ThemeableShadowValue, m as ThemeableSpacingValue, u as useTheme } from './ResponsiveToggleField-BGofgB3u.mjs';
|
|
4
|
+
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
5
|
import { ReactNode } from 'react';
|
|
5
6
|
import { Data } from '@measured/puck';
|
|
6
7
|
|
package/dist/editor.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { E as Entry,
|
|
3
|
-
export {
|
|
2
|
+
import { E as Entry, n as EntryBoundValue, k as ThemeableColorValue, C as ColorValue, b as ThemeColorKey, o as CustomFieldProps, R as ResponsiveVisibility } from './ResponsiveToggleField-BGofgB3u.js';
|
|
3
|
+
export { D as DEFAULT_THEME, p as EntryContent, P as PageTheme, q as ResponsiveToggleField, T as ThemeBorderKey, a as ThemeBorders, c as ThemeColors, d as ThemeProvider, e as ThemeShadowKey, f as ThemeShadows, g as ThemeSpacing, h as ThemeSpacingKey, i as ThemeTypography, j as ThemeableBorderRadiusValue, l as ThemeableShadowValue, m as ThemeableSpacingValue, u as useTheme } from './ResponsiveToggleField-BGofgB3u.js';
|
|
4
|
+
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
5
|
import { ReactNode } from 'react';
|
|
5
6
|
import { Data } from '@measured/puck';
|
|
6
7
|
|