@occmundial/occ-atomic 3.0.0-beta.28 → 3.0.0-beta.29

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [3.0.0-beta.29](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.28...v3.0.0-beta.29) (2024-07-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Remove extra padding in label ([efda99e](https://github.com/occmundial/occ-atomic/commit/efda99e0fca815e6f60c7277da52b41dfcd21e72))
7
+
1
8
  # [3.0.0-beta.28](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.27...v3.0.0-beta.28) (2024-07-08)
2
9
 
3
10
 
@@ -117,7 +117,6 @@ Object {
117
117
  "fontStyle": "normal",
118
118
  "letterSpacing": "normal",
119
119
  "overflow": "hidden",
120
- "paddingRight": [Function],
121
120
  "position": "relative",
122
121
  "textAlign": "center",
123
122
  },
@@ -65,10 +65,7 @@ var _default = {
65
65
  textAlign: 'center',
66
66
  position: 'relative',
67
67
  overflow: 'hidden',
68
- display: 'inline-block',
69
- paddingRight: function paddingRight(props) {
70
- return props.iconName ? _spacing["default"]['size-1'] : 0;
71
- }
68
+ display: 'inline-block'
72
69
  },
73
70
  "default": {
74
71
  color: grey900,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@occmundial/occ-atomic",
3
- "version": "3.0.0-beta.28",
3
+ "version": "3.0.0-beta.29",
4
4
  "description": "Collection of shareable styled React components for OCC applications.",
5
5
  "homepage": "http://occmundial.github.io/occ-atomic",
6
6
  "main": "build/index.js",