@trafilea/afrodita-components 6.36.12 → 6.36.13
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/build/index.esm.js +8 -8
- package/build/index.js +8 -8
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -21110,8 +21110,7 @@ var Slider = function (_a) {
|
|
|
21110
21110
|
|
|
21111
21111
|
var Container$5 = newStyled.div({
|
|
21112
21112
|
background: 'var(--truekind-default-secondary, #292929)',
|
|
21113
|
-
minHeight: '
|
|
21114
|
-
height: '100%',
|
|
21113
|
+
minHeight: '100svh',
|
|
21115
21114
|
width: '100vw',
|
|
21116
21115
|
position: 'fixed',
|
|
21117
21116
|
overflowY: 'scroll',
|
|
@@ -21134,17 +21133,18 @@ var SubContainer = newStyled.div({
|
|
|
21134
21133
|
'@media screen and (min-height: 740px)': {
|
|
21135
21134
|
marginTop: '0px',
|
|
21136
21135
|
},
|
|
21137
|
-
'@media screen and (
|
|
21138
|
-
'
|
|
21139
|
-
marginTop: '40px !important',
|
|
21140
|
-
},
|
|
21136
|
+
'@media screen and (-webkit-min-device-pixel-ratio:0)': {
|
|
21137
|
+
marginTop: '40px !important',
|
|
21141
21138
|
},
|
|
21142
21139
|
'@media not all and (min-resolution:.001dpcm)': {
|
|
21140
|
+
'@media': {
|
|
21141
|
+
marginTop: '140px !important',
|
|
21142
|
+
},
|
|
21143
21143
|
'@supports (-webkit-appearance:none) and (stroke-color:transparent)': {
|
|
21144
|
-
marginTop: '
|
|
21144
|
+
marginTop: '140px !important',
|
|
21145
21145
|
},
|
|
21146
21146
|
'@supports (-webkit-appearance:none) and (not (stroke-color:transparent))': {
|
|
21147
|
-
marginTop: '
|
|
21147
|
+
marginTop: '140px !important',
|
|
21148
21148
|
},
|
|
21149
21149
|
},
|
|
21150
21150
|
'@media screen and (min-width: 380px) and (max-width: 400px) and (max-height: 860px) ': {
|
package/build/index.js
CHANGED
|
@@ -21136,8 +21136,7 @@ var Slider = function (_a) {
|
|
|
21136
21136
|
|
|
21137
21137
|
var Container$5 = newStyled.div({
|
|
21138
21138
|
background: 'var(--truekind-default-secondary, #292929)',
|
|
21139
|
-
minHeight: '
|
|
21140
|
-
height: '100%',
|
|
21139
|
+
minHeight: '100svh',
|
|
21141
21140
|
width: '100vw',
|
|
21142
21141
|
position: 'fixed',
|
|
21143
21142
|
overflowY: 'scroll',
|
|
@@ -21160,17 +21159,18 @@ var SubContainer = newStyled.div({
|
|
|
21160
21159
|
'@media screen and (min-height: 740px)': {
|
|
21161
21160
|
marginTop: '0px',
|
|
21162
21161
|
},
|
|
21163
|
-
'@media screen and (
|
|
21164
|
-
'
|
|
21165
|
-
marginTop: '40px !important',
|
|
21166
|
-
},
|
|
21162
|
+
'@media screen and (-webkit-min-device-pixel-ratio:0)': {
|
|
21163
|
+
marginTop: '40px !important',
|
|
21167
21164
|
},
|
|
21168
21165
|
'@media not all and (min-resolution:.001dpcm)': {
|
|
21166
|
+
'@media': {
|
|
21167
|
+
marginTop: '140px !important',
|
|
21168
|
+
},
|
|
21169
21169
|
'@supports (-webkit-appearance:none) and (stroke-color:transparent)': {
|
|
21170
|
-
marginTop: '
|
|
21170
|
+
marginTop: '140px !important',
|
|
21171
21171
|
},
|
|
21172
21172
|
'@supports (-webkit-appearance:none) and (not (stroke-color:transparent))': {
|
|
21173
|
-
marginTop: '
|
|
21173
|
+
marginTop: '140px !important',
|
|
21174
21174
|
},
|
|
21175
21175
|
},
|
|
21176
21176
|
'@media screen and (min-width: 380px) and (max-width: 400px) and (max-height: 860px) ': {
|
package/package.json
CHANGED