@zero-library/common 2.3.3 → 2.3.4
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.cjs.js +8 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +5 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +8 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2301,6 +2301,8 @@
|
|
|
2301
2301
|
/* src/components/MarkDrawing/styles.module.less */
|
|
2302
2302
|
.styles_module_container {
|
|
2303
2303
|
position: relative;
|
|
2304
|
+
width: fit-content;
|
|
2305
|
+
height: fit-content;
|
|
2304
2306
|
}
|
|
2305
2307
|
.styles_module_container .styles_module_rect {
|
|
2306
2308
|
position: absolute;
|
|
@@ -2314,4 +2316,7 @@
|
|
|
2314
2316
|
font-size: 12px;
|
|
2315
2317
|
font-weight: 600;
|
|
2316
2318
|
}
|
|
2319
|
+
.styles_module_container .styles_module_score:empty {
|
|
2320
|
+
display: none;
|
|
2321
|
+
}
|
|
2317
2322
|
/*# sourceMappingURL=index.css.map */
|