@tscircuit/pcb-viewer 1.11.347 → 1.11.348
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6534,7 +6534,7 @@ var createStore = (initialState = {}, disablePcbGroups = false) => createZustand
|
|
|
6534
6534
|
is_showing_pcb_groups: disablePcbGroups ? false : getStoredBoolean(STORAGE_KEYS.IS_SHOWING_PCB_GROUPS, true),
|
|
6535
6535
|
is_showing_group_anchor_offsets: getStoredBoolean(
|
|
6536
6536
|
STORAGE_KEYS.IS_SHOWING_GROUP_ANCHOR_OFFSETS,
|
|
6537
|
-
|
|
6537
|
+
false
|
|
6538
6538
|
),
|
|
6539
6539
|
is_showing_solder_mask: getStoredBoolean(
|
|
6540
6540
|
STORAGE_KEYS.IS_SHOWING_SOLDER_MASK,
|
|
@@ -14217,7 +14217,7 @@ import { css as css3 } from "@emotion/css";
|
|
|
14217
14217
|
// package.json
|
|
14218
14218
|
var package_default = {
|
|
14219
14219
|
name: "@tscircuit/pcb-viewer",
|
|
14220
|
-
version: "1.11.
|
|
14220
|
+
version: "1.11.347",
|
|
14221
14221
|
main: "dist/index.js",
|
|
14222
14222
|
type: "module",
|
|
14223
14223
|
repository: "tscircuit/pcb-viewer",
|