@measured/puck 0.8.0-canary.06b145b → 0.8.0-canary.1dc222c

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/index.css CHANGED
@@ -695,51 +695,52 @@
695
695
  }
696
696
 
697
697
  /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
698
- ._SidebarSection_ivnrs_1 {
698
+ ._SidebarSection_f1p35_1 {
699
699
  display: flex;
700
700
  position: relative;
701
701
  flex-direction: column;
702
+ color: black;
702
703
  }
703
- ._SidebarSection_ivnrs_1:last-of-type {
704
+ ._SidebarSection_f1p35_1:last-of-type {
704
705
  flex-grow: 1;
705
706
  }
706
- ._SidebarSection-title_ivnrs_11 {
707
+ ._SidebarSection-title_f1p35_12 {
707
708
  background: white;
708
709
  padding: 16px;
709
710
  border-bottom: 1px solid var(--puck-color-grey-8);
710
- overflow-x: scroll;
711
+ overflow-x: auto;
711
712
  }
712
- ._SidebarSection-content_ivnrs_18 {
713
+ ._SidebarSection-content_f1p35_19 {
713
714
  border-bottom: 1px solid var(--puck-color-grey-8);
714
715
  padding: 16px;
715
716
  }
716
- ._SidebarSection--noPadding_ivnrs_23 ._SidebarSection-content_ivnrs_18 {
717
+ ._SidebarSection--noPadding_f1p35_24 ._SidebarSection-content_f1p35_19 {
717
718
  padding: 0px;
718
719
  }
719
- ._SidebarSection_ivnrs_1:last-of-type ._SidebarSection-content_ivnrs_18 {
720
+ ._SidebarSection_f1p35_1:last-of-type ._SidebarSection-content_f1p35_19 {
720
721
  border-bottom: none;
721
722
  flex-grow: 1;
722
723
  }
723
- ._SidebarSection-breadcrumbLabel_ivnrs_32 {
724
+ ._SidebarSection-breadcrumbLabel_f1p35_33 {
724
725
  color: var(--puck-color-azure-3);
725
726
  flex-shrink: 0;
726
727
  }
727
- ._SidebarSection-breadcrumbLabel_ivnrs_32:hover {
728
+ ._SidebarSection-breadcrumbLabel_f1p35_33:hover {
728
729
  color: var(--puck-color-azure-4);
729
730
  cursor: pointer;
730
731
  text-decoration: underline;
731
732
  }
732
- ._SidebarSection-breadcrumbs_ivnrs_43 {
733
+ ._SidebarSection-breadcrumbs_f1p35_44 {
733
734
  align-items: center;
734
735
  display: flex;
735
736
  gap: 4px;
736
737
  }
737
- ._SidebarSection-breadcrumb_ivnrs_32 {
738
+ ._SidebarSection-breadcrumb_f1p35_33 {
738
739
  align-items: center;
739
740
  display: flex;
740
741
  gap: 4px;
741
742
  }
742
- ._SidebarSection-heading_ivnrs_55 {
743
+ ._SidebarSection-heading_f1p35_56 {
743
744
  padding-right: 16px;
744
745
  }
745
746
 
package/dist/index.js CHANGED
@@ -1357,7 +1357,7 @@ init_react_import();
1357
1357
 
1358
1358
  // css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css#css-module
1359
1359
  init_react_import();
1360
- var styles_module_default6 = { "SidebarSection": "_SidebarSection_ivnrs_1", "SidebarSection-title": "_SidebarSection-title_ivnrs_11", "SidebarSection-content": "_SidebarSection-content_ivnrs_18", "SidebarSection--noPadding": "_SidebarSection--noPadding_ivnrs_23", "SidebarSection-breadcrumbLabel": "_SidebarSection-breadcrumbLabel_ivnrs_32", "SidebarSection-breadcrumbs": "_SidebarSection-breadcrumbs_ivnrs_43", "SidebarSection-breadcrumb": "_SidebarSection-breadcrumb_ivnrs_32", "SidebarSection-heading": "_SidebarSection-heading_ivnrs_55" };
1360
+ var styles_module_default6 = { "SidebarSection": "_SidebarSection_f1p35_1", "SidebarSection-title": "_SidebarSection-title_f1p35_12", "SidebarSection-content": "_SidebarSection-content_f1p35_19", "SidebarSection--noPadding": "_SidebarSection--noPadding_f1p35_24", "SidebarSection-breadcrumbLabel": "_SidebarSection-breadcrumbLabel_f1p35_33", "SidebarSection-breadcrumbs": "_SidebarSection-breadcrumbs_f1p35_44", "SidebarSection-breadcrumb": "_SidebarSection-breadcrumb_f1p35_33", "SidebarSection-heading": "_SidebarSection-heading_f1p35_56" };
1361
1361
 
1362
1362
  // components/Heading/index.tsx
1363
1363
  init_react_import();
@@ -2056,6 +2056,8 @@ function Puck({
2056
2056
  {
2057
2057
  style: {
2058
2058
  gridArea: "header",
2059
+ color: "var(--puck-color-black)",
2060
+ background: "var(--puck-color-white)",
2059
2061
  borderBottom: "1px solid var(--puck-color-grey-8)"
2060
2062
  },
2061
2063
  children: renderHeader ? renderHeader({
@@ -2189,7 +2191,6 @@ function Puck({
2189
2191
  "div",
2190
2192
  {
2191
2193
  style: {
2192
- background: "var(--puck-color-grey-10)",
2193
2194
  padding: 32,
2194
2195
  overflowY: "auto",
2195
2196
  gridArea: "editor",
@@ -2202,8 +2203,8 @@ function Puck({
2202
2203
  {
2203
2204
  className: "puck-root",
2204
2205
  style: {
2205
- background: "white",
2206
2206
  border: "1px solid var(--puck-color-grey-8)",
2207
+ boxShadow: "0px 0px 0px 3rem var(--puck-color-grey-10)",
2207
2208
  zoom: 0.75
2208
2209
  },
2209
2210
  children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Page, __spreadProps(__spreadValues({ data }, data.root), { children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(DropZone, { zone: rootDroppableId }) }))
@@ -2220,7 +2221,8 @@ function Puck({
2220
2221
  gridArea: "right",
2221
2222
  fontFamily: "var(--puck-font-stack)",
2222
2223
  display: "flex",
2223
- flexDirection: "column"
2224
+ flexDirection: "column",
2225
+ background: "var(--puck-color-white)"
2224
2226
  },
2225
2227
  children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(FieldWrapper, { data, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
2226
2228
  SidebarSection,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.8.0-canary.06b145b",
3
+ "version": "0.8.0-canary.1dc222c",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",