@tracktor/design-system 4.18.0 → 4.18.4

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tracktor/design-system",
3
3
  "description": "Tracktor Design System",
4
4
  "sideEffects": false,
5
- "version": "4.18.0",
5
+ "version": "4.18.4",
6
6
  "license": "ISC",
7
7
  "type": "module",
8
8
  "types": "./dist/src/main.d.ts",
@@ -37,12 +37,12 @@
37
37
  "build": "tsc && vite build",
38
38
  "build-storybook": "storybook build",
39
39
  "build-storybook-docs": "storybook build --docs",
40
- "lint": "biome check --diagnostic-level=error . && tsc --noEmit --incremental",
41
- "lint:fix": "biome check . --write",
42
- "prepare": "yarn run build && husky install",
43
- "preview": "vite preview",
40
+ "lint": "bun x biome check --diagnostic-level=error . && tsc --noEmit --incremental",
41
+ "lint:fix": "bun x biome check . --write",
42
+ "prepare": "bun run build && husky install",
43
+ "preview": "bun x vite preview",
44
44
  "storybook": "storybook dev -p 6006",
45
- "test": "yarn lint && vitest",
45
+ "test": "bun run lint && vitest",
46
46
  "test-ui": "vitest --ui",
47
47
  "test-visual": "chromatic --project-token=c9bbc986d0d6 --exit-zero-on-changes"
48
48
  },
package/CHANGELOG.md DELETED
@@ -1,10 +0,0 @@
1
- # [Releases](https://github.com/Tracktor/design-system/releases)
2
-
3
- ## v4.18.0
4
-
5
- ### Feat
6
- #### Kanban: Add ReactElement to Subtitle items
7
- - Add ReactElement to Subtitle items in Kanban component for more flexibility
8
-
9
- #### Timeline: Add React Element to Subtitle
10
- - Allow React Element in Subtitle of Timeline component for enhanced customization