linkedunion-design-kit 1.3.4 → 1.3.5

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={"card-postByCategory-heading-theme1 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={"card-postByCategory-heading-theme1 abc_uyt 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">
@@ -33,8 +33,8 @@ 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 "}
36
+ <style jsx global>
37
+ {"\n .card-postByCategory-heading-theme1 {\n color: blue\n }\n .abc_uyt{\n background-color: red}\n "}
38
38
  </style>
39
39
  </>);
40
40
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linkedunion-design-kit",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",