pb-sxp-ui 14.0.3 → 14.0.5

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.
Files changed (78) hide show
  1. package/dist/index.cjs +470 -810
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.css +0 -89
  4. package/dist/index.js +470 -810
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.cjs +6 -6
  7. package/dist/index.min.cjs.map +1 -1
  8. package/dist/index.min.js +6 -6
  9. package/dist/index.min.js.map +1 -1
  10. package/dist/pb-ui.js +470 -810
  11. package/dist/pb-ui.js.map +1 -1
  12. package/dist/pb-ui.min.js +6 -6
  13. package/dist/pb-ui.min.js.map +1 -1
  14. package/es/core/components/Consent/index.js +8 -2
  15. package/es/core/components/SxpPageRender/ConsentPopup.js +8 -8
  16. package/es/core/components/SxpPageRender/Navbar.js +1 -1
  17. package/es/core/components/SxpPageRender/WaterFall/preview.json +272 -207
  18. package/es/core/components/SxpPageRender/index.js +2 -5
  19. package/es/core/context/SxpDataSourceProvider.js +33 -53
  20. package/es/core/utils/materials.js +3 -5
  21. package/es/core/utils/tool.d.ts +2 -1
  22. package/es/core/utils/tool.js +38 -14
  23. package/es/materials/sxp/consentPopup/Display/index.d.ts +2 -2
  24. package/es/materials/sxp/consentPopup/Display/index.js +5 -7
  25. package/es/materials/sxp/consentPopup/index.d.ts +0 -2
  26. package/es/materials/sxp/consentPopup/index.js +0 -2
  27. package/es/materials/sxp/cta/AniLink/index.js +1 -1
  28. package/es/materials/sxp/cta/AniLinkPopup/index.js +1 -1
  29. package/es/materials/sxp/popup/ConsentDetail/index.d.ts +1 -2
  30. package/es/materials/sxp/popup/ConsentDetail/index.js +2 -2
  31. package/es/materials/sxp/popup/Iframe/index.d.ts +4 -0
  32. package/es/materials/sxp/popup/Iframe/index.js +5 -4
  33. package/es/materials/sxp/popup/Iframe/settingRender.js +15 -0
  34. package/lib/core/components/Consent/index.js +8 -2
  35. package/lib/core/components/SxpPageRender/ConsentPopup.js +7 -7
  36. package/lib/core/components/SxpPageRender/Navbar.js +1 -1
  37. package/lib/core/components/SxpPageRender/WaterFall/preview.json +272 -207
  38. package/lib/core/components/SxpPageRender/index.js +2 -5
  39. package/lib/core/context/SxpDataSourceProvider.js +32 -52
  40. package/lib/core/utils/materials.js +3 -5
  41. package/lib/core/utils/tool.d.ts +2 -1
  42. package/lib/core/utils/tool.js +39 -14
  43. package/lib/materials/sxp/consentPopup/Display/index.d.ts +2 -2
  44. package/lib/materials/sxp/consentPopup/Display/index.js +5 -7
  45. package/lib/materials/sxp/consentPopup/index.d.ts +0 -2
  46. package/lib/materials/sxp/consentPopup/index.js +0 -2
  47. package/lib/materials/sxp/cta/AniLink/index.js +1 -1
  48. package/lib/materials/sxp/cta/AniLinkPopup/index.js +1 -1
  49. package/lib/materials/sxp/popup/ConsentDetail/index.d.ts +1 -2
  50. package/lib/materials/sxp/popup/ConsentDetail/index.js +2 -2
  51. package/lib/materials/sxp/popup/Iframe/index.d.ts +4 -0
  52. package/lib/materials/sxp/popup/Iframe/index.js +5 -4
  53. package/lib/materials/sxp/popup/Iframe/settingRender.js +15 -0
  54. package/package.json +1 -1
  55. package/es/materials/sxp/consentPopup/Click/index.d.ts +0 -19
  56. package/es/materials/sxp/consentPopup/Click/index.js +0 -19
  57. package/es/materials/sxp/consentPopup/Click/material.d.ts +0 -2
  58. package/es/materials/sxp/consentPopup/Click/material.js +0 -48
  59. package/es/materials/sxp/consentPopup/Click/settingRender.d.ts +0 -63
  60. package/es/materials/sxp/consentPopup/Click/settingRender.js +0 -210
  61. package/es/materials/sxp/consentPopup/Swipe/index.d.ts +0 -12
  62. package/es/materials/sxp/consentPopup/Swipe/index.js +0 -44
  63. package/es/materials/sxp/consentPopup/Swipe/material.d.ts +0 -2
  64. package/es/materials/sxp/consentPopup/Swipe/material.js +0 -24
  65. package/es/materials/sxp/consentPopup/Swipe/settingRender.d.ts +0 -29
  66. package/es/materials/sxp/consentPopup/Swipe/settingRender.js +0 -43
  67. package/lib/materials/sxp/consentPopup/Click/index.d.ts +0 -19
  68. package/lib/materials/sxp/consentPopup/Click/index.js +0 -21
  69. package/lib/materials/sxp/consentPopup/Click/material.d.ts +0 -2
  70. package/lib/materials/sxp/consentPopup/Click/material.js +0 -52
  71. package/lib/materials/sxp/consentPopup/Click/settingRender.d.ts +0 -63
  72. package/lib/materials/sxp/consentPopup/Click/settingRender.js +0 -212
  73. package/lib/materials/sxp/consentPopup/Swipe/index.d.ts +0 -12
  74. package/lib/materials/sxp/consentPopup/Swipe/index.js +0 -46
  75. package/lib/materials/sxp/consentPopup/Swipe/material.d.ts +0 -2
  76. package/lib/materials/sxp/consentPopup/Swipe/material.js +0 -28
  77. package/lib/materials/sxp/consentPopup/Swipe/settingRender.d.ts +0 -29
  78. 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;