@camunda/design-system 0.51.0 → 0.53.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/carbon-compat/accordion.js +1 -1
- package/dist/carbon-compat/c3-data-table.js +1 -1
- package/dist/carbon-compat/code-snippet.js +1 -1
- package/dist/carbon-compat/icon-button.d.ts +3 -1
- package/dist/carbon-compat/icon-button.d.ts.map +1 -1
- package/dist/carbon-compat/icon-button.js +34 -7
- package/dist/carbon-compat/icon-button.js.map +1 -1
- package/dist/carbon-compat/loading.js +1 -1
- package/dist/carbon-compat/menu-button.d.ts.map +1 -1
- package/dist/carbon-compat/menu-button.js +1 -1
- package/dist/carbon-compat/menu-button.js.map +1 -1
- package/dist/carbon-compat/overflow-menu.d.ts +2 -2
- package/dist/carbon-compat/overflow-menu.d.ts.map +1 -1
- package/dist/carbon-compat/overflow-menu.js +29 -13
- package/dist/carbon-compat/overflow-menu.js.map +1 -1
- package/dist/carbon-compat/search.js +1 -1
- package/dist/carbon-compat/table-expand.js +1 -1
- package/dist/src/components/ui/alert.d.ts +1 -1
- package/dist/src/components/ui/alert.js +1 -1
- package/dist/src/components/ui/app-sidebar.d.ts.map +1 -1
- package/dist/src/components/ui/app-sidebar.js +3 -3
- package/dist/src/components/ui/app-sidebar.js.map +1 -1
- package/dist/src/components/ui/avatar.js +1 -1
- package/dist/src/components/ui/breadcrumb.js +1 -1
- package/dist/src/components/ui/button.js +1 -1
- package/dist/src/components/ui/calendar.js +1 -1
- package/dist/src/components/ui/card.js +1 -1
- package/dist/src/components/ui/checkbox.js +1 -1
- package/dist/src/components/ui/choice-card.js +1 -1
- package/dist/src/components/ui/code-block.js +1 -1
- package/dist/src/components/ui/combobox.d.ts +20 -4
- package/dist/src/components/ui/combobox.d.ts.map +1 -1
- package/dist/src/components/ui/combobox.js +70 -21
- package/dist/src/components/ui/combobox.js.map +1 -1
- package/dist/src/components/ui/command.js +1 -1
- package/dist/src/components/ui/data-table.js +1 -1
- package/dist/src/components/ui/date-picker.js +1 -1
- package/dist/src/components/ui/date-range-picker.js +1 -1
- package/dist/src/components/ui/dialog.js +1 -1
- package/dist/src/components/ui/dropdown.js +1 -1
- package/dist/src/components/ui/file-uploader.js +1 -1
- package/dist/src/components/ui/icon-button.d.ts +26 -0
- package/dist/src/components/ui/icon-button.d.ts.map +1 -0
- package/dist/src/components/ui/icon-button.js +39 -0
- package/dist/src/components/ui/icon-button.js.map +1 -0
- package/dist/src/components/ui/inline-edit.js +1 -1
- package/dist/src/components/ui/link.d.ts +13 -0
- package/dist/src/components/ui/link.d.ts.map +1 -0
- package/dist/src/components/ui/link.js +65 -0
- package/dist/src/components/ui/link.js.map +1 -0
- package/dist/src/components/ui/multi-select.d.ts +17 -2
- package/dist/src/components/ui/multi-select.d.ts.map +1 -1
- package/dist/src/components/ui/multi-select.js +71 -15
- package/dist/src/components/ui/multi-select.js.map +1 -1
- package/dist/src/components/ui/multi-step-dialog.d.ts +47 -0
- package/dist/src/components/ui/multi-step-dialog.d.ts.map +1 -0
- package/dist/src/components/ui/multi-step-dialog.js +201 -0
- package/dist/src/components/ui/multi-step-dialog.js.map +1 -0
- package/dist/src/components/ui/nav-breadcrumb.js +1 -1
- package/dist/src/components/ui/nav-icon.assignability.js +1 -1
- package/dist/src/components/ui/notifications.js +1 -1
- package/dist/src/components/ui/radio-group.js +1 -1
- package/dist/src/components/ui/scorecard.js +1 -1
- package/dist/src/components/ui/search-input.js +1 -1
- package/dist/src/components/ui/select.js +1 -1
- package/dist/src/components/ui/sheet.js +1 -1
- package/dist/src/components/ui/sidebar-provider.js +1 -1
- package/dist/src/components/ui/split-button.js +1 -1
- package/dist/src/components/ui/stepper.js +1 -1
- package/dist/src/components/ui/toast.js +1 -1
- package/dist/src/components/ui/tree-view.js +1 -1
- package/dist/src/components/ui/user-menu.js +1 -1
- package/dist/src/examples/agent-control-plane-processes/DashboardPage.js +1 -1
- package/dist/src/examples/project-detail/ProjectDetailPage.js +1 -1
- package/dist/src/examples/shared/AppShell.js +1 -1
- package/dist/src/examples/shared/DateRangePopover.js +1 -1
- package/dist/src/examples/shared/agent-control-plane-nav.js +1 -1
- package/dist/src/examples/shared/console-nav.js +1 -1
- package/dist/src/examples/shared/cost-nav.js +1 -1
- package/dist/src/icons/camunda-app-icons.d.ts.map +1 -1
- package/dist/src/icons/camunda-app-icons.js +1 -1
- package/dist/src/icons/camunda-app-icons.js.map +1 -1
- package/dist/src/icons/index.d.ts +1 -0
- package/dist/src/icons/index.d.ts.map +1 -1
- package/dist/src/icons/index.js +2 -0
- package/dist/src/icons/index.js.map +1 -1
- package/dist/src/icons/lucide.assignability.d.ts +2 -0
- package/dist/src/icons/lucide.assignability.d.ts.map +1 -0
- package/dist/src/icons/lucide.assignability.js +11 -0
- package/dist/src/icons/lucide.assignability.js.map +1 -0
- package/dist/src/icons/lucide.d.ts +2 -0
- package/dist/src/icons/lucide.d.ts.map +1 -0
- package/dist/src/icons/lucide.js +11 -0
- package/dist/src/icons/lucide.js.map +1 -0
- package/dist/src/icons/registry.d.ts +13 -13
- package/dist/src/icons/registry.d.ts.map +1 -1
- package/dist/src/icons/registry.js +14 -14
- package/dist/src/icons/registry.js.map +1 -1
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +3 -0
- package/dist/src/index.js.map +1 -1
- package/dist/styles.css +23 -503
- package/package.json +11 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/design-system",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.53.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": {
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"homepage": "https://github.com/camunda/design-system",
|
|
11
11
|
"bugs": "https://github.com/camunda/design-system/issues",
|
|
12
12
|
"type": "module",
|
|
13
|
+
"sideEffects": [
|
|
14
|
+
"**/*.css"
|
|
15
|
+
],
|
|
13
16
|
"main": "./dist/src/index.js",
|
|
14
17
|
"module": "./dist/src/index.js",
|
|
15
18
|
"types": "./dist/src/index.d.ts",
|
|
@@ -18,6 +21,10 @@
|
|
|
18
21
|
"types": "./dist/src/index.d.ts",
|
|
19
22
|
"import": "./dist/src/index.js"
|
|
20
23
|
},
|
|
24
|
+
"./icons": {
|
|
25
|
+
"types": "./dist/src/icons/index.d.ts",
|
|
26
|
+
"import": "./dist/src/icons/index.js"
|
|
27
|
+
},
|
|
21
28
|
"./carbon-compat": {
|
|
22
29
|
"types": "./dist/carbon-compat/index.d.ts",
|
|
23
30
|
"import": "./dist/carbon-compat/index.js"
|
|
@@ -46,7 +53,8 @@
|
|
|
46
53
|
},
|
|
47
54
|
"scripts": {
|
|
48
55
|
"build": "tsc -p tsconfig.app.json && tsc-alias -p tsconfig.app.json && npm run build:css && npm run build:fonts",
|
|
49
|
-
"build:css": "tailwindcss -i src/index.css -o dist/styles.css",
|
|
56
|
+
"build:css": "tailwindcss -i src/index.css -o dist/styles.css && npm run check:css",
|
|
57
|
+
"check:css": "test -f dist/styles.css || { echo 'ERROR: dist/styles.css not found — run npm run build:css first'; exit 1; }; if grep -n '«' dist/styles.css; then echo 'ERROR: dist/styles.css contains unresolved Tailwind placeholder tokens (see issue #580)'; exit 1; fi",
|
|
50
58
|
"build:fonts": "mkdir -p dist/files && cp node_modules/@fontsource/geist-sans/files/geist-sans-latin-400-normal.woff2 node_modules/@fontsource/geist-sans/files/geist-sans-latin-400-normal.woff node_modules/@fontsource/geist-sans/files/geist-sans-latin-500-normal.woff2 node_modules/@fontsource/geist-sans/files/geist-sans-latin-500-normal.woff node_modules/@fontsource/geist-sans/files/geist-sans-latin-600-normal.woff2 node_modules/@fontsource/geist-sans/files/geist-sans-latin-600-normal.woff node_modules/@fontsource/geist-sans/files/geist-sans-latin-700-normal.woff2 node_modules/@fontsource/geist-sans/files/geist-sans-latin-700-normal.woff dist/files/",
|
|
51
59
|
"dev": "tsc -p tsconfig.app.json --watch",
|
|
52
60
|
"clean": "rimraf dist/",
|
|
@@ -65,7 +73,7 @@
|
|
|
65
73
|
"audit:conventions": "node scripts/audit-conventions.mjs",
|
|
66
74
|
"mapping:build": "bash skills/migrate/scripts/build-mapping.sh",
|
|
67
75
|
"mapping:check": "bash skills/migrate/scripts/build-mapping.sh --check",
|
|
68
|
-
"test:rules": "node eslint-rules/no-adhoc-typography.test.mjs && node eslint-rules/no-primitive-tailwind-colors.test.mjs && node eslint-rules/no-raw-color-in-classname.test.mjs && node eslint-rules/require-shared-sidebar-provider.test.mjs",
|
|
76
|
+
"test:rules": "node eslint-rules/no-adhoc-typography.test.mjs && node eslint-rules/no-primitive-tailwind-colors.test.mjs && node eslint-rules/no-raw-color-in-classname.test.mjs && node eslint-rules/require-shared-sidebar-provider.test.mjs && node eslint-rules/no-direct-lucide-import.test.mjs && node --test src/icons/registry.integrity.test.mjs",
|
|
69
77
|
"test:hooks": "python3 plugins/camunda-design-system/scripts/route-request.test.py",
|
|
70
78
|
"prepare": "husky",
|
|
71
79
|
"release": "changeset publish",
|