@wizishop/img-manager 0.2.101 → 0.2.102
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/fr.json +1 -1
- package/bundles/wizishop-img-manager.umd.js +8 -5
- package/bundles/wizishop-img-manager.umd.js.map +1 -1
- package/bundles/wizishop-img-manager.umd.min.js +1 -1
- package/bundles/wizishop-img-manager.umd.min.js.map +1 -1
- package/esm2015/lib/components/canva-btn/canva-btn.component.js +2 -2
- package/esm2015/lib/components/images-view/images-view.component.js +2 -2
- package/esm2015/lib/components/img-editor/img-editor.component.js +2 -2
- package/esm2015/lib/components/pexels-lib/pexels-lib.component.js +5 -2
- package/esm2015/lib/components/upload-list/upload-list.component.js +2 -2
- package/esm5/lib/components/canva-btn/canva-btn.component.js +2 -2
- package/esm5/lib/components/images-view/images-view.component.js +2 -2
- package/esm5/lib/components/img-editor/img-editor.component.js +2 -2
- package/esm5/lib/components/pexels-lib/pexels-lib.component.js +5 -2
- package/esm5/lib/components/upload-list/upload-list.component.js +2 -2
- package/fesm2015/wizishop-img-manager.js +8 -5
- package/fesm2015/wizishop-img-manager.js.map +1 -1
- package/fesm5/wizishop-img-manager.js +8 -5
- package/fesm5/wizishop-img-manager.js.map +1 -1
- package/package.json +1 -1
- package/wizishop-img-manager-0.2.102.tgz +0 -0
- package/wizishop-img-manager.metadata.json +1 -1
- package/wz-img-manager.scss +66 -62
- package/wizishop-img-manager-0.2.101.tgz +0 -0
package/wz-img-manager.scss
CHANGED
|
@@ -840,6 +840,7 @@ $base-font: 'Work Sans', helvetica !default;@mixin simple_transition($type: null
|
|
|
840
840
|
}
|
|
841
841
|
|
|
842
842
|
.wz-img-manager__module__content.wz-block:not(.wz-block--window) {
|
|
843
|
+
max-height: 100%;
|
|
843
844
|
.images-view__container__buttonBox {
|
|
844
845
|
transform: translateY(-2px) translateX(-60px);
|
|
845
846
|
}
|
|
@@ -1293,66 +1294,12 @@ $button-focus-border-color: $primary-button-hover !default;
|
|
|
1293
1294
|
$button-disabled-border-color: $primary-button-hover !default;
|
|
1294
1295
|
|
|
1295
1296
|
$tag-radius: rem(20px)!default;
|
|
1296
|
-
|
|
1297
|
-
$success-color-p-alert: #11552e;
|
|
1298
|
-
$warning-color-p-alert: #3a0505;
|
|
1299
|
-
$primary-button: #e95656;
|
|
1300
|
-
$link-color: #52aecd;
|
|
1301
|
-
$green-color: #2ecc71;
|
|
1302
|
-
|
|
1303
|
-
.wz-alert {
|
|
1304
|
-
width: 100%;
|
|
1305
|
-
background-color: transparentize($link-color, 0.85);
|
|
1306
|
-
color: $link-color;
|
|
1307
|
-
border-radius: 3px;
|
|
1308
|
-
display: flex;
|
|
1309
|
-
flex-wrap: nowrap;
|
|
1310
|
-
justify-content: space-between;
|
|
1311
|
-
padding: 20px;
|
|
1312
|
-
&.success {
|
|
1313
|
-
background-color: transparentize($green-color, 0.85);
|
|
1314
|
-
p {
|
|
1315
|
-
color: $success-color-p-alert;
|
|
1316
|
-
> * {
|
|
1317
|
-
color: $success-color-p-alert;
|
|
1318
|
-
}
|
|
1319
|
-
}
|
|
1320
|
-
i {
|
|
1321
|
-
color: $green-color;
|
|
1322
|
-
}
|
|
1323
|
-
}
|
|
1324
|
-
&.warning {
|
|
1325
|
-
background-color: transparentize($primary-button, 0.85);
|
|
1326
|
-
p {
|
|
1327
|
-
color: $warning-color-p-alert;
|
|
1328
|
-
> * {
|
|
1329
|
-
color: $warning-color-p-alert;
|
|
1330
|
-
}
|
|
1331
|
-
}
|
|
1332
|
-
i {
|
|
1333
|
-
color: $primary-button;
|
|
1334
|
-
}
|
|
1335
|
-
}
|
|
1336
|
-
p {
|
|
1337
|
-
width: 100%;
|
|
1338
|
-
font-size: rem(14);
|
|
1339
|
-
line-height: rem(25);
|
|
1340
|
-
margin: 0;
|
|
1341
|
-
padding: 0;
|
|
1342
|
-
color: $default-color-p-alert;
|
|
1343
|
-
> * {
|
|
1344
|
-
color: $default-color-p-alert;
|
|
1345
|
-
}
|
|
1346
|
-
}
|
|
1297
|
+
.img-editor__infoSection__propertySEO__tooltips {
|
|
1347
1298
|
i {
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
color: inherit;
|
|
1351
|
-
font-size: rem(14);
|
|
1352
|
-
line-height: rem(25);
|
|
1299
|
+
font-size: rem(16);
|
|
1300
|
+
color: $main-text;
|
|
1353
1301
|
}
|
|
1354
|
-
}
|
|
1355
|
-
.wz-img-manager .images-view {
|
|
1302
|
+
}.wz-img-manager .images-view {
|
|
1356
1303
|
text-align: left;
|
|
1357
1304
|
|
|
1358
1305
|
&.fullSize {
|
|
@@ -1568,12 +1515,66 @@ $green-color: #2ecc71;
|
|
|
1568
1515
|
}
|
|
1569
1516
|
}
|
|
1570
1517
|
}
|
|
1571
|
-
|
|
1518
|
+
$default-color-p-alert: #1e5568;
|
|
1519
|
+
$success-color-p-alert: #11552e;
|
|
1520
|
+
$warning-color-p-alert: #3a0505;
|
|
1521
|
+
$primary-button: #e95656;
|
|
1522
|
+
$link-color: #52aecd;
|
|
1523
|
+
$green-color: #2ecc71;
|
|
1524
|
+
|
|
1525
|
+
.wz-alert {
|
|
1526
|
+
width: 100%;
|
|
1527
|
+
background-color: transparentize($link-color, 0.85);
|
|
1528
|
+
color: $link-color;
|
|
1529
|
+
border-radius: 3px;
|
|
1530
|
+
display: flex;
|
|
1531
|
+
flex-wrap: nowrap;
|
|
1532
|
+
justify-content: space-between;
|
|
1533
|
+
padding: 20px;
|
|
1534
|
+
&.success {
|
|
1535
|
+
background-color: transparentize($green-color, 0.85);
|
|
1536
|
+
p {
|
|
1537
|
+
color: $success-color-p-alert;
|
|
1538
|
+
> * {
|
|
1539
|
+
color: $success-color-p-alert;
|
|
1540
|
+
}
|
|
1541
|
+
}
|
|
1542
|
+
i {
|
|
1543
|
+
color: $green-color;
|
|
1544
|
+
}
|
|
1545
|
+
}
|
|
1546
|
+
&.warning {
|
|
1547
|
+
background-color: transparentize($primary-button, 0.85);
|
|
1548
|
+
p {
|
|
1549
|
+
color: $warning-color-p-alert;
|
|
1550
|
+
> * {
|
|
1551
|
+
color: $warning-color-p-alert;
|
|
1552
|
+
}
|
|
1553
|
+
}
|
|
1554
|
+
i {
|
|
1555
|
+
color: $primary-button;
|
|
1556
|
+
}
|
|
1557
|
+
}
|
|
1558
|
+
p {
|
|
1559
|
+
width: 100%;
|
|
1560
|
+
font-size: rem(14);
|
|
1561
|
+
line-height: rem(25);
|
|
1562
|
+
margin: 0;
|
|
1563
|
+
padding: 0;
|
|
1564
|
+
color: $default-color-p-alert;
|
|
1565
|
+
> * {
|
|
1566
|
+
color: $default-color-p-alert;
|
|
1567
|
+
}
|
|
1568
|
+
}
|
|
1572
1569
|
i {
|
|
1573
|
-
|
|
1574
|
-
|
|
1570
|
+
width: auto;
|
|
1571
|
+
margin: 0 10px 0 0;
|
|
1572
|
+
color: inherit;
|
|
1573
|
+
font-size: rem(14);
|
|
1574
|
+
line-height: rem(25);
|
|
1575
1575
|
}
|
|
1576
|
-
}
|
|
1576
|
+
}
|
|
1577
|
+
// Warning: in webcomponent (for wizishop-com project) the following style are added by styles-handler.js script (hard-coded)
|
|
1577
1578
|
.wz-img-manager .img-selection {
|
|
1578
1579
|
background-color: white;
|
|
1579
1580
|
margin-left: 1.875rem;
|
|
@@ -2068,6 +2069,9 @@ $green-color: #2ecc71;
|
|
|
2068
2069
|
//.wz-img-manager useful to keep the css priority
|
|
2069
2070
|
.wz-img-manager .pexels-lib {
|
|
2070
2071
|
width: 100%;
|
|
2072
|
+
height: 100%;
|
|
2073
|
+
max-height: 100%;
|
|
2074
|
+
position: relative;
|
|
2071
2075
|
|
|
2072
2076
|
&__scroll {
|
|
2073
2077
|
position: relative;
|
|
Binary file
|