@visitscotland/component-library 1.0.41 → 1.0.42

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 (31) hide show
  1. package/CHANGELOG.md +27 -2
  2. package/dist/client/manifest.json +112 -141
  3. package/dist/client/scripts/{349f6252def0d0493b4b.js → 0b6eeba5846308e5c708.js} +1 -1
  4. package/dist/client/scripts/{c809cf38c5272bcfe17e.js → 21b5228ac90fae37f8a3.js} +1 -1
  5. package/dist/client/scripts/6caa3d88a292e050e2ae.js +1 -0
  6. package/dist/client/scripts/{d476bdf3c63e8acd857e.js → 815009b65e094da0428b.js} +1 -1
  7. package/dist/client/scripts/b3a6f508fdfc4b285fa0.js +1 -0
  8. package/dist/client/scripts/c84d81afe632132ebbe2.js +1 -0
  9. package/dist/client/scripts/e8d76279f1fa5424b664.js +1 -0
  10. package/dist/client/styles/6caa3d88a292e050e2ae.css +1 -0
  11. package/dist/client/styles/b3a6f508fdfc4b285fa0.css +1 -0
  12. package/dist/client/styles/c84d81afe632132ebbe2.css +1 -0
  13. package/dist/ssr/index.js +1 -1
  14. package/dist/ssr/manifest.json +1 -1
  15. package/dist/ssr/styles/{9cad4135ed7d159f7cb8.css → 07e25a457f75f60d9f90.css} +3 -4
  16. package/package.json +2 -2
  17. package/dist/client/scripts/125bf47b90f088fff229.js +0 -1
  18. package/dist/client/scripts/8e4cc6e0c7e4e3b44628.js +0 -1
  19. package/dist/client/scripts/ba70a1a96c6e4c09ba97.js +0 -1
  20. package/dist/client/scripts/bbffd3414a7c7fddbcd6.js +0 -1
  21. package/dist/client/scripts/d92aa405447c79599e03.js +0 -1
  22. package/dist/client/styles/125bf47b90f088fff229.css +0 -1
  23. package/dist/client/styles/ba70a1a96c6e4c09ba97.css +0 -1
  24. package/dist/client/styles/bbffd3414a7c7fddbcd6.css +0 -1
  25. package/dist/client/styles/d92aa405447c79599e03.css +0 -1
  26. /package/dist/client/scripts/{71ee734ab41ea680c8df.js → 52e36cf05d0af4e337f6.js} +0 -0
  27. /package/dist/client/scripts/{3c9d8724e602abc493bb.js → 6eb7c7f410527693630a.js} +0 -0
  28. /package/dist/client/styles/{349f6252def0d0493b4b.css → 0b6eeba5846308e5c708.css} +0 -0
  29. /package/dist/client/styles/{c809cf38c5272bcfe17e.css → 21b5228ac90fae37f8a3.css} +0 -0
  30. /package/dist/client/styles/{d476bdf3c63e8acd857e.css → 815009b65e094da0428b.css} +0 -0
  31. /package/dist/client/styles/{8e4cc6e0c7e4e3b44628.css → e8d76279f1fa5424b664.css} +0 -0
package/CHANGELOG.md CHANGED
@@ -2,13 +2,38 @@
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.0.41](https://github.com/visitscotland/vs-component-library/compare/v1.0.40...v1.0.41) (2023-10-02)
5
+ ### [1.0.42](https://github.com/visitscotland/vs-component-library/compare/v1.0.41...v1.0.42) (2023-10-10)
6
+
7
+
8
+ ### ✅ Tests
9
+
10
+ * **psw:** add unit tests for guest selection ([ded7941](https://github.com/visitscotland/vs-component-library/commit/ded79410800ec9a9124a067c1066edd6ecd678bf))
11
+ * **psw:** add unit tests for guest selector ([1ef5eb6](https://github.com/visitscotland/vs-component-library/commit/1ef5eb64102ead493aedd4106498bf111eb8909a))
12
+
13
+
14
+ ### ♻️ Code Refactoring
15
+
16
+ * **psw:** fix linting errors ([b49a659](https://github.com/visitscotland/vs-component-library/commit/b49a659b5c4557a13df867abe1ec92f1932bb45c))
6
17
 
7
18
 
8
19
  ### 🐛 Bug Fixes
9
20
 
10
- * **meganav:** fix sticky nav not working with no js ([64eeed7](https://github.com/visitscotland/vs-component-library/commit/64eeed70afd1356e59d940421499d59ce578aced))
21
+ * **map:** correct zoom level in second undefined case ([b6bd843](https://github.com/visitscotland/vs-component-library/commit/b6bd843bf59601c03b0ff613ade231d0b31e8669))
22
+ * **psw:** add back dates exist functionality ([c45e146](https://github.com/visitscotland/vs-component-library/commit/c45e146cf1ed9a11404419a54fcb7d8d525d87c4))
23
+
11
24
 
25
+ ### 🔖 Others
26
+
27
+ * **package.json:** add back missing theo script to test ([99784b6](https://github.com/visitscotland/vs-component-library/commit/99784b6d1d333c9a22df0b3904f6f702d458f05f))
28
+ * **release:** 1.0.41 ([584832f](https://github.com/visitscotland/vs-component-library/commit/584832fbf7221e7120c6a21fe46d0a24f5c88de0))
29
+
30
+ ### [1.0.41](https://github.com/visitscotland/vs-component-library/compare/v1.0.40...v1.0.41) (2023-10-02)
31
+
32
+
33
+ ### 🐛 Bug Fixes
34
+
35
+ * **meganav:** fix sticky nav not working with no js ([64eeed7](https://github.com/visitscotland/vs-component-library/commit/64eeed70afd1356e59d940421499d59ce578aced))
36
+
12
37
  ### [1.0.40](https://github.com/visitscotland/vs-component-library/compare/v1.0.38...v1.0.40) (2023-09-29)
13
38
 
14
39