@shift72/core-template 1.9.25 → 1.9.27

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 (64) hide show
  1. package/.nvmrc +1 -1
  2. package/CHANGELOG.md +40 -1
  3. package/kibble.json +5 -4
  4. package/package.json +17 -8
  5. package/rollup.config.js +10 -4
  6. package/site/ar_LB.all.json +7 -7
  7. package/site/ca_ES.all.json +2 -2
  8. package/site/da_DK.all.json +2 -2
  9. package/site/de_DE.all.json +3 -3
  10. package/site/el_EL.all.json +2 -2
  11. package/site/en_AU.all.json +2 -2
  12. package/site/es_ES.all.json +5 -5
  13. package/site/es_MX.all.json +5 -5
  14. package/site/et_ET.all.json +3 -3
  15. package/site/fi_FI.all.json +4 -4
  16. package/site/fr_FR.all.json +3 -3
  17. package/site/hr_HR.all.json +3 -3
  18. package/site/hu_HU.all.json +3 -3
  19. package/site/it_IT.all.json +7 -7
  20. package/site/ja_JP.all.json +7 -7
  21. package/site/lt_LT.all.json +2 -2
  22. package/site/nl_BE.all.json +3 -3
  23. package/site/no_NO.all.json +3 -3
  24. package/site/pl_PL.all.json +3 -3
  25. package/site/pt_BR.all.json +3 -3
  26. package/site/pt_PT.all.json +3 -3
  27. package/site/ru_RU.all.json +5 -5
  28. package/site/sr_SR.all.json +3 -3
  29. package/site/static/js/comments.js +9 -0
  30. package/site/static/js/detail-player/detail-player-iframe.component.js +24 -0
  31. package/site/static/js/detail-player/detail-player-placeholder.component.js +161 -0
  32. package/site/static/js/detail-player/detail-player.component.js +54 -0
  33. package/site/static/js/detail-player/icons.js +31 -0
  34. package/site/static/js/main.js +10 -0
  35. package/site/styles/_carousel.scss +10 -0
  36. package/site/styles/_collections.scss +7 -1
  37. package/site/styles/_detail-player.scss +182 -0
  38. package/site/styles/_forms.scss +3 -1
  39. package/site/styles/_globals.scss +11 -0
  40. package/site/styles/_legacy.scss +57 -55
  41. package/site/styles/_meta-detail-creator.scss +82 -0
  42. package/site/styles/_meta-detail.scss +19 -2
  43. package/site/styles/_meta-item-tagline.scss +7 -0
  44. package/site/styles/_meta-item-title.scss +1 -1
  45. package/site/styles/_meta-item.scss +3 -0
  46. package/site/styles/_nav.scss +1 -0
  47. package/site/styles/_poster.scss +29 -0
  48. package/site/styles/_search.scss +2 -0
  49. package/site/styles/_slider.scss +4 -4
  50. package/site/styles/_swiper.scss +17 -0
  51. package/site/styles/_typography.scss +6 -3
  52. package/site/styles/_variables.scss +33 -2
  53. package/site/styles/main.scss +2 -0
  54. package/site/templates/application/application.jet +8 -2
  55. package/site/templates/application/google.jet +3 -1
  56. package/site/templates/application/head/seo.jet +3 -0
  57. package/site/templates/application/pixel.jet +1 -1
  58. package/site/templates/collection/carousel/item/video.jet +3 -3
  59. package/site/templates/common/cta_buttons.jet +3 -1
  60. package/site/templates/film/item.jet +15 -3
  61. package/site/templates/film/title.jet +3 -3
  62. package/site/tr_TR.all.json +6 -6
  63. package/site/uk_UA.all.json +3 -3
  64. package/site/zh_TW.all.json +8 -8
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 16.13.1
1
+ 18
package/CHANGELOG.md CHANGED
@@ -1,6 +1,45 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/shift72/core-template/compare/1.9.25...HEAD)
3
+ ## [Unreleased](https://github.com/shift72/core-template/compare/1.9.27...HEAD)
4
+
5
+ ## [1.9.27](https://github.com/shift72/core-template/compare/1.9.26...1.9.27)
6
+
7
+ ### Changed
8
+
9
+ - Bump to kibble builder 0.17.8 (re-release for npm build)
10
+
11
+ ## [1.9.26](https://github.com/shift72/core-template/compare/1.9.25...1.9.26)
12
+
13
+ ### Added
14
+
15
+ - Video player on film detail page for content creators
16
+ - Add fade in transition on poster images
17
+ - Add skeleton background color for posters before they load.
18
+ - Add fade transition on carousel images
19
+ - Commenting feature support
20
+ - seo_meta_robots_no_index toggle block search engines crawling the site
21
+ - google_analytics_debug toggle to enable debug mode on GA4
22
+
23
+ ### Changed
24
+
25
+ - Added `-webkit-font-smoothing: antialiased` and `font-synthesis: none` to
26
+ body to avoid ugly font rendering. The antialiased setting can make fonts
27
+ render slightly lighter on macOS but should make it more consistent with
28
+ other platforms. Disabling font-synthesis prevents Safari from creating
29
+ hideous faux bold/italic faces when the exact weights aren't loaded.
30
+ - Make the default meta tagline styling on posters a bit more subtle.
31
+ Introduces CSS variables for this to make customizing these styles easier.
32
+ - Poster images have an aspect-ratio applied before they load. `.meta-item`
33
+ uses flex-column sizing to give the posters some size before the images load
34
+ - Switched to babel
35
+ - Update autoprefixer, postcss to fix out of date browserslist.
36
+ - Update nvmrc to 18
37
+
38
+ ### Fixed
39
+
40
+ - Disable picture-in-picture for carousel videos
41
+ - Meta Pixel rogue ; in html when loading scripts
42
+ - Various tranalation clean up for social links
4
43
 
