@swiftwc/ui 0.0.0-dev.60 → 0.0.0-dev.61
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/generated/css/index.css
CHANGED
|
@@ -5407,6 +5407,9 @@
|
|
|
5407
5407
|
--label-flow: vertical;
|
|
5408
5408
|
--label-line-limit: 2;
|
|
5409
5409
|
--label-truncation-mode: tail;
|
|
5410
|
+
--label--titlestack-font-size: var(--label-caption2-font-size);
|
|
5411
|
+
--label--titlestack-line-height: var(--label-caption2-line-height);
|
|
5412
|
+
--label--titlestack-font-weight: var(--label-caption2-font-weight);
|
|
5410
5413
|
}
|
|
5411
5414
|
:where(tab-view[tab-view-style=tab-bar-only] [is=tab-bar] > [is=form-view] button) {
|
|
5412
5415
|
min-inline-size: calc(var(--iphone-tabbar-block-size) + 0.1rem);
|
|
@@ -5478,6 +5481,9 @@
|
|
|
5478
5481
|
--label-flow: vertical;
|
|
5479
5482
|
--label-line-limit: 2;
|
|
5480
5483
|
--label-truncation-mode: tail;
|
|
5484
|
+
--label--titlestack-font-size: var(--label-caption2-font-size);
|
|
5485
|
+
--label--titlestack-line-height: var(--label-caption2-line-height);
|
|
5486
|
+
--label--titlestack-font-weight: var(--label-caption2-font-weight);
|
|
5481
5487
|
}
|
|
5482
5488
|
:where(tab-view:not([tab-view-style=tab-bar-only]) [is=tab-bar] > [is=form-view] button) {
|
|
5483
5489
|
min-inline-size: calc(var(--iphone-tabbar-block-size) + 0.1rem);
|
package/package.json
CHANGED
|
@@ -63,6 +63,10 @@
|
|
|
63
63
|
--label-flow: vertical;
|
|
64
64
|
--label-line-limit: 2;
|
|
65
65
|
--label-truncation-mode: tail;
|
|
66
|
+
|
|
67
|
+
--label--titlestack-font-size: var(--label-caption2-font-size);
|
|
68
|
+
--label--titlestack-line-height: var(--label-caption2-line-height);
|
|
69
|
+
--label--titlestack-font-weight: var(--label-caption2-font-weight);
|
|
66
70
|
}
|
|
67
71
|
|
|
68
72
|
:where(& button) {
|