@visitscotland/component-library 1.0.16 → 1.0.18

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 (41) hide show
  1. package/CHANGELOG.md +39 -3
  2. package/dist/client/manifest.json +435 -167
  3. package/dist/client/scripts/110b2f5314e4ad12a262.js +1 -0
  4. package/dist/client/scripts/132b45094bc8c3679c5d.js +1 -0
  5. package/dist/client/scripts/174cd94f354a271d7ef0.js +1 -0
  6. package/dist/client/scripts/{5b5055de837ff8eb28b8.js → 20c6b82baa70c76c1a3d.js} +1 -1
  7. package/dist/client/scripts/{06d35e6af11c0cbd145b.js → 23768504ebc43ec79abc.js} +1 -1
  8. package/dist/client/scripts/26485e49442092422e02.js +1 -0
  9. package/dist/client/scripts/2fb093fe3d876d760ffb.js +1 -0
  10. package/dist/client/scripts/{fce08116a012d0016be9.js → 38a466a1ab99b03ef054.js} +1 -1
  11. package/dist/client/scripts/4420c6afaccb1e691843.js +1 -0
  12. package/dist/client/scripts/5f2fd8abfb4d07677dea.js +1 -0
  13. package/dist/client/scripts/6062301306a5a57de681.js +1 -0
  14. package/dist/client/scripts/{666e463e312bc010f0bc.js → 7386ae9a4c3f4ea2f1b2.js} +1 -1
  15. package/dist/client/scripts/7651531a5d16a9186db9.js +1 -0
  16. package/dist/client/scripts/{279fc4015ab4b374ea6c.js → 79ae6d2c7699a7e68314.js} +1 -1
  17. package/dist/client/scripts/7c52ef528581b713dbd4.js +1 -0
  18. package/dist/client/scripts/{bc94ae8d63c98896a087.js → ad78c9a3b4e60004631e.js} +1 -1
  19. package/dist/client/scripts/d77e972c74b600c7c54a.js +1 -0
  20. package/dist/client/scripts/e80a14691d33e593c9e9.js +1 -0
  21. package/dist/client/scripts/f713395f49c82a489327.js +1 -0
  22. package/dist/client/styles/132b45094bc8c3679c5d.css +1 -0
  23. package/dist/client/styles/174cd94f354a271d7ef0.css +1 -0
  24. package/dist/client/styles/26485e49442092422e02.css +1 -0
  25. package/dist/client/styles/2fb093fe3d876d760ffb.css +1 -0
  26. package/dist/client/styles/4420c6afaccb1e691843.css +1 -0
  27. package/dist/client/styles/6062301306a5a57de681.css +1 -0
  28. package/dist/client/styles/7c52ef528581b713dbd4.css +1 -0
  29. package/dist/client/styles/a921ec9a5b3323f7e131.css +1 -0
  30. package/dist/client/styles/f713395f49c82a489327.css +1 -0
  31. package/dist/ssr/index.js +1 -1
  32. package/dist/ssr/manifest.json +1 -1
  33. package/dist/ssr/styles/{8d513933f6fd629d347b.css → 0d210cb7d7c8ee948c06.css} +9 -3
  34. package/package.json +4 -1
  35. package/dist/client/scripts/16a2774192c961ce565f.js +0 -1
  36. package/dist/client/scripts/3c27e4072428aec6b485.js +0 -1
  37. package/dist/client/styles/16a2774192c961ce565f.css +0 -2
  38. package/dist/client/styles/3c27e4072428aec6b485.css +0 -1
  39. /package/dist/client/styles/{5b5055de837ff8eb28b8.css → 20c6b82baa70c76c1a3d.css} +0 -0
  40. /package/dist/client/styles/{279fc4015ab4b374ea6c.css → 79ae6d2c7699a7e68314.css} +0 -0
  41. /package/dist/client/styles/{bc94ae8d63c98896a087.css → ad78c9a3b4e60004631e.css} +0 -0
package/CHANGELOG.md CHANGED
@@ -2,18 +2,54 @@
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.16](https://github.com/visitscotland/vs-component-library/compare/v1.0.15...v1.0.16) (2023-08-30)
5
+ ### [1.0.18](https://github.com/visitscotland/vs-component-library/compare/v1.0.17...v1.0.18) (2023-09-01)
6
6
 
7
7
 
8
8
  ### 🐛 Bug Fixes
9
9
 
10
- * **map:** fix regions for map and add regions story ([c23364d](https://github.com/visitscotland/vs-component-library/commit/c23364d061deb42e21c81c53309b09d3a3b71a18))
10
+ * **psw:** fix build errors for product search widget ([23ae66c](https://github.com/visitscotland/vs-component-library/commit/23ae66c9631b345d344992ce12b418ed1f5fc6f2))
11
+
12
+ ### [1.0.17](https://github.com/visitscotland/vs-component-library/compare/v1.0.16...v1.0.17) (2023-09-01)
13
+
14
+
15
+ ### 📝 Docs
16
+
17
+ * **marketoforms:** improves documentation for form functionality ([3c395d1](https://github.com/visitscotland/vs-component-library/commit/3c395d14f3c33358b3461c01a165c5730047dc21))
11
18
 
12
19
 
13
20
  ### ✨ Features
14
21
 
15
- * **map:** adds new distillery map option ([c1855bc](https://github.com/visitscotland/vs-component-library/commit/c1855bc1938072e00de1df927a5e5c71cbdea512))
22
+ * add product search ([a32b1a8](https://github.com/visitscotland/vs-component-library/commit/a32b1a8caa5b9842e44a45dd0a258c4f9fc22798))
23
+
24
+
25
+ ### ✅ Tests
26
+
27
+ * **psw:** remove psw tests until they have been refactored ([1066936](https://github.com/visitscotland/vs-component-library/commit/106693646419ef9e05d6d67db4d6ad6158a7727a))
28
+
29
+
30
+ ### 🐛 Bug Fixes
31
+
32
+ * linting fixes ([87d216d](https://github.com/visitscotland/vs-component-library/commit/87d216d5340fb03ea2cb230373e2ea18e1d0b740))
33
+ * **psw:** fix psw falling over when no api data is received ([1a138dc](https://github.com/visitscotland/vs-component-library/commit/1a138dc7caa178cdafc3504203d78fbf276da209))
34
+
16
35
 
36
+ ### 🎨 Styling
37
+
38
+ * **psw:** tidy up styles on new product search widget ([ec9ed19](https://github.com/visitscotland/vs-component-library/commit/ec9ed19078c0c38805530aa16d3199688a881160))
39
+ * **psw:** updating styles in product search ([39bcafd](https://github.com/visitscotland/vs-component-library/commit/39bcafd4efbf7359c8d03d3c6666519af9240063))
40
+
41
+ ### [1.0.16](https://github.com/visitscotland/vs-component-library/compare/v1.0.15...v1.0.16) (2023-08-30)
42
+
43
+
44
+ ### 🐛 Bug Fixes
45
+
46
+ * **map:** fix regions for map and add regions story ([c23364d](https://github.com/visitscotland/vs-component-library/commit/c23364d061deb42e21c81c53309b09d3a3b71a18))
47
+
48
+
49
+ ### ✨ Features
50
+
51
+ * **map:** adds new distillery map option ([c1855bc](https://github.com/visitscotland/vs-component-library/commit/c1855bc1938072e00de1df927a5e5c71cbdea512))
52
+
17
53
  ### [1.0.15](https://github.com/visitscotland/vs-component-library/compare/v1.0.14...v1.0.15) (2023-08-28)
18
54
 
19
55