@tracktor/design-system 4.17.0 → 4.17.1
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 -6
- package/dist/main.cjs +9 -9
- package/dist/main.js +4289 -4288
- package/dist/src/components/DataDisplay/ListItemCard/ListItemCard.d.ts +1 -2
- package/dist/src/components/DataDisplay/Logo/Logo.d.ts +1 -1
- package/dist/src/components/Inputs/AutocompleteFilter/AutocompleteFilter.d.ts +2 -2
- package/dist/src/components/Inputs/Button/Button.d.ts +1 -1
- package/dist/src/constants/colors.d.ts +38 -38
- package/dist/src/main.d.ts +72 -72
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# [Releases](https://github.com/Tracktor/design-system/releases)
|
|
2
2
|
|
|
3
|
-
## v4.17.
|
|
3
|
+
## v4.17.1
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
####
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
5
|
+
### Fix
|
|
6
|
+
#### Change ESLint Config for Biome config
|
|
7
|
+
- Update ESLint Config to be compatible with Biome
|
|
8
|
+
- Add Biome Config file
|
|
9
|
+
- Fix lint issues after switching to Biome
|