5
44
  ## [1.9.25](https://github.com/shift72/core-template/compare/1.9.24...1.9.25)
6
45
 
package/kibble.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "core-template",
3
- "version": "1.9.25",
3
+ "version": "1.9.27",
4
4
  "siteUrl": "https://staging-store-kibble.shift72.com",
5
- "builderVersion": "0.17.6",
5
+ "builderVersion": "0.17.8",
6
6
  "defaultLanguage": "en",
7
7
  "languages": {
8
8
  "ar": {
@@ -118,7 +118,8 @@
118
118
  ]
119
119
  },
120
120
  "proxy": [
121
- "^/checkout/"
121
+ "^/checkout/",
122
+ "^/play/"
122
123
  ],
123
124
  "routes": [
124
125
  {
@@ -194,5 +195,5 @@
194
195
  "pageSize": 0
195
196
  }
196
197
  ],
197
- "coreTemplateVersion": "1.9.25"
198
+ "coreTemplateVersion": "1.9.27"
198
199
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shift72/core-template",
3
- "version": "1.9.25",
3
+ "version": "1.9.27",
4
4
  "description": "Shift72 core template",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -42,22 +42,24 @@
42
42
  ],
43
43
  "author": "Shift72",
44
44
  "dependencies": {
45
- "@rollup/plugin-buble": "^0.21.3",
46
- "autoprefixer": "^7.1.2",
45
+ "autoprefixer": "^10.4.21",
47
46
  "bootstrap": "^4.6.1",
48
47
  "concat": "^1.0.3",
49
48
  "cssnano": "^5.0.8",
50
49
  "del": "^6.0.0",
51
50
  "minify": "^4.1.1",
52
51
  "npm-run-all": "^4.0.2",
53
- "postcss": "^8.3.11",
54
- "postcss-cli": "^9.0.1",
52
+ "postcss": "^8.5.6",
53
+ "postcss-cli": "^11.0.1",
55
54
  "rollup": "^2.23.0",
56
55
  "rollup-plugin-terser": "^6.1.0",
57
- "s72-kibble": "^0.17.6",
56
+ "s72-kibble": "^0.17.8",
58
57
  "sass": "^1.36.0"
59
58
  },
