@mission-studio/puck 1.0.23 → 1.0.25
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/{Popup-llKrR-vO.d.mts → Popup-Dg78fu78.d.mts} +2 -12
- package/dist/{Popup-BlNJZyB6.d.ts → Popup-L7kcJo05.d.ts} +2 -12
- package/dist/chunk-B7TB7KB4.mjs +463 -0
- package/dist/chunk-TRPKXVMO.mjs +695 -0
- package/dist/{chunk-MWW5LYLN.mjs → chunk-YIPEC4L4.mjs} +709 -1075
- package/dist/components/page/astro/index.d.mts +32 -4
- package/dist/components/page/astro/index.d.ts +32 -4
- package/dist/components/page/astro/index.js +618 -688
- package/dist/components/page/astro/index.mjs +11 -11
- package/dist/config/server.js +639 -709
- package/dist/config/server.mjs +11 -11
- package/dist/config-entry.js +592 -478
- package/dist/config-entry.mjs +11 -11
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +388 -274
- package/dist/index.mjs +11 -11
- package/dist/renderer.d.mts +23 -3
- package/dist/renderer.d.ts +23 -3
- package/dist/renderer.js +388 -274
- package/dist/renderer.mjs +11 -11
- package/package.json +1 -1
- package/dist/chunk-KER4VXRB.mjs +0 -61
- package/dist/chunk-WFLVAZV2.mjs +0 -142
package/dist/config-entry.mjs
CHANGED
|
@@ -8,31 +8,31 @@ import {
|
|
|
8
8
|
createThemeableColorField
|
|
9
9
|
} from "./chunk-VF4NOAJG.mjs";
|
|
10
10
|
import "./chunk-A3QDUUOF.mjs";
|
|
11
|
-
import {
|
|
12
|
-
Heading,
|
|
13
|
-
Paragraph
|
|
14
|
-
} from "./chunk-WFLVAZV2.mjs";
|
|
15
11
|
import {
|
|
16
12
|
Button,
|
|
17
13
|
Card,
|
|
18
14
|
Columns,
|
|
19
15
|
Container,
|
|
20
|
-
CustomImage,
|
|
21
16
|
Divider,
|
|
22
|
-
|
|
23
|
-
FeaturesList,
|
|
24
|
-
Footer,
|
|
17
|
+
Heading,
|
|
25
18
|
Icon,
|
|
26
19
|
Image,
|
|
27
20
|
ImageCarousel,
|
|
28
|
-
|
|
21
|
+
Paragraph,
|
|
29
22
|
Section,
|
|
30
|
-
Spacer
|
|
23
|
+
Spacer
|
|
24
|
+
} from "./chunk-TRPKXVMO.mjs";
|
|
25
|
+
import {
|
|
26
|
+
CustomImage,
|
|
27
|
+
FeatureGrid,
|
|
28
|
+
FeaturesList,
|
|
29
|
+
Footer,
|
|
30
|
+
Popup,
|
|
31
31
|
TextBlock,
|
|
32
32
|
Topbar,
|
|
33
33
|
VideoEmbed,
|
|
34
34
|
availableIcons
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-YIPEC4L4.mjs";
|
|
36
36
|
import "./chunk-PJXZC564.mjs";
|
|
37
37
|
import "./chunk-QSWQDR6M.mjs";
|
|
38
38
|
import "./chunk-C6V3YUPF.mjs";
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { Heading, HeadingProps, Paragraph, ParagraphProps } from './renderer.mjs';
|
|
2
|
-
export { B as
|
|
1
|
+
export { Button, Card, Columns, Container, Divider, Heading, HeadingProps, Icon, Image, ImageCarousel, Paragraph, ParagraphProps, Section, Spacer } from './renderer.mjs';
|
|
2
|
+
export { B as ButtonProps, C as CardProps, a as CarouselImage, b as ColumnsProps, c as ContainerProps, d as CustomImage, e as CustomImageProps, D as DividerProps, F as FeatureGrid, f as FeatureGridProps, g as FeaturesList, h as FeaturesListProps, i as Footer, j as FooterProps, I as IconProps, k as ImageCarouselProps, l as ImageProps, P as Popup, m as PopupProps, S as SectionProps, n as SpacerProps, T as TextBlock, o as TextBlockProps, p as Topbar, q as TopbarProps, V as VideoEmbed, r as VideoEmbedProps, s as availableIcons } from './Popup-Dg78fu78.mjs';
|
|
3
3
|
export { D as DEFAULT_THEME, T as ThemeProvider, u as useTheme } from './defaults-j55hBQHu.mjs';
|
|
4
4
|
export { P as PageTheme, T as ThemeBorderKey, a as ThemeBorders, b as ThemeColorKey, c as ThemeColors, d as ThemeShadowKey, e as ThemeShadows, f as ThemeSpacing, g as ThemeSpacingKey, h as ThemeTypography, i as ThemeableBorderRadiusValue, j as ThemeableColorValue, k as ThemeableShadowValue, l as ThemeableSpacingValue } from './types-HQ6hIbYr.mjs';
|
|
5
5
|
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';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { Heading, HeadingProps, Paragraph, ParagraphProps } from './renderer.js';
|
|
2
|
-
export { B as
|
|
1
|
+
export { Button, Card, Columns, Container, Divider, Heading, HeadingProps, Icon, Image, ImageCarousel, Paragraph, ParagraphProps, Section, Spacer } from './renderer.js';
|
|
2
|
+
export { B as ButtonProps, C as CardProps, a as CarouselImage, b as ColumnsProps, c as ContainerProps, d as CustomImage, e as CustomImageProps, D as DividerProps, F as FeatureGrid, f as FeatureGridProps, g as FeaturesList, h as FeaturesListProps, i as Footer, j as FooterProps, I as IconProps, k as ImageCarouselProps, l as ImageProps, P as Popup, m as PopupProps, S as SectionProps, n as SpacerProps, T as TextBlock, o as TextBlockProps, p as Topbar, q as TopbarProps, V as VideoEmbed, r as VideoEmbedProps, s as availableIcons } from './Popup-L7kcJo05.js';
|
|
3
3
|
export { D as DEFAULT_THEME, T as ThemeProvider, u as useTheme } from './defaults-z8Ft2j5r.js';
|
|
4
4
|
export { P as PageTheme, T as ThemeBorderKey, a as ThemeBorders, b as ThemeColorKey, c as ThemeColors, d as ThemeShadowKey, e as ThemeShadows, f as ThemeSpacing, g as ThemeSpacingKey, h as ThemeTypography, i as ThemeableBorderRadiusValue, j as ThemeableColorValue, k as ThemeableShadowValue, l as ThemeableSpacingValue } from './types-HQ6hIbYr.js';
|
|
5
5
|
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';
|