@cesdk/cesdk-js 1.74.0-rc.0 → 1.74.0-rc.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/assets/core/{cesdk-v1.74.0-rc.0-RR4GPZBO.wasm → cesdk-v1.74.0-rc.2-QDOB2XQD.wasm} +0 -0
- package/assets/core/{worker-host-v1.74.0-rc.0.js → worker-host-v1.74.0-rc.2.js} +1 -1
- package/assets/ui/stylesheets/cesdk.css +20 -9
- package/cesdk.umd.js +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
- /package/assets/core/{cesdk-v1.74.0-rc.0-MLEZSZ4D.data → cesdk-v1.74.0-rc.2-MLEZSZ4D.data} +0 -0
|
@@ -4474,31 +4474,42 @@ hr + .UBQ_Section-module__block--ZZ2wD > hr {
|
|
|
4474
4474
|
inset: 0;
|
|
4475
4475
|
z-index: 4;
|
|
4476
4476
|
pointer-events: none;
|
|
4477
|
-
clip-path: polygon(0 0, 100% 0, 100% calc(6 * var(--ubq-scale-base)), calc(6 * var(--ubq-scale-base)) calc(6 * var(--ubq-scale-base)), calc(6 * var(--ubq-scale-base)) 100%, 0 100%);
|
|
4478
4477
|
}
|
|
4479
|
-
.UBQ_Ruler-
|
|
4478
|
+
.UBQ_Ruler-module__backgroundHorizontal--p0o32,
|
|
4479
|
+
.UBQ_Ruler-module__backgroundVertical--J0Ec4 {
|
|
4480
4480
|
position: absolute;
|
|
4481
|
-
inset: 0;
|
|
4482
4481
|
background: var(--ubq-elevation-1-blur);
|
|
4483
4482
|
backdrop-filter: blur(10px);
|
|
4484
4483
|
-webkit-backdrop-filter: blur(10px);
|
|
4485
4484
|
}
|
|
4486
|
-
.UBQ_Ruler-
|
|
4487
|
-
.UBQ_Ruler-
|
|
4485
|
+
.UBQ_Ruler-module__backgroundHorizontal--p0o32::after,
|
|
4486
|
+
.UBQ_Ruler-module__backgroundVertical--J0Ec4::after {
|
|
4488
4487
|
content: "";
|
|
4489
4488
|
position: absolute;
|
|
4490
4489
|
background: var(--ubq-stroke-contrast-1);
|
|
4491
4490
|
}
|
|
4492
|
-
.UBQ_Ruler-
|
|
4493
|
-
top:
|
|
4491
|
+
.UBQ_Ruler-module__backgroundHorizontal--p0o32 {
|
|
4492
|
+
top: 0;
|
|
4493
|
+
left: 0;
|
|
4494
|
+
right: 0;
|
|
4495
|
+
height: calc(6 * var(--ubq-scale-base));
|
|
4496
|
+
}
|
|
4497
|
+
.UBQ_Ruler-module__backgroundHorizontal--p0o32::after {
|
|
4498
|
+
bottom: 0;
|
|
4494
4499
|
left: calc(6 * var(--ubq-scale-base));
|
|
4495
4500
|
right: 0;
|
|
4496
4501
|
height: 1px;
|
|
4497
4502
|
}
|
|
4498
|
-
.UBQ_Ruler-
|
|
4499
|
-
left: calc(calc(6 * var(--ubq-scale-base)) - 1px);
|
|
4503
|
+
.UBQ_Ruler-module__backgroundVertical--J0Ec4 {
|
|
4500
4504
|
top: calc(6 * var(--ubq-scale-base));
|
|
4505
|
+
left: 0;
|
|
4506
|
+
bottom: 0;
|
|
4507
|
+
width: calc(6 * var(--ubq-scale-base));
|
|
4508
|
+
}
|
|
4509
|
+
.UBQ_Ruler-module__backgroundVertical--J0Ec4::after {
|
|
4510
|
+
top: 0;
|
|
4501
4511
|
bottom: 0;
|
|
4512
|
+
right: 0;
|
|
4502
4513
|
width: 1px;
|
|
4503
4514
|
}
|
|
4504
4515
|
.UBQ_Ruler-module__horizontal--AhHYk {
|