60
59
  "devDependencies": {
60
+ "@babel/preset-env": "^7.26.9",
61
+ "@babel/preset-react": "^7.26.3",
62
+ "@rollup/plugin-babel": "^6.0.4",
61
63
  "eslint": "^7.30.0",
62
64
  "eslint-config-preact": "^1.1.4",
63
65
  "eslint-config-prettier": "^8.3.0",
@@ -145,7 +147,14 @@
145
147
  "max-nesting-depth": 3,
146
148
  "prettier/prettier": true,
147
149
  "scss/at-extend-no-missing-placeholder": null,
148
- "scss/at-import-no-partial-leading-underscore": null
150
+ "scss/at-import-no-partial-leading-underscore": null,
151
+ "order/properties-alphabetical-order": null
149
152
  }
150
- }
153
+ },
154
+ "browserslist": [
155
+ "defaults, > 0.2% and not dead",
156
+ "chrome >= 58",
157
+ "ios >= 13",
158
+ "safari >= 13"
159
+ ]
151
160
  }
package/rollup.config.js CHANGED
@@ -1,5 +1,5 @@
1
- import buble from '@rollup/plugin-buble';
2
- import { terser } from "rollup-plugin-terser";
1
+ import babel from '@rollup/plugin-babel';
2
+ import { terser } from 'rollup-plugin-terser';
3
3
 
4
4
  const production = process.env.NODE_ENV == 'production';
5
5
 
@@ -19,10 +19,16 @@ export default {
19
19
  sourcemap: !production
20
20
  },
21
21
  plugins: [
22
- buble({ jsx: 's72.ui.h', objectAssign: 'Object.assign' }),
22
+ babel({
23
+ babelHelpers: 'bundled',
24
+ presets: [
25
+ ['@babel/preset-env'],
26
+ ['@babel/preset-react', { pragma: 's72.ui.h' }]
27
+ ],
28
+ }),
23
29
  (production && terser())
24
30
  ],
25
31
  watch: {
26
32
  clearScreen: false
27
33
  }
28
- };
34
+ };
@@ -1589,19 +1589,19 @@
1589
1589
  "other": "احصل عليه من Apple TV"
1590
1590
  },
1591
1591
  "wcag_aria_label_social_instagram": {
1592
- "other": "قم بزيارتنا على Instagram"
1592
+ "other": "تفضل بزيارتنا على الانستجرام"
1593
1593
  },
1594
1594
  "wcag_aria_label_social_youtube": {
1595
- "other": "اشترك على يوتيوب"
1595
+ "other": "اشترك على اليوتيوب"
1596
1596
  },
1597
1597
  "wcag_aria_label_social_facebook": {
1598
- "other": "زورونا على الفيسبوك"
1598
+ "other": "تفضل بزيارتنا على الفيسبوك"
1599
1599
  },
1600
1600
  "wcag_aria_label_social_twitter": {
1601
- "other": "قم بزيارتنا على Twitter"
1601
+ "other": "تفضل بزيارتنا على تويتر"
1602
1602
  },
1603
1603
  "wcag_aria_label_social_letterboxd": {
1604
- "other": "قم بزيارتنا على Letterboxd"
1604
+ "other": "تفضل بزيارة موقعنا على Letterboxd"
1605
1605
  },
1606
1606
  "validate_email_about": {
1607
1607
  "other": "لإنشاء حساب ، يجب علينا أولاً التحقق من عنوان بريدك الإلكتروني. أدخل بريدك الإلكتروني وسنرسل دعوة تسجيل حساب."
@@ -1808,6 +1808,6 @@
1808
1808
  "other": "شراء كهدية"
1809
1809
  },
1810
1810
  "wcag_aria_label_social_bluesky": {
1811
- "other": "Bluesky"
1811
+ "other": "تفضل بزيارة موقعنا على بلو سكاي"
1812
1812
  }
1813
- }
1813
+ }
@@ -1744,6 +1744,6 @@
1744
1744
  "other": "Compra com a regal"
1745
1745
  },
