@occmundial/occ-atomic 3.0.0-beta.42 → 3.0.0-beta.43

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.43](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.42...v3.0.0-beta.43) (2024-08-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Remove tag margin top ([1ded38b](https://github.com/occmundial/occ-atomic/commit/1ded38b41d781d9d15ba210d8b879a316cda0dd7))
7
+
1
8
  # [3.0.0-beta.42](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.41...v3.0.0-beta.42) (2024-08-08)
2
9
 
3
10
 
@@ -57,7 +57,6 @@ Object {
57
57
  },
58
58
  "tag": Object {
59
59
  "marginLeft": "8px",
60
- "marginTop": "4px",
61
60
  "pointerEvents": "none",
62
61
  },
63
62
  "text": Object {
@@ -34,7 +34,6 @@ var _default = {
34
34
  cursor: 'pointer'
35
35
  },
36
36
  tag: {
37
- marginTop: _spacing["default"]['size-1'],
38
37
  marginLeft: _spacing["default"]['size-2'],
39
38
  pointerEvents: 'none'
40
39
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@occmundial/occ-atomic",
3
- "version": "3.0.0-beta.42",
3
+ "version": "3.0.0-beta.43",
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",