@teambit/preview 1.0.1107 → 1.0.1108
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.4ca1b6f6.css +1 -0
- package/artifacts/ui-bundle/static/js/{main.c8644faf.cjs → main.38bed1c2.cjs} +2 -2
- package/dist/{preview-1786889560549.js → preview-1787056392416.js} +2 -2
- package/package.json +20 -20
- package/artifacts/ui-bundle/static/css/main.c964bd91.css +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
|
-
"static/css/main.
|
|
4
|
-
"static/js/main.
|
|
3
|
+
"static/css/main.4ca1b6f6.css": "/static/css/main.4ca1b6f6.css",
|
|
4
|
+
"static/js/main.38bed1c2.cjs": "/static/js/main.38bed1c2.cjs"
|
|
5
5
|
},
|
|
6
6
|
"entrypoints": [
|
|
7
|
-
"static/css/main.
|
|
8
|
-
"static/js/main.
|
|
7
|
+
"static/css/main.4ca1b6f6.css",
|
|
8
|
+
"static/js/main.38bed1c2.cjs"
|
|
9
9
|
]
|
|
10
10
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.frame\.module__overlayBorder--XzA4N{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--XzA4N{display:none}.label\.module__othersContainer--ZWIwN>*{margin-bottom:8px}.label\.module__othersContainer--ZWIwN>:last-child{margin-bottom:unset}.label\.module__othersTooltip--ZWIwN{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.label\.module__othersTooltip--ZWIwN:before{content:"▾";transition:transform .3s;display:inline-block}.label\.module__othersTooltip--ZWIwN.label\.module__active--ZWIwN:before{transform:rotate(-180deg)}.label\.module__hidden--ZWIwN{visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.component-strip\.module__componentStrip--XzlkY{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--XzlkY>*{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--XzlkY>:link,.component-strip\.module__componentStrip--XzlkY>:visited{-webkit-text-decoration:inherit;text-decoration:inherit;color:inherit}.component-strip\.module__componentStrip--XzlkY>:link:hover,.component-strip\.module__componentStrip--XzlkY>:visited:hover{background:var(--bit-highlighter-color-hover,#f6dae2)}.component-strip\.module__componentStrip--XzlkY>:link:active,.component-strip\.module__componentStrip--XzlkY>:visited:active{background:var(--bit-highlighter-color-active,#e79db1);color:inherit}.component-strip\.module__componentStrip--XzlkY>:first-child{border-top-left-radius:.5em;border-bottom-left-radius:.5em}.component-strip\.module__componentStrip--XzlkY>:last-child{margin-right:unset;border-top-right-radius:.5em;border-bottom-right-radius:.5em}.component-strip\.module__nameBlock--XzlkY{display:flex}.component-strip\.module__nameBlock--XzlkY .component-strip\.module__version--XzlkY{text-overflow:ellipsis;white-space:nowrap;max-width:13ch;transition:max-width .48s;overflow:hidden}.component-strip\.module__nameBlock--XzlkY .component-strip\.module__version--XzlkY:hover{max-width:61ch}.element-highlighter\.module__label--Xzc3Z{padding:8px}.element-highlighter\.module__frame--Xzc3Z,.element-highlighter\.module__label--Xzc3Z{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}
|