1746
1746
  "wcag_aria_label_social_bluesky": {
1747
- "other": "Bluesky"
1747
+ "other": "Visita'ns a Bluesky"
1748
1748
  }
1749
- }
1749
+ }
@@ -1744,6 +1744,6 @@
1744
1744
  "other": "Køb som gave"
1745
1745
  },
1746
1746
  "wcag_aria_label_social_bluesky": {
1747
- "other": "Bluesky"
1747
+ "other": "Besøg os på Bluesky"
1748
1748
  }
1749
- }
1749
+ }
@@ -1164,7 +1164,7 @@
1164
1164
  "other": "Auf LinkedIn teilen"
1165
1165
  },
1166
1166
  "wcag_aria_label_letterboxd": {
1167
- "other": "Ansicht auf Letterboxd"
1167
+ "other": "Auf Letterboxd ansehen"
1168
1168
  },
1169
1169
  "signin_form_error_ip_throttled": {
1170
1170
  "other": "Sie haben sich zu oft nicht angemeldet. Bitte versuchen Sie es später erneut."
@@ -1744,6 +1744,6 @@
1744
1744
  "other": "Als Geschenk kaufen"
1745
1745
  },
1746
1746
  "wcag_aria_label_social_bluesky": {
1747
- "other": "Bluesky"
1747
+ "other": "Besuchen Sie uns auf Bluesky"
1748
1748
  }
1749
- }
1749
+ }
@@ -1744,6 +1744,6 @@
1744
1744
  "other": "Αγορά ως δώρο"
1745
1745
  },
1746
1746
  "wcag_aria_label_social_bluesky": {
1747
- "other": "Bluesky"
1747
+ "other": "Επισκεφθείτε μας στο Bluesky"
1748
1748
  }
1749
- }
1749
+ }
@@ -1744,6 +1744,6 @@
1744
1744
  "other": "Purchase as gift"
1745
1745
  },
1746
1746
  "wcag_aria_label_social_bluesky": {
1747
- "other": "Bluesky"
1747
+ "other": "Visit us on Bluesky"
1748
1748
  }
1749
- }
1749
+ }
@@ -1535,13 +1535,13 @@
1535
1535
  "other": "Suscríbete en Youtube"
1536
1536
  },
1537
1537
  "wcag_aria_label_social_facebook": {
1538
- "other": "Visítenos en Facebook"
1538
+ "other": "Visítanos en Facebook"
1539
1539
  },
1540
1540
  "wcag_aria_label_social_twitter": {
1541
- "other": "Visítenos en Twitter"
1541
+ "other": "Visítanos en Twitter"
1542
1542
  },
1543
1543
  "wcag_aria_label_social_letterboxd": {
1544
- "other": "Visítenos en Letterboxd"
1544
+ "other": "Visítanos en Letterboxd"
1545
1545
  },
1546
1546
  "validate_email_about": {
1547
1547
  "other": "Para crear una cuenta primero debemos verificar su dirección de correo electrónico. Ingrese su correo electrónico y le enviaremos una invitación de registro de cuenta."
@@ -1748,6 +1748,6 @@
1748
1748
  "other": "Comprar como regalo"
1749
1749
  },
1750
1750
  "wcag_aria_label_social_bluesky": {
1751
- "other": "Bluesky"
1751
+ "other": "Visítanos en Bluesky"
1752
1752
  }
1753
- }
1753
+ }
@@ -1535,13 +1535,13 @@
1535
1535
  "other": "Suscríbete en Youtube"
1536
1536
  },
1537
1537
  "wcag_aria_label_social_facebook": {
1538
- "other": "Visítenos en Facebook"
1538
+ "other": "Visítanos en Facebook"
1539
1539
  },
1540
1540
  "wcag_aria_label_social_twitter": {
1541
- "other": "Visítenos en Twitter"
1541
+ "other": "Visítanos en Twitter"
1542
1542
  },
1543
1543
  "wcag_aria_label_social_letterboxd": {
1544
- "other": "Visítenos en Letterboxd"
1544
+ "other": "Visítanos en Letterboxd"
1545
1545
  },
