@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
|
|
package/build/Tip/styles.js
CHANGED
package/build/tokens/colors.json
CHANGED
@@ -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.
|
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",
|