@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
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-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-
|
|
33
|
-
import "./chunk-
|
|
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 {
|
|
3
|
-
export {
|
|
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 {
|
|
3
|
-
export {
|
|
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
|
|