@wizishop/img-manager 15.2.10 → 15.2.11
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/assets/i18n/en.json +1 -1
- package/esm2020/lib/components/pexels-lib/pexels-lib.component.mjs +3 -3
- package/fesm2015/wizishop-img-manager.mjs +2 -2
- package/fesm2015/wizishop-img-manager.mjs.map +1 -1
- package/fesm2020/wizishop-img-manager.mjs +2 -2
- package/fesm2020/wizishop-img-manager.mjs.map +1 -1
- package/package.json +1 -1
- package/wizishop-img-manager-15.2.11.tgz +0 -0
- package/wz-img-manager.scss +16 -5
- package/wizishop-img-manager-15.2.10.tgz +0 -0
package/package.json
CHANGED
|
Binary file
|
package/wz-img-manager.scss
CHANGED
|
@@ -940,9 +940,9 @@ $tag-radius: rem(20px)!default;
|
|
|
940
940
|
z-index: 1;
|
|
941
941
|
|
|
942
942
|
&--full {
|
|
943
|
-
max-height: calc(100vh - 160px)
|
|
944
|
-
height: calc(100vh - 160px)
|
|
945
|
-
min-height: calc(100vh - 160px)
|
|
943
|
+
max-height: calc(100vh - 160px);
|
|
944
|
+
height: calc(100vh - 160px);
|
|
945
|
+
min-height: calc(100vh - 160px) ;
|
|
946
946
|
}
|
|
947
947
|
|
|
948
948
|
&--smallDisplay {
|
|
@@ -966,12 +966,15 @@ $tag-radius: rem(20px)!default;
|
|
|
966
966
|
&--hide {
|
|
967
967
|
&--mosaic {
|
|
968
968
|
min-height: 100px !important;
|
|
969
|
+
height: auto;
|
|
969
970
|
&--small {
|
|
970
971
|
min-height: unset !important;
|
|
972
|
+
height: auto;
|
|
971
973
|
}
|
|
972
974
|
}
|
|
973
975
|
&--table {
|
|
974
976
|
min-height: 170px !important;
|
|
977
|
+
height: auto;
|
|
975
978
|
}
|
|
976
979
|
|
|
977
980
|
}
|
|
@@ -1979,8 +1982,8 @@ $tag-radius: rem(20px)!default;
|
|
|
1979
1982
|
|
|
1980
1983
|
&__scroll {
|
|
1981
1984
|
position: relative;
|
|
1982
|
-
max-height: calc(100vh - 50px)
|
|
1983
|
-
height:
|
|
1985
|
+
max-height: calc(100vh - 50px);
|
|
1986
|
+
height: calc(100vh - 160px);
|
|
1984
1987
|
|
|
1985
1988
|
&--smallDisplay {
|
|
1986
1989
|
max-height: 275px!important;
|
|
@@ -1989,6 +1992,14 @@ $tag-radius: rem(20px)!default;
|
|
|
1989
1992
|
min-height: calc(100vh - 90px) !important;
|
|
1990
1993
|
}
|
|
1991
1994
|
}
|
|
1995
|
+
|
|
1996
|
+
&--noResult {
|
|
1997
|
+
max-height: 100px!important;
|
|
1998
|
+
}
|
|
1999
|
+
|
|
2000
|
+
&--hide {
|
|
2001
|
+
display: none;
|
|
2002
|
+
}
|
|
1992
2003
|
}
|
|
1993
2004
|
|
|
1994
2005
|
&__search {
|
|
Binary file
|