@camunda/design-system 0.16.0 → 0.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/dist/src/components/ui/app-sidebar.js +1 -1
- package/dist/src/components/ui/app-sidebar.js.map +1 -1
- package/dist/src/components/ui/avatar.d.ts.map +1 -1
- package/dist/src/components/ui/avatar.js +23 -1
- package/dist/src/components/ui/avatar.js.map +1 -1
- package/dist/src/components/ui/button.js +1 -1
- package/dist/src/components/ui/button.js.map +1 -1
- package/dist/src/components/ui/data-table.d.ts.map +1 -1
- package/dist/src/components/ui/data-table.js +5 -6
- package/dist/src/components/ui/data-table.js.map +1 -1
- package/dist/src/components/ui/dropdown.js +4 -4
- package/dist/src/components/ui/dropdown.js.map +1 -1
- package/dist/src/components/ui/empty-state.d.ts.map +1 -1
- package/dist/src/components/ui/empty-state.js +3 -3
- package/dist/src/components/ui/empty-state.js.map +1 -1
- package/dist/src/components/ui/select.js +1 -1
- package/dist/src/components/ui/select.js.map +1 -1
- package/dist/src/components/ui/skeleton.d.ts +4 -0
- package/dist/src/components/ui/skeleton.d.ts.map +1 -0
- package/dist/src/components/ui/skeleton.js +8 -0
- package/dist/src/components/ui/skeleton.js.map +1 -0
- package/dist/src/components/ui/user-menu.d.ts.map +1 -1
- package/dist/src/components/ui/user-menu.js +2 -8
- package/dist/src/components/ui/user-menu.js.map +1 -1
- package/dist/src/examples/cost-dashboard/CostDashboardPage.d.ts.map +1 -1
- package/dist/src/examples/cost-dashboard/CostDashboardPage.js +2 -2
- package/dist/src/examples/cost-dashboard/CostDashboardPage.js.map +1 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +1 -0
- package/dist/src/index.js.map +1 -1
- package/dist/styles.css +175 -75
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/design-system",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0",
|
|
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": {
|
|
@@ -87,7 +87,6 @@
|
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"@fontsource/geist-sans": "5.2.5",
|
|
91
90
|
"@tanstack/react-table": "^8.20.5",
|
|
92
91
|
"@tanstack/react-virtual": "^3.14.2",
|
|
93
92
|
"class-variance-authority": "0.7.1",
|
|
@@ -97,26 +96,26 @@
|
|
|
97
96
|
"lucide-react": "1.17.0",
|
|
98
97
|
"radix-ui": "1.4.3",
|
|
99
98
|
"react-day-picker": "^10.0.1",
|
|
100
|
-
"shadcn": "4.8.2",
|
|
101
99
|
"tailwind-merge": "3.6.0"
|
|
102
100
|
},
|
|
103
101
|
"overrides": {
|
|
104
102
|
"esbuild": "0.28.1"
|
|
105
103
|
},
|
|
106
104
|
"devDependencies": {
|
|
107
|
-
"@carbon/react": "^1.
|
|
105
|
+
"@carbon/react": "^1.110.0",
|
|
108
106
|
"@changesets/changelog-github": "^0.7.0",
|
|
109
107
|
"@changesets/cli": "^2.31.0",
|
|
110
108
|
"@eslint/js": "9.39.4",
|
|
111
|
-
"@
|
|
112
|
-
"@
|
|
113
|
-
"@storybook/addon-
|
|
114
|
-
"@storybook/addon-
|
|
115
|
-
"@storybook/
|
|
116
|
-
"@storybook/react
|
|
109
|
+
"@fontsource/geist-sans": "5.2.5",
|
|
110
|
+
"@playwright/test": "1.61.1",
|
|
111
|
+
"@storybook/addon-a11y": "10.4.6",
|
|
112
|
+
"@storybook/addon-docs": "10.4.6",
|
|
113
|
+
"@storybook/addon-links": "10.4.6",
|
|
114
|
+
"@storybook/react": "10.4.6",
|
|
115
|
+
"@storybook/react-vite": "10.4.6",
|
|
117
116
|
"@storybook/test-runner": "^0.24.4",
|
|
118
|
-
"@tailwindcss/cli": "^4.3.
|
|
119
|
-
"@tailwindcss/vite": "4.3.
|
|
117
|
+
"@tailwindcss/cli": "^4.3.2",
|
|
118
|
+
"@tailwindcss/vite": "4.3.2",
|
|
120
119
|
"@types/node": "24.12.4",
|
|
121
120
|
"@types/react": "19.2.17",
|
|
122
121
|
"@types/react-dom": "19.2.3",
|
|
@@ -124,9 +123,9 @@
|
|
|
124
123
|
"axe-playwright": "^2.2.2",
|
|
125
124
|
"eslint": "9.39.4",
|
|
126
125
|
"eslint-plugin-react-hooks": "7.1.1",
|
|
127
|
-
"globals": "17.
|
|
126
|
+
"globals": "17.7.0",
|
|
128
127
|
"husky": "^9.1.7",
|
|
129
|
-
"lint-staged": "^17.0.
|
|
128
|
+
"lint-staged": "^17.0.8",
|
|
130
129
|
"prettier": "3.8.3",
|
|
131
130
|
"prettier-plugin-tailwindcss": "0.8.0",
|
|
132
131
|
"react": "19.2.6",
|
|
@@ -135,14 +134,15 @@
|
|
|
135
134
|
"recharts": "^3.8.1",
|
|
136
135
|
"remark-gfm": "^4.0.1",
|
|
137
136
|
"rimraf": "6.1.3",
|
|
138
|
-
"
|
|
139
|
-
"
|
|
137
|
+
"shadcn": "4.12.0",
|
|
138
|
+
"storybook": "10.4.6",
|
|
139
|
+
"tailwindcss": "4.3.2",
|
|
140
140
|
"tailwindcss-scoped-preflight": "4.0.6",
|
|
141
141
|
"tsc-alias": "1.8.17",
|
|
142
142
|
"tw-animate-css": "1.4.0",
|
|
143
143
|
"typescript": "5.9.3",
|
|
144
|
-
"typescript-eslint": "8.
|
|
145
|
-
"vite": "7.3.
|
|
144
|
+
"typescript-eslint": "8.62.1",
|
|
145
|
+
"vite": "7.3.6",
|
|
146
146
|
"vite-tsconfig-paths": "6.1.1"
|
|
147
147
|
},
|
|
148
148
|
"volta": {
|