@shift72/core-template 1.9.24 → 1.9.25
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.
- package/.github/workflows/node.js.yml +12 -13
- package/CHANGELOG.md +11 -1
- package/kibble.json +2 -2
- package/package.json +1 -1
- package/site/ar_LB.all.json +4 -1
- package/site/ca_ES.all.json +4 -1
- package/site/da_DK.all.json +4 -1
- package/site/de_DE.all.json +4 -1
- package/site/el_EL.all.json +4 -1
- package/site/en_AU.all.json +4 -1
- package/site/es_ES.all.json +4 -1
- package/site/es_MX.all.json +4 -1
- package/site/et_ET.all.json +4 -1
- package/site/fi_FI.all.json +4 -1
- package/site/fr_FR.all.json +4 -1
- package/site/hr_HR.all.json +4 -1
- package/site/hu_HU.all.json +4 -1
- package/site/it_IT.all.json +4 -1
- package/site/ja_JP.all.json +4 -1
- package/site/lt_LT.all.json +4 -1
- package/site/nl_BE.all.json +4 -1
- package/site/no_NO.all.json +4 -1
- package/site/pl_PL.all.json +3 -0
- package/site/pt_BR.all.json +4 -1
- package/site/pt_PT.all.json +4 -1
- package/site/ru_RU.all.json +4 -1
- package/site/sr_SR.all.json +4 -1
- package/site/templates/application/footer/social-media-buttons.jet +13 -2
- package/site/tr_TR.all.json +4 -1
- package/site/uk_UA.all.json +4 -1
- package/site/zh_TW.all.json +4 -1
@@ -5,13 +5,12 @@ name: Node.js CI
|
|
5
5
|
|
6
6
|
on:
|
7
7
|
push:
|
8
|
-
branches: [
|
8
|
+
branches: [develop]
|
9
9
|
pull_request:
|
10
|
-
branches: [
|
10
|
+
branches: [develop]
|
11
11
|
|
12
12
|
jobs:
|
13
13
|
build:
|
14
|
-
|
15
14
|
runs-on: ubuntu-latest
|
16
15
|
|
17
16
|
strategy:
|
@@ -20,13 +19,13 @@ jobs:
|
|
20
19
|
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
21
20
|
|
22
21
|
steps:
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
22
|
+
- uses: actions/checkout@v4
|
23
|
+
- name: Use Node.js ${{ matrix.node-version }}
|
24
|
+
uses: actions/setup-node@v4
|
25
|
+
with:
|
26
|
+
node-version: ${{ matrix.node-version }}
|
27
|
+
cache: 'npm'
|
28
|
+
- run: npm ci
|
29
|
+
- run: npm run test --if-present
|
30
|
+
- run: npm run js:lint --if-present
|
31
|
+
- run: npm run css:lint --if-present
|
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## [Unreleased](https://github.com/shift72/core-template/compare/1.9.
|
3
|
+
## [Unreleased](https://github.com/shift72/core-template/compare/1.9.25...HEAD)
|
4
|
+
|
5
|
+
## [1.9.25](https://github.com/shift72/core-template/compare/1.9.24...1.9.25)
|
6
|
+
|
7
|
+
### Added
|
8
|
+
|
9
|
+
- Bluesky support in footer links
|
10
|
+
|
11
|
+
### Changed
|
12
|
+
|
13
|
+
- Workflow action to use setup-node@v4, checkout@v4 as per https://github.com/actions/setup-node/issues/1275. Older versions deprecated.
|
4
14
|
|
5
15
|
## [1.9.24](https://github.com/shift72/core-template/compare/1.9.23...1.9.24)
|
6
16
|
|
package/kibble.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "core-template",
|
3
|
-
"version": "1.9.
|
3
|
+
"version": "1.9.25",
|
4
4
|
"siteUrl": "https://staging-store-kibble.shift72.com",
|
5
5
|
"builderVersion": "0.17.6",
|
6
6
|
"defaultLanguage": "en",
|
@@ -194,5 +194,5 @@
|
|
194
194
|
"pageSize": 0
|
195
195
|
}
|
196
196
|
],
|
197
|
-
"coreTemplateVersion": "1.9.
|
197
|
+
"coreTemplateVersion": "1.9.25"
|
198
198
|
}
|
package/package.json
CHANGED
package/site/ar_LB.all.json
CHANGED
package/site/ca_ES.all.json
CHANGED
package/site/da_DK.all.json
CHANGED
package/site/de_DE.all.json
CHANGED
package/site/el_EL.all.json
CHANGED
package/site/en_AU.all.json
CHANGED
package/site/es_ES.all.json
CHANGED
package/site/es_MX.all.json
CHANGED
package/site/et_ET.all.json
CHANGED
package/site/fi_FI.all.json
CHANGED
package/site/fr_FR.all.json
CHANGED
package/site/hr_HR.all.json
CHANGED
package/site/hu_HU.all.json
CHANGED
package/site/it_IT.all.json
CHANGED
package/site/ja_JP.all.json
CHANGED
package/site/lt_LT.all.json
CHANGED
package/site/nl_BE.all.json
CHANGED
package/site/no_NO.all.json
CHANGED
package/site/pl_PL.all.json
CHANGED
package/site/pt_BR.all.json
CHANGED
package/site/pt_PT.all.json
CHANGED
package/site/ru_RU.all.json
CHANGED
package/site/sr_SR.all.json
CHANGED
@@ -5,8 +5,9 @@
|
|
5
5
|
{{ social_link_twitter := config("social_link_twitter") }}
|
6
6
|
{{ social_link_letterboxd := config("social_link_letterboxd") }}
|
7
7
|
{{ social_link_linkedin := config("social_link_linkedin") }}
|
8
|
+
{{ social_link_bluesky := config("social_link_bluesky") }}
|
8
9
|
|
9
|
-
{{ if social_link_instagram != "" || social_link_youtube != "" || social_link_facebook != "" || social_link_twitter != "" || social_link_letterboxd != "" || social_link_linkedin != "" }}
|
10
|
+
{{ if social_link_instagram != "" || social_link_youtube != "" || social_link_facebook != "" || social_link_twitter != "" || social_link_letterboxd != "" || social_link_linkedin != "" || social_link_bluesky != ""}}
|
10
11
|
<div class="footer-social-media-icons">
|
11
12
|
{{ yield footerSocialMediaIcon(link=social_link_instagram, iconClass="instagram", titleKey="wcag_aria_label_social_instagram") }}
|
12
13
|
{{ yield footerSocialMediaIcon(link=social_link_youtube, iconClass="youtube", titleKey="wcag_aria_label_social_youtube") }}
|
@@ -14,6 +15,7 @@
|
|
14
15
|
{{ yield footerSocialMediaIcon(link=social_link_twitter, iconClass="twitter", titleKey="wcag_aria_label_social_twitter") }}
|
15
16
|
{{ yield footerSocialMediaIcon(link=social_link_letterboxd, iconClass="letterboxd", titleKey="wcag_aria_label_social_letterboxd") }}
|
16
17
|
{{ yield footerSocialMediaIcon(link=social_link_linkedin, iconClass="linkedin", titleKey="wcag_aria_label_social_linkedin") }}
|
18
|
+
{{ yield footerSocialMediaIcon(link=social_link_bluesky, iconClass="bluesky", titleKey="wcag_aria_label_social_bluesky") }}
|
17
19
|
</div>
|
18
20
|
{{ end }}
|
19
21
|
{{ end }}
|
@@ -46,7 +48,10 @@
|
|
46
48
|
{{ if iconClass == "linkedin" }}
|
47
49
|
{{ yield linkedinIcon() }}
|
48
50
|
{{ end }}
|
49
|
-
|
51
|
+
|
52
|
+
{{ if iconClass == "bluesky" }}
|
53
|
+
{{ yield blueskyIcon() }}
|
54
|
+
{{ end }}
|
50
55
|
</div>
|
51
56
|
</a>
|
52
57
|
{{ end }}
|
@@ -94,3 +99,9 @@
|
|
94
99
|
<path d="M5.385 8.016c1.222 0 1.987-.808 1.977-1.817C7.35 5.167 6.607 4.38 5.406 4.38c-1.19 0-1.977.786-1.977 1.818 0 1.01.754 1.817 1.934 1.817h.021zm7.185 11.969v-5.878c0-.32.032-.627.117-.861.255-.627.829-1.276 1.796-1.276 1.265 0 1.775.967 1.775 2.381v5.634h3.497v-6.038c0-3.231-1.722-4.74-4.028-4.74-1.813 0-2.65.966-3.12 1.683l-.037.058V9.45H9.073V9.477l.001.023c.004.134.012.598.016 1.96V11.898l.001.494v1.861c-.002 1.443-.007 3.313-.018 5.733h3.497zm-5.432 0V9.45H3.631v10.534h3.507z" fill="currentColor"/>
|
95
100
|
</svg>
|
96
101
|
{{ end }}
|
102
|
+
|
103
|
+
{{ block blueskyIcon() }}
|
104
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="16" viewBox="0 0 568 501" fill="none">
|
105
|
+
<path d="M123.121 33.6637C188.241 82.5526 258.281 181.681 284 234.873C309.719 181.681 379.759 82.5526 444.879 33.6637C491.866 -1.61183 568 -28.9064 568 57.9464C568 75.2916 558.055 203.659 552.222 224.501C531.947 296.954 458.067 315.434 392.347 304.249C507.222 323.8 536.444 388.56 473.333 453.32C353.473 576.312 301.061 422.461 287.631 383.039C285.169 375.812 284.017 372.431 284 375.306C283.983 372.431 282.831 375.812 280.369 383.039C266.939 422.461 214.527 576.312 94.6667 453.32C31.5556 388.56 60.7778 323.8 175.653 304.249C109.933 315.434 36.0535 296.954 15.7778 224.501C9.94525 203.659 0 75.2916 0 57.9464C0 -28.9064 76.1345 -1.61183 123.121 33.6637Z" fill="currentColor"/>
|
106
|
+
</svg>
|
107
|
+
{{ end }}
|
package/site/tr_TR.all.json
CHANGED
package/site/uk_UA.all.json
CHANGED