pb-sxp-ui 1.0.52 → 1.0.53

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.
Files changed (2) hide show
  1. package/dist/index.css +1 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -759,7 +759,7 @@
759
759
  background: #000000;
760
760
  border-radius: 25px;
761
761
  font-size: 13px;
762
- line-height: 52px;
762
+ line-height: 100%;
763
763
  font-weight: bold;
764
764
  color: #fff;
765
765
  border: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pb-sxp-ui",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "description": "React enterprise-class UI components",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",