@occmundial/occ-atomic 2.0.0 → 2.0.1

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
+ ## [2.0.1](https://github.com/occmundial/occ-atomic/compare/v2.0.0...v2.0.1) (2024-06-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Remove fixed size for right-side icon in button ([1228467](https://github.com/occmundial/occ-atomic/commit/1228467ba0d107bba0e70603c28a3ccffaec306b))
7
+
1
8
  # [2.0.0](https://github.com/occmundial/occ-atomic/compare/v1.39.1...v2.0.0) (2024-05-27)
2
9
 
3
10
 
@@ -145,10 +145,8 @@ Object {
145
145
  },
146
146
  "iconRight": Object {
147
147
  "display": "inline-block",
148
- "height": 16,
149
148
  "marginLeft": "8px",
150
149
  "transition": "0.3s all",
151
- "width": 16,
152
150
  },
153
151
  "lg": Object {
154
152
  "&$iconOnly": Object {
@@ -346,8 +346,6 @@ var _default = {
346
346
  transition: '0.3s all'
347
347
  },
348
348
  iconRight: {
349
- width: 16,
350
- height: 16,
351
349
  marginLeft: _spacing["default"]['size-2'],
352
350
  display: 'inline-block',
353
351
  transition: '0.3s all'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@occmundial/occ-atomic",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
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",