@teambit/preview 1.0.879 → 1.0.880
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.c333ba81.css +1 -0
- package/artifacts/ui-bundle/static/js/main.a4cb948b.cjs +33 -0
- package/dist/pre-bundle.d.ts +1 -2
- package/dist/pre-bundle.js +24 -24
- package/dist/pre-bundle.js.map +1 -1
- package/dist/{preview-1770423000983.js → preview-1770751156554.js} +2 -2
- package/dist/preview.start-plugin.js +6 -5
- package/dist/preview.start-plugin.js.map +1 -1
- package/dist/rspack/rspack.config.d.ts +2 -0
- package/dist/rspack/rspack.config.js +263 -0
- package/dist/rspack/rspack.config.js.map +1 -0
- package/package.json +25 -23
- package/preview.start-plugin.tsx +6 -5
- package/rspack/rspack.config.ts +267 -0
- package/artifacts/ui-bundle/static/css/main.03dc01ef.css +0 -5
- package/artifacts/ui-bundle/static/js/main.bd0aab87.cjs +0 -13
- package/artifacts/ui-bundle/static/js/main.bd0aab87.cjs.LICENSE.txt +0 -36
- package/dist/webpack/webpack.config.d.ts +0 -2
- package/dist/webpack/webpack.config.js +0 -118
- package/dist/webpack/webpack.config.js.map +0 -1
- package/webpack/webpack.config.ts +0 -88
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
|
-
"main.
|
|
4
|
-
"main.
|
|
3
|
+
"static/js/main.a4cb948b.cjs": "/static/js/main.a4cb948b.cjs",
|
|
4
|
+
"static/css/main.c333ba81.css": "/static/css/main.c333ba81.css"
|
|
5
5
|
},
|
|
6
6
|
"entrypoints": [
|
|
7
|
-
"static/
|
|
8
|
-
"static/
|
|
7
|
+
"static/js/main.a4cb948b.cjs",
|
|
8
|
+
"static/css/main.c333ba81.css"
|
|
9
9
|
]
|
|
10
10
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.frame\.module__overlayBorder--ZGRhZ{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--ZGRhZ{display:none}.label\.module__othersContainer--YmMyZ>*{margin-bottom:8px}.label\.module__othersContainer--YmMyZ>:last-child{margin-bottom:unset}.label\.module__othersTooltip--YmMyZ{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.label\.module__othersTooltip--YmMyZ:before{content:"▾";transition:transform .3s;display:inline-block}.label\.module__othersTooltip--YmMyZ.label\.module__active--YmMyZ:before{transform:rotate(-180deg)}.label\.module__hidden--YmMyZ{visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.component-strip\.module__componentStrip--XzUyN{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--XzUyN>*{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--XzUyN>:link,.component-strip\.module__componentStrip--XzUyN>:visited{-webkit-text-decoration:inherit;text-decoration:inherit;color:inherit}.component-strip\.module__componentStrip--XzUyN>:link:hover,.component-strip\.module__componentStrip--XzUyN>:visited:hover{background:var(--bit-highlighter-color-hover,#f6dae2)}.component-strip\.module__componentStrip--XzUyN>:link:active,.component-strip\.module__componentStrip--XzUyN>:visited:active{background:var(--bit-highlighter-color-active,#e79db1);color:inherit}.component-strip\.module__componentStrip--XzUyN>:first-child{border-top-left-radius:.5em;border-bottom-left-radius:.5em}.component-strip\.module__componentStrip--XzUyN>:last-child{margin-right:unset;border-top-right-radius:.5em;border-bottom-right-radius:.5em}.component-strip\.module__nameBlock--XzUyN{display:flex}.component-strip\.module__nameBlock--XzUyN .component-strip\.module__version--XzUyN{text-overflow:ellipsis;white-space:nowrap;max-width:13ch;transition:max-width .48s;overflow:hidden}.component-strip\.module__nameBlock--XzUyN .component-strip\.module__version--XzUyN:hover{max-width:61ch}.element-highlighter\.module__label--XzQ2N{padding:8px}.element-highlighter\.module__frame--XzQ2N,.element-highlighter\.module__label--XzQ2N{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}
|