1546
1546
  "validate_email_about": {
1547
1547
  "other": "Para crear una cuenta primero debemos verificar su dirección de correo electrónico. Ingrese su correo electrónico y le enviaremos una invitación de registro de cuenta."
@@ -1748,6 +1748,6 @@
1748
1748
  "other": "Comprar como regalo"
1749
1749
  },
1750
1750
  "wcag_aria_label_social_bluesky": {
1751
- "other": "Bluesky"
1751
+ "other": "Visítanos en Bluesky"
1752
1752
  }
1753
- }
1753
+ }
@@ -1137,7 +1137,7 @@
1137
1137
  "other": "Jagage LinkedIn"
1138
1138
  },
1139
1139
  "wcag_aria_label_letterboxd": {
1140
- "other": "Vaata Letterboxd"
1140
+ "other": "Vaata Letterboxdis"
1141
1141
  },
1142
1142
  "shopping_error_plan_already_owned": {
1143
1143
  "other": "See plaan on teil juba olemas."
@@ -1744,6 +1744,6 @@
1744
1744
  "other": "Ostke kingituseks"
1745
1745
  },
1746
1746
  "wcag_aria_label_social_bluesky": {
1747
- "other": "Bluesky"
1747
+ "other": "Külastage meid Bluesky kaudu"
1748
1748
  }
1749
- }
1749
+ }
@@ -979,7 +979,7 @@
979
979
  "other": "Jaa LinkedIn"
980
980
  },
981
981
  "wcag_aria_label_letterboxd": {
982
- "other": "Katso Letterboxd"
982
+ "other": "Katso Letterboxdissa"
983
983
  },
984
984
  "shopping_error_plan_already_owned": {
985
985
  "other": "Sinulla on jo tämä suunnitelma."
@@ -1513,7 +1513,7 @@
1513
1513
  "other": "Jotain meni pieleen korttia lisättäessä. Yritä myöhemmin uudelleen tai käytä toista korttia."
1514
1514
  },
1515
1515
  "wcag_aria_label_social_instagram": {
1516
- "other": "Vieraile meillä Instagramissa"
1516
+ "other": "Vieraile meissä Instagramissa"
1517
1517
  },
1518
1518
  "wcag_aria_label_social_youtube": {
1519
1519
  "other": "Tilaa Youtubessa"
@@ -1744,6 +1744,6 @@
1744
1744
  "other": "Osta lahjaksi"
1745
1745
  },
1746
1746
  "wcag_aria_label_social_bluesky": {
1747
- "other": "Bluesky"
1747
+ "other": "Tule käymään Blueskyssä"
1748
1748
  }
1749
- }
1749
+ }
@@ -1541,7 +1541,7 @@
1541
1541
  "other": "Visitez-nous sur Twitter"
1542
1542
  },
1543
1543
  "wcag_aria_label_social_letterboxd": {
1544
- "other": "Rendez-nous visite sur Letterboxd"
1544
+ "other": "Visitez-nous sur Letterboxd"
1545
1545
  },
1546
1546
  "validate_email_about": {
1547
1547
  "other": "Pour créer un compte, nous devons d'abord vérifier votre adresse e-mail. Entrez votre e-mail et nous vous enverrons une invitation à créer un compte."
@@ -1748,6 +1748,6 @@
1748
1748
  "other": "Acheter en cadeau"
1749
1749
  },
1750
1750
  "wcag_aria_label_social_bluesky": {
1751
- "other": "Bluesky"
1751
+ "other": "Visitez-nous sur Bluesky"
1752
1752
  }
1753
- }
1753
+ }
@@ -1244,7 +1244,7 @@
1244
1244
  "other": "Nabavite ga na Google Playu"
1245
1245
  },
1246
1246
  "wcag_aria_label_letterboxd": {
1247
- "other": "Pogled na Letterboxd"
1247
+ "other": "Pogledajte na Letterboxd"
1248
1248
  },
