@cruk/cruk-react-components 1.1.4 → 1.1.7

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 +19 -2
  2. package/lib/cjs/node_modules/@fortawesome/free-solid-svg-icons/index.es.js +1 -1
  3. package/lib/cjs/node_modules/@fortawesome/free-solid-svg-icons/index.es.js.map +1 -1
  4. package/lib/cjs/src/components/Button/styles.js +1 -1
  5. package/lib/cjs/src/components/Carousel/index.js +1 -1
  6. package/lib/cjs/src/components/Footer/index.js +1 -1
  7. package/lib/components/AddressLookup/index.d.ts +1 -26
  8. package/lib/components/Button/Button.stories.d.ts +1 -0
  9. package/lib/components/Button/index.d.ts +1 -19
  10. package/lib/components/Carousel/Dots.d.ts +4 -4
  11. package/lib/components/Carousel/index.d.ts +8 -3
  12. package/lib/components/Checkbox/index.d.ts +3 -2
  13. package/lib/components/Collapse/styles.d.ts +1 -11
  14. package/lib/components/Divider.d.ts +5 -2
  15. package/lib/components/Footer/index.d.ts +3 -2
  16. package/lib/components/Icon/index.d.ts +0 -1
  17. package/lib/components/IconFa/index.d.ts +0 -1
  18. package/lib/components/LabelWrapper/index.d.ts +1 -0
  19. package/lib/components/LegendWrapper/index.d.ts +2 -2
  20. package/lib/components/Link/index.d.ts +1 -21
  21. package/lib/components/Loader/index.d.ts +1 -2
  22. package/lib/components/Modal/index.d.ts +4 -2
  23. package/lib/components/Modal/styles.d.ts +1 -11
  24. package/lib/components/Pagination/index.d.ts +2 -1
  25. package/lib/components/PopOver/index.d.ts +3 -2
  26. package/lib/components/ProgressBar/index.d.ts +3 -2
  27. package/lib/components/Radio/index.d.ts +3 -2
  28. package/lib/components/RadioConsent/styles.d.ts +1 -1
  29. package/lib/components/Step/index.d.ts +2 -1
  30. package/lib/components/TestWrapper.d.ts +7 -3
  31. package/lib/components/ThemeCheatSheet.d.ts +1 -3
  32. package/lib/components/Totaliser/styles.d.ts +1 -2
  33. package/lib/docs/Docs.d.ts +2 -0
  34. package/lib/docs/index.d.ts +1 -0
  35. package/lib/es/node_modules/@fortawesome/free-solid-svg-icons/index.es.js +1 -1
  36. package/lib/es/node_modules/@fortawesome/free-solid-svg-icons/index.es.js.map +1 -1
  37. package/lib/es/src/components/Button/styles.js +1 -1
  38. package/lib/es/src/components/Carousel/index.js +1 -1
  39. package/lib/es/src/components/Footer/index.js +1 -1
  40. package/lib/hocs/MdxProvider.d.ts +5 -2
  41. package/package.json +7 -5
package/CHANGELOG.md CHANGED
@@ -5,12 +5,29 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [1.1.4] - 2022-08-12
8
+ ## [1.1.7] - 2022-08-19
9
+
10
+ ### Changed
11
+
12
+ Adding react and react-dom 18 as peer dependency option and removeing a types that use FC or FunctionComponent [#540](https://github.com/CRUKorg/cruk-react-components/issues/#540))
13
+
14
+ ## [1.1.6] - 2022-08-15
15
+
16
+ ### Fixed
17
+
18
+ Fix typo in the fix for safari button styling [#531](https://github.com/CRUKorg/cruk-react-components/issues/#531))
19
+
20
+ ## [1.1.5] - 2022-08-15
9
21
 
10
22
  ### Fixed
11
23
 
12
24
  Buttons cast as anchor tags look bloated on iOS safari [#531](https://github.com/CRUKorg/cruk-react-components/issues/#531))
13
- Also using new fork of cypress-image-snapshots original repo is no longer maintianed :(
25
+
26
+ ## [1.1.4] - 2022-08-12
27
+
28
+ ### Fixed
29
+
30
+ Using new fork of cypress-image-snapshots original repo is no longer maintianed :(
14
31
 
15
32
  ## [1.1.3] - 2022-07-16
16
33
 
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0});
2
2
  /*!
3
- * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
3
+ * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
4
4
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
5
5
  * Copyright 2022 Fonticons, Inc.
6
6
  */