@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/img-manager",
3
- "version": "15.2.13",
3
+ "version": "15.2.14",
4
4
  "description": "The best and the most beautiful image manager.",
5
5
  "repository": {
6
6
  "type": "git",
Binary file
@@ -966,17 +966,12 @@ $tag-radius: rem(20px)!default;
966
966
  &--hide {
967
967
  &--mosaic {
968
968
  min-height: 100px !important;
969
- height: auto;
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: auto;
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