@xelto.npm/xc2-lib 0.0.52 → 0.0.53
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/dist/index.cjs.js +1 -3
- package/dist/index.esm.js +1 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -10729,9 +10729,7 @@ var StyledSwitch = styled$1(function (props) {
|
|
|
10729
10729
|
'& .MuiSwitch-track': {
|
|
10730
10730
|
backgroundColor: '#D5DBEF',
|
|
10731
10731
|
opacity: 1,
|
|
10732
|
-
transition:
|
|
10733
|
-
duration: 500
|
|
10734
|
-
}),
|
|
10732
|
+
transition: 'all 0.3s linear',
|
|
10735
10733
|
borderRadius: '19px',
|
|
10736
10734
|
'@media(min-width: 720px)': {
|
|
10737
10735
|
borderRadius: '28px'
|
package/dist/index.esm.js
CHANGED
|
@@ -10709,9 +10709,7 @@ var StyledSwitch = styled$1(function (props) {
|
|
|
10709
10709
|
'& .MuiSwitch-track': {
|
|
10710
10710
|
backgroundColor: '#D5DBEF',
|
|
10711
10711
|
opacity: 1,
|
|
10712
|
-
transition:
|
|
10713
|
-
duration: 500
|
|
10714
|
-
}),
|
|
10712
|
+
transition: 'all 0.3s linear',
|
|
10715
10713
|
borderRadius: '19px',
|
|
10716
10714
|
'@media(min-width: 720px)': {
|
|
10717
10715
|
borderRadius: '28px'
|