@useblu/ocean-core 1.63.0 → 1.63.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/ocean.css +9 -2
- package/ocean.css.map +1 -1
- package/ocean.min.css +1 -1
- package/ocean.min.css.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.63.1](https://github.com/ocean-ds/ocean-web/compare/v1.63.0...v1.63.1) (2024-06-20)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- adjust breadcrumb and typography ([#1110](https://github.com/ocean-ds/ocean-web/issues/1110)) ([75860e4](https://github.com/ocean-ds/ocean-web/commit/75860e4bc7ea0cb8bdead4fbe7f776ad5244d54b))
|
|
11
|
+
|
|
6
12
|
# [1.63.0](https://github.com/ocean-ds/ocean-web/compare/v1.62.2...v1.63.0) (2024-06-20)
|
|
7
13
|
|
|
8
14
|
### Features
|
package/ocean.css
CHANGED
|
@@ -3054,6 +3054,7 @@
|
|
|
3054
3054
|
font-family: "Nunito Sans";
|
|
3055
3055
|
font-size: 20px;
|
|
3056
3056
|
font-weight: 700;
|
|
3057
|
+
line-height: 1.5;
|
|
3057
3058
|
}
|
|
3058
3059
|
.ods-typography__description {
|
|
3059
3060
|
color: #67697a;
|
|
@@ -3070,7 +3071,7 @@
|
|
|
3070
3071
|
font-size: 12px;
|
|
3071
3072
|
}
|
|
3072
3073
|
.ods-typography__captionbold {
|
|
3073
|
-
color: #
|
|
3074
|
+
color: #67697a;
|
|
3074
3075
|
font-family: "Nunito Sans";
|
|
3075
3076
|
font-size: 12px;
|
|
3076
3077
|
font-weight: 600;
|
|
@@ -3081,7 +3082,7 @@
|
|
|
3081
3082
|
font-family: "Nunito Sans";
|
|
3082
3083
|
font-size: 12px;
|
|
3083
3084
|
font-weight: 700;
|
|
3084
|
-
letter-spacing:
|
|
3085
|
+
letter-spacing: 1.8px;
|
|
3085
3086
|
line-height: 1.5;
|
|
3086
3087
|
text-transform: uppercase;
|
|
3087
3088
|
}
|
|
@@ -3876,6 +3877,8 @@
|
|
|
3876
3877
|
.ods-breadcrumb {
|
|
3877
3878
|
align-items: center;
|
|
3878
3879
|
display: flex;
|
|
3880
|
+
font-family: "Nunito Sans";
|
|
3881
|
+
font-size: 12px;
|
|
3879
3882
|
gap: 4px;
|
|
3880
3883
|
padding: 6px 0;
|
|
3881
3884
|
}
|
|
@@ -3898,9 +3901,13 @@
|
|
|
3898
3901
|
outline: 1px solid transparent;
|
|
3899
3902
|
padding: 0;
|
|
3900
3903
|
}
|
|
3904
|
+
.ods-breadcrumb button svg {
|
|
3905
|
+
color: #67697a;
|
|
3906
|
+
}
|
|
3901
3907
|
.ods-breadcrumb span,
|
|
3902
3908
|
.ods-breadcrumb button,
|
|
3903
3909
|
.ods-breadcrumb a {
|
|
3910
|
+
background-color: transparent;
|
|
3904
3911
|
color: #aaadc0;
|
|
3905
3912
|
font-family: "Nunito Sans";
|
|
3906
3913
|
font-size: 12px;
|