@useblu/ocean-core 1.71.0 → 1.72.0
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 +1 -1
- 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.72.0](https://github.com/ocean-ds/ocean-web/compare/v1.71.0...v1.72.0) (2024-12-06)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- update text list item ([#1124](https://github.com/ocean-ds/ocean-web/issues/1124)) ([e1e8e81](https://github.com/ocean-ds/ocean-web/commit/e1e8e81a8e10c961dc7fef75c567a25bf2d87de1))
|
|
11
|
+
|
|
6
12
|
# [1.71.0](https://github.com/ocean-ds/ocean-web/compare/v1.70.1...v1.71.0) (2024-12-06)
|
|
7
13
|
|
|
8
14
|
### Features
|
package/ocean.css
CHANGED
|
@@ -3225,7 +3225,6 @@
|
|
|
3225
3225
|
background-color: white;
|
|
3226
3226
|
display: flex;
|
|
3227
3227
|
flex-direction: column;
|
|
3228
|
-
min-width: 320px;
|
|
3229
3228
|
padding: 16px;
|
|
3230
3229
|
width: 100%;
|
|
3231
3230
|
}
|
|
@@ -3260,6 +3259,7 @@
|
|
|
3260
3259
|
align-items: flex-start;
|
|
3261
3260
|
display: flex;
|
|
3262
3261
|
flex-direction: column;
|
|
3262
|
+
text-align: start;
|
|
3263
3263
|
}
|
|
3264
3264
|
.ods-text-list-item__info-text.ods-typography__description {
|
|
3265
3265
|
margin-top: 8px;
|