@camunda/design-system 0.51.0 → 0.52.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/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/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/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 +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 +3 -9
- package/package.json +9 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/design-system",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.52.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"
|
|
@@ -65,7 +72,7 @@
|
|
|
65
72
|
"audit:conventions": "node scripts/audit-conventions.mjs",
|
|
66
73
|
"mapping:build": "bash skills/migrate/scripts/build-mapping.sh",
|
|
67
74
|
"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",
|
|
75
|
+
"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
76
|
"test:hooks": "python3 plugins/camunda-design-system/scripts/route-request.test.py",
|
|
70
77
|
"prepare": "husky",
|
|
71
78
|
"release": "changeset publish",
|