@measured/puck-plugin-heading-analyzer 0.16.0-canary.937bb92 → 0.16.0-canary.94f16b2

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.js CHANGED
@@ -1801,6 +1801,7 @@ var SidebarSection = ({
1801
1801
  /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1802
1802
  "button",
1803
1803
  {
1804
+ type: "button",
1804
1805
  className: getClassName3("breadcrumbLabel"),
1805
1806
  onClick: () => setUi({ itemSelector: breadcrumb.selector }),
1806
1807
  children: breadcrumb.label
package/dist/index.mjs CHANGED
@@ -1798,6 +1798,7 @@ var SidebarSection = ({
1798
1798
  /* @__PURE__ */ jsx5(
1799
1799
  "button",
1800
1800
  {
1801
+ type: "button",
1801
1802
  className: getClassName3("breadcrumbLabel"),
1802
1803
  onClick: () => setUi({ itemSelector: breadcrumb.selector }),
1803
1804
  children: breadcrumb.label
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck-plugin-heading-analyzer",
3
- "version": "0.16.0-canary.937bb92",
3
+ "version": "0.16.0-canary.94f16b2",
4
4
  "author": "Measured Corporation Ltd <hello@measured.co>",
5
5
  "repository": "measuredco/puck",
6
6
  "bugs": "https://github.com/measuredco/puck/issues",
@@ -25,7 +25,7 @@
25
25
  "dist"
26
26
  ],
27
27
  "devDependencies": {
28
- "@measured/puck": "^0.16.0-canary.937bb92",
28
+ "@measured/puck": "^0.16.0-canary.94f16b2",
29
29
  "@types/react": "^18.2.0",
30
30
  "@types/react-dom": "^18.2.0",
31
31
  "eslint": "^7.32.0",