@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.
@@ -5,13 +5,12 @@ name: Node.js CI
5
5
 
6
6
  on:
7
7
  push:
8
- branches: [ develop ]
8
+ branches: [develop]
9
9
  pull_request:
10
- branches: [ develop ]
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
- - uses: actions/checkout@v2
24
- - name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v2
26
- with:
27
- node-version: ${{ matrix.node-version }}
28
- cache: 'npm'
29
- - run: npm ci
30
- - run: npm run test --if-present
31
- - run: npm run js:lint --if-present
32
- - run: npm run css:lint --if-present
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.24...HEAD)
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.24",
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.24"
197
+ "coreTemplateVersion": "1.9.25"
198
198
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shift72/core-template",
3
- "version": "1.9.24",
3
+ "version": "1.9.25",
4
4
  "description": "Shift72 core template",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -1806,5 +1806,8 @@
1806
1806
  },
1807
1807
  "gift_purchase_button_label": {
1808
1808
  "other": "شراء كهدية"
1809
+ },
1810
+ "wcag_aria_label_social_bluesky": {
1811
+ "other": "Bluesky"
1809
1812
  }
1810
- }
1813
+ }
@@ -1742,5 +1742,8 @@
1742
1742
  },
1743
1743
  "gift_purchase_button_label": {
1744
1744
  "other": "Compra com a regal"
1745
+ },
1746
+ "wcag_aria_label_social_bluesky": {
1747
+ "other": "Bluesky"
1745
1748
  }
1746
- }
1749
+ }
@@ -1742,5 +1742,8 @@
1742
1742
  },
1743
1743
  "gift_purchase_button_label": {
1744
1744
  "other": "Køb som gave"
1745
+ },
1746
+ "wcag_aria_label_social_bluesky": {
1747
+ "other": "Bluesky"
1745
1748
  }
1746
- }
1749
+ }
@@ -1742,5 +1742,8 @@
1742
1742
  },
1743
1743
  "gift_purchase_button_label": {
1744
1744
  "other": "Als Geschenk kaufen"
1745
+ },
1746
+ "wcag_aria_label_social_bluesky": {
1747
+ "other": "Bluesky"
1745
1748
  }
1746
- }
1749
+ }
@@ -1742,5 +1742,8 @@
1742
1742
  },
1743
1743
  "gift_purchase_button_label": {
1744
1744
  "other": "Αγορά ως δώρο"
1745
+ },
1746
+ "wcag_aria_label_social_bluesky": {
1747
+ "other": "Bluesky"
1745
1748
  }
1746
- }
1749
+ }
@@ -1742,5 +1742,8 @@
1742
1742
  },
1743
1743
  "gift_purchase_button_label": {
1744
1744
  "other": "Purchase as gift"
1745
+ },
1746
+ "wcag_aria_label_social_bluesky": {
1747
+ "other": "Bluesky"
1745
1748
  }
1746
- }
1749
+ }
@@ -1746,5 +1746,8 @@
1746
1746
  },
1747
1747
  "gift_purchase_button_label": {
1748
1748
  "other": "Comprar como regalo"
1749
+ },
1750
+ "wcag_aria_label_social_bluesky": {
1751
+ "other": "Bluesky"
1749
1752
  }
1750
- }
1753
+ }
@@ -1746,5 +1746,8 @@
1746
1746
  },
1747
1747
  "gift_purchase_button_label": {
1748
1748
  "other": "Comprar como regalo"
1749
+ },
1750
+ "wcag_aria_label_social_bluesky": {
1751
+ "other": "Bluesky"
1749
1752
  }
1750
- }
1753
+ }
@@ -1742,5 +1742,8 @@
1742
1742
  },
1743
1743
  "gift_purchase_button_label": {
1744
1744
  "other": "Ostke kingituseks"
1745
+ },
1746
+ "wcag_aria_label_social_bluesky": {
1747
+ "other": "Bluesky"
1745
1748
  }
1746
- }
1749
+ }
@@ -1742,5 +1742,8 @@
1742
1742
  },
1743
1743
  "gift_purchase_button_label": {
1744
1744
  "other": "Osta lahjaksi"
1745
+ },
1746
+ "wcag_aria_label_social_bluesky": {
1747
+ "other": "Bluesky"
1745
1748
  }
1746
- }
1749
+ }
@@ -1746,5 +1746,8 @@
1746
1746
  },
1747
1747
  "gift_purchase_button_label": {
1748
1748
  "other": "Acheter en cadeau"
1749
+ },
1750
+ "wcag_aria_label_social_bluesky": {
1751
+ "other": "Bluesky"
1749
1752
  }
1750
- }
1753
+ }
@@ -1744,5 +1744,8 @@
1744
1744
  },
1745
1745
  "gift_purchase_button_label": {
1746
1746
  "other": "Kupiti kao poklon"
1747
+ },
1748
+ "wcag_aria_label_social_bluesky": {
1749
+ "other": "Bluesky"
1747
1750
  }
