@titelmedia/bricks-interview
Advanced tools
Comparing version 2.1.29 to 2.1.31
@@ -6,2 +6,6 @@ # Change Log | ||
## [2.1.31](https://github.com/titel-media/bricks-lerna/compare/v2.1.30...v2.1.31) (2024-02-16) | ||
**Note:** Version bump only for package @titelmedia/bricks-interview | ||
## [2.1.29](https://github.com/titel-media/bricks-lerna/compare/v2.1.28...v2.1.29) (2023-12-07) | ||
@@ -8,0 +12,0 @@ |
@@ -59,3 +59,3 @@ "use strict"; | ||
ref: questionRef, | ||
color: (fontColor === null || fontColor === void 0 ? void 0 : fontColor.hex) || fontColor, | ||
color: fontColor?.hex || fontColor, | ||
bold: questionFontWeight === 'bold', | ||
@@ -68,3 +68,3 @@ questionFontStyle: questionFontStyle, | ||
ref: answerRef, | ||
color: (fontColor === null || fontColor === void 0 ? void 0 : fontColor.hex) || fontColor, | ||
color: fontColor?.hex || fontColor, | ||
bold: answerFontWeight === 'bold', | ||
@@ -71,0 +71,0 @@ answerFontStyle: answerFontStyle, |
{ | ||
"name": "@titelmedia/bricks-interview", | ||
"version": "2.1.29", | ||
"version": "2.1.31", | ||
"description": "> TODO: description", | ||
@@ -23,3 +23,3 @@ "author": "highsnob", | ||
"dependencies": { | ||
"@titelmedia/bricks-theme": "^2.1.29", | ||
"@titelmedia/bricks-theme": "^2.1.31", | ||
"@titelmedia/bricks-utils": "^2.0.0" | ||
@@ -32,3 +32,3 @@ }, | ||
}, | ||
"gitHead": "c4dfaee97ef7fcc050957b61ae81a3bb053d26c3" | ||
"gitHead": "ecfa0a44cd25544793f0542e4d546eb0f7e43721" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42162