@measured/puck-plugin-heading-analyzer 0.14.2-canary.9008b70 → 0.14.2-canary.c4a66ad

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -74991,7 +74991,7 @@ var require_dist2 = __commonJS({
74991
74991
  );
74992
74992
  };
74993
74993
  init_react_import2();
74994
- var styles_module_default42 = { "DropZone": "_DropZone_1fmd4_1", "DropZone-content": "_DropZone-content_1fmd4_10", "DropZone--userIsDragging": "_DropZone--userIsDragging_1fmd4_15", "DropZone--draggingOverArea": "_DropZone--draggingOverArea_1fmd4_19", "DropZone--draggingNewComponent": "_DropZone--draggingNewComponent_1fmd4_20", "DropZone--isAreaSelected": "_DropZone--isAreaSelected_1fmd4_26", "DropZone--hoveringOverArea": "_DropZone--hoveringOverArea_1fmd4_27", "DropZone--isDisabled": "_DropZone--isDisabled_1fmd4_28", "DropZone--isRootZone": "_DropZone--isRootZone_1fmd4_29", "DropZone--hasChildren": "_DropZone--hasChildren_1fmd4_30", "DropZone--isDestination": "_DropZone--isDestination_1fmd4_40", "DropZone-item": "_DropZone-item_1fmd4_52", "DropZone-hitbox": "_DropZone-hitbox_1fmd4_56" };
74994
+ var styles_module_default42 = { "DropZone": "_DropZone_djoti_1", "DropZone-content": "_DropZone-content_djoti_10", "DropZone--userIsDragging": "_DropZone--userIsDragging_djoti_15", "DropZone--draggingOverArea": "_DropZone--draggingOverArea_djoti_19", "DropZone--draggingNewComponent": "_DropZone--draggingNewComponent_djoti_20", "DropZone--isAreaSelected": "_DropZone--isAreaSelected_djoti_26", "DropZone--hoveringOverArea": "_DropZone--hoveringOverArea_djoti_27", "DropZone--isDisabled": "_DropZone--isDisabled_djoti_28", "DropZone--isRootZone": "_DropZone--isRootZone_djoti_29", "DropZone--hasChildren": "_DropZone--hasChildren_djoti_30", "DropZone--isDestination": "_DropZone--isDestination_djoti_40", "DropZone-item": "_DropZone-item_djoti_52", "DropZone-hitbox": "_DropZone-hitbox_djoti_56" };
74995
74995
  init_react_import2();
74996
74996
  var import_react82 = require("react");
74997
74997
  var import_use_debounce = (init_index_module(), __toCommonJS(index_module_exports));
@@ -76942,7 +76942,7 @@ var require_dist2 = __commonJS({
76942
76942
  disabled: readOnly,
76943
76943
  onChange: (e2) => {
76944
76944
  if (e2.currentTarget.value === "true" || e2.currentTarget.value === "false") {
76945
- onChange(Boolean(e2.currentTarget.value));
76945
+ onChange(JSON.parse(e2.currentTarget.value));
76946
76946
  return;
76947
76947
  }
76948
76948
  onChange(e2.currentTarget.value);
@@ -77437,7 +77437,7 @@ var require_dist2 = __commonJS({
77437
77437
  var import_react222 = require("react");
77438
77438
  var import_auto_frame_component = __toESM2(require_dist());
77439
77439
  init_react_import2();
77440
- var styles_module_default16 = { "PuckPreview": "_PuckPreview_1mia0_1", "PuckPreview-frame": "_PuckPreview-frame_1mia0_5" };
77440
+ var styles_module_default16 = { "PuckPreview": "_PuckPreview_rxwlr_1", "PuckPreview-frame": "_PuckPreview-frame_rxwlr_5" };
77441
77441
  var import_jsx_runtime29 = require("react/jsx-runtime");
77442
77442
  var getClassName21 = get_class_name_factory_default2("PuckPreview", styles_module_default16);
77443
77443
  var Preview = ({ id = "puck-preview" }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck-plugin-heading-analyzer",
3
- "version": "0.14.2-canary.9008b70",
3
+ "version": "0.14.2-canary.c4a66ad",
4
4
  "author": "Measured Corporation Ltd <hello@measured.co>",
5
5
  "repository": "measuredco/puck",
6
6
  "bugs": "https://github.com/measuredco/puck/issues",
@@ -18,7 +18,7 @@
18
18
  "dist"
19
19
  ],
20
20
  "devDependencies": {
21
- "@measured/puck": "^0.14.2-canary.9008b70",
21
+ "@measured/puck": "^0.14.2-canary.c4a66ad",
22
22
  "@types/react": "^18.2.0",
23
23
  "@types/react-dom": "^18.2.0",
24
24
  "eslint": "^7.32.0",