1748
- }
1751
+ }
@@ -1742,5 +1742,8 @@
1742
1742
  },
1743
1743
  "gift_purchase_button_label": {
1744
1744
  "other": "Vásároljon ajándékba"
1745
+ },
1746
+ "wcag_aria_label_social_bluesky": {
1747
+ "other": "Bluesky"
1745
1748
  }
1746
- }
1749
+ }
@@ -1746,5 +1746,8 @@
1746
1746
  },
1747
1747
  "gift_purchase_button_label": {
1748
1748
  "other": "Acquista come regalo"
1749
+ },
1750
+ "wcag_aria_label_social_bluesky": {
1751
+ "other": "Bluesky"
1749
1752
  }
1750
- }
1753
+ }
@@ -1729,5 +1729,8 @@
1729
1729
  },
1730
1730
  "gift_purchase_button_label": {
1731
1731
  "other": "ギフトとして購入"
1732
+ },
1733
+ "wcag_aria_label_social_bluesky": {
1734
+ "other": "Bluesky"
1732
1735
  }
1733
- }
1736
+ }
@@ -1774,5 +1774,8 @@
1774
1774
  },
1775
1775
  "gift_purchase_button_label": {
1776
1776
  "other": "Pirkti kaip dovaną"
1777
+ },
1778
+ "wcag_aria_label_social_bluesky": {
1779
+ "other": "Bluesky"
1777
1780
  }
1778
- }
1781
+ }
@@ -1742,5 +1742,8 @@
1742
1742
  },
1743
1743
  "gift_purchase_button_label": {
1744
1744
  "other": "Aankoop als geschenk"
1745
+ },
1746
+ "wcag_aria_label_social_bluesky": {
1747
+ "other": "Bluesky"
1745
1748
  }
1746
- }
1749
+ }
@@ -1742,5 +1742,8 @@
1742
1742
  },
1743
1743
  "gift_purchase_button_label": {
1744
1744
  "other": "Kjøp som gave"
1745
+ },
1746
+ "wcag_aria_label_social_bluesky": {
1747
+ "other": "Bluesky"
1745
1748
  }
1746
- }
1749
+ }
@@ -1819,5 +1819,8 @@
1819
1819
  },
1820
1820
  "gift_purchase_button_label": {
1821
1821
  "other": "Kup na prezent"
1822
+ },
1823
+ "wcag_aria_label_social_bluesky": {
1824
+ "other": "Bluesky"
1822
1825
  }
1823
1826
  }
@@ -1746,5 +1746,8 @@
1746
1746
  },
1747
1747
  "gift_purchase_button_label": {
1748
1748
  "other": "Comprar como presente"
1749
+ },
1750
+ "wcag_aria_label_social_bluesky": {
1751
+ "other": "Bluesky"
1749
1752
  }
1750
- }
1753
+ }
@@ -1746,5 +1746,8 @@
1746
1746
  },
1747
1747
  "gift_purchase_button_label": {
1748
1748
  "other": "Comprar como presente"
1749
+ },
1750
+ "wcag_aria_label_social_bluesky": {
1751
+ "other": "Bluesky"
1749
1752
  }
1750
- }
1753
+ }
@@ -1796,5 +1796,8 @@
1796
1796
  },
1797
1797
  "gift_purchase_button_label": {
1798
1798
  "other": "Покупка в подарок"
1799
+ },
1800
+ "wcag_aria_label_social_bluesky": {
1801
+ "other": "Bluesky"
1799
1802
  }
1800
- }
1803
+ }
@@ -1758,5 +1758,8 @@
1758
1758
  },
1759
1759
  "gift_purchase_button_label": {
1760
1760
  "other": "Купите као поклон"
1761
+ },
1762
+ "wcag_aria_label_social_bluesky": {
1763
+ "other": "Bluesky"
1761
1764
  }
1762
- }
1765
+ }
@@ -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 }}
@@ -1742,5 +1742,8 @@
1742
1742
  },
1743
1743
  "gift_purchase_button_label": {
1744
1744
  "other": "Hediye olarak satın al"
1745
+ },
1746
+ "wcag_aria_label_social_bluesky": {
1747
+ "other": "Bluesky"
1745
1748
  }
1746
- }
1749
+ }
@@ -1802,5 +1802,8 @@
1802
1802
  },
1803
1803
  "gift_purchase_button_label": {
1804
1804
  "other": "Купівля в подарунок"
1805
+ },
1806
+ "wcag_aria_label_social_bluesky": {
1807
+ "other": "Bluesky"
1805
1808
  }
1806
- }
1809
+ }
@@ -1729,5 +1729,8 @@
1729
1729
  },
1730
1730
  "gift_purchase_button_label": {
1731
1731
  "other": "作為禮物購買"
1732
+ },
1733
+ "wcag_aria_label_social_bluesky": {
1734
+ "other": "Bluesky"
1732
1735
  }
1733
- }
1736
+ }