@mindful-web/marko-web-theme-monorail 1.69.5 → 1.70.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/browser/google-preferred-sources-button.vue +231 -0
  2. package/browser/index.js +2 -0
  3. package/browser/ssr.js +2 -0
  4. package/components/ads/fixed-ad-bottom.marko.js +2 -2
  5. package/components/ads/reveal-ad-handler.marko.js +2 -2
  6. package/components/blocks/author-bios.marko.js +2 -2
  7. package/components/blocks/callout-cards.marko.js +2 -2
  8. package/components/blocks/company-inquiry-form.marko.js +2 -2
  9. package/components/blocks/company-search.marko.js +2 -2
  10. package/components/blocks/content-card-deck.marko.js +2 -2
  11. package/components/blocks/content-meter.marko.js +2 -2
  12. package/components/blocks/full-width-native-ad.marko.js +2 -2
  13. package/components/blocks/header-announcement.marko.js +2 -2
  14. package/components/blocks/hero-card.marko.js +2 -2
  15. package/components/blocks/latest-content-list.marko.js +2 -2
  16. package/components/blocks/latest-podcast.marko.js +2 -2
  17. package/components/blocks/latest-products-feed.marko.js +2 -2
  18. package/components/blocks/more-products.marko.js +2 -2
  19. package/components/blocks/most-popular-list.marko.js +2 -2
  20. package/components/blocks/most-popular.marko.js +2 -2
  21. package/components/blocks/native-x-card-deck.marko.js +2 -2
  22. package/components/blocks/native-x-promo-card.marko.js +2 -2
  23. package/components/blocks/newsletter-signup-banner-external.marko.js +2 -2
  24. package/components/blocks/newsletter-signup-banner-large.marko.js +2 -2
  25. package/components/blocks/newsletter-signup-banner.marko.js +2 -2
  26. package/components/blocks/opinion.marko.js +2 -2
  27. package/components/blocks/primary-image.marko.js +2 -2
  28. package/components/blocks/products.marko.js +2 -2
  29. package/components/blocks/read-next.marko.js +2 -2
  30. package/components/blocks/related-stories.marko.js +2 -2
  31. package/components/blocks/resource-library.marko.js +2 -2
  32. package/components/blocks/section-body-feed.marko.js +2 -2
  33. package/components/blocks/section-card-deck-featured.marko.js +2 -2
  34. package/components/blocks/section-card-deck.marko.js +2 -2
  35. package/components/blocks/section-card-list.marko.js +2 -2
  36. package/components/blocks/section-feed.marko.js +2 -2
  37. package/components/blocks/section-forbes.marko.js +2 -2
  38. package/components/blocks/section-list-deck.marko.js +2 -2
  39. package/components/blocks/section-list.marko.js +2 -2
  40. package/components/blocks/section-search.marko.js +2 -2
  41. package/components/blocks/section-title-feed.marko.js +2 -2
  42. package/components/blocks/top-stories-menu.marko.js +2 -2
  43. package/components/blocks/top-stories.marko.js +2 -2
  44. package/components/blocks/white-papers.marko.js +2 -2
  45. package/components/breadcrumbs/content-page.marko.js +2 -2
  46. package/components/breadcrumbs/index.marko.js +2 -2
  47. package/components/breadcrumbs/website-section.marko.js +2 -2
  48. package/components/breadcrumbs/with-home.marko.js +2 -2
  49. package/components/client-side-block-loader.marko.js +2 -2
  50. package/components/client-side-blocks/most-popular-list.marko.js +2 -2
  51. package/components/client-side-blocks/most-popular.marko.js +2 -2
  52. package/components/content/body-with-injection.marko.js +2 -2
  53. package/components/content/contact-details/index.marko.js +2 -2
  54. package/components/content/contact-details/section.marko.js +2 -2
  55. package/components/content/download/form-dot-com.marko.js +2 -2
  56. package/components/content/download/identity-x.marko.js +2 -2
  57. package/components/content/download/index.marko.js +2 -2
  58. package/components/content/download/link.marko.js +2 -2
  59. package/components/content/download/wufoo.marko.js +2 -2
  60. package/components/content/link-url/index.marko.js +2 -2
  61. package/components/content/sections-listed-in.marko.js +2 -2
  62. package/components/content-attribution/attribution.marko.js +2 -2
  63. package/components/content-attribution/components/authors.marko.js +2 -2
  64. package/components/content-attribution/components/byline.marko.js +2 -2
  65. package/components/content-attribution/components/company.marko.js +2 -2
  66. package/components/content-attribution/components/contributors.marko.js +2 -2
  67. package/components/content-attribution/components/photographers.marko.js +2 -2
  68. package/components/content-attribution/components/source.marko.js +2 -2
  69. package/components/content-attribution/components/speakers.marko.js +2 -2
  70. package/components/content-attribution/components/sponsors.marko.js +2 -2
  71. package/components/content-attribution/index.marko.js +2 -2
  72. package/components/directory-facets/facet-container/facet-container.marko.js +2 -2
  73. package/components/directory-facets/facet-list/facet-list.marko.js +2 -2
  74. package/components/directory-facets/facet.marko.js +2 -2
  75. package/components/directory-facets/index.marko.js +2 -2
  76. package/components/facebook-connect.marko.js +2 -2
  77. package/components/flows/card-deck.marko.js +2 -2
  78. package/components/flows/content/card-deck-col.marko.js +2 -2
  79. package/components/flows/content/directory-section.marko.js +2 -2
  80. package/components/flows/content/list.marko.js +2 -2
  81. package/components/flows/section-feed.marko.js +2 -2
  82. package/components/gam/components/define-display-ad.marko.js +2 -2
  83. package/components/gam/define-display-ad.marko.js +2 -2
  84. package/components/gam/inject-ads.marko.js +2 -2
  85. package/components/gam/wallpaper-ad.marko.js +2 -2
  86. package/components/identity-x/comment-stream.marko.js +2 -2
  87. package/components/identity-x/content-page-gate.marko.js +2 -2
  88. package/components/identity-x/newsletter-footer.marko.js +2 -2
  89. package/components/identity-x/newsletter-inline.marko.js +2 -2
  90. package/components/identity-x/newsletter-modal.marko.js +2 -2
  91. package/components/identity-x/newsletter-pushdown.marko.js +2 -2
  92. package/components/layouts/ad-preview.marko.js +2 -2
  93. package/components/menu-toggle-button.marko.js +2 -2
  94. package/components/native-x/render.marko.js +2 -2
  95. package/components/nodes/author-bio.marko.js +2 -2
  96. package/components/nodes/author-card.marko.js +2 -2
  97. package/components/nodes/author-published.marko.js +2 -2
  98. package/components/nodes/author.marko.js +2 -2
  99. package/components/nodes/components/attribution.marko.js +2 -2
  100. package/components/nodes/components/authors.marko.js +2 -2
  101. package/components/nodes/components/company-name.marko.js +2 -2
  102. package/components/nodes/components/dates.marko.js +2 -2
  103. package/components/nodes/components/section-sponsor.marko.js +2 -2
  104. package/components/nodes/content-published.marko.js +2 -2
  105. package/components/nodes/content.marko.js +2 -2
  106. package/components/nodes/directory-section-feed-content.marko.js +2 -2
  107. package/components/nodes/featured-products-card.marko.js +2 -2
  108. package/components/nodes/product-feed-content.marko.js +2 -2
  109. package/components/nodes/section-feed-content.marko.js +2 -2
  110. package/components/nodes/standard-promo.marko.js +2 -2
  111. package/components/nodes/youtube-card.marko.js +2 -2
  112. package/components/page/attribution.marko.js +2 -2
  113. package/components/page/contact-details.marko.js +2 -2
  114. package/components/page/content.marko.js +2 -2
  115. package/components/page/contents.marko.js +2 -2
  116. package/components/page/dates.marko.js +2 -2
  117. package/components/page/default.marko.js +2 -2
  118. package/components/page/website-section.marko.js +2 -2
  119. package/components/pagination-controls.marko.js +2 -2
  120. package/components/query-total-count.marko.js +2 -2
  121. package/components/reveal-ad-handler.marko.js +2 -2
  122. package/components/site-footer/container.marko.js +2 -2
  123. package/components/site-footer/copyright.marko.js +2 -2
  124. package/components/site-footer/index.marko.js +2 -2
  125. package/components/site-footer/social-icons.marko.js +2 -2
  126. package/components/site-header.marko.js +2 -2
  127. package/components/site-menu/components/search.marko.js +2 -2
  128. package/components/site-menu/components/social-icons.marko.js +2 -2
  129. package/components/site-menu/header.marko.js +2 -2
  130. package/components/site-menu/index.marko.js +2 -2
  131. package/components/site-menu/section.marko.js +2 -2
  132. package/components/site-navbar/brand.marko.js +2 -2
  133. package/components/site-navbar/index.marko.js +2 -2
  134. package/components/site-navbar/item.marko.js +2 -2
  135. package/components/site-navbar/items.marko.js +2 -2
  136. package/components/site-navbar/logo.marko.js +2 -2
  137. package/components/site-navbar/search.marko.js +2 -2
  138. package/components/site-newsletter-menu.marko.js +2 -2
  139. package/components/social/icon-link.marko.js +2 -2
  140. package/components/social/icons.marko.js +2 -2
  141. package/components/social-follow.marko.js +2 -2
  142. package/components/ssr-html-inject.marko.js +2 -2
  143. package/package.json +3 -3
  144. package/templates/ad-preview.marko.js +2 -2
  145. package/templates/content/components/presented-by.marko.js +2 -2
  146. package/templates/content/native-x-story.marko.js +2 -2
  147. package/templates/content/print.marko.js +2 -2
  148. package/templates/email-preview.marko.js +2 -2
  149. package/templates/search.marko.js +2 -2
  150. package/templates/taxonomy.marko.js +2 -2
