@camunda/design-system 0.21.0 → 0.21.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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/design-system",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.1",
|
|
4
4
|
"description": "Camunda's AI-first design system. shadcn + Tailwind components, design tokens aligned to Camunda's identity, and AI tooling for component authoring + migration.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
"lucide-react": "1.17.0",
|
|
97
97
|
"radix-ui": "1.4.3",
|
|
98
98
|
"react-day-picker": "^10.0.1",
|
|
99
|
+
"recharts": "^3.8.1",
|
|
99
100
|
"tailwind-merge": "3.6.0"
|
|
100
101
|
},
|
|
101
102
|
"overrides": {
|
|
@@ -131,7 +132,6 @@
|
|
|
131
132
|
"react": "19.2.7",
|
|
132
133
|
"react-docgen-typescript": "2.4.0",
|
|
133
134
|
"react-dom": "19.2.7",
|
|
134
|
-
"recharts": "^3.8.1",
|
|
135
135
|
"remark-gfm": "^4.0.1",
|
|
136
136
|
"rimraf": "6.1.3",
|
|
137
137
|
"shadcn": "4.12.0",
|