vite-plugin-specter 0.3.0 → 0.3.2

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/client.js CHANGED
@@ -950,9 +950,6 @@
950
950
  clearMeasureOverlay();
951
951
  hideTooltip();
952
952
  updatePillForSelection();
953
- } else if (selectedEls.length > 0) {
954
- clearSelection();
955
- collapsePill();
956
953
  } else {
957
954
  deactivate();
958
955
  }
@@ -950,9 +950,6 @@
950
950
  clearMeasureOverlay();
951
951
  hideTooltip();
952
952
  updatePillForSelection();
953
- } else if (selectedEls.length > 0) {
954
- clearSelection();
955
- collapsePill();
956
953
  } else {
957
954
  deactivate();
958
955
  }
package/dist/index.cjs CHANGED
@@ -980,9 +980,6 @@ function getClientScript(options) {
980
980
  clearMeasureOverlay();
981
981
  hideTooltip();
982
982
  updatePillForSelection();
983
- } else if (selectedEls.length > 0) {
984
- clearSelection();
985
- collapsePill();
986
983
  } else {
987
984
  deactivate();
988
985
  }
package/dist/index.js CHANGED
@@ -953,9 +953,6 @@ function getClientScript(options) {
953
953
  clearMeasureOverlay();
954
954
  hideTooltip();
955
955
  updatePillForSelection();
956
- } else if (selectedEls.length > 0) {
957
- clearSelection();
958
- collapsePill();
959
956
  } else {
960
957
  deactivate();
961
958
  }
@@ -950,9 +950,6 @@
950
950
  clearMeasureOverlay();
951
951
  hideTooltip();
952
952
  updatePillForSelection();
953
- } else if (selectedEls.length > 0) {
954
- clearSelection();
955
- collapsePill();
956
953
  } else {
957
954
  deactivate();
958
955
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-specter",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "Inspect elements and Figma-style measure spacing in your vibe-coded Vite projects. Give your AI exactly what it needs to make the right change.",
5
5
  "author": "Setu Kathawate <dev@setugk.com>",
6
6
  "homepage": "https://github.com/setugk/vite-plugin-specter#readme",