@visitscotland/component-library 1.2.3 → 1.2.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.
- package/CHANGELOG.md +21 -0
- package/dist/client/fonts/fa-brands-400.ttf +0 -0
- package/dist/client/fonts/fa-brands-400.woff2 +0 -0
- package/dist/client/manifest.json +178 -178
- package/dist/client/scripts/{e34938167097f57386a3.js → 22f01a2f87cbefad1903.js} +1 -1
- package/dist/client/scripts/4b136e83719c06759eac.js +1 -0
- package/dist/client/scripts/58d2233b5046715e2f5a.js +1 -0
- package/dist/client/scripts/b009f0e03b062b15256f.js +1 -0
- package/dist/client/scripts/f9ef9380bc579b07cd33.js +1 -0
- package/dist/client/styles/4b136e83719c06759eac.css +1 -0
- package/dist/client/styles/{9e00186f935145b10cee.css → c0b846c700ebc9a492f8.css} +9 -1
- package/dist/client/styles/third-party/_font-awesome +7 -0
- package/dist/client/styles/third-party/_font-awesome.css +13 -0
- package/dist/ssr/fonts/fa-brands-400.ttf +0 -0
- package/dist/ssr/fonts/fa-brands-400.woff2 +0 -0
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/dist/ssr/styles/{ff1430c3fe8a9810dc4b.css → f3fcb1b678835b80a402.css} +10 -2
- package/package.json +2 -3
- package/dist/client/scripts/a7ef9455daa076007fc9.js +0 -1
- package/dist/client/scripts/bac7d9b3037aef4cd8f5.js +0 -1
- package/dist/client/scripts/bc4e486a50cb0450f7d3.js +0 -1
- package/dist/client/scripts/c5331c7eb8f771fc90ca.js +0 -1
- package/dist/client/styles/bac7d9b3037aef4cd8f5.css +0 -1
- /package/dist/client/scripts/{9e00186f935145b10cee.js → c0b846c700ebc9a492f8.js} +0 -0
- /package/dist/client/styles/{e34938167097f57386a3.css → 22f01a2f87cbefad1903.css} +0 -0
- /package/dist/client/styles/{bc4e486a50cb0450f7d3.css → 58d2233b5046715e2f5a.css} +0 -0
- /package/dist/client/styles/{a7ef9455daa076007fc9.css → b009f0e03b062b15256f.css} +0 -0
- /package/dist/client/styles/{c5331c7eb8f771fc90ca.css → f9ef9380bc579b07cd33.css} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.2.4](https://github.com/visitscotland/vs-component-library/compare/v1.2.3...v1.2.4) (2024-03-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ✨ Features
|
|
9
|
+
|
|
10
|
+
* **font awesome:** add all font awesome icons ([f8ed056](https://github.com/visitscotland/vs-component-library/commit/f8ed05671fe7c1d016ea5a83879784ca140b4850)), closes [#81](https://github.com/visitscotland/vs-component-library/issues/81)
|
|
11
|
+
* **footer:** updated twitter icon ([8a0f473](https://github.com/visitscotland/vs-component-library/commit/8a0f473d25a2eeff24949397a4a36515275f6f62)), closes [#81](https://github.com/visitscotland/vs-component-library/issues/81)
|
|
12
|
+
* **social share:** update twitter icon ([65c43bc](https://github.com/visitscotland/vs-component-library/commit/65c43bc8b9a9f473a9e021c46990d2d66da7860d)), closes [#81](https://github.com/visitscotland/vs-component-library/issues/81)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### ♻️ Code Refactoring
|
|
16
|
+
|
|
17
|
+
* **font awesome:** remove unused scss and font files ([0c823a3](https://github.com/visitscotland/vs-component-library/commit/0c823a3f326471aab8b11d246d24e1ec439d6197))
|
|
18
|
+
* **footer social item:** remove old twitter icon styles ([c2d7f83](https://github.com/visitscotland/vs-component-library/commit/c2d7f83051f3a6df144e13be31341dbc143f8b9f))
|
|
19
|
+
* **social share item:** remove old twitter icon styles ([3a9ae9a](https://github.com/visitscotland/vs-component-library/commit/3a9ae9a74c1bd02f5aec3420c6520c29802dad82))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### ✅ Tests
|
|
23
|
+
|
|
24
|
+
* **social share item:** update test ([cb0e472](https://github.com/visitscotland/vs-component-library/commit/cb0e47276cb80a5092bc837ec8a93b93bcd282d2))
|
|
25
|
+
|
|
5
26
|
### [1.2.3](https://github.com/visitscotland/vs-component-library/compare/v1.2.2...v1.2.3) (2024-03-11)
|
|
6
27
|
|
|
7
28
|
|
|
Binary file
|
|
Binary file
|