@@ -0,0 +1,231 @@
1
+ <template>
2
+ <button
3
+ :class="classNames"
4
+ :title="shareTo"
5
+ :rel="rel"
6
+ @click="share"
7
+ >
8
+ <span style="letter-spacing: 0.5px">
9
+ Add us as a preferred source on Google
10
+ </span>
11
+ </button>
12
+ </template>
13
+
14
+ <script>
15
+ import providerList from '@mindful-web/marko-web-social-sharing/browser/providers';
16
+ import i18n from '@mindful-web/marko-web-social-sharing/browser/i18n-vue';
17
+
18
+ export default {
19
+ props: {
20
+ url: {
21
+ type: String,
22
+ required: true,
23
+ },
24
+ provider: {
25
+ type: String,
26
+ required: true,
27
+ },
28
+ title: {
29
+ type: String,
30
+ default: '',
31
+ },
32
+ description: {
33
+ type: String,
34
+ default: '',
35
+ },
36
+ media: {
37
+ type: String,
38
+ default: null,
39
+ },
40
+ showAction: {
41
+ type: Boolean,
42
+ default: false,
43
+ },
44
+ /**
45
+ * A custom print landing page URL.
46
+ * If set, the print action will redirect the user as opposed
47
+ * to prompting the print dialog.
48
+ */
49
+ printUrl: {
50
+ type: String,
51
+ default: null,
52
+ },
53
+ lang: {
54
+ type: String,
55
+ default: 'en',
56
+ },
57
+ hostName: {
58
+ type: String,
59
+ default: null,
60
+ },
61
+ },
62
+
63
+ data: () => ({
64
+ blockName: 'social-sharing',
65
+ name: null,
66
+ href: null,
67
+ params: {},
68
+ type: null,
69
+ popup: {
70
+ interval: null,
71
+ features: {
72
+ status: 0,
73
+ resizable: 1,
74
+ toolbar: 0,
75
+ menubar: 0,
76
+ scrollbars: 0,
77
+ location: 0,
78
+ directories: 0,
79
+ width: 626,
80
+ height: 436,
81
+ top: 0,
82
+ left: 0,
83
+ },
84
+ },
85
+ rel: null,
86
+ }),
87
+
88
+ computed: {
89
+ classNames() {
90
+ const classNames = [this.elementName('button'), this.elementName('button', this.provider)];
91
+ if (this.showAction) classNames.push(this.elementName('button', 'with-action'));
92
+ return classNames;
93
+ },
94
+
95
+ iconComponent() {
96
+ return `${this.provider}-icon`;
97
+ },
98
+ shareTo() {
99
+ return this.action ? `${i18n(this.lang, this.action)}` : `${i18n(this.lang, 'shareTo')} ${this.provider}`;
100
+ },
101
+ },
102
+
103
+ created() {
104
+ const provider = providerList[this.provider];
105
+ this.name = provider.name;
106
+ this.href = provider.href;
107
+ this.params = provider.params;
108
+ this.action = provider.action;
109
+ this.type = provider.type;
110
+ if (provider.rel) {
111
+ this.rel = provider.rel;
112
+ }
113
+ },
114
+
115
+ mounted() {
116
+ this.setPopupPosition();
117
+ },
118
+
119
+ methods: {
120
+ /**
121
+ *
122
+ */
123
+ share() {
124
+ const url = this.buildSharerUrl();
125
+ this.emitOpenEvent();
126
+ if (this.type === 'direct') {
127
+ window.open(url, '_self');
128
+ } else if (this.type === 'print') {
129
+ const { printUrl } = this;
130
+ if (printUrl) {
131
+ window.open(printUrl, '_self');
132
+ } else {
133
+ window.print();
134
+ }
135
+ } else {
136
+ this.openPopup(url);
137
+ }
138
+ },
139
+
140
+ /**
141
+ *
142
+ */
143
+ encode(v) {
144
+ return encodeURIComponent(v);
145
+ },
146
+
147
+ /**
148
+ *
149
+ */
150
+ elementName(name, mod) {
151
+ const elementName = `${this.blockName}__${name}`;
152
+ if (!mod) return elementName;
153
+ return `${elementName}--${mod}`;
154
+ },
155
+
156
+ /**
157
+ *
158
+ */
159
+ buildSharerUrl() {
160
+ const pattern = /^@/;
161
+ const kvs = Object.keys(this.params).map((key) => {
162
+ const value = this.params[key];
163
+ if (pattern.test(value)) {
164
+ // Needs to be replaced with a component value.
165
+ const prop = value.replace(pattern, '');
166
+
167
+ // Also need to replace in the href if they are used
168
+ this.href = this.href.replace(value, this[prop]);
169
+
170
+ return { key, value: this[prop] };
171
+ }
172
+ // Return value as is
173
+ return { key, value };
174
+ }).filter(({ value }) => value).map(({ key, value }) => `${this.encode(key)}=${this.encode(value)}`);
175
+ // Return direct URLs without appending new parameters
176
+ if (this.type === 'direct') return this.href;
177
+ return `${this.href}?${kvs.join('&')}`;
178
+ },
179
+
180
+ emitOpenEvent() {
181
+ const provider = providerList[this.provider];
182
+ this.$emit('open', provider);
183
+ },
184
+
185
+ /**
186
+ *
187
+ */
188
+ openPopup(url) {
189
+ const provider = providerList[this.provider];
190
+
191
+ let popup = window.open(url, 'social-share', this.buildPopupFeatures());
192
+ if (popup) popup.focus();
193
+
194
+ this.popup.interval = setInterval(() => {
195
+ if (!popup || popup.closed) {
196
+ clearInterval(this.popup.interval);
197
+ popup = undefined;
198
+ this.$emit('close', provider);
199
+ }
200
+ }, 500);
201
+ },
202
+
203
+ buildPopupFeatures() {
204
+ const { features } = this.popup;
205
+ return Object.keys(features).map((key) => `${key}=${features[key]}`).join(',');
206
+ },
207
+
208
+ /**
209
+ *
210
+ */
211
+ setPopupPosition() {
212
+ const { features } = this.popup;
213
+ const { screen } = window;
214
+ const dualScreenLeft = window.screenLeft !== undefined ? window.screenLeft : screen.left;
215
+ const dualScreenTop = window.screenTop !== undefined ? window.screenTop : screen.top;
216
+
217
+ const { documentElement } = document;
218
+ const innerWidth = documentElement.clientWidth
219
+ ? documentElement.clientWidth : screen.width;
220
+ const innerHeight = documentElement.clientHeight
221
+ ? documentElement.clientHeight : screen.height;
222
+
223
+ const width = window.innerWidth ? window.innerWidth : innerWidth;
224
+ const height = window.innerHeight ? window.innerHeight : innerHeight;
225
+
226
+ this.popup.features.left = ((width / 2) - (features.width / 2)) + dualScreenLeft;
227
+ this.popup.features.top = ((height / 2) - (features.height / 2)) + dualScreenTop;
228
+ },
229
+ },
230
+ };
231
+ </script>
package/browser/index.js CHANGED
@@ -24,6 +24,7 @@ const SiteNewsletterMenu = () => import(/* webpackChunkName: "theme-site-newslet
24
24
  const WufooForm = () => import(/* webpackChunkName: "theme-wufoo-form" */ './wufoo-form.vue');
