@occmundial/occ-atomic 3.0.0-beta.22 → 3.0.0-beta.23

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.23](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.22...v3.0.0-beta.23) (2024-06-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Align vertical centered tip and banner text ([032a704](https://github.com/occmundial/occ-atomic/commit/032a704707562dab93707a3c31aa1b26dc6be0dd))
7
+
1
8
  # [3.0.0-beta.22](https://github.com/occmundial/occ-atomic/compare/v3.0.0-beta.21...v3.0.0-beta.22) (2024-06-26)
2
9
 
3
10
 
@@ -92,6 +92,7 @@ Object {
92
92
  "outline": "1px solid #d7f6e3",
93
93
  },
94
94
  "textContainer": Object {
95
+ "alignSelf": "center",
95
96
  "flex": 1,
96
97
  },
97
98
  "textError": Object {
@@ -101,7 +101,8 @@ var _default = {
101
101
  margin: 0
102
102
  },
103
103
  textContainer: {
104
- flex: 1
104
+ flex: 1,
105
+ alignSelf: 'center'
105
106
  },
106
107
  growText: {
107
108
  flexGrow: 1
@@ -463,6 +463,18 @@
463
463
  }
464
464
  }
465
465
  },
466
+ "avatar": {
467
+ "bg": {
468
+ "default": "#E9EEF8",
469
+ "hover": "#CAD5EE",
470
+ "active": "#ABBDE4",
471
+ "disabled": "#EDEDF1",
472
+ "overlay": {
473
+ "hover": "hsl(234 75.4% 12.7% / 0.3)",
474
+ "active": "hsl(234 75.4% 12.7% / 0.4)"
475
+ }
476
+ }
477
+ },
466
478
  "bg": {
467
479
  "action": {
468
480
  "primary": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@occmundial/occ-atomic",
3
- "version": "3.0.0-beta.22",
3
+ "version": "3.0.0-beta.23",
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",