1249
1249
  "user_error_too_many_pin_errors_help_page_link": {
1250
1250
  "other": ""
@@ -1746,6 +1746,6 @@
1746
1746
  "other": "Kupiti kao poklon"
1747
1747
  },
1748
1748
  "wcag_aria_label_social_bluesky": {
1749
- "other": "Bluesky"
1749
+ "other": "Posjetite nas na Blueskyju"
1750
1750
  }
1751
- }
1751
+ }
@@ -1134,7 +1134,7 @@
1134
1134
  "other": "Oszd meg a LinkedIn"
1135
1135
  },
1136
1136
  "wcag_aria_label_letterboxd": {
1137
- "other": "Megtekintés a Letterboxd"
1137
+ "other": "Megtekintés a Letterboxd-n"
1138
1138
  },
1139
1139
  "shopping_error_plan_already_owned": {
1140
1140
  "other": "Már megvan ez a terv."
@@ -1744,6 +1744,6 @@
1744
1744
  "other": "Vásároljon ajándékba"
1745
1745
  },
1746
1746
  "wcag_aria_label_social_bluesky": {
1747
- "other": "Bluesky"
1747
+ "other": "Látogasson el hozzánk a Bluesky-n"
1748
1748
  }
1749
- }
1749
+ }
@@ -1044,7 +1044,7 @@
1044
1044
  "other": "Condividi su LinkedIn"
1045
1045
  },
1046
1046
  "wcag_aria_label_letterboxd": {
1047
- "other": "Visualizza su Letterboxdd"
1047
+ "other": "Visualizza su Letterboxd"
1048
1048
  },
1049
1049
  "header_banner": {
1050
1050
  "other": "ABC Cinemas – 21° Festival del Cinema, 1 – 6 giugno 2021"
@@ -1529,19 +1529,19 @@
1529
1529
  "other": "Scaricalo su Apple TV"
1530
1530
  },
1531
1531
  "wcag_aria_label_social_instagram": {
1532
- "other": "Venite a trovarci su Instagram"
1532
+ "other": "Visitateci su Instagram"
1533
1533
  },
1534
1534
  "wcag_aria_label_social_youtube": {
1535
1535
  "other": "Iscriviti su Youtube"
1536
1536
  },
1537
1537
  "wcag_aria_label_social_facebook": {
1538
- "other": "Visitaci su Facebook"
1538
+ "other": "Visitateci su Facebook"
1539
1539
  },
1540
1540
  "wcag_aria_label_social_twitter": {
1541
- "other": "Visitaci su Twitter"
1541
+ "other": "Visitateci su Twitter"
1542
1542
  },
1543
1543
  "wcag_aria_label_social_letterboxd": {
1544
- "other": "Venite a trovarci su Letterboxd"
1544
+ "other": "Visitateci su Letterboxd"
1545
1545
  },
1546
1546
  "validate_email_about": {
1547
1547
  "other": "Per creare un account dobbiamo prima verificare il tuo indirizzo email. Inserisci la tua email e ti invieremo un invito alla registrazione dell'account."
@@ -1748,6 +1748,6 @@
1748
1748
  "other": "Acquista come regalo"
1749
1749
  },
1750
1750
  "wcag_aria_label_social_bluesky": {
1751
- "other": "Bluesky"
1751
+ "other": "Visitateci su Bluesky"
1752
1752
  }
1753
- }
1753
+ }
@@ -1512,19 +1512,19 @@
1512
1512
  "other": "Apple TV で入手する"
1513
1513
  },
1514
1514
  "wcag_aria_label_social_instagram": {
1515
- "other": "Instagramで私たちをご覧ください"
1515
+ "other": "Instagramをご覧ください"
1516
1516
  },
1517
1517
  "wcag_aria_label_social_youtube": {
1518
- "other": "Youtubeで購読する"
1518
+ "other": "YouTubeで購読する"
1519
1519
  },
1520
1520
  "wcag_aria_label_social_facebook": {
1521
- "other": "Facebookで私たちをご覧ください"
1521
+ "other": "Facebookでご覧ください"
1522
1522
  },
