@tracktor/design-system 4.16.1 → 4.17.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 +6 -5
- package/dist/main.cjs +11 -11
- package/dist/main.js +1344 -1311
- package/dist/src/components/DataDisplay/Kanban/Kanban.d.ts +1 -1
- package/dist/src/components/DataDisplay/Kanban/utils.d.ts +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
# [Releases](https://github.com/Tracktor/design-system/releases)
|
|
2
2
|
|
|
3
|
-
## v4.
|
|
3
|
+
## v4.17.0
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
#### Add
|
|
7
|
-
-
|
|
8
|
-
-
|
|
5
|
+
### Feat
|
|
6
|
+
#### Add headerTitle prop to Kanban component
|
|
7
|
+
- Add headerTitle prop to Kanban component to allow custom header titles.
|
|
8
|
+
- Update size of cards in Kanban component for better visibility.
|
|
9
|
+
- Reduce size between line in empty state of Kanban component.
|