pb-sxp-ui 14.0.3 → 14.0.4
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/dist/index.cjs +444 -802
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +0 -89
- package/dist/index.js +444 -802
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +6 -6
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +6 -6
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +444 -802
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +6 -6
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/components/SxpPageRender/ConsentPopup.js +8 -8
- package/es/core/components/SxpPageRender/Navbar.js +1 -1
- package/es/core/components/SxpPageRender/WaterFall/preview.json +272 -207
- package/es/core/components/SxpPageRender/index.js +2 -5
- package/es/core/context/SxpDataSourceProvider.js +48 -49
- package/es/core/utils/materials.js +3 -5
- package/es/materials/sxp/consentPopup/Display/index.d.ts +2 -2
- package/es/materials/sxp/consentPopup/Display/index.js +5 -7
- package/es/materials/sxp/consentPopup/index.d.ts +0 -2
- package/es/materials/sxp/consentPopup/index.js +0 -2
- package/es/materials/sxp/cta/AniLink/index.js +1 -1
- package/es/materials/sxp/cta/AniLinkPopup/index.js +1 -1
- package/es/materials/sxp/popup/ConsentDetail/index.d.ts +1 -2
- package/es/materials/sxp/popup/ConsentDetail/index.js +2 -2
- package/es/materials/sxp/popup/Iframe/index.d.ts +4 -0
- package/es/materials/sxp/popup/Iframe/index.js +5 -4
- package/es/materials/sxp/popup/Iframe/settingRender.js +15 -0
- package/lib/core/components/SxpPageRender/ConsentPopup.js +7 -7
- package/lib/core/components/SxpPageRender/Navbar.js +1 -1
- package/lib/core/components/SxpPageRender/WaterFall/preview.json +272 -207
- package/lib/core/components/SxpPageRender/index.js +2 -5
- package/lib/core/context/SxpDataSourceProvider.js +48 -49
- package/lib/core/utils/materials.js +3 -5
- package/lib/materials/sxp/consentPopup/Display/index.d.ts +2 -2
- package/lib/materials/sxp/consentPopup/Display/index.js +5 -7
- package/lib/materials/sxp/consentPopup/index.d.ts +0 -2
- package/lib/materials/sxp/consentPopup/index.js +0 -2
- package/lib/materials/sxp/cta/AniLink/index.js +1 -1
- package/lib/materials/sxp/cta/AniLinkPopup/index.js +1 -1
- package/lib/materials/sxp/popup/ConsentDetail/index.d.ts +1 -2
- package/lib/materials/sxp/popup/ConsentDetail/index.js +2 -2
- package/lib/materials/sxp/popup/Iframe/index.d.ts +4 -0
- package/lib/materials/sxp/popup/Iframe/index.js +5 -4
- package/lib/materials/sxp/popup/Iframe/settingRender.js +15 -0
- package/package.json +1 -1
- package/es/materials/sxp/consentPopup/Click/index.d.ts +0 -19
- package/es/materials/sxp/consentPopup/Click/index.js +0 -19
- package/es/materials/sxp/consentPopup/Click/material.d.ts +0 -2
- package/es/materials/sxp/consentPopup/Click/material.js +0 -48
- package/es/materials/sxp/consentPopup/Click/settingRender.d.ts +0 -63
- package/es/materials/sxp/consentPopup/Click/settingRender.js +0 -210
- package/es/materials/sxp/consentPopup/Swipe/index.d.ts +0 -12
- package/es/materials/sxp/consentPopup/Swipe/index.js +0 -44
- package/es/materials/sxp/consentPopup/Swipe/material.d.ts +0 -2
- package/es/materials/sxp/consentPopup/Swipe/material.js +0 -24
- package/es/materials/sxp/consentPopup/Swipe/settingRender.d.ts +0 -29
- package/es/materials/sxp/consentPopup/Swipe/settingRender.js +0 -43
- package/lib/materials/sxp/consentPopup/Click/index.d.ts +0 -19
- package/lib/materials/sxp/consentPopup/Click/index.js +0 -21
- package/lib/materials/sxp/consentPopup/Click/material.d.ts +0 -2
- package/lib/materials/sxp/consentPopup/Click/material.js +0 -52
- package/lib/materials/sxp/consentPopup/Click/settingRender.d.ts +0 -63
- package/lib/materials/sxp/consentPopup/Click/settingRender.js +0 -212
- package/lib/materials/sxp/consentPopup/Swipe/index.d.ts +0 -12
- package/lib/materials/sxp/consentPopup/Swipe/index.js +0 -46
- package/lib/materials/sxp/consentPopup/Swipe/material.d.ts +0 -2
- package/lib/materials/sxp/consentPopup/Swipe/material.js +0 -28
- package/lib/materials/sxp/consentPopup/Swipe/settingRender.d.ts +0 -29
- package/lib/materials/sxp/consentPopup/Swipe/settingRender.js +0 -45
package/dist/index.css
CHANGED
@@ -1430,95 +1430,6 @@ a:active {
|
|
1430
1430
|
object-fit: cover;
|
1431
1431
|
}
|
1432
1432
|
|
1433
|
-
.consentPopupClick {
|
1434
|
-
position: absolute;
|
1435
|
-
left: 0;
|
1436
|
-
right: 0;
|
1437
|
-
top: 0;
|
1438
|
-
bottom: 0;
|
1439
|
-
z-index: 999;
|
1440
|
-
background-color: rgba(0, 0, 0, 0.3);
|
1441
|
-
}
|
1442
|
-
.consentPopupClick-container {
|
1443
|
-
width: 90%;
|
1444
|
-
max-height: 75%;
|
1445
|
-
margin: 20% auto 0;
|
1446
|
-
border-radius: 5px;
|
1447
|
-
overflow: auto;
|
1448
|
-
display: -webkit-box;
|
1449
|
-
display: -webkit-flex;
|
1450
|
-
display: -ms-flexbox;
|
1451
|
-
display: flex;
|
1452
|
-
-webkit-box-orient: vertical;
|
1453
|
-
-webkit-box-direction: normal;
|
1454
|
-
-webkit-flex-direction: column;
|
1455
|
-
-ms-flex-direction: column;
|
1456
|
-
flex-direction: column;
|
1457
|
-
}
|
1458
|
-
.consentPopupClick-container button {
|
1459
|
-
display: block;
|
1460
|
-
}
|
1461
|
-
|
1462
|
-
.consentPopupSwipe {
|
1463
|
-
position: absolute;
|
1464
|
-
left: 0;
|
1465
|
-
right: 0;
|
1466
|
-
top: 0;
|
1467
|
-
bottom: 0;
|
1468
|
-
z-index: 999;
|
1469
|
-
background-color: rgba(0, 0, 0, 0.3);
|
1470
|
-
}
|
1471
|
-
.consentPopupSwipe-container {
|
1472
|
-
width: 90%;
|
1473
|
-
max-height: 80%;
|
1474
|
-
margin: 20% auto 0;
|
1475
|
-
border-radius: 5px;
|
1476
|
-
display: -webkit-box;
|
1477
|
-
display: -webkit-flex;
|
1478
|
-
display: -ms-flexbox;
|
1479
|
-
display: flex;
|
1480
|
-
-webkit-box-orient: vertical;
|
1481
|
-
-webkit-box-direction: normal;
|
1482
|
-
-webkit-flex-direction: column;
|
1483
|
-
-ms-flex-direction: column;
|
1484
|
-
flex-direction: column;
|
1485
|
-
position: relative;
|
1486
|
-
}
|
1487
|
-
.consentPopupSwipe-container-close {
|
1488
|
-
width: 13px;
|
1489
|
-
height: 13px;
|
1490
|
-
border: none;
|
1491
|
-
background-color: transparent;
|
1492
|
-
padding: 0;
|
1493
|
-
-webkit-flex-shrink: 0;
|
1494
|
-
-ms-flex-negative: 0;
|
1495
|
-
flex-shrink: 0;
|
1496
|
-
margin-left: 10px;
|
1497
|
-
position: absolute;
|
1498
|
-
right: 14px;
|
1499
|
-
top: 14px;
|
1500
|
-
}
|
1501
|
-
.consentPopupSwipe-container-close img {
|
1502
|
-
width: 100%;
|
1503
|
-
-o-object-fit: cover;
|
1504
|
-
object-fit: cover;
|
1505
|
-
display: block;
|
1506
|
-
}
|
1507
|
-
.consentPopupSwipe-container-swipeIcon {
|
1508
|
-
width: 80px;
|
1509
|
-
height: auto;
|
1510
|
-
position: absolute;
|
1511
|
-
right: 0;
|
1512
|
-
bottom: 0;
|
1513
|
-
-webkit-transform: translateY(100%);
|
1514
|
-
transform: translateY(100%);
|
1515
|
-
}
|
1516
|
-
.consentPopupSwipe-container-swipeIcon img {
|
1517
|
-
width: 100%;
|
1518
|
-
-o-object-fit: cover;
|
1519
|
-
object-fit: cover;
|
1520
|
-
}
|
1521
|
-
|
1522
1433
|
.multiposts {
|
1523
1434
|
display: -webkit-box;
|
1524
1435
|
display: -webkit-flex;
|