1523
1523
  "wcag_aria_label_social_twitter": {
1524
- "other": "Twitterで私たちをご覧ください"
1524
+ "other": "Twitterでフォローしてください"
1525
1525
  },
1526
1526
  "wcag_aria_label_social_letterboxd": {
1527
- "other": "Letterboxdにアクセスしてください"
1527
+ "other": "Letterboxdをご覧ください"
1528
1528
  },
1529
1529
  "validate_email_about": {
1530
1530
  "other": "アカウントを作成するには、まずメール アドレスを確認する必要があります。メールアドレスを入力すると、アカウントのサインアップの招待状が送信されます。"
@@ -1731,6 +1731,6 @@
1731
1731
  "other": "ギフトとして購入"
1732
1732
  },
1733
1733
  "wcag_aria_label_social_bluesky": {
1734
- "other": "Bluesky"
1734
+ "other": "Blueskyをご覧ください"
1735
1735
  }
1736
- }
1736
+ }
@@ -1776,6 +1776,6 @@
1776
1776
  "other": "Pirkti kaip dovaną"
1777
1777
  },
1778
1778
  "wcag_aria_label_social_bluesky": {
1779
- "other": "Bluesky"
1779
+ "other": "Aplankykite mus Bluesky"
1780
1780
  }
1781
- }
1781
+ }
@@ -1215,7 +1215,7 @@
1215
1215
  "other": "Delen op LinkedIn"
1216
1216
  },
1217
1217
  "wcag_aria_label_letterboxd": {
1218
- "other": "Uitzicht op Letterboxd"
1218
+ "other": "Bekijk op Letterboxd"
1219
1219
  },
1220
1220
  "shopping_error_plan_already_owned": {
1221
1221
  "other": "Je hebt dit abonnement al."
@@ -1744,6 +1744,6 @@
1744
1744
  "other": "Aankoop als geschenk"
1745
1745
  },
1746
1746
  "wcag_aria_label_social_bluesky": {
1747
- "other": "Bluesky"
1747
+ "other": "Bezoek ons op Bluesky"
1748
1748
  }
1749
- }
1749
+ }
@@ -1128,7 +1128,7 @@
1128
1128
  "other": "Dele på LinkedIn"
1129
1129
  },
1130
1130
  "wcag_aria_label_letterboxd": {
1131
- "other": "Dele på Letterboxd"
1131
+ "other": "Se på Letterboxd"
1132
1132
  },
1133
1133
  "shopping_error_plan_already_owned": {
1134
1134
  "other": "Du har allerede denne planen."
@@ -1744,6 +1744,6 @@
1744
1744
  "other": "Kjøp som gave"
1745
1745
  },
1746
1746
  "wcag_aria_label_social_bluesky": {
1747
- "other": "Bluesky"
1747
+ "other": "Besøk oss på Bluesky"
1748
1748
  }
1749
- }
1749
+ }
@@ -1030,7 +1030,7 @@
1030
1030
  "other": "Podziel się LinkedIn"
1031
1031
  },
1032
1032
  "wcag_aria_label_letterboxd": {
1033
- "other": "Podziel się Letterboxd"
1033
+ "other": "Zobacz na Letterboxd"
1034
1034
  },
1035
1035
  "shopping_error_plan_already_owned": {
1036
1036
  "other": "Masz już ten plan."
@@ -1821,6 +1821,6 @@
1821
1821
  "other": "Kup na prezent"
1822
1822
  },
1823
1823
  "wcag_aria_label_social_bluesky": {
1824
- "other": "Bluesky"
1824
+ "other": "Odwiedź nas na Bluesky"
1825
1825
  }
1826
- }
1826
+ }
@@ -1157,7 +1157,7 @@
1157
1157
  "other": "Compartilhar no LinkedIn"
1158
1158
  },
1159
1159
  "wcag_aria_label_letterboxd": {
1160
- "other": "Visualizar no Letterboxd"
1160
+ "other": "Ver no Letterboxd"
1161
1161
  },
