@useblu/ocean-core 1.21.0 → 1.21.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 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.21.1](https://github.com/ocean-ds/ocean-web/compare/v1.21.0...v1.21.1) (2021-10-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - adding className on CarouselDotList component ([#831](https://github.com/ocean-ds/ocean-web/issues/831)) ([f2bd8c1](https://github.com/ocean-ds/ocean-web/commit/f2bd8c16a2f4f744a2834b57998275131e8a263f))
11
+
6
12
  # [1.21.0](https://github.com/ocean-ds/ocean-web/compare/v1.20.1...v1.21.0) (2021-10-19)
7
13
 
8
14
  ### Features
package/ocean.css CHANGED
@@ -1757,7 +1757,7 @@
1757
1757
  transform-origin: right;
1758
1758
  }
1759
1759
 
1760
- .slick-dots {
1760
+ .ods-carousel-dots {
1761
1761
  align-items: center;
1762
1762
  display: flex;
1763
1763
  justify-content: center;
@@ -1766,7 +1766,7 @@
1766
1766
  width: 100%;
1767
1767
  }
1768
1768
 
1769
- .slick-dots ul {
1769
+ .ods-carousel-dots ul {
1770
1770
  align-items: center;
1771
1771
  display: flex;
1772
1772
  justify-content: center;
@@ -1778,7 +1778,7 @@
1778
1778
  padding-inline-start: 0;
1779
1779
  }
1780
1780
 
1781
- .slick-dots li {
1781
+ .ods-carousel-dots li {
1782
1782
  cursor: pointer;
1783
1783
  display: inline-block;
1784
1784
  height: 20px;
@@ -1786,7 +1786,7 @@
1786
1786
  width: 12px;
1787
1787
  }
1788
1788
 
1789
- .slick-dots li button {
1789
+ .ods-carousel-dots li button {
1790
1790
  align-items: center;
1791
1791
  background: transparent;
1792
1792
  border: 0;
@@ -1803,7 +1803,7 @@
1803
1803
  width: 20px;
1804
1804
  }
1805
1805
 
1806
- .slick-dots li button::before {
1806
+ .ods-carousel-dots li button::before {
1807
1807
  align-items: center;
1808
1808
  color: #d8dae8;
1809
1809
  content: "•";
@@ -1820,7 +1820,7 @@
1820
1820
  width: 20px;
1821
1821
  }
1822
1822
 
1823
- .slick-dots .slick-active button::before {
1823
+ .ods-carousel-dots .slick-active button::before {
1824
1824
  color: #0025e0;
1825
1825
  }
1826
1826