@useblu/ocean-core 1.27.1 → 1.27.2
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 +3 -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.27.2](https://github.com/ocean-ds/ocean-web/compare/v1.27.1...v1.27.2) (2022-02-11)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **carosel:** add shadown to block ([#910](https://github.com/ocean-ds/ocean-web/issues/910)) ([1835bc6](https://github.com/ocean-ds/ocean-web/commit/1835bc6ec497edcc3d05f7a875c903741d7d729e))
|
|
11
|
+
|
|
6
12
|
## [1.27.1](https://github.com/ocean-ds/ocean-web/compare/v1.27.0...v1.27.1) (2022-02-11)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|
package/ocean.css
CHANGED
|
@@ -1663,8 +1663,11 @@
|
|
|
1663
1663
|
}
|
|
1664
1664
|
|
|
1665
1665
|
.slick-list {
|
|
1666
|
+
border-radius: 8px;
|
|
1667
|
+
box-shadow: 0 4px 8px rgba(12, 13, 20, 0.08);
|
|
1666
1668
|
display: block;
|
|
1667
1669
|
margin: 0;
|
|
1670
|
+
margin-bottom: 15px;
|
|
1668
1671
|
overflow: hidden;
|
|
1669
1672
|
padding: 0;
|
|
1670
1673
|
position: relative;
|
|
@@ -1678,7 +1681,6 @@
|
|
|
1678
1681
|
.slick-track {
|
|
1679
1682
|
display: flex;
|
|
1680
1683
|
left: 0;
|
|
1681
|
-
margin-bottom: 15px;
|
|
1682
1684
|
margin-left: auto;
|
|
1683
1685
|
margin-right: auto;
|
|
1684
1686
|
position: relative;
|