pb-sxp-ui 14.0.6 → 14.0.7
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 +801 -396
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +89 -0
- package/dist/index.js +801 -396
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +4 -4
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +4 -4
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +801 -396
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +4 -4
- 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 +207 -272
- package/es/core/components/SxpPageRender/index.js +5 -2
- package/es/core/context/SxpDataSourceProvider.js +54 -22
- package/es/core/utils/materials.js +5 -3
- package/es/materials/sxp/consentPopup/Click/index.d.ts +19 -0
- package/es/materials/sxp/consentPopup/Click/index.js +19 -0
- package/es/materials/sxp/consentPopup/Click/material.d.ts +2 -0
- package/es/materials/sxp/consentPopup/Click/material.js +48 -0
- package/es/materials/sxp/consentPopup/Click/settingRender.d.ts +63 -0
- package/es/materials/sxp/consentPopup/Click/settingRender.js +210 -0
- package/es/materials/sxp/consentPopup/Display/index.d.ts +2 -2
- package/es/materials/sxp/consentPopup/Display/index.js +7 -5
- package/es/materials/sxp/consentPopup/Swipe/index.d.ts +12 -0
- package/es/materials/sxp/consentPopup/Swipe/index.js +44 -0
- package/es/materials/sxp/consentPopup/Swipe/material.d.ts +2 -0
- package/es/materials/sxp/consentPopup/Swipe/material.js +24 -0
- package/es/materials/sxp/consentPopup/Swipe/settingRender.d.ts +29 -0
- package/es/materials/sxp/consentPopup/Swipe/settingRender.js +43 -0
- package/es/materials/sxp/consentPopup/index.d.ts +2 -0
- package/es/materials/sxp/consentPopup/index.js +2 -0
- 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 +2 -1
- package/es/materials/sxp/popup/ConsentDetail/index.js +2 -2
- 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 +207 -272
- package/lib/core/components/SxpPageRender/index.js +5 -2
- package/lib/core/context/SxpDataSourceProvider.js +54 -22
- package/lib/core/utils/materials.js +5 -3
- package/lib/materials/sxp/consentPopup/Click/index.d.ts +19 -0
- package/lib/materials/sxp/consentPopup/Click/index.js +21 -0
- package/lib/materials/sxp/consentPopup/Click/material.d.ts +2 -0
- package/lib/materials/sxp/consentPopup/Click/material.js +52 -0
- package/lib/materials/sxp/consentPopup/Click/settingRender.d.ts +63 -0
- package/lib/materials/sxp/consentPopup/Click/settingRender.js +212 -0
- package/lib/materials/sxp/consentPopup/Display/index.d.ts +2 -2
- package/lib/materials/sxp/consentPopup/Display/index.js +7 -5
- package/lib/materials/sxp/consentPopup/Swipe/index.d.ts +12 -0
- package/lib/materials/sxp/consentPopup/Swipe/index.js +46 -0
- package/lib/materials/sxp/consentPopup/Swipe/material.d.ts +2 -0
- package/lib/materials/sxp/consentPopup/Swipe/material.js +28 -0
- package/lib/materials/sxp/consentPopup/Swipe/settingRender.d.ts +29 -0
- package/lib/materials/sxp/consentPopup/Swipe/settingRender.js +45 -0
- package/lib/materials/sxp/consentPopup/index.d.ts +2 -0
- package/lib/materials/sxp/consentPopup/index.js +2 -0
- 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 +2 -1
- package/lib/materials/sxp/popup/ConsentDetail/index.js +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -1430,6 +1430,95 @@ 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
|
+
|
1433
1522
|
.multiposts {
|
1434
1523
|
display: -webkit-box;
|
1435
1524
|
display: -webkit-flex;
|