@automattic/newspack-blocks 4.24.1 → 4.25.0

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 (102) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/author-profile/view-rtl.css +1 -1
  3. package/dist/author-profile/view.asset.php +1 -1
  4. package/dist/author-profile/view.css +1 -1
  5. package/dist/blocks/author-list/block.json +2 -1
  6. package/dist/blocks/author-profile/block.json +18 -1
  7. package/dist/blocks/carousel/block.json +2 -1
  8. package/dist/blocks/donate/block.json +2 -1
  9. package/dist/blocks/homepage-articles/block.json +2 -1
  10. package/dist/blocks/iframe/block.json +2 -1
  11. package/dist/editor-rtl.css +2 -2
  12. package/dist/editor.asset.php +1 -1
  13. package/dist/editor.css +2 -2
  14. package/dist/editor.js +23 -19
  15. package/dist/placeholder_blocks.asset.php +1 -1
  16. package/dist/placeholder_blocks.js +1 -1
  17. package/includes/class-modal-checkout.php +43 -11
  18. package/includes/class-newspack-blocks-caching.php +13 -1
  19. package/includes/class-newspack-blocks.php +14 -7
  20. package/languages/newspack-blocks-de_DE-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -1
  21. package/languages/newspack-blocks-de_DE-34e5c64f90b1444f3fc735376442eada.json +1 -1
  22. package/languages/newspack-blocks-de_DE-4fdea541976076f02d56139fb35e5b42.json +1 -1
  23. package/languages/newspack-blocks-de_DE-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  24. package/languages/newspack-blocks-de_DE-78456b164809d080adecb4d2b3895802.json +1 -1
  25. package/languages/newspack-blocks-de_DE-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -1
  26. package/languages/newspack-blocks-de_DE-eccbc51a43c04f59165364eda71e0be7.json +1 -1
  27. package/languages/newspack-blocks-de_DE-fbe7f8c598cf05d4603ba49fec909ded.json +1 -1
  28. package/languages/newspack-blocks-de_DE.po +594 -493
  29. package/languages/newspack-blocks-es_ES-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -1
  30. package/languages/newspack-blocks-es_ES-34e5c64f90b1444f3fc735376442eada.json +1 -1
  31. package/languages/newspack-blocks-es_ES-4fdea541976076f02d56139fb35e5b42.json +1 -1
  32. package/languages/newspack-blocks-es_ES-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  33. package/languages/newspack-blocks-es_ES-78456b164809d080adecb4d2b3895802.json +1 -1
  34. package/languages/newspack-blocks-es_ES-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -1
  35. package/languages/newspack-blocks-es_ES-eccbc51a43c04f59165364eda71e0be7.json +1 -1
  36. package/languages/newspack-blocks-es_ES-fbe7f8c598cf05d4603ba49fec909ded.json +1 -1
  37. package/languages/newspack-blocks-es_ES.po +594 -493
  38. package/languages/newspack-blocks-fr_BE-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -1
  39. package/languages/newspack-blocks-fr_BE-34e5c64f90b1444f3fc735376442eada.json +1 -1
  40. package/languages/newspack-blocks-fr_BE-4fdea541976076f02d56139fb35e5b42.json +1 -1
  41. package/languages/newspack-blocks-fr_BE-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  42. package/languages/newspack-blocks-fr_BE-78456b164809d080adecb4d2b3895802.json +1 -1
  43. package/languages/newspack-blocks-fr_BE-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -1
  44. package/languages/newspack-blocks-fr_BE-eccbc51a43c04f59165364eda71e0be7.json +1 -1
  45. package/languages/newspack-blocks-fr_BE-fbe7f8c598cf05d4603ba49fec909ded.json +1 -1
  46. package/languages/newspack-blocks-fr_BE.po +594 -493
  47. package/languages/newspack-blocks-nb_NO-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -1
  48. package/languages/newspack-blocks-nb_NO-34e5c64f90b1444f3fc735376442eada.json +1 -1
  49. package/languages/newspack-blocks-nb_NO-4fdea541976076f02d56139fb35e5b42.json +1 -1
  50. package/languages/newspack-blocks-nb_NO-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  51. package/languages/newspack-blocks-nb_NO-78456b164809d080adecb4d2b3895802.json +1 -1
  52. package/languages/newspack-blocks-nb_NO-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -1
  53. package/languages/newspack-blocks-nb_NO-eccbc51a43c04f59165364eda71e0be7.json +1 -1
  54. package/languages/newspack-blocks-nb_NO-fbe7f8c598cf05d4603ba49fec909ded.json +1 -1
  55. package/languages/newspack-blocks-nb_NO.po +594 -493
  56. package/languages/newspack-blocks-pt_PT-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -1
  57. package/languages/newspack-blocks-pt_PT-34e5c64f90b1444f3fc735376442eada.json +1 -1
  58. package/languages/newspack-blocks-pt_PT-4fdea541976076f02d56139fb35e5b42.json +1 -1
  59. package/languages/newspack-blocks-pt_PT-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  60. package/languages/newspack-blocks-pt_PT-78456b164809d080adecb4d2b3895802.json +1 -1
  61. package/languages/newspack-blocks-pt_PT-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -1
  62. package/languages/newspack-blocks-pt_PT-eccbc51a43c04f59165364eda71e0be7.json +1 -1
  63. package/languages/newspack-blocks-pt_PT-fbe7f8c598cf05d4603ba49fec909ded.json +1 -1
  64. package/languages/newspack-blocks-pt_PT.po +594 -493
  65. package/languages/newspack-blocks.pot +806 -671
  66. package/newspack-blocks.php +5 -5
  67. package/package.json +1 -1
  68. package/src/blocks/author-list/block.json +3 -2
  69. package/src/blocks/author-list/edit.js +15 -8
  70. package/src/blocks/author-list/index.js +4 -3
  71. package/src/blocks/author-list/view.php +1 -0
  72. package/src/blocks/author-profile/block.json +16 -2
  73. package/src/blocks/author-profile/class-wp-rest-newspack-authors-controller.php +180 -9
  74. package/src/blocks/author-profile/context.js +26 -0
  75. package/src/blocks/author-profile/edit.js +847 -84
  76. package/src/blocks/author-profile/editor.scss +18 -14
  77. package/src/blocks/author-profile/index.js +14 -9
  78. package/src/blocks/author-profile/single-author.js +6 -2
  79. package/src/blocks/author-profile/view.php +386 -15
  80. package/src/blocks/author-profile/view.scss +48 -19
  81. package/src/blocks/carousel/block.json +2 -1
  82. package/src/blocks/carousel/edit.js +120 -117
  83. package/src/blocks/carousel/index.js +2 -1
  84. package/src/blocks/carousel/view.php +1 -0
  85. package/src/blocks/donate/block.json +3 -2
  86. package/src/blocks/donate/edit/FrequencyBasedLayout.tsx +2 -3
  87. package/src/blocks/donate/edit/index.tsx +56 -39
  88. package/src/blocks/donate/index.js +2 -1
  89. package/src/blocks/donate/view.php +1 -0
  90. package/src/blocks/homepage-articles/block.json +2 -1
  91. package/src/blocks/homepage-articles/edit.tsx +42 -37
  92. package/src/blocks/homepage-articles/index.js +2 -1
  93. package/src/blocks/homepage-articles/view.php +13 -1
  94. package/src/blocks/iframe/block.json +3 -2
  95. package/src/blocks/iframe/edit.js +36 -34
  96. package/src/blocks/iframe/index.js +2 -1
  97. package/src/blocks/iframe/view.php +1 -0
  98. package/src/blocks/video-playlist/edit.js +22 -15
  99. package/src/blocks/video-playlist/index.js +1 -0
  100. package/src/blocks/video-playlist/view.php +1 -0
  101. package/src/setup/placeholder-blocks.js +1 -0
  102. package/vendor/composer/installed.php +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # [4.25.0](https://github.com/Automattic/newspack-blocks/compare/v4.24.1...v4.25.0) (2026-03-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * iframe editor compatibility ([#2289](https://github.com/Automattic/newspack-blocks/issues/2289)) ([cdc0858](https://github.com/Automattic/newspack-blocks/commit/cdc085887f01c28ae1684dde07097951a21ae52e))
