@camunda/design-system 0.49.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/data-table.js +22 -2
- package/dist/src/components/ui/data-table.js.map +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/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/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.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/styles.css +72 -0
- 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
|
@@ -163,6 +163,13 @@
|
|
|
163
163
|
container-type: inline-size;
|
|
164
164
|
container-name: card-header;
|
|
165
165
|
}
|
|
166
|
+
.\@container\/navbc {
|
|
167
|
+
container-type: inline-size;
|
|
168
|
+
container-name: navbc;
|
|
169
|
+
}
|
|
170
|
+
.\@container {
|
|
171
|
+
container-type: inline-size;
|
|
172
|
+
}
|
|
166
173
|
.pointer-events-auto {
|
|
167
174
|
pointer-events: auto;
|
|
168
175
|
}
|
|
@@ -546,6 +553,9 @@
|
|
|
546
553
|
.inline-flex {
|
|
547
554
|
display: inline-flex;
|
|
548
555
|
}
|
|
556
|
+
.list-item {
|
|
557
|
+
display: list-item;
|
|
558
|
+
}
|
|
549
559
|
.table {
|
|
550
560
|
display: table;
|
|
551
561
|
}
|
|
@@ -950,6 +960,9 @@
|
|
|
950
960
|
.max-w-5xl {
|
|
951
961
|
max-width: var(--container-5xl);
|
|
952
962
|
}
|
|
963
|
+
.max-w-24 {
|
|
964
|
+
max-width: calc(var(--spacing) * 24);
|
|
965
|
+
}
|
|
953
966
|
.max-w-48 {
|
|
954
967
|
max-width: calc(var(--spacing) * 48);
|
|
955
968
|
}
|
|
@@ -1046,6 +1059,9 @@
|
|
|
1046
1059
|
.grow {
|
|
1047
1060
|
flex-grow: 1;
|
|
1048
1061
|
}
|
|
1062
|
+
.basis-0 {
|
|
1063
|
+
flex-basis: 0px;
|
|
1064
|
+
}
|
|
1049
1065
|
.basis-40 {
|
|
1050
1066
|
flex-basis: calc(var(--spacing) * 40);
|
|
1051
1067
|
}
|
|
@@ -3460,6 +3476,62 @@
|
|
|
3460
3476
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
3461
3477
|
}
|
|
3462
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
|
+
}
|
|
3463
3535
|
.dark\:border-accent-action-default:is(.dark *) {
|
|
3464
3536
|
border-color: var(--accent-action-default);
|
|
3465
3537
|
}
|
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"}
|