1162
1162
  "app_badge_title": {
1163
1163
  "other": "Baixe o aplicativo para visualizar o conteúdo adquirido!"
@@ -1748,6 +1748,6 @@
1748
1748
  "other": "Comprar como presente"
1749
1749
  },
1750
1750
  "wcag_aria_label_social_bluesky": {
1751
- "other": "Bluesky"
1751
+ "other": "Visite-nos no Bluesky"
1752
1752
  }
1753
- }
1753
+ }
@@ -1122,7 +1122,7 @@
1122
1122
  "other": "Compartilhar no LinkedIn"
1123
1123
  },
1124
1124
  "wcag_aria_label_letterboxd": {
1125
- "other": "Visualizar no Letterboxd"
1125
+ "other": "Ver no Letterboxd"
1126
1126
  },
1127
1127
  "shopping_error_plan_already_owned": {
1128
1128
  "other": "Você já tem este plano."
@@ -1748,6 +1748,6 @@
1748
1748
  "other": "Comprar como presente"
1749
1749
  },
1750
1750
  "wcag_aria_label_social_bluesky": {
1751
- "other": "Bluesky"
1751
+ "other": "Visite-nos no Bluesky"
1752
1752
  }
1753
- }
1753
+ }
@@ -1162,7 +1162,7 @@
1162
1162
  "other": "Поделиться на LinkedIn"
1163
1163
  },
1164
1164
  "wcag_aria_label_letterboxd": {
1165
- "other": "Просмотр на letterboxd"
1165
+ "other": "Посмотреть на Letterboxd"
1166
1166
  },
1167
1167
  "shopping_error_plan_already_owned": {
1168
1168
  "other": "У вас уже есть этот план."
@@ -1582,13 +1582,13 @@
1582
1582
  "other": "Посетите нас в Instagram"
1583
1583
  },
1584
1584
  "wcag_aria_label_social_youtube": {
1585
- "other": "Подпишитесь на Youtube"
1585
+ "other": "Подписаться на Youtube"
1586
1586
  },
1587
1587
  "wcag_aria_label_social_facebook": {
1588
1588
  "other": "Посетите нас на Facebook"
1589
1589
  },
1590
1590
  "wcag_aria_label_social_twitter": {
1591
- "other": "Посетите нас в Твиттере"
1591
+ "other": "Посетите нас в Twitter"
1592
1592
  },
1593
1593
  "wcag_aria_label_social_letterboxd": {
1594
1594
  "other": "Посетите нас на Letterboxd"
@@ -1798,6 +1798,6 @@
1798
1798
  "other": "Покупка в подарок"
1799
1799
  },
1800
1800
  "wcag_aria_label_social_bluesky": {
1801
- "other": "Bluesky"
1801
+ "other": "Посетите нас на Bluesky"
1802
1802
  }
1803
- }
1803
+ }
@@ -1212,7 +1212,7 @@
1212
1212
  "other": "Поделиться на LinkedIn"
1213
1213
  },
1214
1214
  "wcag_aria_label_letterboxd": {
1215
- "other": "Просмотр на letterboxd"
1215
+ "other": "Поглед на Леттербокд"
1216
1216
  },
1217
1217
  "shopping_error_plan_already_owned": {
1218
1218
  "other": "У вас уже есть этот план."
@@ -1760,6 +1760,6 @@
1760
1760
  "other": "Купите као поклон"
1761
1761
  },
1762
1762
  "wcag_aria_label_social_bluesky": {
1763
- "other": "Bluesky"
1763
+ "other": "Посетите нас на Блуески"
1764
1764
  }
1765
- }
1765
+ }
@@ -0,0 +1,9 @@
1
+ import s72 from 's72';
2
+ import {bindEachComponent, attrs} from 's72.ui';
3
+
4
+ bindEachComponent('comment-section', (e) => {
5
+ if (window.s72.comments) {
6
+ const props = attrs(e);
7
+ s72.comments.mountCommentsForSlug({slug: props.slug, container: e});
8
+ }
9
+ });