linkedunion-design-kit 1.2.8 → 1.2.9

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.
@@ -25,7 +25,7 @@ export var PostByCategory = function (props) {
25
25
  <LuImage image={props.image} width={240} height={240} className="lu-width-100 lu-height-100 object-cover" orientation={props.mediaPosition}/>
26
26
  </div>
27
27
  <div className={"flex flex-col items-center flex-grow lu-m-250 text-center h-[100px]"}>
28
- <div className={"".concat(props.card_title_color, " lu-font-size-2x-large lu-font-weight-semibold vertical_card_heading")}>{props.heading}</div>
28
+ <div className={"$card_title_color_".concat(props === null || props === void 0 ? void 0 : props.id, " lu-font-size-2x-large lu-font-weight-semibold vertical_card_heading")}>{props.heading}</div>
29
29
  <p className="lu-base-font-size lu-font-weight-extra-light lu-text-caption vertical_body_text">{props.body}</p>
30
30
  </div>
31
31
  <Link href={props.href || ''} className="lu-width-100">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linkedunion-design-kit",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",