7
+ * remove styles config ([#2301](https://github.com/Automattic/newspack-blocks/issues/2301)) ([60eae46](https://github.com/Automattic/newspack-blocks/commit/60eae467b685cacd3f0d36ce62f93aaa934968ec))
8
+ * tweak the payment gateway to include enabled gateways not in get_available_payment_gateways() ([#2306](https://github.com/Automattic/newspack-blocks/issues/2306)) ([f82fe2d](https://github.com/Automattic/newspack-blocks/commit/f82fe2dfe1e20b59efb3a4016afcf9c7d860dc95))
9
+
10
+
11
+ ### Features
12
+
13
+ * **author-profile:** add block theme compatibility ([#2286](https://github.com/Automattic/newspack-blocks/issues/2286)) ([d10fe2f](https://github.com/Automattic/newspack-blocks/commit/d10fe2fd525616ad77003afec9db0c901554d349))
14
+ * **author-profile:** allow spacer and separator blocks ([#2300](https://github.com/Automattic/newspack-blocks/issues/2300)) ([0b77d71](https://github.com/Automattic/newspack-blocks/commit/0b77d71292a8e0a2fe56981a39135d68177d828d))
15
+
1
16
  ## [4.24.1](https://github.com/Automattic/newspack-blocks/compare/v4.24.0...v4.24.1) (2026-03-02)
2
17
 
3
18
 
@@ -1 +1 @@
1
- @media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile{display:flex}}.wp-block-newspack-blocks-author-profile+.wp-block-newspack-blocks-author-profile{margin-top:2.5rem}.wp-block-newspack-blocks-author-profile h3{margin-bottom:.5em}.wp-block-newspack-blocks-author-profile p{font-size:1em}.wp-block-newspack-blocks-author-profile.text-size-small{font-size:.75em}.wp-block-newspack-blocks-author-profile.text-size-large{font-size:1.25em}.wp-block-newspack-blocks-author-profile.text-size-extra-large{font-size:1.5em}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__avatar{flex:0 1 auto;margin-left:1.5em}}.wp-block-newspack-blocks-author-profile__avatar figure{margin:0;overflow:hidden}.wp-block-newspack-blocks-author-profile__avatar .avatar{border-radius:0;display:block;height:100%;max-width:none;object-fit:cover;width:100%}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__bio{flex:4}.wp-block-newspack-blocks-author-profile__bio h3{margin-top:0}}.wp-block-newspack-blocks-author-profile__employment,.wp-block-newspack-blocks-author-profile__job-title{margin-bottom:0;margin-top:0}.wp-block-newspack-blocks-author-profile__employment{font-size:.8em!important}.wp-block-newspack-blocks-author-profile__social-links{display:flex;flex-wrap:wrap;list-style:none;margin:-8px;padding:0}.wp-block-newspack-blocks-author-profile__social-links li{margin:8px}.wp-block-newspack-blocks-author-profile__social-links a,.wp-block-newspack-blocks-author-profile__social-links svg{display:block}.wp-block-newspack-blocks-author-profile__social-links svg{fill:currentcolor}.wp-block-newspack-blocks-author-profile .hidden{display:none}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile.avatar-right .wp-block-newspack-blocks-author-profile__avatar{margin-right:1.5em;margin-left:0;order:2}}.wp-block-newspack-blocks-author-profile.is-style-center{display:block}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar{margin:0 0 1.5em}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar figure{margin:0 auto}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__bio{text-align:center}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__social-links{justify-content:center}
1
+ @media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile:not(.is-nested-mode){display:flex}}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode) h3{margin-bottom:.5em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode) p{font-size:1em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode).text-size-small{font-size:.75em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode).text-size-large{font-size:1.25em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode).text-size-extra-large{font-size:1.5em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode)+.wp-block-newspack-blocks-author-profile{margin-top:2.5rem}.wp-block-newspack-blocks-author-profile.is-nested-mode .author-profile-columns .author-profile-avatar-column{flex-basis:auto;flex-grow:0;flex-shrink:0;width:fit-content}.wp-block-newspack-blocks-author-profile.is-nested-mode .author-profile-columns .author-profile-content-column{flex-basis:auto;flex-grow:1}.wp-block-newspack-blocks-author-profile.is-nested-mode p:empty{display:none}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__avatar{flex:0 1 auto;margin-left:1.5em}}.wp-block-newspack-blocks-author-profile__avatar figure{margin:0;overflow:hidden}.wp-block-newspack-blocks-author-profile__avatar .avatar{border-radius:0;display:block;height:100%;max-width:none;object-fit:cover;width:100%}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__bio{flex:4}.wp-block-newspack-blocks-author-profile__bio h3{margin-top:0}}.wp-block-newspack-blocks-author-profile__employment,.wp-block-newspack-blocks-author-profile__job-title{margin-bottom:0;margin-top:0}.wp-block-newspack-blocks-author-profile__employment{font-size:.8em!important}.wp-block-newspack-blocks-author-profile__social-links{display:flex;flex-wrap:wrap;list-style:none;margin:-8px;padding:0}.wp-block-newspack-blocks-author-profile__social-links li{margin:8px}.wp-block-newspack-blocks-author-profile__social-links a,.wp-block-newspack-blocks-author-profile__social-links svg{display:block}.wp-block-newspack-blocks-author-profile__social-links a:hover{color:var(--wp--preset--color--contrast-2,inherit)}.wp-block-newspack-blocks-author-profile__social-links svg{fill:currentcolor}.wp-block-newspack-blocks-author-profile .hidden{display:none}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile.avatar-right .wp-block-newspack-blocks-author-profile__avatar{margin-right:1.5em;margin-left:0;order:2}}.wp-block-newspack-blocks-author-profile.is-style-center{display:block}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar{margin:0 0 1.5em}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar figure{margin:0 auto}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__bio{text-align:center}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__social-links{justify-content:center}
@@ -1 +1 @@
1
- <?php return array('dependencies' => array(), 'version' => '9e7be8e31442c5c1e533');
1
+ <?php return array('dependencies' => array(), 'version' => '1f59da2a04a9bd756740');
@@ -1 +1 @@
1
- @media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile{display:flex}}.wp-block-newspack-blocks-author-profile+.wp-block-newspack-blocks-author-profile{margin-top:2.5rem}.wp-block-newspack-blocks-author-profile h3{margin-bottom:.5em}.wp-block-newspack-blocks-author-profile p{font-size:1em}.wp-block-newspack-blocks-author-profile.text-size-small{font-size:.75em}.wp-block-newspack-blocks-author-profile.text-size-large{font-size:1.25em}.wp-block-newspack-blocks-author-profile.text-size-extra-large{font-size:1.5em}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__avatar{flex:0 1 auto;margin-right:1.5em}}.wp-block-newspack-blocks-author-profile__avatar figure{margin:0;overflow:hidden}.wp-block-newspack-blocks-author-profile__avatar .avatar{border-radius:0;display:block;height:100%;max-width:none;object-fit:cover;width:100%}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__bio{flex:4}.wp-block-newspack-blocks-author-profile__bio h3{margin-top:0}}.wp-block-newspack-blocks-author-profile__employment,.wp-block-newspack-blocks-author-profile__job-title{margin-bottom:0;margin-top:0}.wp-block-newspack-blocks-author-profile__employment{font-size:.8em!important}.wp-block-newspack-blocks-author-profile__social-links{display:flex;flex-wrap:wrap;list-style:none;margin:-8px;padding:0}.wp-block-newspack-blocks-author-profile__social-links li{margin:8px}.wp-block-newspack-blocks-author-profile__social-links a,.wp-block-newspack-blocks-author-profile__social-links svg{display:block}.wp-block-newspack-blocks-author-profile__social-links svg{fill:currentcolor}.wp-block-newspack-blocks-author-profile .hidden{display:none}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile.avatar-right .wp-block-newspack-blocks-author-profile__avatar{margin-left:1.5em;margin-right:0;order:2}}.wp-block-newspack-blocks-author-profile.is-style-center{display:block}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar{margin:0 0 1.5em}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar figure{margin:0 auto}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__bio{text-align:center}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__social-links{justify-content:center}
1
+ @media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile:not(.is-nested-mode){display:flex}}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode) h3{margin-bottom:.5em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode) p{font-size:1em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode).text-size-small{font-size:.75em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode).text-size-large{font-size:1.25em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode).text-size-extra-large{font-size:1.5em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode)+.wp-block-newspack-blocks-author-profile{margin-top:2.5rem}.wp-block-newspack-blocks-author-profile.is-nested-mode .author-profile-columns .author-profile-avatar-column{flex-basis:auto;flex-grow:0;flex-shrink:0;width:fit-content}.wp-block-newspack-blocks-author-profile.is-nested-mode .author-profile-columns .author-profile-content-column{flex-basis:auto;flex-grow:1}.wp-block-newspack-blocks-author-profile.is-nested-mode p:empty{display:none}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__avatar{flex:0 1 auto;margin-right:1.5em}}.wp-block-newspack-blocks-author-profile__avatar figure{margin:0;overflow:hidden}.wp-block-newspack-blocks-author-profile__avatar .avatar{border-radius:0;display:block;height:100%;max-width:none;object-fit:cover;width:100%}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__bio{flex:4}.wp-block-newspack-blocks-author-profile__bio h3{margin-top:0}}.wp-block-newspack-blocks-author-profile__employment,.wp-block-newspack-blocks-author-profile__job-title{margin-bottom:0;margin-top:0}.wp-block-newspack-blocks-author-profile__employment{font-size:.8em!important}.wp-block-newspack-blocks-author-profile__social-links{display:flex;flex-wrap:wrap;list-style:none;margin:-8px;padding:0}.wp-block-newspack-blocks-author-profile__social-links li{margin:8px}.wp-block-newspack-blocks-author-profile__social-links a,.wp-block-newspack-blocks-author-profile__social-links svg{display:block}.wp-block-newspack-blocks-author-profile__social-links a:hover{color:var(--wp--preset--color--contrast-2,inherit)}.wp-block-newspack-blocks-author-profile__social-links svg{fill:currentcolor}.wp-block-newspack-blocks-author-profile .hidden{display:none}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile.avatar-right .wp-block-newspack-blocks-author-profile__avatar{margin-left:1.5em;margin-right:0;order:2}}.wp-block-newspack-blocks-author-profile.is-style-center{display:block}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar{margin:0 0 1.5em}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar figure{margin:0 auto}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__bio{text-align:center}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__social-links{justify-content:center}
@@ -1,7 +1,8 @@
1
1
  {
2
+ "$schema": "https://schemas.wp.org/trunk/block.json",
3
+ "apiVersion": 3,
2
4
  "name": "author-list",
3
5
  "category": "newspack",
4
- "apiVersion": 3,
5
6
  "attributes": {
6
7
  "className": {
7
8
  "type": "string",
@@ -1,7 +1,12 @@
1
1
  {
2
+ "$schema": "https://schemas.wp.org/trunk/block.json",
3
+ "apiVersion": 3,
2
4
  "name": "author-profile",
3
5
  "category": "newspack",
4
- "apiVersion": 3,
6
+ "usesContext": [
7
+ "postId",
8
+ "postType"
9
+ ],
5
10
  "attributes": {
6
11
  "className": {
7
12
  "type": "string",
@@ -11,6 +16,18 @@
11
16
  "type": "number",
12
17
  "default": 0
13
18
  },
19
+ "isContextual": {
20
+ "type": "boolean",
21
+ "default": false
22
+ },
23
+ "layoutVersion": {
24
+ "type": "number",
25
+ "default": 1
26
+ },
27
+ "showEmptyBio": {
28
+ "type": "boolean",
29
+ "default": true
30
+ },
14
31
  "isGuestAuthor": {
15
32
  "type": "boolean",
16
33
  "default": true
@@ -1,7 +1,8 @@
1
1
  {
2
+ "$schema": "https://schemas.wp.org/trunk/block.json",
3
+ "apiVersion": 3,
2
4
  "name": "carousel",
3
5
  "category": "newspack",
4
- "apiVersion": 3,
5
6
  "attributes": {
6
7
  "className": {
7
8
  "type": "string",
@@ -1,7 +1,8 @@
1
1
  {
2
+ "$schema": "https://schemas.wp.org/trunk/block.json",
3
+ "apiVersion": 3,
2
4
  "name": "donate",
3
5
  "category": "newspack",
4
- "apiVersion": 3,
5
6
  "attributes": {
6
7
  "className": {
7
8
  "type": "string"
@@ -1,7 +1,8 @@
1
1
  {
2
+ "$schema": "https://schemas.wp.org/trunk/block.json",
3
+ "apiVersion": 3,
2
4
  "name": "homepage-articles",
3
5
  "category": "newspack",
4
- "apiVersion": 3,
5
6
  "attributes": {
6
7
  "className": {
7
8
  "type": "string",
@@ -1,7 +1,8 @@
1
1
  {
2
+ "$schema": "https://schemas.wp.org/trunk/block.json",
3
+ "apiVersion": 3,
2
4
  "name": "iframe",
3
5
  "category": "newspack",
4
- "apiVersion": 3,
5
6
  "attributes": {
6
7
  "className": {
7
8
  "type": "string",
@@ -41,8 +41,8 @@ body.newspack-wizard-page:not(.newspack-admin-header){background:#fff}body.newsp
41
41
  :export{primary-000:#dfe7f4;primary-050:#bfcfe9;primary-100:#9fb6dd;primary-200:#809ed2;primary-300:#6086c7;primary-400:#406ebc;primary-500:#2055b0;primary-600:#003da5;primary-700:#00296e;primary-800:#001f53;primary-900:#001437;primary-1000:#000a1c;secondary-000:#eff9f2;secondary-050:#ddf3e3;secondary-100:#c8ecd4;secondary-200:#b1e6c3;secondary-300:#95dfaf;secondary-400:#6fd898;secondary-500:#26d07c;secondary-600:#1fb36a;secondary-700:#1ba25f;secondary-800:#178e53;secondary-900:#117644;secondary-1000:#09552f;tertiary-000:#fff4f6;tertiary-050:#fee8ed;tertiary-100:#fedbe3;tertiary-200:#fcded8;tertiary-300:#fdbfcd;tertiary-400:#fcaec0;tertiary-500:#fc9bb3;tertiary-600:#d9859a;tertiary-700:#c5788b;tertiary-800:#ad697a;tertiary-900:#905665;tertiary-1000:#683d48;quaternary-000:#fff5ee;quaternary-050:#ffeadc;quaternary-100:#ffdec7;quaternary-200:#ffd1af;quaternary-300:#ffc392;quaternary-400:#ffb46a;quaternary-500:#ffa300;quaternary-600:#dc8c00;quaternary-700:#c77e00;quaternary-800:#af6e00;quaternary-900:#925b00;quaternary-1000:#6a4100;neutral-000:#fff;neutral-050:#f7f7f7;neutral-100:#f0f0f0;neutral-200:#e0e0e0;neutral-300:#ddd;neutral-400:#ccc;neutral-500:#949494;neutral-600:#6c6c6c;neutral-700:rgba(0,0,0,.702);neutral-800:#3e3e3e;neutral-900:#1e1e1e;neutral-1000:#000;success-000:#edfaef;success-050:#b8e6bf;success-500:#008a20;success-600:#007017;error-000:#fcf0f1;error-050:#facfd2;error-500:#d63638;error-600:#b32d2e;warning-000:#fcf9e8;warning-050:#f5e6ab;warning-300:#dba617;warning-400:#bd8600}:root{--wp-admin-theme-color:#003da5;--wp-admin-theme-color--rgb:0,61,165;--wp-admin-theme-color-darker-10:#00296e;--wp-admin-theme-color-darker-10--rgb:0,41,110;--wp-admin-theme-color-darker-20:#001f53;--wp-admin-theme-color-darker-20--rgb:0,31,83}.newspack-buttons-card{align-items:center;display:flex;flex-direction:row-reverse;gap:16px;justify-content:flex-start;margin:64px 0 32px}.newspack-buttons-card:empty{display:none}.newspack-buttons-card+.newspack-card{margin-top:64px}.newspack-checkbox-control{margin-top:0!important}.newspack-checkbox-control .components-checkbox-control__label{font-weight:600}.newspack-checkbox-control .components-base-control__help{margin-right:32px;margin-top:0}.newspack-checkbox-icon{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 1px #ddd;display:block;height:24px;width:24px}.newspack-checkbox-icon svg{fill:#757575}.newspack-checkbox-icon--checked{background:#4ab866;box-shadow:none}.newspack-checkbox-icon--checked svg{fill:#fff}.newspack-checkbox-icon--pending{background:#f0b849}
42
42
  .wp-block-newspack-blocks-author-list .newspack-blocks__author-list-container{list-style:none;margin-right:0;margin-left:0;padding-right:0;padding-left:0}.wp-block-newspack-blocks-author-list .newspack-blocks__author-list-container .newspack-blocks__author-list-item{display:inline-block;margin-bottom:2.5rem;width:100%}.wp-block-newspack-blocks-author-list .is-columns{column-width:auto;page-break-inside:avoid;break-inside:avoid}.wp-block-newspack-blocks-author-list .columns-2{column-count:2}.wp-block-newspack-blocks-author-list .columns-3{column-count:3}.wp-block-newspack-blocks-author-list .columns-4{column-count:4}.wp-block-newspack-blocks-author-list .columns-5{column-count:5}.wp-block-newspack-blocks-author-list .columns-6{column-count:6}.wp-block-newspack-blocks-author-list h2.newspack-blocks__author-list-separator{margin-bottom:0;margin-top:0}
43
43
  .wp-block-newspack-blocks-author-list .newspack-blocks__author-list-container{list-style:none;margin-right:0;margin-left:0;padding-right:0;padding-left:0}.wp-block-newspack-blocks-author-list .newspack-blocks__author-list-container .newspack-blocks__author-list-item{display:inline-block;margin-bottom:2.5rem;width:100%}.wp-block-newspack-blocks-author-list .is-columns{column-width:auto;page-break-inside:avoid;break-inside:avoid}.wp-block-newspack-blocks-author-list .columns-2{column-count:2}.wp-block-newspack-blocks-author-list .columns-3{column-count:3}.wp-block-newspack-blocks-author-list .columns-4{column-count:4}.wp-block-newspack-blocks-author-list .columns-5{column-count:5}.wp-block-newspack-blocks-author-list .columns-6{column-count:6}.wp-block-newspack-blocks-author-list h2.newspack-blocks__author-list-separator{margin-bottom:0;margin-top:0}
44
- @media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile{display:flex}}.wp-block-newspack-blocks-author-profile+.wp-block-newspack-blocks-author-profile{margin-top:2.5rem}.wp-block-newspack-blocks-author-profile h3{margin-bottom:.5em}.wp-block-newspack-blocks-author-profile p{font-size:1em}.wp-block-newspack-blocks-author-profile.text-size-small{font-size:.75em}.wp-block-newspack-blocks-author-profile.text-size-large{font-size:1.25em}.wp-block-newspack-blocks-author-profile.text-size-extra-large{font-size:1.5em}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__avatar{flex:0 1 auto;margin-left:1.5em}}.wp-block-newspack-blocks-author-profile__avatar figure{margin:0;overflow:hidden}.wp-block-newspack-blocks-author-profile__avatar .avatar{border-radius:0;display:block;height:100%;max-width:none;object-fit:cover;width:100%}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__bio{flex:4}.wp-block-newspack-blocks-author-profile__bio h3{margin-top:0}}.wp-block-newspack-blocks-author-profile__employment,.wp-block-newspack-blocks-author-profile__job-title{margin-bottom:0;margin-top:0}.wp-block-newspack-blocks-author-profile__employment{font-size:.8em!important}.wp-block-newspack-blocks-author-profile__social-links{display:flex;flex-wrap:wrap;list-style:none;margin:-8px;padding:0}.wp-block-newspack-blocks-author-profile__social-links li{margin:8px}.wp-block-newspack-blocks-author-profile__social-links a,.wp-block-newspack-blocks-author-profile__social-links svg{display:block}.wp-block-newspack-blocks-author-profile__social-links svg{fill:currentcolor}.wp-block-newspack-blocks-author-profile .hidden{display:none}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile.avatar-right .wp-block-newspack-blocks-author-profile__avatar{margin-right:1.5em;margin-left:0;order:2}}.wp-block-newspack-blocks-author-profile.is-style-center{display:block}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar{margin:0 0 1.5em}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar figure{margin:0 auto}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__bio{text-align:center}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__social-links{justify-content:center}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile .components-notice{margin:0 0 2rem;width:100%}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile .is-loading{align-items:center;display:flex}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile .is-loading .components-spinner{margin-left:0;margin-top:0}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile a.no-op{pointer-events:none}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile p{font-size:1em}@media only screen and (min-width:600px){.editor-styles-wrapper .wp-block-newspack-blocks-author-profile__bio{flex:4}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile__bio h3{margin-top:0}}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile__social-links{list-style:none;margin:-8px;padding:0}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile__social-links li{margin:8px}.editor-styles-wrapper .wp-block-group.has-text-color .wp-block-newspack-blocks-author-profile a{color:inherit}
45
- @media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile{display:flex}}.wp-block-newspack-blocks-author-profile+.wp-block-newspack-blocks-author-profile{margin-top:2.5rem}.wp-block-newspack-blocks-author-profile h3{margin-bottom:.5em}.wp-block-newspack-blocks-author-profile p{font-size:1em}.wp-block-newspack-blocks-author-profile.text-size-small{font-size:.75em}.wp-block-newspack-blocks-author-profile.text-size-large{font-size:1.25em}.wp-block-newspack-blocks-author-profile.text-size-extra-large{font-size:1.5em}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__avatar{flex:0 1 auto;margin-left:1.5em}}.wp-block-newspack-blocks-author-profile__avatar figure{margin:0;overflow:hidden}.wp-block-newspack-blocks-author-profile__avatar .avatar{border-radius:0;display:block;height:100%;max-width:none;object-fit:cover;width:100%}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__bio{flex:4}.wp-block-newspack-blocks-author-profile__bio h3{margin-top:0}}.wp-block-newspack-blocks-author-profile__employment,.wp-block-newspack-blocks-author-profile__job-title{margin-bottom:0;margin-top:0}.wp-block-newspack-blocks-author-profile__employment{font-size:.8em!important}.wp-block-newspack-blocks-author-profile__social-links{display:flex;flex-wrap:wrap;list-style:none;margin:-8px;padding:0}.wp-block-newspack-blocks-author-profile__social-links li{margin:8px}.wp-block-newspack-blocks-author-profile__social-links a,.wp-block-newspack-blocks-author-profile__social-links svg{display:block}.wp-block-newspack-blocks-author-profile__social-links svg{fill:currentcolor}.wp-block-newspack-blocks-author-profile .hidden{display:none}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile.avatar-right .wp-block-newspack-blocks-author-profile__avatar{margin-right:1.5em;margin-left:0;order:2}}.wp-block-newspack-blocks-author-profile.is-style-center{display:block}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar{margin:0 0 1.5em}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar figure{margin:0 auto}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__bio{text-align:center}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__social-links{justify-content:center}
44
+ .editor-styles-wrapper .newspack-author-profile-disabled .components-notice{margin:0}.editor-styles-wrapper .newspack-blocks-author-profile .components-placeholder__fieldset{align-items:center}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile .components-notice{margin:0 0 2rem;width:100%}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile a.no-op{pointer-events:none}@media only screen and (min-width:600px){.editor-styles-wrapper .wp-block-newspack-blocks-author-profile__bio{flex:4}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile__bio h3{margin-top:0}}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile__social-links{list-style:none;margin:-8px;padding:0}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile__social-links li{margin:8px}.editor-styles-wrapper .wp-block-group.has-text-color .wp-block-newspack-blocks-author-profile a{color:inherit}.editor-styles-wrapper [data-type="newspack-blocks/author-profile"]:not(.is-nested-mode){display:block}
45
+ @media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile:not(.is-nested-mode){display:flex}}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode) h3{margin-bottom:.5em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode) p{font-size:1em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode).text-size-small{font-size:.75em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode).text-size-large{font-size:1.25em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode).text-size-extra-large{font-size:1.5em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode)+.wp-block-newspack-blocks-author-profile{margin-top:2.5rem}.wp-block-newspack-blocks-author-profile.is-nested-mode .author-profile-columns .author-profile-avatar-column{flex-basis:auto;flex-grow:0;flex-shrink:0;width:fit-content}.wp-block-newspack-blocks-author-profile.is-nested-mode .author-profile-columns .author-profile-content-column{flex-basis:auto;flex-grow:1}.wp-block-newspack-blocks-author-profile.is-nested-mode p:empty{display:none}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__avatar{flex:0 1 auto;margin-left:1.5em}}.wp-block-newspack-blocks-author-profile__avatar figure{margin:0;overflow:hidden}.wp-block-newspack-blocks-author-profile__avatar .avatar{border-radius:0;display:block;height:100%;max-width:none;object-fit:cover;width:100%}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__bio{flex:4}.wp-block-newspack-blocks-author-profile__bio h3{margin-top:0}}.wp-block-newspack-blocks-author-profile__employment,.wp-block-newspack-blocks-author-profile__job-title{margin-bottom:0;margin-top:0}.wp-block-newspack-blocks-author-profile__employment{font-size:.8em!important}.wp-block-newspack-blocks-author-profile__social-links{display:flex;flex-wrap:wrap;list-style:none;margin:-8px;padding:0}.wp-block-newspack-blocks-author-profile__social-links li{margin:8px}.wp-block-newspack-blocks-author-profile__social-links a,.wp-block-newspack-blocks-author-profile__social-links svg{display:block}.wp-block-newspack-blocks-author-profile__social-links a:hover{color:var(--wp--preset--color--contrast-2,inherit)}.wp-block-newspack-blocks-author-profile__social-links svg{fill:currentcolor}.wp-block-newspack-blocks-author-profile .hidden{display:none}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile.avatar-right .wp-block-newspack-blocks-author-profile__avatar{margin-right:1.5em;margin-left:0;order:2}}.wp-block-newspack-blocks-author-profile.is-style-center{display:block}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar{margin:0 0 1.5em}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar figure{margin:0 auto}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__bio{text-align:center}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__social-links{justify-content:center}
46
46
  .autocomplete-tokenfield{max-width:100%;position:relative}.autocomplete-tokenfield .components-spinner{bottom:12px;position:absolute;left:0}.autocomplete-tokenfield:has(.autocomplete-tokenfield__help) .components-spinner{bottom:56px}.autocomplete-tokenfield .components-form-token-field>.components-form-token-field__help{display:none}.autocomplete-tokenfield .autocomplete-tokenfield__help{color:#757575;font-size:12px;margin:8px 0}
47
47
  :root{--swiper-theme-color:#007aff}:host{display:block;margin-right:auto;margin-left:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-right:auto;margin-left:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;right:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(-270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(-90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(-180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;right:50%;margin-right:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";right:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{fill:currentColor;height:100%;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto;.swiper-navigation-icon{transform:rotate(-180deg)}}.swiper-button-next{right:auto;left:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-right:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{right:auto;left:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(-180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{right:var(--swiper-navigation-top-offset,50%);margin-right:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;left:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(-90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);right:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-left,auto);left:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{right:50%;transform:translateX(50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,right .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;right:0;position:absolute;top:0;transform:scale(0);transform-origin:right top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:left top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);right:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;right:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);right:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);right:var(--swiper-scrollbar-left,auto);position:absolute;left:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;right:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{right:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:100% 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:0% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;right:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);right:0;position:absolute;left:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
48
48
  :export{primary-000:#dfe7f4;primary-050:#bfcfe9;primary-100:#9fb6dd;primary-200:#809ed2;primary-300:#6086c7;primary-400:#406ebc;primary-500:#2055b0;primary-600:#003da5;primary-700:#00296e;primary-800:#001f53;primary-900:#001437;primary-1000:#000a1c;secondary-000:#eff9f2;secondary-050:#ddf3e3;secondary-100:#c8ecd4;secondary-200:#b1e6c3;secondary-300:#95dfaf;secondary-400:#6fd898;secondary-500:#26d07c;secondary-600:#1fb36a;secondary-700:#1ba25f;secondary-800:#178e53;secondary-900:#117644;secondary-1000:#09552f;tertiary-000:#fff4f6;tertiary-050:#fee8ed;tertiary-100:#fedbe3;tertiary-200:#fcded8;tertiary-300:#fdbfcd;tertiary-400:#fcaec0;tertiary-500:#fc9bb3;tertiary-600:#d9859a;tertiary-700:#c5788b;tertiary-800:#ad697a;tertiary-900:#905665;tertiary-1000:#683d48;quaternary-000:#fff5ee;quaternary-050:#ffeadc;quaternary-100:#ffdec7;quaternary-200:#ffd1af;quaternary-300:#ffc392;quaternary-400:#ffb46a;quaternary-500:#ffa300;quaternary-600:#dc8c00;quaternary-700:#c77e00;quaternary-800:#af6e00;quaternary-900:#925b00;quaternary-1000:#6a4100;neutral-000:#fff;neutral-050:#f7f7f7;neutral-100:#f0f0f0;neutral-200:#e0e0e0;neutral-300:#ddd;neutral-400:#ccc;neutral-500:#949494;neutral-600:#6c6c6c;neutral-700:rgba(0,0,0,.702);neutral-800:#3e3e3e;neutral-900:#1e1e1e;neutral-1000:#000;success-000:#edfaef;success-050:#b8e6bf;success-500:#008a20;success-600:#007017;error-000:#fcf0f1;error-050:#facfd2;error-500:#d63638;error-600:#b32d2e;warning-000:#fcf9e8;warning-050:#f5e6ab;warning-300:#dba617;warning-400:#bd8600}.newspack-preview-label{background:#ffc000;border-radius:2px;font-family:sans-serif;font-size:10px;right:5px;padding:0 4px;position:absolute;text-transform:uppercase;top:5px;z-index:1}.wp-block-newspack-blocks-carousel{margin-top:0;max-width:100%;position:relative}.wp-block-newspack-blocks-carousel article{margin-bottom:0;max-width:100%;overflow-wrap:break-word;padding:0;position:relative;word-break:break-word}.wp-block-newspack-blocks-carousel article a{color:#fff}.wp-block-newspack-blocks-carousel article a:active,.wp-block-newspack-blocks-carousel article a:focus,.wp-block-newspack-blocks-carousel article a:hover{color:#ffffffbf}.wp-block-newspack-blocks-carousel article .entry-title{font-size:1.2em}.wp-block-newspack-blocks-carousel article .entry-title a{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;max-height:3.5625em;overflow:hidden;text-overflow:ellipsis}.wp-block-newspack-blocks-carousel article .avatar{height:1.8em;width:1.8em}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel article .entry-title{font-size:1.6em}.wp-block-newspack-blocks-carousel article .avatar{height:40px;width:40px}}.wp-block-newspack-blocks-carousel article .entry-wrapper{background-color:#00000080;bottom:0;color:#fff;right:0;padding:1.5em;position:absolute;left:0}.wp-block-newspack-blocks-carousel article .entry-meta{color:#fff;font-size:.8em;margin-bottom:0}.wp-block-newspack-blocks-carousel article .entry-meta a{color:#fff;font-weight:700;text-decoration:none}.wp-block-newspack-blocks-carousel article .entry-meta a:active,.wp-block-newspack-blocks-carousel article .entry-meta a:focus,.wp-block-newspack-blocks-carousel article .entry-meta a:hover{color:#ffffffbf}.wp-block-newspack-blocks-carousel article .entry-caption{margin-top:var(--wp--preset--spacing--00,var(--wp--preset--spacing--20,.5rem));width:100%}.wp-block-newspack-blocks-carousel article .entry-caption figcaption{color:#fff;font-size:var(--wp--preset--font-size--x-small,var(--newspack-theme-font-size-sm,.8em));line-height:var(--wp--custom--line-height--x-small,var(--newspack-theme-font-line-height-body,1.6))}.wp-block-newspack-blocks-carousel article .entry-caption figcaption a{font-weight:400;text-decoration:underline}.wp-block-newspack-blocks-carousel .post-thumbnail{height:100%;margin:0;padding:0;position:relative;width:100%}.wp-block-newspack-blocks-carousel .post-thumbnail a,.wp-block-newspack-blocks-carousel .post-thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.wp-block-newspack-blocks-carousel .post-thumbnail a.image-fit-contain,.wp-block-newspack-blocks-carousel .post-thumbnail img.image-fit-contain{object-fit:contain}.wp-block-newspack-blocks-carousel__placeholder{background:#f7f7f7;height:420px}.wp-block-newspack-blocks-carousel .swiper-initialized .wp-block-newspack-blocks-carousel__placeholder{height:100%}.wp-block-newspack-blocks-carousel p{white-space:normal}.wp-block-newspack-blocks-carousel .swiper-pagination-bullets{align-items:flex-end;bottom:0;display:flex;flex-wrap:wrap;height:calc(1.5em + 12px);justify-content:center;padding:0;position:relative}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet{background:#000;border-radius:6px;display:inline-block;height:12px;margin:0 4px;opacity:.5;padding:0;transition:box-shadow .25s,opacity .25s,width .25s;width:12px}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #f0f0f0;outline:0}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active,.wp-block-newspack-blocks-carousel .swiper-pagination-bullet[selected]{opacity:1;outline:0;width:24px}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet span{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.wp-block-newspack-blocks-carousel .swiper-button{background-color:#00000080;background-position:50%;background-repeat:no-repeat;background-size:24px;border:0;border-radius:4px;box-shadow:none;color:#0000;cursor:pointer;height:48px;margin:0;padding:0;transition:background-color .25s,box-shadow .25s;width:48px}.wp-block-newspack-blocks-carousel .swiper-button:focus,.wp-block-newspack-blocks-carousel .swiper-button:hover{background-color:rgba(0,0,0,.702)}.wp-block-newspack-blocks-carousel .swiper-button:focus{box-shadow:inset 0 0 0 2px rgba(0,0,0,.702),inset 0 0 0 4px #fff;outline:0}.wp-block-newspack-blocks-carousel .swiper-button-next,.wp-block-newspack-blocks-carousel .swiper-button-prev{display:none;right:1.5em;margin-top:-24px;left:auto}@media only screen and (min-width:600px){.wp-block-newspack-blocks-carousel .swiper-button-next,.wp-block-newspack-blocks-carousel .swiper-button-prev{display:block}}.wp-block-newspack-blocks-carousel .swiper-button-next:after,.wp-block-newspack-blocks-carousel .swiper-button-prev:after,.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-next:after,.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-prev:after{content:none}.wp-block-newspack-blocks-carousel .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M5.88 4.12 13.76 12l-7.88 7.88L8 22l10-10L8 2z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");right:auto;left:1.5em}.wp-block-newspack-blocks-carousel .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M18 4.12 10.12 12 18 19.88 15.88 22l-10-10 10-10z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E")}.wp-block-newspack-blocks-carousel .swiper-button-pause,.wp-block-newspack-blocks-carousel .swiper-button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M6 19h4V5H6zm8-14v14h4V5z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");display:none;margin-top:0;position:absolute;left:1.5em;top:1.5em;transform:none;z-index:9}.wp-block-newspack-blocks-carousel .swiper-button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M8 5v14l11-7z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E")}.wp-block-newspack-blocks-carousel .swiper-slide{height:auto;max-height:75vh}.wp-block-newspack-blocks-carousel figcaption{font-size:.6em}.wp-block-newspack-blocks-carousel .entry-title{margin:0 0 .25em}.wp-block-newspack-blocks-carousel .entry-title a{color:#fff;text-decoration:none}.wp-block-newspack-blocks-carousel .entry-meta{align-items:center;display:flex;flex-wrap:wrap;margin-top:.5em}.wp-block-newspack-blocks-carousel .entry-meta .byline:not(:last-child){margin-left:1.5em}.wp-block-newspack-blocks-carousel .cat-links{color:#fff;font-size:.6em;font-weight:700;margin:0 0 .5em}.wp-block-newspack-blocks-carousel .cat-links.sponsor-label{align-items:center}.wp-block-newspack-blocks-carousel .cat-links.sponsor-label .flag+a{margin-right:.5em}.wp-block-newspack-blocks-carousel .cat-links a{text-decoration:none}.wp-block-newspack-blocks-carousel .avatar{border-radius:100%;display:block;margin-left:.5em}.wp-block-newspack-blocks-carousel .swiper-button-play,.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-pause{display:block}.wp-block-newspack-blocks-carousel .swiper-button-pause,.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-play{display:none}.wp-block-newspack-blocks-carousel .author-avatar,.wp-block-newspack-blocks-carousel .byline,.wp-block-newspack-blocks-carousel .cat-links,.wp-block-newspack-blocks-carousel .posted-on,.wp-block-newspack-blocks-carousel .tags-links{clip:auto;height:auto;position:relative;width:auto}.wp-block-newspack-blocks-carousel.hide-controls button{display:none;visibility:hidden}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-2 article .entry-title{font-size:1.4em}.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title{font-size:1.2em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title{font-size:1em}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-meta,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-meta{font-size:.7em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-wrapper,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-wrapper{padding:1em}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title{font-size:1.2em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title{font-size:.9em}.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title a,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title a{-webkit-line-clamp:2}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-meta,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-meta{font-size:.7em}}.wpnbpc .entry-sponsors{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5em;width:100%}.wpnbpc .entry-sponsors.plus-author{font-size:.9em}.wpnbpc .entry-sponsors.plus-author:not(:last-child){margin-bottom:.5rem}.wpnbpc .sponsor-logos{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5em;line-height:1}
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('lodash', 'react', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-autop', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-url'), 'version' => '63e5c6898510d3d15825');
1
+ <?php return array('dependencies' => array('lodash', 'react', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-autop', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-primitives', 'wp-url'), 'version' => 'c44e26e37bbd53409e8d');
package/dist/editor.css CHANGED
@@ -41,8 +41,8 @@ body.newspack-wizard-page:not(.newspack-admin-header){background:#fff}body.newsp
41
41
  :export{primary-000:#dfe7f4;primary-050:#bfcfe9;primary-100:#9fb6dd;primary-200:#809ed2;primary-300:#6086c7;primary-400:#406ebc;primary-500:#2055b0;primary-600:#003da5;primary-700:#00296e;primary-800:#001f53;primary-900:#001437;primary-1000:#000a1c;secondary-000:#eff9f2;secondary-050:#ddf3e3;secondary-100:#c8ecd4;secondary-200:#b1e6c3;secondary-300:#95dfaf;secondary-400:#6fd898;secondary-500:#26d07c;secondary-600:#1fb36a;secondary-700:#1ba25f;secondary-800:#178e53;secondary-900:#117644;secondary-1000:#09552f;tertiary-000:#fff4f6;tertiary-050:#fee8ed;tertiary-100:#fedbe3;tertiary-200:#fcded8;tertiary-300:#fdbfcd;tertiary-400:#fcaec0;tertiary-500:#fc9bb3;tertiary-600:#d9859a;tertiary-700:#c5788b;tertiary-800:#ad697a;tertiary-900:#905665;tertiary-1000:#683d48;quaternary-000:#fff5ee;quaternary-050:#ffeadc;quaternary-100:#ffdec7;quaternary-200:#ffd1af;quaternary-300:#ffc392;quaternary-400:#ffb46a;quaternary-500:#ffa300;quaternary-600:#dc8c00;quaternary-700:#c77e00;quaternary-800:#af6e00;quaternary-900:#925b00;quaternary-1000:#6a4100;neutral-000:#fff;neutral-050:#f7f7f7;neutral-100:#f0f0f0;neutral-200:#e0e0e0;neutral-300:#ddd;neutral-400:#ccc;neutral-500:#949494;neutral-600:#6c6c6c;neutral-700:rgba(0,0,0,.702);neutral-800:#3e3e3e;neutral-900:#1e1e1e;neutral-1000:#000;success-000:#edfaef;success-050:#b8e6bf;success-500:#008a20;success-600:#007017;error-000:#fcf0f1;error-050:#facfd2;error-500:#d63638;error-600:#b32d2e;warning-000:#fcf9e8;warning-050:#f5e6ab;warning-300:#dba617;warning-400:#bd8600}:root{--wp-admin-theme-color:#003da5;--wp-admin-theme-color--rgb:0,61,165;--wp-admin-theme-color-darker-10:#00296e;--wp-admin-theme-color-darker-10--rgb:0,41,110;--wp-admin-theme-color-darker-20:#001f53;--wp-admin-theme-color-darker-20--rgb:0,31,83}.newspack-buttons-card{align-items:center;display:flex;flex-direction:row-reverse;gap:16px;justify-content:flex-start;margin:64px 0 32px}.newspack-buttons-card:empty{display:none}.newspack-buttons-card+.newspack-card{margin-top:64px}.newspack-checkbox-control{margin-top:0!important}.newspack-checkbox-control .components-checkbox-control__label{font-weight:600}.newspack-checkbox-control .components-base-control__help{margin-left:32px;margin-top:0}.newspack-checkbox-icon{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 1px #ddd;display:block;height:24px;width:24px}.newspack-checkbox-icon svg{fill:#757575}.newspack-checkbox-icon--checked{background:#4ab866;box-shadow:none}.newspack-checkbox-icon--checked svg{fill:#fff}.newspack-checkbox-icon--pending{background:#f0b849}
42
42
  .wp-block-newspack-blocks-author-list .newspack-blocks__author-list-container{list-style:none;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.wp-block-newspack-blocks-author-list .newspack-blocks__author-list-container .newspack-blocks__author-list-item{display:inline-block;margin-bottom:2.5rem;width:100%}.wp-block-newspack-blocks-author-list .is-columns{column-width:auto;page-break-inside:avoid;break-inside:avoid}.wp-block-newspack-blocks-author-list .columns-2{column-count:2}.wp-block-newspack-blocks-author-list .columns-3{column-count:3}.wp-block-newspack-blocks-author-list .columns-4{column-count:4}.wp-block-newspack-blocks-author-list .columns-5{column-count:5}.wp-block-newspack-blocks-author-list .columns-6{column-count:6}.wp-block-newspack-blocks-author-list h2.newspack-blocks__author-list-separator{margin-bottom:0;margin-top:0}
43
43
  .wp-block-newspack-blocks-author-list .newspack-blocks__author-list-container{list-style:none;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.wp-block-newspack-blocks-author-list .newspack-blocks__author-list-container .newspack-blocks__author-list-item{display:inline-block;margin-bottom:2.5rem;width:100%}.wp-block-newspack-blocks-author-list .is-columns{column-width:auto;page-break-inside:avoid;break-inside:avoid}.wp-block-newspack-blocks-author-list .columns-2{column-count:2}.wp-block-newspack-blocks-author-list .columns-3{column-count:3}.wp-block-newspack-blocks-author-list .columns-4{column-count:4}.wp-block-newspack-blocks-author-list .columns-5{column-count:5}.wp-block-newspack-blocks-author-list .columns-6{column-count:6}.wp-block-newspack-blocks-author-list h2.newspack-blocks__author-list-separator{margin-bottom:0;margin-top:0}
44
- @media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile{display:flex}}.wp-block-newspack-blocks-author-profile+.wp-block-newspack-blocks-author-profile{margin-top:2.5rem}.wp-block-newspack-blocks-author-profile h3{margin-bottom:.5em}.wp-block-newspack-blocks-author-profile p{font-size:1em}.wp-block-newspack-blocks-author-profile.text-size-small{font-size:.75em}.wp-block-newspack-blocks-author-profile.text-size-large{font-size:1.25em}.wp-block-newspack-blocks-author-profile.text-size-extra-large{font-size:1.5em}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__avatar{flex:0 1 auto;margin-right:1.5em}}.wp-block-newspack-blocks-author-profile__avatar figure{margin:0;overflow:hidden}.wp-block-newspack-blocks-author-profile__avatar .avatar{border-radius:0;display:block;height:100%;max-width:none;object-fit:cover;width:100%}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__bio{flex:4}.wp-block-newspack-blocks-author-profile__bio h3{margin-top:0}}.wp-block-newspack-blocks-author-profile__employment,.wp-block-newspack-blocks-author-profile__job-title{margin-bottom:0;margin-top:0}.wp-block-newspack-blocks-author-profile__employment{font-size:.8em!important}.wp-block-newspack-blocks-author-profile__social-links{display:flex;flex-wrap:wrap;list-style:none;margin:-8px;padding:0}.wp-block-newspack-blocks-author-profile__social-links li{margin:8px}.wp-block-newspack-blocks-author-profile__social-links a,.wp-block-newspack-blocks-author-profile__social-links svg{display:block}.wp-block-newspack-blocks-author-profile__social-links svg{fill:currentcolor}.wp-block-newspack-blocks-author-profile .hidden{display:none}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile.avatar-right .wp-block-newspack-blocks-author-profile__avatar{margin-left:1.5em;margin-right:0;order:2}}.wp-block-newspack-blocks-author-profile.is-style-center{display:block}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar{margin:0 0 1.5em}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar figure{margin:0 auto}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__bio{text-align:center}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__social-links{justify-content:center}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile .components-notice{margin:0 0 2rem;width:100%}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile .is-loading{align-items:center;display:flex}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile .is-loading .components-spinner{margin-right:0;margin-top:0}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile a.no-op{pointer-events:none}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile p{font-size:1em}@media only screen and (min-width:600px){.editor-styles-wrapper .wp-block-newspack-blocks-author-profile__bio{flex:4}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile__bio h3{margin-top:0}}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile__social-links{list-style:none;margin:-8px;padding:0}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile__social-links li{margin:8px}.editor-styles-wrapper .wp-block-group.has-text-color .wp-block-newspack-blocks-author-profile a{color:inherit}
45
- @media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile{display:flex}}.wp-block-newspack-blocks-author-profile+.wp-block-newspack-blocks-author-profile{margin-top:2.5rem}.wp-block-newspack-blocks-author-profile h3{margin-bottom:.5em}.wp-block-newspack-blocks-author-profile p{font-size:1em}.wp-block-newspack-blocks-author-profile.text-size-small{font-size:.75em}.wp-block-newspack-blocks-author-profile.text-size-large{font-size:1.25em}.wp-block-newspack-blocks-author-profile.text-size-extra-large{font-size:1.5em}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__avatar{flex:0 1 auto;margin-right:1.5em}}.wp-block-newspack-blocks-author-profile__avatar figure{margin:0;overflow:hidden}.wp-block-newspack-blocks-author-profile__avatar .avatar{border-radius:0;display:block;height:100%;max-width:none;object-fit:cover;width:100%}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__bio{flex:4}.wp-block-newspack-blocks-author-profile__bio h3{margin-top:0}}.wp-block-newspack-blocks-author-profile__employment,.wp-block-newspack-blocks-author-profile__job-title{margin-bottom:0;margin-top:0}.wp-block-newspack-blocks-author-profile__employment{font-size:.8em!important}.wp-block-newspack-blocks-author-profile__social-links{display:flex;flex-wrap:wrap;list-style:none;margin:-8px;padding:0}.wp-block-newspack-blocks-author-profile__social-links li{margin:8px}.wp-block-newspack-blocks-author-profile__social-links a,.wp-block-newspack-blocks-author-profile__social-links svg{display:block}.wp-block-newspack-blocks-author-profile__social-links svg{fill:currentcolor}.wp-block-newspack-blocks-author-profile .hidden{display:none}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile.avatar-right .wp-block-newspack-blocks-author-profile__avatar{margin-left:1.5em;margin-right:0;order:2}}.wp-block-newspack-blocks-author-profile.is-style-center{display:block}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar{margin:0 0 1.5em}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar figure{margin:0 auto}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__bio{text-align:center}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__social-links{justify-content:center}
44
+ .editor-styles-wrapper .newspack-author-profile-disabled .components-notice{margin:0}.editor-styles-wrapper .newspack-blocks-author-profile .components-placeholder__fieldset{align-items:center}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile .components-notice{margin:0 0 2rem;width:100%}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile a.no-op{pointer-events:none}@media only screen and (min-width:600px){.editor-styles-wrapper .wp-block-newspack-blocks-author-profile__bio{flex:4}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile__bio h3{margin-top:0}}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile__social-links{list-style:none;margin:-8px;padding:0}.editor-styles-wrapper .wp-block-newspack-blocks-author-profile__social-links li{margin:8px}.editor-styles-wrapper .wp-block-group.has-text-color .wp-block-newspack-blocks-author-profile a{color:inherit}.editor-styles-wrapper [data-type="newspack-blocks/author-profile"]:not(.is-nested-mode){display:block}
45
+ @media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile:not(.is-nested-mode){display:flex}}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode) h3{margin-bottom:.5em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode) p{font-size:1em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode).text-size-small{font-size:.75em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode).text-size-large{font-size:1.25em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode).text-size-extra-large{font-size:1.5em}.wp-block-newspack-blocks-author-profile:not(.is-nested-mode)+.wp-block-newspack-blocks-author-profile{margin-top:2.5rem}.wp-block-newspack-blocks-author-profile.is-nested-mode .author-profile-columns .author-profile-avatar-column{flex-basis:auto;flex-grow:0;flex-shrink:0;width:fit-content}.wp-block-newspack-blocks-author-profile.is-nested-mode .author-profile-columns .author-profile-content-column{flex-basis:auto;flex-grow:1}.wp-block-newspack-blocks-author-profile.is-nested-mode p:empty{display:none}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__avatar{flex:0 1 auto;margin-right:1.5em}}.wp-block-newspack-blocks-author-profile__avatar figure{margin:0;overflow:hidden}.wp-block-newspack-blocks-author-profile__avatar .avatar{border-radius:0;display:block;height:100%;max-width:none;object-fit:cover;width:100%}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile__bio{flex:4}.wp-block-newspack-blocks-author-profile__bio h3{margin-top:0}}.wp-block-newspack-blocks-author-profile__employment,.wp-block-newspack-blocks-author-profile__job-title{margin-bottom:0;margin-top:0}.wp-block-newspack-blocks-author-profile__employment{font-size:.8em!important}.wp-block-newspack-blocks-author-profile__social-links{display:flex;flex-wrap:wrap;list-style:none;margin:-8px;padding:0}.wp-block-newspack-blocks-author-profile__social-links li{margin:8px}.wp-block-newspack-blocks-author-profile__social-links a,.wp-block-newspack-blocks-author-profile__social-links svg{display:block}.wp-block-newspack-blocks-author-profile__social-links a:hover{color:var(--wp--preset--color--contrast-2,inherit)}.wp-block-newspack-blocks-author-profile__social-links svg{fill:currentcolor}.wp-block-newspack-blocks-author-profile .hidden{display:none}@media only screen and (min-width:600px){.wp-block-newspack-blocks-author-profile.avatar-right .wp-block-newspack-blocks-author-profile__avatar{margin-left:1.5em;margin-right:0;order:2}}.wp-block-newspack-blocks-author-profile.is-style-center{display:block}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar{margin:0 0 1.5em}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__avatar figure{margin:0 auto}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__bio{text-align:center}.wp-block-newspack-blocks-author-profile.is-style-center .wp-block-newspack-blocks-author-profile__social-links{justify-content:center}
46
46
  .autocomplete-tokenfield{max-width:100%;position:relative}.autocomplete-tokenfield .components-spinner{bottom:12px;position:absolute;right:0}.autocomplete-tokenfield:has(.autocomplete-tokenfield__help) .components-spinner{bottom:56px}.autocomplete-tokenfield .components-form-token-field>.components-form-token-field__help{display:none}.autocomplete-tokenfield .autocomplete-tokenfield__help{color:#757575;font-size:12px;margin:8px 0}
47
47
  :root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{fill:currentColor;height:100%;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
48
48
  :export{primary-000:#dfe7f4;primary-050:#bfcfe9;primary-100:#9fb6dd;primary-200:#809ed2;primary-300:#6086c7;primary-400:#406ebc;primary-500:#2055b0;primary-600:#003da5;primary-700:#00296e;primary-800:#001f53;primary-900:#001437;primary-1000:#000a1c;secondary-000:#eff9f2;secondary-050:#ddf3e3;secondary-100:#c8ecd4;secondary-200:#b1e6c3;secondary-300:#95dfaf;secondary-400:#6fd898;secondary-500:#26d07c;secondary-600:#1fb36a;secondary-700:#1ba25f;secondary-800:#178e53;secondary-900:#117644;secondary-1000:#09552f;tertiary-000:#fff4f6;tertiary-050:#fee8ed;tertiary-100:#fedbe3;tertiary-200:#fcded8;tertiary-300:#fdbfcd;tertiary-400:#fcaec0;tertiary-500:#fc9bb3;tertiary-600:#d9859a;tertiary-700:#c5788b;tertiary-800:#ad697a;tertiary-900:#905665;tertiary-1000:#683d48;quaternary-000:#fff5ee;quaternary-050:#ffeadc;quaternary-100:#ffdec7;quaternary-200:#ffd1af;quaternary-300:#ffc392;quaternary-400:#ffb46a;quaternary-500:#ffa300;quaternary-600:#dc8c00;quaternary-700:#c77e00;quaternary-800:#af6e00;quaternary-900:#925b00;quaternary-1000:#6a4100;neutral-000:#fff;neutral-050:#f7f7f7;neutral-100:#f0f0f0;neutral-200:#e0e0e0;neutral-300:#ddd;neutral-400:#ccc;neutral-500:#949494;neutral-600:#6c6c6c;neutral-700:rgba(0,0,0,.702);neutral-800:#3e3e3e;neutral-900:#1e1e1e;neutral-1000:#000;success-000:#edfaef;success-050:#b8e6bf;success-500:#008a20;success-600:#007017;error-000:#fcf0f1;error-050:#facfd2;error-500:#d63638;error-600:#b32d2e;warning-000:#fcf9e8;warning-050:#f5e6ab;warning-300:#dba617;warning-400:#bd8600}.newspack-preview-label{background:#ffc000;border-radius:2px;font-family:sans-serif;font-size:10px;left:5px;padding:0 4px;position:absolute;text-transform:uppercase;top:5px;z-index:1}.wp-block-newspack-blocks-carousel{margin-top:0;max-width:100%;position:relative}.wp-block-newspack-blocks-carousel article{margin-bottom:0;max-width:100%;overflow-wrap:break-word;padding:0;position:relative;word-break:break-word}.wp-block-newspack-blocks-carousel article a{color:#fff}.wp-block-newspack-blocks-carousel article a:active,.wp-block-newspack-blocks-carousel article a:focus,.wp-block-newspack-blocks-carousel article a:hover{color:#ffffffbf}.wp-block-newspack-blocks-carousel article .entry-title{font-size:1.2em}.wp-block-newspack-blocks-carousel article .entry-title a{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;max-height:3.5625em;overflow:hidden;text-overflow:ellipsis}.wp-block-newspack-blocks-carousel article .avatar{height:1.8em;width:1.8em}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel article .entry-title{font-size:1.6em}.wp-block-newspack-blocks-carousel article .avatar{height:40px;width:40px}}.wp-block-newspack-blocks-carousel article .entry-wrapper{background-color:#00000080;bottom:0;color:#fff;left:0;padding:1.5em;position:absolute;right:0}.wp-block-newspack-blocks-carousel article .entry-meta{color:#fff;font-size:.8em;margin-bottom:0}.wp-block-newspack-blocks-carousel article .entry-meta a{color:#fff;font-weight:700;text-decoration:none}.wp-block-newspack-blocks-carousel article .entry-meta a:active,.wp-block-newspack-blocks-carousel article .entry-meta a:focus,.wp-block-newspack-blocks-carousel article .entry-meta a:hover{color:#ffffffbf}.wp-block-newspack-blocks-carousel article .entry-caption{margin-top:var(--wp--preset--spacing--00,var(--wp--preset--spacing--20,.5rem));width:100%}.wp-block-newspack-blocks-carousel article .entry-caption figcaption{color:#fff;font-size:var(--wp--preset--font-size--x-small,var(--newspack-theme-font-size-sm,.8em));line-height:var(--wp--custom--line-height--x-small,var(--newspack-theme-font-line-height-body,1.6))}.wp-block-newspack-blocks-carousel article .entry-caption figcaption a{font-weight:400;text-decoration:underline}.wp-block-newspack-blocks-carousel .post-thumbnail{height:100%;margin:0;padding:0;position:relative;width:100%}.wp-block-newspack-blocks-carousel .post-thumbnail a,.wp-block-newspack-blocks-carousel .post-thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.wp-block-newspack-blocks-carousel .post-thumbnail a.image-fit-contain,.wp-block-newspack-blocks-carousel .post-thumbnail img.image-fit-contain{object-fit:contain}.wp-block-newspack-blocks-carousel__placeholder{background:#f7f7f7;height:420px}.wp-block-newspack-blocks-carousel .swiper-initialized .wp-block-newspack-blocks-carousel__placeholder{height:100%}.wp-block-newspack-blocks-carousel p{white-space:normal}.wp-block-newspack-blocks-carousel .swiper-pagination-bullets{align-items:flex-end;bottom:0;display:flex;flex-wrap:wrap;height:calc(1.5em + 12px);justify-content:center;padding:0;position:relative}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet{background:#000;border-radius:6px;display:inline-block;height:12px;margin:0 4px;opacity:.5;padding:0;transition:box-shadow .25s,opacity .25s,width .25s;width:12px}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #f0f0f0;outline:0}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active,.wp-block-newspack-blocks-carousel .swiper-pagination-bullet[selected]{opacity:1;outline:0;width:24px}.wp-block-newspack-blocks-carousel .swiper-pagination-bullet span{height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.wp-block-newspack-blocks-carousel .swiper-button{background-color:#00000080;background-position:50%;background-repeat:no-repeat;background-size:24px;border:0;border-radius:4px;box-shadow:none;color:#0000;cursor:pointer;height:48px;margin:0;padding:0;transition:background-color .25s,box-shadow .25s;width:48px}.wp-block-newspack-blocks-carousel .swiper-button:focus,.wp-block-newspack-blocks-carousel .swiper-button:hover{background-color:rgba(0,0,0,.702)}.wp-block-newspack-blocks-carousel .swiper-button:focus{box-shadow:inset 0 0 0 2px rgba(0,0,0,.702),inset 0 0 0 4px #fff;outline:0}.wp-block-newspack-blocks-carousel .swiper-button-next,.wp-block-newspack-blocks-carousel .swiper-button-prev{display:none;left:1.5em;margin-top:-24px;right:auto}@media only screen and (min-width:600px){.wp-block-newspack-blocks-carousel .swiper-button-next,.wp-block-newspack-blocks-carousel .swiper-button-prev{display:block}}.wp-block-newspack-blocks-carousel .swiper-button-next:after,.wp-block-newspack-blocks-carousel .swiper-button-prev:after,.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-next:after,.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-prev:after{content:none}.wp-block-newspack-blocks-carousel .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M5.88 4.12 13.76 12l-7.88 7.88L8 22l10-10L8 2z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");left:auto;right:1.5em}.wp-block-newspack-blocks-carousel .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M18 4.12 10.12 12 18 19.88 15.88 22l-10-10 10-10z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E")}.wp-block-newspack-blocks-carousel .swiper-button-pause,.wp-block-newspack-blocks-carousel .swiper-button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M6 19h4V5H6zm8-14v14h4V5z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");display:none;margin-top:0;position:absolute;right:1.5em;top:1.5em;transform:none;z-index:9}.wp-block-newspack-blocks-carousel .swiper-button-play{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M8 5v14l11-7z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E")}.wp-block-newspack-blocks-carousel .swiper-slide{height:auto;max-height:75vh}.wp-block-newspack-blocks-carousel figcaption{font-size:.6em}.wp-block-newspack-blocks-carousel .entry-title{margin:0 0 .25em}.wp-block-newspack-blocks-carousel .entry-title a{color:#fff;text-decoration:none}.wp-block-newspack-blocks-carousel .entry-meta{align-items:center;display:flex;flex-wrap:wrap;margin-top:.5em}.wp-block-newspack-blocks-carousel .entry-meta .byline:not(:last-child){margin-right:1.5em}.wp-block-newspack-blocks-carousel .cat-links{color:#fff;font-size:.6em;font-weight:700;margin:0 0 .5em}.wp-block-newspack-blocks-carousel .cat-links.sponsor-label{align-items:center}.wp-block-newspack-blocks-carousel .cat-links.sponsor-label .flag+a{margin-left:.5em}.wp-block-newspack-blocks-carousel .cat-links a{text-decoration:none}.wp-block-newspack-blocks-carousel .avatar{border-radius:100%;display:block;margin-right:.5em}.wp-block-newspack-blocks-carousel .swiper-button-play,.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-pause{display:block}.wp-block-newspack-blocks-carousel .swiper-button-pause,.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-play{display:none}.wp-block-newspack-blocks-carousel .author-avatar,.wp-block-newspack-blocks-carousel .byline,.wp-block-newspack-blocks-carousel .cat-links,.wp-block-newspack-blocks-carousel .posted-on,.wp-block-newspack-blocks-carousel .tags-links{clip:auto;height:auto;position:relative;width:auto}.wp-block-newspack-blocks-carousel.hide-controls button{display:none;visibility:hidden}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-2 article .entry-title{font-size:1.4em}.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title{font-size:1.2em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title{font-size:1em}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-meta,.wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-meta{font-size:.7em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-wrapper,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-wrapper{padding:1em}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title{font-size:1.2em}}@media only screen and (min-width:1168px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title{font-size:.9em}.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title a,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title a{-webkit-line-clamp:2}}@media only screen and (min-width:782px){.wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-meta,.wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-meta{font-size:.7em}}.wpnbpc .entry-sponsors{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5em;width:100%}.wpnbpc .entry-sponsors.plus-author{font-size:.9em}.wpnbpc .entry-sponsors.plus-author:not(:last-child){margin-bottom:.5rem}.wpnbpc .sponsor-logos{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5em;line-height:1}