@wizishop/img-manager 15.2.4 → 15.2.6

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.4",
3
+ "version": "15.2.6",
4
4
  "description": "The best and the most beautiful image manager.",
5
5
  "repository": {
6
6
  "type": "git",
Binary file
@@ -925,226 +925,6 @@ $tag-radius: rem(20px)!default;
925
925
  .noTooltip .tooltip.is-tooltip-left:hover::before, .noTooltip .tooltip.is-tooltip-left:hover:not(.is-loading)::after {
926
926
  display: none;
927
927
  }
928
- .wz-img-manager .images-view {
929
- text-align: left;
930
-
931
- &.fullSize {
932
- & + .images-view__scroll {
933
- max-height: 1160px!important;
934
- }
935
- }
936
-
937
- &__scroll {
938
- position: relative;
939
- height: 100%;
940
- z-index: 1;
941
-
942
- &--full {
943
- max-height: calc(100vh - 160px)!important;
944
- height: calc(100vh - 160px)!important;
945
- min-height: calc(100vh - 160px) !important;
946
- }
947
-
948
- &--smallDisplay {
949
- max-height: 275px!important;
950
- height: 275px!important;
951
- @include media('<tablet') {
952
- max-height: calc(100vh - 90px)!important;
953
- height: calc(100vh - 90px)!important;
954
- min-height: calc(100vh - 90px) !important;
955
- }
956
- }
957
-
958
- &--smallUploadDisplay {
959
- max-height: 230px!important;
960
- }
961
-
962
- &--window {
963
- max-height: unset!important;
964
- }
965
-
966
- &--hide {
967
- &--mosaic {
968
- min-height: 100px !important;
969
- &--small {
970
- min-height: unset !important;
971
- }
972
- }
973
- &--table {
974
- min-height: 170px !important;
975
- }
976
-
977
- }
978
-
979
- .ng-scroll-content {
980
- min-width: calc(100% - 1rem) !important;
981
- width: calc(100% - 1rem) !important;
982
- @include media('<tablet') {
983
- min-width: 100%!important;
984
- }
985
- }
986
- }
987
-
988
- &__container {
989
- display: flex;
990
- justify-content: space-between;
991
- margin: 0 0 rem(20);
992
-
993
- > div {
994
- display: flex;
995
- align-items: center;
996
- .mainColor {
997
- margin: 0;
998
- }
999
- }
1000
-
1001
- &--window {
1002
- margin: rem(30) 0 rem(20);
1003
- }
1004
-
1005
- &--uploadTab {
1006
- margin: 0 0 rem(20);
1007
- }
1008
-
1009
- &__boxAction {
1010
- width: 525px;
1011
- overflow: visible;
1012
- display: flex;
1013
- position: relative;
1014
- justify-content: flex-end;
1015
- margin-right: 13px;
1016
- height: 40px;
1017
- align-items: center;
1018
- transform: translate(-41px,-3px);
1019
-
1020
- &__confirmSup {
1021
- display: flex;
1022
- justify-content: space-between;
1023
- align-items: center;
1024
- border-left: solid 1px #d8d8d8;
1025
- color: $img-grey-color;
1026
- padding-left: 1rem;
1027
- width: 0;
1028
- position: absolute;
1029
- opacity: 0;
1030
- transition: 0s;
1031
- visibility: hidden;
1032
- z-index: 2;
1033
-
1034
- &--visible {
1035
- max-width: unset;
1036
- width: auto;
1037
- opacity: 1;
1038
- transition: 0s;
1039
- visibility: visible;
1040
-
1041
- p {
1042
- transition: left .3s ease-in-out;
1043
- right: 100%;
1044
- left: auto;
1045
- white-space: nowrap;
1046
- margin-right: 30px;
1047
- }
1048
- }
1049
-
1050
- &__cancel {
1051
- margin-right: 14px;
1052
- background-color: white;
1053
- border-color: #dbdbdb;
1054
- color: $img-main-text;
1055
- }
1056
-
1057
- &__text {
1058
- font-size: 14px;
1059
- position: absolute;
1060
- left: -126%;
1061
- transition: font-size .3s ease-in-out, left .3s ease-in-out;
1062
- }
1063
- }
1064
-
1065
- &__delBtn {
1066
- i {
1067
- margin-right: 13px!important;
1068
- }
1069
- }
1070
-
1071
- &__import {
1072
- margin-right: 13px;
1073
- i {
1074
- margin-right: 13px!important;
1075
- }
1076
- }
1077
- }
1078
-
1079
- &__buttonBox {
1080
- margin: 0;
1081
- width: rem(40);
1082
- height: rem(40);
1083
- border: solid $img-light-white-color;
1084
- border-width: 1px 0 1px 1px;
1085
-
1086
- border-radius: 3px 0 0 3px;
1087
- outline: none!important;
1088
-
1089
- > div {
1090
- margin-top: 0;
1091
- margin-bottom: 0;
1092
- height: 40px;
1093
- &:nth-child(2) {
1094
- border: solid $img-light-white-color;
1095
- border-width: 1px 1px 1px 0;
1096
- transform: translateY(-1px);
1097
- border-radius: 0 3px 3px 0;
1098
- }
1099
- div {
1100
- height: 38px;
1101
- margin: 0!important;
1102
- }
1103
- }
1104
-
1105
- .actifDisplayed {
1106
- color:$img-main-color;
1107
- }
1108
-
1109
- i {
1110
- margin: 0;
1111
- }
1112
- }
1113
-
1114
- &__cards {
1115
- display: flex;
1116
- justify-content: space-between;
1117
- flex-wrap: wrap;
1118
- align-items: center;
1119
- padding-top: 30px;
1120
- margin-right: calc(0.8rem - 20px);
1121
- margin-left: 0.3rem;
1122
- margin-bottom: 30px;
1123
-
1124
- }
1125
- }
1126
-
1127
- &--pexels {
1128
- margin-top: -30px;
1129
- }
1130
-
1131
- .subHeaderActions .button i {
1132
- margin-right: 0;
1133
- }
1134
- }
1135
-
1136
- @media screen and (max-width: 768px) {
1137
- .wz-img-manager .img-tabs__tabsFirst .img-tabs__tabsFirst__list .images-view__scroll {
1138
- max-height: none!important;
1139
- min-height: calc(100vh - 440px);
1140
-
1141
- .ng-scroll-content {
1142
- margin: 0 !important;
1143
- min-width: 100%!important;
1144
- width: 100%!important;
1145
- }
1146
- }
1147
- }
1148
928
  .wz-img-manager .img-editor {
1149
929
  &__scroll {
1150
930
  position: relative;
@@ -1463,6 +1243,226 @@ $tag-radius: rem(20px)!default;
1463
1243
  .wz-img-manager .marginBottom {
1464
1244
  margin-bottom: 20px;
1465
1245
  }
1246
+ .wz-img-manager .images-view {
1247
+ text-align: left;
1248
+
1249
+ &.fullSize {
1250
+ & + .images-view__scroll {
1251
+ max-height: 1160px!important;
1252
+ }
1253
+ }
1254
+
1255
+ &__scroll {
1256
+ position: relative;
1257
+ height: 100%;
1258
+ z-index: 1;
1259
+
1260
+ &--full {
1261
+ max-height: calc(100vh - 160px)!important;
1262
+ height: calc(100vh - 160px)!important;
1263
+ min-height: calc(100vh - 160px) !important;
1264
+ }
1265
+
1266
+ &--smallDisplay {
1267
+ max-height: 275px!important;
1268
+ height: 275px!important;
1269
+ @include media('<tablet') {
1270
+ max-height: calc(100vh - 90px)!important;
1271
+ height: calc(100vh - 90px)!important;
1272
+ min-height: calc(100vh - 90px) !important;
1273
+ }
1274
+ }
1275
+
1276
+ &--smallUploadDisplay {
1277
+ max-height: 230px!important;
1278
+ }
1279
+
1280
+ &--window {
1281
+ max-height: unset!important;
1282
+ }
1283
+
1284
+ &--hide {
1285
+ &--mosaic {
1286
+ min-height: 100px !important;
1287
+ &--small {
1288
+ min-height: unset !important;
1289
+ }
1290
+ }
1291
+ &--table {
1292
+ min-height: 170px !important;
1293
+ }
1294
+
1295
+ }
1296
+
1297
+ .ng-scroll-content {
1298
+ min-width: calc(100% - 1rem) !important;
1299
+ width: calc(100% - 1rem) !important;
1300
+ @include media('<tablet') {
1301
+ min-width: 100%!important;
1302
+ }
1303
+ }
1304
+ }
1305
+
1306
+ &__container {
1307
+ display: flex;
1308
+ justify-content: space-between;
1309
+ margin: 0 0 rem(20);
1310
+
1311
+ > div {
1312
+ display: flex;
1313
+ align-items: center;
1314
+ .mainColor {
1315
+ margin: 0;
1316
+ }
1317
+ }
1318
+
1319
+ &--window {
1320
+ margin: rem(30) 0 rem(20);
1321
+ }
1322
+
1323
+ &--uploadTab {
1324
+ margin: 0 0 rem(20);
1325
+ }
1326
+
1327
+ &__boxAction {
1328
+ width: 525px;
1329
+ overflow: visible;
1330
+ display: flex;
1331
+ position: relative;
1332
+ justify-content: flex-end;
1333
+ margin-right: 13px;
1334
+ height: 40px;
1335
+ align-items: center;
1336
+ transform: translate(-41px,-3px);
1337
+
1338
+ &__confirmSup {
1339
+ display: flex;
1340
+ justify-content: space-between;
1341
+ align-items: center;
1342
+ border-left: solid 1px #d8d8d8;
1343
+ color: $img-grey-color;
1344
+ padding-left: 1rem;
1345
+ width: 0;
1346
+ position: absolute;
1347
+ opacity: 0;
1348
+ transition: 0s;
1349
+ visibility: hidden;
1350
+ z-index: 2;
1351
+
1352
+ &--visible {
1353
+ max-width: unset;
1354
+ width: auto;
1355
+ opacity: 1;
1356
+ transition: 0s;
1357
+ visibility: visible;
1358
+
1359
+ p {
1360
+ transition: left .3s ease-in-out;
1361
+ right: 100%;
1362
+ left: auto;
1363
+ white-space: nowrap;
1364
+ margin-right: 30px;
1365
+ }
1366
+ }
1367
+
1368
+ &__cancel {
1369
+ margin-right: 14px;
1370
+ background-color: white;
1371
+ border-color: #dbdbdb;
1372
+ color: $img-main-text;
1373
+ }
1374
+
1375
+ &__text {
1376
+ font-size: 14px;
1377
+ position: absolute;
1378
+ left: -126%;
1379
+ transition: font-size .3s ease-in-out, left .3s ease-in-out;
1380
+ }
1381
+ }
1382
+
1383
+ &__delBtn {
1384
+ i {
1385
+ margin-right: 13px!important;
1386
+ }
1387
+ }
1388
+
1389
+ &__import {
1390
+ margin-right: 13px;
1391
+ i {
1392
+ margin-right: 13px!important;
1393
+ }
1394
+ }
1395
+ }
1396
+
1397
+ &__buttonBox {
1398
+ margin: 0;
1399
+ width: rem(40);
1400
+ height: rem(40);
1401
+ border: solid $img-light-white-color;
1402
+ border-width: 1px 0 1px 1px;
1403
+
1404
+ border-radius: 3px 0 0 3px;
1405
+ outline: none!important;
1406
+
1407
+ > div {
1408
+ margin-top: 0;
1409
+ margin-bottom: 0;
1410
+ height: 40px;
1411
+ &:nth-child(2) {
1412
+ border: solid $img-light-white-color;
1413
+ border-width: 1px 1px 1px 0;
1414
+ transform: translateY(-1px);
1415
+ border-radius: 0 3px 3px 0;
1416
+ }
1417
+ div {
1418
+ height: 38px;
1419
+ margin: 0!important;
1420
+ }
1421
+ }
1422
+
1423
+ .actifDisplayed {
1424
+ color:$img-main-color;
1425
+ }
1426
+
1427
+ i {
1428
+ margin: 0;
1429
+ }
1430
+ }
1431
+
1432
+ &__cards {
1433
+ display: flex;
1434
+ justify-content: space-between;
1435
+ flex-wrap: wrap;
1436
+ align-items: center;
1437
+ padding-top: 30px;
1438
+ margin-right: calc(0.8rem - 20px);
1439
+ margin-left: 0.3rem;
1440
+ margin-bottom: 30px;
1441
+
1442
+ }
1443
+ }
1444
+
1445
+ &--pexels {
1446
+ margin-top: -30px;
1447
+ }
1448
+
1449
+ .subHeaderActions .button i {
1450
+ margin-right: 0;
1451
+ }
1452
+ }
1453
+
1454
+ @media screen and (max-width: 768px) {
1455
+ .wz-img-manager .img-tabs__tabsFirst .img-tabs__tabsFirst__list .images-view__scroll {
1456
+ max-height: none!important;
1457
+ min-height: calc(100vh - 440px);
1458
+
1459
+ .ng-scroll-content {
1460
+ margin: 0 !important;
1461
+ min-width: 100%!important;
1462
+ width: 100%!important;
1463
+ }
1464
+ }
1465
+ }
1466
1466
  // Warning: in webcomponent (for wizishop-com project) the following style are added by styles-handler.js script (hard-coded)
1467
1467
  .wz-img-manager .img-selection {
1468
1468
  background-color: white;
@@ -2331,7 +2331,14 @@ $tag-radius: rem(20px)!default;
2331
2331
  }
2332
2332
  }
2333
2333
  }
2334
- .mosaic {
2334
+ image-cropper {
2335
+ max-height: 60vh;
2336
+ }.img-editor__infoSection__propertySEO__tooltips {
2337
+ i {
2338
+ font-size: rem(16);
2339
+ color: $main-text;
2340
+ }
2341
+ }.mosaic {
2335
2342
  width: 100%;
2336
2343
  display: flex;
2337
2344
  flex-wrap: wrap;
@@ -2652,14 +2659,7 @@ $tag-radius: rem(20px)!default;
2652
2659
  .grey {
2653
2660
  color: $img-grey-color;
2654
2661
  }
2655
- image-cropper {
2656
- max-height: 60vh;
2657
- }.img-editor__infoSection__propertySEO__tooltips {
2658
- i {
2659
- font-size: rem(16);
2660
- color: $main-text;
2661
- }
2662
- }$default-color-p-alert: #1e5568;
2662
+ $default-color-p-alert: #1e5568;
2663
2663
  $success-color-p-alert: #11552e;
2664
2664
  $warning-color-p-alert: #3a0505;
2665
2665
  $primary-button: #e95656;
Binary file