@useblu/ocean-core 1.118.0 → 1.123.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 +35 -0
- package/ocean.css +554 -39
- 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,41 @@
|
|
|
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.123.0](https://github.com/ocean-ds/ocean-web/compare/v1.122.0...v1.123.0) (2025-12-22)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- trigger deploy ([#1212](https://github.com/ocean-ds/ocean-web/issues/1212)) ([51c8bbe](https://github.com/ocean-ds/ocean-web/commit/51c8bbe69f32a643b2451add1287af1e78a91120))
|
|
11
|
+
|
|
12
|
+
# [1.122.0](https://github.com/ocean-ds/ocean-web/compare/v1.121.0...v1.122.0) (2025-12-22)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- trigger branch ([#1211](https://github.com/ocean-ds/ocean-web/issues/1211)) ([d01bca0](https://github.com/ocean-ds/ocean-web/commit/d01bca013c0ccab95722c620167f56086e0f445c))
|
|
17
|
+
|
|
18
|
+
# [1.121.0](https://github.com/ocean-ds/ocean-web/compare/v1.120.0...v1.121.0) (2025-12-22)
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
- card list item update ([#1209](https://github.com/ocean-ds/ocean-web/issues/1209)) ([add331c](https://github.com/ocean-ds/ocean-web/commit/add331c283be824a1ac150489a1c57e62a4d9c72))
|
|
23
|
+
|
|
24
|
+
# [1.120.0](https://github.com/ocean-ds/ocean-web/compare/v1.119.0...v1.120.0) (2025-12-22)
|
|
25
|
+
|
|
26
|
+
### Features
|
|
27
|
+
|
|
28
|
+
- card group ([#1207](https://github.com/ocean-ds/ocean-web/issues/1207)) ([b60335d](https://github.com/ocean-ds/ocean-web/commit/b60335da9c7b798dea5ae98c2ae0c94a10d799ef))
|
|
29
|
+
- contextual menu component ([#1206](https://github.com/ocean-ds/ocean-web/issues/1206)) ([bff5b47](https://github.com/ocean-ds/ocean-web/commit/bff5b47246160d59615496e5c47ac94640c63a7d))
|
|
30
|
+
- list readonly ([#1198](https://github.com/ocean-ds/ocean-web/issues/1198)) ([2cc7c29](https://github.com/ocean-ds/ocean-web/commit/2cc7c29f24b06c59f9a0258289204d15d1d109a1))
|
|
31
|
+
- list settings ([#1200](https://github.com/ocean-ds/ocean-web/issues/1200)) ([eda2f62](https://github.com/ocean-ds/ocean-web/commit/eda2f6270d2bcb4b832c65e85c06b23fb97a336c))
|
|
32
|
+
- new component contextual hero ([#1205](https://github.com/ocean-ds/ocean-web/issues/1205)) ([1dd0824](https://github.com/ocean-ds/ocean-web/commit/1dd08245f1cd619d2958657898bbc9bb829abeec))
|
|
33
|
+
- update chip component ([#1208](https://github.com/ocean-ds/ocean-web/issues/1208)) ([f4245ed](https://github.com/ocean-ds/ocean-web/commit/f4245ed64188be70bfac95a2df0e7024b5aefc21))
|
|
34
|
+
|
|
35
|
+
# [1.119.0](https://github.com/ocean-ds/ocean-web/compare/v1.118.0...v1.119.0) (2025-12-08)
|
|
36
|
+
|
|
37
|
+
### Features
|
|
38
|
+
|
|
39
|
+
- style cancel button on input search ([#1202](https://github.com/ocean-ds/ocean-web/issues/1202)) ([221d12c](https://github.com/ocean-ds/ocean-web/commit/221d12c519dcaf24af4f1be573c0559403719f0b))
|
|
40
|
+
|
|
6
41
|
# [1.118.0](https://github.com/ocean-ds/ocean-web/compare/v1.117.0...v1.118.0) (2025-12-08)
|
|
7
42
|
|
|
8
43
|
### Features
|