@useblu/ocean-core 1.31.3 → 1.31.4
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 +4 -0
- package/ocean.css +8 -8
- 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,10 @@
|
|
|
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.31.4](https://github.com/ocean-ds/ocean-web/compare/v1.31.3...v1.31.4) (2022-06-28)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @useblu/ocean-core
|
|
9
|
+
|
|
6
10
|
## [1.31.3](https://github.com/ocean-ds/ocean-web/compare/v1.31.2...v1.31.3) (2022-05-24)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
package/ocean.css
CHANGED
|
@@ -1558,11 +1558,11 @@
|
|
|
1558
1558
|
border-radius: 50%;
|
|
1559
1559
|
box-sizing: border-box;
|
|
1560
1560
|
cursor: pointer;
|
|
1561
|
-
height:
|
|
1562
|
-
width:
|
|
1561
|
+
height: 20px;
|
|
1562
|
+
width: 20px;
|
|
1563
1563
|
}
|
|
1564
1564
|
.ods-radio:checked ~ .ods-radio__checkmark {
|
|
1565
|
-
border-width:
|
|
1565
|
+
border-width: 6px;
|
|
1566
1566
|
}
|
|
1567
1567
|
.ods-radio:checked:not(:disabled) ~ .ods-radio__checkmark {
|
|
1568
1568
|
border-color: #13bdbd;
|
|
@@ -1586,9 +1586,9 @@
|
|
|
1586
1586
|
}
|
|
1587
1587
|
.ods-switch__root {
|
|
1588
1588
|
display: inline-block;
|
|
1589
|
-
height:
|
|
1589
|
+
height: 20px;
|
|
1590
1590
|
position: relative;
|
|
1591
|
-
width:
|
|
1591
|
+
width: 40px;
|
|
1592
1592
|
}
|
|
1593
1593
|
.ods-switch__root:hover .ods-switch__slider {
|
|
1594
1594
|
background-color: #f7f9ff;
|
|
@@ -1602,7 +1602,7 @@
|
|
|
1602
1602
|
box-sizing: border-box;
|
|
1603
1603
|
cursor: pointer;
|
|
1604
1604
|
left: 0;
|
|
1605
|
-
padding:
|
|
1605
|
+
padding: 2px;
|
|
1606
1606
|
position: absolute;
|
|
1607
1607
|
right: 0;
|
|
1608
1608
|
top: 0;
|
|
@@ -1613,9 +1613,9 @@
|
|
|
1613
1613
|
border-radius: 50%;
|
|
1614
1614
|
content: "";
|
|
1615
1615
|
display: block;
|
|
1616
|
-
height:
|
|
1616
|
+
height: 14px;
|
|
1617
1617
|
transition: all 0.2s ease;
|
|
1618
|
-
width:
|
|
1618
|
+
width: 14px;
|
|
1619
1619
|
}
|
|
1620
1620
|
.ods-switch:checked + .ods-switch__slider::before {
|
|
1621
1621
|
background-color: white;
|