@camunda/design-system 0.45.0 → 0.46.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/dist/carbon-compat/c3-cluster-tag.d.ts.map +1 -1
- package/dist/carbon-compat/c3-cluster-tag.js +8 -1
- package/dist/carbon-compat/c3-cluster-tag.js.map +1 -1
- package/dist/carbon-compat/c3-data-table.d.ts.map +1 -1
- package/dist/carbon-compat/c3-data-table.js +6 -1
- package/dist/carbon-compat/c3-data-table.js.map +1 -1
- package/dist/carbon-compat/inline-notification.d.ts +2 -1
- package/dist/carbon-compat/inline-notification.d.ts.map +1 -1
- package/dist/carbon-compat/inline-notification.js +2 -1
- package/dist/carbon-compat/inline-notification.js.map +1 -1
- package/dist/carbon-compat/toast-notification.d.ts +2 -2
- package/dist/carbon-compat/toast-notification.d.ts.map +1 -1
- package/dist/carbon-compat/toast-notification.js +2 -2
- package/dist/carbon-compat/toast-notification.js.map +1 -1
- package/dist/src/components/ui/alert.d.ts.map +1 -1
- package/dist/src/components/ui/alert.js +4 -0
- package/dist/src/components/ui/alert.js.map +1 -1
- package/dist/src/components/ui/app-header.d.ts +9 -1
- package/dist/src/components/ui/app-header.d.ts.map +1 -1
- package/dist/src/components/ui/app-header.js +8 -2
- package/dist/src/components/ui/app-header.js.map +1 -1
- package/dist/src/components/ui/app-sidebar.d.ts.map +1 -1
- package/dist/src/components/ui/app-sidebar.js +5 -3
- package/dist/src/components/ui/app-sidebar.js.map +1 -1
- package/dist/src/components/ui/nav-tools.d.ts +8 -0
- package/dist/src/components/ui/nav-tools.d.ts.map +1 -1
- package/dist/src/components/ui/nav-tools.js +4 -2
- package/dist/src/components/ui/nav-tools.js.map +1 -1
- package/dist/src/components/ui/sidebar-provider.d.ts +1 -1
- package/dist/src/components/ui/sidebar-provider.d.ts.map +1 -1
- package/dist/src/components/ui/sidebar-provider.js +7 -4
- package/dist/src/components/ui/sidebar-provider.js.map +1 -1
- package/dist/src/components/ui/toast.d.ts +48 -0
- package/dist/src/components/ui/toast.d.ts.map +1 -0
- package/dist/src/components/ui/toast.js +177 -0
- package/dist/src/components/ui/toast.js.map +1 -0
- package/dist/src/components/ui/tree-view.d.ts.map +1 -1
- package/dist/src/components/ui/tree-view.js +25 -8
- package/dist/src/components/ui/tree-view.js.map +1 -1
- package/dist/src/components/ui/user-menu.d.ts.map +1 -1
- package/dist/src/components/ui/user-menu.js +2 -1
- package/dist/src/components/ui/user-menu.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 +69 -3
- package/package.json +2 -1
package/dist/styles.css
CHANGED
|
@@ -283,6 +283,9 @@
|
|
|
283
283
|
.order-1 {
|
|
284
284
|
order: 1;
|
|
285
285
|
}
|
|
286
|
+
.order-last {
|
|
287
|
+
order: 9999;
|
|
288
|
+
}
|
|
286
289
|
.col-span-3 {
|
|
287
290
|
grid-column: span 3 / span 3;
|
|
288
291
|
}
|
|
@@ -427,6 +430,9 @@
|
|
|
427
430
|
.-mr-1 {
|
|
428
431
|
margin-right: calc(var(--spacing) * -1);
|
|
429
432
|
}
|
|
433
|
+
.-mr-4 {
|
|
434
|
+
margin-right: calc(var(--spacing) * -4);
|
|
435
|
+
}
|
|
430
436
|
.mr-1 {
|
|
431
437
|
margin-right: var(--spacing);
|
|
432
438
|
}
|
|
@@ -550,6 +556,10 @@
|
|
|
550
556
|
.aspect-video {
|
|
551
557
|
aspect-ratio: var(--aspect-video);
|
|
552
558
|
}
|
|
559
|
+
.size-1\.5 {
|
|
560
|
+
width: calc(var(--spacing) * 1.5);
|
|
561
|
+
height: calc(var(--spacing) * 1.5);
|
|
562
|
+
}
|
|
553
563
|
.size-2 {
|
|
554
564
|
width: calc(var(--spacing) * 2);
|
|
555
565
|
height: calc(var(--spacing) * 2);
|
|
@@ -674,9 +684,6 @@
|
|
|
674
684
|
.h-72 {
|
|
675
685
|
height: calc(var(--spacing) * 72);
|
|
676
686
|
}
|
|
677
|
-
.h-\[24rem\] {
|
|
678
|
-
height: 24rem;
|
|
679
|
-
}
|
|
680
687
|
.h-\[32rem\] {
|
|
681
688
|
height: 32rem;
|
|
682
689
|
}
|
|
@@ -752,6 +759,9 @@
|
|
|
752
759
|
.min-h-32 {
|
|
753
760
|
min-height: calc(var(--spacing) * 32);
|
|
754
761
|
}
|
|
762
|
+
.min-h-40 {
|
|
763
|
+
min-height: calc(var(--spacing) * 40);
|
|
764
|
+
}
|
|
755
765
|
.min-h-\[80px\] {
|
|
756
766
|
min-height: 80px;
|
|
757
767
|
}
|
|
@@ -761,9 +771,15 @@
|
|
|
761
771
|
.min-h-\[280px\] {
|
|
762
772
|
min-height: 280px;
|
|
763
773
|
}
|
|
774
|
+
.min-h-\[650px\] {
|
|
775
|
+
min-height: 650px;
|
|
776
|
+
}
|
|
764
777
|
.min-h-\[calc\(100vh-3rem\)\] {
|
|
765
778
|
min-height: calc(100vh - 3rem);
|
|
766
779
|
}
|
|
780
|
+
.min-h-dvh {
|
|
781
|
+
min-height: 100dvh;
|
|
782
|
+
}
|
|
767
783
|
.min-h-screen {
|
|
768
784
|
min-height: 100vh;
|
|
769
785
|
}
|
|
@@ -1097,6 +1113,9 @@
|
|
|
1097
1113
|
.scroll-py-1 {
|
|
1098
1114
|
scroll-padding-block: var(--spacing);
|
|
1099
1115
|
}
|
|
1116
|
+
.\[scrollbar-width\:none\] {
|
|
1117
|
+
scrollbar-width: none;
|
|
1118
|
+
}
|
|
1100
1119
|
.list-inside {
|
|
1101
1120
|
list-style-position: inside;
|
|
1102
1121
|
}
|
|
@@ -2229,6 +2248,9 @@
|
|
|
2229
2248
|
.text-success-foreground-strong {
|
|
2230
2249
|
color: var(--success-foreground-strong);
|
|
2231
2250
|
}
|
|
2251
|
+
.text-warning-action-default {
|
|
2252
|
+
color: var(--warning-action-default);
|
|
2253
|
+
}
|
|
2232
2254
|
.text-warning-foreground-strong {
|
|
2233
2255
|
color: var(--warning-foreground-strong);
|
|
2234
2256
|
}
|
|
@@ -2608,10 +2630,18 @@
|
|
|
2608
2630
|
.placeholder\:text-neutral-foreground-subtle::placeholder {
|
|
2609
2631
|
color: var(--neutral-foreground-subtle);
|
|
2610
2632
|
}
|
|
2633
|
+
.after\:pointer-events-none::after {
|
|
2634
|
+
content: var(--tw-content);
|
|
2635
|
+
pointer-events: none;
|
|
2636
|
+
}
|
|
2611
2637
|
.after\:absolute::after {
|
|
2612
2638
|
content: var(--tw-content);
|
|
2613
2639
|
position: absolute;
|
|
2614
2640
|
}
|
|
2641
|
+
.after\:inset-0::after {
|
|
2642
|
+
content: var(--tw-content);
|
|
2643
|
+
inset: 0px;
|
|
2644
|
+
}
|
|
2615
2645
|
.after\:-inset-x-3::after {
|
|
2616
2646
|
content: var(--tw-content);
|
|
2617
2647
|
inset-inline: calc(var(--spacing) * -3);
|
|
@@ -2620,6 +2650,10 @@
|
|
|
2620
2650
|
content: var(--tw-content);
|
|
2621
2651
|
inset-block: calc(var(--spacing) * -2);
|
|
2622
2652
|
}
|
|
2653
|
+
.after\:rounded-sm::after {
|
|
2654
|
+
content: var(--tw-content);
|
|
2655
|
+
border-radius: calc(var(--radius) - 4px);
|
|
2656
|
+
}
|
|
2623
2657
|
.after\:bg-foreground::after {
|
|
2624
2658
|
content: var(--tw-content);
|
|
2625
2659
|
background-color: var(--foreground);
|
|
@@ -2634,6 +2668,10 @@
|
|
|
2634
2668
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
2635
2669
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
2636
2670
|
}
|
|
2671
|
+
.after\:content-\[\'\'\]::after {
|
|
2672
|
+
--tw-content: '';
|
|
2673
|
+
content: var(--tw-content);
|
|
2674
|
+
}
|
|
2637
2675
|
.group-data-horizontal\/tabs\:after\:inset-x-0:is(:where(.group\/tabs):where([data-orientation="horizontal"]) *)::after {
|
|
2638
2676
|
content: var(--tw-content);
|
|
2639
2677
|
inset-inline: 0px;
|
|
@@ -2682,12 +2720,28 @@
|
|
|
2682
2720
|
background-color: color-mix(in oklab, var(--neutral-background-strong) 50%, transparent);
|
|
2683
2721
|
}
|
|
2684
2722
|
}
|
|
2723
|
+
.empty\:hidden:empty {
|
|
2724
|
+
display: none;
|
|
2725
|
+
}
|
|
2685
2726
|
.focus-within\:relative:focus-within {
|
|
2686
2727
|
position: relative;
|
|
2687
2728
|
}
|
|
2688
2729
|
.focus-within\:z-20:focus-within {
|
|
2689
2730
|
z-index: 20;
|
|
2690
2731
|
}
|
|
2732
|
+
.focus-within\:after\:ring-2:focus-within::after {
|
|
2733
|
+
content: var(--tw-content);
|
|
2734
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2735
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2736
|
+
}
|
|
2737
|
+
.focus-within\:after\:ring-ring:focus-within::after {
|
|
2738
|
+
content: var(--tw-content);
|
|
2739
|
+
--tw-ring-color: var(--ring);
|
|
2740
|
+
}
|
|
2741
|
+
.focus-within\:after\:ring-inset:focus-within::after {
|
|
2742
|
+
content: var(--tw-content);
|
|
2743
|
+
--tw-ring-inset: inset;
|
|
2744
|
+
}
|
|
2691
2745
|
@media (hover: hover) {
|
|
2692
2746
|
.hover\:border-border:hover {
|
|
2693
2747
|
border-color: var(--border);
|
|
@@ -3571,15 +3625,27 @@
|
|
|
3571
3625
|
border-style: var(--tw-border-style);
|
|
3572
3626
|
border-width: 0px;
|
|
3573
3627
|
}
|
|
3628
|
+
.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
|
|
3629
|
+
display: none;
|
|
3630
|
+
}
|
|
3574
3631
|
.\[\&\:\:-webkit-search-cancel-button\]\:appearance-none::-webkit-search-cancel-button {
|
|
3575
3632
|
appearance: none;
|
|
3576
3633
|
}
|
|
3577
3634
|
.\[\&\:\:-webkit-search-decoration\]\:appearance-none::-webkit-search-decoration {
|
|
3578
3635
|
appearance: none;
|
|
3579
3636
|
}
|
|
3637
|
+
.\[\&\:has\(\+\[data-description\]\)\]\:mb-1:has( + [data-description]) {
|
|
3638
|
+
margin-bottom: var(--spacing);
|
|
3639
|
+
}
|
|
3580
3640
|
.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
|
|
3581
3641
|
padding-right: 0px;
|
|
3582
3642
|
}
|
|
3643
|
+
.\[\&\:has\(\~\[data-content\]_\[data-description\]\)\]\:-mt-1:has( ~ [data-content] [data-description]) {
|
|
3644
|
+
margin-top: calc(var(--spacing) * -1);
|
|
3645
|
+
}
|
|
3646
|
+
.\[\&\:has\(\~\[data-content\]_\[data-description\]\)\]\:self-start:has( ~ [data-content] [data-description]) {
|
|
3647
|
+
align-self: flex-start;
|
|
3648
|
+
}
|
|
3583
3649
|
.\[\.border-b\]\:pb-4:is(.border-b) {
|
|
3584
3650
|
padding-bottom: calc(var(--spacing) * 4);
|
|
3585
3651
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/design-system",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.46.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": {
|
|
@@ -103,6 +103,7 @@
|
|
|
103
103
|
"radix-ui": "1.4.3",
|
|
104
104
|
"react-day-picker": "^10.0.1",
|
|
105
105
|
"recharts": "^3.8.1",
|
|
106
|
+
"sonner": "^2.0.8",
|
|
106
107
|
"tailwind-merge": "3.6.0"
|
|
107
108
|
},
|
|
108
109
|
"overrides": {
|