@pronto-tools-and-more/files 12.42.0 → 12.43.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (340) hide show
  1. package/files/framework/src/default/storefront/buildInfo.json +4 -4
  2. package/files/framework/src/default/storefront/deep-link-landing/purple-deep-link-landing.js +1 -1
  3. package/files/framework/src/default/storefront/index.html +2 -2
  4. package/files/framework/src/default/storefront/modules/common.js +1 -1201
  5. package/files/framework/src/default/storefront/modules/main.js +1 -1
  6. package/files/framework/src/default/storefront/modules/styles.css +1 -1
  7. package/files/framework-latest/src/default/content/assets/FONTAWESOME_LICENSE.txt +34 -0
  8. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Bold.ttf +0 -0
  9. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-BoldItalic.ttf +0 -0
  10. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-ExtraBold.ttf +0 -0
  11. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-ExtraBoldItalic.ttf +0 -0
  12. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Italic.ttf +0 -0
  13. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Light.ttf +0 -0
  14. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-LightItalic.ttf +0 -0
  15. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Regular.ttf +0 -0
  16. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-SemiBold.ttf +0 -0
  17. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-SemiBoldItalic.ttf +0 -0
  18. package/files/framework-latest/src/default/content/assets/fonts/RobotoSlab-Bold.ttf +0 -0
  19. package/files/framework-latest/src/default/content/assets/ic_arrow.svg +1 -0
  20. package/files/framework-latest/src/default/content/assets/ic_audio.svg +19 -0
  21. package/files/framework-latest/src/default/content/assets/ic_bookmark.svg +10 -0
  22. package/files/framework-latest/src/default/content/assets/ic_bookmark_active.svg +9 -0
  23. package/files/framework-latest/src/default/content/assets/ic_close.svg +16 -0
  24. package/files/framework-latest/src/default/content/assets/ic_download.svg +13 -0
  25. package/files/framework-latest/src/default/content/assets/ic_download_circle.svg +15 -0
  26. package/files/framework-latest/src/default/content/assets/ic_download_completed.svg +12 -0
  27. package/files/framework-latest/src/default/content/assets/ic_download_completed_circle.svg +12 -0
  28. package/files/framework-latest/src/default/content/assets/ic_downloading.svg +13 -0
  29. package/files/framework-latest/src/default/content/assets/ic_downloading_circle.svg +15 -0
  30. package/files/framework-latest/src/default/content/assets/ic_font_size.svg +1 -0
  31. package/files/framework-latest/src/default/content/assets/ic_left.svg +15 -0
  32. package/files/framework-latest/src/default/content/assets/ic_left_arrow.svg +11 -0
  33. package/files/framework-latest/src/default/content/assets/ic_night_mode.svg +20 -0
  34. package/files/framework-latest/src/default/content/assets/ic_night_mode_active.svg +20 -0
  35. package/files/framework-latest/src/default/content/assets/ic_overlay_loading.svg +13 -0
  36. package/files/framework-latest/src/default/content/assets/ic_pause.svg +19 -0
  37. package/files/framework-latest/src/default/content/assets/ic_play.svg +16 -0
  38. package/files/framework-latest/src/default/content/assets/ic_player.svg +19 -0
  39. package/files/framework-latest/src/default/content/assets/ic_player_active.svg +19 -0
  40. package/files/framework-latest/src/default/content/assets/ic_right.svg +15 -0
  41. package/files/framework-latest/src/default/content/assets/ic_right_arrow.svg +11 -0
  42. package/files/framework-latest/src/default/content/assets/ic_seek_back.svg +19 -0
  43. package/files/framework-latest/src/default/content/assets/ic_seek_forward.svg +19 -0
  44. package/files/framework-latest/src/default/content/assets/ic_settings.svg +16 -0
  45. package/files/framework-latest/src/default/content/assets/ic_share_android.svg +11 -0
  46. package/files/framework-latest/src/default/content/assets/ic_share_ios.svg +13 -0
  47. package/files/framework-latest/src/default/content/assets/ic_speech.svg +15 -0
  48. package/files/framework-latest/src/default/content/assets/ic_speech_female.svg +11 -0
  49. package/files/framework-latest/src/default/content/assets/ic_speech_male.svg +11 -0
  50. package/files/framework-latest/src/default/content/assets/ic_speech_rate.svg +11 -0
  51. package/files/framework-latest/src/default/content/assets/ic_toc.svg +22 -0
  52. package/files/framework-latest/src/default/content/assets/ic_video.svg +21 -0
  53. package/files/framework-latest/src/default/content/assets/ic_zoom.svg +1 -0
  54. package/files/framework-latest/src/default/content/assets/img/spinner.gif +0 -0
  55. package/files/framework-latest/src/default/content/assets/logo.png +0 -0
  56. package/files/framework-latest/src/default/content/assets/swiper/swiper-bundle.min.css +13 -0
  57. package/files/framework-latest/src/default/content/assets/swiper/swiper-bundle.min.js +1 -0
  58. package/files/framework-latest/src/default/content/assets/tail-spin.gif +0 -0
  59. package/files/framework-latest/src/default/content/assets/tail-spin.svg +32 -0
  60. package/files/framework-latest/src/default/content/core.css +29 -0
  61. package/files/framework-latest/src/default/content/core.js +10896 -0
  62. package/files/framework-latest/src/default/content/functions.css +2 -0
  63. package/files/framework-latest/src/default/content/functions.js +1 -0
  64. package/files/framework-latest/src/default/content/publish-press-author.css +407 -0
  65. package/files/framework-latest/src/default/content/publish-press-author.js +290 -0
  66. package/files/framework-latest/src/default/content/resources.json +1 -0
  67. package/files/framework-latest/src/default/content/theme.css +16 -0
  68. package/files/framework-latest/src/default/content/theme.js +720 -0
  69. package/files/framework-latest/src/default/content/tts.css +7 -0
  70. package/files/framework-latest/src/default/content/tts.js +5 -0
  71. package/files/framework-latest/src/default/content/uag.css +20 -0
  72. package/files/framework-latest/src/default/content/uag.js +166 -0
  73. package/files/framework-latest/src/default/info/css/style.css +328 -0
  74. package/files/framework-latest/src/default/info/font-awesome/HELP-US-OUT.txt +7 -0
  75. package/files/framework-latest/src/default/info/font-awesome/css/font-awesome.css +2337 -0
  76. package/files/framework-latest/src/default/info/font-awesome/css/font-awesome.min.css +4 -0
  77. package/files/framework-latest/src/default/info/font-awesome/fonts/FontAwesome.otf +0 -0
  78. package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.eot +0 -0
  79. package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.svg +2671 -0
  80. package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
  81. package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.woff +0 -0
  82. package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
  83. package/files/framework-latest/src/default/info/font-awesome/less/animated.less +34 -0
  84. package/files/framework-latest/src/default/info/font-awesome/less/bordered-pulled.less +25 -0
  85. package/files/framework-latest/src/default/info/font-awesome/less/core.less +12 -0
  86. package/files/framework-latest/src/default/info/font-awesome/less/fixed-width.less +6 -0
  87. package/files/framework-latest/src/default/info/font-awesome/less/font-awesome.less +18 -0
  88. package/files/framework-latest/src/default/info/font-awesome/less/icons.less +789 -0
  89. package/files/framework-latest/src/default/info/font-awesome/less/larger.less +13 -0
  90. package/files/framework-latest/src/default/info/font-awesome/less/list.less +19 -0
  91. package/files/framework-latest/src/default/info/font-awesome/less/mixins.less +60 -0
  92. package/files/framework-latest/src/default/info/font-awesome/less/path.less +15 -0
  93. package/files/framework-latest/src/default/info/font-awesome/less/rotated-flipped.less +20 -0
  94. package/files/framework-latest/src/default/info/font-awesome/less/screen-reader.less +5 -0
  95. package/files/framework-latest/src/default/info/font-awesome/less/stacked.less +20 -0
  96. package/files/framework-latest/src/default/info/font-awesome/less/variables.less +800 -0
  97. package/files/framework-latest/src/default/info/font-awesome/scss/_animated.scss +34 -0
  98. package/files/framework-latest/src/default/info/font-awesome/scss/_bordered-pulled.scss +25 -0
  99. package/files/framework-latest/src/default/info/font-awesome/scss/_core.scss +12 -0
  100. package/files/framework-latest/src/default/info/font-awesome/scss/_fixed-width.scss +6 -0
  101. package/files/framework-latest/src/default/info/font-awesome/scss/_icons.scss +789 -0
  102. package/files/framework-latest/src/default/info/font-awesome/scss/_larger.scss +13 -0
  103. package/files/framework-latest/src/default/info/font-awesome/scss/_list.scss +19 -0
  104. package/files/framework-latest/src/default/info/font-awesome/scss/_mixins.scss +60 -0
  105. package/files/framework-latest/src/default/info/font-awesome/scss/_path.scss +15 -0
  106. package/files/framework-latest/src/default/info/font-awesome/scss/_rotated-flipped.scss +20 -0
  107. package/files/framework-latest/src/default/info/font-awesome/scss/_screen-reader.scss +5 -0
  108. package/files/framework-latest/src/default/info/font-awesome/scss/_stacked.scss +20 -0
  109. package/files/framework-latest/src/default/info/font-awesome/scss/_variables.scss +800 -0
  110. package/files/framework-latest/src/default/info/font-awesome/scss/font-awesome.scss +18 -0
  111. package/files/framework-latest/src/default/info/fonts/Roboto-Bold.ttf +0 -0
  112. package/files/framework-latest/src/default/info/fonts/Roboto-Italic.ttf +0 -0
  113. package/files/framework-latest/src/default/info/fonts/Roboto-Light.ttf +0 -0
  114. package/files/framework-latest/src/default/info/fonts/Roboto-LightItalic.ttf +0 -0
  115. package/files/framework-latest/src/default/info/fonts/Roboto-Medium.ttf +0 -0
  116. package/files/framework-latest/src/default/info/fonts/Roboto-MediumItalic.ttf +0 -0
  117. package/files/framework-latest/src/default/info/fonts/Roboto-Regular.ttf +0 -0
  118. package/files/framework-latest/src/default/info/img/banner.png +0 -0
  119. package/files/framework-latest/src/default/info/index.html +94 -0
  120. package/files/framework-latest/src/default/info/theme.css +181 -0
  121. package/files/framework-latest/src/default/menuicons/account.png +0 -0
  122. package/files/framework-latest/src/default/menuicons/account@2x.png +0 -0
  123. package/files/framework-latest/src/default/menuicons/account@3x.png +0 -0
  124. package/files/framework-latest/src/default/menuicons/bookmarks.png +0 -0
  125. package/files/framework-latest/src/default/menuicons/bookmarks@2x.png +0 -0
  126. package/files/framework-latest/src/default/menuicons/bookmarks@3x.png +0 -0
  127. package/files/framework-latest/src/default/menuicons/calendar.png +0 -0
  128. package/files/framework-latest/src/default/menuicons/calendar@2x.png +0 -0
  129. package/files/framework-latest/src/default/menuicons/calendar@3x.png +0 -0
  130. package/files/framework-latest/src/default/menuicons/chain.png +0 -0
  131. package/files/framework-latest/src/default/menuicons/chain@2x.png +0 -0
  132. package/files/framework-latest/src/default/menuicons/chain@3x.png +0 -0
  133. package/files/framework-latest/src/default/menuicons/feedback.png +0 -0
  134. package/files/framework-latest/src/default/menuicons/feedback@2x.png +0 -0
  135. package/files/framework-latest/src/default/menuicons/feedback@3x.png +0 -0
  136. package/files/framework-latest/src/default/menuicons/forum.png +0 -0
  137. package/files/framework-latest/src/default/menuicons/forum@2x.png +0 -0
  138. package/files/framework-latest/src/default/menuicons/forum@3x.png +0 -0
  139. package/files/framework-latest/src/default/menuicons/info.png +0 -0
  140. package/files/framework-latest/src/default/menuicons/kiosk.png +0 -0
  141. package/files/framework-latest/src/default/menuicons/kiosk@2x.png +0 -0
  142. package/files/framework-latest/src/default/menuicons/kiosk@3x.png +0 -0
  143. package/files/framework-latest/src/default/menuicons/legal.png +0 -0
  144. package/files/framework-latest/src/default/menuicons/legal@2x.png +0 -0
  145. package/files/framework-latest/src/default/menuicons/legal@3x.png +0 -0
  146. package/files/framework-latest/src/default/menuicons/login.png +0 -0
  147. package/files/framework-latest/src/default/menuicons/login@2x.png +0 -0
  148. package/files/framework-latest/src/default/menuicons/login@3x.png +0 -0
  149. package/files/framework-latest/src/default/menuicons/logout.png +0 -0
  150. package/files/framework-latest/src/default/menuicons/logout@2x.png +0 -0
  151. package/files/framework-latest/src/default/menuicons/logout@3x.png +0 -0
  152. package/files/framework-latest/src/default/menuicons/newsfeed.png +0 -0
  153. package/files/framework-latest/src/default/menuicons/newsfeed@2x.png +0 -0
  154. package/files/framework-latest/src/default/menuicons/newsfeed@3x.png +0 -0
  155. package/files/framework-latest/src/default/menuicons/newsstand.png +0 -0
  156. package/files/framework-latest/src/default/menuicons/newsstand@2x.png +0 -0
  157. package/files/framework-latest/src/default/menuicons/newsstand@3x.png +0 -0
  158. package/files/framework-latest/src/default/menuicons/purple.png +0 -0
  159. package/files/framework-latest/src/default/menuicons/purple@2x.png +0 -0
  160. package/files/framework-latest/src/default/menuicons/purple@3x.png +0 -0
  161. package/files/framework-latest/src/default/menuicons/restore.png +0 -0
  162. package/files/framework-latest/src/default/menuicons/restore@2x.png +0 -0
  163. package/files/framework-latest/src/default/menuicons/restore@3x.png +0 -0
  164. package/files/framework-latest/src/default/menuicons/settings.png +0 -0
  165. package/files/framework-latest/src/default/menuicons/share.png +0 -0
  166. package/files/framework-latest/src/default/menuicons/share@2x.png +0 -0
  167. package/files/framework-latest/src/default/menuicons/share@3x.png +0 -0
  168. package/files/framework-latest/src/default/menuicons/shop.png +0 -0
  169. package/files/framework-latest/src/default/menuicons/shop@2x.png +0 -0
  170. package/files/framework-latest/src/default/menuicons/shop@3x.png +0 -0
  171. package/files/framework-latest/src/default/menuicons/socialmedia.png +0 -0
  172. package/files/framework-latest/src/default/menuicons/socialmedia@2x.png +0 -0
  173. package/files/framework-latest/src/default/menuicons/socialmedia@3x.png +0 -0
  174. package/files/framework-latest/src/default/menuicons/subscriptions.png +0 -0
  175. package/files/framework-latest/src/default/menuicons/subscriptions@2x.png +0 -0
  176. package/files/framework-latest/src/default/menuicons/subscriptions@3x.png +0 -0
  177. package/files/framework-latest/src/default/menuicons/voucher.png +0 -0
  178. package/files/framework-latest/src/default/menuicons/voucher@2x.png +0 -0
  179. package/files/framework-latest/src/default/menuicons/voucher@3x.png +0 -0
  180. package/files/framework-latest/src/default/menuicons/website.png +0 -0
  181. package/files/framework-latest/src/default/menuicons/website@2x.png +0 -0
  182. package/files/framework-latest/src/default/menuicons/website@3x.png +0 -0
  183. package/files/framework-latest/src/default/onboarding/3rdpartylicenses.txt +574 -0
  184. package/files/framework-latest/src/default/onboarding/assets/config/message.json +7 -0
  185. package/files/framework-latest/src/default/onboarding/assets/config/onboarding.json +48 -0
  186. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/1_Welcome.png +0 -0
  187. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/2_MenuPhone.jpg +0 -0
  188. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/2_MenuTablet.jpg +0 -0
  189. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/3_NewsstandPhone.jpg +0 -0
  190. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/3_NewsstandTablet.jpg +0 -0
  191. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/4_PublicationPhone.jpg +0 -0
  192. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/4_PublicationTablet.jpg +0 -0
  193. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/5_NewsfeedPhone.jpg +0 -0
  194. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/5_NewsfeedTablet.jpg +0 -0
  195. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/6_FeaturesPhone.jpg +0 -0
  196. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/6_FeaturesTablet.jpg +0 -0
  197. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_videos/BLI_Cover-Image-Video_1.jpg +0 -0
  198. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_videos/BLI_Cover-Image-Video_4.jpg +0 -0
  199. package/files/framework-latest/src/default/onboarding/assets/config/style.json +19 -0
  200. package/files/framework-latest/src/default/onboarding/assets/config/url.json +5 -0
  201. package/files/framework-latest/src/default/onboarding/assets/font/Ionicons/ionicons.ttf +0 -0
  202. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Bold.ttf +0 -0
  203. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-BoldItalic.ttf +0 -0
  204. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-ExtraBold.ttf +0 -0
  205. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-ExtraBoldItalic.ttf +0 -0
  206. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Italic.ttf +0 -0
  207. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Light.ttf +0 -0
  208. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-LightItalic.ttf +0 -0
  209. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Regular.ttf +0 -0
  210. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-SemiBold.ttf +0 -0
  211. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-SemiBoldItalic.ttf +0 -0
  212. package/files/framework-latest/src/default/onboarding/assets/font/fonts.css +73 -0
  213. package/files/framework-latest/src/default/onboarding/favicon.ico +0 -0
  214. package/files/framework-latest/src/default/onboarding/index.html +15 -0
  215. package/files/framework-latest/src/default/onboarding/main.js +1 -0
  216. package/files/framework-latest/src/default/onboarding/polyfills-es5.js +1 -0
  217. package/files/framework-latest/src/default/onboarding/polyfills.js +1 -0
  218. package/files/framework-latest/src/default/onboarding/runtime.js +1 -0
  219. package/files/framework-latest/src/default/onboarding/styles.css +1 -0
  220. package/files/framework-latest/src/default/onboarding/vendor.js +1 -0
  221. package/files/framework-latest/src/default/readmode/custom.js +40 -0
  222. package/files/framework-latest/src/default/readmode/ic_audio.svg +19 -0
  223. package/files/framework-latest/src/default/readmode/ic_close.svg +16 -0
  224. package/files/framework-latest/src/default/readmode/ic_font_size.svg +1 -0
  225. package/files/framework-latest/src/default/readmode/ic_night_mode.svg +20 -0
  226. package/files/framework-latest/src/default/readmode/ic_pause.svg +19 -0
  227. package/files/framework-latest/src/default/readmode/ic_play.svg +16 -0
  228. package/files/framework-latest/src/default/readmode/ic_speech.svg +15 -0
  229. package/files/framework-latest/src/default/readmode/ic_speech_female.svg +11 -0
  230. package/files/framework-latest/src/default/readmode/ic_speech_male.svg +11 -0
  231. package/files/framework-latest/src/default/storefront/3rdpartylicenses.txt +1065 -0
  232. package/files/framework-latest/src/default/storefront/assets/access.json +10 -0
  233. package/files/framework-latest/src/default/storefront/assets/banner/banner_not_found.jpg +0 -0
  234. package/files/framework-latest/src/default/storefront/assets/downloadOptions.json +1 -0
  235. package/files/framework-latest/src/default/storefront/assets/faq.html +87 -0
  236. package/files/framework-latest/src/default/storefront/assets/features.json +3 -0
  237. package/files/framework-latest/src/default/storefront/assets/generic-widget.json +1 -0
  238. package/files/framework-latest/src/default/storefront/assets/login.html +329 -0
  239. package/files/framework-latest/src/default/storefront/assets/submit.css +7 -0
  240. package/files/framework-latest/src/default/storefront/assets/subscription-benefits.json +11 -0
  241. package/files/framework-latest/src/default/storefront/assets/termsofuse.html +123 -0
  242. package/files/framework-latest/src/default/storefront/assets/tts_config.json +3 -0
  243. package/files/framework-latest/src/default/storefront/assets/urls.json +11 -0
  244. package/files/framework-latest/src/default/storefront/buildInfo.json +7 -0
  245. package/files/framework-latest/src/default/storefront/deep-link-landing/index.html +1 -0
  246. package/files/framework-latest/src/default/storefront/deep-link-landing/purple-deep-link-landing.js +842 -0
  247. package/files/framework-latest/src/default/storefront/deep-link-landing/purple-deep-link-landing.js.LICENSE.txt +13 -0
  248. package/files/framework-latest/src/default/storefront/index.html +22 -0
  249. package/files/framework-latest/src/default/storefront/modules/DS_logo.svg +1 -0
  250. package/files/framework-latest/src/default/storefront/modules/alphaMask.png +0 -0
  251. package/files/framework-latest/src/default/storefront/modules/btn_backward.png +0 -0
  252. package/files/framework-latest/src/default/storefront/modules/btn_first.png +0 -0
  253. package/files/framework-latest/src/default/storefront/modules/btn_forward.png +0 -0
  254. package/files/framework-latest/src/default/storefront/modules/btn_fullwidth.png +0 -0
  255. package/files/framework-latest/src/default/storefront/modules/btn_fullwidth_active.png +0 -0
  256. package/files/framework-latest/src/default/storefront/modules/btn_last.png +0 -0
  257. package/files/framework-latest/src/default/storefront/modules/btn_pin.png +0 -0
  258. package/files/framework-latest/src/default/storefront/modules/btn_toc.png +0 -0
  259. package/files/framework-latest/src/default/storefront/modules/btn_zoom.png +0 -0
  260. package/files/framework-latest/src/default/storefront/modules/btn_zoom_active.png +0 -0
  261. package/files/framework-latest/src/default/storefront/modules/common.js +1 -0
  262. package/files/framework-latest/src/default/storefront/modules/default-node_modules_angular_forms_fesm2022_forms_mjs.js +1 -0
  263. package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_base-component_base-datacollection_component_ts-4706f8.js +1 -0
  264. package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_content_content_module_ts.js +1 -0
  265. package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_image_image_leandom_component_ts-projects_store-04fe61.js +1 -0
  266. package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_image_image_leandom_component_ts-projects_store-571069.js +1 -0
  267. package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_issue_issue_module_ts.js +1 -0
  268. package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_service_tts_tts_service_ts.js +1 -0
  269. package/files/framework-latest/src/default/storefront/modules/ic_backward.svg +16 -0
  270. package/files/framework-latest/src/default/storefront/modules/ic_close.svg +16 -0
  271. package/files/framework-latest/src/default/storefront/modules/ic_forward.svg +16 -0
  272. package/files/framework-latest/src/default/storefront/modules/ic_fullscreen.png +0 -0
  273. package/files/framework-latest/src/default/storefront/modules/ic_fullscreen@2x.png +0 -0
  274. package/files/framework-latest/src/default/storefront/modules/ic_fullscreen@3x.png +0 -0
  275. package/files/framework-latest/src/default/storefront/modules/ic_overlay_loading.svg +13 -0
  276. package/files/framework-latest/src/default/storefront/modules/ic_pause.png +0 -0
  277. package/files/framework-latest/src/default/storefront/modules/ic_pause.svg +19 -0
  278. package/files/framework-latest/src/default/storefront/modules/ic_pause@2x.png +0 -0
  279. package/files/framework-latest/src/default/storefront/modules/ic_pause@3x.png +0 -0
  280. package/files/framework-latest/src/default/storefront/modules/ic_play.png +0 -0
  281. package/files/framework-latest/src/default/storefront/modules/ic_play.svg +16 -0
  282. package/files/framework-latest/src/default/storefront/modules/ic_play@2x.png +0 -0
  283. package/files/framework-latest/src/default/storefront/modules/ic_play@3x.png +0 -0
  284. package/files/framework-latest/src/default/storefront/modules/ic_player.svg +17 -0
  285. package/files/framework-latest/src/default/storefront/modules/ic_player_active.svg +17 -0
  286. package/files/framework-latest/src/default/storefront/modules/ic_refresh.svg +16 -0
  287. package/files/framework-latest/src/default/storefront/modules/ic_seek_back.svg +19 -0
  288. package/files/framework-latest/src/default/storefront/modules/ic_seek_forward.svg +19 -0
  289. package/files/framework-latest/src/default/storefront/modules/ic_settings.svg +16 -0
  290. package/files/framework-latest/src/default/storefront/modules/ic_smallscreen.png +0 -0
  291. package/files/framework-latest/src/default/storefront/modules/ic_smallscreen@2x.png +0 -0
  292. package/files/framework-latest/src/default/storefront/modules/ic_smallscreen@3x.png +0 -0
  293. package/files/framework-latest/src/default/storefront/modules/ic_speech.svg +15 -0
  294. package/files/framework-latest/src/default/storefront/modules/ic_speech_female.svg +11 -0
  295. package/files/framework-latest/src/default/storefront/modules/ic_speech_male.svg +11 -0
  296. package/files/framework-latest/src/default/storefront/modules/icon_close.png +0 -0
  297. package/files/framework-latest/src/default/storefront/modules/main.js +1 -0
  298. package/files/framework-latest/src/default/storefront/modules/node_modules_clientjs_dist_client_base_min_js.js +1 -0
  299. package/files/framework-latest/src/default/storefront/modules/node_modules_mustache_mustache_js.js +1 -0
  300. package/files/framework-latest/src/default/storefront/modules/node_modules_purple_web-player_dist_webPresenter_js_vendor_js.js +1 -0
  301. package/files/framework-latest/src/default/storefront/modules/node_modules_purple_web-player_dist_webPresenter_js_webPresenter_min_js.js +1 -0
  302. package/files/framework-latest/src/default/storefront/modules/polyfills.js +1 -0
  303. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-295cec.js +1 -0
  304. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-7956f0.js +1 -0
  305. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-94b9b6.js +1 -0
  306. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_action-executor_action-executor_module_ts.js +1 -0
  307. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_ad_ad_module_ts.js +1 -0
  308. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_app-menu-xml_app-menu-xml_module_ts.js +1 -0
  309. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_base-component_base-datacollection_component_ts-project-6cb588.js +1 -0
  310. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_bookmark_bookmark_module_ts.js +1 -0
  311. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_catalog-content_content-body_content-body_module_ts.js +1 -0
  312. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_catalog-content_content-featured-image_content-featured-c9ba26.js +1 -0
  313. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_category_category_module_ts.js +1 -0
  314. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_collection_collection_module_ts.js +1 -0
  315. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_component_module_ts.js +1 -0
  316. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_coupon_coupon_module_ts.js +1 -0
  317. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_dev-components_user-tag-testing_user-tag-testing_module_ts.js +1 -0
  318. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_download-issues_download-issues_module_ts.js +1 -0
  319. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_dropdown_dropdown_module_ts.js +1 -0
  320. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_embeddable-view_embeddable-view_module_ts.js +1 -0
  321. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_iframe_iframe_module_ts.js +1 -0
  322. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_issue-search-result_issue-search-result_module_ts.js +1 -0
  323. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_login_login_module_ts.js +1 -0
  324. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_menu_menu_module_ts.js +1 -0
  325. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_product_product_module_ts.js +1 -0
  326. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_publication-completion_publication-completion_module_ts.js +1 -0
  327. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_publication_publication_module_ts.js +1 -0
  328. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_recommendations_recommendations_module_ts.js +1 -0
  329. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_search-field_search-field_module_ts.js +1 -0
  330. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_subscription_subscription_module_ts.js +1 -0
  331. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_swiper_swiper_module_ts.js +1 -0
  332. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_ticker_ticker_module_ts.js +1 -0
  333. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_toggle_toggle_module_ts.js +1 -0
  334. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_toolbar_toolbar_module_ts.js +1 -0
  335. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_web-presenter_presenter_presenter_module_ts.js +1 -0
  336. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_widget_widget_module_ts.js +1 -0
  337. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_config_common_config_ts.js +1 -0
  338. package/files/framework-latest/src/default/storefront/modules/runtime.js +1 -0
  339. package/files/framework-latest/src/default/storefront/modules/styles.css +1 -0
  340. package/package.json +1 -1
