@tscircuit/pcb-viewer 1.10.21 → 1.10.22
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 +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11336,6 +11336,9 @@ var HighlightedPrimitiveBoxWithText = function(param) {
|
|
|
11336
11336
|
transition: "margin-right 0.2s, margin-bottom 0.2s",
|
|
11337
11337
|
backgroundColor: "#f2efcc",
|
|
11338
11338
|
color: "black",
|
|
11339
|
+
textShadow: "none",
|
|
11340
|
+
WebkitFontSmoothing: "antialiased",
|
|
11341
|
+
MozOsxFontSmoothing: "grayscale",
|
|
11339
11342
|
padding: "6px 6px",
|
|
11340
11343
|
borderRadius: "6px",
|
|
11341
11344
|
fontSize: "14px",
|
|
@@ -11751,7 +11754,7 @@ var import_css = require("@emotion/css");
|
|
|
11751
11754
|
// package.json
|
|
11752
11755
|
var package_default = {
|
|
11753
11756
|
name: "@tscircuit/pcb-viewer",
|
|
11754
|
-
version: "1.10.
|
|
11757
|
+
version: "1.10.21",
|
|
11755
11758
|
main: "dist/index.js",
|
|
11756
11759
|
repository: "tscircuit/pcb-viewer",
|
|
11757
11760
|
license: "MIT",
|