@teambit/preview 1.0.1081 → 1.0.1082
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/artifacts/ui-bundle/asset-manifest.json +4 -4
- package/artifacts/ui-bundle/static/css/main.c964bd91.css +1 -0
- package/artifacts/ui-bundle/static/js/{main.9afb8779.cjs → main.04970a27.cjs} +3 -3
- package/dist/{preview-1785278532531.js → preview-1785362864561.js} +2 -2
- package/package.json +30 -30
- package/artifacts/ui-bundle/static/css/main.bfc9fcbc.css +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
|
-
"static/
|
|
4
|
-
"static/
|
|
3
|
+
"static/js/main.04970a27.cjs": "/static/js/main.04970a27.cjs",
|
|
4
|
+
"static/css/main.c964bd91.css": "/static/css/main.c964bd91.css"
|
|
5
5
|
},
|
|
6
6
|
"entrypoints": [
|
|
7
|
-
"static/
|
|
8
|
-
"static/
|
|
7
|
+
"static/js/main.04970a27.cjs",
|
|
8
|
+
"static/css/main.c964bd91.css"
|
|
9
9
|
]
|
|
10
10
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.frame\.module__overlayBorder--XzM3Z{box-sizing:border-box;border:2px solid var(--bit-highlighter-color,#eebcc9);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:11px;padding:4px}.frame\.module__hidden--XzM3Z{display:none}.label\.module__othersContainer--Y2EwO>*{margin-bottom:8px}.label\.module__othersContainer--Y2EwO>:last-child{margin-bottom:unset}.label\.module__othersTooltip--Y2EwO{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.label\.module__othersTooltip--Y2EwO:before{content:"▾";transition:transform .3s;display:inline-block}.label\.module__othersTooltip--Y2EwO.label\.module__active--Y2EwO:before{transform:rotate(-180deg)}.label\.module__hidden--Y2EwO{visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.component-strip\.module__componentStrip--XzYyN{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;box-shadow:var(--bit-highlighter-shadow);white-space:nowrap;border-radius:.5em;display:flex}.component-strip\.module__componentStrip--XzYyN>*{background:var(--bit-highlighter-color,#eebcc9);margin-right:.125em;padding:0 .5em;line-height:1.5;transition:-webkit-filter .3s,filter .3s,background-color .3s;transform:translateZ(0)}.component-strip\.module__componentStrip--XzYyN>:link,.component-strip\.module__componentStrip--XzYyN>:visited{-webkit-text-decoration:inherit;text-decoration:inherit;color:inherit}.component-strip\.module__componentStrip--XzYyN>:link:hover,.component-strip\.module__componentStrip--XzYyN>:visited:hover{background:var(--bit-highlighter-color-hover,#f6dae2)}.component-strip\.module__componentStrip--XzYyN>:link:active,.component-strip\.module__componentStrip--XzYyN>:visited:active{background:var(--bit-highlighter-color-active,#e79db1);color:inherit}.component-strip\.module__componentStrip--XzYyN>:first-child{border-top-left-radius:.5em;border-bottom-left-radius:.5em}.component-strip\.module__componentStrip--XzYyN>:last-child{margin-right:unset;border-top-right-radius:.5em;border-bottom-right-radius:.5em}.component-strip\.module__nameBlock--XzYyN{display:flex}.component-strip\.module__nameBlock--XzYyN .component-strip\.module__version--XzYyN{text-overflow:ellipsis;white-space:nowrap;max-width:13ch;transition:max-width .48s;overflow:hidden}.component-strip\.module__nameBlock--XzYyN .component-strip\.module__version--XzYyN:hover{max-width:61ch}.element-highlighter\.module__label--XzQyM{padding:8px}.element-highlighter\.module__frame--XzQyM,.element-highlighter\.module__label--XzQyM{z-index:15500}.highlighter-provider\.module__highlighter--XzBjO{border:solid var(--bit-border-color-lightest,#ededed);box-sizing:border-box;border-width:0;height:100%;transition:border .3s}.highlighter-provider\.module__highlighter--XzBjO.highlighter-provider\.module__active--XzBjO{border-width:8px;overflow:auto}.highlighter-provider\.module__label--XzBjO{font-family:sans-serif;font-size:12px}
|