osi-cards-lib 1.5.44 → 1.5.45
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/index.d.ts
CHANGED
|
@@ -11572,11 +11572,11 @@ declare function packWithZeroGapsGuarantee(sections: CardSection[], columns?: nu
|
|
|
11572
11572
|
* Do not edit manually - generated by scripts/generate-version.js
|
|
11573
11573
|
*
|
|
11574
11574
|
* Source of truth: version.config.json
|
|
11575
|
-
* Last synced: 2026-01-08T11:
|
|
11575
|
+
* Last synced: 2026-01-08T11:23:10.755Z
|
|
11576
11576
|
*/
|
|
11577
|
-
declare const VERSION = "1.5.
|
|
11578
|
-
declare const BUILD_DATE = "2026-01-08T11:
|
|
11579
|
-
declare const BUILD_HASH = "
|
|
11577
|
+
declare const VERSION = "1.5.45";
|
|
11578
|
+
declare const BUILD_DATE = "2026-01-08T11:23:10.755Z";
|
|
11579
|
+
declare const BUILD_HASH = "6af2c47";
|
|
11580
11580
|
declare const BUILD_BRANCH = "main";
|
|
11581
11581
|
interface VersionInfo {
|
|
11582
11582
|
version: string;
|
package/package.json
CHANGED
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
.ai-section__title {
|
|
89
89
|
@include section-heading-text;
|
|
90
90
|
font-size: var(--osi-section-title-font-size) !important;
|
|
91
|
-
font-weight:
|
|
91
|
+
font-weight: 700 !important;
|
|
92
92
|
letter-spacing: var(--osi-section-title-letter-spacing) !important;
|
|
93
93
|
line-height: var(--osi-section-title-line-height) !important;
|
|
94
94
|
color: var(--osi-section-title-color) !important;
|