@tracktor/design-system 2.6.3 → 2.7.0

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 CHANGED
@@ -1,4 +1,6 @@
1
1
  # [Versions](https://github.com/Tracktor/design-system/releases)
2
2
 
3
- ## v2.6.3
4
- - **[fix]** - Add `language` prop to `ThemeProvider` type
3
+ ## v2.7.0
4
+ - **[fix]** - Allow display of PDF files in the TimeLine component.
5
+ - **[feat]** - Changed the image prop in TimeLineItem to file to support multiple file types.
6
+ - **[feat]** - Added FileViewer component in the DataDisplay category.