25
25
  const TopStoriesMenu = () => import(/* webpackChunkName: "theme-top-stories-menu" */ './top-stories-menu.vue');
26
26
  const RevealAdHandler = () => import(/* webpackChunkName: "reveal-ad-handler" */ './reveal-ad-handler.vue');
27
+ const GooglePreferredSourcesButton = () => import(/* webpackChunkName: "google-preferred-sources-button" */ './google-preferred-sources-button.vue');
27
28
 
28
29
  const setP1EventsIdentity = ({ p1events, brandKey, encryptedId }) => {
29
30
  if (!p1events || !brandKey || !encryptedId) return;
@@ -170,4 +171,5 @@ export default (Browser, configOverrides = {}) => {
170
171
  provide: { EventBus },
171
172
  });
172
173
  Browser.register('NewsletterSignupModalListener', NewsletterSignupModalListener);
174
+ Browser.register('GooglePreferredSourcesButton', GooglePreferredSourcesButton);
173
175
  };
package/browser/ssr.js CHANGED
@@ -4,6 +4,7 @@ import IdentityXNewsletterToggleButton from './idx-newsletter-form/toggle-button
4
4
  import IdentityXNewsletterFormPushdown from './idx-newsletter-form/pushdown.vue';
5
5
  import IdentityXNewsletterFormInline from './idx-newsletter-form/inline.vue';