@@ -0,0 +1,10 @@
1
+ {
2
+ "loginAction": {
3
+ "type": "navigate",
4
+ "path": "login"
5
+ },
6
+ "subscriptionsAction": {
7
+ "type": "openUrl",
8
+ "url": "purple://storefront/resource/dynamic/storefront/assets/login.html?bounces=false&force_status_bar=true&title_bar=false"
9
+ }
10
+ }
@@ -0,0 +1,87 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>FAQ</title>
8
+ <style>
9
+ html {
10
+ display: flex;
11
+ justify-content: center;
12
+ }
13
+
14
+ html body {
15
+ font-family: sans-serif;
16
+ margin: 0 3em;
17
+ max-width: 400px;
18
+ }
19
+ </style>
20
+ </head>
21
+ <body>
22
+ <h1>Digital Only</h1>
23
+ <p> <b> What is included in my Country Walking digital subscription?   </b></p>
24
+ <p> Instant access to our apps, our subscriber exclusive email and access to subscriber rewards.  </p>
25
+ <p> <b> If I change my mind, can I cancel at any time?  </b></p>
26
+ <p>It depends on what payment option you have chosen. If you opted to pay monthly, you can cancel at anytime however please be aware that if you cancel whilst your payment is being collected it will count from the next. If you pay annually then you have opted in for the 12 month contract and this cannot be cancelled before the 12 month term has finished.  </p>
27
+ <p> <b> Can I access this on my laptop or only on the app?   </b></p>
28
+ <p>Currently, you can only access the magazine content on the app. </p>
29
+ <p> <b> I can’t access the app, who can I contact for help?   </b></p>
30
+ <p> If you’re experiencing difficulty accessing the app, please do not hesitate to contact our App Support team on <a href="mailto:appsupport_uk@bauermedia.com. ">appsupport_uk@bauermedia.com</a> </p>
31
+ <p> <b>How will this show on my online SOLO account?  </b></p>
32
+ <p>It will show as a Country Walking digital subscription. </p>
33
+ <p> <b> How will I find out about competitions, exclusive access and discounts? </b></p>
34
+ <p> All information regarding competitions, exclusive access and discounts will be sent to you via email so it is important that we have your up to date email address registered.  </p>
35
+ <p> <b> How long after my order will the Country Walking Digital subscription commence? </b></p>
36
+ <p>Your Country Walking digital subscription will start immediately.  </p>
37
+ <p> <b> Can I purchase Country Walking Digital as a gift?  </b></p>
38
+ <p>No but you can gift a print subscription if you wish.  </p>
39
+ <p> <b>Can I purchase Country Walking Digital if I live overseas?   </b></p>
40
+ <p> Country Walking Digital is available in both the UK and overseas. </p>
41
+ <p> <b> Can I use a gift card or Tesco voucher to pay for Country Walking Digital? </b> </p>
42
+ <p> Yes, please see the information that was provided to you by your Tesco Clubcard rewards.  </p>
43
+ <p> <b> I am a Lloyds subscriber - will I be able to access the app?  </b> </p>
44
+ <p> Yes, you can! </p>
45
+ <h1>Print & Digital Package</h1>
46
+ <p> <b> What is included in my Country Walking Print&Digital subscription?  </b> </p>
47
+ <p>13 editions of Country Walking magazine delivered straight to your door as well instant access to our apps and website, our subscriber exclusive email and access to subscriber rewards. </p>
48
+ <p> <b>If I change my mind, can I change back to the original subscription at any time?</b> </p>
49
+ <p> The subscription is on an annual basis and therefore will run for the full 12 months. It cannot be cancelled mid-term. </p>
50
+ <p><b> How will this show on my online account?   </b> </p>
51
+ <p> It will show as a Country Walking Print&Digital subscription. </p>
52
+ <p><b>How will I find out about competitions, exclusive access and discounts?</b> </p>
53
+ <p>All information regarding competitions, exclusive access and discounts will be sent to you via email so it is important that we have your up to date email address registered.  
54
+ <p> <b> How long after my order will the XX subscription commence?   </b></p>
55
+ <p> Your Country Walking Print&Digital subscription will start immediately as you will be able to read content via your apps and website. Your print edition will be delivered for your next available issue or your specified start issue when placing your order. </p>
56
+ <p><b> Can I purchase Country Walking Print&Digital as a gift? </b></p>
57
+ <p>Yes, you can if purchased on <a href="https://www.Greatmagazines.co.uk/">www.Greatmagazines.co.uk</a> </p>
58
+ <p> <b>Can I purchase Country Walking Print&Digital if I live overseas? </b></p>
59
+ <p> Country Walking Print&Digital is available in both the UK and overseas. </p>
60
+ <p><b> Can I use a gift card or Tesco voucher to pay for Country Walking Print&Digital? </b></p>
61
+ <p>Yes, please see the information that was provided to you by your Tesco Clubcard rewards. </p>
62
+ <p> <b> I am a Lloyds subscriber - will I be able to access the app?  </b></p>
63
+ <p> Yes, you can!</p>
64
+ <h1>Print Only</h1>
65
+ <p><b>What is included in my Country Walking subscription?   </p></b>
66
+ <p>13 editions of Country Walking magazine delivered straight to your door, as well as our subscriber email and access to exclusive subscriber rewards.</p>
67
+ <p> <b> If I change my mind, can I change back to the original subscription at any time?</b></p>
68
+ <p>The subscription is on an annual basis and therefore will run for the full 12 months. It cannot be cancelled mid-term and no refunds will be provided outside of the 14-day cooling off period.</p>
69
+ <p><b>How will this show on my online account? </p></b>
70
+ <p>It will show as a Country Walking subscription.</p>
71
+ <p><b>How will I find out about competitions, exclusive access and discounts? </b></p>
72
+ <p>All information regarding competitions, exclusive access and discounts will be sent to you via email so it is important that we have your up to date email address registered.</p>
73
+ <p><b>How long after my order will the Country Walking subscription commence?</b></p>
74
+ <p>Your subscription will start with the next available issue or your specified start issue when placing your order.</p>
75
+ <p><b>Can I purchase Country Walking as a gift? </b></p>
76
+ <p> Yes, Print subscriptions can be purchased as a gift for someone else.</p>
77
+ <p><b>Can I purchase Country Walking if I live overseas?</b></p>
78
+ <p>Country Walking is available in both the UK and overseas.</p>
79
+ <p><b>Can I use a gift card or Tesco voucher to pay for Country Walking?</b></p>
80
+ <p> Yes please see the information that was provided to you by your Tesco Clubcard rewards.  </p>
81
+ <p><b>I am a Lloyds subscriber - will I be able to access the app?</b></p>
82
+ <p>Yes, you will be able to access the app as normal.</p>
83
+ <p><b>I am a Lloyds subscriber – will I receive any emails? </b></p>
84
+ <p>Regrettably, not at this time.  </p>
85
+
86
+ </p>
87
+ </html>
@@ -0,0 +1,3 @@
1
+ {
2
+ "anchorTags":true
3
+ }
@@ -0,0 +1,329 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
6
+ <style>
7
+ .lds {
8
+ display: inline-block;
9
+ position: relative;
10
+ width: 80px;
11
+ height: 80px;
12
+ }
13
+
14
+ .lds div {
15
+ display: inline-block;
16
+ position: absolute;
17
+ left: 8px;
18
+ width: 16px;
19
+ background: #af272f;
20
+ animation: lds 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
21
+ }
22
+
23
+ .lds div:nth-child(1) {
24
+ left: 8px;
25
+ animation-delay: -0.24s;
26
+ }
27
+
28
+ .lds div:nth-child(2) {
29
+ left: 32px;
30
+ animation-delay: -0.12s;
31
+ }
32
+
33
+ .lds div:nth-child(3) {
34
+ left: 56px;
35
+ animation-delay: 0;
36
+ }
37
+
38
+ @keyframes lds {
39
+ 0% {
40
+ top: 8px;
41
+ height: 64px;
42
+ }
43
+
44
+ 50%,
45
+ 100% {
46
+ top: 24px;
47
+ height: 32px;
48
+ }
49
+ }
50
+ </style>
51
+ <style>
52
+ @font-face {
53
+ font-family: 'Source Sans Pro';
54
+ font-style: normal;
55
+ font-weight: 400;
56
+ font-display: swap;
57
+ src: url('./fonts/SourceSansPro-RegularItalic.ttf?preview=true') format('truetype');
58
+ }
59
+
60
+ body {
61
+ background: #f7f7f7;
62
+ }
63
+
64
+ .floating {
65
+ position: absolute;
66
+ display: flex;
67
+ flex-direction: column;
68
+ justify-content: center;
69
+ align-items: center;
70
+ width: 90%;
71
+ max-width: 450px;
72
+ max-height: 450px;
73
+ padding: 50px;
74
+ left: 50%;
75
+ top: 50%;
76
+ transform: translate(-50%, -50%);
77
+ background: #fff;
78
+ box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 50%);
79
+ }
80
+
81
+ .btn {
82
+ width: 80%;
83
+ margin-top: 7px;
84
+ padding: 5px;
85
+ border: none;
86
+ color: white;
87
+ font-family: 'Source Sans Pro';
88
+ border-radius: 5px;
89
+ background: #af272f;
90
+ cursor: pointer;
91
+ }
92
+
93
+ .btn.retry {
94
+ display: none;
95
+ }
96
+
97
+ p {
98
+ text-align: center;
99
+ font-size: 1.7em;
100
+ font-family: 'Source Sans Pro';
101
+ }
102
+ </style>
103
+ </head>
104
+
105
+ <body>
106
+ <div class="floating">
107
+ <div class="lds">
108
+ <div></div>
109
+ <div></div>
110
+ <div></div>
111
+ </div>
112
+ <p id="status-text">Ihre Anmeldung wird ausgeführt, bitte haben Sie einen Moment Geduld</p>
113
+ <button id="btn-close" class="btn close">Zurück zur App</button>
114
+ <button class="btn retry" id="btn-retry">Erneut Anmelden</button>
115
+ </div>
116
+ <script>
117
+ async function purchase() {
118
+ console.log('purchase')
119
+ const metadata = await purple.metadata.getMetadata();
120
+ console.log('purchase', metadata);
121
+ if (metadata.platform == 'web') purchaseWeb();
122
+ else purchaseApp();
123
+ }
124
+
125
+ async function processLogin() {
126
+ console.log('process login');
127
+ }
128
+
129
+ async function purchaseWeb() {
130
+ console.log('web purchase started')
131
+
132
+ /**
133
+ * fallback url for checkout defined here
134
+ */
135
+ const FALLBACK_URL = 'https://';
136
+
137
+ const extraData = await loadSubscribeUrl();
138
+ console.log(extraData);
139
+ const url =
140
+ extraData.data?.catalog.contentsConnection.edges[0].node.properties.find(x => x.key == 'subscribe_url_web')
141
+ .value ?? FALLBACK_URL;
142
+
143
+ const textElement = document.getElementById('status-text');
144
+ const btnRetryElement = document.getElementById('btn-retry');
145
+
146
+ textElement.innerText = 'Ihre Anmeldung wird ausgeführt, bitte haben Sie einen Moment Geduld';
147
+ btnRetryElement.style.display = 'none';
148
+
149
+ window.location.assign(
150
+ `https://`
151
+ );
152
+ }
153
+
154
+ async function purchaseApp() {
155
+ /**
156
+ * fallback url for checkout defined here
157
+ */
158
+ const FALLBACK_URL = 'https://';
159
+
160
+ const extraData = await loadSubscribeUrl();
161
+ console.log(extraData);
162
+ const url =
163
+ extraData.data?.catalog.contentsConnection.edges[0].node.properties.find(x => x.key == 'subscribe_url_app')
164
+ .value ?? FALLBACK_URL;
165
+
166
+ const textElement = document.getElementById('status-text');
167
+ const btnRetryElement = document.getElementById('btn-retry');
168
+
169
+ textElement.innerText = 'Ihre Anmeldung wird ausgeführt, bitte haben Sie einen Moment Geduld';
170
+ btnRetryElement.style.display = 'none';
171
+
172
+ const plenigoData = await purple.app
173
+ .performAuthentication({
174
+ url,
175
+ callbackParamName: 'returnTo',
176
+ })
177
+ .catch(result => failed());
178
+
179
+ console.log('performAuthentication return: ', plenigoData.values.transferToken);
180
+
181
+ const metadata = await purple.metadata.getMetadata();
182
+
183
+ const graphqlData = {
184
+ query:
185
+ 'mutation EntitlementLogin(\n $appInfo: AppInfo!\n $deviceInfo: DeviceInfo!\n $externalToken: String!\n) {\n loginWithExternalToken(\n appInfo: $appInfo\n deviceInfo: $deviceInfo\n externalToken: $externalToken\n ) {\n ... on EntitlementUserData {\n accessToken\n refreshToken\n roles\n }\n ... on EntitlementError {\n message\n code\n }\n }\n}\n',
186
+ variables: {
187
+ appInfo: {
188
+ appId: metadata.app_id,
189
+ appVersion: metadata.app_version,
190
+ preview: metadata.preview_app,
191
+ },
192
+ deviceInfo: {
193
+ deviceId: metadata.device_id,
194
+ locale: metadata.locale,
195
+ platform: metadata.platform.toUpperCase(),
196
+ deviceModel: metadata.device_model,
197
+ deviceOs: metadata.device_os,
198
+ smallestScreenWidthDp: 12,
199
+ },
200
+ externalToken: plenigoData.values.transferToken,
201
+ },
202
+ operationName: 'EntitlementLogin',
203
+ };
204
+
205
+ const purpleData = await fetch('https://catalog.purplemanager.com/graphql', {
206
+ method: 'POST',
207
+ headers: {
208
+ 'Content-Type': 'application/json',
209
+ },
210
+ body: JSON.stringify(graphqlData),
211
+ }).then(response => response.json());
212
+
213
+ console.log(purpleData);
214
+
215
+ const loginUrl = `purple://kiosk/entitlement/login/perform?token=${
216
+ purpleData.data.loginWithExternalToken.accessToken
217
+ }&roles=${purpleData.data.loginWithExternalToken.roles.join(',')}`;
218
+
219
+ purple.app
220
+ .performActionUrl({ actionUrl: loginUrl })
221
+ .then(() => {
222
+ close();
223
+ textElement.innerText = 'Login erfolgreich';
224
+ })
225
+ .catch(() => failed());
226
+ }
227
+
228
+ function failed() {
229
+ const textElement = document.getElementById('status-text');
230
+ const btnRetryElement = document.getElementById('btn-retry');
231
+
232
+ textElement.innerText = 'Anmeldung fehlgeschlagen';
233
+ btnRetryElement.style.display = 'block';
234
+ }
235
+
236
+ function close() {
237
+ const origin = getOriginRef();
238
+ console.log('ref origin', origin);
239
+ console.log('purple state', purple);
240
+ if (origin) {
241
+ console.log('location.replace');
242
+ window.location.replace(origin);
243
+ } else {
244
+ console.log('purple action url');
245
+ purple.app.performActionUrl({ actionUrl: 'purple://app/home/open' });
246
+ }
247
+ }
248
+
249
+ function getOriginRef() {
250
+ const matched = document.URL.match(/(origin=)(.*)/);
251
+ if (!matched || !matched[2]) return null;
252
+ return matched[2];
253
+ /*const queryParams = new URLSearchParams(window.location.search);
254
+ return queryParams.get('origin');*/
255
+ }
256
+
257
+ async function loadSubscribeUrl() {
258
+ const metadata = await purple.metadata.getMetadata();
259
+
260
+ const graphqlData = {
261
+ query:
262
+ 'query CatalogContentsQuery($appInfo: AppInfo!, $deviceInfo: DeviceInfo!, $authorization: Authorization!, $filter: ContentFilter) {\n catalog(appInfo: $appInfo, deviceInfo: $deviceInfo, authorization: $authorization) {\n contentsConnection(filter: $filter) {\n totalCount\n edges {\n node {\n properties {\n key\n value\n }\n }\n }\n }\n }\n}\n',
263
+ variables: {
264
+ appInfo: {
265
+ appId: metadata.app_id,
266
+ appVersion: metadata.app_version,
267
+ preview: metadata.preview_app,
268
+ },
269
+ deviceInfo: {
270
+ deviceId: metadata.device_id,
271
+ locale: metadata.locale,
272
+ platform: metadata.platform.toUpperCase(),
273
+ deviceModel: metadata.device_model,
274
+ deviceOs: metadata.device_os,
275
+ smallestScreenWidthDp: 12,
276
+ },
277
+ filter: {
278
+ AND: [
279
+ {
280
+ contentType: {
281
+ value: 'POST',
282
+ },
283
+ },
284
+ {
285
+ postType: {
286
+ value: 'page_config',
287
+ },
288
+ },
289
+ {
290
+ properties: {
291
+ key: 'slug',
292
+ value: 'config-base',
293
+ },
294
+ },
295
+ ],
296
+ },
297
+ },
298
+ operationName: 'CatalogContentsQuery',
299
+ };
300
+
301
+ return fetch('https://catalog.purplemanager.com/graphql', {
302
+ method: 'POST',
303
+ headers: {
304
+ 'Content-Type': 'application/json',
305
+ },
306
+ body: JSON.stringify(graphqlData),
307
+ }).then(response => response.json());
308
+ }
309
+
310
+ const interval = setInterval(() => {
311
+ const queryParams = new URLSearchParams(window.location.search);
312
+ const origin = queryParams.get('ref');
313
+
314
+ console.log(window.location.search)
315
+
316
+ if (typeof purple == 'object') {
317
+ //if (origin) processLogin();
318
+ purchase();
319
+ clearInterval(interval);
320
+ } else {
321
+ console.log('waiting for purple ?!');
322
+ }
323
+ }, 100);
324
+
325
+ document.getElementById('btn-retry').addEventListener('click', purchase);
326
+ document.getElementById('btn-close').addEventListener('click', close);
327
+ </script>
328
+ </body>
329
+ </html>
@@ -0,0 +1,7 @@
1
+ /**
2
+ This file is for all submit relevant changes.
3
+ The changes in this file affect both platforms android and iOS.
4
+
5
+ If the changes should only apply to one platform, this file must be copied under the same path into the respective platform folder and then the corresponding changes can be made there.
6
+ Path in the dyn. resources: ios/default/storefront/assets/submit.css or android/default/storefront/assets/submit.css
7
+ */
@@ -0,0 +1,11 @@
1
+ [
2
+ {
3
+ "message": "Unlimited digital access to premium content on the Country Walking app"
4
+ },
5
+ {
6
+ "message": "Full access to all archive articles"
7
+ },
8
+ {
9
+ "message": "Read any time, anywhere"
10
+ }
11
+ ]
@@ -0,0 +1,123 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <link rel="stylesheet" href="theme.css">
8
+ <title>Terms of use</title>
9
+ </head>
10
+ <body>
11
+ <h1>Membership Terms and Conditions </h1>
12
+ <b>Terms used</b>
13
+ <p>
14
+ <br> The term  <b>‘subscription’</b> or <b>‘membership’</b> refers to the arrangement between you and us (‘Bauer Media’) to receive a service or product via Bauer Media magazines regularly by paying in advance. This can include: </br>
15
+ <ul>
16
+ <li> A <b>print subscription</b></print> (also ‘print magazine only subscription’) which typically includes a magazine, available as a hardcopy delivered to you, a digital edition available via the app or a combination of the two (‘package’).</li>
17
+ <li>A <b>membership</b> (also ‘print and digital package’) which typically includes multiple service/product components which can include the print subscription as part of it. </li>
18
+ </ul>
19
+ Subscribers and members must be 18 years of age or older. </p>
20
+ <p> <b>New print memberships </b>
21
+ <ul>
22
+ <li> In order to offer you our fantastic savings, membership may not include promotional items packaged with the magazine at the newsstand. </li>
23
+ <li> If you’ve supplied a valid email address, your order will be acknowledged via email within 48 hours with a confirmation of your start issue. Alternatively, if we don't hold an email address, your order will be acknowledged within 5 working days by post. </li>
24
+ <li>You are required to create an account on the website in order to access rewards. </li>
25
+ <li> You are responsible for maintaining the confidentiality of your username, password and other credentials (your “Credentials”) that you will be asked to create to access the membership, its features or portions thereof. We are not responsible for any misuse of your Credentials by any third party, whether authorized by you or not. You agree to immediately notify Bauer Media of any actual or suspected unauthorized use of your Credentials or any other breach of security. We are not responsible or liable for any loss or damage resulting from unauthorized use of your Credentials or for your failure to follow the requirements set out in this Agreement. </li></p>
26
+ </ul>
27
+ <p> <b>New digital memberships </b>
28
+ <ul>
29
+ <li>Your order will be acknowledged via email within 48 hours with a confirmation of your membership details.</li>
30
+ <li>For a digital membership (either on its own or as part of a package) you can either access the digital content of your membership via the App or, where available, via the brand’s website. You are required to create an account in order to access digital content. For help to download the App please click <a href="https://www.greatmagazines.co.uk/digitalhelp/">here.</a> You will be able to access the current content immediately upon creating an account. </li>
31
+ <li>You are responsible for maintaining the confidentiality of your username, password and other credentials (your “Credentials”) that you will be asked to create to access the membership, its features or portions thereof. We are not responsible for any misuse of your Credentials by any third party, whether authorized by you or not. You agree to immediately notify Bauer Media of any actual or suspected unauthorized use of your Credentials or any other breach of security. We are not responsible or liable for any loss or damage resulting from unauthorized use of your Credentials or for your failure to follow the requirements set out in this Agreement. </li>
32
+ <li>Failure to keep the App updated to the latest version may mean you are unable to access the App. </li>
33
+ <li>By accessing the website or App you are agreeing to the Terms and condition of usage as detaied <a href=" https://www.bauerlegal.co.uk/website-terms-of-use-2021-04-14/">here.</a> </li></p>
34
+ </ul>
35
+ <p> <b>General terms and conditions for both print, digital and package memberships </p></b>
36
+ <p>
37
+ <ul>
38
+ <li>In an effort to improve the overall membership product and customer experience, we reserve the right to alter and modify the product platforms, features, and elements of it at any point.
39
+
40
+ <br>Additionally, we reserve the right to change or terminate any offered subscriptions or promotions at any time. </br> </li>
41
+
42
+ <li> Please note that we will send you service emails relating to your membership such as issue dispatch notifications, feedback surveys and notifications about your usage of the different membership areas, and these will be sent regardless of your marketing communication preferences - to ensure you receive these notifications please update your details <a href="https://secure.greatmagazines.co.uk/Solo/Account/Login/"> here</a>. In addition, as part of your subscription agreement, Bauer Media may contact you for research purposes to find out about your experiences with the magazine, regardless of your marketing communication preference.</li>
43
+
44
+ <li>If there is an issue processing your membership, Bauer Media will contact you to ensure you receive an uninterrupted service. </li>
45
+
46
+ <li>Savings for print and package memberships are based on the UK or Overseas (Europe, USA and Rest of the World regions) basic cover price of magazines, offers are valid for specified region and by payment method advertised only.
47
+
48
+ <li>Savings for digital memberships are based on the UK basic price of the magazine. Offers are valid for specified region and by payment method advertised only. </li>
49
+
50
+ <li>Welcome gift(s) if included are subject to availability. Should we run out of the listed item you will be offered an alternative product of a similar value or a three-issue extension. The welcome gift will be sent separately to the magazine and we ask customers to allow up to 28 days for delivery. No gift will be released for sending until your payment for the membership has been received and successfully processed. We will notify you via email if there are any unforeseen delays. Please note, for gift subscriptions, the welcome gift is sent to the billing address of the payer (not to the gift subscription recipient). Bauer Media reserve the right to amend or terminate an order and/or request the return of gifts in cases of suspected user breach. </li>
51
+
52
+ <li>The reselling of subscriptions, complimentary gifts included with the subscription or individual magazines is strictly prohibited and may result in the order being cancelled by us. </li>
53
+
54
+ <li>Membership terms vary depending on the magazine brand, the number of issues in your membership will be outlined in your acknowledgement email or letter. We reserve the right to adjust membership frequencies at any time, we’ll notify customers in advance of any changes and inform you, should this change your payment collection dates. </li>
55
+
56
+ <li>During your membership term we reserve the right to increase your payment, however we’ll notify you prior to changes by email or by post.</li>
57
+ </ul>
58
+ </p>
59
+ <p><b>Membership services </b></p>
60
+ <p>
61
+ <ul>
62
+ <li><b>Website-hosted features:</b>  If you’ve purchased a membership and created an account, you will have immediate access to all website-hosted features which includes content, video and exclusive member rewards. </li>
63
+
64
+ <li><b>App-hosted features:</b>  If you’ve purchased a membership, you will have immediate access to all app-hosted features which includes the digital content. </li>
65
+
66
+ <li><b>Print Magazine: </b> You will receive your first print issue in line with the issue stated in your acknowledgement email. This is normally the next available issue that goes on sale. </li>
67
+
68
+ <li><b> Membership Emails: </b> You will receive regular emails as part of your membership, sent to the email address you have provided, updating you on new features, benefits and rewards available to you. Should you wish to opt-out of these emails, you are entitled to do so at any time by clicking on the unsubscribe link contained within the email. You will also receive a Members Email from the editor, for the duration of your membership. If this is a gift membership, please ensure the recipient provides their email address to receive all these member benefits. Opting out of the free membership emails does not alter any of the subscription terms and conditions. </li>
69
+
70
+ <li><b> Members Rewards:</b> If you’ve purchased a digital membership or digital + print membership and created an account, you will have immediate access to membership rewards from a selection of hand-picked third-party brands of your chosen title. Each membership reward is accessible by clicking on the rewards area of the website or app. The membership rewards will include, and are not limited to discounts, special prices, free prize draws, and early access to events, such as sales or new product collections. Each membership reward will be subject to its own unique terms & conditions and eligibility rules from the third-party provider and/or Bauer Media, and will be available to claim during a predefined redemption period. Specific membership rewards may operate on a first-come, first-served basis and are subject to availability, we cannot always guarantee there will be enough redemption codes to go around.  Please check each membership reward for finer details. </li>
71
+ <br> Please note that platforms and features may differ based on your selected membership for your chosen brand. </br>
72
+ </ul>
73
+ </p>
74
+ <p><b>Reward Programme General terms </b></p>
75
+ <p>The Reward Programme is a series of promotional offers exclusive to Bauer Media subscribers which are operated on behalf of Bauer Publishing (“Bauer Media”) by Bauer’s chosen providers (“the Promotion”).</p>
76
+ <p>Please read the App terms and conditions, which can be found in the Terms of Use in your app, and the specific claim instructions. These form part of these Reward Terms and Conditions. 1) Companies featured on the website and in the app are subject to change without notice. 2) The Promotion is available to Bauer Members who are aged 18 years or older and is valid for existing memberships only. 3) The Promotion provided by each individual company within the app are subject to separate terms and conditions, including how to redeem, as advised at the time of viewing. The Promotion becomes invalid if the terms and conditions are not met. 4) The Reward cannot be used in conjunction with any other offers or discounts. Some offers within the Reward may not be available over the Christmas and New year period, bank holidays, Valentine’s Day, Mother’s Day, Father’s Day, and other celebratory and special occasions. 5) All companies featured within the Reward Programme will have their own separate terms and conditions which may be found above. 6) While Bauer Media makes every reasonable effort to quality check the companies listed, neither Bauer Media can accept any responsibility for the failure of any participating companies. 7) Bauer Media reserve the right to withdraw a Promotion at any time without notice, although Promotion already taken will be honoured. 8) Bauer Media reserves the right to vary these terms and conditions at any time at our sole discretion. Such variations will become effective immediately upon posting of the varied Reward Terms. By continuing to take part in the Promotion you will be deemed to accept such variation. 9) Queries arising from the Promotion should go to the email address listed within the Reward ‘how to redeem’ section.</p>
77
+ <p>Bauer Publishing, with company number LP003328 and whose registered address is Academic House, 24-28 Oval Road, London, NW1 7DT; and VAT Registration Number is 918561701 is the promotor of the Reward Program.</p>
78
+ <p><b>Payment Method details </b></p>
79
+ <p>
80
+ <ul>
81
+ <li><b>Direct Debit:</b> Once a Direct Debit Agreement is completed and accepted, it remains active until cancelled. This means that we will continue to take the payment due until the Agreement is cancelled by you at your bank and/or with ourselves. Unless we change any information on the Direct Debit schedule (term, claim date or payment) we will not send a reminder the next payment is due. Once a payment has been collected, no refund will be made, and any cancellation will be from the next claim date of the payment. You have the right to cancel your Direct Debit in accordance with Direct Debit Guarantee below. If you do cancel, you will receive only the issues/membership access you have already paid for. </li>
82
+
83
+ <li><b>The Direct Debit Guarantee:</b> This Guarantee is offered by all banks and building societies that accept instructions to pay Direct Debits. If there are any changes to the amount, date or frequency of your Direct Debit Bauer Consumer Media Ltd (publisher of the magazine and content on this site) will notify you 10 working days in advance of your account being debited or as otherwise agreed. If you request Bauer Consumer Media Ltd to collect a payment, confirmation of the amount and date will be given to you at the time of the request. If an error is made in the payment of your Direct Debit, by Bauer Consumer Media Ltd or your bank or building society, you are entitled to a full and immediate refund of the amount paid from your bank or building society. If you receive a refund, you are not entitled to, you must pay it back when Bauer Consumer Media Ltd asks you to. You can cancel a Direct Debit at any time by simply contacting your bank or building society. Written confirmation may be required. Please also notify us. </li>
84
+
85
+ <li><b>Continuous Credit/Debit Card:</b> Payments where we take the money from your chosen card on a recurring basis and your subscription will renew automatically for the period stated on your order confirmation. If there are any changes to the amount of your Payment, Bauer Consumer Media Ltd will notify you 10 working days in advance of your account being debited or as otherwise agreed. You have the right to cancel your continuous card payment and must do this at your bank and/or with ourselves. If you do cancel, you will receive only the issues/membership access you have already paid for. </li>
86
+
87
+ <li><b>Recurring PayPal:</b> Payments where you consent to us deducting the subscription payment from your PayPal Account or Nominated Payment Source. Each payment is deducted for the time period (i.e., annual, quarterly, monthly or 6 monthly) as stated on your order confirmation. The payment will automatically be deducted when due (for the same time period) until you cancel your membership. In accordance with the Recurring Payments and Billing Agreement you can cancel your recurring subscription at any time up to three (3) working days prior to the scheduled date of the automatic payment (Termination Date). If you fail to cancel your recurring subscription by the Termination Date (next automatic payment date), you acknowledge and agree you will be automatically charged on the scheduled date for the agreed payment amount. If you do cancel, you will receive only the issues/membership access you have already paid for. If there are any changes to the amount of your payment, Bauer Consumer Media Ltd will notify you 10 working days in advance of your account being debited or as otherwise agreed. </li>
88
+
89
+ <li><b>Trials:</b> If you have purchased a membership using an introductory trial offer on a recurring payment method an initial payment for the time period specified in the applicable offer will be taken and the membership will then continue at the step-up rate and frequency specified, unless you are notified otherwise.</li>
90
+
91
+ <li><b>One-off annual payment offers:</b> Once a payment has been made, no refund will be given if outside of the 14-day cooling period. This starts once you have received your order confirmation. </li>
92
+ </ul>
93
+ </p>
94
+ <p><b> Membership renewals </b></p>
95
+ <p>
96
+ <ul>
97
+ <li>You will receive membership access for the time period specified in the applicable offer. If your membership includes the print edition you will receive the number of issues outlined in the offer. For more information, please refer to Terms and Conditions specified on the applicable offer. </li>
98
+
99
+ <li> If you have made a one-off annual payment for your membership, to ensure you continue to have access to your membership benefits and any print issues (if print is part of your membership) we will contact you before the expiry date of your membership to remind you to renew to ensure you receive an uninterrupted service. </li>
100
+
101
+ <li> As part of your membership agreement and regardless of your marketing communication preferences, Bauer Media may contact you up to 3 months after expiry with renewal reminders. </li>
102
+ </ul>
103
+ </p>
104
+ <p><b> Membership cancellations </b></p>
105
+ <p>When you cancel a membership, you cancel only future charges associated with your membership. You may notify us of your intent to cancel at any time, but the cancellation will become effective at the end of your current billing period.
106
+ <ul>
107
+ <li><b> Direct Debit, Continuous Credit Card and Recurring PayPal Memberships:</b> Monthly membership payments will automatically renew every month and can be cancelled any time. Annual membership will continue for the full 12 months and automatically renew at the end of this period. To cancel the membership and stop the next claim being taken please contact us at least a month before the membership is due to renew for all payment terms. </li>
108
+
109
+ <li><b> One-off annual payments</b> will be for the full 12 months and can only be cancelled during the 14-day cooling off period. </li>
110
+
111
+ </ul>
112
+ Should you wish to cancel your membership, you can do so by contacting us on 01858 438884 or email us on <a href="mailto:bauer@subscription.co.uk">bauer@subscription.co.uk</a> . Please include your name, magazine and customer number or postcode.
113
+
114
+ If you have any questions, please visit our FAQ's or email us on <a href="mailto:bauer@subscription.co.uk">bauer@subscription.co.uk</a>. If you wish to call us, please telephone +44 (0)1858 438884.
115
+
116
+ <br>Opening times: *0800hrs – 2130hrs (Mon-Fri), 0800hrs – 1600hrs (Sat). </br>
117
+
118
+ <br>*All UK local Timings. </br></p>
119
+
120
+ <p><b> Promotor </b></p>
121
+ <p>Bauer Consumer Media Limited, with company number is 01176085 and whose registered address is Media House, Peterborough Business Park, Lynch Wood, Peterborough, PE2 6EA (VAT Registration Number is 918561701). Bauer Media reserve the right to change these terms at any time. Continued use of your subscription will be deemed acceptance of any changes. </p>
122
+ </body>
123
+ </html>
@@ -0,0 +1,3 @@
1
+ {
2
+ "ttsDisableForPreview": true
3
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "access": "assets/access.json",
3
+ "ads": "assets/ads.json",
4
+ "appBar": "assets/appBar.json",
5
+ "downloadOptions": "assets/downloadOptions.json",
6
+ "messages": "assets/messages.json",
7
+ "navigation": "assets/navigation.json",
8
+ "views": "assets/views.json",
9
+ "genericWidget": "assets/generic-widget.json",
10
+ "features": "assets/features.json"
11
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "branch": "HEAD",
3
+ "commit": "3983660",
4
+ "commitDate": "Wed Feb 05 2025 09:04:58 GMT+0000 (Coordinated Universal Time)",
5
+ "buildDate": "Wed Feb 05 2025 09:08:04 GMT+0000 (Coordinated Universal Time)",
6
+ "packageVersion": "3.9.0-SNAPSHOT"
7
+ }
@@ -0,0 +1 @@
1
+ <!doctype html><html><head><meta charset="utf-8"><meta name="deep-link-landing-version" content="1.1.0"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0"><script src="https://kiosk.purplemanager.com/scripts/purpleInterface.js"></script><link rel="stylesheet" href="custom.css"><script defer="defer" src="purple-deep-link-landing.js"></script></head><body></body></html>