@wizishop/img-manager 15.2.13 → 15.2.14
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/esm2020/lib/components/images-view/images-view.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.14.tgz +0 -0
- package/wz-img-manager.scss +8 -7
- package/wizishop-img-manager-15.2.13.tgz +0 -0
package/package.json
CHANGED
|
Binary file
|
package/wz-img-manager.scss
CHANGED
|
@@ -966,17 +966,12 @@ $tag-radius: rem(20px)!default;
|
|
|
966
966
|
&--hide {
|
|
967
967
|
&--mosaic {
|
|
968
968
|
min-height: 100px !important;
|
|
969
|
-
height:
|
|
970
|
-
&--small {
|
|
971
|
-
min-height: unset !important;
|
|
972
|
-
height: auto;
|
|
973
|
-
}
|
|
969
|
+
height: 0px;
|
|
974
970
|
}
|
|
975
971
|
&--table {
|
|
976
972
|
min-height: 170px !important;
|
|
977
|
-
height:
|
|
973
|
+
height: 0px;
|
|
978
974
|
}
|
|
979
|
-
|
|
980
975
|
}
|
|
981
976
|
|
|
982
977
|
.ng-scroll-content {
|
|
@@ -1125,6 +1120,12 @@ $tag-radius: rem(20px)!default;
|
|
|
1125
1120
|
margin-bottom: 30px;
|
|
1126
1121
|
|
|
1127
1122
|
}
|
|
1123
|
+
|
|
1124
|
+
&__total {
|
|
1125
|
+
&--hide {
|
|
1126
|
+
visibility: hidden;
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1128
1129
|
}
|
|
1129
1130
|
|
|
1130
1131
|
&--pexels {
|
|
Binary file
|