@lumiastream/ui 0.6.4 → 0.6.5
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.js +1 -7
- package/dist/se-import.js +1 -7
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5828,13 +5828,7 @@ function mapTimer(widget, ctx) {
|
|
|
5828
5828
|
widget,
|
|
5829
5829
|
"timer",
|
|
5830
5830
|
{
|
|
5831
|
-
|
|
5832
|
-
// imported countdown doesn't render in Lumia's default Roboto/24px.
|
|
5833
|
-
// scaleWithContainer: SE renders the countdown at the literal font-size and lets
|
|
5834
|
-
// `widget { overflow:hidden }` clip the overflow (visually masked by the canvas-level
|
|
5835
|
-
// transform). Lumia has no equivalent clip on the layer, so a 150px font in a 162px
|
|
5836
|
-
// box overflows visibly. Opt the imported timer into Lumia's container-query auto-fit.
|
|
5837
|
-
css: { ...mapSeTextCssToModuleCss(widget), scaleWithContainer: true },
|
|
5831
|
+
css: mapSeTextCssToModuleCss(widget),
|
|
5838
5832
|
content: {
|
|
5839
5833
|
version: 1,
|
|
5840
5834
|
type: "countdown",
|
package/dist/se-import.js
CHANGED
|
@@ -2748,13 +2748,7 @@ function mapTimer(widget, ctx) {
|
|
|
2748
2748
|
widget,
|
|
2749
2749
|
"timer",
|
|
2750
2750
|
{
|
|
2751
|
-
|
|
2752
|
-
// imported countdown doesn't render in Lumia's default Roboto/24px.
|
|
2753
|
-
// scaleWithContainer: SE renders the countdown at the literal font-size and lets
|
|
2754
|
-
// `widget { overflow:hidden }` clip the overflow (visually masked by the canvas-level
|
|
2755
|
-
// transform). Lumia has no equivalent clip on the layer, so a 150px font in a 162px
|
|
2756
|
-
// box overflows visibly. Opt the imported timer into Lumia's container-query auto-fit.
|
|
2757
|
-
css: { ...mapSeTextCssToModuleCss(widget), scaleWithContainer: true },
|
|
2751
|
+
css: mapSeTextCssToModuleCss(widget),
|
|
2758
2752
|
content: {
|
|
2759
2753
|
version: 1,
|
|
2760
2754
|
type: "countdown",
|