@occmundial/occ-atomic 3.0.0-beta.3 → 3.0.0-beta.5

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [3.0.0-beta.5](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2024-06-04)
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
+
8
+ # [3.0.0-beta.4](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2024-06-04)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Make toggle unshrinkable inside a flex box ([6067fba](https://github.com/occmundial/occ-atomic/commit/6067fbad2276824bcec0c35748beea0006b73300))
14
+
1
15
  # [3.0.0-beta.3](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2024-05-30)
2
16
 
3
17
 
@@ -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'
@@ -45,6 +45,7 @@ var _default = {
45
45
  position: 'relative',
46
46
  display: 'inline-block',
47
47
  width: 38,
48
+ flexShrink: 0,
48
49
  height: _spacing["default"]['size-5'],
49
50
  background: toggle['unselected']['bg']['default'],
50
51
  borderRadius: 34,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@occmundial/occ-atomic",
3
- "version": "3.0.0-beta.3",
3
+ "version": "3.0.0-beta.5",
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",