@occmundial/occ-atomic 3.0.0-beta.69 → 3.0.0-beta.70

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.70](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.69...v3.0.0-beta.70) (2025-02-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Remove padding ([d803d5d](https://github.com/occmundial/occ-atomic/commit/d803d5d43329b02043a1738a5ddf09dde43e91db))
7
+
1
8
  # [3.0.0-beta.69](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.68...v3.0.0-beta.69) (2025-02-04)
2
9
 
3
10
 
@@ -162,10 +162,7 @@ var _default = {
162
162
  button: {},
163
163
  navItem: {},
164
164
  iconWrap: {
165
- display: 'inline-block',
166
- '& > div': {
167
- padding: '0 8px'
168
- }
165
+ display: 'inline-block'
169
166
  },
170
167
  icon: {},
171
168
  arrow: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@occmundial/occ-atomic",
3
- "version": "3.0.0-beta.69",
3
+ "version": "3.0.0-beta.70",
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",