@tscircuit/pcb-viewer 1.10.1 → 1.10.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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -468,7 +468,7 @@ function _templateObject() {
|
|
|
468
468
|
}
|
|
469
469
|
function _templateObject1() {
|
|
470
470
|
var data = _tagged_template_literal([
|
|
471
|
-
"\n position: absolute;\n z-index:
|
|
471
|
+
"\n position: absolute;\n z-index: 100;\n left: ",
|
|
472
472
|
"px;\n top: ",
|
|
473
473
|
"px;\n color: red;\n text-align: center;\n font-family: sans-serif;\n font-size: 12px;\n display: flex;\n flex-direction: column;\n align-items: center;\n cursor: pointer;\n transform: translate(-50%, -100%);\n\n & .error-message {\n opacity: 0;\n pointer-events: none;\n\n width: 200px;\n transition: opacity 0.2s;\n margin-bottom: 10px;\n }\n\n &:hover .error-message {\n opacity: 1;\n display: flex;\n }\n "
|
|
474
474
|
]);
|
|
@@ -13725,7 +13725,7 @@ var import_soup2 = __toESM(require_dist());
|
|
|
13725
13725
|
// package.json
|
|
13726
13726
|
var package_default = {
|
|
13727
13727
|
name: "@tscircuit/pcb-viewer",
|
|
13728
|
-
version: "1.10.
|
|
13728
|
+
version: "1.10.1",
|
|
13729
13729
|
main: "dist/index.js",
|
|
13730
13730
|
repository: "tscircuit/pcb-viewer",
|
|
13731
13731
|
license: "MIT",
|