linkedunion-design-kit 1.3.7 → 1.3.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.
@@ -11,7 +11,7 @@ export var PostByCategory = function (props) {
11
11
  </div>
12
12
  <div className="flex flex-1 flex-col">
13
13
  <div className={"flex flex-col justify-center flex-1 h-full"}>
14
- <div className={"lu-text-danger lu-font-size-2x-large lu-font-weight-semibold horizontal_card_heading"}>{props === null || props === void 0 ? void 0 : props.heading}</div>
14
+ <div className={"lu-text-primary lu-font-size-2x-large lu-font-weight-semibold horizontal_card_heading"}>{props === null || props === void 0 ? void 0 : props.heading}</div>
15
15
  <p className={"lu-base-font-size lu-font-weight-extra-light horizontal_body_text lu-text-caption"}>{props === null || props === void 0 ? void 0 : props.body}</p>
16
16
  </div>
17
17
  <Link href={props.href || ''} className="lu-width-100">
@@ -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={"lu-text-danger card_postByCategory_heading_theme2 abc_uyt lu-font-size-2x-large lu-font-weight-semibold vertical_card_heading"}>{props.heading}</div>
28
+ <div className={"lu-text-danger 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">
@@ -33,8 +33,14 @@ export var PostByCategory = function (props) {
33
33
  </Link>
34
34
  </div>
35
35
  </>)}
36
- <style jsx global>
37
- {"\n .card-postByCategory-heading-theme1 {\n color: blue\n }\n .abc_uyt{\n background-color: red}\n "}
38
- </style>
36
+ {/* <style jsx global>
37
+ {`
38
+ .card-postByCategory-heading-theme1 {
39
+ color: blue
40
+ }
41
+ .abc_uyt{
42
+ background-color: red}
43
+ `}
44
+ </style> */}
39
45
  </>);
40
46
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linkedunion-design-kit",
3
- "version": "1.3.7",
3
+ "version": "1.3.9",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",