@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.
Files changed (104) hide show
  1. package/dist/carbon-compat/accordion.js +1 -1
  2. package/dist/carbon-compat/c3-data-table.js +1 -1
  3. package/dist/carbon-compat/code-snippet.js +1 -1
  4. package/dist/carbon-compat/icon-button.d.ts +3 -1
  5. package/dist/carbon-compat/icon-button.d.ts.map +1 -1
  6. package/dist/carbon-compat/icon-button.js +34 -7
  7. package/dist/carbon-compat/icon-button.js.map +1 -1
  8. package/dist/carbon-compat/loading.js +1 -1
  9. package/dist/carbon-compat/menu-button.d.ts.map +1 -1
  10. package/dist/carbon-compat/menu-button.js +1 -1
  11. package/dist/carbon-compat/menu-button.js.map +1 -1
  12. package/dist/carbon-compat/overflow-menu.d.ts +2 -2
  13. package/dist/carbon-compat/overflow-menu.d.ts.map +1 -1
  14. package/dist/carbon-compat/overflow-menu.js +29 -13
  15. package/dist/carbon-compat/overflow-menu.js.map +1 -1
  16. package/dist/carbon-compat/search.js +1 -1
  17. package/dist/carbon-compat/table-expand.js +1 -1
  18. package/dist/src/components/ui/alert.d.ts +1 -1
  19. package/dist/src/components/ui/alert.js +1 -1
  20. package/dist/src/components/ui/app-sidebar.d.ts.map +1 -1
  21. package/dist/src/components/ui/app-sidebar.js +3 -3
  22. package/dist/src/components/ui/app-sidebar.js.map +1 -1
  23. package/dist/src/components/ui/avatar.js +1 -1
  24. package/dist/src/components/ui/breadcrumb.js +1 -1
  25. package/dist/src/components/ui/button.js +1 -1
  26. package/dist/src/components/ui/calendar.js +1 -1
  27. package/dist/src/components/ui/card.js +1 -1
  28. package/dist/src/components/ui/checkbox.js +1 -1
  29. package/dist/src/components/ui/choice-card.js +1 -1
  30. package/dist/src/components/ui/code-block.js +1 -1
  31. package/dist/src/components/ui/combobox.d.ts +20 -4
  32. package/dist/src/components/ui/combobox.d.ts.map +1 -1
  33. package/dist/src/components/ui/combobox.js +70 -21
  34. package/dist/src/components/ui/combobox.js.map +1 -1
  35. package/dist/src/components/ui/command.js +1 -1
  36. package/dist/src/components/ui/data-table.js +1 -1
  37. package/dist/src/components/ui/date-picker.js +1 -1
  38. package/dist/src/components/ui/date-range-picker.js +1 -1
  39. package/dist/src/components/ui/dialog.js +1 -1
  40. package/dist/src/components/ui/dropdown.js +1 -1
  41. package/dist/src/components/ui/file-uploader.js +1 -1
  42. package/dist/src/components/ui/icon-button.d.ts +26 -0
  43. package/dist/src/components/ui/icon-button.d.ts.map +1 -0
  44. package/dist/src/components/ui/icon-button.js +39 -0
  45. package/dist/src/components/ui/icon-button.js.map +1 -0
  46. package/dist/src/components/ui/inline-edit.js +1 -1
  47. package/dist/src/components/ui/link.d.ts +13 -0
  48. package/dist/src/components/ui/link.d.ts.map +1 -0
  49. package/dist/src/components/ui/link.js +65 -0
  50. package/dist/src/components/ui/link.js.map +1 -0
  51. package/dist/src/components/ui/multi-select.d.ts +17 -2
  52. package/dist/src/components/ui/multi-select.d.ts.map +1 -1
  53. package/dist/src/components/ui/multi-select.js +71 -15
  54. package/dist/src/components/ui/multi-select.js.map +1 -1
  55. package/dist/src/components/ui/multi-step-dialog.d.ts +47 -0
  56. package/dist/src/components/ui/multi-step-dialog.d.ts.map +1 -0
  57. package/dist/src/components/ui/multi-step-dialog.js +201 -0
  58. package/dist/src/components/ui/multi-step-dialog.js.map +1 -0
  59. package/dist/src/components/ui/nav-breadcrumb.js +1 -1
  60. package/dist/src/components/ui/nav-icon.assignability.js +1 -1
  61. package/dist/src/components/ui/notifications.js +1 -1
  62. package/dist/src/components/ui/radio-group.js +1 -1
  63. package/dist/src/components/ui/scorecard.js +1 -1
  64. package/dist/src/components/ui/search-input.js +1 -1
  65. package/dist/src/components/ui/select.js +1 -1
  66. package/dist/src/components/ui/sheet.js +1 -1
  67. package/dist/src/components/ui/sidebar-provider.js +1 -1
  68. package/dist/src/components/ui/split-button.js +1 -1
  69. package/dist/src/components/ui/stepper.js +1 -1
  70. package/dist/src/components/ui/toast.js +1 -1
  71. package/dist/src/components/ui/tree-view.js +1 -1
  72. package/dist/src/components/ui/user-menu.js +1 -1
  73. package/dist/src/examples/agent-control-plane-processes/DashboardPage.js +1 -1
  74. package/dist/src/examples/project-detail/ProjectDetailPage.js +1 -1
  75. package/dist/src/examples/shared/AppShell.js +1 -1
  76. package/dist/src/examples/shared/DateRangePopover.js +1 -1
  77. package/dist/src/examples/shared/agent-control-plane-nav.js +1 -1
  78. package/dist/src/examples/shared/console-nav.js +1 -1
  79. package/dist/src/examples/shared/cost-nav.js +1 -1
  80. package/dist/src/icons/camunda-app-icons.d.ts.map +1 -1
  81. package/dist/src/icons/camunda-app-icons.js +1 -1
  82. package/dist/src/icons/camunda-app-icons.js.map +1 -1
  83. package/dist/src/icons/index.d.ts +1 -0
  84. package/dist/src/icons/index.d.ts.map +1 -1
  85. package/dist/src/icons/index.js +2 -0
  86. package/dist/src/icons/index.js.map +1 -1
  87. package/dist/src/icons/lucide.assignability.d.ts +2 -0
  88. package/dist/src/icons/lucide.assignability.d.ts.map +1 -0
  89. package/dist/src/icons/lucide.assignability.js +11 -0
  90. package/dist/src/icons/lucide.assignability.js.map +1 -0
  91. package/dist/src/icons/lucide.d.ts +2 -0
  92. package/dist/src/icons/lucide.d.ts.map +1 -0
  93. package/dist/src/icons/lucide.js +11 -0
  94. package/dist/src/icons/lucide.js.map +1 -0
  95. package/dist/src/icons/registry.d.ts +13 -13
  96. package/dist/src/icons/registry.d.ts.map +1 -1
  97. package/dist/src/icons/registry.js +14 -14
  98. package/dist/src/icons/registry.js.map +1 -1
  99. package/dist/src/index.d.ts +3 -0
  100. package/dist/src/index.d.ts.map +1 -1
  101. package/dist/src/index.js +3 -0
  102. package/dist/src/index.js.map +1 -1
  103. package/dist/styles.css +23 -503
  104. package/package.json +11 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/design-system",
3
- "version": "0.51.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",