@useblu/ocean-core 1.68.0 → 1.68.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 +4 -5
- 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.68.1](https://github.com/ocean-ds/ocean-web/compare/v1.68.0...v1.68.1) (2024-08-19)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- web notification style ([#1118](https://github.com/ocean-ds/ocean-web/issues/1118)) ([7e6ad5a](https://github.com/ocean-ds/ocean-web/commit/7e6ad5a32ad64cb0349a69e129bcfabe9bb5d73a))
|
|
11
|
+
|
|
6
12
|
# [1.68.0](https://github.com/ocean-ds/ocean-web/compare/v1.67.0...v1.68.0) (2024-08-15)
|
|
7
13
|
|
|
8
14
|
### Features
|
package/ocean.css
CHANGED
|
@@ -5101,9 +5101,8 @@
|
|
|
5101
5101
|
.ods-web-notification__content {
|
|
5102
5102
|
display: flex;
|
|
5103
5103
|
gap: 12px;
|
|
5104
|
-
max-width: 328px;
|
|
5105
5104
|
padding: 12px 8px 12px 16px;
|
|
5106
|
-
width:
|
|
5105
|
+
width: 100%;
|
|
5107
5106
|
z-index: 1;
|
|
5108
5107
|
}
|
|
5109
5108
|
.ods-web-notification__wrapper {
|
|
@@ -5129,6 +5128,9 @@
|
|
|
5129
5128
|
flex-direction: column;
|
|
5130
5129
|
width: 100%;
|
|
5131
5130
|
}
|
|
5131
|
+
.ods-web-notification__body .ods-typography__caption {
|
|
5132
|
+
color: #e0e2ee;
|
|
5133
|
+
}
|
|
5132
5134
|
.ods-web-notification__body p {
|
|
5133
5135
|
word-break: break-word;
|
|
5134
5136
|
}
|
|
@@ -5229,7 +5231,4 @@
|
|
|
5229
5231
|
width: 100%;
|
|
5230
5232
|
}
|
|
5231
5233
|
}
|
|
5232
|
-
.ods-typography__caption {
|
|
5233
|
-
color: #e0e2ee;
|
|
5234
|
-
}
|
|
5235
5234
|
/*# sourceMappingURL=ocean.css.map */
|