@camunda/design-system 0.48.0 → 0.50.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-header.d.ts.map +1 -1
- package/dist/src/components/ui/app-header.js +72 -1
- package/dist/src/components/ui/app-header.js.map +1 -1
- package/dist/src/components/ui/badge.js +1 -1
- package/dist/src/components/ui/badge.js.map +1 -1
- package/dist/src/components/ui/button.js +1 -1
- package/dist/src/components/ui/card.js +1 -1
- package/dist/src/components/ui/card.js.map +1 -1
- package/dist/src/components/ui/chart.d.ts.map +1 -1
- package/dist/src/components/ui/chart.js +2 -2
- package/dist/src/components/ui/chart.js.map +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/choice-card.js.map +1 -1
- package/dist/src/components/ui/combobox.d.ts +28 -10
- package/dist/src/components/ui/combobox.d.ts.map +1 -1
- package/dist/src/components/ui/combobox.js +110 -7
- package/dist/src/components/ui/combobox.js.map +1 -1
- package/dist/src/components/ui/data-table.js +22 -2
- package/dist/src/components/ui/data-table.js.map +1 -1
- package/dist/src/components/ui/date-range-picker.js +1 -1
- package/dist/src/components/ui/definition-tooltip.js +1 -1
- package/dist/src/components/ui/inline-edit.d.ts.map +1 -1
- package/dist/src/components/ui/inline-edit.js +33 -5
- package/dist/src/components/ui/inline-edit.js.map +1 -1
- package/dist/src/components/ui/input.d.ts +8 -1
- package/dist/src/components/ui/input.d.ts.map +1 -1
- package/dist/src/components/ui/input.js +19 -3
- package/dist/src/components/ui/input.js.map +1 -1
- package/dist/src/components/ui/multi-select.js +3 -3
- package/dist/src/components/ui/nav-breadcrumb.d.ts +66 -1
- package/dist/src/components/ui/nav-breadcrumb.d.ts.map +1 -1
- package/dist/src/components/ui/nav-breadcrumb.js +386 -34
- package/dist/src/components/ui/nav-breadcrumb.js.map +1 -1
- package/dist/src/components/ui/notifications.js +1 -1
- package/dist/src/components/ui/notifications.js.map +1 -1
- package/dist/src/components/ui/radio-group.js +1 -1
- package/dist/src/components/ui/scorecard.d.ts.map +1 -1
- package/dist/src/components/ui/scorecard.js +1 -1
- package/dist/src/components/ui/scorecard.js.map +1 -1
- package/dist/src/components/ui/scroll-area.js +1 -1
- package/dist/src/components/ui/scroll-area.js.map +1 -1
- package/dist/src/components/ui/select.d.ts +8 -2
- package/dist/src/components/ui/select.d.ts.map +1 -1
- package/dist/src/components/ui/select.js +18 -2
- package/dist/src/components/ui/select.js.map +1 -1
- package/dist/src/components/ui/sparkline.d.ts +2 -1
- package/dist/src/components/ui/sparkline.d.ts.map +1 -1
- package/dist/src/components/ui/sparkline.js +2 -2
- package/dist/src/components/ui/sparkline.js.map +1 -1
- package/dist/src/components/ui/stepper.d.ts.map +1 -1
- package/dist/src/components/ui/stepper.js +1 -1
- package/dist/src/components/ui/stepper.js.map +1 -1
- package/dist/src/components/ui/switch.d.ts.map +1 -1
- package/dist/src/components/ui/switch.js +1 -7
- package/dist/src/components/ui/switch.js.map +1 -1
- package/dist/src/components/ui/tabs.js +1 -1
- package/dist/src/components/ui/tabs.js.map +1 -1
- package/dist/src/components/ui/textarea.d.ts +8 -1
- package/dist/src/components/ui/textarea.d.ts.map +1 -1
- package/dist/src/components/ui/textarea.js +16 -3
- package/dist/src/components/ui/textarea.js.map +1 -1
- package/dist/src/components/ui/toggle.js +1 -1
- package/dist/src/components/ui/tooltip.d.ts +7 -1
- package/dist/src/components/ui/tooltip.d.ts.map +1 -1
- package/dist/src/components/ui/tooltip.js +19 -2
- package/dist/src/components/ui/tooltip.js.map +1 -1
- package/dist/src/examples/project-detail/ProjectDetailPage.d.ts.map +1 -1
- package/dist/src/examples/project-detail/ProjectDetailPage.js +1 -1
- package/dist/src/examples/project-detail/ProjectDetailPage.js.map +1 -1
- package/dist/src/hooks/use-is-truncated.d.ts +16 -0
- package/dist/src/hooks/use-is-truncated.d.ts.map +1 -0
- package/dist/src/hooks/use-is-truncated.js +24 -0
- package/dist/src/hooks/use-is-truncated.js.map +1 -0
- package/dist/src/icons/custom/AiIcon.d.ts.map +1 -1
- package/dist/src/icons/custom/AiIcon.js +1 -1
- package/dist/src/icons/custom/AiIcon.js.map +1 -1
- package/dist/src/icons/custom/BpmnDiagramIcon.d.ts.map +1 -1
- package/dist/src/icons/custom/BpmnDiagramIcon.js +1 -1
- package/dist/src/icons/custom/BpmnDiagramIcon.js.map +1 -1
- package/dist/src/icons/custom/ConnectorIcon.js +1 -1
- package/dist/src/icons/custom/ConnectorIcon.js.map +1 -1
- package/dist/src/icons/custom/ConnectorTemplateIcon.d.ts.map +1 -1
- package/dist/src/icons/custom/ConnectorTemplateIcon.js +2 -2
- package/dist/src/icons/custom/ConnectorTemplateIcon.js.map +1 -1
- package/dist/src/icons/custom/DecisionIcon.d.ts.map +1 -1
- package/dist/src/icons/custom/DecisionIcon.js +1 -1
- package/dist/src/icons/custom/DecisionIcon.js.map +1 -1
- package/dist/src/icons/custom/FormIcon.d.ts.map +1 -1
- package/dist/src/icons/custom/FormIcon.js +1 -1
- package/dist/src/icons/custom/FormIcon.js.map +1 -1
- package/dist/src/icons/custom/ModelerIcon.d.ts.map +1 -1
- package/dist/src/icons/custom/ModelerIcon.js +1 -1
- package/dist/src/icons/custom/ModelerIcon.js.map +1 -1
- package/dist/src/icons/index.d.ts +1 -9
- package/dist/src/icons/index.d.ts.map +1 -1
- package/dist/src/icons/index.js +1 -9
- package/dist/src/icons/index.js.map +1 -1
- package/dist/src/icons/registry.d.ts +8 -0
- package/dist/src/icons/registry.d.ts.map +1 -1
- package/dist/src/icons/registry.js +17 -17
- package/dist/src/icons/registry.js.map +1 -1
- package/dist/src/icons/registry.json +16 -16
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js.map +1 -1
- package/dist/styles.css +126 -27
- package/package.json +3 -3
- package/dist/src/icons/custom/ApiClientIcon.d.ts +0 -2
- package/dist/src/icons/custom/ApiClientIcon.d.ts.map +0 -1
- package/dist/src/icons/custom/ApiClientIcon.js +0 -5
- package/dist/src/icons/custom/ApiClientIcon.js.map +0 -1
- package/dist/src/icons/custom/AuditLogIcon.d.ts +0 -2
- package/dist/src/icons/custom/AuditLogIcon.d.ts.map +0 -1
- package/dist/src/icons/custom/AuditLogIcon.js +0 -5
- package/dist/src/icons/custom/AuditLogIcon.js.map +0 -1
- package/dist/src/icons/custom/BackupIcon.d.ts +0 -2
- package/dist/src/icons/custom/BackupIcon.d.ts.map +0 -1
- package/dist/src/icons/custom/BackupIcon.js +0 -5
- package/dist/src/icons/custom/BackupIcon.js.map +0 -1
- package/dist/src/icons/custom/ClusterIcon.d.ts +0 -2
- package/dist/src/icons/custom/ClusterIcon.d.ts.map +0 -1
- package/dist/src/icons/custom/ClusterIcon.js +0 -5
- package/dist/src/icons/custom/ClusterIcon.js.map +0 -1
- package/dist/src/icons/custom/DeploymentIcon.d.ts +0 -2
- package/dist/src/icons/custom/DeploymentIcon.d.ts.map +0 -1
- package/dist/src/icons/custom/DeploymentIcon.js +0 -5
- package/dist/src/icons/custom/DeploymentIcon.js.map +0 -1
- package/dist/src/icons/custom/IpAllowlistIcon.d.ts +0 -2
- package/dist/src/icons/custom/IpAllowlistIcon.d.ts.map +0 -1
- package/dist/src/icons/custom/IpAllowlistIcon.js +0 -5
- package/dist/src/icons/custom/IpAllowlistIcon.js.map +0 -1
- package/dist/src/icons/custom/ProcessApplicationIcon.d.ts +0 -2
- package/dist/src/icons/custom/ProcessApplicationIcon.d.ts.map +0 -1
- package/dist/src/icons/custom/ProcessApplicationIcon.js +0 -5
- package/dist/src/icons/custom/ProcessApplicationIcon.js.map +0 -1
- package/dist/src/icons/custom/ProjectIcon.d.ts +0 -2
- package/dist/src/icons/custom/ProjectIcon.d.ts.map +0 -1
- package/dist/src/icons/custom/ProjectIcon.js +0 -5
- package/dist/src/icons/custom/ProjectIcon.js.map +0 -1
package/dist/styles.css
CHANGED
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
--color-teal-600: oklch(60% 0.118 184.704);
|
|
41
41
|
--color-cyan-400: oklch(78.9% 0.154 211.53);
|
|
42
42
|
--color-cyan-600: oklch(60.9% 0.126 221.723);
|
|
43
|
+
--color-sky-400: oklch(74.6% 0.16 232.661);
|
|
43
44
|
--color-sky-500: oklch(68.5% 0.169 237.323);
|
|
44
45
|
--color-sky-600: oklch(58.8% 0.158 241.966);
|
|
45
46
|
--color-sky-700: oklch(50% 0.134 242.749);
|
|
@@ -162,6 +163,13 @@
|
|
|
162
163
|
container-type: inline-size;
|
|
163
164
|
container-name: card-header;
|
|
164
165
|
}
|
|
166
|
+
.\@container\/navbc {
|
|
167
|
+
container-type: inline-size;
|
|
168
|
+
container-name: navbc;
|
|
169
|
+
}
|
|
170
|
+
.\@container {
|
|
171
|
+
container-type: inline-size;
|
|
172
|
+
}
|
|
165
173
|
.pointer-events-auto {
|
|
166
174
|
pointer-events: auto;
|
|
167
175
|
}
|
|
@@ -545,6 +553,9 @@
|
|
|
545
553
|
.inline-flex {
|
|
546
554
|
display: inline-flex;
|
|
547
555
|
}
|
|
556
|
+
.list-item {
|
|
557
|
+
display: list-item;
|
|
558
|
+
}
|
|
548
559
|
.table {
|
|
549
560
|
display: table;
|
|
550
561
|
}
|
|
@@ -949,6 +960,9 @@
|
|
|
949
960
|
.max-w-5xl {
|
|
950
961
|
max-width: var(--container-5xl);
|
|
951
962
|
}
|
|
963
|
+
.max-w-24 {
|
|
964
|
+
max-width: calc(var(--spacing) * 24);
|
|
965
|
+
}
|
|
952
966
|
.max-w-48 {
|
|
953
967
|
max-width: calc(var(--spacing) * 48);
|
|
954
968
|
}
|
|
@@ -1045,6 +1059,9 @@
|
|
|
1045
1059
|
.grow {
|
|
1046
1060
|
flex-grow: 1;
|
|
1047
1061
|
}
|
|
1062
|
+
.basis-0 {
|
|
1063
|
+
flex-basis: 0px;
|
|
1064
|
+
}
|
|
1048
1065
|
.basis-40 {
|
|
1049
1066
|
flex-basis: calc(var(--spacing) * 40);
|
|
1050
1067
|
}
|
|
@@ -1558,6 +1575,9 @@
|
|
|
1558
1575
|
.border-red-600 {
|
|
1559
1576
|
border-color: var(--color-red-600);
|
|
1560
1577
|
}
|
|
1578
|
+
.border-ring {
|
|
1579
|
+
border-color: var(--ring);
|
|
1580
|
+
}
|
|
1561
1581
|
.border-success-border-subtle {
|
|
1562
1582
|
border-color: var(--success-border-subtle);
|
|
1563
1583
|
}
|
|
@@ -2420,6 +2440,10 @@
|
|
|
2420
2440
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2421
2441
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2422
2442
|
}
|
|
2443
|
+
.ring-3 {
|
|
2444
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2445
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2446
|
+
}
|
|
2423
2447
|
.ring-background {
|
|
2424
2448
|
--tw-ring-color: var(--background);
|
|
2425
2449
|
}
|
|
@@ -2450,10 +2474,22 @@
|
|
|
2450
2474
|
.ring-ring {
|
|
2451
2475
|
--tw-ring-color: var(--ring);
|
|
2452
2476
|
}
|
|
2477
|
+
.ring-ring\/20 {
|
|
2478
|
+
--tw-ring-color: var(--ring);
|
|
2479
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2480
|
+
--tw-ring-color: color-mix(in oklab, var(--ring) 20%, transparent);
|
|
2481
|
+
}
|
|
2482
|
+
}
|
|
2453
2483
|
.ring-offset-2 {
|
|
2454
2484
|
--tw-ring-offset-width: 2px;
|
|
2455
2485
|
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2456
2486
|
}
|
|
2487
|
+
.ring-offset-background {
|
|
2488
|
+
--tw-ring-offset-color: var(--background);
|
|
2489
|
+
}
|
|
2490
|
+
.ring-offset-transparent {
|
|
2491
|
+
--tw-ring-offset-color: transparent;
|
|
2492
|
+
}
|
|
2457
2493
|
.outline-hidden {
|
|
2458
2494
|
--tw-outline-style: none;
|
|
2459
2495
|
outline-style: none;
|
|
@@ -2930,6 +2966,9 @@
|
|
|
2930
2966
|
.focus-visible\:border-primary-border-strong:focus-visible {
|
|
2931
2967
|
border-color: var(--primary-border-strong);
|
|
2932
2968
|
}
|
|
2969
|
+
.focus-visible\:border-ring:focus-visible {
|
|
2970
|
+
border-color: var(--ring);
|
|
2971
|
+
}
|
|
2933
2972
|
.focus-visible\:bg-neutral-background-subtle:focus-visible {
|
|
2934
2973
|
background-color: var(--neutral-background-subtle);
|
|
2935
2974
|
}
|
|
@@ -2939,10 +2978,6 @@
|
|
|
2939
2978
|
.focus-visible\:underline:focus-visible {
|
|
2940
2979
|
text-decoration-line: underline;
|
|
2941
2980
|
}
|
|
2942
|
-
.focus-visible\:ring-1:focus-visible {
|
|
2943
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2944
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2945
|
-
}
|
|
2946
2981
|
.focus-visible\:ring-2:focus-visible {
|
|
2947
2982
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2948
2983
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -2951,10 +2986,6 @@
|
|
|
2951
2986
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2952
2987
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2953
2988
|
}
|
|
2954
|
-
.focus-visible\:ring-\[3px\]:focus-visible {
|
|
2955
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2956
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2957
|
-
}
|
|
2958
2989
|
.focus-visible\:ring-danger-action-default\/20:focus-visible {
|
|
2959
2990
|
--tw-ring-color: var(--danger-action-default);
|
|
2960
2991
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -2964,12 +2995,11 @@
|
|
|
2964
2995
|
.focus-visible\:ring-ring:focus-visible {
|
|
2965
2996
|
--tw-ring-color: var(--ring);
|
|
2966
2997
|
}
|
|
2967
|
-
.focus-visible\:ring-
|
|
2968
|
-
--tw-ring-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
--tw-ring-offset-color: var(--background);
|
|
2998
|
+
.focus-visible\:ring-ring\/20:focus-visible {
|
|
2999
|
+
--tw-ring-color: var(--ring);
|
|
3000
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3001
|
+
--tw-ring-color: color-mix(in oklab, var(--ring) 20%, transparent);
|
|
3002
|
+
}
|
|
2973
3003
|
}
|
|
2974
3004
|
.focus-visible\:outline-1:focus-visible {
|
|
2975
3005
|
outline-style: var(--tw-outline-style);
|
|
@@ -3135,8 +3165,12 @@
|
|
|
3135
3165
|
.data-placeholder\:text-neutral-foreground-subtle[data-placeholder] {
|
|
3136
3166
|
color: var(--neutral-foreground-subtle);
|
|
3137
3167
|
}
|
|
3138
|
-
.data-\[focus-visible-restore\]\:border-
|
|
3139
|
-
border-color: var(--
|
|
3168
|
+
.data-\[focus-visible-restore\]\:border-ring[data-focus-visible-restore] {
|
|
3169
|
+
border-color: var(--ring);
|
|
3170
|
+
}
|
|
3171
|
+
.data-\[focus-visible-restore\]\:ring-2[data-focus-visible-restore] {
|
|
3172
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3173
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3140
3174
|
}
|
|
3141
3175
|
.data-\[focus-visible-restore\]\:ring-3[data-focus-visible-restore] {
|
|
3142
3176
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
@@ -3145,6 +3179,12 @@
|
|
|
3145
3179
|
.data-\[focus-visible-restore\]\:ring-ring[data-focus-visible-restore] {
|
|
3146
3180
|
--tw-ring-color: var(--ring);
|
|
3147
3181
|
}
|
|
3182
|
+
.data-\[focus-visible-restore\]\:ring-ring\/20[data-focus-visible-restore] {
|
|
3183
|
+
--tw-ring-color: var(--ring);
|
|
3184
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3185
|
+
--tw-ring-color: color-mix(in oklab, var(--ring) 20%, transparent);
|
|
3186
|
+
}
|
|
3187
|
+
}
|
|
3148
3188
|
.data-\[expanded\=false\]\:data-\[front\=false\]\:h-auto\![data-expanded="false"][data-front="false"] {
|
|
3149
3189
|
height: auto !important;
|
|
3150
3190
|
}
|
|
@@ -3436,6 +3476,62 @@
|
|
|
3436
3476
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
3437
3477
|
}
|
|
3438
3478
|
}
|
|
3479
|
+
@container navbc (width >= «t2»rem) {
|
|
3480
|
+
.\@min-\[«t2»rem\]\/navbc\:inline-flex {
|
|
3481
|
+
display: inline-flex;
|
|
3482
|
+
}
|
|
3483
|
+
.\@min-\[«t2»rem\]\/navbc\:list-item {
|
|
3484
|
+
display: list-item;
|
|
3485
|
+
}
|
|
3486
|
+
}
|
|
3487
|
+
@container navbc (width >= «t3»rem) {
|
|
3488
|
+
.\@min-\[«t3»rem\]\/navbc\:inline-flex {
|
|
3489
|
+
display: inline-flex;
|
|
3490
|
+
}
|
|
3491
|
+
.\@min-\[«t3»rem\]\/navbc\:list-item {
|
|
3492
|
+
display: list-item;
|
|
3493
|
+
}
|
|
3494
|
+
}
|
|
3495
|
+
@container navbc (width >= «t4»rem) {
|
|
3496
|
+
.\@min-\[«t4»rem\]\/navbc\:inline-flex {
|
|
3497
|
+
display: inline-flex;
|
|
3498
|
+
}
|
|
3499
|
+
.\@min-\[«t4»rem\]\/navbc\:list-item {
|
|
3500
|
+
display: list-item;
|
|
3501
|
+
}
|
|
3502
|
+
}
|
|
3503
|
+
@container navbc (width >= «t5»rem) {
|
|
3504
|
+
.\@min-\[«t5»rem\]\/navbc\:inline-flex {
|
|
3505
|
+
display: inline-flex;
|
|
3506
|
+
}
|
|
3507
|
+
.\@min-\[«t5»rem\]\/navbc\:list-item {
|
|
3508
|
+
display: list-item;
|
|
3509
|
+
}
|
|
3510
|
+
}
|
|
3511
|
+
@container navbc (width >= «t6»rem) {
|
|
3512
|
+
.\@min-\[«t6»rem\]\/navbc\:inline-flex {
|
|
3513
|
+
display: inline-flex;
|
|
3514
|
+
}
|
|
3515
|
+
.\@min-\[«t6»rem\]\/navbc\:list-item {
|
|
3516
|
+
display: list-item;
|
|
3517
|
+
}
|
|
3518
|
+
}
|
|
3519
|
+
@container navbc (width >= «t7»rem) {
|
|
3520
|
+
.\@min-\[«t7»rem\]\/navbc\:inline-flex {
|
|
3521
|
+
display: inline-flex;
|
|
3522
|
+
}
|
|
3523
|
+
.\@min-\[«t7»rem\]\/navbc\:list-item {
|
|
3524
|
+
display: list-item;
|
|
3525
|
+
}
|
|
3526
|
+
}
|
|
3527
|
+
@container navbc (width >= «t8»rem) {
|
|
3528
|
+
.\@min-\[«t8»rem\]\/navbc\:inline-flex {
|
|
3529
|
+
display: inline-flex;
|
|
3530
|
+
}
|
|
3531
|
+
.\@min-\[«t8»rem\]\/navbc\:list-item {
|
|
3532
|
+
display: list-item;
|
|
3533
|
+
}
|
|
3534
|
+
}
|
|
3439
3535
|
.dark\:border-accent-action-default:is(.dark *) {
|
|
3440
3536
|
border-color: var(--accent-action-default);
|
|
3441
3537
|
}
|
|
@@ -3465,6 +3561,12 @@
|
|
|
3465
3561
|
--tw-ring-color: color-mix(in oklab, var(--danger-action-default) 40%, transparent);
|
|
3466
3562
|
}
|
|
3467
3563
|
}
|
|
3564
|
+
.dark\:focus-visible\:ring-ring\/40:is(.dark *):focus-visible {
|
|
3565
|
+
--tw-ring-color: var(--ring);
|
|
3566
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3567
|
+
--tw-ring-color: color-mix(in oklab, var(--ring) 40%, transparent);
|
|
3568
|
+
}
|
|
3569
|
+
}
|
|
3468
3570
|
.dark\:active\:bg-neutral-background-strong:is(.dark *):active {
|
|
3469
3571
|
background-color: var(--neutral-background-strong);
|
|
3470
3572
|
}
|
|
@@ -3483,8 +3585,11 @@
|
|
|
3483
3585
|
--tw-ring-color: color-mix(in oklab, var(--danger-action-default) 40%, transparent);
|
|
3484
3586
|
}
|
|
3485
3587
|
}
|
|
3486
|
-
.dark\:data-\[focus-visible-restore\]\:
|
|
3487
|
-
|
|
3588
|
+
.dark\:data-\[focus-visible-restore\]\:ring-ring\/40:is(.dark *)[data-focus-visible-restore] {
|
|
3589
|
+
--tw-ring-color: var(--ring);
|
|
3590
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3591
|
+
--tw-ring-color: color-mix(in oklab, var(--ring) 40%, transparent);
|
|
3592
|
+
}
|
|
3488
3593
|
}
|
|
3489
3594
|
.dark\:data-\[state\=checked\]\:bg-primary-foreground-strong:is(.dark *)[data-state="checked"] {
|
|
3490
3595
|
background-color: var(--primary-foreground-strong);
|
|
@@ -3573,7 +3678,7 @@
|
|
|
3573
3678
|
.data-vertical\:self-stretch:where([data-orientation="vertical"]) {
|
|
3574
3679
|
align-self: stretch;
|
|
3575
3680
|
}
|
|
3576
|
-
.\[\&_\.recharts-cartesian-axis-
|
|
3681
|
+
.\[\&_\.recharts-cartesian-axis-tick-value\]\:fill-neutral-foreground-subtle .recharts-cartesian-axis-tick-value {
|
|
3577
3682
|
fill: var(--neutral-foreground-subtle);
|
|
3578
3683
|
}
|
|
3579
3684
|
.\[\&_\.recharts-cartesian-grid_line\]\:stroke-border .recharts-cartesian-grid line {
|
|
@@ -3928,10 +4033,7 @@
|
|
|
3928
4033
|
--input: var(--color-zinc-300);
|
|
3929
4034
|
--input-background: var(--color-white);
|
|
3930
4035
|
--switch-background: var(--color-zinc-300);
|
|
3931
|
-
--ring: var(--color-
|
|
3932
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3933
|
-
--ring: color-mix(in srgb, var(--color-brand-600) 65%, transparent);
|
|
3934
|
-
}
|
|
4036
|
+
--ring: var(--color-sky-700);
|
|
3935
4037
|
--neutral-action-default: var(--color-zinc-700);
|
|
3936
4038
|
--neutral-action-hover: var(--color-zinc-800);
|
|
3937
4039
|
--neutral-action-active: var(--color-zinc-900);
|
|
@@ -4131,10 +4233,7 @@
|
|
|
4131
4233
|
--input: var(--color-zinc-400);
|
|
4132
4234
|
--input-background: var(--color-zinc-900);
|
|
4133
4235
|
--switch-background: var(--color-zinc-700);
|
|
4134
|
-
--ring: var(--color-
|
|
4135
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
4136
|
-
--ring: color-mix(in srgb, var(--color-brand-600) 90%, transparent);
|
|
4137
|
-
}
|
|
4236
|
+
--ring: var(--color-sky-400);
|
|
4138
4237
|
--neutral-action-default: var(--color-zinc-700);
|
|
4139
4238
|
--neutral-action-hover: var(--color-zinc-800);
|
|
4140
4239
|
--neutral-action-active: var(--color-zinc-900);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/design-system",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.50.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": {
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"clsx": "2.1.1",
|
|
100
100
|
"cmdk": "1.1.1",
|
|
101
101
|
"date-fns": "^4.4.0",
|
|
102
|
-
"lucide-react": "^1.
|
|
102
|
+
"lucide-react": "^1.34.0",
|
|
103
103
|
"radix-ui": "1.4.3",
|
|
104
104
|
"react-day-picker": "^10.0.1",
|
|
105
105
|
"recharts": "^3.8.1",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"tailwind-merge": "3.6.0"
|
|
108
108
|
},
|
|
109
109
|
"overrides": {
|
|
110
|
-
"esbuild": "0.28.
|
|
110
|
+
"esbuild": "0.28.2"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@carbon/react": "^1.110.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApiClientIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/ApiClientIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BAsBjE"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
export function ApiClientIcon(props) {
|
|
3
|
-
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 80 80", fill: "none", ...props, children: [_jsx("path", { d: "M20.4 40.69V39.3C20.4 36.95 21.79 35.46 24.79 35.46C27.79 35.46 29.18 36.95 29.18 39.3V40.69C29.18 43.05 27.79 44.54 24.79 44.54C21.79 44.54 20.4 43.05 20.4 40.69ZM35.61 40.69V39.3C35.61 36.95 37 35.46 40 35.46C43 35.46 44.39 36.95 44.39 39.3V40.69C44.39 43.05 43 44.54 40 44.54C37 44.54 35.61 43.05 35.61 40.69ZM50.82 40.69V39.3C50.82 36.95 52.21 35.46 55.21 35.46C58.21 35.46 59.6 36.95 59.6 39.3V40.69C59.6 43.05 58.21 44.54 55.21 44.54C52.21 44.54 50.82 43.05 50.82 40.69Z", fill: "currentColor", opacity: "0.5" }), _jsx("path", { d: "M9.21 64C6.59 64 4.66 62.5 4.66 59.19V47.11C4.66 44.22 2.89 42.89 0 42.89V37.11C2.89 37.11 4.66 35.78 4.66 32.89V20.81C4.66 17.5 6.59 16 9.21 16H14.83V21.13H11.19V33.43C11.19 37.86 8.68 39.63 3.96 39.63V40.37C8.68 40.37 11.19 42.14 11.19 46.57V58.87H14.83V64H9.21ZM70.79 16C73.41 16 75.34 17.5 75.34 20.81V32.89C75.34 35.78 77.11 37.11 80 37.11V42.89C77.11 42.89 75.34 44.22 75.34 47.11V59.19C75.34 62.5 73.41 64 70.79 64H65.17V58.87H68.81V46.57C68.81 42.14 71.33 40.37 76.04 40.37V39.63C71.33 39.63 68.81 37.86 68.81 33.43V21.13H65.17V16H70.79Z", fill: "currentColor" })] }));
|
|
4
|
-
}
|
|
5
|
-
//# sourceMappingURL=ApiClientIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApiClientIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/ApiClientIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,aAAa,CAAC,KAAoC;IAChE,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,aAGT,eACE,CAAC,EAAC,8dAA8d,EAChe,IAAI,EAAC,cAAc,EACnB,OAAO,EAAC,KAAK,GACb,EACF,eACE,CAAC,EAAC,miBAAmiB,EACriB,IAAI,EAAC,cAAc,GACnB,IACE,CACP,CAAC;AACJ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AuditLogIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/AuditLogIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,YAAY,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BAuBhE"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
export function AuditLogIcon(props) {
|
|
3
|
-
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 80 80", fill: "none", ...props, children: [_jsx("path", { d: "M30 42.5H17.5V47.5H30V42.5ZM47.5 30H17.5V35H47.5V30ZM47.5 17.5H17.5V22.5H47.5V17.5ZM55 5H10C8.67 5 7.41 5.53 6.47 6.47C5.53 7.41 5 8.68 5 10V70C5 71.33 5.53 72.59 6.47 73.53C7.41 74.47 8.68 75 10 75H30V70H10V10H55V37.5H60V10C60 8.68 59.47 7.41 58.53 6.47C57.59 5.53 56.32 5 55 5Z", fill: "currentColor", opacity: "0.7" }), _jsx("circle", { cx: "55", cy: "60", r: "5", fill: "currentColor" }), _jsx("path", { d: "M74.44 58.7C72.9 54.76 70.23 51.37 66.78 48.93C63.32 46.5 59.23 45.13 55 45C50.77 45.13 46.68 46.5 43.22 48.93C39.77 51.37 37.1 54.76 35.56 58.7L35 60L35.56 61.3C37.1 65.24 39.77 68.63 43.22 71.07C46.68 73.5 50.77 74.87 55 75C59.23 74.87 63.32 73.5 66.78 71.07C70.23 68.63 72.9 65.24 74.44 61.3L75 60L74.44 58.7ZM55 70C53.02 70 51.09 69.41 49.44 68.31C47.8 67.22 46.52 65.65 45.76 63.83C45 62 44.81 59.99 45.19 58.05C45.58 56.11 46.53 54.33 47.93 52.93C49.33 51.53 51.11 50.58 53.05 50.19C54.99 49.81 56.99 50 58.83 50.76C60.65 51.52 62.22 52.8 63.31 54.44C64.41 56.09 65 58.02 65 60C65 62.65 63.95 65.19 62.07 67.07C60.19 68.94 57.65 70 55 70Z", fill: "currentColor" })] }));
|
|
4
|
-
}
|
|
5
|
-
//# sourceMappingURL=AuditLogIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AuditLogIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/AuditLogIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,YAAY,CAAC,KAAoC;IAC/D,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,aAGT,eACE,CAAC,EAAC,yRAAyR,EAC3R,IAAI,EAAC,cAAc,EACnB,OAAO,EAAC,KAAK,GACb,EACF,iBAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,IAAI,EAAC,cAAc,GAAG,EACpD,eACE,CAAC,EAAC,soBAAsoB,EACxoB,IAAI,EAAC,cAAc,GACnB,IACE,CACP,CAAC;AACJ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BackupIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/BackupIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,UAAU,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BAiB9D"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
export function BackupIcon(props) {
|
|
3
|
-
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 44 38", fill: "none", ...props, children: _jsx("path", { d: "M18.25 6.04H8.5V4.96H18.25V6.04ZM18.25 18.46H8.5V19.54H18.25V18.46ZM8.5 33.04H18.25V31.96H8.5V33.04ZM43.54 5.5V19C43.54 19.3 43.3 19.54 43 19.54H37.54V24C37.54 24.3 37.3 24.04 37 24.04H7C6.7 24.04 6.46 23.8 6.46 23.5V19.54H1.54V32H6.46V28C6.46 27.7 6.7 27.46 7 27.46H37C37.3 27.46 37.54 27.7 37.54 28V37C37.54 37.3 37.3 37.54 37 37.54H7C6.7 37.54 6.46 37.3 6.46 37V33.04H1C0.7 33.04 0.46 32.8 0.46 32.5V19C0.46 18.7 0.7 18.46 1 18.46H6.46V14.5C6.46 14.2 6.7 13.96 7 13.96H37C37.3 13.96 37.54 14.2 37.54 14.5V18.46H42.46V6.04H37.54V10C37.54 10.3 37.3 10.54 37 10.54H7C6.7 10.54 6.46 10.3 6.46 10V1C6.46 0.7 6.7 0.46 7 0.46H37C37.3 0.46 37.54 0.7 37.54 1V5H43C43.3 5 43.54 5.2 43.54 5.5ZM36.46 1.54H7.54V9.46H36.46V1.54ZM7.54 36.46H36.46V28.54H7.54V36.46ZM36.46 15.04H7.54V22.96H36.46V15.04ZM34 5.5C34 5.09 33.66 4.75 33.25 4.75C32.84 4.75 32.5 5.09 32.5 5.5C32.5 5.91 32.84 6.25 33.25 6.25C33.66 6.25 34 5.91 34 5.5ZM34 19C34 18.59 33.66 18.25 33.25 18.25C32.84 18.25 32.5 18.59 32.5 19C32.5 19.41 32.84 19.75 33.25 19.75C33.66 19.75 34 19.41 34 19ZM34 32.5C34 32.09 33.66 31.75 33.25 31.75C32.84 31.75 32.5 32.09 32.5 32.5C32.5 32.91 32.84 33.25 33.25 33.25C33.66 33.25 34 32.91 34 32.5Z", fill: "currentColor" }) }));
|
|
4
|
-
}
|
|
5
|
-
//# sourceMappingURL=BackupIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BackupIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/BackupIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,UAAU,CAAC,KAAoC;IAC7D,OAAO,CACL,cACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,YAGT,eACE,CAAC,EAAC,qqCAAqqC,EACvqC,IAAI,EAAC,cAAc,GACnB,GACE,CACP,CAAC;AACJ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ClusterIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/ClusterIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BAkC/D"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
export function ClusterIcon(props) {
|
|
3
|
-
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx("path", { d: "M20.5 13.2a4 4 0 0 0-3.2-3.9 5 5 0 0 0-9.8.3 3.5 3.5 0 0 0 .5 6.9h11.5a3 3 0 0 0 1-5.3z", fill: "currentColor", opacity: "0.3" }), _jsx("path", { d: "M5.2 15.6A3.5 3.5 0 0 1 5 9.6a5 5 0 0 1 9.8-.3 4 4 0 0 1 3.2 3.9", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", fill: "none" }), _jsx("circle", { cx: "16", cy: "16", r: "4", stroke: "currentColor", strokeWidth: "1.5", fill: "none" }), _jsx("circle", { cx: "16", cy: "16", r: "1.5", fill: "currentColor" })] }));
|
|
4
|
-
}
|
|
5
|
-
//# sourceMappingURL=ClusterIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ClusterIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/ClusterIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,WAAW,CAAC,KAAoC;IAC9D,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,aAGT,eACE,CAAC,EAAC,yFAAyF,EAC3F,IAAI,EAAC,cAAc,EACnB,OAAO,EAAC,KAAK,GACb,EACF,eACE,CAAC,EAAC,kEAAkE,EACpE,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,aAAa,EAAC,OAAO,EACrB,IAAI,EAAC,MAAM,GACX,EACF,iBACE,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,CAAC,EAAC,GAAG,EACL,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,IAAI,EAAC,MAAM,GACX,EACF,iBAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,KAAK,EAAC,IAAI,EAAC,cAAc,GAAG,IAClD,CACP,CAAC;AACJ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeploymentIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/DeploymentIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,cAAc,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BA2BlE"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
export function DeploymentIcon(props) {
|
|
3
|
-
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx("path", { d: "M12 16V8M12 8l-3 3M12 8l3 3", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M18.5 13.2a4 4 0 0 0-3.2-3.9 5 5 0 0 0-9.8.3 3.5 3.5 0 0 0 .5 6.9h11.5a3 3 0 0 0 1-3.3z", stroke: "currentColor", strokeWidth: "1.4", strokeLinecap: "round", fill: "none" })] }));
|
|
4
|
-
}
|
|
5
|
-
//# sourceMappingURL=DeploymentIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeploymentIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/DeploymentIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,cAAc,CAAC,KAAoC;IACjE,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,aAGT,eACE,CAAC,EAAC,6BAA6B,EAC/B,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,eACE,CAAC,EAAC,yFAAyF,EAC3F,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,aAAa,EAAC,OAAO,EACrB,IAAI,EAAC,MAAM,GACX,IACE,CACP,CAAC;AACJ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IpAllowlistIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/IpAllowlistIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,eAAe,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BAiBnE"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
export function IpAllowlistIcon(props) {
|
|
3
|
-
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 61 72", fill: "none", ...props, children: _jsx("path", { d: "M30.51 0L0 13.52L4.2 38.17C5.51 45.8 9.31 52.75 14.98 57.91L30.49 72L45.99 57.91C51.69 52.75 55.49 45.8 56.78 38.17L60.98 13.52L30.51 0ZM25.74 45.78L15.49 35.36L20.33 30.44L25.76 35.95L40.69 20.82L45.53 25.73L25.74 45.78Z", fill: "currentColor" }) }));
|
|
4
|
-
}
|
|
5
|
-
//# sourceMappingURL=IpAllowlistIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IpAllowlistIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/IpAllowlistIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,eAAe,CAAC,KAAoC;IAClE,OAAO,CACL,cACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,YAGT,eACE,CAAC,EAAC,+NAA+N,EACjO,IAAI,EAAC,cAAc,GACnB,GACE,CACP,CAAC;AACJ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProcessApplicationIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/ProcessApplicationIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BA4D1E"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
export function ProcessApplicationIcon(props) {
|
|
3
|
-
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx("rect", { x: "7", y: "5", width: "13", height: "16", rx: "1.5", stroke: "currentColor", strokeWidth: "1.4" }), _jsx("rect", { x: "4", y: "3", width: "13", height: "16", rx: "1.5", stroke: "currentColor", strokeWidth: "1.4", fill: "none" }), _jsx("line", { x1: "7", y1: "9", x2: "14", y2: "9", stroke: "currentColor", strokeWidth: "1.2", strokeLinecap: "round" }), _jsx("line", { x1: "7", y1: "12", x2: "14", y2: "12", stroke: "currentColor", strokeWidth: "1.2", strokeLinecap: "round" }), _jsx("line", { x1: "7", y1: "15", x2: "11", y2: "15", stroke: "currentColor", strokeWidth: "1.2", strokeLinecap: "round" })] }));
|
|
4
|
-
}
|
|
5
|
-
//# sourceMappingURL=ProcessApplicationIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProcessApplicationIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/ProcessApplicationIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,sBAAsB,CAAC,KAAoC;IACzE,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,aAGT,eACE,CAAC,EAAC,GAAG,EACL,CAAC,EAAC,GAAG,EACL,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,EAAE,EAAC,KAAK,EACR,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,GACjB,EACF,eACE,CAAC,EAAC,GAAG,EACL,CAAC,EAAC,GAAG,EACL,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,EAAE,EAAC,KAAK,EACR,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,IAAI,EAAC,MAAM,GACX,EAEF,eACE,EAAE,EAAC,GAAG,EACN,EAAE,EAAC,GAAG,EACN,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,GAAG,EACN,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,aAAa,EAAC,OAAO,GACrB,EACF,eACE,EAAE,EAAC,GAAG,EACN,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,aAAa,EAAC,OAAO,GACrB,EACF,eACE,EAAE,EAAC,GAAG,EACN,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,aAAa,EAAC,OAAO,GACrB,IACE,CACP,CAAC;AACJ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProjectIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/ProjectIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BA0B/D"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
export function ProjectIcon(props) {
|
|
3
|
-
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx("path", { d: "M10 6H4C2.9 6 2.01 6.9 2.01 8L2 19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V10C22 8.9 21.1 8 20 8H13L10 6Z", fill: "currentColor", opacity: "0.3" }), _jsx("path", { d: "M10 6H4C2.9 6 2.01 6.9 2.01 8L2 19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V10C22 8.9 21.1 8 20 8H13L10 6Z", stroke: "currentColor", strokeWidth: "1.4", fill: "none" }), _jsx("path", { d: "M10 12l4.5 2.5L10 17v-5z", fill: "currentColor" })] }));
|
|
4
|
-
}
|
|
5
|
-
//# sourceMappingURL=ProjectIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProjectIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/ProjectIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,WAAW,CAAC,KAAoC;IAC9D,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,aAGT,eACE,CAAC,EAAC,+GAA+G,EACjH,IAAI,EAAC,cAAc,EACnB,OAAO,EAAC,KAAK,GACb,EACF,eACE,CAAC,EAAC,+GAA+G,EACjH,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,IAAI,EAAC,MAAM,GACX,EAEF,eAAM,CAAC,EAAC,0BAA0B,EAAC,IAAI,EAAC,cAAc,GAAG,IACrD,CACP,CAAC;AACJ,CAAC"}
|