6
6
  import ThemeSiteNewsletterMenu from './site-newsletter-menu.vue';
7
+ import GooglePreferredSourcesButton from './google-preferred-sources-button.vue';
7
8
 
8
9
  export default {
9
10
  ThemeMenuToggleButton,
@@ -12,4 +13,5 @@ export default {
12
13
  IdentityXNewsletterFormInline,
13
14
  ThemeNewsletterToggleButton,
14
15
  ThemeSiteNewsletterMenu,
16
+ GooglePreferredSourcesButton,
15
17
  };
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/ads/fixed-ad-bottom.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/ads/fixed-ad-bottom.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  marko_assign = require("marko/dist/runtime/helpers/assign"),
8
8
  marko_web_gam_fixed_ad_bottom_template = require("@mindful-web/marko-web-gam/components/fixed-ad-bottom.marko"),
@@ -29,7 +29,7 @@ marko_template._ = marko_renderer(render, {
29
29
  });
30
30
 
31
31
  marko_template.meta = {
32
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/ads/fixed-ad-bottom.marko",
32
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/ads/fixed-ad-bottom.marko",
33
33
  tags: [
34
34
  "@mindful-web/marko-web-gam/components/fixed-ad-bottom.marko"
35
35
  ]
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/ads/reveal-ad-handler.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/ads/reveal-ad-handler.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  marko_web_browser_component_template = require("@mindful-web/marko-web/components/browser-component.marko"),
8
8
  marko_loadTag = require("marko/dist/runtime/helpers/load-tag"),
@@ -31,7 +31,7 @@ marko_template._ = marko_renderer(render, {
31
31
  });
32
32
 
33
33
  marko_template.meta = {
34
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/ads/reveal-ad-handler.marko",
34
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/ads/reveal-ad-handler.marko",
35
35
  tags: [
36
36
  "@mindful-web/marko-web/components/browser-component.marko"
37
37
  ]
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/author-bios.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/author-bios.marko",
6
6
  marko_component = require("./author-bios.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
8
  module_defaultValue = require("@mindful-web/marko-core/utils/default-value"),
@@ -67,7 +67,7 @@ marko_template._ = marko_renderer(render, {
67
67
  }, marko_component);
68
68
 
69
69
  marko_template.meta = {
70
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/author-bios.marko",
70
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/author-bios.marko",
71
71
  component: "./author-bios.marko",
72
72
  tags: [
73
73
  "../nodes/author-bio.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/callout-cards.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/callout-cards.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  module_objectPath_module = require("@mindful-web/object-path"),
8
8
  objectPath_module = module_objectPath_module.default || module_objectPath_module,
@@ -66,7 +66,7 @@ marko_template._ = marko_renderer(render, {
66
66
  });
67
67
 
68
68
  marko_template.meta = {
69
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/callout-cards.marko",
69
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/callout-cards.marko",
70
70
  tags: [
71
71
  "@mindful-web/marko-web/components/element/index.marko",
72
72
  "@mindful-web/marko-web/components/element/block.marko"
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/company-inquiry-form.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/company-inquiry-form.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  module_defaultValue = require("@mindful-web/marko-core/utils/default-value"),
8
8
  defaultValue = module_defaultValue.default || module_defaultValue,
@@ -83,7 +83,7 @@ marko_template._ = marko_renderer(render, {
83
83
  });
84
84
 
85
85
  marko_template.meta = {
86
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/company-inquiry-form.marko",
86
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/company-inquiry-form.marko",
87
87
  tags: [
88
88
  "@mindful-web/marko-web/components/browser-component.marko",
89
89
  "@mindful-web/marko-web-p1-events/components/track-inquiry-submission.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/company-search.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/company-search.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  marko_web_browser_component_template = require("@mindful-web/marko-web/components/browser-component.marko"),
8
8
  marko_loadTag = require("marko/dist/runtime/helpers/load-tag"),
@@ -22,7 +22,7 @@ marko_template._ = marko_renderer(render, {
22
22
  });
23
23
 
24
24
  marko_template.meta = {
25
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/company-search.marko",
25
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/company-search.marko",
26
26
  tags: [
27
27
  "@mindful-web/marko-web/components/browser-component.marko"
28
28
  ]
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/content-card-deck.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/content-card-deck.marko",
6
6
  marko_component = require("./content-card-deck.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
8
  module_utils_module = require("@mindful-web/marko-web/utils"),
@@ -317,7 +317,7 @@ marko_template._ = marko_renderer(render, {
317
317
  }, marko_component);
318
318
 
319
319
  marko_template.meta = {
320
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/content-card-deck.marko",
320
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/content-card-deck.marko",
321
321
  component: "./content-card-deck.marko",
322
322
  tags: [
323
323
  "@mindful-web/marko-web/components/element/link.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/content-meter.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/content-meter.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  module_defaultValue = require("@mindful-web/marko-core/utils/default-value"),
8
8
  defaultValue = module_defaultValue.default || module_defaultValue,
@@ -125,7 +125,7 @@ marko_template._ = marko_renderer(render, {
125
125
  });
126
126
 
127
127
  marko_template.meta = {
128
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/content-meter.marko",
128
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/content-meter.marko",
129
129
  tags: [
130
130
  "@mindful-web/marko-web/components/browser-component.marko",
131
131
  "../menu-toggle-button.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/full-width-native-ad.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/full-width-native-ad.marko",
6
6
  marko_component = require("./full-width-native-ad.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
8
  module_objectPath_module = require("@mindful-web/object-path"),
@@ -52,7 +52,7 @@ marko_template._ = marko_renderer(render, {
52
52
  }, marko_component);
53
53
 
54
54
  marko_template.meta = {
55
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/full-width-native-ad.marko",
55
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/full-width-native-ad.marko",
56
56
  component: "./full-width-native-ad.marko",
57
57
  tags: [
58
58
  "../nodes/section-feed-content.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/header-announcement.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/header-announcement.marko",
6
6
  marko_component = require("./header-announcement.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
8
  marko_str = require("marko/dist/runtime/helpers/to-string"),
@@ -107,7 +107,7 @@ marko_template._ = marko_renderer(render, {
107
107
  }, marko_component);
108
108
 
109
109
  marko_template.meta = {
110
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/header-announcement.marko",
110
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/header-announcement.marko",
111
111
  component: "./header-announcement.marko",
112
112
  tags: [
113
113
  "@mindful-web/marko-web/components/element/index.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/hero-card.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/hero-card.marko",
6
6
  marko_component = require("./hero-card.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
8
  module_defaultValue = require("@mindful-web/marko-core/utils/default-value"),
@@ -194,7 +194,7 @@ marko_template._ = marko_renderer(render, {
194
194
  }, marko_component);
195
195
 
196
196
  marko_template.meta = {
197
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/hero-card.marko",
197
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/hero-card.marko",
198
198
  component: "./hero-card.marko",
199
199
  tags: [
200
200
  "@mindful-web/marko-web/components/element/index.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/latest-content-list.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/latest-content-list.marko",
6
6
  marko_component = require("./latest-content-list.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
8
  module_objectPath_module = require("@mindful-web/object-path"),
@@ -144,7 +144,7 @@ marko_template._ = marko_renderer(render, {
144
144
  }, marko_component);
145
145
 
146
146
  marko_template.meta = {
147
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/latest-content-list.marko",
147
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/latest-content-list.marko",
148
148
  component: "./latest-content-list.marko",
149
149
  tags: [
150
150
  "@mindful-web/marko-web/components/element/link.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/latest-podcast.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/latest-podcast.marko",
6
6
  marko_component = require("./latest-podcast.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
8
  module_queryFragment = require("../../graphql/fragments/latest-podcast-block"),
@@ -157,7 +157,7 @@ marko_template._ = marko_renderer(render, {
157
157
  }, marko_component);
158
158
 
159
159
  marko_template.meta = {
160
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/latest-podcast.marko",
160
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/latest-podcast.marko",
161
161
  component: "./latest-podcast.marko",
162
162
  tags: [
163
163
  "@mindful-web/marko-web-icons/components/icon.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/latest-products-feed.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/latest-products-feed.marko",
6
6
  marko_component = require("./latest-products-feed.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
8
  module_defaultValue = require("@mindful-web/marko-core/utils/default-value"),
@@ -154,7 +154,7 @@ marko_template._ = marko_renderer(render, {
154
154
  }, marko_component);
155
155
 
156
156
  marko_template.meta = {
157
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/latest-products-feed.marko",
157
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/latest-products-feed.marko",
158
158
  component: "./latest-products-feed.marko",
159
159
  tags: [
160
160
  "../query-total-count.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/more-products.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/more-products.marko",
6
6
  marko_component = require("./more-products.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
8
  module_queryFragment = require("../../graphql/fragments/products-block"),
@@ -122,7 +122,7 @@ marko_template._ = marko_renderer(render, {
122
122
  }, marko_component);
123
123
 
124
124
  marko_template.meta = {
125
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/more-products.marko",
125
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/more-products.marko",
126
126
  component: "./more-products.marko",
127
127
  tags: [
128
128
  "@mindful-web/marko-web/components/element/index.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/most-popular-list.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/most-popular-list.marko",
6
6
  marko_component = require("./most-popular-list.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
8
  module_objectPath_module = require("@mindful-web/object-path"),
@@ -137,7 +137,7 @@ marko_template._ = marko_renderer(render, {
137
137
  }, marko_component);
138
138
 
139
139
  marko_template.meta = {
140
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/most-popular-list.marko",
140
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/most-popular-list.marko",
141
141
  component: "./most-popular-list.marko",
142
142
  tags: [
143
143
  "./latest-content-list.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/most-popular.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/most-popular.marko",
6
6
  marko_component = require("./most-popular.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
8
  module_objectPath_module = require("@mindful-web/object-path"),
@@ -180,7 +180,7 @@ marko_template._ = marko_renderer(render, {
180
180
  }, marko_component);
181
181
 
182
182
  marko_template.meta = {
183
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/most-popular.marko",
183
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/most-popular.marko",
184
184
  component: "./most-popular.marko",
185
185
  tags: [
186
186
  "@mindful-web/marko-web/components/element/index.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/native-x-card-deck.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/native-x-card-deck.marko",
6
6
  marko_component = require("./native-x-card-deck.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
8
  module_utils_module = require("@mindful-web/marko-web/utils"),
@@ -217,7 +217,7 @@ marko_template._ = marko_renderer(render, {
217
217
  }, marko_component);
218
218
 
219
219
  marko_template.meta = {
220
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/native-x-card-deck.marko",
220
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/native-x-card-deck.marko",
221
221
  component: "./native-x-card-deck.marko",
222
222
  tags: [
223
223
  "@mindful-web/marko-web/components/element/index.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/native-x-promo-card.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/native-x-promo-card.marko",
6
6
  marko_component = require("./native-x-promo-card.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
8
  module_utils_module = require("@mindful-web/marko-web/utils"),
@@ -124,7 +124,7 @@ marko_template._ = marko_renderer(render, {
124
124
  }, marko_component);
125
125
 
126
126
  marko_template.meta = {
127
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/native-x-promo-card.marko",
127
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/native-x-promo-card.marko",
128
128
  component: "./native-x-promo-card.marko",
129
129
  tags: [
130
130
  "../nodes/standard-promo.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/newsletter-signup-banner-external.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/newsletter-signup-banner-external.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  module_defaultValue = require("@mindful-web/marko-core/utils/default-value"),
8
8
  defaultValue = module_defaultValue.default || module_defaultValue,
@@ -95,7 +95,7 @@ marko_template._ = marko_renderer(render, {
95
95
  });
96
96
 
97
97
  marko_template.meta = {
98
- id: "/@mindful-web/marko-web-theme-monorail$1.69.5/components/blocks/newsletter-signup-banner-external.marko",
98
+ id: "/@mindful-web/marko-web-theme-monorail$1.70.4/components/blocks/newsletter-signup-banner-external.marko",
99
99
  tags: [
100
100
  "@mindful-web/marko-web/components/element/index.marko",
101
101
  "@mindful-web/marko-web/components/element/block.marko"