sf-i-events 1.0.745 → 1.0.747
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/package.json +1 -1
- package/sf-i-events.js +1 -0
- package/src/sf-i-events.ts +1 -0
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -13675,6 +13675,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
13675
13675
|
text: title,
|
|
13676
13676
|
font: {
|
|
13677
13677
|
size: Array.isArray(title) ? 14 : 16,
|
|
13678
|
+
lineHeight: 1.5
|
|
13678
13679
|
}
|
|
13679
13680
|
}
|
|
13680
13681
|
},
|
package/src/sf-i-events.ts
CHANGED
|
@@ -18666,6 +18666,7 @@ export class SfIEvents extends LitElement {
|
|
|
18666
18666
|
text: title,
|
|
18667
18667
|
font: {
|
|
18668
18668
|
size: Array.isArray(title) ? 14 : 16,
|
|
18669
|
+
lineHeight: 1.5
|
|
18669
18670
|
}
|
|
18670
18671
|
}
|
|
18671
18672
|
},
|